/*
	Theme Name: The Old Hall Ely
	Theme URI: 
	Description: This theme is created for The Old Hall Ely.
	Author: DHM

	Version: 1.0.0

	Tags: black, red, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

	Template: genesis
	Template Version: 2.2.3

	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/* # Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Jetpack
- Skip Links
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Accessible Menu
	- Site Header Navigation
	- After Header Navigation
	- Footer Navigation
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Footer Widgets
- Site Footer
- Media Queries
	- Max-width: 1340px
	- Max-width: 1200px
	- Max-width: 1023px
	- Max-width: 860px
- Print Styles
*/


/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v4.1.1 | MIT License | http://necolas.github.io/normalize.css/ */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}progress{vertical-align:baseline}template,[hidden]{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}button,input,optgroup,select,textarea{font:inherit;margin:0}optgroup{font-weight:bold}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:0.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}

/* ## Box Sizing
--------------------------------------------- */

html,
input[type="search"]{
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}


/* ## Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.widget:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/* # Defaults
---------------------------------------------------------------------------------------------------- */
.page-header {}

.color-def {}

.font-def {}

.font-light {
    font-weight: 300;
}

.font-reg {
    font-weight: 400;
}

.font-sbold {
    font-weight: 600;
}

.font-bold {
    font-weight: 700;
}

.font-exbold {
    font-weight: 800;
}

.font-black {
    font-weight: 900;
}

.tr-def {
    text-transform: none;
}

.tr-uppercase {
    text-transform: uppercase;
}

.tr-lowercase {
    text-transform: lowercase;
}

.tr-capitalize {
    text-transform: capitalize;
}

.dec-overline {
    text-decoration: overline;
}

.dec-underline {
    text-decoration: underline;
}
.no-underline *{
	text-decoration: none !important;
}

.dec-line-through {
    text-decoration: line-through;
}

.icon-def {
    position: relative;
    padding-left: 25px;
}

.icon-def::before {
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
}

/*ol {*/
/*	list-style-type: none;*/
/*	counter-reset: item;*/
/*	margin: 0;*/
/*	padding: 0;*/
/*}*/

/*ol > li {*/
/*	display: table;*/
/*	counter-increment: item;*/
/*	margin-bottom: 0.6em;*/
/*}*/

/*ol > li:before {*/
/*	content: counters(item, ".") ". ";*/
/*	display: table-cell;*/
/*	padding-right: 0.6em;*/
/*}*/

/*li ol > li {*/
/*	margin: 0;*/
/*}*/

/*li ol > li:before {*/
/*	content: counters(item, ".") " ";*/
/*}*/


.custom-ordering ol {
	list-style-type: none;
	counter-reset: item;
	margin: 0;
	padding: 0;
}

.custom-ordering ol > li {
	display: table;
	counter-increment: item;
	margin-bottom: 0.6em;
}

.custom-ordering ol > li:before {
	content: counters(item, ".") ". ";
	display: table-cell;
	padding-right: 0.6em;
}

.custom-ordering li ol > li {
	margin: 0;
}

.custom-ordering li ol > li:before {
	content: counters(item, ".") " ";
}

.elementor-widget-heading .elementor-heading-title,
.elementor-widget-accordion .elementor-accordion-title {
	/*font-family: 'Libre Baskerville', serif !important;*/
	/*font-weight: 400 !important;*/
}

.elementor-widget-text-editor,
.elementor-widget-tabs .elementor-tab-content,
.elementor-widget-accordion .elementor-tab-content {
	/*font-family: 'Raleway', sans-serif !important;*/
	/*font-weight: 300 !important;*/
}

.elementor-widget-heading .elementor-heading-title,
.elementor-widget-text-editor,
.elementor-widget-tabs .elementor-tab-content,
.elementor-widget-accordion .elementor-tab-content {
	/*color: #18393C !important;*/
}

.elementor-widget-accordion .elementor-accordion-icon {
	color: #fff !important;
}

.elementor-widget-text-editor ul li {
	list-style-type: disc;
}

.elementor-widget-text-editor ul,
.elementor-widget-text-editor ol {
	margin-left: 15px;
	margin-bottom: 20px;
}

/* ## Typographical Elements
--------------------------------------------- */

@font-face {
    font-family:'Raleway';
    src: url('./fonts/raleway/Raleway ExtraLight Italic.eot');
	src: url('./fonts/raleway/Raleway ExtraLight Italic.eot?#iefix') format('embedded-opentype'),
		url('./fonts/raleway/Raleway ExtraLight Italic.woff2') format('woff2'),
		url('./fonts/raleway/Raleway ExtraLight Italic.woff') format('woff'),
		url('./fonts/raleway/Raleway ExtraLight Italic.svg#Raleway ExtraLight Italic') format('svg');
    font-weight: 250;
    font-style: italic;
    font-stretch: normal;
	font-display: swap;
    unicode-range: U+0020-2044;
}

