/*!
Theme Name: Monroe
Theme URI: https://www.hoppstudio.com/
Author: Hopp Studio
Author URI: https://www.hoppstudio.com/
Description: The theme for Monroe
Version: 1.0.1
Tested up to: 5.7
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: monr
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
Normalize (N)
Globals (GL)
	GL - Fonts
	GL - Multi-Selector Styling
		GL_MU - Multiple Categories
	GL - Typography
	GL - Blocks
	GL - Elements
	GL - Links (incl. Buttons)
	GL - Forms
		GL_F - Select 2
	GL - Modal
		GL_MO - Typography
		GL_MO - Blocks
			GL_MO_B - Alternative Scroll
		GL_MO - Links (incl. Buttons)
	GL - Animations
	GL - Carousels
		GL_C - Flickity
			GL_C_F - Monroe Carousel
Header (HE)
	HE - Responsive
	HE - Logo
		HE_LO - Responsive
	HE - Navigation
		HE_N - Responsive
		HE_N - Desktop
			HE_N_D - Responsive
Footer (F)
	F - Links
Posts and Pages (P)
	P - Comments
	P - Widgets
	P - Media
	P - Captions
	P - Galleries
Plugins (PL)
	PL - Jetpack
		PL_J - Infinite Scroll
	PL - WooCommerce
		PL_W - Multi-Selector Styling
		PL_W - Checkout
			PL_W_C - Payment
			PL_W_C - Add-ons
			PL_W_C - Opayo
		PL_W - Deposits
		PL_W - Thank You Screen
	PL - SVG Support
Utilities (U)
	U - Alignments
Modules (MO)
	MO - Core
		MO_C - Heading
			MO_C_H - Block Styles
		MO_C - Paragraph
			MO_C_P - Block Styles
		MO_C - Cover
			MO_C_C - Block Styles
		MO_C - Divider / Separater / HR
			MO_C_D - Block Styles
		MO_C - Image
		MO_C - Group
			MO_C_G - Block Styles
	MO - Hopp
		MO_H - 2 Col Full Width Image
			MO_H_2 - Responsive
		MO_H - Gallery 2 Column
			MO_H_G2 - Responsive
		MO_H - Gallery Modal
			MO_H_GM - Responsive
			MO_H_GM - Animations
		MO_H - Text With Icon
		MO_H - iFrame
		MO_H - Properties
	MO - Plugins
		MO_P - Semantic Wrapper
			MO_P_S - Block Styles
		MO_P - Responsive Spacer
Misc (M)		

--------------------------------------------------------------*/

/*--------------------------------------------------------------
Normalize (N)
--------------------------------------------------------------*/
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
Globals (GL)
--------------------------------------------------------------*/
/*--------------------------------------------------------------
GL - Fonts
--------------------------------------------------------------*/
@font-face {
    font-family: "Autography";
    src: url("assets/fonts/Autography.otf") format("opentype");
}

/*--------------------------------------------------------------
GL - Multi-Selector Styling
--------------------------------------------------------------*/
/*--------------------------------------------------------------
GL_MU - Multiple Categories
--------------------------------------------------------------*/

/*--------------------------------------------------------------
GL - Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #65737e;
	font-family: stratos-lights, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: "Autography", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	color: #004568;
}

h1 {
	font-size: 4rem;
}

h2 {
	font-size: 3rem;
}

h3 {
	font-size: 2rem;
}

b,
strong {
	font-family: stratos, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-weight: 500;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
GL - Blocks
--------------------------------------------------------------*/
body {
	background: #fff;
}

.container-fluid.p-0 {
	overflow-x: hidden;
}

