/*!
Theme Name: Alexandra Dental Group
Theme URI: https://www.alexandradental.ie
Author: CRD Media
Author URI: https://www.crdmedia.ie
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: cloverock
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

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

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

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

:root {
--primary: #033062;
  --secondary: #359be1;
	--grey: #efeef7;
}

.pum-container.pum-responsive img {
	margin: 0 !important;
}
/* Sections
	 ========================================================================== */

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

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}
#primary.main-woo, #primary.main-wide {
	width: 90%;
	margin: 0 auto;
	max-width: 1380px;
	padding: 80px 0px;
}
#primary.main-800 {
	max-width: 800px;
	width: 90%;
	margin: 0 auto;
	padding: 80px 0px;
}
#primary.cat-loop {
	margin: 0 auto;
	max-width: 1380px;
	width: 90%;
	padding: 80px 0px;
}
main {
   position:relative;
}
.main-woo-page {
	max-width: 1380px;
	margin: 0 auto;
	padding: 60px 0px;
	width: 95%;
}


.error-404.not-found {
	width: 90%;
	margin: 0 auto 60px auto;
	max-width: 800px;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

body {
    touch-action: pan-y pinch-zoom;
}

/* Prevent zooming everywhere except the map */
* {
    touch-action: manipulation;
}

/* Enable pinch zoom on map container only */
.map-container,
.ireland-map {
    touch-action: pinch-zoom pan-x pan-y !important;
}
/* Grouping content
	 ========================================================================== */

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

.alignfull + h2 {
	margin-top: 50px !important;
	margin-bottom: 0;
} 

/* Text-level semantics
	 ========================================================================== */

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

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

/* Embedded content
	 ========================================================================== */

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

/* Forms
	 ========================================================================== */

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

/* Interactive
	 ========================================================================== */

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

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

/* Misc
	 ========================================================================== */

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

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

/* Box sizing
--------------------------------------------- */

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

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #121212;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
	font-size: 18px;
	line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
	color:var(--primary);
}


h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
h1 {
	font-size: 32px;
	line-height: 32px;
	margin: 0 0 20px 0;
}
h2 {
	font-size: 36px;
	line-height: 36px;
	margin: 0 0 32px 0;
}

h3 {
	font-size: 28px;
	line-height: 26px;
	margin: 30px 0 24px 0;
}
h4 {
  font-size: 32px;
  line-height: 32px;
  margin: 0 0 24px 0;
}
.wp-block-columns h4 {
  font-size: 24px;
  line-height:24px;
  margin: 0 0 24px 0;
}
.quote-title h4 {
	font-size: 40px;
	line-height: 44px;
	margin: 0 0 32px 0;
}
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%;
}

/* Lists
--------------------------------------------- */

.wp-block-list.hearts, .wp-block-list.ticks {
  list-style: none;
  padding: 0px;
}
.wp-block-list li {
  border: 0 none !important;
  position: relative;
}
.wp-block-list.hearts li, .wp-block-list.ticks li {
  border: 0 none !important;
  padding: 0 0 0 35px !important;
  position: relative;
}
.wp-block-list.hearts li:before {
  position: absolute;
  content: "\f004";
  left: 0;
  top: 1px;
  font-family: "Font Awesome 7 Pro";
  color:var(--secondary);
}
.wp-block-list.ticks li:before {
  position: absolute;
  content: "\f058";
  left: 0;
  top: 1px;
  font-family: "Font Awesome 7 Pro";
  color:var(--secondary);
}

/* Blocks 
--------------------------------------------- */

.wp-block-media-text {
	min-height: 560px;
} 
.alignfull {
	margin: 100px calc(50% - 50vw);
	max-width: 100vw;
	width: 100vw;
}
.alignwide {
	margin: 100px -340px;
	max-width: 1380px;
	width: 1380px;
}
* + .alignfull {
	margin-top: 100px;
}
.alignfull + * {
	margin-top: 100px;
}
.alignfull + .alignfull {
    margin-top:0;
		margin-bottom:0;
}
.wp-block-columns.alignfull {
	padding-top: 100px;
	padding-bottom: 100px;
}
@media (max-width: 1580px) {
.alignwide {
	margin: 50px calc(50% - 45vw);
	max-width: 90vw;
	width: 90vw;
}
* + .alignfull {
	margin-top: 50px;
}
.alignfull + * {
	margin-top: 50px;
}
}
@media (max-width: 920px) {
	.alignwide {
		margin: 30px auto;
		max-width: 800px;
		width: 100%
	}
}
@media (max-width: 768px) {
	.alignfull {
	margin: 30px auto;
		max-width: 800px;
		width: 100%
}
}


/* Elements
--------------------------------------------- */
.wp-block-yoast-faq-block .schema-faq-question {
	font-size: 18px;
	color: #121212;
	background: var(--grey);
}
.wp-block-yoast-faq-block p.schema-faq-answer {
	font-size: 18px;
}
.schema-faq .schema-faq-section {
	border: 1px solid var(--grey);
	margin-bottom: 20px;
	background-color: #fdfeff;
}
/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: var(--primary);
	text-decoration: none;
}

/* 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: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*-------------------------------------------------------------
# Link Buttons
--------------------------------------------------------------*/
.link_button {
	width: 100%;
	max-width: 230px;
	height: 60px;
	display: block;
	background: var(--secondary);
	line-height: 60px;
	text-align: center;
	color: #fff;
	border-radius: 99px;
	text-decoration: none;
	margin-top: 40px;
	font-size: 18px;
	font-weight: 700;
}
.link_button:hover {
  background: var(--primary);
  color: #fff;
}
.link_button.single_booking {
	border: 2px solid #fff;
	line-height: 56px;
	background: transparent;
	margin: 30px auto 0 auto;
}
.link_button.single_booking:hover {
	border: 2px solid var(--secondary);
	color:#fff;
	background: var(--secondary);
}
.link_button.more_button {
	margin: 30px auto 0 auto;
}
.wp-block-button__link.wp-element-button {
	width: 100% !important;
	max-width: 250px !important;
	height: 60px !important;
	display: block !important;
	background: var(--primary) !important;
	line-height: 56px !important;
	text-align: center !important;
	color: #fff !important;
	border-radius: 99px !important;
	text-decoration: none !important;
	margin-top: 20px !important;
	font-size: 18px !important;
	padding: 0 !important;
	border: 2px solid var(--primary);
	font-weight: 700;
}
.wp-block-button__link.wp-element-button:hover {
  background: var(--secondary) !important;
  color: #fff !important;
		border:2px solid var(--secondary);
}
.external-site-booking {
	display: grid;
	grid-template-columns: 1fr 1fr;
	max-width: 440px;
	grid-gap: 20px;
	margin: 30px auto 0px auto;
}
.external-site-booking a {
  margin: 0;
}
.external-site-booking a:first-child {
  background: top;
  border: 2px solid #fff;
  line-height: 56px;
}
.external-site-booking a:hover {
  background: #fff;
  color: var(--primary);
}

.wp-block-heading.has-text-align-center {
	max-width: 480px;
	margin: 0 auto 24px auto;
}
.wp-block-buttons > .wp-block-button {
	width: 230px !important;
}
/*--------------------------------------------------------------
# FULL BAR
--------------------------------------------------------------*/
.full-bar {
	text-align: center;
	background: linear-gradient(0deg, rgba(255,255,255,1) 10%, rgba(249,249,251,1) 100%);
	padding: 120px 0;
	margin: 0;
}
.full-bar.solid-bar  {
    background:rgba(249,249,251,1);
}
.full-bar-wrap {
  max-width: 800px;
  margin: 0 auto;
  width: 90%;
}

.full-bar .link_button {
  margin: 30px auto 0 auto;
}
.content-row + .full-bar {
    padding:170px 0px;
	  margin:-50px 0;
}

.full-bar-video {
	padding-bottom: 50%;
	background: #ccc;
	margin: 0 0 30px 0;
}
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Header/Navigation
--------------------------------------------- */

.top-bar {
  background: var(--secondary);
  text-align: center;
  color: #fff;
  padding: 15px 10%;
  font-size: 80%;
}
.demo-button {
  background: #fff;
  padding: 3px 10px;
  border-radius: 99px;
  font-size: 100%;
  margin-left: 10px;
}
.demo-button:hover {
    background: var(--primary);
		color:#fff;
}


.breadcrumbs {
	width: 100%;
	max-width: 1380px;
	margin: 0px auto 0px auto;
	font-size: 14px;
	color: var(--secondary) !important;
}
.breadcrumbs a {
	color: var(--secondary) !important;
}
.breadcrumbs.no-hero-bc {
	max-width: 800px;
		margin: 40px auto 20px auto;
	width:90%;
}
.headwrap {
	padding: 60px 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	transition: all 400ms ease-in-out 0s;
}
.site-header {
	width: 90%;
	max-width: 1380px;
	margin: 0px auto;
	position: relative;
}
.logo {
	width: 200px;
	  transition: width 0.3s ease;
}
.smallHeader .logo {
	width: 150px;
}
.logo a {
	display: block;
	vertical-align: top;
}
.logo img {
	vertical-align: top;
	position: relative;
}

.logo--dark { display: none; }
.logo--light { display: block; }

.smallHeader .logo--dark { display: block; }
.smallHeader .logo--light { display: none; }
#site-navigation {
	position: absolute;
	right: 240px;
	top: 50%;
	margin-top: -25px;
}
#site-navigation li.mega-menu-item > a.mega-menu-link {
	color: #121212;
}
#site-navigation li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #site-navigation li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #site-navigation li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
	color: var(--secondary) !important;
}
#site-navigation li.mega-menu-flyout ul.mega-sub-menu {
	background: var(--primary) !important;
}
#site-navigation li.mega-menu-item > a.mega-menu-link:hover, #site-navigation li.mega-menu-item > a.mega-menu-link:focus {
	color: var(--secondary) !important;
}
#site-navigation li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
	color: var(--secondary) !important;
}
#site-navigation ul.mega-sub-menu li.mega-menu-item {
	background: rgba(255,255,255,0.075) !important;
}
.mega-indicator {
	position: absolute !important;
	left: 50% !important;
	width: 30px !important;
	text-align: center !important;
	margin-left: -15px !important;
	bottom: -17px;
	font-size: 12px !important;
	color: var(--secondary) !important;
}
#site-navigation  > li.mega-menu-flyout ul.mega-sub-menu {
	margin-top: 5px !important;
}

.smallHeader #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    color:var(--primary);
}

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

.entry-content ul {
	margin: 30px 0px;
}
.entry-content ul li {
	padding: 0px 20px;
}

.entry-content ul li:first-child {
  border: 0 none;
}
.page-splash-wrap + .help-bar {
	margin-top: 40px !important;
}

/*------------------------------------*\
    MOBILE MENU
\*------------------------------------*/
header .mobile-menu-button {
	padding: 0px;
	background: transparent;
	color: #fff;
	font-size: 36px;
	position: absolute;
	right: 0px;
	top: 50%;
	height: 40px;
	line-height: 40px;
	margin-top: -20px;
	display: none;
}
.smallHeader header .mobile-menu-button {
	color: var(--primary);
}
header .mobile-menu-button:hover, .smallHeader header .mobile-menu-button:hover {
	color: var(--secondary);
}


/* Mobile Menu Overlay - Slide from Top */
.mobile-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(117deg,rgba(3, 45, 93, 0.95) 0%, rgba(4, 78, 154, 0.95) 100%);
		backdrop-filter: blur(6px);
    z-index: 9999;
    transform: translateY(-100%);
    transition: transform 0.4s ease-in-out;
}

