/* mbhuju@gmail.com */
@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Great+Vibes&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body{margin:0px; font-family:'Montserrat', sans-serif;  font-size:16px; color:#000; font-weight: normal; line-height:26px; }

a:link, a:active, a:visited{ color:#ce313b; font-weight: 600; text-decoration:underline; }
a:hover{color:#000; text-decoration:underline;}

a.more:link, a.more:active, a.more:visited{ color:#000; font-weight: 400;}
a.more:hover{color:#000; text-decoration:none;}

a.footermenu:link, a.footermenu:active, a.footermenu:visited { font-size:12px; color:#868686; font-weight:600;  text-decoration:none;}
a.footermenu:hover{color: #fff;}

a.btnlink:link, a.btnlink:active, a.btnlink:visited { color: #ffffff; background: #d43c42; padding: 8px 20px; font-weight:600;  text-decoration: none; text-transform:uppercase; line-height:50px; }
a.btnlink:hover { background: #ff0000; text-decoration: none;}

/*********
HEADER
******/
#headerbg {
    position: relative;
	background: url(../images/bg.jpg) center top;
	background-size:cover;
}
#splash { width:80%; background: #FF0000; padding:20px 10%; text-align: center; color: #fff; font-size: 18px; line-height: 30px;}

#header-top{width:100%; background:#FFFFFF; border-top:6px solid #275c32;}
#header_inn{width:1240px; margin:0 auto; padding:30px 0;}
#logo{width:35%; float:left;}
#orderonline{width:25%; float:left; text-align:center;}
#info{width:40%; float:right; color:#000; font-size:20px; line-height:35px;  text-align:right; font-weight:bold; padding-top:40px;}
#menu{width:100%; margin:0 auto; background:#275c32;}
/*******
BANNER
*********/
#banner{width:100%; background:url(../images/bg.png) repeat-x;}
#promo{width:1243px; margin:0 auto; font-family: 'Abril Fatface', cursive; font-size:60px; color:#FFF; text-align:center; text-shadow:2px 2px #000; padding:180px 0 60px 0; line-height:50px;}
#banner_inn{width:1243px; margin:0 auto; }

/****************/
#content{width:100%; background:#FFF;}
#content_inn{width:1160px; margin:0 auto;  }
	#left{width:55%; float: left; padding:50px 0 35px 0; }
	#right{width:40%; float:right; padding:60px 0;}
		#inner{width:95%; margin:0 auto; padding:50px 0;}
		
#hours_left{float:left; width:50%;  }
#hours_right{float:right; width:50%; text-align:center;}

#contact_left{float:left; width:50%; padding-top:60px; text-align:center;}
#contact_right{float:right; width:40%; text-align:center; margin-right:10%;}

.coupon1{width:32%; height:auto; float:left; text-align:center; margin-right:2%; padding-bottom:30px; }
.coupon2{width:32%; height:auto; float:right; text-align:center; padding-bottom:30px;}
.coupon_inner{width:90%; height:auto; margin:0 auto; background:#fff; border:2px dashed #000; text-align:center;}
.coupon_inn{width:350px; height:auto; margin:0 auto; background:#fff; text-align:center;}
.print{width:100%; height:auto; float:left; text-align:center; margin-top:10px; }
.center_div{width:100%; margin:0 auto; text-align:center;}

/*******
FOOTER
*********/
	#footer_bottom{width:100%; background:#282424;  }
	#footer_inn{width:1160px; margin:0 auto;}
	#left_footer{width:58%; float:left; color:#FFF; padding:40px 0; font-weight:900; text-transform:uppercase;}
	#facebook{width:5%; float:left; padding:37px 0;}
	#right_footer{width:35%; float:right; text-align: right; padding:40px 0;}

/*******
STYLE
*********/
h1{font-family: 'Abril Fatface', cursive; font-size:45px; line-height:40px; color:#275c32; text-transform: uppercase;  margin-top:0;}
.style1{font-family: 'Abril Fatface', cursive; font-size:50px;  color:#cf420f; line-height:40px;}
 .style2{font-family: 'Abril Fatface', cursive; font-size:30px;  color:#cf420f; line-height:40px;}
.style3{font-family: 'Great Vibes', cursive; font-size:50px; color:#275c32; line-height:50px;}
.style4{font-size:20px; font-weight:bold; line-height:30px;}

.smalltext{ font-size:12px; line-height:16px; color:#F00; font-weight:bold;}


/*******
FORM
*********/
.form1{ width:100%;}
input, textarea, select { height:25px; background:#adb5d7; border:1px solid #dedede; font-size:13px;}
textarea{ height:100px; }
.btn{ width:128px; height:40px; font-weight:bold; text-align:center; color:#FFFFFF;	background:#fe0000; border:1px solid #000000; font-size:15px; margin-top:20px; text-align:center; text-transform:uppercase;}
.email_error{ padding:2px; border:1px solid red; color:red; margin-bottom:5px;}
.inputsize{ width:100%;}
.inputzipsize{ width:50px;}
.textright{ text-align:right;}

/*******
MISC
*********/
.img{border:1px solid #cecac8; padding:5px; }
.imgright{ max-width:95%; float:right; margin-left:30px; }
.imgleft{ max-width:95%; float:left; margin-right:10px; padding-top:8px; }


.clear{clear:both;}
img{max-width:100%;}
a[href^=tel] { color: inherit; text-decoration: none; font-weight:bold; }

.tbar{ border-bottom:#b2b2b2 1px solid; padding:10px;}

.back-to-top { position: fixed; bottom: 2em; right: 40px; display: none;}


.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}