/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

#custom_treatment_title{
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
    padding-left: 35px;
    padding-top: 10px;
    background: var(--awb-color5);
    display: inline-block !important;
    margin: 0px !important;
    padding-bottom: 15px;
    width: 100%;
}

.home_packages{
    z-index: 10 !important;
}

/* MOBILE MENU */
    .mobile-wpml-switcher{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .mobile-wpml-switcher .wpml-ls-statics-shortcode_actions{
        background: transparent !important;
    }
    .mobile-wpml-switcher a.wpml-ls-item-toggle{
        border: 0;
        padding-right: 0px;
        background: transparent !important;
    }
    .mobile-wpml-switcher a.wpml-ls-item-toggle:hover{
        background-color: transparent !important;
    }
    .mobile-wpml-switcher .wpml-ls-flag{
        width: 26px;
    }
    .frag-lang-hebrew .mobile-wpml-switcher .wpml-ls-flag{
        width: 28px;
    }
    .fusion-text.mobile-wpml-switcher{
        max-width: 60px !important;
        border-radius: 5px;
    }
    .frag-lang-hebrew .fusion-text.mobile-wpml-switcher{
        max-width: 70px !important;
        border-radius: 5px;
    }
    .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle::after{
        content: "\f107";
        font-family: awb-icons;
        line-height: 1;
        border: 0px !important;
        margin-top: -5px;
        color: #fff;
    }
    
    /* .wpml-ls-legacy-dropdown-click a.wpml-ls-link{
        margin-top: 12px;
        border: 0px;
        border-bottom-left-radius: 6px;
        border-bottom-right-radius: 6px;
        border-top: 2px solid #E1D1B2 !important;
        padding: 8px 13px;
    } */
    ul.wpml-ls-sub-menu li:first-child a.wpml-ls-link{
        margin-top: 12px !important;
    }
    body:not(.frag-lang-hebrew) .wpml-ls-last-item a.wpml-ls-link:last-child{
        border: 0px;
        border-bottom-left-radius: 6px;
        border-bottom-right-radius: 6px;
        border-top: 2px solid #E1D1B2 !important;
        padding: 8px 13px;
    }
    body.frag-lang-hebrew .wpml-ls-item-en a.wpml-ls-link:last-child{
        border: 0px;
        border-top: 2px solid #E1D1B2 !important;
        padding: 8px 13px;
    }
    body.frag-lang-hebrew .wpml-ls-item-el a.wpml-ls-link:last-child{
        border: 0px;
        border-bottom-left-radius: 6px;
        border-bottom-right-radius: 6px;
        border-top: 2px solid #E1D1B2 !important;
        padding: 8px 13px;
    }
  
    .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu{
        border: 0px;
    }
    
    .wpml-ls-legacy-dropdown-click a:hover{
        background: #E1D1B2;
    }
    
    .wpml-ls-legacy-dropdown-click .wpml-ls-current-language:hover > a, 
    .wpml-ls-legacy-dropdown-click a:focus {
        color: #000;
        background: #fff;
    }
/* MOBILE MENU */

/* Desktop Menu */
.my-menu-shadow #menu-main-menu > li > a > .menu-text,
.my-menu-shadow #menu-main-menu > li,
.my-menu-shadow #menu-main-menu-el > li > a > .menu-text,
.my-menu-shadow #menu-main-menu-el > li,
.my-menu-shadow #menu-main-menu-heb > li > a > .menu-text,
.my-menu-shadow #menu-main-menu-heb > li{
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.7) !important;
}
/* Desktop Menu */

.frag-lang-greek .fusion-tb-header nav a{
    font-size: 13px !important;
}

@media (max-width: 1250px){
    .why-choose-us-home-h3 h3{
        font-weight: 600 !important;
        /* color: #000 !important; */
    }
}

.footer-gallery .fusion-gallery-image{
  text-align: center;
}