.mobile-menu-overlay.active {
    transform: translateY(0);
}

.mobile-menu-content {
	position: relative;
	width: 100%;
	height: 100%;
	display: grid;
	/* flex-direction: column; */
	/* justify-content: center; */
	align-content: center;
	padding: 0 20px;
	overflow-y: auto;
	opacity: 0;
	transition: opacity 0.3s ease-in-out 0.2s;
}

.mobile-menu-overlay.active .mobile-menu-content {
    opacity: 1;
}
.mobile-menu-close {
    position: absolute;
    top: 20px;
    right: 20px;
    background: none;
    border: none;
    color: #fff;
    font-size: 50px;
    cursor: pointer;
    line-height: 1;
    padding: 0;
    width: 50px;
    height: 50px;
    transition: transform 0.3s;
}
 
.mobile-menu-close:hover {
    transform: rotate(90deg);
}
 
.mobile-nav {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
 
.mobile-menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}
#menu-mobile-menu {
	width: 100%;
}
.mobile-menu-list li {
    margin: 0;
    padding: 0;
}
 
.mobile-menu-list a {
	display: block;
	color: #fff;
	text-decoration: none;
	font-weight: 700;
	padding: 7px 0px;
	transition: color 0.3s;
	font-size: 20px;
}
 
.mobile-menu-list a:hover,
.mobile-menu-list .current-menu-item a {
    color: var(--secondary);
}
 
.mobile-menu-actions {
	width: 100%;
	max-width: 100%;
	display: block;
	gap: 15px;
	margin: 20px auto 0 auto;
	max-width: 300px;
}
.mobile-booking-btn, .mobile-whatsapp-btn {
	width: 100%;
	max-width: 100%;
	height: 60px;
	display: block;
	background: var(--secondary);
	line-height: 60px;
	text-align: center;
	color: #fff;
	border-radius: 99px;
	text-decoration: none;
	margin-top: 0px;
	font-size: 18px;
	font-weight: 700;
}
.mobile-booking-btn {
background: transparent;
  color: #fff;
  border: 2px solid rgb(255, 255, 255);
  line-height: 56px;
}
 
.mobile-whatsapp-btn {
    background: var(--secondary);
		border:2px solid var(--secondary);
    color: #fff !important;
		margin-top:10px;
}
 
.mobile-whatsapp-btn:hover, .mobile-booking-btn:hover {
    background: #fff;
		border:2px solid #fff;
    color:var(--primary) !important;
}
 
.mobile-whatsapp-btn i {
    margin-right: 8px;
    font-size: 20px;
}
 
/* Prevent body scroll when menu is open */
body.mobile-menu-open {
	overflow: hidden !important;
}
 

.smallHeader .headwrap {
	background: rgba(9, 47, 72, 0.9);
	background: rgba(255,255,255,0.65);
	padding: 25px 0;
	position: fixed;
	backdrop-filter: blur(6px);
	border-bottom: 1px solid #eee;
}
.header-links {
	position: absolute;
	top: 50%;
	right: 60px;
	width: 200px;
	max-width: 200px;
	display: grid;
	margin-top: -25px;
	right: 0;
}
.header-links a {
  text-align: center;
  padding: 0px 20px;
  border-radius: 99px;
  height: 50px;
	font-weight:700;
  line-height: 46px;
}
.top-booking {
	background: #fff;
	color:var(--primary);
	border:2px solid #fff !important;
}

.smallHeader .top-booking {
	background: var(--primary);
	color:#fff;
	border:2px solid var(--primary) !important;
}
.header-links a:hover, .smallHeader .header-links a:hover {
	background: var(--secondary);
	color:#fff;
	border:2px solid var(--secondary) !important;


}
td.column-2 {
	text-align: right !important;
}
.has-text-align-center.small-print {
	font-size: 14px;
}
.tablepress h3 {
	font-weight: 700;
	font-size: 24px;
	line-height: 24px;
}
/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

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

.page-content,
.entry-content,
.entry-summary {
	margin: 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
p.has-background {
	padding: 60px !important;
	width: calc(100% + 120px);
	margin: 30px -60px;
}
/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

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

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

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

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

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

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

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

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

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* 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;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

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

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


/*--------------------------------------------------------------
# Splash
--------------------------------------------------------------*/
.splash-wrap {
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.home-splash {
	display: block;
	min-height: 650px;
	/* height: 90vh; */
	background: url(img/alexandra-overlay.png) center center var(--primary);
}
.home-splash-text {
	display: grid;
	grid-gap: 0;
	align-content: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	grid-template-columns: 1fr;
	margin-top: 0px;
	z-index: 99;
	text-align: center;
	padding: 160px 5% 50px 5%;
	text-wrap: balance;
}
.home-splash-text h1 {
	font-size: 47px;
	line-height: 50px;
	padding: 0px;
	margin: 0 0 30px 0;
	color: #fff;
}
.home-splash-text h1 strong {
	display: block;
	font-size: 70px;
	line-height: 60px;
	font-weight: 700;
}
.has-text-align-center {
	text-align: center;
	text-wrap: balance;
}
.double-link {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 20px;
	max-width: 420px;
	margin: 0 auto;
}
.link_button.splash_button {
	background: #fff;
	color: var(--primary);
	border: 2px solid #fff;
	line-height: 56px;
}
.link_button.splash_button:last-child {
	background: transparent;
	color: var(--primary);
	color:#fff;
	border: 2px solid #fff;
	line-height: 56px;
}
.link_button.splash_button:hover {
    background:var(--secondary);
		color:#fff;
	border: 2px solid var(--secondary);
}
.home-splash-text-wrap {
	max-width: 800px;
	margin: 0 auto;
}
.home-splash-text-wrap .link_button {
    margin:0 auto;
}
.tagline {
	font-size: 22px;
	line-height: 30px;
	display: block;
	margin: 0 0 30px 0;
	max-width: 610px;
}
.tagline p {
	margin-bottom: 0;
}
.page-splash .tagline {
	font-size: 20px;
	line-height: 30px;
	text-wrap: balance;
}
.splash-img {
	background-size: cover !important;
	background-position: center top !important;
	position: relative;
	padding-left: 240px;
	height: 100%;
}
.page-splash-wrap {
		margin:0 auto;
    position:relative;
		padding:30px 0px;
			background: var(--primary);
}
.page-splash {
	display: grid;
	min-height: 500px;
	grid-gap: 0;
	grid-template-columns: 700px 1fr;
	align-items: center;
	max-width: 1380px;
	margin: 0 auto;
	width:90%;
}
.page-splash-text {
	padding: 50px 12% 50px 0px;
	color: #fff;
}
.page-splash-text a {
	color: #fff;
}

.home .has-text-align-center {
	max-width: 620px;
	margin: 24px auto 0 auto !important;
}
.home .wp-block-heading.has-text-align-center:first-child {
	max-width: 540px;
	font-size: 38px;
	line-height: 44px;
	margin: 0 auto 24px auto !important;
}
.page-splash-text h1 {
	font-size: 46px;
	line-height: 50px;
	max-width: 600px;
	padding: 0px;
	margin: 5px auto 0 auto !important;
	color: #fff;
	font-weight: 700;
	text-wrap: balance;
}
.page-splash-text h1:last-child {
	margin: 0;
}
ol.has-background, ul.has-background {
	padding: 1.25em 2.375em;
	margin: 0;
	border-radius: 10px;
}
.page-splash-text h1 strong {
   color:var(--secondary);
}
.page-slide {
	height: 100%;
	background-size: cover !important;
	background-position: center center !important;
	border-radius: 0px;
}
.page-splash-wrap.no-hero-image {

	padding: 0px !important;
}
.wp-block-media-text {
	position:relative;
}
.wp-block-media-text.grey-bg.full-color::before {
	background: var(--grey);
	content: "";
	position: absolute;
	top: 0px;
	left: 50%;
	width: 102vw;
	height: 100%;
	margin-left: -51vw;
	z-index: -1;
}

.wp-block-media-text.full-color {
   padding:30px 0px;
}

.wp-block-media-text + .wp-block-media-text:before {
	display:none !important;
}
.page-splash-wrap.no-hero-image.splash-wide {
  max-width: 1380px;
}
.page-splash-wrap.no-hero-image .page-splash-text {
	padding: 200px 0 80px 0;
	max-width: 600px;
	margin: 0 auto 0px auto;
}
h3.form-title {
	font-weight: 700;
	padding-left:15px;
}
.step-text {
	padding: 0 15px;
	margin: 0 0 20px 0;
	display: block;
}
.form-image {
	border-radius: 20px;
}
.ginput_container.ginput_container_consent {
	text-align: center;
	font-size: 15px;
}
.ginput_container.ginput_container_consent input {
	  margin:0 5px 0 0;
}
#field_2_16 {
	font-size: 12px;
	text-align: center;
}
.page-splash-wrap.no-hero-image .page-splash {
	display: block;
	height: auto;
	min-height: 0px;
	text-align: center;
}
.wp-block-media-text + p.has-background {
	margin-top: 50px;
}
.step-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.wp-block-media-text.alignwide {
	overflow: hidden;
}
.wp-block-media-text.is-image-fill-element > .wp-block-media-text__media {
	border-radius: 60px;
	overflow: hidden;
}
.wp-block-media-text.alignwide.has-media-on-the-right > .wp-block-media-text__content, .wp-block-media-text.alignwide > .wp-block-media-text__content  {
	background: var(--grey);
	border-radius: 60px !important;
	overflow: hidden;
}
.wp-block-media-text.alignwide.has-media-on-the-right, .wp-block-media-text.alignwide,
.wp-block-media-text.alignfull.has-media-on-the-right, .wp-block-media-text.alignfull {
	grid-gap: 30px !important;
	grid-template-columns: 1fr 1fr;
}

.wp-block-media-text.alignfull.has-media-on-the-right > .wp-block-media-text__content {
	background: linear-gradient(117deg,rgba(3, 45, 93, 1) 0%, rgba(4, 78, 154, 1) 100%);
	color: #fff;
	border-top-right-radius: 60px !important;
	border-bottom-right-radius: 60px !important;
	border-top-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
}
.wp-block-media-text.alignfull > .wp-block-media-text__content {
	background: linear-gradient(117deg,rgba(3, 45, 93, 1) 0%, rgba(4, 78, 154, 1) 100%);
	color: #fff;
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
	border-top-left-radius: 60px !important;
	border-bottom-left-radius: 60px !important;
}

.wp-block-media-text.is-image-fill-element.alignfull > .wp-block-media-text__media {
	border-top-right-radius: 60px !important;
	border-bottom-right-radius: 60px !important;
	border-top-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
	overflow: hidden;
}

.wp-block-media-text.alignfull > .wp-block-media-text__content .wp-block-button__link.wp-element-button {
    border:2px solid #fff;
		color:#fff;
	  background:transparent !important;
}
.wp-block-media-text.alignfull > .wp-block-media-text__content .wp-block-button__link.wp-element-button:hover {
    border:2px solid #fff !important;
		color:var(--primary) !important;
	  background:#fff !important; 
}
.wp-block-media-text.is-image-fill-element.alignfull.has-media-on-the-right > .wp-block-media-text__media {
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
	border-top-left-radius: 60px !important;
	border-bottom-left-radius: 60px !important;
	overflow: hidden;
}
.wp-block-media-text.alignfull > .wp-block-media-text__content h2 {
    color:#fff;
}
.step-list li {
	position: relative;
	padding-left: 36px !important;
	margin-bottom: 5px;
	font-family: inherit;
}
.step-list li::before {
	font-family: "Font Awesome 7 Pro";
	font-weight: 300;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 1.2em;
	color:var(--secondary);
}

/* Numbered icons */
.step-list li:nth-child(1)::before {
  content: "\e0ee"; /* fa-circle-1 */
}

.step-list li:nth-child(2)::before {
  content: "\e0ef"; /* fa-circle-2 */
}

.step-list li:nth-child(3)::before {
  content: "\e0f0"; /* fa-circle-3 */
}


.service-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  text-align: center;
	margin-top:50px;
  grid-gap: 20px;
}
.service-grid a {
  background: var(--primary);
  color: #fff;
  display: block;
  padding: 20px 0px;
  border-radius: 6px;
  /*! grid-gap: 10px; */
}