@font-face {
    font-family:'Raleway';
    src: url('./fonts/raleway/Raleway Regular.eot');
	src: url('./fonts/raleway/Raleway Regular.eot?#iefix') format('embedded-opentype'),
		url('./fonts/raleway/Raleway Regular.woff2') format('woff2'),
		url('./fonts/raleway/Raleway Regular.woff') format('woff'),
		url('./fonts/raleway/Raleway Regular.svg#Raleway Regular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
	font-display: swap;
    unicode-range: U+0020-2044;
}

@font-face {
    font-family:'Libre Baskerville';
    src: url('./fonts/libre-baskerville/Libre Baskerville.eot');
	src: url('./fonts/libre-baskerville/Libre Baskerville.eot?#iefix') format('embedded-opentype'),
		url('./fonts/libre-baskerville/Libre Baskerville.woff2') format('woff2'),
		url('./fonts/libre-baskerville/Libre Baskerville.woff') format('woff'),
		url('./fonts/libre-baskerville/Libre Baskerville.svg#Libre Baskerville') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
	font-display: swap;
    unicode-range: U+0020-00FE;
}

html {
	font-size: 62.5%; /* 10px browser default */
}

/* Chrome fix */
body > div {
	font-size: 1.8rem;
}

body {
	background-color: #fff;
	color: #1a294d;
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	-webkit-font-smoothing: antialiased;
	font-weight: 300;
	line-height: 1.625;
	margin: 0;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

a {
	color: #18393C;
	text-decoration: underline;
}

.links-white p a{
	color: white;
}

.links-white p a:hover{
	color: #F3E8DA;
}

.links-underlined p a{
	color: white;
	text-decoration: underline;
}

.links-underlined p a:hover{
	color: #F3E8DA;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #333;
	text-decoration: none;
}

.elementor-element.full-card-click.elementor-widget-text-editor {
	position: unset;
	z-index: 1;
}

.elementor-element.full-card-click.elementor-widget-text-editor p a:hover {
	text-decoration: underline;
}

.elementor-element.full-card-click.elementor-widget-text-editor p a:after{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
}

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

p {
	margin: 0 0 28px;
	padding: 0;
}

p:last-of-type {
	margin-bottom: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #eee;
	clear: both;
	margin: 1em 0;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}


/* ## Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	/*font-family: 'Libre Baskerville', serif;*/
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 10px;
}

h1 {
	font-size: 36px;
	font-size: 3.6rem;
}

h2 {
	font-size: 30px;
	font-size: 3rem;
}

h3 {
	font-size: 24px;
	font-size: 2.4rem;
}

h4 {
	font-size: 20px;
	font-size: 2rem;
}

h5 {
	font-size: 18px;
	font-size: 1.8rem;
}

h6 {
	font-size: 16px;
	font-size: 1.6rem;
}


/*Canto Semibold*/
/*.canto-semibold p span{*/
/*	font-family: canto, serif !important;*/
/*	font-weight: 600;*/
/*	font-style: normal;*/
/*	}*/

/* ## Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

figure {
	margin: 0;
}

/* ## Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	text-align: center;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery img {
	border: 1px solid #eee;
	height: auto;
	padding: 4px;
}

.gallery img:hover,
.gallery img:focus {
	border: 1px solid #999;
}

.container-right .elementor-container.elementor-column-gap-default{
	/*margin-left: 0;*/
}

#footer-focus:focus{
	box-shadow: #fcfaf6 0px 0px 4px 0px;
}

/* ## Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
	padding: 16px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	/*color: #333;*/
	opacity: 1;
}

::-webkit-input-placeholder {
	/*color: #333;*/
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #333;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	padding: 16px 24px;
	text-decoration: none;
	white-space: normal;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
button:focus,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
.button:focus  {
	background-color: #c3251d;
	color: #fff;
}

.entry-content .button:hover,
.entry-content .button:focus {
	color: #fff;
}

.button {
	display: inline-block;
}

a.button.small,
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small {
	padding: 8px 16px;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
	background-color: #eee;
	border-width: 0;
	color: #777;
	cursor: not-allowed;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* ## Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
	word-break: break-word;
}

tbody {
	border-bottom: 1px solid #eee;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #eee;
	padding: 6px;
}

th {
	font-weight: 400;
	padding: 0 6px;
}

td:first-child,
th:first-child {
	padding-left: 0;
}

/* ## Screen Reader Text
--------------------------------------------- */

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus  {
	clip: auto !important;
	height: auto;
	width: auto;
	display: block;
	font-size: 1em;
	font-weight: bold;
	padding: 15px 23px 14px;
	color: #333;
	background: #fff;
	z-index: 100000; /* Above WP toolbar. */
	text-decoration: none;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
}

.more-link {
    position: relative;
}



/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ## Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1280px;
}

.site-inner {
	clear: both;
	padding-top: 40px;
	word-wrap: break-word;
}

.pc-full .site-inner {
	max-width: 100%;
	padding: 0;
}

.landing-page .site-inner {
	max-width: 800px;
}

.elementor-template-full-width .site-inner {
	max-width: 100%;
	padding: 0;
}

/* ## Column Widths and Positions
--------------------------------------------- */

/* ### Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 1060px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* ### Content */

.content {
	float: right;
	width: 880px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 660px;
}

.full-width-content .content {
	width: 100%;
}

/* ### Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 360px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* ### Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/* # Common Classes
---------------------------------------------------------------------------------------------------- */

/* ## Avatar
--------------------------------------------- */

.avatar {
	border-radius: 50%;
	float: left;
}

.author-box .avatar,
.alignleft .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

/* ## Genesis
--------------------------------------------- */

.breadcrumb {
	background-color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 1px;
	padding: 12px 30px;
}

