/* =GENERAL
-------------------------------------------------------------- */
html {
	font-size: 62.5%;	/* used to set font sizes using rems 1.2rem = 12px */
}
body {
	overflow-x: hidden;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.5rem;
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 0;
    margin-bottom: 0.5em;
	font-weight: 700;
}
.h1, h1 {
	font-size: 4rem;
}
.h2, h2 {
	font-size: 3.2rem;
}
.h3, h3 {
	font-size: 2.6rem;
}
.h4, .h5, .h6, h4, h5, h6 {
    margin-bottom: 0.5em;
	font-size: 2rem;
	font-weight: 700;
}
p {
	margin-bottom: 1.5em;
	line-height: 1.8em;
}
li, dt, dd {
	margin-bottom: 0.5em;
	line-height: 1.8em;
}

a {
	color: #000;
}
a:hover {
	color: inherit;
}

img {
	max-width: 100%;
	height: auto;
}
img.alignleft {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
img.alignright {
	float: right;
	margin-right: 20px;
	margin-bottom: 20px;
}

.button {
	display: inline-block;
	margin: 0;
	font-size: 1.2rem;
	line-height: 2.5em;
}
.button a,
.button .button-no-link {
	display: block;
	padding: 0 10px 0 15px;
	background-image: linear-gradient(to top right, #000, #000);
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
}
.button a:after,
.button .button-no-link:after {
	content: ">";
	padding-left: 8px;
}



.wrapper-video {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	margin-bottom: 30px;
}
.wrapper-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* =HEADER
-------------------------------------------------------------- */
#site-header {
	position: relative;
	z-index: 2;
}
#site-header #top-bar {
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: right;
}

#site-header #top-bar #top-bar-links,
#site-header #bottom-bar #bottom-bar-links {
	position: relative;
	display: inline-block;
	margin: 15px 0 0 15px;
	background-color: #000;
	color: #fff;
	font-size: 1.4rem;
	vertical-align: middle;
	text-align: left;
	background-image: url('../images/caret-down.png');
	background-repeat: no-repeat;
	background-position: 96% center;
	background-size: 18px auto;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
#site-header #top-bar #top-bar-links.open,
#site-header #bottom-bar #bottom-bar-links.open {
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-bottomleft: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
#site-header #top-bar #top-bar-links div,
#site-header #bottom-bar #bottom-bar-links div {
	position: absolute;
	display: none!important;
	top: 100%;
	left: -999em;
	min-width: 100%;
	z-index: 200;
	background-color: #000;
}
#site-header #top-bar #top-bar-links.open div,
#site-header #bottom-bar #bottom-bar-links.open div {
	display: block!important;
	left: 0;
}
#site-header #top-bar #top-bar-links a,
#site-header #bottom-bar #bottom-bar-links a {
	position: relative;
	height: 25px;
	padding: 0 20px 0 78px;
	display: block;
	color: #fff;
	white-space: nowrap;
	line-height: 25px;
	text-decoration: none;
}
#site-header #top-bar #top-bar-links > a,
#site-header #bottom-bar #bottom-bar-links > a {
	padding-right: 30px!important;
}
#site-header #top-bar #top-bar-links a i,
#site-header #bottom-bar #bottom-bar-links a i {
	height: 25px;
	width: 65px;
	position: absolute;
	top: 0;
	left: 7px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}

#site-header #bottom-bar #bottom-bar-links {
	display: inline-block;
	margin: 5px 0;
}
#site-header #bottom-bar #bottom-bar-links a {
	height: 40px;
	padding: 0 30px 0 110px;
	line-height: 40px;
}
#site-header #bottom-bar #bottom-bar-links a i {
	height: 40px;
	width: 110px;
}

#site-header #top-bar .button {
	display: inline-block;
	margin: 0 0 0 7px;
	font-size: 1.4rem;
	vertical-align: middle;
}
#site-header #top-bar .button a {
	display: block;
	padding: 0 20px;
	height: 25px;
	background-image: none;
	line-height: 25px;
	text-decoration: none;
	text-transform: none;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
#site-header #top-bar-translate {
	display: inline-block;
	width: 168px;
	margin-top: 15px;
	margin-left: 7px;
	vertical-align: middle;
}
#site-header #top-bar-translate #google_language_translator {
	height: 25px;
}
#site-header #top-bar-translate select {
	width: 100%!important;
	height: 25px!important;
	padding: 0 20px!important;
	margin: 0!important;
	border: 0!important;
	font-size: 1.4rem;
	line-height: 25px!important;
	background-image: url('../images/caret-down.png');
	background-repeat: no-repeat;
	background-position: 96% center;
	background-size: 18px auto;
	-webkit-border-radius: 15px!important;
	-moz-border-radius: 15px!important;
	border-radius: 15px!important;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
#site-header #top-bar-translate #google_language_translator .goog-te-combo {
	border: 1px solid transparent!important;
}
#site-header #top-bar-translate select:hover {
	cursor: pointer;
}
#site-header #top-bar-translate select:focus {
	-webkit-border-bottom-right-radius: 0!important;
	-webkit-border-bottom-left-radius: 0!important;
	-moz-border-radius-bottomright: 0!important;
	-moz-border-radius-bottomleft: 0!important;
	border-bottom-right-radius: 0!important;
	border-bottom-left-radius: 0!important;
}

#site-header #top-bar-social {
	display: inline-block;
	padding: 5px 0;
	margin: 15px 0 0;
	height: 40px;
	line-height: 30px;
	vertical-align: middle;
	list-style: none;
}
#site-header #top-bar-social li {
	display: inline-block;
	margin: 0 0 0 6px;
	vertical-align: middle;
}
#site-header #top-bar-social li a {
	position: relative;
	width: 30px;
	height: 30px;
	display: block;
	background: #000;
	color: transparent;
	font: 0/0 a;
}
#site-header #top-bar-social li a:after {
	content: "\f007";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
	font-size: 2rem;
	line-height: 30px;
	text-align: center;
}
#site-header #top-bar-social li.tw a:after {
	content: "\f099";
}
#site-header #top-bar-social li.fb a:after {
	content: "\f39e";
}
#site-header #top-bar-social li.in a:after {
	content: "\f16d";
}
#site-header #top-bar-social li.li a:after {
	content: "\f0e1";
}
#site-header #top-bar-social li.pi a:after {
	content: "\f231";
}
#site-header #top-bar-social li.mail a:after {
	content: "\f0e0";
	font-family: "Font Awesome 5 Free";
	font-weight: 900; 
}
#site-header #top-bar-social li.qm a:after {
	content: "?";
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#site-header #top-bar-toggle {
	position: relative;
	height: 25px;
	margin-top: 15px;
	margin-left: 37px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	vertical-align: middle;
}
#site-header #top-bar-toggle:before {
	content: " ";
	position: absolute;
	top: 0;
	left: -20px;
	height: 100%;
	width: 2px;
	background-color: #fff;
}
#site-header #top-bar-toggle div {
	display: inline-block;
	height: 25px;
	line-height: 19px;
	border: 3px solid transparent;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	overflow: hidden;
}
#site-header #top-bar-toggle div:last-of-type {
	margin-left: -6px;
}
#site-header #top-bar-toggle div span {
	padding: 0 20px;
}
#site-header #top-bar-toggle:hover div span {
	background-color: transparent;
}
#site-header #top-bar-toggle div a {
	display: block;
	padding: 0 20px;
	text-decoration: none;
	opacity: 0.6;
}
#site-header #top-bar-toggle div:hover a {
	opacity: 1;
}


#site-header a#logo-link {
	display: block;
	float: left;
}
#site-header a#logo-link img {
	display: block;
	width: 100%;
	height: auto;
}

#main-nav {
	width: 100%;
}
#main-nav.align-right {
	text-align: right;
}
#main-nav > ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#main-nav > ul > li {
	display: inline-block;
	position: relative;
	margin: 0 5px;
}
#main-nav > ul > li > a {
	padding: 0 20px;
	font-size: 1.8rem;
	line-height: 60px;
}
#main-nav > ul > li:hover > a:before {
	content: " ";
	position: absolute;
	bottom: -5px;
	left: -2000px;
	width: 4000px;
	height: 5px;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

#main-nav li ul {
	position: absolute;
	display: none;
	top: 100%;
	left: -999em;
	z-index: 200;
	padding: 5px 0;
	margin: 0;
	background-color: #000;
	list-style: none;
	text-align: left;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
#main-nav li:hover ul {
	display: block;
	left: 0;
}
#main-nav li a {
	display: block;
	padding: 8px 20px;
	color: #fff;
	white-space: nowrap;
	font-size: 1.6rem;
	line-height: 1.4em;
	text-decoration: none;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

#main-nav:hover li a {
	opacity: 0.5;
}
#main-nav:hover li:hover a {
	opacity: 1;
}

