/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

/*
Theme Name:   Child Theme
Theme URI:    http://localhost/website
Description:  Child Theme
Author:       Paramount Digital
Author URI:   http://paramountdigital.co.uk
Template:     generatepress
Version:      1.0.0
*/
:root {
	--red: #8B0707;
}
html, body {
	overflow-x: hidden;
}
html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
*, *:before, *:after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}
body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: 'Sen', sans-serif;
}
section, .inside-header, .inside-footer-widgets {
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
}
.inside-footer-widgets {
	margin-left: auto!important;
}
@media(max-width: 1450px) {
	section, .inside-header, .inside-footer-widgets {
		padding-left: 50px;
		padding-right: 50px;
	}
}
.centreText.cta-box section {
    border: solid 1px #fff;
    padding: 20px 30px;
}
/** Nav **/

.inside-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.site-logo {
	
}
#site-navigation, #secondary-navigation {
	width: 40%;
}
.site-logo {
	text-align: center;
	width: auto;
}
#side-navigation #primary-menu, #secondary-navigation .main-nav {
	width: 100%;
}
#site-navigation ul, #secondary-navigation ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#masthead {
	-webkit-transition: 0.3s ease-in;
	-o-transition: 0.3s ease-in;
	transition: 0.3s ease-in;
}
.stickyNav {
	position: fixed;
	width: 100%;
	top: 0px;
	height: 50px;
	background-color: black;
	-webkit-transition: 0.3s ease-in;
	-o-transition: 0.3s ease-in;
	transition: 0.3s ease-in;
	z-index: 999;
}
.stickyNav .inside-header {
	padding-top: 0px;
}
/** Hero Banner **/

.heroBannerText {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-bottom: 15%;
}

.heroTopText {
	font-size: 22px;
	margin-bottom: 0.5em;
}

.heroBannerText h1, .heroBannerText h2, .heroBannerText h3, .heroBannerText h4, .heroBannerText h5 {
	font-size: 70px;
	color: transparent;
	-webkit-text-stroke: 1.5px white;
	margin-bottom: 15px;
	text-align: center;
}
.heroSubText {
	font-size: 15px;
	max-width: 600px;
	text-align: center;
}
.heroBannerText .buttonRow {
	width: 100%;
	text-align: center;
}
.buttonRow a, .buttonRow button, .site-footer form input[type="submit"] {
	color: white;
	margin-left: 5px;
	margin-right: 5px;
	text-transform: uppercase;
	font-size: 14px;
	border: 1px solid white;
	padding: 10px 20px;
	font-weight: 700;
	-webkit-transition: 0.5s ease-in;
	-o-transition: 0.5s ease-in;
	transition: 0.5s ease-in;
	background-color: transparent;
}

