/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/
#header,
#header.sticky-header #header-wrap{
    background-color: #f5f7f9;
}
#header, #header-wrap, #logo img{
    height: 70px;
}
.slider-caption:not(.dark), .slider-caption:not(.dark) h2{
    //color: #fefefe;
    color: #fff;
    text-shadow: 2px 2px 0px #333333, 5px 4px 0px rgba(0,0,0,0.25);
}
.one-page-arrow{
    bottom: 50px;
}
.icon-reorder::before{
    color: #fe0000;
    font-size: 30px;
    text-shadow: 1px 1px 0px #ffffff;
}
.icon-reorder:hover::before{
    color: #000000;
}
@media (max-width: 991.98px) {
    #logo{
        height: 70px;
    }
    #primary-menu-trigger{
        top: 11px;
        left: auto;
        right: 0px;
    }
}

@media (max-width: 575.98px) {
    #header .container {
        padding-left: 20px!important;
        padding-right: 20px!important;
    }
}