#site-header #site-header-buttons {
	width: 100%;
	height: 60px;
	text-align: right;
}
#site-header .header-button {
	display: inline-block;
	height: 60px;
	margin: 0 0 0 20px;
	font-size: 1.8rem;
	line-height: 60px;
	vertical-align: bottom;
}
#site-header .header-button a {
	position: relative;
	display: block;
	height: 60px;
	padding-right: 60px;
	color: #fff;
	line-height: 60px;
}
#site-header .header-button a:hover {
	text-decoration: none;
}
#site-header .header-button a span {
	display: block;
	padding-right: 15px;
}
#site-header .header-button a i {
	position: absolute;
	bottom: 0;
	right: 0;
	height: 60px;
	width: 60px;
	background-color: #404040;
	color: #fff;
	line-height: 60px;
	text-align: center;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
#site-header .header-button a:hover i {
	background-color: #737373;
}

#site-header #mobile-nav-toggle {
	display: none;
}

#mobile-nav {
	display: none;
	clear: both;
	padding: 20px;
	background: #eee;
}
#mobile-nav ul {
	padding: 0;
	list-style: none;
	text-align: center;
}
#mobile-nav > ul > li {
	font-size: 1.8rem;
}
#mobile-nav > ul > li > a {
	display: flex;
	align-items: center;
	justify-content: center;
}
#mobile-nav > ul > li > a span {
	position: relative;
	display: inline-block;
	height: 30px;
	width: 30px;
	margin-right: 2px;
}
#mobile-nav > ul > li > a span::after {
	content: '\f067';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 1.5rem;
	line-height: 30px;
}
#mobile-nav > ul > li > a span.open::after {
	content: '\f068';
}
#mobile-nav ul ul {
	padding-top: 10px;
	padding-bottom: 10px;
}
#mobile-nav ul ul li {
	font-size: 1.4rem;
}
#mobile-nav a {
	color: #fff;
	text-decoration: none;
}

#search-bar {
	position: relative;
	display: none;
	clear: both;
	padding: 10px 0;
	background: #fff;
	border-bottom: 3px solid transparent;
	text-align: center;
	box-sizing: content-box;
}
#search-bar input[type="search"] {
	width: 100%;
	padding: 0;
	border: none;
	outline: none;
	font-size: 2.2rem;
	text-align: center;
}
#search-bar button {
	padding: 5px 10px;
	border: none;
	outline: none;
	background-color: #000;
	color: #fff;
}

/* =CONTENT
-------------------------------------------------------------- */
main#content {
	margin: 0 auto;
	clear: both;
	position: relative;
	z-index: 1;
	background-color: #fff;
}
article img {
	max-width: 100%;
	height: auto;
}
article .alignleft {
	float: left;
	margin: 0 20px 20px 0;
}
article .alignright {
	float: right;
	margin: 0 0 20px 20px;
}
article .aligncenter {
	display: block;
	margin: 0 auto 20px;
}

article.error-404 {
	padding-top: 100px;
	min-height: 500px;
	text-align: center;
}
article.error-404 input {
	margin-top: 40px;
	width: 100%;
	max-width: 400px;
	height: 40px;
	line-height: 40px;
}

/* blog */
#post-index-feat {
	padding-top: 60px;
	padding-bottom: 60px;
	margin-bottom: 40px;
}
article.post-index a {
	text-decoration: none;
}
article.post-index a .post-index-img {
	height: 0;
	padding-bottom: 60%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
article.post-index a .text-wrap {
	margin-bottom: 15px;
}
article.post-index a .text-wrap .post-index-content {
	padding: 20px 0 30px;
}
article.post-index a .text-wrap .post-index-content h2 {
	margin-bottom: 1em;
	font-size: 2rem;
	font-weight: 400;
}

article.post-index.post-index-1 a .thumb-wrap {
	width: 50%;
	float: left;
}
article.post-index.post-index-1 a .text-wrap {
	width: 50%;
	height: 100%;
	margin-bottom: 0;
	float: right;
	position: relative;
	background-color: #fff;
}
article.post-index.post-index-1 a .text-wrap .post-index-content {
	position: absolute;
	top: 50%;
	left: 10%;
	transform: translateY(-50%);
	padding: 0;
	max-width: 80%;
}
article.post-index.post-index-1 a .text-wrap .post-index-content h2 {
    font-size: 4rem;
	font-weight: 700;
}

#blog-pagination {
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
}
.wp-pagenavi a,
.wp-pagenavi span,
.woocommerce nav.woocommerce-pagination ul.page-numbers li a,
.woocommerce nav.woocommerce-pagination ul.page-numbers li span.current {
	display: inline-block;
	margin: 0 5px 0 0;
	padding: 0 5px;
	height: 32px;
	min-width: 32px;
	color: #000;
	background: none;
	border: 1px solid #000!important;
	font-size: 1.3rem;
	font-weight: 700;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
}
.wp-pagenavi span.current,
.wp-pagenavi a:hover,
.woocommerce nav.woocommerce-pagination ul.page-numbers li a:hover,
.woocommerce nav.woocommerce-pagination ul.page-numbers li span.current {
	background-color: #000;
	color: #fff;
}

/* gallery */
div.gallery {
	margin: 0 0 30px;
}
div.gallery dl {
	float: left;
	text-align: center;
	margin-top: 0;
	margin-bottom: 0;
}
div.gallery.gallery-columns-1 dl {
	width: 100%;
}
div.gallery.gallery-columns-2 dl {
	width: 50%;
}
div.gallery.gallery-columns-3 dl {
	width: 33.3333%;
}
div.gallery.gallery-columns-4 dl {
	width: 25%;
}
div.gallery.gallery-columns-5 dl {
	width: 20%;
}
div.gallery.gallery-columns-6 dl {
	width: 16.6666%;
}
div.gallery a {
	display: block;
}
div.gallery img {
	border: 0;
	display: block;
	padding: 7.5px;
}
#cboxSlideshow {
	color: #000!important;
}

/* contact forms */
.wpcf7-form-control-wrap {
	display: block;
	margin-bottom: 10px;
}
.wpcf7 label {
	display: block;
	font-weight: 700;
}
.wpcf7 label span {
	font-weight: 400;
}
.wpcf7 input[type=number],
.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 input[type=tel] {
	width: 100%;
	padding: 0 5px!important;
	border: 1px solid #aaa!important;
	font-size: 1.5rem;
	line-height: 2.5em!important;
}
.wpcf7 select {
	width: 100%;
	height: 39px;
	padding: 0 5px!important;
	border: 1px solid #aaa!important;
	font-size: 1.5rem;
	line-height: 37px!important;
}
.wpcf7 textarea {
	width: 100%;
	height: 100px;
	padding: 5px!important;
	border: 1px solid #aaa!important;
	font-size: 1.5rem;
	line-height: 1.2em!important;
	resize: vertical;
}
.wpcf7 input[type=submit] {
	margin-top: 20px;
	padding: 0 15px;
	border: none;
	font-size: 1.2rem;
	line-height: 2.5em;
	text-transform: uppercase;
}


/* =WOOCOMMERCE
-------------------------------------------------------------- */
/* woocommerce general */
.woocommerce .col-1,
.woocommerce .col-2 {
	max-width: none;
	flex: none;
}
.woocommerce form .form-row {
	display: block;
	max-width: none;
	padding: 0;
	margin-bottom: 5px;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
	padding: 0 20px!important;
	border-radius: 0;
	font-size: 1.5rem;
	line-height: 2.6em;
	font-weight: 400;
}

.woocommerce input[type=number],
.woocommerce input[type=text],
.woocommerce input[type=email],
.woocommerce input[type=tel] {
	padding: 0 5px!important;
	border: 1px solid #aaa!important;
	font-size: 1.5rem;
	line-height: 2.5em!important;
}
.woocommerce select {
	height: 39px;
	padding: 0 5px!important;
	border: 1px solid #aaa!important;
	font-size: 1.5rem;
	line-height: 37px!important;
}
.woocommerce textarea {
	padding: 0 5px!important;
	height: 6em;
	border: 1px solid #aaa!important;
	font-size: 1.5rem;
	line-height: 1.5em!important;
}
.select2-container--default .select2-selection--single {
	display: block;
	margin: 0!important;
	padding: 0 5px!important;
	height: 39px!important;
	border-radius: 0!important;
	border: 1px solid #aaa!important;
	font-size: 1.5rem;
	line-height: 37px!important;
	outline: none!important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	padding-left: 0!important;
	line-height: 37px!important;
	outline: none!important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 37px!important;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
	margin-left: 15px;
}

.woocommerce #respond input#submit:focus,
.woocommerce a.button:focus,
.woocommerce button.button:focus,
.woocommerce input.button:focus,
.woocommerce input[type=number]:focus,
.woocommerce input[type=text]:focus,
.woocommerce input[type=email]:focus,
.woocommerce input[type=tel]:focus,
.woocommerce textarea:focus,
.woocommerce select:focus {
	outline: none;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
	background-color: #fff;
	border: none;
	color: inherit;
	line-height: 2.6em;
}

