<style>
.reserve-module {
  position: relative;
  z-index: 1;
  display: block;
  clear:both;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
}
.reserve-module .thumbnail {
  height: 250px ;
  width:100%;
  background:url(/wp-content/themes/fogodechao/img/ads/thanksgiving.jpg) no-repeat top;
  background-size: cover;
}
 .date-res {
    background-color: rgb(134, 9, 15);
	opacity: 0.85;
	filter: alpha(opacity=85);  /* Opacity for IE8 and lower */
    zoom: 1;  /* Fix for IE7 */
    padding: 10px 15px;
    color: #cdba7e;
    font-size: 20px;
    /* font-weight: 600; */
    /* text-transform: uppercase; */
    width: 100%;
    /* margin-top: 216px; */
    /* position: absolute; */
    font-family: MrsEavesXLSerifNarOT-Reg, serif;
    line-height: 17px;
}

.reserve-module .reserve-content {
  position: relative;
  background: #FFFFFF;
  width: 100%;
  padding: 20px;
    -webkti-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.reserve-module .reserve-content .title {
    margin: 0;
    padding: 0 0 10px;
    color: #86090f;
    font-size: 36px;
    font-weight: 500;
    font-family: MrsEavesXLSerifNarOT-Reg, serif;
}

.reserve-module .reserve-content .description {
  color: #333;
  font-size: 14px;
  line-height: 1.3em;
  text-align:center;
}
.reserve-module .reserve-content .description p{
	  line-height: 1.3em;

}
.reserve-content .description ul {
	    padding-left: 20px;  
		margin: 10px 0;
}
.reserve-content .description ul li {
    padding: 2px 0;
    font-family: AvenirLT-Book,sans-serif;
    font-size: 14px;
    color: #333;
	text-align: left;

}

.reserve-content .description  .desktop .btn-group {
    text-align: center;
    clear: both;
}
.reserve-content .description .desktop .btn-group .btnn {
    background: #850a0f;
    color: #fff;
     cursor: pointer; 
    display: inline-block; 
    position: relative; 
    font-size: 16px;
    font-size: 1rem;
    line-height: 50px;
    height: 50px;
    padding: 0 20px;
    text-transform: uppercase;
    text-decoration: none;
    border: 2px solid rgba(26,26,25,.01);
    box-shadow: 0 0 0 1px #850a0f;
    background-clip: padding-box;
    letter-spacing: .08em;
    -webkit-transition: all .21s;
    transition: all .21s; 
    white-space: nowrap; 
    font-family: AvenirLT-Heavy,sans-serif;
    font-weight: 400;
    margin-bottom: 10px;
}
.reserve-content .description .desktop .btn-group .btn:hover {
    background: #850a0f;
    border: 3px solid #850a0f;
    box-shadow: 0 0 0 3px #850a0f;
}
.btnres{ display:block !important}
.dinnerprice{
	 margin: 10px 0;
    color: #850a0f;
    font-size: 30px;
}
.datepos{
position: relative;padding: 216px 0;
}


/** This is added for the Holiday Hours **/
.HolidayHours {
  position: relative;
  z-index: 1;
  display: block;
  clear:both;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
}
.HolidayHours .banner-Holiday {
    width: 100%;
    line-height: 0;
}
.title-Holidaybg {
    position: relative;
    background-image: url(/wp-content/themes/fogodechao/img/ads/title_HolidayHours.jpg);
    background-repeat: no-repeat;
    background-position: top;
    margin-top: -3px;
}
.title-Holiday {
    padding: 10px 15px;
    color: #fff;
    font-size: 30px;
    width: 100%;
    font-family: MrsEavesXLSerifOT-Italic,serif !important;
    line-height: 26px;
}
.gold-line{ background-color:#baa974; height:4px;}
.HolidayHours-content{
    position: relative;
    background: #FFFFFF;
    width: 100%;
    padding: 20px;
    -webkti-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.HolidayHours-content .description {
    color: #333;
    font-size: 14px;
    line-height: 1.3em;
    text-align: center;
}
.HolidayHours-content .description p {
    line-height: 1.3em;
}
.HolidayHours-content .description ul {
  text-align:center;
 }
.holiday-hours {
    list-style: none;
    padding: 0 10px;
	margin-bottom:30px;
}
.holiday-hours  li {
    padding: 5px 0;
    font-family: AvenirLT-Book,sans-serif;
    font-size: 14px;
    color: #333;
    display: flow-root;
}
.holiday-hours li span {
    float: left; font-weight: bold;
}
.holiday-hours li .value {
    float: right;
    text-align: justify;
    display: contents;
}
.HolidayHours-content .description  .desktop .btn-group {
    text-align: center;
    clear: both;
}
.HolidayHours-content .description .desktop .btn-group .btnn {
    background: #baa974;
    color: #000;
     cursor: pointer; 
    display: inline-block; 
    position: relative; 
    font-size: 16px;
    font-size: 1rem;
    line-height: 50px;
    height: 50px;
    padding: 0 20px;
    text-transform: uppercase;
    text-decoration: none;
    border: 2px solid rgba(26,26,25,.01);
    box-shadow: 0 0 0 1px #baa974;
    background-clip: padding-box;
    letter-spacing: .08em;
    -webkit-transition: all .21s;
    transition: all .21s; 
    white-space: nowrap; 
    font-family: AvenirLT-Heavy,sans-serif;
    font-weight: 400;
    margin-bottom: 10px;
}
.HolidayHours-content .description .desktop .btn-group .btn:hover {
    background: #baa974;
    border: 3px solid #baa974;
    box-shadow: 0 0 0 3px #baa974;
}
.btnres{ display:block !important}
.HolidayHours-content .dinnerprice{
	 margin: 10px 0;
    color: #d82520;
    font-size: 30px;
}

/** End Holiday Hours 2018 Addition **/


/** Valentines Day 2019 Banner **/
/** This is added for the vday **/
.vday {
    position: relative;
    z-index: 1;
    display: block;
    clear: both;
    background-image: url(/wp-content/themes/fogodechao/img/ads/vday-bg.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
}
.vday-card{
    padding-top: 16px;
	margin:0 auto;
}
.vday-card img {
    max-width: 89%;
    margin-left: -31px;
}
.vday-content{
	position: relative;
	padding-top:60px;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:15px;	
}
.title-v1 {
	font-family: 'AvenirNext-Regular';
	text-align:center;
	font-size:17px;
    color:#FFF;
	letter-spacing: 2px;
}
.title-v2 {
	font-family: 'MrsEavesXLSerifNarOT-Reg';
	text-align:center;
	font-size:50px;
    color:#FFF;
}
.title-Holiday {
    padding: 10px 15px;
    color: #fff;
    font-size: 30px;
    width: 100%;
    font-family: MrsEavesXLSerifOT-Italic,serif !important;
    line-height: 26px;
}
.title-v3 {
	font-family: 'AvenirNext-Regular';
	text-align:center;
	font-size:16px;
    color:#FFF;
	letter-spacing: 1px; margin-bottom: 6px;
}
.title-v4 {
	font-family: AvenirLT-Heavy,sans-serif;
	font-weight:normal;
	text-align:center;
	font-size:19px;
    color:#FFF;margin-bottom: 17px;
}
.red-bg {
    background-color: #d91f26;
    width: 255px;
    margin: 0 auto;
    margin-top: 6px;
    margin-bottom: 23px;
}
.red-bg .contentv {
    padding:8px;
}
.contentv .date{
	font-family: AvenirLT-Heavy,sans-serif;
    color: #FFF;
    text-align: center;
    font-size: 16px;
	float: none !important;
    padding-left: 0 !important;
	padding-bottom: 5px;
}
.text-underdate{
    font-family: 'AvenirNext-Medium';
    color: #FFF;
    text-align: left;
    font-size:11px; 
	letter-spacing: 0.4px;
	line-height: 14px;
}


.vday-content   .desktop .btn-group {
    text-align: center;
    clear: both;
}
.vday-content .desktop .btn-group .btnn {
    background: none;
    color: #FFF;
     cursor: pointer; 
    display: inline-block; 
    position: relative; 
    font-size: 16px;
    font-size: 0.8rem;
    line-height: 27px;
    height: 30px;
    padding: 0 5px;
    text-transform: uppercase;
    text-decoration: none;
    border: 2px solid #FFF;
    background-clip: padding-box;
    letter-spacing: .08em;
    -webkit-transition: all .21s;
    transition: all .21s; 
    white-space: nowrap; 
    font-family: 'AvenirNext-Medium';
    font-weight: 400;
    margin-bottom: 10px;
	margin-top:23px
}
.vday-content .desktop .btn-group .btnn:hover {
    background: #d91f26;
}
.btnres{ display:block !important}
.vday-content .dinnerprice{
	 margin: 10px 0;
    color: #d82520;
    font-size: 30px;
}
.contentv .date em { 
    font-style: italic !important;
    font-size: 14px !important;
    font-family: 'AvenirNext-Medium' !important;
}

/** End Valentines Day 2019 Addition **/

/** Easter Banner 2019 **/
.celebrate {
  position: relative;
  z-index: 1;
  display: block;
  clear:both;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
}
.celebrate .banner-Holiday {
    width: 100%;
}
.title-colorbg {
    position: relative;
    background-color: #014576;
    top: -3px;
}
.title-celebrate {
    padding: 30px 0 0 0;
    color: #fff;
    font-size: 40px;
    width: 100%;
    font-family: MrsEavesXLSerifNarOT-Reg, serif;
    line-height: 17px;
    text-align: center;
}
.date-celebrate{
    font-family: MrsEavesXLSerifOT-Italic,serif;
    font-size: 25px;
    text-align: center;
    color: #fff;
    padding: 15px 0 20px 0;
}
.celebrate-content{
    position: relative;
    background: #FFFFFF;
    width: 100%;
    padding: 20px;
    -webkti-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.celebrate-content .description {
    color: #333;
    font-size: 14px;
    line-height: 1.3em;
    text-align: center;
}
.celebrate-content .description p {
    line-height: 1.3em;
}
.celebrate-content .celebrate-time{
    margin: 10px 0;
    color: #000;
    font-size: 24px !important;
    padding: 0 1px;
}
.celebrate-content .celebrate-text2{
    font-family: AvenirLT-Book,sans-serif !important;
    padding: 15px 6px;
    font-size: 14px !important;
    text-align: center;
    color: #000;
}
.celebrate-content .dinner-pricing{
font-family: AvenirLT-Book,sans-serif !important;
    font-size: 13px !important;
    font-style: italic;
    margin-bottom: 35px;
    color: #000;
}
.celebrate-content .description ul {
  text-align:center;
 }
.holiday-hours {
    list-style: none;
    padding: 0 10px;
	margin-bottom:30px;
}
.holiday-hours  li {
    padding: 5px 0;
    font-family: AvenirLT-Book,sans-serif;
    font-size: 14px;
    color: #333;
    display: flow-root;
}
.holiday-hours li span {
    float: left; font-weight: bold;
}
.holiday-hours li .value {
    float: right;
	text-align:justify
}
.celebrate-content .description  .desktop .btn-group {
    text-align: center;
    clear: both;
}
.celebrate-content .description .desktop .btn-group .btnn {
    background: #fff;
    color: #db3117;
     cursor: pointer; 
    display: inline-block; 
    position: relative; 
    font-size: 15px !important;
    font-size: 1rem;
    line-height: 45px;
    height: 44px;
    padding: 0 12px;
    text-transform: uppercase;
    text-decoration: none;
    border: 2px solid rgba(26,26,25,.01);
    box-shadow: 0 0 0 1px #db3117;
    background-clip: padding-box;
    -webkit-transition: all .21s;
    transition: all .21s; 
    white-space: nowrap; 
    font-family: AvenirLT-Heavy,sans-serif;
    font-weight: normal !important;
    margin-bottom: 10px;
}
.celebrate-content .description .desktop .btn-group .btn:hover {
    background: #fff;
    border: 3px solid #db3117;
    box-shadow: 0 0 0 3px #baa974;
}
.btnres{ display:block !important}

/** End Easter Banner 2019 **/


</style>