/*
Theme Name: Marine and Lawn Hotel & Resort - Slieve Donard (NEW)
Theme URI: 
Author: BettarIt
Author URI: 
Description: Marine and Lawn Hotel & Resort child theme for Rusacks.
Version: 9.0.250
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: genesis-block-theme
Domain Path: /languages/
Tags: one-column, featured-images, theme-options, custom-background, custom-colors, custom-logo, custom-menu, editor-style, translation-ready, footer-widgets, full-width-template, blog, sticky-post, threaded-comments, wide-blocks
Requires at least: 5.0
Requires PHP: 7.1
*/
/* --------------------------------------------------------------
Reset
-------------------------------------------------------------- */
/* stylelint-disable selector-list-comma-newline-after  */
@import url("https://fonts.googleapis.com/css2?family=Public+Sans:wght@100;200;300;400;500;600&display=swap");
@font-face {
	font-family: Saol Display;
	src: url(inc/fonts/SaolDisplay-Light.woff2) format("woff2"),
		url(inc/fonts/SaolDisplay-Light.woff) format("woff");
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: Saol Display;
	src: url(inc/fonts/SaolDisplay-LightItalic.woff2) format("woff2"),
		url(inc/fonts/SaolDisplay-LightItalic.woff) format("woff");
	font-weight: 400;
	font-style: italic;
}
@font-face {
	font-family: "Vulf Mono";
	src: url("inc/fonts/Vulf_Mono-Regular_web.woff2") format("woff2");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Magdalene";
	src: url("inc/fonts/magdalene.woff2") format("woff2");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Voyage";
	src: url("inc/fonts/voyage/Voyage-Regular.eot");
	src: url("inc/fonts/voyage/Voyage-Regular.eot?#iefix")
			format("embedded-opentype"),
		url("inc/fonts/voyage/Voyage-Regular.woff2") format("woff2"),
		url("inc/fonts/voyage/Voyage-Regular.woff") format("woff"),
		url("inc/fonts/voyage/Voyage-Regular.ttf") format("truetype"),
		url("inc/fonts/voyage/Voyage-Regular.svg#Voyage-Regular") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Roslindale";
	src: url("inc/fonts/Roslindale-TextRegular-Testing.woff2") format("woff2");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Freight Text Pro";
	src: url("inc/fonts/freigtexprobook-webfont.woff2") format("woff2");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Toy";
	src: url("inc/fonts/ToYRegular-Web.woff2") format("woff2");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

/* ApocLC-Revelations */
@font-face {
	font-family: "apocRevelations";
	src: url("inc/fonts/apoclc/ApocLC-Revelations.otf") format("woff2");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "apocRevelations";
	src: url("inc/fonts/apoclc/ApocRevelations-Bold.otf") format("woff2");
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

/* Varaibles */
:root {
	/* --donard-header: var(--donard-header); */
	--donard-header: #3b1911;
	--donard-background: #fbf3ef;
	--donard-h1-color: #3b1911;
	--donard-h2-color: #3b1911;

	--headings__xlarge__font-size--max: 84px;
	--headings__xlarge__font-size--default: 36px;
	--headings__xlarge__font-size--diff: 48px;

	--headings__large__font-size--max: 74px;
	--headings__large__font-size--default: 32px;
	--headings__large__font-size--diff: 42px;

	--headings__medium__font-size--max: 48px;
	--headings__medium__font-size--default: 30px;
	--headings__medium__font-size--diff: 18px;

	--apoc-lc-revelations-aalt: "aalt" off;
	--apoc-lc-revelations-case: "case" off;
	--apoc-lc-revelations-dnom: "dnom" off;
	--apoc-lc-revelations-frac: "frac" off;
	--apoc-lc-revelations-lnum: "lnum" off;
	--apoc-lc-revelations-numr: "numr" off;
	--apoc-lc-revelations-onum: "onum" off;
	--apoc-lc-revelations-ordn: "ordn" off;
	--apoc-lc-revelations-salt: "salt" off;
	--apoc-lc-revelations-ss01: "ss01" off;
	--apoc-lc-revelations-ss02: "ss02" off;
	--apoc-lc-revelations-ss03: "ss03" off;
	--apoc-lc-revelations-ss04: "ss04" off;
	--apoc-lc-revelations-sups: "sups" off;
}

/* If class is applied, update custom property and
   apply modern font-variant-* when supported */
.apoc-lc-revelations-aalt {
	--apoc-lc-revelations-aalt: "aalt" on;
}

.apoc-lc-revelations-case {
	--apoc-lc-revelations-case: "case" on;
}

.apoc-lc-revelations-dnom {
	--apoc-lc-revelations-dnom: "dnom" on;
}

.apoc-lc-revelations-frac {
	--apoc-lc-revelations-frac: "frac" on;
}

@supports (font-variant-numeric: diagonal-fractions) {
	.apoc-lc-revelations-frac {
		--apoc-lc-revelations-frac: "____";
		font-variant-numeric: diagonal-fractions;
	}
}

.apoc-lc-revelations-lnum {
	--apoc-lc-revelations-lnum: "lnum" on;
}

@supports (font-variant-numeric: lining-nums) {
	.apoc-lc-revelations-lnum {
		--apoc-lc-revelations-lnum: "____";
		font-variant-numeric: lining-nums;
	}
}

.apoc-lc-revelations-numr {
	--apoc-lc-revelations-numr: "numr" on;
}

.apoc-lc-revelations-onum {
	--apoc-lc-revelations-onum: "onum" on;
}

@supports (font-variant-numeric: oldstyle-nums) {
	.apoc-lc-revelations-onum {
		--apoc-lc-revelations-onum: "____";
		font-variant-numeric: oldstyle-nums;
	}
}

.apoc-lc-revelations-ordn {
	--apoc-lc-revelations-ordn: "ordn" on;
}

@supports (font-variant-numeric: ordinal) {
	.apoc-lc-revelations-ordn {
		--apoc-lc-revelations-ordn: "____";
		font-variant-numeric: ordinal;
	}
}

.apoc-lc-revelations-salt {
	--apoc-lc-revelations-salt: "salt" on;
}

.apoc-lc-revelations-ss01 {
	--apoc-lc-revelations-ss01: "ss01" on;
}

.apoc-lc-revelations-ss02 {
	--apoc-lc-revelations-ss02: "ss02" on;
}

.apoc-lc-revelations-ss03 {
	--apoc-lc-revelations-ss03: "ss03" on;
}

.apoc-lc-revelations-ss04 {
	--apoc-lc-revelations-ss04: "ss04" on;
}

.apoc-lc-revelations-sups {
	--apoc-lc-revelations-sups: "sups" on;
}

@supports (font-variant-position: super) {
	.apoc-lc-revelations-sups {
		--apoc-lc-revelations-sups: "____";
		font-variant-position: super;
	}
}

/* Apply current state of all custom properties
   whenever a class is being applied */
.apoc-lc-revelations-aalt,
.apoc-lc-revelations-case,
.apoc-lc-revelations-dnom,
.apoc-lc-revelations-frac,
.apoc-lc-revelations-lnum,
.apoc-lc-revelations-numr,
.apoc-lc-revelations-onum,
.apoc-lc-revelations-ordn,
.apoc-lc-revelations-salt,
.apoc-lc-revelations-ss01,
.apoc-lc-revelations-ss02,
.apoc-lc-revelations-ss03,
.apoc-lc-revelations-ss04,
.apoc-lc-revelations-sups {
	font-feature-settings: var(--apoc-lc-revelations-aalt),
		var(--apoc-lc-revelations-case), var(--apoc-lc-revelations-dnom),
		var(--apoc-lc-revelations-frac), var(--apoc-lc-revelations-lnum),
		var(--apoc-lc-revelations-numr), var(--apoc-lc-revelations-onum),
		var(--apoc-lc-revelations-ordn), var(--apoc-lc-revelations-salt),
		var(--apoc-lc-revelations-ss01), var(--apoc-lc-revelations-ss02),
		var(--apoc-lc-revelations-ss03), var(--apoc-lc-revelations-ss04),
		var(--apoc-lc-revelations-sups);
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	/* stylelint-disable max-line-length */
	border: 0;
	/* font-family: inherit; */
	font-family: "Freight Text Pro", "Public Sans", sans-serif;
	font-size: 16px;
	/* font-family: 'Public Sans',sans-serif;
	font-size: 100%; */
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

/* stylelint-enable selector-list-comma-newline-after */
html {
	font-size: 62.5%;
	overflow-y: scroll;
	overflow-x: hidden;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	transition: 0.2s opacity ease-out;
}

body {
	overflow-x: unset !important;
	margin: 0 auto;
	color: var(--donard-header);
	background: var(--donard-background);
	word-wrap: break-word;
}
body.rusacks,
.post-content.rusacks,
.entry-content {
	background: var(--donard-background);
}

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

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

table {
	/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td {
	font-weight: 300;
	text-align: left;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

/* a:focus {
	outline: thin dotted;
} */

a:hover,
a:active {
	outline: 0;
}

a img {
	border: 0;
}

/* --------------------------------------------------------------
Typography
-------------------------------------------------------------- */
body,
button {
	color: #272c30;
	font-family: "Public Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 18px;
	line-height: 1.6;
}

@media (max-width: 600px) {
	body,
	button {
		font-size: 16px;
	}
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: "Public Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 600;
	line-height: 1.2;
	/* margin-bottom: 3%; */
	margin-bottom: 20px;
	margin-top: 20px;
}

/* Fallback title styles */
h1 {
	font-family: "apocRevelations";
	font-size: 2em;
	font-weight: bold;
	color: var(--donard-h1-color);
	font-feature-settings: var(--apoc-lc-revelations-ss01);
	--apoc-lc-revelations-ss01: "ss01" on;
}
h1 > span {
	font-family: "apocRevelations";
	font-size: inherit;
	font-weight: bold;
	color: var(--donard-h1-color);
	font-feature-settings: var(--apoc-lc-revelations-ss02);
	--apoc-lc-revelations-ss02: "ss02" on;
}

h2 {
	font-family: "apocRevelations";
	font-size: 1.6em;
	font-weight: 400;
	color: var(--donard-h2-color);
	font-feature-settings: var(--apoc-lc-revelations-ss01);
	--apoc-lc-revelations-ss01: "ss01" on;
}
h2 > span {
	font-family: "apocRevelations";
	font-size: inherit;
	font-weight: 400;
	color: inherit;
	font-feature-settings: var(--apoc-lc-revelations-ss02);
	--apoc-lc-revelations-ss02: "ss02" on;
}

h3 {
	font-family: "Freight Text Pro";
	font-size: 1.4em;
	font-weight: 400;
	color: var(--donard-header);
}

h4 {
	font-size: 1.2em;
	color: var(--donard-header);
}

h5 {
	font-size: 1.1em;
	color: var(--donard-header);
}

h6 {
	font-size: 1em;
	color: var(--donard-header);
}

p,
.embed-vimeo {
	margin-bottom: 1.2em;
}

b,
strong {
	font-weight: 600;
}

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

blockquote {
	color: #272c30;
	font-weight: 600;
	line-height: 1.4;
	margin: 1em 0 1.2em 0;
	position: relative;
	padding: 0 0 0 30px;
	border-left: solid 4px #272c30;
}

blockquote p {
	margin-bottom: 1em;
}

blockquote cite {
	margin-top: 10px;
	display: block;
}

.comments-area blockquote {
	font-size: 18px;
}

@media (max-width: 1000px) {
	.comments-area blockquote {
		font-size: 16px;
	}
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #f2f2f2;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

.comments-area pre {
	background: #d7dee5;
}

code,
kbd,
tt,
var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	text-decoration: none;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: 0.5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}

.highlight {
	background: #fff198;
}

/* --------------------------------------------------------------
Elements
-------------------------------------------------------------- */
ul,
ol {
	margin: 0 0 1.4em 20px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

ul ul,
ol ol,
ul ol,
ol ul {
	margin: 0.6em 0 0.6em 1.5em;
}

.hide-sub {
	display: none !important;
}

.entry-content ul,
.entry-content ol {
	padding-left: 1.8em;
}

.entry-content li {
	margin-bottom: 2%;
}

dt {
	font-weight: 600;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 0;
}

/* Tables */
table {
	font-size: 18px;
	margin-bottom: 5%;
	padding: 0;
	width: 100%;
}

table thead {
	background: #f2f2f2;
}

table thead th {
	font-weight: 600;
}

table td,
#content table th {
	padding: 15px;
}

table td {
	border-bottom: solid 1px #f2f2f2;
}

table tr:last-child td {
	border-bottom: none;
}

table tr:nth-child(even) {
	background: #f2f2f2;
}

/* --------------------------------------------------------------
Links
-------------------------------------------------------------- */
a {
	/* color: #62707c;
	text-decoration: none; */
	text-decoration: underline;
	text-underline-offset: 3px;
	color: rgba(52, 52, 52, 1) !important;
	box-shadow: none !important;
}

a:hover,
a:focus,
a:active {
	color: #272c30;
}

/* --------------------------------------------------------------
Theme Elements with wp-admin equivalents.
-------------------------------------------------------------- */
.entry-header .entry-title,
.editor-post-title__input {
	/* The blog title in the block editor. */
	font-family: "Public Sans", sans-serif;
	position: relative;
	font-size: 14px;
	font-weight: 400;
	margin: 0;
	padding-top: 1.5rem;
	margin-bottom: 1.5rem;
	text-align: center;
	text-transform: uppercase;
	z-index: 5;
	line-height: 1.3;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

.entry-header .entry-title a,
.editor-post-title__input a {
	color: #272c30;
}

.entry-header .entry-title a:hover,
.editor-post-title__input a:hover {
	text-decoration: underline;
}

@media (max-width: 600px) {
	.entry-header .entry-title,
	.editor-post-title__input {
		font-size: 32px;
	}
}

.minus-margintop-10rem {
	margin-top: -6rem;
}

.no-margin-left {
	margin-left: 0 !important;
}
.no-margin-bottom {
	margin-bottom: 0 !important;
}

/* --------------------------------------------------------------
Form Elements
-------------------------------------------------------------- */
button,
input:not(input[type="radio"]),
textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
	*vertical-align: middle;
	-webkit-appearance: none;
	box-sizing: border-box;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.comment-navigation a {
	background: #0072e5;
	border: none;
	border-radius: 3px;
	color: #fff;
	font-family: "Public Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: 600;
	padding: 14px 20px;
	-webkit-appearance: none;
	transition: 0.2s ease-in-out;
}

@media (max-width: 600px) {
	button,
	input[type="button"],
	input[type="reset"],
	input[type="submit"],
	.button,
	.comment-navigation a {
		padding: 10px 16px;
		font-size: 16px;
	}
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.button:hover,
.comment-navigation a:hover,
.drawer .tax-widget a:hover,
a.added_to_cart:hover {
	/* box-shadow: inset 0 0 80px rgba(255, 255, 255, 0.25);
	-webkit-box-shadow: inset 0 0 80px rgba(255, 255, 255, 0.25); */
	color: #fff;
	cursor: pointer;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active,
.button:active,
.button:focus,
.comment-navigation a:focus,
a.added_to_cart:active,
a.added_to_cart:focus {
	color: #fff;
	/* box-shadow: inset 0 0 80px rgba(0, 0, 0, 0.05); */
}

button:focus {
	box-shadow: inset 0 0 80px rgba(0, 0, 0, 0);
}

input[type="radio"] + label,
input[type="checkbox"] + label,
label ~ input[type="checkbox"] {
	width: auto;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

.searchform {
	position: relative;
}

.searchform .search-input {
	width: 100%;
	font-size: 16px;
}

.searchform .searchsubmit {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	background: transparent !important;
	background-color: none !important;
	color: #627083;
	padding: 14px 15px;
	font-size: 15px;
	line-height: 1.4;
}

.searchform .searchsubmit:hover {
	color: #272c30;
}

.searchform .searchsubmit i {
	-webkit-font-smoothing: antialiased;
	line-height: 1.3;
	font-size: 16px;
	vertical-align: top;
}

@media (max-width: 1000px) {
	.searchform .searchsubmit i {
		line-height: 1;
	}
}

@media (max-width: 1000px) {
	.searchform .searchsubmit span {
		display: none;
	}
}

.results-search {
	background: #fff;
	padding: 3% 5% 4% 5%;
	margin-top: 9%;
	box-shadow: 0 5px 35px rgba(50, 50, 93, 0.1), 0 0 5px rgba(0, 0, 0, 0.07);
}

.search-no-results .results-search {
	margin-top: 5%;
}

.results-search h4 {
	font-size: 18px;
	font-weight: 500;
	text-align: center;
}

.results-search .searchform #s,
.results-search .searchsubmit {
	font-size: 24px;
}

@media (max-width: 1000px) {
	.results-search .searchform #s,
	.results-search .searchsubmit {
		font-size: 16px;
	}
}

.results-search .searchsubmit {
	padding-top: 0;
	padding-bottom: 0;
}

.results-search .searchsubmit span {
	display: none;
}

.results-search .searchsubmit i {
	font-size: 24px;
	line-height: 1.6;
}

@media (max-width: 1000px) {
	.results-search .searchsubmit i {
		line-height: 1.7;
	}
}

.search-results .entry-content {
	font-size: 18px;
}

form {
	display: inline-block;
	width: 100%;
}

form.revinate-form {
	display: block;
	max-width: 600px;
	margin: 0 auto;
}

.field-wrap {
	margin-bottom: 1.4em;
}

@media (max-width: 1000px) {
	.field-wrap {
		margin-bottom: 1em;
	}
}

select {
	padding-right: 45px;
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
	*vertical-align: middle;
	width: 100%;
	-webkit-appearance: normal;
	box-sizing: border-box;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="week"],
input[type="tel"],
input[type="time"],
input[type="month"],
input[type="tel"],
textarea,
select,
.select2-container .select2-selection--single {
	color: #62707c;
	background: #fff;
	box-sizing: border-box;
	-webkit-appearance: none;
	padding: 15px;
	border: solid 1px #d4dde5;
	transition: 0.1s ease-in-out;
	border-radius: 2px;
	font-size: 17px;
	width: 100%;
}

@media (max-width: 1000px) {
	input[type="text"],
	input[type="email"],
	input[type="url"],
	input[type="password"],
	input[type="search"],
	input[type="number"],
	input[type="date"],
	input[type="datetime"],
	input[type="datetime-local"],
	input[type="week"],
	input[type="tel"],
	input[type="time"],
	input[type="month"],
	input[type="tel"],
	textarea,
	select,
	.select2-container .select2-selection--single {
		padding: 12px 10px;
		font-size: 15px;
	}
}

input[type="checkbox"] {
	-webkit-appearance: checkbox !important;
}

input[type="radio"] {
	-webkit-appearance: radio !important;
}

.select2-container .select2-selection--single {
	height: auto;
}

.select2-container--default
	.select2-selection--single
	.select2-selection__rendered {
	line-height: 1;
	padding: 0;
}

.select2-container--default
	.select2-selection--single
	.select2-selection__arrow {
	top: 10px;
	right: 10px;
}

input[type="number"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="week"],
input[type="tel"],
input[type="time"],
input[type="month"],
input[type="tel"] {
	width: auto;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus,
select:focus {
	outline: none;
	box-shadow: inset 0 0 4px 2px #f4f8fb;
	border-color: #abb4bb;
	color: #272c30;
}

select {
	background: #fff url(images/angle-down.jpg) right no-repeat;
	background-size: 12px;
	background-position: right 15px top 20px;
}

select:hover {
	border-color: #d5dde4;
	cursor: pointer;
}

@media (max-width: 1000px) {
	select {
		background-position: right 15px top 17px;
	}
}

select::after {
	content: "x";
}

select[multiple] {
	background: none;
}

@media (max-width: 1000px) {
	input[name="post_password"] {
		display: inline-block;
		margin-bottom: 10px;
		width: 100%;
	}
}

textarea {
	overflow: auto;
	padding: 10px;
	vertical-align: top;
	line-height: 1.4;
}

fieldset legend {
	border-bottom: dotted 1px #d4dde5;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	font-weight: 600;
	font-size: 20px;
}

form label {
	display: inline-block;
	width: 100%;
	font-weight: 600;
}

::-webkit-input-placeholder {
	color: #97a7b5;
}

:-moz-placeholder {
	color: #97a7b5;
}

::-moz-placeholder {
	color: #97a7b5;
}

:-ms-input-placeholder {
	color: #97a7b5;
}

#main .contact-form {
	display: inline-block;
	width: 100%;
}

#main .contact-form label {
	font-weight: 300;
}

#main .contact-form label span {
	color: #62707c;
}

#main .contact-form input[type="text"],
#main .contact-form input[type="email"] {
	margin-bottom: 4%;
	width: 100%;
	max-width: 100%;
}

#main .contact-form textarea {
	margin-bottom: 4%;
	width: 100%;
}

#main .contact-form .contact-submit {
	margin-bottom: 0;
}

.contact-column {
	display: inline-block;
	float: left;
	width: 48%;
	margin-left: 0;
}

.contact-column:last-child {
	margin-left: 4%;
}

@media (max-width: 1000px) {
	.contact-column {
		width: 100%;
	}
	.contact-column:last-child {
		margin-left: 0;
	}
}

.index-posts.archive-posts .post {
	width: 100%;
	margin-right: 0;
	padding-bottom: 5%;
	border-bottom: solid 1px #d7dee3;
}

.index-posts.archive-posts .post:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.index-posts.archive-posts .featured-image {
	display: inline-block;
	width: 31%;
	vertical-align: top;
	margin-bottom: 0;
}

.index-posts.archive-posts .featured-image + .post-text {
	display: inline-block;
	width: 68%;
	padding-left: 3.5%;
	vertical-align: top;
}

#page .more-link {
	display: inline-block;
	margin-bottom: 0;
	padding: 6px 15px;
	border-radius: 30px;
	font-size: 16px;
	box-shadow: none;
	font-weight: 600;
	color: #272c30;
	border: solid 2px;
}

#page .more-link:hover {
	color: #0072e5;
}

.index-posts .more-link {
	float: right;
}

/* --------------------------------------------------------------
Navigation
-------------------------------------------------------------- */
.home-nav {
	box-shadow: 1px 0 3px rgba(0, 0, 0, 0.35);
	font-size: 17px;
	text-align: center;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 200;
	background: #fff;
	transition: transform 400ms linear;
	transform: translateY(-200%);
}

@media only screen and (max-width: 1000px) {
	.home-nav {
		display: none;
	}
}

.home-nav a {
	color: #272c30;
}

.home-nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.home-nav li {
	display: inline-block;
}

.home .home-nav a {
	padding: 20px 0;
	margin: 0 15px;
	display: inline-block;
	border-bottom: solid 3px transparent;
	margin-bottom: -1px;
	transition: 0.4s ease;
}

.home .home-nav a:hover {
	border-bottom-color: #c4cdd3;
}

.home .home-nav a:active,
.home .home-nav a:focus {
	outline: none;
}

.home-nav .active,
.home-nav .active:hover {
	border-bottom-color: #0072e5;
}

.admin-bar .home-nav {
	top: 32px;
}

@media only screen and (max-width: 782px) {
	.admin-bar .home-nav {
		top: 46px;
	}
}

.show-nav {
	transform: translateY(0%);
}

.single-nav {
	padding: 20px 9.2%;
}

/* --------------------------------------------------------------
Menus
-------------------------------------------------------------- */
.menu-toggle {
	display: none;
}

@media (max-width: 1000px) {
	.menu-toggle {
		display: block;
	}
}

.button-toggle {
	background: none;
	padding: 0;
	color: #fff;
}

.button-toggle span:not(:first-child) {
	display: none;
}

.button-toggle:hover,
.button-toggle:active,
.button-toggle:focus {
	box-shadow: none;
	color: #fff;
}

.drawer-menu-toggle {
	display: none;
}

@media (max-width: 1000px) {
	.drawer-menu-toggle {
		display: inline-block;
	}
}

.drawer-toggle-switch span:first-child {
	display: none;
}

.drawer-toggle-switch span:last-child {
	display: block;
}

.main-navigation {
	font-size: 17px;
	font-weight: 600;
	display: inline-block;
	width: 70%;
	vertical-align: top;
}

@media (max-width: 1000px) {
	.main-navigation {
		display: none;
	}
}

.top-navigation .main-navigation {
	display: flex;
	width: 100%;
	text-align: right;
}

.top-navigation .main-navigation {
	display: flex;
	width: 100%;
	text-align: right;
}

/* @media (max-width: 1000px) {
	.top-navigation .main-navigation {
		display: none;
		border-bottom: none;
	}
} */

.site-header .container {
	display: block;
}

.container.text-container {
	background: rgb(254, 249, 245);
}

.header-text {
	display: none;
	position: relative;
	z-index: 5;
	margin: 5% auto;
	text-align: center;
	max-width: 70%;
}

.header-text:empty,
.blog .header-text {
	display: none;
}

@media (max-width: 1000px) {
	.header-text {
		max-width: 100%;
		margin-bottom: 6%;
		margin-top: 0;
	}
}

@media (max-width: 600px) {
	.header-text {
		margin-bottom: 8%;
	}
}

.header-text:empty {
	margin-bottom: 0;
}

.header-text h1,
.header-text .browsing {
	color: #272c30;
	font-size: 34px;
	margin-bottom: 0;
	display: inline-block;
	font-weight: 600;
}

@media only screen and (max-width: 500px) {
	.header-text h1,
	.header-text .browsing {
		font-size: 28px;
	}
}

.header-text p {
	font-size: 22px;
	font-weight: 300;
	line-height: 1.4;
	position: relative;
	margin: 0 0 0 0;
}

@media (max-width: 1000px) {
	.header-text p {
		font-size: 20px;
	}
}

@media (max-width: 600px) {
	.header-text p {
		font-size: 16px;
		margin-top: 3%;
	}
}

.header-text a {
	color: #0072e5;
	box-shadow: inset 0 -1px 0 #0072e5;
	transition: 0.3s ease;
}

.header-text a:hover {
	box-shadow: inset 0 -2px 0 #0072e5;
	color: #0072e5;
}

.header-text .entry-subtitle,
.header-text .entry-byline {
	margin-top: 1%;
	width: 100%;
}

.archive.author .browsing {
	display: none;
}

.search-results .browsing {
	display: none;
}

.text-empty {
	display: none;
}

.header-text h2:empty,
.header-text p:empty {
	display: none;
}

.top-navigation {
	display: inline-block;
	width: 100%;
	/* position: relative; */
	z-index: 10;
	display: block;
	background-color: var(--donard-header);
}

.top-navigation-rusacks {
	background-color: #12311a !important;
}

.top-navigation-right {
	float: right;
	display: flex;
	margin-right: auto;
}

/* @media (max-width: 1000px) {
	.top-navigation-right {
		display: none;
	}
} */

#secondary-navigation {
	display: inline-block;
	width: 60%;
}

.drawer #secondary-navigation {
	width: 100%;
	font-size: 14px;
}

