@media only screen and (max-width: 1650px) {
    .pg-hero {
        gap: 60px;
    }
    
    .newsltetter-form-title {
        font-size: 20px;
    }
    
    .footer-nav ul {
        gap: 15px;
    }
        
    .blog-post {
        padding-left: 5vw;
        padding-right: 5vw;
    }
    
    .blog-archive {
        padding-left: 5vw;
        padding-right: 5vw;
    }
    
    .posts-logo-section {
        padding-left: 5vw;
        padding-right: 5vw;
    }

}

@media only screen and (max-width: 1450px) {

    .footer-nav ul {
        font-size: 14px;
    }
    
    .copyrights-box {
        grid-template-columns: 3fr 1fr 3fr;
    }
    
    .intro-paragraph-single p {
        font-size: 20px;
    }
    
    .blog-single-content p {
        font-size: 18px;
    }
    
    .archive-post-title {
        font-size: 20px;
    }
    
    .main-navigation ul {
        flex-wrap: wrap;
    }

    
}

@media only screen and (max-width: 1250px) {
    .site-info {
        display: flex;
        flex-direction: column;
        gap: 45px;
        padding-bottom: 30px;
    }
    
    .single-title {
        font-size: 28px;
    }
    
    .relative-title {
        font-size: 36px;
    }
    
    .btn-share svg {
        width: 25px;
        height: 25px;
    }
    
    .custom-select-trigger {
        font-size: 36px;
    }
    
}



