/* */

 #main-nav.menu-material-style > li.curtains > a.ripple:hover{color:#1B527E !important;}
 #main-nav.menu-material-style > li.curtains:hover > a.ripple{color:#1B527E !important;}

 
 #main-nav > li.curtains:hover > a, 
 #main-nav > li.curtains > a:hover 
 {
    color:#1B527E !important;
 }


#main-slideshow.promo-height{ height:78vh; }
img.promo-image.desktop{
	width:100%; margin-bottom:20px !important; margin-top:-17px;
	
}
img.promo-image.mobile{
	display:none;	
	width:100%; 
	margin-bottom:20px; 	
	margin-top:-28px;
	
}

a.xmas-holiday-hours{border:1px solid #FF9D9D; border-radius:6px; padding:5px 10px;position:absolute; right:20px; top:50px; text-decoration:none; color:#FF9D9D; }
a.xmas-holiday-hours:hover{ text-decoration:underline;}
@media screen and (max-width: 1200px) {
	a.xmas-holiday-hours{ 
	top:176px;
	}
}

@media screen and (max-width: 700px) {
	
	a.xmas-holiday-hours{ 
	top:96px; font-size:12px; 
	}
	
	
	#main-slideshow.promo-height{ height:0px; }
	img.promo-image.desktop{
		display:none;
	}
	img.promo-image.mobile{
		display:inline-block;			
	}	
}

/* Popup */

#hidden-popup .message {
    background-color: #fdcc09;
    background-position: right bottom;
    background-repeat: no-repeat;
    max-width: 1200px;
    min-height: 500px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
}

#hidden-popup .message h3 {
    color: #000;
    font-size: 32px
}

#hidden-popup .message li,
#hidden-popup .message p {
    color: #000;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px
}

#hidden-popup .message p.uppercase {
    text-transform: uppercase;
    font-weight: 700
}

#hidden-popup .message .logos {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 25%;
    text-align: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 30px 10px 30px 10px
}

#hidden-popup .message .logos img.mall {
    width: 144px;
    height: auto;
    margin: 0 auto 0 auto
}

#hidden-popup .message .logos img.unite {
    width: 153px;
    height: auto;
    margin: 0 auto 0 auto
}

#hidden-popup .message .content {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    width: 75%;
    padding: 30px 40px 30px 10px
}

#hidden-popup .fancybox-button svg {
    color: #000
}

@media screen and (max-width:728px) {
    #hidden-popup .message {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    #hidden-popup .message .logos {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        text-align: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 10px 40px 30px 40px
    }
    #hidden-popup .message .logos img.mall {
        width: 104px;
        height: auto;
        margin: 0 auto 20px auto
    }
    #hidden-popup .message .logos img.unite {
        width: 153px;
        height: auto;
        margin: 0 auto 0 auto
    }
    #hidden-popup .message .content {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
        padding: 30px 40px 0 40px
    }
}