.drawer #secondary-navigation .menu-item-has-children .toggle-sub {
	font-size: 17px;
}

.drawer #secondary-navigation li ul li a {
	font-size: 14px;
}

@media (max-width: 1000px) {
	.top-navigation #secondary-navigation {
		display: none;
	}
}

.top-navigation .secondary-navigation ul li {
	font-size: 14px;
	margin-right: 15px;
	padding: 0;
}

.top-navigation .secondary-navigation ul li a {
	padding: 12px 0;
	border-bottom-width: 0;
	margin: 0;
}

.top-navigation .secondary-navigation ul li .sub-menu a {
	padding: 12px 15px;
}

.secondary-navigation ul.sub-menu {
	background: #272c30;
	top: 52px;
	left: -15px;
	border: none;
}

.secondary-navigation ul.sub-menu li {
	margin-right: 0;
	padding: 0;
}

.secondary-navigation ul.sub-menu li a {
	font-size: 14px;
}

.secondary-navigation ul.sub-menu li a:hover {
	color: #fff;
	opacity: 1;
}

.main-navigation a {
	color: #272c30;
}

.main-navigation a:hover {
	color: #0072e5;
}

.main-navigation ul {
	margin: 0;
}

.main-navigation ul li {
	display: inline-block;
	list-style-type: none;
	padding: 0 15px;
	position: relative;
}

.main-navigation ul li a {
	display: inline-block;
	margin: 0 0 10px 0;
	line-height: 2;
	font-size: 12px;
	font-weight: 400;
	text-decoration: underline;
	text-transform: uppercase;
	cursor: pointer;
	text-underline-offset: 3px;
}

.main-navigation ul li.current-menu-item a,
.main-navigation ul li.current-page-item a {
	color: #0072e5;
}

.main-navigation ul li.current-menu-item ul a,
.main-navigation ul li.current-page-item ul a {
	color: #b8bfcb;
}

.main-navigation ul .sub-menu li.current-menu-item a,
.main-navigation ul .sub-menu li.current-page-item a {
	color: #fff;
}

.main-navigation .menu-cta a {
	border-radius: 5px;
	color: #fff;
	padding: 4px 12px;
	background: #272c30;
}

.main-navigation .menu-cta a:hover {
	color: #fff;
	box-shadow: inset 0 0 80px rgba(255, 255, 255, 0.25);
	-webkit-box-shadow: inset 0 0 80px rgba(255, 255, 255, 0.25);
}

.site-identity .main-navigation ul {
	line-height: 3;
}

.site-header .menu-item-has-children {
	position: unset;
	z-index: 999;
}

.site-header .page_item_has_children {
	position: relative;
}

.site-header .menu-item-has-children a,
.site-header .page_item_has_children a {
	position: relative;
}

.site-header .menu-item-has-children > a::after,
.site-header .page_item_has_children > a::after {
	content: "\e907";
	font-family: gbicons;
	/* stylelint-disable-line font-family-no-missing-generic-family-keyword */
	font-weight: 400;
	padding-left: 5px;
	right: 0;
	font-size: 13px;
}

@media (max-width: 1000px) {
	.site-header .menu-item-has-children > a::after,
	.site-header .page_item_has_children > a::after {
		display: none;
		pointer-events: none;
	}
}

.sub-menu .menu-item-has-children > a::after,
.sub-menu .page_item_has_children > a::after {
	content: "\e906";
	font-family: gbicons;
	/* stylelint-disable-line font-family-no-missing-generic-family-keyword */
	float: right;
}

.widget .sub-menu .menu-item-has-children > a::after,
.widget .sub-menu .page_item_has_children > a::after {
	display: none;
}

.secondary-navigation .menu-item-has-children::after,
.secondary-navigation .page_item_has_children::after {
	color: #a6b5c1;
	top: 15px;
}

.drawer .menu-item-has-children .toggle-sub {
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	padding: 13px 0;
	line-height: 1.4;
	text-align: center;
	z-index: 75;
	display: block;
	font-size: 20px;
	color: #fff;
	cursor: pointer;
	background: #424851;
	border-radius: 0;
}

.drawer .menu-item-has-children .toggle-sub:hover {
	box-shadow: none;
	color: #fff;
}

.drawer .drawer-navigation .drop-open ul.drop-active {
	display: block;
}

.home-hero-title h1 br {
	display: block;
}

/* .site-header .menu-item-has-children:hover,
.main-navigation li:focus-within {
	cursor: pointer;
} */

/* .site-header .menu-item-has-children:hover ul,
.main-navigation li:focus-within ul {
	animation-name: fadeIn;
} */

.main-navigation .sub-menu,
.main-navigation .children {
	position: absolute;
	display: flex;
	justify-content: center;
	width: 100%;
	top: 110px;
	text-align: center;
	font-weight: 400;
	font-size: 14px;
	background: var(--donard-header);
	left: 0;
	z-index: 100;
	border-top: 1px solid #fff;
	animation-duration: 0.3s;
	animation-fill-mode: both;
	opacity: 0;
	/* transition: .5s all ease; */
}

.main-navigation .sub-menu.is-active {
	display: block !important;
	opacity: 1;
}

.main-navigation li ul {
	z-index: 100;
}

.main-navigation li ul li {
	padding: 0;
	margin: 0;
	width: 100%;
	margin-top: 0;
	border-top: none;
	transition: 0.3s ease;
}

.main-navigation li ul li:hover {
	background: rgba(255, 255, 255, 0.02);
	border-top: none;
}

.main-navigation li ul li:hover ul {
	left: 100%;
}

.main-navigation li ul li:last-child a {
	border-bottom: none;
}

.main-navigation li ul a,
.main-navigation li ul li a {
	width: 100%;
	display: inline-block;
	/* border-bottom: dotted 1px rgba(255, 255, 255, 0.15); */
	padding: 15px 20px;
	margin: 0;
	font-weight: 300;
	text-transform: none;
	line-height: 1.6;
	color: #b8bfcb;
}

.main-navigation li ul a:hover,
.main-navigation li ul li a:hover {
	color: #fff;
}

.main-navigation li ul li ul {
	padding: 0;
}

.main-navigation ul ul {
	top: 0;
}

.main-navigation ul ul ul {
	left: -999em;
}

.main-navigation li ul ul.sub-menu,
.main-navigation li ul ul.children {
	top: 0;
	margin: 0;
	z-index: 50;
	position: absolute;
	margin-left: 1px !important;
}

.main-navigation li ul ul.sub-menu::before,
.main-navigation li ul ul.children::before {
	display: none;
}

.main-navigation li.focus > ul,
.main-navigation li:hover > ul,
.main-navigation li:focus-within > ul,
.main-navigation li li a:hover > ul {
	left: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul,
.main-navigation ul ul li:focus-within > ul {
	left: 100%;
}

.site-header .sub-menu::before {
	position: absolute;
	top: -8px;
	left: 50%;
	margin-left: -8px;
	content: " ";
	display: block;
	border-right: 8px solid transparent;
	/* border-bottom: 8px solid #181c1f; */
	border-left: 8px solid transparent;
}

/* Mobile navigation */
.mobile-navigation {
	display: none;
	width: 100%;
	padding: 15px;
	background: #0072e5;
	transition: 0.2s ease;
	text-align: center;
}

.mobile-navigation button {
	width: 100%;
}

/* @media (max-width: 1000px) {
	.mobile-navigation {
		display: inline-block;
	}
} */

.toggle-active {
	background: #0072e5;
}

.drawer .drawer-navigation {
	width: 100%;
	max-width: 100%;
	z-index: 40;
	position: relative;
}

@media (max-width: 1000px) {
	.drawer .drawer-navigation {
		font-size: 17px;
		display: inline-block;
	}
}

.drawer .drawer-navigation .menu {
	margin: 0;
}

.drawer .drawer-navigation ul {
	margin: 0;
	padding: 0;
}

.drawer .drawer-navigation ul li {
	width: 100%;
	padding: 0 0;
	list-style-type: none;
	border-bottom: dotted 1px rgba(255, 255, 255, 0.2);
	transition: none;
	position: relative;
	z-index: 50;
	border-top: none;
}

.drawer .drawer-navigation ul li:hover {
	border-top: none;
}

.drawer .drawer-navigation ul li:last-child {
	border-bottom: none;
}

.drawer .drawer-navigation ul li a {
	display: inline-block;
	padding: 15px 10px 15px 0;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	border-bottom: none;
	position: relative;
	transition: none;
}

.drawer .drawer-navigation a {
	color: #fff;
	color: rgba(255, 255, 255, 0.7);
	padding-left: 0;
	line-height: 1.4;
}

.drawer .drawer-navigation a:hover {
	color: #fff;
}

.drawer .drawer-navigation .sub-menu,
.drawer .drawer-navigation .children {
	display: none;
	position: relative;
	width: 100%;
	left: 0;
	top: auto;
	margin: 0 0 0 15px;
	padding: 0 15px 0 0;
	border: none;
	background: transparent;
	box-shadow: none;
}

.drawer .drawer-navigation .sub-menu::before,
.drawer .drawer-navigation .children::before {
	display: none;
}

.drawer .drawer-navigation li ul a,
.drawer .drawer-navigation li ul li a {
	padding: 15px 0;
}

.drawer .drawer-navigation .sub-menu li:first-child {
	border-top: dotted 1px rgba(255, 255, 255, 0.2);
}

.drawer nav {
	padding: 2% 0 0 0;
}

/* --------------------------------------------------------------
Accessibility
-------------------------------------------------------------- */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	margin: 0;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: 600;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar */
}

/* --------------------------------------------------------------
Post meta
-------------------------------------------------------------- */
.entry-content .meta-list {
	list-style: none;
	margin: 0;
	padding: 0;
	font-weight: 600;
}

.entry-content .meta-list li {
	display: inline-block;
	margin: 0 20px 0 0;
}

.entry-content .meta-list a {
	font-weight: 300;
	color: #0072e5;
}

.entry-content .meta-list a:hover {
	color: #272c30;
}

/* --------------------------------------------------------------
Author Profile
-------------------------------------------------------------- */
.author-profile {
	position: relative;
	margin-top: 5%;
	padding: 5%;
	width: 100%;
	display: inline-block;
	background: #f2f2f2;
}

@media (max-width: 600px) {
	.author-profile {
		padding: 8% 4%;
	}
}

.archive .author-profile {
	margin-top: 0;
	margin-bottom: 5%;
}

.author-columns .author-profile {
	margin: 0;
	border-top: none;
	border: solid 1px #cbcbcb;
	padding: 35px;
	transition: 0.2s ease;
}

@media (max-width: 1000px) {
	.author-columns .author-profile {
		padding: 30px 0;
	}
}

.author-columns .author-profile .author-profile-title {
	font-size: 18px;
}

.author-columns .author-profile .author-profile-info {
	font-size: 14px;
	padding-left: 100px;
}

@media (max-width: 600px) {
	.author-columns .author-profile .author-profile-info {
		font-size: 15px;
	}
}

.author-columns .author-profile .author-profile-links {
	margin-top: 15px;
	font-weight: 600;
}

@media (max-width: 600px) {
	.author-columns .author-profile .author-profile-links {
		font-size: 15px;
	}
}

.author-columns .author-profile .author-profile-avatar img {
	transition: 0.2s ease;
}

.author-columns .author-profile:hover .author-profile-avatar img {
	transform: scale(1.1);
}

.author-profile-avatar {
	display: block;
	margin: 0 auto;
}

.author-profile-avatar img {
	border-radius: 100px;
}

.author-profile-avatar {
	position: absolute;
}

.author-profile-info {
	padding: 0 0 0 90px;
	font-size: 16px;
	line-height: 1.6;
}

.author-profile-links {
	font-size: 12px;
	margin-top: 10px;
	display: inline-block;
}

.author-profile-links a {
	background: #272c30;
	color: #fff;
	padding: 5px 10px;
	border-radius: 30px;
}

.author-profile-links a:hover {
	opacity: 0.8;
}

.author-profile-links a:first-child {
	margin-right: 5px;
}

.author-profile-links i {
	font-size: 12px;
}

.author-profile-info p,
.entry-header .author-profile-info p:last-child {
	margin-bottom: 10px;
}

.author-profile-title {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 8px;
}

@media (max-width: 600px) {
	.author-profile-title {
		font-size: 18px;
	}
}

.archive .author-profile-title {
	font-size: 24px;
}

/* --------------------------------------------------------------
Page Navigation
-------------------------------------------------------------- */
.pagination {
	display: inline-block;
	width: 100%;
	margin-top: 8%;
}

.pagination a {
	color: #272c30;
}

.pagination a,
.pagination span {
	background: #f2f2f2;
	padding: 10px 20px;
	transition: 0.2s ease-in-out;
	display: inline-block;
	color: #272c30;
	font-weight: 600;
	text-align: center;
	line-height: 1.9;
	vertical-align: middle;
	height: 50px;
}

@media (max-width: 600px) {
	.pagination a,
	.pagination span {
		padding: 10px 15px;
	}
}

.pagination .next,
.pagination .prev {
	font-size: 0;
	line-height: 1.7;
}

.pagination .next::after,
.pagination .prev::after {
	font-family: gbicons;
	/* stylelint-disable-line font-family-no-missing-generic-family-keyword */
	font-size: 18px;
}

