/*
 Theme Name:   ParamountPress
 Theme URI:    http://localhost/website
 Description:  ParamountPress - Paramounts own Wordpress Theme
 Author:       Paramount Digital
 Author URI:   http://paramountdigital.co.uk
 Template:     generatepress
 Version:      1.0.0
*/

/* colour variables */
:root {
	--pink: #EE549F; 
	--blue: #1C86C6;
	--dark-blue: #004170;
	--grey: #F5F7FB;
}

html {
  	box-sizing: border-box;
	font-size: 14px;
}
h1, h2, h3, h4, h5 {
	float: left;
	clear: both;
	width: 100%;
	line-height: 1.2;
	font-weight: 500;
	color: var(--dark-blue);
}
*, *:before, *:after {
	box-sizing: inherit;
	min-height: 0;
	min-width: 0;
}
a, a:visited {
	transition: color 0.3s ease-in-out;
}
a:hover, a:focus, a:active {
	transition: color 0.3s ease-in-out;
}
.entry-content a:not(.content-button) {
	text-decoration: underline;
	text-underline-position: under;
}
textarea {
	height: 165px;
}
blockquote {
	float: left;
	width: 100%;
}
.grecaptcha-badge { 
    visibility: hidden;
}
body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    line-height: 1.6;
	position: relative;
	font-weight: 400;
	font-family:"canada-type-gibson";
	font-style: normal;
	overflow: initial !important;
	color: #939393;
	font-weight: 300;
}
ul, ol {
	margin: 0 0 1.5em 2em;
}
b, strong {
	font-weight: 500;
}
hr {
	margin: 2em 0 !important;
}

/* fluid font typography */
body { 
	font-size: 15px;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 22px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 16px;
}
@media screen and (min-width: 320px) {
	h1 {
		font-size: calc(24px + 6 * ((100vw - 320px) / 680));
	}
	h2 {
		font-size: calc(22px + 6 * ((100vw - 320px) / 680));
	}
	h3 {
		font-size: calc(20px + 6 * ((100vw - 320px) / 680));
	}
	h4 {
		font-size: calc(18px + 6 * ((100vw - 320px) / 680));
	}
	h5 {
		font-size: calc(16px + 6 * ((100vw - 320px) / 680));
	}
}
@media screen and (min-width: 1000px) {
	h1 {
		font-size: 44px;
	}
	h2 {
		font-size: 38px;
	}
	h3 {
		font-size: 26px;
	}
	h4 {
		font-size: 20px;
	}
	h5 {
		font-size: 18px;
	}
}

/* fix back to top */
.generate-back-to-top .icon-arrow-up::before {
	display: none;
}

/* site branding */
.site-branding {
	text-align: center;
	margin: auto;
}
.site-branding a {
	font-weight: 400;
}
.site-logo a {
	float: left;
    height: 85px;
	width: 100px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
	-ms-flex-line-pack: center;
	    align-content: center;
}
.site-logo a img {
	height: 100%;
	padding: 10px 0;
}

/* header search */

/* header */
.site-header .inside-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-line-pack: center;
        align-content: center;
	min-height: 90px;
}
.site-header .header-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}
.site-header .header-content.header-search-button {
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}
.site-header .header-content .social-icons {
	width: auto;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
	margin-right: 1em;
}
.site-header .header-content .social-icons a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
.site-header .header-content .social-icons a:last-child {
	margin-right: 0;
}
@media (max-width: 1279px) {
	#mobile-header {
		background-color: #fff;
		min-height: 60px;
	}
	.menu-toggle .mobile-menu {
		display: none;
	}
	#mobile-header .mobile-header-logo {
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
	}
	#mobile-header .menu-toggle {
		-webkit-box-ordinal-group: 1 !important;
		    -ms-flex-order: 0 !important;
		        order: 0 !important;
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		-webkit-box-align: center !important;
		    -ms-flex-align: center !important;
		        align-items: center !important;
		-webkit-box-pack: center !important;
		    -ms-flex-pack: center !important;
		        justify-content: center !important;
	}
	#mobile-header .mobile-header-logo img {
		padding: 0;
		height: auto;
		max-height: 60px;
	}
}

/* mobile call button */
.mobile-call-button {
	position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    z-index: 2;
    background: var(--pink);
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    border-radius: 50%;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.25);
}
.mobile-call-button::before {
	content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" aria-hidden="true" focusable="false" data-prefix="fas" data-icon="phone" class="svg-inline--fa fa-phone fa-w-16" role="img" viewBox="0 0 512 512"><path fill="white" d="M493.4 24.6l-104-24c-11.3-2.6-22.9 3.3-27.5 13.9l-48 112c-4.2 9.8-1.4 21.3 6.9 28l60.6 49.6c-36 76.7-98.9 140.5-177.2 177.2l-49.6-60.6c-6.8-8.3-18.2-11.1-28-6.9l-112 48C3.9 366.5-2 378.1.6 389.4l24 104C27.1 504.2 36.7 512 48 512c256.1 0 464-207.5 464-464 0-11.2-7.7-20.9-18.6-23.4z"/></svg>');
	vertical-align: middle;
    width: 60px;
    height: 60px;
    float: left;
	display: flex;
    align-items: center;
    justify-content: center;
	padding: 5px;
	line-height: 1;
}
@media (min-width: 992px) {
	.mobile-call-button {
		display: none;
	}
}

/* back to top */
a.generate-back-to-top {
	left: 20px;
    right: auto;
    bottom: 20px;
}

/* navigation */
.inside-navigation {
	position: relative;
}
.inside-navigation .sticky-navigation-logo {
	position: absolute;
    left: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.inside-navigation .sticky-navigation-logo a img {
	padding: 0;
}
.main-navigation ul ul.sub-menu li a {
	font-size: 14px;
    line-height: 1.5;
}
.main-navigation li a {
	font-weight: 400;
	position: relative;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.main-navigation li a:hover {
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.main-navigation .main-nav ul li[class*="current-menu-"]:hover > a {
	color: var(--pink);
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.main-navigation li a::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 5px;
	pointer-events: none;
	z-index: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.main-navigation li.current-menu-item > a::after, .main-navigation li:focus > a::after, .main-navigation li:hover > a::after {
	background-color: var(--pink);
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.inside-navigation .header-content {
	-webkit-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	        order: 2;
	margin-left: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
}
.inside-navigation .header-content .content-button {
	font-size: 14px;
}
.inside-navigation .header-content .content-button:hover {
	border: 2px solid var(--blue);
	background-color: var(--blue);
}
.inside-navigation .header-content .top-phone {
	font-weight: 600;
	margin: 0 1.5em;
}
.inside-navigation .header-content .top-phone a {
	font-weight: 500;
	font-size: 1em;
	color: var(--dark-blue);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}
.inside-navigation .header-content .top-phone a:hover, .inside-navigation .header-content .top-phone a:focus {
	color: var(--blue);
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.inside-navigation .header-content .top-phone a::before {
	content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" aria-hidden="true" focusable="false" data-prefix="fas" data-icon="phone-alt" class="svg-inline--fa fa-phone-alt fa-w-16" role="img" viewBox="0 0 512 512"><path fill="rgb(0,65,112)" d="M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z"/></svg>');
	display: inline-block;
	width: 15px;
	height: 15px;
	line-height: 15px; 
	margin-right: 10px;
}
#mobile-header .menu-toggle {
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#mobile-header .menu-toggle:hover, #mobile-header .menu-toggle:focus {
	border: none;
	background-color: var(--blue);
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#mobile-header .menu-toggle svg rect, #mobile-header .menu-toggle svg rect {
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#mobile-header .menu-toggle:hover svg rect, #mobile-header .menu-toggle:focus svg rect {
	fill: #fff;
    opacity: 1;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
@media (max-width: 1500px) {
	.inside-navigation .header-content .top-phone {
		display: none;
	}
}
@media (max-width: 1500px) and (min-width: 1280px) {
	.main-navigation .main-nav ul li a {
		padding-left: 10px;
		padding-right: 10px;
	}
	.inside-navigation .header-content .content-button.calendar {
		display: none;
	}
	.menu-item-has-children .dropdown-menu-toggle {
		padding-right: 10px;
	}
}
@media (max-width: 1279px) {
	.inside-navigation .header-content .content-button {
		padding: 10px;
		background: transparent;
		color: var(--blue);
		border: none;
	}
	.inside-navigation .header-content .content-button.calendar::before {
		display: none;
	}
	.inside-navigation .header-content .content-button:hover, .inside-navigation .header-content .content-button:focus {
		border: none;
		background: transparent;
		color: var(--pink);
	}
	#mobile-header .menu-toggle, .inside-navigation .header-content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		margin: 0 15px;
	}
	#mobile-header .menu-toggle {
		padding: 10px;
	}
	#mobile-header .mobile-header-logo {
		-webkit-box-flex: 1;
		    -ms-flex: 1;
		        flex: 1;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		text-align: center;
		margin: 0;
	}
	#mobile-header .mobile-header-logo a {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		text-align: center;
	}
}

/* jquery modal */
.blocker {
	z-index: 999 !important;
	background: -o-linear-gradient(45deg, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.1) 100%);
	background: linear-gradient(45deg, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.1) 100%);
}
.modal {
	display: none;
	-webkit-box-shadow: 0 0 10px rgb(0,0,0);
    -o-box-shadow: 0 0 10px rgb(0,0,0);
    -ms-box-shadow: 0 0 10px rgb(0,0,0);
    box-shadow: 0 0 10px rgb(0,0,0);
}

/* covid modal */
#covid-update .custom-logo-link {
	display: block;
    width: 100%;
    text-align: center;
}
.covid-update {
	text-align: center;
}
#covid-update .content-button {
	display: inline-block;
    float: unset;
}