/* cart */
.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
	width: 120px;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.continue-shopping {
	float: right;
	width: 48%;
	padding: 0 10px 0 15px;
	background-image: linear-gradient(to top right, #000, #000);
	color: #fff;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 2.5em;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 0;
}
.woocommerce-cart .wc-proceed-to-checkout a.continue-shopping {
	float: left;
}

/* checkout */
.woocommerce .col2-set,
.woocommerce-page .col2-set {
	margin-bottom: 30px;
}
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
	padding-right: 0;
	padding-left: 0;
}
.woocommerce form .form-row textarea {
	height: 8em;
}

/* product archive */
#archive-header {
	position: relative;
}
#archive-header #archive-header-desc-logo {
	padding-top: 30px;
	text-align: center;
}
#archive-header #archive-header-desc-text {
	padding-top: 30px;
	padding-bottom: 15px;
	text-align: center;
}
#archive-header #archive-header-image {
	content: " ";
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: top center;
}
#archive-filter-toggles {
	padding-top: 20px;
	padding-bottom: 12px;
}
#archive-filter-toggles #cta-toggle-list {
	margin-bottom: 0;
}
#archive-filter-toggles .wrapper-toggle-title i {
	margin-right: 15px;
	padding: 6px;
	background-color: #fe5078;
	background-image: linear-gradient(to bottom, #fe5078, #9e2c44);
	color: #fff;
}
#archive-filter-toggles .product-filter .wrapper-toggle-content {
	padding-bottom: 20px;
}
#archive-filter-toggles .wrapper-toggle-content .widget_layered_nav {
	padding-left: 50px;
	padding-bottom: 20px;
	margin-left: 50px;
	border-left: 2px solid #000;
}
#archive-filter-toggles .wrapper-toggle-content .widget_layered_nav:first-of-type {
	padding-left: 0;
	margin-left: 30px;
	border-left: none;
}
#archive-filter-toggles .wrapper-toggle-content .widget_layered_nav p {
	margin: 0;
}

article.product-archive #product-archive-products {
	padding-top: 60px;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
	min-height: 52px;
}
.woocommerce ul.products li.product .price {
	font-size: 1.2em;
}

.woocommerce nav.woocommerce-pagination ul {
	margin: 0 0 50px;
	padding: 30px 0;
	border: 0;
}
.woocommerce nav.woocommerce-pagination ul li {
	border: 0;
}

/* product single */
article.product-single {
	background-position: top center;
}
article.product-single #product-precontent {
	padding-top: 15px;
	padding-bottom: 15px;
}
article.product-single #product-precontent .wrapper-video,
article.product-single #product-precontent p {
	margin: 0;
}

article.product-single #product-meta {
	margin-bottom: 50px;
	background-color: #404040;
	color: #fff;
}
article.product-single #product-meta ul {
	margin: 0;
	padding-top: 30px;
	padding-bottom: 30px;
	list-style: none;
}
article.product-single #product-meta ul li {
	margin: 0;
	padding-top: 2px;
	padding-left: 80px;
}
article.product-single #product-meta ul li.meta-icon-custom {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 0 50%;
}
article.product-single #product-meta ul li.product-meta-screen-sizes {
	background: url('../images/icon-screen.png') no-repeat 0 50%;
}
article.product-single #product-meta ul li.product-meta-max-tv-weight {
	padding-left: 60px;
	background: url('../images/icon-weight.png') no-repeat 0 50%;
}
article.product-single #product-meta ul li.product-meta-max-vesa {
	background: url('../images/icon-vesa.png') no-repeat 0 50%;
}
article.product-single #product-meta ul li em {
	display: block;
	font-style: normal;
	font-size: 2.6rem;
	line-height: 1em;
}
article.product-single #product-meta ul li span {
	display: block;
	line-height: 1em;
}

article.product-single #product-meta #product-notice {
	padding: 5px;
	text-align: center;
}
article.product-single #product-meta #product-notice p {
	margin: 0;
	font-size: 2rem;
}

.woocommerce #content article.product-single div.product div.images {
	width: 48.5%;
	margin-bottom: 30px;
}
.woocommerce #content article.product-single div.product div.images.gallery-svi + div.images {
	display: none;
}
.woocommerce #content article.product-single div.product div.images .zoomWindow {
	border: none!important;
}
.woocommerce #content article.product-single div.product div.images .swiper-button-next,
.woocommerce #content article.product-single div.product div.images .swiper-button-prev {
	color: #212121;
}

.woocommerce #content article.product-single div.product div.summary {
	padding: 30px;
	margin-bottom: 30px;
	width: 48.5%;
	background-color: #fff;
}
.woocommerce #content article.product-single p.sku {
	font-weight: 700;
}
.woocommerce #content article.product-single p.sku .sku {
	font-weight: 400;
}
.woocommerce #content article.product-single .product_title {
	font-size: 3.2rem;
}
.woocommerce #content article.product-single .woocommerce-product-details__short-description {
	margin-bottom: 40px;
}
.woocommerce #content article.product-single .product-quick-link {
	line-height: 2.6em;
}
.woocommerce #content article.product-single .product-quick-link a {
	display: block;
	padding: 0 10px;
	background-color: #404040;
	color: #fff;
	text-align: center;
	text-decoration: none;
}
.woocommerce #content article.product-single .product-price-cart .variations td,
.woocommerce #content article.product-single .product-price-cart .variations th {
	line-height: 1.2em;
}
.woocommerce #content article.product-single .product-price-cart .variations label {
	margin-right: 15px;
	line-height: 39px;
}
.woocommerce #content article.product-single .product-price-cart .variations select {
	width: 100%;
}
.woocommerce #content article.product-single .product-price-cart .product-price {
	float: left;
	width: 48.5%;
}
.woocommerce #content article.product-single .product-price-cart .product-price p {
	margin: 0;
	color: inherit;
	font-size: 3.2rem;
	line-height: 1.2em;
	font-weight: 700;
}
.woocommerce #content article.product-single .product-price-cart .product-cart {
	float: right;
	width: 48.5%;
}
.woocommerce #content article.product-single .product-price-cart .product-cart .button {
	float: right;
	width: 65%;
}
.woocommerce #content article.product-single .product-price-cart .product-cart form.cart {
	margin: 0;
}
.woocommerce #content article.product-single .product-price-cart .product-cart .quantity {
	float: left;
	width: 30%;
}
.woocommerce #content article.product-single .product-price-cart .product-cart .quantity input {
	width: 100%;
}

.woocommerce #content article.product-single .product-price-cart.catalogue .product-cart {
	width: 100%;
	float: none;
}
.woocommerce #content article.product-single .product-price-cart.catalogue .product-cart .quantity,
.woocommerce #content article.product-single .product-price-cart.catalogue .product-cart .button,
.woocommerce #content article.product-single .product-price-cart.catalogue .product-cart .reset_variations {
	display: none!important;
}

.woocommerce #content article.product-single .product-single-cta {
	position: relative;
	padding: 30px 60px;
	background-color: #000;
	color: #fff;
}
.woocommerce #content article.product-single .product-single-cta p {
	margin: 0;
	width: 65%;
	float: left;
	font-size: 3.2rem;
}
.woocommerce #content article.product-single .product-single-cta a {
	display: block;
	padding: 0 30px;
	position: absolute;
	right: 60px;
	top: 50%;
	transform: translateY(-50%);
	background-color: #404040;
	color: #fff;
	text-decoration: none;
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 2em;
}

#product-single-toggles {
	padding-bottom: 0;
}
#product-single-toggles .wrapper-toggle-content .container {
	padding-right: 0;
	padding-left: 0;
}
#product-single-toggles .wrapper-toggle-content section[class^="cta-"] {
	position: relative;
}
#product-single-toggles .wrapper-toggle-content .container,
#product-single-toggles .wrapper-toggle-content .container-fluid {
	background-color: inherit;
}
#product-single-toggles .wrapper-toggle-content .container::before,
#product-single-toggles .wrapper-toggle-content .container-fluid::before {
	content: " ";
	background-color: inherit;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -50vw;
	width: 100vw;
	height: 100%;
}
#product-single-toggles .wrapper-toggle-content .cta-toggles {
	padding-top: 0;
	padding-bottom: 0;
}
#product-single-toggles .wrapper-toggle-content .ar-banner {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	padding: 0.5em;
	margin-bottom: 30px;
	overflow: hidden;
	text-align: center;
}
#product-single-toggles .wrapper-toggle-content .ar-logo {
	margin: 0.5em;
}
#product-single-toggles .wrapper-toggle-content .ar-text {
	margin: 1em 0em;
	font-style: italic;
}
#product-single-toggles .wrapper-toggle-content .ar-frame {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 60%;
	margin: 0.3em;
	background: #ffffff;
}
#product-single-toggles .wrapper-toggle-content .ar-frame iframe {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

#product-single-toggles .wrapper-toggle-content .ar-banner-qr-code {
	text-align: right;
	padding-right: 15px;
}
#product-single-toggles .wrapper-toggle-content .ar-banner-qr-code .qr-code {
	position: relative;
	overflow: hidden;
	margin: 0.5em 0em;
	border-radius: 6px;
}
#product-single-toggles .wrapper-toggle-content .qr-text {
	margin: 0;
	text-align: left;
}
#product-single-toggles .wrapper-toggle-content .qr-text em {
	display: block;
}
#product-single-toggles .wrapper-toggle-content .qr-text span {
	display: block;
	font-size: 1.5em;
	font-weight: bold;
}

