
.spacer_30{padding:15px 0px;clear: both;}
.specials_slider1 {
	overflow: auto;
	position: relative;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 5px 10px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 5px 10px 0px rgba(50, 50, 50, 0.75);
}
.recipe_ingredients_con {
	padding: 15px 0;
}
.recipe-bg, .recipe_procedure_con {
	padding: 10px 25px;
}
.recipe-bg h3 {
	font-weight: 800;
}
.recipe_img {
	border-bottom:5px solid #650a00;
	margin-bottom: 25px;
}
.media-disc {
	-moz-column-count: 4;
	-moz-column-gap: 20px;
	-webkit-column-count: 4;
	-webkit-column-gap: 20px;
	column-count: 4;
	column-gap: 20px;
}
.media-disc li {
	margin-left: 15px;
	color: #000;
	margin-bottom: 7px;
}
.media-disc li:before {
	content:'\2022';
	display: block;
	position: relative;
	max-width: 0px;
	max-height: 0px;
	left: -15px;
	top: -0px;
	font-size: 20px;
	color: #bb8753;
}
.media-disc p{margin-bottom: 0px!important;}
.celeb-disc {
	-moz-column-count: 4;
	-moz-column-gap: 20px;
	-webkit-column-count: 4;
	-webkit-column-gap: 20px;
	column-count: 4;
	column-gap: 20px;
}
.celeb-disc li {
	margin-left: 15px;
	color: #000;
}
.celeb-disc li:before {
	content:'\2022';
	display: block;
	position: relative;
	max-width: 0px;
	max-height: 0px;
	left: -15px;
	top: -0px;
	font-size: 20px;
	color: #bb8753;
}
.celeb-disc2 {
	margin-left: 15px;
}
.celeb-disc2 li {
	color: #000;
}
.celeb-disc2 li:before {
	content:'\2022';
	display: block;
	position: relative;
	max-width: 0px;
	max-height: 0px;
	left: -15px;
	top: -0px;
	font-size: 20px;
	color: #57bc5c;
}
.celeb-disc3 {
	margin-left: 15px;
}
.celeb-disc3 li {
	color: #000;
}
.celeb-disc3 li:before {
	content:'\2022';
	display: block;
	position: relative;
	max-width: 0px;
	max-height: 0px;
	left: -15px;
	top: -0px;
	font-size: 20px;
	color: #d5a87c;
}
.header_con{
	background: #650a00;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 5px 10px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 5px 10px 0px rgba(50, 50, 50, 0.75);
	font-family: "jaf-bernina-sans-condensed";
	height:60px;
	overflow:hidden;
	margin:0;
}
.navbar{
	margin-bottom: 0px;
	min-height: auto;
	z-index:1030; /* responsive tabs conflict */
}
.navbar-fixed-top{
	border-width: 0px 0px 0px 0px;
}
.navbar-brand{
	padding: 5px 15px;
	height: auto;
}
.header_con ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-transform: uppercase;
	font-weight: 800;
}
.header_con ul li{
	float: left;
	border-left: 1px solid #6a2f29;
	border-right: 1px solid #390601;
}
.header_con ul li:first-child{
	border-left: 0px;
}
.header_con ul li:last-child{
	border-right: 0px;
}
.header_con ul li a{
	display: block;
	padding: 20px 23px;
	text-decoration: none;
	color: #ffffff;
	font-size: 15px;
}
.header_con ul li.current-menu-item a, .header_con ul li a:hover{
	background: #390601;
}
.header_con ul li:first-child a{
	border-left: none;
}
.header_con ul li:last-child a{
	border-right: none;
}
.header_sep{
	border-left: 1px solid #6a2f29;
}
.header_audio_btn a, .header_audio_btn a:focus{
	color: #bc7349!important;
}
.header_audio_btn i{
	padding-right: 7px;
}
.header_audio_btn .fontawesome-text {display: none;}
.header_padding{
}
/* Hamburger to X - http://codepen.io/elijahmanor/pen/Igpoe */
#nav-toggle {
	cursor: pointer;
	display: block;
	margin: 7px;
}
#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
	cursor: pointer;
	border-radius: 1px;
	height: 5px;
	width: 35px;
	background: #bc7349;
	position: absolute;
	display: block;
	content: '';
}
#nav-toggle span:before {
	transform: translateY(-10px);
}
#nav-toggle span:after {
	transform: translateY(10px);
}
#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
	transition: all 200ms ease;
}
#nav-toggle.active span {
	background-color: transparent;
}
#nav-toggle.active span:before, #nav-toggle.active span:after {
	top: 0;
}
#nav-toggle.active span:before {
	transform: rotate(45deg);
}
#nav-toggle.active span:after {
	transform: rotate(-45deg);
}
/* bt-menu-trigger http://tympanus.net/Tutorials/AnimatedBorderMenus/index2.html */
.bt-menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	border-width: 0px;
	border-style: solid;
	border-color: #333;
	background-color: rgba(0,0,0,0);
	-webkit-backface-visibility: hidden;
	-webkit-transition: border-width 0.3s, background-color 0.3s, height 0s 0.3s;
	transition: border-width 0.3s, background-color 0.3s, height 0s 0.3s;
}
.bt-menu.bt-menu-open {
	height: 100%;
	border-width: 30px 30px 30px 90px;
	background-color: rgba(0,0,0,0.3);
	-webkit-transition: border-width 0.3s, background-color 0.3s;
	transition: border-width 0.3s, background-color 0.3s;
}
.bt-overlay {
	position: absolute;
	width: 100%;
}
.bt-menu-open .bt-overlay {
	height: 100%;
}
.bt-menu-trigger {
	position: fixed;
	top: 5px;
	right: 20px;
	display: block;
	width: 50px;
	height: 50px;
	cursor: pointer;
}
.bt-menu-trigger span {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 100%;
	height: 4px;
	margin-top: -2px;
	background-color: #fff;
	font-size: 0px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}