/* readmore */
.article-content, .banner-content {
	overflow: hidden;
	max-height: 13.5em;
	-webkit-transition: height 0.3s ease-in-out;
	-o-transition: height 0.3s ease-in-out;
	transition: height 0.3s ease-in-out;
	float: left;
	position: relative;
}
.banner-content {
	max-height: 4.5em;
}
a[data-readmore-toggle] {
	float: left;
	width: auto;
	position: relative;
	padding: 10px 10px 0 0;
	color: var(--pink);
}
.gallery-list + a[data-readmore-toggle] {
	float: none;
	margin: auto;
	margin-top: 2.5em;
	background-color: var(--pink);
	text-align: center;
	color: #fff;
	padding: 14px 30px;
	border-radius: 4px;
	line-height: 1;
	border: 2px solid var(--pink);
	font-weight: 500;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.gallery-list + a[data-readmore-toggle]:hover, .gallery-list + a[data-readmore-toggle]:focus {
	background-color: var(--blue);
	border: 2px solid var(--blue);
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
a[data-readmore-toggle]::before {
	content: "(";
}
a[data-readmore-toggle]::after {
	content: ")";
}
.gallery-list + a[data-readmore-toggle]::after, .gallery-list + a[data-readmore-toggle]::before {
	display: none;	
}
@media (max-width: 991px) {
	.centre-content .article-content.readmore {
		max-height: 8.5em;
	}
}

/* select 2 */
.select2-results__options {
	font-size: 15px;
	padding: 5px;
}
.select2-container .select2-selection--single {
	border: 1px solid var(--pink) !important;
	height: 50px !important;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 10px 25px 10px 10px;
	min-width: 85px;
	font-weight: 500;
}
.select2-container--default .select2-results > .select2-results__options {
	border: 1px solid var(--pink);
    border-top: none;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.inside-left-sidebar .select2-container {
	float: left;
	width: 100%;
	max-width: 100%;
	min-width: 100%;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 50px !important;
	width: 30px;
	top: 0;
	right: 0;
}
.select2-container--open .select2-dropdown--below {
	border: none;
	border-radius: 0 4px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
	
}
.select2-container--default .select2-results__option {
	border-radius: 4px;
	margin-bottom: 5px;
}
.select2-results__options {
	padding: 8px;
}

/* slide out menu */
.sub-link > a {
	pointer-events: none;
}
.mm-spn.mm-spn--navbar:after {
	opacity: 1;
	font-weight: 600;
}
#generate-slideout-menu, .slideout-overlay {
	display: none;
}
.slideout-menu a {
	font-weight: 500;
}
.slideout-menu li a .dropdown-menu-toggle {
	display: none;
}
.mm-spn li:after, .mm-spn.mm-spn--navbar ul:before {
	width: calc(100% - 30px);
	margin-left: 15px;
}
.slideout-menu .nav-phone {
	display: none;
}
.slideout-menu .nav-book {
	position: fixed;
	bottom: 0;
	width: 100%;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.slideout-menu .nav-book a {
	background-color: var(--green);
	border: 2px solid var(--green);
	color: #fff;
	float: left;
	padding: 10px 30px;
	border-radius: 50px;
	font-weight: 600;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	margin-bottom: 15px;
	width: calc(100% - 30px);
}
.slideout-menu .nav-book::before, .slideout-menu .nav-book::after {
	display: none;
}
.mm-spn a:not(:last-child):after {
	display: none;
}

/* header cta */
.book-today-price {
	padding: 2rem 0;
    background: #f5f5f5;
}
.book-today-price .book-price {
	margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.book-today-price .book-price .cta-info {
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 60%;
	        flex: 1 0 60%;
}
.book-today-price .book-price .cta-info .main-heading {
	margin-bottom: 10px;
}
.book-today-price .book-price .cta-info p:last-child {
	margin-bottom: 0;
}
.book-today-price .book-price .content-buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
@media (max-width: 991px) {
	.book-today-price .book-price .content-buttons {
		margin-top: 15px;
	}
}

/* page hero */
.page-hero {
	position: relative;
	overflow: hidden;
	background-color: var(--blue);
}
.page-hero .banner-arrows a {
	float: left;
	width: 30px;
	height: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	position: relative;
}
.page-hero.home .container {
	 min-height: calc(100vh - 85px - 36px);
}
.page-hero > .container {
	z-index: 1;
	position: relative;
	min-height: 16em;
	text-align: left;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	align-items: flex-start;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}
.page-hero > .container:not(.carousel-banner) {
	padding: 0 15px;
}
.page-hero.home .container {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.page-hero .contained-hero-content {
	position: relative;
	z-index: 1;
	float: left;
	color: #fff;
}
.page-hero .contained-hero-content figure {
	float: left;
    width: 100%;
    text-align: center;
	margin-bottom: 1.5rem;
}
.page-hero .contained-hero-content figure img {
	margin: 0 28px;
    max-width: 150px;
    display: inline-block;
    vertical-align: middle;
}
.page-hero .contained-hero-content figure img.cqc-badge {
	border-radius: 8px;
}
.page-hero .contained-hero-content .main-heading {
	color: #fff;
}
.page-hero .banner-content {
	max-width: 420px;
}
.page-hero:not(.home) .banner-content {
	max-width: 768px;
}
.page-hero .banner-content *:last-child {
	margin-bottom: 0;
}
.page-hero > .container:not(.carousel-banner) .contained-hero-content {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	text-align: center;
	position: relative;
	z-index: 0;
}
.page-hero .contained-hero-content .main-heading:last-child {
	margin-bottom: 0;
}
.page-hero .contained-hero-content .content-buttons {
	float: left;
	width: 100%;
	margin-top: 2.5em;
}
.page-hero .page-hero-background {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: 0;
}
.carousel-banner .slick-dots li:first-child:last-child {
	display: none;
}
.page-hero .title-prefix {
	color: #F9BBE2;
	font-size: 1.3em;
	text-transform: uppercase;
	float: left;
	letter-spacing: 3px;
	width: 100%;
	margin-bottom: 1.5em;
	font-weight: 500;
}
.page-hero .page-hero-background::before {
	content: "";
	background-color: rgba(0,0,0,0.4);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.page-hero .page-hero-background .background-image {
	width: 100%;
	height: 100%;
	float: left;
}
.page-hero .page-hero-background {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
}
.page-hero .page-hero-background > .background-image {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 100%;
	        flex: 0 0 100%;
}
.page-hero .page-hero-background .slick-list, .page-hero .page-hero-background .slick-track {
	height: inherit;
	min-width: 100%;
}
.page-hero .page-hero-background img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center;
	   object-position: center;
	z-index: 0; 
}
.breadcrumbs {
	height: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
    z-index: 2;
	font-size: 14px;
	position: absolute;
	top: 0;
	left: 15px;
	color: #fff;
	max-width: calc(100% - 30px);
}
.breadcrumbs a {
	color: var(--pink);
	font-weight: 500;
}
.breadcrumbs .container {
	min-height: auto;
}
.page-hero .breadcrumbs .container {
	padding: 0;
}
@media (max-width: 991px) {
	.page-hero.home > .container {
		padding: 2em 25px;
	}
/* 	.page-hero > .container {
		padding: 5px 25px 2em 25px;
	} */
	.page-hero > .container:not(.carousel-banner) {
		padding: 5px 30px;
	}
	.page-hero.home > .container.carousel-banner {
		padding: 0;
	}
	.page-hero .carousel-banner .banner-slide {
		padding: 2em 0;
	}
}
@media (max-width: 575px) {
	.breadcrumbs {
		margin-bottom: 1em;
		height: 40px;
	}
	.page-hero .contained-hero-content figure img {
		width: calc(50% - 24px);
		margin: 0 12px;
	}
	.page-hero .contained-hero-content .main-heading {
		margin-bottom: 10px;
	}
	.page-hero > .container {
		min-height: 10em;
	}
	.page-hero .contained-hero-content .main-heading {
		line-height: 1.5;
	}
	.page-hero.home > .container {
		min-height: 22em;
	}
	.page-hero .content-buttons .content-button {
		padding: 14px 24px 11px 24px;
	}
	.page-hero .content-button:not(.no-icon)::before {
		display: none;
	}
}

.mm-spn.mm-spn--light {
	background-color: #fff;
}
.mm-spn li:after {
	border-top: 1px solid var(--pink);
}

/* popup button */
.popup-button {
	top: 50vh;
    text-align: center;
    padding: 14px 20px 11px 20px;
    z-index: 9;
    right: 0;
	-webkit-transform: rotate(-90deg) translateX(50%);
	    -ms-transform: rotate(-90deg) translateX(50%);
	        transform: rotate(-90deg) translateX(50%);
    -webkit-transform-origin: bottom right;
        -ms-transform-origin: bottom right;
            transform-origin: bottom right;
    position: fixed;
    background-color: var(--pink);
    color: #fff;
    font-weight: 400;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    line-height: 1.8;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 16px;
	line-height: 1;
	letter-spacing: 1px;
}
.popup-button:hover, .popup-button:focus {
	color: #fff;
	background-color: var(--blue);
}
@media (max-width: 575px) {
	.popup-button {
		font-size: 14px;
	}
}

/* popup modal */
#enquiry .custom-logo-link {
	display: block;
    width: 100%;
    text-align: center; 
	margin-bottom: 20px;
}
#enquiry .custom-logo-link img {
	max-width: 150px;
}
#enquiry .wpcf7 {
	display: block;
    width: 100%;
}
#enquiry .wpcf7 form {
	float: left;
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr[1];
    grid-template-columns: repeat(1,minmax(0,1fr));
    grid-gap: 20px;
    grid-auto-flow: row dense;
}
#enquiry .wpcf7 form label,
#enquiry .wpcf7 form label .wpcf7-form-control-wrap {
	float: left;
    width: 100%;
    position: relative;
}
#enquiry .wpcf7 form input[type="text"],
#enquiry .wpcf7 form input[type="tel"],
#enquiry .wpcf7 form input[type="email"],
#enquiry .wpcf7 form textarea {
	background-color: #F7F7F7;
    border: none;
    border-radius: 8px;
    padding: 16px 20px;
    color: var(--dark-blue);
    font-weight: 400;
	width: 100%;
}
#enquiry .wpcf7 .accept .wpcf7-list-item {
	margin: 0;
}
#enquiry .wpcf7 div {
	position: relative;
}
#enquiry .wpcf7 input[type="submit"] {
	float: none;
    display: block;
    margin: auto;
}
#enquiry .wpcf7 .wpcf7-spinner {
	margin: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    left: 50%;
}
#enquiry .wpcf7 .wpcf7-response-output {
	margin: 0;
    text-align: center;
}
@media (max-width: 575px) {
	#enquiry .custom-logo-link {
		margin: 0;
	}
	#enquiry .custom-logo-link img {
		max-width: 120px;
	}
}

/* carousel banner */
.page-hero .carousel-banner {
	position: initial;
}
.page-hero .container.carousel-banner .slick-list {
	min-width: 100%;
	overflow: visible;
	position: initial;
	height: 100%;
}
.page-hero .container.carousel-banner .slick-list .slick-track {
	min-width: 100%;
	position: initial;
	height: 100%;
}
.page-hero .carousel-banner .banner-slide {
	position: initial !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	min-width: 100%;
}
.page-hero .carousel-banner .banner-slide {
	text-align: center;
}
.page-hero .carousel-banner .banner-slide .banner-content {
	max-width: 100%;
	text-align: center;
	width: 100%;
	font-size: 1.2em;
	color: #fff;
}
.page-hero .carousel-banner .page-hero-background {
	width: 100vw;
	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
}
.page-hero .carousel-banner .contained-hero-content .content-buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

/* page banner scroller */
.page-hero .scroll-type {
	position: absolute;
	bottom: 6rem;
	z-index: 2;
}
@media (max-width: 768px) {
	.page-hero .scroll-type {
		position: relative;
		bottom: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		margin: 0.5em;
	}
}

/* header banner bar */

