/*
Theme Name: Enfold Child
Description: <strong>A superflexible and responsive Business Theme by Kriesi</strong> - <br/$
Version: 1.0.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
License: Themeforest Split Licence
License URI: -
Theme URI: www.kriesi.at/themes/enfold/
*/ 


/*@media only screen and (max-width: 767px) {
.responsive #top #wrap_all #header {
    position: fixed;
}
.responsive #top #main {
    padding-top: 131px !important;
}
}
*/

/* LayerSlider/RevolutionSlider height in portable device*/
@media only screen and (max-width: 767px) {
    #top #main #layer_slider_1{ 
    height: auto !important;
    }}
/* Polylang Language Switcher in Preheader */
.polylang-language-switcher {
    float: right;
    margin-left: auto;
}

.polylang-language-switcher ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 10px;
}

.polylang-language-switcher li {
    display: inline-block;
    margin: 0;
}

.polylang-language-switcher a {
    display: flex;
    align-items: center;
    gap: 5px;
    text-decoration: none;
    padding: 5px 10px;
}

.polylang-language-switcher img {
    max-width: 20px;
    height: auto;
}

/* DISABLED: /* Make sure the preheader (header_meta) uses flexbox for proper alignment */
/* DISABLED: #header_meta .container {
/* DISABLED:     display: flex;
/* DISABLED:     align-items: center;
/* DISABLED:     justify-content: flex-end;
/* DISABLED: }
/* DISABLED: 
/* DISABLED: #header_meta .sub_menu {
/* DISABLED:     flex: 0 0 auto;
/* DISABLED: }
/* DISABLED: 
/* DISABLED: #header_meta .polylang-language-switcher {
/* DISABLED:     margin-left: auto;
/* DISABLED: }
/* DISABLED: 
/* DISABLED: /* Responsive adjustments */
/* DISABLED: @media only screen and (max-width: 767px) {
/* DISABLED:     .polylang-language-switcher {
/* DISABLED:         width: 100%;
/* DISABLED:         text-align: right;
/* DISABLED:         margin-top: 10px;
/* DISABLED:     }
/* DISABLED:     
/* DISABLED:     #header_meta .container {
/* DISABLED:         flex-wrap: wrap;
/* DISABLED:     }
/* DISABLED: }
/* DISABLED: 
/* DISABLED: /* Force le menu langue à droite et les infos de contact à gauche */
/* DISABLED: #header_meta .sub_menu {
/* DISABLED:     order: 2;
/* DISABLED:     margin-left: 20px;
/* DISABLED: }
/* DISABLED: 
/* DISABLED: #header_meta .phone-info {
/* DISABLED:     order: 1;
/* DISABLED: }
