/* Table of contents
â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“
- Colors
- Fonts
- Reset
- Base
- Buttons
- Nav
	-Mobile Nav
	- Utility Nav
- Home
	- Slider
	- Quote
	- Services
	- CTA
-About
	- About Content        
- Sub Page
	- banner
-Venues
- FAQ
-Privacy Policy
-Terms of Use
-Technology
-Larry Tractor Barn

- Contact

- Legacy Barn
	- Nav
	- Home
	- Catering 

- Footer
*/

/*//////////////////////////////////////////////////
Colors
////////////////////////////////////////////////// */
/*
	Red - #A04647
	Tan - #EDE4C6
	Grey - #676165
	Light Blue - #C9E4E9
	Dark bLUE- #71B5BD
	OTR Yellow - #F7D658
*/

/*//////////////////////////////////////////////////
Fonts
////////////////////////////////////////////////// */

/*
Main Headings: Rosewood std
Subheadings: brandon printe
Navigation: brothers regular
Body Content: ingra regular*/


	@font-face {
		font-family: brothers;
	}
	
	@font-face {
		font-family: rosewood-std-fill, serif;
	}

	@font-face {
		font-family: ingra;
	}

	@font-face {
		font-family: 'Book Antiqua';
		src: url('/system/user/assets/fonts/Book-Antiqua.ttf') format('truetype');
	}

	@font-face {
		font-family: 'Brandon Printed Double';
		src: url('/system/user/assets/fonts/BrandonPrinted-Double.ttf') format('truetype');
	}

	@font-face {
		font-family: 'Brandon Printed Extras';
		src: url('/system/user/assets/fonts/BrandonPrinted-Extras.ttf') format('truetype');
	}


/* Reset
â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, 


, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

html {

}

body {
    line-height:1;
    z-index: 1;
    position: relative;
}

p {
	line-height: 25px;
}


article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

.padding-200 {
	padding: 200px 0 !important;
}



blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

li {
	list-style-type: none;
}

a {
    /*margin:0;*/
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

a:hover {
	text-decoration: none;
}

a, label {
	font-family: ingra;
	color: #676165
}

p {
	font-family: 'Book Antiqua';
	font-size: 16px;
}

#page {
	height: auto;
	min-height: 100%;
	margin: 0 auto;
	overflow-x: hidden;
	/*z-index: -1;*/
	position: relative;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

.gradient {
	backgrouind: linear-gradient(rgba(72, 64, 42,0.6), rgba(72, 64, 42,0.6));
}

.pull-right {
	float: right;
}

.mg-top-50 {
	margin-top: 50px;
}

.center {
	text-align: center;
}

/*to make footer OTR color instead of white*/


.big-img {
	height: inherit;
	max-height: none !important;
}