.after-entry,
.archive-description,
.author-box {
	background-color: #fff;
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 40px;
	padding: 60px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* ## Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.entry-content .search-form,
.site-header .search-form {
	margin-bottom: 40px;
	width: 50%;
}

.site-header .search-form {
	float: right;
	margin: 12px auto 0;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	margin-top: 10px;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* ## Titles
--------------------------------------------- */

.archive-description .entry-title,
.archive-title,
.author-box-title {
	font-size: 20px;
	font-size: 2rem;
}

.entry-title {
	font-size: 36px;
	font-size: 3.6rem;
}

.entry-title a,
.sidebar .widget-title a {
	color: #333;
	text-decoration: none;
}

.entry-title a:hover,
.entry-title a:focus {
	color: #c3251d;
}

.widget-title {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 20px;
}

/* ## WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 600;
	margin: 0;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 28px;
}


/* # Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	margin-bottom: 40px;
	word-wrap: break-word;
}

.widget p:last-child,
.widget ul > li:last-of-type,
.widget-area .widget:last-of-type {
	margin-bottom: 0;
}

.widget ul > li {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.widget ul > li:last-of-type {
	padding-bottom: 0;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* ## Featured Content
--------------------------------------------- */

.featured-content .entry {
	background: none;
	padding: 0;
}

.featured-content .entry:last-of-type {
	margin-bottom: 0;
}

.featured-content .entry-title {
	font-size: 20px;
	font-size: 2rem;
}


/* # Plugins
---------------------------------------------------------------------------------------------------- */

#sb_instagram .sbi_type_video .sbi_playbtn, #sb_instagram .sbi_type_video .svg-inline--fa.fa-play{
	opacity: 0;
}

/* ## Genesis eNews Extended
--------------------------------------------- */

.sidebar .enews-widget,
.sidebar .enews-widget .widget-title {
	color: #fff;
}

.sidebar .widget.enews-widget {
	background-color: #333;
}

.sidebar .enews-widget input,
.sidebar .enews-widget input:focus {
	border: 1px solid #333;
}

.sidebar .enews-widget input[type="submit"] {
	background-color: #c3251d;
	color: #fff;
}

.sidebar .enews-widget input:hover[type="submit"],
.sidebar .enews-widget input:focus[type="submit"]  {
	background-color: #fff;
	color: #333;
}

.enews-widget input {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
	margin: 0;
	width: 100%;
}

.enews form + p {
	margin-top: 24px;
}

/* ## Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}


/* # Skip Links
---------------------------------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}

/* Display outline on focus */
:focus {
	color: #333;
	outline: #ccc solid 1px;
}


/* # Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-color: #18393C;
}

.site-header > .wrap {
	padding: 20px 0;
}

.site-header.sticky {
    width: 100%;
	position: fixed;
	z-index: 99;
}

.cart-toggle > a {
	color: #fff;
	text-decoration: none;
}

.cart-toggle {
	margin-right: 20px;
}

/* ## Title Area
--------------------------------------------- */

.header-image .title-area {
	margin: 0 auto;
	max-width: 79%;
	padding: 0;
}

.header-full-width .title-area {
	float: none;
	width: 100%;
}

.site-title {
	font-size: 30px;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.2;
}

.site-title a,
.site-title a:hover,
.site-title a:focus {
	color: #333;
	text-decoration: none;
}

.header-image .site-title > a {
	background-position: center !important;
	background-size: contain !important;
	float: left;
	min-height: 85px;
	width: 100%;
}

.site-description {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.5;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
	display: block;
	text-indent: -9999px;
}

/* ## Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: none;
	text-align: right;
	width: auto;
	position: relative;
}


/* # Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	font-family: 'Raleway', sans-serif;
	clear: both;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 300;
	text-transform: uppercase;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	margin-bottom: 0;
	padding-bottom: 0;
	text-align: left;
}

.genesis-nav-menu a {
	color: #18393C;
	text-decoration: none;
	display: block;
	padding: 25px 20px;
	font-family: montserrat,sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu a:focus,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus {
	text-decoration: underline
}

.genesis-nav-menu .current-menu-item > a{
	color: #B19039;
	text-decoration: none;
}

.genesis-nav-menu .sub-menu {
	border-top: 1px solid #eee;
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #18393c;
	border: 1px solid #eee;
	border-top: 0;
	font-size: 14px;
	padding: 20px;
	position: relative;
	width: 200px;
	word-wrap: break-word;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -56px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	float: right;
}

.genesis-nav-menu .menu-item#menu-item-search > a {
	padding: 23px 10px;
}

.genesis-nav-menu .menu-item#menu-item-search {
    display: inline-block;
    vertical-align: middle;
}

.genesis-nav-menu .menu-item#menu-item-search > a > span {
	width: 27px;
	height: 21px;
	background-image: url( /wp-content/uploads/2018/01/hs-search-icon.png );
	background-position: center;
	background-repeat: no-repeat;
	font-size: 0;
	display: block;
}

/* ## Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

.sub-menu-toggle,
.menu-toggle {
	display: none;
	visibility: hidden;
}

/* ## Site Header Navigation
--------------------------------------------- */

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

/* ## After Header Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #18393C;
	text-align: center;
	padding: 4px 0;
}

.nav-primary.sticky {
    width: 100%;
	position: fixed;
	z-index: 99;
	top: 76px;
	transition: all 0.4s ease;
}

/* ## Footer Navigation
--------------------------------------------- */

.site-footer .genesis-nav-menu {
	padding-bottom: 20px;
}

.site-footer .genesis-nav-menu a {
	padding: 0 20px 10px;
}


/* # Content Area
---------------------------------------------------------------------------------------------------- */

/* ## Entries
--------------------------------------------- */

.wpem-event-listings-header .wpem-event-listing-header-title .wpem-heading-text{
	display: none;
}

.wpem-event-listings-header .wpem-event-layout-action-wrapper .wpem-event-layout-action{
	display: none;
}

.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper{
border-radius: 0 !important;
}

.event_listing.type-event_listing.status-publish.has-post-thumbnail.entry {
	background-color: #FCFAF6;
}

.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details{
	padding: 32px 30px;
}

.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-title .wpem-heading-text{
	font-family: "canto", Sans-serif;
	font-size: 24px;
	line-height: 26px;
	font-weight: 700;
	color: #18393C !important;

}

.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-title,
.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-date-time {
	color: #00164A !important;
	padding-left: 0;
}

.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-location {
	display: none;
}

.wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-date-time::before {
	content: '';
	display: none;
}

.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper .wpem-event-banner .wpem-event-date .wpem-event-date-type .wpem-from-date {
	padding: 15px;
	border-radius: 0;
}

.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper .wpem-event-banner .wpem-event-date .wpem-event-date-type .wpem-from-date .wpem-date{
	font-size: 30px;
	color: #18393C !important;
	font-family: "canto", Sans-serif;
}
.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper .wpem-event-banner .wpem-event-date .wpem-event-date-type .wpem-from-date .wpem-month{
	font-size: 12px;
	color: #18393C !important;
}

.wpem-event-listings .wpem-event-layout-wrapper .event_featured, .wpem-event-listings .wpem-event-layout-wrapper .event_featured:hover{
	background-color: #FCFAF6;
}

.event_listings a.load_more_events{
	font-family: "canto", Sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 23px;
	background-color: var( --e-global-color-primary );
	border-radius: 0px;
	color: white;
	padding: 12px 15px;
	text-transform: unset;
	margin-top: 15px;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	margin-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #333;
	color: #eee;
}

/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.entry-footer .entry-meta {
	border-top: 1px solid #eee;
	padding-top: 24px;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* ## Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination a {
	background-color: #fff;
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
	padding: 8px 12px;
	text-decoration: none;
}

.archive-pagination a:hover,
.archive-pagination a:focus,
.archive-pagination .active a {
	background-color: #c3251d;
	color: #fff;
}

/* ## Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 40px;
}

.comment-respond,
.entry-pings {
	padding: 60px 60px 32px;
}

.entry-comments {
	padding: 60px;
}

.comment-list li {
	padding: 40px 0 0 30px;
}

.comment-list .depth-1 {
	padding-left: 0;
}

.comment-header {
	margin-bottom: 30px;
}

.comment-content {
	clear: both;
}

.comment-content ul > li {
	list-style-type: disc;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-header p {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}


/* # Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 40px;
}

.sidebar .widget {
	background-color: #fff;
	padding: 40px;
}


/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #18393C;
	color: #fff;
	clear: both;
	padding: 53px 0 66px;
}

/*Site Logo*/
.footer-widgets-1
{
	width: 100%;
	margin-bottom: 33px;
}

/*Site Logo*/
.footer-widgets-1 img
{
	width: 205px;
}

.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4,
.footer-widgets-5 {
	float: left;
	width: 25%;
}

/*Address */
.footer-widgets-2 p{
	color: white;
	font-size: 16px;
	line-height: 28px;
	font-family: montserrat,sans-serif;
	font-weight: 400;
	font-style: normal;
}

/*Nav Menus*/
.footer-widgets-3 .widget ul > li,
.footer-widgets-4 .widget ul > li {
	list-style-type: none;
	margin-bottom: 10px;
	padding-bottom: 0;
}

/*Nav Menus*/
.footer-widgets-3 ul li a,
.footer-widgets-4 ul li a{
	color: white;
	font-size: 16px;
	line-height: 28px;
	text-decoration: none;
	font-family: montserrat,sans-serif;
	font-weight: 400;
	font-style: normal;
}

.footer-widgets-4  #nav_menu-4{
	margin-bottom: 10px;
}
/*Social icons */
.footer-widgets-4 a {
	color: white;
	margin-right: 20px;
	text-decoration: none;
}

