/******************************************
** MARSMAN DRYSDALE GROUP CUSTOM STYLESHEET
** version 1.0.0
** by shanehleng
**
** Last Updated: May 2025
******************************************/

@import url('../css/fonts.css');


/*** GENERAL ***/
:root {
    --primary: #000973;
	--secondary: #D92001;
	--accent: #8bb1f4;
	--body: #576379;
}

/*Scrollbar*/
/* ::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #100B0C;
}
::-webkit-scrollbar {
	width: 5px;
	height: 5px;
	background-color: #100B0C;
}
::-webkit-scrollbar-thumb {
	background-color: var(--purple);
}
::-webkit-scrollbar-thumb:window-inactive {
	background: #423051;
} */

/* .loading-screen {
	width: 100%;
	height: 100vh;  
	position: absolute;
	z-index: 999;
	background: #E8F7FF;
	display: flex;
	justify-content: center;
	align-items: center;
}
.lds-ripple {
	position: relative;
	width: 80px;
	height: 80px;
}
.lds-ripple div {
	position: absolute;
	border: 4px solid #17AEFF;
	opacity: 1;
	border-radius: 50%;
	animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
	animation-delay: -0.5s;
}
@keyframes lds-ripple {
	0% {
		top: 36px;
		left: 36px;
		width: 0;
		height: 0;
		opacity: 0;
	}
	4.9% {
		top: 36px;
		left: 36px;
		width: 0;
		height: 0;
		opacity: 0;
	}
	5% {
		top: 36px;
		left: 36px;
		width: 0;
		height: 0;
		opacity: 1;
	}
	100% {
		top: 0px;
		left: 0px;
		width: 72px;
		height: 72px;
		opacity: 0;
	}
} */

/*Slide Animation Effect*/
@-webkit-keyframes slide {
    0% { transform: translate(0, -50%)  }
    50% { transform: translate(-10px, -50%) }
    100% { transform: translate(0, -50%) }
}
@keyframes slide {
    0% { transform: translate(0, -50%)  }
    50% { transform: translate(-10px, -50%) }
    100% { transform: translate(0, -50%) }
}

/*Entrance Animation*/
body section.section-hidden {
	opacity: 0;
	transition: opacity 1s ease 0s;
}
section.section-hidden.show-animation {
	opacity: 1;
}

/*Fonts*/
.font-neue-montreal-regular,
.font-neue-montreal-regular > * {
	font-family: 'Neue Montreal Regular' !important;
}
.font-neue-montreal-light,
.font-neue-montreal-light > * {
	font-family: 'Neue Montreal Light' !important;
}
.font-neue-montreal-medium,
.font-neue-montreal-medium > * {
	font-family: 'Neue Montreal Medium' !important;
}
.font-neue-montreal-bold,
.font-neue-montreal-bold > * {
	font-family: 'Neue Montreal Bold' !important;
}

/*Utilities*/
.tm-margin-bottom {
	margin-bottom: 32px !important;
}

/*Text*/
.tm-content p {
	margin-bottom: 32px !important;
}

/*Buttons*/
.uk-button-text {
	font-family: 'Inter', 'Neue Montreal Bold', sans-serif;
	font-weight: 700;
	position: relative;
}
.uk-button-arrow .uk-button-text::after {
	content: '';
	display: inline-block;
	position: absolute;
	right: -42px;
	top: 14px;
	width: 24px;
	height: 16px;
	background: url('../img/arrow.svg') no-repeat center center;
	background-size: cover;
	transition: 0.4s all ease-in-out;
	-webkit-animation: slide 2.5s infinite ease-in-out;
    -o-animation: slide 2.5s infinite ease-in-out;
    -ms-animation: slide 2.5s infinite ease-in-out;
    -moz-animation: slide 2.5s infinite ease-in-out;
    animation: slide 2.5s infinite ease-in-out;
}
.uk-button-arrow.blue .uk-button-text::after {
	background: url('../img/arrow-blue.svg') no-repeat center center;
	background-size: cover;
	animation: none;
	top: 6px;
	right: -35px;
}
.uk-button-arrow.blue .uk-button-text:hover::after {
	right: -40px;
}
.uk-button-arrow .uk-button-text:hover::after {
	right: -47px;
	transition: 0.4s all ease-in-out;
}
.uk-button-default .uk-icon svg {
	width: 40px;
	height: 40px;
}


