/*
Theme Name: Creatomatic WordPress Framework
Theme URI: https://www.creatomatic.co.uk/our-framework-for-wordpress/
Description: Client website theme
Author: Creatomatic Ltd
Author URI: https://www.creatomatic.co.uk
License URI: https://www.creatomatic.co.uk/terms-and-conditions/
Update URI: disabled
Version: 1.0.0

Colours being used:

*/


html, body {
	margin: 0;
	padding: 0;
	font-family: "nunito", 'Helvetica', 'Arial', sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #393939;
	font-size: 16px;
	line-height: 1.45;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: auto;
	font-smooth: always;
}

h1, h2, h3, h4,
.has-lora-font-family {
	font-family: "lora", 'Helvetica', 'Arial', serif;
	font-weight: 400;
	font-style: normal;
	margin: 0;
	line-height: 1.1;
}

img.responsive{
	border: 0;
	max-width: 100%;
	height: auto;
}

figure.is-resized img{
	max-width: 100%;
}

iframe{
	max-width: 100%;
}

iframe img{
	max-width: inherit;
}

#google-map img{
	max-width: inherit;
}

.clearer, .creatomatic-clearer {
	clear: both;
	height: 0;
}

*:focus {  
	outline: none;
}

a {
	color: #F08080;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

::selection, ::-moz-selection  {
	background: #69bdd2;
	color: #fff;
}

.centred {
	margin: 0 auto;
	text-align: center;
	max-width: 1300px;
}


a.button-link,
.button-link,
a.wp-block-button__link,
.is-style-outline a.wp-block-button__link,
.contact-row button,
.wp-block-button__link:visited,
form.post-password-form input[type="submit"],
form.protected-post-form input[type="submit"]{
	display: inline-block;
	border: 2px solid #F08080;
	background: #F08080;
	color: #fff;
	padding: 12px 30px;
	text-align: center;
	cursor: pointer;
	margin: 10px 0;
	font-weight: 700;
	font-size: 16px;
	border-radius: 50px;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	-webkit-appearance: none;
	line-height: 1;
	min-width: 130px;
}

@-moz-document url-prefix() {
  a.button-link,
  .button-link,
  a.wp-block-button__link,
  .is-style-outline a.wp-block-button__link,
  .contact-row button,
  .wp-block-button__link:visited,
  form.post-password-form input[type="submit"]{
	font-weight: 300;
  }
}

.is-style-outline a.wp-block-button__link,
.button-link.is-style-outline{
	background: none;
	color: #16385B;
	border: 2px solid #16385B;
}

@-moz-document url-prefix() {
  .is-style-outline a.wp-block-button__link{
	  font-weight: 300;
  }
}

a.button-link:hover,
.button-link:hover,
a.wp-block-button__link:hover,
.contact-row button:hover,
form.post-password-form input[type="submit"]:hover,
form.protected-post-form input[type="submit"]:hover{
	background: #16385B;
	border: 2px solid #16385B;
	cursor: pointer;
}

.is-style-outline a.wp-block-button__link:hover,
.button-link.is-style-outline:hover{
	color: #fff;
	background: #F08080;
	border: 2px solid #F08080;
}

.file-link-button.wp-block-button {
	width: 100%;
}

.button-link.file-link-button,
.file-link-button a.wp-block-button__link,
a.wp-block-button__link.file-link-button {
	padding: 12px 30px 12px 55px;
	position: relative;
	text-align: left;
}

.button-link.file-link-button::before,
.file-link-button a.wp-block-button__link::before,
a.wp-block-button__link.file-link-button::before {
	content: '\f15b';
	font-family: "Font Awesome 7 Pro";
	position: absolute;
	top: 50%;
	left: 20px;
	font-size: 20px;
	font-weight: 400;
	transform: translateY(-50%)
}


a.social-icon{
	display: inline-block;
	color: #000;
	margin: 0 10px 10px 0;
	font-size: 24px;
	line-height: normal;
	text-align: center;
}

a.social-icon svg{
	width: 25px;
	height: auto;
}

a.social-icon svg path, a.social-icon svg circle{
	fill: #000;
}

.extra-short-content, .short-content, .medium-content, .large-content{
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}

.extra-short-content {
	width: 400px;
}

.medium-content{
	width: 800px;
}

.large-content {
	width: 1100px
}

.has-text-align-left.short-content, .has-text-align-left.medium-content, .has-text-align-left.extra-short-content{
	margin-left: 0 !important;
}

.full-width{
	width: 100vw;
	position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.full-width .wp-block-cover__inner-container{
	width: 1260px;
	max-width: 100%;
}


.xxx-bg{
	position: relative;
	z-index: 1;
}

.xxx-bg a{
	color: #fff;
}

.xxx-bg:before{
	background: #ccc;
	position: absolute;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	width: 100vw;
	height: 100%;
	z-index: -1;
	content: '';
}

.wp-block-media-text.xxx-bg{
	background: #ccc;
}

.wp-block-media-text.xxx-bg:before{
	content: none;
}

.wp-block-embed .wp-block-embed__wrapper {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 56.25%;
}
.wp-block-embed .wp-block-embed__wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
}






/* Heading */

.top-bar{
	width: 100%;
	-o-transition:.5s;
	  -ms-transition:.5s;
	  -moz-transition:.5s;
	  -webkit-transition:.5s;
	  transition:.5s;
	background: #fff;
	position: sticky;
	top: 0;
	border-bottom: 1px solid #E3E3E3;
	z-index: 5000;
}

.top-bar .centred {
	max-width: 1420px;
}

.top-bar-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
	padding: 0 20px;
	width: calc(100% - 40px);
	position: relative;
}

.nav-outer {
	display: flex;
	align-items: center;
	gap: 60px;
}

.nav-right {
	display: flex;
	align-items: center;
	gap: 15px;
}

.nav-right .user-link {
	height: 42px;
	width: 42px;
	border-radius: 50%;
	border: 2px solid #16385B;
	color: #16385B;
	position: relative;
	text-align: center;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

.nav-right .user-link:hover {
	background: #16385B;
	color: #fff;
}

.nav-right .user-link i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 18px;
}

a.header-logo{
	max-width: 100%;
	display: flex;
	width: 235px;
}

a.header-logo img {
	width: 235px;
}







/* Navigation */

.nav {
	display: inline-block;
	margin: 0;
}

.nav ul {
	margin: 0;
	padding: 0;
}

.nav ul li {
	display: inline;
	text-decoration: none;
}

/*.nav ul li.menu-item-has-children a{
	background: url(images/nav-dropdown.jpg) right center no-repeat;
	padding-right: 20px;
}

.nav ul li.menu-item-has-children ul li a,
.nav ul li ul li.menu-item-has-children ul li a{
	background: none;
	padding-right: 10px;
}

.nav ul li ul li.menu-item-has-children a{
	background: url(images/nav-dropdown-right.jpg) right center no-repeat;
	padding-right: 20px;
	background-position: 98% center;
}*/