/* content buttons */
a:hover, a:focus, a:active {
	color: var(--green);
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.content-buttons .content-button:not(:first-child:last-child) {
	margin-bottom: 20px;
}
.content-button, button, html input[type="button"], input[type="reset"], input[type="submit"], a.button, a.button:visited, a.wp-block-button__link:not(.has-background) {
	background-color: var(--pink);
	color: #fff;
    float: left;
	padding: 14px 30px;
	border-radius: 4px;
	line-height: 1;
	border: 2px solid var(--pink);
	letter-spacing: 1px;
    font-size: 14px;
	position: relative;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
button:hover, a.button:hover, html input[type="button"]:hover {
	background-color: var(--blue);
	border: 2px solid var(--blue);
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.content-button.pink:hover, .content-button.pink:focus {
	background-color: var(--blue);
	border: 2px solid var(--blue);
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.content-button.blue {
	background-color: var(--blue);
	border: 2px solid var(--blue);
}
.content-button.blue:hover, .content-button.blue:focus {
	background-color: var(--dark-blue);
	border: 2px solid var(--dark-blue);
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.content-button.white {
	color: #fff;
	background-color: transparent;
	border: 2px solid #fff;
}
.content-button.white:hover, .content-button.white:focus {
	background-color: var(--blue);
	border: 2px solid var(--blue);
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.page-hero .content-button.white {
	color: #fff;
}
.content-button:hover, .content-button:focus {
	color: #fff;
}
.content-button:not(:last-child) {
	margin-right: 30px;
}
@media (max-width: 575px) {
	.content-button:not(:last-child) {
		margin-right: 12px;
	}
	.content-buttons .content-button:not(:first-child:last-child) {
		margin-bottom: 12px;
	}
	.page-hero .contained-hero-content .content-buttons {
		margin-top: 1.5em;
	}
}

/* bubbles */
.bubble {
	pointer-events: none;
	z-index: -1;
}
#large-bubble {
	position: absolute;
	top: 0;
	right: 0;
	width: 235px;
}
#small-pink {
	position: absolute;
	top: 100px;
	right: 60px;
	width: 80px;
}
#small-blue {
	position: absolute;
	top: 150px;
	right: 20px;
	width: 30px;
}
#cta-large-bubble {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 360px;
}
#cta-small-bubble {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
	width: 165px;
}
#content-bottom-bubble {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 450px;
}
#content-left-bubble {
	position: absolute;
	top: 0;
	left: 0;
	width: 10%;
}
.content.has-no-readmore #content-bottom-bubble {
	display: none;
}
@media (min-width: 992px) {
	#small-pink {
		z-index: 1;
	}
	#small-blue {
		z-index: 1;
	}
}
@media (max-width: 991px) {
	#cta-large-bubble {
		width: 260px;
	}
	.content svg {
		display: none;
	}
}

/* top bar */
.top-bar {
	background-color: var(--blue);
}
.top-bar p {
	margin-bottom: 0;
}
.top-bar a {
	text-decoration: underline;
}
.top-bar a:hover {
	color: var(--pink);
}
.top-bar-align-right .widget {
	margin: auto;
	font-weight: 500;
	font-size: 15px;
}
.top-bar-align-right .widget a {
	font-weight: 400;
}

/* booking form */
.booking-form .article-content-block {
	margin: 0 auto 1.5em auto;
    text-align: center;
}
.booking-form-outer .items-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
	width: 100%;
}
.booking-form-outer .items-list .item {
	width: 100%;
}
.booking-form .article-content-block .article-content {
	width: 100%;
	padding: 15px 25px;
    border: 2px solid var(--pink);
	font-weight: 500;
    text-align: left;
	border-radius: 4px;
	font-size: 16px;
    color: var(--pink);
}
.booking-form .article-content-block .article-content a {
	color: var(--blue);
}
.booking-form .article-content-block .article-content ul {
	margin-bottom: 0;
}
.booking-form .article-content-block .article-content p:empty {
	display: none;
}
.booking-form .article-content-block .article-content ul li {
	text-align: left;
}
.booking-form .article-content-block .article-content ul li::marker {
	color: var(--pink);
}
.booking-form h2[dusk="service-type-heading"], .booking-form h2[dusk="service-heading"], .booking-form h2[dusk="calendar-heading"], .booking-form h2[dusk="customer-heading"] {
	text-align: center;
    font-weight: 500;
    font-size: 24px;
    color: var(--dark-blue);
	text-transform: capitalize;
}
.booking-form h2[dusk="service-type-heading"] + .items-list > .item {
	margin-bottom: 15px;
}
#startbooking-classes .items-list .item, .wp-block-calendar-booking-default-booking-flow .items-list .item {
	box-shadow: 0 1px 4px rgba(0,0,0,.15),0 0 0 rgba(0,0,0,.05) !important;
}
#startbooking-top .item-footer button[dusk="select-service"] {
	font-weight: 600;
}
.booking-form #startbooking-top > div > p {
	text-align: center;
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 10px;
}
#startbooking-top .payment-list li img[alt="American Express Card"] {
	display: none;
}
.booking-form .form {
	float: left;
    width: 100%;
}
.booking-form .form .note {
    font-size: 13px !important;
    width: 100%;
	float: left;
}
.booking-form .items-list h2 {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}
.booking-form .items-list .item-head h2 {
	width: auto;
	max-width: 75%;
}
.booking-form .top-panel {
	position: sticky !important;
    background: #fff;
    margin: 0;
    width: calc(100% + 20px) !important;
    padding: 20px 20px !important;
    box-shadow: 0 0px 10px rgb(0 0 0 / 20%);
    border-radius: 5px;
    margin-left: -10px !important;
}
#startbooking-top > div {
	padding: 0 5px;
}
.wp-block-calendar-booking-default-booking-flow .form .payment-list::before {
	content: "All transactions are safe and secure";
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
}
.wp-block-calendar-booking-default-booking-flow .form .payment-list::after {
	content: "For your security, your bank may send a code via text, email or its app to confirm payment.";
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 5px;
    font-size: 13px;
    line-height: 1.2;
}
.wp-block-calendar-booking-default-booking-flow .form .col .label[for="sb_cvv"] {
	display: block;
    width: 100%;
    margin: 0;
    position: absolute;
    bottom: calc(100% + 10px);
	font-size: 13px;
}
.wp-block-calendar-booking-default-booking-flow .form .col-sm .label[for="sb_exp"] {
	font-size: 13px;
}
.wp-block-calendar-booking-default-booking-flow .form .payment-list + .row + .row .col-md {
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.wp-block-calendar-booking-default-booking-flow .form .payment-list + .row + .row .col-md .col {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 50%;
	        flex: 0 0 50%;
    max-width: calc(50% - 10px);
}
.wp-block-calendar-booking-default-booking-flow .form .cvv {
	display: block;
    width: 100%;
}
.wp-block-calendar-booking-default-booking-flow .form .col {
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	position: relative;
}
@media (max-width: 768px) {
	.booking-form-outer .items-list .item-footer button {
		width: auto !important;
    	float: right;
	}
}
@media (max-width: 575px) {
	.wp-block-calendar-booking-default-booking-flow .form .payment-list {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.wp-block-calendar-booking-default-booking-flow .form .payment-list li {
		margin: 0;
	}
	.wp-block-calendar-booking-default-booking-flow .form .payment-list li img {
		margin: 0 5px 5px 5px;
	}
}
#startbooking-classes .avalible-time-list li, .wp-block-calendar-booking-default-booking-flow .avalible-time-list li {
	font-weight: 400;
}

/* content */
#scanning-services-header .article-content {
	font-size: 1.2em;
}
#scanning-services-header svg {
	display: none;
}
.main-heading {
	line-height: 1.2;
	font-weight: 500;
	color: var(--dark-blue);
}
/* .main-heading > span {
	position: relative;
	float: left;
} */
.main-heading span {
	color: var(--pink);
	text-shadow: 1px 1px 1px rgba(255,255,255,0.3), -1px -1px 1px rgba(255,255,255,0.3), -1px 1px 1px rgba(255,255,255,0.3), 1px -1px 1px rgba(255,255,255,0.3);
}
.main-heading span.blue {
	color: var(--blue);
}
.page-id-238 .content .article-content-block .subtitle {
	color: var(--pink);
	line-height: 1.2;
    font-weight: 500;
	font-style: normal;
	font-size: 1.5em;
}
.content .title-prefix {
	float: left;
	font-size: 1.2em;
	text-transform: uppercase;
	color: var(--pink);
	margin-bottom: 5px;
}
.content .article-content-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
	margin-right: auto;
	-ms-flex-line-pack: start;
	    align-content: flex-start;
}
.content .article-content-block.col-xl-5 {
	margin-left: 0;
}
.content .article-content-block.centre-content {
	text-align: center;
	margin: auto;
}
.content .article-content-block.centre-content a[data-readmore-toggle] {
	margin: auto;
	padding-right: 0;
}
.content .article-content-block.centre-content .content-buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.subtitle {
	font-size: 18px;
	font-style: italic;
	margin-bottom: 1em;
}
.article-content {
	float: left;
    width: 100%;
    clear: both;
}
.article-content .startbooking-block-single-service {
	max-width: calc(100% - 10px);
	margin-bottom: 0;
}
.article-content .startbooking-block-single-service .items-list {
	padding: 0;
}
.article-content .startbooking-block-single-service .item-footer a[dusk="select-service"] {
	font-weight: 500 !important;
}
.article-content a {
	color: var(--pink);
}
.article-content.no-readmore {
	max-height: none;
}
.content.has-image-carousel .article-content {
	max-height: 13em;
}
.content.has-image-carousel .article-content.no-readmore {
	max-height: none;
}
.content.has-image-carousel:not(.no-image) svg {
	display: none;
}
.article-content p:last-child {
	margin-bottom: 0;
}
.content .content-image {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
	position: relative;
}
.content .content-image > .slick-list {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	right: 0;
}
.content[data-orientation="flip"] .content-image > .slick-list {
	left: 0;
	right: auto;
}
.content .content-image > .slick-list .slick-track {
	height: 100%;
	min-width: 100%;
}
.content .content-image a::before {
	content: "";
	display: block;
	width: 0;
	padding-top: 75%;
	pointer-events: none;
}
.content .content-image img {
	width: 100%;
	height: 100%;
	border-radius: 0;
	-o-object-fit: cover;
	   object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
}
.content {
	position: relative;
	overflow: hidden;
}
.content .content-buttons {
	float: left;
	width: 100%;
	margin-top: 1.5em;
}
.content .article-content-block .moments-list ul {
	margin: 0;
	list-style: none;
}
.content .article-content-block .moments-list h3, .content .article-content-block .moments-list h4 {
	color: var(--dark-blue);
	font-weight: 500;
}
#reviews.content .article-content-block {
	text-align: center;
}
#reviews.content .article-content-block .content-buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
#reviews.content .article-content-block .subtitle {
	font-style: normal;
	font-size: 1.3em;
	line-height: 1.5;
}
#reviews.content .article-content-block .subtitle + .content-buttons {
	margin-top: 0.5em;
}
#reviews .content-button.white {
	background-color: #fff;
	color: var(--pink);
	font-weight: 500;
}
#reviews .main-heading::after {
	content: "★★★★★";
	display: block;
	font-size: 1.3em;
	letter-spacing: 8px;
}
.content .content-image.image-list {
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-line-pack: start;
	    align-content: flex-start;
}
.content .content-image.image-list a {
	float: left;
	width: 100%;
	position: relative;
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 100%;
	        flex: 1 0 100%;
	overflow: hidden;
	border-radius: 8px;
	margin-bottom: 2em;
}
.content .content-image.unstretch img {
	-o-object-fit: contain;
	   object-fit: contain;
    -o-object-position: top;
       object-position: top;
}
.content .content-image.image-carousel.unstretch img {
	-o-object-position: center;
       object-position: center;
}
@media (min-width: 992px) {
	.content[data-orientation="flip"] .article-content-block {
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
		margin-left: auto;
		margin-right: 0;
	}
	.content[data-orientation="flip"] .content-image {
		margin-left: 0;
    	margin-right: auto;
	}
	.content .article-content-block .moments-list {
		float: left;
		width: 50%;
	}
	.content .content-image.image-carousel {
		margin-top: -6em;
		margin-bottom: -6em;
	}
	.content .content-image.image-carousel > .slick-list {
		width: 50vw;
	}
	.content[data-orientation="flip"] .content-image > .slick-list {
		right: 0;
		left: auto;
	}
}
@media (max-width: 991px) {
	.content .content-image {
		margin-top: 1.5em;
		margin-bottom: -2em;
	}
	.content .content-image::before {
		content: "";
		display: block;
		padding-top: 80%;
		pointer-events: none;
	}
	.content .article-content-block .moments-list {
		float: left;
		width: 100%;
		margin-bottom: 1em;
	}
	.content .article-content-block .moments-list:last-of-type {
		margin-bottom: 0;
	}
}
@media (max-width: 991px) and (min-width: 576px) {
	.content .content-image {
		border-radius: 8px;
	}
	.content .content-image > .slick-list, .content[data-orientation="flip"] .content-image > .slick-list {
		width: calc(100% - 50px);
		left: 25px;
		right: 25px;
	}
	.content .article-content-block {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.content .article-content-block .main-heading, .content .article-content  {
		text-align: center;
	}
	.content .content-buttons {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.content.pink .content-image, .content.grey .content-image, .content.blue .content-image {
		margin-bottom: 0;
	}
}
@media (max-width: 575px) {
	.content.has-image-carousel .article-content {
		max-height: 12em;
	}
}

/* gender gifts */
#gifts-image .content-image.image-list a::before {
	display: none;
}
#gifts-image .content-image.image-list a img {
	position: relative;
}

