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


body {font-family: 'Raleway', sans-serif; font-weight: 500; color: #565759; font-size: 18px; letter-spacing: 0.1em; overflow-x: hidden;}
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: #6A3E59;}
a:hover {color: #6A3E59; text-decoration: none !important; }

p a {border-bottom: 1px solid #6A3E59;}
p a u {text-decoration: none;}
p a:hover {border-bottom: 2px solid #6A3E59;}

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

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

.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;}

.button { font-weight: 500; letter-spacing: 0.1em; background: #6A3E59; color: #fff; border: 1px solid #6A3E59; text-transform: uppercase; padding: 14px 42px; line-height: 1; font-size: 18px; text-align: center; position: relative; }
.button:before { content: ''; width: 71px; height: 2px; background: #6A3E59; 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 {background: #fff; color: #6A3E59; text-decoration: none !important;}
.button:hover:after, .button:focus:after { right: -44px; }


.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: #2d2926!important;}
.navbar-dark * {color: #fff;}
.navbar-dark .navbar-nav .nav-link {color: #fff;}

header .button { font-weight: bold; font-size: 20px; padding: 14px 30px;}
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: 500; font-size: 18px; }
#menu-main-menu .menu-item a { padding: 8px 0 4px; color: #565759; border-bottom: 2px solid transparent; white-space: normal; display: block;}
#menu-main-menu .menu-item a:hover { color: #6A3E59; border-bottom: 2px solid #6A3E59; }
#menu-main-menu .menu-item:focus-within > a { color: #6A3E59; border-bottom: 2px solid #6A3E59; }
/*
#main-nav .menu-item .nav-link { padding: 3px 0; border-bottom: 2px 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: #6A3E59; top: 90%; 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: 20px;}
#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 {
	background: #6A3E59;
}
.navbar-nav .dropdown-menu .nav-link:active, .navbar-nav .dropdown-menu .nav-link:focus, .navbar-nav .dropdown-menu .nav-link:hover {
	background: #565759;
}

.dropdown-menu .current-menu-item .nav-link,
.dropdown-menu .current_page_item .nav-link {
	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: #6A3E59; border-bottom: 2px solid #6A3E59; }
/* end nav items on hover */

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


.logo {padding: 0 30px 20px; position: absolute; background: #fff; transition: all .3s ease 0s; overflow: hidden; max-height: 140px;}
.logo a {display: block;}
.logo img {width: 190px; max-width: 100%; transition: all .3s ease 0s;  transform-origin: top center;}

header.fixed-top .logo {max-height: 69px;}
header.fixed-top .logo img {
	-webkit-transform: scale(.8);
	-moz-transform: scale(.8);
	transform: scale(.8);
 }

.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: #6A3E59; 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 .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.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.side-content-callout h2:after {
	content: '';
	background: #6A3E59;
	height: 5px;
	width: 60%;
	position: absolute;
	left: 0;
	bottom: 0;
}

#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;}

/* 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-four .image-link-individual .hover-content + .button {margin-top: 15px;}
.full-width-four .image-link-individual h3 {font-size: 30px;}

/* 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:not(:first-of-type):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;}

/* 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 */
.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: transparent;}
.book-form-wrapper > form {width: 100%; padding: 0; }
.form-select {background: #565759; 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: #565759;}
.form-actions > input {color: #fff !important; font-size: 20px; font-weight: 600; text-transform: uppercase !important; font-style: normal; background: #6A3E59; letter-spacing: 0.1em; border: 2px solid #6A3E59;  }
.form-actions > input:hover {background: #fff; color: #6A3E59 !important;}

#content-booking {overflow: visible;}
#vertical-booking-form {background: #6A3E59; 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: #6A3E59 !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: #6A3E59 !important; border: 2px solid #6A3E59; }

#horizontal-booking-form #check-availability .datepicker, .datepicker-dropdown {background: #565759; color: #fff; border: 0; padding: 10px; font-weight: normal; font-size: 20px; }
.book-form-wrapper input.datepicker {background: #565759 url(images/calendar_icon.svg) no-repeat scroll 5% center !important; padding-left: 75px !important; }
.datepicker th {white-space: nowrap;}
.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: #6A3E59; color: #fff; }
.ginput_container .datepicker {border-radius: 0; width: 100% !important;}

/* 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: #6A3E59 !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: #6A3E59; 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 #6A3E59;}
.text-grid-each:hover svg { fill: #6A3E59; }
.text-grid-each:hover p { opacity: 1;}
#text-grid .text-grid-each:hover * {color: #6A3E59;}

/* Footer */
footer {background: #565759; color: #fff; font-size: 16px;}
footer a {color: #fff; border-bottom: 1px solid transparent;}
footer a:hover {text-decoration: none !important; color: #EEEEEE; border-bottom: 1px solid #EEEEEE;}
footer p { font-size: 16px; margin-bottom: 0; }
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-size: 14px; color: #fff; padding: 0; margin: .5rem; border-bottom: 1px solid transparent;}
footer #menu-footer-menu a:hover {color: #EEEEEE; border-bottom-color: #EEEEEE;}
.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: #6A3E59;}
.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: #6A3E59; 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: #6A3E59; color: #fff; font-size: 20px !important; border-left: 0; transition: all .4s ease 0s; border-radius: 0;}
footer .gform_wrapper input[type="submit"]:hover {background: #000; color: #6A3E59;}
footer #field_4_3 {width: calc(100% + 100px);}

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


/* New Newsletter */
#gform_wrapper_4 input[type="checkbox"] {-webkit-appearance: none; appearance: none; padding: 10px !important; background: transparent; outline: 0; cursor: pointer; width: auto !important;}
#gform_wrapper_4 input[type="checkbox"]:checked {background: #6A3E59;}
#gform_wrapper_4 ul.gfield_checkbox li label, #gform_wrapper_4 ul.gfield_radio li label {font-weight: 400 !important; margin-left: 10px;}

#gform_wrapper_4 {width: 100%; max-width: 650px; margin: 16px auto 40px;font-size: 16px; color: #2D2926; }
#gform_wrapper_4 .gform_body {width: 75%; float: left; margin: 0; padding: 0;}
#gform_wrapper_4 ul.gform_fields li.gfield {margin: 0; padding: 0;}
body #gform_wrapper_4 .top_label div.ginput_container {margin: 0; padding: 0;}
#gform_wrapper_4 input {margin: 0 !important; padding: 0 !important; width: 100% !important; line-height: 1; background: #EEEEEE; color: #6A3E59; border: 2px solid #B9B9B9; text-transform: uppercase; padding: 15px 20px !important; font-weight: 500; transition: background .4s ease 0s;}
#gform_wrapper_4 input:focus {outline: 0;}
#gform_wrapper_4 input[type="text"]:focus {border-color: #6A3E59;}
#gform_wrapper_4 .gform_footer {width: 25%; float: left; margin: 0; padding: 0; clear: none;}
#gform_wrapper_4 input[type="submit"] {padding: 13px 20px 14px !important; cursor: pointer; background: #6A3E59; color: #fff; font-size: 20px !important; font-weight: 700; border: 2px solid #6A3E59; transition: all .4s ease 0s; border-radius: 0;}
#gform_wrapper_4 input[type="submit"]:hover {background: #565759; color: #fff;}
#gform_wrapper_4 #field_4_3 {width: calc(100% + 100px);}

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



#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;}


#speedrfp_container {height: 1000px !important;}


.wsp-pages-list {
	list-style: none;
	padding: 0;
}

.wsp-pages-list ul {
	list-style: none;
	padding: 0;
}

.wsp-pages-list > li {margin-bottom: 10px;}

.wsp-pages-list > li > a {font-size: 22px;}


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


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

	.full-width-four .image-link-individual h3 {font-size: 30px;}

	.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%;}
}

@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;}
	.full-width-four .image-link-individual h3 {font-size: 30px;}
/*    .first-row-left { background: #53565a;}*/
	.directions-link {display: block; padding: 10px;}
	.logo {padding-bottom: 15px;}
	.navbar-toggler {
/*		background: #000 !important;*/
		color: #6A3E59 !important;
		text-transform: uppercase;
		padding: 15px 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: #6A3E59 !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: #fff; z-index: 99999; text-align: center; padding: 100px 0; overflow: auto;}
	.navbar-light .navbar-nav .nav-link {color: #6A3E59 !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%;}
	#menu-main-menu > .menu-item > a {display: inline-block;}

	.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;}

}

@media screen and (max-width: 767px) {
	h1 {font-size: 35px;}
	h2 {font-size: 35px;}
	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 h3 {font-size: 25px;}

	.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_4_3 {width: 100%;}
	footer .gform_wrapper input[type="submit"] {border-left: 2px solid #6A3E59;}
	footer .gform_wrapper .gform_footer {width: 100%;}

	#gform_wrapper_4.gform_wrapper .gform_body {width: 100%;}
	#gform_wrapper_4 #field_4_3 {width: 100%;}
	#gform_wrapper_4 input[type="submit"] {border-left: 2px solid #6A3E59;}
	#gform_wrapper_4.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; }

}

@media screen and (max-width: 640px) {
	.carousel-module:not(.short) .carousel-item {height: 50vh;}
	h1 {font-size: 25px;}
	h2 {font-size: 25px;}
	h3 {font-size: 20px;}
	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;}

	#menu-footer-menu {margin-bottom: 40px;}

}

@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;
	}

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

}

@media screen and (max-width: 380px) {
	.button {font-size: .9em; padding-left: 20px; padding-right: 20px;}
	.button:before, .button:after {
		content: none;
	}
}




/* ------- 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;
	}
}

@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: #fff;
    border-top: 1px solid #6A3E59;
    color: #000;
		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;
	}
}