/*--------------------------------------------------------------
GL - Elements
--------------------------------------------------------------*/
hr {
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

hr.wp-block-separator {
	border-bottom: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
GL - Links (incl. Buttons)
--------------------------------------------------------------*/
a {
	color: #4169e1;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

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

.wp-block-button__link {
	background-color: #004568;
	padding: .375rem 1.25rem;
	font-size: inherit;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.wp-block-button__link:hover,
.wp-block-button__link:focus {
	background-color: #143646;
    border-color: #143646;
	text-decoration: none;
	color: #fff;
}

.wp-block-button__link:active {
	background-color: #143443;
	border-color: #143443;
}

.wp-block-button__link:focus {
	box-shadow: 0 0 0 .2rem rgba(20,54,70,.3) !important;
}

/*--------------------------------------------------------------
GL - Forms
--------------------------------------------------------------*/
/* button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}*/

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	/* color: #666; */
	border: 0;
	border-radius: 3px;
	background: #f2f6f7 !important;
	padding: 10px;
	width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

label {
	width: 100%;
}

.btn {
	padding: .375rem 1.25rem;
}

.btn-primary,
.btn-primary.disabled {
	background-color: #004568;
	border-color: #004568;
	border-radius: 999px;
}

.btn-primary:hover {
	background-color: #143646;
	border-color: #143646;
}

.btn-primary.focus, .btn-primary:focus {
    color: #fff;
	background-color: #143646;
	border-color: #143646;
	box-shadow: 0 0 0 .2rem rgba(20,54,70,.3) !important;
}

.btn-primary:not(:disabled):not(.disabled).active, 
.btn-primary:not(:disabled):not(.disabled):active, 
.show>.btn-primary.dropdown-toggle,
.btn-outline-primary:not(:disabled):not(.disabled).active, 
.btn-outline-primary:not(:disabled):not(.disabled):active, 
.show>.btn-outline-primary.dropdown-toggle {
	background-color: #143443;
	border-color: #143443;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, 
.btn-primary:not(:disabled):not(.disabled):active:focus, 
.show>.btn-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(20,54,70,.3) !important;
}

/*--------------------------------------------------------------
GL_F - Select 2
--------------------------------------------------------------*/
.select2-container--default .select2-selection--single {
	height: 38px;
	background: #f2f6f7;
	border: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 36px;
	padding-left: 12px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 100%;
	right: 2px;
}

/*--------------------------------------------------------------
GL - Modal
--------------------------------------------------------------*/
/*--------------------------------------------------------------
GL_MO - Typography
--------------------------------------------------------------*/
/* title visibly hidden */
.monr-popup-modal-title {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.modal-popup p {
	color: #65737E;
}

/*--------------------------------------------------------------
GL_MO - Blocks
--------------------------------------------------------------*/
/* used for modal - needed for old browsers */
dialog {
	display: block;
}

/* used for modal - removes scroll when modal is opened */
.no-scroll {
	overflow: hidden;
}

.js-modal-hidden {
	display: none;
}

#js-modal-content {
	margin: auto;
}

.monr-popup-modal__content .wpcf7-response-output {
	margin-bottom: -50px !important;
}

/* modal - overlay covers everything */
.monr-popup-modal-overlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(255,255,255,.7);
	z-index: 100000;
	overflow: hidden;
	animation: monr-fade-in .2s ease-out 0s;
	animation-fill-mode: forwards;
	text-indent: -99999px;
}

.monr-popup-modal--reverse + .monr-popup-modal-overlay {
	animation-name: monr-fade-out-1;
}

/* modal */
#js-modal {
	position: fixed;
	left: 0;
	right: 0;
	background: none;
	border: 0;
	z-index: 9999999;
	margin: auto;
	padding: 0;
	max-height: 80%;
	height: 100%;
	animation-duration: .3s;
}

#js-modal .monr-popup-modal__wrapper {
	height: 100%;
	animation: .3s forwards monr-modal-enter;
}

#js-modal.monr-popup-modal--reverse .monr-popup-modal__wrapper {
	animation-name: monr-modal-exit;
}

.monr-popup-modal__content {
	height: 100%;
}

.monr-popup-modal__content.scroll-content {
	overflow-x: hidden !important;
	box-sizing: border-box !important;
}

.monr-modal-wrap {

}

.monr-modal-wrap > * {
	position: relative;
}

/* Combined with dashicon classes this offers a really nice way to have a background icon effect */
.monr-modal-icon {
	top: 13rem;
	right: 0;
	color: #eee;
	font-size: 35rem;
	width: 26.5rem;
	height: 16.2rem;
	line-height: 1rem;
	position: absolute;
}

.modal-popup {
	background-color: #ffffff;
	border-radius: 30px;
	box-shadow: 0px 0px 10px #00000029;
}


/*--------------------------------------------------------------
GL_MO_B - Alternative Scroll
--------------------------------------------------------------*/
#js-modal {
	position: fixed;
	margin: auto;
	height: 100%;
	width: 100%;
	max-height: 100%;
	max-width: 100%;
	transform: none;
	top: 0;
	overflow-y: scroll;
}

#js-modal:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

#js-modal .monr-popup-modal__wrapper {
	display: inline-block;
	vertical-align: middle;
	height: auto;
	width: 100%;
	padding: 40px 0;
}

/*--------------------------------------------------------------
GL_MO - Links (incl. Buttons)
--------------------------------------------------------------*/
#js-modal-close,
#js-modal-close-hidden {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent: -99999999px;
	opacity: 0;
	/* z-index: 1; */
	border-radius: 0;
	padding: 0;
	-webkit-appearance: none;
}

.monr-modal-close {
	position: sticky;
	top: 0;
	background: none;
	border: 0;
	padding: 0;
	border-radius: 999px;
	width: 2.5rem;
	height: 2.5rem;
	cursor: pointer;
	text-indent: -999px;
	overflow: hidden;
	z-index: 99;
	opacity: .5;
	margin-top: 1rem;
	margin-left: 1rem;
	-webkit-appearance: none;
}

.monr-modal-close:hover,
.monr-modal-close:active,
.monr-modal-close:focus {
	opacity: 1;
}

.monr-modal-close:before,
.monr-modal-close:after {
	content: '';
	position: absolute;
	left: 1rem;
	top: .5rem;
	height: 1.5rem;
	width: 0.1rem;
	background-color: #004568;
}

.monr-modal-close:before {
	transform: rotate(45deg);
}

.wp-block-separator {
	border-top: 0 !important;
	border-bottom: 0 !important;
}

.monr-modal-close:after {
	transform: rotate(-45deg);
}

.modal-button {
	background:#ffffff;
	border: none;
	padding: 0 15px;
}