.footer-widgets-4 i{
	font-size: 23px;
}

/*Newsletter*/

.footer-widgets-5 form p .consent .consent-check .wpcf7-list-item{
	margin-left: 0;
}

.footer-widgets-5 form p .consent .wpcf7-not-valid-tip{
	position: absolute;
	width: 170px;
}

.footer-widgets-5 form p label{
	color: #fff;
	font-size: 24px;
	font-family: canto,serif;
	font-weight: 700;
	font-style: normal;
	margin-bottom: 10px;
	display: inline-block;
}

.footer-widgets-5 form p .wpcf7-form-control.wpcf7-text.wpcf7-email{
	color: #fff;
	background-color: transparent;
	border: 0;
	border-bottom: 1px solid #949bac;
	padding: 10px 0;
	font-size: 24px;
	font-family: canto,serif;
	font-weight: 700;
	font-style: normal;
}

.footer-widgets-5 form p.consent-label {
	margin-top: -55px;
	margin-bottom: -15px;
	text-indent: 13px;
	font-size: 16px;
	color: white;
}

.footer-widgets-5 form p.consent-label a {
	color: white;
}

.footer-widgets-5 form p.consent-label b {
	margin-bottom: 15px;
	display: inline-block;
	/*font-size: ;*/
}

.footer-widgets-5 form p .wpcf7-form-control.wpcf7-submit{
	font-size: 16px;
	font-family: canto,serif;
	font-weight: 700;
	font-style: normal;
	color: #18393C;
	padding: 10px 20px;
	margin-top: 40px;
	background-color: white;
}

.footer-widgets-5 .wpcf7 form .wpcf7-response-output{
	color: white;
	margin-left: 0;
	padding: 0;
	border: none !important;
}

/*.footer-widgets-5 p label {*/
/*	color: #fff;*/
/*	font-size: 24px;*/
/*	font-family: canto,serif;*/
/*	font-weight: 700;*/
/*	font-style: normal;*/
/*	line-height: 0;*/
/*}*/

/*.footer-widgets-5 p .wpcf7-form-control-wrap.consent {*/
/*	margin: 0;*/
/*}*/

/*.footer-widgets-5 p label .wpcf7-list-item-label{*/
/*	color: #fff;*/
/*	font-size: 12px;*/
/*	font-family: montserrat,sans-serif;*/
/*	font-weight: 400;*/
/*	font-style: normal;*/
/*	line-height: 0;*/
/*}*/

/*.footer-widgets-5 input[type="email"] {*/
/*	color: #fff;*/
/*	background-color: transparent;*/
/*	border: 0;*/
/*	border-bottom: 1px solid #949bac;*/
/*	padding: 10px 0;*/
/*	font-size: 24px;*/
/*	font-family: canto,serif;*/
/*	font-weight: 700;*/
/*	font-style: normal;*/
/*}*/