#product-single-toggles #product-height-finder .product-height-finder-panel {
	margin-bottom: 30px;
	padding: 35px 45px 35px 65px;
	overflow: hidden;
	display: none;
}
#product-single-toggles #product-height-finder .product-height-finder-panel.product-height-finder-panel-1 {
	display: flex;
}
#product-single-toggles #product-height-finder .product-height-finder-panel.row {
	margin-right: 0;
	margin-left: 0;
}
#product-single-toggles #product-height-finder .product-height-finder-panel .error {
	margin-top: 1.5em;
	display: none;
	color: red;
}
#product-single-toggles #product-height-finder .product-height-finder-panel p strong {
	font-size: 1.2em;
}
#product-single-toggles #product-height-finder .product-height-finder-panel select {
	width: 100%;
}
#product-single-toggles #product-height-finder .product-height-finder-panel select.product-hf-model-options-1 {
	display: none;
}
#product-single-toggles #product-height-finder .product-height-finder-panel input[type="number"] {
	width: 100%;
	-moz-appearance: textfield;
}
#product-single-toggles #product-height-finder .product-height-finder-panel input[type="number"]::-webkit-outer-spin-button,
#product-single-toggles #product-height-finder .product-height-finder-panel input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
#product-single-toggles #product-height-finder .product-height-finder-panel-1-image img,
#product-single-toggles #product-height-finder .product-height-finder-panel-2-image img,
#product-single-toggles #product-height-finder .product-height-finder-panel-3-image img {
	max-height: 280px;
	display: block;
	margin: 0 auto;
}
#product-single-toggles #product-height-finder .product-height-finder-panel-2-image img {
	display: none;
}
#product-single-toggles #product-height-finder .product-height-finder-panel-2-image img:first-of-type {
	display: block;
}
#product-single-toggles #product-height-finder .product-height-finder-panel-2-text p em,
#product-single-toggles #product-height-finder .product-height-finder-panel-3-text p em {
	display: inline-block;
	height: 20px;	
	width: 20px;
	background-color: #eb1f28;
	color: #fff;
	border-radius: 50%;
	text-align: center;
	font-weight: 700;
	line-height: 20px;
	font-style: normal;
}
#product-single-toggles #product-height-finder .product-height-finder-panel-3-text p em {
	background-color: #2f3490;
}
#product-single-toggles #product-height-finder .product-height-finder-panel-4-text {
	text-align: center;
}
#product-single-toggles #product-height-finder #product-height-finder-result {
	display: inline-block;
	position: relative;
	padding: 0 45px;
	margin: 0 auto 20px;
	background-color: #eb1f28;
	color: #fff;
	border-radius: 10px;
	font-size: 4.5rem;
	font-weight: 700;
	z-index: 2;
}
#product-single-toggles #product-height-finder #product-height-finder-result::before {
	content: " ";
	width: 1140px;
	height: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translatex(-50%);
	border-top: 5px dashed #eb1f28;
	z-index: -1;
}

#product-single-toggles #product-height-finder .product-height-finder-buttons {
	margin-top: 1.5em;
}
#product-single-toggles #product-height-finder .product-height-finder-button-next {
	text-align: right;
}
#product-single-toggles #product-height-finder .product-height-finder-button-prev a::before {
	content: "<";
	padding-right: 8px;
}
#product-single-toggles #product-height-finder .product-height-finder-button-prev a::after {
	content: "";
	display: none;
}
#product-single-toggles #product-height-finder .product-height-finder-button-center {
	text-align: center;
}

#product-single-toggles .wrapper-toggle-content.product-downloads .button {
	margin-right: 30px;
	margin-bottom: 30px;
}
#product-single-toggles .wrapper-toggle-content.product-downloads .button a:after {
	content: "";
	display: none;
}
#product-single-toggles .wrapper-toggle-content.product-downloads .button i {
	margin-left: 10px;
}

/* product highlight text colours */
body.product-highlight-text-black article.product-single #product-meta {
	color: #000;
}
body.product-highlight-text-black article.product-single #product-meta ul li.product-meta-screen-sizes {
	background: url('../images/icon-screen-black.png') no-repeat 0 50%;
}
body.product-highlight-text-black article.product-single #product-meta ul li.product-meta-max-tv-weight {
	background: url('../images/icon-weight-black.png') no-repeat 0 50%;
}
body.product-highlight-text-black article.product-single #product-meta ul li.product-meta-max-vesa {
	background: url('../images/icon-vesa-black.png') no-repeat 0 50%;
}
body.product-highlight-text-black.woocommerce #content article.product-single .product-quick-link a,
body.product-highlight-text-black.woocommerce #content article.product-single .product-single-cta,
body.product-highlight-text-black #product-single-toggles .wrapper-toggle-content.product-downloads .button a,
body.product-highlight-text-black #product-single-toggles .product-height-finder-buttons .button a {
	color: #000;
}

/* =SEARCH
-------------------------------------------------------------- */
article.search .container {
	padding-top: 50px;
	padding-bottom: 50px;
	min-height: 600px;
}
article.search .container .search-result {
	position: relative;
	padding-top: 30px;
	margin-top: 30px;
}
article.search .container .search-result:before {
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: #000;
}
article.search .container .search-result .thumb-wrap {
	text-align: center;
}
article.search .container .search-result h2 a {
	text-decoration: none;
}

/* =MOUNT FINDER
-------------------------------------------------------------- */
article.mount-finder {
	min-height: 400px;
}
article.mount-finder section {
	padding-top: 60px;
}
article.mount-finder #mf-intro {
	text-align: center;
}
article.mount-finder form {
	max-width: 400px;
	margin: 0 auto 20px;
	text-align: center;
}
article.mount-finder input[type="text"] {
	width: 100%;
	margin-bottom: 20px;
	padding: 0 5px;
	border: 1px solid #aaa;
	font-size: 1.5rem;
	line-height: 2.5em;
}
article.mount-finder select {
	width: 100%;
	margin-bottom: 20px;
	height: 39px;
	padding: 0 5px;
	border: 1px solid #aaa;
	font-size: 1.5rem;
	line-height: 37px;
}
article.mount-finder input[type=submit] {
	margin-top: 20px;
	padding: 0 15px;
	border: none;
	font-size: 1.2rem;
	line-height: 2.5em;
	text-transform: uppercase;
}
article.mount-finder #mount-finder-error {
	margin-bottom: 60px;
	color: red;
	text-align: center;
}
.ui-autocomplete.ui-front {
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
    z-index:1000 !important;
}

article.mount-finder-results #mf-intro {
	margin-bottom: 40px;
	text-align: center;
}
article.mount-finder-results #mf-cat-filters {
	padding: 0;
	margin-top: 0;
	margin-bottom: 80px;
	list-style: none;
}
article.mount-finder-results #mf-cat-filters li {
	margin-bottom: 15px;
}
article.mount-finder-results #mf-cat-filters li a {
	display: block;
	position: relative;
	height: 100%;
	padding-bottom: 40px;
	text-decoration: none;
	text-align: center;
}
article.mount-finder-results #mf-cat-filters li a .mf-cat-text {
	padding: 15px;
}
article.mount-finder-results #mf-cat-filters li a .mf-cat-text p {
	margin: 0;
	font-size: 1.4rem;
	line-height: 1.2em;
}
article.mount-finder-results #mf-cat-filters li a .button {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	font-size: 1.5rem;
    line-height: 2.6em;
}

article.mount-finder-results .mf-products {
	padding: 0;
	list-style: none;
}
article.mount-finder-results .mf-product h4 {
	min-height: 52px;
	font-size: 1.5rem;
}
article.mount-finder-results .mf-product {
	margin-bottom: 40px;
}
article.mount-finder-results .mf-product a {
	text-decoration: none;
}
article.mount-finder-results .mf-product:nth-child(4n+1) {
	clear: both;
}
article.mount-finder-results .mf-product .button {
	padding: 0 20px!important;
	font-size: 1.5rem;
	line-height: 2.6em;
}

/* =SIDEBAR
-------------------------------------------------------------- */
#sidebar ul {
	list-style: none;
	padding: 0;
}


/* =CTAS
-------------------------------------------------------------- */

/* slider */
.cta-slider {
	position: relative;
	margin-bottom: 0;
}
.cta-slider.content-overlap-yes {
	margin-bottom: -100px;
}
.cta-slider > .container {
	max-width: 1400px;
}
.cta-slider > .container-fluid {
	padding-right: 0;
	padding-left: 0;
}
.cta-slider .item {
	position: relative;
	padding-bottom: 44.3%;
	background: no-repeat center center;
	background-size: cover;
}
.cta-slider .cta-slides-bg-left {
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	z-index: -1;
}
.cta-slider .cta-slides-bg-right {
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
	z-index: -1;
}