/* call to action block */
.cta-info .section-introduction {
	padding: 0;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.cta-info .article-content a {
	text-decoration: underline;
	text-underline-position: under;
}
section.blue .article-content a, section.pink .article-content a {
	color: #fff;
}
.cta-info .content-buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}
.cta-info .content-buttons .content-button {
	-ms-flex-item-align: start;
	    align-self: flex-start;
}
.cta-info .content-buttons .content-button:last-of-type {
	margin-right: 0;
}
.cta-info .content-buttons .social-icons {
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}
.cta-info .content-buttons .social-icons a {
	margin: 0 10px;
}
.cta-info .content-buttons .social-icons a:last-child {
	margin-right: 0;
}
.cta-info .content-buttons .social-icons a svg {
	width: 25px;
	height: 25px;
}
.cta-info .content-buttons .social-icons a svg path {
	fill: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.cta-info .content-buttons .social-icons a:hover svg path {
	fill: var(--pink);
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
@media (max-width: 991px) {
	.cta-info .content-buttons {
		margin-top: 1.5em;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
	}
	.cta-info .content-buttons .social-icons {
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
		margin-top: 1.5em;
	}
	.cta-info .content-buttons .social-icons a:first-child {
		margin-left: 0;
	}
}

/* section defaults */
.section-introduction {
	margin-left: auto;
    margin-right: auto;
}

/* quick contact form */

/* contact form outer */
.contact-form .section-introduction address {
	font-style: normal;
}
.contact-form .opening-times {
	float: left;
    border: none;
}
.contact-form .opening-times tr td {
	border: none;
	height: auto !important;
	line-height: 1;
	padding: 6px;
}
.contact-form .opening-times tr td strong {
	color: var(--dark-blue);
}
.contact-form-outer {
	float: left;
	width: 100%;
	margin-top: 1.5em;
}
.contact-form-outer form {
	float: left;
	width: 100%;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr[1];
	grid-template-columns: repeat(1,minmax(0,1fr));
	grid-gap: 20px;
	grid-auto-flow: row dense;
}
.contact-form-outer form input[type="text"], .contact-form-outer form input[type="tel"], .contact-form-outer form input[type="email"], .contact-form-outer form textarea {
	background-color: #F7F7F7;
	border: none;
	border-radius: 8px;
	padding: 16px 20px;
	color: var(--dark-blue);
	font-weight: 400;
}
.contact-form-outer form label.accept {
	cursor: pointer;
}
.contact-form-outer form label input[type="submit"] {
	width: auto;
}
.contact-form-outer form label input[type="submit"]:hover, .contact-form-outer form label input[type="submit"]:focus {
	background: var(--dark-blue);
	border-color: var(--dark-blue);
}
.contact-form .section-introduction .content-location {
	float: left;
	position: relative;
	width: 100%;
	border-radius: 4px;
	overflow: hidden;
}
.contact-form .section-introduction .phone, .contact-form .section-introduction .email, .contact-form .section-introduction address {
	display: block;
	clear: both;
	position: relative;
	margin: 0.5em 0 1.5em 0;
	color: var(--dark-blue);
	font-weight: 500;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	float: left;
}
.contact-form .section-introduction .phone::before {
	content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" aria-hidden="true" focusable="false" data-prefix="fas" data-icon="phone-alt" class="svg-inline--fa fa-phone-alt fa-w-16" role="img" viewBox="0 0 512 512"><path fill="rgb(238,84,159)" d="M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z"/></svg>');
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 10px;
	line-height: 20px;
}
.contact-form .section-introduction .email::before {
	content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" aria-hidden="true" focusable="false" data-prefix="far" data-icon="envelope" class="svg-inline--fa fa-envelope fa-w-16" role="img" viewBox="0 0 512 512"><path fill="rgb(238,84,159)" d="M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z"/></svg>');
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 10px;
	line-height: 20px;
}
.contact-form .section-introduction address::before {
	content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false" data-prefix="fal" data-icon="map-marker-alt" class="svg-inline--fa fa-map-marker-alt fa-w-12" role="img" viewBox="0 0 384 512"><path fill="rgb(238,84,159)" d="M192 96c-52.935 0-96 43.065-96 96s43.065 96 96 96 96-43.065 96-96-43.065-96-96-96zm0 160c-35.29 0-64-28.71-64-64s28.71-64 64-64 64 28.71 64 64-28.71 64-64 64zm0-256C85.961 0 0 85.961 0 192c0 77.413 26.97 99.031 172.268 309.67 9.534 13.772 29.929 13.774 39.465 0C357.03 291.031 384 269.413 384 192 384 85.961 298.039 0 192 0zm0 473.931C52.705 272.488 32 256.494 32 192c0-42.738 16.643-82.917 46.863-113.137S149.262 32 192 32s82.917 16.643 113.137 46.863S352 149.262 352 192c0 64.49-20.692 80.47-160 281.931z"/></svg>');
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 10px;
	line-height: 20px;
}
.contact-form .section-introduction .content-location::before {
	content: "";
	display: block;
	padding-top: 100%;
}
.contact-form .section-introduction .content-location .map {
	float: left;
	width: 100%;
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
}
.contact-form-outer form input[type="text"]::-webkit-input-placeholder, .contact-form-outer form input[type="tel"]::-webkit-input-placeholder, .contact-form-outer form input[type="email"]::-webkit-input-placeholder, .contact-form-outer form textarea::-webkit-input-placeholder {
	color: #95AEC1;
}
.contact-form-outer form input[type="text"]::-moz-placeholder, .contact-form-outer form input[type="tel"]::-moz-placeholder, .contact-form-outer form input[type="email"]::-moz-placeholder, .contact-form-outer form textarea::-moz-placeholder {
	color: #95AEC1;
}
.contact-form-outer form input[type="text"]:-ms-input-placeholder, .contact-form-outer form input[type="tel"]:-ms-input-placeholder, .contact-form-outer form input[type="email"]:-ms-input-placeholder, .contact-form-outer form textarea:-ms-input-placeholder {
	color: #95AEC1;
}
.contact-form-outer form input[type="text"]::-ms-input-placeholder, .contact-form-outer form input[type="tel"]::-ms-input-placeholder, .contact-form-outer form input[type="email"]::-ms-input-placeholder, .contact-form-outer form textarea::-ms-input-placeholder {
	color: #95AEC1;
}
.contact-form-outer form input[type="text"]::placeholder, .contact-form-outer form input[type="tel"]::placeholder, .contact-form-outer form input[type="email"]::placeholder, .contact-form-outer form textarea::placeholder {
	color: #95AEC1;
}
.contact-form-outer form .gdpr-acceptance {
	width: auto;
    margin-right: 10px;
}
.contact-form-outer form label.accept .gdpr-acceptance .wpcf7-list-item {
	width: 100%;
}
.contact-form-outer form .gdpr-acceptance span {
	float: left;
	margin: 0;
}
.contact-form-outer form .gdpr-acceptance span .wpcf7-list-item-label {
	width: calc(100% - 26px);
}
.contact-form-outer form input[type="checkbox"] {
	width: 16px;
    height: 16px;
	margin-top: 0;
	cursor: pointer;
	margin-right: 5px;
	display: inline-block;
}
.contact-form-outer form .wpcf7-acceptance {
	display: inline-block;
}
.contact-form-outer form .wpcf7-acceptance .wpcf7-list-item {
	margin: 0;
}
.contact-form-outer form .wpcf7-acceptance .wpcf7-list-item-label {
	width: auto;
	display: inline-block;
	cursor: pointer;
}
.contact-form-outer form > div {
	position: relative;
}
.contact-form-outer form div input[type="submit"] {
	float: right;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.contact-form-outer form div input[type="submit"]:hover, .contact-form-outer form div input[type="submit"]:focus {
	border: 2px solid var(--blue);
    background-color: var(--blue);
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.contact-form-outer form .ajax-loader {
	position: absolute;
    margin: 0;
    top: 50%;
	left: 50%;
    -webkit-transform: translate(50%, -50%);
        -ms-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
}
.wpcf7-not-valid-tip {
	position: absolute;
    top: 95%;
    left: 5px;
    background: #dc3232;
    color: #fff;
    padding: 6px 8px;
    z-index: 1;
    line-height: 1;
    border-radius: 4px;
    font-size: 14px;
}
.wpcf7-not-valid-tip::before {
	position: absolute;
	content: "";
	width: 0;
	left: 5px; 
	bottom: 100%;
	height: 0;
	border-style: solid;
	border-width: 0 4px 8px 4px;
	border-color: transparent transparent #dc3232 transparent;
}
.contact-form-outer form .wpcf7-response-output {
	grid-column: -1 / 1;
    text-align: center;
	margin: 0 !important;
}
.contact-form-outer form label, .contact-form-outer form label > span:not(.screen-reader-text), .contact-form-outer form label input {
	float: left;
	width: 100%;
	position: relative;
}
.contact-form-outer form label .ajax-loader {
	position: absolute;
	top: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	margin: 0;
}
@media (max-width: 991px) {
	.contact-form .section-introduction {
		margin-top: 1.5em;
	}
}
@media (max-width: 575px) {
	.contact-form .section-introduction .content-location {
		width: calc(100% + 50px);
		margin-left: -25px;
		margin-bottom: -3em;
		margin-top: 1em;
	}
}

.entry-content .product-remove a {
	text-decoration: none;
}

/* map */
.map-outer {
	width: 100%;
	float: left;
	max-width: 100%;
	height: 50vh;
	margin-top: 2em;
}
.map-outer .map {
	width: 100%;
	height: 100%;
	float: left;
}
/* right sidebar */
#right-sidebar aside {
	float: left;
	width: 100%;
	padding: 0 0 2em;
}
#right-sidebar aside ul {
	float: left;
	width: 100%;
}
#right-sidebar aside .widget-title {
	font-size: 22px;
	font-weight: 500;
}
#right-sidebar aside ul li::marker {
	content: url('data:image/svg+xml; utf8, <svg aria-hidden="true" width="18" height="18" focusable="false" data-prefix="far" data-icon="chevron-right" class="svg-inline--fa fa-chevron-right fa-w-8" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 512"><path fill="rgb(238,84,159)" d="M24.707 38.101L4.908 57.899c-4.686 4.686-4.686 12.284 0 16.971L185.607 256 4.908 437.13c-4.686 4.686-4.686 12.284 0 16.971L24.707 473.9c4.686 4.686 12.284 4.686 16.971 0l209.414-209.414c4.686-4.686 4.686-12.284 0-16.971L41.678 38.101c-4.687-4.687-12.285-4.687-16.971 0z"></path></svg>');
    display: block;
}
#right-sidebar aside ul li {
	font-size: 18px;
    font-weight: 500;
	margin-left: 15px;
    padding-left: 10px;
}
#right-sidebar aside ul li a {
	color: var(--pink);
}
#right-sidebar aside ul li a:hover, #right-sidebar aside ul li a:focus {
	color: var(--blue);
}
@media (min-width: 320px) {
	#right-sidebar aside .widget-title {
		font-size: calc(22px + 6 * ((100vw - 320px) / 680));
	}
}
@media (min-width: 1000px) {
	#right-sidebar aside .widget-title {
		font-size: 38px;
	}
}
@media (max-width: 991px) {
	#right-sidebar .inside-right-sidebar {
		float: left;
		width: 100%;
		padding: 0 25px;
	}
}