.bt-menu-open .bt-menu-trigger span {
	background-color: transparent;
}
.bt-menu-trigger span:before,
.bt-menu-trigger span:after {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	content: '';
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}
.bt-menu-trigger span:before {
	-webkit-transform: translateY(-250%);
	transform: translateY(-250%);
}
.bt-menu-trigger span:after {
	-webkit-transform: translateY(250%);
	transform: translateY(250%);
}
.slider_bg{
	text-align:center;
	background: #ded8cc url('../images/baige_tile.jpg') top center repeat;
}
.lincoln_bg{
	background: url('../images/abe_row.jpg') center center;
}
.special_bar{
	padding: 25px 0px;
	background: #201b15;
}
.special_bar_menu{
}
.special_bar_menu_mob{
	display: none;
}
.special_bar_menu_mob ul{}
.special_bar_menu_mob ul li{
	font-size: 16px;
	font-family: "schoolbook-web";
	text-transform: uppercase;
	font-weight: bold;
}
.special_bar_menu_mob ul li a, .special_bar_menu_mob ul li a:focus{text-decoration: none;color: #ffffff;padding: 10px 15px;}
.special_bar_menu_mob ul li a:hover, .special_bar_menu_mob ul li a:active{text-decoration: none;color: #ffffff;}
@media only screen and (max-width: 768px){
	.special_bar_menu{
		display: none;
	}
	.special_bar_menu_mob{
		display: block!important;
	}
}
.special_bar_menu_item{
	font-size: 24px;
	font-family: "schoolbook-web";
	text-transform: uppercase;
	font-weight: bold;
}
.special_bar_menu_item a{
	padding: 17px;
	color: #ffffff;
	display: block;
	text-align: center;
	text-decoration: none;
	position: relative;
	z-index: 100;
}
.mobile_header_arrows{
	width: 68px;
	margin: 0 auto;
	height: 114px;
	position: absolute;
	bottom: 20%;
	left: 40%;
}
.mobile_header_arrow{
	opacity: 0;
	/* margin-top:-40px; */
	display:block;
}
.special_bar_menu_item a:hover, .special_bar_menu_item_active a{
	padding: 15px;
	border: 2px solid #ffffff;
	color: #ffffff;
}
.lincoln_text_con, .pub_cap_con {
	min-height:380px;
	overflow:visible;
}
.lincoln_text_con{
	font-family: "canada-type-gibson";
	font-size: 22px;
	color: #ffffff;
	padding: 25px 0px;
	text-align:left;
}

.pub_cap_con{}
.pub_cap_img_con{
	margin-top: -71px;
	position: relative;
	z-index: 99;
}
.pub_cap_img_con img{
	/* max-width: 100%; */
	height: auto;
}
.pub_page_btn{
	font-family: 'schoolbook-web';
	padding: 30px 0px 35px 0px;
}
.pub_page_btn a {
	color: #ffffff;
	border:1px solid #d3af63;
	padding:10px 15px;
	text-transform: uppercase;
	text-decoration: none;
	position: relative;
	z-index: 100;
	transition: background-color 0.5s ease;
}
.pub_page_btn a:hover{
	text-decoration: none;
	border:1px solid #d3af63;
	background-color: #d3af63;
	color: #000;
}
.pub_cap_btn{
	font-family: 'schoolbook-web';
	padding: 0px 0px 25px 0px;
}
.pub_cap_btn a, .pub_cap_btn a:focus{
	color: #ffffff;
	border:1px solid #d3af63;
	padding:10px 15px;
	text-transform: uppercase;
	text-decoration: none;
	position: relative;
	z-index: 100;
	outline: none;
}
.pub_cap_btn a:hover{
	text-decoration: none;
}
.pub_cap_btn_offset{
	margin-top: -25px;
}
.spcials_con{
	background: #ded8cc url('../images/baige_tile.jpg') top center repeat;
	padding: 50px 0px 25px 0px;
}
.specials_slider_con{
}
.spcials_header{
	text-align: center;
	font-size: 48px;
	line-height: 48px;
	font-family: "schoolbook-web";
	text-transform: uppercase;
}
.specials_slider_wrapper{
	max-width: 800px;
	border: 1px solid #000000;
	background-color: #ffffff;
	margin: 0 auto;
	position: relative;
}
.specials_slider1_next {
	width: 0;
	height: 0;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-left: 15px solid #c09157;
	position: absolute;
	top: 5px;
	right: 10px;
	z-index: 100
}
.specials_slider1_prev {
	width: 0;
	height: 0;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-right: 15px solid #c09157;
	position: absolute;
	top: 5px;
	left: 10px;
	z-index: 100
}
.specials_slider1_next:hover, .specials_slider1_prev:hover{
	cursor: pointer;
}
.specials_slider_item{
}
.specials_slider_header{
	background: #8a2529;
	padding: 5px 0px;
	text-align: center;
	font-family: "canada-type-gibson";
	color: #ffffff;
	font-size: 22px;
	text-transform: uppercase;
}
.specials_slider_body{
	text-align: center;
	font-family: "canada-type-gibson";
	font-size: 15px;
	text-transform: uppercase;
	padding: 16px;
	background: #ffffff;
	clear: both;
}
.specials_box_con{
	max-width: 800px;
	margin: 0 auto;
}
.specials_content_box_out{
	border: 1px solid #000000;
	background: #ffffff;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 5px 10px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 5px 10px 0px rgba(50, 50, 50, 0.75);
}
.specials_content_box{
	padding: 20px;
	font-family: "jaf-bernina-sans-condensed";
	text-align: center;
}
.specials_content_box_header{
	font-size: 20px;
	color: #bf1e2e;
	padding-bottom: 5px;
	text-transform: uppercase;
}
.specials_content_box_text{
	font-size: 16px;
}
.specials_view_all{
	text-align: center;
	text-transform: uppercase;
	font-family: "schoolbook-web";
	font-size: 14px;
}
.specials_view_all a, .specials_view_all a:focus{
	color: #000000;
	text-decoration: none;
}
.specials_view_all a:hover{
	color: #000000;
	text-decoration: none;
}
.cta_sponsor_con{
	padding: 50px 0px;
}
.cta_sponsor_item_con{
	font-family: "canada-type-gibson";
}
.cta_sponsor_item_img{
	text-align: center;
	padding-bottom: 15px;
}
.cta_sponsor_item_text{
	font-family: "jaf-bernina-sans-condensed";
	text-align: center;
	font-size: 22px;
	padding-bottom: 15px;
}
.cta_sponsor_item_btn{
	text-align: center;
	font-size: 16px;
	padding: 10px 0px;
	display:block;
}
.cta_sponsor_item_btn a, .cta_sponsor_item_btn a:focus{
	color: #000000;
	text-decoration: none;
	padding: 10px 15px;
	border: 1px solid #8a2529;
}
.cta_sponsor_item_btn a:hover{
	text-decoration: none;
}
.social_bar_con{
	padding: 50px 0px;
	background: url('../images/social_bg.jpg');
	background-size: cover;
}
.social_box_con{
	border: 1px solid #000000;
	background: #ffffff;
}
.social_box_header{
	background:#000000;
	text-align: center;
}
.newsletter_bar_con{
	background: #8a2529;
	padding: 15px 0px;
}
.newsletter_bar_title{
	color: #ffffff;
	font-size: 26px;
	font-family: "jaf-bernina-sans-condensed";
	padding: 10px 15px;
	border: 1px solid #FFFFFF;
	text-align: center;
}
a.newsletter_signup:hover, a.newsletter_signup:hover div.newsletter_bar_title, a.newsletter_signup:focus {
	text-decoration:none;
	color:#e8e8e8;
	outline: none;
}
.newsletter_bar_title span{
	text-transform: uppercase;
}
.newsletter_bar_form_email{
	font-size: 26px;
	padding: 5px;
	margin: 12px 15px 0px 0px;
}
.newsletter_bar_form_btn{
	background: #8a2529;
	border: 1px solid #ffffff;
	font-size: 30px;
	font-family: "schoolbook-web";
	text-transform: uppercase;
	color: #ffffff;
	padding: 5px 15px;
}
.newsletter_bar_form_btn:focus{
	border: 1px solid #d3af63;
	outline: none;
}
.footer_con{
	background: #000000;
	padding: 15px 0px;
	font-family: "jaf-bernina-sans-condensed";
	bottom: 0;
	width: 100%;
}
.footer_copy, .footer_hours{
	color: #ffffff;
	font-size: 18px;
	line-height: 30px;
	text-transform: uppercase;
}
.footer_phone, .footer_address{
	line-height: 30px;
	text-transform: uppercase;
}
.footer_phone{
	font-size: 22px;
}
.footer_address{
	font-size: 20px;
}
.footer_phone a, .footer_address a, .footer_phone a:focus, .footer_address a:focus{
	text-decoration: none;
	color: #bb8753;
}



.footer_phone a:hover, .footer_address a:hover{
	text-decoration: none;
	color: #ffffff;
}
.footer_right_social{
	list-style: none;
	margin: 0px;
	padding: 0px;
	float: right;
}
.footer_right_social li{
	float: left;
	padding-right: 10px;
	line-height: 27px;
}
.footer_right_social li:last-child{
	padding-right: 0px;
}
.footer_right_social li a{
	color: #7e7e7e;
}
.footer_right_social li a:hover{
	color: #ffffff;
}
#back_to_top {
	position:fixed;
	bottom:5px;
	right:5px;
	text-align:center;
	font-size:14px;
	display:none;
	z-index:1000;
}
.fa fa-arrow-up {
	font-size:30px;
}
.page_header_con{
	padding: 60px 0px;
	background: url('../images/page_header_bg.png') center center;
}
.page_header_title{
	font-family: "jaf-bernina-sans-condensed";
	font-weight: bold;
	font-size: 40px;
	text-transform: uppercase;
	color: #ffffff;
}
@media only screen and (max-width: 768px){
	.page_header_title{text-align: center!important;padding-bottom: 5px;}
}
.main_body_con{
	font-family: "canada-type-gibson";
	padding: 35px 0;
	font-size: 15px;
	line-height: 25px;
}
.right_top_img{
	float: right;
	padding: 0px 0px 25px 25px;
}
.left_top_img{
	float: left;
	padding: 0px 0px 25px 0px;
}
.tab_content p {
	margin-bottom: 0.5em !important;
}
.tab_content strong {
	font-weight: 600 !important;
	font-size: 16px;
}
#red-arrow {
	color: #7e1409;
	padding-right: 4px;
	font-size: 12px;
}
.right_top_img2 {
	margin-left: 800px;
	position: absolute;
	margin-top: -115px;
}
.top_red_text{
	font-size:20px;
	font-weight: 600;
	color: #650a00;
	line-height: 35px;
}
.top_white_text{
	font-size:20px;
	font-weight: 600;
	color: #fff;
}
.main_body_con p{
	margin-bottom: 1.5em;
}
@media only screen and (max-width: 991px){
	.special_bar_menu_item{
		font-size: 17px;
		margin-bottom: 25px;
	}
	.special_bar .col-xs-12:last-child .special_bar_menu_item{
		margin-bottom: 0px;
	}
	.special_bar_menu_item a{
		padding: 12px;
	}
	.special_bar_menu_item a:hover{
		padding: 10px;
	}
}
@media only screen and (max-width: 1024px){
	.mobile_break{
		display: none;
	}
	.header_con ul{
		margin: 0px;
		padding: 0px;
		list-style: none;
		display: block; /* Safari */
	}
	.header_con ul li{
		text-align: center;
		float: none;
		border: none;
	}
	.header_con ul li a{
		padding: 4px 0px;
	}
	.pub_cap_img_con{
		/* margin-top: 0px; */
	}
	.pub_cap_btn_offset{
		/* margin-top: 0px; */
	}
	.pub_cap_btn{
		text-align: center;
	}
}
.contact_footer_map{
}
.google-maps {
	position: relative;
	padding-bottom: 25%; // This is the aspect ratio
	height: 0;
	overflow: hidden;
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
img.alignright { float: right; margin: 0 0 1.5em 1.5em; }
img.alignleft { float: left; margin: 0 1.5em 1.5em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }
/* --------------------------------
Timeline Main components
-------------------------------- */
.cd-container {
	/* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
	max-width: 1170px;
	margin: 0 auto;
}
.cd-container::after {
	/* clearfix */
	content: '';
	display: table;
	clear: both;
}
#cd-timeline {
	position: relative;
	padding: 0em 0;
	margin-top: 2em;
	margin-bottom: 2em;
}
#cd-timeline::before {
	/* this is the vertical line */
	content: '';
	position: absolute;
	top: 0;
	left: 18px;
	height: 100%;
	width: 4px;
	background: #d7e4ed;
}
@media only screen and (min-width: 1170px) {
	#cd-timeline {
		margin-top: 3em;
		margin-bottom: 3em;
	}
	#cd-timeline::before {
		left: 50%;
		margin-left: -2px;
	}
}
.cd-timeline-block {
	position: relative;
	margin: 2em 0;
}
.cd-timeline-block:after {
	content: "";
	display: table;
	clear: both;
}
.cd-timeline-block:first-child {
	margin-top: 0;
}
.cd-timeline-block:last-child {
	margin-bottom: 0;
}
@media only screen and (min-width: 1170px) {
	.cd-timeline-block {
		margin: 4em 0;
	}
	.cd-timeline-block:first-child {
		margin-top: 0;
	}
	.cd-timeline-block:last-child {
		margin-bottom: 0;
	}
}
.cd-timeline-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	margin-left: 10px;
	border-radius: 50%;
	box-shadow: 0 0 0 4px white, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}
