header {
position: static;
}
.fixed-header {
position: fixed;
top: 0;
left: 0;
width: 100%; 
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
-ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
z-index: 100000;
transition: 0.2s;
background: #FFF;
}
.fixed-header .navbar-brand > img{width: 130px;}
section.menu-section .menu-box .menu-holder h2 {
	border-bottom: none; 
}
section.menu-section .menu-box .menu-holder ul.menu-list li .menu-cont p {
	color: rgba(110,110,110,1.00); font-weight: normal;
}
footer ul{margin: 0; list-style-type: none; padding: 0;}
footer ul li {
	font-size: 16px;
	color: #000000;
	font-family: "Lato", sans-serif;
	line-height: 26px;
	margin: 0 0 10px;
}
footer ul li span{float: right;}
footer a, .contact-info a{color: #ea462b;}
footer a:hover{color: #ea462b;}
p, .paragraph, .other-posts__desc {
font-weight: normal;
}
section.testimonial-section .testimonial-post {
	height: 300px;
}
section.menu-section .menu-box.pasta-menu {
	background: #ffffff none;
}
section.menu-section .menu-box.pizza-menu {
	background: #ffffff none;
}
.navbar {
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
}
#home-section .tp-caption{color: #FFF !important;}
header .button-two, #menu .button-two{border: 2px solid #FFF;}
header .button-two:hover, #menu .button-two:hover{border: 2px solid #ea462b;}
section.about-section .about-box .content-holder img {
	margin-right: 0;
	margin-top: 0;
}
.top_bar{background-color: #f05626 ; padding: 10px 0; overflow: hidden; font-family:"Lato", Helvetica, Arial, sans-serif; text-transform: none !important;}
.top_bar h4{font-size: 16px; margin: 0; color: #FFF; text-transform: none !important; text-align: left; font-family:"Lato", Helvetica, Arial, sans-serif; letter-spacing:normal; line-height: normal;}
.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;}

#policy ul li {
	font-size: 16px;
	color: #000000;
	font-family: "Lato", sans-serif;
	line-height: 26px;
}
#policy a{color: #ea462b;}
section.testimonial-section {
	background: #f8f8f9 none;
}
h1{
	color: #000000;
	font-size: 50px;
	font-family: "Zilla Slab", serif;
	font-weight: 600;
	margin: 0 0 10px;
	line-height: 56px;
}


#my-form,
#reservation-form {
  margin: 0; }
  #my-form label,
  #reservation-form label {
    display: block;
    color: #000000;
    font-size: 18px;
    font-family: "Zilla Slab", serif;
    font-weight: 600;
    margin: 0 0 12px; }
  #my-form input[type="text"],
  #my-form textarea,
  #reservation-form input[type="text"],
  #reservation-form textarea {
    width: 100%;
    padding: 10px 20px;
    background: transparent;
    color: #000000;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: 400;
    outline: none;
    border: 1px solid #e1e1e1;
    margin: 0 0 20px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out; }
  #my-form input[type="text"]:focus,
  #my-form textarea:focus,
  #reservation-form input[type="text"]:focus,
  #reservation-form textarea:focus {
    border: 1px solid #ea462b; }
  #my-form textarea,
  #reservation-form textarea {
    height: 100px;
    margin-bottom: 30px; }
  #my-form input[type="submit"],
  #reservation-form input[type="submit"] {
    padding: 10px 30px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    background: #ea462b;
    border: 1px solid #ea462b;
    font-family: "Zilla Slab", serif;
    outline: none;
    margin: 0;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out; }
  #my-form input[type="submit"]:hover,
  #reservation-form input[type="submit"]:hover {
    color: #ea462b;
    background: #ffffff; }




/*repaso button*/
.order-text, footer .order-text{color:#FFF; margin-bottom: 10px; font-family: 'Roboto', sans-serif; font-size: 14px; margin-top: 10px; font-weight: 500; letter-spacing: normal;}
.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;
letter-spacing: normal;
}

.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;
}
section.gallery-section a img {
	height: 100%;
}
#giftcard_button {
	background: #FFF;
	padding: 10px;
	height: 200px;
	width: 50px;
	color:  #feaa30;
	text-transform: uppercase;
	font-size: 16px;
	position: fixed;
	top: 30%;
	right: 0;
	z-index: 150;
	border-radius: 5px 0 0 5px;
	writing-mode: vertical-lr;
	font-weight: bold;
	text-align: center;
	box-shadow: 0 3px 4px rgba(0, 0, 0, 0.07);
	border-left: 2px solid #feaa30;
	border-bottom: 2px solid #feaa30;
	border-top: 2px solid #feaa30;
}
#giftcard_button i{writing-mode: vertical-lr;}
#giftcard_button img{width:100%;}


@media (max-width: 991px) {
.navbar-nav {
 overflow: visible; max-height: none;}
.navbar-collapse {
margin-bottom: 30px;}
#home-section .tp-caption{margin-left: 60px; }
footer .row > div{margin-left: 0 !important;}
section.gallery-section a {
	width: 50%;
}
section.gallery-section a img {
	height: 100%;
	width: 100%;
}
}
@media (max-width: 768px) {

#home-section .tp-caption{margin-left: 100px; }
}
@media (max-width: 576px) {
#home-section .tp-caption{margin-left: 80px; }
.zeus.tparrows{min-width:40px; min-height: 40px;}
.zeus.tparrows::before {
font-size: 12px;
line-height: 40px;}
#navbarSupportedContent {
padding: 0 10px;}
section.about-section .about-box .image-holder {
 padding: 0 ;}
section.about-section {
padding: 50px 0 0;}
section.menu-section .menu-box {
margin-bottom: 0;}
	#contact-section .form-padding{margin-left: 0;}
section.gallery-section a {
	width: 100%;
}
section.gallery-section a img {
	height: 100%;
	width: 100%;
}
}