.et_fixed_nav #top-header,
#et-secondary-nav li ul {
	background-color: #e95e37;
}

.post-password-required {
	position: relative;
    width: 80%;
    max-width: 1080px;
    margin: auto;
}

#breadcrumbs {
	position: relative;
    width: 80%;
    max-width: 1080px;
    margin: auto;
    padding-top: 10px;
}

.logo_container img#logo {
	max-height: 80%;
}

#et-main-area #breadcrumbs a {
    color: #777;
    font-size: 11px;
}

#et-main-area #breadcrumbs strong {
    font-size: 11px;
}

#page-container .et_password_protected_form .et_pb_button {
    color: #fff !important;
    background: #e95e37;
    border-color: #e95e37;
    font-size: 18px;
    background-color: #e95e37;
    width: 130px;
    padding: .3em 2em .3em .7em;
    margin-bottom: 20px;
}

#main-footer .footer-widget h4 {
    color: #ffffff;
	font-size: 15px !important;
}

#footer-widgets .footer-widget a,
#footer-widgets .footer-widget li a,
#footer-widgets .footer-widget li a:hover {
    color: #e95e37;
}

.footer-widget,
.footer-widget li,
.footer-widget li a,
#footer-info {
    font-size: 12px;
}

.footer-widget li:before {
    border-color: #ffffff;
}

.nav li ul {
	border-color: #e95e37;
}

.single_add_to_cart_button {
	color: white !important;
}

@media (max-width: 980px) {
	.et_fixed_nav #main-header,
	.et_fixed_nav #top-header {
		position: fixed !important;
	}
	
	.et_mobile_menu {
		overflow: scroll !important;
		max-height: 70vh;
	}
	
	.mobile_menu_bar:before {
		color: #e95e37;
	}
	
	.et_mobile_menu {
		border-color: #e95e37;
	}
}