.pagination .next {
	text-indent: 3px;
}

.pagination .next::after {
	content: "\e906";
}

.pagination .prev {
	text-indent: -3px;
}

.pagination .prev::after {
	content: "\e905";
}

@media (max-width: 600px) {
	.pagination .next::after,
	.pagination .prev::after {
		font-size: 17px;
	}
}

.page-numbers {
	font-size: 18px;
	font-weight: 400;
}

@media (max-width: 600px) {
	.page-numbers {
		font-size: 17px;
	}
}

.page-numbers.current,
.page-numbers:hover {
	background: #0072e5;
	color: #fff;
}

span.page-numbers.dots {
	background: transparent;
	color: #272c30;
}

.post-navigation {
	margin-top: 10%;
	line-height: 1.4;
	width: 100%;
	display: block;
	font-weight: 600;
}

.post-navigation::before,
.post-navigation::after {
	content: "";
	display: table;
}

.post-navigation::after {
	clear: both;
}

.post-navigation a {
	color: #272c30;
}

.post-navigation a:hover .post-title {
	color: #0072e5;
}

.post-navigation span {
	vertical-align: top;
}

.post-navigation .meta-title {
	font-size: 16px;
	display: inline-block;
	width: 100%;
}

.post-navigation .post-title {
	font-size: 20px;
	transition: 0.3s ease;
}

@media (max-width: 600px) {
	.post-navigation .post-title {
		font-size: 16px;
	}
}

.nav-next,
.nav-previous {
	display: inline-block;
	float: left;
	width: 49%;
	vertical-align: top;
}

@media (max-width: 600px) {
	.nav-next,
	.nav-previous {
		width: 100%;
	}
}

.nav-previous + .nav-next {
	text-align: right;
	float: right;
}

@media (max-width: 600px) {
	.nav-previous + .nav-next {
		text-align: left;
		margin-top: 15px;
	}
}

.nav-previous i {
	margin-right: 6px;
}

/* --------------------------------------------------------------
Alignments
-------------------------------------------------------------- */
#page .alignleft {
	display: inline;
	float: left;
	margin: 0.5em 2em 1.5em 0;
}

@media (max-width: 600px) {
	#page .alignleft {
		max-width: 100%;
		margin-right: 0;
		width: 100%;
	}
	#page .alignleft img {
		width: 100%;
	}
}

#page .alignright {
	display: inline;
	float: right;
	margin: 0.5em 0 1.5em 2em;
}

@media (max-width: 600px) {
	#page .alignright {
		max-width: 100%;
		margin-right: 0;
		width: 100%;
	}
	#page .alignright img {
		width: 100%;
	}
}

#page .aligncenter {
	clear: both;
	margin: 0 auto 1.5em auto;
}

.wp-caption {
	margin: 0.5em 0 1.5em 0;
	max-width: 100%;
	text-align: left;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
	max-width: 100%;
}

.wp-caption-text,
.gallery-caption {
	padding-top: 10px;
	margin-top: 0;
	width: 100%;
	text-transform: none;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0;
	margin-bottom: 0;
	color: #62707c;
}

.site-footer .wp-caption-text,
.site-footer .gallery-caption {
	border-left-color: #a6b5c1;
}

#main .tiled-gallery {
	margin-bottom: 1.2em;
}

#main .tiled-gallery p {
	margin-bottom: 0;
}

#main .featured-image .tiled-gallery {
	margin-bottom: 0;
}

.post:not(.video-lightbox) .gallery-container {
	position: fixed;
	height: 100%;
	width: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	padding: 5%;
	visibility: hidden;
}

/* --------------------------------------------------------------
Clearings
-------------------------------------------------------------- */
.clear::before,
.clear::after,
.entry-content::before,
.entry-content::after,
.comment-content::before,
.comment-content::after,
.site-header::before,
.site-header::after,
.site-content::before,
.site-content::after,
.site-footer::before,
.site-footer::after {
	content: "";
	display: table;
}

.clear::after,
.entry-content::after,
.comment-content::after,
.site-header::after,
.site-content::after,
.site-footer::after {
	clear: both;
}

/* --------------------------------------------------------------
Widgets
-------------------------------------------------------------- */
#calendar_wrap {
	background: #fff;
	border-right: none;
	border-bottom: none;
	color: #272c30;
	box-shadow: rgba(0, 0, 0, 0.15) 0 2px 2px -1px;
}

#wp-calendar {
	font-size: 16px;
	margin: 0;
	max-width: 100%;
}

#wp-calendar caption {
	text-align: center;
	background: #f2f2f2;
	padding: 5px 10px;
	font-weight: 600;
}

#wp-calendar tr th,
#wp-calendar tr td {
	text-align: center;
}

#wp-calendar tr th {
	background: #272c30;
	color: #fff;
	margin: -10px -10px 10px -10px;
	font-size: 11px;
	font-weight: 600;
	padding: 10px 0;
}

#wp-calendar tbody tr td {
	padding: 2px 0;
	border-right: solid 1px #f2f2f2;
	border-top: solid 1px #f2f2f2;
}

#wp-calendar tfoot td {
	border-top: solid 1px #f2f2f2;
	border-right: solid 1px #d9dee3;
	padding: 7px 0 5px 0;
	font-weight: 600;
	font-size: 10px;
	text-transform: uppercase;
}

#wp-calendar a {
	color: #272c30;
}

#wp-calendar a:hover {
	color: #62707c;
}

.widget_rss li {
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.widget_rss li:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.widget_rss li .rsswidget {
	display: inline-block;
	width: 100%;
}

.widget_rss .rss-date,
.widget_rss cite {
	font-size: 14px;
	text-transform: uppercase;
	display: inline-block;
	margin: 10px 0;
}

/* --------------------------------------------------------------
Comments
-------------------------------------------------------------- */
.comment-navigation {
	font-size: 16px;
	margin: 0 0 6% 0;
}

.comment-navigation .button {
	display: inline-block;
}

.comment-navigation .button:empty {
	display: none;
}

.comment-navigation .nav-previous a::before {
	content: "\e904";
	font-family: gbicons;
	/* stylelint-disable-line font-family-no-missing-generic-family-keyword */
	margin-right: 10px;
}

.comment-navigation .nav-next a::after {
	content: "\e903";
	font-family: gbicons;
	/* stylelint-disable-line font-family-no-missing-generic-family-keyword */
	margin-left: 10px;
}

.comments-area {
	display: inline-block;
	width: 100%;
	position: relative;
	margin-top: 10%;
	padding-top: 10%;
	border-top: solid 3px #eee;
}

@media (max-width: 1000px) {
	.comments-area {
		margin-top: 7%;
	}
}

.comment-list + .no-comments {
	margin-top: 1.2em;
	text-align: center;
	position: relative;
}

.comment-list + .no-comments span {
	background: #fff;
	position: relative;
	z-index: 10;
	padding: 0 30px;
}

@media (max-width: 1000px) {
	.comment-list + .no-comments span {
		padding: 0 20px;
	}
}

.comment-list + .no-comments::after {
	content: " ";
	display: inline-block;
	height: 2px;
	background: #eee;
	width: 100%;
	position: absolute;
	left: 0;
	top: 16px;
	z-index: 5;
}

@media (max-width: 1000px) {
	.comment-list + .no-comments::after {
		top: 14px;
	}
}

h3.comment-reply-title {
	font-size: 32px;
	margin-bottom: 5%;
	position: relative;
	font-weight: 600;
}

@media (max-width: 600px) {
	h3.comment-reply-title {
		font-size: 22px;
	}
}

h3.comments-title {
	margin-bottom: 10%;
}

#commentform,
#respond form {
	display: inline-block;
	width: 100% !important;
	min-width: 100%;
}

.comment-list #commentform {
	margin-top: 2%;
}

.comment-info {
	display: inline-block;
	margin: 0;
}

@media (max-width: 1000px) {
	.comment-info {
		line-height: 2;
	}
}

.comment-content {
	font-size: 18px;
	line-height: 1.6;
	background: #f2f2f2;
	padding: 30px;
	position: relative;
	border-radius: 5px;
}

.comment-content::after {
	position: absolute;
	top: -10px;
	left: 10px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #f2f2f2;
}

@media (max-width: 1000px) {
	.comment-content {
		font-size: 16px;
	}
}

@media (max-width: 1000px) {
	.comment-content {
		padding: 20px;
	}
}

.comment-content p:last-child {
	margin-bottom: 0;
}

.entry-content .comment-list,
.entry-content .comment-list li {
	margin-left: 0;
	padding-left: 0;
	counter-reset: li;
}

.comment-list > li {
	list-style-type: none;
	margin-bottom: 6%;
}

.comment-list .children {
	margin: 5% 0 0 0;
	padding-left: 25px;
}

@media (max-width: 600px) {
	.comment-list .children {
		padding-left: 15px;
	}
}

.comment-list .children li {
	margin-bottom: 6%;
}

.comment-list .children li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.comment-list .children > li {
	list-style: none;
}

.comment-list .reply {
	margin-bottom: 0;
	font-size: 14px;
}

.comment-list .avatar {
	display: inline-block;
	margin-right: 10px;
	margin-top: 2px;
	border-radius: 100px;
	vertical-align: top;
	width: 40px;
	position: relative;
}

@media (max-width: 600px) {
	.comment-list .avatar {
		margin-top: 3px;
	}
}

.comment-wrap {
	display: inline-block;
	width: 100%;
	vertical-align: top;
}

.comment-cite {
	font-style: normal;
	display: inline-block;
	width: 100%;
	font-weight: 600;
	font-size: 18px;
	line-height: 1;
}

@media (max-width: 600px) {
	.comment-cite {
		font-size: 18px;
	}
}

.comment-cite a {
	color: #272c30;
}

.comment-time,
.comment-edit-link {
	color: #62707c;
	font-family: "Public Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
	font-size: 11px;
	vertical-align: top;
	line-height: 1;
}

.comment-list .comment-reply-title {
	margin-bottom: 1%;
}

.comment-list .comment-reply-title small {
	float: right;
	font-size: 18px;
	margin-top: 8px;
}

.comments-closed p.reply {
	display: none;
}

.comments-closed p:nth-last-child(2) {
	margin-bottom: 0;
}

.logged-in-as,
.comment-notes {
	margin-bottom: 2%;
	display: none;
	color: #62707c;
	font-family: "Public Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
}

.comment-notes {
	display: none;
}

.required {
	color: #f35959;
}

.logged-in-as a {
	color: #272c30;
}

.comment-form-author,
.comment-form-email,
.comment-form-url,
.comment-form-comment {
	display: inline-block;
	width: 100%;
}

.comment-form-author input,
.comment-form-author textarea,
.comment-form-email input,
.comment-form-email textarea,
.comment-form-url input,
.comment-form-url textarea,
.comment-form-comment input,
.comment-form-comment textarea {
	width: 100%;
}

@media (max-width: 1000px) {
	.comment-form-author,
	.comment-form-email,
	.comment-form-url,
	.comment-form-comment {
		width: 100%;
		margin-right: 0;
	}
}

.comment-list #respond {
	display: inline-block;
	margin-top: 4%;
	width: 100%;
}

@media (max-width: 1000px) {
	.comment-form-url {
		margin-bottom: 1em;
	}
}

.form-submit {
	display: inline-block;
	margin: 0;
	width: 100%;
}

.comment-form #submit {
	margin-top: 10px;
	width: auto;
}

@media (max-width: 600px) {
	.comment-form #submit {
		margin: 0;
		width: 100%;
	}
}

.comment-list .comment-respond #submit {
	margin-top: 0;
}

.form-allowed-tags {
	display: none;
}

.comment-subscription-form {
	display: inline-block;
	width: 100%;
	margin-bottom: 0;
	margin-top: 15px;
}

.comment-subscription-form label {
	font-weight: 300;
	font-size: 14px;
}

.comment-subscription-form + .comment-subscription-form {
	margin-top: 0;
}

#respond .comment-form-fields div.comment-form-field {
	width: 100% !important;
}

.comment-awaiting-moderation {
	margin-top: 20px;
	display: inline-block;
	width: 100%;
	font-size: 16px;
	font-style: normal;
}

.comment-awaiting-moderation::before {
	content: "\e90a";
	font-family: gbicons;
	/* stylelint-disable-line font-family-no-missing-generic-family-keyword */
	margin-right: 10px;
}

/* --------------------------------------------------------------
Hero Posts
-------------------------------------------------------------- */
.post-cats,
.entry-cats {
	margin-bottom: 1.5%;
	position: relative;
	z-index: 10;
}

@media (max-width: 1000px) {
	.post-cats,
	.entry-cats {
		margin-bottom: 5%;
	}
}

.post-cats a,
.entry-cats a {
	background-color: #0072e5;
	padding: 4px 8px;
	margin-right: 5px;
	border-radius: 3px;
	font-size: 12px;
	color: #fff;
	transition: 0.2s ease-in-out;
}

.post-cats a:hover,
.entry-cats a:hover {
	box-shadow: inset 0 0 80px rgba(255, 255, 255, 0.1);
}

@media (max-width: 600px) {
	.post-cats a,
	.entry-cats a {
		font-size: 11px;
		padding: 3px 4px;
	}
}

.entry-byline {
	color: #62707c;
	font-size: 15px;
	margin-bottom: 0;
}

.search-results .entry-byline {
	margin-bottom: 5px;
}

.entry-byline a {
	color: #62707c;
}

.entry-byline a:hover {
	color: #272c30;
}

.entry-byline img {
	border-radius: 100px;
	width: 22px;
	vertical-align: top;
	margin-right: 3px;
}

.meta-avatar {
	position: absolute;
}

.meta-avatar img {
	width: 24px;
	border-radius: 50px;
	margin-right: 5px;
	vertical-align: top;
}

.index-text {
	position: relative;
	z-index: 10;
	margin: 0 5%;
	background: #fff;
	padding: 0 4% 6% 4%;
	border-bottom: solid 1px #d8dee3;
}

.has-post-thumbnail .index-text {
	margin-top: -10%;
	padding-top: 4%;
}

@keyframes slideInLeft {
	0% {
		opacity: 0;
		transform: translate3d(-2%, 0, 0);
		visibility: visible;
	}
	100% {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

.slideInLeft {
	animation-name: slideInLeft;
	transition: 0.3s ease;
}

.site-header-bg-wrap {
	animation-name: fadeIn;
	animation-duration: 1s;
	animation-fill-mode: both;
}

.background-effect {
	position: absolute;
	z-index: -999998;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	opacity: 1;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.site-header-bg.background-effect {
	background-attachment: scroll;
}

/* --------------------------------------------------------------
Media
-------------------------------------------------------------- */
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.site-main .gallery {
	margin-bottom: 1.2em;
}

@media (min-width: 1000px) {
	.has-wide-image .featured-image,
	.has-wide-image .featured-video {
		width: 90vw;
		margin-left: calc(50% - 90vw / 2);
	}
}

.featured-image .gallery {
	margin-bottom: 0;
}

.featured-gallery {
	background: transparent;
}

.featured-gallery [class*="gallery"]:first-child {
	opacity: 0;
	animation-delay: 0.5s;
	animation-name: fadeIn;
	animation-duration: 0.5s;
	animation-fill-mode: both;
}

.gallery a img {
	border: none;
	height: auto;
	width: 100%;
	max-width: 100%;
	display: block;
}

.gallery dd,
.gallery figcaption {
	font-size: 15px;
	text-align: left;
	margin: 0;
}

.gallery-item {
	display: inline-block;
	padding-right: 15px;
	padding-bottom: 15px;
	vertical-align: top;
}

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

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

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

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

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

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

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

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

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

embed,
iframe,
object {
	max-width: 100%;
	border-width: 0;
}

#content .wp-playlist-light {
	color: #55626d;
	padding: 0;
}

#content .mejs-container:not(.mejs-video),
#content .mejs-embed,
#content .mejs-embed body {
	background: none;
}

#content .mejs-container:not(.mejs-video) {
	margin-bottom: 1em;
	height: 75px !important;
}

#content .mejs-container:not(.mejs-video) a {
	border-bottom: none;
}

#content .mejs-container:not(.mejs-video) a:hover {
	background: transparent;
}

#content .wp-playlist {
	border: none;
	background: none;
	margin: 0 0 1.5em 0;
	padding: 0;
}

#content .wp-playlist-tracks {
	margin-top: 3.5%;
}

#content .wp-playlist-item {
	border-bottom: dotted 1px #cad1d8;
	padding: 0;
}

#content .wp-playlist-item:last-child {
	border-bottom: none;
}

#content .wp-playlist-item .wp-playlist-caption,
#content .wp-playlist-item-length {
	padding: 2%;
}

@media (max-width: 1000px) {
	#content .wp-playlist-item .wp-playlist-caption,
	#content .wp-playlist-item-length {
		padding: 4%;
	}
}

#content .wp-playlist-item .wp-playlist-caption {
	color: #272c30;
	display: inline-block;
	border-bottom: none;
}

#content .wp-playlist-item .wp-playlist-caption:hover {
	background: none;
	border-bottom: none;
}

#content .wp-playlist-caption,
#content .wp-playlist-item-title {
	font-size: 18px;
}

@media (max-width: 1000px) {
	#content .wp-playlist-caption,
	#content .wp-playlist-item-title {
		font-size: 16px;
	}
}

#content .wp-playlist-current-item {
	height: auto !important;
}

#content .wp-playlist-current-item .wp-playlist-caption {
	margin-bottom: 1.5%;
}

#content .wp-playlist-current-item img {
	display: none;
}

#content .wp-playlist-current-item .wp-playlist-item-title {
	color: #272c30;
	font-size: 26px;
	font-weight: 500;
}

@media (max-width: 1000px) {
	#content .wp-playlist-current-item .wp-playlist-item-title {
		font-size: 22px;
	}
}

#content .wp-playlist-current-item .wp-playlist-item-album {
	font-size: 18px;
}

@media (max-width: 1000px) {
	#content .wp-playlist-current-item .wp-playlist-item-album {
		font-size: 16px;
	}
}

#page .mejs-controls {
	background: #272c30;
}

@media (max-width: 1000px) {
	#page .mejs-controls {
		padding: 0 10px;
	}
}

#page .mejs-controls .mejs-button button:hover {
	background-color: transparent !important;
}

#page .mejs-controls .mejs-time-rail .mejs-time-loaded {
	background: #5e7383;
}

#page .mejs-controls .mejs-time-rail .mejs-time-current {
	background: #e3eaf0;
}

#page .mejs-controls .mejs-time-rail .mejs-time-total {
	background: #5e7383;
}

#page
	.mejs-controls
	.mejs-horizontal-volume-slider
	.mejs-horizontal-volume-total {
	background: #5e7383;
}

#page
	.mejs-controls
	.mejs-horizontal-volume-slider
	.mejs-horizontal-volume-current {
	background: #e3eaf0;
}

#page
	.mejs-controls
	.mejs-horizontal-volume-slider
	.mejs-horizontal-volume-handle {
	background: #5e7383;
}

#page .mejs-controls .mejs-button button:focus {
	border: none;
	box-shadow: none;
	outline: none;
}

#page .mejs-video .mejs-controls,
#page .mejs-video .mejs-controls > div {
	height: 40px;
}

#page .mejs-video .mejs-time {
	height: 35px;
	padding-top: 2px;
}

#page .mejs-video .mejs-time-rail .mejs-time-total {
	margin: 8px 10px;
}

#page .mejs-video .mejs-button button {
	margin: 12px 5px;
}

/* --------------------------------------------------------------
Header
-------------------------------------------------------------- */
.drawer-wrap {
	position: relative;
}

.drawer {
	padding: 10px 0 15px 0;
	background: #22262a;
	background: rgba(21, 23, 26, 0.7);
	font-size: 16px;
	display: none;
	z-index: 30;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	overflow-x: hidden;
}

@media only screen and (min-width: 1000px) {
	.drawer {
		display: none !important;
	}
}

.drawer-menu-explore {
	padding-top: 0;
	padding-bottom: 0;
}