/*Toolbar*/
.tm-toolbar .uk-margin-auto-left {
	margin-left: 0 !important;
	width: 100%;
}
.tm-toolbar .uk-margin-auto-left > .uk-grid > .uk-first-column {
	width: 100%;
}
.toolbar-contact:not(.list) {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.toolbar-contact > .el-item {
	align-items: stretch;
	width: auto;
	flex: 0 0 auto;
}
.toolbar-contact:not(.list) .el-item > .uk-grid {
	align-items: center;
	margin-left: -8px;
}
.toolbar-contact .el-item > .uk-grid > * {
	padding-left: 8px;
} 
.toolbar-contact > :nth-child(n+2) {
    margin-top: 0;
}
.toolbar-contact .el-content a:hover {
	color: rgba(255, 255, 255, 0.5);
	text-decoration: none;
}
.toolbar-contact.list .el-item {
	margin-bottom: 5px;
}
.toolbar-contact.list .el-item:not(:first-child) .uk-grid {
	align-items: center;
}
.social-links:not(.contact) .el-link img {
	filter: invert(100%);
}
.social-links:not(.contact) .el-link img:hover {
	filter: invert(67%) sepia(9%) saturate(2605%) hue-rotate(187deg) brightness(104%) contrast(91%);
}

/*Header*/
.uk-navbar-container.uk-navbar-sticky {
	box-shadow: 0 1px 15px -3px rgb(0 0 0 / 7%);
}
.uk-logo {
	margin-bottom: 25px;
}
.uk-navbar-nav > li.uk-active > a {
	font-family: 'Neue Montreal Bold';
	color: var(--primary);
}

/*Footer*/
.tm-footer-top{
	padding-top: 84px;
	padding-bottom: 104px;
}
.tm-footer-bottom {
	padding-top: 24px;
	padding-bottom: 24px;
}
.tm-footer-bottom p {
	margin-bottom: 0;
}
.tm-footer-bottom a:hover {
	text-decoration: none;
	color: rgba(255, 255, 255, 0.5) !important;
}
.footer-col-right > .uk-grid > :last-child {
	width: 40%;
}
.footer-col-right > .uk-grid > :not(:last-child) {
	width: 30%;
}
.footer-col-newsletter > *:not(:first-child) {
	margin-top: 24px !important;
}
.footer-contact, .footer-contact a {
	line-height: 1.3;
}
.footer-contact .el-item,
.footer-links .el-item {
	margin-top: 24px;
}
.footer-contact a:hover {
	text-decoration: none;
	color: var(--primary);
}
.footer-links {
	line-height: 1.2;
}
.footer-links.certified {
	font-size: 0.9rem;
}
.footer-links > li a {
	position: relative;
	left: 0;
	transition: 0.7s all ease;
}
.footer-links > li a::before {
	content: '';
	display: block;
	position: absolute;
	left: -15px;
	top: 0;
	width: 3px;
	height: 0;
	background: var(--secondary);
	transition: 0.7s all ease;
}
.footer-links > li a:hover::before {
	height: 100%;
	transition: 0.7s all ease;
}
.footer-links > li a:hover {
	font-family: 'Neue Montreal Medium';
	left: 15px;
	transition: 0.7s all ease;
}
.tnp-subscription input[type=email] {
	background-color: #fff;
	border-radius: 12px;
	border: 1px solid var(--primary);
	height: 64px;
	color: var(--primary);
	padding: 20px 25px;
	transition: 0.3s all ease-in-out;
}
.tnp-subscription input[type=email]:focus {
	outline: none;
	background-color: #f4f8ff;
    /* border: 1px solid #cfd4ff; */
	box-shadow: inset 0px 0px 6px 1px #b0b6c1;
	transition: 0.3s all ease-in-out;
}


/*Mobile Dialog*/
/* #tm-dialog-mobile .uk-modal-dialog {
	backdrop-filter: blur(10px);
	background-color: rgba(30, 135, 240, 0.239);
} */
.uk-offcanvas-bar {
	border-bottom: 10px solid #D92001;
	/* box-shadow: inset 10px 0 40px -25px #000; */
}
.uk-nav-default > li > a {
	transform: scale(1);
	transition: 0.3s all ease-out;
	position: relative;
}
.uk-nav-default > li > a:hover {
	transform: scale(1.05);
	transition: 0.3s all ease-out;
}
.uk-nav-default > li.uk-active > a {
	font-family: 'Neue Montreal Bold';
	transform: scale(1.07);
}
.uk-nav-default > li.uk-active > a:after {
	content: '';
	display: inline-block;
	width: 90%;
	border: 1px solid #232e8c;
	position: absolute;
	margin-left: auto;
	right: 0;
	top: 50%;
	z-index: -1;
}


/*HOME*/
/* .home .uk-sticky-placeholder {
	position: absolute;
} */
/* .home .uk-navbar-container:not(.uk-navbar-transparent) {
	background: transparent;
} */
.tm-home-banner .uk-dotnav-vertical > .uk-active > *,
.tm-inner-hero .uk-dotnav-vertical > .uk-active > * {
	height: 70px;
	border-radius: 10px;
	background-color: rgba(255, 255, 255, 0.5);
}


/*Elements*/
.tm-element-grid .uk-grid {
	margin-left: -33px;
}
.tm-element-grid .uk-grid > * {
	padding-left: 33px;
}
.tm-element-grid .uk-position-cover {
	height: 116px;
	top: auto;
}
.tm-element-grid .el-item picture:first-of-type::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, rgba(0, 9, 115, 0.50) 0%, rgba(0, 9, 115, 0.50) 100%);
}
.tm-element-grid .el-title {
	font-family: 'Neue Montreal Bold';
	letter-spacing: 0.6px;
	text-transform: uppercase;
	line-height: 1.3;
}
.tm-element-grid .uk-overlay {
	padding: 24px;
}
.tm-element-panel-slider .el-item {
	padding: 24px;
	border-radius: 12px 12px 0 0;
}
.tm-element-panel-slider .el-title {
	font-family: 'Neue Montreal Bold';
	font-size: 1.2rem;
	line-height: 1;
	text-transform: uppercase;
}
.tm-element-panel-slider .el-content {
	color: var(--body);
	line-height: 1.1;
}
.tm-element-grid-filter .el-title,
.tm-element-grid-filter .el-meta {
	text-transform: uppercase;
}
.tm-element-grid-filter .el-title {
	font-family: 'Neue Montreal Bold';
	margin-top: 25px !important;
	line-height: 1.1;
}
.tm-element-grid-filter .el-meta {
	margin-top: 10px;
	line-height: 1.2;
	font-size: 0.9rem;
}
.tm-element-grid-filter .el-image {
	border: 2px solid #CAD0E3;
}
.tm-element-grid-filter .el-nav,
.tm-element-grid-switcher .el-nav {
	padding: 12px 24px;
	border: 2px solid var(--primary);
	border-radius: 12px;
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
	gap: 24px;
	justify-content: flex-start;
	max-width: 1120px;
	flex-wrap: nowrap;
	overflow-x: scroll;
}
.tm-element-grid-filter .el-nav::-webkit-scrollbar,
.tm-element-grid-switcher .el-nav::-webkit-scrollbar {
	display: none;
}
.tm-element-grid-filter .el-nav {
	margin-bottom: 32px;
}
.tm-element-grid-filter .uk-subnav-pill > .uk-active > a,
.tm-element-grid-switcher .uk-subnav-pill > .uk-active > a {
	font-family: 'Neue Montreal Bold';
}
.tm-element-grid-filter.certifications .uk-grid {
	margin-left: -26px;
}
.tm-element-grid-filter.certifications .uk-grid > * {
	padding-left: 26px;
}



