/* ==============================================================================
Theme Name: Phlox Pro Child
Theme URI: http://phlox.pro/go/
Author: averta
Author URI: http://www.phlox.pro
Description: Phlox Pro Child Theme
Template: phlox-pro
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column,two-columns, three-columns, left-sidebar, right-sidebar
Text Domain: phlox-pro-child
================================================================================= */

a {
    color: var(--e-global-color-primary );
}
a:hover {
    color: var(--e-global-color-secondary );
}

/* Hide Sidebar on Single Salles */
.single-salle .aux-sidebar {
    display: none !important;
}
.post-type-archive .page-header {
    display: none !important;
}
footer .elementor-widget-aux_copyright a {
    font-weight: bold;
    color: inherit;
}
#cookie-notice .cn-button:not(.cn-button-custom) {
    background-color: var(--e-global-color-primary ) !important;
    font-size: 0.9rem !important;
}
#cookie-notice .cookie-notice-container {
    font-size: 0.9rem !important;
}
@media (max-width: 767px){
    .elementor-125 .elementor-element.elementor-element-45de3a2 .aux-menu-depth-0.aux-hover{
        box-shadow: none !important;
    }       
}
.aux-master-menu.aux-narrow.aux-skin-classic .aux-menu-item > .aux-item-content {
    padding: 1.125em 1.0625em;
    font-size: 1em;
}
@media (max-width: 767px)
{
    .sub-menu a.aux-item-content {
        font-size: 1em !important;
    }
}

@media screen and (max-width: 1024px){
.aux-fs-popup .aux-panel-close {
    right: unset;
    left: calc(100% - 76px);
    top: 14px;
}
}

/* WPML */
.wpml-ls-statics-shortcode_actions, .wpml-ls-statics-shortcode_actions .wpml-ls-sub-menu, .wpml-ls-statics-shortcode_actions a {
    border: none;
}
.wpml-ls-current-language {
    display: none !important;
}