@media (max-width: 1000px) {
	.drawer-menu-explore {
		background: #272c30;
		padding: 15px 5% 30px 5%;
	}
}

.drawer-menu-explore .container {
	padding: 0;
}

.show-drawer {
	animation-name: fadeIn;
	animation-duration: 0.5s;
	animation-fill-mode: both;
	display: inline-block !important;
}

.admin-bar .drawer-open .drawer {
	margin-top: 35px;
}

.site-header {
	padding: 0;
	/* display: inline-block; */
	width: 100%;
	/* position: sticky;
	position: -webkit-sticky; */
	top: 0;
	z-index: 100;
	background: rgb(254, 249, 245);
}

#masthead.site-header.sticky-scroll {
	position: sticky;
	position: -webkit-sticky;
	animation: transatenav 0.5s;
	-moz-animation: transatenav 0.5s; /* Firefox */
	-webkit-animation: transatenav 0.5s; /* Safari and Chrome */
}

@keyframes transatenav {
	from {
		transform: translateY(-200px);
	}
	to {
		transform: translateY(0px);
	}
}

.site-header.rusacks {
	background: transparent;
}

body.admin-bar .is-sticky .site-header {
	margin-top: 32px;
}

.site-identity {
	display: flex;
	padding: 38px 0;
	position: relative;
	text-align: center;
	z-index: 8;
}

.site-identity-rusacks {
	display: flex;
	position: unset;
	text-align: center;
	z-index: 8;
	padding: 15px 0 !important;
}

@media (max-width: 1000px) {
	.site-identity {
		padding: 8% 0;
	}
}

@media (max-width: 599px) {
	.site-identity {
		padding: 12px 0;
		align-items: center;
	}
}

.site-title-wrap {
	display: flex;
	vertical-align: top;
	width: 25%;
	margin: 0 auto;
	justify-content: center;
	position: relative;
}

@media (max-width: 1000px) {
	.site-title-wrap {
		max-width: 100%;
		text-align: center;
	}
}

@media (min-width: 1000px) {
	.titles-wrap {
		padding-top: 8px;
	}
}

.titles-wrap.has-description {
	padding-top: 0;
}

.site-title {
	font-size: 26px;
	font-weight: 600;
	display: inline-block;
	width: 100%;
	margin-bottom: 0;
	margin-right: 8px;
	line-height: 1.2;
}

.site-title a {
	color: #272c30;
	transition: 0.1s ease-in;
	position: relative;
}

@media (max-width: 1000px) {
	.site-title {
		margin: 0;
	}
}

@media (max-width: 600px) {
	.site-title {
		font-size: 24px;
	}
}

.site-description {
	color: #272c30;
	font-size: 14px;
	line-height: 1.4;
	margin: -2px 0 0 0;
	display: inline-block;
	width: 100%;
	position: absolute;
}

@media (max-width: 1000px) {
	.site-description {
		position: relative;
		display: block;
	}
}

.site-avatar {
	display: inline-block;
	text-align: center;
	width: 100%;
	vertical-align: top;
}

.site-avatar img {
	border-radius: 500px;
	margin-bottom: 15px;
	width: 85px;
	transition: all 0.2s ease-in-out;
}

.site-avatar img:hover {
	transform: scale(1.1);
}

.site-logo {
	line-height: 1;
	margin: 0;
	display: block;
}

.site-logo:not(img):empty {
	margin: 0;
}

.custom-logo-link img {
	display: block;
	max-width: 218px;
	margin: 0 auto;
}

.rusacks-img-logo .custom-logo-link img {
	display: block;
	max-width: 125px;
	width: 125px;
	margin: 0 auto;
}

.rusacks-img-logo + ul {
	list-style: none;
}

@media (max-width: 1000px) {
	.custom-logo-link {
		text-align: center;
		display: inline-block;
	}
	.custom-logo-link img {
		margin-left: auto;
		margin-right: auto;
	}

	.custom-logo-link-rusacks {
		text-align: center;
		display: inline-block;
	}
	.custom-logo-link-rusacks img {
		margin-left: auto;
		margin-right: auto;
	}
}

/* --------------------------------------------------------------
Content
-------------------------------------------------------------- */
.container {
	max-width: 1600px;
	margin: 0 auto;
	padding: 0 8%;
	display: block;
}

@media only screen and (max-width: 1000px) {
	.container {
		padding: 0 4%;
	}
}

@media (max-width: 600px) {
	.container {
		padding: 0 20px;
	}
}

.container::before,
.container::after {
	content: "";
	display: table;
}

.container::after {
	clear: both;
}

.content-section__container {
	max-width: 1140px !important;
	margin: 0 auto !important;
	margin-bottom: 10rem !important;
	margin-top: 10rem !important;
}
@media (max-width: 782px) {
	.content-section__container {
		margin-bottom: 6rem !important;
		margin-top: 6rem !important;
	}
}

.error404 .entry-header {
	margin-bottom: 0;
}

.archive-box {
	margin-top: 30px;
}

.archive-box ul ul {
	margin-left: 30px;
	margin-top: 0;
}

.archive-box ul li {
	margin-bottom: 0;
}

.archive-box ul a {
	border-bottom: dotted 1px #c7d6e4;
	padding-bottom: 15px;
	margin-bottom: 15px;
	display: inline-block;
	width: 100%;
}

.archive-box ul a:hover {
	border-bottom: dotted 1px #c7d6e4;
	color: #62707c;
}

.single #page {
	margin: 0 auto;
}

#primary {
	margin: 0 auto;
	display: block;
	/* width: 70%;
	max-width: 830px; 
	background: #E5E5E5; */
}

@media (max-width: 1000px) {
	#primary {
		width: 100%;
	}
}

.error404 #primary {
	display: block;
	margin: 0 auto;
}

.no-sidebar .content-area,
.single.no-sidebar .content-area {
	margin: 0 auto;
	display: block;
	width: 100%;
}

#main .entry-content .page-links {
	clear: both;
	margin: 0 0 1.4em;
}

#main .entry-content .page-links a {
	border: none;
	padding: 0 2px;
	color: #62707c;
}

#main .entry-content .page-links a:hover {
	border: none;
	color: #272c30;
}

#page .more-link + .page-links {
	margin-top: 20px;
}

.featured-image,
.featured-video {
	margin-bottom: 5%;
	width: 100%;
	z-index: 50;
	position: relative;
}

@media (max-width: 600px) {
	.featured-image,
	.featured-video {
		margin-bottom: 1.2em;
	}
}

.featured-image img,
.featured-video img {
	display: block;
	margin: 0 auto;
	-webkit-transform: translate3d(0, 0, 0);
	transition: 0.07s ease-in-out;
}

.featured-video iframe {
	opacity: 0;
	animation-delay: 0.5s;
	animation-name: fadeIn;
	animation-duration: 0.5s;
	animation-fill-mode: both;
}

/* #page {
	padding-top: 6%;
	margin-top: 137.97px;
}

@media (max-width: 600px) {
	#page {
		padding-top: 8%;
	}
}
 */

.site-content {
	display: inline-block;
	width: 100%;
	padding: 0 0 7% 0;
	vertical-align: top;
	position: relative;
	z-index: 10;
	/* background: #f2f2f2; */
}

.entry-content .wp-block-columns,
.wp-block-cover.alignfull {
	margin-bottom: 0px;
}

.blog .content-area {
	width: 100%;
	display: block;
	vertical-align: top;
}

.post .entry-header {
	position: relative;

	/* margin-bottom: 5%; */
}

.archive-header {
	margin-top: -30px;
	margin-bottom: 40px;
	border-bottom: dotted 1px #cbcbcb;
}

.archive-header .entry-title {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 0;
}

.archive-header .entry-subtitle {
	font-size: 16px;
}

.archive-header .entry-subtitle p:last-child {
	margin-bottom: 0;
}

.taxonomy-description {
	font-size: 17px;
	color: #62707c;
}

@media (max-width: 600px) {
	.taxonomy-description {
		font-size: 15px;
		line-height: 1.4;
	}
}

.taxonomy-description p:last-child {
	margin-bottom: 0;
}

.entry-cats {
	font-size: 16px;
}

.full-post-header .entry-title {
	font-size: 58px;
	margin-bottom: 0;
	line-height: 1.2;
}

@media (max-width: 1000px) {
	.full-post-header .entry-title {
		font-size: 46px;
	}
}

@media (max-width: 600px) {
	.full-post-header .entry-title {
		font-size: 34px;
		margin-bottom: 15px;
		line-height: 1.2;
	}
}

.full-post-header .entry-title a {
	color: #272c30;
	text-decoration: none;
	transition: 0.1s ease-in-out;
}

.full-post-header .entry-title a:hover {
	color: #62707c;
}

.byline {
	color: #62707c;
	margin-top: 3%;
	font-size: 16px;
}

@media (max-width: 600px) {
	.byline {
		display: inline-block;
		margin-top: 0;
		font-size: 12px;
	}
}

.byline img {
	width: 24px;
	border-radius: 50px;
	vertical-align: top;
	margin-right: 5px;
}

.byline a {
	color: #62707c;
	border-bottom: 2px solid transparent;
	transition: 0.2s ease;
	padding-bottom: 2px;
}

.byline a:hover {
	border-bottom: 2px solid #e3eaf0;
}

.entry-content {
	vertical-align: top;
}

/* .entry-content p a {
	color: #0072e5;
	box-shadow: inset 0 -1px 0 #0072e5;
	transition: 0.3s ease;
}

.entry-content p a:hover {
	box-shadow: inset 0 -2px 0 #0072e5;
	color: #0072e5;
} */

.entry-content a.no-underline,
.entry-content a.no-underline:hover {
	border-bottom: none;
}

.excerpt-more {
	display: inline-block;
	width: 100%;
}

.single-attachment .site-main .post .entry-content {
	padding-left: 0;
}

.single-attachment .author-profile {
	display: none;
}

.page-content {
	margin-bottom: 5%;
}

/* --------------------------------------------------------------
Posts
-------------------------------------------------------------- */
.post {
	width: 100%;
	display: inline-block;
	position: relative;
}

.blog .post:not(:last-of-type),
.archive #post-wrap .post:not(:last-of-type),
.search .post:not(:last-of-type) {
	margin-bottom: 8%;
	padding-bottom: 10%;
	border-bottom: solid 3px #eee;
}

.search .post:not(:last-of-type) {
	margin-bottom: 5%;
	padding-bottom: 6%;
}

.fade-out {
	animation-name: fadeOut !important;
	animation-duration: 0.2s !important;
	animation-fill-mode: both !important;
}

/* --------------------------------------------------------------
Footer
-------------------------------------------------------------- */
.site-footer {
	/* padding: 0 0 2.5% 0; */
	font-size: 17px;
	line-height: 1.5;
	display: block;
	width: 100%;
	position: relative;
	z-index: 1;
	overflow: hidden;
	background: var(--donard-background); /* #fef9f5; */
	color: #272c30;
}

.site-footer a {
	color: #0072e5;
}

.site-footer a:hover {
	color: #272c30;
	text-decoration: underline;
}

@media (max-width: 1000px) {
	.site-footer {
		padding-bottom: 30px;
	}
}

@media (max-width: 600px) {
	.site-footer {
		font-size: 15px;
	}
}

.category-wrap + .site-footer,
.related-post-wrap + .site-footer {
	margin-top: 0;
}

.category-wrap + .site-footer .footer-widgets,
.related-post-wrap + .site-footer .footer-widgets {
	border-top: none;
}

.post-navigation + .site-footer {
	box-shadow: inset 0 50px 50px -50px rgba(0, 0, 0, 0.25);
}

@media (max-width: 1000px) {
	.post-navigation + .site-footer {
		box-shadow: none;
	}
}

.footer-padding {
	padding-top: 15%;
	opacity: 0;
}

.footer-widgets .widget_wpcom_social_media_icons_widget a {
	font-size: 28px;
}

.footer-widgets .widget_wpcom_social_media_icons_widget li {
	border-bottom: none;
	padding: 0;
}

.footer-widgets {
	display: inline-block;
	width: 100%;
	margin-bottom: 6%;
}

@media (max-width: 1000px) {
	.footer-widgets {
		padding-top: 8%;
		margin-bottom: 0;
	}
}

.footer-widgets .footer-column {
	width: 30.6%;
	float: left;
	padding-top: 7%;
	margin-right: 4%;
	display: inline-block;
	vertical-align: top;
	transition: 0.2s ease-in-out;
}

@media (max-width: 1000px) {
	.footer-widgets .footer-column {
		width: 100%;
		margin-bottom: 5%;
		padding-top: 0;
		margin-right: 0;
	}
}

@media (max-width: 600px) {
	.footer-widgets .footer-column {
		padding-right: 0;
		margin-bottom: 7%;
	}
}

.footer-widgets .footer-column:last-child {
	margin-right: 0;
}

.footer-widgets .footer-column:first-of-type:nth-last-of-type(2),
.footer-widgets
	.footer-column:first-of-type:nth-last-of-type(2)
	~ .footer-column {
	width: 48%;
}

@media (max-width: 1000px) {
	.footer-widgets .footer-column:first-of-type:nth-last-of-type(2),
	.footer-widgets
		.footer-column:first-of-type:nth-last-of-type(2)
		~ .footer-column {
		width: 100%;
	}
}

.footer-widgets .footer-column:first-of-type:nth-last-of-type(3),
.footer-widgets
	.footer-column:first-of-type:nth-last-of-type(3)
	~ .footer-column {
	width: 30.6%;
}

@media (max-width: 1000px) {
	.footer-widgets .footer-column:first-of-type:nth-last-of-type(3),
	.footer-widgets
		.footer-column:first-of-type:nth-last-of-type(3)
		~ .footer-column {
		width: 100%;
	}
}

.footer-widgets ul {
	list-style: none;
	margin: 0;
}

.footer-widgets ul li {
	padding: 0 0 15px 0;
}

.footer-widgets ul li:last-child {
	padding-bottom: 0;
}

.footer-widgets ul ul li {
	list-style-type: circle;
}

.footer-widgets ul .menu-item-has-children {
	padding-bottom: 0;
}

.footer-widgets ul.children,
.footer-widgets ul.sub-menu {
	margin-left: 20px;
	margin-top: 10px;
}

.footer-widgets ul.sub-menu li:last-child {
	padding-bottom: 15px;
}

.footer-widgets .sub-menu {
	margin-left: 20px;
}

.footer-widgets .widget_text a {
	border-bottom: dotted 1px rgba(255, 255, 255, 0.3);
}

.footer-widgets section + section {
	margin-top: 40px;
}

.footer-bottom {
	display: inline-block;
	width: 100%;
	padding-top: 4%;
}

.footer-widgets + .footer-bottom {
	border-top: dotted 1px rgba(255, 255, 255, 0.4);
}

@media (max-width: 1000px) {
	.footer-widgets + .footer-bottom {
		padding-top: 30px;
	}
}

.footer-tagline {
	display: inline-block;
	width: 40%;
}

@media (max-width: 1000px) {
	.footer-tagline {
		float: none;
		width: 100%;
		margin-top: 15px;
	}
}

.footer-navigation + .footer-tagline {
	float: right;
}

.footer-tagline a {
	border-bottom: 1px dotted rgba(255, 255, 255, 0.3);
	padding-bottom: 1px;
}

.site-footer .widget-title {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 25px;
	line-height: 1.2;
	color: #272c30;
}

@media (max-width: 1000px) {
	.site-footer .widget-title {
		margin-bottom: 15px;
	}
}

@media (max-width: 600px) {
	.site-footer .widget-title {
		font-size: 18px;
		margin-bottom: 10px;
	}
}

.footer-navigation {
	display: inline-block;
}

.footer-navigation ul {
	margin: 0;
}

.footer-navigation li {
	display: inline-block;
	list-style: none;
	margin-right: 15px;
}

/* --------------------------------------------------------------
Attachments
-------------------------------------------------------------- */
.attachment .comments-area,
.attachment .entry-meta,
.attachment .post-navigation,
.attachment .entry-footer {
	display: none;
}

/* --------------------------------------------------------------
Miscellaneous
-------------------------------------------------------------- */
::selection {
	background: rgba(255, 244, 147, 0.8);
	color: #272c30;
}

#wpstats {
	display: none;
}

.compat-object-fit {
	background-size: cover;
	background-position: center center;
}

.compat-object-fit img {
	opacity: 0;
}

.post-password-form label {
	display: inline-block;
	width: 40%;
}

.post-password-form input[type="submit"] {
	display: inline-block;
}

.not-found {
	text-align: center;
}

.blog .post.sticky {
	background: #fff;
	padding: 4%;
	border-bottom: none;
}

.page-template-full-width #page,
.page-template-full-width #primary {
	padding: 0;
	max-width: 100%;
	width: 100%;
}

.page-template-full-width #page .entry-header {
	padding: 5% 2% 0;
}

.page-template-full-width .site-content {
	padding-bottom: 0;
}

/*--------------------------------------------------------------
Block Alignments
--------------------------------------------------------------*/
.wp-block-gallery {
	margin-left: 0;
	margin-bottom: 1.2em;
}

.wp-block-image figcaption {
	font-size: 15px;
	margin-top: 1em;
}

.wp-block-image img {
	width: 100%;
}

.locations-grid img {
	aspect-ratio: 1 / 1;
}

ul.blocks-gallery-grid,
ul.wp-block-social-links,
.entry-content .wp-block-gallery {
	padding-left: 0;
}

.alignfull,
.alignwide {
	margin-bottom: 2em;
	width: 100%;
}

@media (max-width: 600px) {
	.alignfull.wp-block-gallery,
	.alignwide.wp-block-gallery {
		margin-left: -8px;
		margin-right: -8px;
		width: inherit;
	}
}

.alignfull img,
.alignwide img {
	display: block;
}

.alignwide {
	max-width: none;
}

@media (min-width: 1000px) {
	.alignwide {
		width: 78vw;
		margin-left: calc(50% - 78vw / 2);
	}
}

.entry-content > .alignfull {
	width: 100vw;
	margin-left: calc(50% - 50vw);
	max-width: none;
}

.wp-block-columns {
	margin-bottom: 1.2em;
}

.wp-block-separator {
	margin-top: 3rem;
	max-width: 390px;
	width: 100% !important;
	background-color: var(--donard-header);
}

.booking-link {
	display: flex;
	position: relative;
	justify-content: flex-end;
	align-items: center;
	margin-left: auto;
}

.booking-link a {
	display: block;
	padding: 15px 30px;
	color: #fff !important;
	font-size: 14px;
	cursor: pointer;
	text-decoration: none !important;
	text-transform: uppercase;
	border: 1px solid #fff;
	line-height: 1;
}

.cookiebar-close {
	display: block;
	padding: 15px 30px;
	color: #000;
	font-size: 14px;
	cursor: pointer;
	text-decoration: none !important;
	text-transform: uppercase;
	border: 1px solid #000;
	line-height: 1;
}

.home-title-text {
	padding: 0 30px;
}
.content-text {
	padding: 0;
}

.home-title-text,
.home-title-text span {
	font-family: "Saol Display", sans-serif;
	font-weight: 400;
	font-size: 74px;
	text-align: center;
	line-height: 1;
}

.home-title-text.main-title,
.home-title-text.main-title span {
	font-size: 84px;
}

.home-title-text span {
	position: relative;
	z-index: 9;
}

@media (max-width: 1190px) {
	.home-title-text.main-title,
	.home-title-text.main-title span {
		/* font-size: calc(36px + 48 * ((100vw - 576px) / 624)); */
		font-size: 36px;
	}
	.home-title-text,
	.home-title-text span {
		/* font-size: calc(32px + 42 * ((100vw - 576px) / 624)); */
		font-size: 32px;
	}
}

/* .content-heading {
	font-size: 74px;
} */
.text--italic {
	font-style: italic;
}

.scribble-circle:after,
.scribble-underline-thin:after,
.scribble-underline:after {
	content: "";
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}
.scribble-underline-thin::after {
	background-image: url(images/ml-scribble-underline-thin.png);
	/* background-position-y: 30px; */
	background-position-y: 72%;
	background-size: contain;
	max-width: 215px;
	margin: 0 auto;
}
.scribble-underline:after {
	background-size: contain;
	background-image: url(images/ml-scribble-underline.png);
	/* bottom: -20px; */
	bottom: -52%;
}