.modal-button .wp-block-button__link:hover, 
.modal-button .wp-block-button__link:focus {
	background-color: #143646;
    border-color: #143646;
	color: #fff;
}

.modal-button .wp-block-button__link:active {
	background-color: #143443;
    border-color: #143443;
}

.modal-button .wp-block-button__link {
	background-color: #004568;
	font-size: 20px;
	padding: 0 55px 3px;
}

/*--------------------------------------------------------------
GL - Animations
--------------------------------------------------------------*/
/* Animation for the modal enter */
@keyframes monr-modal-enter {
	0% {
		transform: scale(0.7);
		opacity: 0;
	}
	100% {
		transform: scale(1);
		opacity: 1;
	}
}

/* Animation for the modal exit */
@keyframes monr-modal-exit {
	0% {
		transform: scale(1);
		opacity: 1;
	}
	100% {
		transform: scale(0.7);
		opacity: 0;
	}
}

/*--------------------------------------------------------------
GL - Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.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;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	right: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/*--------------------------------------------------------------
GL - Carousel
--------------------------------------------------------------*/
/*--------------------------------------------------------------
GL_C - Flickity
--------------------------------------------------------------*/
.flickity-enabled {
	position: relative;
}

.flickity-enabled:focus { 
	outline: none; 
}

.flickity-viewport {
	overflow: hidden;
	position: relative;
	height: 100%;
}

.flickity-slider {
	position: absolute;
	width: 100%;
	height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
	-webkit-tap-highlight-color: transparent;
	-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
			user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
	cursor: -webkit-grabbing;
	cursor: grabbing;
}

/* ---- flickity-button ---- */

.flickity-button {
	position: absolute;
	background: hsla(0, 0%, 100%, 0.75);
	border: none;
	color: #333;
}

.flickity-button:hover {
	background: white;
	cursor: pointer;
}

.flickity-button:focus {
	outline: none;
	box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
	opacity: 0.6;
}

.flickity-button:disabled {
	opacity: 0.3;
	cursor: auto;
	/* prevent disabled button from capturing pointer up event. #716 */
	pointer-events: none;
}

.flickity-button-icon {
	fill: currentColor;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
	top: 50%;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	/* vertically center */
	transform: translateY(-50%);
}

.flickity-prev-next-button.previous { 
	left: 10px; 
}

.flickity-prev-next-button.next { 
	right: 10px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
	left: auto;
	right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
	right: auto;
	left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
	position: absolute;
	left: 20%;
	top: 20%;
	width: 60%;
	height: 60%;
}

/* ---- page dots ---- */

.flickity-page-dots {
	position: absolute;
	width: 100%;
	bottom: -25px;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
	line-height: 1;
}

.flickity-rtl .flickity-page-dots { direction: rtl; }

.flickity-page-dots .dot {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 8px;
	background: #333;
	border-radius: 50%;
	opacity: 0.25;
	cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
	opacity: 1;
}


/*--------------------------------------------------------------
GL_C_F - Monroe Carousel
--------------------------------------------------------------*/
/* .hopp-carousel {
	position: static;
    height: auto;
    width: 100%;
} */

.hopp-carousel__content .wp-block-cover {
	padding: 0;
}

.hopp-carousel .carousel-cell {
	width: 100%;
}

.hopp-carousel .flickity-prev-next-button {
	width: 30px;
	height: 30px;
	opacity: 0;
}

.hopp-carousel .flickity-button,
.gallery-carousel .flickity-button {
	color: #004568;
}

.hopp-carousel .hopp-carousel__content figure:hover .flickity-prev-next-button {
	opacity: 1;
}

.hopp-carousel:not(.prop-carousel):hover .flickity-prev-next-button {
	opacity: 1;
}

@media (min-width: 1200px) {

	.bleed-right-wrapper {
		overflow: hidden;
		position: relative;
	}

	.bleed-right div,
	.car-height-100 div {
		height: 100% !important;
		min-height: 303px;
	}

	.bleed-right .col-12 {
		position: static;
	}

	.bleed-right {
		position: static;
	}

	.bleed-right .wp-block-cover,
	.bleed-right .hopp-carousel {
		position: absolute;
		width: 100%;
		height: 100%;
	}

	.bleed-right .wp-block-cover > img {
		transform: translateX(-25%);
	}

	.bleed-right .flickity-prev-next-button.next {
		position: absolute;
		left: calc(50% + 40px);
	}
}

.prop-carousel > .flickity-prev-next-button {
	height: 40px;
	width: 40px;
	color: #ffffff;
	background: rgba(0, 69, 104, 0.75);
	opacity: 1;
}

.prop-carousel > .flickity-prev-next-button:hover {
	background: rgba(0, 69, 104, 1);
}

.prop-carousel > .flickity-prev-next-button.next {
	right: -25px;
}

.prop-carousel > .flickity-prev-next-button.previous {
	left: -25px;
}

/*--------------------------------------------------------------
HE - Logo
--------------------------------------------------------------*/
.custom-logo-link {
	width: 171px;
	height: 52px;
	position: absolute;
	top: 15px;
	right: 15px;
}

