/*
Theme Name: O'Rourke Master Theme
Version: 0.0.2.26
Author: WhatArmy
Text Domain: orourke
*/

/*
Open Sans
Light = 300
Regular = 400
Semibold = 600
Bold = 700

Essonnes Display Regular
font-family: essonnes-display, serif;
font-weight: 400;
*/

body {font-family: 'Open Sans', sans-serif; font-weight: 400; color: #2A2A2A; font-size: 18px; letter-spacing: 0.1em; overflow-x: hidden; background: #EAEBEB;}
p {font-size: 18px; letter-spacing: 0.1em; line-height: 1.5; margin-bottom: 30px;}
p:last-of-type {margin-bottom: 0;}
p + .button {margin-top: 30px;}
a {transition: all .2s ease-in-out; color: #7D4F47;}
a:hover {color: #7D4F47; text-decoration: none !important; }

/*p a {border-bottom: 1px solid transparent;}*/
/*p a:hover {border-bottom: 1px solid #7D4F47;}*/

h1{ font-family: 'essonnes-display', serif; font-size: 48px; font-weight: 400; color: #565759; letter-spacing: .025em; }
h2{ font-family: 'essonnes-display', serif; font-size: 48px; font-weight: 400; color: #565759; letter-spacing: .025em; margin-bottom: 30px; }
h3{ font-family: 'essonnes-display', serif; font-size: 42px; font-weight: 400; color: #fff; letter-spacing:
0.1em;}
h4{ font-family: 'Open Sans', sans-serif; font-size: 18px; font-weight: 700; text-transform: uppercase; color: #fff; letter-spacing: 0.1em;}
h5{ font-family: 'Open Sans', sans-serif; font-size: 48px; font-weight: 400; text-transform: uppercase; color: #565759; letter-spacing: 0.025em;}

#centered-content h1, #centered-content h2, #centered-content h3, #centered-content h4, #centered-content h5, #centered-content h6 {color: #565759;}

.content_logo {margin-bottom: 15px;}

.text-center ul { list-style-position: inside; }

.content-area h3,
.content-area h4,
.content-area h5 {color: #565759;}

.content-area table td {border: 1px solid; vertical-align: top; padding: 15px;}
.content-area table td:first-of-type {width: 25%}
.content-area table td:nth-of-type(2) {width: 30%}
.content-area table td:last-of-type {width: 45%}

.container-fluid {overflow: hidden}
.wrapper {padding: 0;}

@keyframes animate--fadeDown {
	0% {
		opacity: 0;
		transform: translateY(-100%);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes animate--fade {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

header {position: fixed; z-index: 99; top: 0; left: 0; text-transform: uppercase; overflow: visible !important;
-webkit-animation: .5s ease-out 1s animate--fadeDown both;
-moz-animation: .5s ease-out 1s animate--fadeDown both;
animation: .5s ease-out 1s animate--fadeDown both;
}

header .navbar-dark {/*box-shadow: 0 0 10px 0 #000;*/ padding-top:15px;}

span.button > a,
.button { font-weight: 600; letter-spacing: 0.1em; background: #7D4F47; color: #EEE6C7; /*border: 1px solid #7D4F47;*/ text-transform: uppercase; padding: 14px 20px; padding-right: 50px; line-height: 1.2; font-size: 18px; text-align: center; position: relative; /*box-shadow: 10px 10px 0 0 #EBE2C2;*/ }
span.button {background: transparent; padding: 0; padding-right: 0; box-shadow: none; border: 0 !important; }

span.button > a:after,
.button:after {
	content: ''; width: 12px; height: 12px; display: inline-block; border-top: 2px solid #EEE6C7; border-right: 2px solid #EEE6C7; position: absolute; right: 25px; top: 50%; margin-top: -1px;
	transform: rotate(45deg) translateY(-50%);
	transition: all .4s ease 0s;
}
span.button:after {content: none;}

/*.button:before { content: ''; width: 71px; height: 2px; background: #7D4F47; position: absolute; left: calc(100% - 27px); top: 50%; transform: translateY(-50%); transition: all .2s ease-in-out; }*/
/*.button:after { content: ''; width: 27px; height: 2px; background: #fff; position: absolute; right: 0; top: 50%; transform: translateY(-50%); transition: all .2s ease-in-out; }*/
.button:hover, .button:focus, span.button > a:hover, span.button > a:focus { color: #7D4F47; background: #EEE6C7; /*box-shadow: none; -moz-transform: translate(10px, 10px); -webkit-transform: translate(10px, 10px); transform: translate(10px, 10px);*/ text-decoration: none !important;}
.button:hover:after, .button:focus:after, span.button > a:hover:after, span.button > a:focus:after { border-top: 2px solid #7D4F47; border-right: 2px solid #7D4F47;  }

span.button-2 > a,
.button-2 { box-shadow: none; background: #EBE2C2; color: #3A3A3A; border: 2px solid #EBE2C2; }
span.button-2 > a:after,
.button-2:after { border-top: 2px solid #3A3A3A; border-right: 2px solid #3A3A3A; }
span.button-2 > a:hover, span.button-2 > a:focus,
.button-2:hover, .button-2:focus { border: 2px solid #EBE2C2; color: #EBE2C2; background: #7D4F47; -moz-transform: none; -webkit-transform: none; transform: none; }
span.button-2 > a:hover:after, span.button-2 > a:focus:after,
.button-2:hover:after, .button-2:focus:after { border-top: 2px solid #EBE2C2; border-right: 2px solid #EBE2C2; }

span.button-2 {background: transparent; padding: 0; padding-right: 0; box-shadow: none; border: 0 !important;}
span.button-2:after {content: none;}


/*
.button-2:before { left: -44px; }
.button-2:after { left: 0;  }
.button-2:hover:after, .button:focus:after { left: -44px; }
*/

/*
.button-3 {color: #000000;}
.button-3:hover {background: #000000; color: #b4862d;}

.button-4 {background: transparent; color: #ffffff; border: 0; border-bottom: 4px solid; padding: 16px 0;}
.button-4:hover {background: transparent;  color: #b4862d; border: 0; border-bottom: 4px solid;}

.button-5 {background: transparent; color: #fff; border: 2px solid #fff;}
.button-5:hover {background: #b4862d; color: #fff; border: 2px solid #b4862d;}
*/

.bg-dark {background-color: #3A3A3A!important;}
.navbar-dark * {color: #fff;}
.navbar-dark .navbar-nav .nav-link {color: #fff;}

.header-banner {background: #7D4F47; color: #EEE6C7; overflow: hidden; max-height: 100px; transition: all .3s ease;}
.header-banner p {letter-spacing: 0; font-size: 16px; text-transform: uppercase;}
.header-banner .button {background: transparent; border: 1px solid #EEE6C7; font-size: 14px; padding: 11px 35px; margin-top: 0;}
.header-banner .button:hover, .header-banner .button:focus {background: #EEE6C7; color: #7D4F47;}
.header-banner p + .button {margin-left: 30px;}
header.fixed-top .header-banner {max-height: 0;}

header .navbar-dark .button { font-weight: bold; font-size: 18px; padding: 14px 15px;box-shadow: none; color: #7D4F47; background: #EEE6C7; text-align: center; width: 100%; max-width: 185px; }
header .navbar-dark .button:hover, header .navbar-dark .button:focus { background: #7D4F47; color: #EEE6C7; -moz-transform: none; -webkit-transform: none; transform: none; }
/*header .button:before {content: none;}*/
header .button:after {content: none;}

.bg-light {background: #fff !important;}

.navbar {padding: 0;}

#menu-main-menu .menu-item { padding: 3px 10px; font-weight: 400; font-size: 17px; letter-spacing: 0; }
#menu-main-menu .menu-item a { padding: 8px 0 4px; color: #fff; border-bottom: 1px solid transparent; white-space: normal;}
#menu-main-menu .menu-item a:hover { color: #EEE6C7; border-bottom: 1px solid #EEE6C7; }
#menu-main-menu .menu-item:focus-within > a { color: #EEE6C7; border-bottom: 1px solid #EEE6C7; }
/*
#main-nav .menu-item .nav-link { padding: 3px 0; border-bottom: 1px solid transparent; text-align: center;}
#main-nav .menu-item:first-of-type { padding-left: 0; }
#main-nav .menu-item:last-of-type { padding-right: 0; }
*/
.navbar-nav .dropdown-menu {background: #3A3A3A; top: 100%; width: 260px; margin-left: -130px;}
#menu-main-menu .dropdown-menu .nav-link {color: #fff !important; padding: 8px 15px 8px !important; }
#menu-main-menu .menu-item {padding: 10px 0;}
#menu-main-menu .dropdown-menu .menu-item {padding: 0;}
#menu-main-menu .dropdown-menu .menu-item a {border: 0 !important; font-size: 17px;}
#menu-main-menu .dropdown-menu .menu-item a:hover {border: 0 !important;}
#menu-main-menu .dropdown-menu .menu-item:focus-within > a {border: 0 !important;}
.navbar-dark .navbar-nav .dropdown-menu .nav-link:focus, .navbar-dark .navbar-nav .dropdown-menu .nav-link:hover, .navbar-dark .navbar-nav .dropdown-menu .active .nav-link {
	background: #7d4f47;
}
.navbar-nav .dropdown-menu .nav-link:active, .navbar-nav .dropdown-menu .nav-link:focus, .navbar-nav .dropdown-menu .nav-link:hover {
	background: #565759;
}

.nav-link {
	display: inline-block;
}


/* nav when fixed */
/*
#main-nav.fixed-top {background: #fff; color: #53565a; padding-left: 15px; padding-right: 15px;}
#main-nav.fixed-top .navbar-nav .nav-link {color: #53565a;}
#main-nav.fixed-top .navbar-nav .menu-item.active .nav-link,
#main-nav.fixed-top .navbar-nav .menu-item.current-page-ancestor .nav-link,
#main-nav.fixed-top .navbar-nav .menu-item:hover .nav-link {color: #53565a; }
*/
/* end nav when fixed */

/* nav items on hover */
#main-nav .navbar-nav .menu-item.active .nav-link,
#main-nav .navbar-nav .menu-item.current-page-ancestor .nav-link,
#main-nav .navbar-nav .menu-item:hover .nav-link {color: #EEE6C7; border-bottom: 1px solid #EEE6C7; }
/* end nav items on hover */

#close-mobile-menu {position: fixed; right: 40px; top: 30px; z-index: 999999; color: #fff; font-size: 25px; display: none;}


.logo {padding: 0 15px 15px; position: absolute; background: #3a3a3a; transition: all .3s ease 0s; /*overflow: hidden;*/ max-height: 150px;}
.logo:after, .logo:before {content: ''; position: absolute; top: 100%; width: 0; height: 0; border-style: solid; transition: all .3s ease 0s;}
.logo:before {left: 0; border-width: 15px 80px 0 0; border-color: #3a3a3a transparent transparent transparent;}
.logo:after {right: 0; border-width: 0 80px 15px 0; border-color: transparent #3a3a3a transparent transparent;}
.logo a {display: block;}
.logo img {width: 130px; max-width: 100%; transition: all .3s ease 0s; transform-origin: top center;}

header.fixed-top .logo {max-height: 110px;}
header.fixed-top .logo img {
	-webkit-transform: scale(.75);
	-moz-transform: scale(.75);
	transform: scale(.75);
}
.logo:before {left: 0; border-width: 10px 80px 0 0; }
.logo:after {right: 0; border-width: 0 80px 10px 0;}

.directions-link {color: #f2e8da; font-weight: 700; font-size: 14px;}
.directions-link:hover {color: #dc5829;}
.directions-link:hover i {color: #dc5829;}

@media screen and (max-width: 600px) {
	.navbar-toggler {
		position: relative;
		right: auto;
		top: auto;
	}
}

/* Main slider text */
#moduleCarousel1 {
	-webkit-animation: .5s ease-out 1.5s animate--fade both;
	-moz-animation: .5s ease-out 1.5s animate--fade both;
	animation: .5s ease-out 1.5s animate--fade both;
}
.carousel-module .carousel-item {height: 100vh; min-height: 550px;}
.carousel-module.short .carousel-item {height: auto; min-height: 550px;}
.carousel-text {position: absolute; z-index: 2; width: 80%; }
.carousel-text.hor_left {left: 10%; text-align: left;}
.carousel-text.hor_center {left: 50%; text-align: center; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); transform: translateX(-50%);}
.carousel-text.hor_right {right: 10%; text-align: right;}

.carousel-text.ver_top {top: 10%;}
.carousel-text.ver_middle {top: 50%; /*-webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); transform: translateY(-50%);*/ }
.carousel-text.ver_bottom {bottom: 10%;}

.carousel-text.hor_center.ver_middle {-webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); transform: translate(-50%, -50%);}

.carousel-text h1, .carousel-text h2 {color: #fff; position: relative; display: inline-block; clear: both; padding-bottom: 20px; margin-bottom: 0px; text-shadow: 0 0 50px #2d2926;}
.carousel-text h3 {margin-bottom: 30px; text-shadow: 0 0 50px #2d2926;}
.carousel-text h1:after {content: ''; background: #7D4F47; height: 5px; width: 110%; position: absolute; left: 0; bottom: 0;}
.carousel-text h1.hide_underline:after {content: none;}
.carousel-image:after {background: rgba(0,0,0,0.5);}

/* Slide side content */
#slider-side-content img.fill-space {height: auto; max-width: 80vw;}
#slider-side-content img.centered {position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); transform: translate(-50%, -50%);}
.callout-content-interior {min-height: 75vh;}
/*#side-content { background: #edeeee; }*/
/*#side-content {background: rgba(235, 226, 194, .34);}*/
#side-content .carousel-inner {overflow: visible;}
#side-content .callout-content-interior-inner h4 {color: #2d2926;}
/*#side-content .callout-content-interior-inner p {background: #edeeee;}*/
#side-content .side-content-img > div:first-of-type,
#side-content .side-content-img {z-index: 1; position: relative; width: 100% !important; margin: 0 auto; /*box-shadow: 20px 20px 0px #EEEEEE;*/ }
/*#side-content .image-right .side-content-img {box-shadow: -20px 20px 0px #EEEEEE; }*/
#side-content .callout-content-interior-inner {z-index: 2; position: relative;}

#side-content {overflow: hidden;}
#side-content ._img_pos_left, #side-content ._img_pos_right {position: relative;}
#side-content ._img_pos_left:before { content: ''; position: absolute; left: -75px; top: -10px; width: 20%; height: 90%; background: url(images/pattern.svg) right top no-repeat; background-size: cover; }
#side-content ._img_pos_right:before { content: ''; position: absolute; right: -75px; top: -30px; width: 35%; height: 90%; background: url(images/pattern.svg) left top no-repeat; background-size: cover; }

#side-content.side-content-callout {position: relative;}
#side-content.side-content-callout:after {
	content: '';
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
	background: rgba(0,0,0,0.7);
}
#side-content.side-content-callout .row {position: relative; z-index: 1;}
#side-content.side-content-callout .row > div {min-height: 400px;}

/*.callout-content-interior {margin-bottom: -60px; margin-top: 60px;}*/
#side-content.side-content-callout h2 {
	position: relative;
	display: inline-block;
	clear: both;
	padding-bottom: 20px;
	margin-bottom: 0;
}
#side-content .callout-content-interior-inner h2 img {
	margin: 0 12px;
}
#side-content .callout-content-interior-inner h2 {
	position: relative;
}
#side-content .callout-content-interior-inner h2 > span {
	display: block;
	background: #EAEBEB;
	position: relative;
	z-index: 1;
}
#side-content .callout-content-interior-inner h2:before {
	content: '';
	background: #7D4F47;
	height: 1px;
	width: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

#side-content ul li {
	margin-bottom: 10px;
}

.carousel-indicators li {border-radius: 100%; background: transparent; border: 1px solid #fff; width: 14px; height: 14px; margin-left: 4px; margin-right: 4px;}
.carousel-indicators li.active {background: #ffffff;}


/* column and title */
.logobright {position: absolute; right: 0; top: -40px;}
.logobleft {position: absolute; left: 0; top: -40px;}

._title-block h1,
._title-block h2,
._title-block h3,
._title-block h4,
._title-block h5,
._title-block h6 {margin-bottom: 0;}

/* Word Cloud */
.word-cloud-block {}
.word-cloud-block h2 {text-transform: none; margin-bottom: 20px;}
.word-cloud-block p { letter-spacing: .025em; font-weight: 400; margin-bottom: 0; line-height: .95; display: block; float: left; clear: left; }
.word-cloud-block p a, .word-cloud-block p span {display: inline-block; vertical-align: middle; padding-right: 3px;}
.word-cloud-block p a.small, .word-cloud-block p span.small {font-size: 22px;}
.word-cloud-block p a.med, .word-cloud-block p span.med {font-size: 30px;}
.word-cloud-block p a.large, .word-cloud-block p span.large {font-size: 38px;}

.word-cloud-block { pointer-events: none;}
.word-cloud-block p { pointer-events: all; }
.word-cloud-block p a, .word-cloud-block p span { pointer-events: all; }
.word-cloud-block:hover p a { opacity: .6; }
.word-cloud-block:hover p a:hover { opacity: 1; }


/* Side Content */
.side-content-img {min-height: 0; height: 0; padding-bottom: 121%;}

/* Centered content */

/* Full Width Image */
#full-width-image {min-height: 85vh;}
#full-width-image .full-width-img {background-repeat:  no-repeat; background-position: center center; background-size: cover; background-attachment: fixed;}

/* Full Width Blocks */
#fullwidth-blocks .image-link-individual {padding-left: 8px; padding-right: 8px;}
#fullwidth-blocks .image-link-individual:first-of-type {padding-left: 0;}
#fullwidth-blocks .image-link-individual:last-of-type {padding-right: 0;}
#fullwidth-blocks .image-link-individual p { }
#fullwidth-blocks .image-link-individual h3 { }
#fullwidth-blocks .image-link-individual > a, #fullwidth-blocks .image-link-individual > div {height: 580px;}
#fullwidth-blocks ._image { width: 100%; height: 0; padding-bottom: 87%; margin-bottom: 10px; }
#fullwidth-blocks h2, #fullwidth-blocks h3 {color: #3C3C3C; font-size: 36px; margin-bottom: 15px;}
#fullwidth-blocks p {color: #181516; }

#fullwidth-blocks .callout-text h2, #fullwidth-blocks .callout-text h3 {color: #fff;}

/* Large Blocks - image_links_section */
#image-links-section .image-link-wrapper-interior {background: #fff;}
#image-links-section .image-link-individual p { color: #53565a;}

/* Gallery */
.gallery-thumbnail {display: block;}

.grid-item.grid-item.large {width: 50%;}
.grid-item.med {width: 40%; margin-left: 5%; margin-right: 5%;}
.grid-item.small {width: 30%; margin-left: 10%; margin-right: 10%;}
.grid-item:nth-of-type(2) { margin-top: 100px; }

.mpfy-fullwrap {margin-bottom: 0 !important;}


/* section title */
#section-title *:not(.button) { color: #f2e8da;}
#section-title {position: relative;}
.custom-overlay {
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
	background: rgba(0,0,0,0.7);
}


/* Content Slider */
#posts-callout-carousel {height: 100%;}
#posts-callout-carousel > div {height: 100%;}
#posts-callout-carousel .slick-list {height: 100%;}
#posts-callout-carousel .slick-track {height: 100%;}
.content-slider.carousel-module .carousel-item {height: auto; min-height: 60vh;}


/* Instagram Feed */
#sbi_mod_link, #sbi_mod_error {float: none !important;}
#sb_instagram {padding-bottom: 0 !important;}


/* Booking Form */
.book-form-wrapper {background: #fff; margin: 0; padding: 10px 0;}
.book-form-wrapper > form {width: 100%; padding: 0; }
.form-select {background: #424242; margin-right: 1%;}
.book-form-wrapper input, .book-form-wrapper select {width: 100%; border: 0; padding: 25px 40px !important; line-height: 1; margin: 0; color: #fff !important; font-size: 20px; font-weight: normal;}
.book-form-wrapper select {background: rgba(0, 0, 0, 0) url(images/angle_down_solid_icon.svg) no-repeat scroll 95% center}
.book-form-wrapper select option {background: #424242;}
.form-actions { width: 25%; }
.form-actions > input {color: #fff !important; font-size: 20px; font-weight: 600; text-transform: uppercase !important; font-style: normal; background: #7D4F47; letter-spacing: 0.1em; border: 2px solid #7D4F47;  }
.form-actions > input:hover {background: #fff; color: #7D4F47 !important;}

#content-booking {overflow: visible;}
#vertical-booking-form {background: #7D4F47; padding: 45px 30px; margin-top: -85px !important; position: relative; z-index: 1;}
#vertical-booking-form .form-select {float: none; width: 100%; margin: 0 0 10px; background: #fff;}
#vertical-booking-form.book-form-wrapper input, #vertical-booking-form.book-form-wrapper select {color: #7D4F47 !important;}
#vertical-booking-form.book-form-wrapper select option {background: #fff;}
#vertical-booking-form .form-actions > input {color: #fff !important; background: transparent; border: 2px solid #fff; text-decoration: none;}
#vertical-booking-form .form-actions > input:hover {background: #2d2926; color: #7D4F47 !important; border: 2px solid #7D4F47; }

#horizontal-booking-form #check-availability .datepicker, .datepicker-dropdown {background: #424242; color: #fff; border: 0; padding: 10px; font-weight: normal; font-size: 20px; }
.book-form-wrapper input.datepicker {background: #424242 url(images/calendar_icon.svg) no-repeat scroll 5% center !important; padding-left: 75px !important; }
.datepicker th {white-space: nowrap;}
.datepicker td, .datepicker th {padding: 5px;}
.datepicker-dropdown:before,
.datepicker-dropdown:after {content: none;}
.datepicker .datepicker-switch:hover, .datepicker .next:hover, .datepicker .prev:hover, .datepicker tfoot tr th:hover,
.datepicker table tr td.day.focused, .datepicker table tr td.day:hover {background: #7D4F47; color: #fff; }
.ginput_container .datepicker {border-radius: 0; width: 100% !important;}
.datepicker table tr td.active.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active.disabled:hover[disabled], .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active:active, .datepicker table tr td.active:hover, .datepicker table tr td.active:hover.active, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active:hover:active, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active:hover[disabled], .datepicker table tr td.active[disabled] {
	background: #7D4F47;
}

/* Open Table */
.open-table {background: transparent;; color: #fff !important; font-size: 22px; font-weight: 400; text-transform: uppercase; line-height: 1;}
.open-table form {width: 100%;}
.open-table .form-group {background: #2d2926; width: 16%; margin: 0; margin-right: 1%; float: left;}
.open-table .form-group:first-of-type {width: 24%;}
.open-table .form-group:last-of-type {width: 24%; margin-right: 0;}
.open-table .form-group legend {font-size: 22px; display: block; line-height: 1; padding: 25px 10px !important; float: left;}
.open-table .form-group input, .open-table .form-group select {border: 0; background-color: transparent !important; padding: 25px 40px !important;}
.open-table select option {background: #2d2926;}
.open-table .form-group input[type="submit"]:hover {background: #7D4F47 !important; color: #fff !important;}

/* Tabs */
.menu-section .nav-tabs .nav-link {color: #2d2926; border-bottom: 3px solid transparent;}
.menu-section .nav-tabs .nav-link.active {border-bottom: 3px solid #2d2926; }
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {color: #2d2926;}
.menu-section .menu-box {background: #2d2926; color: #ffffff;}
.menu-section .menu-box p {font-size: 20px; margin-bottom: 15px;}
.menu-section .menu-box h3 { font-weight: bold; font-size: 28px; margin-bottom: 30px;}
.menu-section .menu-box-image {min-height: 350px;}

/* Text Grid */
#text-grid {position: relative;}
#text-grid * {color: #fff;}
#text-grid .textgridbg {background: #7D4F47; height: 80%; width: 100%; left: 0; position: absolute; top: 10%; z-index: -1;}
.text-grid-each {border: 1px solid transparent; transition: all .4s ease 0s;}
.text-grid-each img {width: 130px; height: 100px; fill: #fff; margin: 0 auto 30px; display: block;}
.text-grid-each svg {width: 130px; height: 100px; fill: #fff; transition: all .4s ease 0s; margin: 0 auto 30px; display: block; }
.text-grid-each h4 { transition: all .4s ease 0s;}
.text-grid-each p { opacity: 0; transition: all .4s ease 0s;}
.text-grid-each:hover {border: 1px solid #7D4F47;}
.text-grid-each:hover svg { fill: #7D4F47; }
.text-grid-each:hover p { opacity: 1;}
#text-grid .text-grid-each:hover * {color: #7D4F47;}

/* Footer */
footer {background: url(images/footer-bg.svg) left top no-repeat #7D4F47; background-size: auto 100%; color: #fff; font-size: 16px;}
footer a {color: #fff; text-decoration: none !important;}
footer a:hover {text-decoration: none !important; color: #EEE6C7; /*border-bottom-color: #EEE6C7;*/ }
footer p { font-size: 18px; margin-bottom: 0; line-height: 1.6; }
footer ul {list-style: none; margin: 0; padding: 0;}
footer ul li {margin-bottom: 10px;}
footer #menu-footer-menu li {display: inline-block; vertical-align: middle; margin-bottom: 0;}
footer #menu-footer-menu a {font-weight: 300; 14px; color: #fff; padding: 0; margin: .5rem; /*border-bottom: 1px solid transparent;*/ }
footer #menu-footer-menu a:hover {color: #EEE6C7; /*border-bottom-color: #EEE6C7;*/ }
.social-links li {display: inline-block; vertical-align: middle; line-height: 1; margin: 0 10px;}
.social-links a {font-size: 26px;}

footer .gform_wrapper input[type="checkbox"] {-webkit-appearance: none; appearance: none; padding: 10px !important; background: transparent; outline: 0; cursor: pointer;}
footer .gform_wrapper input[type="checkbox"]:checked {background: #7D4F47;}
.gform_wrapper ul.gfield_checkbox li label, .gform_wrapper ul.gfield_radio li label {font-weight: 400 !important; margin-left: 10px;}

footer .gform_wrapper {width: 100%; max-width: 650px; margin: 16px auto 40px;;}
footer .gform_wrapper .gform_body {width: 75%; float: left; margin: 0; padding: 0;}
footer .gform_wrapper ul.gform_fields li.gfield {margin: 0; padding: 0;}
body footer .gform_wrapper .top_label div.ginput_container {margin: 0; padding: 0;}
footer .gform_wrapper input {margin: 0 !important; padding: 0 !important; width: 100% !important; line-height: 1; background: #EEEEEE; color: #7D4F47; border: 3px solid #B9B9B9; text-transform: uppercase; padding: 12px 20px !important; font-weight: 700; transition: background .4s ease 0s;}
footer .gform_wrapper input:focus {outline: 0;}
footer .gform_wrapper input[type="text"]:focus {background: #000; }
footer .gform_wrapper .gform_footer {width: 25%; float: left; margin: 0; padding: 0; clear: none;}
footer .gform_wrapper input[type="submit"] {padding: 12px 20px !important; cursor: pointer; background: #7D4F47; color: #fff; font-size: 20px !important; border-left: 0; transition: all .4s ease 0s; border-radius: 0; text-align: center;}
footer .gform_wrapper input[type="submit"]:hover {background: #000; color: #7D4F47;}
footer .gform_wrapper input[type="submit"]:after {content: none;}

/* Placeholder text color -- selectors need to be separate to work. */
footer .gform_wrapper input::-webkit-input-placeholder { color: #7D4F47; opacity: 1; }
footer .gform_wrapper input:-moz-placeholder { color: #7D4F47; opacity: 1; }
footer .gform_wrapper input::-moz-placeholder { color: #7D4F47; opacity: 1; opacity: 1; }
footer .gform_wrapper input:-ms-input-placeholder { color: #7D4F47; opacity: 1; }

.insta-feed-section { background: url(images/pattern-large.svg) center -300px repeat-x #3A3A3A; background-size: 110% auto; position: relative;}
.insta-feed-section:before { content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: linear-gradient(0deg, rgba(58,58,58,1) 0%, rgba(123,123,123,.25) 100%); z-index: 1; }
.insta-feed-section h1, .insta-feed-section h2, .insta-feed-section h3, .insta-feed-section h4, .insta-feed-section h5, .insta-feed-section h6, .insta-feed-section p, .insta-feed-section p > a { color: #EEE6C7; }
.insta-feed-section .container {z-index: 2; position: relative; }
.insta-feed-section .sb_instagram_header {display: none !important;}


/* New Newsletter */
._newsletter {background: #424242;}
._newsletter h5 { font-size: 40px; color: #EEE6C7 !important; letter-spacing:0.1em; }
#gform_wrapper_1 input[type="checkbox"] {-webkit-appearance: none; appearance: none; padding: 10px !important; background: transparent; outline: 0; cursor: pointer; width: auto !important;}
#gform_wrapper_1 input[type="checkbox"]:checked {background: #7D4F47;}
#gform_wrapper_1 ul.gfield_checkbox li label, #gform_wrapper_1 ul.gfield_radio li label {font-weight: 400 !important; margin-left: 10px;}

#gform_wrapper_1 {width: 100%; max-width: 650px; margin: 16px auto 40px;font-size: 16px; color: #2D2926; }
#gform_wrapper_1 .gform_body {width: 75%; float: left; margin: 0; padding: 0;}
#gform_wrapper_1 ul.gform_fields li.gfield {margin: 0; padding: 0;}
body #gform_wrapper_1 .top_label div.ginput_container {margin: 0; padding: 0;}
#gform_wrapper_1 input {margin: 0 !important; padding: 0 !important; width: 100% !important; line-height: 1; background: #fff; color: #7D4F47; border: 2px solid #B9B9B9; text-transform: uppercase; padding: 15px 20px !important; font-weight: 500; transition: background .4s ease 0s;}
#gform_wrapper_1 input:focus {outline: 0;}
#gform_wrapper_1 input[type="text"]:focus {border-color: #7D4F47;}
#gform_wrapper_1 .gform_footer {width: 25%; float: left; margin: 0; padding: 0; clear: none;}
#gform_wrapper_1 input[type="submit"] {padding: 15px 20px 16px !important; cursor: pointer; background: #EEE6C7; color: #7D4F47; font-size: 20px !important; font-weight: 700; border: 2px solid #EEE6C7; transition: all .4s ease 0s; border-radius: 0; box-shadow: none; text-align: center;}
#gform_wrapper_1 input[type="submit"]:hover {color: #EBE2C2; background: #7D4F47; -moz-transform: none; -webkit-transform: none; transform: none;}
#gform_wrapper_1 input[type="submit"]:after {content: none;}
#gform_wrapper_1 #field_1_3 {width: calc(100% + 100px);}

/* Placeholder text color -- selectors need to be separate to work. */
#gform_wrapper_1 input::-webkit-input-placeholder { color: #7D4F47; opacity: 1; }
#gform_wrapper_1 input:-moz-placeholder { color: #7D4F47; opacity: 1; }
#gform_wrapper_1 input::-moz-placeholder { color: #7D4F47; opacity: 1; opacity: 1; }
#gform_wrapper_1 input:-ms-input-placeholder { color: #7D4F47; opacity: 1; }

.gform_button {padding-right: 20px;}
.gform_button:after {content: none;}



/* Pagination */
.pagination {justify-content: center; margin: 0 auto 45px;}
.pagination .page-link {color: #7D4F47; border-radius: 0 !important; border: 0; margin: 0 5px; background: transparent; }
.pagination .page-item.active .page-link {background-color: #7D4F47; border-color: #7D4F47; color: #EEE6C7;}



#cookie-law-info-bar {text-align: left; padding: 8px 15px; font-size: 14px; box-shadow: none;}
#cookie-law-info-bar > span {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	justify-content: space-between;
}
#cookie-law-info-bar > span span:first-of-type {margin-right: 10px;}
#cookie-law-info-bar .cli-plugin-button {margin: 0;}

.wsp-container ul {padding: 0; list-style: none;}
.wsp-container > ul > li > a {font-weight: bold;}
.wsp-container > ul > li {margin-bottom: 12px;}


#speedrfp_container {height: 1000px !important;}


#posts-callout {background-image: url(images/affairs-bg.svg); background-position: right top; background-repeat: no-repeat; background-size: auto 100%;}
#posts-callout .button {font-size: 16px; padding: 12px 15px; }
#posts-callout .button:after {content: none;}
#posts-callout .slick-slider {overflow: visible;}
#posts-callout .slick-slide {min-height: 500px; position: relative;}
#posts-callout .slick-slide .slick-image {position: absolute; width: 100%; height: 100%; left: 0; top: 0;}
#posts-callout .slick-slide .slick-image:after { content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 100%; opacity: .4; background: black; background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);}
#posts-callout .slick-slide .slick-content {position: absolute; left: 50%; bottom: 0; width: 100%; padding: 30px; z-index: 1; transform: translateX(-50%); }
#posts-callout .each_block h3 {font-size: 32px;}
#posts-callout .each_block p {font-size: 16px; margin-bottom: 15px;}
#posts-callout .each_block ._image {height: 0; padding-bottom: 50%;}
#posts-callout .each_block.col-md-6 ._image {padding-bottom: 100%;}
.car-control {
	width: 50px;
	background: #7D4F47;
	opacity: 1;
	top: 50%;
	bottom: auto;
	transform: translateY(-50%);
	height: 50px;
}
.carousel-control-prev, .slick-prev {left: -10px;}
.carousel-control-next, .slick-next {right: -10px;}
.carousel-control-prev-icon, .slick-prev {background-image: url(images/left-arrow.svg); }
.carousel-control-next-icon, .slick-next {background-image: url(images/right-arrow.svg); }
.slick-arrow { position: absolute; top: 50%; transform: translateY(-50%); background-color: #7D4F47; border: 0; font-size: 0; width: 50px; height: 50px; z-index: 1; background-repeat: no-repeat; background-position: center center; }


@media screen and (min-width: 1400px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl {
		max-width: 1340px;
	}
}


@media screen and (max-width: 1370px) {
		#menu-main-menu .menu-item {font-size: 15px; text-align: center; padding: 0 5px;}
}


@media screen and (max-width: 1199px) {
	h1 {font-size: 45px;}
	h2 {font-size: 45px;}
	h3 {font-size: 40px;}

	.text-grid-each p {opacity: 1;}
	.book-form-wrapper input, .book-form-wrapper select {padding: 25px 15px !important; }
	.callout-content-interior {margin: 0;}
	.callout-content-interior {min-height: 50vh;}
	.open-table .form-group {width: 100%; float: none;}
	.open-table .form-group:first-of-type {width: 100%;}
	.open-table .form-group:last-of-type {width: 100%;}

	.insta-feed-section {background-size: 150% auto;}
}

@media screen and (max-width: 991px) {

	#moduleCarousel1 {margin-top: 180px;}
	.carousel-image {background-attachment: scroll !important;}

	header > div {
		box-shadow: 0 0px 18px 0 rgba(0,0,0,0.2);
	}
	h3 {font-size: 35px;}
/*    .first-row-left { background: #53565a;}*/
	.directions-link {display: block; padding: 10px;}
	.logo {padding-bottom: 15px;}
	.navbar-toggler {
		background: #7D4F47 !important;
		color: #EEE6C7 !important;
		text-transform: uppercase;
		padding: 13px 5px;
		border-radius: 0;
		height: 100%;
		line-height: 1;
		border: 0 !important;
		font-size: 20px;
		width: 50%;
		font-weight: 400;
		float: left;
	}
	.navbar-toggler * {
		color: #EEE6C7 !important;
	}

	.header-right-wrapper {
		float: left;
		width: 50%;
	}

	.first-row-right .button {
		width: 100%;
		float: none;
		border: 0 !important;
		display: block;
		padding: 15px 5px;
		font-size: 20px;
		line-height: 1;
		font-weight: normal;
	}
	#main-nav {position: fixed; left: 0; top: 0; width: 100%; height: 100vh; background: #7D4F47; z-index: 99999; text-align: center; padding: 100px 0; overflow: auto;}
	.navbar-light .navbar-nav .nav-link {color: #7D4F47 !important; text-align: center;}
	#slider-side-content img.centered {position: relative; top: 15px; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); transform: translateX(-50%);}
	#slider-side-content img.fill-space {max-width: 100%;}
	.image-link-individual > a {height: 300px;}
	.navbar-nav .dropdown-menu {margin: 0 auto; left: 0; right: 0; text-align: center; width: 100%;}

	.logo {position: relative;}

	.column-inner .alignright {float: none;}

	.menu-section .menu-box {padding: 50px;}

	#fullwidth-blocks .image-link-individual:first-of-type {padding-left: 8px;}
	#fullwidth-blocks .image-link-individual:last-of-type {padding-right: 8px;}

	#vertical-booking-form {margin-top: 0 !important;}
	#vertical-booking-form.book-form-wrapper {display: block;}

	#main-nav.show #close-mobile-menu {display: block;}

	#side-content .callout-content-interior {width: 85% !important; margin: 0 auto; }
	.side-content-img {padding-bottom: 0; min-height: 90vw; }
	.callout-content-interior {min-height: 50px;}

	.book-form-wrapper {
				display: none
		}

	.carousel-module .carousel-item {height: 70vh; min-height: 350px;}
	.carousel-module.short .carousel-item {height: auto; min-height: 350px;}

	#menu-main-menu .menu-item {padding: 0;}
	.nav-link {font-size: 17px; font-weight: 400; padding: 15px;}

}

@media screen and (max-width: 767px) {
	h1 {font-size: 35px;}
	h2 {font-size: 35px;}
	h3 {font-size: 30px;}
	#fullwidth-blocks h2, #fullwidth-blocks h3 {font-size: 30px;}
	h5 {font-size: 30px;}
	#fullwidth-blocks .image-link-individual {padding-left: 15px !important; padding-right: 15px !important;}
	#fullwidth-blocks .image-link-individual > a, #fullwidth-blocks .image-link-individual > div {height: 380px;}
	.full-width-four .image-link-individual h3 { -webkit-transform: translateY(-15px); -moz-transform: translateY(-15px); transform: translateY(-15px); }
	.full-width-four .image-link-individual .button { opacity: 1; -webkit-transform: translateY(0); -moz-transform: translateY(0); transform: translateY(0); }
	#full-width-image {min-height: 75vh;}
	#full-width-image .full-width-img {background-attachment: scroll;}
	.large-blocks .title {display: none;}
	#fullwidth-blocks.large-blocks .image-link-individual h3 { opacity: 1 !important; -webkit-transform: translateY(0) scaleY(1) !important; -moz-transform: translateY(0) scaleY(1) !important; transform: translateY(0) scaleY(1) !important; }
	.full-width-four .image-link-individual .hover-content {opacity: 1; -webkit-transform: translateY(0) scaleY(1); -moz-transform: translateY(0) scaleY(1); transform: translateY(0) scaleY(1); }
	.image-link-individual > a:before {opacity: 1 !important;}

	footer .gform_wrapper .gform_body {width: 100%;}
	footer #field_1_3 {width: 100%;}
	footer .gform_wrapper input[type="submit"] {border-left: 2px solid #7D4F47;}
	footer .gform_wrapper .gform_footer {width: 100%;}

	#gform_wrapper_1.gform_wrapper .gform_body {width: 100%;}
	#gform_wrapper_1 #field_1_3 {width: 100%;}
	#gform_wrapper_1 input[type="submit"] {border-left: 2px solid #7D4F47;}
	#gform_wrapper_1.gform_wrapper .gform_footer {width: 100%;}

	.carousel-text h1:after {width: 100%;}

	.grid-item.grid-item.large {width: 100%;}
	.grid-item.med {width: 100%; margin-left: 0; margin-right: 0;}
	.grid-item.small {width: 100%; margin-left: 0; margin-right: 0;}
	.grid-item:nth-of-type(2) { margin-top: 0; }

	.insta-feed-section {background-size: 200% auto;}

	#menu-main-menu .menu-item {padding: 0;}
	.nav-link {font-size: 17px; font-weight: 400; padding: 15px;}

}

@media screen and (max-width: 640px) {
	h1 {font-size: 25px;}
	h2 {font-size: 25px;}
	h3 {font-size: 24px;}
	#fullwidth-blocks h2, #fullwidth-blocks h3 {font-size: 24px;}
	h5 {font-size: 25px;}
	p {font-size: 16px;}
	#fullwidth-blocks .image-link-individual h3 {font-size: 1em;}
	#cookie-law-info-bar {font-size: 12px;}
	#cookie-law-info-bar > span {display: block;}
	#cookie-law-info-bar span {display: block; width: 100%;}
	#cookie-law-info-bar > span span:first-of-type {margin-right: 0; margin-bottom: 10px;}

	#side-content .callout-content-interior {
		width: 100% !important;
	}

	.side-content-img {min-height: 0; padding-bottom: 125%;}

	.gform_wrapper ul.gfield_checkbox li label, .gform_wrapper ul.gfield_radio li label {width: 83% !important;}

	.header-banner p {display: block; margin-bottom: 5px; font-size: 14px;}
	.header-banner .button {padding: 8px 30px;}
	.header-banner p + .button {margin-left: 0;}
}

@media screen and (max-width: 500px) {

	.menu-section .menu-box {padding: 50px 25px;}

	#vertical-booking-form.book-form-wrapper {display: none !important;}

	footer #menu-footer-menu li {
		display: block;
	}

	.insta-feed-section {background-size: 250% auto;}

	.carousel-text.ver_bottom {
		padding-bottom: 6%;
	}

/*	.side-content-img {min-height: 360px;}*/

}

@media screen and (max-width: 380px) {
	.button {font-size: .9em;}
	.button:before, .button:after {
		content: none;
	}
	.button {padding-right: 20px; padding-left: 20px;}
	#side-content .callout-content-interior-inner h2 img {display: none;}
	#side-content .callout-content-interior-inner h2 > span {padding-right: 10px;}
}




/* ------- iOS only ------- */

@supports (-webkit-overflow-scrolling: touch) {
	#full-width-image .full-width-img {background-attachment: scroll;}
	.carousel-image {background-attachment: scroll !important;}
}

/* ------- Edge only ------- */
@supports (-ms-ime-align:auto) {
	#full-width-image .full-width-img {background-attachment: scroll;}
	.carousel-image {background-attachment: scroll !important;}
}




@keyframes scale {
	0% {
	opacity: 0;
	}
	100% {
	opacity: 1;
	}
}
.fadeTooltip {
	animation: scale 1000ms ease-out;
}
.tooltip {
	opacity: 0;
}


.tooltip-inner {
	color: #fff;
	background-color: #2d2926;
}

.tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before, .tooltip.bs-tooltip-top .arrow::before {
	border-top-color: #2d2926;
}


@media (min-width: 768px) {
	#main-nav .navbar-nav .menu-item-has-children:focus-within .dropdown-menu {
		display: block;
	}
}

.hide-for-screenreader {
	position: absolute !important;
	top: -9999px !important;
	left: -9999px !important;
}

/*
#main-nav{
	max-width: 950px;
	padding-left: 20px;
	padding-top: 20px;
}
*/

/*
@media (max-width:1650px){
	#main-nav{
		max-width:770px;
	}
}
*/

.header-right-wrapper{
/*
	display: flex;
	justify-content: space-evenly;
	float: right;
	min-width:374px;
*/
}

@media (max-width:993px) {
	.header-right-wrapper{
		min-width: 50%;
		display: block;
	}
	header .navbar-dark .button {
		max-width: 100%;
	}
}

@media screen and (max-width: 1420px) {
	#main-nav{
/*		max-width: 500px;*/
		padding-left: 0px;
	}

/*	#main-nav .menu-item {font-size: 20px; padding-left: 18px; padding-right: 18px;}*/
}

@media screen and (max-width: 1400px) {
	header .button {padding: 14px 20px;}
}

@media screen and (max-width:1255px){
/*	#main-nav .menu-item {font-size: 16px; padding-left: 5px; padding-right: 5px;}*/
	#menu-main-menu .dropdown-menu .menu-item a {font-size: 16px;}
	header .button {padding: 14px 15px;}
}

@media screen and (max-width:1175px){
	.logo {padding: 0 15px 15px;}
	header .button {font-size: 18px; padding: 14px 10px;}

	.book-form-wrapper input {
		font-size: 18px;
		padding: 25px 10px !important
	}
}

@media screen and (max-width:1050px){
	.logo {padding: 0 10px 10px;}
/*	#main-nav .menu-item {font-size: 14px;}*/
	#menu-main-menu .dropdown-menu .menu-item a {font-size: 14px;}
	header .button {font-size: 16px; padding: 10px 6px;}
}

#mobile-fixed-footer{
	display:none;
}

@media only screen and (max-width:767px)
{
	#mobile-fixed-footer{
		bottom: 0;
    left: 0;
		padding:10px;
		position:fixed;
    width: 100%;
    background: #3A3A3A;
    color: #fff;
		display:flex;
		justify-content: space-evenly;
		align-items:center;
    font-size: 18px;
    z-index: 99;
    box-shadow: 0 -1px 5px rgba(0, 0, 0, .1);
	}
	
	.navbar-toggler{
		width:100%;
	}
	.header-right-wrapper{
		display:none;
	}
	
	#mobile-fixed-footer > strong > a{
		color:#fff !important;
	}
}