/*
	Template: Reubens Eats

	Author: Top Hat
	Author URI: https://builtbytophat.com;

	Version: 1.0

	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

.page-template-reubens-eats-page-template {
	background-color: #252f38;
	color: #fff;
}

.reubens-eats-hero {
	padding: 130px 0;
}

.eats-hero {
	width: 734px;
	max-width: 100%;
	margin: 0 auto;
	position: relative;
	border: 2px solid #cc9626;
	border-radius: 43px;
	padding: 60px 2.5% 45px;
}

.eats-lines span {
	position: absolute;
	content: '';
	display: block;
	border: 2px solid;
	margin: 0 auto;
	pointer-events: none;
}

.eats-lines span:nth-child(1) {
	height: calc(100% + 18px);
	width: calc(100% + 18px);
	top: -9px;
	left: -9px;
	border-color: #e27018;
	border-radius: 48px;
}

.eats-lines span:nth-child(2) {
	height: calc(100% - 11px);
	width: calc(100% - 11px);
	top: 5.5px;
	left: 5.5px;
	border-color: #e27018;
	border-radius: 34px;
}

.eats-logo {
	margin-bottom: 71px;
}

.eats-logo img {
	width: 561px;
	max-width: 90%;
	margin: 0 auto;
}

.eats-desc-left {
	font-size: 16px;
	line-height: 1.3;
	text-align: center;
	width: 150px;
	margin-right: auto;
	border-right: 2px dotted #cc9626;
	align-content: center;
	justify-content: center;
}

.eats-desc-right p {
	margin-bottom: 15px;
}

.eats-desc-right p:last-of-type {
	margin-bottom: unset;
}

.eats-desc-right {
	font-size: 14px;
	padding-left: 44px;
	line-height: 1.5;
	letter-spacing: .22px;
	width: calc(100% - 150px);
	padding: 15px 0 15px 44px;
}

.food-layout {
	margin-bottom: 100px;
}

.food-layout h2.sub-below {
	margin-bottom: 5px;
}

.small-sub-text {
	margin-bottom: 50px;
}

.small-sub-text-inner {
	font-size: 18px;
	line-height: 1.1;
	width: 230px;
	max-width: 100%;
	margin: 0 auto;
}

.food-layout h2 {
	font-size: 24px;
	line-height: 1.1;
	text-align: center;
	/*margin-bottom: 25px;*/
}

.food-items {
	margin-top: 50px;
}

.food-grid.flex {
	margin-top: 20px;
}

.main-items-layout-container {
	width: 590px;
	max-width: 100%;
	margin: 0 auto;
}

.main-items-layout h2 {
	color: #e17125;
}

.heading-row-food {
	font-size: 28px;
	line-height: 1.1;
	align-items: flex-end;
}

.food-item-row:not(.food-item-row:last-of-type){
	margin-bottom: 29px;
}

.food-description {
	margin-top: 5px;
	font-size: 18px;
	letter-spacing: .05px;
	line-height: 1.2;
}

.food-description span,
.small-sub-text-inner span {
	font-weight: bold;
	color: #cc9626;
	text-transform: uppercase;
}

.food-layout[data-alignment="Center"]{
	text-align: center;
}

.food-layout[data-alignment="Center"] .food-description {
	margin-left: auto;
	margin-right: auto;
	width: 460px;
	max-width: 100%;
}

.food-layout[data-alignment="Center"] .heading-row-food {
	justify-content: center;
}

.main-items-layout .allergen-list {
	font-size: 14px;
	color: #cc9626;
	margin-left: 5px;
	margin-bottom: 2px;
}

.food-grid-container {
	width: 734px;
	max-width: 100%;
	margin: 0 auto;
}

.grid-layout .food-item-row {
	width: 48%;
	margin-right: auto;
	margin-bottom: 4%;
	position: relative;
}

.grid-layout .food-item-row:after {
	position: absolute;
	border: 2px solid #e17125;
	border-radius: 10px;
	top: -5px;
	left: -5px;
	right: -5px;
	bottom: -5px;
	content: '';
	display: block;
	pointer-events: none;
	z-index: 1;
}

.grid-layout h2 {
	color: #cc9626;
}

.grid-layout .food-item-row:nth-child(2n) {
	margin-right: unset;
}

.grid-layout .food-item-row-inner {
	border-radius: 5px;
	background-color: #cc9626;
	color: #252f38;
	border: 2px solid #252f38;
	padding: 26px 5% 32px;
	width: 100%;
}

.grid-layout .heading-row-food {
	align-items: flex-end;
	line-height: 1.1;
	border-bottom: 2px dotted #252f38;
	padding-bottom: 5px;
}

.grid-layout .food-description {
	margin-top: 10px;
	width: 272px;
	max-width: 100%;
	padding-left: 7px;
}

.grid-layout .allergen-list {
	font-size: 14px;
	margin-bottom: 2px;
	width: 129px;
	text-align: right;
}

.grid-layout .item-main-name-food {
	width: calc(100% - 129px);
}

@media(max-width: 800px) {
	.reubens-eats-hero {
	    padding: 90px 0;
	}
}

@media (max-width: 700px) {
	.eats-lines span:nth-child(1) {
	    height: calc(100% + 12px);
	    width: calc(100% + 12px);
	    top: -6px;
	    left: -6px;
	}
	.eats-lines span:nth-child(2) {
	    height: calc(100% - 9px);
	    width: calc(100% - 9px);
	    top: 4.5px;
	    left: 4.5px;
	    border-color: #e27018;
	    border-radius: 41px;
	}
	.eats-hero,
	.eats-lines span {
		border-width: 1px;
	}
	.eats-logo {
		margin-bottom: 21px;
	}
	.food-layout {
	    margin-bottom: 80px;
	}
	.grid-layout .food-item-row {
		width: 100%;
		margin-right: unset!important;
	}
	.grid-layout .food-item-row-inner {
		padding: 26px 2.5% 32px;
	}
	.eats-desc-right {
		font-size: 13px;
		padding: 0 0 15px;
		width: 100%;
		order: 1;
	}
	.food-item-row:not(.food-item-row:last-of-type) {
		margin-bottom: 20px;
	}
	.food-description {
		font-size: 13px;
	}
	.heading-row-food {
		font-size: 21px;
	}
	.eats-desc-left {
		order: 2;
		width: 100%;
		border-right: unset;
		border-top: 2px dotted #cc9626;
		padding-top: 25px;
		padding-right: unset;
	}
	.eats-hero {
		padding: 30px 5% 35px;
	}
	.reubens-eats-hero .reub-wide-site-container {
		max-width: 93%;
	}
	.food-layout h2 {
		font-size: 19px;
	}
	.small-sub-text-inner {
		font-size: 13px;
		width: 180px;
	}
}








