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

Colours being used:

*/


html, body {
	margin: 0;
	padding: 0;
	font-family: "montserrat", 'Helvetica', 'Arial', sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #FFFFFF;
	background: #141414;
	font-size: 15px;
	line-height: 1.8;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: auto;
	font-smooth: always;
}

h1, h2, h3, h4, .title-style {
	font-family: "orpheus-pro-condensed", 'Helvetica', 'Arial', sans-serif;
	font-weight: 400;
	font-style: normal;
	margin: 0;
	line-height: 1.1;
}

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

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

iframe{
	max-width: 100%;
}

iframe img{
	max-width: inherit;
}

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

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

*:focus {  
	outline: none;
}

a {
	color: #906E2A;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

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

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


a.button-link,
.button-link,
a.wp-block-button__link,
.is-style-outline a.wp-block-button__link,
.contact-row button,
.wp-block-button__link:visited,
form.post-password-form input[type="submit"]{
	display: inline-block;
	text-transform: uppercase;
	border: 0px solid #000;
	border-bottom: 1px solid #906E2A;
	background: none;
	color: #fff;
	padding: 9px 3px;
	text-align: center;
	cursor: pointer;
	margin: 10px 0;
	font-weight: 500;
	font-size: 14px;
	border-radius: 0px;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
	-webkit-appearance:none;
	line-height: 1;
}

.cream-bg-full a.button-link,
.cream-bg-full .button-link,
.cream-bg-full a.wp-block-button__link,
.cream-bg-full .is-style-outline a.wp-block-button__link,
.cream-bg-full .contact-row button,
.cream-bg-full .wp-block-button__link:visited,
.cream-bg-full form.post-password-form input[type="submit"] {
	color: #141414;
}

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

.is-style-outline a.wp-block-button__link{
	background: none;
	color: #000;
}

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

a.button-link:hover,
.button-link:hover,
a.wp-block-button__link:hover,
.contact-row button:hover,
form.post-password-form input[type="submit"]:hover{
	cursor: pointer;
	color: #906E2A
}

.is-style-outline a.wp-block-button__link:hover{
	color: #ccc;
}

a.social-icon{
	display: inline-block;
	min-width: 20px;
	height: 20px;
	padding: 5px;
	border: 2px solid #000;
	color: #000;
	border-radius: 50%;
	margin: 5px 5px 5px 5px;
	font-size: 20px;
	line-height: normal;
	text-align: center;
}

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

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

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

.medium-content{
	width: 800px;
}

.large-content {
	width: 1000px;
}

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

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

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


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

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

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

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

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

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






/* Heading */

.top-bar{
	width: 100%;
	-o-transition:.5s;
	  -ms-transition:.5s;
	  -moz-transition:.5s;
	  -webkit-transition:.5s;
	  transition:.5s;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

.top-bar .centred {
	max-width: unset;
}

.top-bar-inner {
	position: relative;
	padding: 40px 20px;
	width: calc(100% - 40px);
}

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

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

a.mobile-header-logo {
	width: 55px;
	max-width: 100%;
	margin: auto;
	display: none;
}

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

.top-bar-scroll.top-bar {
	position: fixed;
	background: #141414;
	-webkit-clip-path: inset(0 0 100% 0); */
	clip-path: inset(0 0 100% 0);
	transition: -webkit-clip-path 1s cubic-bezier(0.77, 0, 0.175, 1);
	transition: clip-path 1s cubic-bezier(0.77, 0, 0.175, 1);
	transition: clip-path 1s cubic-bezier(0.77, 0, 0.175, 1), -webkit-clip-path 1s cubic-bezier(0.77, 0, 0.175, 1);
}

.top-bar-scroll.top-bar-scroll-active.top-bar {
	-webkit-clip-path: inset(0 0 0 0);
	clip-path: inset(0 0 0 0);
	-webkit-transform: translate3d(0, 0, 0);
}

.top-bar-scroll a.header-logo {
	width: 55px;
}

.top-bar-scroll a.header-logo img {
	width: 55px;
}

.top-bar-scroll .top-bar-inner {
	padding: 13px 20px;
}




/* Navigation */

.nav {
	display: inline-block;
	width: 100%;
	margin: 10px 0;
}

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

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

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

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

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

.nav a {
	position: relative;
	padding: 10px 0px 10px 30px;
	display: inline-block;
	text-decoration: none;
	font-size: 15px;
	font-weight: 400;
	color: #000;
}

.nav a:hover, .nav .current_page_ancestor > a, .nav .current_page_item > a {
	color: #545454;
}

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

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

.nav ul li ul {
	position: absolute;
	display: none;
	background: #000;
	text-align: left;
	z-index: 1000; 
	margin: 0; 
	padding: 0; 
	width: 200px;
	margin-left: 20px;
	left: 0;
} 

.nav ul li ul li {
	display: inline;
	float: none;
	padding: 0px;
	margin: 0px;
}

.nav ul li ul li ul{
	top: 0;
	left: 200px;
	margin-left: 0;
}

.nav ul li ul li a{
	color: #fff;
}






/* Mobile Navigation */

.mobile-nav-header {
	text-align: center;
	z-index: 50001;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
	margin-right: 30px;
	-o-transition: .5s ease-in-out;
	-ms-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}

.mobile-nav-closer {
	display: flex;
	align-items: center;
	text-align: center;
	position: absolute;
	top: 40px;
	right: 50px;
	-o-transition: .5s ease-in-out;
	-ms-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}

.mobile-nav-header:hover,
.mobile-nav-closer:hover{
	cursor: pointer;
	color: #906E2A
}

.mobile-nav-header i,
.mobile-nav-closer i{
	font-size: 24px;
	line-height: normal;
	text-align: center;
	padding: 10px 10px;
	width: 22px;
}

.mobile-nav-header span,
.mobile-nav-closer span {
	font-size: 14px;
	text-transform: uppercase;
}

/*
.mobile-nav {
	position: fixed;
	top: 0;
	width: 100%;
	height: 100vh;
	z-index: 5000;
	display: grid;
	grid-template-columns: 50% 50%;
	background: #141414;
	-webkit-clip-path: inset(0 0 0 100%);
	clip-path: inset(0 0 0 100%);
	transition: -webkit-clip-path 1s cubic-bezier(0.77, 0, 0.175, 1);
	transition: clip-path 1s cubic-bezier(0.77, 0, 0.175, 1);
	transition: clip-path 1s cubic-bezier(0.77, 0, 0.175, 1), -webkit-clip-path 1s cubic-bezier(0.77, 0, 0.175, 1);
}

.mobile-nav.mobile-nav-active {
	-webkit-clip-path: inset(0 0 0 0);
	clip-path: inset(0 0 0 0);
	-webkit-transform: translate3d(0, 0, 0);
}
*/

.mobile-nav-image {
	position: fixed;
	top: 0;
	left: 0;
	height: 100vh;
	width: 50%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 5000;
	-webkit-transform: translate3d(0, 0, 0);
	z-index: 5000;
	-webkit-clip-path: inset(0 100% 0 0);
	clip-path: inset(0 100% 0 0);
	transition: all 1.5s cubic-bezier(0.77, 0, 0.175, 1);
	transition: all 1.5s cubic-bezier(0.77, 0, 0.175, 1);
	transition: all 1.5s cubic-bezier(0.77, 0, 0.175, 1), all 1.5s cubic-bezier(0.77, 0, 0.175, 1);
	opacity: 0;
}

.mobile-nav-image.mobile-nav-image-active {
	-webkit-clip-path: inset(0 0 0 0);
	clip-path: inset(0 0 0 0);
	-webkit-transform: translate3d(0, 0, 0);
	opacity: 1;
}

.mobile-nav {
	position: fixed;
	top: 0;
	left: 50%;
	width: 50%;
	height: 100vh;
	z-index: 5000;
	background: #141414;
	-webkit-clip-path: inset(0 0 0 100%);
	clip-path: inset(0 0 0 100%);
	transition: all 1.5s cubic-bezier(0.77, 0, 0.175, 1);
	transition: all 1.5s cubic-bezier(0.77, 0, 0.175, 1);
	transition: all 1.5s cubic-bezier(0.77, 0, 0.175, 1), all 1.5s cubic-bezier(0.77, 0, 0.175, 1);
	opacity: 0;
}

.mobile-nav.mobile-nav-active {
	-webkit-clip-path: inset(0 0 0 0);
	clip-path: inset(0 0 0 0);
	-webkit-transform: translate3d(0, 0, 0);
	opacity: 1;
}

.mobile-nav .mobile-nav-menu-container {
	margin-top: 150px;
	display: inline-block;
	width: 76%;
	padding: 0 12%;
	height: calc(100% - 260px);
	overflow: scroll;
	-ms-overflow-style: none;  /* IE and Edge */
	  scrollbar-width: none;  /* Firefox */
}

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

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

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

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

.mobile-nav ul li {
	display: block;
	line-height: 1;
}

.mobile-nav a {
	display: block;
	width: fit-content;
	margin: 0 0 15px;
	font-size: 40px;
	text-align: left;
	padding: 8px 0;
	color: #fff;
	font-weight: 400;
	font-family: "orpheus-pro-condensed", 'Helvetica', 'Arial', sans-serif;
	font-weight: 400;
	position: relative;
}

.mobile-nav a::after {
	content: '';
	position: absolute;
	left: -2px;
	width: 0;
	height: 2px;
	background: #906E2A;
	bottom: 0;
	-o-transition: .5s ease-in-out;
	-ms-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}

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

.mobile-nav a:hover::after, .mobile-nav .current_page_ancestor > a::after, .mobile-nav .current_page_item > a::after {
	width: calc(100% + 4px);
}

.mobile-nav li i{
	float: right;
	padding: 13px;
	font-size: 18px;
	width: 15px;
	color: #fff;
}

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

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

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

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

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

.mobile-nav-contact-links {
	position: absolute;
	bottom: 40px;
	left: 12%;
	width: 76%;
}

.mobile-nav-contact-links a {
	font-family: "montserrat", 'Helvetica', 'Arial', sans-serif;
	font-weight: 400;
	font-size: 14px;
	margin: 0;
	padding: 0 0 10px;
	line-height: 1;
	color: rgba(255,255,255,0.5);
	font-weight: 500;
	-o-transition: .5s ease-in-out;
	-ms-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}

.mobile-nav-contact-links a:hover {
	color: #906E2A
}

.mobile-nav-contact-links a::after {
	content: unset;
}







/* Search */

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

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

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

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

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


/* Custom Shortcodes */

.custom-breadcrumbs {
	font-size: 13px;
	color: #5A5A5A;
	margin: 40px 0 20px;
}

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

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

.rotherham-testimonial-outer {
	text-align: center;
}

.rotherham-testimonial-slider {
	margin-bottom: 60px;
}

.rotherham-testimonial-slider .slick-dots {
	bottom: -55px;
}

.rotherham-testimonial-slider .slick-dots li {
	margin: 0 3px;
}

.rotherham-testimonial-slider .slick-dots li button:before {
	font-size: 10px;
}

.testimonial-content {
	max-width: 1000px;
	margin: auto;
}

.reviews-header-title {
	font-weight: 500;
	color: #906E2A;
	text-transform: uppercase;
	font-size: 15px;
	letter-spacing: 1.3px;
}

.testimonial-author {
	color: #906E2A;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 1.2px;
}

.rotherham-contact-info-outer {
	margin-top: 60px;
	font-size: 17px;
}

.rotherham-contact-info-outer a {
	display: block;
	color: #fff;
	width: fit-content;
	padding-bottom: 10px;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

.rotherham-contact-info-outer a:hover {
	color: #9b8e6f;
}

.rotherham-contact-info-outer a.social-link {
	text-decoration: underline;
	text-underline-offset: 2px;
}

.contact-info-address {
	margin: 10px 0 20px;
}

.follow-us-scroll {
	width: calc(100% + 400px);
	height: 80px;
	position: relative
}

.follow-us-scroll.follow-us-scroll-right {
	left: -400px;
	margin-top: 30px;
}

.follow-us-scroll::before {
	width: 100%;
	height: 100%;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('images/follow-us.svg');
	background-repeat: repeat-x;
	background-size: contain;
	backgorund-position: center;
}

.follow-us-scroll::after {
	width: 100%;
	height: 100%;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(20,20,20,0.6);
}




/* Custom Classes */

.popup-gallery-outer {
	display: inline-block;
	width: 100%;
	margin: 150px 0 80px;
	display: none;
}

.popup-gallery-grid {
	max-width: 1000px;
	margin: auto;
	width: calc(100% - 40px);
	padding: 0 20px;
}

.popup-gallery-section {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-bottom: 20px;
}

.popup-gallery-section .popup-gallery-image {
	width: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.popup-gallery-section .popup-gallery-image:nth-child(1) {
	flex: 0 0 calc(65% - 10px);
	aspect-ratio: 16/11;
}

.popup-gallery-section .popup-gallery-image:nth-child(2) {
	flex: 0 0 calc(35% - 10px);
	align-self: stretch;
}

.popup-gallery-section .popup-gallery-image:nth-child(3) {
	flex: 0 0 calc(35% - 10px);
	align-self: stretch;
}

.popup-gallery-section .popup-gallery-image:nth-child(4) {
	flex: 0 0 calc(65% - 10px);
	aspect-ratio: 16/11;
}

.popup-gallery-section .popup-gallery-image:nth-child(5) {
	flex: 0 0 100%;
	aspect-ratio: 16/11;
}

.popup-gallery-closer {
	width: fit-content;
	margin: 0 auto 30px;
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 5px 10px;
	-o-transition: .5s ease-in-out;
	-ms-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	position: sticky;
	top: 110px;
	background: #141414;
	border-radius: 30px;
	line-height: 1;
	border: 1px solid #906E2A;
}

.popup-gallery-closer span {
	font-size: 14px;
	text-transform: uppercase;
}

.popup-gallery-closer i {
	font-size: 20px;
}

.popup-gallery-closer:hover {
	cursor: pointer;
	background: #906E2A;
}

.cover-top-gradient {
	position: relative;
}

.cover-top-gradient::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 25%;
	background: -moz-linear-gradient(bottom, rgba(20,20,20, 0) 0%, rgba(20,20,20, 1) 90%);
	background: -webkit-linear-gradient(bottom, rgba(20, 20, 20, 0) 0%, rgba(20, 20, 20, 1) 90%);
	background: linear-gradient(to top, rgba(20, 20, 20, 0) 0%, rgba(20, 20, 20, 1) 90%);
	z-index: 10;
	top: 0;
	left: 0;
}

.cream-bg-full {
	position: relative;
	width: 100%;
	z-index: 1;
	color: #141414;
}

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

.move-up {
	margin-top: -200px;
}

.move-up.cream-bg-full:before {
	top: 200px;
	height: calc(100% - 200px);
}

.move-up-small {
	margin-top: -100px;
}

.move-up-small.cream-bg-full:before {
	top: 100px;
	height: calc(100% - 100px);
}

.wp-block-media-text.media-text-full .wp-block-media-text__media {
	--widthA: calc(100vw - 1260px);
	--widthB: calc(var(--widthA) / 2);
	width: calc(100% + var(--widthB));
	left: calc(var(--widthB) * -1);
	position: relative;
}

.wp-block-media-text.has-media-on-the-right.media-text-full .wp-block-media-text__media {
	left: unset;
}

.wp-block-gallery.custom-gallery-slider.slick-slider {
	--widthA: calc(100vw - 1260px);
	--widthB: calc(var(--widthA) / 2);
	width: calc(100% + var(--widthB));
	padding-top: 60px;
}

.wp-block-gallery.custom-gallery-slider.slick-slider figure.wp-block-image {
	width: unset !important;
	height: 70vh;
	min-height: 400px;
	max-height: 600px;
	margin-right: 30px !important;
}

.wp-block-gallery.custom-gallery-slider.slick-slider figure.wp-block-image img {
	width: auto;
	height: 100%;
}

.wp-block-gallery.custom-gallery-slider.slick-slider .slick-next {
	top: 0;
	transform: unset;
	width: 20px;
	height: 20px;
	text-align: center;
	--widthA: calc(100vw - 1260px);
	--widthB: calc(var(--widthA) / 2);
	right: var(--widthB);
}

.wp-block-gallery.custom-gallery-slider.slick-slider .slick-prev {
	top: 0;
	transform: unset;
	width: 20px;
	height: 20px;
	text-align: center;
	--widthA: calc(100vw - 1260px);
	--widthB: calc(var(--widthA) / 2);
	right: calc(var(--widthB) + 40px);
	left: unset;
}

.wp-block-gallery.custom-gallery-slider.slick-slider .slick-next::before {
	content: '\f054';
	font-family: "Font Awesome 6 Pro";
	font-size: 20px;
	color: rgba(255,255,255,0.5);
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	
}

.wp-block-gallery.custom-gallery-slider.slick-slider .slick-prev::before {
	content: '\f053';
	font-family: "Font Awesome 6 Pro";
	font-size: 20px;
	color: rgba(255,255,255,0.5);
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

.wp-block-gallery.custom-gallery-slider.slick-slider .slick-prev:hover::before,
.wp-block-gallery.custom-gallery-slider.slick-slider .slick-next:hover::before {
	color: #9B8E6F;
}

.parallax-image {
	aspect-ratio: 16 / 10;
	overflow: hidden;
	position: relative;
}

.parallax-image.parallax-portrait {
	aspect-ratio: 12/16;
}

.parallax-image img {
	position: absolute;
	top: -175px;
	left: 0px;
	width: 100%;
	height: calc(100% + 175px);
	object-fit: cover;
	object-position: center;
	transform: translate(0%, 175px) translate3d(0px, 0px, 0px);
	translate: none;
	rotate: none;
	scale: none;
}


/* Wordpress Overrides */ 

:where(.wp-block-columns.is-layout-flex) {
	gap: 6%;
}

.wp-block-media-text .wp-block-media-text__content {
	padding: 0 0 0 12%;
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
	padding: 0 12% 0 0;
}


/* Body */

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

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


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

.creato_block-container-header{
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: flex-end;
	gap: 15px 30px;
	text-align: left;
	margin-bottom: 60px;
	flex-wrap: wrap;
}

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

.creato_block-container-header .creato_block-container-arrows{
	display: flex;
	align-items: center;
	gap: 10px;
}

.creato_block-container-header .creato_block-container-arrows i {
	font-size: 20px;
	padding: 10px;
	-o-transition: .5s ease-in-out;
	-ms-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	color: rgba(255,255,255,0.4);
}

.creato_block-container-header .creato_block-container-arrows i:hover {
	color: #9B8E6F;
	cursor: pointer;
}

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

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

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


/* creato_block grid */

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

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

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

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

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

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

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

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

/* Custom Creato Block */

.creato_block-listing.creato-block-image-background-true {
	aspect-ratio: 11/14;
	overflow: hidden;
	position: relative;
}

.creato_block-listing.creato-block-image-background-true .creato_block-listing-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(20,20,20,0.6);
	-o-transition: .5s ease-in-out;
	-ms-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}

.creato_block-listing.creato-block-image-background-true:hover .creato_block-listing-overlay {
	background: rgba(20,20,20,0.8);
}

.creato_block-listing.creato-block-image-background-true .creato_block-listing-overlay .creato_block-listing-text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(1);
	width: calc(100% - 40px);
	text-align: center;
	max-width: 250px;
	color: #fff;
	-o-transition: .5s ease-in-out;
	-ms-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}

.creato_block-listing.creato-block-image-background-true:hover .creato_block-listing-overlay .creato_block-listing-text {
	transform: translate(-50%, -50%) scale(1.05);
}

.creato_block-container-listings .slider {
	--widthA: calc(100vw - 1260px);
	--widthB: calc(var(--widthA) / 2);
	width: calc(100% + var(--widthB));
}

.creato_block-container-listings .slider .slick-list {
	--widthA: calc(100vw - 1260px);
	--widthB: calc(var(--widthA) / 2);
	padding: 0 var(--widthB) 0 0;
}

/* end creato_block grid */




/* creato_block slider */

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

/* end creato_block slider */


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


/* Video Shortcode */

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

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

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

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

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

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

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

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

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

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

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

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

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




.schema-faq-section{
	border-bottom: 1px solid #a9854c;
}

.schema-faq-question{
	font-family: 'FONT GOES HERE', 'Arial', serif;
	font-weight: 300;
	font-style: normal;
	letter-spacing: 0.03em;
	line-height: 1.5;
	font-size: 18px;
	padding: 20px 50px 20px 0;
	display: inline-block;
	width: calc(100% - 50px);
	position: relative;
}

.schema-faq-question:after{
	content: '\f063';
	font-family: "Font Awesome 6 Pro";
	float: right;
	border-radius: 50%;
	background: #000;
	color: #fff;
	padding: 5px;
	width: 20px;
	height: 20px;
	font-size: 14px;
	line-height: 1.8;
	text-align: center;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
	letter-spacing: 0;
	
	position: absolute;
	right: 0;
	top: 20px;
}

.schema-faq-answer-open:after{
	transform: rotate(180deg);
}

.schema-faq-answer{
	display: none;
}









/* Index */

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

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

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

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


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

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

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

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





/* News */

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

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

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



/* Error Page */

.error-page .custom-breadcrumbs {
	display: none;
}



/* Map */

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

#google-map{
	height: 500px;
}





/* Contact Form */

.form_title {
	font-family: "orpheus-pro-condensed", 'Helvetica', 'Arial', sans-serif;
	font-weight: 400;
	font-style: normal;
	margin: 0;
	line-height: 1.1;
	color: #9b8e6f;
	margin-bottom: 30px;
	font-size: 30px;
}

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

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

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

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

.contact-row.contact-row-contact_recaptcha {
	display: flex;
	justify-content: flex-end;
}



.contact-row input[type="text"], .contact-row textarea {
	border: 0px solid #4B4B4B;
	padding: 14px 20px;
	width: calc(100% - 40px);
	max-width: calc(100% - 40px);
	font-size: 16px;
	-webkit-appearance:none;
	font-family: "montserrat", 'Helvetica', 'Arial', sans-serif;
	line-height: 1;
	background: rgba(255,255,255,0.1);
	color: rgba(255,255,255,1);
}

.contact-row input[type="text"]::placeholder, .contact-row textarea::placeholder {
	color: rgba(255,255,255,0.5);
}

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

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


/* Password Protected Pages */

form.post-password-form {
	padding: 30px 20px;
	width: calc(100% - 40px);
	background: #eeeeee;
	margin: 30px auto;
}

form.post-password-form input[name="post_password"] {
	border: none;
	background: #fff;
	padding: 10px;
	margin: 0 10px;
	font-size: 16px;
	color: #000;
	border-radius: 3px;
}


/* Custom Animation */

.typewriter-text {
	display: none;
}

.typewriter-text span.typewriter-word {
	display: inline-block;
}

.typewriter-text span.typewriter-letter {
	opacity: 0;
	-o-transition: all 1.3s ease-in-out;
	-ms-transition: all 1.3s ease-in-out;
	-moz-transition: all 1.3s ease-in-out;
	-webkit-transition: all 1.3s ease-in-out;
	transition: all 1.3s ease-in-out;
	display: inline-block;
	transform: scale(1) translateY(10px);
}

.typewriter-text span.typewriter-letter.typewriter-text-active {
	opacity: 1;
	transform: scale(1) translateY(0px);
}

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

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

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

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

.wp-block-media-text.slide-image-from-left figure,
.wp-block-media-text.slide-image-from-right figure {
	position: relative;
	overflow: hidden;
	-webkit-clip-path: inset(0px 100% 0px 0px);
	clip-path: inset(0px 100% 0px 0px);
	will-change: clip-path;
	transition: -webkit-clip-path 1s ease-in-out;
	transition: clip-path 1s ease-in-out;
	transition: clip-path 1s ease-in-out, -webkit-clip-path 1s ease-in-out;
}

.wp-block-media-text.slide-image-from-right figure {
	-webkit-clip-path: inset(0px 0px 0px 100%);
	clip-path: inset(0px 0px 0px 100%);
}


.wp-block-media-text.slide-image-from-left.creato-animate-active figure,
.wp-block-media-text.slide-image-from-right.creato-animate-active figure {
	-webkit-clip-path: inset(0px 0px 0px 0px);
	clip-path: inset(0px 0px 0px 0px);
}

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

.search-results .archive-news-text{
	display: inline-block;
	margin: 20px 0 20px;
	width: 100%;
}

.search-results .archive-news-text p {
	 font-size: 14px;
}

.search-results .archive-news-image {
	aspect-ratio: 16/12;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	display: inline-block;
}

@supports not (aspect-ratio: 16 / 12) {
	
	.search-results .archive-news-image {
		padding-top: 70%;
	}
	
}



/* Footer */

.footer {
	width: 100%;
	padding: 70px 0px 40px 0px;
	float: left;
	background: rgba(255,255,255,0.05);
}

.footer-inner {
	padding: 0 20px;
	width: calc(100% - 40px);
}

.footer-top {
	display: grid;
	grid-template-columns: calc(50% - 30px) 50%;
	gap: 30px;
}

.footer-right {
	display: grid;
	grid-template-columns: calc(50% - 15px) calc(50% - 15px);
	gap: 30px;
	text-align: left;
}

.footer-title {
	font-family: "orpheus-pro-condensed", 'Helvetica', 'Arial', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 32px;
	margin-bottom: 25px;
	line-height: 1;
}

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

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

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

.footer a:hover{
	color: #9b8e6f;
}

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

.footer-menu ul li {
	display: block;
	list-style: none;
	line-height: 1;
}

.footer-menu ul li a {
	font-weight: 500;
	display: inline-block;
	padding: 0 0 14px;
	font-size: 14px;
	line-height: 1;
}

.footer-contact a {
	font-weight: 500;
	display: block;
	width: fit-content;
	padding: 0 0 14px;
	font-size: 14px;
	line-height: 1;
}

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

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

.credit{
	display: flex;
	width: 100%;
	font-size: 12px;
	margin-top: 100px;
	justify-content: space-between;
	gap: 5px 30px;
	text-align: left;
	color: rgba(255,255,255,0.4);
	flex-wrap: wrap;
}

.credit a {
	color: rgba(255,255,255,0.4);
}

.credit a:hover {
	color: #9b8e6f;
}

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


@media (max-width: 1300px) {
	.mobile-nav-header {
		margin-right: 0;
	}
	
	.mobile-nav-closer {
		right: 20px;
	}
	
	.wp-block-media-text.media-text-full .wp-block-media-text__media {
		left: -20px;
		width: calc(100% + 20px);
	}
	
	.creato_block-container-listings .slider,
	.wp-block-gallery.custom-gallery-slider.slick-slider {
		width: calc(100% + 20px);
	}
	
	.wp-block-gallery.custom-gallery-slider.slick-slider .slick-prev {
		right: 60px;
	}
	
	.wp-block-gallery.custom-gallery-slider.slick-slider .slick-next {
		right: 20px;
	}
	
	.creato_block-container-listings .slider .slick-list {
		padding: 0 10% 0 0;
	}
}

@media (max-width: 1200px) {
	.footer-top {
		display: grid;
		grid-template-columns: calc(100% - 630px) 600px;
		gap: 30px;
	}
}


@media (max-width: 1000px) {
	.creato_block-container.creato_block-container-5-columns .grid {
		grid-template-columns: calc(25% - 15px) calc(25% - 15px) calc(25% - 15px) calc(25% - 15px);
	}
	
	.mobile-nav .mobile-nav-menu-container {
		width: 88%;
		padding: 0 6%;
	}
	
	.mobile-nav-contact-links {
		width: 88%;
		left: 6%;
	}
}

@media (max-width: 850px) {
	.creato_block-container.creato_block-container-4-columns .grid,
	.creato_block-container.creato_block-container-5-columns .grid {
		grid-template-columns: calc(33.34% - 14px) calc(33.33% - 13px) calc(33.33% - 13px);
	}
	
	.footer-top {
		display: grid;
		grid-template-columns: 100%;
		gap: 50px;
	}
	
	a.footer-logo {
		width: 65px;
	}
	
	a.footer-logo  img {
		width: 65px;
	}
	
	.wp-block-gallery.custom-gallery-slider.slick-slider figure.wp-block-image {
		min-height: unset;
		max-height: 400px;
		height: 55vw;
		margin-right: 10px !important;
	}
}

@media (max-width: 800px) {
	.has-x-large-font-size {
		font-size: 50px !important;
	}
	
	.has-large-font-size {
		font-size: 35px !important;
	}
	
	.has-medium-font-size {
		font-size: 30px !important;
	}
	
	.follow-us-scroll {
		height: 50px;
	}
	
	.creato_block-container.creato_block-container-3-columns .grid,
	.creato_block-container.creato_block-container-4-columns .grid,
	.creato_block-container.creato_block-container-5-columns .grid,
	.archive-news-outer,
	.archive-search-outer {
		grid-template-columns: calc(50% - 10px) calc(50% - 10px);
	}
	
	.creato_block-container.creato_block-container-3-columns .grid .creato_block-listing:last-child,
	.creato_block-container.creato_block-container-5-columns .grid .creato_block-listing:last-child {
		grid-column: span 2;
	}
}


/* Tablet */

@media (max-width: 782px) {
	:where(.wp-block-columns.is-layout-flex) {
		gap: 30px;
	}
}


@media (max-width: 700px) {

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

	.mobile-slider .creato_block-container-listings .grid .creato_block-listing:nth-child(2n+1),
	.mobile-slider .creato_block-container-listings .grid .creato_block-listing:nth-child(3n+1),
	.mobile-slider .creato_block-container-listings .grid .creato_block-listing:nth-child(4n+1){
		clear: none;
	}
	
	
	
	a.header-logo,
	a.header-logo img {
		width: 240px;
	}
	
	.mobile-nav-header span, .mobile-nav-closer span {
		display: none;
	}
	
	.mobile-nav-image {
		display: none;
	}
	
	.mobile-nav {
		left: 0;
		width: 100%;
	}
	
	.popup-gallery-outer {
		margin: 100px 0 80px;
	}
	
}



@media (max-width: 600px) {

	.wp-block-media-text .wp-block-media-text__content {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
	.cookie-banner {
		width: 60px !important;
		height: 60px !important;
	}
	
	.cookie-banner i {
		font-size: 18px !important;
	}
	
	.wp-block-media-text.media-text-full .wp-block-media-text__media {
		left: 0px;
		width: 100%;
	}
	
	.wp-block-media-text .wp-block-media-text__content,
	.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
		padding: 30px 0;
	}
	
	a.header-logo{
		display: none;
	}
	
	a.mobile-header-logo,
	.top-bar-scroll a.header-logo {
		display: flex;
	}
	
	.mobile-spacer-0 {
		height: 0px !important;
	}
	
	.mobile-spacer-30 {
		height: 30px !important;
	}
	
	.mobile-spacer-40 {
		height: 40px !important;
	}
	
	.mobile-spacer-50 {
		height: 50px !important;
	}
	
	.mobile-spacer-80 {
		height: 80px !important;
	}
	
	.custom-breadcrumbs {
		margin: 20px 0;
	}
	
	.cookie-banner-bottom_left {
		display: none;
	}

}

@media (max-width: 550px) {
	.footer-right {
		grid-template-columns: 100%;
	}
	
	.testimonial-content.has-medium-font-size {
		font-size: 26px !important;
	}
}



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

	.nav {
		display: none;
	}

	.mobile-nav-header {
		display: inline-block;
	}
	
	.mobile-nav .mobile-nav-menu-container {
		width: calc(100% - 40px);
		padding: 0 20px;
	}
	
	.mobile-nav-contact-links {
		width: calc(100% - 40px);
		left: 20px;
	}


	.creato_block-container.creato_block-container-2-columns .grid,
	.creato_block-container.creato_block-container-3-columns .grid,
	.creato_block-container.creato_block-container-4-columns .grid,
	.creato_block-container.creato_block-container-5-columns .grid,
	.archive-news-outer,
	.archive-search-outer {
		grid-template-columns: 100%;
	}
	
	.creato_block-container.creato_block-container-3-columns .grid .creato_block-listing:last-child,
	.creato_block-container.creato_block-container-5-columns .grid .creato_block-listing:last-child {
		grid-column: span 1;
	}
	
}


