
.navbar-expand-lg .navbar-logo{width: 18rem;}
.hero-section .order-now button{background: rgba(181,164,109,1); border-color:rgba(181,164,109,1);}
.hero-section .order-now button:hover{background: rgba(181,164,109,0.8); border-color:rgba(181,164,109,0.8) }
nav li.active a, nav li a:hover{color: #ec9f38 !important;}
.header.switched-header .navbar-expand-lg .navbar-nav .nav-link {
color: #FFF;}
.policy-link {color: #7a7a7a;}
.hero-section .order-now button{margin-top: 20px; margin-bottom: 20px;}
/*.header-navbar{overflow: hidden;}*/
.flex-control-nav {
bottom: 30px;
}
.header-section {
border-bottom: none;
background: #210010;
}
.navbar-expand-lg .header-navbar-nav {
width: auto; float: right;
}
.header-navbar .navbar-brand {
border-right: none;
}
.footer{background: #210010 !important;}
.footer-logo > img{width: 150px;}
.logo-dark {
width: 145px;
}
.btn-navbar-toggler {
color: #FFF;
}
.navbar-expand-lg .navbar-nav .nav-link::before {
content:none; 
}
.top_bar{background-color: #f05626 ; padding: 10px 0; overflow: hidden; font-family:"Lato", Helvetica, Arial, sans-serif;}
.top_bar h4{font-size: 18px; margin: 0; color: #FFF; text-transform: none; text-align: left; font-family:"Lato", Helvetica, Arial, sans-serif;}
.top_bar h4 span{font-size: 14px; font-weight: normal; font-family:"Lato", Helvetica, Arial, sans-serif;}
.top_bar h4 a{display: inline-block; float: right; margin-top: 3px; text-decoration: underline; color: #FFF; font-family:"Lato", Helvetica, Arial, sans-serif;}
#scroll-home{background: none;}
.header-navbar-nav .dropdown-menu {
	margin-top: 26px;
}
.switched-header .header-navbar-nav .dropdown-menu {
	margin-top: 11px;
}
.hero-content {
	top: 55%;
}
.btn-primary, .hero-section .order-now button, .scroll-to-top {
	color: #ffffff;
	background-color: #ec9f38;
	border-color: #ec9f38;
}
.btn-primary:hover, .hero-section .order-now button:hover, .scroll-to-top.active:hover
	{
	color: #ffffff;
	background-color: #ec9f38;
	border-color: #ec9f38;
}
.btn-dark{background-color: #210010; border-color: #210010;}



/*repaso button*/
.order-text, .footer .order-text{color:#FFF; margin-bottom: 10px; font-family: 'Roboto', sans-serif; font-size: 14px; margin-top: 20px; font-weight: 500;}
.order-text.black{color:#000; font-family: 'Roboto', sans-serif; font-size: 14px;}
.order-now-repaso{

background: rgba(255,255,255,1);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,132,0,1) 3%, rgba(255,30,0,1) 50%, rgba(246,41,12,1) 51%, rgba(240,47,23,1) 71%, rgba(231,56,39,1) 97%, rgba(255,189,189,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(3%, rgba(255,132,0,1)), color-stop(50%, rgba(255,30,0,1)), color-stop(51%, rgba(246,41,12,1)), color-stop(71%, rgba(240,47,23,1)), color-stop(97%, rgba(231,56,39,1)), color-stop(100%, rgba(255,189,189,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,132,0,1) 3%, rgba(255,30,0,1) 50%, rgba(246,41,12,1) 51%, rgba(240,47,23,1) 71%, rgba(231,56,39,1) 97%, rgba(255,189,189,1) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,132,0,1) 3%, rgba(255,30,0,1) 50%, rgba(246,41,12,1) 51%, rgba(240,47,23,1) 71%, rgba(231,56,39,1) 97%, rgba(255,189,189,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,132,0,1) 3%, rgba(255,30,0,1) 50%, rgba(246,41,12,1) 51%, rgba(240,47,23,1) 71%, rgba(231,56,39,1) 97%, rgba(255,189,189,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,132,0,1) 3%, rgba(255,30,0,1) 50%, rgba(246,41,12,1) 51%, rgba(240,47,23,1) 71%, rgba(231,56,39,1) 97%, rgba(255,189,189,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffbdbd', GradientType=0 ); border: 2px solid #333;
color: #FFF !important;
font-family: 'Roboto', sans-serif;
font-size: 14px;
font-weight: 500;
}

.order-now-repaso:hover{
background: rgba(255,189,189,1) !important;
background: -moz-linear-gradient(top, rgba(255,189,189,1) 0%, rgba(231,56,39,1) 3%, rgba(240,47,23,1) 29%, rgba(246,41,12,1) 49%, rgba(255,30,0,1) 50%, rgba(255,132,0,1) 97%, rgba(255,255,255,1) 100%) !important;
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,189,189,1)), color-stop(3%, rgba(231,56,39,1)), color-stop(29%, rgba(240,47,23,1)), color-stop(49%, rgba(246,41,12,1)), color-stop(50%, rgba(255,30,0,1)), color-stop(97%, rgba(255,132,0,1)), color-stop(100%, rgba(255,255,255,1))) !important;
background: -webkit-linear-gradient(top, rgba(255,189,189,1) 0%, rgba(231,56,39,1) 3%, rgba(240,47,23,1) 29%, rgba(246,41,12,1) 49%, rgba(255,30,0,1) 50%, rgba(255,132,0,1) 97%, rgba(255,255,255,1) 100%) !important;
background: -o-linear-gradient(top, rgba(255,189,189,1) 0%, rgba(231,56,39,1) 3%, rgba(240,47,23,1) 29%, rgba(246,41,12,1) 49%, rgba(255,30,0,1) 50%, rgba(255,132,0,1) 97%, rgba(255,255,255,1) 100%) !important;
background: -ms-linear-gradient(top, rgba(255,189,189,1) 0%, rgba(231,56,39,1) 3%, rgba(240,47,23,1) 29%, rgba(246,41,12,1) 49%, rgba(255,30,0,1) 50%, rgba(255,132,0,1) 97%, rgba(255,255,255,1) 100%) !important;
background: linear-gradient(to bottom, rgba(255,189,189,1) 0%, rgba(231,56,39,1) 3%, rgba(240,47,23,1) 29%, rgba(246,41,12,1) 49%, rgba(255,30,0,1) 50%, rgba(255,132,0,1) 97%, rgba(255,255,255,1) 100%) !important;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbdbd', endColorstr='#ffffff', GradientType=0 );
font-family: 'Roboto', sans-serif;

}
.order-now-repaso img{
width: 14px; height: 24px; margin-right: 7px; position: absolute;
}
.order-now-repaso {
padding: 8px 43px 8px 30px;
border: 1px solid #FFF;
color: #FFF;
font-weight: 500;
font-size: 14px;
display: inline-block;
border-radius: 50px;
font-family: 'Roboto', sans-serif;
line-height: 22px;
}
/*.online-order{background:url(../assets/img/25.jpg); margin: 0 0 0; -webkit-background-size: cover; -moz-background-size: cover; -ms-background-size: cover;
-o-background-size: cover; background-size: cover; background-repeat: no-repeat; background-position: center center; background-attachment: fixed; padding:80px 0;}*/
.online-order{margin: 0 !important;}
.online-order h2{text-align: left; font-family: 'Roboto', sans-serif;  font-weight: bold; font-size: 26px; color: #000; margin-bottom: 0; width: 100%; margin-left: 30px; margin-top: 30px;}
.online-order p{text-align: center; color: #FFF; font-family: 'Roboto', sans-serif; font-size: 14px; margin-bottom: 80px;}
.online-order h3{font-family: 'Roboto', sans-serif;  font-weight: bold; font-size: 16px; color: rgba(53,53,53,1.00); margin-bottom: 30px; margin-top: 20px;}
.online-order .order-links > li{display: inline-block; margin-bottom: 15px;}
.online-order .order-links > li a
{
height: auto;
width: auto;
padding: 8px 22px;
line-height: normal;
min-width: auto;
margin: 0 5px 0 !important;
background-color: #d3a971;
color: #ffffff;
border: 2px solid #d3a971;
box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.15);
text-transform: capitalize;
margin-bottom: 10px;
margin-right: 10px;
font-family: 'Roboto', sans-serif;
}
.online-order .order-links > li a:hover, .order-links > li a:active, .order-links > li a:focus{border: 2px solid #d3a971 !important; font-family: 'Roboto', sans-serif; background: #FFF; color: #bb9356;
}
.online-order .pickp-order
{
text-align: center;
background-color: #fafafa;
overflow: visible;
padding-top: 60px;
margin-top: 20px;
}
.online-order .pickp-order span{
position: relative;
bottom: -1px;
display: block;
width: 100%;
height: 5px;
text-align: center;
background: 0 center repeat-x url("../assets/img/zigzag.svg");
}
.online-order .delivery-order
{
text-align: center;
background-color: #fafafa;
overflow: visible;
padding-top: 60px;
margin-top: 60px;	
}
.online-order .delivery-order span{
position: relative;
bottom: -1px;
display: block;
width: 100%;
height: 5px;
text-align: center;
background: 0 center repeat-x url("../assets/img/zigzag.svg");
}

@media (max-width:991px){
.navbar-expand-lg .navbar-logo {
width: 10rem;
}
.navbar-expand-lg .header-navbar-nav {
float: left;
}
.top_bar {
margin-top: 80px;
}
.address-bl{margin-left: 0;}
.nav-menu .btn.btn-primary {
float: left;
clear: both;
margin: 20px 0;
}
#about, #menu, #gallery, #contact-form{padding: 4rem 0;}
}