.footer-widgets-5 input[type="email"]::placeholder,
.footer-widgets-5 input[type="email"]::-webkit-input-placeholder,
.footer-widgets-5 input[type="email"]:-moz-placeholder {
	color: #3C636C;
}

/*.footer-widgets-5 form p .consent .consent-check .wpcf7-list-item{*/
/*	margin-left: 0;*/
/*}*/


/*.footer-widgets-5 input[type="submit"] {*/
/*	font-size: 16px;*/
/*	font-family: canto,serif;*/
/*	font-weight: 700;*/
/*	font-style: normal;*/
/*	color: #18393C;*/
/*	padding: 10px 20px;*/
/*	margin-top: 20px;*/
/*	background-color: white;*/
/*}*/

.footer-widgets-5 .wpcf7-spinner {
	display: none;
}

.footer-widgets-5 h4 {
	color: #fff;
	font-size: 24px;
	font-family: canto,serif;
	font-weight: 700;
	font-style: normal;
	margin-bottom: 0;
	display: inline-block;
}
.footer-widgets-5 a.button.btn {
	font-size: 16px;
	font-family: canto, serif;
	font-weight: 700;
	font-style: normal;
	color: #18393C;
	margin-top: 20px;
	background-color: white;
	border-radius: 0;
	text-decoration: none;
	padding: 15px 30px;
}

.footer-widgets-5 a.button.btn:hover {
text-decoration: underline;
}


/* # Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #18393C;
	font-size: 14px;
	padding: 21px 0 30px;
	border-top: solid 1px #3C636C;
}

.site-footer .widget {
	margin-bottom: 0;
}

.site-footer p{
	color: white;
	margin-bottom: 0;
}

.site-footer a{
	color: white;
	text-decoration: underline;
}

.site-footer .after-footer #text-4,
.site-footer .after-footer #text-3{
	width: 50%;
	font-family: montserrat,sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
}

.site-footer .after-footer #text-4{
	float: left;
}

.site-footer .after-footer #text-3{
	float: right;
	text-align: right;
}


.h-100{
	height: 100% !important;
}

/* # Home
---------------------------------------------------------------------------------------------------- */
.pd-50 {
	padding: 50px 0;
}

.find-out a {
	font-size: 14px !important;
}

.pd-0 .elementor-element-22dda2e > .elementor-element-populated {
	padding: 0 !important;
}

.elementor-widget-container p a{
	text-decoration: underline;
}

#image-links .elementor-widget-container {
	position: relative;
}

#image-links .elementor-widget-container .widget-image-caption {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

#image-links .elementor-widget-container .widget-image-caption,
#image-links .elementor-widget-container .widget-image-caption a {
	/*font-family: 'Libre Baskerville', serif !important;*/
	/*font-size: 18px;*/
	/*color: #fff;*/
	/*text-decoration: underline;*/
}

#instagram {
	padding: 120px 0 100px;
}


.blue-banner form > p label:first-of-type{
	display: none;
}

.blue-banner form p{
	text-align: center;
}

.blue-banner form p:nth-of-type(2){
	text-indent: -110px;
}

.blue-banner form p .consent .consent-check .wpcf7-list-item{
	margin-left: 0;
}

.blue-banner form p .consent .wpcf7-not-valid-tip{
	position: absolute;
	width: 170px;
	left: 50%;
	transform: translateX(15%);
}

.blue-banner form p label{
	color: #fff;
	font-size: 24px;
	font-family: canto,serif;
	font-weight: 700;
	font-style: normal;
	margin-bottom: 10px;
	display: inline-block;
}

.blue-banner form p .wpcf7-form-control.wpcf7-text.wpcf7-email{
	color: #fff;
	background-color: transparent;
	border: 0;
	border-bottom: 1px solid #949bac;
	padding: 10px 0;
	font-size: 24px;
	font-family: canto,serif;
	font-weight: 700;
	font-style: normal;
	text-align: center;
}

.blue-banner input[type="email"]::placeholder,
.blue-banner input[type="email"]::-webkit-input-placeholder,
.blue-banner input[type="email"]:-moz-placeholder {
	color: #7985B2;
}

.blue-banner form p.consent-label {
	margin-top: -55px;
	margin-bottom: -15px;
	text-indent: 13px;
	font-size: 16px;
	color: white;
}

.blue-banner form p.consent-label a {
	color: white;
}

.blue-banner form p.consent-label b {
	margin-bottom: 15px;
	display: inline-block;
	/*font-size: ;*/
}

.blue-banner form p .wpcf7-form-control.wpcf7-submit{
	font-size: 16px;
	font-family: canto,serif;
	font-weight: 700;
	font-style: normal;
	color: #18393C;
	padding: 10px 20px;
	margin-top: 40px;
	background-color: white;
}

.blue-banner form .wpcf7-response-output{
	color: white;
	margin-left: 0;
	padding: 0;
	border: none !important;
	text-align: center;
}

.blue-banner  .wpcf7-spinner {
	display: none;
}

/* # Weddings
---------------------------------------------------------------------------------------------------- */
.col-bg-white {
	background-color: rgba(255,255,255,0.8);
	padding: 25px 15px;
}

/* # Hotel
---------------------------------------------------------------------------------------------------- */
.img-carousel .swiper-slide.swiper-slide-next {
	transform: scale(1);
}

.img-carousel .swiper-slide {
	transform: scale(0.9);
}

.cta-link {
	font-size: 14px;
	text-decoration: underline !important;
	display: block !important;
	margin-top: 10px;
}

.elementor-widget-wrap.elementor-element-populated.e-swiper-container{
	padding: 0 !important;
}

/* # Parties and Events
---------------------------------------------------------------------------------------------------- */
.enquiry .row {
	display: flex;
	flex-wrap: wrap;
}