.big-img img {
	max-width: 75%;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

/* /////////////////////////////////////////////////////////////
Base
///////////////////////////////////////////////////////////// */
body {
	background: #F0EAD9;
}
section {
	padding: 50px 0;
}

/* /////////////////////////////////////////////////////////////
Buttons
///////////////////////////////////////////////////////////// */
.btn {
	padding: 8px 15px;
	font-size: 18px;
	display: inline-block;
	border-radius: 0px;
	transition: 0.3s;
}
.btn-white {
	color: #F0EAD9;
	background: transparent;
	border: 2px solid #F0EAD9;
}
.btn-white:hover {
	background: #F0EAD9;
	color: #333;
}
.btn-white a:hover {
	color: #333;
}
.btn-white a {
	color: #F0EAD9;
}
.btn-tan {
	background: #EDE4C6;
	border: 2px solid #EDE4C6;
	color: #676165;
	font-family: ingra, serif;
}
.btn-tan:hover {
	background: transparent;
	color: #676165;
}
.btn-red {
	padding: 10px 15px;
	font-size: 18px;
	display: inline-block;
	border-radius: 0px;
	transition: 0.3s;
	background: #A04647;
	color: #F0EAD9;
	border: 2px solid #A04647;
}
.btn-red:hover {
	background: #F0EAD9;
	color: #A04647;
}
.request-submit {
	padding: 8px 35px;
}
@media (max-width: 992px) {
	.btn-red {
		margin-bottom: 35px;
	}
}


/* /////////////////////////////////////////////////////////////
Nav
///////////////////////////////////////////////////////////// */
.nav-main {
	width: 100%;
	background-color: #eee;
	height: 200px;
	text-align: center;
	position: relative;
	z-index: 999;
}

.nav-main .red-wood {
	height: 162px;
	width: 100%;
	min-width: 900px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}
.nav-main .logo {
	position: absolute;
	width: 240px;
	bottom: -47px;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
}
.nav-main .container-fluid {
	height: 100%;
}
.nav-main .container-fluid .row {
	height: 100%;
}
.nav-main .container-fluid .row .left {
	top: 25px;
	height: 100%;
	position: relative;
}
.nav-main .container-fluid .row .right {
	top: 25px;
	height: 100%;
	position: relative;
}
.nav-main .container-fluid .row .left ul  {
	bottom: 45px;
	margin-bottom: 0;
	position: absolute;
	right: 125px;
	z-index: 1;
}
.nav-main .container-fluid .row .left ul li {
	display: inline-block;
	margin-right: 45px;
}
.nav-main .container-fluid .row .right ul {
	bottom: 45px;
	position: absolute;
	margin-bottom: 0;
	left: 125px;
	z-index: 1;
}
.nav-main .container-fluid .row .right ul li {
	display: inline-block;
	margin-left: 14px;
}
.nav-main ul li a {
	text-decoration: none;
	color: #727272;
	transition: 0.3s;
	font-family: ingra;
	font-size: 14px;
}
.nav-main ul li a:hover {
	color: #A04647;
	text-decoration: none;
	cursor: pointer;
}

.sub-nav  {
	position: absolute !important;
	bottom: 0 !important;
	left: 0 !important;
	z-index: 999;
	top: 25px;
	box-shadow: 0 0 20px #;
	display: none;
}

.sub-nav li {
	display: block !important;
	width: 250px;
	height: 50px;
	background: #F0EAD9;
	border: solid 1px #ccc;
	margin-left: 0px !important;
}

.sub-nav li a {
	color: #8D8D8D !important;
	width: 100%;
	height: 100%;
	font-size: 15px !important;
	display: flex;
	justify-content: center;
	align-items: center;
}

.sub-nav li a:hover {
	background-color: #F7D658;
	cursor: pointer;
}

.show-nav {
	display: block;
	height: fit-content;
}

.accent .left::after {
	content: '';
	width: 50%;
	height: 56px;
	background: #fff;
	position: absolute;
	left: 0;
	background: url(/system/user/assets/images/nav-texture-new.png);
	transform: translateY(-97%);
}

.accent .right::after {
	content: '';
	width: 50%;
	height: 56px;
	background: #fff;
	position: absolute;
	right: 0;
	background: url(/system/user/assets/images/nav-texture-new.png);
	transform: translateY(-97%);
}

@media (max-width: 767px) {
	.nav-main {
		height: 145px;
	}
	.nav-main .red-wood {
		top: -40%
	}
}



/* /////////////////////////////////////////////////////////////
Mobile Nav
///////////////////////////////////////////////////////////// */

.mobile-nav {
	width: 300px !important;
    overflow: hidden;
	height: 100%;
    position: fixed;
    padding-left: 0;
    padding-right: 0;
    right: 0;
    text-align: center;
    transform: translateX(105%);
	background: url(/system/user/assets/images/nav-texture-new.png);
    top: 0;
    padding-top: 10px;
    z-index: 999;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    transition: transform .25s linear !important;
}

.mobile-nav.show-nav {
	right: 0 !important;
	transform: translateX(0);
}

.fa-bars {
	color: #A04647;
}

.mobile-nav ul {
	text-align: left;
	margin-top: 10px;
}

.mobile-nav ul li {
	list-style-type: none;
	padding: 10px 2px;
}

.mobile-nav ul li a:hover {
	border-bottom: solid 2px #A04647;
}

.mobile-nav ul li a {
	color: #A04647;
	font-family: ingra;
	font-size: 18px;
	line-height: 35px;
}

.mob-sub-nav li a {
	font-size: 15px !important;
}



/* /////////////////////////////////////////////////////////////
Utility Nav
///////////////////////////////////////////////////////////// */
.utility {
	height: 50px;
	background: #ddd;
	position: relative;
	z-index: 999;
}
.utility .left {
	float: left;
	position: absolute;
	top: 50%;
	left: 15px;
	transform: translateY(-50%);
}
.utility .right {
	float: right;
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
}
.utility ul {
	margin-bottom: 0;
}
.utility ul li {
	display: inline-block;
	border-right: 1px solid #666;
	padding: 0px 8px 0px 5px;
}
.utiltiy ul li.active a {
	color: #A04647 !important;
}
.utility ul li:last-child {
	border-right: 0px;
}
.utility a {
	color: #666;
	text-decoration: none;
}

/* /////////////////////////////////////////////////////////////
Home
///////////////////////////////////////////////////////////// */

/*Slider
-----------------------------------------------*/
.home-header {
	position: relative;
	height: 700px;
}
.home-banner-wrap {
	padding: 0px;
	opacity: 0;
	text-align: center;
	transition: 0.8s;
}
.attractions-banner {
	background-size: cover;
	height: 700px;
	left: 50%;
	transform: translateX(-50%);
	transition: opacity 0.8s;
	width: 100%;
	z-index: 99;
}
.attractions-banner video {
	left: 50% !important;
	transform: translate(-50%, -50%) !important;
}
.home-banner-wrap h2 {
	text-transform: uppercase;
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 70px;
	color: #F0EAD9;
	transform: translate(-50%, -50%);
	font-family: rosewood-std-fill, serif;
}
.home-header .owl-carousel {
	height: 100%;
	z-index: 99;
}
.owl-stage-outer {
	height: 100%;
}
.owl-stage {
	height: 100%;
}
.owl-item {
	height: 100%;
}
.owl-item > div {
	height: 100% !important;
}
.owl-dots {
	position: absolute;
	top: 90%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.owl-dot {
	margin-right:15px;
}

.owl-dot.active {
	background-color: #A04647 !important;
}

.owl-carousel button.owl-dot {
    color: inherit !important;
    border: solid 2px #F0EAD9 !important;
    border-radius: 100px !important;
    padding: 6px !important;
    font: inherit !important;
}
@media(max-width: 991px) {
	.home-header {
		height: 500px;
	}
	.home-header .attractions-banner {
		display: none;
		height: 100%;
		z-index: -1;
	}
	.home-header .owl-carousel {
		height: 100%;
	}
	.home-header .owl-carousel .home-banner-wrap h2 {
		font-size: 38px;
	}
}
@media(max-width: 767px) {
	.home-header {
		height: 300px;
	}
	.home-header .owl-carousel .home-banner-wrap h2 {
		font-size: 32px;
	}
}

/*Quote
-------------------------------------------------*/
.otr-quote {
	text-align: center;
	background: url(/system/user/assets/images/homepage-canvas-grey.png);
	font-family: rosewood-std-fill, serif;
	font-size: 30px;
	padding-bottom: 50px !important;
}
.otr-quote h2 {
	color: #A04647;
}
.otr-quote .quote {
	text-transform: uppercase;
	font-size: 48px;
}
.fancy-hr:before {
	font-family: 'Brandon Printed Extras';
	content: 'n';
	font-size: 70px;
	color: #A04647;
}

.otr-quote p {
	font-family: 'Book Antiqua';
	color: #333;
}

/* Services
-------------------------------------------------*/
.services {	
	background: url(/system/user/assets/images/homepage-canvas.jpg);
	background-size: cover;
	position: center;
}
.services .card {
	background-size: cover !important;
	background-position: center center !important;
	display: block;
	padding-top: 100%;
	position: relative;
	border: 10px solid #efefef;
	box-shadow: 0px 5px 10px #999;
	margin-bottom: 15px !important;
}
.services .card .title {
	position: absolute;
	top: 55%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #F0EAD9;
	font-size: 28px;
	font-family: ingra;
}

.services .card .title hr {
	margin-top: 15px;
	border-top: 1px solid yellow !important;
	opacity: .5;
}

.services .description {
	padding: 0px 10px;
	margin-bottom: 25px;
}
@media (max-width: 992px) {
	.services .description {
		margin-bottom: 10px;
	}
	.services .card{
		padding-top: 55%;
		max-width: 95%;
		margin: auto;
	}
}

.description a {
	color: black;
	font-family: ingra;
	font-weight: 600;
	opacity: .7;
}


@media(max-width: 990px) {
	.services {
		background-size: contain;
	}
}

/* CTA
-------------------------------------------------*/
.cta-home {
	background-size: cover !important;
	background-position: center !important;
	text-align: center;
	position: relative;
	padding: 100px;
}

.cta-home .col-sm-7 {
	margin: 0 auto;
	float: none !important;
}

.cta-home h2 {
	text-transform: uppercase;
	font-size: 60px;
	color: #F0EAD9;
	margin-bottom: 50px;
	font-family: rosewood-std-fill, serif;
}

.cta-home .btn-white {
	font-family: ingra;
	font-weight: 900 !important;
}

.legacy-barn-logo {
	width: 150px;
	margin-bottom: 25px;
}


/* /////////////////////////////////////////////////////////////
Sub Page Styles
///////////////////////////////////////////////////////////// */

/* Banner
-------------------------------------------------*/

.banner {
	display: flex;
	justify-content: center;
	align-items: center;
}

.banner-content-wrap {
	padding: 150px 0;
	text-align: center;
}

.banner-content-wrap img {
	height: 190px;
}

.banner-content-wrap .logo {
	height: 350px;
}

.banner-content-wrap h1 {
	font-family: rosewood-std-fill, serif;
	color: #F0EAD9;
	margin: 0 auto;
	font-size: 60px;
}

/* Sub Header
-------------------------------------------------*/

.sp-info-section {
	background: url(/system/user/assets/images/food-catering-texture.png);
	display: inline-block;
	width: 100%;
	padding: 0 !important;
	background-color: #F0EAD9;
}

.sp-sub-header {
	background: url(/system/user/assets/images/blue-canvas.jpg);
	display: flex;
	justify-content: center;
	align-items: center;
}

.sp-sub-header-content-wrap {
	padding: 50px 0;
}

.sp-sub-header-content-wrap h2 {
	font-family: 'Brandon Printed Double';
	color: #676165;
	font-size: 25px;
	text-align: center;
}

.sp-sub-header-content-wrap p {
	margin-top: 10px;
	font-family: 'Brandon Printed Double';
	color: #676165;
	font-size: 20px;
	text-align: center;
}

.sp-info-section {
	display: flex;
	flex-wrap: wrap;
	height: inherit;
	width: 100%;
	flex-direction: row;
	text-align: center;
}

.sp-info-block {
	box-sizing: border-box;
	flex: 0 50%;
	min-height: 400px;
	padding: 50px 50px;
}

.sp-info-block h2 {
	color: #71B5BD;
	font-family: rosewood-std-fill, serif;
	font-size: 46px;
	margin-top: 30px;
}

.sp-info-block ul {
	margin-top: 30px;
}

.sp-info-block ul li {
	color: #676165;
	font-family: rosewood-std-fill, serif;
	line-height: 30px;
	font-size: 20px;
}

.sp-info-block ul.flavors li {
	line-height: 42px;
	font-size: 35px;
}

.sp-info-block-flavors {
	line-height: 50px;
}

/* /////////////////////////////////////////////////////////////
Groups Page
///////////////////////////////////////////////////////////// */
#groupsHeader {
	padding: 0;
}
#groupsHeader img {
	width: 100%;
}
#groupsHeader .banner-content-wrap {
	position: absolute;
}