.buttonRow a:first-child {
	color: black;
	background-color: white;
}
.buttonRow a:hover, .buttonRow button:hover, .site-footer form input[type="submit"]:hover {
	color: black;
	background-color: white;
}
.buttonRow a:first-child:hover {
	color: white;
	background-color: transparent;
}
.scroll-indicator {
	position: absolute;
	left: 50%;
	bottom: 0px;
}
.scroll {
	width: 2px;
	height: 80px;
	background-color: #ccc;
	position: relative;
	overflow: hidden;
}
.scroll-line {
	width: 100%;
	height: 100%;
	display: block;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(4, 15, 48, 0)), color-stop(50%, var(--red)));
	background: -o-linear-gradient(top, rgba(4, 15, 48, 0) 50%, var(--red) 50%);
	background: linear-gradient(to bottom, rgba(4, 15, 48, 0) 50%, var(--red) 50%);
	background-position: 0 -80px;
	background-size: 100% 200%;
	-webkit-animation: scrolldown 3s cubic-bezier(0.76, 0, 0.3, 1) forwards;
	animation: scrolldown 3s cubic-bezier(0.76, 0, 0.3, 1) forwards;
	-webkit-animation-iteration-count: 3;
	animation-iteration-count: 3;
}
@-webkit-keyframes scrolldown {
	0%{
		background-position: 0 -80px;
	}
	75% {
		background-position: 0 0;
	}
	100%{
		background-position: 0 80px;
	}
}
@keyframes scrolldown {
	0%{
		background-position: 0 -80px;
	}
	75% {
		background-position: 0 0;
	}
	100%{
		background-position: 0 80px;
	}
}
.welcomeSection {
	text-align: center;
	margin-top: 80px;
	margin-bottom: 80px;
	position: relative;
	min-height: 270px;
}
.welcomeSection img {
	max-width: 100vw;
	opacity: 0.1;
}
.welcomeSectionText {
	max-width: 1000px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.welcomeTitle {
	text-transform: uppercase;
	font-size: 30px;
	letter-spacing: 10px;
	margin-bottom: 1em;
}
.welcomeSubtext {
	font-size: 14px;
}
/** Page Banner **/
.pageBanner section {
	height: 100%;
}
.pageBanner .heroBannerText {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding-bottom: 5%;
}

/** Content Block **/

.contentBlock {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.contentBlock section {
	max-width: 700px;
	position: relative;
	margin-right: inherit;
}
.contentBlock .tibuImageContain {
	display: none;
}
.contentBlock .imageContain {
	width: 50%;
	padding-left: 50px;
}
.contentBlock .imageContain img {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.contentBlockHeading {
	font-size: 34px;
	text-transform: uppercase;
}
.contentText {
	font-size: 14px;
}
.vr {
	border-left: 2px solid var(--red);
	position: absolute;
	top: 0px;
	left: -20px;
}
.imageCaption {
	font-size: 15px;
	margin-bottom: 0px;
	font-style: italic;
	opacity: 0.5;
	margin-top: 5px;
}
.centreText section {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
.centreText .imageContain, .centreText .vr {
	display: none;
}
.centreText .tibuImageContain {
	display: block;
}
.centreText .tibuImageContain img {
	-o-object-fit: contain;
	object-fit: contain;
	position: absolute;
	right: 0px;
	max-height: 100%;
	top: 0px;

}
.centreText {
	position: relative;
	padding-top: 50px;
	padding-bottom: 50px;
}
.fullWidth .vr {
	height: 144px;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transform-origin: 0px 0px;
	-ms-transform-origin: 0px 0px;
	transform-origin: 0px 0px;
	left: 144px;
	top: -30px;
}
.fullWidth .imageContain {
	display: none;
}
.fullWidth section {
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
}

.contentBlock ul li {
	list-style: none;
	position: relative;
}
.contentBlock ul li:before {
	content: "-";
	color: var(--red);
	position: absolute;
	left: -20px;
	top: -12px;
	font-size: 2em;
}

/** Large Image Bar **/

.imageBlock {
	height: 700px;
	position: relative;
	margin-top: 80px;
	border-bottom: 8px solid var(--red);
}
.imageBlockSection {
	position: absolute;
	bottom: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	width: 100%;
}
.textContain, .imageBlockSection .buttonRow {
	width: 50%;
}
.imageBlockSection .buttonRow {
	text-align: right;
}
.mainText p {
	font-size: 14px;
}
.contentBlockHeading span {
	border-top: 2px solid var(--red);
	padding-top: 20px;
}

/** Tile Blocks **/

.tileBlocks {
	padding-top: 20px;
	background-color: white;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}
.tileBlocks a {
	width: 32%;
	height: 400px;
	position: relative;
}
.tileBlock {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: 0.3s ease-in;
	-o-transition: 0.3s ease-in;
	transition: 0.3s ease-in;
}
.tileBlockTitle {
	font-size: 34px;
	color: white;
	margin-bottom: 0.5em;
}
.buttonRow button {
	background-color: transparent;
	visibility: hidden;
	-webkit-transition: visibility 0s, opacity 0.5s linear, background-color 0.5s ease-in, color 0.5s ease-in;
	-o-transition: visibility 0s, opacity 0.5s linear, background-color 0.5s ease-in, color 0.5s ease-in;
	transition: visibility 0s, opacity 0.5s linear, background-color 0.5s ease-in, color 0.5s ease-in;
}
.tileBlock:hover {
	border-bottom: 8px solid var(--red);
}
.tileBlocks a:hover .buttonRow button {
	visibility: visible;
	opacity: 1;
}
.tileBlock .buttonRow {
	height: 0px;
	-webkit-transition: 0.5s ease-in;
	-o-transition: 0.5s ease-in;
	transition: 0.5s ease-in;
}
.tileBlocks a:hover .buttonRow {
	height: auto;
}
.buttonRow button:hover {
	background-color: white;
	color: black;
}
.tileBlockTitleText {
	text-align: center;
}

/** Socials Row **/

.socialsBar {
	position: relative;
	background-color: white;
}
.socialsBarBackground {
	z-index: 0;
	background-size: 65px;
}
.socialsBar section, .imageBar {
	position: relative;
	z-index: 1;
}
.socialsBar section {
	text-align: center;
	color: black;
	padding-top: 60px;
}
.socialsBarTitle {
	font-size: 34px;
	margin-bottom: 0.25em;
	text-transform: uppercase;
}
.socialsBarSubtitle {
	font-size: 24px;
	text-transform: uppercase;
	margin-bottom: 0.5em;
}
.socialsBarText {
	font-size: 14px;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}
.socialsRow img {
	height: 30px;
	width: 30px;
	-o-object-fit: contain;
	object-fit: contain;
	margin-right: 10px;
	margin-left: 10px;
}
.socialsBar hr {
	height: 2px;
	width: 130px;
	margin-left: auto;
	margin-right: auto;
	background-color: var(--red);
	margin-top: 0px;
	margin-bottom: 1em;
}
.socialsRow {
	margin-bottom: 3em;
}

/** Image Bar **/

.imageBar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 15px;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}
.imageBar img {
	width: 15.5%;
	-o-object-fit: cover;
	object-fit: cover;
}

/** Our Menus **/
.ourMenus {
	margin-bottom: 80px;
}
.ourMenus section {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.ourMenus section a {
	width: 26%;
	color: white;
	margin-bottom: 50px;
}
.ourMenus section a[href="#"] {
	pointer-events: none;
}
.ourMenus section a .menuContain {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.menuContain hr {
	width: 15%;
	margin-top: 7px;
	margin-bottom: 0px;
	height: 2px;
	background-color: white;
}
.menuContainInner {
	width: 80%;
}
.viewMenu {
	color: #616161;
	font-size: 18px;
	margin-bottom: 5px;
	text-transform: uppercase;
}
.menuTitle {
	font-size: 30px;
	margin-bottom: 5px;
	text-transform: uppercase;
}
.menuDescription {
	font-size: 14px;
	color: #616161;
	margin-bottom: 15px;
}
.ourMenus section a:hover hr {
	background-color: var(--red);
}
.ourMenus section a:hover .viewMenu {
	color: white;
}

/* widget opening times */
.footer-widget-3 h3,
.contactUsRight h3 {
	font-size: 18px;
}
.footer-widget-3 #block-3 {
	margin-bottom: 10px;
}
.inside-footer-widgets table,
.contactUsRight table {
	border: none;
	margin-right: 15px;
    max-width: 310px;
}
.inside-footer-widgets table tbody td,
.contactUsRight table tbody td {
	border: none;
    padding: 2px;
}


/* tibu deal modal */
.blocker {
	z-index: 999 !important;
}
.latest-deal-popup.modal {
	height: auto;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    left: 50%;
	padding: 40px;
    text-align: center;
	overflow: visible;
	background-color: #ffb2ea;
}
#bottomless-brunch.latest-deal-popup.modal {
	background-color: #AEEBC1;
}
.latest-deal-popup.modal .custom-logo-link {
	display: block;
    width: 100%;
    position: relative;
    pointer-events: none;
	margin-bottom: 40px;
}
.latest-deal-popup.modal .custom-logo-link img {
	max-width: 160px; 
	width: 100%;
	height: auto;
}
.latest-deal-popup.modal figure {
	display: block;
    width: 100%;
	margin-bottom: 20px;
}
.latest-deal-popup.modal figure img {
	display: block;
    width: 100%;
}
.latest-deal-popup.modal .main-heading {
	font-size: 34px;
    text-transform: uppercase;
	margin-bottom: 40px;
}
.latest-deal-popup.modal .deal-content {
	font-size: 22px;
    line-height: 1.3;
    max-width: 270px;
    margin: auto;
    margin-bottom: 40px;
}
.latest-deal-popup.modal .deal-book-button {
	border: 1px solid #fff;
    color: #fff;
    padding: 8px 20px;
    line-height: 1.5;
    display: inline-block;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#bottomless-brunch.latest-deal-popup.modal {
 	border: 1px solid #000;
    color: #000;
}
.latest-deal-popup.modal .deal-book-button:hover,
.latest-deal-popup.modal .deal-book-button:focus {
	background-color: #fff;
	color: #000;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.latest-deal-popup.modal .close-modal {
	-webkit-filter: invert(1);
	        filter: invert(1);
}
@media (max-width: 575px) {
	.latest-deal-popup.modal {
		max-width: 88%;
	}
}

/** Gallery **/


.modal {
	display: none;
	position: fixed;
	z-index: 999;
	padding-top: 100px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: black;
}
.modal-content {
	position: relative;
	background-color: black;
	margin: auto;
	padding: 0;
	width: 90%;
	max-width: 1200px;
}
.close {
	color: white;
	position: absolute;
	top: 10px;
	right: 25px;
	font-size: 50px;
	font-weight: bold;
}

.close:hover,
.close:focus {
	color: #999;
	text-decoration: none;
	cursor: pointer;
}
.mySlides {
	display: none;
}
.prev,
.next {
	cursor: pointer;
	position: absolute;
	top: 150px;
	width: auto;
	padding: 16px;
	margin-top: -50px;
	color: white;
	font-weight: bold;
	font-size: 20px;
	-webkit-transition: 0.6s ease;
	-o-transition: 0.6s ease;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-select: none;
}
.next {
	right: 0;
	border-radius: 3px 0 0 3px;
}
.prev:hover,
.next:hover {
	background-color: rgba(0, 0, 0, 0.8);
	color: white;
}
img.demo {
	opacity: 0.6;
}
.active,
.demo:hover {
	opacity: 1;
}
img.hover-shadow {
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.hover-shadow:hover {
	-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.gallerySection {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.galleryColumn {
	width: 19%;
	margin-bottom: 10px;
	cursor: pointer;
}
.mySlides img {
	width: 100%;
	height: 300px;
	-o-object-fit: contain;
	object-fit: contain;
}
/** Contact Form **/

.contactUs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.contactUsLeft {
	width: 50%;
}
.contactUsRight {
	width: 30%;
}
.contactUsLeftTitle, .findUs {
	font-size: 25px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.subheading {
	font-size: 14px;
}
.halfWidth {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.halfWidth label, .halfWidthContainer {
	width: 49%;
}
.halfWidth br {
	display: none;
}
.halfWidth input, .halfWidth textarea {
	margin-top: 20px;
	background-color: transparent;
	border: 0px;
	border-bottom: 1px solid white;
	color: white;
}
.halfWidth input:focus, .halfWidth input:focus-visible, .halfWidth textarea:focus, .halfWidth textarea:focus-visible {
	background-color: transparent;
	border-bottom: 1px solid var(--red);
}
.halfWidth input {
	margin-bottom: 20px;
}
.halfWidth textarea {
	max-height: 150px;
}
.halfWidth input[type="submit"] {
	margin-bottom: 0px;
	color: black;
	background-color: white;
	margin-bottom: 6px;
	font-size: 14px;
}
.halfWidth input[type="checkbox"] {
	margin-top: 0px;
}
.halfWidth .wpcf7-list-item {
	margin-left: 0px;
}
.halfWidthContainer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.halfWidthContainer .wpcf7-form-control-wrap {
	height: 100%;
}
.ajax-loader {
	display: none!important;
}
.contactUs {
	margin-bottom: 80px;
}
.fullMessageBox {
	overflow: hidden;
}
.address p {
	margin-bottom: 0.25em;
}
.address {
	margin-bottom: 1.5em;
}
.contactUsRight a {
	color: white;
	display: block;
}
.contactUsRight .socialsRow {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 1.5em;
}
.icon1 {
	margin-left: 0px!important;
}
/** Footer **/

#footer-widgets {
	margin-top: 60px;
	border-top: 1px solid white;
	padding-bottom: 100px;
	border-bottom: 8px solid var(--red);
}

.inside-footer-widgets {
	margin-top: 60px;
}
.site-footer .footer-widgets-container .inner-padding {
	padding-left: 0px;
}
#media_image-3 {
	max-width: 140px;
}
.copyright {
	font-size: 14px;
}
.site-footer ul li a {
	text-transform: uppercase;
}
.site-footer form input {
	font-size: 13px;
	text-transform: uppercase;
}
.site-footer .wpcf7-list-item {
	margin-left: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.site-footer form input[type="submit"] {
	margin-top: 10px;
	margin-left: 0px;
}

@media(max-width: 1450px) {
	.inside-header {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.site-logo {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
		width: 100%;
		margin-bottom: 30px;
	}
	#site-navigation, #secondary-navigation {
		-webkit-box-ordinal-group: 3!important;
		-ms-flex-order: 2!important;
		order: 2!important;
		width: 50%;
	}
	#primary-menu {
		width: 100%;
	}
	#site-navigation ul, #secondary-navigation ul {
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}
	.stickyNav .site-logo {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		width: 10%;
		margin-bottom: 0px;
		min-width: 60px;
	}
	.stickyNav 	#site-navigation, .stickyNav #secondary-navigation {
		width: 40%;
	}
	.stickyNav 	#site-navigation {
		-webkit-box-ordinal-group: 2!important;
		-ms-flex-order: 1!important;
		order: 1!important;
	}
	.stickyNav #secondary-navigation {
		-webkit-box-ordinal-group: 4!important;
		-ms-flex-order: 3!important;
		order: 3!important;
	}
	.stickyNav .main-navigation .main-nav ul li a {
		font-size: 10px;
	}
	.stickyNav .secondary-navigation .main-nav ul li a {
		font-size: 10px;
	}
}
@media(max-width: 1250px) {
	.pageBanner .heroBannerBackground {
		background-size: cover!important;
	}
}
@media(max-width: 1100px) {
	.contentBlock {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.contentBlock section, .contentBlock .imageContain {
		width: 100%;
	}
	.contentBlock .imageContain {
		padding-left: 0px;
	}
	.imageCaption {
		text-align: center;
	}
	.contentBlock section {
		margin-right: auto;
		margin-bottom: 30px;
	}
	.contentBlock section vr {
		display: none;
	}
	.contentBlock .imageContain img {
		max-height: 250px;
		-o-object-fit: cover;
		object-fit: cover;
		-o-object-position: bottom;
		object-position: bottom;
	}
	.ourMenus section a {
		width: 31%;
	}
}
@media(max-width:1024px) {
	#primary-menu, #secondary-navigation {
		display: none;
	}
	.nav-float-left .mobile-menu-control-wrapper {
		margin-left: auto;
		margin-right: 0;
	}
	#generate-slideout-menu img {
		max-width: 140px;
		padding-top: 30px;
		padding-left: 15px;
	}
	.stickyNav .site-logo {
		position: absolute;
	}
	.tileBlocks a {
		height: 300px;
	}
	.inside-footer-widgets .footer-widget-1, 
	.inside-footer-widgets .footer-widget-2,
	.inside-footer-widgets .footer-widget-3,
	.inside-footer-widgets .footer-widget-4 {
		padding: 10px;
	}
	.ourMenus section a {
		width: 49%;
	}
}
@media(max-width: 900px) {
	.tileBlocks {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.tileBlocks a {
		width: 100%;
		height: 200px;
		margin-bottom: 10px;
	}
}
@media(max-width: 800px) {
	.imageBlockSection {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.imageBlockSection .textContain, .imageBlockSection .buttonRow {
		width: 100%
	}
	.imageBlockSection .buttonRow {
		text-align: left;
	}
	.ourMenus section a {
		width: 100%;
	}
	.galleryColumn {
		width: 32%;
	}
	.contactUsLeft, .contactUsRight {
		width: 100%;
	}
	.contactUsLeft {
		margin-bottom: 50px;
	}
	.contactUsRight {
		text-align: center;
	}
	.contactUsRight .socialsRow {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}
@media(max-width: 600px) {
	.scroll-indicator {
		display: none;
	}
	.heroTopText {
		font-size: 16px;
		text-align: center;
		width: 100%;
	}
	.heroBannerText {
	}
	.heroBannerText h1, .heroBannerText h2, .heroBannerText h3, .heroBannerText h4, .heroBannerText h5 {
		font-size: 32px;
		width: 100%;
	}
	.heroSubText {
		font-size: 13px;
	}
	.buttonRow a {
		display: block;
		margin-bottom: 10px;
		text-align: center;
	}
	.welcomeSection {
		margin-bottom: 30px;
		width: 100%;
	}
	.socialsBarTitle, .contentBlockHeading, .tileBlockTitle {
		font-size: 20px;
	}
	.socialsBarSubtitle {
		font-size: 15px;
	}
	.imageBlock {
		height: auto;
	}
	.imageBlock .image {
		position: absolute;
	}
	.imageBlockSection {
		position: relative;
		left: auto;
		bottom: auto;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.galleryColumn {
		width: 48%;
	}
	.halfWidth label, .halfWidthContainer {
		width: 100%;
	}
	.heroBannerText {
		flex-wrap: nowrap;
	}
	.site-logo {
		text-align: left;
		position: absolute;
		top: 55px;
	}
	.heroTopText, .heroBannerText h1, .heroBannerText h2, .heroBannerText h3, .heroBannerText h4, .heroBannerText h5, .heroSubText, .welcomeSection {
		text-align: left;
	}
	.buttonRow {
		max-width: 200px;
		margin-right: auto;
	}
	.welcomeSectionText {
		position: relative;
		top: auto;
		left: auto;
		transform: none;
		-webkit-transform: none;
		padding-left: 50px;
		padding-right: 50px;
	}
	.welcomeTitle {
		font-size: 22px;
	}
	.welcomeSection {
		display: flex;
		flex-direction: column;
	}
	.welcomeSection img {
		order: 2;
		padding: 50px;
	}
	.stickyNav .site-logo {
		top: 18px;
	}
	.contentBlock section {
		text-align: left;
	}
	.contentBlock .imageContain img {
		padding-left: 50px;
	}
	.imageBar img:nth-child(2), .imageBar img:nth-child(3),	.imageBar img:nth-child(4), .imageBar img:nth-child(5) {
		display: none;
	}
	.imageBar img {
		width: 49%;
	}
	.buttonRow a:first-child {
		background-color: transparent;
		color: white;
	}
	.buttonRow a:first-child:hover {
		background-color: white;
		color: black;
	}
	.tileBlockTitleText .buttonRow {
		display: none;
	}
}
.menu-toggle {
	font-size: 18px;
}
.tileBlockTitle {
	text-transform: uppercase;
}
.stickySideButton a {
	position: fixed;
	right: -5px;
	transform: rotate(
		-90deg
	) translate(50%);
	transform-origin: bottom right;
	color: white;
	border: 1px solid white;
	padding: 10px 20px;
	text-transform: uppercase;
	font-size: 14px;
	transition: 0.3s ease-in;
	top: 50%;
	z-index: 10;
	background-color: black;
}
.stickySideButton a:hover {
	color: black;
	background-color: white;
}
#menu-item-38 {
	border: 1px solid white;
	-webkit-transition: 0.3s ease-in;
	-o-transition: 0.3s ease-in;
	transition: 0.3s ease-in;
}
#menu-item-38 a {
	position: relative;
	padding-left: 35px;
}
#menu-item-38 a:before {
	content: '\f1d8';
	font-family: 'font awesome 5 free';
	position: absolute;
	left: 10px;
}
#menu-item-38:hover {
	background-color: white;
}
#menu-item-38:hover a {
	color: black;
}
#menu-item-38:hover a:before {
	color: black;
}
@media(max-width: 600px) {
	.stickySideButton a {
		font-size: 12px;
	}
}