.enquiry .row .col-half {
	width: calc(50% - 30px);
	margin: 0 15px;
}

.enquiry .row .col-full,
.enquiry .submit {
	padding: 0 15px;
	width: 100%;
}

/*  */
.crown-icon a {
	position: relative;
	padding-left: 30px;
}

.crown-icon a::before {
	content:'';
	position: absolute;
	left: 0;
	top: 0;
	background-image: url('/wp-content/uploads/2021/11/crown-icon.png');
	background-size: cover;
	height: 9px;
	width: 20px;
	margin-top: 4.5px;

}

@media only screen and (max-width: 767px) {
	.enquiry .row .col-half {
		width: 100%;
		margin: 0 auto;
	}

	.enquiry .row .col-full,
	.enquiry .submit {
		padding: 0;
	}
}

.enquiry .row {
	margin-bottom: 20px;
}

.enquiry .row input[type="text"],
.enquiry .row input[type="email"],
.enquiry .row input[type="tel"],
.enquiry .row textarea {
	font-size: 18px;
	color: #18393C;
	width: 100%;
	background-color: transparent;
	border: 0;
	border-bottom: 1px solid #80889b;
}

.enquiry .row textarea {
	height: 62px;
}

.submit input[type="submit"] {
	font-family: 'Libre Baskerville', serif !important;
	font-size: 14px;
	background-color: #18393C;
	padding: 12px 35px;
}

#image-links .elementor-widget-image .wp-caption > a {
	position: relative;
}

#image-links .elementor-widget-image .wp-caption > a::before {
	content: '';
	background-color: rgba(0,0,0,0.5);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

/* # Contact Us
---------------------------------------------------------------------------------------------------- */
#oh-tabs .elementor-tab-content,
#oh-tabs .elementor-tab-title,
#oh-tabs .elementor-tabs-content-wrapper {
	border: 0;
}

#oh-tabs .elementor-tab-desktop-title {
	font-family: 'Libre Baskerville', serif !important;
	font-size: 14px;
	font-weight: 400 !important;
	display: inline-block;
	color: #18393C;
	text-decoration: underline;
	padding: 20px 60px;
	opacity: 0.5;
}

#oh-tabs .elementor-tab-desktop-title.elementor-active {
	opacity: 1;
}

#oh-tabs .elementor-tabs-wrapper {
	text-align: center;
	margin-bottom: 30px;
}

#oh-tabs .elementor-tab-title::before,
#oh-tabs .elementor-tab-title::after {
	display: none;
}

#custom_html-3,
#custom_html-4 {
	position: absolute;
}

#custom_html-3 {
	left: 0;
}

#custom_html-4 {
	right: 0;
}

.btn-head {
	background-color: #3C636C;
	border: 1px solid #3C636C;
	font-family: canto,serif;
	font-size: 16px;
	font-weight: 700 !important;
	color: #fff;
	padding: 12px 15px;
	text-decoration: none;
	text-align: center;
}

.btn-head:hover {
	border: 1px solid #fff;
	/*background-color: transparent;*/
	color: #f5f5f5;
}

.btn-head > i.fab{
	margin-right: 7px;
	font-size: 20px;
	position: relative;
	top: 3px;
}

.mr-15 {
	margin-right: 15px;
}

#media_image-4 {
	margin-top: 72px;
}

/* # Book a Stay
---------------------------------------------------------------------------------------------------- */
#booking iframe {
/* 	height: 100vh; */
	height: 780px;
}

/* # Shop
---------------------------------------------------------------------------------------------------- */
.woocommerce-shop .woocommerce.columns-3 {
	max-width: 1240px;
	margin: 0 auto;
}

/* .woocommerce-shop .site-inner {
	background-color: #f5f5f5;
} */

.woocommerce ul.products li.product a img {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.woocommerce-shop ul.products li.product {
	border: 1px solid #dfdfed;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product .price {
	padding: 0 15px !important;
}

.woocommerce ul.products li.product .button {
	font-family: 'Libre Baskerville', serif;
	background-color: #f5f5f5;
	margin-left: 15px;
	border-radius: 0;
}

.woocommerce ul.products li.product a,
.woocommerce ul.products li.product .price {
	color: #18393C !important;
}

.woocommerce ul.products li.product .price {
	margin-top: 10px;
}

.woocommerce.columns-3 ul.products li.product {
	padding-bottom: 20px;
}

.elementor-accordion .elementor-tab-title {
	background-color: #18393C;
}

.elementor-widget-accordion .elementor-accordion-title {
	color: #fff !important;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
	background-color: #18393C !important;
}

.single-product .entry-header .entry-meta {
	display: none;
}

.single-product .related.products {
	clear: left;
}

/* # Blog
 ---------------------------------------------------------------------------------------------------- */

.blog .site-inner {
	padding: 50px 0;
}
.blog .content {
	display: flex;
	flex-wrap: wrap;
}
.blog .entry {
	width: 33.3%;
	padding: 0 15px;
	margin-bottom: 30px;
	font-size: 17px;
	text-align: center;
	float: left;
}
.blog .entry .entry-title {
	margin-top: 20px;
	font-size: 22px;
}

@media only screen and (max-width: 1024px) {
	.blog .site-inner {
		padding: 35px 0;
	}
	.blog .entry {
		font-size: 16px;
	}
	.blog .entry .entry-title {
		margin-top: 15px;
		font-size: 20px;
	}
	#booking iframe {
/* 		height: 80vh; */
		height: 600px;
	}
}

@media only screen and (max-width: 768px) {
	.blog .entry {
		width: 50%;
	}
	#booking iframe {
		height: 75vh;
	}
}

@media only screen and (max-width: 575px) {
	.blog .entry {
		width: 100%;
		max-width: 420px;
		margin: 0 auto 25px;
		float: none;
	}
}

