@media all and (max-width: 1920px){
    
}

@media screen and (min-width: 1900px) {
    

}

@media all and (max-width: 1680px){
    
}

@media screen and (min-width: 1680px) {
   
}

@media all and (max-width: 1440px){
    
}

@media all and (max-width: 1200px){}

@media all and (max-width: 992px){
 
}

@media (min-width: 992px){
    .container{
        max-width: 1250px;
    }
}

@media all and (max-width: 768px){

    .footer-bottom-wrapper{
        flex-direction: column;
    }

    .header-search-field{
        width: 100%;
    }

    .site-header .dropdown-menu{
        box-shadow: none;
    }

    .site-header .nav-item.dropdown:hover .dropdown-menu{
        display: none;
    }

    .site-header .nav-item.dropdown:hover .dropdown-menu.show{
        display: block;
    }

    .single-posts-wrapper{
        padding: 1.5rem;
    }

}

@media all and (max-width: 480px){

    .footer-bottom-wrapper{
        flex-direction: column;
    }

    .header-search-field{
        width: 100%;
    }

    .site-header .dropdown-menu{
        box-shadow: none;
    }

    .site-header .nav-item.dropdown:hover .dropdown-menu{
        display: none;
    }

    .site-header .nav-item.dropdown:hover .dropdown-menu.show{
        display: block;
    }

}