@font-face {
	font-family: HeaderFont;
	src:	url('../fonts/headers.woff') format("woff"),
			url('../fonts/headers.otf') format("truetype");
}
html,body {
	background: #fff url('../images/bg.jpg') 0 0 repeat;
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
}
body {
	color: #2b2b2b;
	padding: 0;
}
img {
	height: auto;
}
strong {
	font-weight: 700;
}
h1,h2 {
	color: #ef583c;
	font-family: "HeaderFont", sans-serif;
	font-size: 4.625em;
	line-height: 3.5rem;
	padding-bottom: 20px;
}

p {
	line-height: 160%;
	padding-bottom: 20px;
}
a {
	color: #6eb3d2;
	text-decoration: none;
}
a:hover {
	color: #ef583c;
}
.pink	{ color: #f3a3bf; }
.yellow	{ color: #fac24d; }
.blue	{ color: #6eb3d2; }
.green	{ color: #209363; }

span.gf { color: #209363; }
span.tn { color: #6eb3d2; }

.subtext {
	color: #000;
	display: block;
	font-family: "Raleway", sans-serif;
	font-size: 0.75rem;
	font-weight: 700;
}
.wp-block-media-text {
	padding-bottom: 20px;
}
.content_wrapper {
	margin: 0 auto;
	max-width: 1100px;
	min-width: 350px;
	padding: 0 15px;
	width: 100%;
}
.page_wrapper {
	padding: 60px 15px 20px 15px;
}
.standard_page {
	max-width: 950px;
}
.standard_page p {
	font-size: 1.125em;
}
p.has-large-font-size {
	font-size: 2em;
}

.page_wrapper ul {
	margin: 20px 20px 40px 20px;
	list-style-type: circle;
}
.page_wrapper ol {
	margin: 20px 20px 40px 20px;
	list-style-type: square;
}
.page_wrapper ul li,
.page_wrapper ol li {
	font-size: 18px;
	line-height: 150%;
	margin: 15px;
}
.page_wrapper ul li {
	list-style-type: circle;
}
.page_wrapper ol li {
	list-style-type: decimal;
}


.aligncenter {
	display: block;
	margin: 15px auto;
}
.alignright {
	float: right;
	margin-left: 20px;
}
.alignleft {
	float: left;
	margin-right: 20px;
}

@media( max-width: 750px ) {
	.alignright,
	.alignleft {
		display: block;
		float: none;
		margin: 15px auto;
	}

}



/* header / navigation */
#site_header {
	background: transparent url('../images/header_tribal.png') 0 0 repeat-x;
	padding: 20px 0 0 0;
	text-align: center;
}
#site_header .left_wrapper {
	background: transparent url('../images/header_left.png') 0 0 no-repeat;
}
#site_header .right_wrapper {
	background: transparent url('../images/header_right.png') 100% 0 no-repeat;
}
#site_header .logo {
	padding-bottom: 20px;
}

#site_nav {
	background: #fff url('../images/nav_bg.jpg') 0 0 repeat;
}
#burger_button,
#menu_overlay_bg {
	display: none;
}
#main_menu > ul {
	display: block;
	margin: 0;
	text-align: center;
}
#main_menu > ul > li {
	display: inline-block;
}
#main_menu > ul > li > ul {
	display: none;
	padding: 10px;
	position: absolute;
	vertical-align: top;
}
#main_menu > ul > li:hover > ul {
	background: #fff url('../images/nav_bg.jpg') 0 0 repeat;
	display: block;
}
#main_menu > ul > li > ul > li {
	display: block;
	text-align: left;
	vertical-align: top;
}
#main_menu a {
	display: block;
	font-family: HeaderFont, sans-serif;
	font-size: 2em;
	font-weight: 300;
	padding: 16px 28px 12px 28px;
	vertical-align: top;
}
#main_menu > ul > li > ul > li a {
	font-size: 1.5em;
	padding: 0 0 10px 0;
}

#main_menu #menu-item-46 a {
	color: #e78bab;
}
#main_menu a:hover,
#main_menu .current-menu-item > a {
	color: #ef583c;
}
#main_menu > ul > li > ul > li a {
	color: #88c6f4 !important;
}
#main_menu > ul > li > ul > li a:hover {
	color: #ef583c !important;
}