/* /////////////////////////////////////////////////////////////
Venues Page
///////////////////////////////////////////////////////////// */

.vp-info-section {
	background: url(/system/user/assets/images/food-catering-texture.png);
	background-color: #F0EAD9;
}


.vp-img {
	max-height: 400px;
	display: inline-block;
}
.vp-img img {
	background-size: contain;
	width: 100%;
	border: 10px solid #efefef;
	box-shadow: 0px 5px 10px #999;
}

.vp-content {
	display: inline-block;
}

.vp-content p{
	line-height: 30px;
}

.venue__info-section {
	background: url(/system/user/assets/images/homepage-canvas-grey.png);
}

.venue__content h3 {
	font-family: rosewood-std-fill, serif;;
	color: #A04647;
	margin-top: 80px;
	margin-bottom: 0px;
	font-size: 30px;
	text-align: center;
	margin: 20px 0;
}

.venue__content {
	max-width: 990px;
	margin: 0 auto;
	margin-top: -2px;
	float: none;
}
.venue__content a {
	font-family:  'Book Antiqua';
	font-size: 20px;
	color: #A04647;
}



}
.venue__images {
	display: inline-block;
	position: relative;
}

.venue__img-left {
	width: 250px;
	float: left;
	height: 357px;
	z-index: 2;
	position: relative;
	top: 40px;
	transform: rotate(-10deg);
	border: 10px solid #efefef;
	box-shadow: 0px 5px 10px #999;
	background-size: cover !important; 
	background-position: center !important;
}

.venue__img-mid {
	width: 55%;
	height: 400px;
	margin: 0 auto;
	float: none;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
	z-index: 1;
	border: 10px solid #efefef;
	box-shadow: 0px 5px 10px #999;
	background-size: cover !important; 
	background-position: center !important;
}

.venue__img-right {
	width: 250px;
	float: right;
	height: 357px;
	z-index: 2;
	position: relative;
	top: 40px;
	transform: rotate(10deg);
	border: 10px solid #efefef;
	box-shadow: 0px 5px 10px #999;
	background-size: cover !important; 
	background-position: center !important;
}

.venue__content-inner {
	margin-top: 50px;
}

.venue__content-inner-header {
	text-transform: uppercase;
	font-family: rosewood-std-fill, serif;
	font-size: 20px;
	padding-bottom: 25px;
} 

.venue__content-inner-img {
	height: 200px;
	float: left;
	width: 175px;
	border: 10px solid #efefef;
	box-shadow: 0px 5px 10px #999;
	margin-right: 15px;
	margin-bottom: 20px;
}

.venue__content-inner-img h4 {
	top: 195px;
	left: -10px;
	position: relative;
	text-transform: uppercase;
	font-family: rosewood-std-fill, serif;
	font-size: 15px;
	margin-bottom: 15px;
}

.venue__content ul {
	margin-bottom: 25px;
}

.venue__content li {
	font-size: 24px;
	text-align: center;
	font-family: ingra;
	margin-bottom: 4px;

}
.venue__content li:last-child {
	margin-bottom: 45px;
}
.venue__content h3 {
	font-size: 30px;
}

.venues-header p {
	color: #333;
	font-size: 16px;
}


/* /////////////////////////////////////////////////////////////
Larry Tractor Barn
///////////////////////////////////////////////////////////// */

p.fancy-hr.top {margin-bottom: -34px;}

.fancy-hr.bottom {
    margin-bottom: -20px;
    margin-top: -6px;
}

.tribute-text {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    box-sizing: border-box;
    font-weight: 500;
    line-height: 1.1;
    margin-top: -36px;
    margin-bottom: 39px;
    font-family: Brandon Printed Double;
    color: #A04647;
    font-size: 32px;
    text-align: center;
    margin-left: 26px;
}

/*.tribute-text.aligned.discover{
		position: relative;
		top: 49px;
		color: #fff;

}*/

/*.fancy-hr.left{
	position: relative;
	bottom: 30px;
	left: 58px;
	color: #A04647;
}*/

/*.fancy-hr.left.aligned.discover{
	bottom: -23px;
	color: #fff;
}*/

/*.fancy-hr.right {
    position: relative;
    right: -13px;
    bottom: 30.6px;
    color: #A04647;
}*/

/*.fancy-hr.right.aligned.discover{
	bottom: -22px;
	color: #fff;
}*/

.img-left-caption {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    color: #333;
    line-height: 1;
    box-sizing: border-box;
    left: 50%;
    position: absolute;
    /* top: 105%; */
    bottom: -37px;
    text-transform: uppercase;
    transform: translateX(-50%);
    width:100%;
    top: calc(100% + 19px);
    font-weight: 700;
    font-family: Brandon Printed Double;
    font-size: 16px;
    letter-spacing: -1px;
    word-spacing: 2px;
    text-align: center;
}

.img-mid-caption {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    color: #333;
    line-height: 1;
    box-sizing: border-box;
    left: 50%;
    position: absolute;
    /* top: 105%; */
    bottom: -37px;
    text-transform: uppercase;
    transform: translateX(-50%);
    width:100%;
    top: calc(100% + 19px);
    font-weight: 700;
    font-family: Brandon Printed Double;
    font-size: 16px;
    letter-spacing: -1px;
    word-spacing: 2px;
    text-align: center;
}

.img-right-caption {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    color: #333;
    line-height: 1;
    box-sizing: border-box;
    left: 50%;
    position: absolute;
    text-align: center;
    /* top: 105%; */
    bottom: -37px;
    transform: translateX(-50%);
    width: 100%;
    top: calc(100% + 19px);
    text-transform: uppercase;
    font-weight: 700;
    font-family: Brandon Printed Double;
    font-size: 16px;
    letter-spacing: -1px;
    word-spacing: 2px;
}