.service-grid a:hover {
  background: var(--secondary);
  color: #fff;
}

@media (max-width:768px) {
  .wp-block-media-text.is-stacked-on-mobile {
    grid-template-columns:100%!important
  }
  .wp-block-media-text.is-stacked-on-mobile>.wp-block-media-text__media {
    grid-column:1;
    grid-row:1
  }
  .wp-block-media-text.is-stacked-on-mobile>.wp-block-media-text__content {
    grid-column:1;
    grid-row:2
  }
	
	.wp-block-media-text.is-image-fill-element > .wp-block-media-text__media {
	border-radius: 30px;
	overflow: hidden;
}

.wp-block-media-text.alignwide.has-media-on-the-right > .wp-block-media-text__content, .wp-block-media-text.alignwide > .wp-block-media-text__content {
	border-radius: 30px !important;
	padding: 30px !important;
}
.wp-block-media-text.is-image-fill-element.alignfull.has-media-on-the-right > .wp-block-media-text__media, .wp-block-media-text.is-image-fill-element.alignfull > .wp-block-media-text__media {
	border-top-right-radius:30px !important;
	border-bottom-right-radius: 30px !important;
	border-top-left-radius: 30px !important;
	border-bottom-left-radius: 30px !important;
	overflow: hidden;
}
.wp-block-media-text.alignfull.has-media-on-the-right > .wp-block-media-text__content, .wp-block-media-text.alignfull > .wp-block-media-text__content {
	border-top-right-radius:30px !important;
	border-bottom-right-radius: 30px !important;
	border-top-left-radius: 30px !important;
	border-bottom-left-radius: 30px !important;
}

.wp-block-media-text .wp-block-media-text__content {
	padding: 30px !important;
}

}

/*------------------------------------*\
    SPLASH - IMAGE LEFT
\*------------------------------------*/

.home-splash.image-left .home-splash-text {
	grid-template-columns: 660px 1fr;
	order: 2;
}
.home-splash.image-left .home-splash-text .home-spacer {
	order: 2;
}

/*------------------------------------*\
    LOOP
\*------------------------------------*/

.loop-image {
  height: 200px;
  background-size: cover !important;
  background-position: center center !important;
  margin: 0 0 20px 0;
  border-radius: 10px;
}
.cat-wrap {
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-gap: 30px;
text-align:center;
}

h3.news-title-loop {
	font-size: 23px;
	line-height: 28px;
	max-width: 260px;
	margin: 0 auto;
}


/*------------------------------------*\
   FOOTER
\*------------------------------------*/
.footwrap {
	padding: 50px 0px 20px 0;
	border-top: 1.5px solid var(--grey);
}
.footer {
	width: 90%;
	max-width: 1380px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 500px 1fr 320px;
	grid-column-gap: 30px;
	font-size: 16px;
}
.location-list.footer-links {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 30px;
}
.company-email {
	text-align: center;
	font-size: 18px !important;
	display: block;
	padding: 0;
	font-weight: 700;
}

.whatsapp-button {
	background: var(--secondary);
	border: 2px solid var(--secondary);
	padding: 0 20px;
	border-radius: 99px;
	line-height: 56px;
	height: 60px;
	display: block;
	text-align: center;
	font-size: 15px;
	font-weight: 700;
	color: #fff;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
}
.whatsapp-button:hover {
    border:2px solid var(--primary);
		background:transparent;
		color:var(--primary) !important;
}
.whatsapp-button i {
  font-size: 26px;
  vertical-align: sub;
  margin: 0 5px 0 0;
}
.footer a {
	text-decoration: none;

}
.footer .footcol.col-one a {
	text-decoration: none;
	vertical-align: top;
}
.footer .footcol.col-one a:hover {
	color: var(--secondary);
}
.foot-social {
	margin: 0;
}
.footcol ul {
	padding: 0;
	list-style: none;
	margin: 0 auto;
}
.footcol ul li {
  padding: 0px;
}
.footcol.col-one {
}
.footcol ul li a {
  text-decoration: none;

}
.footcol.footright {
	padding-bottom: 80px;
	position:relative;
}
.footcol.footright h5 {
	text-align: center;
}
.footcol.col-one span {
	display: inline-block;
	clear: both;
	margin-right: 30px;
	 line-height:30px;
}
.footcol.col-one i {
	font-size: 26px;
	line-height: 60px;
	margin: 0 15px 0 0;
}
.social-links {
	vertical-align: top;
	display: block;
	vertical-align: top;
	text-align: center;
}
.social-links a {
	font-size: 28px;
	margin: 0 5px;
}
.social-links {
	margin-top: 10px;
}
.logo-foot {
	margin-bottom: 0px;
}
.logo-foot {
	max-width: 200px;
	float: right;
	display: block;
	width: 100%;
	clear: both;
}
.footcol span {
  display: block;
  clear:both;
}
.foot-social a {
	background: var(--secondary);
	height: 50px;
	display: inline-block;
	width: 50px;
	text-align: center;
	line-height: 50px;
	color: #fff;
	border-radius: 99px;
	font-size: 24px;
	margin: 0 10px 0 0;
}
.footcol span i {
	width: 26px;
	color: var(--secondary);
}
.foot-social a:hover {
	background:var(--primary);
	color: #fff;
}
.logo-footer {
	margin: 0 auto;
	max-width: 240px;
	display: block;
}

.footcol h5 {
	margin: 0 0 20px 0;
	font-size: 130%;
	padding: 0;
	line-height: 115%;
   font-weight:700;
}
.foot-strap {
	padding: 30px 0px;
	background: transparent;
	color:var(--primary);
}
.foot-strap a {
    text-decoration:none;
	color:var(--primary);
		margin:0 0 0 20px;
}
.foot-strap-wrap {
  margin: 0 auto;
  max-width: 1380px;
  width: 90%;
  font-size: 12px;
}
.quick-contact {
	padding: 30px 5%;
	text-align: center;
	background: transpar;
	color: #fff;
	font-size: 120%;
}
.quick-contact a {
	font-weight: 700;
	margin: 0 3px;
	color: #fff;
}
.quick-contact a:hover {
	color: var(--primary);
}
.strap-wrap {
  margin: 0 auto;
  max-width: 1380px;
  width: 90%;
  font-size: 14px;
  text-align: right;
}
.crd-link {
	display: block;
	float:right;
}

@media only screen and (max-width:1100px) {
.footer {
	grid-template-columns: 1fr 0.5fr 300px;
	grid-column-gap: 30px;
}
}
/*------------------------------------*\
    CONTACT FORM
\*------------------------------------*/

.contact-grid {
	margin: 80px auto;
	max-width: 1380px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	background: var(--secondary);
	border-top-left-radius: 80px;
	align-content: center;
	color: #fff;
	border-bottom-right-radius: 80px;
	overflow: hidden;
	width: 90%;
}
.contact-grid .contact-details {
  padding: 80px 10%;
  align-content: center;
}
.map-responsive {
  position: relative;
}
.contact-details span {
	display: block;
}
.map-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.contact-grid div a {
  color: ;
  color: #fff;
  font-weight: 700;
}
.contact-grid h2 {
  font-size: 30px;
  margin: 0 0 20px 0;
	color:#fff;
}
.contact-grid h3 {
  font-size: 30px;
  margin: 20px 0;
	color:#fff;
}
/*------------------------------------*\
    HOME ICONS
\*------------------------------------*/
.home-icons {
	max-width: 1380px;
	margin: 100px auto;
	text-align: center;
	width: 90%;
}
.quote-scroll + .home-icons {
	padding-top: 0;
	margin-top: 0;
}
.icon-grid {
  display: grid;
  height: auto;
  grid-gap: 0;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: top;
  grid-gap: 40px;
  margin: 0;
}
.icon-grid.number-grid {
	margin: 50px auto;
	max-width: 800px;
}
.icon-single-wrap {
  height: 180px;
  width: 180px;

  overflow: hidden;
  margin: 0 auto 20px auto;
}
.icon-single-wrap a {
  display: block;
}
.icon-single p {
	margin-bottom: 0;
}
.icon-subtext {
	font-weight: bold;
}
.icon-title {
	font-size: 32px;
	line-height: 32px;
}
.icon-title strong {
font-family: lust, serif;
  font-weight: 700;
  font-style: normal;
  color: var(--primary);
}
.icon-single-number {
	background: #0a85d6;
	height: 70px;
	width: 70px;
	margin: 0 auto;
	line-height: 72px;
	font-size: 40px;
	border-radius: 99px;
	color: #fff;
}
.icon-grid.number-grid p {
	line-height: 110%;
}

/*------------------------------------*\
   BOX GRID
\*------------------------------------*/
.box-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-column-gap: 30px;
	height: 300px;
	margin: 30px auto 0 auto;
}
.box-grid div.box-grid-single {
	align-content: center;
	text-align: center;
	display: grid;
	color: #fff;
	font-size: 130%;
	padding: 20px;
	line-height: 110%;
	background-position: center center;
	background-size: cover;
	position: relative;
	height: 270px;
}
.box-grid div.box-grid-single::before {
	color: ;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: rgb(45, 191, 204, 0.9);
	position: absolute;
	top: 0;
	left: 0;
}
.box-grid div span {
	display: block;
	position:relative ;
}
.box-bar-wrap {
  max-width: 1380px;
  margin: 0 auto;
  text-align: center;
	width:90%;
}


/*------------------------------------*\
   QUOTES
\*------------------------------------*/
.quote-scroll {
  padding: 100px 0 100px 0;
  margin-top: 0px;
  z-index: 0;
  position: relative;
}
.quote-scroll {
	padding: 50px 0;
	background: var(--grey);
}
.quote-wrap {
	margin: 0 auto;
	max-width: 800px;
	width: 90%;
	text-align: center;
}

.quote-intro {
  display: block;
  margin: 0 0 30px 0;
}
.quote-single {
	padding: 50px !important;
	background: #fff;
	border-radius: 0px;
	position: relative;
}
.left-quote {
	position: absolute;
	left: 30px;
	top: 0px;
	color: var(--secondary);
	font-size: 134px;
	font-family: helvetica, sans-serif;
	line-height: 180px;
}
.right-quote {
	position: absolute;
	right: 30px;
	top: 0px;
	color: var(--secondary);
	font-size: 134px;
	font-family: helvetica, sans-serif;
	line-height: 180px;
}
.quote-single-wrap {
  display: block;
  position: relative;
}
.right-quote-top {
	font-family: Lust;
	font-size: 90px;
	line-height: 90px;
	height: 30px;
	margin: 0 0 20px 0;
	display: block;
	color: var(--primary);
}
.quote-name {
	display: block;
	margin-top: 20px;
	color: var(--primary);
	text-transform: uppercase;
	font-size: 80%;
	letter-spacing: 1px;
}
.quote-company {
  display: block;
  font-size: 90%;
  font-weight: bold;
  color: var(--primary);
  line-height: 80%;
}