@media only screen and (min-width: 768px) {
	.scribble-underline-thin:after {
		background-position-y: 72%;
		max-width: 658px;
	}

	.scribble-underline:after {
		bottom: -62%;
	}
}

.link--with-image {
	position: relative;
	display: inline-flex;
	width: 100%;
}

.link--with-image:after {
	content: "";
	background-image: url(/wp-content/uploads/2021/10/arrow-visit.png);
	max-width: 52px;
	margin-left: 1.5rem;
	z-index: 999;
	background-size: contain;
	width: 100%;
	background-repeat: no-repeat;
}

/* Custome footer styles */
.footer-container-row {
	display: flex;
	flex-wrap: wrap;
	max-width: 1140px;
	margin: 0 auto;
	padding: 6rem 0;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.footer-coloumn {
	display: flex;
	align-items: center;
	flex-flow: column nowrap;
}
.col-1 {
	flex: 0 0 41.6666666667%;
	max-width: 41.6666666667%;
	flex-grow: 1;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
}
.col-2 {
	flex: 0 0 8.3333333333%;
	max-width: 8.3333333333%;
	flex-grow: 1;
}
.col-3 {
	flex-direction: row;
	flex: 0 0 50%;
	max-width: 50%;
	flex-grow: 1;
	padding: 0;
}

.footer-logo,
.footer-logo-mobile {
	margin-bottom: 3rem;
}
.footer-logo svg,
.footer-logo-mobile svg,
.footer-logo img,
.footer-logo-mobile img {
	width: 225px;
	height: 64px;
}
.footer-logo-mobile {
	display: none;
}

.vertical-line {
	width: 1px;
	background: #000;
	height: 6rem;
	outline: none;
	border: 0;
}

#menu-footer-1,
#menu-footer {
	display: flex;
	margin: 0 auto;
	margin-bottom: 3rem;
	text-transform: uppercase;
	padding-left: 0;
	list-style: none;
}

#menu-footer-1 li,
#menu-footer li {
	margin: 0 1.75rem;
}
#menu-footer-1 li a,
#menu-footer li a {
	font-size: 14px;
}

#menu-footer li a {
	color: var(--donard-header) !important;
}

.copyright,
.copyright a {
	font-size: 9px;
	color: rgba(160, 160, 160, 1) !important;
}

.copyright .ajcap {
	font-family: "Public Sans";
	font-size: 12px;
	padding-right: 10px;
	text-decoration: none;
	font-weight: 600;
}

.footer-nav-list {
	display: flex;
	width: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: center;
	list-style: none;
	margin: 0;
	padding: 0 30px;
}

.footer-nav-list li a img {
	width: 110px;
	height: 87px;
}

.footer-nav-list.social.bottom-footer {
	width: auto;
	/* flex-direction: column; */
	text-align: center;
	column-gap: 20px;
	padding-bottom: 26px;
}

/* .footer-nav-list.social {
	width: auto;
    flex-direction: column;
    text-align: center;
} 
.footer-nav-list.social li:first-child {
	margin-bottom: 1.5rem;
} */
#menu-footer-1,
#menu-footer {
	display: flex;
	margin-bottom: 1.5rem;
	text-transform: uppercase;
	padding-left: 0;
	list-style: none;
	margin-left: 0;
	column-gap: 100px;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	/* justify-content: space-between; */
	row-gap: 20px;
}
@media (max-width: 874px) {
	#menu-footer-1,
	#menu-footer {
		column-gap: 50px;
	}
}
.footer-nav-list.social {
	width: auto;
	text-align: center;
	column-gap: 50px;
	padding-bottom: 26px;
	padding-right: 0;
	justify-content: center;
}
.footer-nav-list.social li a svg {
	width: 20px;
	height: 20px;
}

#bottom-nav {
	max-height: 298px;
	padding: 6rem;
	overflow: hidden;
	-webkit-transition: all 0.15s ease;
	-o-transition: all 0.15s ease;
	transition: all 0.15s ease;
}
#bottom-nav.inactive {
	height: 100%;
	opacity: 0;
	visibility: hidden;
	max-height: 0;
	padding: 0 6rem;
}
.bottom-nav-inner {
	padding: 0 3rem;
}
.bottom-nav-list {
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
li.rusacks {
	margin: 0 12rem;
	margin-left: 0;
}
li.marine-north {
	margin: 0 12rem;
}
li.marine-troon {
	margin: 0 12rem;
	margin-right: 0;
}

.bottom-nav-list li a svg {
	width: 165px;
	height: 132px;
}

.header-nav__book-now-drawer {
	position: absolute;
	top: 0;
	right: 0;
	list-style: none;
	padding: 1.5rem;
	background-color: rgba(229, 229, 229, 1);
	margin-top: 53px;
	min-width: 225px;
	font-size: 14px;
	text-align: left;
}
.header-nav__book-now-drawer li {
	border: none;
	outline: none;
}
.header-nav__book-now-drawer li a {
	font-family: "Public Sans", sans-serif;
	font-size: 20px;
	text-transform: none !important;
	border: none;
}
.header-nav__book-now-drawer--hide {
	padding: 0;
	opacity: 0;
	visibility: hidden;
	max-height: 0;
}

.room-features-icon-r1-col p {
	text-align: center;
}

.icon.rusack img {
	width: 60px;
}

@media (max-width: 1190px) {
	.footer-coloumn {
		flex-wrap: wrap;
	}
	.footer-nav-list.social {
		flex-direction: row;
		justify-content: center;
		flex-grow: 1;
		margin-top: 1.5rem;
	}
	.footer-nav-list.social li:first-child {
		margin-bottom: 0;
		/* margin-right: 2rem; */
	}
}

@media (max-width: 1100px) {
	#bottom-nav {
		max-height: 736px;
	}
	.bottom-nav-list {
		flex-direction: column;
	}
	li.rusacks {
		margin: 0 12rem;
	}
	li.marine-north {
		margin: 0 12rem;
	}
	li.marine-troon {
		margin: 0 12rem;
	}
}

@media (max-width: 782px) {
	.footer-logo-mobile {
		display: block;
	}
	/* .footer-logo {
		display: none;
	} */
	.footer-coloumn.col-1 {
		order: 2;
		margin-top: 3rem;
	}
	.footer-coloumn.col-3 {
		order: 1;
	}
	.footer-container-row {
		flex-direction: column;
	}
	.footer-coloumn.col-2 {
		display: none;
	}
	.footer-nav-list {
		width: 100%;
		flex-grow: 1;
	}
	.footer-coloumn {
		justify-content: center;
		width: 100%;
		max-width: 100%;
	}
	.footer-nav-list li a img {
		width: 68px !important;
		height: 55px;
	}
	.header-nav__book-now-drawer li a {
		font-size: 14px;
	}
}

@media (max-width: 599px) {
	.site-title-wrap a img {
		max-width: 88px;
	}

	#menu-main-navigation-1 li a {
		font-size: 10px;
	}

	#menu-main-navigation-1 li {
		padding: 0;
	}

	/* #page {
		margin-top: 75px;
	} */
}

@media (max-width: 485px) {
	#menu-footer {
		flex-direction: column;
		align-items: center;
	}
}

/* CF7 Styles */
.contact-title {
	font-family: "Saol Display", sans-serif;
	text-align: center;
	font-weight: 400;
	font-size: 48px;
}
.contact-form-body .form-item {
	display: flex;
	align-items: center;
	border-bottom: rgb(52, 52, 52) solid 1px;
}
.contact-form-body div:nth-last-child(2) {
	border-bottom: none;
}
.contact-form-body .form-item label {
	font-family: "Public Sans", sans-serif;
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	width: 25%;
	min-width: 25%;
}
.contact-form-body .form-item span {
	flex-grow: 1;
	border-left: rgb(52, 52, 52) solid 1px;
}

.contact-form-body .form-item span input,
.contact-form-body .form-item span textarea,
.contact-form-body .form-item span select {
	font-family: "Public Sans", sans-serif;
	font-size: 16px;
	font-weight: 400;
	background: #e5e5e5;
	border: none;
	outline: none;
	margin: 1px;
}
.contact-form-body.rusacks .form-item span input,
.contact-form-body.rusacks .form-item span textarea,
.contact-form-body.rusacks .form-item span select {
	font-family: "Public Sans", sans-serif;
	font-size: 16px;
	font-weight: 400;
	background: var(--donard-background);
	border: none;
	outline: none;
	margin: 1px;
}
.contact-form-body .form-item span select {
	background: var(--donard-background) url(images/select-arrow.png) right
		no-repeat;
	background-size: 12px;
	background-position: right 15px top 20px;
}
.contact-form-body.rusacks .form-item span select {
	background: var(--donard-background) url(images/select-arrow.png) right
		no-repeat;
	background-size: 12px;
	background-position: right 15px top 20px;
}
.contact-form-body .form-item span input:focus,
.contact-form-body .form-item span textarea:focus,
.contact-form-body .form-item span select:focus {
	box-shadow: none;
}
.form-submit {
	margin-top: 30px;
}
.form-submit input {
	font-family: "Public Sans", sans-serif;
	font-size: 14px !important;
	font-weight: 400;
	text-transform: uppercase;
	width: 100%;
	color: #000;
	background-color: var(--donard-background) !important;
	border: 1px solid rgb(52, 52, 52);
}
.form-submit.rusacks input {
	font-family: "Public Sans", sans-serif;
	font-size: 14px !important;
	font-weight: 400;
	text-transform: uppercase;
	width: 100%;
	color: #000;
	background-color: var(--donard-background) !important;
	border: 1px solid rgb(52, 52, 52);
}
.form-submit input:hover {
	color: #000;
	background-color: var(--donard-background) !important;
	box-shadow: none;
}

/* Cookie Styles */
.ui-widget {
	z-index: 999;
	position: fixed;
	bottom: 0;
	background: #fff;
	left: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 30px 60px;
}
.ui-widget.cookiepop .cookie-message {
	text-align: center;
	font-size: 16px;
	font-family: "Public Sans", sans-serif;
}
.cookie-message.ui-widget-header {
	padding: 0 10px;
}

.cookie-message.ui-widget-header p {
	margin-bottom: 0;
}

@media (max-width: 792px) {
	.ui-widget.cookiepop {
		flex-direction: column;
		padding: 20px;
	}

	.ui-widget.cookiepop .cookie-message {
		padding-bottom: 20px;
	}
}

.main-navigation.group .menu-main-navigation-container ul li a {
	font-family: Public Sans;
	font-size: 12px;
	text-decoration: underline;
	text-transform: uppercase;
}

/* ------ Rusacks Style Start ------*/

div.top-navigation .container {
	padding: 0 calc(12rem / 2);
	max-width: 100%;
}
div.top-navigation-right {
	float: right;
	display: flex;
	margin-right: auto;
	width: 100%;
	flex-direction: column;
}
div.menu-main-menu-01-container,
div.rusacks-img-logo,
div.menu-main-menu-02-container {
	flex-grow: 1;
	width: 100%;
}
#menu-main-menu-01,
#menu-main-menu-02 {
	display: flex;
	justify-content: flex-end; /*space-between;*/
	width: 100%;
	margin: 10px 0;
}
#menu-main-menu-01 li a,
#menu-main-menu-02 li a {
	padding: 0;
}
#menu-main-menu-02 li:last-child {
	padding: 0 !important;
	display: none;
}
#menu-main-menu-02 li a:last-child {
	padding: 10px 20px;
}

/* .wp-block-columns {
	justify-content: center;
} */

#page {
	/* margin-top: -8px; */
	padding-top: 0;
}
div.site-content {
	padding-bottom: 0 !important;
	padding-top: 0 !important;
}

/* Smart Slider Styles */
div#n2-ss-2 .n2-ss-slide-active {
	height: calc(100vh - 65px) !important;
}

.n2-ss-slider .n2-ss-layers-container {
	height: calc(100vh - 65px) !important;
}

div#n2-ss-2 .n2-font-b33a2ad1a79eb0b6d61d012a1fb3abfc-hover span {
	font-family: "Toy", "Roboto", "Arial";
	font-size: 8vw;
	padding-bottom: 1.5rem;
	line-height: 42px;
}

@media (max-width: 599px) {
	div#n2-ss-2 .n-uc-gdi7SmtOfBsq-inner {
		justify-content: flex-start !important;
	}

	div#n2-ss-2 .n-uc-gdi7SmtOfBsq-inner h1 {
		font-size: 26vw;
		padding-top: 225px;
		line-height: 1 !important;
	}

	div#n2-ss-2 .n2-font-b33a2ad1a79eb0b6d61d012a1fb3abfc-hover span {
		padding-bottom: 0rem;
		line-height: 1;
	}

	div#n2-ss-2 .n2-ss-slider-1,
	.n2-ss-slider .n2-ss-slide-background-image img,
	.n2-ss-slider,
	n2-ss-slide-backgrounds n2-ow-all,
	div#n2-ss-2 .n2-ss-slide,
	.n2-ss-slider .n2-ss-layers-container,
	div#n2-ss-2 .n-uc-DNZ4hsAnWVG0,
	div#n2-ss-2 .n-uc-gdi7SmtOfBsq,
	div#n2-ss-2 .n-uc-gdi7SmtOfBsq-inner {
		height: calc(100vh - 115px) !important;
	}

	div#n2-ss-2 .n2-font-b33a2ad1a79eb0b6d61d012a1fb3abfc-hover .title1 {
		font-size: 19vw;
	}
	div#n2-ss-2 .n2-font-b33a2ad1a79eb0b6d61d012a1fb3abfc-hover .title2 {
		font-size: 22.5vw;
	}
	div#n2-ss-2 .n2-font-b33a2ad1a79eb0b6d61d012a1fb3abfc-hover .title3 {
		font-size: 18vw;
	}
}

@media (min-width: 435px) and (max-width: 599px) {
	div#n2-ss-2 .n2-font-b33a2ad1a79eb0b6d61d012a1fb3abfc-hover .title1 {
		font-size: 82.5px !important;
	}
	div#n2-ss-2 .n2-font-b33a2ad1a79eb0b6d61d012a1fb3abfc-hover .title2 {
		font-size: 97.7px !important;
	}
	div#n2-ss-2 .n2-font-b33a2ad1a79eb0b6d61d012a1fb3abfc-hover .title3 {
		font-size: 72.2px !important;
	}
}

/* Layouts */
.site-header.rusacks {
	position: sticky;
	position: -webkit-sticky;
}
.pos-relative {
	position: relative;
}
.container-parent {
	justify-content: center;
}
.rusack-container {
	max-width: 1140px;
}
.rusack-content-container {
	max-width: 1485px;
}
.margin-left-25 {
	margin-left: 25%;
}
.margin-left-8 {
	margin-left: 8.3333333333% !important;
}
.content-paddingx {
	padding: 12rem 0;
}
.content-paddingy {
	padding-left: 2.375em;
	padding-right: 2.375em;
}
.no-margins {
	margin: 0;
}
/* .rusacks-btn a,
.rusacks-btn button {
	font-family: 'Freight Text Pro';
	font-size: 14px;
	text-transform: uppercase;
	border: 1px solid;
	line-height: 1;
	background: transparent;
	padding: 15px 60px;
	border-radius: 0;
	text-decoration: none;
	transition: all .3s ease;
} */
/* .rusacks-btn.btn-lgreen a, 
.rusacks-btn.btn-lgreen button {
	border-color: rgb(111, 153, 120);
	color: rgb(111, 153, 120) !important;
} */
.rusacks-btn.btn-lgreen a:hover,
.rusacks-btn.btn-lgreen button:hover {
	border-color: var(--donard-header);
	color: var(--donard-header) !important;
}
.rusacks-btn.btn-white a {
	border-color: var(--donard-header);
	color: var(--donard-header) !important;
}
.rusacks-btn.btn-white-no-border a {
	border: none;
	color: var(--donard-header) !important;
	background-color: #fff !important;
}
.rusacks-btn.btn-white a:hover {
	color: #1c231a !important;
}
.rusacks-btn.btn-green a {
	border-color: #12311a;
	color: #12311a !important;
}
.rusacks-btn.btn-green a:hover {
	color: var(--donard-header) !important;
}
/* .rusacks-btn.btn-dgreen a, 
.rusacks-btn.btn-dgreen button {
	border-color: rgb(111, 153, 120);
	color: rgb(111, 153, 120) !important;
	background-color: #12311a;
} */
.rusacks-btn.btn-dgreen a:hover,
.rusacks-btn.btn-dgreen button:hover {
	border-color: var(--donard-header);
	color: var(--donard-header) !important;
}

.rusacks-p p {
	height: 100%;
	display: flex;
	align-items: center;
}
.home-row2 {
	max-width: 505px;
	justify-content: flex-end;
	float: right;
	padding-right: 3rem;
}
.img-top {
	position: absolute;
	bottom: 0;
}

.row3 {
	max-width: 250px;
	top: -35%;
	left: 25%;
	z-index: 80;
}

.row4-rooms-pad {
	padding: 0 30px;
}
.row4-rooms {
	color: var(--donard-header);
	list-style: none;
	padding-left: 0px !important;
	margin-left: 0;
}
.row4-rooms li a {
	font-family: "Freight Text Pro";
	font-size: 30px;
	font-weight: 400;
	line-height: 65px;
	font-style: italic;
	color: var(--donard-header) !important;
	text-decoration: none;
	width: fit-content;
}
.row4-rooms li a:hover {
	color: var(--donard-header) !important;
	border-bottom: 1px solid var(--donard-header);
}

.row5-dine {
	margin-left: 16%;
	max-width: 33.3333333333%;
}

.row6-quote-title {
	font-family: "Toy", sans-serif;
	line-height: 1;
	text-transform: uppercase;
	padding: 0 15px;
}

/* Subscribe Section */
.sub-primary-container {
	justify-content: center;
	margin-bottom: 0;
}
.sub-primary-container.nb-bimage {
	background-image: url(/wp-content/uploads/sites/7/2022/01/Rectangle-80-scaled-1400x409-1-1400x409-1.jpg);
	background-repeat: repeat-x;
	background-color: var(--donard-background);
}
.sub-container {
	padding: 60px 0;
	/* max-width: 33.3333333333%; */
}
.subscribe-info {
	display: flex;
	max-width: 750px;
	margin: 0 auto;
}
.sub-title {
	font-weight: 400;
	text-align: center;
	font-size: 84px;
	text-transform: uppercase;
	color: var(--donard-header) !important;
	text-transform: uppercase;
}
.sub-description {
	font-family: "Vulf Mono", "Public Sans", sans-serif;
	font-size: 12px;
	text-align: left;
	margin-bottom: 0;
	padding: 20px;
}
.sub-form {
	position: relative;
}
.sub-form-inner {
	display: flex;
	justify-content: space-evenly;
	align-items: flex-end;
}
.sub-form div .wpcf7-spinner {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -30px;
	margin: 0 auto;
}
.sub-form input {
	color: var(--donard-header);
	font-family: "Vulf Mono", "Public Sans", sans-serif;
	font-size: 12px !important;
	font-weight: 400;
	background: transparent !important;
	border: none;
	border-bottom: 1px solid var(--donard-header);
}
.sub-form div span {
	width: 100%;
}
.sub-form input::placeholder {
	font-family: "Vulf Mono";
	color: var(--donard-header);
}
.sub-form input[type="submit"] {
	color: var(--donard-header);
	font-family: "Vulf Mono";
	font-size: 14px !important;
	font-weight: 400;
	background: transparent;
	border: none;
	border-bottom: 1px solid var(--donard-header);
	border-radius: 0;
	text-transform: uppercase;
	display: block;
	height: 50px;
}
.sub-form input[type="submit"]:hover {
	color: var(--donard-header);
}
.subform-success {
	font-style: italic;
	margin-bottom: 0;
	color: #12311a;
	text-align: center;
}
input[type="email"]:focus {
	box-shadow: none;
	border-bottom: 1px solid var(--donard-header);
}