/*--------------------------------------------------------------
HE_LO - Responsive
--------------------------------------------------------------*/
@media screen and (min-width: 768px) {
	.custom-logo-link {
		width: 200px;
		height: 62px;
		top: 30px;
		right: 0;
		left: 0;
		margin: auto;
	}
}

@media screen and (min-width: 1200px) {
	.custom-logo-link {
		top: 0;
		bottom: 0;
		width: 220px;
		height: 66px;
	}
}

@media screen and (min-width: 1270px) {
	.custom-logo-link {
		width: 285px;
		height: 88px;
	}
}

/*--------------------------------------------------------------
Header (HE)
--------------------------------------------------------------*/
/*--------------------------------------------------------------
HE - Responsive
--------------------------------------------------------------*/
@media screen and (max-width: 767px) {
	#masthead {
		margin-bottom: 30px;
	}
}

/*--------------------------------------------------------------
HE - Navigation
--------------------------------------------------------------*/
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

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

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: inline-block;
	color: #65737e;
}

.main-navigation .current-menu-item > a {
	text-decoration: none;
	border-bottom: 1px dashed;
}

.main-navigation__mob {
	margin-top: 15px;
}

.main-navigation__mob li {
	margin-top: 10px;
}

.main-navigation__mob li:first-child {
	margin-top: 0;
}

.menu-toggle {
	margin-top: 24px;
	width: 30px;
	height: 25px;
	position: relative;
	border: 0;
	background: none;
	text-indent: -9999px;
	padding: 0;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

.menu-toggle__inner,
.menu-toggle__inner:before,
.menu-toggle__inner:after {
	display: block;
	content: "";
	position: absolute;
	width: 100%;
	height: 4px;
	top: 0;
	transition-timing-function: ease;
	transition-duration: .15s;
	transition-property: transform;
	border-radius: 4px;
	background-color: #004568;
}

.menu-toggle__inner:before {
	top: 10px;
	transition-timing-function: ease;
	transition-duration: .15s;
	transition-property: transform,opacity;
}

.menu-toggle__inner:after {
	top: 20px
}

.toggled .menu-toggle__inner {
	transform: translate3d(0,10px,0) rotate(45deg);
}

.toggled .menu-toggle__inner:before {
	transform: rotate(-45deg) translate3d(-5.71429px,-6px,0);
	opacity: 0;
}

.toggled .menu-toggle__inner:after {
	transform: translate3d(0,-20px,0) rotate(-90deg);
}

/*--------------------------------------------------------------
HE_N - Responsive
--------------------------------------------------------------*/
@media screen and (min-width: 768px) {
	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

/*--------------------------------------------------------------
HE_N - Desktop
--------------------------------------------------------------*/
/*--------------------------------------------------------------
HE_N_D - Responsive
--------------------------------------------------------------*/
@media screen and (min-width: 768px) {
	#header-menu-right,
	#header-menu-left {
		width: 50%;
		display: inline-block;
		vertical-align: middle;
		padding: 108px 0 30px 7.5px;
	}
	
	#header-menu-left {
		text-align: right;
		padding: 108px 7.5px 30px 0;
	}
	
	#header-menu-right > li,
	#header-menu-left > li {
		display: inline-block;
		margin-left: 15px;
	}

	#header-menu-right > li:first-child,
	#header-menu-left > li:first-child {
		margin-left: 0;
	}
}

@media screen and (min-width: 992px) {
	#header-menu-right {
		padding: 108px 0 30px 15px;
	}

	#header-menu-left {
		padding: 108px 15px 30px 0;
	}

	#header-menu-right > li,
	#header-menu-left > li {
		margin-left: 30px;
	}
}

@media screen and (min-width: 1200px) {
	#header-menu-right {
		padding: 50px 0 50px 150px;
	}

	#header-menu-left {
		padding: 50px 150px 50px 0;
	}
}

@media screen and (min-width: 1270px) {
	#header-menu-right {
		padding: 55px 0 55px 185px;
	}

	#header-menu-left {
		padding: 55px 185px 55px 0;
	}
}

/*--------------------------------------------------------------
Footer (F)
--------------------------------------------------------------*/
/*--------------------------------------------------------------
F - Links
--------------------------------------------------------------*/
.monr-footer a {
	color: #65737e;
}

.monr-footer .wp-block-social-link {
	background-color: #004568 !important;
}

.monr-footer .wp-block-social-link a {
	color: #fff;
}

/*--------------------------------------------------------------
Posts and Pages (P)
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
P - Comments
--------------------------------------------------------------*/
.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
P - Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

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

/*--------------------------------------------------------------
P - Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
P - Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

.wp-block-gallery {
    --wp--style--gallery-gap-default: 30px;
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
    margin: 0;
    --wp--style--unstable-gallery-gap: var( --wp--style--gallery-gap-default, var( --gallery-block--gutter-size, var( --wp--style--block-gap, 0.5em ) ) );
    gap: var( --wp--style--gallery-gap-default, var( --gallery-block--gutter-size, var( --wp--style--block-gap, 0.5em ) ) );
}

/*--------------------------------------------------------------
Plugins (PL)
--------------------------------------------------------------*/
/*--------------------------------------------------------------
PL - Jetpack
--------------------------------------------------------------*/
/*--------------------------------------------------------------
PL_J - Infinite Scroll
--------------------------------------------------------------*/
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
PL - WooCommerce
--------------------------------------------------------------*/
/*--------------------------------------------------------------
PL_W - Multi-Selector Styling
--------------------------------------------------------------*/
#order_review,
.woocommerce-order__thanks {
	padding: 30px;
	box-shadow: rgb(17 12 46 / 15%) 0px 48px 100px 0px;
}