p.fancy-hr.bottom.break{
	text-align: center;
	margin-top: -19px;
	margin-bottom: -7px;
	/*color: #A04647;*/
}

.venue__content.break {
    margin-top: 100px;
}

section.venue__info-section.discover{
	padding: 0px;
}

h2.content-title {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    color: #A04647;
    line-height: 1;
    box-sizing: border-box;
    text-transform: uppercase;
    font-weight: bolder;
    font-family: Brandon Printed Double;
    font-size: 19px;
    letter-spacing: -1px;
    word-spacing: 2px;
}

.img-caption {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    color: #333;
    line-height: 1;
    box-sizing: border-box;
    text-transform: uppercase;
    font-weight: bolder;
    font-family: rosewood-std-fill, serif;
    font-size: 16px;
    letter-spacing: 0px;
    word-spacing: 2px;
    /* float: left; */
    /* width: 0px; */
    position: absolute;
    /* margin-bottom: 8px; */
    bottom: 0;
    margin-left: 10px;
}

.venue__content.break.discover {
    margin-top: 0px;
    padding: 20px 0;
}

figure {
    /* margin-bottom: 24px; */
    float: left;
    position: relative;
}

.tribute-design {
    display: block;
    margin-left: -28px;
}

.larry-img {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    font-family: "Helvetica Neue",Helvetica,Arial;
    font-size: 14px;
    color: #333;
    line-height: 1;
    box-sizing: border-box;
    vertical-align: middle;
    width: 186px;
    padding-right: 0px;
    margin-bottom: 22px;
    /* float: left; */
    margin-right: 15px;
    border: solid 10px white;
}

/* /////////////////////////////////////////////////////////////
FAQ
///////////////////////////////////////////////////////////// */

.faq-section {
	background: url(/system/user/assets/images/homepage-canvas-grey.png);
}

.faq-section a {
	color: #A04647;
}

#faqAccordion {
	margin-top: 50px;
}

.faq__question {
	background-color: #A04647;
	border-bottom: solid 1px #ccc;
	cursor: pointer;
	outline: none;
	padding: 20px 0;
	position: relative;
}

.faq__question img {
	width: 25px;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
}

.faq__question .active {
	transform: translateY(-50%) rotateX(180deg);
}

.faq__question h3 {
	color: #F0EAD9;
	margin-right: 50px;
	padding-left: 20px;
	line-height: 25px;
	font-family: 'Brandon Printed Double';
}

.faq__answer {
	background: #fff;
}

.faq__answer p {
	/*padding-left: 20px;
	padding-top: 10px;*/
	padding: 5px 20px;
	font-family: ingra;
}

/* /////////////////////////////////////////////////////////////
Privacy Policy
///////////////////////////////////////////////////////////// */
.privacy_policy{
	/*background: url(/system/user/assets/images/homepage-canvas-grey.png);*/
	background: url(/system/user/assets/images/homepage-canvas-tan.jpg);
	padding-bottom: 0px;
}

.priv-terms a {
    color: #A04647;
}

.priv-header{
	padding-bottom: 0px;
}

.privacy-header{
	margin-top: 50px;
	/*display: block;*/
    /*margin-left: -28px;*/
}

.privacy-policy-info h3{
	font-family: "Rosewood-std-fill, serif";
	font-weight: bold;
}

.privacy-policy-info ul li {
    font-size: 16px;
    font-family: 'Book Antiqua';
    line-height: 25px;
    list-style-type: disc;
    overflow-wrap: break-word;
}

.privacy-header-text{
	-webkit-tap-highlight-color: rgba(0,0,0,0);
    box-sizing: border-box;
    font-weight: 500;
    line-height: 1.1;
    margin-top: -36px;
    margin-bottom: 39px;
    font-family: Brandon Printed Double;
    color: #A04647;
    font-size: 32px;
    text-align: center;
    margin-left: 26px;
}

.priv-info{
	padding-top: 5px;
    margin-top: -20px;
    padding-bottom: 35px;
}

.priv-info a{
	color: #A04647;
    font-family: 'Book Antiqua';
    font-size: 16px;
    overflow-wrap: break-word;
}

.privacy-policy-info{
	max-width: 990px;
    margin: 0 auto;
    margin-top: -5px;
    float: none;
}

/* /////////////////////////////////////////////////////////////
Terms of Use
///////////////////////////////////////////////////////////// */

.terms_of_use{
	/*background: url(/system/user/assets/images/homepage-canvas-grey.png);*/
	background: url(/system/user/assets/images/homepage-canvas-tan.jpg);
	padding-bottom: 0px;
}

.terms-header{
	padding-bottom: 0px;
}

.terms-and-cond-header{
	margin-top: 50px;
	/*display: block;*/
    /*margin-left: -28px;*/
}

.terms-and-cond-header-text{
	-webkit-tap-highlight-color: rgba(0,0,0,0);
    box-sizing: border-box;
    font-weight: 500;
    line-height: 1.1;
    margin-top: -36px;
    margin-bottom: 39px;
    font-family: Brandon Printed Double;
    color: #A04647;
    font-size: 32px;
    text-align: center;
    margin-left: 26px;
}

.terms-info{
	padding-top: 5px;
    margin-top: -20px;
    padding-bottom: 35px;
}

.terms-info a{
	color: #A04647;
    font-family: 'Book Antiqua';
    font-size: 16px;
    overflow-wrap: break-word;
}

.terms-of-use-info{
	max-width: 990px;
    margin: 0 auto;
    margin-top: -5px;
    float: none;
}

.terms-of-use-info h3{
	font-family: "Rosewood-std-fill, serif";
	font-weight: bold;
}

.terms-of-use-info ul li {
    font-size: 16px;
    font-family: 'Book Antiqua';
    line-height: 25px;
    list-style-type: disc;
}

/* /////////////////////////////////////////////////////////////
Technology
///////////////////////////////////////////////////////////// */

.otr-tech-services {
	background: url(/system/user/assets/images/food-catering-texture.png);
	background-color: #F0EAD9;
}

.technology-info {
	margin: 0 auto;
	float: none;
	max-width: 900px;
}
.technology-info ul {
	padding: 50px 0 50px 50px;
    font-weight: bold;
    font-size: 16px;
}
.technology-info ul li {
	list-style-type: disc;
	font-family: 'Book-Antiqua';     
	margin-bottom: 15px;
}
.technology-info ul li p {
	font-size: 14px;
}

/* /////////////////////////////////////////////////////////////
Indoor/Outdoor Page
///////////////////////////////////////////////////////////// */

.floor-plan {
	background: url(/system/user/assets/images/food-catering-texture.png);
	background-color: #F0EAD9;
}

.floor-plan-img-wrap img {
	width: 100%;
}

/* /////////////////////////////////////////////////////////////
Rental Guide
///////////////////////////////////////////////////////////// */

.otr-rental-info {
	background: url(/system/user/assets/images/food-catering-texture.png);
	background-color: #F0EAD9;
}

.rental-info {
	width: 75%;
	float: none;
	margin: 0 auto;
}

