/*
Theme Name: Anvogue Child
Theme URI: https://anvogue.presslayouts.com/landing
Author: PressLayouts Team
Description: This is a child theme for Anvogue
Version: 1.0
Author URI: https://www.presslayouts.com/
Template: anvogue
Text Domain: anvogue-child
*/

html .pls-site-header.pls-header-overlay:not(.fixed) .pls-header-main {
    background-color: #000 !important;
}

html .header-color-dark:not(.fixed) .pls-main-navigation ul.menu > li > a:not(.button) {
    color: #ffffff;
}

html .header-color-dark:not(.fixed) .pls-main-navigation ul.menu > li > a:not(.button):hover {
    color: #d3ea2e;
}

html .header-color-dark:not(.fixed) .pls-header-col > * > *
{
	color: #FFF;
}

html .pls-mobile-menu.opened {
    background: #000;
}

html .pls-mobile-menu-wrap a * {
    color: #FFF;
}

header.woocommerce-products-header .term-description {
    display: none;
}


html .pls-mobile-menu-wrap a:hover * {
    color: #d3ea2e;
}
@media (max-width: 420px) {
	#footer p.pls-about-logo {
		max-width: 70%;
	}
    .post-about-us div#page-title {
        padding-top: 90px !important;
        padding-bottom: 40px !important;
		background-position: center -45% !important;
    }
}