@media( max-width: 900px ) {
	#site_header .left_wrapper {
		background-image: url('../images/header_left_m.png');
	}
	#site_header .right_wrapper {
		background: none;
	}

	body.menu_open #menu_overlay_bg {
		background-color: rgba( 0, 0, 0, 0.3 );
		display: block;
		height: 100%;
		position: fixed;
		width: 100%;
		z-index: 100;
	}

	#site_nav {
		padding: 8px 0;
	}

	#main_menu {
		background: #fff;
		height: 100%;
		left: -320px;
		position: fixed;
		top: 0;
		transition: all 1s;
		width: 260px;
		z-index: 200;
	}
	body.menu_open #main_menu {
		left: 0;
	}
	#main_menu > ul {
		display: block;
		margin: 0 auto;
		padding: 20px;
		text-align: left;
	}
	#main_menu > ul > li {
		display: block;
	}
	#main_menu > ul > li > ul {
		display: block;
		position: static;
	}
	#main_menu > ul > li:hover > ul {
		background: #fff;
		position: static;
	}
	#main_menu > ul > li > ul > li {
		display: block;
		padding-left: 15px;
	}
	#main_menu a {
		font-family: 'Raleway', sans-serif;
		font-size: 1.375em;
		padding: 5px 0;
	}

	#burger_button {
		background: transparent url('../images/burger_button.png') no-repeat;
		cursor: pointer;
		display: block;
		margin: 15px auto;
		height: 30px;
		width: 30px;
		transition: all 0.5s;
	}
	body.menu_open #burger_button {
		transform: rotate(90deg);
	}

}
@media( max-width: 700px ) {
	#site_header .right_wrapper {
		background-position: calc( 100vw / 2.8 ) 0;
	}
}


/* homepage */
#hp_header {
	background-image: url('../images/hp_hero.jpg');
	background-position: 50% 30%;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	height: 500px;
	width: 100%;
}
#hp_header h1 {
	display: none;
}
#hp_header img {
	display: none;
}

@media( max-width: 1200px ) {
	#hp_header {
		background-image: none;
		height: auto;
		overflow: hidden;
		width: 100%;
	}
	#hp_header img {
		display: block;
		height: auto;
		width: 100%;
	}
}

#hp_about {
	background: transparent url('../images/hoof_prints.png') 90% 20px no-repeat;
	padding: 60px 0;
	text-align: center;
}
#hp_about .content_wrapper {
	max-width: 900px;
}
#hp_about strong {
	display: block;
}
#hp_about p {
	font-size: 1.375em;
}
#hp_about span {
	color: #88c6f4;
}
#hp_about img {
	margin-bottom: 40px;
	max-width: 100%;
}

@media( max-width: 900px ) {
	#hp_about {
		background: none;
	}
}

#hp_callout_menu {
	padding: 60px 0;
}
#hp_callout_menu .wp-block-column:nth-child(odd) {
	padding-top: 40px;
}
#hp_callout_contact .wp-block-column:nth-child(even) {
	padding-top: 60px;
}

#hp_callout_menu h2,
#hp_callout_contact h2 {
	color: #ef583c;
	font-family: "HeaderFont", sans-serif;
	line-height: 1em;
	margin: 0;
	padding: 0;
	text-align: center;
}
#hp_callout_menu h2.header_1 {
	color: #f3a3bf;
	padding-bottom: 10px;
}
#hp_callout_menu h2.header_1 span {
	color: #fdcb63;
}
#hp_callout_contact h2.header_1 {
	color: #fac24d;
	padding-bottom: 10px;
}
#hp_callout_contact h2.header_1 span {
	color: #6eb3d2;
}
#hp_callout_contact h2.header_2 {
	color: #209363;
	padding-bottom: 40px;
}

#hp_callout_menu h2.header_2 {
	padding-bottom: 40px;
}
#hp_callout_menu p,
#hp_callout_contact p {
	font-size: 1.125em;
	line-height: 180%;
}

#hp_callout_menu .wp-block-image,
#hp_callout_contact .wp-block-image {
	display: block;
	padding-top: 20px;
	text-align: center;
}
#hp_callout_contact .wp-block-group {
	text-align: center;
}

#hp_view_menu {
	background-image: url('../images/hp_menu_bg.jpg');
	background-position: 50% 100%;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 190px 0;
	text-align: center;
}
#hp_view_menu img {
	max-width: 95%;
}