@media only screen and (max-width: 1024px) {
    
    .copyrights-box {
        display: flex;
        flex-direction: column;
        text-align: left;
        gap: 15px;
        align-items: flex-start;
        padding-top: 30px;
    }

    
    .footer-logo {
        order: 1;
    }
    
    .privacy-center {
        order: 2;
    }
    
    .copyrights {
        order: 3;
    }
    
    .privacy-center {
        gap: 5px;
        flex-direction: column;
    }
    
    .footer-links {
        display: flex;
        flex-direction: column;
    }
    
    .home .wp-container-core-columns-is-layout-9d6595d7 {
        flex-direction: column;
        gap: 45px;
        padding-top: 30px;
        margin-bottom: 60px;
    }
    
    .pn-front-wrap {
        padding-left: 0!important;
        padding-right: 0 !important;
    }
    
    .blog-single-content {
        display: grid;
        grid-template-columns: 1fr;
    }
    
        
    .relative-title {
        font-size: 32px;
    }
    
    .relative-title {
        font-size: 28px;
    }
    
    .intro-paragraph-single p {
        font-size: 18px;
    }
    
    .blog-single-details {
        padding: 15px;
    }
    
    .btn-share svg {
        width: 16x;
        height: 16px;
    }
    
    .post-details-down {
        display: flex;
        gap: 15px;
        justify-content: space-between;
        align-items: center;
        flex-direction: column-reverse;
    }
    
    .single-thumb img,
    .single-thumb {
        aspect-ratio: 12 / 9;
    }
    
    .share-post {
        gap: 3px;
        margin-top: 0;
    }
    
    .btn-share {
        padding: 3px;
        align-items: center;
    }
    
    .read-also-post-title {
        font-size: 18px !important;
        margin-bottom: 10px !important;
        
    }
    
    .single-blog-meta {
        gap: 15px;
        font-size: 12px;
    }
    
    .single-title {
        font-size: 24px;
    }
    
    .btn-cat-single {
        font-size: 16px;
    }
    
    .intro-paragraph-single {
        padding: 15px 0; 
        gap: 15px;
    }
    
    .relative-post_title {
        font-size: 18px; 
    }
    
    .relative-post_details {
        padding-bottom: 15px;
    }
    
    .related-posts {
        margin-top: 30px;
    }
    
    .widget_block,
    .banner-sidebar img,
    .banner-sidebar {
        width: 100%!important;
    }
    
    .widget-area {
        flex-direction: column;
    }
    
    .blog-archive {
        display: flex;
        flex-direction: column;
        padding-top: 30px;
        padding-bottom: 45px;
    }
    
    .custom-select-trigger {
        font-size: 32px;
        gap: 15px;
        margin-bottom: 15px;
    }
    
    .sidebar-news-feed-title {
        font-size: 32px;
    }
    
    .archive-post-item {
        gap: 15px;
    }
    
    .news-feed-sidebar-thumb img {
        aspect-ratio: 16 / 9 !important;
    }
    
    .archive-post-title {
        font-size: 16px;
        padding-top: 0;
    }
    
    .archive-post-item {
        border: none;
    }
    
    .archive-post-item img {
        aspect-ratio: 1 / 1;
        height: inherit;
    }
    
    .header-teams,
    .social-menu {
        display: none;
    }
    
    .hero-article__image {
        aspect-ratio: 1 / 1;
    }
    
    .pg-hero {
        padding-top: 29px;
        padding-bottom: 30px;
    }
    
    .burger-menu {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        justify-content: center;
        margin: 0 auto;
        width: 40px;
        transition: all 0.3s;
        cursor: pointer;
        height: 40px;
    }
    
    .search-header {
        display: none;
    }
    
    .nav-menu {
        display: flex;
        flex-direction: column;
    }

    
    .archive-post-details {
        font-size: 12px;
        padding: 0;1q
    }
    
    .archive-post-item:hover {
        border: none;
    }
    
    .carousel-simple-box {
        text-align: center;
        display: flex;
    }
    
    
/*Mobile Menu*/

.menu-toggle {
    border: none;
    background-color: transparent;
    padding: 0;
    cursor: pointer;
}

/* BURGER */

.burger-menu {
    width: 40px;
    height: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.burger-menu .bar {
    width: 100%;
    height: 2px;
    background-color: #fff;
    display: block;
    transition: all 0.3s ease;
}

.burger-menu .bar:nth-of-type(2) {
    margin: 8px 0;
}

/* CLOSED */

.burger-menu--closed .bar:nth-of-type(2) {
    width: 75%;
}

.burger-menu--closed .bar:nth-of-type(3) {
    width: 50%;
}

.burger-menu--closed:hover .bar:nth-of-type(2),
.burger-menu--closed:hover .bar:nth-of-type(3) {
    width: 100%;
}

/* OPENED */

.burger-menu--opened .bar:nth-of-type(1) {
    transform: rotate(45deg) translateY(14px);
}

.burger-menu--opened .bar:nth-of-type(2) {
    opacity: 0;
}

.burger-menu--opened .bar:nth-of-type(3) {
    transform: rotate(-45deg) translateY(-14px);
}

    /* =========================================
       MOBILE NAVIGATION
    ========================================= */
    
    /* =========================================
       MOBILE MENU
    ========================================= */
    
    .menu-toggle {
        border: none;
        background-color: transparent;
        padding: 0;
        cursor: pointer;
        z-index: 99999;
        position: relative;
    }
    
    /* =========================================
       BURGER
    ========================================= */
    
    .burger-menu {
        width: 40px;
        height: 40px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        cursor: pointer;
    }
    
    .burger-menu .bar {
        width: 100%;
        height: 2px;
        background-color: #fff;
        display: block;
        transition: all 0.3s ease;
    }
    
    .burger-menu .bar:nth-of-type(2) {
        margin: 8px 0;
    }
    
    /* CLOSED */
    
    .burger-menu--closed .bar:nth-of-type(2) {
        width: 75%;
    }
    
    .burger-menu--closed .bar:nth-of-type(3) {
        width: 50%;
    }
    
    /* OPENED */
    
    .burger-menu--opened .bar:nth-of-type(1) {
        transform: rotate(45deg) translateY(14px);
    }
    
    .burger-menu--opened .bar:nth-of-type(2) {
        opacity: 0;
    }
    
    .burger-menu--opened .bar:nth-of-type(3) {
        transform: rotate(-45deg) translateY(-14px);
    }
    
    /* =========================================
       MOBILE NAVIGATION
    ========================================= */
    
    .main-navigation {
        position: relative;
    }
    
    #primary-menu {
        position: fixed;
        top: 0;
        left: 0;

        width: 100%;
        height: 100vh;

        background: #000;

        padding: 100px 20px 40px;

        overflow-y: auto;

        z-index: 9999;

        /* ANIMATION */
        transform: translateX(-100%);
        transition: transform 0.4s ease;

        display: block;
    }

    /* OPEN */

    #primary-menu.show {
        transform: translateX(0);
    }

    /* RESET */

    #primary-menu,
    #primary-menu ul {
        margin: 0;
        list-style: none;
    }

    /* ITEMS */

    #primary-menu li {
        border-bottom: 1px solid rgba(255,255,255,0.1);
    }

    #primary-menu li:last-child {
        border-bottom: none;
    }

    /* LINKS */

  
    .google-box a {
        font-size: 14px;
    }
    
    .font-size-access {
        height: 45px;
        padding: 5px;
    }
    
    .google-box {
        height: 45px;
        width: 100%;
    }
    
    .extras-post {
        gap: 5px;
    }

    /* SUBMENUS */

    #primary-menu .sub-menu {
        display: none;
    }

    .blog-archive {
        gap: 60px;
    }
    
    .blog-loop {
        gap: 15px;
    }
    
    .simple-title-shadow {
        top: -30px;
        font-size: 44px;
    }
    
    .wpforms-container input, .wpforms-container textarea {
        font-size: 20px !important;
        padding-bottom: 10px !important;
    }
    
    .wpforms-submit {
        height: 50px !important;
        font-size: 20px !important;
    }
    
    .simple-title {
        font-size: 36px;
        font-weight: 600;
        margin-bottom: 15px;
    }
    
    .contact-paragraph {
        font-size: 18px!important;
    }
    
    .simple-page {
        padding-top: 60px;
        padding-bottom: 30px;
    }
    
    .simple-page {
        padding-left: 5vw;
        padding-right: 5vw;
        font-size: 16px;
    }
    
    .footer-nav ul {
        gap: 10px;
    }
    
    .blog-post {
        padding-bottom: 30px;
    }
    
    .blog-pagination {
        margin-top: 20px;
    }
    
    ul.page-numbers .page-numbers {
        padding: 3px 10px;
        border-radius: 5px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    /* SUB SUB MENU */

    #primary-menu .sub-menu .sub-menu {
        padding-left: 15px;
    }

    /* OPEN SUBMENU */

    #primary-menu .menu-item.open > .sub-menu {
        display: block;
    }
    
    .pn-front-title a {
        font-size: 18px!important;
    }
    
    .pn-front-card.layout-left-media {
        display: flex!important;
    }
    
    .pn-front-card:hover,
    .pn-front-card {
        border: none!important;
    } 
    
    .pn-front-content {
        padding: 10px 0!important;
    }
    
    #home > div:nth-child(3) {
        margin-bottom: 0;
    }
    
    .single-social-media {
        width: 28px;
        height: 28px;
    }
    
    .follow-box-single {
        border: solid 1px;
        padding: 10px;
        gap: 15px;
        margin-top: 30px
    }
    
    .title-follow-title {
        font-size: 16px;
    }
    
    .post-tags a {
        font-size: 18px;
    }
    
    .first-footer img {
        width: 70%;
    }
        
    
}