.cta-slider .carousel-caption {
	top: 50%;
	transform: translateY(-50%);
	right: 12%;
	bottom: auto;
	left: 12%;
	padding: 0;
	text-align: left;
}
.cta-slider.content-align-left .carousel-caption {
	text-align: left;
}
.cta-slider.content-align-centre .carousel-caption {
	text-align: center;
}
.cta-slider.content-align-right .carousel-caption {
	text-align: right;
}
.cta-slider .carousel-caption h1 {
	margin-bottom: 0;
	font-size: 4rem;
}
.cta-slider .carousel-caption .button {
	margin-top: 2em;
	font-size: 1.7rem;
}

.cta-slider .carousel-control-prev {
	width: 30px;
	left: -40px;
	opacity: 1;
}
.cta-slider .carousel-control-next {
	width: 30px;
	right: -40px;
	opacity: 1;
}
.cta-slider .carousel-control-prev-icon,
.cta-slider .carousel-control-next-icon {
	position: relative;
	width: 30px;
	height: 60px;
	background: none;
}
.cta-slider .carousel-control-prev-icon:before,
.cta-slider .carousel-control-next-icon:before {
	content: '\f053';
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 60px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 5rem;
	line-height: 60px;
}
.cta-slider .carousel-control-next-icon:before {
	content: '\f054';
}

.cta-slider .carousel-indicators {
	margin-bottom: 40px;
	align-items: center;
}
.cta-slider.content-overlap-yes .carousel-indicators {
	margin-bottom: 140px;
}
.cta-slider .carousel-indicators li {
	width: 12px;
	height: 12px;
	margin: 0 15px;
	border: none;
	-webkit-border-radius: 6px!important;
	-moz-border-radius: 6px!important;
	border-radius: 6px!important;
}
.cta-slider .carousel-indicators li.active {
	width: 20px;
	height: 20px;
	-webkit-border-radius: 10px!important;
	-moz-border-radius: 10px!important;
	border-radius: 10px!important;
}

/* image/video banner */
.cta-image-banner.hide-desktop-yes {
	display: none;
}
.cta-image-banner .cta-image-banner-image {
	position: relative;
	padding-bottom: 460px;
	background: no-repeat center center;
	background-size: cover;
}

.cta-image-banner .cta-image-banner-video {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 33.3333%;
	overflow: hidden;
	clip: rect(auto,auto,auto,auto);
	-webkit-clip-path: inset(0 0 0 0);
	clip-path: inset(0 0 0 0);
}
.cta-image-banner .cta-image-banner-video video {
	position: absolute;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}

.cta-image-banner .cta-image-banner-text {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 50%;
	margin-left: -555px;
	max-width: 50%;
	padding: 0;
	text-align: center;
}
.cta-image-banner.content-align-centre .cta-image-banner-text {
	left: 50%;
	transform: translate(-50%, -50%);
	margin-left: 0!important;
}
.cta-image-banner.content-align-right .cta-image-banner-text {
	right: 50%;
	left: auto;
	margin-right: -555px;
	margin-left: 0;
}
.cta-image-banner .cta-image-banner-text .cta-image-banner-kicker {
	position: relative;
	display: inline-block;
	margin-bottom: 0.7em;
	padding-bottom: 0.7em;
	text-transform: uppercase;
}
.cta-image-banner .cta-image-banner-text .cta-image-banner-kicker .cta-image-banner-kicker-border {
	position: absolute;
	bottom: -1px;
	left: 10%;
	width: 80%;
	height: 2px;
}
.cta-image-banner .cta-image-banner-text h1 {
	margin-bottom: 0.1em;
	font-size: 5rem;
}
.cta-image-banner .cta-image-banner-text h2 {
	margin-bottom: 0;
	font-size: 3rem;
	font-weight: normal;
}
.cta-image-banner .cta-image-banner-text .button {
	margin-top: 2em;
	font-size: 1.7rem;
}

/* text */
.cta-text {
	padding-top: 60px;
	padding-bottom: 40px;
}
.cta-text p:last-of-type {
	margin-bottom: 0;
}
.cta-text h1 strong {
	font-size: 6rem;
}

