/*
Theme Name:   The Voux Child
Theme URI:    https://themeforest.net/item/the-voux-a-comprehensive-magazine-theme/11400130
Description:  Child theme for The Voux
Author:       fuelthemes
Author URI:   http://themeforest.net/user/fuelthemes
Template:     thevoux-wp
Version:      1.0.0
Text Domain:  thevoux-child
*/

/* Always show the fixed header — disable transition to prevent any scroll-triggered flicker */
.header.fixed {
    transform: translateY(0) !important;
    opacity: 1 !important;
    transition: none !important;
}

/* Hide the static header — fixed header is the only one visible */
.header_holder {
    display: none !important;
}

/* Push page content below the fixed header (50px nav height + 1px border) */
@media (min-width: 1025px) {
#content-container {
    padding-top: 181px;
}
}
@media (max-width: 1024px) {
#content-container {
    padding-top: 131px;
}
}

@media (min-width: 1025px) {
body.single-post #content-container{
    padding-top: 132px;
}
}

@media (max-width: 1024px) {
body.single-post #content-container{
    padding-top: 81px;
}
}
/* Hide duplicate dropdown arrow under Languages (theme adds both ::after and fa-angle-down span) */
.full-menu > li.menu-item-has-children > span,
.full-menu > li.pll-parent-menu-item > span {
    display: none !important;
}