/* # Single
 ---------------------------------------------------------------------------------------------------- */

.single .site-inner {
	max-width: 800px;
	padding: 50px 15px;
}
.single .entry {
	padding: 0;
}

@media only screen and (max-width: 1024px) {
	.single .site-inner {
		padding: 35px 15px;
	}
}

#whats-on h2.wpem-heading-text,
.wpem-single-event-body-sidebar .event_registration.registration {
	display: none;
}


/* # Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1366px) {
	.site-header > .wrap {
		padding: 20px 15px;
	}

	.footer-widgets {
		padding: 53px 15px 66px;
	}

	#page-header > .elementor-container {
		min-height: 550px;
	}

	#instagram {
		padding: 100px 0 80px;
	}
}

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

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 920px;
	}

	.content {
		width: 800px;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 580px;
	}

	.sidebar-primary {
		width: 300px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		/*width: 340px;*/
	}

	.footer-widgets-1 {
		/*margin-right: 60px;*/
	}

}

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

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 740px;
	}

	.content {
		width: 620px;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 400px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		/*width: 300px;*/
	}

	.footer-widgets-1 {
		/*margin-right: 30px;*/
	}

	.footer-widgets {
		padding: 65px 15px;
	}

	#page-header > .elementor-container {
		min-height: 500px;
	}

	#instagram {
		padding: 80px 0 60px;
	}

}

@media only screen and (max-width: 1023px) {
	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.js .genesis-nav-menu .sub-menu a,
	.js .genesis-nav-menu .sub-menu,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.title-area {
		width: 100%;
	}

	.genesis-nav-menu li,
	.header-image .title-area,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .widget-area,
	.site-title {
		text-align: center;
	}

	.site-header .search-form {
		margin: 16px auto;
	}

	.js nav.nav-primary,
	.js .site-header nav  {
		display: none;
		position: absolute;
		width: 100%;
		z-index: 999;
		background-color: #fff;
		padding: 0 15px;
	}

	.js .site-header nav .wrap {
		padding: 0;
	}

	.js nav.pagination {
		display: block;
	}

	.menu-toggle,
	.sub-menu-toggle {
		background-color: transparent;
		border-width: 0;
		color: #fff;
		display: block;
		margin: 0 auto;
		overflow: hidden;
		text-align: center;
		visibility: visible;
	}

	.sub-menu-toggle:hover,
	.sub-menu-toggle:focus {
		border-width: 0;
	}

	.menu-toggle {
		font-size: 0;
		line-height: 20px;
		z-index: 1000;
		width: 100%;
		position: absolute;
		left: 15px;
		top: 40px;
		padding: 0;
		width: 100%;
		max-width: 40px;
		height: 40px;
	}

	.menu-toggle.sticky {
		position: fixed;
	}

	.menu-toggle:before {
		font-size: 40px !important;
		width: 40px !important;
		height: 40px !important;
	}

	.header-image .title-area {
		margin: 0 0 0 50px;
	}

	.site-header .menu-toggle {
		border: 0;
	}

	.menu-toggle:before,
	.menu-toggle.activated:before {
		margin-right: 0;
		text-rendering: auto;
		-webkit-transform: translate(0, 0);
		-ms-transform:     translate(0, 0);
		transform:         translate(0, 0);
	}

	.menu-toggle.activated:before {
		content: '\f00d';
		font-family: "Font Awesome 6 Pro";
		font-weight: 300;

	}

	.site-header .menu-toggle {
		border: 0;
	}

	.sub-menu-toggle {
		float: right;
		padding: 10px;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 100;
	}

	.sub-menu-toggle:before {
		display: inline-block;
		text-rendering: auto;
		-webkit-transform: translate(0, 0);
		-ms-transform:     translate(0, 0);
		transform:         translate(0, 0);
	}

	.sub-menu-toggle.activated:before {
		content: "\f142";
	}

	.js .nav-primary .genesis-nav-menu .menu-item,
	.js .site-header .genesis-nav-menu .menu-item {
		display: block;
		float: none;
		margin: 1px 0;
		position: relative;
		text-align: left;
	}

	.js .genesis-nav-menu .menu-item:hover {
		position: relative;
	}

	.js .nav-primary .genesis-nav-menu .menu-item a,
	.js .site-header .genesis-nav-menu .menu-item a {
		border: none;
		padding: 20px 0;
		width: 100%;
	}

	.js .genesis-nav-menu .sub-menu {
		border: none;
	}

	.js .genesis-nav-menu .menu-item > a:focus ul.sub-menu,
	.js .genesis-nav-menu .menu-item > a:focus ul.sub-menu .sub-menu {
		left: 0;
		margin-left: 0;
	}

	.js .genesis-nav-menu > .menu-item-has-children > a:after {
		content: none;
	}

	.js .genesis-nav-menu .sub-menu {
		clear: both;
		display: none;
		margin: 0;
		opacity: 1;
		padding-left: 15px;
		position: static;
		width: 100%;
	}

	.js .genesis-nav-menu .sub-menu .sub-menu {
		margin: 0;
	}

	.js nav button:hover,
	.js .menu-toggle:hover,
	.js .nav-primary {
		background-color: transparent;
		color: #fff;
	}

	.js nav button:focus,
	.js .menu-toggle:focus {
		background-color: transparent;
		color: #fff;
	}

	.footer-widgets-1,
	.footer-widgets-2 {
		margin: 0 auto 40px;
	}

	#custom_html-4 {
		display: none;
	}

	#custom_html-3 {
		left: initial;
		right: 0;
	}

	.footer-widgets {
		padding: 40px 15px;
	}

	.footer-widgets-1{
		display: none;
	}

	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4,
	.footer-widgets-5 {
		float: left;
		width: 25%;
		max-width: 25%;
		text-align: left;
	}

	.footer-widgets-3 input[type="email"] {
		text-align: center;
	}

	#media_image-3 {
		display: block;
		margin-bottom: 15px;
	}

	.site-footer .widget_media_image {
		display: none;
	}

	.site-footer .simple-social-icons {
		float: none;
		margin-top: 0;
		max-width: 195px;
		margin: 0 auto;
	}

	.site-footer {
		padding: 18px 0;
	}

	#simple-social-icons-2.simple-social-icons ul.alignright {
		float: none !important;
		text-align: center !important
	}

	#simple-social-icons-2.simple-social-icons ul li {
		margin-bottom: 0 !important;
	}

	#page-header > .elementor-container {
		min-height: 470px;
	}

	#page-intro, .pd-50 {
		padding: 35px 0;
	}

	.pd-right > .elementor-element-populated {
		padding: 0px 35px 0px 10px !important;
	}

	.pd-left > .elementor-element-populated {
		padding: 0px 10px 0px 35px !important;
	}

}

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

	body > div {
		font-size: 1.6rem;
	}

	body {
		font-size: 16px;
		font-size: 1.6rem;
	}

	h2 {
		font-size: 28px;
		font-size: 2.8rem;
	}

	.after-entry,
	.archive-description,
	.author-box,
	.comment-respond,
	.entry-comments,
	.entry-pings,
	.sidebar .widget {
		padding: 30px;
		margin-bottom: 5%;
	}

	.sidebar {
		margin-bottom: 5%;
	}

	.pagination {
		margin: 5% auto;
	}

	.archive-pagination li a {
		margin-bottom: 4px;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

	.header-image .title-area {
		max-width: 200px;
	}

	.btn-head {
		padding: 7px 12px;
	}

	.site-header > .wrap {
		padding: 12px 15px;
	}

	.menu-toggle::before {
		font-size: 35px !important;
		width: 35px !important;
		height: 35px !important;
	}

	.menu-toggle.activated::before {
		font-size: 30px !important;
		width: 30px !important;
		height: 30px !important;
	}

	.menu-toggle {
		max-width: 35px;
		height: 35px;
		top: 34px;
	}

	.header-image .title-area {
		margin: 0 0 0 40px;
	}

	#page-header > .elementor-container {
		min-height: 430px;
	}

	#instagram {
		padding: 60px 0 40px;
	}

	.elementor-37 .elementor-element.elementor-element-66b8692 > .elementor-widget-container {
		margin: 25px 0px 0px 0px !important;
	}

	.elementor-37 .elementor-element.elementor-element-e533a0e > .elementor-widget-container {
		margin: 20px 0px 0px 0px !important;
	}

}