.rental-info p {
	line-height: 25px;
}

.legacy-quote h2 {
	color: #A04647 !important;
}

.rental-info h3 {
	font-family: 'Brandon Printed Double';
	color: #A04647;
	font-size: 20px;
}

table {
    font-family: arial;
    border-collapse: collapse;
    width: 100%;
}

td, th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

tr:nth-child(even) {
    background-color: #dddddd;
}

.rental-info ul {
	margin-left: 25px;
}

.rental-info ul li {
	font-family: ingra;
	color: #676165;
}


.fancy-hr-rental:before {
	font-family: 'Brandon Printed Extras';
	content: '_';
	font-size: 100px;
	color: #A04647;
	line-height: 20px;
}

.legacy-quote .fancy-hr {
	color: #A04647;
}

.table-info td {
	text-align: center;
}

.table-titles th {
	text-align: center;
}

/* /////////////////////////////////////////////////////////////
Contact
///////////////////////////////////////////////////////////// */
/*.contact {
	background-color: #D1EDF1;
	padding: 100px 0px 0px 0px;
}*/
.contact-header {
	background-color: #D1EDF1;
	font-family: arial;
	text-align: center;
	/*position: relative;
	top: 50%;
	transform: translateY(-50%);*/
}
.contact-header h1 {
	color: #727272;
	font-size: 30px;
	font-family: arial;
	text-align: center;
	text-transform: uppercase;
}
.contact-title {
	color: #6CB6BF;
}
.contact-bg-dark {
	background-color: #FAFAFA !important;
}
.contact-bg-light {
	background-color: #FEFEFE;
}
.location {
	padding: 0;
}
.map {
	height: 300px;
	width: 100%;
}
.map-label {
	color: '#C73E32';
	font-size: 30px;
}
.contact-info {
	background-color: #F0EAD9;
	display: flex;
	flex-wrap: wrap;
	padding: 0;
}
.info-group {
	flex: 1;
	padding: 50px 0;
	text-align: center;
}
.info-desc {
	display: inline-block;
	text-align: left;
	max-width: 250px;
	min-width: 250px;
}
.info-desc h2 {
	font-family: 'Book Antiqua';
	font-size: 30px;
	letter-spacing: 2px;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.info-desc p {
	font-size: 25px;
}
.social {
	background-color: #EAE4D8;
	padding: 35px 0 50px;
}
.social-group {
	text-align: center;
}
.social-group p {
	font-family: arial;
	font-size: 25px;
	text-transform: uppercase;
}

.social-icons ul {
	padding-left: 0;

}
.social-icons ul li{
	display: inline-block;
	margin: 0 10px;
}
.social-icons a {
	background-color: #625F6D;
	border-radius: 100px;
	padding: 12px 23px;
	position: relative;
}
.social-icons i {
	color: #EAE4D8;
	font-size: 35px;
	left: 50%;
	top: 50%;
	position: absolute;
	transform: translate(-50%, -50%);
}
.social-icons .fa-facebook {
	font-size: 41px;
	left: 54%;
	top: 66%;
}
.member {
	background-color: #FEFEFE;
	padding: 0;
}
.member-desc {
	max-height: 200px;
	min-height: 200px;
	text-align: center;
	padding: 50px 0;
}
.member-desc h2 {
	font-family: 'Book Antiqua';
	font-size: 20px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.member-desc p {
	color: #727272;
	font-family: arial;
	font-size: 18px;
	margin-top: 10px;
}
#contactForm {
	margin-bottom: 50px;
}
#contactForm .control-label {
	font-family: 'Book Antiqua';
	font-size: 22px;
	margin-bottom: 10px;
}
#contactForm .control-label span {
	color: red;
}
#contactForm .form-control {
	border: none;
	border-radius: 0;
	box-shadow: none;
	font-size: 18px;
}

#contactForm .errors {
	background-color: red;
	display: none;
	margin-bottom: 15px;
	padding: 5px 10px;
}
#contactForm .errors p {
	color: #fff;
	display: block;
	font-size: 14px;
	margin-bottom: 0;
}
.contact-form-wrap {
	margin-bottom: 50px;
}
.contact-form-wrap h2 {
	font-size: 48px;
	color: #6CB6BF;
	font-family: 'Book Antiqua';
}
@media(max-width: 767px) {
	.contact-info {
		flex-direction: column;
	}
	.info-group {
		min-height: 0;
		padding: 25px;
	}
	.info-group h2 {
		margin-top: 0;
	}
	.info-group p {
		margin-bottom: 0;
	}
}

/* /////////////////////////////////////////////////////////////
Legacy Barn
///////////////////////////////////////////////////////////// */