@media only screen and (max-width:1024px){

    .main-navigation ul li:hover > ul{
        display:none;
    }

    .menu-item-has-children > a::after,
    .sub-menu .menu-item-has-children > a::after{
        display:none !important;
    }

    #primary-menu li.focus > ul{
        display:none !important;
    }

    #primary-menu li.focus.open > ul{
        display:block !important;
    }

    #primary-menu li{
        border-bottom:1px solid rgba(255,255,255,.08);
    }

    /* ROW */

    #primary-menu .menu-row{

        display:flex;

        align-items:center;

        justify-content:space-between;

        gap:15px;
    }

    /* LINK */

    #primary-menu .menu-row > a{

        flex:1;

        padding:14px 0 !important;

        font-size:18px;

        font-weight:600;

        color:#fff;

        text-decoration:none;
    }

    /* BUTTON */

    #primary-menu .submenu-toggle{

        width:24px;
        height:24px;

        border:none;
        background:transparent;

        display:flex;
        align-items:center;
        justify-content:center;

        flex-shrink:0;

        cursor:pointer;

        padding:0;
        margin:0;
    }

    #primary-menu .submenu-toggle::before{

        content:"";

        width:12px;
        height:12px;

        display:block;

        background-repeat:no-repeat;
        background-position:center;
        background-size:contain;

        background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 64 64' fill='none'><polyline points='6.53 18.86 33.16 44.12 57.42 18.86' stroke='white' stroke-width='6' stroke-linecap='round' stroke-linejoin='round'/></svg>");

        transition:transform .25s ease;
    }

    #primary-menu .menu-item.open > .menu-row .submenu-toggle::before{
        transform:rotate(180deg);
    }

    /* SUBMENU */

    #primary-menu .sub-menu{
        display:none;
        padding-left:15px;
    }

    #primary-menu .menu-item.open > .sub-menu{
        display:block;
    }
    
    .home .posts-logo-section {
        padding-top: 60px!important;
        margin-bottom: 0!important;
    }

}