.slick-dots {
	margin-top: 30px !important;
}

/*------------------------------------*\
   QUOTE FACTS
\*------------------------------------*/

.quote-facts-bar {
  height: 550px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.quote-background-wrap {
	width: 100%;
	max-width: 480px;
	margin: 0 auto;
	position:relative;
}
.quote-background-wrap .quote-mark {
  font-family: Lust;
  font-size: 120px;
  line-height: 120px;
  height: 30px;
  margin: 0 0 30px 0;
  display: block;
  color: var(--primary);
}
.quote-background {
  height: 100%;
  align-content: center;
  display: grid;
  background:url(img/omcatering-3.jpg) center center / cover;
  color: #fff;
  padding: 50px;
  text-align: center;
  font-size: 130%;
	position:relative;
}
.quote-background::before {
	background: rgba(208, 27, 115, 0.85);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
}
.quote-background strong {
     font-family:Lust;
		 font-weight:normal;
}
.bar-facts {
  padding: 0 10%;
  height: 100%;
  display: grid;
  align-items: center;
}
.bar-facts ul {
  list-style: none;
  padding: 0;
  margin: 0;

}
.bar-facts ul li {
  margin: 0 0 20px 0x;
}
.bar-facts ul li img {
  vertical-align: middle;
  margin: 0 30px 0 0;
}

/*------------------------------------*\
   CLIENT SCROLL
\*------------------------------------*/
.box-bar {
	background: #fff;
	padding: 100px 0px;
}
/*------------------------------------*\
   CLIENT SCROLL
\*------------------------------------*/


.clients-scroll {
  padding: 50px 0px;
}
.client-wrap {
  text-align: center;
  margin: 0 auto;
  width: 90%;
  max-width: 1380px;
  position: relative;
}
.client-slick {
  overflow: hidden;
}
.client-slick-wrap {
	position: relative;
	padding: 0 50px;
}
.client-slick-wrap .slick-prev.slick-arrow {
	position: absolute;
	left: 0px;
	width: 50px;
	height: 50px;
	top: 50%;
	margin-top: -25px;
	border: 0 none;
	background: transparent;
	font-size: 25px;
	line-height: 50px;
	padding: 0px;
}
.client-slick-wrap .slick-next.slick-arrow {
  position: absolute;
  right: 0px;
  width: 50px;
  height: 50px;
  top: 50%;
  margin-top: -25px;
  border: 0 none;
  background: transparent;
  font-size: 25px;
  line-height: 50px;
	padding: 0px;
}
.client-intro {
	display: block;
	margin: 0 0 30px 0;
	font-weight: bold;
}
.client-wrap .slick-slide img {
	border: 1px solid #ddd;
	text-align: center;
	margin: 0 auto;
}

  /* the slides */
.client-wrap .slick-slide {
      margin: 0 12px;
}

  /* the parent */
.client-wrap .slick-list {
      margin: 0 -10px;
}

/**
 * My Account
 */

.woocommerce-account .woocommerce-MyAccount-navigation {
	width: 20%;
}

.woocommerce-account .woocommerce-MyAccount-content {
  display: inline-block;
  float: left;
  margin-left: 5%;
  width: 75%;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    padding: 0;
	border-top: 1px solid #eee;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
	list-style: none;
	border-bottom: 1px solid #eee;
	padding-bottom: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a:before {
	opacity: 1;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
	padding: 10px 5px;
	display: block;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:before {
	margin-right: 20px;
    opacity: .25;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover:before {
	opacity: 1;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a:before {
    font-family: 'Font Awesome 6 Pro';
	content: "\f0e4";
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:before {
    font-family: 'Font Awesome 6 Pro';
	content: "\f291";
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a:before {
    font-family: 'Font Awesome 6 Pro';
	content: "\f1c6";
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a:before {
    font-family: 'Font Awesome 6 Pro';
	content: "\f015";
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--payment-methods a:before {
    font-family: 'Font Awesome 6 Pro';
	content: "\f09d";
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:before {
    font-family: 'Font Awesome 6 Pro';
	content: "\f007";
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:before {
    font-family: 'Font Awesome 6 Pro';
	content: "\f08b";
}

.woocommerce-account .woocommerce-MyAccount-content h2 {
	font-size: 25px;
    text-align: center;
	font-weight: 600;
}

.woocommerce-account p.order-again {
    text-align: right;
}

.woocommerce-account .woocommerce-EditAccountForm input[type="submit"] {
    margin-top: 50px;
    float: right;
}

.site-header .wc-block-mini-cart.wp-block-woocommerce-mini-cart {
	position: absolute;
	top: -10px;
	right: 0;
	font-size: 15px;
}

.site-header .search {
  position: absolute;
  top: -5px;
  right: 120px;
  width: 200px;
}
.site-header .search input {
  width: 100%;
  padding: 3px 40px 3px 15px;
  border-radius: 99px;
  font-size: 14px;
  line-height: 26px;
  height: 32px;
}
.site-header .search button {
  border: 0 none;
  background: transparent;
  width: 40px;
  padding: 0;
  position: absolute;
  text-align: ;
  top: 0;
  right: 0;
  line-height: 32px;
  font-size: 14px;
  text-align: center;
}

.quote-slick.slick-initialized.slick-slider.slick-dotted {
	padding: 0px !important;
}

.wp-block-media-text .wp-block-media-text__content {
	padding: 50px 10%;
	height: 100%;
	align-content: center;
	text-wrap:balance;
}
 
.slick-initialized .slick-slide {
	display: block;
	align-content: center;
}

.review-title {
  font-size: 36px;
  margin: 0 auto 50px auto;
  text-align: center;
  line-height: 36px;
}
.review-subtitle {
	text-align: center;
	display: block;
	margin: 0 auto;
	font-weight: 600;
	color: var(--primary);
	font-size: 15px;
}
.review-bar {
	width: 90%;
	padding: 0 0 30px 0;
	margin: 0 auto;
}
.single-review {
  background: var(--grey);
  padding: 60px 30px !important;
  text-align: center;
  text-wrap: balance;
  border-radius: 30px;
}
.slick-dots {
	z-index: 999;
	position: relative;
}
.review-bar .slick-track {
    display: flex !important;
}

.review-bar .slick-slide
{
    height: inherit !important;
}
.review-stars {
  color: var(--secondary);
  margin: 0 auto 20px auto;
}
.review-stars i {
  margin: 0 1px;
  font-size: 20px;
}
.review-text {
  margin: 0 auto 20px auto;
  font-weight: 500;
}
.review-name {
  font-weight: 700;
}


.nl-bar {
  background: var(--secondary);
  width: 90%;
  border-radius: 30px;
  padding: 30px 0;
  margin: 0 auto;
  color: #fff;
}
.nl-wrap {
	width: 90%;
	margin: 0 auto;
	max-width: 1380px;
	display: grid;
	grid-template-columns: 250px 560px 1fr;
	grid-gap: 20px;
}
.nl-text {
  font-size: 16px;
  line-height: 20px;
  padding: 20px 0;
}
.nl-wrap h4 {
  line-height: 60px;
  font-size: 29px;
  font-weight: 300;
  color: #fff;
  margin: 0;
}
/*------------------------------------*\
   FORMS
\*------------------------------------*/
.main-contact {
  padding: 50px 0;
}
.main-contact section {
	width: 95%;
	margin: 0 auto;
	max-width: 800px;
}
#gform_wrapper_1 {
	border-radius: 0;
}
.gform_heading {
  display: none;
}
.gform_wrapper.gravity-theme .ginput_container_date input {
  width: 100% !important;
}
.gform_wrapper.gravity-theme input[type="color"], .gform_wrapper.gravity-theme input[type="date"], .gform_wrapper.gravity-theme input[type="datetime-local"], .gform_wrapper.gravity-theme input[type="datetime"], .gform_wrapper.gravity-theme input[type="email"], .gform_wrapper.gravity-theme input[type="month"], .gform_wrapper.gravity-theme input[type="number"], .gform_wrapper.gravity-theme input[type="password"], .gform_wrapper.gravity-theme input[type="search"], .gform_wrapper.gravity-theme input[type="tel"], .gform_wrapper.gravity-theme input[type="text"], .gform_wrapper.gravity-theme input[type="time"], .gform_wrapper.gravity-theme input[type="url"], .gform_wrapper.gravity-theme input[type="week"], .gform_wrapper.gravity-theme select, .gform_wrapper.gravity-theme textarea {
  padding: 15px !important;
}
.gform_wrapper.gravity-theme .gfield_label {
  padding: 0 0 0 15px !important;
}
.gform_button.button {
	width: 100%;
	max-width: 180px;
	height: 50px;
	display: block;
	background: var(--secondary);
	line-height: 50px;
	text-align: center;
	color: #fff;
	border-radius: 99px;
	text-decoration: none;
	margin-top: 40px;
	font-size: 18px;
	padding: 0;
	margin: 20px auto 0 auto;
	border: 0 none;
}
.gform_button.button {
	background: var(--primary);
  color:#fff;
}
.gform_button.button:hover {
 	background: var(--secondary);
  color:#fff;
}  
.gform_footer.top_label {
  padding: 0px !important;
}
.form-bar {
  padding: 60px 0px;
  background: var(--grey);
}
.form-wrap {
  margin: 0 auto;
  max-width: 800px;
  width: 90%;
}
.google-maps {
  height: 350px;
  position: relative;
}
.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#tab-description h3 {
	font-size: 24px;
	line-height: 28px;
}
.gform_wrapper.gravity-theme .ginput_complex label, .gform_wrapper.gravity-theme .ginput_complex legend {
	display: block;
	padding-left: 15px !important;
	font-size: 12px !important;
	padding-top: 3px !important;
}
.gform_wrapper.gravity-theme .field_sublabel_above .description, .gform_wrapper.gravity-theme .field_sublabel_above .gfield_description, .gform_wrapper.gravity-theme .field_sublabel_above .gsection_description {
	margin-top: 0px !important;
	padding-top: 0px !important;
	padding-left: 15px !important;
	font-size: 12px !important;
}
.google-text {
	max-width: 270px;
	margin: 20px auto 0px auto;
	text-align: center;
	font-size: 12px;
	color: #666;
}
.google-text a {
	color: #666;
}

.gform_wrapper.gravity-theme .gfield_required {
	color: var(--secondary);
}

#gform_3_validation_container {
	display: none !important;
}

form#gform_3 {
  display: grid;
  grid-template-columns: 1fr;
  position: relative;
}
#gform_3_validation_container {
  display: none !important;
}
#validation_message_3_5 {
  padding: 0;
  border: 0;
  background: transparent;
  color: #fff;
  position: absolute;
  bottom: -20px;
  left: 15px;
}
#field_3_5 {
  position: relative;
}
#field_3_5 input {
	border-radius: 99px;
	padding: 0px 50px 0 25px !important;
	height: 60px;
	border: 0 none;
}
#gform_submit_button_3 {
  position: absolute;
  top: 0px;
  margin: 0;
  height: 60px;
  line-height: 50px;
  width: 60px;
  right: 0;
  overflow: hidden;
  text-indent: 999px;
  background: transparent;
}
#field_3_5:before {
  content: "\f054";
  display: block;
  color: var(--primary);
  position: absolute;
  font-family: "Font Awesome 7 Pro";
  top: 0;
  line-height: 60px;
  height: 60px;
  right: 0;
  width: 50px;
  text-align: center;
}
/*------------------------------------*\
   PROGRAM BAR
\*------------------------------------*/

.prog-bar {
  background: var(--primary);
  padding: 50px 0px;
  color: #fff;
  text-align: center;
}
.prog-wrap {
  max-width: 1380px;
  margin: 0 auto;
  width: 90%;
}
.prog-wrap h2 {
  color: #fff;
}
.prog-list h2 {
	color: #fff;
	font-size: 23px;
	line-height: 28px;
	max-width: 260px;
	margin: 0 auto 20px auto;
	font-weight: 700;
}
.prog-img {
	height: 200px;
	background-size: cover !important;
	background-position: center center !important;
	margin: 0 0 20px 0;
	border-radius: 0px;
}
.prog-list {
	position: relative;
	padding: 0px;
	margin-top: 30px;
	
}
.prog-list a {
	color: #fff;
}
.prog-list .slick-prev.slick-arrow {
	position: absolute;
	left: -5vw;
  width: 5vw;
  height: 100px;
  top: calc(50% - 50px);

	border: 0 none;
	background: transparent;
	font-size: 25px;
  line-height: 100px;
	padding: 0px;
	color:#fff;
}
.prog-list .slick-slide {
    padding-top:0px;
		padding-bottom:0px;
}
.prog-list .slick-next.slick-arrow {
  position: absolute;
  right: -5vw;
  width: 5vw;
  height: 100px;
  top: calc(50% - 50px);

  border: 0 none;
  background: transparent;
  font-size: 25px;
  line-height: 100px;
	padding: 0px;
	color:#fff;
}
.front-links {
   overflow:hidden;
}

.wp-block-group:last-child, .wp-block-media-text:last-child {
	margin-bottom: 0 !important;
}
.slider-intro {
	max-width: 300px;
	margin: 0 auto;
	display: block;
}
/*------------------------------------*\
   FRONT POSTS
\*------------------------------------*/

.news-bar {
  padding: 50px 0px;
  text-align: center;
}
.news-wrap {
  max-width: 1380px;
  margin: 0 auto;
  width: 95%;
}
.news-wrap h3 {
	font-size: 23px;
	line-height: 28px;
	max-width: 260px;
	margin: 0 auto;
}
.news-img {
	height: 200px;
	background-size: cover !important;
	background-position: center center !important;
	margin: 0 0 20px 0;
	border-radius: 10px;
}
.news-list {
	position: relative;
	padding: 0 50px;
	margin-top: 30px;
}
.news-list .slick-prev.slick-arrow {
	position: absolute;
	left: 0px;
  width: 50px;
  height: 100px;
  top: 50px;
	border: 0 none;
	background: transparent;
	font-size: 25px;
  line-height: 100px;
	padding: 0px;
	color:#fff;
}
.news-list .slick-slide {
    padding-top:0px;
		padding-bottom:0px;
}
.news-list .slick-next.slick-arrow {
  position: absolute;
  right: 0px;
  width: 50px;
  height: 100px;
  top: 50px;
  border: 0 none;
  background: transparent;
  font-size: 25px;
  line-height: 100px;
	padding: 0px;
}
.front-links {
   overflow:hidden;
}

.news-date {
	font-size: 12px;
	color: var(--primary);
}

.entry-footer {
  font-size: 12px;
  border-top: 1px solid #ccc;
  padding-top: 20px;
  margin-top: 40px;
}
.entry-footer span {
  display: inline-block;
  margin: 0 10px 0 0;
}
.entry-footer span a {
  background: var(--primary);
  padding: 3px 8px;
  border-radius: 99px;
  color: #fff;
  margin: 0 0 0 2px;
  display: inline-block;
}
.entry-footer span a:hover {
  background:var(--secondary);
  color: #fff;
}


/*------------------------------------*\
   LISTS COLUMNS
\*------------------------------------*/
.center-col .wp-block-column {
	padding: 30px  20px;
	background: #fff;
	box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
	text-align: center;
	border-radius: 20px;
}
.center-col .wp-block-column i {
  font-size: 50px;
  margin: 0 0 10px 0;
  color: var(--secondary);
}
.statement-col .wp-block-column i {
  font-size: 50px;
  margin: 0 0 10px 0;
  color: #fff;
}
.center-col .wp-block-column p:last-child {
    margin-bottom:0px;
}
.statement-col .wp-block-column {
	padding: 30px 20px;
	background: var(--primary);
	color:#fff;
	text-align: center;
	border-radius: 20px;
}
.statement-col .wp-block-column h4 {
    color:#fff;
}
.wp-block-columns.alignwide {
	margin-top: 40px;
	margin-bottom: 40px;
}
.tick-list.wp-block-list {
  list-style: none;
  padding: 0px;
  margin-left: 0px;
}
.tick-list.wp-block-list li {
  padding: 5px 0px 5px 36px;
  position: relative;
}
.tick-list.wp-block-list li:before {
  position: absolute;
  left: 0;
  top: 5px;
  content: "\f058";
  color: var(--secondary);
  font-family: "Font Awesome 7 Pro";
}

.wp-block-group.blue-group {
	background: var(--primary);
	padding: 30px;
	border-radius: 20px;
	color: #fff;
}
.wp-block-group.blue-group h2 {
	color: #fff;
}
.wp-block-group {
	margin: ;
	max-width: 800px !important;
	margin: 50px auto;
}

.wp-block-group.grey-bg {
	margin: 50px auto;
	padding: 50px 0px;
	position: relative;
}
.wp-block-group.grey-bg::before {
	content: "";
	background: var(--grey);
	position: absolute;
	width: 100vw;
	left: 50%;
	top: 0;
	margin-left: -50vw;
	height: 100%;
	z-index: -1;
}
.wp-block-group.alignwide.abc-group .wp-block-heading.has-text-align-center {
	max-width: 800px;
}

.wp-block-list.three-col-list {
	display: grid;
	grid-template-areas: ;
	grid-template-columns: 1fr 1fr 1fr;
	grid-col-gap: 20px;
}



.team-bar {
  padding: 80px 0;
  background: var(--grey);
}
.team-wrap {
  width: 90%;
  margin: 0 auto;
  max-width: 1380px;
  text-align: center;
}
.team-wrap h3 {
  font-size: 30px;
  font-weight: 700;
  margin: 0 auto 50px auto;
}

.team-member img {
	margin: 0 auto 30px auto;
	max-width: 300px;
	text-align: ;
	display: block;
	border-bottom: ;
	border-radius: 250px;
	border: 11px solid #fff;
	width: 100%;
}
.member-name {
	display: block;
	font-weight: 700;
	font-size: 20px;
	line-height: 20px;
	margin: 0 0 10px 0;
}
.member-title {
  display: block;
  font-size: 14px;
	line-height:14px;
  color: var(--secondary);
}

.team-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 30px;
	max-width: 960px;
	margin: 0 auto;
}