/* Nav
-------------------------------------------------*/
.nav-legacy {
	background-color: rgba(0,0,0,0.7);
	height: 100px;
	width: 100%;
	position: relative;
	padding: 0px 50px;
	position: absolute;
	z-index: 999;
}
.nav-legacy .logo {
	width: 100px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.nav-legacy ul {
	top: 50%;
	right: 50px;
	transform: translateY(-50%);
	list-style: none;
	position: absolute;
}
.nav-legacy ul li {
	display: inline-block;
	margin-left: 15px;
}

.nav-legacy ul li a {
	color: #F0EAD9;
	opacity: .7;
}



/* Home
-------------------------------------------------*/
.legacy-home {
	background-size: cover !important;
	background-position: center !important;
	text-align: center;
	width: 100%;
	height: 100vh;
	/*height: inherit;
	position: inherit !important;*/
}
.legacy-home .content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.legacy-home h1 {
	font-size: 55px;
	color: #F0EAD9;
	margin-bottom: 25px;
	font-family: rosewood-std-fill, serif;
	text-transform: uppercase;
}

.request-header h2 {
	font-size: 17px !important;
	width: 32% !important;
	padding-top: 50px !important;
	line-height: 40px;
}

.catering-header h1 {
	font-size: 70px !important;
	margin-bottom: 40px;
}

.catering-header h2 {
	font-size: 23px !important;
	width: 45% !important;
	line-height: 40px !important;
}

.legacy-header h1, .legacy-header h2 {
	text-transform: uppercase;
}

.legacy-home a {
	font-family: ingra;
	text-transform: uppercase;
}

.the-font:before {
	font-family: 'Brandon Printed Extras';
	content: 'Z';
	font-size: 110px;
	color: #F0EAD9;
}

.arrow-right:before {
	font-family: 'Brandon Printed Extras';
	content: ']';
	font-size: 110px;
	color: #F0EAD9;
}

.arrow-left:before {
	font-family: 'Brandon Printed Extras';
	content: '[';
	font-size: 110px;
	color: #F0EAD9;
}

.exc-font-right:before {
	font-family: 'Brandon Printed Extras';
	content: '!';
	font-size: 50px;
	color: #F0EAD9
}

.exc-font-left:before {
	font-family: 'Brandon Printed Extras';
	content: '"';
	font-size: 50px;
	color: #F0EAD9
}

/* Thank You
-------------------------------------------------*/
.legacy-home .thanks-message {
	font-size: 23px;
	color: #F0EAD9;
	margin: 0 auto;
	margin-bottom: 25px;
	font-family: rosewood-std-fill, serif;
	text-transform: uppercase;
}
.legacy-home .thanks-contact {
	font-weight: 900;
}


/* Catering
-------------------------------------------------*/

.delivery-catering {
	background-color: #F0EAD9;
}

.delivery-catering .col-sm-8 {
	margin: 0 auto;
	float: none;
}

.delivery-catering h2 {
	font-size: 30px;
	font-family: rosewood-std-fill, serif;
	color: #676165;
	padding-bottom: 25px;
	text-align: center;
}


.menu-items {
	background: url(/system/user/assets/images/homepage-canvas-grey.png);
	text-align: center;
}
.menu-items .col-sm-7 {
	margin: 0 auto;
	float: none;
}
.menu-items h2 {
	font-family: rosewood-std-fill, serif;
	font-size: 30px;
	color: #676165;
}
.menu-title {
	margin-top: 50px;
	font-family: 'Brandon Printed Double';
	color: #A04647;
	font-size: 20px;
}
.menu-title:before {
	font-family: 'Brandon Printed Extras';
	content: 'o';
	padding-right: 8px;
	display: inline;
}
.menu-title:after {
	font-family: 'Brandon Printed Extras';
	content: 'o';
	padding-left: 8px;
	display: inline;
}
.menu-item {
	font-family: rosewood-std-fill;
	font-size: 22px;
	padding: 10px 0;
	color: #676165;
}
.menu-footer p {
	font-family: rosewood-std-fill;
	font-size: 20px;
	font-size: 14px;
	color: #676165;
}


.smokehouse-meats, .signature-sides, .premium-desserts {
	margin-top: 50px;
} 

.smokehouse-meats h3, .signature-sides h3, .premium-desserts h3 {
	padding-bottom: 25px;
}

.food-items-left:before {
	font-family: 'Brandon Printed Extras';
	content: 'o';
	padding-right: 8px;
	display: inline;

}

.food-items-right:before {
	font-family: 'Brandon Printed Extras';
	content: 'o';
	padding-left: 8px;
	display: inline;
}

/* /////////////////////////////////////////////////////////////
About
///////////////////////////////////////////////////////////// */

.about-info-section {
	background: url(/system/user/assets/images/homepage-canvas-grey.png);
}

.about-info-section a {
	color: #A04647;
	font-family: 'Book Antiqua';
    font-size: 16px;

}

.about-content .about-img-1 {
	margin-right: 25px;
	width: 80%;
	height: inherit;
	border: 10px solid #efefef;
	box-shadow: 0px 5px 10px #999;
	margin-bottom: 50px;
}

.about-image {
	text-align: center;
}

.about-content h3 {
	font-size: 30px;
	text-align: center;
	margin: 20px 0;
}

.about-content .about-img-2 {
	margin-top: 25px;
	margin-bottom: 50px;
	width: 80%;
	height: inherit;
	border: 10px solid #efefef;
	box-shadow: 0px 5px 10px #999;
}

.about-content .about-img-3 {
	margin-top: 25px;
	margin-bottom: 25px;
	width: 80%;
	height: inherit;
	border: 10px solid #efefef;
	box-shadow: 0px 5px 10px #999;
}

.about-content {
	padding: 0 15%;
}

.about-content p {
	line-height: 25px;
	margin-bottom: 15px;
}

.about-content ul li {
	list-style-type: square !important;
	line-height: 25px;
	font-family: 'Book Antiqua';
	font-size: 16px;
	margin-left: 18px;
}

.about-content h3 {
	font-family: 'Brandon Printed Double';
	color: #A04647;
	margin-top: 80px;
	margin-bottom: 0px;
}

.about-sub-header {
	background: url(/system/user/assets/images/homepage-canvas-tan.jpg);
	display: flex;
	justify-content: center;
	align-items: center;
}

/*.about-sub-header.discover{
	background: #A04647;
}*/

.about-sub-header-content-wrap {
	text-align: center;
}

.about-sub-header-content-wrap .fancy-hr {
	color: #A04647;
}

.about-sub-header-content-wrap h2 {
	font-family: Brandon Printed Double;
	color: #A04647;
	font-size: 35px;
	text-align: center;
}



/* /////////////////////////////////////////////////////////////
Layout Page
///////////////////////////////////////////////////////////// */

.larry-layout ul {
	font-family: 'Book-Antiqua';
	display: inline-block !important;
	list-style-type: disc;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    font-size: 16px;
}

.larry-layout li{
	list-style-type: disc;
    text-align: left;
    padding-bottom: 4px;
}


/* Team Member Cards
-------------------------------------------------*/

.team-member-card {
	height: 300px;
}

.member-image {
	border: 10px solid #efefef;
	box-shadow: 0px 5px 10px #999;
}


.team-member-card .member-image {
	height: inherit;
}

.meet-the-team {
	background: url(/system/user/assets/images/homepage-canvas-grey.png);
}

.team-card-name {
	float: left;
	position: relative;
	left: 33%;
	top: 89%;
	transform: translate(-50%, -50%);
}



.circle-img:hover {
	opacity: 0;
	cursor: pointer;
}


.member-image h2 {
	color: #F0EAD9;
	margin-bottom: 5px;
	font-size: 20px;
}

.member-image p {
	color: #F0EAD9;
	font-weight: 100;
}

.white-dot {
	border-radius: 50%;
	background-color: #A04647;
	height: 60px;
	width: 60px;
	top: 83%;
	left: 80%;
	transform: translate(-50%, -50%);
	position: absolute;
	overflow: hidden;
}

.white-dot .fa-arrow-right {
	color: #F0EAD9;
	position: relative;
	left: 18%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-size: 20px;
}

.white {
	color: #F0EAD9;
}

.opacity {
	opacity: 0;
}

.move-arrow {
	transform: translateX(35px) !important;
	 transition: all 0.5s ease;
	 top: 33% !important;
}

.move-bars {
	transform: translateX(32px) !important;
	 transition: all 0.5s ease;
	 top: 33% !important;
}

.white-dot .fa-align-justify {
	color: #F0EAD9;
	position: relative;
	left: -20% ;
	top: 50%;
	transform: translate(-50%, -50%);
	font-size: 20px;
}

/*Modal Styles*/

.modal {
    display: none; 
    position: fixed; 
    z-index: 1; 
    padding-top: 100px; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.4); 
}

/* Modal Content */
.modal-content {
	background: url(/system/user/assets/images/homepage-canvas-grey.png);
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    display: table;
}