@media (max-width: 400px) {
	
}


























/* General Woocommerce */

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

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

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

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

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

#sidebar a{
	color: #6C6D6D;
}

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

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

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

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

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

mark.count{
	display: none;
}

/* End General */








/* Woocommerce Buttons */

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

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

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

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

/* End Buttons */








/* Archive Products/Categories */

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

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

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

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

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

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

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

/* End Archive Styling */








/* Single Product */

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

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

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

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

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

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

.woocommerce div.product p.stock{
	
}

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

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

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

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

.woocommerce span.sku_wrapper{
	
}

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

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


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

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

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

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

.single_add_to_cart_button {
	
}

/* End Single Product */








/* Woocommerce Tabs */

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

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

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

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

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

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

}

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

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

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

/* end of tabs */








/* Basket */

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

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

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

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

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

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

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

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

/* End Basket */








/* Checkout Page */

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

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

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

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

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

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

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

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

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

/* End Checkout */







/* My Account */

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

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

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

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

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

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

/* End My Account */



/* Woocommerce Mobile */

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

@media (max-width: 970px) {

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


@media (max-width: 768px) {

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

}

@media (max-width: 500px) {

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

/* End Woocommerce Mobile */

























/* Specific Fixes and things in the core */
 

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

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}





/* IE11 Styling */

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



/* Cookie notification styling */

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

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

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

.wc_privacy_policy_buttons{
	float: right;
}

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

span.reveal_privacy_options_hide{
	display: none;
}

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

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

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

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

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

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

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


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

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