/*--------------------------------------------------------------
PL_W - Checkout
--------------------------------------------------------------*/
/* Notice indicating that a booking was removed due to inactivity. */
.woocommerce > .woocommerce-notices-wrapper {
	display: none;
}

.woocommerce-billing-fields .form-row,
.woocommerce-shipping-fields .form-row,
.woocommerce form .form-row {
	display: block;
}

textarea[name="order_comments"] {
	min-height: 110px;
	border: 0;
}

/* Multi-Selector, Search: '#order_review' */

.woocommerce-checkout-review-order-table thead {
	display: none;
}

th.product-name {
	overflow: hidden;
	text-indent: -9999px;
}

.product-total {
	vertical-align: top;
}

.product-total .woocommerce-Price-amount {
	font-size: 12px;
	border: 1px solid #ccc;
	padding: 5px 10px;
	border-radius: 999px;
}

/* Duration */
.variation-Duration,
/* Booking Date */
.variation-BookingDate,
/* Resource */
.variation-BookingType {
	display: none;
}

td.product-name {
	font-size: 1.25rem;
}

.product-name .variation {
	border-radius: 5px;
	margin: 6px 0 -2px;
	width: 100%;
	display: inline-block;
	font-size: 1rem;
}

.product-name .variation:before {
	/* content: '';
	position: absolute;
	top: 15px;
	left: 15px;
	width: 15px;
	height: 15px;
	border-radius: 999px;
	background-color: #fff; */
}

dt.variation-CheckOut {
	margin-top: -6px;
}

.woocommerce-checkout-review-order-table tfoot {
	border-top: 2px solid #ccc;
}

.woocommerce-checkout-review-order-table tfoot th,
.woocommerce-checkout-review-order-table tfoot td {
	padding-top: 5px;
	font-weight: normal;
}

.woocommerce-form__label-for-checkbox {
	position: relative;
	padding-left: 22px;
}

.woocommerce-form__label-for-checkbox input {
	position: absolute;
	left: 0;
	top: 8px;
}

.woocommerce-error,
.woocommerce-error li,
.woocommerce-info {
	color: #fff;
	background-color: #e2401c;
	padding: 15px;
	margin-top: 15px;
	border-radius: 4px;
}

.woocommerce-NoticeGroup-checkout .woocommerce-error {
	background: none;
	padding: 0;
	list-style: none;
}

.woocommerce-info {
	background-color: #3d9cd2;
}

.woocommerce-error li:first-child {
	margin-top: 0;
}

/* "Return to Shop" link - not needed as there isn't a "shop" page */
.woocommerce-error a {
	display: none;
}

.cart-subtotal,
.fee,
/* Future payments */
.order-total + .order-total {
	font-size: 80%;
}

/*--------------------------------------------------------------
PL_W_C - Payment
--------------------------------------------------------------*/
.wc_payment_methods.payment_methods {
	list-style: none;
	border: 2px solid #ccc;
	padding: 1rem 1rem .2rem;
	border-radius: 5px;
}

.payment_method_cheque label {
	font-weight: 700;
}

/*--------------------------------------------------------------
PL_W_C - Add-ons
--------------------------------------------------------------*/
#wc_checkout_add_ons {
	display: none;
}

/*--------------------------------------------------------------
PL_W_C - Opayo
--------------------------------------------------------------*/
.payment_method_sagepaydirect img {
	display: none;
}

.wc-credit-card-form-card-expiry-date-wrapper {
	overflow: hidden;
}

.wc-credit-card-form-card-expiry-date-wrapper > span {
	float: left;
	width: 46% !important;
}

#sagepaydirect-card-expiry-month + span {
	margin-right: 4%;
}

#sagepaydirect-cc-form {
	padding: 0;
}

#sagepaydirect-cc-form > div {
	margin: 15px 0 0;
}

#sagepaydirect-cc-form > div:first-child {
	margin-top: 0;
}

/*--------------------------------------------------------------
PL_W - Deposits
--------------------------------------------------------------*/
.monr-deposit-notice + .monr-deposit-notice {
	display: none;
}

.product-total small > span {
	display: inline-block;
	margin: 10px 0 -3px;
	padding: 0 !important;
	border: 0 !important;
	font-weight: 700;
}

.woocommerce-order-pay .product-total .woocommerce-Price-amount {
	display: inline-block;
}

.woocommerce-order-pay .entry-content > .container,
.woocommerce-order-pay thead,
.woocommerce-order-pay .product-quantity,
.woocommerce-order-pay .product-subtotal {
	display: none;
}