/* text and image blocks */
.cta-text-image {
	padding-top: 50px;
	padding-bottom: 50px;
}
.cta-text-image .cta-image-content {
	height: 100%;
	min-height: 220px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.cta-text-image .cta-text-content p:last-of-type {
	margin-bottom: 0;
}

/* image with title over */
.cta-image-title-over .row-no-padding {
	margin-right: 0;
	margin-left: 0;
}
.cta-image-title-over .cta-image-title-over-wrapper {
	display: block;
	position: relative;
	padding-bottom: 60%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.cta-image-title-over .cta-image-title-over-wrapper .cta-image-title-over-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0.3;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.cta-image-title-over .cta-image-title-over-wrapper:hover .cta-image-title-over-overlay {
	opacity: 0;
}
.cta-image-title-over .cta-image-title-over-wrapper h3 {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	margin: 0;
	padding: 12px 25px;
	font-weight: 400;
}
.cta-image-title-over .cta-image-title-over-wrapper h3:before {
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	right: 10px;
	bottom: 50%;
	margin-bottom: -16px;
	border-top: 16px solid transparent;
	border-right: 16px solid #fff;
	border-bottom: 16px solid #fff;
	border-left: 16px solid transparent;
}
.cta-image-title-over.corner-triangle-no .cta-image-title-over-wrapper h3:before {
	content: " ";
	display: none;
}
.cta-image-title-over .cta-image-title-over-wrapper h3:after {
	content: ">";
	padding-left: 6px;
}

/* image with title under */
.cta-image-title-under {
	padding-top: 50px;
	padding-bottom: 50px;
}
.cta-image-title-under .cta-image-title-under-text {
	padding-bottom: 30px;
}

.cta-image-title-under .cta-image-title-under-item .cta-image-title-under-wrapper {
	display: block;
	position: relative;
	padding-bottom: 350px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.cta-image-title-under .cta-image-title-under-item .cta-image-title-under-wrapper:after {
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	right: 10px;
	bottom: 10px;
	border-top: 16px solid transparent;
	border-right: 16px solid #fff;
	border-bottom: 16px solid #fff;
	border-left: 16px solid transparent;
}
.cta-image-title-under.corner-triangle-no .cta-image-title-under-item .cta-image-title-under-wrapper:after {
	content: " ";
	display: none;
}
.cta-image-title-under .cta-image-title-under-item .cta-image-title-under-text {
	padding: 20px 10px 15px;
	text-align: center;
}
.cta-image-title-under .cta-image-title-under-item .cta-image-title-under-text p {
	margin-bottom: 0;
	font-size: 1.8rem;
	line-height: 1.5em;
}
.cta-image-title-under .cta-image-title-under-item .cta-image-title-under-text p a {
	font-weight: 700;
}
.cta-image-title-under .cta-image-title-under-item .cta-image-title-under-button {
	text-align: center;
}

/* image & title carousel */
.cta-image-title-carousel {
	padding-top: 50px;
	padding-bottom: 50px;
}
.cta-image-title-carousel .cta-image-title-carousel-title {
	text-align: center;
}
.cta-image-title-carousel .cta-image-title-carousel-title h2 {
	margin-bottom: 50px;
}

.cta-image-title-carousel .multi-item-carousel {
	margin-right: -15px;
	margin-left: -15px;
}
.cta-image-title-carousel .multi-item-carousel .carousel-inner {
	display: flex;
}
.cta-image-title-carousel .cta-image-title-carousel-wrapper {
	display: block;
	height: 100%;
	position: relative;
	text-align: center;
	text-decoration: none;
}
.cta-image-title-carousel .cta-image-title-carousel-wrapper .cta-image-title-carousel-image {
	position: relative;
	padding-bottom: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.cta-image-title-carousel .cta-image-title-carousel-wrapper .cta-image-title-carousel-image:after {
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	right: 10px;
	bottom: 10px;
	border-top: 16px solid transparent;
	border-right: 16px solid #fff;
	border-bottom: 16px solid #fff;
	border-left: 16px solid transparent;
	z-index: 1;
	opacity: 1;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.cta-image-title-carousel.corner-triangle-no .cta-image-title-carousel-wrapper .cta-image-title-carousel-image:after {
	content: " ";
	display: none;
}
.cta-image-title-carousel .cta-image-title-carousel-wrapper:hover .cta-image-title-carousel-image:after {
	opacity: 0;
}
.cta-image-title-carousel .cta-image-title-carousel-wrapper .cta-image-title-carousel-text {
	padding: 20px 10px 5px;
}
.cta-image-title-carousel .cta-image-title-carousel-wrapper .cta-image-title-carousel-text h3 {
	font-size: 2rem;
	font-weight: 400;
}
.cta-image-title-carousel .cta-image-title-carousel-wrapper .cta-image-title-carousel-text .button {
	margin-bottom: 1em;
}
.cta-image-title-carousel .cta-image-title-carousel-wrapper .cta-image-title-carousel-text .sub-text {
	font-size: 1.7rem;
	font-weight: 700;
}
.cta-image-title-carousel .cta-image-title-carousel-wrapper .cta-image-title-carousel-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0.3;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.cta-image-title-carousel .cta-image-title-carousel-wrapper:hover .cta-image-title-carousel-overlay {
	opacity: 0;
}

@media (min-width: 768px) {
	.multi-item-carousel .carousel-inner .carousel-item {
		margin-right: inherit;
	}
	.multi-item-carousel .carousel-inner .carousel-item.active + .carousel-item,
	.multi-item-carousel .carousel-inner .carousel-item.active + .carousel-item + .carousel-item,
	.multi-item-carousel .carousel-inner .carousel-item.active + .carousel-item + .carousel-item + .carousel-item {
		display: block;
	}
	.multi-item-carousel .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
	.multi-item-carousel .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item,
	.multi-item-carousel .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item,
	.multi-item-carousel .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item + .carousel-item {
		-webkit-transition: none;
		transition: none;
	}
	.multi-item-carousel .carousel-inner .carousel-item.active + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
		position: absolute;
		top: 0;
		right: -25%;
		display: block;
		visibility: visible;
	}
	.multi-item-carousel .carousel-inner .carousel-item-next,
	.multi-item-carousel .carousel-inner .carousel-item-prev {
		position: relative;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	.multi-item-carousel .carousel-inner .carousel-item-prev.carousel-item-right {
		position: absolute;
		top: 0;
		left: -100%;
		display: block;
		visibility: visible;
	}
	.multi-item-carousel .active.carousel-item-left + .carousel-item-next.carousel-item-left,
	.multi-item-carousel .carousel-item-next.carousel-item-left + .carousel-item,
	.multi-item-carousel .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item,
	.multi-item-carousel .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item,
	.multi-item-carousel .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
		position: relative;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: visible;
	}
	.multi-item-carousel .active.carousel-item-right + .carousel-item-prev.carousel-item-right,
	.multi-item-carousel .carousel-item-prev.carousel-item-right + .carousel-item,
	.multi-item-carousel .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item,
	.multi-item-carousel .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item,
	.multi-item-carousel .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
		position: relative;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		display: block;
		visibility: visible;
	}
}

.multi-item-carousel .carousel-control-prev {
	width: 30px;
	left: -40px;
	opacity: 1;
}
.multi-item-carousel .carousel-control-next {
	width: 30px;
	right: -40px;
	opacity: 1;
}
.multi-item-carousel .carousel-control-prev-icon,
.multi-item-carousel .carousel-control-next-icon {
	position: relative;
	width: 30px;
	height: 60px;
	background: none;
}
.multi-item-carousel .carousel-control-prev-icon:before,
.multi-item-carousel .carousel-control-next-icon:before {
	content: '\f053';
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 60px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 5rem;
	line-height: 60px;
}
.multi-item-carousel .carousel-control-next-icon:before {
	content: '\f054';
}

/* image with title reveals */
.cta-image-title-reveals {
	padding-top: 15px;
	padding-bottom: 15px;
}
.cta-image-title-reveals .cta-image-title-reveals-wrap {
	overflow: hidden;
	transition: all 0.5s linear;
}
.cta-image-title-reveals .cta-image-title-reveals-wrap.open {
	max-height: 2000px!important;
}
.cta-image-title-reveals .cta-image-title-reveal-item {
	margin-bottom: 15px;
}
.cta-image-title-reveals .cta-image-title-reveal-item a {
	display: block;
	text-align: center;
	text-decoration: none;
}
.cta-image-title-reveals .cta-image-title-reveal-item .cta-image-title-reveal-image-wrapper {
	margin-bottom: 5px;
}
.cta-image-title-reveals .cta-image-title-reveal-item .cta-image-title-reveal-image {
	display: block;
	position: relative;
	padding-bottom: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.cta-image-title-reveals .cta-image-title-reveals-button {
	display: none;
	padding-top: 5px;
	text-align: center;
	overflow: hidden;
	position: relative;
}
.cta-image-title-reveals .cta-image-title-reveals-button .button:before,
.cta-image-title-reveals .cta-image-title-reveals-button .button:after {
	content: " ";
	position: absolute;
	top: 50%;
	left: 60%;
	height: 1px;
	width: 50%;
	background: #000;
}
.cta-image-title-reveals .cta-image-title-reveals-button .button:after {
	left: auto;
	right: 60%;
}
.cta-image-title-reveals .cta-image-title-reveals-button .button a {
	position: relative;
	padding: 0 20px;
	border-radius: 15px;
}
.cta-image-title-reveals .cta-image-title-reveals-button .button a:after {
	display: none;
}

.cta-image-title-reveals .cta-image-title-reveals-button.open .button a:before {
	content: "\f077";
	position: absolute;
	top: 0;
	height: 100%;
	width: 30px;
	left: 50%;
	margin-left: -15px;
	font-family: "Font Awesome 5 Free";
	font-size: 1.8rem;
	font-weight: 900;
	text-align: center;
}
.cta-image-title-reveals .cta-image-title-reveals-button.open .button a span {
	visibility: hidden;
}

/* image repeater */
.cta-image-repeater .cta-image-repeater-intro {
	padding-top: 60px;
	padding-bottom: 40px;
}
.cta-image-repeater .image-repeater-section {
	padding-top: 60px;
	padding-bottom: 60px;
}
.cta-image-repeater .image-repeater-section + .image-repeater-section {
	padding-top: 0;
}
.cta-image-repeater .image-repeater-section-title h2 {
	margin: 0 0 1em;
	text-align: center;
}
.cta-image-repeater .image-repeater-section-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.cta-image-repeater .image-repeater-section-list li {
	width: 20%;
	padding: 0 15px;
	margin: 0 0 30px;
	text-align: center;
}
.cta-image-repeater .image-repeater-section-list li a {
	display: block;
}
.cta-image-repeater .image-repeater-section-list li img {
	display: block;
	margin: 0 auto;
	transition: all 0.3s linear;
}
.cta-image-repeater .image-repeater-section-list li a:hover img {
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}

/* toggled content */
.cta-toggles {
	padding-top: 50px;
	padding-bottom: 50px;
}
.cta-toggles.cta-toggles-padding-no {
	padding-top: 8px;
	padding-bottom: 1px;
}
.cta-toggles .wrapper-cta-toggle-intro {
	padding-top: 7px;
}
.cta-toggles ol.cta-toggle-list {
	padding: 0;
	list-style: none;
}
.cta-toggles ol.cta-toggle-list li {
	position: relative;
	margin-bottom: 8px;
	background: #fff;
}
.cta-toggles ol.cta-toggle-list li .wrapper-toggle-title {
	padding-top: 20px;
	padding-right: 50px;
	padding-bottom: 20px;
}
.cta-toggles ol.cta-toggle-list li .wrapper-toggle-title:after {
	height: 30px;
	width: 30px;
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -15px;
	content: '\f068';
	font-family: "Font Awesome 5 Free";
	font-size: 2.5rem;
	font-weight: 900;
	line-height: 30px;
	text-align: center;
}
.cta-toggles ol.cta-toggle-list li .collapsed .wrapper-toggle-title:after {
	content: '\f067';
}
.cta-toggles ol.cta-toggle-list li .toggle-title:hover {
	cursor: pointer;
}
.cta-toggles ol.cta-toggle-list li .toggle-title p {
	margin: 0;
	font-size: 2rem;
	font-weight: 700;
}

/* toggled content - categories */
.cta-toggles ol.cta-toggle-list .toggle-cat-item {
	margin-bottom: 30px;
	text-decoration: none;
}
.cta-toggles ol.cta-toggle-list .toggle-cat-item:hover {
	color: inherit;
}
.cta-toggles ol.cta-toggle-list .toggle-cat-item .toggle-cat-img-wrapper {
	position: relative;
	padding-bottom: 25%;
}
.cta-toggles ol.cta-toggle-list .toggle-cat-item .toggle-cat-img-wrapper .toggle-cat-img {
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: top center;
}
.cta-toggles ol.cta-toggle-list .toggle-cat-item .toggle-cat-img-wrapper h2 {
	position: absolute;
	top: 50%;
	left: 5%;
	width: 90%;
	padding: 10px 0;
	transform: translateY(-50%);
	color: #fff;
	text-align: center;
}
.cta-toggles ol.cta-toggle-list .toggle-cat-item:hover .toggle-cat-img-wrapper h2 {
	opacity: 0.8
}

.cta-toggles ol.cta-toggle-list .toggle-cat-item .toggle-cat-text-wrapper ul {
    list-style-type: disc;
}
.cta-toggles ol.cta-toggle-list .toggle-cat-item .toggle-cat-text-wrapper li {
	padding: 10px;
	background-color: transparent;
}

/* video */
.cta-video {
	position: relative;
	padding-top: 50px;
	padding-bottom: 50px;
}
.cta-video .cta-video-text {
	padding-bottom: 30px;
}
.cta-video .cta-video-text p {
	margin: 0;
}
.cta-video .container-fluid {
	background-color: inherit;
}
.cta-video .container-fluid::before {
	content: " ";
	background-color: inherit;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -50vw;
	width: 100vw;
	height: 100%;
}
.cta-video .cta-video-wrapper {
	position: relative;
	height: 0;
	padding-bottom: 56.25%; /* 16:9 */
	overflow: hidden;
}
.cta-video .cta-video-wrapper iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

/* testimonials */
.cta-testimonials .carousel-caption {
	position: relative;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
	padding: 100px 22% 80px;
	color: #000;
}

/* social - insta */
.cta-insta {
	padding-top: 55px;
	padding-bottom: 50px;
}
.cta-insta h2 {
	text-align: center;
}


/* =FOOTER
-------------------------------------------------------------- */
#site-footer {
	padding-top: 40px;
	padding-bottom: 40px;
}

#site-footer h2 {
	margin: 0;
	padding-top: 25px;
	padding-bottom: 20px;
	font-size: 2.6rem;
}
#site-footer .widget > h2 {
	margin-bottom: 20px;
	border-bottom: 1px solid #fff;
}
#site-footer p,
#site-footer li {
	font-size: 1.2rem;
}
#site-footer img {
	margin-bottom: 20px;
}