/*Promos*/
.promos {
	margin-top: 45px;
}
.promos .uk-slider-items > * {
	width: 40.3%;
}
.promos .uk-slider-items + .uk-slidenav-container {
	display: none;
}
.promos > .uk-slidenav-container {
	top: -10px;
	margin: 0;
	gap: 30px;
}
.promos .el-slidenav svg {
	width: 10px;
	height: 20px;
	opacity: 0.7;
}
.promos .el-slidenav svg polyline {
	stroke-width: 2.5;
}
.promos .el-link {
	color: var(--primary) !important;
	border-bottom: 2px solid var(--primary) !important;
}

/*About*/
.about-board .uk-grid {
	margin-left: -26px;
}
.about-board .uk-grid > * {
	padding-left: 26px;
}
.about-board .uk-grid > .uk-grid-margin {
	margin-top: 26px;
}

/*HMOs*/
.hmos .el-item {
	display: flex;
	align-items: center;
}

/*Contact Us*/
.page-id-18 .tm-section.section-promos,
.page-id-638 .tm-section.section-promos {
	display: none;
}
.tm-section.contacts.uk-section {
	padding-top: 97px;
	padding-bottom: 97px;
}
.social-links.contact .el-link img {
	filter: invert(16%) sepia(22%) saturate(7271%) hue-rotate(225deg) brightness(84%) contrast(134%);
}
.social-links.contact .el-link img:hover {
	filter: invert(21%) sepia(98%) saturate(6435%) hue-rotate(14deg) brightness(94%) contrast(99%);
}
.contact-form .uk-margin-bottom {
	margin-bottom: 24px !important;
}
.uk-input, .uk-select, .uk-textarea {
	font-family: 'Neue Montreal Medium';
}
.btn-submit {
	margin-top: 48px;
	position: relative;
}
.btn-submit .uk-button {
	background: var(--primary);
	height: 64px;
	padding: 20px 24px;
	font-family: 'Neue Montreal Bold';
	text-transform: uppercase;
	color: #fff;
	border: 0;
}
.btn-submit .uk-button:hover {
	border: 0;
	background: #0A0F49;
}
.contact-form .uk-textarea {
	resize: none;
	height: 192px;
}
.contact-form .wpcf7-not-valid-tip {
	font-size: 0.5rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.6px;
    position: absolute;
    right: 16px;
    top: -24px;
    background: #fff;
    padding: 0 10px;
}
.contact-form span[data-name="your-message"] .wpcf7-not-valid-tip {
    top: -7px;
}
.contact-form .wpcf7-spinner {
	position: absolute;
    right: 0;
    top: 22px;
	background-color: #fff;
}
.contact-form .wpcf7-spinner::before {
    background-color: #020e73;
}
.wpcf7 form .wpcf7-response-output {
    margin-top: 10px;
    padding: 20px;
    border: 2px solid transparent;
    border-radius: 12px;
    text-align: center;
    font-size: 0.875rem;
}
.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output {
	background: rgb(255 185 0 / 28%);
}
.wpcf7 form.sent .wpcf7-response-output {
    background: rgb(71 180 80 / 28%);
}
.hotlines > .uk-grid {
	margin-top: 48px !important;
	margin-left: -33px;
}
.hotlines > .uk-grid > * {
	padding-left: 33px;
}
.hotlines .uk-grid-margin {
	margin-top: 33px;
}
.hotlines .el-item {
	padding: 32px;
	border-radius: 12px;
	border: 2px solid var(--primary);
	min-height: 232px;
	display: flex;
    flex-direction: column;
    justify-content: flex-start;
	transition: 0.4s all ease;
}
.hotlines .el-item:hover {
	box-shadow: 0 1px 20px 0px #d9d9d9;
	transition: 0.4s all ease;
	/* background: #fafbff; */
}
.hotlines .el-meta {
	font-family: 'Neue Montreal Regular';
	margin-top: auto !important;
}
.hotlines .el-title {
	position: relative;
	left: 0;
	transition: 0.7s all ease;
}
.hotlines .el-title::before {
	content: '';
	display: block;
	position: absolute;
	left: -15px;
	top: 0;
	width: 4px;
	height: 0;
	background: var(--secondary);
	transition: 0.7s all ease;
}
.hotlines .el-item:hover .el-title {
	left: 15px;
	transition: 0.7s all ease;
}
.hotlines .el-item:hover .el-title::before {
	height: 100%;
	transition: 0.7s all ease;
}
.hotlines .el-content {
	line-height: 1.8;
}
.hotlines > .uk-grid > :nth-child(32) .el-content {
	margin-top: auto;
}
.hotlines .el-item:hover a {
	color: var(--primary);
}