@media( max-width: 900px ) {
	#hp_view_menu {
		padding: 100px 0;
	}
	#hp_callout_menu .wp-block-column:nth-child(even) {
		text-align: center;
	}
	#hp_callout_contact .wp-block-column:nth-child(odd) {
		text-align: center;
	}
}
@media (max-width: 781px) and (min-width: 600px) {
	.wp-block-column {
		flex-basis: auto !important;
	}
}


#hp_follow_us {
	padding: 80px 0 30px 0;
	text-align: center;
}
#hp_follow_us h2 {
	color: #ea84a8;
}
#hp_follow_us h2 span {
	color: #ef583c;
}


/* site footer */
#site_footer .left_wrapper {
	background: transparent url('../images/footer_bg_left.png') 1% 100% no-repeat;
}
#site_footer .right_wrapper {
	background: transparent url('../images/footer_bg_right.png') 99% 100% no-repeat;
}
#site_footer .content_wrapper {
	padding-bottom: 60px;
	text-align: center;
}

#site_footer {
	padding-top: 50px;
	font-weight: 700;
}
#site_footer .phone {
	padding-bottom: 0;
}
#site_footer .phone a {
	color: #ef583c;
	font-size: 2em;
}
#site_footer .address {
	font-size: 1.125em;
	padding-bottom: 0;
}

#site_footer .instagram,
#site_footer .facebook {
	background-position: 0 50%;
	background-repeat: no-repeat;
	color: #127a4f;
	display: inline-block;
	font-size: 1.125em;
	height: 35px;
	text-transform: uppercase;
}
#site_footer .instagram {
	background-image: url('../images/social_instagram.png');
	margin-right: 25px;
	padding: 4px 0 0 40px;
}
#site_footer .facebook {
	background-image: url('../images/social_facebook.png');
	padding: 6px 0 0 40px;
}
@media( max-width: 900px ) {
	#site_footer .left_wrapper {
		background: none;
	}
	#site_footer .right_wrapper {
		background: transparent url('../images/footer_bg_right.png') 50% 100% no-repeat;
	}
	#site_footer .content_wrapper {
		padding-bottom: 150px;
	}
	#site_footer .instagram,
	#site_footer .facebook {
		margin: 10px 25px;
	}

}

/* standard pages */
#page_header {
	background-image: url('../images/hp_menu_bg.jpg');
	background-position: 50% 100%;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 100px 0;
	text-align: center;
}
#page_header img {
	max-width: 95%;
}
#page_header .page_title {
	display: none;
}
.bar_header {
	background-image: url('../images/oms-patio-night.jpg') !important;
}
.blog_header {
	background-image: url('../images/oms-patio-night.jpg') !important;
}

body.page-id-695 #page_header {
	background-image: url('../images/oms-patio-night2.jpg') !important;
}
body.page-id-552 #page_header {
	background-image: url('../images/oms-patio-header2.jpg') !important;
}

/* menu page */
#menu_wrapper h2 {
	text-align: center;
}

#menu_wrapper section {
	padding: 40px 0;
}
#menu_wrapper #waffling {
	background: transparent url('../images/bg_chicken.png') 70% 0 no-repeat;
}
#menu_wrapper #shakes {
	padding: 40px 0 0 0;
}
#menu_wrapper #dogs {
	background: transparent url('../images/bg_dog.png') 85% 0 no-repeat;
	padding: 80px 0 40px 0;
}
#menu_wrapper #lunch {
	padding: 40px 0 0 0;
}
#menu_wrapper #vurgers {
	padding: 80px 0 40px 0;
	background: transparent url('../images/bg_cow.png') 10% 30px no-repeat;
}

.food_items {
	columns: 2;
	column-gap: 140px;
	vertical-align: top;
}

.food_item {
	display: table;
	max-width: 430px;
	break-inside: avoid-column;
	page-break-inside: avoid;
	width: 100%;
}
.food_item header {
	display: table;
	font-weight: 700;
	width: 100%;
}
.food_item .title {
	display: table-cell;
	vertical-align: top;
}
.food_item .price {
	display: table-cell;
	text-align: right;
	vertical-align: top;
}
.food_item .description {
	padding: 10px 0 20px 0;
}


@media( max-width: 900px ) {
	.food_items {
		columns: 1;
		column-gap: 0;
	}

	.food_item {
		display: block;
		margin: 0 auto;
		max-width: 430px;
	}
}