.cd-timeline-img img {
	display: block;
	width: 100%;
	height: auto;
	max-width: 24px;
	max-height: 24px;
	position: relative;
	left: 50%;
	top: 50%;
	margin-left: -12px;
	margin-top: -12px;
}
.cd-timeline-img.cd-1 {
	background: #592F03;
}
.cd-timeline-img.cd-2 {
	background: #592F03;
}
.cd-timeline-img.cd-3 {
	background: #592F03;
}
@media only screen and (min-width: 1170px) {
	.cd-timeline-img {
		left: 50%;
		margin-left: -10px;
		/* Force Hardware Acceleration in WebKit */
		-webkit-transform: translateZ(0);
		-webkit-backface-visibility: hidden;
	}
	.cssanimations .cd-timeline-img.is-hidden {
		visibility: hidden;
	}
	.cssanimations .cd-timeline-img.bounce-in {
		visibility: visible;
		-webkit-animation: cd-bounce-1 0.6s;
		-moz-animation: cd-bounce-1 0.6s;
		animation: cd-bounce-1 0.6s;
	}
}
@-webkit-keyframes cd-bounce-1 {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.5);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale(1.2);
	}
	100% {
		-webkit-transform: scale(1);
	}
}

@-moz-keyframes cd-bounce-1 {
	0% {
		opacity: 0;
		-moz-transform: scale(0.5);
	}
	60% {
		opacity: 1;
		-moz-transform: scale(1.2);
	}
	100% {
		-moz-transform: scale(1);
	}
}
@keyframes cd-bounce-1 {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.5);
		-moz-transform: scale(0.5);
		-ms-transform: scale(0.5);
		-o-transform: scale(0.5);
		transform: scale(0.5);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale(1.2);
		-moz-transform: scale(1.2);
		-ms-transform: scale(1.2);
		-o-transform: scale(1.2);
		transform: scale(1.2);
	}
	100% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
}
.cd-timeline-content {
	position: relative;
	margin-left: 60px;
	background: white;
	border-radius: 0.25em;
	padding: 1em;
	box-shadow: 0 3px 0 #d7e4ed;
}
.cd-timeline-content:after {
	content: "";
	display: table;
	clear: both;
}
.cd-timeline-content h2 {
	color: #303e49;
}
.cd-timeline-content p, .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
	font-size: 15px;
}
.cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
	display: inline-block;
}
.cd-timeline-content p {
	margin: 1em 0;
	line-height: 1.6;
}
.cd-timeline-content .cd-read-more {
	float: right;
	padding: .8em 1em;
	background: #acb7c0;
	color: white;
	border-radius: 0.25em;
}
.no-touch .cd-timeline-content .cd-read-more:hover {
	background-color: #bac4cb;
}
.cd-timeline-content .cd-date {
	float: left;
	padding: .8em 0;
	opacity: .7;
}
.cd-timeline-content::before {
	content: '';
	position: absolute;
	top: 16px;
	right: 100%;
	height: 0;
	width: 0;
	border: 7px solid transparent;
	border-right: 7px solid white;
}
@media only screen and (min-width: 768px) {
	.cd-timeline-content h2 {
		font-size: 20px;
	}
	.cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
		font-size: 14px;
	}
}
@media only screen and (min-width: 1170px) {
	.cd-timeline-content {
		margin-left: 0;
		padding: 1.6em 0px;
		width: 45%;
	}
	.cd-timeline-content::before {
		top: 24px;
		left: 100%;
		border-color: transparent;
		border-left-color: white;
	}
	.cd-timeline-content .cd-read-more {
		float: left;
	}
	.cd-timeline-content .cd-date {
		position: absolute;
		width: 100%;
		left: 122%;
		top: 6px;
		font-size: 16px;
	}
	.cd-timeline-block:nth-child(even) .cd-timeline-content {
		float: right;
	}
	.cd-timeline-block:nth-child(even) .cd-timeline-content::before {
		top: 24px;
		left: auto;
		right: 100%;
		border-color: transparent;
		border-right-color: white;
	}
	.cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
		float: right;
	}
	.cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
		left: auto;
		right: 122%;
		text-align: right;
	}
	.cssanimations .cd-timeline-content.is-hidden {
		visibility: hidden;
	}
	.cssanimations .cd-timeline-content.bounce-in {
		visibility: visible;
		-webkit-animation: cd-bounce-2 0.6s;
		-moz-animation: cd-bounce-2 0.6s;
		animation: cd-bounce-2 0.6s;
	}
}
@media only screen and (min-width: 1170px) {
	/* inverse bounce effect on even content blocks */
	.cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
		-webkit-animation: cd-bounce-2-inverse 0.6s;
		-moz-animation: cd-bounce-2-inverse 0.6s;
		animation: cd-bounce-2-inverse 0.6s;
	}
}
@-webkit-keyframes cd-bounce-2 {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100px);
	}
	60% {
		opacity: 1;
		-webkit-transform: translateX(20px);
	}
	100% {
		-webkit-transform: translateX(0);
	}
}
@-moz-keyframes cd-bounce-2 {
	0% {
		opacity: 0;
		-moz-transform: translateX(-100px);
	}
	60% {
		opacity: 1;
		-moz-transform: translateX(20px);
	}
	100% {
		-moz-transform: translateX(0);
	}
}
@keyframes cd-bounce-2 {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100px);
		-moz-transform: translateX(-100px);
		-ms-transform: translateX(-100px);
		-o-transform: translateX(-100px);
		transform: translateX(-100px);
	}
	60% {
		opacity: 1;
		-webkit-transform: translateX(20px);
		-moz-transform: translateX(20px);
		-ms-transform: translateX(20px);
		-o-transform: translateX(20px);
		transform: translateX(20px);
	}
	100% {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}
}
@-webkit-keyframes cd-bounce-2-inverse {
	0% {
		opacity: 0;
		-webkit-transform: translateX(100px);
	}
	60% {
		opacity: 1;
		-webkit-transform: translateX(-20px);
	}
	100% {
		-webkit-transform: translateX(0);
	}
}
@-moz-keyframes cd-bounce-2-inverse {
	0% {
		opacity: 0;
		-moz-transform: translateX(100px);
	}
	60% {
		opacity: 1;
		-moz-transform: translateX(-20px);
	}
	100% {
		-moz-transform: translateX(0);
	}
}
@keyframes cd-bounce-2-inverse {
	0% {
		opacity: 0;
		-webkit-transform: translateX(100px);
		-moz-transform: translateX(100px);
		-ms-transform: translateX(100px);
		-o-transform: translateX(100px);
		transform: translateX(100px);
	}
	60% {
		opacity: 1;
		-webkit-transform: translateX(-20px);
		-moz-transform: translateX(-20px);
		-ms-transform: translateX(-20px);
		-o-transform: translateX(-20px);
		transform: translateX(-20px);
	}
	100% {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}
}
.day_specials_con{
	padding: 50px 0px 0px 0px;
	background: url('../images/baige_tile.jpg') top center repeat;
}
/*
.day_specials_list p {
	font-size:24px;
	color:#650a00;
}
.day_specials_list ul li {
	list-style: bullet;
}
 */
