/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}
@media only screen and (min-width : 850px) {
    /* .header-main .menu-item a{
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 7px;
    } */
    .header-bottom .menu-item{
        margin: unset !important;
    }
     .header-bottom .menu-item a{
        padding: 20px 12px;
     }
     .header-bottom .menu-item.active{
        background-color: #435f74;
     }
     .header .searchform input{
        background: rgba(255, 255, 255, 0.1) !important;
     }
    .a-footer .ux-menu{
        flex-direction: row;
        justify-content: space-evenly;
    }

    .a-tt .section-title{
        position: relative;
        margin-bottom: 30px;
    }
    .a-tt .section-title::after{
        content: '';
        position: absolute;
        background: url(/wp-content/uploads/2024/12/73df74b431b4aa45769fa170ab3dd3c0.webp);
        background-position: top center;
        background-size: contain;
        background-repeat: no-repeat;
        height: 60px;
        width: 100%;
        left: 0;
        top: -10px;
    }
   
}
/* Medium Devices, Desktops */


/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 550px) {
    .header-bottom{
        min-height: 40px !important;
    }
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

}