.effect-9 {
	transition-delay: 1s;
}
.effect-9:focus {
	border-radius: 0;
	border: 2px solid transparent;
	transition-delay: 0.01s;
}
.effect-9 ~ .focus-border:before,
.effect-9 ~ .focus-border:after { 
	content: ""; 
	position: absolute; 
	top: -17px; 
	right: 0; 
	width: 0; 
	height: 2px; 
	background-color: var(--secondary); 
	transition: 0.2s;
	transition-delay: 0.2s;
}
.effect-9 ~ .focus-border:after {
	top: auto; 
	bottom: -22px; 
	right: auto; 
	left: 0; 
	transition-delay: 0.6s;
}
.effect-9 ~ .focus-border i:before,
.effect-9 ~ .focus-border i:after {
	content: ""; 
	position: absolute; 
	top: -17px; 
	left: 0; 
	width: 2px; 
	height: 0; 
	background-color: var(--secondary); 
	transition: 0.2s;
}
.effect-9 ~ .focus-border i:after {
	left: auto; 
	right: 0; 
	top: auto; 
	bottom: -22px; 
	transition-delay: 0.4s;
}
.effect-9:focus ~ .focus-border:before,
.effect-9:focus ~ .focus-border:after {
	width: 100%; 
	transition: 0.2s; 
	transition-delay: 0.6s;
}
.effect-9:focus ~ .focus-border:after {
	transition-delay: 0.2s;
}
.effect-9:focus ~ .focus-border i:before,
.effect-9:focus ~ .focus-border i:after {
	height: 64px; 
	transition: 0.2s;
}
.effect-9:focus ~ .focus-border i:after {
	transition-delay: 0.4s;
}

