.office-phone,
.office-text,
.office-address,
.office-email,
.office-name,
.office-hours {
	color: var(--gs-colorcolor1, #333);

	&.light {
		color: var(--gs-colorcolor9, #fff);
	}

	&.normal {
		color: var(--gs-colorcolor1, #333);
	}

	&.small {
		font-size: 16px;
	}
}
.office-phone,
.office-text,
.office-address,
.office-email {
	.icon-box {
		display: flex;
		flex-wrap: nowrap;
		align-items: flex-start;
		gap: 10px;

		.icon-wrapper {
			display: flex;
			background-color: var(--gs-colorcolor4, #065b99);
			padding: 15px;
			border-radius: 99px;

			svg {
				fill: var(--gs-colorcolor9, #fff);
			}
		}
	}
}
.office-phone,
.office-text {
	.icon-box {
		align-items: center;
	}
}
.office-phone,
.office-text,
.office-address,
.office-email {
	&.light {
		.icon-box {
			.icon-wrapper {
				background-color: var(--gs-colorcolor9, #fff);

				svg {
					fill: var(--gs-colorcolor4, #065b99);
				}
			}
		}
	}
}
.office-name {
	color: var(--gs-colorcolor4, #065b99);
	font-size: 20px;
}
h2 .office-name {
	font-size: clamp(1.625rem,0.9537rem + 1.4815vw,2.25rem);
	line-height: 1.3em;
	font-weight: 600 !important;
	color: var(--gs-colorcolor4) !important;
}
.office-footer .office-phone {
	margin-bottom: 0;
}
.office-footer:not(:has(.office-text)) .office-phone,
.office-footer .office-text {
	margin-bottom: 40px;
}
@media screen and (max-width: 575.98px) {
	.office-footer:not(:has(.office-text)) .office-phone,
	.office-footer .office-text {
		margin-bottom: 20px;
	}
}

/* Footer Orthodynamo TM */
#odtmMobileFloatingFooter {
	background-color: var(--gs-colorcolor6, #fff);
}
#odtmMobileFloatingFooter .odtm-mff-offices {
	background-color: var(--gs-colorcolor6, #fff);
	border-bottom: thin solid var(--gs-colorcolor4, #065b99);
}
#odtmMobileFloatingFooter .odtm-mff-offices > ul.active li {
	border-top: thin solid var(--gs-colorcolor4, #065b99);
}
#odtmMobileFloatingFooter .odtm-mff-offices ul:has(> :nth-child(2)) li:nth-child(odd) {
	border-right: thin solid var(--gs-colorcolor4, #065b99);
}
#odtmMobileFloatingFooter .odtm-mff-actions .odtm-mff-link,
#odtmDesktopFloatingFooter .odtm-dff-link {
	background-color: var(--gs-colorcolor4, #065b99);
}
#odtmMobileFloatingFooter .odtm-mff-actions .odtm-mff-link a,
#odtmDesktopFloatingFooter .odtm-dff-link a {
	color: var(--gs-colorcolor9, #fff);
}
#odtmMobileFloatingFooter .odtm-mff-actions .odtm-mff-icon svg {
	fill: var(--gs-colorcolor4, #065b99);
}
#odtmMobileFloatingFooter .odtm-mff-actions .odtm-mff-icon.odtm-mff-icon-pin {
	border-right: thin solid var(--gs-colorcolor4, #065b99);
}
#odtmMobileFloatingFooter,
#odtmDesktopFloatingFooter {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 99;
}
#odtmMobileFloatingFooter svg {
	width: 20px;
	height: 20px;
	fill: var(--gs-colorcolor4, #065b99);
}
#odtmMobileFloatingFooter .odtm-mff-actions {
	display: flex;
	height: 64px;
}
.odtm-mff-actions .odtm-mff-link {
	flex: 1 1 auto;
}
.odtm-mff-actions .odtm-mff-icon {
	flex: 0 0 17%;
}
.odtm-mff-link > *,
.odtm-mff-icon > * {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}
.odtm-mff-link a {
	line-height: 1.3;
	text-align: center;
	margin: 0 auto;
	padding: 32px;
}
.odtm-mff-offices > ul {
	display: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.odtm-mff-offices > ul.active {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.odtm-mff-offices > ul.active li {
	line-height: 1.3;
	flex: 0 0 100%;
	padding: 10px;
}
.odtm-mff-offices > ul.active:has(> :nth-child(2)) li {
	font-size: 14px;
	flex-basis: 50%;
}
@media only screen and (min-width: 495px) {
	.odtm-mff-offices > ul.active:has(> :nth-child(2)) li {
		font-size: 16px;
	}
}
@media (min-width: 992px) {
	.zoom-card:hover {
        transform: scale(1.05);
        transition: all .5s cubic-bezier(.42,0,.58,1)
    }
}
.odtm-mff-offices-pin li a {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
}
.odtm-mff-offices-phone li {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.odtm-mff-offices-phone li a,
.odtm-mff-offices-phone li svg {
	display: block;
}
.odtm-mff-offices-phone li span {
	margin-right: auto;
	padding-right: 10px;
}
.odtm-mff-offices-phone li a {
	flex: 0 0 20px;
}
.odtm-mff-offices-phone li:has(> :nth-child(3)) a:last-child {
	margin-left: 15px;
}
@media only screen and (min-width: 992px) {
	#odtmMobileFloatingFooter {
		display: none;
		visibility: hidden;
		opacity: 0;
	}
}
#odtmDesktopFloatingFooter {
	display: none;
	visibility: hidden;
	opacity: 0;
	right: 2%;
	bottom: 20px;
	left: auto;

	@media only screen and (min-width: 992px) {
		display: block;
		visibility: visible;
		opacity: 1;
	}

	.odtm-dff-link {
		max-width: 270px;
		border-color: var(--gs-colorcolor4, #065b99);
		border-radius: 4px;
		box-shadow: 0 10px 40px 0 #3333332b;
		transition: all .5s cubic-bezier(.42,0,.58,1);

		&:hover {
			background-color: var(--gs-colorcolor1, #333);
			border-color: var(--gs-colorcolor1, #333);
			transform: scale(1.03);
		}

		a {
			font-size: 18px;
			font-weight: 700;
			line-height: 1.4;
			text-align: center;
			display: block;
			padding: 10px 20px;
		}
	}
}

.odtm-socmeds {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	gap: 10px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.odtm-socmeds .odtm-socmed-item {
	transition: 0.3s
}
.odtm-socmeds .odtm-socmed-item a {
	padding: 10px;
	display: block;
	background-color: var(--gs-colorcolor4);
	border-radius: 99px;
}
.odtm-socmeds .odtm-socmed-item figure {
	display: flex;
	margin: 0;
}
.odtm-socmeds .odtm-socmed-item figure svg {
	width: 20px;
	height: 20px;
	fill: var(--gs-colorcolor9, #fff);
}
.odtm-socmeds .odtm-socmed-item:hover {
	transform: scale(1.1);
}
.odtm-office-header {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	list-style-type: none;
	margin: 0;
	padding: 0;
	gap: 15px;
}
.odtm-office-header-item {
	display: flex;
	align-items: center;
	column-gap: 10px;
	flex: 1 1 auto;
	justify-content: flex-start;
	position: relative;
}
.odtm-office-header-item .odtm-ohi-icon {
	flex: 0 0 26%;
}
.odtm-office-header-item .odtm-ohi-info {
	line-height: 1.2;
	align-self: stretch;
	flex: 0 0 calc(74% - 10px);
	cursor: pointer;
}
.odtm-office-header .odtm-office-freeconsult a {
	color: var(--gs-colorcolor9, #fff);
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 1.2;
	text-align: center;
	text-transform: uppercase;
	background-color: var(--gs-colorcolor4, #065b99);
	display: block;
	padding: 16px 24px;
	border-radius: var(--gs-rounded-border-radius, 100px) !important;
	box-shadow: 0 4px 20px 0 #00000026;
	overflow: hidden;
}
.odtm-office-header .odtm-office-freeconsult a:hover {
	background-color: var(--gs-colorcolor5, #05bcf4);
}
.odtm-office-header .odtm-office-freeconsult:has(.free-consultation-external-button) .free-consultation-button {
	color: var(--gs-colorcolor4, #065b99);
	background-color: transparent;
	border: 0 none;
	box-shadow: none;

	&:hover {
		background-color: transparent;
	}
}
.odtm-ohi-info a:hover {
	color: inherit !important;
}
.odtm-ohi-icon figure {
	display: inline-flex;
	margin: 0;
	padding: 14px;
	border-radius: 50%;
	background-color: var(--gs-colorcolor4, #065b99);
}
.odtm-ohi-icon figure svg {
	display: inline-block;
	width: 20px;
	height: 20px;
	transform: scaleX(-1);
	fill: var(--gs-colorcolor6, #fff) !important;
}
.odtm-ohi-info {
	text-transform: uppercase;
	color: var(--gs-colorcolor4,#065b99);
	font-size: 16px;
}
.odtm-ohi-info > a {
	color: inherit !important;
}
.odtm-ohi-info-name {
	white-space: nowrap;
	text-transform: capitalize;
	color: inherit;
}
.odtm-ohi-info-label {
	font-size: 12px;
	color: inherit;
}
.odtm-ohi-info-number {
	font-size: 15px;
	color: inherit;
}
.odtm-ohi-calltext {
	display: none;
	background-color: #fff;
	width: 100%;
	min-width: 240px;
	padding: 15px;
	position: absolute;
	top: 100%;
	left: 0;
	border-radius: 10px;
	box-shadow: 0 20px 40px -5px rgba(9, 30, 66, 0.18);
	z-index: 1;
}
.odtm-office-header-item:hover .odtm-ohi-calltext {
	display: block;
}
.odtm-ohi-calltext .odtm-ohict-item {
	line-height: 1.2;
	margin: 0;
}
.odtm-ohi-calltext .odtm-ohict-item:not(:first-child) {
	margin-top: 10px;
}
.odtm-office-header-item .odtm-ohi-calltext a {
	font-size: 16px;
	color: var(--gs-colorcolor4,#065b99);
}
.odtm-office-header-item .odtm-ohi-calltext a:hover {
	color: var(--gs-colorcolor5,#05bcf4);
}
.transparent-header:not(.sticky) .odtm-ohi-info, .transparent-header:not(.sticky) .odtm-ohi-info > a {
	color: var(--gs-colorcolor9,#fff);
}

.odtm-si-icon figure {
	margin: 0;
	padding: 15px;
	border-radius: 50%;
	background-color: var(--gs-colorcolor4, #065b99);
	display: inline-flex;
	cursor: pointer;
}
.odtm-si-icon svg {
	background-color: var(--gs-colorcolor13,#065b99);
	width: 20px;
	height: 20px;
}
.odtm-si-icon svg path {
	fill: var(--gs-colorcolor9,#fff);
	stroke: var(--gs-colorcolor9,#fff);
}
/* Prevent scrolling when overlay is active */
.no-scroll {
	overflow: hidden;
}
/* Full-screen overlay */
#search-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.9);
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease-in-out, visibility 0.3s;
	z-index: 9999;
}
/* When overlay is active */
#search-overlay.visible {
		opacity: 1;
		visibility: visible;
}
/* Content container */
.search-overlay-content {
	position: relative;
	background: transparent;
	width: 100%;
	max-width: 800px;
	text-align: center;
}
/* Close button */
.search-form-controls {
	position: absolute;
	top: 21px;
	right: 10px;
	border: none;
	background: transparent;
	font-size: 24px;
	cursor: pointer;
	color: var(--gs-colorcolor9, #fff);
}
.submit-search-button {
	width: 40px;
	height: 40px;
	padding: 0;
	background-color: var(--gs-colorcolor4, #065b99);
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.submit-search-button:hover {
	background-color: var(--gs-colorcolor5, #05bcf4);
}
svg.ct-search-button-content {
	fill: var(--gs-colorcolor9, #fff);
}
.ct-ajax-loader {
	display: none;
}
/* Search input */
#search-input {
	background-color: transparent;
	width: 100%;
	padding: 12px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-image-outset: 0;
	border-image-repeat: stretch;
	border-image-slice: 100%;
	border-image-source: none;
	border-image-width: 1;
	border-left-color: rgba(255, 253, 252, 0.204);
	border-left-style: solid;
	border-left-width: 0px;
	border-right-color: rgba(255, 253, 252, 0.204);
	border-right-style: solid;
	border-right-width: 0px;
	border-top-color: rgba(255, 253, 252, 0.204);
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-top-style: solid;
	border-top-width: 0px;
	box-sizing: border-box;
	color: rgb(255, 255, 255);
	cursor: text;
	display: inline-block;
	font-feature-settings: normal;
	font-kerning: auto;
	font-optical-sizing: auto;
	font-size: 35px;
	font-size-adjust: none;
	font-stretch: 100%;
	font-style: normal;
	font-weight: 400;
	height: 90px;
	letter-spacing: normal;
	line-height: 28.8px;
	margin-bottom: 35px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	outline-color: rgb(255, 255, 255);
	outline-offset: 0px;
	outline-style: none;
	outline-width: 0px;
	overflow-clip-margin: 0px;
	overflow-wrap: break-word;
	overflow-x: clip;
	overflow-y: clip;
}
.search-results-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
	margin-top: 10px;
}
.search-results-grid.not-found-search-result {
	grid-template-columns: repeat(1, 1fr);
}
.search-result-item a {
	display: flex;
	align-items: center;
	gap: 15px;
	padding: 16px;
}
.search-result-link {
	text-decoration: none;
	color: #333;
}
.search-result-title {
	font-size: 14px;
	color: var(--gs-colorcolor9, #fff);
	text-align: left;
	margin: 0;
}
.search-result-title:hover {
	color: var(--gs-colorcolor2, #065b99)
}
a.search-show-more {
	display: block;
	text-align: center;
	margin-top: 10px;
	font-weight: bold;
	color: var(--gs-colorcolor9, #fff) !important;
	text-decoration: none;
	margin-top: 20px;
	padding-bottom: 30px;
}
.search-show-more:hover {
	text-decoration: underline;
	color: var(--gs-colorcolor11, #fff);
}
.search-fallback-image svg {
	fill: var(--gs-colorcolor12, #05BCF4);
	stroke: var(--gs-colorcolor9, #fff);
	background-color: var(--gs-colorcolor12, #05BCF4);
	border-radius: 7.5px;
}
@media screen and (max-width: 991px) {
	.search-overlay-content {
		margin: 70px 20px 0 30px;
        overscroll-behavior: none;
        height: 50vh;
	}
	.search-results-grid {
		grid-template-columns: repeat(1, 1fr);
    	overflow-y: auto;
	}
	.search-result-item a {
		padding: 5px;
	}
	.mobile-nav-top {
		display: flex;
		align-items: center;
		justify-content: flex-end;
	}
	.search-fallback-image svg {
		width: 50px;
		height: 50px;
	}
	#search-overlay.visible {
		overflow-y: scroll;
		overscroll-behavior: none;
	}
}

/* Navigations */
/* General Menu Styling */
.orthodynamo-menu-wrapper {
	display: flex;
}
.orthodynamo-menu-wrapper > ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.orthodynamo-menu {
	display: flex;
	gap: 25px;
	flex-grow: 1;
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 16px;
}
.orthodynamo-menu > li {
	position: relative;
	margin: 0;
	align-items: center;
	display: flex;
	color: var(--gs-colorcolor4, #065b99);
}
.transparent-header:not(.sticky) .orthodynamo-menu-wrapper > ul.orthodynamo-menu > li.orthodynamo-menu-item {
	padding-bottom: 5px;
	color: var(--gs-colorcolor9, #fff);
}
.transparent-header:not(.sticky) .orthodynamo-menu-wrapper > ul.orthodynamo-menu > li.orthodynamo-menu-item > .submenu-toggle > svg{
	stroke: var(--gs-colorcolor9, #fff);
}
.orthodynamo-menu > li > a {
	text-decoration: none;
	color: inherit;
	font-weight: 600;
	padding: 0;
	display: inline-block;
	transition: color 0.3s ease;
}
.orthodynamo-menu > li > a:hover {
	color: var(--gs-colorcolor5, #05bcf4) !important;
	text-decoration: none !important;
}
.orthodynamo-menu > li > a > span {
	color: inherit;
}
/* Dropdown Menu Styling */
.orthodynamo-menu .sub-menu {
	border-top: 5px solid var(--gs-colorcolor5, #05bcf4);
	background-color: #fff;
	border: 1px solid #00000026;
	align-items: normal;
	color: inherit;
	display: flex;
	flex-direction: column;
	height: 0;
	right: -1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	top: 100%;
	transition: opacity .1slinear;
	visibility: hidden;
	width: 0;
	z-index: 2;
	box-shadow: 0px 10px 20px rgba(41, 51, 61, 0.1);
	border-radius: 10px;
	padding: 5px;
	list-style: none;
}
.menu-secondary .sub-menu {
	left: -1px;
	right: auto !important;
}
.orthodynamo-menu .sub-menu > li > ul.sub-menu {
	display: none;
}
.orthodynamo-menu .sub-menu > li:hover ul.sub-menu {
	left: 100%;
	top: 7px;
	display: block;
}
.orthodynamo-menu .sub-menu li {
	margin: 0;
	font-weight: 600;
}
.orthodynamo-menu .sub-menu li a {
	text-decoration: none;
	color: inherit;
	padding: 5px 10px;
	font-weight: inherit;
	transition: background-color 0.3s ease, color 0.3s ease;
	display: flex;
	flex-grow: 1;
}
.orthodynamo-menu .sub-menu li a span{
	font-weight: inherit;
}
/* Show Dropdown on Hover */
.orthodynamo-menu > li:hover .sub-menu {
	height: auto;
	min-width: 200px;
	opacity: 1;
	overflow: visible;
	visibility: visible;
	width: auto;
	border: 1px solid #00000026;
	border-top: 5px solid var(--gs-colorcolor5, #05bcf4);
	background-color: #fff;
	gap: 0;
}
.orthodynamo-menu > li:hover .sub-menu li.orthodynamo-menu-item {
	align-items: center;
	display: flex;
	position: relative;
}
.orthodynamo-menu > li:hover .sub-menu li.orthodynamo-menu-item a{
	display: flex;
	flex-grow: 1;
	width: 360px;
	margin: 0;
	font-weight: 600;
}
.orthodynamo-menu li.current-menu > a {
	color: var(--gs-colorcolor5, #05bcf4);
}
/* Dropdown Arrow */
.orthodynamo-menu > li > button.submenu-toggle {
	background: none;
	border: none;
	padding: 0;
	margin-left: 5px;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
}
.orthodynamo-menu > li > button.submenu-toggle svg {
	fill: none;
	stroke: var(--gs-colorcolor4, #065b99);
	stroke-width: 2;
	width: 18px;
	height: 18px;
	transition: transform 0.3s ease;
}
/* Rotate arrow on hover */
.orthodynamo-menu > li:hover > button.submenu-toggle svg {
	transform: rotate(180deg);
}
/* Mobile Menu Styling */
@media (max-width: 768px) {
	.orthodynamo-menu {
		flex-direction: column;
		align-items: flex-start;
		padding: 10px;
	}
	.orthodynamo-menu > li {
		margin: 10px 0;
		width: 100%;
	}
	.orthodynamo-menu > li > a {
		padding: 10px;
		width: 100%;
		text-align: left;
	}
	.orthodynamo-menu .sub-menu {
		position: static;
		display: none;
		width: 100%;
		padding: 0;
		box-shadow: none;
		border: none;
	}
	.orthodynamo-menu > li.open .sub-menu {
		display: block;
	}
	.orthodynamo-menu .sub-menu li a {
		padding: 10px 15px;
		text-align: left;
	}
	.orthodynamo-menu > li > button.submenu-toggle {
		display: inline-block;
	}
	.orthodynamo-menu > li > button.submenu-toggle svg {
		margin-left: auto;
	}
}
.menu-mobile-wrapper p{
	display: block;
}
@media (max-width: 991px) {
	/* General styles */
	.menu-mobile-wrapper .menu-overlay {
		position: fixed;
		top: 0;
		left: 0;
		width: 100vw;
		height: 100vh;
		background: rgba(0, 0, 0, 0.5);
		z-index: 999;
		opacity: 0;
		visibility: hidden;
		transition: opacity 0.3s ease, visibility 0.3s ease;
	}
	.menu-mobile-wrapper .mobile-menu {
		position: fixed;
		top: 0;
		right: -90%;
		width: 90%;
		height: 100%;
		background: var(--gs-colorcolor4, #065b99);
		z-index: 1000;
		transition: right 0.3s ease;
		box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
		padding: 20px;
		overflow-y: auto;
		color: var(--gs-colorcolor9, #fff);
	}
	.menu-mobile-wrapper .mobile-menu-content {
		display: flex;
		flex-direction: column;
		gap: 0;
		margin-top: 50px;
	}
	.menu-mobile-wrapper .mobile-menu-content ul.sub-menu {
		display: none;
	}
	.menu-mobile-wrapper .mobile-menu-primary,
	.menu-mobile-wrapper .mobile-menu-secondary {
		list-style: none;
		padding: 0;
		margin: 0;
	}
	.menu-mobile-wrapper .mobile-menu-primary li,
	.menu-mobile-wrapper .mobile-menu-secondary li {
		margin-bottom: 10px;
		width: 100%;
	}
	.menu-mobile-wrapper ul.mobile-menu-secondary li {
		margin-bottom: 15px;
	}
	.menu-mobile-wrapper .mobile-menu-content li a {
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		color: var(--gs-colorcolor9, #fff);
	}
	.menu-mobile-wrapper .mobile-menu-content ul li:hover > a {
		color: var(--gs-colorcolor5, #05bcf4);
	}
	.menu-mobile-wrapper .free-consultation-button,
	.menu-mobile-wrapper .free-consultation-external-button {
		box-sizing: border-box;
		display: flex;
		align-items: center;
		justify-content: center;
		background-color: var(--gs-colorcolor5, #05bcf4);
		text-align: center !important;
		color: var(--wp--preset--color--white, #fff);
		font-size: 13px;
		line-height: 1.2;
		font-weight: 600;
		border-radius: var(--gs-rounded-border-radius, 100px) !important;
		box-shadow: 0px 4px 20px 0px #00000026;
		padding-top: 16px;
		padding-right: 24px;
		padding-bottom: 16px;
		padding-left: 24px;
		margin-top: 30px;
		margin-bottom: 50px;
		transition: all 0.3s ease-in-out;
		text-transform: uppercase;
	}
	.menu-mobile-wrapper .free-consultation-button:hover,
	.menu-mobile-wrapper .free-consultation-external-button:hover {
		background-color: var(--gs-colorcolor6, #fff);
		color: var(--gs-colorcolor3, #000);
	}
	.menu-mobile-wrapper:has(.free-consultation-external-button) .free-consultation-button {
		background-color: transparent;
		margin-bottom: 0;
		padding: 0;
		box-shadow: none;

		&:hover {
			color: var(--wp--preset--color--white, #fff);
			background-color: transparent;
		}
	}
	.menu-mobile-wrapper #menu-trigger {
		position: relative;
		top: 0;
		left: 10px;
		width: 50px;
		height: 50px;
		background-color: var(--gs-colorcolor4, #065b99);
		padding: 0;
		display: block;
		border: none;
		border-radius: 100%;
		cursor: pointer;
		z-index: 1000;
	}
	.menu-mobile-wrapper #menu-trigger svg {
		fill: var(--gs-colorcolor9, #fff);
	}
	.menu-mobile-wrapper .menu-close {
		position: absolute;
		top: 5px;
		right: 15px;
		background: none;
		border: none;
		font-size: 44px;
		font-weight: bold;
		cursor: pointer;
		z-index: 1001;
		color: var(--gs-colorcolor9, #fff);
		padding: 0;
	}
	.menu-mobile-wrapper .menu-overlay.active {
		opacity: 1;
		visibility: visible;
	}
	.menu-mobile-wrapper .mobile-menu.active {
		right: 0;
	}
	body.admin-bar .menu-mobile-wrapper .mobile-menu.active {
		top: 40px;
	}
	/* Caret */
	.menu-mobile-wrapper .menu-caret {
		margin-left: 15px !important;
		margin-bottom: 5px;
		margin-top: 5px;
		cursor: pointer;
		transition: transform 0.3s ease;
		color: var(--gs-colorcolor9, #fff);
		fill: var(--gs-colorcolor4, #065b99);
		stroke: var(--gs-colorcolor9, #fff);
	}
	.menu-mobile-wrapper .menu-caret.rotated {
		transform: rotate(180deg);
	}
	/* Submenu */
	.menu-mobile-wrapper .sub-menu {
		display: none;
		padding-left: 20px;
	}
	.menu-mobile-wrapper .mobile-menu-content ul.sub-menu.active {
		display: block;
		list-style: none;
		padding: 0;
		margin: 10px 0 10px 10px;
		border-top: 0;
	}
	.menu-mobile-wrapper .mobile-menu-content li a {
		font-weight: 600;
	}
	.menu-mobile-wrapper .mobile-menu-content li a:focus {
		outline: none;
	}
	.menu-mobile-wrapper .mobile-menu-content li.current-menu > a {
		color: var(--gs-colorcolor5, #05bcf4);
	}
}
/* End Navigations */

/* Get Direction button */
.odtm-office-map-wrapper {
	position: relative;
}
.odtm-office-map-wrapper .odtm-office-direction {
	color: var(--gs-colorcolor9, #fff);
	position: absolute;
	display: inline-block;
	background-color: var(--gs-colorcolor4, #065b99);
	font-size: 13px;
	font-weight: 600;
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-radius: var(--gs-rounded-border-radius, 100px);
	box-shadow: 0 4px 20px 0 #00000026;
	padding: 16px 24px;
	bottom: 10px;
	left: 70px;
}
.odtm-office-map-wrapper .odtm-office-direction:hover {
	background-color: var(--gs-colorcolor5, #05bcf4);
}
/* end of Get Direction button */

.office-hours-title {
	border-bottom: thin solid #e0e0e0;
	padding-bottom: 5px;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 20px;
	color: var(--gs-colorcolor4);
}