/* post thumbnails */
.post .post-image {
	float: left;
	width: calc(100% + 50px);
	margin-left: -25px;
	margin-top: -25px !important;
	margin-bottom: 20px !important;
}
.post .post-image a {
	float: left;
	width: 100%;
	position: absolute;
	overflow: hidden;
	left: 50%;
	top: 50%;
	height: 100%;
}
.post .post-image a img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.post .post-image.default a img {
	max-width: 160px;
    -o-object-fit: contain;
       object-fit: contain;
    margin: auto;
    width: 100%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

/* accordions */
.accordions-section {
	overflow: hidden;
}
.accordions .section-introduction {
	text-align: center;
	margin-bottom: 2em;
}
.accordion-section {
	width: 100%;
}
.accordions-section .section-introduction {
	text-align: center;
}
.accordions-section .accordions-announcement {
	float: left;
	width: 100%;
	color: #fff;
	background-color: var(--blue);
	position: relative;
	margin-top: -6em;
	margin-bottom: 6em;
	padding: 3em 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.accordions-section .accordions-announcement::before {
	content: "";
	display: block;
	z-index: 0;
	position: absolute;
	top: 0;
	width: 100vw;
	height: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	background-color: var(--blue);
}
.accordions-section .accordions-announcement .announcement-details p:last-child {
	margin-bottom: 0;
}
.accordions-section .accordions-announcement .button-link {
	padding: 0;
	background: transparent;
	border: none;
	font-weight: 400;
	letter-spacing: 0;
	border-bottom: 1px solid #fff;
	border-radius: 0;
	padding: 5px 0;
}
.accordions-section .accordions-announcement .button-link {
	position: relative;
}
.accordions-section .accordions-announcement .button-link::after {
	content: url('data:image/svg+xml; utf8, <svg aria-hidden="true" width="14" height="14" focusable="false" data-prefix="far" data-icon="chevron-right" class="svg-inline--fa fa-chevron-right fa-w-8" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 512"><path fill="white" d="M24.707 38.101L4.908 57.899c-4.686 4.686-4.686 12.284 0 16.971L185.607 256 4.908 437.13c-4.686 4.686-4.686 12.284 0 16.971L24.707 473.9c4.686 4.686 12.284 4.686 16.971 0l209.414-209.414c4.686-4.686 4.686-12.284 0-16.971L41.678 38.101c-4.687-4.687-12.285-4.687-16.971 0z"></path></svg>');
	display: inline-block;
	line-height: 14px;
	width: 14px;
	height: 14px;
	margin-left: 5px;
}
@media (max-width: 991px) {
	.accordions-section .accordions-announcement {
		margin-top: -2em;
		margin-bottom: 2em;
	}
	.accordions-announcement .announcement-link {
		margin-top: 1.5em;
		text-align: center;
		justify-content: center;
		display: flex;
		align-items: center;
		flex-wrap: wrap;
	}
	.accordions-announcement .announcement-link .button-link {
		padding: 15px; 
	}
}

.accordion-section .content-buttons {
	float: left;
	width: 100%;
	padding-bottom: 1em;
}
.accordion-section .accordion .accordion-title {
	margin: 0;
	float: left;
	width: 100%;
	padding-right: 30px;
	font-weight: 400;
	box-sizing: border-box;
}
.accordion-section .accordion {
	float: left;
	width: 100%;
	overflow: hidden;
	margin-bottom: 1em;
	background: #F5F7FB;
	padding: 25px;
	font-weight: 600;
	color: var(--dark-blue);
	border-radius: 8px;
}
details summary {
	list-style-type: none;
	float: left;
    width: 100%;
	position: relative;
	cursor: pointer;
	background: transparent;
	padding: 25px 0;
	margin: -25px 0;
	box-sizing: border-box;
	position: relative;
}
details .accordion-details {
	position: relative;
	float: left;
	margin-top: 25px;
	width: 100%;
	font-weight: 300;
}
details .accordion-details p:last-child {
	margin-bottom: 0;
}
details summary svg {
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(-90deg);
	    -ms-transform: translateY(-50%) rotate(-90deg);
	        transform: translateY(-50%) rotate(-90deg);
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
details[open] summary svg.accordion-plus {
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
details[open] summary svg {
	-webkit-transform: translateY(-50%) rotate(0deg);
	    -ms-transform: translateY(-50%) rotate(0deg);
	        transform: translateY(-50%) rotate(0deg);
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
details summary::-webkit-details-marker {
	display: none;
}
@media (min-width: 992px) {
	details .accordion-details {
		max-width: 900px;
	}
}

.accordion-title {
	font-size: 16px;
}
@media screen and (min-width: 320px) {
	.accordion-title {
		font-size: calc(16px + 6 * ((100vw - 320px) / 680));
	}
}
@media screen and (min-width: 1000px) {
	.accordion-title {
		font-size: 22px;
	}
}

/* info cards */
.info-cards {
	background: var(--blue);
	color: #fff;
	overflow: hidden;
}
.info-cards .section-introduction , .info-cards .section-introduction .main-heading {
	color: #fff;
	text-align: center;
}
.info-cards .cards-slider {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
}
.info-cards .cards-slider .slick-list, .info-cards .cards-slider .slick-track {
	min-width: 100%;
}
.info-cards .cards-slider .slick-list {
	overflow: visible;
}
.info-cards .cards-slider .slick-track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
}
.cards-slider .card-selection {
	margin-right: 20px;
	background: #489DD1;
	border-radius: 8px;
	padding: 2em 2em 5em;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-shadow: 0 0 5px rgb(0 0 0 / 1%);
	        box-shadow: 0 0 5px rgb(0 0 0 / 1%);
	-ms-flex-line-pack: start;
	    align-content: flex-start;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	height: inherit;
}
.cards-slider .card-selection img {
	margin: 0 0 10px 0;
	max-width: 85px;
	max-height: 85px;
}
.cards-slider .card-selection .learn-more {
	margin-top: auto;
    float: left;
    position: absolute;
    bottom: 2em;
    color: #fff;
    border-bottom: 1px solid #fff;
	padding: 5px 0;
	line-height: 14px;
	left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
.cards-slider .card-selection:hover, .cards-slider .card-selection:focus {
	background: #75B5DC;
	-webkit-box-shadow: 0 0 20px rgb(0 0 0 / 10%);
	        box-shadow: 0 0 20px rgb(0 0 0 / 10%);
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.cards-slider .card-selection .learn-more::after {
	content: url('data:image/svg+xml; utf8, <svg aria-hidden="true" width="14" height="14" focusable="false" data-prefix="far" data-icon="chevron-right" class="svg-inline--fa fa-chevron-right fa-w-8" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 512"><path fill="white" d="M24.707 38.101L4.908 57.899c-4.686 4.686-4.686 12.284 0 16.971L185.607 256 4.908 437.13c-4.686 4.686-4.686 12.284 0 16.971L24.707 473.9c4.686 4.686 12.284 4.686 16.971 0l209.414-209.414c4.686-4.686 4.686-12.284 0-16.971L41.678 38.101c-4.687-4.687-12.285-4.687-16.971 0z"></path></svg>');
    display: inline-block;
	line-height: 14px;
    width: 14px;
    height: 14px;
    margin-left: 5px;
}
.cards-slider .card-selection .article-content {
	max-height: 4.5em;
	font-size: 14px;
	line-height: 1.5;
	color: #fff;
}
.cards-slider .card-selection .main-heading {
	margin: 20px 0;
	color: #fff;
}
.cards-slider .card-selection a[data-readmore-toggle] {
	font-size: 14px;
	color: #fff;
	padding: 5px 0 0 0;
	margin: auto;
}
.info-cards .cards-slider > .card-selection {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 25%;
	        flex: 0 0 25%;
	max-width: calc(25% - 20px);
}
.info-cards .cards-slider .slick-arrow {
	bottom: 0;
    left: 25px;
    padding: 0;
    border: none;
    width: 40px;
    height: 40px;
    overflow: hidden;
    white-space: nowrap;
    background: transparent;
}
.info-cards .cards-slider .slick-arrow.slick-next {
	right: 25px;
    left: auto;
}
.info-cards .cards-slider .slick-arrow.slick-prev::before {
	content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="40" height="40" aria-hidden="true" focusable="false" data-prefix="far" data-icon="chevron-left" class="svg-inline--fa fa-chevron-left fa-w-8" role="img" viewBox="0 0 256 512"><path fill="rgb(255,255,255)" d="M231.293 473.899l19.799-19.799c4.686-4.686 4.686-12.284 0-16.971L70.393 256 251.092 74.87c4.686-4.686 4.686-12.284 0-16.971L231.293 38.1c-4.686-4.686-12.284-4.686-16.971 0L4.908 247.515c-4.686 4.686-4.686 12.284 0 16.971L214.322 473.9c4.687 4.686 12.285 4.686 16.971-.001z"/></svg>');
    display: inline-block;
}
.info-cards .cards-slider .slick-arrow.slick-next::before {
	content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="40" height="40" aria-hidden="true" focusable="false" data-prefix="far" data-icon="chevron-right" class="svg-inline--fa fa-chevron-right fa-w-8" role="img" viewBox="0 0 256 512"><path fill="rgb(255,255,255)" d="M24.707 38.101L4.908 57.899c-4.686 4.686-4.686 12.284 0 16.971L185.607 256 4.908 437.13c-4.686 4.686-4.686 12.284 0 16.971L24.707 473.9c4.686 4.686 12.284 4.686 16.971 0l209.414-209.414c4.686-4.686 4.686-12.284 0-16.971L41.678 38.101c-4.687-4.687-12.285-4.687-16.971 0z"/></svg>');
    display: inline-block;
}
@media (max-width: 1024px) {
	.info-cards .cards-slider > .card-selection {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.33%;
		flex: 0 0 33.33%;
		max-width: calc(33.33% - 20px);
	}
	.info-cards .cards-slider {
		padding-bottom: 4rem;
	}
}
@media (max-width: 768px) {
	.info-cards .cards-slider > .card-selection {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: calc(50% - 20px);
	}
}
@media (max-width: 575px) {
	.info-cards .cards-slider > .card-selection {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: calc(100% - 20px);
	}
	.info-cards .cards-slider .slick-list {
		padding-right: 20px;
	}
}

/* button icons */
.content-button:not(.no-icon) {
	padding: 14px 30px 11px 40px;
}
.content-button:not(.no-icon)::before {
	width: 14px;
	height: 14px;
	position: absolute;
	left: 13px;
	color: #fff;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	line-height: 14px;
	pointer-events: none;
}
.content-button.calendar::before {
		content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" aria-hidden="true" focusable="false" data-prefix="fal" data-icon="calendar-alt" class="svg-inline--fa fa-calendar-alt fa-w-14" role="img" viewBox="0 0 448 512"><path fill="rgb(255 255 255)" d="M400 64h-48V12c0-6.6-5.4-12-12-12h-8c-6.6 0-12 5.4-12 12v52H128V12c0-6.6-5.4-12-12-12h-8c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zM48 96h352c8.8 0 16 7.2 16 16v48H32v-48c0-8.8 7.2-16 16-16zm352 384H48c-8.8 0-16-7.2-16-16V192h384v272c0 8.8-7.2 16-16 16zM148 320h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12zm96 0h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12zm96 0h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12zm-96 96h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12zm-96 0h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12zm192 0h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12z"/></svg>');
	display: inline-block;
}
.content-button.down-arrow::before {
		content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" width="14" height="14" focusable="false" data-prefix="far" data-icon="chevron-down" class="svg-inline--fa fa-chevron-down fa-w-14" role="img" viewBox="0 0 448 512"><path fill="rgb(255 255 255)" d="M441.9 167.3l-19.8-19.8c-4.7-4.7-12.3-4.7-17 0L224 328.2 42.9 147.5c-4.7-4.7-12.3-4.7-17 0L6.1 167.3c-4.7 4.7-4.7 12.3 0 17l209.4 209.4c4.7 4.7 12.3 4.7 17 0l209.4-209.4c4.7-4.7 4.7-12.3 0-17z"></path></svg>');
	display: inline-block;
	left: auto;
	right: 13px;
}
.content-button.facebook-icon::before {
		content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" aria-hidden="true" focusable="false" data-prefix="fab" data-icon="facebook-f" class="svg-inline--fa fa-facebook-f fa-w-10" role="img" viewBox="0 0 320 512"><path fill="rgb(238,84,159)" d="M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z"/></svg>');
	display: inline-block;
}
.content-button.down-arrow {
	padding: 14px 40px 10px 30px;
}
.content-button.arrow {
	padding: 14px 40px 10px 30px;
}
.content-button.arrow::before {
		content: url('data:image/svg+xml; utf8, <svg aria-hidden="true" width="14" height="14" focusable="false" data-prefix="far" data-icon="chevron-right" class="svg-inline--fa fa-chevron-right fa-w-8" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 512"><path fill="rgb(255,255,255)" d="M24.707 38.101L4.908 57.899c-4.686 4.686-4.686 12.284 0 16.971L185.607 256 4.908 437.13c-4.686 4.686-4.686 12.284 0 16.971L24.707 473.9c4.686 4.686 12.284 4.686 16.971 0l209.414-209.414c4.686-4.686 4.686-12.284 0-16.971L41.678 38.101c-4.687-4.687-12.285-4.687-16.971 0z"></path></svg>');
	display: inline-block;
	left: auto;
	right: 13px;
}

/* gallery */
.gallery-subtitles {
	font-size: 1.3em;
    text-align: center;
    color: var(--dark-blue);
}
.gallery-subtitles p {
	margin: 0;
}
.gallery-nav, .gallery-subtitles {
	margin-bottom: 2.5rem;
}
.gallery-nav ul {
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	list-style: none;
}
.gallery-nav ul li {
	color: var(--blue);
	float: left;
	border-radius: 40px;
	margin: 0 10px;
	background-color: #fff;
	border: 2px solid var(--blue);
}
.gallery-nav ul li a {
	color: var(--blue);
	font-weight: 600;
	padding: 14px 30px 10px 30px;
	line-height: 1;
	float: left;
	width: 100%;
}
.gallery-nav ul li.active {
	background-color: var(--blue);
	border: 2px solid var(--blue);
}
.gallery-nav ul li.active a {
	color: #fff;
}
.gallery-list .gallery-list-items {
	margin: 0;
	float: left;
	width: 100%;
	list-style: none;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr[5];
	grid-template-columns: repeat(5,minmax(0,1fr));
	grid-auto-flow: row dense;
	grid-gap: 20px;
}
.gallery-list .gallery-list-items li {
	padding-top: 100%;
	position: relative;
	border-radius: 8px;
	overflow: hidden;
}
.gallery-list .gallery-list-items li a {
	float: left;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.gallery-list .gallery-list-items li a img {
	float: left;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.gallery-list {
	overflow: hidden;
	max-height: 100vh;
}
.gallery-list .gallery-list-items .gallery-image:not(.active) {
	display: none;
}
@media (max-width: 991px) {
	.gallery-nav ul li {
		margin: 10px;
	}
	.gallery-nav {
		margin-bottom: 2em;
	}
	.gallery-list .gallery-list-items {
		-ms-grid-columns: 1fr[4];
		grid-template-columns: repeat(4,minmax(0,1fr));
	}
}
@media (max-width: 768px) {
	.gallery-list .gallery-list-items {
		-ms-grid-columns: 1fr[3];
		grid-template-columns: repeat(3,minmax(0,1fr));
	}
	.gallery-nav ul li {
		margin: 5px;
	}
}

/* latest reviews */
.latest-reviews {
	overflow: hidden;
}
.latest-reviews .section-introduction {
	text-align: center;
}
.latest-reviews .listing {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	padding-bottom: 4rem;
}
.latest-reviews .listing .slick-list, .latest-reviews .listing .slick-track {
	min-width: 100%;
}
.latest-reviews .listing .slick-track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
}
.latest-reviews .listing .slick-list {
	overflow: visible;
}
.latest-reviews .listing .slick-arrow {
	bottom: -2rem;
	left: 0;
	padding: 0;
    border: none;
    width: 40px;
    height: 40px;
    overflow: hidden;
    white-space: nowrap;
	background: transparent;
}
.latest-reviews .listing .slick-arrow.slick-next {
	left: auto;
	right: 0;
}
.latest-reviews .listing .slick-arrow.slick-next::before {
	content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="40" height="40" aria-hidden="true" focusable="false" data-prefix="far" data-icon="chevron-right" class="svg-inline--fa fa-chevron-right fa-w-8" role="img" viewBox="0 0 256 512"><path fill="rgb(238,84,159)" d="M24.707 38.101L4.908 57.899c-4.686 4.686-4.686 12.284 0 16.971L185.607 256 4.908 437.13c-4.686 4.686-4.686 12.284 0 16.971L24.707 473.9c4.686 4.686 12.284 4.686 16.971 0l209.414-209.414c4.686-4.686 4.686-12.284 0-16.971L41.678 38.101c-4.687-4.687-12.285-4.687-16.971 0z"/></svg>');
    display: inline-block;
}
.latest-reviews .listing .slick-arrow.slick-prev::before {
	content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="40" height="40" aria-hidden="true" focusable="false" data-prefix="far" data-icon="chevron-left" class="svg-inline--fa fa-chevron-left fa-w-8" role="img" viewBox="0 0 256 512"><path fill="rgb(238,84,159)" d="M231.293 473.899l19.799-19.799c4.686-4.686 4.686-12.284 0-16.971L70.393 256 251.092 74.87c4.686-4.686 4.686-12.284 0-16.971L231.293 38.1c-4.686-4.686-12.284-4.686-16.971 0L4.908 247.515c-4.686 4.686-4.686 12.284 0 16.971L214.322 473.9c4.687 4.686 12.285 4.686 16.971-.001z"/></svg>');
    display: inline-block;
}
.latest-reviews .listing li {
	padding: 2em;
	background: var(--grey);
	margin: 0 !important;
	margin-right: 30px !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-line-pack: start;
	    align-content: flex-start;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	height: inherit;
	border-radius: 8px;
	-webkit-box-flex: unset;
	    -ms-flex: unset;
	        flex: unset;
}
.latest-reviews .listing li .text {
	font-size: 18px;
	font-weight: 400;
	color: var(--dark-blue);
	font-style: italic;
	line-height: 1.5;
	margin: 20px 0;
}
.latest-reviews .listing li .text {
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 3;
}
.latest-reviews .listing li .rating {
	font-size: 2em;
	margin-bottom: 0;
	color: var(--pink);
}
.latest-reviews .listing li .author-name a {
	pointer-events: none;
	font-weight: 500;
	font-size: 22px;
	color: var(--dark-blue);
}
.latest-reviews .listing li .text::before {
	content: "“";
}
.latest-reviews .listing li .text::after {
	content: "”";
}
.latest-reviews .listing li .text br {
	display: none;
}
.latest-reviews .listing li .review-more-link {
	display: none;
}
.latest-reviews .listing li .author-name {
	-webkit-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	        order: 2;
}
.latest-reviews .attribution, .latest-reviews .listing li .author-avatar {
	display: none;
}
@media (max-width: 991px) {
	.latest-reviews .listing li {
		padding: 1.5em;
		margin-right: 20px !important;
	}
	.latest-reviews .listing li .text {
		font-size: 16px;
	}
	.latest-reviews svg {
		display: none;
	}
	.latest-reviews .listing {
		padding-bottom: 4rem;
	}
	.latest-reviews .listing .slick-arrow {
		bottom: 0;
	}
}
@media (max-width: 783px) {
	.google-business-reviews-rating {
		width: 100%;
		margin: 0;
	}
}

/* 404 page */

/* posts */
.posts-columns article {
	float: left;
	width: 100%;
	position: relative;
	margin: 0 0 2em;
}
.posts-columns article .inside-article {
	float: left;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
.posts-columns article .inside-article .entry-summary {
	order: 1;
	margin-top: 1.5em;
}
.posts-columns article .inside-article .entry-summary > p:not(.read-more-container) {
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: var(--dark-blue);
	margin-bottom: 1.5em;
}
.posts-columns article .inside-article .entry-summary > p.read-more-container {
	float: left;
    width: 100%;
}
.posts-columns article .inside-article .entry-meta {
	margin-top: 1.5em;
	font-size: 1.1em;
    font-weight: 500;
	color: #AAAAAA;
}
.posts-columns article .inside-article .entry-meta a {
	color: #AAAAAA;
}
.posts-columns article .inside-article .post-image {
	float: left;
	width: 100%;
	margin: 0 !important;
	position: relative;
	padding-top: 40%;
	border-radius: 8px;
	overflow: hidden;
	margin-bottom: 1.5em !important;
}
.posts-columns article .inside-article .post-image a {
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}
.posts-columns article .entry-title a {
	font-weight: 500;
	color: var(--dark-blue);
}
.posts-columns article .entry-header {
	float: left;
	width: 100%;
	margin-bottom: 0;
}
.read-more-container a {
	position: relative;
	padding: 14px 45px 14px 30px;
}
.read-more-container a::after {
	content: url('data:image/svg+xml; utf8, <svg aria-hidden="true" width="14" height="14" focusable="false" data-prefix="far" data-icon="chevron-right" class="svg-inline--fa fa-chevron-right fa-w-8" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 512"><path fill="white" d="M24.707 38.101L4.908 57.899c-4.686 4.686-4.686 12.284 0 16.971L185.607 256 4.908 437.13c-4.686 4.686-4.686 12.284 0 16.971L24.707 473.9c4.686 4.686 12.284 4.686 16.971 0l209.414-209.414c4.686-4.686 4.686-12.284 0-16.971L41.678 38.101c-4.687-4.687-12.285-4.687-16.971 0z"></path></svg>');
    display: inline-block;
	position: absolute;
    top: 50%;
    right: 15px;
    line-height: 1;
    width: 14px;
    height: 14px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.posts-columns article .entry-title {
	font-size: 20px;
}
@media (min-width: 320px) {
	.posts-columns article .entry-title {
		font-size: calc(20px + 6 * ((100vw - 320px) / 680));
	}
}
@media (min-width: 1000px) {
	.posts-columns article .entry-title {
		font-size: 26px;
	}
}

/* page list grid */
.page-list-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr[4];
    grid-template-columns: repeat(4,minmax(0,1fr));
    grid-gap: 30px;
    grid-auto-flow: row dense;
}
.page-list-grid a {
	-webkit-box-shadow: 0 2px 4px rgba(0,0,0,.22),0 0 0 rgba(0,0,0,.05);
	        box-shadow: 0 2px 4px rgba(0,0,0,.22),0 0 0 rgba(0,0,0,.05);
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 5px;
	padding: 15px;
}
.page-list-grid a .main-heading {
	font-size: 22px;
	margin: 0;
    width: 100%;
}
@media (max-width: 991px) {
	.page-list-grid {
		-ms-grid-columns: 1fr[3];
    	grid-template-columns: repeat(3,minmax(0,1fr));
	}
}
@media (max-width: 575px) {
	.page-list-grid {
		-ms-grid-columns: 1fr[1];
    	grid-template-columns: repeat(1,minmax(0,1fr));
	}
}

/* defaults */
.section-introduction {
	margin-bottom: 2.5em;
}
@media (max-width: 991px) {
	.section-introduction {
		margin-bottom: 1em;
	}
}
.paging-navigation {
	float: left;
	width: 100%;
	grid-column: -1 / 1;
}
.archive-post-wrapper .container > article {
	width: 100%;
}
.post-filters {
	padding-bottom: 0;
}
.post-filters + .archive-post-wrapper {
	padding-top: 2em;
}
.paging-navigation {
	padding-bottom: 0;
}
.paging-navigation .nav-links {
	font-size: 1.2em;
    font-weight: 500;
}
.paging-navigation .nav-links .page-numbers {
	position: relative;
    padding: 5px 11px;
    border: 2px solid var(--blue);
    border-radius: 4px;
    float: left;
    margin-right: 10px;
    line-height: 22px;
	color: var(--blue);
}
.paging-navigation .nav-links .page-numbers:hover, .paging-navigation .nav-links .page-numbers:focus {
	border: 2px solid var(--pink);
	background-color: var(--pink);
	color: #fff;
}
.paging-navigation .nav-links .page-numbers.current {
	background-color: var(--blue);
    color: #fff;
}
.paging-navigation .nav-links .page-numbers.current:hover, .paging-navigation .nav-links .page-numbers.current:focus {
	background-color: var(--blue);
	border: 2px solid var(--blue);
    color: #fff;
}
.archive-post-wrapper .posts-columns {
	margin-right: auto;
}
.archive-post-wrapper .container > article footer.entry-meta {
	display: none;
}
.single-post-wrapper .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.single-post-wrapper .container > article {
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 70%;
	        flex: 1 0 70%;
	border-radius: 0;
	background-color: transparent;
	-webkit-box-shadow: none;
	        box-shadow: none;
	padding: 0 15px !important;
}
.single-post-wrapper .container > article .featured-image {
	margin: 0 0 1.5em !important;
    width: 100%;
    padding-top: 40%;
    border-radius: 10px;
	pointer-events: none;
	position: relative;
    overflow: hidden;
}
.single-post-wrapper .container > article .featured-image img {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.single-post-wrapper .container > article .entry-meta {
	padding-bottom: 0;
    font-size: 15px;
    color: #AAAAAA;
    font-weight: 600;
}
.single-post-wrapper .container > article footer.entry-meta {
	margin-top: 1.5em;
}
.single-post-wrapper .container > article .entry-meta a {
	color: #BBBBBB;
    font-weight: 600;
}
.single-post-wrapper .entry-header {
	margin: 0;
}
.single-post-wrapper .container > article {
	padding-top: 0 !important;
}
.single-post-wrapper .container > article .entry-meta .byline {
	margin-left: 10px;
}
@media (min-width: 992px) {
	.single-post-wrapper .container > article {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
		margin-right: auto;
	}
}
@media (max-width: 991px) {
	.single-post-wrapper .container > article {
		-webkit-box-flex: 1;
	    -ms-flex: 1 0 100%;
	    flex: 1 0 100%;
		padding-top: 0 !important;
   		padding-bottom: 0 !important;
	}
	.archive-post-wrapper .container {
		-ms-grid-columns: 1fr[2];
    	grid-template-columns: repeat(2,minmax(0,1fr));
		grid-gap: 2em;
	}
	.archive-post-wrapper {
		padding-top: 0;
	}
}
@media (max-width: 575px) {
	.archive-post-wrapper .container {
		-ms-grid-columns: 1fr[1];
    	grid-template-columns: repeat(1,minmax(0,1fr));
	}
}

/* post filters */
.post-filters .order-blogs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
	font-weight: 600;
}
.post-filters .order-blogs .main-heading {
	flex: 1 0 100%;
}
.post-filters .order-blogs > span {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	font-size: 15px;
	min-width: 20%;
}
.post-filters .order-blogs label {
	padding-left: 15px;
}
.post-filters .order-blogs .select2-container {
	margin-left: 15px;
}
@media (max-width: 575px) {
	.post-filters .order-blogs {
		padding: 0 25px;
	}
	.post-filters .order-blogs > span {
		width: 100%;
		-webkit-box-flex: 1;
		    -ms-flex: 1 0 100%;
		        flex: 1 0 100%;
	}
	.post-filters .order-blogs label {
		padding: 0;
		font-size: 14px;
		margin-top: 10px;
	}
	.post-filters .order-blogs .select2-container {
		display: block;
		margin: 0;
		margin-top: 10px;
	}
	.post-filters .order-blogs label:first-of-type {
		padding-right: 15px;
	}
}

/* no results */
.no-results .entry-header {
	float: left;
	width: 100%;
}
.no-results .inside-article {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	text-align: center;
}
.no-results .inside-article .search-form {
	width: 100%;
	float: left;
}
.no-results .inside-article .search-form label {
	width: calc(100% - 50px);
	float: left;
}
.no-results .inside-article .search-form label input[type="search"] {
	float: left;
	width: 100%;
}
.no-results .inside-article .search-form .search-submit {
	margin: 0;
	width: 50px;
}

/* section */
section {
	padding-top: 6em;
	padding-bottom: 6em;
	position: relative;
}
section.blue {
	background-color: var(--blue);
	color: #fff;
}
section.blue .main-heading {
	color: #fff;
}
section.pink {
	background-color: var(--pink);
	color: #fff;
}
section.pink .main-heading {
	color: #fff;
}
@media (max-width: 991px) {
	section {
		padding-top: 2em;
		padding-bottom: 2em;
	}
}

/* slick slider defaults - prevents pop-in */
.slick-initialized .slick-slide img {
	opacity: 1;
}

/* if single slider - removes transition bug */
.page-hero-slider.slick-slider .slick-slide,
.page-hero-slider.slick-slider .slick-slide[aria-hidden="true"]:not(.slick-cloned) ~ .slick-cloned[aria-hidden="true"] {
	opacity: 0;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
.page-hero-slider.slick-slider .slick-slide.slick-current,
.page-hero-slider.slick-slider .slick-slide[aria-hidden="true"]:not([tabindex="-1"]) + .slick-cloned[aria-hidden="true"] { 
	opacity: 1;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
.slick-sr-only {
	font-size: 14px;
}
/* end slick bug fix */
.slick-arrow {
	position: absolute;
	bottom: 0;
	cursor: pointer;
}
.slick-arrow.slick-next {
	right: 15px;
	z-index: 10;
}
.slick-arrow.slick-prev {
	left: 15px;
	z-index: 10;
}
.slick-arrow i {
	font-size: 0;
}
.slick-arrow i::before { 
	transition: color 0.3s ease-in-out;
}
.slick-arrow:hover i::before { 
	transition: color 0.3s ease-in-out;
}
.slick-dots {
	list-style-type: none;
	font-size: 0;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.slick-dots li button {
	padding: 6px;
	margin-left: 5px;
	margin-right: 5px;
	border-radius: 50%;
	font-size: 0;
	background-color: #9aa6b8;
}
.slick-dots li.slick-active button { 
	background-color: #354E71;
}

/* fancy box image */
.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
	z-index: 99999999999;
}

/* social icons */
.social-icons {
	float: left;
	width: 100%;
	margin-bottom: 1em;
}
.social-icons a {
	margin: 0 5px 0 0;
	float: left;
}

/* blog */
.post {
	margin: 0;
}
.separate-containers .site-main {
	margin: 0;
}

/* footer logos */
.site-footer .footer-logos {
	margin-top: 1.5rem;
}
@media (max-width: 992px) {
	.site-footer .footer-logos img {
		max-width: 220px;
		margin: 15px;
	}
}

/* footer */
.site-footer {
	float: left;
    width: 100%;
}
.site-footer .copyright-bar {
	width: 100%;
	text-align: left;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}
.site-footer .copyright-bar .web-company {
	width: auto;
	float: right;
	margin: 0;
}
.site-footer .footer-widgets-container {
	padding-left: 0;
	padding-right: 0;
}
.site-footer .footer-widgets-container .inside-footer-widgets {
	float: left;
	width: 100%;
	margin: 0;
}
.site-footer .copyright-bar .footer-details {
	display: inline-block;
    margin-right: auto;
    float: left;
	text-align: left;
}
.site-footer .footer-widgets-container .inner-padding {
	padding: 0 15px 0 15px;
}
.inside-footer-widgets a {
	color: #E6E6E6;
}
.inside-footer-widgets .footer-logos figcaption {
	line-height: 1.1;
}
.inside-footer-widgets {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.inside-footer-widgets aside table {
	border: none;
}
.inside-footer-widgets aside table td {
	border: none;
	height: auto !important;
	padding: 5px 8px;
}
.inside-footer-widgets .sub-menu {
	display: none;
}
.inside-footer-widgets aside > div {
	float: left;
    width: 100%;
}
.inside-footer-widgets .widget address {
	font-style: normal;
}
.inside-footer-widgets .widget {
	font-size: 14px;
}
.inside-site-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
	padding: 15px;
}
.inside-site-info {
	padding: 25px 15px;
}
.footer-widgets .widget-title {
	margin-bottom: 20px;
}
.footer-widgets .footer-widget-1 aside .social-icons {
	margin-top: 2em;
}
.footer-widgets .footer-widget-1 aside .social-icons a {
	margin: 0 10px;
}
.footer-widgets .footer-widget-1 aside .social-icons a svg {
	width: 25px;
	height: 25px;
}
.footer-widgets .footer-widget-1 aside .social-icons a svg path {
	fill: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.footer-widgets .footer-widget-1 aside .social-icons a:hover svg path {
	fill: var(--pink);
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.footer-widgets .footer-widget-1 aside address {
	text-align: left;
}
.footer-widgets .inside-footer-widgets > div {
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 25%;
	        flex: 1 0 25%;
}
.site-info .inside-site-info {
	font-size: 13px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.site-info .inside-site-info .footer-bar-menu {
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}
.site-info .inside-site-info .footer-bar-menu #menu-footer-copyright-bar {
	margin: 0;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	list-style: none;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 100%;
	text-align: right;
}
.site-info .inside-site-info .footer-bar-menu #menu-footer-copyright-bar li {
	padding: 0 10px;
	border-right: 1px solid #fff;
	line-height: 1.3;
}
.site-info .inside-site-info .footer-bar-menu #menu-footer-copyright-bar li:last-child {
	border-right: none;
}
@media (min-width: 769px) {
	.footer-widget-3 .menu-areas-container #menu-areas {
		-webkit-columns: 2;
		   -moz-columns: 2;
		        columns: 2;
	}
}
@media (max-width: 991px) {
	.inside-site-info .copyright-bar {
		text-align: center;
	}
	.site-footer .copyright-bar .footer-details {
		text-align: center;
		margin-bottom: 1.5em;
	}
	.inside-site-info {
		padding: 15px 25px;
	}
	.footer-widgets .inside-footer-widgets > .footer-widget-1 {
		-webkit-box-flex: 1;
		    -ms-flex: 1 0 100%;
		        flex: 1 0 100%;
	}
	.footer-widgets .inside-footer-widgets > div {
		-webkit-box-flex: 1;
			-ms-flex: 1 0 50%;
				flex: 1 0 50%;
	}
}
@media (max-width: 768px) {
	.site-info .inside-site-info .footer-bar-menu {
		-webkit-box-flex: 1;
		    -ms-flex: 1 0 100%;
		        flex: 1 0 100%;
	}
	.site-footer .copyright-bar {
		-webkit-box-flex: 1;
		    -ms-flex: 1 0 100%;
		        flex: 1 0 100%;
		margin-bottom: 1em;
	}
	.site-info .inside-site-info .footer-bar-menu #menu-footer-copyright-bar {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.site-footer .footer-widgets-container {
		padding-bottom: 0;
	}
	.footer-widgets .inside-footer-widgets > div {
		-webkit-box-flex: 1;
			-ms-flex: 1 0 50%;
				flex: 1 0 50%;
	}
	.site-footer .footer-widgets .footer-widgets-container .inner-padding {
		float: left;
	}
	.site-footer .footer-widgets .inside-footer-widgets {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
	}
	.inside-footer-widgets .footer-widget-1 {
		-webkit-box-flex: 1;
		    -ms-flex: 1 0 100%;
		        flex: 1 0 100%;
	}
	.inside-footer-widgets > div {
		float: left;
		-webkit-box-flex: 1;
		    -ms-flex: 1 0 50%;
		        flex: 1 0 50%;
	}
	.inside-footer-widgets .widget-title {
		margin-bottom: 10px;
	}
	.inside-footer-widgets>div:not(:last-child):not(:first-child) {
		margin-bottom: 20px;
	}
	.inside-footer-widgets .widget-title {
		position: relative;
	}
	.inside-footer-widgets > div:not(.footer-widget-1) .widget-title::after {
		content: url('data:image/svg+xml; utf8, <svg aria-hidden="true" width="20" height="20" focusable="false" data-prefix="far" data-icon="chevron-right" class="svg-inline--fa fa-chevron-right fa-w-8" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 512"><path fill="white" d="M24.707 38.101L4.908 57.899c-4.686 4.686-4.686 12.284 0 16.971L185.607 256 4.908 437.13c-4.686 4.686-4.686 12.284 0 16.971L24.707 473.9c4.686 4.686 12.284 4.686 16.971 0l209.414-209.414c4.686-4.686 4.686-12.284 0-16.971L41.678 38.101c-4.687-4.687-12.285-4.687-16.971 0z"></path></svg>');
		width: 20px;
		height: 20px;
		top: 50%;
		line-height: 20px;
		right: 0; 
		position: absolute;
		-webkit-transform: translateY(-50%) rotate(0deg);
		    -ms-transform: translateY(-50%) rotate(0deg);
		        transform: translateY(-50%) rotate(0deg);
		-webkit-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
	.inside-footer-widgets > div:not(.footer-widget-1) .widget-title.open::after {
		-webkit-transform: translateY(-50%) rotate(90deg);
		    -ms-transform: translateY(-50%) rotate(90deg);
		        transform: translateY(-50%) rotate(90deg);
		-webkit-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
}
@media (max-width: 575px) {
	.footer-widgets .inside-footer-widgets > div {
		-webkit-box-flex: 1;
			-ms-flex: 1 0 100%;
				flex: 1 0 100%;
	}
	.site-info .inside-site-info .footer-bar-menu #menu-footer-copyright-bar {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.site-info .inside-site-info .footer-bar-menu #menu-footer-copyright-bar li {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 33.33%;
		        flex: 0 0 33.33%;
    	text-align: center;
		border: none;
		padding: 2px 10px;
	}
	.site-footer .copyright-bar {
		margin-bottom: 15px !important;
	}
	.site-footer .footer-widgets {
		padding: 2em 0 2em;
	}
	.footer-widgets .footer-widget-1 aside .social-icons a {
		width: auto;
    	height: auto;
	}
	.footer-widget-1 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		text-align: center;
	}
	.footer-widgets .footer-widget-1 aside address {
		text-align: center;
		margin-top: 1em;
	}
	.footer-widgets .footer-widget-1 aside .social-icons {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		margin-top: 1em;
	}
	.footer-widget-1 aside {
		-webkit-box-flex: 1 !important;
		    -ms-flex: 1 0 50% !important;
		        flex: 1 0 50% !important;
		margin-bottom: 20px;
		float: left;
		margin-bottom: 0 !important;
	}
	.inside-footer-widgets > div {
		-webkit-box-flex: 1;
		    -ms-flex: 1 0 100%;
		        flex: 1 0 100%;
	}
	.site-footer .footer-widgets .footer-widgets-container .inner-padding {
		width: 100%;
		-webkit-box-flex: 1 !important;
		    -ms-flex: 1 0 100% !important;
		        flex: 1 0 100% !important;
	}
	.inside-footer-widgets .footer-widget-1 {
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.site-footer .footer-widgets .inside-footer-widgets > div:not(.footer-widget-1) > aside > *:not(.widget-title) {
		display: none;
	}
	.site-footer .footer-widgets-container {
		padding-left: 25px;
		padding-right: 25px;
	}
}

/* container */
.container, .grid-container, .site-content {
	width: 100%;
	background: transparent !important;
	margin-right: auto;
	margin-left: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	  flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
		-ms-flex-direction: row;
			flex-direction: row;
}
.full-width {
	width: 100%;
	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
  	-ms-flex-wrap: wrap;
      flex-wrap: wrap;
	clear: both;
}
#page {
	width: 100%; 
}
.site-content .content-area {
	width: 100%; 
}

.header-reviews {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    position: -webkit-sticky;
    position: sticky;
    top: 85px;
    z-index: 10;
    background: #fff;
	 -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	box-shadow: 0 2px 2px -2px rgb(0 0 0 / 20%);
	padding: 10px 0;
}
.header-reviews .google-business-reviews-rating {
    margin: 0;
}
.header-reviews .google-reviews-summary {
    margin: 0;
}

@media (max-width: 768px) {
	.content.full-width { 
		overflow: hidden;
	}
	.container-page .inside-article {
		width: 100%;
		padding-top: 4em; 
	}
	.container .site-content .content-area {
		width: 100% !important;
	}
}
@media (min-width: 576px) {
  .container, .grid-container {
    max-width: 540px !important;
  }
  #page {
	max-width: 100% !important;
  }
}
@media (min-width: 768px) {
  .container, .grid-container {
    max-width: 720px !important;
	max-width: 82% !important;
  }
  #page {
	max-width: 100% !important;
  }
}
@media (min-width: 992px) {
  .container, .grid-container {
    max-width: 960px !important;
	max-width: 82% !important;
  }
  #page {
	max-width: 100% !important;
  }
}
@media (min-width: 1280px) {
  .container, .grid-container {
    max-width: 1160px !important;
  }
  #page {
	max-width: 100% !important;
  }
}
@media (min-width: 1500px) {
  .container, .grid-container {
    max-width: 1450px !important;
  }
  #page {
	max-width: 100% !important;
  }
}

/*!
 * Bootstrap Grid v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12,
.col-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
/* bootstrap col sizes */
.col-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}@media (min-width:576px){.col-sm-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-sm-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-sm-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-sm-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-sm-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-sm-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-sm-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-sm-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-sm-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-sm-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-sm-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-sm-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}@media (min-width:992px){.col-lg-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-lg-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-lg-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-lg-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-lg-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-lg-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-lg-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-lg-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-lg-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-lg-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-lg-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-lg-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}@media (min-width:1200px){.col-xl-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-xl-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-xl-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xl-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-xl-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-xl-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xl-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-xl-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-xl-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-xl-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-xl-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-xl-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}

@media (max-width: 991px) {
	.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12,
	.col-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
	.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
	.col-xl-auto {
		padding-right: 25px;
  		padding-left: 25px;
	}
}

/* bootstrap offsets */
.offset-1{margin-left:8.333333%}.offset-2{margin-left:16.666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.333333%}.offset-5{margin-left:41.666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.333333%}.offset-8{margin-left:66.666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.333333%}.offset-11{margin-left:91.666667%}@media (min-width:576px){.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.333333%}.offset-sm-2{margin-left:16.666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.333333%}.offset-sm-5{margin-left:41.666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.333333%}.offset-sm-8{margin-left:66.666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.333333%}.offset-sm-11{margin-left:91.666667%}}@media (min-width:768px){.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.333333%}.offset-md-2{margin-left:16.666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.333333%}.offset-md-5{margin-left:41.666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.333333%}.offset-md-8{margin-left:66.666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.333333%}.offset-md-11{margin-left:91.666667%}}@media (min-width:992px){.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.333333%}.offset-lg-2{margin-left:16.666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.333333%}.offset-lg-5{margin-left:41.666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.333333%}.offset-lg-8{margin-left:66.666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.333333%}.offset-lg-11{margin-left:91.666667%}}@media (min-width:1200px){.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.333333%}.offset-xl-2{margin-left:16.666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.333333%}.offset-xl-5{margin-left:41.666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.333333%}.offset-xl-8{margin-left:66.666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.333333%}.offset-xl-11{margin-left:91.666667%}}
