/*
	Theme Name: Smith Restaurant Updated
	Theme URI: https://smithrestaurant.ca
	Description: Smith Restaurant Theme
	Version: 1
	Author: Tom Powell Design
	Author URI: http://tompowelldesign.com
	Tags: 

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	/*
font:300 11px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color:#444;
*/
}

.broken_link, a.broken_link{
	text-decoration: none !important;
}

.body-wrap {
	min-height: calc(100vh - 162px);
}

/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	/* color:#444; */
	text-decoration:none;
}
a:hover {
	/* color:#444; */
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    HEADER
\*------------------------------------*/
header.header {
	position: fixed;
	width: 100%;
	z-index: 30;
	padding: 45px 0;
    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
header.header.scrolling {
	background: #492D1F;
	padding: 30px 0;
}
header.header .logo {
    width: 140px;
    display: inline-block;
  	vertical-align: middle; 
}

ul.header-nav {
	display: inline-block;
	vertical-align: middle;
/*	width: calc(100% - 240px); */ /*this is without the skip logo */
    width: calc(100% - 400px)!important;
	text-align: right;
	padding: 0;
	margin: 0;
}
ul.header-nav li { 
	list-style: none;
	display: inline-block;
}
ul.header-nav a {
    color: #fff;
    word-spacing: -3px;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0 6px;
    text-decoration: none;
}

ul.social_media {
	padding: 0;
	margin: 0;
	display: inline-block;
	vertical-align: middle;
}
ul.social_media li {
	display: inline-block;
	list-style: none;
}
ul.social_media a {
	font-size: 16px;
    text-decoration: none;
    padding: 0 3px;
}

.mobile-btn {
	display: none;
	vertical-align: middle;
	padding: 10px 15px;
	float: right;
}
.mobile-btn span {
	width: 16px;
	height: 1.5px;
	background: #fff;
	display: block;
	margin: 4px 0;
}

ul.mobile-nav {
	visibility: hidden;
	opacity: 0;
    padding: 0;
    margin: 30px 0 0;
    text-align: center;
    position: absolute;
    width: 100%;
    background: #573A2C;
    left: 0;
    padding: 30px 0;
    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
ul.mobile-nav.open {
	visibility: visible;
	opacity: 1;
}
ul.mobile-nav a {
    color: #fff;
    word-spacing: -3px;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0 3px;
    text-decoration: none;
}
ul.mobile-nav li { list-style: none;}
ul.mobile-nav li.fb,
ul.mobile-nav li.tw,
ul.mobile-nav li.in {
	display: inline-block;
	margin-top: 10px;
}
/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	max-width:1280px;
	width:95%;
	margin:0 auto;
	position:relative;
}

/*------------------------------------*\
    FONTS
\*------------------------------------*/

@font-face {
    font-family: 'Pitch';
    src: url('font/Pitch-Bold.eot');
    src: url('font/Pitch-Bold.eot?#iefix') format('embedded-opentype'),
        url('font/Pitch-Bold.woff2') format('woff2'),
        url('font/Pitch-Bold.woff') format('woff'),
        url('font/Pitch-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Pitch';
    src: url('font/Pitch-Regular.eot');
    src: url('font/Pitch-Regular.eot?#iefix') format('embedded-opentype'),
        url('font/Pitch-Regular.woff2') format('woff2'),
        url('font/Pitch-Regular.woff') format('woff'),
        url('font/Pitch-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Pitch';
    src: url('font/Pitch-Medium.eot');
    src: url('font/Pitch-Medium.eot?#iefix') format('embedded-opentype'),
        url('font/Pitch-Medium.woff2') format('woff2'),
        url('font/Pitch-Medium.woff') format('woff'),
        url('font/Pitch-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

/*------------------------------------*\
    EVENTS
\*------------------------------------*/

header.interior {
	background: url(https://smithrestaurant.ca/wp-content/uploads/2018/05/main-bg-spring.jpg) no-repeat bottom -100px center / cover;
	padding: 30px 0;
	position: relative;
	z-index: 1;
}
header.interior::after {
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(87, 58, 44, 0.3);
	position: absolute;
	top: 0;
	left: 0;
}
header.interior a {
	width: 190px;
	display: inline-block;
	z-index: 1;
	position: relative;
	vertical-align: middle;
}
header.interior h3 {
    z-index: 1;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    font-size: 20px;
    color: #f4efe5;
    width: calc(100% - 190px);
    text-align: right;
    letter-spacing: 2px;
}

.page-header {
	padding: 20px 0;
	background: #00A566;
}
.page-header h1 {
	color: #f4efe5;
	font-weight: 500;
	font-size: 40px;
}

.main-content {
    padding: 50px 0 150px;
}
.single-event h2 {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 34px;
    line-height: 1;
}
.single-event h3 {
    display: block;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    color: #00a566;
    line-height: 1.1;
    margin: 10px 0 15px;
}
.single-event h3 span { display: block;}
.single-event h4 {
    margin: 20px 0 10px;
    display: block;
}
.single-event h4:first-of-type { margin-top: 0;}
.single-event h4::after {
    content: "--";
    display: block;
    margin: -7px 0 -12px -3px;
    line-height: 1;
    font-size: 25px;
    letter-spacing: -4px;
}
.event-img {
    display: inline-block;
    width: 300px;
    height: 300px;
    margin-right: 40px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 50%;
}
.event-content {
	display: inline-block;
	width: calc(100% - 444px);
	vertical-align: top;
}
.event-content a {
    border: 2px solid #573A2C;
    padding: 14px 30px;
    display: inline-block;
    text-align: center;
    font-size: 18px;
    color: #573A2C;
    margin: 10px 0 0;
    font-weight: 700;
}
.event-content a:hover,
.event-content a:active {
	text-decoration: none !important;
    color: #00a566;
    border-color: #00a566;
}
.single-event header p { font-size: 18px;}

.single-event:not(:last-of-type) {
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.single-event blockquote {
    padding: 25px 0;
    border-top: 1px dashed rgba(0,0,0,0.3);
    margin: 25px 0;
    border-bottom: 1px dashed rgba(0,0,0,0.3);
}

/*------------------------------------*\
    ADDED STYLES
\*------------------------------------*/
.intro {
	background-size: cover;
	background-position: center center;
	background-color: #000;
}

.intro::after {
    content: "";
    display: block;
    width: 100%;
    height: 300px;
    position: absolute;
    top: 0;
    background: -moz-linear-gradient(top, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 );
}

.intro h3 {
    display: block;
    line-height: 1.2;
    font-size: 43px;
    letter-spacing: 9px;
    word-spacing: -20px;
}

.harvest { text-align: center;}
.intro .harvest h3 {
    font-size: 100px;
    line-height: 0.8;
    font-weight: 500;
    margin-bottom: 0;
    text-transform: uppercase;
    word-spacing: -50px;
}
.intro .harvest h3 span {
    font-size: 39%;
    line-height: 1;
    display: block;
    margin-bottom: 20px;
    text-transform: none;
    letter-spacing: 1px;
    word-spacing: -10px;
}
.intro .harvest h4 {
    display: block;
    font-size: 29px;
    line-height: 1.1;
    margin: 40px 0 50px;
    font-weight: 500;
}
.intro .harvest span.sm {
    font-size: 65%;
    display: block;
    margin: 10px 0;
}
.intro .harvest a {
	display: inline-block;
	margin: 0 auto;
	border: 2px solid #fff;
	padding: 15px 50px;
	font-size: 18px;
	font-weight: bold;
	border-radius: 3px;
}
.intro .harvest a:hover {
    background: #00A763;
    text-decoration: none;
    border-color: #00A763;
}


.navbar.scrolling {
	background: #492D1F;
	padding-top: 40px;
	padding-bottom: 40px;
}
.navbar .navbar-brand img { width: 125px;}

.navbar .navbar-nav > li > a {
    letter-spacing: 1px;
    font-weight: 300;
    word-spacing: -3px;
}

.navbar .social { margin-left: 15px;}
#navbar-collapse { padding-right: 0;}

.navbar.floating {
	background: #492D1F;
}

.navbar.floating .social i,
i.fa,
.navbar.floating .nav > li a  {
    color: #F4EFE5;
}
.navbar.floating .social i:hover,
i.fa:hover,
.navbar.floating .nav > li a:hover {
	color: #00A566 !important;
}

.owl-wrap .row {
	background: #00A566;
	border: none;
	box-shadow: 0 0 60px 0 rgba(29%, 18%, 12%, 0.5);
}

.owl-wrap h1 {
    color: #492D1F;
    font-size: 18px;
    word-spacing: -5px;
    line-height: 1;
    padding: 20px 0 0;
}



.about-bg {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 47%;
    height: 100%;
    z-index: 1;
    background-position: center center;
    background-size: cover;
}

#about header, #about header + div:first-of-type {
    margin-right: 30px;
}

.privatedining { margin-bottom: -80px;}


.contest header {
    background: #00A566 url('img/new/main-bg2.jpg') no-repeat bottom center / cover;
    padding: 40px 20px;
}
.contest header::after {
	background: rgba(87, 58, 44, 0.2);
	content: "";
	display: block;
	width: 100%;
	position: absolute;
	top: 0;
	height: 127px;
	left: 0;
}

.contest header img {
    width: 150px;
    display: inline-block;
    position: relative;
    z-index: 1;
}

.contest header h3 {
    display: inline-block;
    text-align: right;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 3px;
    word-spacing: -9px;
    font-size: 20px;
    font-weight: bold;
    float: right;
    margin: 13px 0;
    line-height: 1;
}

.contest h4 {
	font-weight: bold;
}

.contest section.alt-background h2 {
	font-family: 'Pitch', serif;
	color: #F4EFE5;
	text-transform: uppercase;
	letter-spacing: 3px;
	word-spacing: -15px;
	margin-top: 0;
}
.contest section.alt-background h3 {
    display: block;
    margin: 0;
    font-size: 29px;
    word-spacing: -4px;
    line-height: 1.1;
    font-weight: bold;
}
.contest section.alt-background {
	background: #00A566;
}

.contest #mc_embed_signup {
    margin: 35px 0;
}

.contest .mc-field-group { margin-bottom: 10px;}
.contest .mc-field-group label {  
	width: 170px;
	font-size: 16px;
	word-spacing: -5px;
	color: #573A2C;
}

.contest input[type="text"],
.contest input[type="email"] {
    background: rgba(87, 58, 44, 0.1);
    border: none;
    padding: 10px 16px;
    font-size: 16px;
	color: #573A2C;
	min-width: 350px;
}

.contest input[type="submit"] {
    background: #573A2C;
    border: none;
    padding: 15px 30px;
    margin: 5px 0 0;
    -moz-transition: .5s ease all;
    -ms-transition: .5s ease all;
    -webkit-transition: .5s ease all;
    transition: .5s ease all;
}
.contest input[type="submit"]:hover {
	background: #00A566;
}

.contest .indicates-required { 
	color: #00A566;
	font-style: italic;
	margin: 5px 0 0;
	font-weight: bold;
}
.contest span.asterisk {color: #00A566; }

.contest .mc-field-group p {
    margin: 20px 0;
    display: block;
    font-weight: bold;
    max-width: 660px;
    font-style: italic;
    opacity: 0.5;
}

.contest footer {
	height: 162px;
}

.contest li {
    line-height: 1.3;
    margin: 0 0 5px;
}

/*------------------------------------*\
    PARALLAX
\*------------------------------------*/
.parallax-window {
    min-height: 800px;
    background: transparent;
}


/*------------------------------------*\
    ENTERTAINMENT SECTION
\*------------------------------------*/
.entertainment-section {
	background-image: url('img/new/wood-bg.jpg');
	
}
.entertainment-section h2{
	color: #3C3C32;
	display: block;
}

.artist-img {
    width: 60px;
    height: 60px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 100px;
    display: inline-block;
    vertical-align: middle;
}
.artist-img-placeholder {
    width: 60px;
    height: 60px;
    background-size: 20px auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #3C3C32;
    border-radius: 100px;
    display: inline-block;	
    vertical-align: middle;
}

ul.ent-events {
	padding: 0;
	margin: 40px 0;
}
ul.ent-events li{
	list-style: none;
	padding: 15px 0;
	border-top: 0.12em dashed #C7C3BC;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}
ul.ent-events li.ent-event-header { border-top: 0;}
li.ent-event-header span {
	display: inline-block;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
    opacity: 0.5;
    font-weight: bold;
}
li.ent-event-header span:first-of-type { width: 90px;}
li.ent-event-header span:nth-of-type(2) { -ms-flex: 1; flex: 1;}
li.ent-event-header span:nth-of-type(3) { width: 200px;}
li.ent-event-header span:last-of-type { width: 150px;}
.ent-event-text {
    display: inline-block;
    vertical-align: middle;
    padding-left: 30px;
    width: calc(100% - 60px);
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
}
.ent-event-text h3 {
    font-weight: 700;
    text-transform: uppercase;
	letter-spacing: 2px;
    word-spacing: -6px;
    -ms-flex: 1; 
    flex: 1;
	display: inline-block;
	margin: 0;
	vertical-align: middle;
	font-size: 20px;
	color: #3c3c32;
	-moz-transition: .5s ease all;
	-ms-transition: .5s ease all;
	-webkit-transition: .5s ease all;
	transition: .5s ease all;
}
.ent-event-text h3.showModal { 
	cursor: pointer; 
	color: #923B26;
}
.ent-event-text h3.showModal:hover { color: #00a566;}
.ent-event-tags {
    width: 43%;
    display: inline-block;
    line-height: 1.2;
    vertical-align: middle;
    color: #3c3c32;
    word-spacing: -5px;
    letter-spacing: -0.03em;
    font-weight: 500;
    opacity: 0.6;
    font-size: 16px;
}
.ent-event-date {
    width: 200px;
	display: inline-block;
	font-weight: 700;
	font-size: 16px;
	word-spacing: -5px;
	color: #00A566;
    vertical-align: middle;
}
.ent-event-time {
    width: 150px;
    display: inline-block;
    font-weight: 700;
    font-size: 16px;
    word-spacing: -5px;
    color: #00a566;
    vertical-align: middle;
}

.overlay {
    position: fixed;
    background: rgba(0,0,0,0.8);
    width: 100%;
    height: 100%;
    z-index: 1;
}

.ent-event-modal {
    display: none;
    position: fixed;
    z-index: 31;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.ent-event-modal-inner {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: flex;
    height: 100%;
    margin: 0;
}
.ent-event-modal-content {
    margin: 0 auto;
    width: 960px;
    -ms-flex-item-align: center;
    align-self: center;
    z-index: 15;
    position: relative;
    box-shadow: 0 10px 30px rgba(0,0,0,0.6);
    background: #f4efe5;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: flex;
}
.modal-img {
    width: 50%;
    background-size: cover;
    background-position: center center;
    display: inline-block;
}
.modal-close {
    position: absolute;
    right: 30px;
    color: #3c3c32;
    font-size: 32px;
    top: 30px;
    padding: 14px 17px 12px;
}
.modal-close:hover {
	text-decoration: none;
	color: #923b26;
}
.inner-text { 
	padding: 40px 50px; 
	color: #3c3c32;
	width: calc(100% - 340px);
	display: inline-block;
	vertical-align: top;
}
.inner-text a { color: #923b26;}
.inner-text a:hover { color: #00a566; text-decoration: none;}
.ent-event-modal h4 {
    display: block;
    text-transform: uppercase;
    letter-spacing: 3px;
	font-size: 30px;
	color: #923b26;
	font-weight: 500;
	margin-top: 0;
}
.ent-event-modal h4 span {
    display: block;
    font-weight: 500;
    line-height: 1;
}
.ent-event-modal ul {
    padding: 0;
    margin: 20px 0;
}
.ent-event-modal ul li span {
    display: inline-block;
    width: 150px;
    font-weight: bold;
    font-size: 16px;
    vertical-align: middle;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.ent-event-modal ul li p {
    display: inline-block;
    width: calc(100% - 150px);
    font-size: 16px;
    vertical-align: middle;
    margin: 0;
}
ul.ent-events li .ent-event-modal li:first-of-type { border: none;}


/*------------------------------------*\
    Menu Section
\*------------------------------------*/
.feat_box {
	width: 100%;
	background: #f4efe5;
	padding: 50px 50px 75px;
	text-align: center;
}
.feat_box h2 {
    
}

.menu-section {
	min-height: 0;
	padding-bottom: 0;
}
.menu-section header p {
    margin-bottom: 40px;
    padding-right: 135px;
}	
.menu_boxes {
	background: #573A2C;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.menu_boxes strong { color: #3C3C32;}
.menu_boxes p { color: #3C3C32;}
.menu_box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	flex: 0 0 20%;
	background: no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative;
	cursor: pointer;
	min-height: 270px;
}
.menu_box::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(74, 46, 31, 0.5);
	left: 0;
	top: 0;
	-moz-transition: .5s ease all;
	-webkit-transition: .5s ease all;
	-ms-transition: .5s ease all;
	transition: .5s ease all;
}
.menu_box:hover::after {
	background: rgba(74,46,31,0.2);
}
.menu_box h3 {
    padding: 15px 30px;
    word-spacing: -7px;
    position: relative;
    z-index: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    text-transform: uppercase;
    font-size: 17px;
    letter-spacing: 3px;
    line-height: 1;
    margin-top: auto;
}
.menu_reveal {
	display: none;
	width: 100%;
	background: #f4efe5;
	padding: 50px 50px 75px;
	text-align: center;
	position: relative;
}
.menu_reveal h2,
.feat_box h2 {
    color: #933c27;
    font-size: 36px;
    font-weight: normal;
    letter-spacing: 7px;
    margin-bottom: 30px;
    display: block;
    line-height: 1;
}
.menu_reveal h2 span,
.feat_box h2 span {
    display: block;
    font-weight: normal;
    letter-spacing: -6px;
}
.menu_reveal h2 span.hrs {
    display: block !important;  /*  Delete the important later */
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 0;
    text-transform: none;
    margin: 10px 0 0;
}
.menu_reveal p,
.feat_box p { 
	color: #3c3c32;
	line-height: 1.2;
}
.menu_reveal strong,
.feat_box strong { color: #3c3c32;}
.menu_reveal h3 {
    color: #933c27;
    display: block;
	margin-bottom: 0;
}
.menu_reveal h3 span {
    display: block;
    font-size: 14px;
    line-height: 1;
    margin-bottom: 13px;
}
.feat_menu_section {
	padding: 22px 30px;
	border: 2px dashed #B8B4AB;
	text-align: center;
	margin: 15px 0 20px;
	display: block;
	position: relative;
}
.feat_menu_section::before,
.feat_menu_section::after {
    content: "--";
    display: block;
    color: #00A566;
    position: absolute;
    font-size: 30px;
    letter-spacing: -6px;
    left: 50%;
    transform: translateX(-50%);
    background: #F4EFE5;
    line-height: 1;
    padding: 0 25px 0 16px;
}
.feat_menu_section::before { top: -14px;}
.feat_menu_section::after { bottom: -18px;}
.menu_reveal .feat_menu_section h3 {
	color: #00A566;
	letter-spacing: 1px;
	font-weight: bold;
	word-spacing: -6px;
	font-size: 23px;
	margin-top: 0;
}
.menu_reveal span.close {
	font-size: 30px;
	top: 70px;
	right: 60px;
	position: absolute;
	color: black;
}
.menu_reveal h4 {
    display: block;
    color: #00a566;
    font-size: 17px;
    font-weight: bold;
    margin: 20px 0 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.menu_reveal h4 span {
    display: block;
    letter-spacing: -5px;
    font-size: 27px;
    font-weight: normal;
    line-height: 0.6;
    padding-right: 6px;
}
.download-menu {
    padding: 0 20px 0 25px;
    display: inline-block;
    margin: 0;
    font-size: 15px;
    letter-spacing: 0;
    color: #3c3c32;
    font-weight: bold;
    vertical-align: 5px;
    text-transform: none;
    display: none;   /*  Delete this later */
  }

#featured h3 {
    color: #3c3c32;
}
#featured h3 a {
    color: #00A566;
}

/*------------------------------------*\
    ROTATING FEATURES
\*------------------------------------*/
/*hide slides before loaded */
.single-item { 
	visibility: hidden;
	opacity: 0;
	transition: opacity 1s;
}
.single-item.slick-initialized { 
	visibility: visible;
	opacity: 1;
}
.single-item .slick-slide {display: none;}
.single-item .slick-slide:first-child {
	display: block; 
	visibility: hidden;
}
.single-item.slick-initialized .slick-slide {
	display: block;
	visibility: visible !important;
}


.featured_slider{
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 15;
}
.single-item {
	background: #00A566;
	padding: 20px 0;
	box-shadow: 0 0 60px 0 rgba(29%, 18%, 12%, 0.5);
}
.single-item .slick-slide {
	text-align: center;
    outline: none;
}
.single-item .slick-slide p { margin: 4px 0; line-height: 1.2;}
.single-item .slick-slide a { color: #492D1F; font-weight: bold}

/*------------------------------------*\
    CPT : EVENTS
\*------------------------------------*/

/*events single*/
.single-events header.interior {
    background: none;
    margin-bottom: auto;
}
.single-events header.interior::after {
    background: none;
}

.single-events .page-header {
    position: relative;
    padding: 0;
    background-color: transparent;
    background-size: cover;
    background-position: center center;
}
.single-events .page-header::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(87, 58, 44, 0.6);
}
.single-events .page-header > .container {
    position: relative;
    z-index: 1;
    padding-top: 200px;
    padding-bottom: 100px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-item-align: center;
    align-self: center;
    text-align: center;
}
.single-events .page-header h1 {
    text-transform: uppercase;
    letter-spacing: 11px;
    font-weight: 200;
    font-size: 90px;
    margin: 0;
    word-spacing: -15px;
    line-height: 0.9;
}
.single-events .page-header h2 {
    color: #F4EFE5;
    font-size: 25px;
    font-weight: 500;
}
.single-events .page-header p {
    color: #f4efe5;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 4px;
    opacity: 0.6;
}
.single-events .btn {
    border-top: 2px dashed #933c27;
    border-bottom: 2px dashed #933c27;
    color: #933c27;
    display: inline-block;
    margin: 30px 0 0;
    padding: 18px 40px;
    font-size: 18px;
    border-radius: 0px;
    font-weight: 600;
    
}
.single-events .btn:hover {
    text-decoration: none;
}

.event--details {
    background: #00A566;
    padding: 20px 0;
    text-align: center;
}
.event--details h2 {
    color: #F4EFE5;
    line-height: 1;
    display: block;
    font-size: 25px;
}
.event--details p {
    margin: 0;
    font-size: 20px;
    color: #F4EFE5;
}


.single-events .main-content h1,
.single-events .main-content h2,
.single-events .main-content h3,
.single-events .main-content h4,
.single-events .main-content h5,
.single-events .main-content h6 {
    color: #933c27;
    line-height: 1;
    display: block;
    margin: 25px 0 5px;
}
.single-events .main-content  p {
    margin: 5px 0;
    line-height: 1.4;
}

/*section events */
.event-section {
    background: #933c27;
    color: #F4EFE5;
}

.upcoming_events {
    padding: 0;
}
.upcoming_events li {
    list-style: none;
    padding: 30px 0;
    border-bottom: 0.12em dashed rgba(245, 240, 230, 0.3);
}
.upcoming_events li:last-child {
    border: none;
}

.event_img {
    display: inline-block;
    vertical-align: middle;
    width: 150px;
    height: 150px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    margin-right: 50px;
}
.event_img + div {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 209px);
}


.upcoming_events h2 {
    display: block;
    font-size: 40px;
    color: #F4EFE5;
    font-weight: normal;
    line-height: 1;
    letter-spacing: 7px;
    text-transform: uppercase;
    margin: 0;
}
.upcoming_events h2 > span {
    display: block;
    font-size: 45%;
    letter-spacing: 0;
    text-transform: none;
    margin-bottom: 10px;
    font-weight: 600;
}
.upcoming_events h2 a {
    color: #F4EFE5;
}
.upcoming_events p {
    color: #F4EFE5;
    line-height: 1.2;
    font-size: 18px;
    margin: 10px 0 0;
}
.upcoming_events a:hover {
    text-decoration: none;
}

/*------------------------------------*\
    MAIN SLIDER
\*------------------------------------*/

/*hide slides before loaded */
.main_slider { 
	visibility: hidden;
	opacity: 0;
	transition: opacity 1s;
	background: #000;
}
.main_slider.slick-initialized { 
	visibility: visible;
	opacity: 1;
}
.main_slider .slick-slide {display: none;}
.main_slider .slick-slide:first-child {
	display: block; 
	visibility: hidden;
}
.main_slider.slick-initialized .slick-slide {
	display: block;
	visibility: visible !important;
}


.main_slider {
    height: 100%;
    color: #F4EFE5;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
}

.main_slider,
.main_slider .slick-list,
.main_slider .slick-track{ 
	height: 100%;
}

.main_slider .slick-slide {
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.main_slider .slick-slide .container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
}

.main_slider .slick-slide h2 {
    color: #F4EFE5;
    font-weight: 100;
    display: block;
    line-height: 1.2;
    font-size: 43px;
    text-align: center;
    letter-spacing: 9px;
    word-spacing: -20px;
}

.main_slider .slick-slide.main_slider-event {
    position: relative; 
}

.main_slider .slick-slide.main_slider-event::before {
    content: "";
    background: rgba(51, 40, 34, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}
.main_slider .slick-slide.main_slider-event .container {
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 150px 0 100px;
}
.main_slider .slick-slide.main_slider-event h1 {
    text-transform: uppercase;
    color: #F4EFE5;
    font-size: 100px;
    font-weight: 100;
/*     letter-spacing: 10px; */
    line-height: 0.8;
/*     word-spacing: -40px; */
    margin: 0;
}
.main_slider .slick-slide.main_slider-event h2 {
    letter-spacing: 0;
    margin: 35px 0 30px;
    color: #F4EFE5;
    font-size: 35px;
    word-spacing: -5px;
    font-weight: 500;
}
.main_slider .slick-slide.main_slider-event h2#subtitle{ font-size: 40px; margin-bottom: 0;}
h2#price { margin-top: 0;}
.main_slider .slick-slide.main_slider-event a {
    color: #F4EFE5;
    font-weight: 700;
    font-size: 20px;
    border-top: 2px dashed;
    border-bottom: 2px dashed;
    padding: 10px 20px;
/*     margin-top: 16px; */
	margin-top: 46px;
}
#eventContent {
    margin-bottom: 0;
}
.main_slider .slick-arrow {
    position: absolute;
    background: none;
    color: #fff;
    border: none;
    padding: 10px 45px;
    font-size: 45px;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    transition: .5s ease all;
}
.main_slider .slick-arrow:hover {
    opacity: 0.5;
}
.main_slider .slick-next {
    right: 0;
}
.main_slider .slick-arrow span {
    width: 2px;
    height: 30px;
    background: #fff;
    display: block;
}
.main_slider .slick-next.slick-arrow span:first-child {
    transform: translateY(4px) rotate(-40deg);
}
.main_slider .slick-next.slick-arrow span:last-child {
    transform: translateY(-4px)rotate(40deg);
}

.main_slider .slick-prev.slick-arrow span:first-child {
    transform: translateY(4px) rotate(40deg);
}
.main_slider .slick-prev.slick-arrow span:last-child {
    transform: translateY(-4px)rotate(-40deg);
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
@media (max-width: 1600px) {
	header.interior { background-position: bottom -35px center;}
}

@media (max-width:1200px) {
	.navbar .navbar-nav > li > a { font-size: 15px; letter-spacing: 0; padding: 0 5px; text-transform: none;}
	.navbar .social { margin-left: 20px;}
	.navbar .social a { padding: 3px;}
	.about-img { margin-top: 0; margin-bottom: 0;}
	.privatedining { margin-bottom: 0;}
	
	.menu_box { flex: 0 0 50%; -ms-flex: 1 0 50%;}
	.menu-section header p { padding-right: 300px;}
	
	.ent-event-img { width: 250px; height: 250px;}
	.ent-event-content { width: calc(100% - 290px);}
	
	.intro .harvest h3 { font-size: 100px;}
	
	ul.header-nav { width: calc(100% - 203px);}
	ul.header-nav a { 
		text-transform: none; 
		letter-spacing: 0;
		font-size: 15px;
	}
	header.header .logo { width: 115px; }
}
@media (max-width: 992px) {
    
    .main_slider .slick-slide.main_slider-event .container {
        padding-left: 50px;
        padding-right: 50px;
    }
    .main_slider .slick-slide.main_slider-event h1 {
        font-size: 70px;
    }
    .main_slider .slick-slide.main_slider-event h2 {
        font-size: 25px;
    }
    
	li.ent-event-header span:last-of-type,
	.ent-event-time { width: 100px;}
	li.ent-event-header span:nth-of-type(2) { width: 425px;}
	
	.modal-img { width: 30%;}
	.inner-text { -ms-flex: 1; flex: 1;}
	
	.menu_box { flex: 0 0 50%; -ms-flex: 0 0 50%;}
	.menu-section header p { padding-right: 0;}
	
	.ent-event-img {
	    width: 190px;
	    height: 190px;
	}
	.ent-event-content { width: calc(100% - 230px);}
	header.interior { background-position: bottom center;}
	
	.mobile-btn { display: inline-block;}
	.mobile-nav { display: block;}
	ul.header-nav, ul.social_media { display: none;}
	header.header {background: #492D1F; padding: 30px 0;}
	/*header.header .logo { width: calc(100% - 55px);} changed to below to accomodate skip logo*/
	header.header .logo { width: calc(100% - 255px);}
	
	.single-events .page-header h1 { font-size: 70px;}
	.single-events .page-header > .container {
        padding-top: 200px;
        padding-bottom: 50px;
    }
}
@media (max-width: 768px) {
	.navbar.two.floating { display: none;}
	.about-bg { position: relative; width: auto; height: 345px; margin-bottom: 0; margin-top: 0; margin: 25px 0 0;}
	ul.ent-events li.ent-event-header { display: none;}
	.ent-event-text {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.ent-event-text h3 { -ms-flex: 1 0 100%; flex: 1 0 100%;}
	.ent-event-date { font-size: 14px; width: auto; padding-right: 30px;}
	.ent-event-time { font-size: 14px; width: auto;}
	
	.ent-event-modal-inner { display: block; overflow: scroll;}
	.ent-event-modal-content { display: block; width: 100%; position: relative;}
	.modal-img { width: 100%; height: 400px;}
	.inner-text { width: 100%; padding: 25px 30px 30px;}
	.modal-close { top: 425px; }
	.ent-event-modal h4 { padding-right: 50px; line-height: 1;}
	
	.menu_box { flex: 0 0 50%; -ms-flex: 0 0 50%;}
	.menu_reveal span.close {  top: 20px; right: 20px;}
	
	.ent-event-img { display: none;}
	.ent-event-content { width: 100%}
	
	header.interior a { margin: 0 auto; display: block;}
	header.interior h3 {
	    width: 100%;
	    text-align: center;
	    margin: 10px 0 0;
	    word-spacing: -7px;
	    letter-spacing: 1px;
	}
	.page-header h1 {
	    text-align: center;
	    width: 100%;
	    display: block;
	    margin: 0;
	    font-size: 30px;
	}
	
	.intro .harvest h3 { font-size: 90px; }
	
	.single-events .page-header h1 { 
    	font-size: 50px;
    	letter-spacing: 5px;
	}
    .single-events .page-header h2 {
        word-spacing: -10px;
        line-height: 1.2;
    }
    .single-events .page-header h2 span {
        display: block;
        visibility: hidden;
        opacity: 0;
        height: 0;
    }
    
    .event_img {
        display: block;
        margin: 0 0 20px 0;
    }
    .event_img + div {
        display: block;
        width: 100%;
    }
    .upcoming_events h2 {
        font-size: 35px;
    }
    .upcoming_events h2 > span {
        line-height: 1.2;
        font-size: 50%;
    }
    .upcoming_events h2 > span span {
        display: block;
        visibility: hidden;
        height: 0;
    }
    
    	
	.offsetBottomL {
    	padding-bottom: 0px;
	}
}

@media (max-width:580px) {
	.contest header {  text-align: center; background: #00A566 url('img/new/main-bg2.jpg') no-repeat bottom center / 700px auto;}
	.contest header img { width: 250px;}
	.contest header h3 { display: none;}
	.contest section.alt-background { padding: 30px 0;}
	.contest section.alt-background h2 { font-size: 32px; word-spacing: -10px; text-align: center; width: 100%; line-height: 1; margin-bottom: 5px;}
	.contest section.alt-background h3 { font-size: 23px; text-align: center; }
	.contest section.blog-single { padding-top: 30px;}
	.contest input[type="text"], .contest input[type="email"] { min-width: inherit; width: 100%;}
	
	.ent-event-modal ul li span { display: block;}
	.ent-event-modal ul li p { width: 100%;}
	
	.menu_box { flex: 1 0 100%; -ms-flex: 1 0 100%;}
	
	
	.intro .harvest h3 { font-size: 60px; }
	.intro .harvest h4 { font-size: 19px;}
	
	.main_slider .slick-arrow { padding: 10px 25px;}
    .main_slider .slick-arrow span { width: 2px; height: 20px;}
    .main_slider .slick-next.slick-arrow span:first-child { transform: translateY(3px) rotate(-40deg);}
    .main_slider .slick-next.slick-arrow span:last-child { transform: translateY(-3px)rotate(50deg); }
    .main_slider .slick-prev.slick-arrow span:first-child { transform: translateY(3px) rotate(40deg); }
    .main_slider .slick-prev.slick-arrow span:last-child { transform: translateY(-3px)rotate(-40deg); }
    
    .main_slider .slick-slide.main_slider-event a {margin-top: 35px;}
    .featured_slider  .slick-track { display: flex; align-items: center; }
    .single-item { padding: 5px 0; }

/*
    .main_slider .slick-arrow {
        display: none !important;
    }
*/
    .main_slider .slick-slide.main_slider-event h1 {
        font-size: 40px;
        letter-spacing: 2px;
        word-spacing: -10px;
    }
    .main_slider .slick-slide.main_slider-event h2 {
        font-size: 20px;
    }
    .main_slider .slick-slide.main_slider-event h2#subtitle{ font-size: 25px;}
    
/*     .scroll.logo.skip-logo { display: none; } */

}
@media (max-width:414px) {
	.ot-dc-badge.ot-dc-badge--p {
	    width: 130px;
	    height: auto;
	    background-size: contain;
	    float: right;
	}
}
/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

.single-events .page-header h1 { 
    	font-size: 35px;
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