.close {
    color: #A04647;
    float: right;
    font-size: 28px;
    font-weight: bold;
    opacity: 9;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-img {
	height: 400px;
	margin: 0 auto;
	width: inherit;
	text-align: center;
}

.modal-img img {
	height: inherit;
}

.modal-description h2 {
	font-size: 40px;
}

.modal-description p {
	height: 300px;
	overflow: scroll;
}







/* Sub Pages
-------------------------------------------------*/
.legacy-header {
	background-size: cover !important;
	background-position: center !important;
	text-align: center;
	height: 650px;
	position: relative;
}
.legacy-header .content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.request-header .content {
	top: 57% !important;
}

.legacy-request {
	padding-top: 0px;
}

.request-img {
	padding-left: 0 !important; 
	padding-right: 0 !important;
	text-align: center;
	margin-top: 25px;
	margin: 0 auto; 
	float: none;
	padding-top: 50px;
}

.request-img img {
	padding-right: 15px;
	width: 100%;
}

.request-form-col {
	margin: 0 auto;
	float: none;
	top: 50px;
	padding-bottom: 50px;
}

.legacy-header h1 {
	font-size: 65px;
	color: #F0EAD9;
	font-family: rosewood-std-fill, serif;
}
.legacy-header h2 {
	font-size: 23px;
	color: #F0EAD9;
	font-family: rosewood-std-fill;
	width: 65%;
	margin: 0 auto;
}

.legacy-quote {
	background: url(/system/user/assets/images/homepage-canvas-tan.jpg);
	text-align: center;
}
.legacy-quote a {
	color: #A04647;
}

.legacy-quote .quote {
	font-size: 35px;
	color: #676165;
}

.legacy-quote h2 {
	font-family: rosewood-std-fill, serif;
}

.legacy-barn-events-head { 
	background: url(/system/user/assets/images/homepage-canvas-tan.jpg); 
	 }   
.legacy-barn-content {
	background: url(/system/user/assets/images/food-catering-texture.png);
	background-color: #F0EAD9;
}
section.legacy-barn-content {
	padding: 0;

}


.legacy-barn-content a {
	color: #A04647;
	font-family: 'Book Antiqua';
	font-size: 16px;
}

.legacy-barn-content ul li {
		list-style-type: disc;
		margin-bottom:15px;
		font-family: 'Book Antiqua';
	}
.legacy-barn-content ul li p {
	font-size: 14px;
}


.legacy-barn-content h3 {
	text-align: center;
	font-family: 'Brandon Printed Double';
	color:#A04647;
	margin-top: 30px;
	margin-bottom:0px;
	font-size: 30px;
	}
.legacy-barn-events-bottom {
	align-items: center;
	background: url(/system/user/assets/images/homepage-canvas-tan.jpg);	
}


.legacy-barn-content .legacy-text {
	width: 75%;
	margin: auto;
	padding-bottom: 50px;
}



.fcb-sub-header {
	background: #9B232C;
	display: flex;
	justify-content: center;
	align-items: center;
}

.fcb-sub-header-content-wrap {
	padding: 0;
	text-align: center;
}

.fcb-sub-header-content-wrap {
	font-family: 'Brandon Printed Double';
	color: #F0EAD9;
	font-size: 25px;
	text-align: center;
}

.fcb-info-section {
	background: #9B232C;
}

.fcb-info-section h3 {
	font-family: rosewood-std-fill, serif;
	color: #F0EAD9;
	font-size: 30px;
	text-align: center;
	padding-bottom: 50px;
}

.fcb-left-arrow {
	position: absolute;
	left: 30px;
	top: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	border: solid 1px #fff;
	border-radius: 100px;
	padding: 7px 10px;
}

.fcb-right-arrow {
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	border: solid 1px #fff;
	border-radius: 100px;
	padding: 7px 10px;
}

button {
	outline: none;
}



/* Request Form
-------------------------------------------------*/
.legacy-request { 
	 background: url(/system/user/assets/images/homepage-canvas-grey.png);
}
.legacy-request .form-group .control-label {
	margin-bottom: 10px;
}
.legacy-request .form-group .control-label.checkbox-label {
	display: block;
}
.legacy-request .form-group .form-control {
	background-color: #f5f5f5;
	border-radius: 0px;
	border-color: #aaa;
	margin-bottom: 25px;
}
.legacy-request .form-group .checkbox-inline input {
	margin: 0px 10px 7px 0;
}

.legacy-request ul li {
	display: inline;
}

select {
	border: solid 1px #aaa;
	background-color: #f5f5f5;
	margin-bottom: 25px;
	border-radius: 0px !important;
	-webkit-appearance: none; 
	text-align: left;
}

div.form-group.rd-dropdown.first.col-sm-5 {
	padding-left: 0px !important;
}

#month {
	width: 90%;
	padding: 10px 5px;
}

#day {
	width: 70%;
	padding: 10px 5px;
}

#year {
	width: 80%;
	padding: 10px 5px;
}

/* The container */
.radio-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline;
    line-height: 50px;
    margin-right: 5px;
}

/*Radio Buttons*/
.radio-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 0%;
    border: 1px solid #ccc;
}

.radio-container:hover input ~ .checkmark {
    background-color: #ccc;
}

.radio-container input:checked ~ .checkmark {
    background-color: grey;

}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.radio-container .checkmark:after {
 	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: grey;
}

#month option {
	background-color:;
}

.request-form-group {
	margin-bottom: 40px !important;
}

/*To not display Phone number on header*/
.header-phonenum {
    	display: none;
    }




/* /////////////////////////////////////////////////////////////
Footer
///////////////////////////////////////////////////////////// */

.legacy {
	background-color: #A04647;
	height: 100% !important;
	padding-bottom: 40px;
}

.legacy a {
	color: #F0EAD9;
}


.master {
	background-color: #A04647;
}




footer {
	width: 100%;
}
.footer-right-content {
	padding-right: 40px;
}

.footer-right {
	margin-top: 40px;
	text-align: end;
}

.footer-middle {
	margin-top: 40px;
	text-align: center;
}

.footer-middle a {
	text-decoration: underline;
}

.footer-middle p {
	color: #F0EAD9;
	font-family: ingra;
}

.footer-left {
	margin-top: 40px;
}

.main-footer-left {
	margin-top: 40px;
}

.main-footer-middle {
	margin-top: 40px;
	text-align: center;
}

.main-footer-middle a {
	text-decoration: underline;
}

.main-footer-middle p {
	color: #F0EAD9;
	font-family: ingra;
}

.main-footer-right {
	margin-top: 40px;
	text-align: end;
}


footer .left {
	float: left;
	position: absolute;
	top: 50%;
	left: 15px;
	transform: translateY(-50%);
}
footer .right {
	float: right;
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
}
.master ul li {
	display: inline-block;
	border-right: 1px solid #F0EAD9;
	padding: 0px 8px 0px 5px;
}

.legacy ul li {
	display: inline-block;
	border-right: 1px solid #676165;
	padding: 0px 8px 0px 5px;
}

footer ul li:last-child {
	border-right: 0px;
}
footer a {
	color: #F0EAD9;
	text-decoration: none;
}

.fa-map-pin {
	color: #F0EAD9;
	padding-right: 5px;
}

.master i {
	color: #fff;
}

.fa-phone {
	color: #F0EAD9;
	padding-right: 5px;
}

/*Media Queries*/

@media (max-width: 1200px) {
	.circle-img:after {
		content: '';
	    position: absolute;
	    left: 12%;
	    top: 15px;
	    border-radius: 100%;
	    width: 75%;
	    height: 70%;
	    box-shadow: 0px 0px 0px 2000px #F0EAD9;
	    opacity: .95;
	}

	.venue__img-mid {
		width: 55%;
	}

	.privacy-policy-info{
		padding-left: 35px;
		padding-right: 35px;
	}

	.terms-info{
		padding-left: 35px;
		padding-right: 35px;
	}
}

