@charset 'utf-8';
/*
 Theme Name:   Tavern Child
 Theme URI:    http://tavern.axiomthemes.com/
 Description:  Tavern - Fully Responsive and Mobile Friendly theme
 Author:       AxiomThemes
 Author URI:   http://axiomthemes.com
 Template:     tavern
 Version:      1.4
 Tags:         light, inheritable theme-options
 Text Domain:  axiom
*/


@import url("../tavern/style.css");
@import url("fonts/fonts.css");


/* =Theme customization starts here
-------------------------------------------------------------- */
#weekly_specials {
	margin-top: 275px;
}
.notice-board-data {
	max-width: 83%;
	margin: auto;
	position: relative;
	top: 100px;
}
#sc_tab_1490114544783-1 {
	padding: 0;
}
.weekly_specials_header {
	background-color: #fe5200;
	color: #fff;
	display: block;
	position: relative;
}
.weekly_specials_header h3 {
	padding: 2px 20px;
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
	font-family: Oswald;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: 800;
	margin-top: 0;
}
.weekly_specials_day {
	background-color: #535f1d;
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
	padding: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.weekly_specials_day:nth-child(2n+2) {
	background-color: #7c961b;
}
.weekly_specials_day_head h3 {
	padding: 0px 20px;
	color: #fff;
	text-transform: uppercase;
	font-size: 26px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family:Oswald;
}
.weekly_specials_day_content {
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	font-family: Oswald;
	font-weight: 500;
	padding: 6px 20px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	min-height: 52px;
}
.weekly_specials_day_head {
	padding: 0px 15px 0px 15px;
	display: inline-block;
	position: relative;
	background-color: #000;
	min-width: 70px;
}
.weekly_specials_day:nth-child(2n+2) .weekly_specials_day_head {
	background-color: #fe5200;
}
.weekly_specials_day_head::after {
	content: "";
	border-top: 24px solid #000;
	border-bottom: 0px solid transparent;
	border-right: 30px solid transparent;
	position: absolute;
	right: -29px;
	top: 0;
}
.weekly_specials_day:nth-child(2n+2) .weekly_specials_day_head::after {
	border-top-color: #fe5200;
}
.weekly_specials_day_head h4 {
	margin: 0px 0 0;
	display: block;
	color: #fe5200;
	font-family: Oswald;
	font-weight: 600;
	font-size: 14px;
}
.weekly_specials_day:nth-child(2n+2) .weekly_specials_day_head h4 {
	color: #fff;
}
.notice_board {
	height: 577px;
}







@media screen and (max-width:767px) {
	#weekly_specials {
		margin-top: 35px;
		margin-bottom:35px;
	}
	.weekly_specials_header h3 {
		padding: 10px 20px;
	}
	.weekly_specials_day_head {
		padding: 5px 15px 5px 15px;
	}
	.weekly_specials_day_head::after {
		border-top: 34px solid #fe5200;
	}
	.weekly_specials_day_content {
		font-size: 14px;
		min-height: 0px;
	}
}