/*--------------------------------------------------------------
PL_W - Thank You Screen
--------------------------------------------------------------*/
/* Multi-Selector, Search: 'woocommerce-order__thanks' */

.woocommerce-checkout.woocommerce-order-received article > .container,
.woocommerce-checkout.woocommerce-order-received .entry-content > *,
.woocommerce-checkout.woocommerce-order-received .product-quantity,
.woocommerce-checkout.woocommerce-order-received .woocommerce-table--order-details thead {
	display: none;
}

.woocommerce-checkout.woocommerce-order-received .entry-content > .woocommerce {
	display: block;
}

.wc-booking-summary {
	font-size: 1rem;
}

.wc-booking-summary .wc-booking-summary-list {
	padding: 0;
}

/*--------------------------------------------------------------
PL - SVG Support
--------------------------------------------------------------*/
.site-header img[src$='.svg'], svg {
    width: 100%;
}

/*--------------------------------------------------------------
Utilities (U)
--------------------------------------------------------------*/
/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
U - Alignments
--------------------------------------------------------------*/
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
Modules (MO)
--------------------------------------------------------------*/
/*--------------------------------------------------------------
MO - Core
--------------------------------------------------------------*/
/*--------------------------------------------------------------
MO_C - Cover
--------------------------------------------------------------*/
.wp-block-cover,
.wp-block-cover-image {
	min-height: 300px;
	padding: 0;
	overflow: unset;
}

.wp-block-cover .wp-block-cover__inner-container {
	z-index: 2;
}

/* Needed for Object Fit Pollyfill for IE */
.wp-block-cover__image-background {
	font-family: 'object-fit: cover;';
}

/*--------------------------------------------------------------
MO_C_C - Block Styles
--------------------------------------------------------------*/
.is-style-monr-blue-border {
	border: 3px solid #004568;
}

/*--------------------------------------------------------------
MO_C - Heading
--------------------------------------------------------------*/
/*--------------------------------------------------------------
MO_C_H - Block Styles
--------------------------------------------------------------*/
.is-style-monr-background {
	position: relative;
	margin-bottom: 1.25rem;
}

.is-style-monr-background:before {
	content: '';
	position: absolute;
	top: 0;
	left: -25px;
	width: 190px;
	height: 72px;
	background-image: url(assets/img/logo-behind-text-small.svg);
	background-repeat: no-repeat;
	max-width: 100%;
	border: 0;
	background-size: contain;
	background-position: left;
}


/*--------------------------------------------------------------
MO_C - Paragraph
--------------------------------------------------------------*/
/*--------------------------------------------------------------
MO_C_P - Block Styles
--------------------------------------------------------------*/
.is-style-monr-num {
	position: relative;
}

.is-style-monr-num:before {
	counter-increment: para-num;
    content: counter(para-num) ".";
    color: #004568;
	font-family: "Autography", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    position: absolute;
    left: -50px;
    top: 0.3rem;
    text-align: right;
    font-size: 3rem;
    line-height: 1;
    font-weight: 400;
} 

h2,
h3 {
/* Set "para-num" to 0 */
	counter-reset: para-num;
}

/*--------------------------------------------------------------
MO_C - Divider / Separater / HR
--------------------------------------------------------------*/
/*--------------------------------------------------------------
MO_C_D - Block Styles
--------------------------------------------------------------*/
.is-style-hopp-hr {
	background: none;
	height: 25px;
	background-image: url(assets/img/divider.svg);
	background-repeat: no-repeat;
	width: 210px;
	max-width: 70%;
	border: 0;
	background-size: contain;
	background-position: center;
}

/*--------------------------------------------------------------
MO_C - Image
--------------------------------------------------------------*/
.wp-block-image img {
	width: 100%;
}

/*--------------------------------------------------------------
MO_C - Group
--------------------------------------------------------------*/
/*--------------------------------------------------------------
MO_C_G - Block Styles
--------------------------------------------------------------*/
.is-style-monr-ml {
	margin-left: 50px;
}
/*--------------------------------------------------------------
MO - Hopp
--------------------------------------------------------------*/

/*--------------------------------------------------------------
MO - Hopp
--------------------------------------------------------------*/
/*--------------------------------------------------------------
MO_H - 2 Col Full Width Image
--------------------------------------------------------------*/
/*--------------------------------------------------------------
MO_H_2 - Responsive
--------------------------------------------------------------*/
@media screen and (min-width: 768px) {
	.hopp-2-col {
		overflow: hidden;
		position: relative;
	}

	.hopp-2-col__img {
		position: static !important;
	}

	.hopp-2-col__img .wp-block-cover {
		position: absolute;
		width: 100%;
		top: 0;
		height: 100%;
		overflow: hidden;
	}

	.hopp-2-col__img .wp-block-cover > img {
		transform: translateX(-25%);
	}

	.hopp-2-col__img.col-md-4 .wp-block-cover > img {
		transform: translateX(-32%);
	}
}

/*--------------------------------------------------------------
MO_H - Gallery 2 Column
--------------------------------------------------------------*/
/*--------------------------------------------------------------
MO_H_G2 - Responsive
--------------------------------------------------------------*/
@media screen and (max-width: 767px) {
	.monr-gal-2-col .wp-block-gbold-grid-column + .wp-block-gbold-grid-column {
		margin-top: 30px;
	}
}