/* Default: 3 columns */
.team-member {
    flex: 0 0 calc(33.333% - 20px);
    max-width: 280px; /* <- caps the width, overrides the % max-width */
}

/* 1 item — centred, 1/3 width */
.team-member:nth-child(1):nth-last-child(1) {
    flex: 0 0 calc(33.333% - 20px);
    max-width: calc(33.333% - 20px);
}

/* 2 items — side by side, centred */
.team-member:nth-child(1):nth-last-child(2),
.team-member:nth-child(1):nth-last-child(2) ~ .team-member {
    flex: 0 0 calc(50% - 15px);
    max-width: calc(50% - 15px);
}

/* 4 items — 2 + 2 instead of 3 + 1 */
.team-member:nth-child(1):nth-last-child(4),
.team-member:nth-child(1):nth-last-child(4) ~ .team-member {
    flex: 0 0 calc(50% - 15px);
    max-width: calc(50% - 15px);
}

/* 5 items — 3 + 2 (flexbox centres the bottom 2 automatically) */
/* No override needed — default 33% + justify-content: center handles this */

/* Responsive */
@media (max-width: 768px) {
    .team-member {
        flex: 0 0 calc(50% - 15px);
        max-width: calc(50% - 15px);
    }
}

@media (max-width: 480px) {
    .team-member {
        flex: 0 0 100%;
        max-width: 100%;
    }
		.team-member img {
	margin: 0 auto 20px auto;
	border: 5px solid #fff;
}
}


/*------------------------------------*\
   LOCATIONS CSS
\*------------------------------------*/
.loop-wrap {
	background: var(--grey);
	padding: 30px;
	margin: 50px auto;
	width: 90%;
	max-width: 1380px;
	border-radius: 30px;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
	gap: 20px;
	list-style: none;
}
.loop-wrap div h3 {
	margin: 0;
	padding: 0;
	color: #fff;
	font-weight: 700;
	font-size: 18px;
}
.loop-wrap div a {
	display: block;
   background:var(--primary);
	color: #fff;
	font-weight: 500;
	padding: 25px;
	border-radius: 20px;
	position: relative;
}
.loop-wrap div a:hover {
	background: var(--secondary);

	 color:#fff;
}

.loop-wrap div a:before {
  content: "\f0da";
  font-family: "Font Awesome 7 Pro";
  font-weight: 700;
  position: absolute;
  right: 15px;
  font-size: 14px;
  height: 20px;
  line-height: 20px;
  top: 50%;
  margin-top: -10px;
}
.location-card {
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.3s, box-shadow 0.3s;
}
/* Location Archive/Directory Pages */
.locations-directory-page {
    padding: 40px 0;
}

.locations-directory-page .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.locations-directory-page .breadcrumbs {
    margin-bottom: 30px;
    font-size: 14px;
}

.locations-directory-page .page-header {
    margin-bottom: 50px;
    text-align: center;
}

.locations-directory-page .page-header h1 {
    font-size: 42px;
    margin-bottom: 20px;
}

.locations-directory-page .page-intro {
    font-size: 18px;
    color: #666;
    max-width: 800px;
    margin: 0 auto;
}

.locations-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0;
}
.treatment-locations {
	background: var(--grey);
	margin: 30px auto -20px auto;
	width: 90%;
	max-width: 1380px;
	padding: 30px;
	border-radius: 30px;
}
.treatment-locations h2 {
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  text-wrap: balance;
  margin: 0 0 20px 0;
  line-height: 20px;
}
.locations-grid li a {
  display: block;
  /*! height: 30px; */
  background: var(--secondary);
  color: #fff;
  font-weight: 500;
  padding: 10px 25px;
  border-radius: 99px;
	position:relative;
}
.locations-grid li a:hover {
   background:var(--primary);
	 color:#fff;
}

.locations-grid li a:before {
  content: "\f0da";
  font-family: "Font Awesome 7 Pro";
  font-weight: 700;
  position: absolute;
  right: 15px;
  font-size: 14px;
  height: 20px;
  line-height: 20px;
  top: 50%;
  margin-top: -10px;
}
.location-card {
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.3s, box-shadow 0.3s;
}

.location-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.location-thumbnail {
    overflow: hidden;
    height: 200px;
}

.location-thumbnail a {
    display: block;
    height: 100%;
}

.location-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}

.location-card:hover .location-thumbnail img {
    transform: scale(1.05);
}

.location-card-content {
    padding: 30px;
}

.location-title {
    font-size: 26px;
    margin: 0 0 15px;
}

.location-title a {
    color: #333;
    text-decoration: none;
    transition: color 0.2s;
}

.location-title a:hover {
    color: #007bff;
}

.location-intro {
    color: #666;
    font-size: 15px;
    margin-bottom: 25px;
    font-style: italic;
}

.location-details {
    margin-bottom: 25px;
}

.location-detail {
    display: flex;
    gap: 12px;
    margin-bottom: 15px;
}

.location-detail:last-child {
    margin-bottom: 0;
}