@media (max-width: 1199px) and (min-width: 993px) {
	.tribute-design{
		position: relative;
		right: 35px;
	}

	.tribute-text.aligned{
		margin-right: -70px;
		margin-left:36px;
	}

	/*.fancy-hr.right.aligned{
		right: -47px
	}*/

	.larry-img{
		margin-top: 7px;
	}
}

@media (min-width: 991px) {
	.footer-phone {
		padding-right: 140px;
	}
}

@media (max-width: 992px) {
	.menu-icon {
		display: block !important;
	}

    .menu-icon a {
    	font-size: 16px;
    }

    .header-phonenum {
    	display: block !important;
    	position: absolute;
    	transform: translateY(-50%);
    	left: 30px;
    	top: 50%;
    }
	/*.utility {
		z-index: -1;
	}*/

	.nav-legacy {
		display: none;
	}
	
	.utility .right {
		display: none;
	}

	.right ul, .left ul {
		display: none;
	}

	.owl-carousel .slide .container h2 {
		font-size: 60px;
	}

	.rd-dropdown {
		padding-left: 0px !important;
	}

	.legacy-header h1 {
		font-size: 40px !important;
	}

	.catering-header h1 {
		font-size: 30px;
	}

	.request-header h2 {
		width: 50% !important;
	}

	.request-header .content {
		top: 50% !important;
	}

	.catering-header h2 {
		width: 100% !important;
	}

	.request-img img {
		padding-right: 0px !important;
	}

	.sp-info-block {
		flex: 100% !important;
	}

	.nav-main .logo {
		width: 190px;
		bottom: -50px;
	}

	.order2 {
		order: 2;
	}

	.sp-info-block-toppings, .sp-info-block-flavors {
		min-height: 250px;
		padding: 30px 0;
	}

	.circle-img:after {
		content: '';
	    position: absolute;
	    left: 17%;
	    top: 15px;
	    border-radius: 100%;
	    width: 65%;
	    height: 70%;
	    box-shadow: 0px 0px 0px 2000px #F0EAD9;
	    opacity: .95;
	}

	.about-img-1 {
		width: 100% !important;
		float: none !important;
		margin: 0;
		margin-bottom: 25px;
	}

	.modal-img {
		margin-bottom: 25px;
	}

	.home-banner-wrap h2 {
		font-size: 60px;
	}

	.venue__img-left {
		width: 100%;
		transform: rotate(-0deg);
		margin-top: 7px;
		margin-bottom: 59px;
	}

	.venue__img-mid {
		width: 100%;
		position: relative;
		transform: rotate(0deg);
		float: right;
		left: 0;
		margin-top: 25px;
	}

	.venue__img-right {
		width: 100%;
		transform: rotate(-0deg);
		margin-top: 5px;
		margin-bottom: 10px;
	}

	.tribute-design{
		position: relative;
		right: 7px;
		margin-bottom: -39px;
	}

  /*  .fancy-hr.left.aligned{
    	bottom: 26px;
        margin-left: -30px;
    }*/

   /* .fancy-hr.right.aligned{
    	bottom: 29px;

    }*/

	.img-left-caption.centered{
		left: 40.5%;
	}

    .img-mid-caption.centered{
    	left: 36%;
    }

	.img-right-caption.centered{
	    left: 45%;
	}

	.tribute-text{
		margin-left: 62px;
	}

}


@media (max-width: 992px) {
	.footer-left-content {
		padding: 0;
	}
	.footer-right-content {
		padding: 0;
	}
	.footer-left {
		text-align: center;
	}

	.footer-right {
		text-align: center;
	}

	.main-footer-left {
		text-align: center;
	}

	.main-footer-right {
		text-align: center;
	}
}

@media (max-width: 991px) {
	/*.fancy-hr.left{
		top: 9px;
		margin-right: -3px;
	}*/

	/*.fancy-hr.right{
		top: 5px;
	}*/

	.img-mid-caption.centered{
	    left: 33%;
	}

 	.img-left-caption.centered{
	    left: 39%;
	}

	.img-right-caption.centered{
	    left: 44%;
	}
}

@media (max-width: 768px) {
	.owl-carousel .slide .container h2 {
		font-size: 50px;
	}

	.home-banner-wrap h2 {
		font-size: 50px;
	}

	.request-header h1 {
		font-size: 40px;
	}

	.request-header h2 {
		width: 100% !important;
	}

	.legacy {
		height: 120px;
		text-align: center;
	}

	.master {
		height: 320px !important;
		text-align: center;
	}

	.main-footer-left {
		margin-top: 20px;
	}

	.vp-content {
		text-align: center;
	}

	.member-image {
		max-width: 350px;
		margin: 0 auto;
	}

	.white-dot {
		position: relative !important;
	}

	.team-card-name {
		left: 33% !important;
		top: 63%;
		transform: translate(-50%, -50%);
	}

	.legacy-home h1 {
		font-size: 30px;
	}

	.the-font:before{
		font-size: 80px;
	}

	.arrow-right:before, .arrow-left:before {
		font-size: 75px;
	}

	.legacy-home .content {
		top: 45%;
	}

	.about-content {
		padding-left: 15px;
		padding-right: 15px;
	}

	.cta-home {
		padding: 50px 0;
	}

	.footer-right {
		text-align: center;
	}

	.footer-left {
		margin-top: 20px;
	}

	.main-footer-right {
		text-align: center;
	}

	.img-mid-caption.centered{
	    left: 25%;
	}

}

@media (max-width: 645px){
	/*.fancy-hr.left{
		display: none;
	}*/

	/*.fancy-hr.right{
		display: none;
	}*/
   /* .contact{
    	height: 350px !important;
    }*/

	.tribute-design{
		right: 18px;
	}

	.img-mid-caption.centered{
	    left: 20%;
	}

	.img-left-caption.centered{
	    left: 30%;
	}

	.img-right-caption.centered{
	    left: 40%;
	}

}

@media (max-width: 525px){
	/*.fancy-hr.left{
		display: none;
	}*/

	/*.fancy-hr.right{
		display: none;
	}*/

	.tribute-design{
		right: 18px;
	}

	.img-mid-caption.centered{
	    left: 15%;
	}

	.img-left-caption.centered{
	    left: 30%;
	}

	.img-right-caption.centered{
	    left: 40%;
	}

}

@media(max-width: 480px) {
	.social-group p {
		font-size: 16px;
	}
	.social-icons a {
		padding: 7px 18px;
	}
	.social-icons i {
		font-size: 28px;
	}
	.social-icons .fa-facebook {
		font-size: 32px;
	}
    .img-mid-caption.centered{
	    left: 23%;   
	}
	.img-left-caption.centered{
	    left: 32%;
	}
	.img-right-caption.centered{
	    left: 39%;
	}
	.tribute-design{
		right: 21px;
	}

}

@media(max-width: 430px) {
	 .img-mid-caption.centered{
/* 	 	left: 18%; */
	 	left: 0%;
	 }
	  .img-left-caption.centered{
/* 	    left: 28%;    */
        left: 0%
	}
	.img-right-caption.centered{
/* 		left: 38%; */
		left:0%;
	}
}


@media(max-width: 320px) {
	 .tribute-design{
	 	right: 23px;
	 }
	   
}