@media screen and (min-width: 768px) {
	.monr-gal-2-col .wp-block-gbold-grid-column + .wp-block-gbold-grid-column > * {
		position: absolute;
		height: 100%;
	}
}

/*--------------------------------------------------------------
MO_H - Gallery Modal
--------------------------------------------------------------*/
.gallery-carousel .carousel-slide {
	width: 100%; /* full width */
}

.gallery-carousel .wp-block-cover {
	padding: 0;
	height: 100%;
}

.gallery-carousel .flickity-page-dots {
	bottom: auto;
}

.wp-block-image {
	position: relative;
}

.wp-block-image .js-modal {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: none;
	border: none;
	z-index: 99;
}

#js-modal .monr-popup-modal__wrapper.monr-gal-popup {
	animation: .3s forwards monr-fade-in-from-bottom;
}

#js-modal.monr-popup-modal--reverse .monr-popup-modal__wrapper.monr-gal-popup {
	animation-name: monr-fade-out-to-bottom;
}

/*--------------------------------------------------------------
MO_H_GM - Responsive
--------------------------------------------------------------*/
@media (min-width: 768px) {
	.gallery-carousel .wp-block-cover {
		min-height: 550px;
	}
}

/*--------------------------------------------------------------
MO_H_GM - Animations
--------------------------------------------------------------*/
@keyframes monr-fade-in-from-bottom {
	from {
		opacity: 0;
		transform: translateY(15%);
	}

	to {
		opacity: 1
	}
}

@keyframes monr-fade-out-to-bottom {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		transform: translateY(15%);
	}
}

/*--------------------------------------------------------------
MO_H - Text With Icon
--------------------------------------------------------------*/
.monr-text-icon {
	position: relative;
	min-height: 62px;
	overflow: hidden;
	display: table;
	width: 100%;
	table-layout: fixed;
}

.monr-text-icon .wp-block-image {
	width: 30px;
	position: absolute;
	left: 0;
	height: 26px;
	top: 0;
	bottom: 0;
	margin: auto;
	display: table;
}

.monr-text-icon .wp-block-image img {
	display: table-cell;
	vertical-align: middle;
}

.monr-text-icon p {
	padding-left: 47px;
	margin: 0;
	text-overflow: ellipsis;
	overflow: hidden;
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}

/*--------------------------------------------------------------
MO_H - iFrame
--------------------------------------------------------------*/
.monr-iframe__wrapper {
	height: 100%;
	position: relative;
	padding-bottom: 56.25%;
	overflow: hidden;
}

.monr-iframe iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

/*--------------------------------------------------------------
MO_H - Properties
--------------------------------------------------------------*/
.properties .monr-text-icon p {
    display: block;
    margin-top: 20px;
}

.properties .monr-text-icon {
    width: auto;
	display: inline-block;
	margin-left: 1.5rem;
}

.properties .monr-text-icon:first-child {
	margin-left: 0;
}

.properties .wp-block-button {
	margin-bottom: 1rem;
}

.properties .wp-block-cover {
	margin-bottom: 1rem;
}

/*--------------------------------------------------------------
MO - Plugins
--------------------------------------------------------------*/
/*--------------------------------------------------------------
MO_P - Semantic Wrapper
--------------------------------------------------------------*/
/*--------------------------------------------------------------
MO_P_S - Block Styles
--------------------------------------------------------------*/
.is-style-monr-sticky {
	position: -webkit-sticky;
	position: sticky;
	top: 15px;
	z-index: 5;
}

/*--------------------------------------------------------------
MO_P_S - Responsive Spacer
--------------------------------------------------------------*/
.pb-6 {
	padding-bottom: 4rem !important;
}

.pb-7 {
	padding-bottom: 5rem !important;
}

.pb-8 {
	padding-bottom: 6rem !important;
}

.pb-9 {
	padding-bottom: 7rem !important;
}

.pb-10 {
	padding-bottom: 8rem !important;
}

.pb-11 {
	padding-bottom: 9rem !important;
}

.pb-12 {
	padding-bottom: 10rem !important;
}

.pb-13 {
	padding-bottom: 11rem !important;
}

.pb-14 {
	padding-bottom: 12rem !important;
}

.pb-15 {
	padding-bottom: 13rem !important;
}

.pb-16 {
	padding-bottom: 14rem !important;
}

.pb-17 {
	padding-bottom: 15rem !important;
}

.pb-18 {
	padding-bottom: 16rem !important;
}

.pb-19 {
	padding-bottom: 17rem !important;
}

.pb-20 {
	padding-bottom: 18rem !important;
}

