@charset "UTF-8";

/* Smaller than 1385 (devices and browsers) */
@media only screen and (max-width: 1385px) {
}

/* Smaller than 1215 (devices and browsers) */
@media only screen and (max-width: 1215px) {
}

/* Smaller than 1085 (devices and browsers) */
@media only screen and (max-width: 1085px) {
}

/* Smaller than standard 976 (devices and browsers) */
@media only screen and (max-width: 990px) {
    html#html_box{margin-top: 0!important}
    html #wpadminbar{display: none;}
    body{padding-top: 72px!important;}
    .admin_bar_showing #header{top: 0;}
    
    .madiacenter_nav_box .filter > ul > li > a{display: none!important;}
    .madiacenter_nav_box .filter ul li ul li{width: 100%;}
    
    .search-window #search-field{width: 70%;}
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 795px) {
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
}

/* Mobile Portrait Size to Mobile (devices and browsers) */
@media only screen and (max-width: 320px) {
}