@media only screen and (max-width: 767px) {
	.text-center {
		text-align: center;
	}

	.find-out > .elementor-widget-container,
	.mb-mob-0 > .elementor-widget-container {
		margin: 0 !important;
	}

	.pd-right > .elementor-element-populated,
	.pd-left > .elementor-element-populated {
		padding: 10px !important;
	}

	.elementor-37 .elementor-element.elementor-element-af3ffd8 {
		margin-top: 0 !important;
	}

	#instagram {
		padding: 30px 0;
	}

	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4,
	.footer-widgets-5 {
		float: none;
		width: 50%;
		max-width: 50%;
		text-align: left;
		margin: 0 0 30px;
		display: inline-block;
	}

	.elementor-image-carousel-wrapper.swiper-container .swiper-slide .swiper-slide-inner .elementor-image-carousel-caption{
		/*text-align: left;*/
	}

	.container-right .elementor-container.elementor-column-gap-default{
		padding-left: 0;
		padding-right: 0;
	}
}

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

	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4,
	.footer-widgets-5 {
		float: left;
		width: 100%;
		max-width: 100%;
		text-align: left;
		margin: 0 0 30px;
		display: inline-block;
	}

	.site-footer .after-footer #text-4,
	.site-footer .after-footer #text-3{
		font-size: 12px;
	}

	.header-image .title-area {
		max-width: 79%;
	}

	#custom_html-3 .tel-btn,
	#custom_html-3 .book-btn {
		font-size: 0;
		position: relative;
		border-radius: 50%;
		width: 30px;
		height: 30px;
		display: inline-block;
		vertical-align: middle;
		padding: 0;
	}

	#custom_html-3 .tel-btn::before,
	#custom_html-3 .book-btn::before {
		font-family: dashicons;
		font-size: 17px;
		/*color: #18393C;*/
		position: absolute;
		left: 6px;
	}

	#custom_html-3 .tel-btn::before {
		content: '\f525';
		transform: rotate(90deg);
	}

	#custom_html-3 .book-btn::before {
		content: '\f508';
	}

	#custom_html-3 .tel-btn:hover::before,
	#custom_html-3 .book-btn:hover::before {
		color: #fff;
	}

	.mr-15 {
		margin-right: 8px;
	}

	#page-header > .elementor-container {
		min-height: 330px;
	}

	h2 {
		font-size: 25px;
		font-size: 2.5rem;
	}
}

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


	#page-intro, .pd-50 {
		padding: 20px 0;
	}
}

@media only screen and (max-width: 420px) {
	.btn-head {
		font-size: 12px;
		padding: 7px 5px;
	}

	#page-header > .elementor-container {
		min-height: 280px;
	}
}


/* # Print Styles
---------------------------------------------------------------------------------------------------- */

@media print {

	*,
	*:before,
	*:after {
		background: transparent !important;
		box-shadow: none !important;
		color: #000 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]:after,
	a[href^="#"]:after,
	.site-title > a:after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	.content,
	.content-sidebar {
		width: 100%;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
		top: -100px;
	}

	.author-box {
		margin-bottom: 0;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}


	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

}

.elementor-page-2065{
	overflow-x: hidden;
}