#site-footer .menu-footer-menu-container {
	padding-top: 15px;
	margin-bottom: 20px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
#site-footer .menu-footer-menu-container:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
	max-height: 0;
}
#site-footer .menu-footer-menu-container ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#site-footer .menu-footer-menu-container ul li {
	margin-bottom: 15px;
}
#site-footer .col-lg-6 .menu-footer-menu-container ul li {
	width: 33.333%;
	float: left;
	padding-right: 15px;
}
#site-footer .menu-footer-menu-container ul li a {
	text-decoration: none;
}

#site-footer .social {
	padding: 0;
	margin: 0 0 50px;
	list-style: none;
}
#site-footer .social.align-right {
	text-align: right;
}
#site-footer .social li {
	display: inline-block;
	margin: 0 6px 6px 0;
}
#site-footer .social.align-right li {
	margin: 0 0 10px 10px;
}

#site-footer .social li a {
	position: relative;
	width: 40px;
	height: 40px;
	display: block;
	background: #fff;
	color: transparent;
	font: 0/0 a;
}
#site-footer .social li a:after {
	content: "\f007";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #000;
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
	font-size: 2rem;
	line-height: 40px;
	text-align: center;
}
#site-footer .social li.tw a:after {
	content: "\f099";
}
#site-footer .social li.fb a:after {
	content: "\f39e";
}
#site-footer .social li.in a:after {
	content: "\f16d";
}
#site-footer .social li.li a:after {
	content: "\f0e1";
}
#site-footer .social li.pi a:after {
	content: "\f231";
}

/* =USEFUL
-------------------------------------------------------------- */
.clearfix:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
	max-height:0;
}

.clearfix {
	zoom: 1; /* For IE7 and below */
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}

.row-no-padding > [class*="col-"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

div.wpcf7-response-output {
	border: 0!important;
}


/* placeholder colours, defined separately otherwise they're ignored by all browsers  */
::-webkit-input-placeholder { /* WebKit browsers */
	color: inherit;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: inherit;
	opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: inherit;
	opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
	color: inherit;
}

/* prevent automatic styling of telephone numbers */
a[href^=tel]{
    color:inherit;
    text-decoration:none;
}

/* prevent rounded corners on form inputs */
textarea,
input[type=text],
input[type=email],
input[type=image],
input[type=submit] {
	-webkit-appearance: none;
	-webkit-border-radius:0px;
}

/* work around mobile device auto-fitting where text is made too narrow on non responsive sites */
@media only screen and (max-device-width: 800px) {
   h1,h2,h3,h4,h5,h5,p,li,dt,dd {
       background-image:url(data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==); 
       background-repeat:repeat;
    }
}


/* =RESPONSIVE
-------------------------------------------------------------- */

@media (max-width: 1500px) {
	
	/* ctas */
		/* slider */
		.cta-slider .carousel-control-prev {
			left: 10px;
		}
		.cta-slider .carousel-control-next {
			right: 10px;
		}
		
}
@media (max-width: 1300px) {
	
	/* product archive */
	#archive-header #archive-header-image {
		background-position: top left;
	}
	
	/* ctas */
		/* slider */
		.cta-slider .item {
			padding-bottom: 50%;
		}
		
		/* image & title carousel */
		.cta-image-title-carousel {
			padding-right: 40px;
			padding-left: 40px;
		}
	
}
@media (max-width: 1200px) {
	
	/* header */
	#site-header .header-button a span {
		display: none;
	}
	
	/* cart */
	.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
	.woocommerce-cart .wc-proceed-to-checkout a.continue-shopping {
		width: 100%;
	}
	
	/* product archive */
	#archive-filter-toggles .wrapper-toggle-content .widget_layered_nav {
		margin-left: 30px;
		padding-left: 30px;
	}
	
	/* product single */
	article.product-single #product-meta ul li em {
		font-size: 2rem;
	}
	.woocommerce #content article.product-single .product-price-cart .product-price {
		width: auto;
		float: none;
		margin-bottom: 10px;
	}
	.woocommerce #content article.product-single .product-price-cart .product-cart {
		width: auto;
		float: none;
	}
	
	/* ctas */
		/* slider */
		.cta-slider .item {
			padding-bottom: 60%;
		}
		
		/* image banner */
		.cta-image-banner .cta-image-banner-image {
			padding-bottom: 35%;
		}
		.cta-image-banner.content-align-left .cta-image-banner-text {
			margin-left: -465px;
		}
		.cta-image-banner.content-align-right .cta-image-banner-text {
			margin-right: -465px;
		}
	
}

@media (max-width: 991px) {

	/* header */
	#site-header #top-bar {
		padding-top: 20px;
		padding-bottom: 20px;
		text-align: center;
	}
	#site-header a#logo-link {
		float: none;
		display: inline-block;
		vertical-align: middle;
	}
	#site-header a#logo-link img {
		height: 100%;
		max-height: 80px;
		width: auto;
	}
	
	#site-header #top-bar #top-bar-toggle {
		margin-top: 0;
		margin-bottom: 15px;
		margin-left: 0;
		padding-left: 0;
	}
	#site-header #top-bar #top-bar-toggle::before {
		display: none;
		content: "";
	}
	
	#site-header #top-bar #top-bar-links {
		position: absolute;
		left: 0;
		bottom: 0;
	}
	
	#site-header #top-bar-translate {
		display: none;
	}
	
	#site-header #bottom-bar {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	#site-header #site-header-buttons {
		height: 50px;
	}
	#site-header .header-button {
		height: 50px;
		margin-left: 10px;
		font-size: 2rem;
		line-height: 50px;
	}
	#site-header .header-button a {
		height: 50px;
		padding-right: 50px;
		line-height: 50px;
	}
	#site-header .header-button a i {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}
	
	#site-header #mobile-nav-toggle {
		display: inline-block;
	}
	
	/* product archive */
	#archive-filter-toggles .wrapper-toggle-content .widget_layered_nav,
	#archive-filter-toggles .wrapper-toggle-content .widget_layered_nav:first-of-type {
		margin-left: 0;
		padding-left: 0;
		border-left: 0;
	}
	
	/* product single */
	.woocommerce #content article.product-single .product-single-cta {
		padding: 20px 40px;
		text-align: center;
	}
	.woocommerce #content article.product-single .product-single-cta p {
		width: auto;
		float: none;
	}
	.woocommerce #content article.product-single .product-single-cta a {
		position: relative;
		display: inline-block;
		right: auto;
		top: auto;
		transform: none;
	}
	
	#product-single-toggles #product-height-finder .product-height-finder-panel {
		padding: 35px 15px 35px 35px;
	}
	
	/* blog */
	article.post-index.post-index-1 a .text-wrap .post-index-content h2 {
		font-size: 3.2rem;
	}
	
	/* ctas */
		
		/* image/video banner */
		.cta-image-banner .cta-image-banner-video {
			padding-bottom: 60%;
		}
		.cta-image-banner .cta-image-banner-text {
			width: 100%;
			max-width: 75%;
		}
		
		/* image banner */
		.cta-image-banner .cta-image-banner-image {
			padding-bottom: 45%;
		}
		.cta-image-banner.content-align-left .cta-image-banner-text {
			margin-left: -345px;
		}
		.cta-image-banner.content-align-right .cta-image-banner-text {
			margin-right: -345px;
		}
	
		/* image & title carousel */
		.cta-image-title-carousel .cta-image-title-carousel-wrapper .cta-image-title-carousel-text h3 {
			font-size: 1.7rem;
		}
		
		/* image with title under */
		.cta-image-title-under {
			padding-bottom: 20px;
		}
		
		/* image with title reveals */
		.cta-image-title-reveals .cta-image-title-reveals-button .button:before,
		.cta-image-title-reveals .cta-image-title-reveals-button .button:after {
			left: 70%;
		}
		.cta-image-title-reveals .cta-image-title-reveals-button .button:after {
			left: auto;
			right: 70%;
		}
		
		/* image repeater */
		.cta-image-repeater .image-repeater-section-list li {
			width: 33.333%;
		}
	
}