.nav a {
	position: relative;
	padding: 32px 0;
	margin: 0 0 0 45px;
	display: inline-block;
	text-decoration: none;
	font-size: 16px;
	font-weight: 500;
	color: #16385B;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

.nav ul li.menu-item-has-children a {
	padding: 32px 17px 32px 0;
}

.nav ul li.menu-item-has-children a::after {
	content: '\f078';
	font-family: "Font Awesome 7 Pro";
	top: 50%;
	right: 0px;
	transform: translateY(-50%);
	font-size: 12px;
	position: absolute;
	font-weight: 600;
}

.nav ul li.menu-item-has-children > a::before {
	content: '';
	position: absolute;
	top: 22px;
	left: -20px;
	height: calc(100% - 44px);
	width: calc(100% + 40px);
	border-radius: 60px;
	background: #F8F7F3;
	z-index: -1;
	opacity: 0;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

.nav ul li.menu-item-has-children.menu-item-sub-menu-open > a::before,
.nav ul li.menu-item-has-children.current_page_item > a::before,
.nav ul li.current_page_ancestor > a::before {
	opacity: 1;
}

.nav ul li ul li.menu-item-has-children a::after,
.nav ul li ul li.menu-item-has-children.menu-item-sub-menu-open > a::before {
	content: unset;
}

.nav ul li.menu-item-has-children > a:hover,
.nav ul li.current_page_item > a,
.nav ul li.current_page_ancestor > a {
	color: #16385B;
}

.nav a:hover, .nav ul li ul li.menu-item-has-children > a:hover, .nav ul li ul li ul li.current-menu-item > a {
	color: #DD7676;
}



@-moz-document url-prefix() {
  .nav a {
	  font-weight: 300;
  }
}

.nav ul li ul a:link, .nav ul li ul a:visited {
	display: block;
	text-decoration: none;
} 

.nav ul li ul {
	position: absolute;
	display: block;
	background: #FFFFFF;
	border: 1px solid #E3E3E3;
	text-align: left;
	z-index: 1000;
	margin: 0;
	padding: 0;
	width: 100%;
	max-width: 1000px;
	margin-left: 0px;
	left: 50%;
	transform: translateX(-50%);
	top: 100%;
	-webkit-clip-path: inset(0 0 100% 0);
	transition: all .5s cubic-bezier(0.77, 0, 0.175, 1);
	transition: all .5s cubic-bezier(0.77, 0, 0.175, 1);
	transition: all .5s cubic-bezier(0.77, 0, 0.175, 1), all .5s cubic-bezier(0.77, 0, 0.175, 1);
	padding: 40px 30px 40px 30px;
	min-height: 300px;
} 

.nav ul li ul.sub-menu-active {
	-webkit-clip-path: inset(0 0 0 0); 
	clip-path: inset(0 0 0 0);
}

.nav ul li ul li {
	display: block;
	float: none;
	padding: 0px;
	margin: 0px;
	width: 200px;
}

.nav ul li ul li a{
	color: #16385B;
	font-weight: 600;
	padding: 0 0 12px;
	margin: 0;
	display: block;
	width: fit-content;
}

.nav ul li ul li.menu-item-has-children a {
	padding: 0 0 12px;
}

.nav ul li ul li.menu-item-has-children.menu-item-sub-menu-open > a {
	color: #DD7676;
}

.nav ul li ul li ul{
	top: 40px;
	left: 230px;
	margin-left: 0;
	border: 0px solid #E3E3E3;
	border-left: 1px solid #E3E3E3;
	width: calc(100% - 260px);
	transform: unset;
	min-height: unset;
	height: calc(100% - 80px);
	overflow: scroll;
	padding: 0 0 0 50px;
	z-index: 2000;
	-webkit-clip-path: inset(0 0 100% 0);
	transition: all .5s cubic-bezier(0.77, 0, 0.175, 1);
	transition: all .5s cubic-bezier(0.77, 0, 0.175, 1);
	transition: all .5s cubic-bezier(0.77, 0, 0.175, 1), all .5s cubic-bezier(0.77, 0, 0.175, 1);
	-ms-overflow-style: none;  /* IE and Edge */
	scrollbar-width: none;  /* Firefox */
}

.nav ul li ul li ul::-webkit-scrollbar {
	display: none;
}

.nav ul li ul li ul.sub-menu-active {
	-webkit-clip-path: inset(0 0 0 0); 
	clip-path: inset(0 0 0 0);
}

.nav ul li ul li ul li {
	float: left;
	width: calc(50% - 20px);
	display: inline-block;
	margin: 0 20px 0 0;
}

.nav ul li ul li ul li:nth-child(2n+1) {
	clear: both;
}

.nav ul li ul li.has-view-all-link ul li:nth-child(2n + 1) {
	clear: unset;
}

.nav ul li ul li.has-view-all-link ul li:nth-child(2n+2) {
	clear: both;
}

.nav ul li ul li ul li a {
	font-weight: 500;
	font-size: 15px;
}

.nav ul li ul li.has-view-all-link ul li:nth-child(1) a {
	text-decoration: underline;
	font-weight: 600;
}








/* Mobile Navigation */

.mobile-nav-header {
	text-align: center;
	float: right;
	display: none;
	z-index: 50001;
	position: relative;
	color: #16385B;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

.mobile-nav-header:hover{
	cursor: pointer;
	color: #F08080;
}

.mobile-nav-header i{
	float: left;
	font-size: 30px;
	line-height: normal;
	text-align: center;
	padding: 10px 0px 10px 10px;
	
}

.mobile-nav {
	display: none;
	width: 100%;
	max-width: 100%;
	float: left;
	position: fixed;
	top: 81px;
	left: 0;
	height: calc(100% - 81px);
	z-index: 5000;
	overflow: scroll;
	background: #F8F7F3;
	-ms-overflow-style: none;  /* IE and Edge */
	scrollbar-width: none;  /* Firefox */
}

.mobile-nav-inner {
	width: calc(100% - 40px);
	display: block;
	padding: 40px 20px 100px;
	height: calc(100% - 140px);
	max-width: 600px;
	margin: auto;
	overflow: scroll;
	-ms-overflow-style: none;  /* IE and Edge */
	  scrollbar-width: none;  /* Firefox */
}

.mobile-nav-inner::-webkit-scrollbar {
	display: none;
}

.mobile-nav .menu-main-container{
	position: relative;
	float: left;
	width: 100%;
	height: 100%;
}

.mobile-nav-inner ul {
	list-style: none;
	padding:0;
	margin:0;
}

.mobile-nav-inner ul li {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.mobile-nav-inner a {
	float: left;
	width: calc(95% - 45px);
	margin: 0;
	font-size: 20px;
	text-align: left;
	padding: 8px 5% 8px 0;
	color: #16385B	;
	font-weight: 400;
}

@-moz-document url-prefix() {
  .mobile-nav-inner a {
	  font-weight: 300;
  }
}

.mobile-nav-inner a:hover, .mobile-nav-inner .current_page_ancestor > a, .mobile-nav-inner .current_page_item > a {
	color: #F08080;
}

.mobile-nav-inner li i{
	float: right;
	padding: 13px;
	font-size: 18px;
	width: 15px;
	color: #16385B;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

.mobile-nav-inner li i:hover {
	color: #F08080;
}

.mobile-nav-inner ul li ul li.mobile-nav-back i{
	float: left;
	font-size: 14px;
	padding: 17px 13px;
}

.mobile-nav-inner ul li ul li.mobile-nav-back{
	display: inline-block;
	width: 100%;
}

.mobile-nav-inner ul li ul li.mobile-nav-back a{
	padding-left: 0;
}

.mobile-nav-inner ul li ul{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	z-index: 200;
	width: 100%;
	overflow: scroll;
	background: #F8F7F3;
}

.mobile-nav-inner ul li ul li ul{
	z-index: 300;
}







/* Search */

.ui-autocomplete {
	padding: 0;
	top: 45px;
	width: 200px;
	background: #262626;
	color: #fff;
	z-index: 400;
	box-shadow: none;
	border: none !important;
	font-size: 16px;
	margin: 0;
	left: 0;
	list-style: none outside none;
	z-index: 9999
}

.ui-menu-item {
	padding: 5px 5%;
}

.ui-menu-item:hover {
	color: #fff;
	background: #16348E;
	cursor: pointer;
	margin: 0;
}

.creato_search_loading {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 8px;
	left: 82%;
}

.creato_search_loading.active {
	background: url('images/loading.gif') no-repeat right center;
}


/* Home Animation */

.home-page-animation-outer {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: #F8F7F3;
	z-index: 99999999;
	-webkit-clip-path: inset(0 0 0 0);
	clip-path: inset(0 0 0 0);
	transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
	transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
	transition: all 1s cubic-bezier(0.77, 0, 0.175, 1), all 1s cubic-bezier(0.77, 0, 0.175, 1);
}

.home-page-animation-outer.home-page-animation-outer-ended {
	-webkit-clip-path: inset(0 100% 0 0);
	clip-path: inset(0 100% 0 0);
}

.home-page-animation-inner {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: calc(100% - 40px);
	max-width: 600px;
	max-height: calc(100vh - 40px);
}

.home-page-animation-inner img {
	max-height: 100%;
	width: auto;
	object-fit: contain;
	object-position: center;
	margin: auto;
	display: block;
}


/* Custom classes */

.zero-gap-columns {
	gap: 0 !important;
}

.wp-block-list {
	margin: 0;
}

.cream-bg {
	padding: 50px;
	border-radius: 15px;
	background: #F8F7F3;
}

.home-hero-block {
	min-height: calc(100vh - 88px);
	display: flex;
	justify-content: center;
	padding: 20px 0;
}

.cream-bg-full,
.blue-bg-full {
	position: relative;
	width: 100%;
}

.blue-bg-full {
	color: #fff;
}

.cream-bg-full::before,
.blue-bg-full::before {
	background: #F8F7F3;
	position: absolute;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	height: 100%;
	z-index: -3;
	content: '';
	top: 0;
}

.blue-bg-full::after {
	content: '';
	position: absolute;
	--widthA: calc(100vw - 1260px);
	--widthB: calc(var(--widthA) / 2);
	left: calc(var(--widthB) * -1);
	bottom: 10%;
	width: 23%;
	height: 110%;
	min-height: 500px;
	background-image: url('images/blue-bg-graphic-left.svg');
	background-size: cover;
	background-position: top right;
	background-repeat: no-repeat;
	z-index: -2;
}

.blue-bg-full-right-graphic::after {
	content: '';
	position: absolute;
	--widthA: calc(100vw - 1260px);
	--widthB: calc(var(--widthA) / 2);
	right: calc(var(--widthB) * -1);
	top: 30%;
	width: 30%;
	height: 100%;
	min-height: 680px;
	background-image: url('images/blue-bg-graphic-right.svg');
	background-size: cover;
	background-position: bottom left;
	background-repeat: no-repeat;
	z-index: -2;
}

.cream-bg-full-graphics::after {
	content: '';
	position: absolute;
	--widthA: calc(100vw - 1260px);
	--widthB: calc(var(--widthA) / 2);
	left: calc(var(--widthB) * -1);
	top: 10%;
	width: 23%;
	height: 110%;
	min-height: 500px;
	background-image: url('images/white-shape-left.svg');
	background-size: cover;
	background-position: top right;
	background-repeat: no-repeat;
	z-index: -2;
}

.cream-bg-full-right-graphic::after {
	content: '';
	position: absolute;
	--widthA: calc(100vw - 1260px);
	--widthB: calc(var(--widthA) / 2);
	right: calc(var(--widthB) * -1);
	bottom: 0%;
	width: 37%;
	height: 140%;
	min-height: 680px;
	background-image: url('images/white-shape-right-2.svg');
	background-size: cover;
	background-position: bottom left;
	background-repeat: no-repeat;
	z-index: -2;
}

.blue-bg-full.background-image-active::after,
.blue-bg-full-right-graphic.background-image-active::after,
.cream-bg-full-right-graphic.background-image-active::after,
.cream-bg-full-graphics.background-image-active::after {
	animation: scale 2.5s ease-in-out infinite alternate;
}

@keyframes scale {
  from { transform: scale(100%); }
  to { transform: scale(130%); }
}

.blue-bg-full::before {
	background: #2C6489;
}

.spaced-text {
	letter-spacing: 1.5px;
	text-transform: uppercase;
}

.accreditation-images {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 20px 30px;
	flex-wrap: wrap;
}

.accreditation-images .wp-block-image {
	margin: 0 !important;
}

.accreditation-images .wp-block-image img {
	height: 70px;
	width: auto;
}

svg.clippy {
	position: absolute;
	top: -999px;
	left: -999px;
}

.clipped-image {
	position: relative;
	z-index: 2;
	padding: 5%;
	margin-bottom: 0;
	margin-top: 5%;
}

.clipped-image-2 {
	position: relative;
	z-index: 2;
}

.clipped-image::before {
	position: absolute;
	top: -5%;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url('images/image-graphic-border.svg');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	content: '';
	z-index: 2;
}

.clipped-image.background-image-active::before {
	animation: rotate 4s linear infinite;
}

@keyframes rotate {
    0% {
	  transform: rotate(0deg);
	}
	25% {
	  transform: rotate(10deg);
	}
	75% {
	  transform: rotate(-10deg);
	}
	100% {
	  transform: rotate(0deg);
	}
}

.clipped-image-2 img {
	aspect-ratio: 16/15;
	object-fit: cover;
	clip-path: url(#pk-image-clip-path-2);
	z-index: 1;
}

.clipped-image img {
	aspect-ratio: 3/4;
	object-fit: cover;
	clip-path: url(#pk-image-clip-path);
	z-index: 1;
}

.reduced-width {
	width: 900px;
	margin: auto;
	max-width: 100%;
}

.custom-list-item {
	margin-bottom: 50px;
	background: #F8F7F3;
	border-radius: 15px;
	padding: 40px 40px 40px 105px;
	position: relative;
}

.custom-list-item h3 strong {
	position: absolute;
	line-height: 36px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	color: #fff;
	font-weight: 400;
	background: #F08080;
	text-align: center;
	top: 35px;
	left: 40px;
	font-size: 22px;
}

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

.sticky-columns.wp-block-columns {
	display: grid;
	grid-template-columns: calc(40% - 80px) 60%;
	gap: 80px;
}

.sticky-columns.wp-block-columns .wp-block-column:first-child {
	position: sticky;
	top: 200px;
	max-height: calc(100vh - 220px);
	align-self: start;
	overflow: scroll;
	-ms-overflow-style: none;  /* IE and Edge */
	scrollbar-width: none;  /* Firefox */
}

.sticky-columns.wp-block-columns .wp-block-column:first-child::-webkit-scrollbar {
	display: none;
}

.flow-columns {
	margin-bottom: 0;
	gap: 0 !important;
}

.flow-columns-right .wp-block-column:last-child,
.flow-columns-left .wp-block-column:first-child {
	position: relative;
}

.flow-columns-right .wp-block-column:last-child::before {
	position: absolute;
	left: -24%;
	width: 25%;
	height: calc(50% + 100px);
	top: 50%;
	background-image: url('images/flow-line-left.svg');
	background-size: auto;
	background-repeat: no-repeat;
	background-position: center;
	content: '';
}

.flow-columns-left .wp-block-column:first-child::before {
	position: absolute;
	right: -24%;
	width: 25%;
	height: calc(50% + 100px);
	top: 50%;
	background-image: url('images/flow-line-right.svg');
	background-size: auto;
	background-repeat: no-repeat;
	background-position: center;
	content: '';
}

.custom-spaced-columns {
	gap: 80px;
}

.memberships {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 20px;
}

.memberships figure {
	margin: 0;
}

.memberships figure img {
	height: 100px;
	width: auto;
}


/* Custom Shortcodes */

.custom-breadcrumbs {
	padding: 40px 0 60px;
	font-size: 13px;
	color: #B2B2B2;
}

.custom-breadcrumbs a {
	color: #B2B2B2;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

.custom-breadcrumbs a:hover {
	color: #F08080;
}

.procedure-category-filter-outer {
	margin: 50px 0 40px;
}

.procedure-category-filter-buttons {
	display: flex;
	gap: 15px;
	flex-wrap: wrap;
}

select[name="procedure-category-filter-select"] {
	-webkit-appearance: none;
	width: 100%;
	border: 2px solid #16385B;
	color: #16385B;
	font-family: "nunito", 'Helvetica', 'Arial', sans-serif;
	font-weight: 700;
	border-radius: 50px;
	padding: 12px 40px 12px 20px;
	font-size: 16px;
	background-color: transparent;
	background-image: url('images/dropdown-arrow.svg');
	background-repeat: no-repeat;
	background-position: top 50% right 20px;
	background-size: 14px;
	display: none;
}

.procedure-category-filter-outer .button-link {
	min-width: 90px;
	margin: 0;
}

.procedure-category-filter-outer .button-link.button-link-active {
	background: #F08080;
	border: 2px solid #F08080;
	color: #fff;
}

.procedure-category-loading-gif {
	display: none;
	width: 400px;
	max-width: 100%;
	margin: auto;
}

.procedure-categories-outer {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: center;
}

.procedure-category {
	aspect-ratio: 1/1;
	border-radius: 15px;
	background: #fff;
	padding: 30px;
	flex: 0 0 calc(25% - 69px);
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
	color: #16385B;
	text-align: center;
	position: relative;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

@supports not (aspect-ratio: 1 / 1) {

	.procedure-category {
		margin-bottom: 30px;
	}

}

.procedure-category:hover {
	scale: 1.04;
}

.procedure-category-image {
	width: 100%;
	aspect-ratio: 1 / 1;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	max-height: calc(100% - 50px);
}

@supports not (aspect-ratio: 16 / 9) {

	.procedure-category-image {
		padding-top: 84%;
		margin-bottom: 50px;
	}

}

.procedure-category h3 {
	font-style: italic;
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
	width: calc(100% - 60px);
}

.procedure-category-listings {
	display: grid;
	grid-template-columns: calc(33.33% - 12px) calc(33.33% - 12px) calc(33.33% - 12px);
	gap: 25px 18px;
}

.procedure-category-listing {
	background: #fff;
	padding: 30px 30px 82px;
	background: #fff;
	border-radius: 15px;
	position: relative;
	color: #393939;
}

.procedure-category-listing:hover .procedure-category-listing-button {
	background: #F08080;
	color: #fff;
}

.procedure-category-listing-bottom {
	position: absolute;
	bottom: 20px;
	left: 30px;
	width: calc(100% - 60px);
	display: flex;
	justify-content: space-between;
	gap: 20px;
	align-items: center;
}

.procedure-category-listing-category {
	color: #393939;
}

.procedure-category-listing-button {
	height: 42px;
	width: 42px;
	border-radius: 50%;
	border: 2px solid #F08080;
	color: #F08080;
	position: relative;
	text-align: center;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

.procedure-category-listing-button i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 18px;
}

.procedure-faqs-listings {
	display: grid;
	gap: 15px;
	grid-template-columns: 100%;
	max-width: 700px;
	width: 100%;
	margin: 30px auto 0;
}

.procedure-faq-listing {
	background: #fff;
	border-radius: 15px;
	color: #393939;
}

.procedure-faq-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 20px;
}

.procedure-faq-title:hover {
	cursor: pointer;
}

.procedure-faq-title span {
	font-weight: 600;
}

.procedure-faq-title i {
	font-size: 20px;
	color: #F08080;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

.procedure-faq-title:hover i {
	transform: rotate(90deg);
}

.procedure-faq-title.procedure-faq-title-active:hover i {
	transform: rotate(-90deg);
}

.procedure-faq-content {
	padding: 0px 20px 10px;
	display: none;
}

.testimonials-section {
	display: grid;
	grid-template-columns: calc(33.33% - 12px) calc(33.33% - 12px) calc(33.33% - 12px);
	gap: 100px 18px;
	margin-bottom: 60px;
}

.testimonial-listing {
	background: #F8F7F3;
	padding: 0 30px 30px;
	border-radius: 15px;
	color: #16385B;
}

.testimonial-bottom {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	align-items: center;
	margin-top: 10px;
}

.testimonial-listing-button {
	height: 42px;
	width: 42px;
	border-radius: 50%;
	border: 2px solid #F08080;
	color: #F08080;
	position: relative;
	text-align: center;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	flex: 0 0 42px;
}

.testimonial-listing-button i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 18px;
}

.testimonial-listing:hover .testimonial-listing-button {
	color: #fff;
	background: #F08080;
}

.testimonial-image-outer {
	margin-top: -40px;
	padding: 0 8%;
}

.testimonial-image-outer img {
	width: 100%;
}

.testimonial-pagination {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
	justify-content: center;
}

.testimonial-pagination-number {
	height: 30px;
	width: 30px;
	border: 2px solid #F08080;
	color: #16385B;
	font-size: 14px;
	border-radius: 50%;
	position: relative;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

.testimonial-pagination-next,
.testimonial-pagination-prev {
	display: block;
	font-size: 14px;
	cursor: pointer;
}

.testimonial-pagination-prev {
	display: none;
}

.testimonial-pagination-next i {
	margin-left: 5px;
}

.testimonial-pagination-prev i {
	margin-right: 5px;
}

.testimonial-pagination-next i,
.testimonial-pagination-prev i {
	color: #F08080;
	font-size: 16px;
}



.testimonial-pagination-number.active-number,
.testimonial-pagination-number:hover {
	background: #F08080;
	color: #fff;
	cursor: pointer;
}

.testimonial-pagination-number span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.testimonials-section-outer-hidden {
	display: none;
}



/* Custom Animation */

.fade-up {
	transform: translateY(100px);
	opacity: 0;
	-o-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-webkit-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

.fade-up.creato-animate-active {
	transform: translateY(0);
	opacity: 1;
}

.fade-in {
	opacity: 0;
	-o-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-webkit-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

.fade-in.creato-animate-active {
	opacity: 1;
}

.fade-in-from-right {
	opacity: 0;
	-o-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-webkit-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
	transform: translateX(200px);
}

.fade-in-from-right.creato-animate-active {
	opacity: 1;
	transform: translateX(0px);
}

.fade-in-from-left {
	opacity: 0;
	-o-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-webkit-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
	transform: translateX(-200px);
}

.fade-in-from-left.creato-animate-active {
	opacity: 1;
	transform: translateX(0px);
}



/* Single Testimonial */

.single-testimonial-top {
	padding-bottom: 170px;
}

.testimonial-single-image-outer {
	text-align: center;
	max-width: 350px;
	width: 100%;
	margin: -150px auto 30px;
}

.testimonial-single-image-outer img {
	width: 100%;
}

.testimonial-content-bottom {
	max-width: 800px;
	margin: 0 auto 80px;
}



/* Testimonial Slider */

.testimonial-slider-inner {
	display: grid;
	grid-template-columns: calc(40% - 30px) calc(60% - 30px);
	gap: 60px;
	align-items: center;
}

.testimonial-content-title {
	font-size: 18px;
	color: #16385B;
	font-weight: 500;
}

.testimonial-content-procedure {
	color: #16385B;
}

.testimonial-content-excerpt {
	margin-top: 20px;
	font-family: "lora", 'Helvetica', 'Arial', serif;
	font-weight: 400;
	font-style: italic;
	color: #393939;
}

.testimonial-content-excerpt p {
	margin: 0;
}



.testimonial-slider-buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	align-items: center;
	margin-top: 40px;
}

.testimonial-slick-arrows {
	display: flex;
	align-items: center;
	gap: 10px;
}

.testimonial-slick-arrows i {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	color: #F08080;
	font-weight: 600;
	background: none;
	text-align: center;
	font-size: 16px;
	border: 2px solid #F08080;
	position: relative;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	cursor: pointer;
}

.testimonial-slick-arrows i::before {
	position: absolute;
	top: 50%;
	left: 50;
	transform: translate(-50%, -50%);
}

.testimonial-slick-arrows i:hover {
	background: #F08080;
	color: #fff;
}

.testimonial-slider-image-container {
	max-width: 300px;
	width: 100%;
	float: right;
}

.testimonial-slider-image-container img {
	width: 100%;
}

.testimonial-slider-outer > h3 {
	margin-bottom: 20px;
	margin-left: calc(40% + 30px);
}

.single-procedure-testimonials {
	padding: 100px 0;
}

/* Body */


.page-wrapper{
	float: left;
	width: 100%;
	overflow: clip;
}

.page-content{
	width: calc(100% - 40px);
	margin: 0px 20px;
	text-align: left;
}


.creato_block-container{
	display: inline-block;
	width: 100%;
}

.creato_block-container-header{
	display: inline-block;
	width: 100%;
}

.creato_block-container-header h2{
	float: left;
}

.creato_block-container-header .creato_block-container-arrows{
	float: right;
}

.creato_block-container-link{
	float: right;
	font-weight: 500;
	font-size: 14px;
	color: #ccc;
	border-bottom: 2px solid #ccc;
	margin: 10px 0 20px 0;
}

.creato_block-container-link:hover{
	color: #000;
	border-bottom: 2px solid #000;
}

.creato_block-container-listings{
	display: inline-block;
	width: 100%;
}


/* creato_block grid */

.creato_block-container .grid {
	display: grid;
	gap: 20px;
	grid-template-columns: 100%;
}

.creato_block-container .grid .creato_block-listing{
	width: 100%;
	margin: 0;
}

.creato_block-container.creato_block-container-1-columns .grid {
	grid-template-columns: calc(33.34% - 14px) calc(33.33% - 13px) calc(33.33% - 13px);
}

.creato_block-container.creato_block-container-2-columns .grid {
	grid-template-columns: calc(50% - 10px) calc(50% - 10px);
}

.creato_block-container.creato_block-container-3-columns .grid {
	grid-template-columns: calc(33.34% - 14px) calc(33.33% - 13px) calc(33.33% - 13px);
}

.creato_block-container.creato_block-container-4-columns .grid {
	grid-template-columns: calc(25% - 15px) calc(25% - 15px) calc(25% - 15px) calc(25% - 15px);
}

.creato_block-container.creato_block-container-5-columns .grid {
	grid-template-columns: calc(20% - 16px) calc(20% - 16px) calc(20% - 16px) calc(20% - 16px) calc(20% - 16px);
}

.creato_block-listing-image{
	float: left;
	width: 100%;
	padding-top: 56.25%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}



/* end creato_block grid */




/* creato_block slider */

.creato_block-container .slider .creato_block-listing{
	margin-right: 20px;
}

/* end creato_block slider */


.creato_block-listing{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}


/* Video Shortcode */

.video-outer {
	float: left;
	width: 100vw;
	position: relative;
	overflow: hidden;
	height: 100vh;
}

.video-overlay {
	background: rgba(0, 0, 0, 0.2);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 0;
}

.no-overlay .video-overlay {
	background: none;
}

.vimeo-video {
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	min-height: 100%;
	min-width: 100%;
}

.homepage-video-image {
	float: left;
	height: 100vh;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	background-position: center;
}

.homepage-video {
	margin: auto;
	position: absolute;
	top: 0;
	min-height: 100%;
	min-width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.video-outer .video-content,
.homepage-video-image .video-content {
	max-width: calc(100% - 40px);
	width: 800px;
	text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	right: 0;
	margin: 0 auto;
	text-align: center;
}

.video-outer .video-content h3,
.homepage-video-image .video-content h3 {
	color: #fff;
	font-family: 'Helvetica', 'Arial', serif;
	font-weight: 400;
	font-style: normal;
	font-size: 24px;
	margin-bottom: 12px;
}

.video-outer .video-content h1,
.homepage-video-image .video-content h1 {
	color: #fff;
	font-weight: 400;
	margin-bottom: 12px;
}

.video-outer .video-content .button-link,
.homepage-video-image .video-content .button-link {
	background: none;
	border: 1px solid #fff;
	color: #fff;
	padding: 13px 26px 13px;
	text-shadow: none;
	margin-top: 20px;
}

.video-outer .video-content .button-link:after,
.homepage-video-image .video-content .button-link:after {
	display: none;
}

.video-outer .video-content .button-link:hover,
.homepage-video-image .video-content .button-link:hover {
	background: #fff;
	border: 1px solid #69bdd2;
	color: #69bdd2;
}

.vimeo-video iframe {
	z-index: -1;
	overflow: hidden;
}
/*
.video-outer .sc-main-search-outer {
	position: static;
}
*/


.schema-faq.wp-block-yoast-faq-block {
	max-width: 800px;
	margin: auto;
	display: grid;
	gap: 15px;
	grid-template-columns: 100%;
	margin-top: 40px;
}

.schema-faq-section{
	background: #fff;
	border-radius: 15px;
	color: #393939;
}

.schema-faq-question{
	font-family: "nunito", 'Helvetica', 'Arial', sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 18px;
	padding: 20px 50px 20px 20px;
	display: inline-block;
	width: calc(100% - 70px);
	position: relative;
	color: #393939;
	cursor: pointer;
}

.schema-faq-question:after{
	content: '\f061';
	font-family: "Font Awesome 7 Pro";
	color: #F08080;
	font-size: 20px;
	line-height: 1.8;
	text-align: center;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	font-weight: 600;
}

.schema-faq-question:hover:after {
	transform: translateY(-50%) rotate(90deg);
}

.schema-faq-answer-open:hover:after{
	transform: translateY(-50%) rotate(-90deg);
}

.schema-faq-answer{
	display: none;
	padding: 0 20px 20px;
}









/* Index */

#sidebar {
	text-align: right;
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
}

#sidebar ul{
	margin: 0;
	padding: 0;
}

#sidebar ul li{
	list-style: none;
}

#sidebar select {
	appearance: none;
	-webkit-appearance: none;
	background: #fff;
	border: 2px solid #000;
	padding: 9px 38px 9px 20px;
	border-radius: 25px;
	width: 200px;
	text-transform: capitalize;
	color: #000;
	font-weight: 400;
	background-repeat: no-repeat !important;
	background-position: 90% center !important;
	background-size: auto 11px !important;
	cursor: pointer;
	font-size: 14px;
	background: #fff url(images/select-dropdown.svg);
	font-family: 'Helvetica', 'Arial', serif;
}


.pagination{
	display: inline-block;
	width: 100%;
	padding: 10px 0;
	margin: 20px 0;
	text-align: center;
}

.pagination a.page-numbers, .pagination span.current{
	display: inline-block;
	width: 20px;
	text-align: center;
	color: #000;
}

.pagination span.current, .pagination a.page-numbers:hover, .pagination a.prev:hover, .pagination a.next:hover{
	color: #00b6ed;
}

.pagination a.prev, .pagination a.next{
	width: auto;
	padding: 0 3px;
}





/* News */

.archive-news-outer,
.archive-search-outer {
	display: grid;
	grid-template-columns: calc(33.34% - 14px) calc(33.33% - 13px) calc(33.33% - 13px);
	gap: 40px 20px;
	margin: 40px 0;
}

.archive-news {
	display: inline-block;
	width: 100%;
	margin: 0;
}

.blog-filters {
	width: max-content;
	float: right;
	margin-top: 10px;
}

.archive-news-image {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	aspect-ratio: 6 / 6;
	margin-bottom: 20px;
}

.archive-news-text p {
	color: #393939;
}

@supports not (aspect-ratio: 6 / 6) {

	.archive-news-image {
		padding-top: 96.25%;
	}

}

.search-results {
	margin: 60px 20px 80px;
}


/* Error Page */

.error-page .custom-breadcrumbs {
	visibility: hidden;
}



/* Map */

.map-container, #google-map{
	float: left;
	width: 100%;
}

#google-map{
	height: 75vh;
}





/* Contact Form */


.page-content-11 iframe {
	margin-left: -50vw !important;
	margin-right: -50vw !important;
	max-width: 100vw !important;
	border: none;
	float: left;
}

.creato_contact_form {
	max-width: 700px;
	margin: auto;
}

.creato_contact_form form {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	justify-content: center;
	text-align: center;
}

.creato_cf_main {
	float:left;
	width: 100%;
	text-align: left;
}

.creato_cf_main h2 {
	margin-bottom: 30px;
}

.contact-row {
	display: inline-block;
	margin-bottom: 0px;
	flex: 0 0 100%;
}

.contact-row label {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin-bottom: 8px;
	display: none;
}

.contact-row input[type="text"], .contact-row textarea {
	border: 0px solid #4B4B4B;
	padding: 14px 20px;
	width: calc(100% - 40px);
	max-width: calc(100% - 40px);
	font-size: 16px;
	-webkit-appearance:none;
	font-family: "nunito", 'Helvetica', 'Arial', sans-serif;
	font-weight: 400;
	font-style: normal;
	border-radius: 15px;
	background: #F8F7F3;
	color: #8D8D8D;
}

.cream-bg-full .contact-row input[type="text"], .cream-bg-full .contact-row textarea {
	background: #fff;
}

.contact-row input[type="text"]::placeholder, .contact-row textarea::placeholder {
	color: #8D8D8D;
	font-family: "nunito", 'Helvetica', 'Arial', sans-serif;
	font-weight: 400;
	font-style: normal;
}

.contact-row textarea {
	height: 150px !important;
	resize: vertical;
}

.contact-row select {
	font-size: 16px;
	-webkit-appearance:none;
	font-family: "nunito", 'Helvetica', 'Arial', sans-serif;
	font-weight: 400;
	font-style: normal;
	background-color: #F8F7F3;
	color: #8D8D8D;
	padding: 14px 20px;
	width: 100%;
	max-width: 100%;
	background-position: top 50% right 20px;
	background-size: 12px;
	background-image: url('images/dropdown-arrow.svg');
	background-repeat: no-repeat;
	border: 0px;
	border-radius: 15px;
}

.cream-bg-full .contact-row select {
	background-color: #fff;
}

.contact-row-contact_terms label{
	font-size: 12px;
	display: inline-block;
}

.message {
	color: #545454;
	display: inline-block;
	width: 94%;
    padding: 15px 2%;
    margin: 20px 1%;
    border: 1px solid #545454;
    font-size:16px;
}

.contact-row-contact_name,
.contact-row-contact_last_name,
.contact-row-contact_email,
.contact-row-contact_number,
.creato_cf_consultation .contact-row-contact_location,
.creato_cf_consultation .contact-row-contact_procedure {
	flex: 0 0 calc(50% - 7px)
}


/* Password Protected Pages */

.password-protected-page-outer {
	padding: 150px 0 200px;
	text-align: center;
}

form.protected-post-form label {
	display: none;
}

form.protected-post-form input[name="post_password"] {
	border: 0px solid #4B4B4B;
	padding: 14px 20px;
	width: 200px;
	max-width: calc(100% - 40px);
	font-size: 16px;
	-webkit-appearance: none;
	font-family: "nunito", 'Helvetica', 'Arial', sans-serif;
	font-weight: 400;
	font-style: normal;
	border-radius: 15px;
	background: #fff;
	color: #8D8D8D;
	margin-bottom: 25px;
}

form.protected-post-form input[name="post_password"]::placeholder {
	color: #8D8D8D;
	font-family: "nunito", 'Helvetica', 'Arial', sans-serif;
	font-weight: 400;
	font-style: normal;
}





/* Footer */

.footer-consultation-outer {
	background: #F08080;
	color: #fff;
	text-align: center;
}

.footer-consultation-inner {
	padding: 80px 0;
	text-align: center;
}

.footer-consultation-links {
	display: flex;
	justify-content: center;
	gap: 20px 30px;
	align-items: center;
	margin-top: 20px;
	flex-wrap: wrap;
}

.footer-consultation-links .button-link {
	margin: 0;
	background: #fff;
	color: #16385B;
}

.footer-consultation-links .button-link:hover {
	color: #fff;
	background: #16385B;
}

.footer {
	width: 100%;
	padding: 0;
	background: #2C6489;
	color: #fff;
	overflow: hidden;
}

.footer-graphics {
	width: 100%;
	position: relative;
	z-index: 1;
}

.footer-graphics::before {
	position: absolute;
	content: '';
	height: 254%;
	width: 40%;
	background-image: url('images/footer-graphic-1.svg');
	background-size: cover;
	background-position: top 50% right 0;
	background-repeat: no-repeat;
	z-index: -1;
	top: -90%;
	transform: rotate(-20deg);
	left: -20%;
	opacity: 0.5;
}

.footer-graphics::after {
	position: absolute;
	content: '';
	height: 120%;
	width: 40%;
	background-image: url('images/footer-graphic-2.svg');
	background-size: cover;
	background-position: bottom 0 left 0;
	background-repeat: no-repeat;
	z-index: -1;
	top: -60%;
	transform: rotate(20deg);
	right: -15%;
	opacity: 0.5;
}

.footer-inner {
	padding: 80px 20px 50px;
	width: calc(100% - 40px);
	text-align: left;
}

.footer-top {
	display: flex;
	gap: 30px;
	margin-bottom: 115px;
}

.footer-logo-outer {
	flex: 0 0 calc(37% - 15px);
}

.footer-columns {
	flex: 0 0 calc(63% - 15px);
	display: flex;
	gap: 30px;
	flex-wrap: wrap;
}

.footer-column {
	flex: 0 0 calc(30% - 20px);
}

.footer-column.footer-contact {
	flex: 0 0 calc(40% - 20px);
}

.footer-contact a.mail,
.footer-contact a.phone {
	display: block;
	width: fit-content;
	margin-bottom: 10px;
	font-size: 16px;
}

.social-icons-container.footer-social {
	margin-top: 20px;
}

a.footer-logo {
	width: 270px;
	max-width: 100%;
	display: flex;
}

a.footer-logo img {
	width: 270px;
	max-width: 100%;
}

.footer a{
	color: #fff;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

.footer a:hover{
	color: #F08080;
}

.footer-menu ul,
.credit-link ul {
	margin: 0;
	padding: 0;
}

.footer-menu ul li {
	list-style: none outside none;
	display: block;
}

.footer-menu ul li a {
	display: inline-block;
	margin-bottom: 10px;
	font-size: 16px;
	
}

.footer-title {
	font-family: "lora", 'Helvetica', 'Arial', serif;
	font-weight: 400;
	font-style: normal;
	font-size: 21px;
	margin-bottom: 15px;
}


.credit-link ul li {
	list-style: none outside none;
	display: inline;
}

.credit-link ul li a {
	margin-left: 5px;
	padding-left: 5px;
	border-left: 1px solid rgba(255,255,255,0.5);
	color: rgba(255,255,255,0.5);
}

.credit{
	display: inline-block;
	width: 100%;
	font-size: 12px;
	line-height: 1;
	color: rgba(255,255,255,0.5);
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px 30px;
	flex-wrap: wrap;
}

.credit-right a{
	color: rgba(255,255,255,0.5);
}

.credit-link, .credit-left span {
	display: inline-block;
}


@media (max-width: 1450px) {
	.nav-outer {
		gap: 30px;
	}
	
	.nav a {
		margin: 0 0 0 30px;
	}
}

@media (max-width: 1300px) {
	a.header-logo {
		width: 200px;
	}
	
	a.header-logo img {
		width: 200px;
	}
	
	.nav-right .button-link {
		padding: 12px 15px;
		font-size: 14px;
	}
	
	.nav-right .user-link {
		height: 38px;
		width: 38px;
	}
	
	.cream-bg-full-right-graphic::after,
	.blue-bg-full-right-graphic::after {
		right: -20px;
	}
	
	.cream-bg-full-graphics::after,
	.blue-bg-full::after {
		left: -20px;
	}
}

@media (max-width: 1200px) {
	.nav, .nav-right {
		display: none;
	}
	
	.mobile-nav-header {
		display: block;
	}
	
	.top-bar {
		height: 80px;
	}
	
	.top-bar .centred {
		position: relative;
		top: 50%;
		transform: translateY(-50%);
	}
	
	.footer-top {
		gap: 60px
	}
	
	.footer-logo-outer {
		flex: 0 0 270px;
	}
	
	.footer-columns {
		flex: 0 0 calc(100% - 330px);
		display: flex;
		gap: 30px;
		flex-wrap: wrap;
	}
	
	.mobile-nav .nav-right {
		display: flex;
		position: absolute;
		bottom: 30px;
		left: 50%;
		transform: translateX(-50%);
		width: calc(100% - 40px);
		justify-content: center;
	}
	
	.home-hero-block {
		padding: 35px 0 20px;
	}
	
}

@media (max-width: 1050px) {
	.footer-top {
		flex-wrap: wrap;
		gap: 40px;
	}
	
	.footer-columns {
		flex: 0 0 100%;
	}
	
	.footer-graphics::after {
		width: 100%;
		top: -73%;
		transform: rotate(20deg);
		right: -34%
	}
}


@media (max-width: 1000px) {
	.creato_block-container.creato_block-container-5-columns .grid {
		grid-template-columns: calc(25% - 15px) calc(25% - 15px) calc(25% - 15px) calc(25% - 15px);
	}
	
	.procedure-category {
		flex: 0 0 calc(33.33% - 68px)
	}
	
	.sticky-columns.wp-block-columns {
		display: grid;
		grid-template-columns: calc(40% - 40px) 60%;
		gap: 40px;
	}
	
	.custom-list-item {
		padding: 30px 20px 30px 85px;
		position: relative;
	}
}

@media (max-width: 900px) {
	.has-xx-large-font-size {
		font-size: 50px !important;
	}
	
	.has-x-large-font-size {
		font-size: 45px !important;
	}
	
	.has-large-font-size {
		font-size: 34px !important;
	}
	
	.procedure-category-filter-outer .button-link {
		min-width: unset;
	}
	
	.testimonials-section {
		display: grid;
		grid-template-columns: calc(50% - 10px) calc(50% - 10px);
		gap: 100px 20px;
		margin-bottom: 60px;
	}
}

@media (max-width: 850px) {
	.creato_block-container.creato_block-container-4-columns .grid,
	.creato_block-container.creato_block-container-5-columns .grid {
		grid-template-columns: calc(33.34% - 14px) calc(33.33% - 13px) calc(33.33% - 13px);
	}
}


@media (max-width: 800px) {
	.procedure-category {
		flex: 0 0 calc(50% - 46px);
		padding: 30px 20px;
		
	}
	
	.procedure-category-listings {
		display: grid;
		grid-template-columns: calc(50% - 10px) calc(50% - 10px);
		gap: 25px 20px;
	}
}

/* Tablet */

@media (max-width: 782px) {
	.flow-columns-right .wp-block-column:last-child::before {
		left: 50%;
		transform: translateX(-50%);
		top: 100%;
	}
	
	.flow-columns-left .wp-block-column:first-child::before {
		right: unset;
		left: 50%;
		transform: translateX(-50%);
		top: 100%;
	}
	
	.footer-inner {
		padding: 80px 20px 100px;
	}
	
}


@media (max-width: 700px) {

	.mobile-slider .creato_block-container-listings .grid .creato_block-listing{
		margin: 10px 20px 10px 0;
	}

	.mobile-slider .creato_block-container-listings .grid .creato_block-listing:nth-child(2n+1),
	.mobile-slider .creato_block-container-listings .grid .creato_block-listing:nth-child(3n+1),
	.mobile-slider .creato_block-container-listings .grid .creato_block-listing:nth-child(4n+1){
		clear: none;
	}
	
	.creato_block-container.creato_block-container-3-columns .grid,
	.creato_block-container.creato_block-container-4-columns .grid,
	.creato_block-container.creato_block-container-5-columns .grid,
	.archive-news-outer,
	.archive-search-outer {
		grid-template-columns: calc(50% - 10px) calc(50% - 10px);
	}
	
	.creato_block-container.creato_block-container-3-columns .grid .creato_block-listing:last-child,
	.creato_block-container.creato_block-container-5-columns .grid .creato_block-listing:last-child {
		grid-column: span 2;
	}
	
	.sticky-columns.wp-block-columns {
		display: grid;
		grid-template-columns: 100%;
		gap: 50px;
	}
	
	.sticky-columns.wp-block-columns .wp-block-column:first-child {
		position: relative;
		top: unset;
		max-height: unset;
		overflow: unset;
	}
	
	.custom-list-item {
		padding: 30px 20px 30px 20px;
	}
	
	.custom-list-item h3 {
		position: relative;
		padding-left: 50px;
	}
	
	.custom-list-item h3 strong {
		line-height: 34px;
		width: 36px;
		height: 36px;
		top: 50%;
		transform: translateY(-50%);
		left: 0;
	}
	
	.footer-column {
		flex: 0 0 calc(50% - 15px);
	}
	
	.footer-column.footer-contact {
		flex: 0 0 100%;
	}
	
	.footer-graphics::before {
		content: unset;
	}
	
	.footer-graphics::after {
		width: 120%;
		top: -73%;
		transform: rotate(31deg);
		right: -64%;
	}
	
	.memberships figure img {
		height: 70px;
	}
	
	.page-wrapper{
		overflow: hidden;
	}

}



@media (max-width: 600px) {

	.wp-block-media-text .wp-block-media-text__content {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
	.cookie-banner {
		width: 60px !important;
		height: 60px !important;
	}
	
	.cookie-banner i {
		font-size: 18px !important;
	}
	
	.testimonial-slider-outer {
		text-align: center;
	}
	
	.testimonial-slider-inner {
		display: grid;
		grid-template-columns: 100%;
		gap: 10px;
		align-items: center;
	}
	
	.testimonial-slider-outer > h3 {
		margin-bottom: 20px;
		margin-left: 0;
	}
	
	.testimonial-slider-image-container {
		float: unset;
		margin: auto;
	}
	
	.testimonial-image-slider .slick-arrow {
		width: 40px;
		height: 40px;
		border-radius: 50%;
		font-weight: 600;
		background: none;
		text-align: center;
		font-size: 16px;
		border: 2px solid #F08080;
		-o-transition: .5s;
		-ms-transition: .5s;
		-moz-transition: .5s;
		-webkit-transition: .5s;
		transition: .5s;
		cursor: pointer;
		z-index: 10;
	}
	
	.testimonial-image-slider .slick-arrow:hover {
		background: #F08080;
	}
	
	.testimonial-image-slider .slick-arrow.slick-prev {
		left: 0;
	}
	
	.testimonial-image-slider .slick-arrow.slick-next {
		right: 0;
	}

	.testimonial-image-slider .slick-arrow::before {
		content: '\f060';
		font-family: "Font Awesome 7 Pro";	
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		color: #F08080;
		font-size: 16px;
		-o-transition: .5s;
		-ms-transition: .5s;
		-moz-transition: .5s;
		-webkit-transition: .5s;
		transition: .5s;
	}
	
	.testimonial-image-slider .slick-arrow:hover::before {
		color: #fff;
	}
	
	.testimonial-image-slider .slick-arrow.slick-next::before {
		content: '\f061';
	}
	
	.testimonial-slider-buttons {
		justify-content: center;
		margin-top: 20px;
	}
	
	.testimonial-slick-arrows {
		display: none;
	}
	
	.schema-faq-question {
		font-size: 16px;
	}
	
	.cream-bg {
		padding: 40px 20px;
	}

}

@media (max-width: 550px) {
	.testimonials-section {
		grid-template-columns: 100%;
	}
}


/* Mobile Layouts */
@media (max-width: 500px) {

	.nav {
		display: none;
	}

	.mobile-nav-header {
		display: inline-block;
	}
	
	.has-xx-large-font-size {
		font-size: 40px !important;
	}
	
	.has-x-large-font-size {
		font-size: 36px !important;
	}
	
	.has-large-font-size {
		font-size: 30px !important;
	}
	
	.mobile-nav .nav-right .button-link {
		flex: 0 0 calc(100% - 92px);
	}
	
	.procedure-category-listings {
		display: grid;
		grid-template-columns: 100%;
		gap: 25px 20px;
	}
	
	select[name="procedure-category-filter-select"] {
		display: block;
	}
	
	.procedure-category-filter-buttons {
		display: none;
	}
	
	.cookie-banner-bottom_left {
		display: none;
	}

}

@media (max-width: 450px) {
	.creato_block-container.creato_block-container-2-columns .grid,
	.creato_block-container.creato_block-container-3-columns .grid,
	.creato_block-container.creato_block-container-4-columns .grid,
	.creato_block-container.creato_block-container-5-columns .grid,
	.archive-news-outer,
	.archive-search-outer {
		grid-template-columns: 100%;
	}
	
	.creato_block-container.creato_block-container-3-columns .grid .creato_block-listing:last-child,
	.creato_block-container.creato_block-container-5-columns .grid .creato_block-listing:last-child {
		grid-column: span 1;
	}
	
	.testimonial-slider-image-container {
		max-width: calc(100% - 120px);
	}
	
	.contact-row-contact_name, .contact-row-contact_last_name, .contact-row-contact_email, .contact-row-contact_number, .creato_cf_consultation .contact-row-contact_location, .creato_cf_consultation .contact-row-contact_procedure {
		flex: 0 0 100%;
	}
	
}


@media (max-width: 400px) {
	.procedure-category {
		flex: 0 0 calc(100% - 60px);
		padding: 20px 30px;
		
	}
	
	.footer-consultation-links .button-link {
		width: 100%;
	}
}


























/* General Woocommerce */

/* Remove to set live - Copy this line, find and replace with a blank

.woocommerce{
	display: inline-block;
	width: 100%;
}

#sidebar{
	float: left;
	width: 20%;
	margin-top: 40px;
}

#sidebar ul{
	margin: 0;
	padding: 0;
}

#sidebar ul li{
	list-style: none outside none;
	margin-bottom: 5px;
}

#sidebar a{
	color: #6C6D6D;
}

#sidebar .widget{
	margin-bottom: 20px;
}

#primary{
	margin: 0 auto;
	text-align: center;
	max-width: 1200px;
	width:98%
}

.woocommerce .main-content{
	text-align: left;
}

.woocommerce .woocommerce-breadcrumb{
	text-align: left;
	font-size: 12px;
	display: inline-block;
	width: 100%;
	margin: 80px 0 20px 0;
	color: #BFBFBF;
}

.woocommerce .woocommerce-breadcrumb a{
	color: #BFBFBF;
}

mark.count{
	display: none;
}

/* End General */








/* Woocommerce Buttons */

/* Remove to set live - Copy this line, find and replace with a blank

.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce a.button.alt,
.woocommerce input.button.alt,
#sidebar a.button,
.woocommerce div.product form.cart .button,
.woocommerce input#wc_lost_license_btn,
.woocommerce button.button.alt{
	display: inline-block;
	text-transform: uppercase;
	border: none;
	background: #ccc;
	color: #fff;
	padding: 10px 15px !important;
	text-align: center;
	margin: 10px 0;
	font-size: 16px;
	border-radius: 0px;
	font-weight: 200;
	white-space: inherit;
	max-width: 90%;
	font-weight: bold;
	-webkit-appearance:none;
	  -o-transition:.5s;
	  -ms-transition:.5s;
	  -moz-transition:.5s;
	  -webkit-transition:.5s;
	  transition:.5s;
}

#sidebar a.button{
	margin: 10px 1%;
	width: 43%;
	padding: 5px 1% !important;
	font-size: 14px;
}

.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce div.product form.cart .button:hover,
.woocommerce a.button.alt:hover,
.woocommerce input.button.alt:hover,
#sidebar a.button:hover,
.woocommerce input.button:disabled,
.woocommerce input.button.alt:hover,
.woocommerce input#wc_lost_license_btn:hover,
.woocommerce button.button.alt:hover{
	background: #545454;
	color: #fff;
	cursor: pointer;
}

/* End Buttons */








/* Archive Products/Categories */

/* Remove to set live - Copy this line, find and replace with a blank

.woocommerce ul.products li.product-category h2{
	text-align: center;
	font-size: 16px;
}

.woocommerce ul.products li.product .price{
	color: #545454;
	font-size: 18px;
	display: none;
}

.woocommerce div.product p.price, .woocommerce div.product span.price{
	color: #545454;
	font-size: 20px;
}

.woocommerce div.product .woocommerce-variation-price span.price{
	font-size: 30px;
	color: #545454;
	font-weight: bold;
	margin-bottom: 20px;
}

.woocommerce span.onsale{
	background: #545454;
}

.woocommerce ul.products li.product .price del{
	display: inline-block;
}

/* End Archive Styling */








/* Single Product */

/* Remove to set live - Copy this line, find and replace with a blank

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images{
	text-align: left;
}

.woocommerce .summary{
	text-align: left;
	color: #545454;
}

.woocommerce div.product h1.product_title{
	color: #545454;
}

.woocommerce .summary p.price{
	font-size: 26px;
	margin: 0 0 20px 0;
}

.woocommerce .quantity .qty{
	background: none;
	color: #545454;
	font-size: 18px;
	padding: 6px 2px;
	border: 1px solid #545454;
	margin: 10px 10px 0 0;
}

.woocommerce div.product p.stock{
	
}

.woocommerce .summary form .form-row{
	margin: 0;
	padding: 0;
}

.woocommerce div.product form.cart .variations select{
	font-family: 'Montserrat', 'Helvetica', 'Arial', serif;
	font-size: 14px;
	background: #fff;
	-webkit-appearance:none;
	border-radius: 0;
	color: #545454;
	padding: 10px;
	border: 1px solid #545454;
}

.woocommerce div.product form.cart .button{
	padding: 10px 15px !important;
}

.woocommerce .product_meta{
	font-size: 14px;
}

.woocommerce span.sku_wrapper{
	
}

.woocommerce section.related{
	display: inline-block;
	width: 100%;
}

.woocommerce section.related h2{
	text-align: center;
	margin-bottom: 20px;
}


.woocommerce-message, .woocommerce-info {
	text-align: left;
}

.woocommerce .woocommerce-message .button{
	margin: 0;
	padding: 10px 15px !important;
}

.woocommerce div.product div.images {
	width: 47%;
	margin-left: 1%;
}

.woocommerce .woocommerce-ordering select {
    padding: 8px 0%;
	appearance: none;
	-webkit-appearance: none;
	border: none;
	font-size: 12px;
	font-family: 'Montserrat', 'Helvetica', 'Arial', serif;
	float: right;
	margin-right: 1%;
	width: 100%;
}

.single_add_to_cart_button {
	
}

/* End Single Product */








/* Woocommerce Tabs */

/* Remove to set live - Copy this line, find and replace with a blank

.woocommerce-tabs{
	text-align: left;
	margin: 40px 0;
	display: inline-block;
	width: 100%;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before{
	display: none !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li{
	border-radius: 0;
	border: none;
	margin: 0 5px 5px 0;
	color: #545454;
	text-transform: uppercase;
	font-weight: 800;
	background: #ccc;
	border: 1px solid #ccc;
	border-bottom: none;
	  -o-transition:.5s;
	  -ms-transition:.5s;
	  -moz-transition:.5s;
	  -webkit-transition:.5s;
	  transition:.5s;
}

.woocommerce div.product .woocommerce-tabs ul.tabs{
	margin: 0;
	padding: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:hover, .woocommerce div.product .woocommerce-tabs ul.tabs li.active{
	background: #fff;
	color: #ccc;
	margin-bottom: 0;
	padding-bottom: 5px;

}

.woocommerce div.product .woocommerce-tabs ul.tabs li:hover a {
	color: #ccc;
}
	
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:hover a {
	color: #ccc;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a{
	padding: 10px 10px;
	font-size: 16px;
	color: #fff;
}

.woocommerce div.product .woocommerce-tabs .panel{
	width: 94%;
	padding: 30px 3%;
	background: #fff;
	border: 1px solid #ccc;
	margin-top: -1px;
	float: left;
}

/* end of tabs */








/* Basket */

/* Remove to set live - Copy this line, find and replace with a blank

.woocommerce table.cart td.actions .input-text, .woocommerce form.checkout_coupon .form-row input.input-text{
	float: left;
	width: 150px;
	padding: 3px 10px;
	font-size: 16px;
	font-family: 'Montserrat', 'Helvetica', 'Arial', serif;
	margin: 10px 10px 10px 0;
	-webkit-appearance:none;
}

.woocommerce table.shop_table{
	border: 1px solid #ccc;
	font-size: 14px;
	background: #fff;
	border-radius: 0;
}

.woocommerce table img{
	width: 50px;
	height: auto;
}

.woocommerce td.product-name dl.variation p{
	margin: 0;
}

.woocommerce table.cart td.actions .input-text{
	border: 1px solid #ccc;
	background: none;
	color: #545454;
	padding: 9px 10px;
	width: 200px;
}

.woocommerce table.cart td.actions .input-text::placeholder{
	color: #545454;
}

.woocommerce table.shop_table td, .woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th{
	border-top: 1px solid #ccc;
}

/* End Basket */








/* Checkout Page */

/* Remove to set live - Copy this line, find and replace with a blank

.woocommerce form .form-row-last {
    width: 46%;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce form .form-row select{
	padding: 10px;
	font-size: 16px;
	font-family: 'Montserrat', 'Helvetica', 'Arial', serif;
	border: 1px solid #ccc;
	color: #545454;
	background: #fff;
	-webkit-appearance:none;
}

.woocommerce form .form-row input.input-text::placeholder{
	color: #ccc;
}

.woocommerce form.checkout_coupon .form-row input.input-text{
	width: 100%;
	padding: 7px 10px;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment{
	border-radius: 0;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2{
	width: 100%;
	margin: 20px 0%;
}

.woocommerce .woocommerce-checkout{
	width: 600px;
	margin: 0 auto;
	max-width: 96%;
}

.woocommerce form .form-row.woocommerce-validated input.input-text {
	border-color: #ccc;
}

/* End Checkout */







/* My Account */

/* Remove to set live - Copy this line, find and replace with a blank

.woocommerce nav.woocommerce-MyAccount-navigation{
	display: inline-block;
	width: 100%;
	text-align: center;
	background: #545454;
}

.woocommerce nav.woocommerce-MyAccount-navigation ul{
	margin: 0;
	padding: 0;
}

.woocommerce nav.woocommerce-MyAccount-navigation ul li{
	list-style: none outside none;
	display: inline;
}

.woocommerce nav.woocommerce-MyAccount-navigation ul li a{
	padding: 10px 15px;
	color: #fff;
	text-transform: uppercase;
	display: inline-block;
	font-size: 14px;
}

.woocommerce nav.woocommerce-MyAccount-navigation ul li a:hover, .woocommerce nav.woocommerce-MyAccount-navigation ul li.is-active a{
	opacity: 0.5;
}

/* End My Account */



/* Woocommerce Mobile */

/* Remove to set live - Copy this line, find and replace with a blank

@media (max-width: 970px) {

	
	.woocommerce .woocommerce-breadcrumb {
	    width: 98%;
	    margin: 10px 1% 20px 1%;
	}
	
	.woocommerce div.product div.summary {
		width: 47%;
		margin-right:1%;
	}
	
	.woocommerce-tabs {
	    margin: 40px 1%;
	    width: 98%;
	}
	
	.page-tabs-overlay h3 {
	    font-size: 28px;
    }
	
}


@media (max-width: 768px) {

	.woocommerce div.product div.images {
	    width: 94%;
	    margin: 0 3%;
	}
	
	.woocommerce div.product div.summary {	
	    width: 94%;
	    margin: 20px 3% 0;
	}
	
	.woocommerce div.product .woocommerce-tabs ul.tabs li {
	    padding: 0 1%;
    }
    
    .woocommerce div.product .woocommerce-tabs ul.tabs li a {
	    font-size: 14px;
    }
    

}

@media (max-width: 500px) {

	.page-tabs-overlay h3 {
	    font-size: 24px;
	}
	
	.woocommerce .woocommerce-breadcrumb {
	    margin: 80px 1% 20px 1%;
	}
	
	.woocommerce div.product h1.product_title {
	    font-size: 26px;
	}
	
	.woocommerce div.product .woocommerce-tabs ul.tabs li {
	    width: 97.5% !important;
	    margin: 0 !important;
	    padding: 3px 1% !important;
	}
	
	.woocommerce div.product .woocommerce-tabs .panel {
	    width: 93.5% !important;
	}
	
	.woocommerce form .form-row {
	    padding: 3px 1% !important;
	}
	
	.woocommerce form .form-row-first, .woocommerce form .form-row-last {
    	width: 98%;
	}
	
	.woocommerce-privacy-policy-text p {
		font-size: 12px;
	}
	
}

/* End Woocommerce Mobile */

























/* Specific Fixes and things in the core */
 

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.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;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}





/* IE11 Styling */

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	
	select::-ms-expand {
	    display: none;
	}
	
}



/* Cookie notification styling */

.wc_privacy_notice {
	position: fixed;
	bottom: 0px;
	width: 90%;
	text-align: center;
	background: rgba(255,255,255,1);
	border-top: 1px solid #000;
	box-shadow: 0px 0px 2px #000;
	padding: 10px 10px;
	font-size: 13px;
	z-index: 10000;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	left: 0;
	right: 0;
	margin: 0 auto;
	max-width: 800px;
	border-radius: 10px 10px 0 0;
}

.wc_privacy_text{
	float: left;
	width: 100%;
}

.wc_privacy_text strong{
	float: left;
	font-size: 12px;
}

.wc_privacy_policy_buttons{
	float: right;
}

.reveal_privacy_options, 
.wc_privacy_policy_buttons button, 
.wc_privacy_submit{
	display: inline-block;
	padding: 5px 20px;
	margin-left: 10px;
	border-radius: 20px;
	-webkit-appearance: none;
	line-height: normal;
	border: none;
	font-size: 11px;
	font-family: "nunito", 'Helvetica', 'Arial', sans-serif;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
	color: #fff;
	background: #000;
}

span.reveal_privacy_options_hide{
	display: none;
}

.reveal_privacy_options:hover, 
.wc_privacy_policy_buttons button:hover, 
.wc_privacy_submit:hover{
	opacity: 0.8;
	cursor: pointer;
}

.wc_reveal_options{
	float: left;
	width: 100%;
	padding: 10px 0;
	display: none;
	text-align: left;
	font-size: 11px;
}

.wc_privacy_option {
	float: left;
	background: #efefef;
	padding: 5px 10px;
	margin: 0 10px 0 0;
	width: calc(25% - 30px);
	text-align: center;
}

.page-content .wc_reveal_options {
	float: none;
	display: block;
}

.page-content .wc_privacy_notice {
	position:relative;
	display: inline-block !important;
	border: 1px solid #999;
	width: calc(100% - 42px);
	padding: 20px;
	background: #fff;
	color: #1C2342;
	z-index: 0;
	margin: 10px 0px 50px 0px;
	animation: slideDown 0 ease forwards;
	-webkit-animation: slideDown 0 ease forwards;
	-moz-animation: slideDown 0 ease forwards;
	-o-animation: slideDown 0 ease forwards;
	animation-delay: 0;
	-webkit-animation-delay: 0;
	-moz-animation-delay: 0;
	-o-animation-delay: 0;
}

.page-content .wc_privacy_notice .wc_privacy_text strong{
	width: inherit;
}

.page-content .wc_reveal_options .wc_privacy_submit {
	margin-top:10px;
	margin-left:0 !important;
}


@media (max-width: 600px) {
	.wc_privacy_option {
		width: calc(50% - 30px);
		margin-top: 5px;
	}
}

@media (max-width: 350px) {
	.wc_privacy_text strong{
		width: 90px;
		text-align: left;
	}
	
	.wc_privacy_policy_buttons{
		margin-top: 5px;
	}
}

