@media(min-width:992px){
    .mobile-menu-view{
      display: none
    }
}

@media(max-width:1399px){
    
 /*** Header ***/   
.header-menu > ul {
    gap: 55px;
}

}


@media only screen and (min-width:992px) and (max-width:1199px){
    .header-logo img {
    transition: all ease-in-out 500ms;
    max-width: 265px;
}

}




@media(max-width:1199px){
body {
    font-size: 16px;
} 

 /*** Header ***/   
.header-menu > ul {
    gap: 30px;
}

 /*** Footer ***/  
.footer-logo img {
    width: 300px;
}
}





@media(max-width:991px){
    
  /*** MOBILE - MENU ***/ 
  
/** TRIGGER BUTTON ***/
.mobile-menu-toggle {
    width: 33px;
    height: 19px;
    position: relative;
   margin-left: auto
}
.mobile-menu-toggle > span {
    display: block;
    background-color: #FFF;
    height: 3px;
    position: absolute;
    left: 0;
    width: 100%;
    transition: all ease-in-out 400ms;
}
.menu-opened .mobile-menu-toggle > span {
    background-color: var(--color-primary);
}
.mobile-menu-toggle-line-1{
    top: 0
}
.mobile-menu-toggle-line-2{
    bottom: 0
}
.menu-opened .mobile-menu-toggle-line-1 {
    transform: rotate(45deg) translate(7px, 5px);
}
.menu-opened .mobile-menu-toggle-line-2{
   transform:rotate(-45deg) translate(6px, -5px)
}

/** MOBILE MENU LAYOUT ***/
.mobile-menu-view {
    position: fixed;
    left: 0;
    top: 0;
    font-weight: 400;
    width: 100%;
    z-index: 111;
    background-color: #FFF;
    height: 100%;
    opacity: 0;
    transition: 0.45s;
    transform: translateX(100%);
    overflow-x: hidden;
    overflow-y: auto;
}
.menu-opened .mobile-menu-view {
    opacity: 1;
    transform: translateX(0);
}
.mobile-menu-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    gap: 50px;
}

/** MOBILE MENU - HEADER ***/
.mobile-menu-header{
    padding: 35px 18px 0 20px
}


/** MOBILE MENU - MENU ***/
.main-mobile-header-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 50px;
    font-size: 30px;
    text-transform: uppercase;
}
.mobile-menu-body {
    padding-bottom: 50px;
}
.main-mobile-header-menu a{
    color: var(--color-primary)
}
.main-mobile-header-menu > li.current-menu-item > a, .main-mobile-header-menu > li.current_page_item > a {
      color: var(--color-secondary)
}


/** MOBILE MENU - GET IN TOUCH ***/
.mobile-menu-get-touch ul.contact-via-social{
    justify-content: center
}
.mobile-menu-get-touch .contact-via-social svg rect {
    fill: #FFF;
}
.mobile-menu-get-touch .contact-via-social svg path{
    fill: #000
}
.mobile-contact-via-phone {
    margin-top: 32px;
    color: #FFF;
    font-size: 27px;
}
.mobile-contact-via-phone a {
    color: #FFF;
    justify-content: center;
    gap: 20px;
}
.mobile-contact-via-phone img{
    width: 21px
}

/** MOBILE MENU - FOOTER ***/
.mobile-menu-footer {
    padding-bottom: 1px;
    height: 1px;
}   
}

@media only screen and (min-width:992px) and (max-width:1199px){
.mobile-space-xl-100{
    height: 100px!important
}
}

@media only screen and (min-width:768px) and (max-width:991px){
.mobile-space-md-100{
    height: 100px!important
}
}

@media(max-width:767px){
   /*** Common ***/  
     .mobile-space-0{
        height: 0px!important
    }
     .mobile-space-30{
        height: 30px!important
    }
      .mobile-space-50{
        height: 50px!important
    }
    .mobile-space-75{
        height: 75px!important
    }
    .no-columns-space .wp-block-columns{
        margin-bottom: 0
    }

  /*** Footer ***/ 
.footer {
    text-align: center;
    border-top: 1px solid rgba(0,0,0,0.065)
}
.footer-get-in-touch.gap-40{
    gap:25px
}
}


@media(max-width:575px){
   /**** Common *****/    
  .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    --bs-gutter-x: 3rem;
}     
}

@media(max-width:399px){
  /**** Header *****/  
 .header-logo img, .sticky .header-logo img {
    width: 205px;
}     
}