.detail-icon {
    font-size: 20px;
    line-height: 1.4;
    flex-shrink: 0;
}

.detail-content {
    flex: 1;
}

.detail-content strong {
    display: block;
    margin-bottom: 5px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #333;
}

.detail-content p {
    margin: 0;
    color: #666;
    font-size: 14px;
    line-height: 1.6;
}

.detail-content a {
    color: #007bff;
    text-decoration: none;
}

.detail-content a:hover {
    text-decoration: underline;
}

.opening-hours {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}

.opening-hours strong {
    color: #333;
}

.location-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.location-actions .btn {
    display: inline-block;
    padding: 12px 24px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s;
    text-align: center;
    flex: 1;
    min-width: 140px;
}

.location-actions .btn-primary {
    background: #007bff;
    color: #fff !important;
}

.location-actions .btn-primary:hover {
    background: #0056b3;
}

.location-actions .btn-secondary {
    background: #28a745;
    color: #fff !important;
}

.location-actions .btn-secondary:hover {
    background: #218838;
}

/* Single Location Page */
.location-single {
    padding: 40px 0;
}

.location-single .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.location-single .breadcrumbs {
    margin-bottom: 10px;
    font-size: 14px;
}

.location-details-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
		min-height:550px;
    margin-bottom: 60px;
}

.location-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}
.location-info-card {
	align-content: center;
	background: linear-gradient(117deg, rgba(3, 45, 93, 1) 0%, rgba(4, 78, 154, 1) 100%);
	color: #fff;
	border-top-right-radius: 60px !important;
	border-bottom-right-radius: 60px !important;
	border-top-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
	padding: 50px 10%;
}

.location-info-card h2 {
    margin-top: 0;
    margin-bottom: 25px;
    font-size: 24px;
    border-bottom: 2px solid #007bff;
    padding-bottom: 10px;
}

.info-item {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
    align-items: flex-start;
}

.info-item:last-child {
    margin-bottom: 0;
}

.info-item .dashicons {
    font-size: 24px;
    width: 24px;
    height: 24px;
    color: #007bff;
    flex-shrink: 0;
    margin-top: 2px;
}

.info-item strong {
	display: block;
	margin-bottom: 0px;
	color: #fff;
	font-weight: 700;
}

.info-item a {
    color: #fff;
    text-decoration: none;
}

.info-item a:hover {
    text-decoration: underline;
}

/* Location Treatments Listing */
.location-treatments-listing {
    padding: 40px 0;
}

.location-treatments-listing .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.location-treatments-listing .breadcrumbs {
    margin-bottom: 10px;
    font-size: 14px;
}

.location-treatments-listing .page-header {
    margin-bottom: 40px;
    text-align: center;
}

.location-treatments-listing .page-header h1 {
    font-size: 42px;
    margin-bottom: 15px;
    line-height: 1.2;
}

.location-treatments,
.location-treatments-listing {
    margin-top: 40px;
}
.location-treatments h2 {
	text-align: center;
	font-size: 30px;
	line-height: 32px;
	margin-bottom: 20px;
	width: 90%;
	margin: 0 auto 50px auto;
	text-wrap: balance;
}
.location-single-map {
  position: relative;
}
.location-single-map iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 1 !important;
  display:block !important;
  visibility: visible !important;
}
.treatments-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
    margin-top: 30px;
}

.treatment-thumbnail {
    overflow: hidden;
}

.treatment-thumbnail a {
    display: block;
}

.treatment-thumbnail img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: transform 0.3s;
}


.treatment-title {
    font-size: 22px;
    margin: 0 0 15px;
    line-height: 1.3;
}

.treatment-title a {
    color: #333;
    text-decoration: none;
    transition: color 0.2s;
}

.treatment-title a:hover {
    color: #007bff;
}

.treatment-excerpt {
    color: #666;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.treatment-link {
    display: inline-block;
    padding: 12px 30px;
    background: #007bff;
    color: #ffffff !important;
    text-decoration: none;
    border-radius: 5px;
    transition: background 0.3s;
    font-weight: 600;
}

.treatment-link:hover {
    background: #0056b3;
}

/* Location + Treatment Page */
.dental-location-treatment-page {
    padding: 40px 0;
}

.dental-location-treatment-page .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.dental-location-treatment-page .breadcrumbs {
    margin-bottom: 10px;
    font-size: 14px;
}

.treatment-content {
    display: grid;
    grid-template-columns: 1fr 350px;
    gap: 40px;
    margin-top: 30px;
}

.location-sidebar {
    position: sticky;
    top: 20px;
    height: fit-content;
}

.location-details-card {
    background: #f8f9fa;
    padding: 25px;
    border-radius: 8px;
    margin-bottom: 30px;
    border: 1px solid #e9ecef;
}

.location-details-card h3 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 22px;
    border-bottom: 2px solid #007bff;
    padding-bottom: 10px;
}

.location-detail-item {
    margin-bottom: 20px;
}

.location-detail-item:last-child {
    margin-bottom: 0;
}

.location-detail-item strong {
    display: block;
    margin-bottom: 8px;
    color: #333;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.location-detail-item .dashicons {
    font-size: 16px;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-right: 5px;
}

.location-detail-item p {
    margin: 0;
    color: #666;
}

.location-detail-item a {
    color: #007bff;
    text-decoration: none;
    transition: color 0.2s;
}

.location-detail-item a:hover {
    color: #0056b3;
    text-decoration: underline;
}

.contact-form-section {
    background: #ffffff;
    padding: 25px;
    border-radius: 8px;
    border: 1px solid #e9ecef;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.contact-form-section h3 {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 20px;
    color: #333;
}

.contact-form-section p {
    margin-bottom: 20px;
    color: #666;
    font-size: 14px;
}

.dental-contact-btn {
    display: inline-block;
    padding: 12px 30px;
    background: #007bff;
    color: #ffffff !important;
    text-decoration: none;
    border-radius: 5px;
    transition: background 0.3s;
    font-weight: 600;
}

.dental-contact-btn:hover {
    background: #0056b3;
}

/* Booking Modal */
.booking-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
}

.booking-modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
}

.booking-modal-content {
    position: relative;
    background: #fff;
    max-width: 500px;
    margin: 100px auto;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.3);
    z-index: 100000;
}

.booking-modal-close {
    position: absolute;
    top: 15px;
    right: 15px;
    background: none;
    border: none;
    font-size: 30px;
    cursor: pointer;
    color: #999;
    line-height: 1;
    padding: 0;
    width: 30px;
    height: 30px;
}

.booking-modal-close:hover {
    color: #333;
}

.booking-modal h2 {
	margin: 0 0 10px;
	font-size: 28px;
	font-weight: 700;
	text-align: center;
}

.booking-modal p {
    margin: 0 0 25px;
    color: var(--primary);
		text-align:center;
		text-wrap:balance;
}

#booking-location-form {
    display: flex;
    gap: 10px;
}

#booking-location-select {
    flex: 1;
    padding: 12px;
    font-size: 16px;
    border: 2px solid #ddd;
    border-radius: 5px;
}

.booking-modal-go {
	padding: 0px 10px;
	background: var(--secondary);
	color: #fff;
	border: none;
	border-radius: 10px;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	transition: background 0.3s;
	line-height: 60px;
}



.booking-modal-go:hover {
    background: var(--primary);
}


.no-locations,
.no-treatments {
    text-align: center;
    font-size: 18px;
    color: #666;
    padding: 60px 20px;
    background: #f8f9fa;
    border-radius: 8px;
}
.location-tagline {
	margin: 60px auto;
	text-align: center;
	max-width: 500px;
	width: 90%;
	text-wrap: balance;
}
.locations-loop-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  background: var(--grey);
  border-radius: 30px;
  margin: 30px auto;
  padding: 30px;
}
.location-loop-card {
  background: #fff;
  padding: 30px;
  border-radius: 20px;
}
.location-loop-title {
  font-size: 26px;
  font-weight: 700;
  margin: 0 0 20px 0;
}
.location-loop-card strong {
  display: block;
  margin-top: 10px;
}
.location-loop-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  position: absolute;
  width: calc(100% - 60px);
  bottom: 30px;
}
.location-loop-card {
	background: #fff;
	padding: 30px;
	border-radius: 20px;
	padding-bottom: 130px;
	position: relative;
}
.location-loop-links a:first-child {
	border: 2px solid var(--primary);
	color: var(--primary);
	background: transparent;
	line-height: 56px;
}
.location-loop-links a {
   margin:0 !important;
	 width:100%;
	 max-width:100%;
}
.location-loop-links a:first-child:hover {
	border: 2px solid var(--primary);
	color: #fff;
	background:var(--primary);
	line-height: 56px;
}
@media (max-width: 968px) {
    .location-details-section {
        grid-template-columns: 1fr;
    }
    
    .treatment-content {
        grid-template-columns: 1fr;
    }
    .location-details-section {
	grid-template-columns: 1fr;
	width: 90%;
	margin: 0 auto;
}
.location-details-section {
	grid-template-columns: 1fr;
	width: 90%;
	margin: 0 auto;
	min-height: 0;
}
    .location-sidebar {
        position: relative;
        top: 0;
    }
				.location-loop-links {
  grid-template-columns: 1fr;
  grid-gap: 10px;
}
.location-loop-card {
	padding: 30px;
	padding-bottom: 200px;
}
.location-info-card {
  text-align: center;
  border-radius: 30px !important;
  padding: 40px 30px;
}
.location-info-card .info-item {
  margin: 0 auto 20px auto;
  display: block;
}
.location-single-map {
  height: 300px;
}
}

@media (max-width: 768px) {
    .locations-directory-page,
    .location-treatments-listing,
    .dental-location-treatment-page,
    .location-single {
        padding: 20px 0;
    }
    
    .locations-directory-page .page-header h1,
    .location-treatments-listing .page-header h1 {
        font-size: 32px;
    }
    
    .location-treatments h2 {
        font-size: 28px;
    }
    
    .locations-directory-page .page-intro {
        font-size: 16px;
    }
    
    .treatments-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .location-card-content {
        padding: 20px;
    }
    
    .location-title {
        font-size: 22px;
    }
    
    .location-info-card,
    .location-details-card,
    .contact-form-section {
        padding: 20px;
    }
    
.booking-modal-content {
	margin: 50px auto;
	padding: 30px 20px;
	width: 90%;
}
    
		.booking-modal-go {
	padding: 0px 10px;
	border-radius: 99px;
}
		
    #booking-location-form {
        flex-direction: column;
    }

}
@media (max-width: 620px) {

.locations-loop-grid {
	grid-template-columns: 1fr;
		padding: 20px;
}
.location-loop-links {
	width: calc(100% - 40px);
	bottom: 20px;
}
.location-loop-card {
	padding: 20px;
	padding-bottom: 180px;
}
.locations-grid {
    grid-template-columns: 1fr 1fr;
} 
.treatment-locations h2 {
	font-weight: 700;
	font-size: 17px;
	text-align: center;
	text-wrap: balance;
	margin: 0 0 20px 0;
	line-height: 20px;
}
.treatment-locations {
	background: var(--grey);
	margin: 30px auto;
	width: 90%;
	max-width: 1380px;
	padding: 20px 10px;
	border-radius: 10px;
}
.locations-grid li a {
	display: block;
	/* height: 30px; */
	background: var(--secondary);
	color: #fff;
	font-weight: 500;
	padding: 10px 15px;
	border-radius: 99px;
	font-size: 15px;
}
}