.month_con{
	padding: 50px 0px;
	border-bottom: 2px solid #efebe2;
}
.month_img{
	border: 3px solid #e6e6e6;
	-webkit-box-shadow: 0 5px 10px 0 #999999;
	box-shadow: 0 5px 10px 0 #999999;
}
.month_con:last-child{
	border-bottom: none;
}
.month_lable_con{
}
.month_lable{
	font-family: "schoolbook-web";
	font-size: 29px;
	color: #650a00;
	font-weight: bolder;
	text-transform: uppercase;
}
.month_info_title{
	font-weight: bold;
	color: #650a00;
}
.month_info_desc p{
	margin-bottom: 1em;
}
.bubble
{
	position: relative;
	padding: 20px 20px 25px;
	background: #eee;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: #eee solid 2px;
	margin-bottom: 30px;
	margin-top: 15px;
	text-align: center;
}
.bubble:before
{
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 16px 16px 0;
	border-color: #eee transparent;
	display: block;
	width: 0;
	z-index: 0;
	bottom: -18px;
	left: 160px;
}

.gmap_overlay {
	background:transparent;
	position:absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	z-index: 1029;
}
/* Menu */
.tab_header_con {
	font-size:24px;
	text-align:center;
	border-top:1px solid #e8e8e8;
	border-bottom:1px solid #e8e8e8;
	padding:15px 0;
}
.page_menu_item_cons {
	padding: 0 20px;
}
.page_menu_item_title {
	font-size:21px;
	line-height:38px;
	color:#650a00;
}
.page_menu_item_price {
	text-align:right;
	line-height:40px;
}
/*
.fa-bars {
	font-size:24px;
	color:#bc7349;
}
 */