/* Fonts */
.voyage {
	font-family: "Voyage";
	font-weight: normal;
	color: var(--donard-header);
}
.roslindale {
	font-family: "Roslindale";
	font-weight: normal;
}
.freightTextPro {
	font-family: "Freight Text Pro";
	font-weight: normal;
}
.soalDisplay {
	font-family: "Saol Display";
	font-weight: normal;
}

.italic {
	font-style: italic;
}

/* Rooms */
.post-content.rusacks .entry-header h1 {
	font-family: "Freight Text Pro";
	font-size: 16px;
	text-transform: uppercase;
	/* padding-top: 120px; */
}
.primary-page-title {
	/* font-family: 'Toy'; */
	font-size: 72px;
	line-height: 84px;
	font-weight: 400;
}
.page-title-des {
	font-family: "Freight Text Pro";
	max-width: 500px;
	font-size: 16px;
	margin-right: auto;
}
.room-features-title {
	font-family: "Freight Text Pro";
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 3rem;
}
.room-feature-row {
	max-width: 390px;
	margin: 0 auto;
}
.room-feature-row > .room-features-icon-r1-col {
	flex-basis: 33% !important;
}
.room-features-icon-r1-col,
.room-features-icon-r2-col {
	display: flex;
	align-items: center;
	justify-content: center;
	max-height: 143px;
	margin: 0px !important;
	flex-direction: column;
}
.room-features-icon-r1-col:nth-child(1) {
	border-color: var(--donard-header);
	border-right: 1px solid;
	border-bottom: 1px solid;
}
.room-features-icon-r1-col:nth-child(2) {
	border-color: var(--donard-header);
	border-bottom: 1px solid;
}
.room-features-icon-r1-col:nth-child(3) {
	border-color: var(--donard-header);
	border-left: 1px solid;
	border-bottom: 1px solid;
}
.room-features-icon-r1-col:nth-child(4) {
	border-color: var(--donard-header);
	border-right: 1px solid;
}
.room-features-icon-r1-col:nth-child(6) {
	border-color: var(--donard-header);
	border-left: 1px solid;
}
.icon.rusack {
	display: block;
	padding: 30px 0 5px;
	text-align: center;
	max-height: inherit;
}
.icon.rusack svg {
	fill: var(--donard-header);
	height: 60px;
	width: 60px;
}
.wp-block-buttons {
	column-gap: 0 !important;
}

.wp-block-buttons.alignfull:not(.is-vertical) .wp-block-button {
	flex-grow: 1;
}
.wp-block-buttons.alignfull:not(.is-vertical) .wp-block-button a {
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
}

.room-btn,
.room-btn-border {
	flex-grow: 1;
}
.room-btn a {
	background-color: var(--donard-header);
	color: #fff !important;
	font-family: "Freight Text Pro";
	font-size: 14px;
	border-radius: 0;
	width: 100%;
	margin-top: 3rem;
	border: 1px solid var(--donard-header);
	text-decoration: none;
}
.room-btn-border a {
	background-color: transparent;
	color: #12311a !important;
	font-family: "Freight Text Pro";
	font-size: 14px;
	border-radius: 0;
	width: 100%;
	margin-top: 3rem;
	border: 1px solid var(--donard-header);
	text-decoration: none;
}

.room-btn-sides-borderless a {
	border-left: none;
	border-right: none;
}

.room-features-icon-r1-col {
	padding: 5px;
}

/* Slider Heading */
.hero-heading {
	font-size: 22vw;
	position: absolute;
	left: 0;
	right: 0;
}
.hero-heading.slieve {
	top: 1rem;
}
.hero-heading.donard {
	bottom: 1rem;
}
@media (min-width: 910px) {
	.hero-heading {
		font-size: 200px;
	}
}

/* Experiences */
.explore-col {
	max-width: 50%;
	margin-left: 8.3333333333%;
	padding-left: 3rem;
	padding-right: 3rem;
}

/* FAQ */
.accordion h3 {
	font-family: "Freight Text Pro";
	font-size: 30px;
	text-align: center;
	margin-top: 40px !important;
	margin-bottom: 30px !important;
}

/* ============================================== */

ul.menu01 li a {
	font-family: Freight Text Pro;
	color: #fff !important;
	font-size: 14px;
	padding: 0 90px 15px 0;
	list-style: none;
	text-transform: capitalize;
	text-decoration: none;
}

ul.menu02 li a {
	font-family: Freight Text Pro;
	color: #fff !important;
	font-size: 14px;
	padding: 0 0 15px 90px;
	list-style: none;
	text-transform: capitalize;
	text-decoration: none;
	outline: none;
}

.rusacks-img-logo {
	/* padding: 0 90px 0 10px; */
	display: flex;
	justify-content: center;
	min-width: 100px;
}

li#menu-item-22 a {
	background-color: transparent;
	padding: 10px 20px;
	border: solid #757575 1px;
	max-height: 50px;
}

ul#menu-main-menu-01 li,
ul#menu-main-menu-02 li {
	/* margin-top: 10px; */
	padding: 0;
}

ul.sub-menu {
	margin-left: 0 !important;
}

ul.sub-menu li a {
	font-size: 13px;
	font-weight: 100 !important;
	padding-left: 6vw;
	padding-right: 6vw;
}

ul.sub-menu li {
	max-width: fit-content; /*175px;*/
}

li#menu-item-22 {
	padding-left: 75px !important;
}

.copyright-rusacks {
	font-size: 9px;
	margin-right: 15px;
	margin-left: 15px;
	color: rgba(160, 160, 160, 1) !important;
}
.copyright-rusacks a {
	color: rgba(160, 160, 160, 1) !important;
	font-size: 9px;
}

.footer-container-row-rusacks {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	padding: 30px 12rem;
	/* -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; */
	background-color: var(--donard-header);
}

.footer-coloumn-rusacks {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: column;
	/* margin-left: -20px; */
	flex-grow: 1;
	width: 25%;
	padding-right: 10px;
	z-index: 9;
}

.footer-coloumn-rusacks-1 {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: column;
	/* margin-left: 150px; */
	flex-grow: 1;
	width: 35%;
	z-index: 9;
}

.h2-top-footer {
	font-size: 16px;
	color: #ffffff;
	font-family: Freight Text Pro;
	/* font-weight: 700; */
	margin-bottom: 0;
	margin-top: 0;
}

.p-top-footer,
.p-top-footer p a,
.p-top-footer a {
	font-size: 16px;
	color: #d0b192 !important;
	font-family: Freight Text Pro;
	font-weight: 100;
	text-decoration: none;
	margin-bottom: 0;
}

.p-top-footer.add {
	margin-bottom: 10px;
}

.footer-right-headdings {
	/* display: contents; */
	display: flex;
	width: 40%;
	flex-grow: 1;
}

.p-top-footer-right-1 {
	/* padding: 0 100px; */
	line-height: 15px;
	/* margin-left: 10%; */
	flex-grow: 1;
}

.p-top-footer-right {
	padding: 0 25px;
	line-height: 15px;
	flex-grow: 1;
}

.footer-sec-section {
	padding: 0 0 15px;
}

ul.footer-nav-list.social.rusacks {
	justify-content: flex-end;
}

ul.footer-nav-list.social.rusacks li a svg {
	fill: #fff;
	margin: 0 15px;
}

.footer-form {
	margin-top: -65px;
	/* margin-left: 885px; */
	position: relative;
	left: 0;
	display: flex;
	flex-direction: row;
	align-items: flex-end;
	justify-content: flex-end;
	flex-grow: 1;
	width: 40%;
}

.footer-form-section {
	display: flex;
	flex-grow: 1;
	justify-content: flex-end;
	width: 40%;
	align-items: flex-end;
}
.footer-formsub-success {
	color: #d0b192;
	font-style: italic;
	margin-bottom: 0;
	flex-grow: 1;
	text-align: end;
}

input.footer-input {
	width: 300px;
	color: #d0b192 !important;
	font-family: "Freight Text Pro";
	font-size: 12px !important;
	font-weight: 400;
	background: transparent;
	border: none;
	line-height: 24px;
	padding: 5px 0;
	border-bottom: 1px solid #d0b192;
	border-radius: 0;
	/* width: 26%; */
	height: fit-content;
}

input.footer-input:focus {
	box-shadow: none;
	border-bottom: 1px solid #d0b192;
}

input.footer-input::placeholder {
	color: #d0b192;
	font-size: 12px;
	top: 0px;
	padding: 5px 0;
}

button.footer-submit-btn {
	color: #fff;
	font-family: "Freight Text Pro";
	font-size: 14px !important;
	font-weight: 400;
	background: transparent;
	border: none;
	border-bottom: 1px solid #d0b192;
	border-radius: 0;
	text-transform: uppercase;
	display: block;
	height: 47px;
}

.footer-nav-list.hotel-rusacks li a svg,
.footer-nav-list.hotel-rusacks li a svg path {
	fill: #12311a;
}

.dining-gallery
	.wpcp-carousel-wrapper
	.wpcp-carousel-section
	.slick-list
	.slick-track
	.slick-slide
	img {
	width: 100%;
}
.dining-gallery .wpcp-carousel-wrapper .wpcp-carousel-section ul.slick-dots {
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
}
.dining-gallery
	.wpcp-carousel-wrapper
	.wpcp-carousel-section
	ul.slick-dots
	button {
	border: 1px solid;
	border-radius: 50%;
}

.primary-carousel .slick-list {
	padding: 0 5vw 0 5vw; /* 1) 0 26vw; 2) 35vw */
}
.primary-carousel .slick-list .slick-track .slick-slide img {
	/* max-height: 600px; */
	width: 100%;
}
.primary-carousel.no-pad .slick-list {
	padding: 0;
}
.primary-carousel .slick-dots {
	display: none !important;
}
.primary-carousel .slick-list .slick-track .slick-slide {
	margin-left: 20px;
}
.primary-carousel.no-pad .slick-list .slick-track .slick-slide {
	margin-left: 0;
}
.primary-carousel.no-pad .slick-list .slick-track .slick-slide img {
	width: 100%;
	max-height: 720px;
	object-fit: cover;
}
.primary-carousel .slick-prev,
.primary-carousel .slick-next {
	width: 30px;
	height: 30px;
	position: absolute;
	z-index: 99;
	border-radius: 50%;
	bottom: -65px;
	padding: 0;
	background-color: transparent;
}
.primary-carousel .slick-prev .icon svg,
.primary-carousel .slick-next .icon svg {
	width: 15px;
	height: 10px;
	fill: #12311a;
}
.primary-carousel .slick-prev .icon svg {
	-webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	transform: scaleX(-1);
}
.primary-carousel .slick-prev {
	left: 13vw;
}
.primary-carousel .slick-next {
	right: 13vw;
}
.pagingInfo {
	text-align: left;
	padding-left: 18vw;
	padding-top: 38px;
	position: absolute;
}
.primarySlideTitle {
	position: absolute;
	text-align: left;
	padding-left: 24vw;
	left: 0;
	right: 0;
	padding-top: 38px;
	color: var(--donard-header);
}

@media (max-width: 782px) {
	.primary-carousel .slick-list {
		padding: 0px 5vw 0 2vw; /*0 16vw;*/
	}
}
@media (max-width: 500px) {
	.primary-carousel .slick-list {
		padding: 0px 12vw 0 6vw;
	}
}

.footer-coloumn.col-3 .footer-nav-list.social {
	display: none;
}

/* .expSlider {
	padding: 0 20px;
} */
.expcaresl {
	margin-bottom: 12rem;
}
.expSlider .slick-list {
	padding: 0 10% 0 0;
}
.expSlider .slick-list .slick-track .slick-slide {
	margin-left: 20px;
}
.expSlider .slick-list .slick-track .slick-slide img {
	margin-bottom: 15px;
	width: 100%;
}
.expSlider .slick-list .slick-track .slick-slide h2 {
	font-family: "Freight Text Pro";
	font-size: 30px;
	font-weight: 400;
	color: var(--donard-header);
}
.expSlider .slick-prev,
.expSlider .slick-next {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 30px;
	position: absolute;
	z-index: 99;
	border-radius: 50%;
	top: 32%;
	padding: 0;
	background-color: var(--donard-header);
}
.expSlider .slick-prev .icon svg,
.expSlider .slick-next .icon svg {
	position: relative;
	bottom: 4px;
	width: 12px;
	height: 12px;
	fill: #fff;
}
.expSlider .slick-prev .icon svg {
	-webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	transform: scaleX(-1);
}
.expSlider .slick-prev {
	left: 5px;
}
.expSlider .slick-next {
	right: 8.5%;
}

.dine-with-us-content {
	max-width: 505px;
	margin-left: auto;
	/* padding-left: 3rem; */
}

.rooms-info-img img {
	width: 100%;
	max-height: 730px;
	object-fit: cover;
}

.collapse:not(.show) {
	display: none !important;
}

.collapse.show {
	display: block !important;
}

.rusacks-mobile-nav {
	display: none;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
	padding: 16px;
	width: 100%;
	flex-direction: row;
}

.rusacks-mobile-nav .header-nav__toggle {
	z-index: 9991;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: flex-start;
	-webkit-transition: color 0.25s;
	-o-transition: color 0.25s;
	transition: color 0.25s;
	flex-basis: 32.5%;
	width: 32.5%;
	background-color: transparent;
	border: none;
	flex-direction: column;
	outline: none;
}

.header-nav__toggle-bar {
	border-top: 1px solid #fff;
	height: 2px;
	/* width: 100%; */
	padding: 4px 0;
	width: 42px;
	transition: all 0.3s ease;
}

.rusacks-mobile-nav .rusacks-img-logo {
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-preferred-size: 35%;
	flex-basis: 35%;
	padding-left: 1.5rem;
}

/* .rusacks-mobile-nav .header-nav__cta-button {
  font-family: "Freight Text Pro";
  font-weight: normal;
  flex-basis: 32.5%;
  width: 32.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: transparent;
  border: none;
  color: #fff !important;
  text-transform: uppercase;
  text-decoration: none;
} */

.rusacks-mobile-nav .header-nav__cta-button:focus {
	background-color: var(--donard-header);
}

.rusacks-mobile-nav .header-nav__cta-button:focus {
	box-shadow: none;
}

.rusacks-mobile-menu {
	position: fixed;
	top: 0;
	width: 100%;
	height: 100vh;
	background: var(--donard-header);
	z-index: -1;
	visibility: hidden;
	opacity: 0;
	overflow-y: scroll;
	-webkit-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}

.header-nav__toggle.active > .header-nav__toggle-bar.top {
	transform: rotate(45deg);
	padding: 0;
}
.header-nav__toggle.active > .header-nav__toggle-bar.middle {
	transform: rotate(-45deg);
	margin-top: -2px;
	padding: 0;
}
.header-nav__toggle.active > .header-nav__toggle-bar.bottom {
	opacity: 0;
}

.rusacks-mobile-menu.active {
	z-index: 10;
	visibility: visible;
	opacity: 1;
}

.main-navigation.mobile {
	display: block;
	padding: 10rem 8rem;
	width: 100%;
}

.menu-primary-mobile-container {
	margin-bottom: 6rem;
}

#menu-primary-mobile li a {
	width: 100%;
}

#menu-primary-mobile li .sub-menu {
	position: initial !important;
	flex-direction: column;
	border-top: none;
	padding-top: 15px;
	opacity: 1;
	list-style: none;
}

#menu-primary-mobile li .sub-menu li {
	line-height: 1;
}

#menu-primary-mobile li .sub-menu li a {
	font-family: "Freight Text Pro";
	font-weight: normal;
	font-size: 16px;
	text-transform: capitalize;
	padding: 0;
	text-align: left;
	line-height: 1;
	color: #fff !important;
	border: none;
}

#menu-primary-mobile {
	display: flex;
	flex-direction: column;
}

#menu-primary-mobile li {
	margin-bottom: 15px;
}

#menu-primary-mobile li a {
	font-family: "apocRevelations";
	font-size: 36px;
	color: #fff !important;
	text-transform: capitalize;
	text-decoration: none;
	line-height: 36px;
	margin-bottom: 0;
}

@media (max-width: 450px) {
	#menu-primary-mobile li a {
		font-size: 28px;
	}
}

.wp-block-contact-form-7-contact-form-selector {
	padding: 20px;
}

.resturant-logo img {
	max-width: 150px;
}

#intro-row-two figure {
	z-index: 90;
}

.wp-block-button__link {
	font-family: "Freight Text Pro";
	font-size: 14px;
	/* font-style: italic; */
	font-weight: 200;

	border-radius: 0;
	/* border-top: 1px solid var(--donard-header);
	border-bottom: 1px solid var(--donard-header); */
	border: 1px solid var(--donard-header);
	background-color: transparent;
	color: var(--donard-header);
	padding: 15px 60px;
	margin: 0 15px;
}

/* .wp-block-button__link.full-border {
	border: 1px solid var(--donard-header);
} */

.wp-block-button__link:hover {
	color: var(--donard-header);
	text-decoration: none;
}

#rooms-row {
	padding-bottom: 0;
}
#rooms-row ul {
	text-align: center;
}

#home-before-quote {
	margin-bottom: -12em;
}
#home-after-quote .wp-block-column .wp-block-image {
	margin-top: -4em;
}

/* Media Styles for Rusacks */

@media (max-width: 1300px) {
	.home-hero-title div {
		font-size: 200px !important;
	}

	.home-row2 {
		max-width: 425px !important;
	}

	/* .sub-primary-container .sub-container {
		max-width: 50%;
	} */
}

@media (max-width: 1200px) {
	.footer-container-row-rusacks {
		padding: 30px 6rem;
	}

	.entry-content
		> .wp-block-columns
		> .wp-block-column
		> .wp-block-columns
		> .wp-block-column,
	.entry-content
		> .wp-block-columns
		> .wp-block-column
		> *:not(.wp-block-columns, hr) {
		padding: 20px;
	}

	.entry-content > .wp-block-columns > .wp-block-column:empty {
		display: none;
	}

	.entry-content
		> .wp-block-columns
		> .wp-block-column
		> .wp-block-column.no-margins {
		padding: 0;
	}

	#image-content-block
		.wp-block-column
		.wp-block-columns
		> .wp-block-column:not(:first-child) {
		margin-left: 0;
	}

	#gallery-hero-block > div.wp-block-column:nth-child(2) {
		flex-basis: 60px !important;
	}
	.entry-content
		> #gallery-hero-block
		> .wp-block-column
		> *:not(.wp-block-columns) {
		padding: 0;
	}

	#hero-slider .wp-block-column > div {
		padding: 0;
	}

	p > br,
	h1 > br,
	h2 > br,
	h3 > br {
		display: none;
	}

	.img-top {
		position: relative;
	}

	/* .wp-block-column p, 
	.wp-block-column h1, 
	.wp-block-column h2, 
	.wp-block-column h3,
	.wp-block-column h4 {
		padding: 0 20px !important;
	} */
}

@media (max-width: 1070px) {
	.row6-quote-title {
		font-size: 76px !important;
	}

	.footer-form {
		margin-top: 0;
	}

	.home-hero-title div {
		font-size: 136px !important;
	}

	.footer-right-headdings {
		width: 100%;
		padding: 20px 0;
	}

	/* .sub-primary-container .sub-container {
		max-width: 75%;
	} */
}

@media (max-width: 975px) {
	.top-navigation .container.desktop {
		display: none;
	}

	.top-navigation .rusacks-mobile-nav {
		display: flex;
	}

	.rusacks-mobile-nav .header-nav__toggle,
	.rusacks-mobile-nav > ul {
		width: 25%;
		flex-basis: 25%;
	}

	.row6-quote-title {
		font-size: 56px !important;
	}

	.wp-block-spacer {
		height: 30px !important;
	}

	.footer-nav-list li a img {
		width: 92px;
	}

	.wp-block-column:not(:first-child) {
		margin-left: 0 !important;
	}

	.entry-content
		> .wp-block-columns
		> .wp-block-column
		> .wp-block-columns
		> .wp-block-column:empty {
		display: none;
	}

	/* .wp-block-column {
		overflow: hidden !important;
	} */

	#page figure.alignright {
		margin: 0;
	}

	#home-before-quote + div h2 {
		font-size: 96px !important;
	}

	#home-before-quote {
		margin-bottom: 0;
	}
}

