
/*
Theme Name: One Therapy
Theme URI: https://www.bozboz.co.uk/
Author: BozBoz
Author URI: https://www.bozboz.co.uk/
Description: One Therapy WordPress Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: onetherapy
Tags: blog, one-column, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, theme-options
Tested up to: 5.5.1
Requires PHP: true

*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
::-moz-selection {
	color: #fff;
	background: #f26a6a !important;
}

mo ::selection {
	color: #fff;
	background: #f26a6a !important;
}

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	font-family: "Roboto", sans-serif;
	background: #fff;
	margin: 0;
	font-size: 18px;
	overflow-x: hidden;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .004);
	font-weight: 400 !important;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden], template {
	display: none;
}

a, a:active, a:visited {
	cursor: pointer;
	transition: all 300ms ease-in-out;
	text-decoration: none;
	color: #00b5ab;
	outline: none;
	box-shadow: none;
}

a:hover {
	text-decoration: none;
	color: #00b5ab;
}

*:active, *:focus {
	outline: none !important;
	box-shadow: none !important;
}

a:visited {
	color: #00b5ab;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b, strong {
	font-weight: 600;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

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

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
	background-image: linear-gradient(90deg, #009fd4 25%, #fff 25%, #fff 50%, #009fd4 50%, #009fd4 75%, #fff 75%, #fff 100%);
	background-size: 10px 10px;
	height: 10px;
	border: none;
}

pre {
	overflow: auto;
}

code, kbd, pre, samp {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: .875rem;
}

button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
	transition: all 300ms ease-in-out;
}

button, select {
	text-transform: none;
}

button, html input[type='button'], input[type='reset'], input[type='submit'] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled], html input[disabled] {
	cursor: default;
}

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

input {
	line-height: normal;
}

input[type='checkbox'], input[type='radio'] {
	box-sizing: border-box;
	padding: 0;
}

input[type='number']::-webkit-inner-spin-button, input[type='number']::-webkit-outer-spin-button {
	height: auto;
}

input[type='search']::-webkit-search-cancel-button, input[type='search']::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td, th {
	padding: 0;
}

.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;
	width: 1px;
	word-wrap: normal !important;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body, button, input, select, optgroup, textarea {
	color: #373737;
	font-size: 16px;
	line-height: 1.4em;
}

.entry-header .entry-title {
	font-size: 2.44em;
	line-height: 1.4;
	margin: 1em 0 1rem;
}

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

blockquote {
	font-size: 28px;
	color: #2a2a2a;
	padding-left: 20px;
	border-left: 6px solid #e5e5ec;
	line-height: 1.2em;
	margin: 30px 0;
}

address {
	margin: 0 0 1.5em;
}

pre {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: .8em 1em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: .875rem;
}

@media screen and (min-width: 600px) {
	code, kbd, tt, var {
		font-size: .8125rem;
	}
}

p > code {
	padding: 2px;
	border-radius: 2px;
	background: #f3f4f5;
	font-size: inherit;
}

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

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

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*, *:before, *:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

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

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

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

@media only screen and (min-width: 600px); ul,
ol {
	ul {
		list-style: disc;
	}
	
	ol {
		list-style: decimal;
	}
	
	li > ul, li > ol {
		margin-bottom: 0;
		margin-left: 1.5em;
	}
	
	dt {
		font-weight: bold;
	}
	
	dd {
		margin: 0 1.5em 1.5em;
	}
	
	img {
		height: auto;
		/* Make sure images are scaled correctly. */
		max-width: 100%;
	}
	
	figure {
		margin: 1em 0;
	}
	
	table {
		margin: 0 0 1.5em;
		width: 100%;
	}
	
	/*--------------------------------------------------------------
## 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: .8075em 0;
	}
	
	.wp-caption-text {
		text-align: center;
	}
	
	/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
	.gallery {
		margin-bottom: 1.5em;
	}
	
	.gallery-item {
		display: inline-block;
		text-align: center;
		vertical-align: top;
		width: 100%;
	}
	
	.gallery-columns-2 .gallery-item {
		max-width: 50%;
	}
	
	.gallery-columns-3 .gallery-item {
		max-width: 33.3333333333%;
	}
	
	.gallery-columns-4 .gallery-item {
		max-width: 25%;
	}
	
	.gallery-columns-5 .gallery-item {
		max-width: 20%;
	}
	
	.gallery-columns-6 .gallery-item {
		max-width: 16.6666666667%;
	}
	
	.gallery-columns-7 .gallery-item {
		max-width: 14.2857142857%;
	}
	
	.gallery-columns-8 .gallery-item {
		max-width: 12.5%;
	}
	
	.gallery-columns-9 .gallery-item {
		max-width: 11.1111111111%;
	}
	
	.gallery-caption {
		display: block;
	}
	
	/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
	.comment-content a {
		word-wrap: break-word;
	}
	
	.bypostauthor {
		display: block;
	}
	
	/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
	.alignleft, .alignright {
		max-width: 580px !important;
	}
	
	img.alignleft {
		float: left;
		margin-right: 30px;
	}
	
	img.alignright {
		float: right;
		margin-left: 30px;
	}
	
	/*edited by simon .alignleft img,
.alignright img,
.alignleft figcaption,
.alignright figcaption {
	max-width: 50%;
	width: 50%;
}
*/
	.alignleft figcaption {
		clear: left;
	}
	
	.alignright figcaption {
		clear: right;
	}
	
	.alignleft img, .alignleft figcaption {
		float: left;
		margin-right: 1.5em;
	}
	
	.alignright img, .alignright figcaption {
		float: right;
		margin-left: 1.5em;
	}
	
	.aligncenter {
		clear: both;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	
	.elementor-nav-menu li a.has-submenu {
		cursor: default;
	}
	
	/*--------------------------------------------------------------
# Mobile menu
--------------------------------------------------------------*/
	.mobile-menu .elementor-menu-toggle + .elementor-nav-menu--dropdown {
		display: none;
		overflow-x: hidden;
		left: 100vw !important;
		width: 80vw !important;
		height: 100vh !important;
		max-height: none !important;
		-webkit-transform: none !important;
		-ms-transform: none !important;
		transform: none !important;
		transition: all 300ms ease-in-out;
		-webkit-transition: all 300ms ease-in-out;
		-moz-transition: all 300ms ease-in-out;
		-ms-transition: all 300ms ease-in-out;
		-o-transition: all 300ms ease-in-out;
		-moz-transform: none !important;
		-o-transform: none !important;
	}
	
	/* Open menu */
	.mobile-menu .elementor-menu-toggle.elementor-active + .elementor-nav-menu--dropdown {
		display: block;
		left: auto !important;
		right: -20px;
	}
	
	.mobile-menu ul.sub-menu {
		position: absolute;
		top: 40px;
		height: auto !important;
		display: block;
		right: -150vw;
	}
	
	.mobile-menu .open-child ul.sub-menu {
		right: auto;
		transition: all 300ms ease-in-out;
		-webkit-transition: all 300ms ease-in-out;
		-moz-transition: all 300ms ease-in-out;
		-ms-transition: all 300ms ease-in-out;
		-o-transition: all 300ms ease-in-out;
	}
	
	.mobile-menu .open-child a.has-submenu {
		padding-left: 50px;
		transition: none;
		-webkit-transition: none;
		-moz-transition: none;
		-ms-transition: none;
		-o-transition: none;
	}
	
	.mobile-menu .open-child a.has-submenu .sub-arrow {
		position: absolute;
		left: 20px;
		top: 12px;
		transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		-o-transform: rotate(180deg);
	}
	
	.mobile-menu a.has-submenu {
		background: transparent !important;
	}
	
	/*--------------------------------------------------------------
# Side Menus
---------------------------------------------------------------*/
	.menu li.current-menu-item a {
		color: #f26a6a !important;
	}
	
	/*--------------------------------------------------------------
# Shape dividers
--------------------------------------------------------------*/
	.tilt-top-1:before, .tilt-top-1:after {
		content: "";
		height: 100px;
		width: 100vw;
		background: #372c51;
		display: block;
		position: absolute;
		top: -100px;
		clip-path: polygon(0 0, 0% 100%, 100% 100%);
	}
	
	.tilt-top-1:after {
		clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
		background: rgba(61, 49, 83, 40%);
		height: 50px;
		top: -50px;
	}
	
	.hero-bottom-tilt:before {
		content: "";
		height: 100px;
		width: 50vw;
		background: rgba(61, 49, 83, 40%);
		display: block;
		position: absolute;
		bottom: 0;
		clip-path: polygon(100% 50%, 0 100%, 0 0);
		z-index: 4;
	}
	
	.hero-bottom-tilt:after {
		content: "";
		height: 100px;
		width: 100vw;
		background: #fff;
		display: block;
		position: absolute;
		bottom: -1px;
		clip-path: polygon(100% 100%, 0% 100%, 0 0%);
		z-index: 3;
	}
	
	/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
	.elementor-location-header {
		position: relative;
		z-index: 999;
	}
	
	/*--------------------------------------------------------------
# Hero slider
--------------------------------------------------------------*/
	.home-slider .swiper-slide-contents {
		padding-top: 5rem;
	}
	
	.home-slider .swiper-slide-inner {
		max-width: 1140px;
	}
	
	.home-slider .swiper-container-horizontal > .swiper-pagination-bullets, .home-slider .swiper-pagination-custom {
		text-align: left;
		max-width: 1050px;
		left: 0;
		right: 0;
		margin: auto;
		bottom: 15rem;
	}
	
	.home-cta {
		max-width: 1140px;
		margin-left: auto;
		margin-right: auto;
	}
	
	/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/
	.elementor-button {
		min-width: 150px;
	}
	
	/*--------------------------------------------------------------
# Menus
--------------------------------------------------------------*/
	ul.menu, .elementor-widget-sidebar ul {
		margin: 0;
		padding: 15px 0;
		list-style: none;
		border: 1px solid #e3e0de;
		border-left: none;
		border-right: none;
	}
	
	.elementor-widget-sidebar ul:not(:last-of-type) {
		border-bottom: none;
		margin-bottom: 20px;
	}
	
	ul.menu li a, .elementor-widget-sidebar ul li a {
		font-size: 14px;
	}
	
	ul.menu li a:hover, .elementor-widget-sidebar ul li a:hover {
		color: #f26a6a;
	}
	
	.site-main {
		overflow-x: hidden;
	}
	
	/*--------------------------------------------------------------
# Single news/page
--------------------------------------------------------------*/
	.single-post-page {
		display: flex;
		align-items: flex-start;
	}
	
	.single-post-page img.wp-post-image {
		border-radius: 50%;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		-ms-border-radius: 50%;
		-o-border-radius: 50%;
	}
	
	.single-post-page .content {
		margin-left: 40px;
	}
	
	.single-post-page .content h4 {
		font-size: 20px;
		line-height: 34px;
		margin: 0 0 15px 0;
	}
	
	.single-post-page .content a.read-more {
		font-weight: 600;
		text-decoration: underline;
		color: #372c51;
	}
	
	.single-post-page .content a.read-more:hover {
		text-decoration: none;
	}
	
	/*--------------------------------------------------------------
# sidebar
--------------------------------------------------------------*/
	body .elementor-widget-sidebar {
		text-align: right;
	}
	
	body .elementor-widget-sidebar h6 {
		color: #372c51;
		font-size: 16px;
		font-weight: bold;
		margin: 0 0 20px 0;
	}
	
	body .elementor-widget-sidebar p, body .elementor-widget-sidebar a {
		font-size: 14px;
	}
	
	.elementor-widget-container ul.menu li:nth-child(n + 10) {
		display: none;
	}
	
	.elementor-widget-container ul.menu + .more-links {
		font-weight: bold;
	}
	
	/*--------------------------------------------------------------
# Filter
--------------------------------------------------------------*/
	.filters ul {
		margin: 0 0 30px 0;
		padding: 0;
		list-style: none;
	}
	
	.filters ul.location li:first-of-type, .filters ul.language li:first-of-type {
		display: block;
		padding-bottom: 10px;
	}
	
	.filters ul.senior li:first-of-type {
		margin-right: 10px;
	}
	
	.filters ul li {
		display: inline-block;
		margin: 5px 5px 5px 0;
		position: relative;
	}
	
	.filters ul li input[type='checkbox'] {
		position: absolute;
		top: -12px;
		right: 0;
		bottom: 0;
		left: 0;
		height: calc(100% + 23px);
		width: 100%;
		opacity: 0;
		-webkit-appearance: none;
		cursor: pointer;
	}
	
	.filters ul li input[type='checkbox']:checked + label::before {
		display: inline-block;
		font-style: normal;
		font-variant: normal;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		font-family: "Font Awesome 5 Free";
		content: "";
		color: #fff;
		position: absolute;
		right: 15px;
	}
	
	.filters ul li input[type='checkbox']:checked + label {
		background: #372c51;
		color: #fff;
	}
	
	.filters ul li label {
		font-weight: 500;
		color: #372c51;
		background-color: #fff;
		border: 1px solid #372c51;
		padding: 13px 35px 13px 35px;
		border-radius: 30px 30px 30px 30px;
		-webkit-border-radius: 30px 30px 30px 30px;
		-moz-border-radius: 30px 30px 30px 30px;
		-ms-border-radius: 30px 30px 30px 30px;
		-o-border-radius: 30px 30px 30px 30px;
		transition: all 300ms ease-in-out;
	}
	
	.filters ul li:hover label {
		background: #fef2f0;
		border-color: #fef2f0;
	}
	
	/*--------------------------------------------------------------
# New Filter
--------------------------------------------------------------*/
	.filters ul li button {
		font-weight: 500;
		color: #372c51;
		background-color: #fff;
		border: 1px solid #372c51;
		padding: 13px 35px 13px 35px;
		border-radius: 30px 30px 30px 30px;
		-webkit-border-radius: 30px 30px 30px 30px;
		-moz-border-radius: 30px 30px 30px 30px;
		-ms-border-radius: 30px 30px 30px 30px;
		-o-border-radius: 30px 30px 30px 30px;
		transition: all 300ms ease-in-out;
	}
	
	.filters ul li button.active {
		background: #372c51;
		color: #fff;
	}
	
	.filters ul li button hover {
		background: #372c51;
		color: #fff;
	}
	
	@media (max-width: 767px) {
		.filters ul li button {
			font-size: 12px;
			padding: 7px 14px 7px 14px;
			border-radius: 14px 14px 14px 14px;
			-webkit-border-radius: 14px 14px 14px 14px;
			-moz-border-radius: 14px 14px 14px 14px;
			-ms-border-radius: 14px 14px 14px 14px;
			-o-border-radius: 14px 14px 14px 14px;
		}
	}
	
	/*--------------------------------------------------------------
# Team Filter
--------------------------------------------------------------*/
	.team-wrap {
		margin: 0 -15px;
		display: flex;
		flex-wrap: wrap;
	}
	
	.team-wrap .team-member {
		width: 25%;
		padding: 15px;
		display: none;
		transition: all 500ms ease-in-out;
		-webkit-transition: all 500ms ease-in-out;
		-moz-transition: all 500ms ease-in-out;
		-ms-transition: all 500ms ease-in-out;
		-o-transition: all 500ms ease-in-out;
	}
	
	.team-wrap .team-member.active {
		display: block;
	}
	
	.team-wrap .team-member header {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		background-color: #eee;
		overflow: hidden;
	}
	
	.team-wrap .team-member header .view {
		font-weight: 500;
		color: #372c51;
		background-color: #fff;
		border-radius: 30px 30px 30px 30px;
		padding: 13px 25px 13px 25px;
		position: absolute;
		opacity: 0;
		transform: translateY(50px);
		-webkit-transform: translateY(50px);
		-moz-transform: translateY(50px);
		-ms-transform: translateY(50px);
		-o-transform: translateY(50px);
	}
	
	.team-wrap .team-member:hover header .view {
		opacity: 1;
		z-index: 2;
		transform: translateY(0);
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
	}
	
	.team-wrap .team-member header .view:hover {
		color: #fff;
		background-color: #372c51;
	}
	
	.team-wrap .team-member header img {
		display: block;
		width: 100%;
		transition: all 300ms ease-in-out;
		-webkit-transition: all 300ms ease-in-out;
		-moz-transition: all 300ms ease-in-out;
		-ms-transition: all 300ms ease-in-out;
		-o-transition: all 300ms ease-in-out;
	}
	
	.team-wrap .team-member:hover header img {
		transform: scale(1.1);
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-o-transform: scale(1.1);
	}
	
	.team-wrap .team-member .content {
		padding: 20px;
		font-size: 14px;
		background: #f4f2f0;
		text-align: center;
		transition: all 300ms ease-in-out;
		-webkit-transition: all 300ms ease-in-out;
		-moz-transition: all 300ms ease-in-out;
		-ms-transition: all 300ms ease-in-out;
		-o-transition: all 300ms ease-in-out;
	}
	
	.team-wrap .team-member:hover .content {
		color: #f4f2f0;
		background: #372c51;
	}
	
	.team-wrap .team-member .content h4 {
		color: #372c51;
		margin: 0 0 10px 0;
		font-size: 20px;
	}
	
	.team-wrap .team-member:hover .content h4 {
		color: #f3f2f0;
	}
	
	.team-wrap .team-member .content p {
		margin: 0;
	}
	
	a.all-therapists {
		font-weight: 500;
		color: #372c51;
		display: inline-block;
		margin-bottom: 30px;
		background-color: transparent;
		border: 1px solid #372c51;
		padding: 13px 25px 13px 25px;
		border-radius: 30px 30px 30px 30px;
		-webkit-border-radius: 30px 30px 30px 30px;
		-moz-border-radius: 30px 30px 30px 30px;
		-ms-border-radius: 30px 30px 30px 30px;
		-o-border-radius: 30px 30px 30px 30px;
	}
	
	a.all-therapists:hover {
		color: #372d51 !important;
		background-color: #fff;
	}
	
	/*--------------------------------------------------------------
# Team modal
--------------------------------------------------------------*/
	.team-modal::-webkit-scrollbar {
		background: #f4f2f0;
		width: 10px;
	}
	
	.team-modal::-webkit-scrollbar-thumb {
		background-color: #f4f2f0;
		border-radius: 10px;
	}
	
	.team-modal {
		position: fixed;
		z-index: 999;
		/*pointer-events: none;*/
		pointer-events: all;
		width: 450px;
		max-width: 90%;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		/*opacity: 0;*/
		height: calc(100vh - 20%);
		overflow-y: scroll;
		transition: opacity 300ms ease-in-out;
		-webkit-transition: opacity 300ms ease-in-out;
		-moz-transition: opacity 300ms ease-in-out;
		-ms-transition: opacity 300ms ease-in-out;
		-o-transition: opacity 300ms ease-in-out;
	}
	
	.team-modal::before {
		content: "";
		position: fixed;
		height: 100vh;
		width: 100vw;
		background: rgba(0, 0, 0, .5);
		z-index: -1;
		left: 0;
		top: 0;
		pointer-events: none;
	}
	
	.team-modal.show {
		opacity: 1;
		pointer-events: all;
	}
	
	.team-modal header {
		background-color: #eee;
		position: relative;
	}
	
	.team-modal header img {
		width: 100%;
		display: block;
	}
	
	.team-modal header iframe {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		height: calc(100%);
	}
	
	.team-modal .content {
		background-color: #f4f2f0;
		padding: 30px;
		font-size: 14px;
		text-align: center;
	}
	
	.team-modal .content h4 {
		color: #372c51;
		margin: 0 0 10px 0;
		font-size: 20px;
	}
	
	/*--------------------------------------------------------------
# Team carousel
--------------------------------------------------------------*/
	.slick-track {
		display: flex !important;
		margin: 0 -15px;
	}
	
	.slick-slide {
		height: inherit !important;
	}
	
	.team-carousel .team-member {
		margin: 0 15px;
		padding: 30px;
		background-color: #fff;
		border: 1px solid #e1e8ed;
		border-radius: 5px;
	}
	
	.team-carousel .team-member img {
		border-radius: 50%;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		-ms-border-radius: 50%;
		-o-border-radius: 50%;
	}
	
	.team-carousel .team-member h4 {
		margin-bottom: 0;
	}
	
	.team-carousel .team-member .accreditations {
		opacity: .5;
		font-style: italic;
	}
	
	ul.slick-dots {
		margin: 20px 0 0 0;
		padding: 0;
		list-style: none;
		text-align: center;
	}
	
	ul.slick-dots li {
		display: inline-block;
		margin: 0 6px;
	}
	
	ul.slick-dots li button {
		width: 6px;
		height: 6px;
		display: inline-block;
		-webkit-border-radius: 50%;
		border-radius: 50%;
		background: #000;
		border: none;
		font-size: 0;
		padding: 0;
		opacity: .2;
	}
	
	ul.slick-dots li.slick-active button {
		opacity: 1;
	}
	
	/*--------------------------------------------------------------
# Fading team carousel
--------------------------------------------------------------*/
	.team-fade .single-post-page {
		display: flex !important;
		color: #fff;
		padding: 0 15px;
	}
	
	.team-fade .single-post-page h5 {
		margin: 0 0 5px 0;
		padding: 0;
		color: #fff;
	}
	
	.team-fade .single-post-page p {
		font-size: 16px;
		line-height: 1.8em;
		margin: 0;
	}
	
	.team-fade .single-post-page p.location {
		text-decoration: underline;
	}
	
	/*--------------------------------------------------------------
# Social media
--------------------------------------------------------------*/
	#372c51 .wp-share-button.theme16 .share-button .button-name, .wp-share-button.theme16 .share-button .button-count {
		font-weight: 400;
		font-size: 14px;
	}
	
	/*--------------------------------------------------------------
# CTA Blocks
--------------------------------------------------------------*/
	.cta-blocks {
		display: flex;
		flex-wrap: wrap;
		margin: 0 -15px;
	}
	
	.cta-blocks .single-post-cta {
		padding: 0 15px 15px 15px;
		width: 33.33%;
	}
	
	.cta-blocks .single-post-cta .content {
		background: #f4f2f0;
		padding: 30px;
		text-align: center;
		height: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	
	.cta-blocks .single-post-cta .content h4 {
		color: #372c51;
		margin: 20px 0;
	}
	
	@media only screen and (min-width: 600px); 
.cta-blocks .single-post-cta .content h4 {
		.cta-blocks .single-post-cta .content .elementor-button {
			margin-top: auto;
			display: inline-flex;
			justify-content: center;
		}
		
		/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
		.footer-privacy ul li {
			border-right: 1px solid #fff;
		}
		
		.footer-privacy ul li:last-of-type {
			border-right: none;
		}
		
		@media (max-width: 999px) {
			.single-post-page img {
				max-height: 80px;
			}
			
			.team-wrap .team-member {
				width: 33.33%;
			}
		}
		
		@media (max-width: 699px) {
			.team-wrap .team-member {
				width: 50%;
			}
		}
		
		@media (max-width: 767px) {
			.mobile-menu .elementor-nav-menu--dropdown.elementor-nav-menu__container {
				margin-top: 26px;
			}
			
			.home-slider .swiper-slide-contents {
				padding-top: 3rem;
			}
			
			.home-slider .swiper-slide-contents {
				text-align: center;
			}
			
			.home-slider .swiper-container-horizontal > .swiper-pagination-bullets, .home-slider .swiper-pagination-custom {
				display: none;
			}
			
			.home-cta {
				background-color: transparent !important;
			}
			
			.elementor-location-header .elementor-button {
				min-width: auto;
			}
			
			body .elementor-widget-reviews .elementor-main-swiper, body .elementor-widget-testimonial-carousel .elementor-main-swiper {
				width: 100%;
			}
			
			body .elementor-widget-sidebar {
				text-align: left;
			}
			
			.single-post-page {
				margin-bottom: 40px;
			}
			
			.cta-blocks .single-post-cta {
				width: 100%;
			}
		}
		
		@media (max-width: 600px) {
			.single img[class*='wp-image'] {
				width: 100%;
				margin: 15px 0;
			}
			
			.single .wp-block-image .alignleft, .single .wp-block-image .alignright {
				float: none;
				width: 100%;
				margin: 0;
			}
		}
		
		@media (max-width: 475px) {
			.single-post-page img {
				height: 50px;
				width: auto;
			}
			
			.single-post-page .content {
				margin-left: 30px;
			}
			
			.team-wrap .team-member {
				width: 100%;
			}
			
			img.alignright, img.alignleft {
				float: none;
				margin: 20px 0;
				width: 100%;
			}
			
			.elementor-post-navigation .post-navigation__prev--title, .elementor-post-navigation .post-navigation__next--title {
				display: none;
			}
			
			.elementor-post-navigation-borders-yes .elementor-post-navigation__separator {
				background-color: rgba(255, 255, 255, .3);
			}
			
			.cta-blocks .single-post-cta {
				width: 100%;
			}
		}
		
		/* ---------------------------------------------------
 * # Social sharing icons
 * ---------------------------------------------------*/
		.wp-share-button {
			margin: 0 !important;
		}
		
		.share-button {
			padding: 0 !important;
			height: 32px !important;
			width: 32px !important;
		}
		
		.wp-share-button .share-button:hover {
			color: #f26a6a !important;
			border-color: #f26a6a !important;
		}
		
		.wp-share-button .share-button:hover .button-icon {
			display: inline-block !important;
		}
		
		.wp-share-button .share-button:hover .button-count {
			display: none !important;
		}
		
		.wp-share-button #email .button-icon::before {
			content: "";
			font-family: "Font Awesome 5 Free";
			font-size: 16px;
			font-weight: 900;
			display: block;
			line-height: 28px;
		}
		
		.wp-share-button #facebook .button-icon::before {
			content: "";
			font-family: "Font Awesome 5 Brands";
			font-size: 16px;
			font-weight: 900;
			display: block;
			line-height: 28px;
		}
		
		.wp-share-button #twitter .button-icon::before {
			content: "";
			font-family: "Font Awesome 5 Brands";
			font-size: 16px;
			font-weight: 900;
			display: block;
			line-height: 28px;
		}
		
		.wp-share-button #linkedin .button-icon::before {
			content: "";
			font-family: "Font Awesome 5 Brands";
			font-size: 16px;
			font-weight: 900;
			display: block;
			line-height: 28px;
		}
		
		/* ---------------------------------------------------
 * # Blog posts read more buttons
 * ---------------------------------------------------*/
		#post-grid .elementor-post__read-more {
			margin-bottom: 0;
			margin-top: auto;
			display: inline-block;
			justify-content: center;
			font-family: "Fira Sans", Sans-serif;
			font-size: 16px;
			font-weight: 500;
			text-transform: uppercase;
			color: #fff;
			background-color: #f26a6a;
			border-radius: 30px 30px 30px 30px;
			padding: 12px 24px;
		}
		
		#post-grid .elementor-post__read-more:hover {
			background-color: #372c51;
		}
		
		/* ---------------------------------------------------
 * # Team Modal Book Now Button
 * ---------------------------------------------------*/
		.team-modal .booknow a {
			margin-bottom: 20px;
			margin-top: 0px;
			display: inline-block;
			justify-content: center;
			font-family: "Fira Sans", Sans-serif;
			font-size: 16px;
			font-weight: 500;
			text-transform: uppercase;
			color: #fff;
			background-color: #f26a6a;
			border-radius: 30px 30px 30px 30px;
			padding: 12px 24px;
		}
		
		.team-modal .booknow :hover {
			background-color: #372c51 !important;
			color: #fff;
		}
		
		.team-modal h5 {
			margin-top: 40px;
		}
		
		.wp-block-social-links .wp-social-link a, .wp-block-social-links .wp-social-link a:hover {
			font-size: 36px;
			background-color: #fff !important;
		}
		
		.wp-block-social-links {
			border-top: none !important;
		}
	}
}