@media (max-width: 767px) {
	
	/* general */
	h1 {
		font-size: 3.2rem;
	}
	h2 {
		font-size: 2.6rem;
	}
	h3 {
		font-size: 2rem;
	}
	
	/* header */
	#site-header #top-bar {
		text-align: center;
	}
	#site-header #top-bar #top-bar-links {
		margin: 0;
		font-size: 1.2rem;
	}
	#site-header #top-bar .button {
		max-width: 48%;
		margin: 0;
		font-size: 1.2rem;
		overflow: hidden;
	}
	#site-header #top-bar .button a {
		padding: 0 5px;
		white-space: nowrap;
	}
	#site-header #top-bar-translate {
		max-width: 48%;
		margin: 0;
	}
	#site-header #top-bar-translate select {
		padding: 0 5px!important;
		font-size: 1.2rem;
	}
	
	/* blog */
	#post-index-feat {
		padding-top: 20px;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	article.post-index.post-index-1 a .thumb-wrap {
		float: none;
		width: auto;
	}
	article.post-index.post-index-1 a .text-wrap {
		float: none;
		width: auto;
		height: auto;
	}
	article.post-index.post-index-1 a .text-wrap .post-index-content {
		position: relative;
		top: auto;
		left: auto;
		transform: none;
		max-width: none;
		padding: 30px;
	}
	article.post-index.post-index-1 a .text-wrap .post-index-content h2 {
		font-size: 3.2rem;
	}
	
	/* product archive */
	#archive-header #archive-header-image {
		display: none;
	}
	
	/* product single */
	article.product-single #product-meta ul li {
		padding-left: 50px!important;
		background-size: auto 25px!important;
	}
	article.product-single #product-meta ul li em {
		font-size: 1.6rem;
	}
	article.product-single #product-meta #product-notice p {
		font-size: 1.6rem;
	}
	
	.woocommerce #content article.product-single div.product div.images,
	.woocommerce #content article.product-single div.product div.summary {
		width: auto;
		float: none;
	}
	.woocommerce #content article.product-single .product-single-cta {
		padding: 20px;
	}
	.woocommerce #content article.product-single .product-single-cta p {
		font-size: 2.2rem;
	}
	.woocommerce #content article.product-single .product-single-cta a {
		font-size: 1.5rem;
	}
	
	#product-single-toggles .wrapper-toggle-content .ar-banner {
		display: block;
	}
	#product-single-toggles .wrapper-toggle-content .ar-banner-logo {
		flex-grow: unset!important;
		width: 25%;
		float: left;
	}
	#product-single-toggles .wrapper-toggle-content .ar-banner-logo .ar-logo {
		margin: 1.5em auto;
		max-width: 90%;
	}
	#product-single-toggles .wrapper-toggle-content .ar-banner-text {
		flex-grow: unset!important;
		padding-left: 27%;
		text-align: left;
		font-size: 1.4rem;
		line-height: 1.5em;
	}
	#product-single-toggles .wrapper-toggle-content .ar-banner-button {
		flex-grow: unset!important;
		padding-left: 27%;
		text-align: left;
	}
	#product-single-toggles .wrapper-toggle-content .ar-banner-button .button {
		padding-bottom: 1em;
	}
	#product-single-toggles .wrapper-toggle-content .qr-code {
		display: none;
	}
	#product-single-toggles .wrapper-toggle-content .qr-text {
		display: none;
	}
	
	#product-single-toggles #product-height-finder .product-height-finder-panel {
		padding: 20px;
	}
	#product-single-toggles #product-height-finder .product-height-finder-panel-1-image,
	#product-single-toggles #product-height-finder .product-height-finder-panel-2-image,
	#product-single-toggles #product-height-finder .product-height-finder-panel-3-image {
		margin-bottom: 20px;
	}
	#product-single-toggles #product-height-finder .product-height-finder-panel-1-image img,
	#product-single-toggles #product-height-finder .product-height-finder-panel-2-image img,
	#product-single-toggles #product-height-finder .product-height-finder-panel-3-image img {
		max-height: 200px;
	}
	#product-single-toggles #product-height-finder #product-height-finder-result {
		font-size: 3rem;
	}
	
	
	/* mount finder */
	article.mount-finder-results #mf-cat-filters li {
		padding-right: 5px;
		margin-bottom: 10px;
		padding-left: 5px;
	}
	article.mount-finder-results #mf-cat-filters li a .mf-cat-text {
		padding: 5px 8px;
	}
	article.mount-finder-results #mf-cat-filters li a .mf-cat-text p {
		font-size: 1.2rem;
	}
	article.mount-finder-results .mf-product {
		padding-right: 5px;
		padding-left: 5px;
	}
	
	/* ctas */
		/* slider */
		.cta-slider.content-overlap-yes {
			margin-bottom: -40px;
		}
		.cta-slider .carousel-caption {
			right: 30px;
			left: 30px;
		}
		.cta-slider .carousel-caption h1 {
			font-size: 3rem;
		}
		.cta-slider .carousel-caption .button {
			font-size: 1.4rem;
		}
		.cta-slider .carousel-control-prev,
		.cta-slider .carousel-control-next {
			display: none;
		}
		.cta-slider .carousel-indicators {
			margin-bottom: 20px;
		}
		.cta-slider.content-overlap-yes .carousel-indicators {
			margin-bottom: 60px;
		}
		
		/* image banner */
		.cta-image-banner.hide-mobile-yes {
			display: none;
		}
		.cta-image-banner.hide-desktop-yes {
			display: block;
		}
		.cta-image-banner .cta-image-banner-image {
			padding-bottom: 70%;
		}
		
		.cta-image-banner .cta-image-banner-video {
			padding-bottom: 70%;
		}
		
		.cta-image-banner .cta-image-banner-text {
			width: 100%;
			max-width: 90%;
		}
		.cta-image-banner.content-align-left .cta-image-banner-text {
			left: 5%;
			margin-left: 0;
		}
		.cta-image-banner.content-align-right .cta-image-banner-text {
			right: 5%;
			margin-right: 0;
		}
		
		.cta-image-banner .cta-image-banner-text h1 {
			font-size: 3rem;
		}
		.cta-image-banner .cta-image-banner-text h2 {
			font-size: 2rem;
		}
		.cta-image-banner .cta-image-banner-text .button {
			font-size: 1.4rem;
		}
		
		/* text */
		.cta-text {
			padding-top: 40px;
			padding-bottom: 20px;
		}
		.cta-text h1 strong {
			font-size: 3.4rem;
		}
		
		/* text and image blocks */
		.cta-text-image .cta-text-image-image {
			margin-bottom: 20px;
		}
		
		/* image with title under */
		.cta-image-title-under {
			padding-top: 20px;
			padding-bottom: 0;
		}
		.cta-image-title-under .cta-image-title-under-item {
			margin-bottom: 20px;
		}
		
		/* image repeater */
		.cta-image-repeater .image-repeater-section-list li {
			width: 50%;
		}
		
		/* toggled content */
		.cta-toggles {
			padding-top: 8px;
			padding-bottom: 1px;
		}
		.cta-toggles ol.cta-toggle-list li .toggle-title p {
			font-size: 1.7rem;
		}
		
	
	/* footer */
	#site-footer .footer-widget {
		margin-bottom: 30px;
	}
	#site-footer .col-lg-6 .menu-footer-menu-container ul li {
		width: 50%;
	}
	
}

@media (max-width: 576px) {
	
	/* header */
	#site-header #site-header-buttons {
		height: 40px;
	}
	#site-header .header-button {
		height: 40px;
		font-size: 1.9rem;
		line-height: 40px;
	}
	#site-header .header-button a {
		height: 40px;
		padding-right: 40px;
		line-height: 40px;
	}
	#site-header .header-button a i {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}
	#site-header #bottom-bar {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	#site-header #bottom-bar #bottom-bar-links {
		margin: 5px 0 0;
	}
	#site-header #bottom-bar #bottom-bar-links a {
		height: 30px;
		padding: 0 30px 0 110px;
		line-height: 30px;
	}
	#site-header #bottom-bar #bottom-bar-links a i {
		height: 30px;
		width: 110px;
	}
	
	/* blog */
	article.post-index.post-index-1 a .text-wrap .post-index-content {
		padding: 15px;
	}
	
	/* search */
	article.search .container .search-result .thumb-wrap,
	article.search .container .search-result h2 {
		margin-bottom: 20px;
		text-align: center;
	}
	
	/* product single */
	article.product-single #product-meta ul {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	article.product-single #product-meta ul li {
		max-width: 200px;
		margin: 0 auto 10px;
	}
	
	/* ctas */
		/* slider */
		.cta-slider .item {
			padding-bottom: 100%;
		}
		
		.cta-image-banner .cta-image-banner-video {
			padding-bottom: 100%;
		}
	
}