/* MAIN MOBILE/TABLET BREAKPOINT */
@media (max-width: 782px) {
	h1.entry-title {
		font-size: 14px !important;
	}

	h1 {
		font-size: 36px !important;
		line-height: 46px !important;
	}

	.entry-content
		> .wp-block-columns
		> .wp-block-column
		> .wp-block-columns
		> .wp-block-column
		> *:not(.room-feature-row) {
		max-width: unset;
	}

	/* Common block styles */
	.entry-content
		> .wp-block-columns
		> .wp-block-column
		> .wp-block-columns:not(.room-feature-row) {
		flex-direction: column;
	}

	.entry-content
		> .wp-block-columns
		> .wp-block-column.direction-row
		> .wp-block-columns {
		flex-direction: row;
		flex-grow: 1;
	}

	.wp-block-column > figure,
	.wp-block-column {
		margin: 0 !important;
	}

	.img-top {
		position: relative;
		top: 0;
	}

	.margin-left-8 {
		margin-left: 0 !important;
	}

	/* Home - Hero */
	.home-hero-title div {
		font-size: 82px !important;
	}

	/* Home - Intro title */
	#intro-title > h2 {
		font-size: 36px !important;
		padding: 0 15px;
	}

	/* Home - Intro row 1 */
	#intro-row-one {
		padding: 0 15px;
	}

	#intro-row-one .wp-block-columns div {
		flex-basis: 100% !important;
	}

	#intro-row-one .wp-block-columns div:nth-child(1) p {
		margin-left: 0;
		max-width: 100% !important;
		text-align: center;
	}

	/* Home - Intro row 2 */
	#intro-row-two .wp-block-columns > div:nth-child(1) {
		position: relative;
		order: 2;
		padding: 30px 0;
	}

	#intro-row-two .wp-block-columns > div:nth-child(1) > figure {
		max-width: 75%;
	}

	#intro-row-two .wp-block-columns > div:nth-child(2) {
		order: 4;
		flex-basis: 100% !important;
	}

	#intro-row-two .wp-block-columns > div:nth-child(3) {
		order: 1;
		flex-basis: 100% !important;
		padding: 0 15px;
	}

	#intro-row-two .wp-block-columns > div:nth-child(4) {
		order: 3;
		padding: 30px 30px 30px 0;
	}

	#intro-row-two .wp-block-columns > div:nth-child(4) > figure {
		max-width: 400px;
		margin-left: 25% !important;
		max-width: 75%;
	}

	.home-row2 {
		padding-left: 0;
	}

	#intro-row-three > .wp-block-columns {
		padding: 0 15px;
		flex-direction: column;
	}

	#intro-row-three > .wp-block-columns > div:nth-child(1) {
		width: 70%;
		margin: 0 auto !important;
	}

	#intro-row-three > .wp-block-columns > div:nth-child(2) {
		display: none;
	}

	#intro-row-three > .wp-block-columns > div:nth-child(3) {
		flex-basis: 0;
		width: 33%;
	}

	.row3 {
		left: 0;
	}

	/* Home - Rooms links row */
	#rooms-row .wp-block-columns > div {
		flex-grow: 1;
		padding: 0;
	}

	#rooms-row .wp-block-columns {
		text-align: center;
	}

	#rooms-row .wp-block-columns .wp-block-buttons {
		justify-content: center;
	}

	/* Home - Dine with us */
	.dine-with-us-content {
		max-width: 100%;
	}

	/* Home - Quote */
	.row6-quote-title {
		font-size: 30px !important;
	}

	.row6-quote-title + p {
		font-size: 24px !important;
	}

	/* Expreinces Page */
	.content-paddingx {
		padding: 0px;
	}

	.explore-col {
		max-width: 100%;
	}

	.expslider-container {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.expSlider {
		padding-right: 0;
	}

	.expSlider .slick-prev,
	.expSlider .slick-next {
		display: none;
	}

	.expcaresl {
		margin-bottom: 0;
	}

	/* Rooms page */
	#image-content-block
		> .wp-block-column
		> .wp-block-columns
		> .wp-block-column
		> .room-feature-row
		> div:not(:only-child) {
		flex-basis: 33% !important;
	}

	#image-content-block
		> .wp-block-column
		> .wp-block-columns
		> div:not(#image-col) {
		order: 2;
	}

	#image-content-block.rooms
		> .wp-block-column
		> .wp-block-columns
		> div.wp-block-column
		> * {
		text-align: center;
	}

	/* Food & Beverages page */
	.entry-content
		> #image-content-block
		> .wp-block-column
		> .wp-block-columns {
		flex-direction: row;
	}

	.entry-content
		> #image-content-block
		> .wp-block-column
		> .wp-block-columns
		> div {
		flex-grow: 1;
	}

	#image-content-block
		> .wp-block-column
		> .wp-block-columns
		> div:not(#image-col)
		> .resturant-logo
		img {
		max-width: 160px;
		margin: 0px 0 4rem;
	}

	.wpcp-carousel-section.nav-vertical-center {
		padding: 0;
	}

	#image-content-block.restaurants
		> .wp-block-column
		> .wp-block-columns
		> .dining-gallery {
		flex-basis: 100% !important;
	}

	/* Gallery Page */
	#gallery-hero-block > div.wp-block-column:nth-child(1) {
		flex-basis: 100% !important;
		flex-grow: 1;
	}
	#gallery-hero-block > div.wp-block-column:nth-child(2) {
		flex-basis: 0px !important;
		flex-grow: 0;
	}
	#gallery-hero-block > div.wp-block-column:nth-child(3) {
		flex-basis: 100% !important;
		flex-grow: 1;
		padding: 20px;
	}
	#gallery-right-aligned-content {
		flex-direction: column;
	}
	#gallery-right-aligned-content > div:nth-child(2) {
		order: 3;
	}

	#home-before-quote .wp-block-column:first-child .wp-block-image {
		width: 60%;
		margin-top: 60px;
	}
}

@media (max-width: 600px) {
	.main-navigation.mobile {
		padding: 10rem 2rem;
	}

	.home-hero-title div {
		font-size: 64px !important;
	}

	.row4-rooms-pad {
		padding: 0 !important;
	}

	.row4-rooms li a {
		font-size: 26px;
		line-height: 42px;
	}

	.margin-left-8 {
		margin: 0 !important;
	}

	.wp-block-columns.has-background {
		padding: 0 !important;
	}

	.sub-primary-container .sub-container {
		max-width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}

	input.footer-input,
	.footer-form-section {
		width: 100%;
	}

	.footer-nav-list.social {
		padding: 0;
		width: 30%;
	}

	.footer-container-row-rusacks {
		padding: 30px 2rem;
	}

	.rusacks-mobile-nav .header-nav__cta-button {
		font-size: 10px;
	}

	.sub-container .sub-title {
		font-size: 56px;
	}

	.content-paddingy {
		padding-left: 0;
		padding-right: 0;
	}

	#home-before-quote + div h2 {
		font-size: 36px !important;
	}

	.footer-right-headdings {
		flex-direction: column;
	}

	.footer-right-headdings .p-top-footer-right {
		padding: 0;
	}

	.subscribe-info {
		flex-direction: column;
	}
	.sub-description {
		text-align: center;
	}
}

@media (max-width: 425px) {
	.footer-coloumn-rusacks,
	.footer-coloumn-rusacks-1,
	.footer-right-headdings {
		width: 100%;
		padding: 15px 0;
	}

	.footer-coloumn-rusacks br {
		display: block;
	}
}

.rooms#image-content-block {
	max-width: 1200px;
	margin: 0 auto;
}

/* ------ Rusacks Style End ------*/

/* Booking bar block Start */

.booking-bar {
	background-color: #fff;
	margin-bottom: 0;
}
.booking-bar-content {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: flex-end;
	padding: 65px 165px;
	flex-grow: 1;
}
.booking-bar-content .dates {
	flex-grow: 1;
	padding-right: 128px;
}
.booking-bar-content .adults {
	flex-grow: 1;
	padding-right: 25px;
	max-width: 200px;
}
.booking-bar-content .children {
	flex-grow: 1;
	padding-right: 25px;
	max-width: 200px;
}
.booking-bar-content .room {
	flex-grow: 1;
	padding-right: 92px;
}

.booking-bar-content h5 {
	font-family: "Freight Text Pro";
}

.booking-bar-content div input,
.booking-bar-content div select {
	border: none;
	border-bottom: 1px solid #12311a;
}
.booking-bar-content div select,
.booking-bar-content div input {
	background-image: url("/wp-content/themes/genesis-block-theme/images/chevron-down.svg");
	background-size: 18px;
	background-position: right 15px top 24px;
	background-repeat: no-repeat;
}

@media (max-width: 1200px) {
	.booking-bar-content {
		padding: 65px 75px;
	}
}

@media (max-width: 1070px) {
	.booking-bar-content {
		display: none;
	}
}

/* Booking bar block End */

#sp-wp-carousel-free-id-87 {
	padding: 0;
}
#sp-wp-carousel-free-id-87 .slick-list {
	padding: 0 10% 0 10%;
}

.spu-box .spu-container .spu-close {
	font-size: 50px !important;
	font-weight: 100;
	color: #666;
	margin: 10px 15px 0 0;
	text-shadow: 0 0px 0#fff !important;
}

.spu-box .spu-container {
	color: #12311a !important;
}

/* Google Maps block start */

.maps-container {
	display: flex;
	padding: 0 36px !important;
	max-height: 800px;
	overflow: hidden;
}

.maps-inner {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 100%;
}

.locations-map__source {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	max-height: 800px;
}

.locations-inner {
	flex-basis: 40%;
	background: var(--donard-header);
	padding: 60px 30px;
	max-width: 450px;
	overflow-y: scroll;
}

.loc-marker {
	color: #fff;
	padding: 30px 20px;
	cursor: pointer;
}

.loc-marker.active {
	border-left: 1px solid;
}

.loc-marker h3 {
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 1rem;
}

.loc-marker p {
	font-size: 16px;
	margin-bottom: 1rem;
}

.loc-marker a {
	color: #fff !important;
}

@media (max-width: 782px) {
	.maps-container {
		flex-direction: column;
		padding: 0 20px !important;
		height: auto;
		max-height: unset;
	}

	.maps-container .locations-inner {
		padding: 30px;
		max-height: 400px;
		max-width: 100%;
	}
}

/* Google Maps block end */

/* Accordion block start */

.accordion.rusacks .card,
.accordion.rusacks .card .card-header,
.accordion.rusacks .card .card-body {
	background: transparent;
}

.accordion.rusacks .card {
	border-left: none;
	border-right: none;
	border-top: 1px solid var(--donard-header);
	border-bottom: 1px solid var(--donard-header);
}

.accordion.rusacks .card:not(:first-child) {
	border-top: none;
}

.accordion.rusacks .card .card-header {
	border-bottom: none;
	padding: 0;
}

.accordion.rusacks .card .card-body {
	padding-left: 0;
	padding-right: 0;
}

.accordion.rusacks .card .card-header h2 {
	margin-top: 0;
}

.accordion.rusacks .card .card-header h2 button {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-family: Freight Text Pro;
	font-size: 30px;
	font-weight: 400;
	background: transparent;
	padding-top: 3rem;
	padding-bottom: 3rem;
	padding-left: 0;
	padding-right: 0;
	/* margin-bottom: 20px; */
	color: var(--donard-header);
}

.accordion.rusacks .card .card-header h2 p {
	margin-bottom: 0 !important;
}

.accordion.rusacks .card .card-header h2 button:focus {
	text-decoration: none;
	box-shadow: none;
}

.accordion.rusacks .card .card-header h2 button span {
	display: inline-block;
	vertical-align: middle;
	margin-left: 1.5rem;
	padding-right: 1.5rem;
}

.accordion.rusacks .card .card-header h2 button span svg {
	height: 30px;
	width: 30px;
}

.btn.btn-block.collapsed > span > svg > use {
	opacity: 1;
	transition: 0.3s all ease;
}

.btn.btn-block:not(.collapsed) > span > svg > use:first-child {
	opacity: 0;
}

.btn.btn-block.collapsed > span > svg > use:first-child {
	opacity: 1;
}

@media (max-width: 1200px) {
	.accordion.rusacks .card .card-body {
		text-align: left;
	}
}

@media (max-width: 782px) {
	.accordion.rusacks .card .card-header h2 button {
		font-size: 24px;
	}
}

/* Datepicker styling */
.datepicker table tr td.active.active {
	background-color: var(--donard-header);
	background-image: none;
}

/* Privacy Policy Styles */
.privacy-policy-col h1 > *,
.privacy-policy-col h2 > *,
.privacy-policy-col h3 > * {
	font-family: "Saol Display", sans-serif;
	font-weight: normal;
	color: var(--donard-header);
}

.privacy-policy-col .wp-block-separator {
	max-width: 100%;
}

.privacy-policy-col p,
.privacy-policy-col p > * {
	font-family: "Public Sans", sans-serif;
}

.privacy-policy-col h1,
.privacy-policy-col h1 > * {
	font-size: var(--headings__xlarge__font-size--default);
}
.privacy-policy-col h2,
.privacy-policy-col h2 > * {
	font-size: var(--headings__large__font-size--default);
}
.privacy-policy-col h3,
.privacy-policy-col h3 > * {
	font-size: var(--headings__medium__font-size--default);
}

@media screen and (min-width: 1200px) {
	.privacy-policy-col h1 > * {
		font-size: var(--headings__xlarge__font-size--max);
	}
	.privacy-policy-col h2 > * {
		font-size: var(--headings__large__font-size--max);
	}
	.privacy-policy-col h3 > * {
		font-size: var(--headings__medium__font-size--max);
	}
}

@media screen and (min-width: 576px) and (max-width: 1199px) {
	.privacy-policy-col h1 > * {
		font-size: calc(
			var(--headings__xlarge__font-size--default) +
				var(--headings__xlarge__font-size--diff) *
				((100vw - 576px) / 624)
		);
	}

	.privacy-policy-col h2 > * {
		font-size: calc(
			var(--headings__large__font-size--default) +
				var(--headings__large__font-size--diff) *
				((100vw - 576px) / 624)
		);
	}

	.privacy-policy-col h3 > * {
		font-size: calc(
			var(--headings__medium__font-size--default) +
				var(--headings__medium__font-size--diff) *
				((100vw - 576px) / 624)
		);
	}
}

@media screen and (max-width: 874px) {
	.privacy-policy-col {
		padding: 0 15px;
	}
}

/* CUSTOM POPUP STYPES */

.popup-container {
	position: fixed;
	width: auto;
	max-width: 500px;
	height: auto;
	background-color: var(--donard-background);
	display: none;
	bottom: 0;
	z-index: 90;
}
.popup-container.active {
	display: block;
}
.popup-container > div {
	padding: 45px;
}
.popup-container h2 {
	font-size: 60px;
	text-align: left;
}
.popup-close-top_right {
	position: absolute;
	right: 10px;
	top: 0;
	width: 24px;
	height: 24px;
	font-size: 45px;
	cursor: pointer;
	text-decoration: none;
	line-height: 1;
}
.popup-close-top_right:hover {
	text-decoration: none;
}
.sub-form {
	position: relative;
}
.sub-form-inner {
	display: flex;
	justify-content: space-evenly;
	align-items: flex-end;
}
.sub-form input {
	color: var(--donard-header);
	font-family: "Freight Text Pro";
	font-size: 12px !important;
	font-weight: 400;
	background: transparent !important;
	border: none;
	border-bottom: 1px solid var(--donard-header);
}
.sub-form div span {
	width: 100%;
}
.sub-form input::placeholder {
	color: #263843;
}
.sub-form input[type="submit"] {
	text-transform: uppercase;
}
.sub-form input[type="submit"]:hover {
	color: #263843;
}
.subform-success {
	font-style: italic;
	margin-bottom: 0;
	color: #263843;
}
input[type="email"]:focus {
	box-shadow: none;
	border-bottom: 1px solid #263843;
}

@media (max-width: 500px) {
	.popup-container h2 {
		font-size: 36px;
	}
	.popup-container > div {
		padding: 25px;
	}
}

#coverimg {
	position: relative;
}

@media (max-width: 599px) {
	#coverimg {
		/* background-image: url('/marinetroon/wp-content/uploads/sites/5/2022/07/troon_header.jpg'); */
		height: calc(100vh - 115px) !important;
		min-height: unset !important;
		max-height: unset;
	}
	#coverimg:before {
		content: none;
	}
	.wp-block-button.room-btn a:only-child {
		margin: 0 !important;
	}
}

/* Meetings & Events */

.dining-gallery.meetnevent {
	width: 100%;
}

.dining-gallery.meetnevent > div > div .slick-list .slick-track {
	display: flex;
}

.dining-gallery.meetnevent > div > div .slick-list .slick-track .slick-slide {
	flex-grow: 1;
}

.dining-gallery.meetnevent
	> div
	> div
	.slick-list
	.slick-track
	.slick-slide
	> div
	> div
	.wpcp-single-item {
	display: block;
}

/* Booking load overlay */
.booking-load-overlay {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: absolute;
	inset: 0;
	z-index: 9999;
	background: var(--donard-header);
	opacity: 0; /* Start with 0 opacity */
	visibility: hidden; /* Hide it initially */
	transition: opacity 0.2s ease, visibility 0.2s ease; /* Add transition */
}

.booking-load-overlay.active {
	opacity: 1; /* Fully visible when active */
	visibility: visible; /* Make visible when active */
}

.booking-load-overlay .container {
	display: flex;
	flex-direction: column;
	margin: auto;
	padding: 0;
	height: 100%;
	max-width: 225px;
	align-items: center;
	justify-content: center;
}

.booking-load-overlay img {
	width: 100%;
	height: 150px;
}

.booking-load-overlay .loading-row {
	display: flex;
	margin-top: 30px;
}

.booking-load-overlay span {
	color: #fff;
	font-family: "Saol Display", sans-serif;
	font-size: 20px;
	font-style: italic;
	height: fit-content;
}

.booking-load-overlay img.loader {
	width: auto;
	height: 38px;
	object-fit: contain;
	object-position: left;
}

.booking-load-overlay-scrl {
	overflow: hidden;
}

.isbooking-loading {
	opacity: 0;
}