.tablepress > :where(tbody) > tr > td {
	border-top: 0 none !important;
	border-bottom: 1px solid #ccc !important;
	padding: 15px 20px;
}
.tablepress > :where(tbody) > tr > td:empty {
    border:0 none !important;
		height:30px !important;
}

.tablepress > :where(tbody) > tr:hover td {
	background: var(--grey);
}


#fees-location-select {
  flex: 1;
  padding: 12px;
  font-size: 16px;
  border: 2px solid #ddd;
  border-radius: 5px;
  display: block;
  width: 100%;
  max-width: 300px;
  margin: 0px auto;
}
.location-selector {
  margin-top: 30px;
}
.location-selector label {
  display: block;
  font-size: 15px;
  display: ;
  margin: 0 0 10px 0;
  color: #ff;
  font-weight: 700;
}
.fees-header h2 {
  text-align: center;
  text-wrap: balance;
  margin: 0 0 24px 0;
  font-size: 32px;
  line-height: 40px;
}
.fees-contact-info {
  text-align: center;
  text-wrap: balance;
  margin: 0 auto 40px auto;
}
.fees-contact-info {
  line-height: 24px;
}
.fees-contact-info a {
	font-weight: 700;
	display: inline-block;
}
.offsite-fees-link .btn {
  width: 100%;
  max-width: 280px;
  height: 60px;
  display: block;
  background: var(--primary);
  line-height: 60px;
  text-align: center;
  color: #fff;
  border-radius: 99px;
  text-decoration: none;
  margin-top: 40px;
  font-size: 18px;
  font-weight: 700;
  margin: 30px auto 0 auto;
}
.offsite-fees-link .btn:hover {
  background: var(--secondary);
  color: #fff;
}
@media only screen and (max-width:520px) {
#fees-display {
	font-size: 16px;
}
.tablepress > :where(tbody) > tr > td {
	border-top: 0 none !important;
	border-bottom: 1px solid #ccc !important;
	padding: 15px 5px;
}
.tablepress > :where(tbody) > tr > td.column-2 {
	min-width: 100px;
}
}

/*------------------------------------*\
   SMILE DESIGN
\*------------------------------------*/

#field_2_7 {
  padding: 30px 30px 0 30px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  background: linear-gradient(90deg,rgba(3, 45, 93, 1) 0%, rgba(4, 78, 154, 1) 100%);
  margin-top: 40px;
  width: calc(100% + 60px);
  margin: 30px -30px 0 -30px;
  color: #fff;
}
#field_2_6 {
  padding: 10px 30px 30px 30px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  background: linear-gradient(90deg,rgba(3, 45, 93, 1) 0%, rgba(4, 78, 154, 1) 100%);
  margin-top: 40px;
  width: calc(100% + 60px);
  margin: -18px -30px 0px -30px !important;
  color: #fff;
}
#field_2_7 h3 {
  color: #fff;
}
.form-image {
  border: 2px solid #fff;
  margin-top: 20px;
}
#gfield_upload_rules_2_6 {
  text-align: center;
  font-size: 12px;
  margin: 0 auto !important;
  padding-top: 0;
}
#gform_browse_button_2_6 {
  background: var(--secondary);
  border: 0 none;
  color: #fff;
  font-weight: 500 !important;
  padding: 0 20px;
  border-radius: 99px;
  line-height: 30px;
}
.gform_drop_instructions {
  font-size: 16px;
}
#gform_drag_drop_area_2_6 {
  border: 1px dashed #fff;
  /*! background: rgba(0,0,0,.1); */
}
.gfield small {
  font-size: 12px;
  text-align: center;
  width: 100%;
  display: block;
}
#gform_2 .ginput_container.ginput_container_radio .gchoice {
  display: inline-block;
  margin-left: 20px;
}
@media only screen and (max-width:960px) {

#field_2_7 {
  padding: 20px 20px 0 20px;
  border-top-left-radius: 20px;
  border-top-right-radius:20px;
  margin-top: 20px;
  width: 100%;
  margin: 20px auto 0 auto;
  color: #fff;
}
#field_2_6 {
  padding: 10px 20px 20px 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  margin-top: 20px;
  width:100%;
  margin: -18px auto 0px auto !important;
}
}

/*------------------------------------*\
   LOCATIONS MAP
\*------------------------------------*/
.locations-map-intro {
	text-align: center;
}
.locations-map-intro h3 {
  font-size: 26px;
  margin: 0;
  padding: 0;
  line-height: 30px;
}
.locations-map-intro p {
  font-size: 16px;
  margin: 5px 0 0 0;
}
.sidebar-section .location-loop-links {
  position: relative;
  width: 100%;
  left: auto;
  bottom: auto;
  margin-top: 30px;
}
.sidebar-section .location-loop-card {
  padding: 0px !important;
  border-radius: 0 !important;
  background: transparent;
}
.sidebar-section .location-loop-links {
	grid-gap: 10px;
}
.locations-map-container {
	max-width: 1380px;
	margin: 50px auto;
	padding: 0;
	width: 90%;
}
 
.locations-map-wrapper {
	display: grid;
	grid-template-columns: 1fr 440px;
	gap: 30px;
	margin-top: 30px;
	background: var(--grey);
	border-radius: 30px;
	padding: 30px;
}
.map-section {
	position: relative;
	background: linear-gradient(117deg,rgba(3, 45, 93, 1) 0%, rgba(4, 78, 154, 1) 100%);
	border-radius: 20px;
	padding: 0px;
	min-height: 600px;
	overflow: hidden;
}
 
.map-container {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
 
.ireland-map {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 500px;
    transform: translate(-50%, -50%);
    cursor: grab;
    transition: transform 0.1s ease-out;
    transform-origin: center center;
}
 
.ireland-map.grabbing {
    cursor: grabbing;
}
 
.ireland-map svg {
    width: 100%;
    height: auto;
    filter: drop-shadow(0 2px 8px rgba(0,0,0,0.1));
}
 
/* Zoom Controls */
.zoom-controls {
    position: absolute;
    top: 20px;
    right: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 100;
}
 
.zoom-btn {
    width: 40px;
    height: 40px;
    background: #fff;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
    color: #333;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    transition: all 0.3s;
}
 
.zoom-btn:hover {
    background: #f0f0f0;
    transform: scale(1.1);
}
 
.zoom-btn:active {
    transform: scale(0.95);
}
 
.zoom-btn.reset {
    font-size: 14px;
    padding: 0 5px;
}
 
.location-pin {
	position: absolute;
	width: 20px;
	height: 20px;
	background: var(--primary);
	border: 3px solid #fff;
	border-radius: 50%;
	cursor: pointer;
	transform: translate(-50%, -50%);
	transition: all 0.3s ease;
	z-index: 10;
	box-shadow: 0 4px 16px rgb(53, 155, 225, 0.3);
}
 
.location-pin:hover {
	background: var(--secondary);
	transform: translate(-50%, -50%) scale(1.2);
	box-shadow: 0 4px 16px rgb(53, 155, 225, 0.3);
	z-index: 9999;
}
 
.location-pin.active {
	background: var(--secondary);
	border-color: #fff;
	transform: translate(-50%, -50%) scale(1.3);
	box-shadow: 0 4px 16px rgb(53, 155, 225, 0.3);
	z-index: 99;
}
 
.location-pin-label {
	position: absolute;
	top: -35px;
	left: 50%;
	transform: translateX(-50%);
	background: var(--secondary);
	padding: 4px 10px;
	border-radius: 6px;
	font-size: 12px;
	font-weight: 600;
	white-space: nowrap;
	pointer-events: none;
	opacity: 0;
	transition: opacity 0.3s;
	box-shadow: 0 2px 6px rgba(0,0,0,0.15);
	color: #fff;
}
 
.location-pin:hover .location-pin-label,
.location-pin.active .location-pin-label {
    opacity: 1;
}
 
.sidebar-section {
    background: #fff;
    border-radius: 20px;
    padding: 30px;
    max-height: 700px;
    overflow-y: auto;
}
 
.sidebar-placeholder {
    text-align: center;
    padding: 60px 20px;
    color: #6c757d;
}
 
.sidebar-placeholder i {
    font-size: 48px;
    margin-bottom: 20px;
    color: #dee2e6;
}
 
.location-details {
    display: none;
}
 
.location-details.active {
    display: block;
    animation: fadeIn 0.3s;
}
 
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}
 
.location-details h2 {
    margin: 0 0 20px 0;
    color: #333;
    font-size: 28px;
}
 
.location-info-item {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e9ecef;
}
 
.location-info-item:last-child {
    border-bottom: none;
}
 
.location-info-item strong {
    display: block;
    margin-bottom: 5px;
    color: #495057;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
 
.location-info-item a {
    color: #007bff;
    text-decoration: none;
}
 
.location-info-item a:hover {
    text-decoration: underline;
}
 
.location-actions {
    display: flex;
    gap: 10px;
    margin-top: 25px;
}
 
.location-actions .link_button {
    flex: 1;
    text-align: center;
    padding: 12px 20px;
    background: #007bff;
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 600;
    transition: background 0.3s;
}
 
.location-actions .link_button:hover {
    background: #0056b3;
}
 
.location-actions .link_button.secondary {
    background: #6c757d;
}
 
.location-actions .link_button.secondary:hover {
    background: #5a6268;
}
 
@media (max-width: 1180px) {
    .locations-map-wrapper {
        grid-template-columns: 440px 1fr;
    }
		.location-loop-links {
	grid-template-columns: 1fr;
}
}
@media (max-width: 968px) {
		.location-loop-links {
	grid-template-columns: 1fr 1fr;
}
    .locations-map-wrapper {
        grid-template-columns: 1fr;
    }
    
    .map-section {
        min-height: 400px;
    }
    
    .sidebar-section {
        max-height: none;
    }
    
    .location-details h2 {
        font-size: 24px;
    }
    
    .location-actions {
        flex-direction: column;
    }
}
 
@media (max-width: 767px) {
.ireland-map {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	transform: translate(-50%, -50%);
	cursor: grab;
	transition: transform 0.1s ease-out;
	transform-origin: center center;
}
.locations-map-wrapper {
	gap: 20px;
	margin-top: 30px;
	border-radius: 20px;
	padding: 20px;
}
}
@media (max-width: 560px) {
.location-loop-links {
	grid-template-columns: 1fr;
}
}
/* Scrollbar styling for sidebar */
.sidebar-section::-webkit-scrollbar {
    width: 8px;
}
 
.sidebar-section::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}
 
.sidebar-section::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
}
 
.sidebar-section::-webkit-scrollbar-thumb:hover {
    background: #999;
}
/*------------------------------------*\
   SLIDER LIST
\*------------------------------------*/