/* contact */
#contact_form {
	padding: 0 0 50px 0;
}
#contact_form .content_wrapper {
	max-width: 600px;
}
#contact_form p {
	padding-bottom: 35px;
}
.form_error {
	background-color: #fdd;
	color: #600;
	display: block;
	margin-bottom: 8px;
	padding: 8px;
}
#c_last_name {
	display: none;
}
#contact_form label {
	display: inline-block;
	margin-right: 3%;
	vertical-align: middle;
	width: 16%;
}
#contact_form label.full {
	display: block;
	width: 100%;
}
#contact_form input,
#contact_form textarea {
	background: #f8f8f7;
	border: 0;
	padding: 12px;
}
#contact_form input[type="text"],
#contact_form input[type="email"] {
	vertical-align: middle;
	width: 80%;
}
#contact_form #c_sa {
	width: 100%;
}
#contact_form textarea {
	height: 240px;
	width: 100%;
}
#contact_form input[type="submit"] {
	background: #6eb3d2;
	color: #fff;
	display: block;
	font-family: "HeaderFont", sans-serif;
	font-size: 2em;
	margin: 0 auto;
	padding: 8px 0;
	width: 220px;
}

#contact_bottom {
	padding-bottom: 80px;
}

/* news */
.blog_posts {
	padding: 80px 0 40px 0;
}
.blog_posts article {
	padding-bottom: 60px;
}
.blog_posts article h2 {
	font-size: 3.75em;
	padding-top: 15px;
	text-align: left;
}
.blog_posts article p {
	font-size: 1.25em;
}
.blog_posts article .img {
	float: left;
	margin-right: 20px;
}
.blog_posts article:nth-child(2n+1) .img {
	float: right;
	margin-left: 20px;
	margin-right: 0;
}
.more {
	display: block;
	font-size: 1rem;
	letter-spacing: 0.063em;
	text-align: right;
	text-transform: uppercase;
}

.next_previous {
	padding-bottom: 80px;
	text-align: center;
}
.next_previous a {
	background: #333;
	background: linear-gradient(180deg, rgba(100,100,100,1) 0%, rgba(0,0,0,1) 100%);
	border: 0;
	border-radius: 25px;
	display: inline-block;
	color: #fff;
	cursor: pointer;
	font-size: 0.813em;
	font-weight: 700;
	letter-spacing: 0.063em;
	padding: 10px 40px;
	text-align: center;
	text-transform: uppercase;
}
.nav_next,
.nav_previous {
	display: inline;
	margin: 0 10px;
}

article.single h1 {
	padding-bottom: 40px;
	text-align: center;
}
.post_img {
	margin-bottom: 40px;
}
.single_with_image {
	text-align: center;
}
.col_image {
	display: inline-block;
	max-width: 450px;
	vertical-align: top;
	width: 42%;
}
.col_image img {
	width: 100%;
}
.col_content {
	display: inline-block;
	padding-left: 40px;
	text-align: left;
	vertical-align: top;
	width: 57%;
}
@media( max-width: 750px ) {
	.col_image {
		display: block;
		margin: 0 auto 30px auto;
		width: 100%;
	}
	.col_content {
		display: block;
		max-width: 600px;
		padding-left: 0;
		width: 100%;
	}

}


.single_next_previous {
	background: transparent url('../images/next_prev_divider.png') 50% 50% no-repeat;
	border-top: 5px #efeeee solid;
	margin-top: 40px;
	font-size: 1.125em;
	font-weight: 700;
	line-height: 150%;
	padding: 30px 0;
	margin-top: 60px;
}
.single_next_previous h5 {
	font-size: 12px;
	font-weight: 700;
	padding-bottom: 10px;
	text-transform: uppercase;
}
.single_next_previous .previous {
	background: transparent url('../images/arrow_prev.png') 0 50% no-repeat;
	float: left;
	min-height: 130px;
	padding-left: 40px;
	width: 40%;
}
.single_next_previous .next {
	background: transparent url('../images/arrow_next.png') 100% 50% no-repeat;
	float: right;
	min-height: 130px;
	padding-right: 40px;
	width: 40%;
}
@media( max-width: 700px ) {
	.single_next_previous {
		background: transparent;
	}
	.single_next_previous .previous,
	.single_next_previous .next {
		background: none;
		float: none;
		padding: 0 0 20px 0;
		width: 100%;
	}

}

.button {
	background-color: #ef583c;
	color: #fff;
	display: inline-block;
	font-size: 0.875em;
	letter-spacing: 0.063em;
	padding: 12px 30px;
	text-align: center;
	text-transform: uppercase;
}