.mobile_only_content_links {
	padding-top:5px;
}
.mobile_only_content_links li {
	text-align:center;
}
.mobile_only_content_links li a {
	color:#650a00;
	font-size:23px;
	line-height:36px;
	border:1px solid #000000;
	width:90%;
	margin:5px auto;
	display:block;
}
.mobile_only_content_links li a:hover {
	color:#bc7349;
}
.tweet li, .tweet li a {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.tweet {
	padding:0 10px;
}
.tweet li {
	line-height:20px;
	margin-bottom:20px;
}
.tweet li a {
	color:#8899a6;
}
/* Recipes */
.recipes_con{
}
.recipe_con_out{}
.recipe_con{
	background: #ded8cc url("../images/baige_tile.jpg") repeat scroll center top;
	display: inline-block;
	padding:  0px 0px 25px 0px;
	border: 5px solid #650a00;
	width:100%;
}
.recipe_title{
	font-size: 20px;
}
.recipe_title, .recipe_desc{padding: 0px 10px;}
.recipe_title, .recipe_ingredients_title, .recipe_procedure_title {
	color:#650a00;
}
/* Merchandise */
.masonry { /* Masonry container */
	column-count: 4;
	column-gap: 1em;
}
.item { /* Masonry bricks or child elements */
	background-color: #eee;
	display: inline-block;
	margin: 0 0 1em;
	width: 100%;
}
.masonry {
	margin: 1.5em 0;
	padding: 0;
	-moz-column-gap: 1.5em;
	-webkit-column-gap: 1.5em;
	column-gap: 1.5em;
	font-size: .85em;
	-moz-column-count: 1;
	-webkit-column-count: 1;
	column-count: 1;
}
.item {
	display: inline-block;
	background: #fff;
	margin: 0 0 1.5em;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
@media only screen and (min-width: 440px) {
	.masonry {
		-moz-column-count: 2;
		-webkit-column-count: 2;
		column-count: 2;
	}
}
@media only screen and (min-width: 700px) {
	.masonry {
		-moz-column-count: 3;
		-webkit-column-count: 3;
		column-count: 3;
	}
}
.merch_con{
	border: 5px solid #650a00;
}
.merch_img {
	border-bottom:5px solid #650a00;
}
.merch_bg {
	padding: 10px 25px;
}
.merch_bg p{margin-bottom: 0px;}
.merch_title{
	font-size: 24px;
	color: #000000;font-weight: 800;
}
.sports .one_fourth {
	min-height:200px;
}
/* Responsive Header & Footer */
@media only screen and (max-width:1280px) {
	.header_con ul li a {
		padding: 20px 20px;
		/* font-size:14px; */
	}
}
@media only screen and (max-width:1230px) {
	.header_con ul li a {
		padding: 20px 15px;
		font-size:14px;
	}
}
@media only screen and (max-width:1200px) {
	.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style], fb-comments, .fb-comments span, .fb-comments iframe[style], .social_box_header, .social_box_header img, .social_box_con, ._2p3a {
		width:280px !important;
	}
}
@media only screen and (max-width:991px) {
	.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style], fb-comments, .fb-comments span, .fb-comments iframe[style], .social_box_header, .social_box_header img, .social_box_con, ._2p3a {
		width:208px !important;
	}
}
@media only screen and (max-width:768px) {
	.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style], fb-comments, .fb-comments span, .fb-comments iframe[style], .social_box_header, .social_box_header img, .social_box_con, ._2p3a {
		width:100% !important;
	}
	.lincoln_text_con, .pub_text_con {
		min-height:250px !important;
	}
	.lincoln_box_wrap {
		margin: 0 0 50px 0;
	}
}
@media only screen and (max-width:1024px) {
	.header_con {
		overflow:visible;
		height:auto;
	}
	.header_con ul li a {
		padding: 15px 10px;
		font-size:26px;
	}
	.cd-timeline-content {
		font-size:18px;
	}
	.footer_con {
		position:relative;
	}
	.footer_padding {
		display:none !important;
	}
	.recipe_con {
		width:100% !important;
		float:left;
		display:table-cell;
		padding:25px;
		border-bottom:1px solid #e8e8e8;
	}
	.pub_cap_img_con img {
		width:100%;
	}
}
@media only screen and (max-width:1000px) {
	.responsive-tabs li a {
		font-size:11px;
	}
}
@media only screen and (max-width:990px) {
	.month_lable {
		font-size:26px;
	}
}
@media only screen and (max-width:768px) {
	.cta_sponsor_item_con {}
	.cta_sponsor_item_btn {
		/*
margin-bottom:25px;
		margin-top:25px;
		display:inline-block;
 */
	}
	.cd-timeline-content p {
		font-size:20px;
	}
	.navbar-toggle {
		margin-right:25px;
	}
	.pub_cap_con {
		margin-top:10px;
		margin-bottom:35px;
		min-height:100%;
	}
	.cta_sponsor_item_btn {
		margin-bottom: 45px;
	}
	.social_box_con {
		margin-bottom:45px;
	}
	.printfriendly {
		display:none;
	}
	.sports .one_fourth {
		min-height: 100%;
	}
	.celeb-disc, .media-disc {
		-webkit-column-count: 1;
		column-count:1;
	}
	.page-template-page-daily-specials .right_top_img2 {
		display:none;
	}
}
@media only screen and (max-width:600px) {
	.green_img, .merch_top_img {
		margin-top:0 !important;
	}
}
@media only screen and (max-width:550px) {
	.page-template-page-beer .right_top_img {
		padding-top:20px;
	}
}
@media only screen and (max-width:480px) {
	.page-template-page-beer .right_top_img {
		padding-top:20px;
	}
	.pub_page_btn a {
		font-size: 12px;
	}
	.footer_center_right, .footer_right_social {
		float:left;
	}
}
@media only screen and (max-width:767px) {
	.tp-bullets {
		display:none !important;
	}

}
*, *:before, *:after {box-sizing:  border-box !important;}
.g {
	padding: 0.25em;
	overflow: hidden;
}
.g li {
	float: left;
	width: 50%;
	-moz-transform: scale(.90);
	-webkit-transform: scale(.90);
	-o-transform: scale(.90);
	-ms-transform: scale(.90);
	transform: scale(.90);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.g img {
	display: block;
}
.g li:nth-child(odd) {
	clear: left;
}
.g li:hover{
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

@media only screen and (min-width: 40em) {
	.g li {
		width: 33.3333333333333333%;
	}
	.g li:nth-child(3n+1) {
		clear: left;
	}
	.g li:nth-child(odd) {
		clear: none;
	}
}
@media only screen and (min-width: 55em) {
	.g li {
		width: 25%;
	}
	.g li:nth-child(4n+1) {
		clear: left;
	}
	.g li:nth-child(3n+1) {
		clear: none;
	}
}
@media only screen and (min-width: 72em) {
	.g li {
		width: 20%;
	}
	.g li:nth-child(5n+1) {
		clear: left;
	}
	.g li:nth-child(4n+1) {
		clear: none;
	}
}
@media only screen and (min-width: 90em) {
	.g li {
		width: 16.666666666%;
	}
	.g li:nth-child(6n+1) {
		clear: left;
	}
	.g li:nth-child(5n+1) {
		clear: none;
	}
}

/* Bootstrap Override */
.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
	height:100vh;
	max-height: 100%;
}
/* Contact Form Override */
.ctct-custom-form {
	min-width: 100%;
}
.menu-main-menu-container {
	z-index:1;
}
.flex-container {
	padding: 0;
	margin: 0;
	list-style: none;

	-ms-box-orient: horizontal;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
}
.flex-start { 
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}
.flex-end { 
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}
.flex-center { 
	-webkit-justify-content: center;
	justify-content: center;
}
.space-between { 
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.space-around { 
	-webkit-justify-content: space-around;
	justify-content: space-around;
}
.flex-item {}
.sports_team_row{padding-bottom: 15px}
.sports_team_item{}
.sports_team_item_title1{font-family: 'OpenSansRegular';text-transform: uppercase;}
.sports_team_item_title2{font-weight: bold;font-size: 40px;line-height: 40px;text-transform: uppercase;}
.sports_team_item_title_mob{display: none;}
.sports_team_item_desc{}
@media only screen and (max-width: 768px){
	.sports_team_item_title1, .sports_team_item_title2{display: none;}
	.sports_team_row{padding-bottom: 0px}
	.sports_team_item{padding-bottom: 15px;text-align: center;}
	.sports_team_item_title_mob{display: block;font-size: 30px;line-height: 30px;padding: 10px 0px;}
	.sports_team_item_desc{text-align: center;}
}
.footer_menu{
}
.footer_menu ul{
	columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2;
}
.footer_menu ul li{
	text-transform: uppercase;
	font-size: 15px;
	line-height: 27px;
}
.footer_menu ul li a, .footer_menu ul li a:focus{
	color: #CFCFCF;
	text-decoration: none;
}
.footer_menu ul li a:hover{
	color: #ffffff;
}



@media only screen and (max-width: 991px){

	.footer_menu{

		padding-top: 15px;

	}

	.footer_right, .footer_right_social{

		padding-top: 15px;

		float: none;

	}

}
@media screen and (max-width:1200px) {
	.pub_cap_con .pub_cap_img_con {
		margin-top:-30px !important;
	}

}
/* Hide Music Button */
.hidden {
	display:none;
}
/* Bootstrap Override */
@media (max-width: 768px) {
	.col-xs-12 .lincoln_box_wrap {
		width:100%;
	}
}

.oversized_image_text{
	position: absolute;
	bottom: 75px;
	left: 30%;
	transform: translate(-15%);	
	font-size: 36px;
}


@media (max-width: 970px) {
	.oversized_image_text{
		font-size: 30px;
	}
}

@media (max-width: 970px) {
	.oversized_image_text{
		font-size: 24px;
		bottom: 40px;
	}
}

@media (max-width: 600px) {
	.oversized_image_text{
		font-size: 20px;
		bottom: 20px;
	}
}

.review_view{
	text-align: center;
	font-family: 'canada-type-gibson';
	color: #ffffff;
	font-size: 18px;
	border: solid 1px;
	max-width: 150px;
	padding: 10px;
	margin: 0 auto;
}

.review_link:hover{
	text-decoration: none;
	color: #e8e8e8;
	outline: none;
}


.cd-timeline-block .cd-timeline-content .cd-date{
	opacity: 1;
}


.slick-slider{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus{
    outline: none;
}
.slick-list.dragging{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after{
    display: table;

    content: '';
}
.slick-track:after{
    clear: both;
}
.slick-loading .slick-track{
    visibility: hidden;
}

.slick-slide{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide{
    float: right;
}
.slick-slide img{
    display: block;
}
.slick-slide.slick-loading img{
    display: none;
}
.slick-slide.dragging img{
    pointer-events: none;
}
.slick-initialized .slick-slide{
    display: block;
}
.slick-loading .slick-slide{
    visibility: hidden;
}
.slick-vertical .slick-slide{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden{
    display: none;
}