.slider-list {
    padding:0px;
    margin: 0 -290px !important;
    max-width: 1380px;
    width: 1380px;
}
p + .slider-list, h2 + .slider-list {
    margin-top:30px !important;
}
.slider-list + h2 {
	margin-top: 50px;
}
.slider-list .slick-track {
    display: flex !important;
}
.slider-list .slick-slide {
	margin: 0 10px;
	padding: 40px;
	background: var(--primary);
	color: #fff;
	height:inherit;
}
.slider-list.text-list .slick-slide {
	margin: 0 10px;
	padding: 60px 40px;
	align-content: top;
	border-radius: 20px;
	text-wrap: balance;
}
.slider-list .slick-list {
      margin: 0 -10px;
}
.slider-list {
	padding: 0px;
	margin: 0px !important;
	max-width: 800px;
	width: 800px;
}
.slider-list .slick-slide strong:first-child, .slider-list.text-list .slick-slide h4 {
  font-size: 44px;
  display: block;
  color: #fff;
}
.slider-list.text-list .slick-slide strong:first-child, .slider-list.text-list .slick-slide h4 {
	font-size: 24px;
	margin: 0 0 15px 0;
	line-height: 30px;
}
.slider-list.text-list .slick-slide h4 {
      font-weight:700;
}
.slider-list.text-list .slick-slide i {
	font-size: 36px;
	display: block;
	margin: 0 0 15px 0;
	color: #52a2d9;
}
.slick-dots button {
			display: block;
			width: 12px;
			height: 12px;
			padding: 0;
			border: none;
			border-radius: 100%;
			background: var(--primary);
			text-indent: -9999px;
}
.slick-dots li.slick-active button {
			background: var(--secondary);
}
.slider-list .slick-arrow {
	width: 50px;
	border: 0 none;
	height: 100%;
	position: absolute;
	top: 0;
	border-radius: 0;
	background: transparent;
	padding: 0px;
	font-size: 24px;
	text-align: center;
}
.slider-list .slick-next.slick-arrow {
   right:-50px;
}
.slider-list .slick-prev.slick-arrow {
   left:-50px;
}

.sc-booking-wrap {
	margin: 30px 0 0 0;
}
.sc-booking-wrap.sc-booking-center .sc-booking.modal-button.wp-block-button__link.wp-element-button,
.sc-booking-wrap.sc-booking-center .sc-booking.direct-button.wp-block-button__link.wp-element-button
 {
	margin: 0 auto;
}
/*------------------------------------*\
   FOCAL POINT
\*------------------------------------*/

.page-slide.focal-top-left {
	background-position: 25% 25% !important;
}
.page-slide.focal-top-center {
	background-position: center 25% !important;
}
.page-slide.focal-top-right {
	background-position: 75% 25% !important;
}
.page-slide.focal-middle-left {
	background-position: 25% center !important;
}
.page-slide.focal-centered {
	background-position: center center !important;
}
.page-slide.focal-middle-right {
	background-position: 75% center !important;
}
.page-slide.focal-bottom-left {
	background-position: 25% 75% !important;
}
.page-slide.focal-bottom-center {
	background-position: center 75% !important;
}
.page-slide.focal-bottom-right {
	background-position: 75% 75% !important;
}



p + .schema-faq.wp-block-yoast-faq-block {
	margin-top: 50px;
}
.slider-list + h2, .slider-list + h3 {
	margin-top: 50px;
}
/*------------------------------------*\
   RESPONSIVE
\*------------------------------------*/

@media only screen and (max-width:1380px) {
.home-splash {
	display: block;
	height: 500px;
}
#primary.main-800 {
	padding: 50px 0px;
}

.slider-list .slick-arrow {
	width: 5vw;
}
.slider-list .slick-next.slick-arrow {
   right:-5vw;
}
.slider-list .slick-prev.slick-arrow {
   left:-5vw;
}
.prog-bar {
	padding: 50px 0px;
}
.quote-scroll {
	padding: 50px 0;
}
.page-splash {
	min-height: 400px;
	grid-template-columns: 1fr 1fr;
}
.wp-block-media-text {
	min-height: 400px;
}
.page-splash-text h1 {
	font-size: 40px;
	line-height: 40px;
	margin: 0 0 30px 0;
}
h2 {
	font-size: 32px;
	line-height: 36px;
}
.quote-title h4 {
	font-size: 32px;
	line-height: 36px;
	margin: 0 0 28px 0;
}
.wp-block-heading.has-text-align-center {
	max-width: 380px;
	margin: 0 auto 24px auto;
}
.quick-contact {
	font-size: 110%;
}
.slider-list .slick-slide strong:first-child, .slider-list.text-list .slick-slide h4 {
	font-size: 32px;
}
.slider-list .slick-slide strong:first-child, .slider-list.text-list .slick-slide h4 {
	font-size: 24px;
}
.nl-wrap {
	grid-template-columns: 230px 290px 1fr;
	grid-gap: 30px;
}
.nl-text {
	font-size: 16px;
	line-height: 20px;
	padding: 10px 0;
}
}


@media only screen and (max-width:1000px) {
.home-splash {
	display: block;
	height: 400px;
}
.logo-footer {
	width: 67%;
}
.footcol.col-two {
  padding-bottom: 30px;
  border-bottom: 1px solid var(--grey);
}
.foot-strap-wrap {
  max-width: 400px;
  text-align: center;
}
.foot-copy {
  display: block;
  margin: 0 auto;
}
.foot-strap a {
  margin: 0 10px;
}
.crd-link {
  float: none;
  text-align: ;
}
.foot-strap {
  padding-top: 0;
}
.wp-block-media-text .wp-block-media-text__content {
	padding: 40px 10%;

}

.breadcrumbs {
	width: 100%;
	max-width: 1380px;
	margin: 0px auto 10px auto;
	font-size: 14px;
	color: var(--secondary) !important;
}

.footer {
	grid-template-columns: 1fr;
	max-width: 360px;
	grid-gap: 20px;
}
.footcol.col-one {
	display: block;
	margin: 0 auto;
	width: 100%;
}
.footcol.col-one span {
	display: block;
	margin: 0 auto;
	line-height: 30px;
	text-align: center;
}
.social-links {
	display: block;
	margin: 10px auto 0px auto;
	text-align: center;
}
.footcol.col-one i {
	font-size: 20px;
	line-height: 25px;
	margin: 0 10px 0 0;
}
.footcol.col-one .social-links i {
	font-size: 29px;
	line-height: 24px;
	margin: 0 8px;
}

.wp-block-group.grey-bg {
	/* margin: ; */
	max-width: 100% !important;
	margin: 50px 0px;
	width: 100%;
	padding: 50px;
	background: var(--grey);
	border-radius: 30px;
}
.wp-block-group.alignwide.abc-group .wp-block-heading.has-text-align-center {
	max-width: 800px;
}
.logo-footer {
	margin: 0 auto;
	max-width: 190px;
	display: block;
}
.location-list.footer-links {
	text-align: center;
}
.footcol ul {
	padding: 0;
	list-style: none;
	margin: 0 auto;
	text-align: center;
}
.footcol h5 {
	text-align: center;
}
.footcol.col-one {
	display: block;
	margin: 0 auto;
	width: 100%;
	padding: 0 0 30px 0;
	border-top: 0 none;
	border-bottom: 1px solid var(--grey);
}
.footcol.col-two {
  padding-bottom: 30px;
  border-bottom: 1px solid var(--grey);
}

.nl-wrap {
	grid-template-columns: 1fr;
	text-align: center;
	max-width: 400px;
	text-wrap: balance;
}
.nl-text {
	font-size: 16px;
	line-height: 20px;
	padding: 0;
}
.nl-wrap h4 {
	line-height: 30px;
}
.nl-bar {
	background: var(--secondary);
	width: 90%;
	border-radius: 20px;
	padding: 30px 0;
	margin: 0 auto;
	color: #fff;
}
.footwrap {
	padding: 40px 0;
}
}




@media only screen and (max-width:960px) {
.wp-block-group {
	margin: 50px auto;
}
.wp-block-list.three-col-list {
	grid-template-columns: 1fr 1fr;
}

.contact-grid {
	margin: 50px auto;
	grid-template-columns: 1fr ;
	border-top-left-radius: 30px;
	border-bottom-right-radius: 30px;
}
.contact-grid .contact-details {
	padding: 40px 5%;
	align-content: center;
}
.map-responsive {
	position: relative;
	height: 300px;
}
}
@media only screen and (max-width:920px) {
.wp-block-group.grey-bg {
	margin:50px 0px;
	padding: 30px;
}
.slider-list {
  padding: 0 0 50px 0;
  position: relative;
	width:100%;
	max-width:100%;
}
.slider-list .slick-prev.slick-arrow {
	left: 0 !important;
	bottom: 0 !important;
	height: 40px !important;
	background: var(--secondary);
	color: #fff;
	top: auto;
	width: calc(50% - 5px);
	max-width:200px;
	border-radius: 99px;
}
.slider-list .slick-next.slick-arrow {
	right: 0 !important;
	bottom: 0 !important;
	height: 40px !important;
	background: var(--secondary); 
	color: #fff;
	top: auto;
	width: calc(50% - 5px);
	max-width:200px;
	border-radius: 99px;
} 
}

@media only screen and (max-width:960px) {
#site-navigation {
    display:none;
}
header .mobile-menu-button {
	display: block;
}
.logo {
	width: 170px;
	transition: width 0.3s ease;
}
.header-links {
	right: 70px;
}
.headwrap {
	padding: 30px 0;
}
.page-splash-wrap.no-hero-image .page-splash-text {
	padding: 160px 0 80px 0;
}
.home-splash-text {
	padding: 130px 5% 50px 5%;
}
.home-splash {
	min-height: 500px;
}
}
@media only screen and (max-width:767px) {
.top-contact {
	display: none;
}

.home .wp-block-heading.has-text-align-center:first-child {
	max-width: 340px;
	font-size: 34px;
	line-height: 37px;
	margin: 0 auto 24px auto !important;
}
}

@media only screen and (max-width:660px) {
.service-grid {
  grid-template-columns: 1fr;
}
.page-splash {
	min-height: 400px;
	grid-template-columns: 1fr;
}
.page-splash-text {
	padding: 40px 0 10px 0;
	color: #fff;
	order: 2;
}
.page-slide {
	height: 200px;
}
.wp-block-group.grey-bg {
	margin: 50px 0px;
	padding: 30px 0px;
}
.header-links {
    display:none;
}
.loop-wrap {
	grid-template-columns: 1fr;
	gap: 10px;
	padding: 20px;
}
.external-site-booking {
	display: grid;
	grid-template-columns: 1fr;
	max-width: 220px;
	grid-gap: 10px;
	margin: 30px auto 0px auto;
}
.loop-wrap div a {
	padding: 20px;
}
#primary.main-woo, #primary.main-800, #primary.cat-loop {
	padding: 50px 0px;
}
 
.cat-wrap {
	display: grid;
	grid-row-gap: 30px;
	grid-template-columns: 1fr;
	grid-column-gap: 0px;
}
h2 {
	font-size: 30px;
	line-height: 36px;
}
.prog-bar {
	padding: 50px 0px;
}
.wp-block-list.three-col-list {
	grid-template-columns: 1fr;
}
.slider-list .slick-arrow {
	font-size: 16px;
}
.prog-list .slick-prev.slick-arrow, .prog-list .slick-next.slick-arrow {
	font-size: 16px;
}
.home-splash-text h1 {
	font-size: 40px;
	line-height: 45px;
}
.double-link {
	grid-template-columns: 1fr;
	grid-gap: 10px;
	max-width: 420px;
}
.home-splash-text h1 strong {
	display: block;
	font-size: 55px;
	line-height: 55px;
	font-weight: 700;
}
.home-splash {
	min-height: 0;
	height: auto;
}
.home-splash-text {
	padding: 150px 5% 70px 5%;
	position: relative;
	height: auto;
}
}
@media only screen and (max-width:480px) {
.location-list.footer-links {
	grid-template-columns: 1fr;
}
}
@media only screen and (max-width:400px) {
.logo {
	width: 200px;
	transition: width 0.3s ease;
}
.smallHeader .logo {
	width: 150px;
}
.location-list.footer-links {
	grid-template-columns: 1fr;
}
}
@media only screen and (max-width:360px) {

.page-splash-text h1 {
	font-size: 34px;
	line-height: 34px;
	margin: 0 0 30px 0;
}
body, button, input, select, optgroup, textarea {
	font-size: 16px;
}
}