textarea.effect-9:focus ~ .focus-border i:before,
textarea.effect-9:focus ~ .focus-border i:after {
	height: 192px;
}
textarea.effect-9 ~ .focus-border:before,
textarea.effect-9 ~ .focus-border:after,
textarea.effect-9 ~ .focus-border i:before {
	top: 0;
}
textarea.effect-9 ~ .focus-border:after {
	top: auto;
}
textarea.effect-9 ~ .focus-border i:after,
textarea.effect-9 ~ .focus-border:after {
	bottom: -167px; 
}

.effect-9:focus::-webkit-input-placeholder {
    color: #c7c7c7;
}
.effect-9:focus:-moz-placeholder {
    color: #c7c7c7;
}
.effect-9:focus::-moz-placeholder {
    color: #c7c7c7;
}
.effect-9:focus:-ms-input-placeholder {
    color: #c7c7c7;
}

/*Services*/
.tm-element-grid-switcher > .uk-grid > div:not(:first-child, :nth-child(2), :nth-child(3)) .el-item {
	position: relative;
	border-radius: 12px;
}
.tm-element-grid-switcher > .uk-grid > div:not(:first-child, :nth-child(2), :nth-child(3)) .el-title {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	font-family: 'Neue Montreal Bold';
	font-size: 1rem;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    line-height: 1.3;
	padding: 24px;
	margin: 0 auto;
	color: #fff;
	transition: 0.4s background ease-in-out;
}
.tm-element-grid-switcher > .uk-grid > div:not(:first-child, :nth-child(2), :nth-child(3)) .uk-transition-toggle:hover .el-title {
	background-image: linear-gradient(0deg, #000973 0, rgba(0, 9, 115, 0) 100%);
	border-radius: 0 0 12px 12px;
	transition: 0.4s background ease-in-out;
}
.tm-element-grid-switcher > .uk-grid > :first-child,
.tm-element-grid-switcher > .uk-grid > :nth-child(2),
.tm-element-grid-switcher > .uk-grid > :nth-child(3) {
	width: 100%;
	margin-bottom: 64px;
}
.tm-element-grid-switcher > .uk-grid > :first-child .el-title,
.tm-element-grid-switcher > .uk-grid > div:nth-child(2) .el-title,
.tm-element-grid-switcher > .uk-grid > div:nth-child(3) .el-title {
	font-size: 3.2rem;
	color: var(--primary);
	margin-bottom: 32px !important;
	text-transform: capitalize;
}
.tm-element-grid-switcher > .uk-grid > :first-child .el-content,
.tm-element-grid-switcher > .uk-grid > :nth-child(2) .el-content,
.tm-element-grid-switcher > .uk-grid > :nth-child(3) .el-content {
	max-width: 780px;
	margin: 0 auto;
}
.tm-element-grid-single > .uk-grid {
	margin-left: -33px;
}
.tm-element-grid-single > .uk-grid > * {
	padding-left: 33px;
}
.tm-element-grid-single > .uk-grid > .uk-grid-margin {
	margin-top: 52px !important;
}
.tm-element-grid-single .el-title {
	font-family: 'Neue Montreal Bold';
	text-align: center;
	text-transform: uppercase;
	margin-top: 24px !important;
	line-height: 1.1;
	min-height: 60px;
	display: flex;
    align-items: center;
    justify-content: center;
}
.tm-element-grid-single .el-content {
	font-size: 0.8rem;
	text-transform: uppercase;
}
.tm-element-grid-single .el-image {
	height: 316px;
	object-fit: cover;
}


/*Doctors Listing*/
.listing-wrapper {
	margin-left: -100px;
}
.listing-wrapper > * {
	padding-left: 100px;
}
.listing-filter-wrapper .search-filter-base {
	width: 255px;
}
.listing-search {
	display: flex;
	justify-content: flex-end;
}
.listing-search .search-filter-base {
	width: 316px;
}
.listing-search .search-filter-input-text {
	border-radius: 6px;
	border: 1px solid rgba(0, 9, 115, 0.20) !important;
	height: 43px;
	font-size: 14px;
	/* font-family: 'Neue Montreal Medium'; */
}
.listing-search .search-filter-input-text.search-filter-input-text--focused {
	border: 2px solid var(--primary) !important;
}
.listing-search .search-filter-input-text input[type=text].search-filter-input-text__input:focus {
	font-family: 'Neue Montreal Medium';
	color: var(--primary);
	font-size: 16px;
}
.listing-search .search-filter-input-text__input::-webkit-input-placeholder {
	font-size: 14px !important;
	line-height: 42px !important;
	color: #576379;
}
.search-filter-input-text .search-filter-input-text__icon svg {
	display: none;
}
.search-filter-input-text .search-filter-input-text__icon {
	background: url('../img/search.png') no-repeat center center;
	background-size: contain;
	width: 20px;
	height: 20px;
	margin-right: 12px;
}
.filter-title,
.listing-filter .search-filter-label {
	font-family: 'Neue Montreal Medium';
	margin-bottom: 24px !important;
}
.filter-title::after,
.listing-filter .search-filter-label::after {
	content: '';
	display: block;
	position: relative;
	width: 100%;
	bottom: -24px;
	border-bottom: 1px solid rgba(0, 9, 115, 0.20);
}
.listing-filter .search-filter-label {
	display: block;
	margin-top: 24px;
	font-size: 1.2rem;
	color: var(--primary);
	position: relative;
}
.listing-filter .search-filter-label + div {
	margin-top: 24px;
}
.listing-filter .search-filter-input-checkbox .search-filter-input-checkbox__container {
	align-items: flex-start;
}
/* .listing-filter .search-filter-input-checkbox__label {
	color: #576379;
	font-size: 1rem;
} */
.listing-filter  .search-filter-input-checkbox {
	padding-top: 0;
	padding-bottom: 12px;
}
.listing-filter .search-filter-input-checkbox__control > svg {
	border-radius: 6px;
}
.search-filter-input-checkbox input[type=checkbox].search-filter-input-checkbox__input:focus+.search-filter-input-checkbox__container .search-filter-input-checkbox__control>svg {
    outline: none;
}
.search-filter-label__toggle-icon--up,
.search-filter-label__toggle-icon--down {
	display: none;
	position: absolute;
    right: 0;
    top: -6px;
}
.listing-content {
	margin-top: 54px;
}
.listing-content > .uk-grid > .uk-grid-margin:not(:first-child) {
	margin-top: 24px;
}
.listing-content .el-item {
	padding: 24px;
	border-radius: 12px;
	border: 1px solid rgba(0, 9, 115, 0.20);
	background: #fff;
	transition: 0.4s all ease;
}
.listing-content .el-item:hover {
	box-shadow: 0 1px 13px 0px #d9d9d9;
	transition: 0.4s all ease;
}
.listing-content .el-item > .uk-grid {
	margin-left: -32px;
}
.listing-content .el-item > .uk-grid > * {
	padding-left: 32px;
}
.listing-content .el-image {
	width: 280px;
	height: 100%;
	object-fit: cover;
	border-radius: 12px;
}
.listing-content .el-title,
.listing-content .el-availability {
	font-family: 'Neue Montreal Medium';
}
.listing-content .el-title,
.listing-content .el-availability,
.listing-content .el-status,
.listing-content .el-time {
	letter-spacing: 0.6px;
	line-height: 1.2;
}
.listing-content .el-title {
	margin-bottom: 6px;
}
.listing-content .el-specialty {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}
.listing-content .el-specialty span {
	font-size: 0.8rem;
	font-family: 'Neue Montreal Medium';
	letter-spacing: 0.48px;
	border-radius: 12px;
	border: 1px solid rgba(0, 9, 115, 0.20);
	background: #FFF;
	padding: 6px 16px;
}
.listing-content .el-schedule {
	gap: 12px;
	justify-content: flex-end;
	margin-top: 6px;
}
.listing-content .el-schedule > li {
	margin-top: 0;
	color: rgba(87, 99, 121, 0.50);
}
.listing-content .el-schedule > li.uk-active {
	font-family: 'Neue Montreal Medium';
	color: var(--primary);
	transition: 0.4s all ease;
}
.listing-content .el-schedule > li.uk-active:hover {
	cursor: pointer;
	text-shadow: 0 1px 3px rgb(65 79 198 / 91%);
	transition: 0.4s all ease;
}
.listing-content .el-schedule > li.uk-active.selected {
	text-shadow: 0 1px 3px rgb(65 79 198 / 91%);
}
.listing-content .el-time {
	margin-top: 12px;
	color: rgba(87, 99, 121, 0.50);
	max-width: 200px;
	margin-left: auto;
}
.wp-pagenavi {
	display: flex;
    gap: 10px;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 64px;
}
.wp-pagenavi a, .wp-pagenavi span {
	width: 38px;
	height: 38px;
	line-height: 38px;
	border-radius: 6px;
	border: 1px solid rgba(0, 9, 115, 0.20);
	background: #FFF;
	display: inline-block;
	padding: 10px;
	text-align: center;
	font-family: 'Neue Montreal Bold';
	color: var(--primary);
}
.wp-pagenavi span.current {
	border-color: transparent;
	border: 1px solid rgba(0, 9, 115, 0.20);
	background: var(--primary);
	color: #fff;
}


/*Facilities*/
.filter-gallery {
	margin-top: 54px;
}
.filter-gallery .el-image {
	width: 100%;
	height: 250px;
	object-fit: cover;
}

/*Search*/
.error404 .uk-search-icon svg circle,
.error404 .uk-search-icon svg line {
    stroke-width: 2;
}
/*.error404 .uk-search-input {*/
/*    text-align: center;*/
/*}*/
.error404 .uk-search-input:focus {
    color: var(--secondary);
}

/**** Added 05302025 ***/
.home iframe[data-uk-cover], .home iframe[uk-cover] {
    height: 1080px !important;
}


/*** MEDIA QUERIES ***/
@media (min-width: 960px) {
	.footer-contact .el-item:first-child {
		max-width: 380px;
	}
}


@media (max-width: 1366px) {
	.toolbar-contact .el-content {
		font-size: 0.875rem;
	}
}
@media (max-width: 1260px) {
	.toolbar-contact .el-content {
		font-size: 0.8rem;
	}
	.listing-wrapper {
		margin-left: -50px;
	}
	.listing-wrapper > * {
		padding-left: 50px;
	}
}
@media (max-width: 1222px) {
	.tm-element-grid-filter .el-nav,
	.tm-element-grid-switcher .el-nav {
		padding: 12px;
	}
	.tm-element-grid-filter .uk-subnav-pill > * {
		padding: 0;
	}
}
@media (max-width: 1200px) {
	.promos .uk-slider-items > * {
		width: 50%;
	}
}
@media (max-width: 1199px) {
	.search-filter-label__toggle-icon--up,
	.search-filter-label__toggle-icon--down {
		display: block;
	}
	.listing-filter-wrapper {
		display: flex;
		gap: 50px;
	}
	.listing-filter-wrapper > * {
		flex: 1 1 0;
		width: 0%;
	}
	.filter-title {
		display: none;
	}
	.listing-filter-wrapper .search-filter-base {
		width: 100%;
	}
}
@media (max-width: 1150px) {
	.tm-toolbar .uk-container {
		padding-left: 20px;
		padding-right: 20px;
	}
	.toolbar-contact .el-content {
		font-size: 0.75rem;
	}
}
@media (max-width: 1100px) {
	.tm-toolbar .uk-container {
		padding-left: 10px;
		padding-right: 10px;
	}
	.toolbar-contact  {
		margin-left: -20px;
	}
	.toolbar-contact > * {
		padding-left: 20px;
	}
	.toolbar-contact .el-content {
		font-size: 0.7rem;
	}
	.uk-navbar-nav {
        gap: 40px;
    }
	.tm-element-grid-single .el-image {
		height: 250px;
	}
}
@media (max-width: 990px) {
	.uk-navbar-nav {
        gap: 30px;
    }
}
@media (max-width: 959px) {
	/* .uk-sticky-placeholder {
		position: absolute;
	} */
	.uk-h1, h1 {
		font-size: 2.55rem;
	}
	.uk-logo {
		margin-bottom: 5px;
	}
	.tm-footer-top {
		padding-top: 45px;
	}
	.footer-col-right > .uk-grid > :last-child {
		width: 100%;
	}
	.footer-col-right > .uk-grid > :not(:last-child) {
		width: 50%;
	}
	.footer-contact .el-item .uk-grid {
		justify-content: center;
		flex-wrap: wrap;
	}
	.footer-contact .el-item .uk-grid > :last-child {
		flex: 0;
		min-width: fit-content;
	}
	.powered, .powered a {
		font-size: 0.875rem;
		color: rgba(255, 255, 255, 0.5) !important;
	}
	.powered a:hover {
		color: rgba(255, 255, 255, 1) !important;
	}
	.tnp-subscription input[type=email] {
		text-align: center;
	}
	.promos .uk-section {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.promos .uk-slider-items > * {
		width: 33.33%;
	}
	.el-availability {
		text-align: right;
	}
	.el-status {
		margin-bottom: 15px;
	}
	.listing-content .el-time {
		text-align: right;
	}
}
@media (max-width: 768px) {
	.tm-home-banner .uk-slideshow-items + .uk-position-medium,
	.tm-inner-hero .uk-slideshow-items + .uk-position-medium {
		margin: 15px;
	}
	.promos .uk-slider-items > * {
		width: 50%;
	}
	.tm-element-grid-switcher > .uk-grid > :first-child .el-title, 
	.tm-element-grid-switcher > .uk-grid > div:nth-child(2) .el-title, 
	.tm-element-grid-switcher > .uk-grid > div:nth-child(3) .el-title {
		font-size: 2.7rem;
	}
}
@media (max-width: 639px) {
	html {
		font-size: 18px;
		line-height: 1.4;
	}
	.uk-h1, h1,
	.tm-element-grid-switcher > .uk-grid > :first-child .el-title, 
	.tm-element-grid-switcher > .uk-grid > div:nth-child(2) .el-title, 
	.tm-element-grid-switcher > .uk-grid > div:nth-child(3) .el-title {
        font-size: 2.4rem;
    }
	.uk-offcanvas-bar .uk-nav-default {
		font-size: 0.875rem;
	}
	.toolbar-contact.list .el-content {
        font-size: 0.6rem;
    }
	.footer-col-right > .uk-grid > * {
		width: 100% !important;
	}
	.promos .uk-slider-items > * {
		width: 100%;
	}
	.effect-9:focus ~ .focus-border i:before, 
	.effect-9:focus ~ .focus-border i:after {
		height: 60px;
	}
	textarea.effect-9:focus ~ .focus-border i:before, 
	textarea.effect-9:focus ~ .focus-border i:after {
		height: 188px;
	}
	.tm-element-grid-single .el-title {
		font-size: 1.1rem;
	}
	.uk-breadcrumb > * > *,
	.uk-breadcrumb>:nth-child(n+2):not(.uk-first-column)::before {
		font-size: 1rem;
	}
	.tm-element-grid-switcher > .uk-grid > :first-child, 
	.tm-element-grid-switcher > .uk-grid > :nth-child(2), 
	.tm-element-grid-switcher > .uk-grid > :nth-child(3) {
		width: 100%;
		margin-bottom: 30px;
	}
	.tm-element-grid-switcher .el-image {
		height: 320px;
		object-fit: cover;
	}
	.tm-element-grid-filter .el-nav, .tm-element-grid-switcher .el-nav {
        padding: 5px;
    }
	.tm-element-grid-single .el-title {
		min-height: 0;
	}
	.listing-content .el-image {
		width: 100%;
	}
	.listing-content .el-time,
	.listing-content .el-availability {
        text-align: center;
    }
	.listing-content .el-schedule {
		justify-content: center;
	}
	.listing-content .el-time {
		margin-right: auto;
	}
	.listing-content .el-specialty {
		justify-content: center;
	}
	.wp-pagenavi {
		gap: 5px;
	}
	.wp-pagenavi a, .wp-pagenavi span {
		width: 20px;
		height: 20px;
		line-height: 20px;
		padding: 8px;
	}
	.listing-search .search-filter-base {
		width: 100%;
	}
	.listing-filter-wrapper {
		display: flex;
		gap: 30px;
	}
	.search-filter-input-checkbox * {
		font-size: 1rem;
	}
}
@media (max-width: 520px) {
	.tm-element-grid-filter .el-nav,
	.tm-element-grid-switcher .el-nav {
		max-width: 520px;
		gap: 10px;
		padding: 7px;
	}
	.tm-element-grid-filter .uk-subnav-pill > * > a, 
	.tm-element-grid-switcher .uk-subnav-pill > * > a {
		font-size: 0.875rem;
		padding: 8px 12px;
	}
	.tm-element-grid-switcher > .uk-grid > :first-child {
		margin-bottom: 25px;
	}
	.tm-element-grid-switcher .el-image {
		height: 250px;
	}
	.listing-content .el-item {
		padding: 15px 15px 24px;
	}
	.search-filter-input-checkbox * {
		font-size: 0.875rem;
	}
	.copyright {
	    font-size: 15px;
	}
}
@media (max-width: 480px) {
	.listing-filter-wrapper {
		flex-direction: column;
	}
	.listing-filter-wrapper > * {
        width: 100%;
    }
}