/* Hero Video styles */
.hero-video-container {
	position: relative;
	width: 100vw;
	background-color: aliceblue;
	margin-left: calc((100% - 100vw) / 2);
	aspect-ratio: 16 / 9;
}
/* .vimeo-video-iframe {
	padding:56.25% 0 0 0
} */
.vimeo-video.has-overlay::after {
	content: "";
	position: absolute;
	inset: 0;
	/* bottom: 10px; */
	background-color: rgb(0 0 0 / 40%);
}
.wp-video-frame {
	width: 100vw;
}
.wp-video.has-overlay::after {
	content: "";
	position: absolute;
	inset: 0;
	bottom: 10px;
	background-color: rgb(0 0 0 / 40%);
}
.hero-video-content {
	position: absolute;
	display: flex;
	inset: 0;
	width: 100%;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.hero-video-content h1 {
	color: #fff;
	font-size: var(--headings__large__font-size--max);
}
.hero-video-content p {
	color: #fff;
}
.volume-btn {
	padding: 10px;
	position: absolute;
	background-color: transparent;
	border-radius: 50%;
	bottom: 1rem;
	right: 2rem;
	z-index: 999;
}
@media (max-width: 768px) {
	.volume-btn {
		/* top: 2rem; */
		right: 0.6rem;
	}
	.hero-video-content h1 {
		font-size: var(--headings__large__font-size--default);
	}
}
.volume-btn.hide {
	display: none;
}
.volume-btn svg {
	width: 16px;
	height: auto;
	fill: #fff;
}

/* Offers Block Styles */
.offers-container {
	display: flex;
	row-gap: 20px;
	padding: 0 10px;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 0 auto;
	max-width: 1140px;
}
.offers-container .offer-item {
	max-width: 50%;
	padding: 0 10px;
}
.offers-container .offer-item h2 {
	color: #12311a;
	font-size: 48px;
}
.offers-container .offer-item a {
	display: block;
	padding: 15px 30px;
	color: #000;
	font-size: 14px;
	cursor: pointer;
	text-decoration: none !important;
	text-transform: uppercase;
	border: 1px solid #000;
	line-height: 1;
	background: transparent;
	border-radius: 0;
	margin: 0;
}
@media (max-width: 768px) {
	.offers-container {
		flex-direction: column;
	}
	.offers-container .offer-item {
		max-width: 100%;
	}
}

/* Events Block Styles */
.events-container {
	display: flex;
	row-gap: 20px;
	padding: 0 10px;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 0 auto;
	max-width: 1140px;
}
.events-container .event-item {
	display: flex;
	column-gap: 20px;
}
.events-container .event-item .wp-block-image,
.events-container .event-item .event-content {
	width: 50%;
}
.events-container .event-item .event-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.events-container .event-item h2 {
	text-align: center;
	/* color:#12311a; */
	font-size: 48px;
}
.events-container .event-item .event-content .event-grouped-buttons a {
	display: block;
	padding: 15px 30px;
	color: #000;
	font-size: 14px;
	cursor: pointer;
	text-decoration: none !important;
	text-transform: uppercase;
	border: 1px solid #000;
	line-height: 1;
	background: transparent;
	border-radius: 0;
	margin: 0;
}
.events-container .event-item .event-content .event-grouped-buttons {
	display: flex;
	column-gap: 40px;
	padding: 5px 0 0;
}
@media (max-width: 768px) {
	.events-container {
		flex-direction: column;
	}
	.events-container .event-item .wp-block-image,
	.events-container .event-item .event-content {
		width: 100%;
	}
	.events-container .event-item {
		flex-direction: column;
	}
	.events-container .event-item .event-content {
		order: 2;
	}
}

/* Revinate form styles */
#revinate_contact_api_form > fieldset {
	border: none;
}
#revinate_contact_api_form > fieldset > legend {
	display: none;
}
#revinate_contact_api_form > fieldset > div {
	display: flex;
	align-items: center;
	border-bottom: rgb(52, 52, 52) solid 1px;
}
#revinate_contact_api_form > fieldset > div:nth-last-child(2),
#revinate_contact_api_form > fieldset > div:last-child {
	border-bottom: none;
}
#revinate_contact_api_form > fieldset > div label {
	font-family: "Public Sans", sans-serif;
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	width: 25%;
	min-width: 25%;
}
#revinate_contact_api_form > fieldset > div input,
#revinate_contact_api_form > fieldset > div textarea,
#revinate_contact_api_form > fieldset > div select {
	font-family: "Public Sans", sans-serif;
	font-size: 16px;
	font-weight: 400;
	background: /* #fef9f5; */ transparent;
	border: none;
	outline: none;
	margin: 1px;
	flex-grow: 1;
	border-left: rgb(52, 52, 52) solid 1px;
}
#revinate_contact_api_form > fieldset > div select {
	background: #fef9f5 url(images/select-arrow.png) right no-repeat;
	background-size: 12px;
	background-position: right 15px top 20px;
}
#revinate_contact_api_form > fieldset > div input:focus,
#revinate_contact_api_form > fieldset > div textarea:focus,
#revinate_contact_api_form > fieldset > div select:focus {
	box-shadow: none;
}
#revinate_contact_api_form > fieldset > .button {
	margin-top: 30px;
	background: transparent;
	padding: 0;
}
#revinate_contact_api_form > fieldset > .button button {
	font-family: "Public Sans", sans-serif;
	font-size: 14px !important;
	font-weight: 400;
	text-transform: uppercase;
	width: 100%;
	color: #000;
	background-color: /* #fef9f5 */ transparent !important;
	border: 1px solid rgb(52, 52, 52);
	flex-grow: 1;
}
#revinate_contact_api_form > fieldset > .button button:hover {
	color: #000;
	background-color: #fef9f5 !important;
	box-shadow: none;
}

/* Footer v2 Styles */
.properties-list {
	list-style: none;
	margin-left: 0;
	text-align: center;
}
.properties-list > li {
	display: inline-flex;
	position: relative;
	/* border-bottom: 1px solid #fff; */
	color: #fff;
	column-gap: 10px;
	padding: 10px 0;
	width: 100%;
	flex-direction: column;
	align-items: center;
}
.properties-list > li .properties-toggle {
	padding-right: 20px;
	width: max-content;
	z-index: 20;
}
.properties-toggle {
	display: block;
	color: var(--donard-header) !important;
	text-decoration: none;
	text-transform: uppercase;
	width: 100%;
}
.properties-toggle:hover {
	text-decoration: none !important;
}
/* .properties-list > li::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	border-bottom: 1px solid #fff;
  } */
.properties-list > li .properties-text {
	position: relative;
	display: inline-flex;
	column-gap: 10px;
}
.properties-list > li .properties-text .icon-arrow-down {
	position: absolute;
	/* right: 0;
	top: 10px; */
	transform: rotate(0deg);
	transition: 0.3s all ease-in-out;
	right: 2px;
}
.properties-list.active > li .properties-text .icon-arrow-down {
	transform: rotate(180deg);
}
.properties-list > li .properties-text .icon-arrow-down svg {
	height: 11px;
	width: 11px;
	text-align: right;
	margin-bottom: 6px;
	color: var(--donard-header);
}
.hotels-container {
	display: flex;
	column-gap: 100px;
	padding-top: 15px;
	flex-direction: row;
	flex-wrap: wrap;
}
.hotels-container .hotel-item {
	flex-grow: 1;
}
.hotels-container
	.menu-footer-properties-container
	.footer-properties-menu
	li
	a {
	color: var(--donard-header) !important;
	text-decoration: none;
	font-size: 32px;
	text-transform: uppercase;
	font-family: "Saol Display", sans-serif;
}
.hotels-container .menu-footer-properties-container .footer-properties-menu {
	list-style: none;
	margin-left: 0;
}
.hotels-container .hotel-item ul.hotels li a {
	color: var(--donard-header) !important;
	text-decoration: none;
	transition: 0.3s all ease-in-out;
}
.hotels-container .hotel-item ul.hotels li a:hover {
	color: #d1d1d1 !important;
}
.hotels-container .hotel-item ul.hotels li {
	padding: 10px 0;
}
@media (max-width: 764px) {
	.footer-nav-list.social {
		width: 100%;
	}
}

/* New Nav CSS */
#masthead.site-header.sticky-scroll {
	position: sticky;
	position: -webkit-sticky;
}
.mnl-primary-nav {
	display: flex;
	list-style: none;
	margin-bottom: 0;
	align-items: center;
	column-gap: 0.5rem;
	justify-content: center;
}
.mnl-primary-nav li a {
	color: #fff !important;
	text-decoration: none;
	padding: 10px 25px !important;
	font-size: 16px !important;
}

#menu-main-menu-01-new > li .sub-menu {
	display: none;
}
.sub-menu.active {
	display: flex !important;
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	margin-top: 19px;
	column-gap: 0.5rem;
	background: var(--donard-header);
	padding: 10px 0px;
	justify-content: center;
	border-top: solid #757575 1px;
	list-style: none;
	margin-left: 0;
	margin-right: 0;
}

.menu-main-menu-01-new-container {
	position: sticky;
	/* max-width: 1600px; */
	margin: 0 auto;
	padding: 20px 8%;
	width: 100%;
	top: -1px;
	z-index: 99;
	background-color: /* rgb(229, 229, 229); */ var(--donard-header);
}
.menu-main-menu-01-new-container.sticky-scroll .mnl-primary-nav > li > ul {
	margin-top: 26px; /* 52px; */
}
.menu-main-menu-01-new-container.sticky-scroll .mnl-primary-nav {
	margin: 12px 0; /* 38.5px 0; */
}

.main-navigation.sticky-scroll {
	position: absolute;
	left: 0;
	right: 0;
}
.main-navigation .burger-menu-logo {
	text-align: center;
}
.main-navigation.sticky-scroll .burger-menu-logo a {
	margin-left: 2rem;
}
.main-navigation.sticky-scroll .booking-link a {
	margin-right: 2rem;
	min-width: 140px;
	text-align: center;
	margin-top: 8px;
}
.main-navigation.sticky-scroll
	.booking-link
	a
	.header-nav__book-now-drawer
	> li
	> a {
	padding: 10px;
	margin-right: 0;
}
.menu-main-menu-01-new-container.sticky-scroll {
	max-width: 80%;
	margin: 0 auto;
	padding: 14px 0;
	/* margin-left: 10vw; */
}
.menu-main-menu-01-new-container
	.menu-item-has-children:not(.book-now-rusacks) {
	position: unset;
	cursor: pointer;
}

.menu-main-menu-01-new-container .page_item_has_children {
	position: relative;
}

.menu-main-menu-01-new-container .menu-item-has-children a,
.menu-main-menu-01-new-container .page_item_has_children a {
	position: relative;
}

.menu-main-menu-01-new-container
	.menu-item-has-children:not(.book-now-rusacks)
	> a:after,
.menu-main-menu-01-new-container
	.page_item_has_children:not(.book-now-rusacks)
	> a:after {
	content: "\e907";
	font-family: gbicons;
	/* stylelint-disable-line font-family-no-missing-generic-family-keyword */
	font-weight: 400;
	padding-left: 5px;
	right: 0;
	font-size: 13px;
}

@media (max-width: 1000px) {
	.menu-main-menu-01-new-container .menu-item-has-children > a::after,
	.menu-main-menu-01-new-container .page_item_has_children > a::after {
		display: none;
		pointer-events: none;
	}
}
.main-navigation.sticky-scroll .menu-main-menu-02-container #menu-main-menu-02 {
	justify-content: center;
	padding-top: 6px;
}
.menu-main-menu-01-new-container.sticky-scroll
	#menu-main-menu-01-new
	li
	.sub-menu
	li {
	opacity: 0.8;
	transition: 0.3s all;
}
.menu-main-menu-01-new-container.sticky-scroll
	#menu-main-menu-01-new
	li
	.sub-menu
	li:hover {
	opacity: 1;
}
.menu-main-menu-01-new-container.sticky-scroll
	#menu-main-menu-01-new
	li
	.sub-menu.active {
	margin-top: 36px;
}
.main-navigation.sticky-scroll div:nth-child(1) {
	order: 2;
	width: 90% !important;
}
.main-navigation.sticky-scroll div:nth-child(1) a {
	display: flex;
	z-index: 999;
}
.main-navigation.sticky-scroll div:nth-child(2) {
	display: none;
	order: 1;
	width: 15% !important;
	margin-top: 10px;
}
.main-navigation.sticky-scroll div:nth-child(3) {
	order: 3;
	width: 0% !important;
}

li.book-now-rusacks {
	position: absolute;
	right: 4%;
}
.mnl-primary-nav .book-now-rusacks a {
	font-family: "Saol Display", sans-serif;
	background-color: transparent;
	text-transform: uppercase;
	padding: 15px 2px 2px;
	font-size: 24px;
	border-bottom: solid #757575 1px;
	text-underline-offset: 3px;
	max-height: 50px;
	cursor: pointer;
}
.menu-main-menu-01-new-container.sticky-scroll
	.mnl-primary-nav
	.book-now-rusacks {
	position: absolute;
	width: 90%;
	text-align: right;
	z-index: 998;
}
.menu-main-menu-01-new-container.sticky-scroll
	.mnl-primary-nav
	li:not(:last-child) {
	z-index: 999;
}
.mnl-primary-nav .book-now-rusacks > .sub-menu {
	position: absolute;
	display: flex;
	flex-direction: column;
	list-style: none;
	padding: 1.5rem;
	background-color: var(--donard-header);
	font-size: 14px;
	text-align: left;
	margin: 0;
	row-gap: 10px;
	width: 225px;
	margin-left: -88px;
}
.mnl-primary-nav .book-now-rusacks > .sub-menu > li > a {
	font-size: 20px;
	border-bottom: none;
	text-transform: initial;
}
#menu-main-menu-02 li:last-child {
	padding: 0 !important;
	display: none;
}

.booking-link a {
	font-family: "Saol Display", sans-serif;
	background-color: transparent;
	text-transform: uppercase;
	padding: 15px 2px 2px;
	font-size: 20px !important;
	border: none;
	color: #fff !important;
	border-bottom: solid #757575 1px;
	text-underline-offset: 3px;
	max-height: 50px;
	font-weight: 500;
	transition: 0.3s all ease-in-out;
}
.booking-link.book-now-rusacks.desktop .book-now-link {
	position: absolute;
	top: -40px;
	right: -5rem;
}
.booking-link.book-now-rusacks.desktop
	.book-now-link
	.menu-footer-properties-container
	#menu-footer-properties-1 {
	top: 6px;
	width: max-content;
}
.booking-link.book-now-rusacks.desktop
	.book-now-link
	.menu-footer-properties-container
	#menu-footer-properties-1
	li
	a {
	font-family: "Saol Display", sans-serif;
}

@media (max-width: 1150px) {
	#masthead.site-header {
		position: sticky;
		top: 0;
	}

	.top-navigation .desktop,
	.menu-main-menu-01-new-container {
		display: none;
	}

	.top-navigation .rusacks-mobile-nav {
		display: flex;
	}

	.rusacks-mobile-nav .header-nav__toggle,
	.rusacks-mobile-nav > ul {
		width: 25%;
		flex-basis: 25%;
	}

	.header-nav__book-now-drawer {
		top: 0px;
		width: max-content;
	}
}

/* Experiences Block Styles */
.offers-container.experiences-carousel {
	padding: 2rem 5rem;
	max-width: unset;
}
.offers-container.experiences-carousel .slick-list {
	width: 85%;
	margin: 0 auto;
}
.offers-container.experiences-carousel .offer-item {
	padding: 0 30px;
}
.offers-container.experiences-carousel .slick-arrow {
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background-color: transparent;
	z-index: 1000;
}
.offers-container.experiences-carousel .slick-arrow svg {
	width: 30px;
	height: 30px;
}
.offers-container.experiences-carousel .slick-arrow.slick-next {
	right: 4rem;
}
.offers-container.experiences-carousel .slick-arrow.slick-prev {
	left: 4rem;
}
.offers-container.experiences-carousel .slick-arrow.slick-prev svg {
	transform: rotateY(180deg);
}
.offers-container.experiences-carousel .offer-item h2 {
	font-family: "Freight Text Pro";
	font-size: 34px;
	text-align: center;
	color: var(--donard-h2-color) !important;
}
.offers-container.experiences-carousel .offer-item .wp-block-buttons {
	justify-content: center;
}
.offers-container.experiences-carousel .offer-item a {
	font-weight: bold;
	text-decoration: underline !important;
	border: none;
	color: var(--donard-h2-color) !important;
}
@media (max-width: 1000px) {
	.offers-container.experiences-carousel .slick-arrow.slick-next {
		right: 0;
	}
	.offers-container.experiences-carousel .slick-arrow.slick-prev {
		left: 0;
	}
	.offers-container.experiences-carousel {
		padding: 2rem;
	}
	.offers-container.experiences-carousel .slick-list {
		width: 100%;
	}
	.offers-container.experiences-carousel .slick-arrow svg {
		width: 24px;
		height: 24px;
	}
}

@media (max-width: 601px) {
	.booking-link a {
		font-size: 20px !important;
		border-bottom: none;
	}
}
.azds-booking-section {
	z-index: 99;
}

/* Hero Image Slider */
.slick-slide,
.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);

	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);

	-webkit-perspective: 1000;
	-moz-perspective: 1000;
	-ms-perspective: 1000;
	perspective: 1000;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
}

.hero-image-slider-container {
	position: relative;
	width: 100vw;
	margin-left: calc(50% - 50vw);
	max-width: none;
	margin-top: -100px;
}
.hero-image-slider-container .hero-image-slider-count {
	position: absolute;
	font-family: "Saol Display", "Roboto", "Arial";
	font-style: italic;
	bottom: 0rem;
	left: 2rem;
	z-index: 99;
	color: #fff;
}
.hero-image-slider {
	position: relative;
	width: 100%;
}

.hero-image-slider .image-slide {
	position: relative;
}

.hero-image-slider .image-slide .slide-content {
	display: flex;
	position: absolute;
	inset: 0;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.hero-image-slider .image-slide .slide-content .slide-title {
	font-family: "Saol Display", sans-serif;
	color: #ffffff;
	font-size: 180px;
	text-shadow: none;
	line-height: 1;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	text-align: inherit;
	letter-spacing: normal;
	word-spacing: normal;
	text-transform: uppercase;
	font-weight: 400;
	text-align: center;
}

.hero-image-slider .image-slide picture img {
	width: 100%;
	height: calc(100vh - 160px);
	object-fit: cover;
}

.hero-image-slider .image-slide .slide-bottom-content {
	position: absolute;
	font-family: "Saol Display", "Roboto", "Arial";
	color: #ffffff;
	text-decoration: none;
	text-align: right;
	font-weight: 400;
	bottom: 0;
	right: 3rem;
	font-style: italic;
}

.hero-image-slider .slick-dots {
	position: absolute;
	display: flex;
	justify-content: center;
	list-style: none;
	bottom: 0px;
	width: 100%;
	margin: 0;
	padding: 0;
	column-gap: 5px;
}

.hero-image-slider .slick-dots li button {
	border-radius: 50%;
	padding: 0px 5px;
	border: 2px solid;
	text-indent: -9999px;
	border-color: #fff;
	background: transparent;
	font-size: 6px;
}
.hero-image-slider .slick-dots li.slick-active button {
	background: #fff;
}

@media (max-width: 1150px) {
	.hero-image-slider .image-slide picture img {
		height: calc(100vh - 182px);
	}
}

@media (max-width: 767px) {
	.hero-image-slider .image-slide .slide-content .slide-title {
		font-size: 120px;
	}
}

@media (max-width: 600px) {
	.hero-image-slider .image-slide picture img {
		height: calc(100vh - 147px);
	}
	.hero-image-slider-container {
		margin-top: -20px;
	}
}

@media (max-width: 500px) {
	.hero-image-slider .image-slide .slide-bottom-content {
		bottom: 1.5rem;
	}
	.hero-image-slider-container .hero-image-slider-count {
		bottom: 1rem;
	}
	.hero-image-slider .image-slide .slide-content .slide-title {
		font-size: 80px;
	}
}

.column-width-base {
	max-width: 1280px;
	margin: 0 auto;
}
.wp-block-columns.gift-card {
	max-width: 500px;
	min-height: 300px;
	margin: auto;
	padding: 20px;
}
.wp-block-columns.gift-card .wp-block-column {
	position: relative;
	display: flex;
	row-gap: 20px;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border: 0.5px solid #0000007d;
	padding: 25px;
	color: #111;
}
.wp-block-columns.gift-card .wp-block-column:before {
	content: "";
	position: absolute;
	inset: 5px;
	border: 1px solid #111;
}
.wp-block-columns.gift-card .wp-block-column a {
	background: #3a3a3a;
	color: #fff !important;
}

.gift-card-btn a {
	display: block;
	position: relative;
	z-index: 999;
	background: #3a3a3a !important;
	padding: 5px 15px;
}
.col-space-between {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.img__square-aspect img {
	aspect-ratio: 1/1;
	object-fit: cover;
}

.hide-block {
	display: none;
}

.vimeo-video-iframe {
	position: relative;
}

.play-icon {
	position: absolute;
	bottom: 10px;
	right: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	cursor: pointer;
	z-index: 9999;
}

.play-icon svg {
	display: none;
}

.pause {
	padding-left: 7px;
	padding-top: 7px;
}

.arrow {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	padding-bottom: 25px;
	cursor: pointer;
	z-index: 9999;
}

.book-now-link.second {
	display: none;
}

@media (max-width: 924px) {
	.hero-video-container div.arrow {
		display: none;
	}

	.hero-video-container div.play-icon {
		padding-right: 0px;
		padding-bottom: 0px;
	}
}