@media (min-width: 576px) {
	.pb-sm-6 {
		padding-bottom: 4rem !important;
	}
	
	.pb-sm-7 {
		padding-bottom: 5rem !important;
	}
	
	.pb-sm-8 {
		padding-bottom: 6rem !important;
	}
	
	.pb-sm-9 {
		padding-bottom: 7rem !important;
	}
	
	.pb-sm-10 {
		padding-bottom: 8rem !important;
	}
	
	.pb-sm-11 {
		padding-bottom: 9rem !important;
	}
	
	.pb-sm-12 {
		padding-bottom: 10rem !important;
	}
	
	.pb-sm-13 {
		padding-bottom: 11rem !important;
	}
	
	.pb-sm-14 {
		padding-bottom: 12rem !important;
	}
	
	.pb-sm-15 {
		padding-bottom: 13rem !important;
	}
	
	.pb-sm-16 {
		padding-bottom: 14rem !important;
	}
	
	.pb-sm-17 {
		padding-bottom: 15rem !important;
	}
	
	.pb-sm-18 {
		padding-bottom: 16rem !important;
	}
	
	.pb-sm-19 {
		padding-bottom: 17rem !important;
	}
	
	.pb-sm-20 {
		padding-bottom: 18rem !important;
	}
}

@media (min-width: 768px) {
	.pb-md-6 {
		padding-bottom: 4rem !important;
	}
	
	.pb-md-7 {
		padding-bottom: 5rem !important;
	}
	
	.pb-md-8 {
		padding-bottom: 6rem !important;
	}
	
	.pb-md-9 {
		padding-bottom: 7rem !important;
	}
	
	.pb-md-10 {
		padding-bottom: 8rem !important;
	}
	
	.pb-md-11 {
		padding-bottom: 9rem !important;
	}
	
	.pb-md-12 {
		padding-bottom: 10rem !important;
	}
	
	.pb-md-13 {
		padding-bottom: 11rem !important;
	}
	
	.pb-md-14 {
		padding-bottom: 12rem !important;
	}
	
	.pb-md-15 {
		padding-bottom: 13rem !important;
	}
	
	.pb-md-16 {
		padding-bottom: 14rem !important;
	}
	
	.pb-md-17 {
		padding-bottom: 15rem !important;
	}
	
	.pb-md-18 {
		padding-bottom: 16rem !important;
	}
	
	.pb-md-19 {
		padding-bottom: 17rem !important;
	}
	
	.pb-md-20 {
		padding-bottom: 18rem !important;
	}
}

@media (min-width: 992px) {
	.pb-lg-6 {
		padding-bottom: 4rem !important;
	}
	
	.pb-lg-7 {
		padding-bottom: 5rem !important;
	}
	
	.pb-lg-8 {
		padding-bottom: 6rem !important;
	}
	
	.pb-lg-9 {
		padding-bottom: 7rem !important;
	}
	
	.pb-lg-10 {
		padding-bottom: 8rem !important;
	}
	
	.pb-lg-11 {
		padding-bottom: 9rem !important;
	}
	
	.pb-lg-12 {
		padding-bottom: 10rem !important;
	}
	
	.pb-lg-13 {
		padding-bottom: 11rem !important;
	}
	
	.pb-lg-14 {
		padding-bottom: 12rem !important;
	}
	
	.pb-lg-15 {
		padding-bottom: 13rem !important;
	}
	
	.pb-lg-16 {
		padding-bottom: 14rem !important;
	}
	
	.pb-lg-17 {
		padding-bottom: 15rem !important;
	}
	
	.pb-lg-18 {
		padding-bottom: 16rem !important;
	}
	
	.pb-lg-19 {
		padding-bottom: 17rem !important;
	}
	
	.pb-lg-20 {
		padding-bottom: 18rem !important;
	}
}

@media (min-width: 1200px) {
	.pb-xl-6 {
		padding-bottom: 4rem !important;
	}
	
	.pb-xl-7 {
		padding-bottom: 5rem !important;
	}
	
	.pb-xl-8 {
		padding-bottom: 6rem !important;
	}
	
	.pb-xl-9 {
		padding-bottom: 7rem !important;
	}
	
	.pb-xl-10 {
		padding-bottom: 8rem !important;
	}
	
	.pb-xl-11 {
		padding-bottom: 9rem !important;
	}
	
	.pb-xl-12 {
		padding-bottom: 10rem !important;
	}
	
	.pb-xl-13 {
		padding-bottom: 11rem !important;
	}
	
	.pb-xl-14 {
		padding-bottom: 12rem !important;
	}
	
	.pb-xl-15 {
		padding-bottom: 13rem !important;
	}
	
	.pb-xl-16 {
		padding-bottom: 14rem !important;
	}
	
	.pb-xl-17 {
		padding-bottom: 15rem !important;
	}
	
	.pb-xl-18 {
		padding-bottom: 16rem !important;
	}
	
	.pb-xl-19 {
		padding-bottom: 17rem !important;
	}
	
	.pb-xl-20 {
		padding-bottom: 18rem !important;
	}
}

/*--------------------------------------------------------------
Misc (M)
--------------------------------------------------------------*/
.grecaptcha-badge { 
	visibility: hidden;
}

.no-t .wp-block-gallery img {
	transition: transform 0.0001s cubic-bezier(0.4, 0, 0, 1) 0s !important;
}

.has-t .wp-block-gallery img {
	transition: transform 0.4s cubic-bezier(0.4, 0, 0, 1) 0s !important;
}

.no-t:after {
	content: '';
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index: 999;
}