/*
Theme Name: Batten
Description: WordPress Theme for Batten
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: white, light
Text Domain: am
*/

@charset "UTF-8";

@font-face {
	font-family:"ABC Whyte";
	font-style:normal;
	font-weight:400;
	font-display:swap;
	src:url(../fonts/whyte-book-webfont.woff) format("woff");
}

@font-face {
	font-family:"ABC Whyte";
	font-style:italic;
	font-weight:400;
	font-display:swap;
	src:url(../fonts/whyte-bookitalic-webfont.woff) format("woff");
}

@font-face {
	font-family:"ABC Whyte";
	font-style:normal;
	font-weight:700;
	font-display:swap;
	src:url(../fonts/whyte-bold-webfont.woff) format("woff");
}

@font-face {
	font-family:"ABC Whyte";
	font-style:italic;
	font-weight:700;
	font-display:swap;
	src:url(../fonts/whyte-bolditalic-webfont.woff) format("woff");
}

@font-face {
	font-family:"ABC Whyte";
	font-style:normal;
	font-weight:900;
	font-display:swap;
	src:url(../fonts/whyte-black-webfont.woff) format("woff");
}

@font-face {
	font-family:"ABC Whyte";
	font-style:italic;
	font-weight:900;
	font-display:swap;
	src:url(../fonts/whyte-blackitalic-webfont.woff) format("woff");
}

@font-face {
	font-family:"ABC Whyte";
	font-style:normal;
	font-weight:800;
	font-display:swap;
	src:url(../fonts/whyte-heavy-webfont.woff) format("woff");
}

@font-face {
	font-family:"ABC Whyte";
	font-style:italic;
	font-weight:800;
	font-display:swap;
	src:url(../fonts/whyte-heavyitalic-webfont.woff) format("woff");
}

@font-face {
	font-family:"ABC Whyte";
	font-style:normal;
	font-weight:300;
	font-display:swap;
	src:url(../fonts/whyte-light-webfont.woff) format("woff");
}

@font-face {
	font-family:"ABC Whyte";
	font-style:italic;
	font-weight:200;
	font-display:swap;
	src:url(../fonts/whyte-extralightitalic-webfont.woff) format("woff");
}

@font-face {
	font-family:"ABC Whyte";
	font-style:italic;
	font-weight:400;
	font-display:swap;
	src:url(../fonts/whyte-italic-webfont.woff) format("woff");
}

/* ABC Whyte Inktrap - using closest available weight */
@font-face {
	font-family:"ABC Whyte Inktrap";
	font-style:normal;
	font-weight:400;
	font-display:swap;
	src:url(../fonts/whyte-book-webfont.woff) format("woff");
}

/* ABC Whyte Mono - using closest available weight */
@font-face {
	font-family:"ABC Whyte Mono";
	font-style:normal;
	font-weight:400;
	font-display:swap;
	src:url(../fonts/whyte-book-webfont.woff) format("woff");
}

html {
	font-family:sans-serif;
	-ms-text-size-adjust:100%;
	-webkit-text-size-adjust:100%;
	font-size:var(--rem-base);
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding:constant(safe-area-inset);
	padding:env(safe-area-inset);
}

body {
	margin:0;
	color:var(--base-text-color);
	font:var(--font-size-base)/var(--line-height-base) "ABC Whyte","ABC Whyte","Helvetica Neue","Helvetica",sans-serif;
	min-width:320px;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
}

/* Font Size */
:root {
	--h5: 3rem;
	--h6: 2.4rem;
  }
  
  .body-large {
	font-size: 2rem;
	line-height: 1.4;
  }
  
  .body-normal {
	font-size: 1.8rem;
	line-height: 2.6rem;
  }
  
  .body-small {
	font-size: 1.6rem;
	line-height: 2.3rem;
  }
  
  .body-xsmall {
	font-size: 1.4rem;
	line-height: 2rem;
  }
  
  .caps-xlarge {
	font-size: 2.2rem;
	line-height: 2.6rem;
	letter-spacing: 0.04em;
	text-transform: uppercase;
  }
  
  .caps-large {
	font-size: 1.6rem;
	line-height: 2.6rem;
	letter-spacing: 0.04em;
	text-transform: uppercase;
  }
  
  .caps-normal {
	font-size: 1.4rem;
	line-height: 2.1rem;
	letter-spacing: 0.04em;
	text-transform: uppercase;
  }
  
  .caps-small {
	font-size: 1.2rem;
	line-height: 1.7rem;
	letter-spacing: 0.04em;
	text-transform: uppercase;
  }
  
  .caps-xsmall {
	font-size: 1rem;
	line-height: 1.4rem;
	letter-spacing: 0.04em;
	text-transform: uppercase;
  }

.forminator-col.forminator-col-4 .forminator-row[data-multiple=true],
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display:block;
}

audio,
canvas,
progress,
video {
	display:inline-block;
	vertical-align:baseline;
}

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

[hidden],
template {
	display:none;
}

a {
	background-color:transparent;
	color:#282a29;
	text-decoration:none;
	-webkit-transition:all var(--animation-duration) var(--animation-timing-function);
	-o-transition:all var(--animation-duration) var(--animation-timing-function);
	transition:all var(--animation-duration) var(--animation-timing-function);
}

a:active,
a:hover {
	outline:0;
}

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

b,
strong {
	font-weight:700;
}

dfn {
	font-style:italic;
}

h1 {
	font-size:2em;
}

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

small {
	font-size:80%;
}

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

sub {
	bottom:-.25em;
	top:5px;
}

img {
	border:0;
	max-width:100%;
	height:auto;
	vertical-align:top;
}

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

figure {
	margin:1em 40px;
}

hr {
	-webkit-box-sizing:content-box;
	box-sizing:content-box;
	height:0;
}

kbd,
samp {
	font-family:monospace,monospace;
	font-size:1em;
}

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

button {
	overflow:visible;
}

button,
select {
	text-transform:none;
}

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

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

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

input {
	line-height:normal;
}

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

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

input[type=search] {
	-webkit-box-sizing:content-box;
	box-sizing:content-box;
}

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

fieldset {
	margin:0 2px;
}

fieldset,
form,
legend {
	border:0;
	padding:0;
}

textarea {
	overflow:auto;
}

label,
optgroup {
	font-weight:700;
}

table {
	border-collapse:collapse;
	border-spacing:0;
	margin-bottom:1.2em;
}

td,
th {
	padding:0;
}

.grid {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}

.grid._row {
	margin-left:calc(var(--grid-gutter)*-1);
	margin-right:calc(var(--grid-gutter)*-1);
}

.grid._reverse {
	-webkit-box-orient:horizontal;
	-webkit-box-direction:reverse;
	-ms-flex-direction:row-reverse;
	flex-direction:row-reverse;
}

.grid._no-gutter [class*=col] {
	padding-left:0;
	padding-right:0;
}

.grid [class*=col] {
	-ms-flex-preferred-size:0;
	flex-basis:0;
	-webkit-box-flex:1;
	-ms-flex-positive:1;
	flex-grow:1;
	min-width:0;
	max-width:100%;
	padding-left:var(--grid-gutter);
	padding-right:var(--grid-gutter);
}

.grid .col-1,
.grid .col-2 {
	-webkit-box-flex:0;
	-ms-flex:0 0 8.33333%;
	flex:0 0 8.33333%;
	max-width:8.33333%;
}

.grid .col-2 {
	-ms-flex:0 0 16.66667%;
	flex:0 0 16.66667%;
	max-width:16.66667%;
}

.grid .col-3,
.grid .col-4 {
	-webkit-box-flex:0;
	-ms-flex:0 0 25%;
	flex:0 0 25%;
	max-width:25%;
}

.grid .col-4 {
	-ms-flex:0 0 33.33333%;
	flex:0 0 33.33333%;
	max-width:33.33333%;
}

.grid .col-5,
.grid .col-6 {
	-webkit-box-flex:0;
	-ms-flex:0 0 41.66667%;
	flex:0 0 41.66667%;
	max-width:41.66667%;
}

.grid .col-6 {
	-ms-flex:0 0 50%;
	flex:0 0 50%;
	max-width:50%;
}

.grid .col-7,
.grid .col-8 {
	-webkit-box-flex:0;
	-ms-flex:0 0 58.33333%;
	flex:0 0 58.33333%;
	max-width:58.33333%;
}

.grid .col-8 {
	-ms-flex:0 0 66.66667%;
	flex:0 0 66.66667%;
	max-width:66.66667%;
}

.grid .col-10,
.grid .col-9 {
	-webkit-box-flex:0;
	-ms-flex:0 0 75%;
	flex:0 0 75%;
	max-width:75%;
}

.grid .col-10 {
	-ms-flex:0 0 83.33333%;
	flex:0 0 83.33333%;
	max-width:83.33333%;
}

.grid .col-11,
.grid .col-12 {
	-webkit-box-flex:0;
	-ms-flex:0 0 91.66667%;
	flex:0 0 91.66667%;
	max-width:91.66667%;
}

.grid .col-12 {
	-ms-flex:0 0 100%;
	flex:0 0 100%;
	max-width:100%;
}

.btn,
.forminator-button-submit {
	display:inline-block;
	text-align:center;
	white-space:nowrap;
	vertical-align:middle;
	border-style:solid;
	-webkit-transition:all var(--animation-duration) var(--animation-timing-function);
	-o-transition:all var(--animation-duration) var(--animation-timing-function);
	transition:all var(--animation-duration) var(--animation-timing-function);
	font-weight:400;
	text-transform:uppercase;
	letter-spacing:.04em;
	font-family:"ABC Whyte Mono";
	padding:var(--btn-y) var(--btn-x);
	font-size:var(--btn-fz);
	border-radius:var(--btn-r);
	border-width:var(--btn-b);
	line-height:1.2;
	color:#fff;
	background-color:#282a29;
	border-color:#282a29;
}

.btn:hover,
.forminator-button-submit:hover {
	color:var(--secondary-color);
	background-color:transparent;
	border-color:#030303;
	text-decoration:none;
}

.btn-outline {
	color:#282a29;
	background-color:transparent;
	background-image:none;
	padding: 17px 55px 17px;
    border-radius: 6px;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 6%), 0 1px 3px 0 rgb(0 0 0 / 10%);
    border: solid 1px #000;
	font-family: "ABC Whyte";
	font-weight:bold;
}

.btn-gray:hover,
.btn-outline:hover {
	color:#fff;
	background-color:#282a29;
	border-color:#fff;
}

.btn-gray {
	color:#282a29;
	background-color:rgba(40,42,41,.06);
	border-color:rgba(40,42,41,.06);
}

.btn-gray:hover {
	border-color:#282a29;
}

.btn-transparent {
	color:#282a29;
	background-color:transparent;
	background-image:none;
	padding: 17px 25px 17px;
	border:none;
    border-radius: 6px;
	font-family: "ABC Whyte";
	font-weight:bold;
	display: flex !important;
    align-items: center;
    justify-content: space-around;
    flex-direction: row;
    width: 300px;
	font-size:18px;
}

.btn-shadow,
.btn-shadow:hover {
	color:#282a29;
	background-color:#fff;
	border-color:#282a29;
	-webkit-box-shadow:4px 4px 0 #282a29;
	box-shadow:4px 4px 0 #282a29;
}

.btn-shadow:hover {
	-webkit-box-shadow:0 0 0 #282a29;
	box-shadow:0 0 0 #282a29;
}

.btn-shadow_yellow {
	border-color:#f0c332;
	-webkit-box-shadow:4px 4px 0 #f0c332;
	box-shadow:4px 4px 0 #f0c332;
	border-radius: 7px;
}

.btn-shadow_yellow:hover {
	border-color:#f0c332;
	-webkit-box-shadow:0 0 0 #f0c332;
	box-shadow:0 0 0 #f0c332;
}

.btn-shadow_orange {
	border-color:#f89a2c;
	-webkit-box-shadow:4px 4px 0 #f89a2c;
	box-shadow:4px 4px 0 #f89a2c;
	padding: 17px 0;
    width: 295px;
    font-family: "ABC Whyte";
    font-size: 17px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.05px;
    text-align: center;
	border-radius: 7px;
}

.btn-shadow_orange:hover {
	border-color:#f89a2c;
	-webkit-box-shadow:0 0 0 #f89a2c;
	box-shadow:0 0 0 #f89a2c;
	
}

.btn-shadow_red {
	border-color:#da5039;
	-webkit-box-shadow:4px 4px 0 #da5039;
	box-shadow:4px 4px 0 #da5039;
	border-radius: 7px;
}

.btn-shadow_red:hover {
	border-color:#da5039;
	-webkit-box-shadow:0 0 0 #da5039;
	box-shadow:0 0 0 #da5039;
}

.btn-link,
.btn-link:hover {
	background-color:transparent;
	border-color:transparent;
}

.btn-link {
	color:#282a29;
	-webkit-transition:all var(--animation-duration) var(--animation-timing-function);
	-o-transition:all var(--animation-duration) var(--animation-timing-function);
	transition:all var(--animation-duration) var(--animation-timing-function);
}

.btn-link:hover {
	color:#030303;
	text-decoration:none;
}

.btn-block {
	display:block;
	width:100%;
}

.btn-block+ .btn-block {
	margin-top:15px;
}

.btn-yellow {
	border-color: #f0c332;
	background-color: #f0c332;
	color: #282A29;
	border-radius: 6px;
	padding: 20px;
	font-weight: bold;
	font-family: "ABC Whyte";
  }
  
  .btn-yellow:hover {
	border-color: #282a29;
	background-color: #282a29;
	color: #fff;
  }

  .btn-orange {
	border-color: #F2AB70;
	background-color: #F2AB70;
	color: #282A29;
  }
  
  .btn-orange:hover {
	border-color: #282A29;
	background-color: #282A29;
	color: #fff;
  }

  .btn-outline-yellow {
	border: 1px solid #FF2400;
	background: transparent;
	color: #282A29;
  }

  .btn-white {
	background-color: #fff;
	color: #000;
  }
  
  .btn-white:hover {
	background-color: #000;
	color: #fff;
  }

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block,
table {
	width:100%;
}

#search_block p:after,
#search_block:after,
.commentlist .comment-author:after,
.entry:after,
.navigation-single:after,
.post-password-form p:after,
.post-password-form:after,
.search-form p:after,
.search-form:after,
.widget:after {
	content:"";
	display:block;
	clear:both;
}

fieldset,
form {
	display:block;
	margin:0 0 var(--vertical-rhythm) 0;
	color:var(--color-secondary);
}

label {
	display:block;
	font-size:var(--label-fz);
	line-height:1.2;
	color:var(--label-color);
	margin:0 0 8px;
}

label a {
	text-decoration:underline;
}

label a:hover {
	text-decoration:none;
}

input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url] {
	max-width:100%;
	width:100%;
}

input[type=date],
input[type=email],
input[type=file],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
textarea {
	padding:var(--input-y) var(--input-x);
	font-size:14px;
	border-radius:var(--btn-r);
	border-width:var(--btn-b);
	line-height:normal;
	color:var(--input-color);
	background-color:var(--input-bg-color);
	border-color:var(--input-border-color);
	border-style:solid;
	border-width:1px;
	text-align:left;
	-webkit-appearance:none;
	outline:0;
	text-transform:uppercase;
	font-family:"ABC Whyte Mono";
	min-height:44px;
}

input[type=file] {
	width:100%;
}

textarea {
	max-width:100%;
}

input[type=date]:focus,
input[type=email]:focus,
input[type=file]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=url]:focus,
textarea:focus {
	border-width:1px;
	border-style:solid;
	border-color:var(--input-focus-border-color);
}

input[type=date]:focus::-webkit-input-placeholder,
input[type=email]:focus::-webkit-input-placeholder,
input[type=file]:focus::-webkit-input-placeholder,
input[type=number]:focus::-webkit-input-placeholder,
input[type=password]:focus::-webkit-input-placeholder,
input[type=search]:focus::-webkit-input-placeholder,
input[type=tel]:focus::-webkit-input-placeholder,
input[type=text]:focus::-webkit-input-placeholder,
input[type=url]:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
	opacity:0;
}

input[type=date]:focus:-moz-placeholder,
input[type=email]:focus:-moz-placeholder,
input[type=file]:focus:-moz-placeholder,
input[type=number]:focus:-moz-placeholder,
input[type=password]:focus:-moz-placeholder,
input[type=search]:focus:-moz-placeholder,
input[type=tel]:focus:-moz-placeholder,
input[type=text]:focus:-moz-placeholder,
input[type=url]:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
	opacity:0;
}

input[type=date]:focus::-moz-placeholder,
input[type=email]:focus::-moz-placeholder,
input[type=file]:focus::-moz-placeholder,
input[type=number]:focus::-moz-placeholder,
input[type=password]:focus::-moz-placeholder,
input[type=search]:focus::-moz-placeholder,
input[type=tel]:focus::-moz-placeholder,
input[type=text]:focus::-moz-placeholder,
input[type=url]:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
	opacity:0;
}

input[type=date]:focus:-ms-input-placeholder,
input[type=email]:focus:-ms-input-placeholder,
input[type=file]:focus:-ms-input-placeholder,
input[type=number]:focus:-ms-input-placeholder,
input[type=password]:focus:-ms-input-placeholder,
input[type=search]:focus:-ms-input-placeholder,
input[type=tel]:focus:-ms-input-placeholder,
input[type=text]:focus:-ms-input-placeholder,
input[type=url]:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
	opacity:0;
}

input[type=date]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=file]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=text]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color:var(--input-placeholder-color);
	opacity:1;
	-webkit-transition:opacity .15s linear;
	transition:opacity .15s linear;
	text-transform:uppercase;
}

input[type=date]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=file]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=search]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=text]:-moz-placeholder,
input[type=url]:-moz-placeholder,
textarea:-moz-placeholder {
	color:var(--input-placeholder-color);
	opacity:1;
	-moz-transition:opacity .15s linear;
	transition:opacity .15s linear;
	text-transform:uppercase;
}

input[type=date]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=file]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=text]::-moz-placeholder,
input[type=url]::-moz-placeholder,
textarea::-moz-placeholder {
	color:var(--input-placeholder-color);
	opacity:1;
	-moz-transition:opacity .15s linear;
	transition:opacity .15s linear;
	text-transform:uppercase;
}

input[type=date]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=file]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=text]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color:var(--input-placeholder-color);
	opacity:1;
	-ms-transition:opacity .15s linear;
	transition:opacity .15s linear;
	text-transform:uppercase;
}

textarea {
	resize:none;
	vertical-align:top;
	width:100%;
	height:250px;
}

button[type=submit],
input[type=button],
input[type=reset],
input[type=submit] {
	padding:var(--input-y) var(--input-x);
	font-size:14px;
	border-radius:var(--btn-r);
	border-width:var(--btn-b);
	line-height:1.2;
	color:#fff;
	background-color:#282a29;
	border-color:#282a29;
	border-style:solid;
	-webkit-appearance:none;
	cursor:pointer;
	text-align:center;
	font-weight:400;
	font-family:"ABC Whyte Mono";
	-webkit-transition:all .3s;
	-o-transition:all .3s;
	transition:all .3s;
}

button[type=submit]:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
	color:var(--secondary-color);
	background-color:transparent;
	border-color:#030303;
}

input[type=reset] {
	margin-bottom:13px;
}

iframe,
input[type=file] {
	max-width:100%;
}

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

.forminator-error-message {
	display:block;
	padding:5px var(--input-x);
	font-size:var(--label-fz);
	border-radius:var(--btn-r);
	border-width:var(--btn-b);
	line-height:normal;
	background-color:var(--error-bg-color);
	margin-top:5px;
}

.forminator-error,
.forminator-error-message,
.forminator-required {
	color:var(--error-color);
}

.forminator-description {
	font-size:var(--label-fz);
	color:var(--label-color);
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	margin-top:5px;
}

.forminator-description span {
	margin-left:auto;
}

.forminator-response-message:not(:last-child) {
	margin-bottom:var(--vertical-rhythm);
}

.forminator-response-message.forminator-accessible {
	width:1px!important;
	height:1px!important;
	overflow:hidden!important;
	position:absolute!important;
	white-space:nowrap!important;
	margin:-1px!important;
	padding:0!important;
	border:0!important;
	clip:rect(0 0 0 0)!important;
	-webkit-clip-path:inset(50%)!important;
	clip-path:inset(50%)!important;
}

.forminator-row {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	margin:0 calc(var(--form-col-gutter)*-1) var(--form-row-margin);
}

.forminator-row:last-child {
	margin-bottom:0;
}

.forminator-col {
	min-width:0;
	-webkit-box-flex:1;
	-ms-flex:1;
	flex:1;
	padding:0 var(--form-col-gutter);
}

.forminator-col.forminator-col-4 .forminator-row[data-multiple=true] .forminator-col:not(:last-child) {
	margin-bottom:var(--form-row-margin);
}

.forminator-input {
	width:100%;
	display:block;
	max-width:unset;
	min-width:unset;
}

.forminator-input-with-icon,
.forminator-input-with-suffix {
	position:relative;
}

.forminator-input-with-icon .forminator-icon-calendar {
	position:absolute;
	top:50%;
	left:10px;
	font-size:15px;
	line-height:1;
	color:var(--input-color);
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
}

.forminator-input-with-icon .forminator-icon-calendar:before,
.forminator-uploaded-file--delete .forminator-icon-close:before {
	display:inline-block;
	vertical-align:top;
}

.forminator-input-with-icon .forminator-datepicker {
	padding-left:35px;
}

.forminator-input-with-suffix .forminator-input {
	padding-right:60px;
}

.forminator-input-with-suffix .forminator-suffix {
	font-size:var(--label-fz);
	position:absolute;
	top:50%;
	right:0;
	padding:0 10px;
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
}

.intl-tel-input.forminator-phone,
.jcf-checkbox.jcf-checked span,
.jcf-radio.jcf-checked span,
.nav .has-mega-menu .mega-menu li,
.slick-slide img {
	display:block;
}

.forminator-checkbox,
.forminator-option,
.forminator-radio {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	pointer-events:none;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
}

.forminator-checkbox-inline,
.forminator-option-inline,
.forminator-radio-inline {
	display:-webkit-inline-box;
	display:-ms-inline-flexbox;
	display:inline-flex;
}

.forminator-checkbox-inline:not(:last-child),
.forminator-option-inline:not(:last-child),
.forminator-radio-inline:not(:last-child) {
	margin-right:1em;
}

.forminator-checkbox .jcf-checkbox,
.forminator-checkbox .jcf-radio,
.forminator-option .jcf-checkbox,
.forminator-option .jcf-radio,
.forminator-radio .jcf-checkbox,
.forminator-radio .jcf-radio {
	-ms-flex-item-align:start;
	align-self:flex-start;
}

.forminator-checkbox span,
.forminator-option span,
.forminator-radio span {
	pointer-events:all;
}

.forminator-multiselect {
	padding:8px;
	border:1px solid var(--input-border-color);
}

.forminator-multiselect .forminator-option {
	font-weight:400;
	padding:var(--btn-y) calc(var(--input-x) - 8px);
	font-size:var(--btn-fz);
	border-width:var(--btn-b);
	line-height:normal;
	color:var(--input-color);
	background-color:var(--input-bg-color);
	border-color:var(--input-border-color);
	pointer-events:all;
	border-radius:var(--input-radius);
}

.forminator-multiselect .forminator-option:last-of-type,
.quiz-mini .text p:last-of-type {
	margin-bottom:0;
}

.forminator-multiselect .forminator-option.jcf-label-active {
	color:#fff;
	background-color:var(--color-brand);
}

.forminator-multiselect .jcf-checkbox {
	display:none;
}

.forminator-signature {
	position:relative;
	font-size:var(--btn-fz);
	background-color:var(--input-bg-color);
	border:1px solid var(--input-border-color);
	border-radius:var(--input-radius);
	padding:var(--btn-y) var(--input-x);
}

.forminator-signature .forminator-signature--container+ div {
	position:absolute!important;
	top:7px;
	right:7px;
	width:20px!important;
	height:20px!important;
	margin:0!important;
}

.forminator-signature .forminator-signature--container+ div img {
	width:auto;
	height:auto;
}

.forminator-calendar {
	border:1px solid var(--form-theme-color);
	border-radius:var(--input-radius);
	background-color:#fbfbfb;
	overflow:hidden;
}

.forminator-calendar .ui-datepicker-header {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	background-color:#e6e6e6;
	padding:10px;
}

.forminator-calendar .ui-datepicker-next,
.forminator-calendar .ui-datepicker-prev {
	display:block;
	position:relative;
	width:28px;
	height:28px;
	background-color:var(--form-theme-color);
	border-radius:var(--input-radius);
	cursor:pointer;
}

.forminator-calendar .ui-datepicker-next .ui-icon,
.forminator-calendar .ui-datepicker-prev .ui-icon {
	font-size:0;
	line-height:0;
}

.forminator-calendar .ui-datepicker-next .ui-icon:before,
.forminator-calendar .ui-datepicker-prev .ui-icon:before {
	content:"";
	position:absolute;
	top:50%;
	left:50%;
	width:7px;
	height:13px;
	background-size:100% auto;
	margin:-6.5px 0 0 -3.5px;
}

.forminator-calendar .ui-datepicker-prev {
	-webkit-box-ordinal-group:1;
	-ms-flex-order:0;
	order:0;
}

.forminator-calendar .ui-datepicker-prev .ui-icon:before {
	background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI0LjAuMiwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHdpZHRoPSIyNzkuMnB4IiBoZWlnaHQ9IjUxMnB4IiB2aWV3Qm94PSIwIDAgMjc5LjIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAyNzkuMiA1MTI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojRkZGRkZGO30KPC9zdHlsZT4KPHBhdGggY2xhc3M9InN0MCIgZD0iTTI3Mi40LDUwNS4yYzkuMS05LjEsOS4xLTIzLjgsMC0zMi45TDU2LjEsMjU2TDI3Mi40LDM5LjdjOS4xLTkuMSw5LjEtMjMuOCwwLTMyLjljLTkuMS05LjEtMjMuOC05LjEtMzIuOSwwCglMNi44LDIzOS41QzIuNCwyNDMuOSwwLDI0OS44LDAsMjU2YzAsNi4yLDIuNSwxMi4xLDYuOCwxNi41bDIzMi43LDIzMi43QzI0OC42LDUxNC4zLDI2My4zLDUxNC4zLDI3Mi40LDUwNS4yeiIvPgo8L3N2Zz4K);
}

.forminator-calendar .ui-datepicker-next {
	-webkit-box-ordinal-group:3;
	-ms-flex-order:2;
	order:2;
}

.forminator-calendar .ui-datepicker-next .ui-icon:before {
	background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI0LjAuMiwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHdpZHRoPSIyNzkuMnB4IiBoZWlnaHQ9IjUxMnB4IiB2aWV3Qm94PSIwIDAgMjc5LjIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAyNzkuMiA1MTI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojRkZGRkZGO30KPC9zdHlsZT4KPHBhdGggY2xhc3M9InN0MCIgZD0iTTYuOCw2LjhjLTkuMSw5LjEtOS4xLDIzLjgsMCwzMi45TDIyMy4xLDI1Nkw2LjgsNDcyLjNjLTkuMSw5LjEtOS4xLDIzLjgsMCwzMi45czIzLjgsOS4xLDMyLjksMGwyMzIuNy0yMzIuNwoJYzQuNC00LjQsNi44LTEwLjMsNi44LTE2LjVzLTIuNS0xMi4xLTYuOC0xNi41TDM5LjcsNi44QzMwLjYtMi4zLDE1LjktMi4zLDYuOCw2Ljh6Ii8+Cjwvc3ZnPgo=);
}

.forminator-calendar .ui-datepicker-title {
	-webkit-box-ordinal-group:2;
	-ms-flex-order:1;
	order:1;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-flex:1;
	-ms-flex:1;
	flex:1;
	padding:0 10px;
	margin:0 -5px;
}

.forminator-calendar .ui-datepicker-month,
.forminator-calendar .ui-datepicker-year {
	cursor:pointer;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	display:block;
	color:var(--input-color);
	border:1px solid var(--form-theme-color);
	border-radius:var(--input-radius);
	-webkit-box-flex:1;
	-ms-flex:1;
	flex:1;
	font-size:13px;
	line-height:normal;
	height:28px;
	padding:0 5px;
	margin:0 5px;
}

.forminator-calendar .ui-datepicker-calendar {
	font-size:13px;
	margin-bottom:0;
}

.forminator-calendar .ui-datepicker-calendar thead {
	background-color:#f8f8f8;
}

.forminator-calendar .ui-datepicker-calendar tbody {
	background-color:#fdfdfd;
}

.forminator-calendar .ui-datepicker-calendar tbody tr:first-child td {
	padding-top:15px;
}

.forminator-calendar .ui-datepicker-calendar tbody tr:last-child td {
	padding-bottom:15px;
}

.forminator-calendar .ui-datepicker-calendar td,
.forminator-calendar .ui-datepicker-calendar th {
	text-align:center;
	background-color:transparent;
	border:0;
	padding:5px;
}

.forminator-calendar .ui-datepicker-calendar td:first-child,
.forminator-calendar .ui-datepicker-calendar th:first-child {
	padding-left:10px;
}

.forminator-calendar .ui-datepicker-calendar td:last-child,
.forminator-calendar .ui-datepicker-calendar th:last-child {
	padding-right:10px;
}

.forminator-calendar .ui-datepicker-calendar td {
	font-size:1em;
}

.forminator-calendar .ui-datepicker-calendar th {
	font-size:.92em;
	color:#333;
}

.forminator-calendar .ui-datepicker-calendar .ui-state-default {
	display:-webkit-inline-box;
	display:-ms-inline-flexbox;
	display:inline-flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	width:28px;
	height:28px;
	background-color:#e6e6e6;
	border:1px solid #e6e6e6;
	color:#777;
	padding:2px;
	border-radius:var(--input-radius);
}

.forminator-calendar .ui-datepicker-calendar .ui-state-default.ui-state-active {
	color:#fff;
	background-color:var(--form-theme-color);
	border-color:var(--form-theme-color);
}

.forminator-calendar .ui-datepicker-calendar .ui-state-default.ui-state-highlight {
	border-color:var(--form-theme-color);
	color:var(--form-theme-color);
}

.forminator-uploaded-files {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	padding:20px 0 0;
	margin:-10px;
}

.forminator-uploaded-file {
	-webkit-box-flex:0;
	-ms-flex:0 0 120px;
	flex:0 0 120px;
	padding:10px;
}

.forminator-uploaded-file--content {
	position:relative;
}

.forminator-uploaded-file--size,
.forminator-uploaded-file--title {
	word-break:break-all;
	margin-bottom:.5em;
}

.forminator-uploaded-file--size {
	font-size:var(--label-fz);
}

#content .row-col .post-content .entry-content p:last-child,
#content .row-post .post-content .entry-content p:last-child,
.forminator-uploaded-file--size:last-child,
.forminator-uploaded-file--title:last-child,
blockquote p:last-child {
	margin-bottom:0;
}

.forminator-uploaded-file--title {
	font-weight:700;
	font-size:var(--label-fz);
}

.forminator-uploaded-file--size {
	font-size:calc(var(--label-fz)*.9);
}

.forminator-uploaded-file--delete {
	position:absolute;
	top:5px;
	right:5px;
	padding:0;
	width:18px;
	height:18px;
	font-size:16px;
	line-height:1;
	border:0;
	border-radius:100%;
	overflow:hidden;
	background-color:transparent;
}

.forminator-uploaded-file--delete .forminator-icon-close {
	display:inline-block;
	vertical-align:top;
	color:#fff;
}

.forminator-img-preview {
	width:100%;
	height:auto;
	padding-top:100%;
	background-size:cover;
	background-position:50% 50%;
}

.jcf-checkbox,
.jcf-radio,
.jcf-select {
	display:inline-block;
	position:relative;
	border:1px solid var(--input-border-color);
}

.jcf-checkbox {
	vertical-align:middle;
	overflow:hidden;
	cursor:default;
	background:var(--input-bg-color);
	margin:0 .5em 0 0;
	height:var(--checkbox-size);
	width:var(--checkbox-size);
	-webkit-box-flex:0;
	-ms-flex:0 0 var(--checkbox-size);
	flex:0 0 var(--checkbox-size);
}

.jcf-checkbox span {
	position:absolute;
	display:none;
	height: 4px;
  width: 8px;
	top:18%;
	left:50%;
	border:2px solid #fff;
	border-width:0 0 2px 2px;
	-webkit-transform:rotate(-45deg) translateX(-50%) translateY(-50%);
	-ms-transform:rotate(-45deg) translateX(-50%) translateY(-50%);
	transform:rotate(-45deg) translateX(-50%) translateY(-50%);
}

.jcf-checkbox.jcf-checked {
	border-color:var(--form-theme-color);
	background-color:var(--form-theme-color);
}

.jcf-radio,
.jcf-select {
	background:#fff;
}

.jcf-radio {
	vertical-align:middle;
	overflow:hidden;
	cursor:default;
	border-radius:50%;
	margin:0 .5em 0 0;
	height:var(--radio-size);
	width:var(--radio-size);
	-webkit-box-flex:0;
	-ms-flex:0 0 var(--radio-size);
	flex:0 0 var(--radio-size);
}

.jcf-radio span {
	display:none;
	position:absolute;
	top:3px;
	left:3px;
	right:3px;
	bottom:3px;
	background:var(--form-theme-color);
	border-radius:100%;
}

.jcf-checkbox input[type=checkbox],
.jcf-radio input[type=radio] {
	position:absolute;
	height:100%;
	width:100%;
	border:0;
	margin:0;
	left:0;
	top:0;
}

.jcf-select {
	vertical-align:top;
	min-width:0;
	width:100%;
	padding:var(--btn-y) var(--input-x);
	font-size:var(--btn-fz);
	border-radius:var(--input-radius);
	border-width:var(--btn-b);
	line-height:1.2;
	padding-right:24px;
}

.jcf-select.jcf-drop-active .jcf-select-opener:before {
	-webkit-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	transform:rotate(180deg);
}

.jcf-select select {
	z-index:1;
	left:0;
	top:0;
}

.jcf-select .jcf-select-text {
	-o-text-overflow:ellipsis;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
	cursor:default;
	display:block;
	min-height:1.2em;
}

.jcf-select .jcf-select-opener {
	position:absolute;
	text-align:center;
	width:20px;
	bottom:0;
	right:0;
	top:0;
}

.jcf-select .jcf-select-opener:before {
	content:"";
	position:absolute;
	top:50%;
	right:8px;
	width:13px;
	height:7px;
	background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI0LjAuMiwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHdpZHRoPSI1MTJweCIgaGVpZ2h0PSIyNzkuM3B4IiB2aWV3Qm94PSIwIDAgNTEyIDI3OS4zIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgMjc5LjM7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHBhdGggZD0iTTUwNS4yLDYuOGMtOS4xLTkuMS0yMy44LTkuMS0zMi45LDBMMjU2LDIyMy4xTDM5LjcsNi44Yy05LjEtOS4xLTIzLjgtOS4xLTMyLjksMGMtOS4xLDkuMS05LjEsMjMuOCwwLDMyLjlsMjMyLjcsMjMyLjcKCWM0LjQsNC40LDEwLjMsNi44LDE2LjUsNi44czEyLjEtMi41LDE2LjUtNi44TDUwNS4yLDM5LjdDNTE0LjMsMzAuNiw1MTQuMywxNS45LDUwNS4yLDYuOHoiLz4KPC9zdmc+Cg==);
	background-size:100% auto;
	margin-top:-3.5px;
}

body> .jcf-select-drop {
	position:absolute;
	margin:-1px 0 0;
	z-index:9999;
}

body> .jcf-select-drop.jcf-drop-flipped {
	margin:1px 0 0;
}

.jcf-select .jcf-select-drop {
	position:absolute;
	margin-top:0;
	z-index:9999;
	top:100%;
	left:-1px;
	right:-1px;
}

.jcf-select .jcf-drop-flipped {
	bottom:100%;
	top:auto;
}

.jcf-select-drop .jcf-select-drop-content {
	border:1px solid var(--input-border-color);
}

.jcf-list-box {
	overflow:hidden;
	display:inline-block;
	border:1px solid #b8c3c9;
	min-width:200px;
	margin:0 15px;
}

.jcf-list,
.jcf-list .jcf-list-content {
	vertical-align:top;
	display:inline-block;
	width:100%;
}

.jcf-list {
	position:relative;
	background:#fff;
	font-size:12px;
	line-height:1.2;
}

.jcf-list .jcf-list-content {
	overflow:auto;
}

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

.jcf-list ul li {
	overflow:hidden;
	display:block;
}

.jcf-list .jcf-overflow {
	overflow:auto;
}

.jcf-list .jcf-option {
	overflow:hidden;
	cursor:default;
	display:block;
	padding:5px var(--input-x);
	color:var(--input-color);
	height:1%;
}

.jcf-list .jcf-disabled {
	background:#fff!important;
	color:#aaa!important;
}

.jcf-list .jcf-optgroup-caption {
	white-space:nowrap;
	font-weight:700;
	display:block;
	padding:5px 9px;
	cursor:default;
	color:#000;
}

.jcf-list .jcf-optgroup .jcf-option {
	padding-left:30px;
}

.jcf-list-box .jcf-selected,
.jcf-select-drop .jcf-hover {
	background:#e6e6e6;
	color:#000;
}

.h,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family:"ABC Whyte";
	font-weight:400;
	color:var(--h1-h6-color);
}

.h,
.h2,
.h3,
.h4,
.h5,
.h6,
h2,
h3,
h4,
h5,
h6 {
	line-height:1.3;
}

.h a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color:inherit;
	font-size:inherit;
}

.h1,
h1 {
	font-size:var(--h1);
	margin:0 0 .3em;
	line-height:1.1;
}

.h2,
h2 {
	font-size:var(--h2);
	margin:0 0 .4em;
}

.h3,
h3 {
	font-size:var(--h3);
	margin:0 0 .5em;
}

.h4,
h4 {
	font-size:var(--h4);
	margin:0 0 .6em;
}

.h5,
h5 {
	font-size:var(--h5);
	margin:0 0 .7em;
}

.h6,
h6 {
	font-size:var(--h6);
	margin:0 0 .8em;
}

ol,
p,
ul {
	margin-top:0;
}

p {
	margin-bottom:1.2em;
}

a:hover {
	color:var(--color-brand-dark);
}

ol,
ul {
	padding-left:0;
}



ul,
ul li {
	list-style:none;
}

.single ol {
	padding-left: 40px;
	list-style-type: decimal;
}


#sidebar ol:not([class]),
#sidebar ul:not([class]),
.entry ol:not([class]),
.entry ul:not([class]),
ol.list-style,
ul.list-style {
	--line-height-li:var(--line-height-base, 1.2);
	font-size:calc(var(--font-size-base) + 2px);
	margin:0 0 1.2em;
	color:var(--base-text-color);
}

#sidebar ol:not([class]) li,
#sidebar ul:not([class]) li,
.entry ol:not([class]) li,
.entry ul:not([class]) li,
ol.list-style li,
ul.list-style li {
	line-height:var(--line-height-li);
	padding-left:20px;
	position:relative;
}

#sidebar ol:not([class]) li+ li,
#sidebar ul:not([class]) li+ li,
.entry ol:not([class]) li+ li,
.entry ul:not([class]) li+ li,
ol.list-style li+ li,
ul.list-style li+ li {
	margin-top:10px;
}

#sidebar ol:not([class]) ol,
#sidebar ol:not([class]) ul,
#sidebar ul:not([class]) ol,
#sidebar ul:not([class]) ul,
.entry ol:not([class]) ol,
.entry ol:not([class]) ul,
.entry ul:not([class]) ol,
.entry ul:not([class]) ul,
ol.list-style ol,
ol.list-style ul,
ul.list-style ol,
ul.list-style ul {
	margin-bottom:0;
	margin-top:10px;
}

#sidebar ul:not([class])> li,
.entry ul:not([class])> li,
ul.list-style> li {
	padding-left:15px;
}

#sidebar ul:not([class])> li:before,
.entry ul:not([class])> li:before,
ul.list-style> li:before {
	content:"";
	position:absolute;
	width:5px;
	height:5px;
	top:calc(.5em*var(--line-height-li));
	left:0;
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
	background-color:currentColor;
}

#sidebar ol:not([class]),
.entry ol:not([class]),
ol.list-style {
	counter-reset:list;
}

#sidebar ol:not([class])> li,
.entry ol:not([class])> li,
ol.list-style> li {
	padding-left:22px;
}

#sidebar ol:not([class])> li:before,
.entry ol:not([class])> li:before,
ol.list-style> li:before {
	content:counter(list) ".";
	counter-increment:list;
	position:absolute;
	top:0;
	left:0;
	font-weight:700;
}

table th {
	text-align:left;
}

table td+ td,
table th+ th {
	text-align:center;
}

table td,
table th {
	font-size:var(--font-size-base);
	color:var(--base-text-color);
	padding:10px 15px;
	border-bottom:1px solid #979797;
}

pre {
	max-width:100%;
	background:rgba(0,0,0,.1);
}

blockquote {
	font-size:25px;
	color:var(--secondary-color);
	background:0 0;
	border-left:6px solid #ececec;
	padding:5px 0 5px 28px;
}

blockquote,
dl {
	margin:0 0 1.2em;
}

dl dt {
	float:left;
	clear:left;
	font-weight:700;
	padding:10px 5px;
}

dl dd {
	margin-left:0;
	padding:10px 0;
}

* {
	max-height:1000000px;
}

*,
:after,
:before {
	-webkit-box-sizing:inherit;
	box-sizing:inherit;
}

.resize-active {
	-webkit-transition:none!important;
	-o-transition:none!important;
	transition:none!important;
}

.resize-active *,
.resize-active :after,
.resize-active :before {
	-webkit-transition:inherit!important;
	-o-transition:inherit!important;
	transition:inherit!important;
}

.container,
html #branda-cookie-notice .cookie-notice-container {
	width:100%;
	margin:0 auto;
	padding-left:var(--gutter);
	padding-right:var(--gutter);
	max-width:calc(1300px + var(--gutter)*2);
}

.container._lg,
html #branda-cookie-notice ._lg.cookie-notice-container {
	max-width:calc(1536px + var(--gutter)*2);
}

body,
html {
	height:100%;
}

.wrapper {
	display:grid;
	grid-template-rows:auto 1fr auto;
	min-height:100%;
	width:100%;
	position:relative;
/* 	overflow:hidden; */
}


.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: transparent;
	z-index: 10;
	transition: all .5s ease-in-out;
}

.header.sticky {
	background: #282A29;
	border: none;
  }



.footer,
.header,
.main {
	min-width:0;
}

.heading {
	font-family:"ABC Whyte Inktrap";
}

.nav li,
.nav-opener {
	position:relative;
	padding:0;
}

.nav-opener {
	width:30px;
	height:30px;
	background-color:transparent;
	outline:0;
	border:0;
	display:block;
	margin-right: 0;
}

.nav-opener span,
.nav-opener:after,
.nav-opener:before {
	background: #fff;
	position:absolute;
	left:0;
	right:0;
	height:4px;
	margin-top:0;
	-webkit-transition:all .2s linear;
	-o-transition:all .2s linear;
	transition:all .2s linear;
}

.nav-opener span {
	top:13px;
}

.nav-opener:before {
	content:"";
	top:5px;
}

.nav-opener:after {
	content:"";
	top:21px;
}

.nav-opener:hover {
	opacity:.9;
}

.nav-drop {
	-webkit-transition:all .25s ease-in-out;
	-o-transition:all .25s ease-in-out;
	transition:all .25s ease-in-out;
	position:absolute;
	top:calc(100% + 13px);
	right:20px;
	width:240px;
	visibility:hidden;
	opacity:0;
}

.nav-active .nav-opener span {
	opacity:0;
}

.nav-active .nav-opener:before {
	-webkit-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg);
	top:50%;
}

.nav-active .nav-opener:after {
	top:50%;
	-webkit-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	transform:rotate(-45deg);
}

.nav-active .nav-drop {
	visibility:visible;
	opacity:1;
}

.nav {
	-webkit-transition:all .25s linear;
	-o-transition:all .25s linear;
	transition:all .25s linear;
}

.nav ul {
	margin:0;
	list-style:none;
	display:block;
	background-color:#282a29;
	padding:12px 24px 20px;
	font-size:16px;
}

.nav li {
	margin:0;
}

.nav li:after,
.nav li:before,
.slick-slide.slick-loading img {
	display:none;
}

.nav li:last-child .header-menu-block {
	margin-bottom:0;
	padding-bottom:0;
}

.nav li:last-child .header-menu-block:after {
	display:none;
}

.nav li.nav-sm-reverse> ul:before {
	left:auto;
	right:17px;
}

.nav li .header-menu-block {
	position:relative;
	padding:0 0 8px;
	margin-bottom:8px;
}

.nav li .header-menu-block:after {
	position:absolute;
	content:"";
	bottom:0;
	left:50%;
	-webkit-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	transform:translateX(-50%);
	border-bottom:1px solid #fff;
	width:calc(100% - 16px);
	height:1px;
}

.nav li .header-menu-block li a {
	padding:7px 8px;
}

.nav li.current-menu-item a {
	background: rgba(255, 255, 255, .1);
  }

.nav .sub-ttl {
	display:block;
	font-family:"ABC Whyte Mono";
	font-style:normal;
	font-weight:400;
	font-size:12px;
	letter-spacing:.04em;
	text-transform:uppercase;
	margin-top:10px;
}

.nav .sub-ttl,
.nav a {
	padding:7px 8px;
	color:#fff;
}

.nav a.highlighted,
.nav a:hover {
	background:rgba(255,255,255,.1);
}

.nav a.highlighted .sub-arrow:before {
	content:"-";
}

.nav a.has-submenu {
	padding-right:25px;
}

.nav a .sub-arrow {
	position:absolute;
	top:50%;
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
	width:25px;
	height:25px;
	right:var(--gutter);
	border:0;
	border-radius:4px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	margin:0;
}

.nav a .sub-arrow:before {
	content:"+";
	color:#fff;
}

.nav .has-mega-menu {
	position:static!important;
}

.nav .has-mega-menu .mega-menu {
	margin-left:0!important;
	right:0!important;
	width:auto!important;
	max-width:none!important;
}

.nav .has-mega-menu .mega-menu .col {
	padding:15px;
	width:100%;
}

.nav .has-mega-menu .mega-menu .col ul {
	position:static;
	display:block;
	margin:0;
	padding:0 0 0 20px;
	background:0 0;
}

.nav .has-mega-menu .mega-menu .col li {
	color:inherit;
	display:list-item;
	list-style-type:disc;
	margin:0 0 .5em;
}

.nav .has-mega-menu .mega-menu .col a {
	color:inherit;
	display:inline;
	padding:0;
}

.nav .has-mega-menu .mega-menu .col a:hover {
	opacity:.7;
	background:0 0;
}

.top-nav {
	width:75%;
	margin-right:25px;
}

.top-nav .menu {
	display: flex;
    flex-direction: row;
    justify-content: flex-end;
	gap: 35px;
	margin-bottom: 0px;
}


.top-nav .menu a{
	color:#ffffff;
	font-size:16px;
}

.top-nav .menu .current-menu-item a, .top-nav .menu a:hover {
	color:#f0c332;
}

.top-nav .menu .current-menu-item a .submenu a {
	color: #ffffff !important;
}

@media only screen and (max-width: 959px) {
	.top-nav {
    display: none;
}
}


.nav a,
.slick-list,
.slick-slider {
	position:relative;
	display:block;
}

.slick-slider {
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	-webkit-touch-callout:none;
	-khtml-user-select:none;
	-ms-touch-action:pan-y;
	touch-action:pan-y;
	-webkit-tap-highlight-color:transparent;
}

.slick-list {
	overflow:hidden;
	margin:0;
	padding:0;
}

.slick-dots li button:focus,
.slick-dots li button:hover,
.slick-list:focus {
	outline:0;
}

.slick-list.dragging {
	cursor:pointer;
	cursor:hand;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
	-webkit-transform:translate3d(0,0,0);
	-ms-transform:translate3d(0,0,0);
	transform:translate3d(0,0,0);
}

.slick-track {
	position:relative;
	top:0;
	left:0;
	display:block;
	margin-left:auto;
	margin-right:auto;
}

.slick-track:after,
.slick-track:before {
	display:table;
	content:"";
}

.slick-track:after {
	clear:both;
}

.slick-loading .slick-track {
	visibility:hidden;
}

.slick-slide {
	display:none;
	float:left;
	height:100%;
	min-height:1px;
}

[dir=rtl] .slick-slide {
	float:right;
}

.slick-slide.dragging img {
	pointer-events:none;
}

.slick-initialized .slick-slide {
	display:block;
}

.slick-loading .slick-slide {
	visibility:hidden;
}

.slick-vertical .slick-slide {
	display:block;
	height:auto;
	border:1px solid transparent;
}

.slick-arrow.slick-hidden {
	display:none;
}

.slick-loading .slick-list {
	background:#fff;
}

@font-face {
	font-family:"slick";
	font-weight:400;
	font-style:normal;
	src:url(./fonts/slick.eot);
	src:url(./fonts/slick.eot?#iefix) format("embedded-opentype"),url(./fonts/slick.woff) format("woff"),url(./fonts/slick.ttf) format("truetype"),url(./fonts/slick.svg#slick) format("svg");
}

.slick-next,
.slick-prev {
	font-size:0;
	line-height:0;
	position:absolute;
	top:50%;
	display:block;
	width:20px;
	height:20px;
	padding:0;
	-webkit-transform:translate(0,-50%);
	-ms-transform:translate(0,-50%);
	transform:translate(0,-50%);
	cursor:pointer;
	color:transparent;
	border:0;
	outline:0;
	background:0 0;
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
	color:transparent;
	outline:0;
	background:0 0;
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before,
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
	opacity:1;
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
	opacity:.25;
}

.slick-dots li button:before,
.slick-next:before,
.slick-prev:before {
	font-family:"slick";
	font-size:20px;
	line-height:1;
	opacity:.75;
	color:#fff;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
}

.slick-prev {
	left: -60px;
}

.slick-prev::before {
	background-image: url("data:image/svg+xml;utf8,<svg width='15' height='12' viewBox='0 0 15 12' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M7.33334 1.31736L2.00001 5.98403L7.33334 10.6507' stroke='%23282A29' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='square'/><path d='M2.66667 5.98401L14 5.98401' stroke='%23282A29' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='square' stroke-linejoin='round'/></svg>");
  }

[dir=rtl] .slick-prev {
	right:-25px;
	left:auto;
}


[dir=rtl] .slick-prev:before {
	content:"→";
}

.slick-next {
	right: -60px;
}

.slick-next::before {
	background-image: url("data:image/svg+xml;utf8,<svg width='15' height='12' viewBox='0 0 15 12' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M7.66663 10.6507L13 5.98405L7.66663 1.31738' stroke='%23282A29' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='square'/><path d='M12.3333 5.98401H1' stroke='%23282A29' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='square' stroke-linejoin='round'/></svg>");
  }

[dir=rtl] .slick-next {
	right:auto;
	left:-25px;
}

[dir=rtl] .slick-next:before {
	content:"←";
}

.slick-dotted.slick-slider {
	margin-bottom:30px;
}

.slick-dots {
	position:absolute;
	bottom:-25px;
	display:block;
	width:100%;
	padding:0;
	margin:0;
	list-style:none;
	text-align:center;
}

.slick-dots li {
	position:relative;
	display:inline-block;
	width:20px;
	height:20px;
	margin:0 5px;
	padding:0;
	cursor:pointer;
}

.slick-dots li button {
	font-size:0;
	line-height:0;
	display:block;
	width:20px;
	height:20px;
	padding:5px;
	cursor:pointer;
	color:transparent;
	border:0;
	outline:0;
	background:0 0;
}

.slick-dots li button:before {
	font-size:6px;
	line-height:20px;
	position:absolute;
	top:0;
	left:0;
	width:20px;
	height:20px;
	content:"•";
	text-align:center;
	opacity:.25;
	color:#000;
}

.slick-dots li.slick-active button:before {
	opacity:.75;
	color:#000;
}

.slick-arrow {
	width: 40px;
	height: 40px;
	border: 1px solid #282A29;
	border-radius: 50%;
  }
  
  .slick-arrow::before {
	position: absolute;
	content: '';
	top: 50%;
	left: 50%;
	width: 15px;
	height: 12px;
	background-repeat: no-repeat;
	background-size: contain;
	transform: translate(-50%, -50%);
  }

.widget {
	margin-bottom:var(--vertical-rhythm);
}

.widget select {
	min-width:inherit;
	width:100%;
}

#wp-calendar {
	width:95%;
	margin-bottom:15px;
	clear:both;
	padding:0;
}

#wp-calendar caption {
	padding:10px;
}

#wp-calendar td,
#wp-calendar th {
	padding:3px 0;
	text-align:center;
}

#wp-calendar td,
.post-block_content .tags li._orange a:hover,
.post-block_content .tags li._yellow a:hover {
	background:0 0;
}

.comment-form p {
	overflow:hidden;
	padding:0 12px 24px;
	margin:0;
}

.comment-form label {
	display:block;
	padding:0 0 5px;
	font-weight:700;
}

.comment-form input:not([type=submit]),
.comment-form textarea {
	margin:0 4px 0 0;
	width:100%;
	background:0 0;
	border:1px solid #e2e2e2;
	outline:0;
}

.comment-form input:not([type=submit]):focus,
.comment-form textarea:focus {
	border:1px solid #2b2e38;
}

.comment-form textarea {
	width:100%;
	margin:0;
	height:115px;
}

.comment-form input[type=submit] {
	display:block;
	float:none;
	width:100%;
	background:#2b2e38;
	border:1px solid #2b2e38;
	text-align:center;
	text-transform:uppercase;
	color:#fff;
	margin-top:11px;
}

.comment-form input[type=submit]:hover {
	background:0 0;
	color:#2b2e38;
}

.comment-form-author,
.comment-form-email,
.comment-form-url {
	width:33.3%;
	float:left;
}

#content .row-col .post-img a,
#content .row-post .post-img a,
.post-password-form label {
	display:block;
}

#search_block,
.post-password-form,
.search-form {
	margin:0 0 1.2em;
}

#search_block input,
.post-password-form input,
.search-form input {
	float:left;
}

#search_block input[type=password],
#search_block input[type=search],
#search_block input[type=text],
.post-password-form input[type=password],
.post-password-form input[type=search],
.post-password-form input[type=text],
.search-form input[type=password],
.search-form input[type=search],
.search-form input[type=text] {
	border-radius:0;
	margin:0 4px 0 0;
	width:144px;
	min-width:auto;
}

#search_block [type=submit],
.post-password-form [type=submit],
.search-form [type=submit] {
	padding:var(--btn-y) var(--input-x);
	font-size:var(--btn-fz);
	border-radius:var(--btn-r);
	border-width:var(--btn-b);
	line-height:1.2;
	color:#fff;
	background-color:#282a29;
	border-color:#282a29;
	-webkit-transition:all .3s;
	-o-transition:all .3s;
	transition:all .3s;
	border-style:solid;
	-webkit-appearance:none;
	cursor:pointer;
	text-align:center;
	font-weight:700;
}

#search_block [type=submit]:hover,
.post-password-form [type=submit]:hover,
.search-form [type=submit]:hover {
	color:var(--secondary-color);
	background-color:transparent;
	border-color:#030303;
}

.search-form {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
}

.commentlist {
	margin:0 0 var(--vertical-rhythm);
}

.commentlist .edit-link {
	margin:0;
}

.commentlist .avatar-holder {
	float:left;
	margin:0 var(--vertical-rhythm) 4px 0;
}

.commentlist-item .commentlist-item {
	padding:0;
}

#respond,
.comment,
.commentlist-holder {
	overflow:hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item+ .commentlist-item {
	padding-top:var(--vertical-rhythm);
}

.widget_calendar #prev {
	padding-left:5px;
	text-align:left;
}

.widget_calendar #next {
	padding-right:5px;
	text-align:right;
}

#calendar_wrap table a {
	font-size:inherit;
}

.navigation,
.navigation-comments,
.pagination {
	border-top:1px solid #eaeaea;
	padding:30px 0;
	font-weight:700;
	font-size:14px;
	line-height:1.5;
	text-transform:uppercase;
	color:var(--secondary-color);
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	width:100%;
}

.navigation .screen-reader-text,
.navigation-comments .screen-reader-text,
.pagination .screen-reader-text {
	position:absolute;
	left:-99999px;
}

.navigation .page-numbers,
.navigation-comments .page-numbers,
.pagination .page-numbers {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	padding:10px;
	color:#637b8c;
}

.navigation .page-numbers.current:hover,
.navigation-comments .page-numbers.current:hover,
.pagination .page-numbers.current:hover {
	background:0 0;
	color:#ccc;
}

#sidebar .widget ul li .date:hover,
#sidebar .widget ul li .url:hover,
.navigation .al a:active,
.navigation .al a:hover,
.navigation .ar a:active,
.navigation .ar a:hover,
.navigation .next a:active,
.navigation .next a:hover,
.navigation .page-numbers:active,
.navigation .page-numbers:hover,
.navigation .prev a:active,
.navigation .prev a:hover,
.navigation-comments .al a:active,
.navigation-comments .al a:hover,
.navigation-comments .ar a:active,
.navigation-comments .ar a:hover,
.navigation-comments .next a:active,
.navigation-comments .next a:hover,
.navigation-comments .page-numbers:active,
.navigation-comments .page-numbers:hover,
.navigation-comments .prev a:active,
.navigation-comments .prev a:hover,
.pagination .al a:active,
.pagination .al a:hover,
.pagination .ar a:active,
.pagination .ar a:hover,
.pagination .next a:active,
.pagination .next a:hover,
.pagination .page-numbers:active,
.pagination .page-numbers:hover,
.pagination .prev a:active,
.pagination .prev a:hover {
	color:var(--color-brand-dark);
}

.navigation .page-numbers span,
.navigation-comments .page-numbers span,
.pagination .page-numbers span {
	line-height:.9;
	height:16px;
}

.navigation .current,
.navigation-comments .current,
.pagination .current {
	color:#ccc;
}

.navigation .prev,
.navigation-comments .prev,
.pagination .prev {
	margin-right:auto;
	padding:10px 0;
}

.navigation .prev span,
.navigation-comments .prev span,
.pagination .prev span {
	margin-right:5px;
}

.navigation .next,
.navigation-comments .next,
.pagination .next {
	margin-left:auto;
	padding:10px 0;
}

.navigation .next span,
.navigation-comments .next span,
.pagination .next span {
	margin-left:5px;
}

.navigation .al.disabled,
.navigation .ar.disabled,
.navigation .next.disabled,
.navigation .prev.disabled,
.navigation-comments .al.disabled,
.navigation-comments .ar.disabled,
.navigation-comments .next.disabled,
.navigation-comments .prev.disabled,
.pagination .al.disabled,
.pagination .ar.disabled,
.pagination .next.disabled,
.pagination .prev.disabled {
	pointer-events:none;
}

.navigation .al a,
.navigation .ar a,
.navigation .next a,
.navigation .prev a,
.navigation-comments .al a,
.navigation-comments .ar a,
.navigation-comments .next a,
.navigation-comments .prev a,
.pagination .al a,
.pagination .ar a,
.pagination .next a,
.pagination .prev a {
	color:var(--color-brand);
}

.navigation .al a span,
.navigation .ar a span,
.navigation .next a span,
.navigation .prev a span,
.navigation-comments .al a span,
.navigation-comments .ar a span,
.navigation-comments .next a span,
.navigation-comments .prev a span,
.pagination .al a span,
.pagination .ar a span,
.pagination .next a span,
.pagination .prev a span {
	line-height:1.4;
}

.navigation-single {
	margin-bottom:var(--vertical-rhythm);
}

.navigation-single .next,
.navigation-single .prev {
	vertical-align:middle;
	max-width:50%;
	background:#000;
	color:#fff;
	text-decoration:none;
}

.navigation-single .prev {
	float:left;
}

.navigation-single .next a,
.navigation-single .prev a {
	color:inherit;
	text-decoration:none;
	padding:5px;
	display:block;
}

.navigation-single .next {
	float:right;
}

img.border {
	padding:5px;
	border:1px solid #ccc;
}

.wp-caption {
	clear:both;
	max-width:100%;
/* 	text-align:center; */
}

.wp-caption,
.wp-caption.alignnone {
	margin:0 0 1.2em;
}

.wp-caption img {
	padding:0;
	border:0;
	vertical-align:top;
	width:auto;
	max-width:100%;
	margin:0 0 10px;
}

.wp-caption p {
	margin:.4em 0 0;
}

div.aligncenter,
figure.aligncenter {
	margin:0 auto var(--vertical-rhythm);
	text-align:center;
}

code,
img.aligncenter,
pre {
	display:block;
	margin:0 auto 20px;
}

img.no-margin {
	margin:0;
}

.aligncenter {
	margin:5px auto 20px;
}

.alignleft {
	float:left;
	margin:0 var(--vertical-rhythm) var(--vertical-rhythm) 0;
}

.alignright {
	float:right;
	margin:0 0 var(--vertical-rhythm) var(--vertical-rhythm);
}

img.wp-smiley {
	padding:0;
	border:0;
}

a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}

.alignnone,
.posts-list .entry p,
.title h1,
a img.alignnone {
	margin:0;
}

a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}

a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}

.fluid-iframe {
	display:block;
	position:relative;
	padding-bottom:60%;
}

.fluid-iframe iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	margin:0;
}

.mejs-container {
	margin-bottom:var(--vertical-rhythm);
}

.wp-caption .wp-caption-text {
	padding:0;
	text-align:center;
	font-size:16px;
	line-height:1.24;
	margin:0 0 12px;
}

.alignnone,
.bypostauthor,
.gallery,
.gallery-caption,
.sticky,
.wp-caption-text {
	height:auto;
}

.al,
.ar {
	max-width:50%;
}

.al,
.navigation .next {
	float:left;
	padding-right:10px;
}

.al a,
.ar a,
.navigation .next a,
.navigation .prev a {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:start;
	-ms-flex-pack:start;
	justify-content:flex-start;
	text-align:left;
}

.al a span,
.navigation .next a span {
	margin-right:5px;
}

.ar,
.navigation .prev {
	float:right;
	padding-left:10px;
}

.ar a,
.navigation .prev a {
	-webkit-box-pack:end;
	-ms-flex-pack:end;
	justify-content:flex-end;
	text-align:right;
}

.ar a span,
.intro_list li a:hover span,
.navigation .prev a span {
	margin-left:5px;
}

.posts-list .post {
	margin:0 0 60px;
}

.title {
	margin-bottom:1.2em;
	text-transform:uppercase;
}

.post .postmetadata,
.post .title {
	margin-bottom:10px;
}

.textwidget p {
	padding:0 0 10px;
}

.center {
	text-align:center;
}

#sidebar .widget ul li:before,
.hidden,
blockquote p+ p:after,
blockquote p+ p:before,
blockquote q+ p:after,
blockquote q+ p:before,
code br {
	display:none;
}

code,
pre {
	font-family:mono-space,monospace;
	border:1px solid #eee;
	padding:15px 20px;
	margin:0 0 1.2em;
	overflow:auto;
	white-space:pre;
	font-size:12px;
	line-height:20px;
}

code {
	background:#f6f6f6;
	border-top:0;
	border-bottom:0;
}

abbr,
acronym,
span.caps {
	cursor:help;
}

abbr,
acronym {
	border-bottom:1px dashed #dfcfba;
}

blockquote cite {
	display:block;
	padding-top:5px;
	font-weight:700;
	font-size:17px;
	color:#637b8c;
}

blockquote p:before,
q:before {
	content:open-quote;
}

blockquote p:after,
q:after {
	content:close-quote;
}

.last {
	margin-right:0!important;
	clear:right;
}

.clear {
	clear:both;
	line-height:0;
}

.page-link {
	padding:0 0 15px;
}

.comments {
	clear:both;
}

#respond {
	margin:20px 0;
}

#respond .comment-reply-title small {
	font-size:12px;
	font-weight:400;
}

#comments,
#reply-title {
	margin:20px 0;
	font-weight:700;
	font-size:28px;
	color:var(--secondary-color);
}

.commentlist {
	margin-left:-2em;
	padding:0;
	text-align:justify;
	line-height:1.5em;
}

.commentlist .comment {
	padding:1.2em 0 0 2em;
}

.commentlist+ .comment {
	padding-top:1.2em;
}

.commentlist .commentlist {
	padding:0;
}

.commentlist .comment-author {
	margin-bottom:.5em;
}

.commentlist .comment-author b {
	font-size:19px;
	line-height:1.5;
	color:var(--secondary-color);
}

.commentlist .comment-content {
	font-family:inherit;
	line-height:1.4;
	color:var(--base-text-color);
	padding-left:67px;
	margin-top:-26px;
}

.commentlist .comment-metadata {
	margin-bottom:2em;
	margin-top:-30px;
	padding-left:67px;
	text-decoration:underline;
}

.commentlist .comment-author img {
	float:left;
	margin:0 1.2em 4px 0;
	width:48px;
	height:48px;
	border-radius:50%;
}

.comment .comment-respond {
	margin-left:20px;
}

.comment-body,
.commentlist #respond {
	margin:0 0 20px;
}

.comment-body .reply {
	padding-bottom:15px;
	font-weight:700;
	font-size:15px;
	line-height:1.4;
	letter-spacing:1px;
	text-transform:uppercase;
	color:var(--secondary-color);
	padding-left:67px;
	margin-top:-5px;
}

.comment-body .reply a {
	color:inherit;
}

.comment-body .reply a:hover {
	opacity:.7;
}

.parent.comment .comment {
	margin-left:30px;
}

.comment-author.vcard {
	margin-bottom:10px;
}

.post .title h3 {
	margin-bottom:1em;
}

.divider {
	height:80px;
}

.wpcf7-not-valid-tip {
	display:block;
	padding-top:5px;
}

.wpcf7-response-output {
	text-align:center;
}

.wpcf7-not-valid-tip,
.wpcf7-validation-errors {
	color:#d93c3c;
}

html div.wpcf7-response-output {
	border:2px solid #398f14;
	padding:5px 15px;
	margin:5px 0;
}

html div.wpcf7-response-output.wpcf7-validation-errors {
	border-color:red;
}

.error input:not([type=submit]) {
	border-color:red!important;
}

.widget .gallery {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	margin:0 -10px;
}

.gallery-item a,
.gallery-item a:focus,
.gallery-item a:hover {
	-webkit-box-shadow:none;
	box-shadow:none;
	background:0 0;
}

.gallery-item a:focus img,
.gallery-item a:hover img {
	-webkit-filter:opacity(60%);
	filter:opacity(60%);
}

.gallery-item img {
	-webkit-transition:-webkit-filter var(--animation-duration) ease-in;
	-o-transition:filter var(--animation-duration) ease-in;
	transition:filter var(--animation-duration) ease-in;
	transition:filter var(--animation-duration) ease-in,-webkit-filter var(--animation-duration) ease-in;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
}

.gallery-item dt {
	float:none;
	padding:0;
}

.comment-form .comment-form-cookies-consent {
	-webkit-box-align:start;
	-ms-flex-align:start;
	align-items:flex-start;
}

.comment-form .comment-form-cookies-consent input[type=checkbox] {
	width:auto;
	margin:4px 10px 0 0;
}

#content {
	padding:40px 0 20px;
	overflow:hidden;
}

#content .content-holder {
	margin:0 267px 0 0;
	padding:0 40px 0 0;
}

#content .row-col,
#content .row-post,
.comment-form .comment-form-cookies-consent {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
}

#content .row-post {
	-webkit-box-align:start;
	-ms-flex-align:start;
	align-items:flex-start;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	margin:0 -20px;
}

#content .row-post .post {
	width:50%;
	margin:0 0 55px;
	padding:0 20px;
}

#content .row-post .post-img {
	margin-bottom:14px;
	overflow:hidden;
}

#content .row-col .post-img a:hover img,
#content .row-post .post-img a:hover img {
	-webkit-transform:scale(1.1);
	-ms-transform:scale(1.1);
	transform:scale(1.1);
}

#content .row-col .post-img img,
#content .row-post .post-img img {
	width:100%;
	-webkit-transform-origin:center bottom;
	-ms-transform-origin:center bottom;
	transform-origin:center bottom;
	-webkit-transition:all .3s ease-in;
	-o-transition:all .3s ease-in;
	transition:all .3s ease-in;
}

#content .row-col {
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-ms-flex-direction:column;
	flex-direction:column;
}

#content .row-col .post {
	margin:0 0 40px;
	width:100%;
}

#content .row-col .post-img {
	margin-bottom:0;
	overflow:hidden;
	margin-right:20px;
	max-width:376px;
	float:left;
}

#content .entry-content strong {
	font-weight:700;
	font-size:21px;
	line-height:1.4;
	color:var(--secondary-color);
	margin-bottom:16px;
	display:inline-block;
}

#content .entry-category {
	font-weight:700;
	font-size:15px;
	line-height:22px;
}

#content .entry-title h1,
#content .entry-title h3 {
	margin-bottom:3px;
}

#content .meta {
	margin-bottom:35px;
	text-transform:uppercase;
	font-family:inherit;
	font-size:13px;
	line-height:18px;
}

#content strong {
	display:inline-block;
}

#sidebar {
	float:right;
	background:#f9f9f9;
	width:267px;
	margin:40px 0 0 40px;
	padding:27px 25px;
}

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

#sidebar .widget:last-child,
#sidebar .widget:last-child ul {
	margin-bottom:0;
}

#sidebar .widget h3 {
	letter-spacing:2px;
	text-transform:uppercase;
	border-bottom:1px solid #dedede;
	font-weight:700;
	padding-bottom:10px;
	margin-bottom:21px;
}

#sidebar .widget ul li {
	font-size:18px;
	line-height:26px;
	padding-left:0;
}

#sidebar .widget ul li a {
	color:#2b2e38;
}

#sidebar .widget ul li a:hover {
	color:#4c5263;
}

#sidebar .widget ul li .date {
	font-family:inherit;
	font-style:normal;
	font-size:15px;
	line-height:21px;
	color:#637b8c;
}

#sidebar .widget ul li .url {
	color:#637b8c;
}

#sidebar .widget_recent_posts ul li a {
	display:block;
}

#sidebar .widget h3,
#sidebar .widget_recent_comments ul li {
	font-size:16px;
	line-height:23px;
}

#sidebar .widget_search input[type=search] {
	width:144px;
}

.block {
	width:100%;
	background:#f9f9f9;
	float:left;
	padding:0 20px;
}

.block form {
	margin:0 -12px;
}

.block #respond {
	width:100%;
	margin:0;
}

.gallery {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	margin:0 -1em;
}

.gallery-item {
	display:inline-block;
	vertical-align:top;
	width:50%;
	max-width:50%;
	margin:0;
	padding:0 1em 2em;
	text-align:left;
}

.gallery-columns-1 .gallery-item {
	width:100%;
	max-width:100%;
}

.gallery-columns-2 .gallery-item {
	max-width:50%;
}

.gallery-caption {
	display:block;
	text-align:left;
	padding:0 10px 0 0;
	margin-bottom:0;
}

.gallery-columns-5 .gallery-caption,
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display:none;
}

.content-area {
	padding-top:20px;
}

.form-allowed-tags code {
	white-space:pre-line;
}

.hentry> img,
.intro_list li {
	margin-bottom:16px;
}

.page-site-header {
	margin-top:40px;
	position:relative;
}

.page-site-header:before {
	content:"";
	display:block;
	width:100%;
	padding-top:50%;
}

.page-site-header img {
	-o-object-fit:cover;
	object-fit:cover;
	max-width:none;
	height:100%;
	width:100%;
	position:absolute;
	top:0;
	left:0;
}

.entry {
	width:100%;
}

html #branda-cookie-notice .cookie-notice-container .branda-cn-container .branda-cn-column:first-child {
	padding-left:5px;
}

html #branda-cookie-notice .cookie-notice-container .branda-cn-container .branda-cn-column:last-child {
	padding-right:5px;
	-ms-flex-negative:0;
	flex-shrink:0;
}

.quiz_holder {
	padding:24px 0;
	border-top:1px solid #282a29;
	border-bottom:1px solid #282a29;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
}

.intro .heading,
.quiz_content p {
	margin-bottom:0;
}

.quiz_content p span {
	font-size:20px;
	color:#282a29;
}

.quiz_content span {
	font-size:18px;
	color:rgba(40,42,41,.8);
}

.intro {
	padding:134px 0 129px;
}

.intro_list {
	max-width:308px;
	margin-left:auto;
	margin-top:-13px;
}

.intro_list li a,
.intro_list li a .ico {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
}

.intro_list li a {
	border:1px solid #282a29;
}

.intro_list li a .ico {
	width:50px;
	height:50px;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	border-right:1px solid #282a29;
}

.intro_list li a span {
	padding:14px 15px;
	-webkit-transition:all var(--animation-duration);
	-o-transition:all var(--animation-duration);
	transition:all var(--animation-duration);
	font-family:"ABC Whyte Mono";
	font-size:16px;
	letter-spacing:.04em;
	text-transform:uppercase;
}

.intro_list li a,
.intro_list li a .ico,
.security-products .grid {
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
}

/* .security-products_holder {
	background:#f7e068;
	padding:70px 110px;
}
 */
.security-products_holder {
	background:#282A29;
	padding:70px 110px;
	color: #fff;
}

.security-products_holder .btn {
	border-color: #fff;
	color: #fff;
}
.security-products_holder .btn:hover {
	background-color: #fff;
	color: #282a29;
}
.security-products_content p {
	margin-bottom:28px;
}

.security-products_content p:last-of-type {
	margin-bottom:38px;
}

.security-products .products-media {
	margin-left:auto;
}

.marketplaces {
	padding:95px 0 55px;
}

.marketplaces h2 {
	margin-bottom:43px;
}

.dimensional-security {
	padding:50px 0;
}

.dimensional-security .grid {
	--grid-gutter:11px;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
}

.dimensional-security_content {
	margin-left:110px;
	max-width:620px;
}

.dimensional-security_content h4 {
	margin-bottom:22px;
}

.dimensional-security_content p {
	margin-bottom:35px;
}

.dimensional-security_content p:last-of-type {
	margin-bottom:40px;
}

.dimensional-security_content .btn-outline {
	width:100%;
}

.dimensional-security_media .image {
	width:314px;
	height:317px;
}

.dimensional-security_media .image img,
.products-media img {
	width:100%;
	height:100%;
	-o-object-fit:cover;
	object-fit:cover;
}

.posts {
	padding:50px 0;
}

.posts_holder {
	background:#fbf5e6;
	padding:101px 109px;
}

.posts_intro {
	text-align:center;
	margin-bottom:65px;
	font-size:18px;
}

.marketplaces-block_content h3,
.posts_intro h4 {
	margin-bottom:14px;
}

.posts_intro p {
	margin-bottom:19px;
}

.posts .grid {
	--grid-gutter:38px;
	margin-top:-38px;
	margin-bottom:-38px;
}

.posts .grid [class*=col] {
	padding-top:38px;
	padding-bottom:38px;
}

.commitment {
	padding:40px 0 96px;
}


.page-template-marketplace .marketplace,
.tax-product_cat .marketplace {
	padding:30px 0 15px;
	background-color: #f8f8f8;
	background-image: url(/wp-content/uploads/2023/04/background-dots.png), linear-gradient(0deg, rgba(255,244,218,1) 0%, rgba(248,248,248,0) 65%);
    background-repeat: no-repeat;
    background-position: 100% -2%;
}

.marketplace .container,
.marketplace .content_saved .ico,
.marketplace .content_saved h4,
.marketplace html #branda-cookie-notice .cookie-notice-container,
html #branda-cookie-notice .marketplace .cookie-notice-container {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
}

.page-template-marketplace .marketplace .container,
.tax-product_cat .marketplace .container {
	flex-direction: column;
}

.tax-product_cat .products.columns-4 {
	display: flex;
    gap: 40px;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-start;
}

.tax-product_cat .savings {
	color: #027f5e;
	font-size: 16px;
	font-weight: 500;
}

.tax-product_cat .regular-price {
	color: #666;
	text-decoration: line-through;
	font-size: 16px;
  }
  .tax-product_cat .product-discount-block {
	margin-bottom: 10px;
  }

  .tax-product_cat .price.price-discount {
	margin-bottom: 0px;
  }

.marketplace .content {
	width:100%;
	max-width: 800px;
	margin: auto;
	padding: 0 25px;
}

.marketplace .content_saved {
	padding:0 0 26px 7px;
}

.marketplace .content_saved h4 {
	font-size:24px;
	margin:0;
}

.marketplace .content_saved .ico {
	width:19px;
	height:24px;
	margin:5px 18px 0 0;
}

.marketplace .content_saved .ico img {
	width:100%;
	height:100%;
}

.marketplace .content .notification {
	margin-bottom:16px;
}

.marketplace .content .subscription {
	margin-bottom:23px;
}

.product-card__badge {
	display: block;
	text-transform: uppercase;
	border-radius: 7px;
	border: solid 1px #f18d18;
	background-color: #ffffff;
	margin: 24px 0;
	text-align: center;
	color: #f18d18;
	font-family: 'ABC Whyte';
	font-size: 14px;
	font-weight: bold;
	padding: 10px 12px;
	line-height: 20px;
  }

  .post-product-card__badges {
	margin-bottom: 16px;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	text-align: center;
	grid-gap: 10px;
  }
  
  .post-product-card__badge img {
	display: block;
	margin: 0 auto 6px;
	width: 40px;
	height: 40px;
  }
  
  .post-product-card__badge label {
	font: 400 10px/14px 'ABC Whyte Mono';
	letter-spacing: 0.04em;
	text-transform: uppercase;
  }


.header-menu-wrapper {
	color:#282a29;
	position:relative;
	padding:30px 0;
	z-index:2;
	background: transparent;
	padding: 15px 0;
}

.marketplace-menu {
	font-weight: bold;
}

.header-menu-wrapper .container,
.header-menu-wrapper html #branda-cookie-notice .cookie-notice-container,
html #branda-cookie-notice .header-menu-wrapper .cookie-notice-container {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	position:relative;
	padding-top: 10px;
	padding-bottom: 10px;
}

.header-menu-wrapper .logo {
	font-size:0;
	line-height:0;
	filter: brightness(0) invert(1);
}

/* Footer New */
.footer-new {
	background-color: #282a29;
	padding: 40px 50px;
	text-align: center;
  }
  
  .footer-new__logo {
	margin-bottom: 40px;
  }
  
  .footer-new__menus {
	display: flex;
	margin-bottom: 32px;
	align-items: center;
	justify-content: center;
  }
  
  .footer-new__menus a {
	margin: 0 16px;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #e3e3e3;
  }
  
  .footer-new__menus a:hover {
	color: #ffffff;
  }
  
  .footer-new__socials {
	display: flex;
	margin-bottom: 32px;
	align-items: center;
	justify-content: center;
  }
  
  .footer-new__social {
	margin: 0 16px;
  }
  
  .footer-new__bottom {
	display: flex;
	align-content: center;
	justify-content: center;
  }
  
  .footer-new__copyright,
  .footer-new__bottom a {
	position: relative;
	font-size: 12px;
	line-height: 17px;
	letter-spacing: 0.04em;
	color: rgba(255, 255, 255, 0.6);
	text-transform: uppercase;
  }
  
  .footer-new__bottom a:hover {
	color: #ffffff;
  }
  
  .footer-new__bottom a:not(:last-child)::after {
	display: inline-block;
	content: '|';
	margin: 0 3px;
  }
  
  @media only screen and (max-width: 768px) {
	.footer-new {
	  padding: 60px 0 50px;
	}
  
	.footer-new__menus {
	  flex-wrap: wrap;
	}
  
	.footer-new__menus a {
	  display: inline-block;
	  margin: 8px 16px;
	}
  
	.footer-new__bottom {
	  flex-wrap: wrap;
	}
  
	.footer-new__copyright {
	  flex-basis: 100%;
	}
  
	.footer-new__copyright .sep {
	  display: none;
	}
  }
  

/* .footer {
	padding-bottom: 50px;
}

.footer_top {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	padding-top: 56px;
	margin-bottom:43px;
	border-top: 1px solid rgba(40, 42, 41, 0.2);
}

.footer_logo {
	font-size:14px;
	margin-right:130px;
	max-width:311px;
}

.footer_logo a {
	max-width:127px;
	display:inline-block;
}

.footer_nav {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	margin:-9px -35px 0;
}

.footer_nav_item {
	padding:0 35px;
}

.footer_nav nav ul {
	padding:0;
	margin:0 0 4px;
}

.footer_nav nav ul li {
	border-bottom:1px solid #282a29;
	min-width:150px;
}

.footer_nav nav ul li a {
	font-size:14px;
	padding:8px 0;
	display:block;
}

.footer_nav nav ul.social li {
	border-bottom:none;
}

.footer_nav nav ul.social li a {
	padding:4px 0;
	color:rgba(40,42,41,.8);
}

.footer_nav nav ul.social li a:hover {
	margin-left:0;
	color:#282a29;
}

.footer_newsletter {
	max-width:420px;
	margin-left:auto;
	font-size:16px;
}

.footer_newsletter p {
	margin-bottom:27px;
}

.footer_newsletter .form-group {
	position: relative;
	font-style: normal;
  }
  
  .footer_newsletter .form-group button {
	text-transform: uppercase;
  }

.footer_copyright {
	font-family:"ABC Whyte Mono";
	font-size:12px;
	letter-spacing:.04em;
	text-transform:uppercase;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
}

.footer_copyright span {
	font-family:"ABC Whyte";
	font-size:16px;
	margin-right:6px;
	margin-top:-2px;
} */

.form-newsletter .form-group,
.products-media {
	position:relative;
}

.form-newsletter .form-group input {
	padding:var(--input-y) calc(100px + var(--input-x)) var(--input-y) var(--input-x);
}

.form-newsletter form {
	position: relative;
	margin: 0 !important;
}
.form-newsletter .gform_footer {
	padding: 0 !important;
	margin: 0 !important;
}

.form-newsletter .gform_footer .gform_button {
	position:absolute;
	margin: 0 !important;
	top:0;
	right:0;
	height:44px;
	min-width:100px;
	text-transform:uppercase;
}
@media only screen and (max-width: 641px) {
	.form-newsletter .gform_footer .gform_button {
		height: 48px
	}
}

.form-newsletter .form-group button {
	position:absolute;
	top:0;
	right:0;
	min-width:100px;
	text-transform:uppercase;
}

.form-newsletter .form-error-message {
	display:none;
	padding:4px 0 0;
	font-size:14px;
	line-height:1.2;
	color:#da5039;
}

.form-newsletter .form-error-message p,
.sidebar-nav ul {
	margin:0;
}

.form-newsletter._error .form-error-message {
	display:block;
}

.products-media {
	width:420px;
	height:487px;
}

.products-media .overlay {
	background-color:#282a29;
	font-family:"ABC Whyte Mono";
	font-size:14px;
	letter-spacing:.04em;
	text-transform:uppercase;
	color:#fbf5e6;
	max-width:336px;
	position:absolute;
	bottom:25px;
	right:-21px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	padding:9px 16px;
}

.products-media .overlay:hover {
	right:-40px;
}

.products-media .overlay img {
	width:16px;
}

.marketplaces-block {
	padding:63px 0 90px;
	border-bottom:1px solid #282a29;
	position:relative;
}

.marketplaces-block:after {
	position:absolute;
	content:"";
	width:100vw;
	height:1px;
	background:#282a29;
	bottom:0;
	left:calc(var(--gutter)*-1);
}

.marketplaces-block:first-child {
	border-top:1px solid #282a29;
}

.marketplaces-block:first-child:before {
	position:absolute;
	content:"";
	width:100vw;
	height:1px;
	background:#282a29;
	top:0;
	left:calc(var(--gutter)*-1);
}

.marketplaces-block:nth-child(even) .marketplaces-block_holder {
	-webkit-box-orient:horizontal;
	-webkit-box-direction:reverse;
	-ms-flex-direction:row-reverse;
	flex-direction:row-reverse;
	padding-left:0;
	padding-right:120px;
}
.marketplaces-block._left_align .marketplaces-block_holder {
	flex-direction: row-reverse;
}

.marketplaces-block_holder {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	margin:0 -65px;
	padding-left:110px;
}

.marketplaces-block_pagination {
	font-family:"ABC Whyte Mono";
	font-size:16px;
	letter-spacing:.04em;
	text-transform:uppercase;
	margin-bottom:70px;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
}

.marketplaces-block_content .curated-by,
.marketplaces-block_pagination,
.marketplaces-block_pagination .ico {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
}

.marketplaces-block_pagination .ico {
	width:40px;
	height:40px;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	border:1px solid #282a29;
	margin-right:16px;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
}

.marketplaces-block_content,
.marketplaces-block_media {
	padding:0 65px;
}

.marketplaces-block_content {
	max-width:650px;
}

.marketplaces-block_content .curated-by {
	margin-bottom:45px;
}

.marketplaces-block_content .curated-by .ico {
	width:40px;
	height:40px;
	overflow:hidden;
	flex-shrink: 0;
}

.marketplaces-block_content .curated-by .ico img {
	width:100%;
	height:100%;
	-o-object-fit:cover;
	object-fit:cover;
	border-radius:50%;
}

.marketplaces-block_content .curated-by_info {
	font-size:16px;
	margin-left:15px;
}

.marketplaces-block_content .curated-by_info p {
	margin-bottom:0;
}

.marketplaces-block_content .curated-by_info span {
	font-size:12px;
	letter-spacing:.04em;
	text-transform:uppercase;
	font-family:"ABC Whyte Mono";
}

.marketplaces-block_content p {
	margin-bottom:50px;
}

.marketplaces-block_content .btn-shadow {
	margin-bottom:43px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	max-width:-webkit-max-content;
	max-width:-moz-max-content;
	max-width:max-content;
	min-height:39px;
	min-width:222px;
	padding:10px 16px 8px;
}

.marketplaces-block_content .btn-shadow img {
	margin-left:11px;
}

.marketplaces-block_content .solutions {
	max-width:450px;
}

.marketplaces-block_content .solutions span {
	letter-spacing:.04em;
	color:rgba(40,42,41,.8);
	display:inline-block;
	margin-bottom:16px;
}

.learn-more,
.marketplaces-block_content .solutions ul {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
}

.marketplaces-block_content .solutions ul {
	padding:0;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	margin:-4px;
}

.marketplaces-block_content .solutions ul li {
	padding:4px;
}

.marketplaces-block_content .solutions ul li a {
	letter-spacing:.04em;
	padding:8px 16px;
	background:rgba(40,42,41,.06);
	display:inline-block;
}

.marketplaces-block_content .solutions ul li a:hover {
	background:rgba(40,42,41,.16);
}

.marketplaces-block_media .circle-grainet {
	position:relative;
	width:530px;
	height:530px;
	background:-webkit-gradient(linear,left top,left bottom,from(rgba(40,42,41,.1)),to(rgba(40,42,41,0)));
	background:-o-linear-gradient(top,rgba(40,42,41,.1) 0,rgba(40,42,41,0) 100%);
	background:linear-gradient(180deg,rgba(40,42,41,.1) 0,rgba(40,42,41,0) 100%);
	border-radius:50%;
}

.marketplaces-block_media .circle-grainet._yellow {
	background:-webkit-gradient(linear,left top,left bottom,from(rgba(240,195,50,.1)),to(rgba(240,195,50,0)));
	background:-o-linear-gradient(top,rgba(240,195,50,.1) 0,rgba(240,195,50,0) 100%);
	background:linear-gradient(180deg,rgba(240,195,50,.1) 0,rgba(240,195,50,0) 100%);
}

.marketplaces-block_media .circle-grainet._orange {
	background:-webkit-gradient(linear,left top,left bottom,from(rgba(248,154,44,.1)),to(rgba(248,154,44,0)));
	background:-o-linear-gradient(top,rgba(248,154,44,.1) 0,rgba(248,154,44,0) 100%);
	background:linear-gradient(180deg,rgba(248,154,44,.1) 0,rgba(248,154,44,0) 100%);
}

.marketplaces-block_media .circle-grainet._red {
	background:-webkit-gradient(linear,left top,left bottom,from(rgba(218,80,57,.1)),to(rgba(218,80,57,0)));
	background:-o-linear-gradient(top,rgba(218,80,57,.1) 0,rgba(218,80,57,0) 100%);
	background:linear-gradient(180deg,rgba(218,80,57,.1) 0,rgba(218,80,57,0) 100%);
}

.marketplaces-block_media .figure {
	position:absolute;
	z-index:1;
	background:0 0;
}

.marketplaces-block_media .figure._square {
	width:330px;
	height:330px;
	border:2px solid #f0c332;
	top:29px;
	left:30px;
}

.marketplaces-block_media .figure._triangle {
	height:431px;
	width:374px;
	border-left:2px solid #f89a2c;
	top:-10px;
	left:50%;
	-webkit-transform:translateX(-50%) rotate(-90deg);
	-ms-transform:translateX(-50%) rotate(-90deg);
	transform:translateX(-50%) rotate(-90deg);
}

.marketplaces-block_media .figure._triangle::after,
.marketplaces-block_media .figure._triangle::before {
	content:"";
	position:absolute;
	height:2px;
	background:#f89a2c;
	-webkit-transform-origin:0 0;
	-ms-transform-origin:0 0;
	transform-origin:0 0;
	width:429px;
}

.marketplaces-block_media .figure._triangle::before {
	top:0;
	left:0;
	right:3px;
	-webkit-transform:rotate(30deg);
	-ms-transform:rotate(30deg);
	transform:rotate(30deg);
}

.marketplaces-block_media .figure._triangle::after {
	bottom:0;
	right:5px;
	left:-2.5px;
	-webkit-transform:rotate(-30deg);
	-ms-transform:rotate(-30deg);
	transform:rotate(-30deg);
}

.marketplaces-block_media .figure._circle,
.marketplaces-block_media .image {
	top:50%;
	left:50%;
	-webkit-transform:translateX(-50%) translateY(-50%);
	-ms-transform:translateX(-50%) translateY(-50%);
	transform:translateX(-50%) translateY(-50%);
}

.marketplaces-block_media .figure._circle {
	width:377px;
	height:377px;
	border:2px solid #da5039;
	border-radius:50%;
}

.marketplaces-block_media .image {
	position:absolute;
	width:420px;
	height:420px;
	overflow:hidden;
}

.marketplaces-block_media .image img {
	border-radius:50%;
	width:100%;
	height:100%;
	-o-object-fit:cover;
	object-fit:cover;
}

.learn-more {
	font-family:"ABC Whyte Mono";
	font-size:16px;
	letter-spacing:.04em;
	text-transform:uppercase;
	max-width:-webkit-max-content;
	max-width:-moz-max-content;
	max-width:max-content;
}

.learn-more:hover img,
.popup .product-info .description .highlights a:hover img,
.product-card_top .more img {
	margin-left:12px;
}

.learn-more img,
.popup .product-info .description .highlights a img {
	margin-left:8px;
	-webkit-transition:all var(--animation-duration);
	-o-transition:all var(--animation-duration);
	transition:all var(--animation-duration);
}

.post-block {
	background:#fff;
	border:1px solid #282a29;
}

.post-block_img {
	border-bottom:1px solid #282a29;
	height:221px;
}

.post-block_img img {
	width:100%;
	height:100%;
	-o-object-fit:cover;
	object-fit:cover;
}

.post-block_content {
	padding:21px 16px 26px;
}

.post-block_content .tags,
.saved-block a {
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
}

.post-block_content .tags {
	padding:0;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	margin:0 -8px 16px;
}

.post-block_content .tags li {
	padding:0 8px;
}

.commitment-block span,
.marketplaces-block_content .solutions span,
.marketplaces-block_content .solutions ul li a,
.post-block_content .tags li a {
	font-size:14px;
	text-transform:uppercase;
	font-family:"ABC Whyte Mono";
}

.post-block_content .tags li a {
	letter-spacing:.02em;
	padding:1px 4px;
	max-width:-webkit-max-content;
	max-width:-moz-max-content;
	max-width:max-content;
}

.post-block_content .tags li._yellow a {
	border:1px solid #f0c332;
	background:#f0c332;
}

.post-block_content .tags li._orange a {
	border:1px solid #f89a2c;
	background:#f89a2c;
}

.post-block_content .tags li._red a {
	border:1px solid #da5039;
	background:#da5039;
	color:#fbf5e6;
}

.post-block_content .tags li._red a:hover {
	background:0 0;
	color:#282a29;
}

.post-block_content a:hover {
	opacity:.7;
}

.commitment-block {
	padding:36px 45px 48px 40px;
	max-width:862px;
	margin:0 auto;
	background:#fff;
	border:1px solid #282a29;
	-webkit-box-shadow:8px 8px 0 #282a29;
	box-shadow:8px 8px 0 #282a29;
	font-size:18px;
	line-height:1.45;
}

.commitment-block span {
	display:inline-block;
	line-height:20px;
	letter-spacing:.04em;
	margin-bottom:4px;
}

.commitment-block h4,
.sidebar-nav span {
	margin-bottom:15px;
	font-weight: bold;
}

.commitment-block p {
	margin-bottom:24px;
}

.saved-block {
	border:1px solid rgba(40,42,41,.3);
	margin:0 0 16px;
	font-size:16px;
}

.saved-block a {
	margin:15px;
	padding:9px 13px;
}

.saved-block a:hover,
.sidebar-nav-block a:hover {
	background:rgba(40,42,41,.05);
}

.saved-block a .ico {
	margin-right:13px;
}

.saved-block a,
.saved-block a .ico,
.saved-block._saved .ico-saved {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
}

.saved-block a .ico-saved,
.saved-block._saved .ico-unsaved {
	display:none;
}

.sidebar-nav {
	border:1px solid rgba(40,42,41,.2);
	padding:13px 15px 7px;
}

.sidebar-nav span {
	font-family:"ABC Whyte Mono";
	font-size:12px;
	letter-spacing:.04em;
	text-transform:uppercase;
	color:#282a29;
	display:inline-block;
}

.sidebar-nav-block {
	margin-bottom:17px;
}

.sidebar-nav-block a,
.sidebar-nav-block ul li a {
	font-family:"ABC Whyte";
	font-style:normal;
	font-weight:400;
	color:#282a29;
}

.sidebar-nav-block a {
	font-size:16px;
	margin-bottom:4px;
	display:block;
	padding:8px 16px;
}

.sidebar-nav-block ul {
	padding:0 12px;
}

.sidebar-nav-block ul li a {
	display: flex;
	font-size:14px;
	line-height:1.428;
	margin-bottom:0;
	padding:6px 17px;
	background:0 0;
	align-items: center;
}
.sidebar-nav-block ul li a img {
	margin-right: 10px;
}

.notification,
.sidebar-nav-block._active .sidebar-nav-block_main {
	background:rgba(40,42,41,.05);
}

.notification {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	-webkit-box-align:start;
	-ms-flex-align:start;
	align-items:flex-start;
	padding:15px 24px 18px;
}

.notification_content {
	font-size:16px;
	max-width:830px;
	padding-right:20px;
}

.notification_content h5 {
	font-size:20px;
	margin-bottom:11px;
}

.notification_content p:last-child {
	margin-bottom:0;
}

.notification_btn a {
	border-color:transparent;
	padding:9px 15px;
	font-size:14px;
}

.subscription {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:start;
	-ms-flex-align:start;
	align-items:flex-start;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	background:#fbf5e6;
	width:100%;
	padding:16px 24px;
}

.subscription h5 {
	font-size:18px;
	margin:5px 20px 0 0;
}
/* 
.subscription .form-newsletter {
	margin:0;
	min-width:360px;
	max-width:360px;
}

.subscription .form-newsletter .form-group input {
	min-height:37px;
	width:100%;
	padding:5px 80px 5px 15px;
	background:0 0;
	font-size:14px;
	letter-spacing:.02em;
	color:#282a29;
}

.subscription .form-newsletter .form-group input::-webkit-input-placeholder {
	color:#282a29;
	opacity:.8;
}

.subscription .form-newsletter .form-group input:-moz-placeholder {
	color:#282a29;
	opacity:.8;
}

.subscription .form-newsletter .form-group input::-moz-placeholder {
	color:#282a29;
	opacity:.8;
}

.subscription .form-newsletter .form-group input:-ms-input-placeholder {
	color:#282a29;
	opacity:.8;
}

.quiz-mini .form-newsletter .form-group button,
.subscription .form-newsletter .form-group button {
	width:68px;
	height:auto;
	min-width:0;
	padding:10px;
	font-size:14px;
	background:0 0;
	border-width:0 0 0 1px;
	color:#282a29;
}

.subscription .form-newsletter .form-group button:hover {
	background:#282a29;
	color:#fff;
} */

.popup .product-info .description .details ul,
.products-list {
	margin-bottom:23px;
}

.popup .product-info .description .intro-block p:last-child,
.products-list:last-child {
	margin-bottom:0;
}

.popup .product-info .description .details h6,
.popup .product-info .description .highlights h6,
.products-list_heading {
	font-size:20px;
	margin-bottom:20px;
}

.products-list_notification {
	max-width:380px;
	margin:0 auto;
	font-size:14px;
	text-align:center;
	color:rgba(40,42,41,.6);
	padding-top:105px;
}

.products-list_notification p {
	margin-bottom:8px;
}

.products-list_notification p span {
	font-size:18px;
	text-align:center;
	color:rgba(40,42,41,.8);
}

.products-list_grid {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-box-align:stretch;
	-ms-flex-align:stretch;
	align-items:stretch;
	margin:-7px;
}

.page-template-marketplace .products-list_item,
.tax-product_cat .products-list_item  {
	width: 100%;
	padding: 0 10% !important;
  }

  .products-list_item {
	margin-bottom: 40px;
  }

  .products-list_item .title-block,
.products-list_item {
  text-align: left;
}

.product-card .price {
	margin-bottom: 10px;
	font-size: 32px;
	line-height: 40px;
	text-align: left;
  }
  
  .product-card .price small {
	font-size: 18px;
	line-height: 26px;
  }
  
  @media only screen and (max-width: 767px) {
	.product-card .price {
	  font-size: 30px;
	  line-height: 44px;
	}
  
	.product-card .price small {
	  font-size: 16px;
	  line-height: 24px;
	}

	.tax-product_cat .products-list_item  {
		padding: unset !important;
	  }

	  .tax-product_cat .products.columns-3 {
		gap: 0px;
	  }
  }

.product-card .title-block {
	margin-bottom: 8px;
  }

  .product-card .title-block_name {
	margin: 0;
	font-size: 24px;
	line-height: 30px;
	display: inline-block;
	font-weight: bold;
	text-decoration: none;
  }

  .products-list_holder {
	display: flex;
	gap: 40px;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-around;
	align-items: flex-start;
  }

.product-card {
	background:#fff;
	padding: 24px;
	border-radius: 12px;
	box-shadow: 0 24px 32px 0 rgba(0, 0, 0, 0.12);
	border: none;
	width:100%;
	height:100%;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-ms-flex-direction:column;
	flex-direction:column;
	cursor: pointer;
}

.product-card:hover {
	border-color:rgba(40,42,41,.6);
}

.product-card:hover .more,
.product-card_top .more:hover {
	color:rgba(40,42,41,.8);
}

.product-card_main {
	display:block;
}

.product-card_top {
	margin-bottom:17px;
}

.product-card_top .more {
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	max-width:-webkit-max-content;
	max-width:-moz-max-content;
	max-width:max-content;
	margin-left:auto;
	margin-right:7px;
	font-family:"ABC Whyte Mono";
	font-size:12px;
	line-height:1.2;
	text-transform:uppercase;
	letter-spacing:.5px;
	color:rgba(40,42,41,.6);
}

.product-card_image {
	height:256px;
	overflow:hidden;
	display:block;
	margin-bottom: 24px;
}

.product-card_image img {
	width:100%;
	height:100%;
	-o-object-fit:contain;
	object-fit:contain;
}

.product-card_content,
.product-card_top .more {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
}

.product-card_content {
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-ms-flex-direction:column;
	flex-direction:column;
	flex-grow: 1;
}

.product-card_content .title-block {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	margin-bottom:10px;
}

.product-card_content .title-block_name {
	font-size:24px;
	line-height:1.25;
	margin-bottom:0;
}

.product-card_content .title-block_ico {
	margin:5px 5px 0 0;
	min-width:14px;
	height:18px;
	display:block;
	content:"";
	background:url(images/ico/ico-save-sprite.svg) no-repeat;
	background-size:54px 18px;
	background-position:-40px 0;
}

.product-card_content .title-block_ico:hover {
	background-position:-20px 0;
}

.product-card_content .title-block_ico._saved {
	background-position:0 0;
}

.product-card_content .price-block {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	margin-bottom:11px;
}

.product-card_content .price-block .price {
	font-size:18px;
}
.product-card_content .price-block .price small {
	text-transform: capitalize;
}

.product-card_content .price-block .sale {
	font-size:11px;
	letter-spacing:.04em;
	text-transform:uppercase;
	color:#282a29;
	padding:3px 5px;
	background:#f0eb01;
	margin-left:8px;
}

.product-card_content .info-block {
	display:inline-block;
	margin:0 -10px 26px;
	line-height:1.2;
	max-width:350px;
}

.product-card_content .info-block li,
.product-card_content .info-block p {
	font-size:14px;
	color:#000;
	opacity:.7;
	display:inline-block;
	position:relative;
	padding:0 10px;
}

.product-card_content .info-block li:after {
	position:absolute;
	content:"";
	top:7px;
	right:-4px;
	background:#000;
	width:5px;
	height:5px;
	border-radius:50%;
}

.product-card_content .info-block li:nth-child(even):after {
	display:none;
}

.product-card_content .info-block li:last-child:after,
.quiz-mini .sub-title span:last-child:after {
	display:none;
}

.product-card_btn {
	margin-top:auto;
}

.product-card_btn a {
	width:100%;
	font-size: 16px;
	border-radius: 7px;
	border: solid 1px #f0c332;
	background-color: #f18d18;
	line-height: 1.88;
	letter-spacing: 0.64px;
	font-family: "ABC Whyte";
	color: #ffff;
	font-weight: bold;
}

.product-card_btn a:hover {
	background-color: #f0c332;
	color: #000000;
	border: solid 1px #f0c332;
  }

  .product-card__desc,
.product-card__desc p,
.product-card__desc ul li {
  font-size: 16px;
  line-height: 24px;
  color: rgba(40, 42, 41, 0.8);
}

.product-card__desc p {
  margin-bottom: 1em;
}

.product-card__desc h5 {
  margin-bottom: 10px;
  font: 400 14px/21px 'ABC Whyte';
  text-transform: uppercase;
  line-height: 1.5;
  letter-spacing: 0.56px;
  font-weight: bold;
  text-align: center;
  color: #282a29;
}

.product-card__desc ul {
  margin-bottom: 24px !important;
  padding-left: 20px !important;
  list-style: disc !important;
}

.product-card__desc ul li {
  list-style: disc !important;
}

.navigation-panel {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	margin-bottom:30px;
	padding:0 8px;
}

.navigation-panel,
.navigation-panel_heading,
.navigation-panel_list {
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
}

.navigation-panel_heading {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
}

.navigation-panel_heading img {
	max-width:17px;
	margin-right:18px;
}

.navigation-panel_heading h3 {
	font-size:24px;
	margin-bottom:0;
}

.navigation-panel_list {
	margin:-4px -12px 4px;
}

.navigation-panel_list li {
	margin:0 12px;
}

.navigation-panel_list li a {
	font-family:"ABC Whyte Mono";
	font-weight:400;
	font-size:14px;
	letter-spacing:.04em;
	text-transform:uppercase;
	color:rgba(40,42,41,.8);
	position:relative;
}

.navigation-panel_list li a:after {
	position:absolute;
	content:"";
	bottom:-5px;
	left:50%;
	width:0;
	height:1px;
	-webkit-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	transform:translateX(-50%);
	background:#282a29;
	-webkit-transition:all var(--animation-duration);
	-o-transition:all var(--animation-duration);
	transition:all var(--animation-duration);
}

.navigation-panel_list li a:hover,
.navigation-panel_list li.active a {
	color:#282a29;
}

.navigation-panel_list li.active a:after,
.popup .product-info .description-nav li.active a:after {
	width:100%;
}

.navigation-panel._recommended {
	margin-bottom:32px;
}

.info-bar,
.navigation-panel_list,
.quiz-mini .sub-title {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
}

.info-bar {
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	text-align:center;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	padding:12px 16px;
	background:rgba(40,42,41,.03);
	font-size:16px;
	color:#282a29;
	min-height:50px;
	margin:0 0 45px;
}

.info-bar img {
	margin-right:16px;
}

.info-bar p {
	margin-bottom:0;
}

.quiz-mini {
	background:#fbf5e6;
	padding:25px 32px;
	margin-bottom:26px;
}

.quiz-mini .sub-title {
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	font-size:14px;
	line-height:1.2;
	color:rgba(40,42,41,.7);
	margin-bottom:14px;
	align-items: flex-start;
}

.quiz-mini .sub-title span {
	position:relative;
	margin:0 11px 3px 0;
}

.quiz-mini .sub-title .quiz-mini_category::after {
	position:absolute;
	top:5px;
	right:-6px;
	z-index:2;
	content:"";
	width:1px;
	height:12px;
	background:rgba(40,42,41,.7);
}

.quiz-mini .text {
	font-size:20px;
	margin-bottom:18px;
}

.quiz-mini .text .ico-info {
	display:inline-block;
	vertical-align:middle;
	margin:-3px 0 -3px 12px;
	min-width:24px;
}

.quiz-mini .options {
	padding:0 4px 8px;
}

.quiz-mini .options_holder {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	margin:0 -4px;
}

.quiz-mini .options a {
	font-size:16px;
	padding:6px 24px 8px;
	background:rgba(255,255,255,.8);
	border:1px solid #282a29;
	border-radius:100px;
	display:block;
	text-align:center;
}

.quiz-mini .options a:hover {
	background:#f7e068;
}

/* .quiz-mini .form-newsletter .form-group button:hover,
.quiz-mini .options.chosen a {
	background:#282a29;
	color:#fff;
}

.quiz-mini .form-newsletter {
	margin:0;
	min-width:360px;
	max-width:360px;
}

.quiz-mini .form-newsletter p {
	margin-bottom:20px;
}

.quiz-mini .form-newsletter .form-group input {
	min-height:37px;
	width:100%;
	height:auto;
	padding:5px 80px 5px 15px;
	margin:0;
	background:0 0;
	font-size:14px;
	letter-spacing:.02em;
	color:#282a29;
}

.quiz-mini .form-newsletter .form-group input::-webkit-input-placeholder {
	color:#282a29;
	opacity:.8;
}

.quiz-mini .form-newsletter .form-group input:-moz-placeholder {
	color:#282a29;
	opacity:.8;
}

.quiz-mini .form-newsletter .form-group input::-moz-placeholder {
	color:#282a29;
	opacity:.8;
}

.quiz-mini .form-newsletter .form-group input:-ms-input-placeholder {
	color:#282a29;
	opacity:.8;
}

.quiz-mini .notification {
	padding:16px;
} */

.popup,
.popup-nav,
.quiz-mini_bottom {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
}

.quiz-mini_bottom {
	border-top:1px solid rgba(40,42,41,.2);
	padding-top:15px;
	margin-top:15px;
	margin-bottom:-10px;
	-webkit-box-pack:end;
	-ms-flex-pack:end;
	justify-content:flex-end;
}

.quiz-mini_bottom .btn,
.quiz-mini_bottom .forminator-button-submit {
	font-size:14px;
}

.popup,
.popup-nav {
	width:100%;
}

.popup {
	height:100%;
}

.popup-nav {
	position:absolute;
	padding:29px 32px;
	-webkit-box-pack:end;
	-ms-flex-pack:end;
	justify-content:flex-end;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	background:#fff;
	z-index:2;
}

.popup-nav .close {
	position:relative;
	cursor:pointer;
	margin-left:36px;
	max-width:24px;
}

.popup_holder,
.popup_holder.show {
	-webkit-transition:opacity .2s 0s ease-in-out;
	-o-transition:opacity .2s 0s ease-in-out;
	transition:opacity .2s 0s ease-in-out;
}

.popup_holder {
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	width:100%;
	height:100%;
	z-index:12;
	background-color:#fff;
	opacity:0;
	pointer-events:none;
}

.popup_holder.show {
	opacity:1;
	pointer-events:auto;
}

.popup_item {
	width:50%;
	height:100%;
	position:relative;
}

.popup .view-more,
.popup .view-more .arrow {
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
}

.popup .view-more {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:center;
}

.popup .view-more span {
	font-family:"ABC Whyte Mono";
	font-size:12px;
	letter-spacing:.04em;
	text-transform:uppercase;
	color:rgba(40,42,41,.8);
	display:inline-block;
	margin:0 12px;
}

.popup .view-more .arrow {
	width:32px;
	height:32px;
	background:rgba(40,42,41,.05);
	border-radius:4px;
}

.popup .view-more .arrow:hover {
	background:rgba(40,42,41,.15);
}

.popup .product-slider {
	margin-bottom:32px;
}

.popup .product-slider_holder,
.popup .product-slider_img,
.popup .view-more .arrow {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
}

.popup .product-slider_holder {
	background:#f2ab70;
	height:100%;
	overflow:auto;
	padding:50px;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-ms-flex-direction:column;
	flex-direction:column;
}

.popup .product-slider_img {
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	min-height:486px;
	max-height:468px;
	max-width:439px;
	margin:0 auto;
}

.popup .product-slider-nav {
	max-width:460px;
	min-width:460px;
	margin:0 auto;
}

.popup .product-slider-nav .slick-list {
	padding:0!important;
}

.popup .product-slider-nav .slick-list .slick-track {
	width:100%!important;
	-webkit-transform:translate3d(0,0,0)!important;
	transform:translate3d(0,0,0)!important;
}

.popup .product-slider-nav .slick-slide,
.popup .product-slider-nav_img {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
}

.popup .product-slider-nav .slick-slide.slick-current .product-slider-nav_img {
	border:1px solid #282a29;
}

.popup .product-slider-nav_img {
	width:100px;
	height:100px;
	overflow:hidden;
	background:rgba(255,255,255,.2);
	border:1px solid rgba(255,255,255,.2);
	cursor:pointer;
}

.popup .product-slider-nav_img img {
	width:70%;
	height:70%;
	-o-object-fit:cover;
	object-fit:cover;
}

.popup .product-info {
	padding:125px 55px 50px;
	height:100%;
	overflow:auto;
}

.popup .product-info .heading {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
}

.popup .product-info .heading_subtitle {
	display:block;
	font-family:"ABC Whyte Mono";
	font-size:14px;
	letter-spacing:.04em;
	text-transform:uppercase;
	margin-bottom:4px;
}

.popup .product-info .heading_title {
	font-size:24px;
	margin-bottom:8px;
}

.popup .product-info .heading_price {
	font-size:20px;
	margin-bottom:25px;
	font-family:"ABC Whyte";
}

.popup .product-info .heading_ico {
	margin:2px 5px 0 0;
	min-width:14px;
	height:18px;
	display:block;
	content:"";
	background:url(images/ico/ico-save-sprite.svg) no-repeat;
	background-size:54px 18px;
	background-position:-40px 0;
	-webkit-transition:none;
	-o-transition:none;
	transition:none;
}

.popup .product-info .heading_ico:hover {
	background-position:-20px 0;
}

.popup .product-info .heading_ico._saved {
	background-position:0 0;
}

.popup .product-info .description-nav {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	margin:-4px -5px 28px;
}

.popup .product-info .description-nav li {
	padding:4px 12px;
}

.popup .product-info .description-nav li a {
	font-size:14px;
	letter-spacing:.04em;
	text-transform:uppercase;
	position:relative;
	padding:8px 0;
}

.popup .product-info .description-nav li a:after {
	position:absolute;
	content:"";
	bottom:0;
	left:50%;
	-webkit-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	transform:translateX(-50%);
	width:0;
	height:1px;
	background:#282a29;
}

.popup .product-info .description .intro-block {
	font-size:16px;
	background:#fbf5e6;
	padding:16px;
	margin-bottom:24px;
	color: #282A29;
}

.popup .product-info .description .details {
	font-size:18px;
}

.popup .product-info .description .details p {
	margin-bottom:18px;
}

.popup .product-info .description .details ul li {
	font-size:16px;
	position:relative;
	padding-left:25px;
	margin-bottom:5px;
}

.popup .product-info .description .details ul li:after {
	position:absolute;
	content:"";
	top:50%;
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
	left:9px;
	width:6px;
	height:6px;
	background:#282a29;
	border-radius:50%;
}

.popup .product-info .description .highlights {
	padding-bottom:32px;
	margin-bottom:24px;
	border-bottom:1px solid #282a29;
}

.popup .product-info .description .highlights a,
.popup .product-info .description .highlights-video {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
}

.popup .product-info .description .highlights-video {
	position: relative;
	width:100%;
	height: 0;
	padding-top: min(284px, 56.25%);
	max-width: 505px;
	margin-bottom:24px;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	background: #f3f3f3;
}

.popup .product-info .description .highlights-video_container {
	width:100%;
	height:100%;
	margin:0 auto;
	position:relative;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-ms-flex-direction:column;
	flex-direction:column;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
}

.popup .product-info .description .highlights-video iframe,
.popup .product-info .description .highlights-video video {
	position: absolute;
	top: 0;
	left: 0;
	width:100%;
	height:100%;
/* 	-o-object-fit:cover;
	object-fit:cover; */
	cursor:pointer;
	border:0;
}

.popup .product-info .description .highlights-video_container .poster {
	background:#f3f3f3;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
}

.popup .product-info .description .highlights-video_container .play-button-wrapper {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	width:100%;
	height:auto;
	pointer-events:none;
}

.popup .product-info .description .highlights-video_container .play-button-wrapper #circle-play-b {
	cursor:pointer;
	pointer-events:auto;
}

.popup .product-info .description .highlights a {
	font-family:"ABC Whyte Mono";
	font-size:14px;
	letter-spacing:.04em;
	text-transform:uppercase;
}

.popup .product-info .description .save-or-buy {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
}

.popup .product-info .description .save-or-buy .btn,
.popup .product-info .description .save-or-buy .forminator-button-submit {
	width:47%;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	padding:9px 15px 7px;
	font-size:14px;
}

.popup .product-info .description .save-or-buy .btn svg,
.popup .product-info .description .save-or-buy .forminator-button-submit svg {
	max-width:12px;
	margin-right:12px;
}

.popup .product-info .description .save-or-buy .btn svg path,
.popup .product-info .description .save-or-buy .forminator-button-submit svg path {
	-webkit-transition:all var(--animation-duration) var(--animation-timing-function);
	-o-transition:all var(--animation-duration) var(--animation-timing-function);
	transition:all var(--animation-duration) var(--animation-timing-function);
}

.popup .product-info .description .save-or-buy .btn:hover svg path,
.popup .product-info .description .save-or-buy .forminator-button-submit:hover svg path {
	fill:#fff;
}

@media (min-width:480px) {
	.grid .col-xs-1,
	.grid .col-xs-2 {
		-webkit-box-flex:0;
		-ms-flex:0 0 8.33333%;
		flex:0 0 8.33333%;
		max-width:8.33333%;
	}

	.grid .col-xs-2 {
		-ms-flex:0 0 16.66667%;
		flex:0 0 16.66667%;
		max-width:16.66667%;
	}

	.grid .col-xs-3,
	.grid .col-xs-4 {
		-webkit-box-flex:0;
		-ms-flex:0 0 25%;
		flex:0 0 25%;
		max-width:25%;
	}

	.grid .col-xs-4 {
		-ms-flex:0 0 33.33333%;
		flex:0 0 33.33333%;
		max-width:33.33333%;
	}

	.grid .col-xs-5,
	.grid .col-xs-6 {
		-webkit-box-flex:0;
		-ms-flex:0 0 41.66667%;
		flex:0 0 41.66667%;
		max-width:41.66667%;
	}

	.grid .col-xs-6 {
		-ms-flex:0 0 50%;
		flex:0 0 50%;
		max-width:50%;
	}

	.grid .col-xs-7,
	.grid .col-xs-8 {
		-webkit-box-flex:0;
		-ms-flex:0 0 58.33333%;
		flex:0 0 58.33333%;
		max-width:58.33333%;
	}

	.grid .col-xs-8 {
		-ms-flex:0 0 66.66667%;
		flex:0 0 66.66667%;
		max-width:66.66667%;
	}

	.grid .col-xs-10,
	.grid .col-xs-9 {
		-webkit-box-flex:0;
		-ms-flex:0 0 75%;
		flex:0 0 75%;
		max-width:75%;
	}

	.grid .col-xs-10 {
		-ms-flex:0 0 83.33333%;
		flex:0 0 83.33333%;
		max-width:83.33333%;
	}

	.grid .col-xs-11,
	.grid .col-xs-12 {
		-webkit-box-flex:0;
		-ms-flex:0 0 91.66667%;
		flex:0 0 91.66667%;
		max-width:91.66667%;
	}

	.grid .col-xs-12 {
		-ms-flex:0 0 100%;
		flex:0 0 100%;
		max-width:100%;
	}
}

@media (min-width:30em) {
	.gallery {
		margin:0 -.5em;
	}

	.gallery-item {
		padding:0 .5em 1.8em;
		max-width:25%;
	}

	.gallery-columns-1 .gallery-item {
		max-width:100%;
	}

	.gallery-columns-2 .gallery-item {
		max-width:50%;
	}

	.gallery-columns-3 .gallery-item {
		max-width:33.333%;
	}

	.gallery-columns-4 .gallery-item {
		max-width:25%;
	}
}

@media (min-width:667px) {
	.grid .col-sm-1,
	.grid .col-sm-2 {
		-webkit-box-flex:0;
		-ms-flex:0 0 8.33333%;
		flex:0 0 8.33333%;
		max-width:8.33333%;
	}

	.grid .col-sm-2 {
		-ms-flex:0 0 16.66667%;
		flex:0 0 16.66667%;
		max-width:16.66667%;
	}

	.grid .col-sm-3,
	.grid .col-sm-4 {
		-webkit-box-flex:0;
		-ms-flex:0 0 25%;
		flex:0 0 25%;
		max-width:25%;
	}

	.grid .col-sm-4 {
		-ms-flex:0 0 33.33333%;
		flex:0 0 33.33333%;
		max-width:33.33333%;
	}

	.grid .col-sm-5,
	.grid .col-sm-6 {
		-webkit-box-flex:0;
		-ms-flex:0 0 41.66667%;
		flex:0 0 41.66667%;
		max-width:41.66667%;
	}

	.grid .col-sm-6 {
		-ms-flex:0 0 50%;
		flex:0 0 50%;
		max-width:50%;
	}

	.grid .col-sm-7,
	.grid .col-sm-8 {
		-webkit-box-flex:0;
		-ms-flex:0 0 58.33333%;
		flex:0 0 58.33333%;
		max-width:58.33333%;
	}

	.grid .col-sm-8 {
		-ms-flex:0 0 66.66667%;
		flex:0 0 66.66667%;
		max-width:66.66667%;
	}

	.grid .col-sm-10,
	.grid .col-sm-9 {
		-webkit-box-flex:0;
		-ms-flex:0 0 75%;
		flex:0 0 75%;
		max-width:75%;
	}

	.grid .col-sm-10 {
		-ms-flex:0 0 83.33333%;
		flex:0 0 83.33333%;
		max-width:83.33333%;
	}

	.grid .col-sm-11,
	.grid .col-sm-12 {
		-webkit-box-flex:0;
		-ms-flex:0 0 91.66667%;
		flex:0 0 91.66667%;
		max-width:91.66667%;
	}

	.grid .col-sm-12 {
		-ms-flex:0 0 100%;
		flex:0 0 100%;
		max-width:100%;
	}
}

@media (min-width:768px) {
	.grid .col-md-1,
	.grid .col-md-2 {
		-webkit-box-flex:0;
		-ms-flex:0 0 8.33333%;
		flex:0 0 8.33333%;
		max-width:8.33333%;
	}

	.grid .col-md-2 {
		-ms-flex:0 0 16.66667%;
		flex:0 0 16.66667%;
		max-width:16.66667%;
	}

	.grid .col-md-3,
	.grid .col-md-4 {
		-webkit-box-flex:0;
		-ms-flex:0 0 25%;
		flex:0 0 25%;
		max-width:25%;
	}

	.grid .col-md-4 {
		-ms-flex:0 0 33.33333%;
		flex:0 0 33.33333%;
		max-width:33.33333%;
	}

	.grid .col-md-5,
	.grid .col-md-6 {
		-webkit-box-flex:0;
		-ms-flex:0 0 41.66667%;
		flex:0 0 41.66667%;
		max-width:41.66667%;
	}

	.grid .col-md-6 {
		-ms-flex:0 0 50%;
		flex:0 0 50%;
		max-width:50%;
	}

	.grid .col-md-7,
	.grid .col-md-8 {
		-webkit-box-flex:0;
		-ms-flex:0 0 58.33333%;
		flex:0 0 58.33333%;
		max-width:58.33333%;
	}

	.grid .col-md-8 {
		-ms-flex:0 0 66.66667%;
		flex:0 0 66.66667%;
		max-width:66.66667%;
	}

	.grid .col-md-10,
	.grid .col-md-9 {
		-webkit-box-flex:0;
		-ms-flex:0 0 75%;
		flex:0 0 75%;
		max-width:75%;
	}

	.grid .col-md-10 {
		-ms-flex:0 0 83.33333%;
		flex:0 0 83.33333%;
		max-width:83.33333%;
	}

	.grid .col-md-11,
	.grid .col-md-12 {
		-webkit-box-flex:0;
		-ms-flex:0 0 91.66667%;
		flex:0 0 91.66667%;
		max-width:91.66667%;
	}

	.grid .col-md-12 {
		-ms-flex:0 0 100%;
		flex:0 0 100%;
		max-width:100%;
	}

	.commentlist-item .commentlist-item {
		padding:0 0 0 2em;
	}

	.popup .product-info .description .highlights a._mobile {
		display:none;
	}
}

@media (min-width:48em) {
	.gallery-columns-5 .gallery-item {
		max-width:20%;
	}

	.gallery-columns-6 .gallery-item {
		max-width:16.66%;
	}

	.gallery-columns-7 .gallery-item {
		max-width:14.28%;
	}

	.gallery-columns-8 .gallery-item {
		max-width:12.5%;
	}

	.gallery-columns-9 .gallery-item {
		max-width:11.11%;
	}
}

@media (min-width:1024px) {
	.grid .col-lg-1,
	.grid .col-lg-2 {
		-webkit-box-flex:0;
		-ms-flex:0 0 8.33333%;
		flex:0 0 8.33333%;
		max-width:8.33333%;
	}

	.grid .col-lg-2 {
		-ms-flex:0 0 16.66667%;
		flex:0 0 16.66667%;
		max-width:16.66667%;
	}

	.grid .col-lg-3,
	.grid .col-lg-4 {
		-webkit-box-flex:0;
		-ms-flex:0 0 25%;
		flex:0 0 25%;
		max-width:25%;
	}

	.grid .col-lg-4 {
		-ms-flex:0 0 33.33333%;
		flex:0 0 33.33333%;
		max-width:33.33333%;
	}

	.grid .col-lg-5,
	.grid .col-lg-6 {
		-webkit-box-flex:0;
		-ms-flex:0 0 41.66667%;
		flex:0 0 41.66667%;
		max-width:41.66667%;
	}

	.grid .col-lg-6 {
		-ms-flex:0 0 50%;
		flex:0 0 50%;
		max-width:50%;
	}

	.grid .col-lg-7,
	.grid .col-lg-8 {
		-webkit-box-flex:0;
		-ms-flex:0 0 58.33333%;
		flex:0 0 58.33333%;
		max-width:58.33333%;
	}

	.grid .col-lg-8 {
		-ms-flex:0 0 66.66667%;
		flex:0 0 66.66667%;
		max-width:66.66667%;
	}

	.grid .col-lg-10,
	.grid .col-lg-9 {
		-webkit-box-flex:0;
		-ms-flex:0 0 75%;
		flex:0 0 75%;
		max-width:75%;
	}

	.grid .col-lg-10 {
		-ms-flex:0 0 83.33333%;
		flex:0 0 83.33333%;
		max-width:83.33333%;
	}

	.grid .col-lg-11,
	.grid .col-lg-12 {
		-webkit-box-flex:0;
		-ms-flex:0 0 91.66667%;
		flex:0 0 91.66667%;
		max-width:91.66667%;
	}

	.grid .col-lg-12 {
		-ms-flex:0 0 100%;
		flex:0 0 100%;
		max-width:100%;
	}

	.gallery-item {
		max-width:25%;
	}

	.gallery-columns-1 .gallery-item {
		max-width:100%;
	}

	.gallery-columns-2 .gallery-item {
		max-width:50%;
	}

	.gallery-columns-3 .gallery-item {
		max-width:33.333%;
	}

	.gallery-columns-4 .gallery-item {
		max-width:25%;
	}

	.dimensional-security_content .btn-outline,
	.marketplaces-block:after,
	.popup .product-slider_holder._mobile,
	.popup .view-more._mobile,
	.products-media .overlay._mobile {
		display:none;
	}

	.marketplaces-block:first-child:before {
		display:none;
	}
}

@media (min-width:1200px) {
	.grid .col-xl-1,
	.grid .col-xl-2 {
		-webkit-box-flex:0;
		-ms-flex:0 0 8.33333%;
		flex:0 0 8.33333%;
		max-width:8.33333%;
	}

	.grid .col-xl-2 {
		-ms-flex:0 0 16.66667%;
		flex:0 0 16.66667%;
		max-width:16.66667%;
	}

	.grid .col-xl-3,
	.grid .col-xl-4 {
		-webkit-box-flex:0;
		-ms-flex:0 0 25%;
		flex:0 0 25%;
		max-width:25%;
	}

	.grid .col-xl-4 {
		-ms-flex:0 0 33.33333%;
		flex:0 0 33.33333%;
		max-width:33.33333%;
	}

	.grid .col-xl-5,
	.grid .col-xl-6 {
		-webkit-box-flex:0;
		-ms-flex:0 0 41.66667%;
		flex:0 0 41.66667%;
		max-width:41.66667%;
	}

	.grid .col-xl-6 {
		-ms-flex:0 0 50%;
		flex:0 0 50%;
		max-width:50%;
	}

	.grid .col-xl-7,
	.grid .col-xl-8 {
		-webkit-box-flex:0;
		-ms-flex:0 0 58.33333%;
		flex:0 0 58.33333%;
		max-width:58.33333%;
	}

	.grid .col-xl-8 {
		-ms-flex:0 0 66.66667%;
		flex:0 0 66.66667%;
		max-width:66.66667%;
	}

	.grid .col-xl-10,
	.grid .col-xl-9 {
		-webkit-box-flex:0;
		-ms-flex:0 0 75%;
		flex:0 0 75%;
		max-width:75%;
	}

	.grid .col-xl-10 {
		-ms-flex:0 0 83.33333%;
		flex:0 0 83.33333%;
		max-width:83.33333%;
	}

	.grid .col-xl-11,
	.grid .col-xl-12 {
		-webkit-box-flex:0;
		-ms-flex:0 0 91.66667%;
		flex:0 0 91.66667%;
		max-width:91.66667%;
	}

	.grid .col-xl-12 {
		-ms-flex:0 0 100%;
		flex:0 0 100%;
		max-width:100%;
	}
}

@media (min-width:1366px) {
	.gallery-columns-5 .gallery-item {
		max-width:20%;
	}

	.gallery-columns-6 .gallery-item {
		max-width:16.66%;
	}

	.gallery-columns-7 .gallery-item {
		max-width:14.28%;
	}

	.gallery-columns-8 .gallery-item {
		max-width:12.5%;
	}

	.gallery-columns-9 .gallery-item {
		max-width:11.11%;
	}
}

@media (min-width:1920px) {
	.grid .col-xxl-1,
	.grid .col-xxl-2 {
		-webkit-box-flex:0;
		-ms-flex:0 0 8.33333%;
		flex:0 0 8.33333%;
		max-width:8.33333%;
	}

	.grid .col-xxl-2 {
		-ms-flex:0 0 16.66667%;
		flex:0 0 16.66667%;
		max-width:16.66667%;
	}

	.grid .col-xxl-3,
	.grid .col-xxl-4 {
		-webkit-box-flex:0;
		-ms-flex:0 0 25%;
		flex:0 0 25%;
		max-width:25%;
	}

	.grid .col-xxl-4 {
		-ms-flex:0 0 33.33333%;
		flex:0 0 33.33333%;
		max-width:33.33333%;
	}

	.grid .col-xxl-5,
	.grid .col-xxl-6 {
		-webkit-box-flex:0;
		-ms-flex:0 0 41.66667%;
		flex:0 0 41.66667%;
		max-width:41.66667%;
	}

	.grid .col-xxl-6 {
		-ms-flex:0 0 50%;
		flex:0 0 50%;
		max-width:50%;
	}

	.grid .col-xxl-7,
	.grid .col-xxl-8 {
		-webkit-box-flex:0;
		-ms-flex:0 0 58.33333%;
		flex:0 0 58.33333%;
		max-width:58.33333%;
	}

	.grid .col-xxl-8 {
		-ms-flex:0 0 66.66667%;
		flex:0 0 66.66667%;
		max-width:66.66667%;
	}

	.grid .col-xxl-10,
	.grid .col-xxl-9 {
		-webkit-box-flex:0;
		-ms-flex:0 0 75%;
		flex:0 0 75%;
		max-width:75%;
	}

	.grid .col-xxl-10 {
		-ms-flex:0 0 83.33333%;
		flex:0 0 83.33333%;
		max-width:83.33333%;
	}

	.grid .col-xxl-11,
	.grid .col-xxl-12 {
		-webkit-box-flex:0;
		-ms-flex:0 0 91.66667%;
		flex:0 0 91.66667%;
		max-width:91.66667%;
	}

	.grid .col-xxl-12 {
		-ms-flex:0 0 100%;
		flex:0 0 100%;
		max-width:100%;
	}
}

@media (max-width:1439px) {
	.security-products_content p br,
	br {
		display:block;
	}

	.intro_list {
		margin-top:0;
	}
}

/* @media (max-width:1365px) {
	.footer_logo {
		margin-right:40px;
	}

	.footer_nav {
		margin:0 -20px;
	}

	.footer_nav_item {
		padding:0 20px;
	}

	.footer_newsletter {
		padding-left:40px;
	}
} */

@media (max-width:1199px) {
	.posts .grid {
		--grid-gutter:12px;
	}

	.posts .grid [class*=col] {
		padding-top:12px;
		padding-bottom:12px;
	}

	.marketplaces-block:nth-child(even) .marketplaces-block_holder {
		margin:0 -15px;
		padding-left:0;
		padding-right:0;
	}

	.marketplaces-block_holder {
		margin:0 -15px;
		padding-left:0;
	}

	.marketplaces-block_content,
	.marketplaces-block_media {
		padding:0 15px;
	}

	.products-list_item {
		width:50%;
	}

	.popup .product-slider_img {
		min-height:386px;
		max-height:386px;
		max-width:339px;
	}

	.popup .product-slider-nav {
		max-width:360px;
		min-width:360px;
	}

	.popup .product-slider-nav .slick-list .slick-track {
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-webkit-box-pack:justify;
		-ms-flex-pack:justify;
		justify-content:space-between;
	}

	.popup .product-slider-nav .slick-slide {
		width:70px!important;
	}

	.popup .product-slider-nav_img {
		width:70px;
		height:70px;
	}
}

@media (max-width:1080px) {
	#sidebar {
		width:30%;
	}
}

@media (max-width:1024px) {
	html {
		font-size:calc(var(--rem-base) - 1.5px);
	}
}

@media (max-width:1023px) {
	.container,
	html #branda-cookie-notice .cookie-notice-container {
		--gutter:48px;
	}

	
	
	.comment-form input:not([type=submit]),
	.comment-form textarea {
		width:100%;
	}

	img.alignleft,
	img.alignright {
		max-width:50%;
	}

	.divider {
		height:40px;
	}

	#wpadminbar {
		display:none!important;
	}

	:root {
		margin-top:0!important;
	}

	.admin-bar .main-header {
		margin-top:0!important;
	}

	.quiz {
		border-top:1px solid #282a29;
		border-bottom:1px solid #282a29;
	}

	.quiz_holder {
		-webkit-box-orient:vertical;
		-webkit-box-direction:normal;
		-ms-flex-direction:column;
		flex-direction:column;
		-webkit-box-align:start;
		-ms-flex-align:start;
		align-items:flex-start;
		border:0;
	}

	.quiz_content {
		margin-bottom:24px;
	}

	.quiz_content p {
		margin-bottom:7px;
	}

	.quiz_content p span {
		display:none;
	}

	.intro {
		padding:61px 0 25px;
	}

	.intro .heading {
		margin-bottom:40px;
	}

	.intro_list {
		max-width:100%;
		margin-left:initial;
	}

	.security-products .container,
	.security-products html #branda-cookie-notice .cookie-notice-container,
	html #branda-cookie-notice .security-products .cookie-notice-container {
		padding:0;
	}

	.dimensional-security .grid,
	.security-products .grid {
		-webkit-box-orient:vertical;
		-webkit-box-direction:reverse;
		-ms-flex-direction:column-reverse;
		flex-direction:column-reverse;
	}

	.security-products .grid [class*=col] {
		width:100%;
	}

	.security-products_holder {
		padding:var(--gutter);
	}

	.security-products_content h4 {
		margin-bottom:30px;
	}

	.security-products_content a {
		display:block;
	}

	.marketplaces {
		padding:86px 0 55px;
	}

	.marketplaces h2 {
		margin-bottom:22px;
	}

	.dimensional-security {
		padding:30px 0;
	}

	.dimensional-security_content {
		margin-left:0;
		max-width:100%;
	}

	.dimensional-security_content p:last-of-type {
		margin-bottom:25px;
	}

	.dimensional-security_content .learn-more,
	.marketplace .sidebar {
		display:none;
	}

	.dimensional-security_media {
		margin-bottom:44px;
	}

	.posts {
		margin:43px 0;
		padding:0;
		background:#fbf5e6;
	}

	.posts_holder {
		background:0 0;
		padding:81px 10px 95px;
	}

	.posts_intro {
		margin-bottom:72px;
	}

	.posts_intro h4 {
		margin-bottom:24px;
	}

	.posts_intro p {
		margin-bottom:28px;
	}

	.posts .grid [class*=col] {
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-webkit-box-pack:center;
		-ms-flex-pack:center;
		justify-content:center;
	}

	.commitment {
		padding:30px 0;
	}

	.marketplace .content {
		padding-left:0;
		display: flex;
		flex-direction: column;
	}

/* 	.header-menu-wrapper .logo img {
		min-width:177px;
	} */

	/* .footer {
		padding-bottom: 64px;
	}

	.footer_top {
		-webkit-box-orient:vertical;
		-webkit-box-direction:normal;
		-ms-flex-direction:column;
		flex-direction:column;
		margin-bottom:18px;
		padding-top: 48px;
	}

	.footer_logo {
		margin-right:0;
		max-width:100%;
		padding-bottom:15px;
	}

	.footer_nav {
		margin:0 -20px 35px;
		-webkit-box-orient:vertical;
		-webkit-box-direction:normal;
		-ms-flex-direction:column;
		flex-direction:column;
	}

	.footer_nav nav ul li {
		max-width:150px;
	}

	.footer_newsletter {
		margin-right:0;
		max-width:100%;
		padding-left:0;
	} */

	.products-media {
		width:100%;
		height:600px;
		margin-bottom:30px;
	}

	.products-media img {
		-o-object-position:top;
		object-position:top;
	}

	.products-media .overlay {
		bottom:0;
		right:0;
		padding:8px 16px;
		min-width:278px;
		-webkit-box-pack:justify;
		-ms-flex-pack:justify;
		justify-content:space-between;
	}

	.products-media .overlay:hover {
		right:0;
	}

	.products-media .overlay img {
		width:13px;
	}

	.products-media .overlay._desktop {
		display:none;
	}

	.marketplaces-block {
		padding:72px 0 68px;
		border:0;
	}

	.marketplaces-block:first-child {
		border:0;
	}

	.marketplaces-block:nth-child(even) .marketplaces-block_holder {
		-webkit-box-orient:vertical;
		-webkit-box-direction:reverse;
		-ms-flex-direction:column-reverse;
		flex-direction:column-reverse;
	}

	.marketplaces-block_holder {
		-webkit-box-orient:vertical;
		-webkit-box-direction:reverse;
		-ms-flex-direction:column-reverse;
		flex-direction:column-reverse;
	}

	.marketplaces-block_pagination {
		margin-bottom:66px;
	}

	.marketplaces-block_content {
		max-width:100%;
	}

	.marketplaces-block_content .solutions span {
		margin-bottom:13px;
	}

	.marketplaces-block_media {
		margin-bottom:44px;
	}

	.marketplaces-block_media .circle-grainet {
		margin:0 auto;
	}

	.marketplaces-block_media .figure._triangle {
		border-left:4px solid #f89a2c;
	}

	.marketplaces-block_media .figure._triangle::after,
	.marketplaces-block_media .figure._triangle::before {
		height:4px;
	}

	.marketplaces-block_media .figure._circle {
		border:4px solid #da5039;
	}

	.post-block {
		max-width:310px;
	}

	.commitment-block {
		padding:36px 56px 48px 55px;
	}

	.commitment-block p {
		margin-bottom:17px;
	}

	.quiz-mini {
		padding:25px 48px;
		margin:0 -48px 26px;
	}

	.popup {
		-webkit-box-orient:vertical;
		-webkit-box-direction:normal;
		-ms-flex-direction:column;
		flex-direction:column;
	}

	.popup-nav {
		padding:25px 24px;
		-webkit-box-pack:center;
		-ms-flex-pack:center;
		justify-content:center;
	}

	.popup-nav .close {
		right:56px;
		max-width:18px;
		max-height:18px;
		position:absolute;
	}

	.popup_item {
		width:100%;
	}

	.popup_item:first-child {
		display:none;
	}

/* 	.popup .product-slider {
		background:#f2ab70;
	} */

	.popup .product-slider_holder {
		background:0 0;
		padding:0;
		-webkit-box-pack:start;
		-ms-flex-pack:start;
		justify-content:flex-start;
		height:auto;
	}

	.popup .product-slider .slide {
		padding:24px 55px;
	}

	.popup .product-slider_img {
		min-height:266px;
		max-height:266px;
		max-width:240px;
	}

	.popup .product-slider-nav {
		max-width:100%;
		min-width:100%;
		padding:8px 0;
		border-top:1px solid rgba(40,42,41,.05);
		border-bottom:1px solid rgba(40,42,41,.05);
		margin-bottom:24px;
	}

	.popup .product-slider-nav .slick-slide {
		width:100px!important;
	}

	.popup .product-slider-nav_img {
		background:rgba(40,42,41,.05);
		width:100px;
		height:100px;
	}

	.popup .product-info .description .save-or-buy {
		margin-bottom:26px;
	}
}

@media (max-width:1000px) {
	#content .row-post {
		margin:0 -10px;
	}

	#content .row-post .post {
		padding:0 10px;
	}

	.block {
		padding-bottom:30px;
	}

	#content,
	#sidebar {
		float:none;
		width:auto;
		margin:0 0 20px;
	}

	#content {
		padding:20px 0;
	}

	#sidebar {
		padding:20px;
	}

	#wp-calendar {
		max-width:320px;
	}

	.page-site-header {
		margin-top:20px;
		-webkit-box-ordinal-group:2;
		-ms-flex-order:1;
		order:1;
	}

	.main> .container,
	html #branda-cookie-notice .main> .cookie-notice-container {
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-webkit-box-orient:vertical;
		-webkit-box-direction:reverse;
		-ms-flex-direction:column-reverse;
		flex-direction:column-reverse;
	}
}

@media (max-width:768px) {
	html {
		font-size:calc(var(--rem-base) - 2px);
	}

	#calendar_wrap table td,
	#calendar_wrap table th {
		font-size:15px;
	}
}

@media (max-width:767px) {

	.single-bundle .products-list_holder {
		margin-left: 0;
		margin-right: 0;
	  }

	.forminator-row {
		display:block;
	}

	.forminator-col:not(:last-child) {
		margin-bottom:var(--form-row-margin);
	}

	.widget ul {
		padding-left:0;
	}
	.nav-drop {
		position:fixed;
		width:auto;
		top:100px;
		right:16px;
        width: 240px;
	}

	.nav-active {
		overflow:hidden;
	}
	.nav ul {
		padding: 20px 24px 25px;
		font-size:16px;
	}

	.navigation .page-numbers,
	.navigation-comments .page-numbers,
	.pagination .page-numbers {
		padding:8px 15px;
	}

	.navigation-single .next a,
	.navigation-single .prev a {
		padding:.2em;
	}

	.posts-list .post {
		margin:0 0 20px;
	}

	.commentlist {
		margin-left:0;
	}

	.commentlist .comment {
		padding:0;
	}

	.divider,
	.info-bar p span,
	.popup .product-info .heading_subtitle {
		display:none;
	}

	#sidebar {
		width:100%;
	}

	.products-media {
		height:400px;
	}

	.notification {
		-webkit-box-orient:vertical;
		-webkit-box-direction:normal;
		-ms-flex-direction:column;
		flex-direction:column;
	}

	.notification_content {
		padding-right:0;
		padding-bottom:24px;
	}

	.subscription {
		-webkit-box-orient:vertical;
		-webkit-box-direction:normal;
		-ms-flex-direction:column;
		flex-direction:column;
		-webkit-box-align:start;
		-ms-flex-align:start;
		align-items:flex-start;
	}

	.subscription h5 {
		margin-bottom:29px;
	}

	/* .subscription .form-newsletter {
		min-width:100%;
		max-width:100%;
	}

	.subscription .form-newsletter .form-group input {
		margin-bottom:16px;
	} */

	.info-bar {
		font-size:16px;
		text-align:left;
		-webkit-box-pack:start;
		-ms-flex-pack:start;
		justify-content:flex-start;
		margin:0 0 34px;
	}

	.quiz-mini .options_holder {
		-webkit-box-orient:vertical;
		-webkit-box-direction:normal;
		-ms-flex-direction:column;
		flex-direction:column;
		-webkit-box-align:start;
		-ms-flex-align:start;
		align-items:flex-start;
	}

	/* .quiz-mini .form-newsletter {
		min-width:100%;
		max-width:100%;
	} */

	.popup-nav .close {
		right:18px;
	}

	.popup .product-slider {
		margin-bottom:25px;
	}

	.popup .product-info {
		padding:82px 16px 50px;
	}

	.popup .product-info .description .details ul {
		margin-bottom:19px;
	}

	.popup .product-info .description .highlights a {
		margin-bottom:20px;
	}

	.popup .product-info .description .highlights a:last-child,
	.popup .product-info .description .highlights a:last-of-type {
		margin-bottom:0;
	}
}

@media (max-width:667px) {
	html {
		font-size:calc(var(--rem-base) - 2.5px);
	}

	table th {
		padding:10px 5px;
	}

	.navigation .page-numbers,
	.navigation-comments .page-numbers,
	.pagination .page-numbers,
	table td {
		padding:7px 5px;
	}

	.comment-form-author,
	.comment-form-email,
	.comment-form-url {
		width:100%;
		float:none;
	}

	img.alignright {
		float:right;
		margin:0 0 10px var(--vertical-rhythm);
	}

	img.alignleft {
		float:left;
		margin:0 var(--vertical-rhythm) 10px 0;
	}

	.alignleft,
	.alignright {
		float:none;
		margin:0 auto 10px;
	}

	#content .row-post {
		margin:0;
	}

	#content .row-post .post {
		padding:0;
		margin:0 0 20px;
		width:100%;
	}

	#content .row-col .post {
		margin:0 0 20px;
	}

	#content .row-col .post-img {
		float:none;
		margin-right:0;
		margin-bottom:20px;
	}

	#content .meta {
		margin:0 0 15px;
	}

	input[type=reset]+ input[type=submit] {
		margin-top:10px;
	}
}

@media only screen and (max-width: 767px) {
	.single-bundle .navigation-panel {
	  padding: 16px 0;
	}
  
	.products-list_item:not(:last-child) .product-card {
		border-bottom: 0;
	  }
  
	.marketplace-highlight {
	  display: block;
	}
  
	.single-bundle .products-list_item:not(:last-child) .product-card {
	  border-bottom: 1px solid rgba(40, 42, 41, .2);
	}
  
	.single-bundle .product-card {
	  margin-bottom: 24px;
	}
  }


@media (max-width:666px) {
	#wp-calendar,
	.products-list_item {
		width:100%;
	}


	.comment-body .reply {
		padding-bottom:0;
	}

	.parent.comment .comment {
		margin-left:5%;
	}

	.quiz-mini .notification_content {
		padding-bottom:16px;
	}

	.quiz-mini_bottom {
		display:block;
		margin-bottom:0;
	}

	.quiz-mini_bottom .btn,
	.quiz-mini_bottom .forminator-button-submit {
		width:100%;
		padding:10px;
	}
}

@media (max-width:568px) {
	.marketplaces-block_content .btn-shadow {
		padding:9px 14px 7px;
	}
}

@media (max-width:567px) {
	body {
		--font-size-base:18px;
		--line-height-base:1.45;
	}

	.container,
	html #branda-cookie-notice .cookie-notice-container {
		--gutter:24px;
	}

	.container._lg,
	html #branda-cookie-notice ._lg.cookie-notice-container {
		--gutter:16px;
	}

	html #branda-cookie-notice .cookie-notice-container .branda-cn-container {
		-webkit-box-orient:vertical;
		-webkit-box-direction:normal;
		-ms-flex-direction:column;
		flex-direction:column;
	}

	.popup .product-slider-nav .slick-list .slick-track:after,
	.popup .product-slider-nav .slick-list .slick-track:before,
	.quiz {
		display:none;
	}

	.intro {
		padding:43px 0 11px;
	}

	.intro .heading {
		padding-right:25px;
		margin-bottom:50px;
	}

	.security-products_content {
		margin-bottom:10px;
	}

	.security-products_content h4 {
		font-size:28px;
		margin-bottom:24px;
	}

	.security-products_content p:last-of-type {
		margin-bottom:32px;
	}

	.marketplaces {
		padding:53px 0 55px;
	}

	.marketplaces h2 {
		margin-bottom:16px;
	}

	.dimensional-security {
		padding:23px 0;
	}

	.dimensional-security_content {
		font-size:20px;
	}

	.dimensional-security_content h4 {
		line-height:1.4;
	}

	.dimensional-security_content p {
		margin-bottom:32px;
	}

	.posts {
		margin:43px 0 34px;
	}

	.posts_holder {
		padding:68px 0 89px;
	}

	.header-menu-wrapper .logo img {
		min-width:152px;
	}

	.footer {
		padding:100px 0 92px;
	}

	.footer_logo {
		padding-bottom:10px;
	}

	.marketplaces-block {
		padding:66px 0;
	}

	.marketplaces-block_content .curated-by_info {
		margin-right:-5px;
	}

	.marketplaces-block_content .solutions span {
		font-size:12px;
	}

	.marketplaces-block_media {
		margin-bottom:24px;
	}

	.marketplaces-block_media .circle-grainet {
		width:400px;
		height:400px;
	}

	.marketplaces-block_media .figure._square {
		width:249px;
		height:249px;
		top:20px;
		left:22px;
	}

	.marketplaces-block_media .figure._triangle {
		top:-6px;
		height:320px;
		width:285px;
	}

	.marketplaces-block_media .figure._triangle::after,
	.marketplaces-block_media .figure._triangle::before {
		width:318px;
	}

	.marketplaces-block_media .figure._circle {
		width:284px;
		height:284px;
	}

	.marketplaces-block_media .image {
		width:316px;
		height:316px;
	}

	.post-block_content {
		font-size:20px;
	}

	.commitment-block p {
		margin-bottom:20px;
	}

	.products-list_holder {
		margin-left: -24px;
		margin-right: -24px;
	}

	.products-list_grid {
		-ms-flex-wrap:nowrap;
		flex-wrap:nowrap;
		min-width:-webkit-max-content;
		min-width:-moz-max-content;
		min-width:max-content;
		margin:0 -8px;
	}

	.products-list_item {
		width:344px;
		padding:0 8px;
	}

	.products-list._no-saved-yet .products-list_holder {
		margin:0;
	}

	.navigation-panel._recommended {
		margin-bottom:38px;
	}

	.quiz-mini {
		padding:25px 24px;
		margin:0 -24px 26px;
	}
	.popup .product-slider-nav .slick-list .slick-track {
		justify-content: center;
	}
	.popup .product-slider-nav .slick-slide {
		margin: 0 10px;
		width:64px!important;
	}

	.popup .product-slider-nav_img {
		width:64px;
		height:64px;
	}

	.popup .product-info .description .details {
		font-size:16px;
	}

	.popup .product-info .description .details ul li {
		font-size:14px;
	}

	.popup .product-info .description .highlights-video {
		height:179px;
	}

	.popup .product-info .description .save-or-buy {
		-webkit-box-orient:vertical;
		-webkit-box-direction:normal;
		-ms-flex-direction:column;
		flex-direction:column;
	}

	.popup .product-info .description .save-or-buy .btn,
	.popup .product-info .description .save-or-buy .forminator-button-submit {
		width:100%;
	}

	.popup .product-info .description .save-or-buy .btn:first-child,
	.popup .product-info .description .save-or-buy .forminator-button-submit:first-child {
		margin-bottom:30px;
	}
}

@media (max-width:479px) {
	.forminator-uploaded-file {
		width:33.3333%;
		-webkit-box-flex:1;
		-ms-flex:1 1 auto;
		flex:1 1 auto;
	}
}

@media (max-width:375px) {
	html {
		overflow-x:hidden;
		font-size:calc(var(--rem-base) - 3px);
	}

	#calendar_wrap table td,
	#calendar_wrap table th {
		font-size:14px;
	}

	.product-thumb {
		padding:5px;
	}
}

@media (min-width:768px) and (max-width:849px) {
	figure.alignleft {
		float:none;
	}

	figure.alignright {
		float:none;
		margin-left:0;
	}
}

.container._md,
html #branda-cookie-notice ._md.cookie-notice-container {
  max-width: calc(1080px + var(--gutter)*2);
}

.container._sm,
html #branda-cookie-notice ._sm.cookie-notice-container {
  max-width: calc(750px + var(--gutter)*2);
}

.slick-dots {
  bottom: -27px;
}

.slick-dots li {
  width: 8px;
  height: 8px;
  margin: 0 3px;
}

.slick-dots li button {
  width: 8px;
  height: 8px;
  padding: 0;
  background: rgba(40, 42, 41, 0.2);
  border-radius: 50%;
}

.slick-dots li button:before {
  display: none;
}

.slick-dots li.slick-active button {
  background: var(--color-brand);
}

.jcf-checkbox {
  border: 2px solid var(--input-border-color);
}

.jcf-checkbox.jcf-checked {
  background-color: transparent;
}

.jcf-checkbox span {
  border-color: var(--color-brand);
}

.headline._center {
  text-align: center;
}

.headline_title {
  position: relative;
  padding-bottom: 10px;
  color: #000000;
}

@media (max-width: 767px) {
  .headline_title {
    font-size: 24px;
  }
}

.headline_title:after {
  position: absolute;
  content: '';
  width: 100px;
  height: 1px;
  background: var(--color-brand);
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.headline_subtitle {
  font-size: 24px;
  position: relative;
  padding-bottom: 10px;
}

.headline_subtitle:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  background: var(--color-brand);
  left: 0;
  bottom: 0;
}

.section-title {
  padding: 70px 0 0;
}

@media (max-width: 767px) {
  .section-title {
    padding: 50px 0 0;
  }
}

.section-title._category {
  padding: 27px 0 5px;
}

@media (max-width: 767px) {
  .section-title._category {
    padding: 25px 0 5px;
  }
}

.resources {
  padding: 35px 0 43px;
}

@media (max-width: 767px) {
  .resources {
    padding: 25px 0 43px;
  }
}

.resources .headline {
  margin-bottom: 55px;
}

@media (max-width: 767px) {
  .resources .headline {
    margin-bottom: 41px;
  }
}

.page-template-resources h1,
.archive.category h1 {
	font-size: 32px;
	line-height: 1.3;
}

.resources-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #F7E8C7;
  padding: 64px 72px;
  color: #282A29;
}

@media (max-width: 1023px) {
  .resources-block {
    flex-direction: column;
    padding: 48px 24px;
    margin-left: calc(var(--gutter) * -1);
    margin-right: calc(var(--gutter) * -1);
  }
}

.resources-block_img {
  width: 567px;
  margin-right: 25px;
}

@media (max-width: 1023px) {
  .resources-block_img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 24px;
  }
}

@media (max-width: 767px) {
  .resources-block_img {
    position: relative;
    padding-bottom: 66%;
  }
}

@media (max-width: 1023px) {
  .resources-block_img img {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .resources-block_img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}

.resources-block_content {
  max-width: 441px;
  font-size: 18px;
}

@media (max-width: 1023px) {
  .resources-block_content {
    max-width: 100%;
  }
}

.resources-block_content h4 {
	font-size: 30px;
	color: #282A29;
	transition: color .3s ease-in-out;
}
.resources-block_title:hover h4 {
	color: #f7e068;
}

@media (max-width: 767px) {
  .resources-block_content h4 {
    line-height: 1.2;
  }
}

.resources-block_content p {
  margin-bottom: 1.1em;
}

.resources-block_content p:last-child {
  margin-bottom: 0;
}

.most-recent {
  padding: 50px 0;
}

@media (max-width: 767px) {
  .most-recent {
    padding: 33px 0;
  }
}

.most-recent .headline {
  margin-bottom: 29px;
}

@media (max-width: 767px) {
  .most-recent .headline {
    margin-bottom: 21px;
  }
}

.recent-slider {
  display: flex;
  flex-wrap: wrap;
  margin: -12px;
}

.recent-slider .slick-track {
  display: flex !important;
}

.recent-slider .slick-slide {
  height: auto;
}

.recent-slider .recent-slide {
  width: 33.3333%;
  padding: 12px;
}

@media (max-width: 1023px) {
  .recent-slider .recent-slide {
    width: 50%;
  }
}

.recent-block {
  border: 1px solid rgba(40, 42, 41, 0.1);
  padding: 32px 33px 32px 32px;
  height: 100%;
  min-height: 376px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
	background-color:#ffffff;
}

.recent-block:hover {
  border: 1px solid rgba(40, 42, 41, 0.6);
}

@media (max-width: 767px) {
  .recent-block {
    padding: 32px 13px 32px 32px;
    min-height: 100%;
  }
}

.recent-block_top {
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.recent-block_top .date,
.recent-block_top .featured {
  font-family: 'ABC Whyte Mono';
  font-size: 12px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(40, 42, 41, 0.8);
}

.recent-block_top .links {
  display: flex;
  align-items: center;
}

.recent-block_top .links .featured {
  background: #f7e068;
  padding: 5px 6px 4px;
  line-height: 1;
}

.recent-block_top .links .featured:hover {
  background: rgba(40, 42, 41, 0.05);
}

.recent-block_top .links .share {
  margin-left: 12px;
  display: flex;
}

.recent-block_content {
  font-size: 16px;
  line-height: 1.45;
  padding-bottom: 9px;
  color: rgba(40, 42, 41, 0.8);
}

@media (max-width: 767px) {
  .recent-block_content {
    padding-bottom: 20px;
  }
}

.recent-block_content .title {
  text-transform: initial;
  display: block;
  margin-bottom: 16px;
  line-height: 1.25;
  font-size: 24px;
}

.recent-block_content .title:hover {
  opacity: .7;
}

@media (max-width: 767px) {
  .recent-block_content .title {
    font-size: 20px;
    line-height: 1.4;
  }
}

.recent-block_tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px;
  margin-top: auto;
}

.recent-block_tags_item {
  padding: 4px;
  display: flex;
}

.recent-block--default .recent-block_content .title {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	/* number of lines to show */
	line-clamp: 3;
	-webkit-box-orient: vertical;
  }

  .recent-block_desc {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	/* number of lines to show */
	line-clamp: 5;
	-webkit-box-orient: vertical;
  }

.recent-block--media .recent-block_img img {
	object-fit: contain;
  }

  .recent-block--default .recent-block_img {
	display: none;
  }
  
  .recent-block--image .recent-block_desc {
	display: none;
  }
  
  .recent-block--title .recent-block_img,
  .recent-block--title .recent-block_desc {
	display: none;
  }
  
  .recent-block--title .recent-block_content {
	margin-top: auto;
	margin-bottom: auto;
  }
  
  .recent-block--title .recent-block_content .title {
	margin-bottom: 0;
	font-size: 3.2rem;
	line-height: 4rem;
  }

  .recent-block_content .title {
	color: #282A29;
  }

.tag {
  font-family: 'ABC Whyte Mono';
  font-size: 12px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(40, 42, 41, 0.8);
  background: rgba(40, 42, 41, 0.05);
  padding: 3px 6px 2px;
  display: inline-block;
}

.tag:hover {
  background: rgba(40, 42, 41, 0.1);
}

.podcast .headline,
.posts-slider .headline,
.questions .headline {
  position: relative;
}

.podcast .headline a,
.posts-slider .headline a,
.questions .headline a {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  color: rgba(40, 42, 41, 0.8);
  font-size: 18px;
  line-height: 26px;
}

.podcast {
  padding: 44px 0;
}

@media (max-width: 767px) {
  .podcast {
    padding: 37px 0;
  }
}

.podcast_holder {
  max-width: 860px;
  margin: 43px auto 0;
  color: rgba(40, 42, 41, 0.8);
}

@media (max-width: 767px) {
  .podcast_holder {
    font-size: 18px;
    margin: 24px auto 0;
  }
}

.podcast_holder h5 {
  font-size: 24px;
  color: #282a29;
}

@media (max-width: 767px) {
  .podcast_holder h5 {
    font-size: 20px;
  }
}

.podcast_holder p {
	margin-bottom: 1.6rem;
	font-size: 18px;
	line-height: 1.45;
  }

  .podcast_holder .btn {
	margin-bottom: 4.8rem;
  }

  .podcast_holder .btn:hover path {
	fill: white;
  }

@media (max-width: 767px) {
  .podcast_holder p {
    margin-bottom: 28px;
  }
}

.podcast-player {
  background: rgba(40, 42, 41, 0.05);
  border-radius: 6px;
  padding: 13px 14px 16px;
  display: flex;
}

@media (max-width: 767px) {
  .podcast-player {
    flex-direction: column;
    padding: 24px;
    border-radius: 12px;
  }
}

.podcast-player_poster {
  background: #F7E068;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  max-width: 150px;
  width: 100%;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
}

@media (max-width: 767px) {
  .podcast-player_poster {
    margin: 0 0 16px;
  }
}

.podcast-player_poster img {
  max-width: 95px;
}

.podcast-player_content .player_subtitle {
  font-family: 'Inter';
  font-weight: 600;
  font-size: 11px;
  line-height: 21px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: rgba(40, 42, 41, 0.8);
  margin-bottom: -3px;
}

.podcast-player_content .player_subtitle span {
  font-weight: 700;
  position: relative;
  padding-right: 10px;
}

.podcast-player_content .player_subtitle span:after {
  content: '•';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -1px;
  font-size: 9px;
}

.podcast-player_content .player_title {
  font-family: 'Inter';
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.02em;
  color: rgba(40, 42, 41, 0.8);
}

.podcast-player_content .player_audio {
  margin-bottom: 28px;
}

@media (max-width: 479px) {
  .podcast-player_content .player_audio img.desktop {
    display: none;
  }
}

@media (min-width: 480px) {
  .podcast-player_content .player_audio img.mobile {
    display: none;
  }
}

.podcast-player_content .player_links {
  display: flex;
  align-items: center;
  margin: -10px;
}

.podcast-player_content .player_links li {
  padding: 10px;
}

.podcast-player_content .player_links li a {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: rgba(40, 42, 41, 0.8);
  display: block;
}

.podcast-player_content .player_links li a:hover {
  color: #282a29;
}

/*Podcast List */
.podcast-list .loop-podcast__subscribe a,
.podcast-grid .featured-podcast__content .podcast-links a {
  display: inline-flex;
  margin: 0 15px;
  font: 400 14px/21px 'ABC Whyte Mono', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  align-items: center;
  color: #282A29;
}

.podcast-list .loop-podcast__subscribe a img,
.podcast-grid .featured-podcast__content .podcast-links a img {
  margin-right: 8px;
}

.podcast-list {
  margin-top: 50px;
}

.podcast-list .loop-podcast {
  padding: 24px 0;
  border-bottom: 1px solid rgba(40, 42, 41, 0.2);
}

.podcast-list .loop-podcast:first-child {
  padding-top: 0;
}

.podcast-list .loop-podcast:last-child {
  border-bottom: none;
}

.podcast-list .loop-podcast__info {
  margin-bottom: 16px;
  font: 400 12px/18px 'ABC Whyte Mono';
  text-transform: uppercase;
}

.podcast-list .loop-podcast__title {
  margin-bottom: 8px;
}

.podcast-list .loop-podcast__subscribe {
  display: flex;
  padding: 8px 16px;
  border: 1px solid rgba(40, 42, 41, 0.2);
  font: 400 14px/21px 'ABC Whyte Mono', sans-serif;
  text-transform: uppercase;
  flex-direction: column;
  padding: 8px 16px;
  border: 1px solid rgba(40, 42, 41, 0.2);
}

@media (min-width: 768px) {
  .podcast-grid .container {
    display: grid;
    grid-template-columns: 420px auto;
    grid-gap: 64px;
  }

  .podcast-list {
    margin-top: 0;
  }

  .podcast-list .loop-podcast__subscribe {
    padding: 8px 0;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
  }

  .podcast-list .loop-podcast__subscribe span {
    margin: 0 15px;
  }

  .podcast-grid {
    margin-bottom: 100px;
  }
}

@media (max-width: 767px) {
	.recent-block {
	  padding: 32px;
	}
  
	.posts-slider {
	  margin: 80px 0;
	}
  
	.form-newsletter__post .gform_footer .gform_button {
	  height: 48px;
	  right: -2px;
	}
  
	.post-product-card__inner {
	  display: block;
	}
  
	.post-product-card__content .cta-wrapper {
	  text-align: left;
	}
  
	.podcast-list .loop-podcast__subscribe span,
	.podcast-list .loop-podcast__subscribe a:not(:last-child) {
	  margin-bottom: 10px;
	}
  }

  .podcast-grid {
	margin-top: 50px;
  }
  
  .podcast-grid .featured-podcast__img {
	margin-bottom: 20px;
  }
  
  .podcast-grid .featured-podcast__content .podcast-links {
	margin: 0 -15px;
  }

  .posts-slider {
	margin: 50px 0;
  }

  .posts-slider .post-slide {
	margin: 12px;
  }

  .post-slides {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
  }
  
  .post-slides .slick-list {
	grid-column: 1/4;
	margin: 0 -12px;
  }
  
  .post-slides .slick-track {
	display: flex;
  }
  
  .post-slides .post-slide {
	height: inherit !important;
  }

  @media (max-width: 576px) {
	.recent-slider .recent-slide {
	  width: 100%;
	}
  
	.post-slides {
	  display: block;
	}
  }

.questions {
  padding: 50px 0;
}

@media (max-width: 767px) {
  .questions {
    padding: 34px 0;
  }
}

.questions-slider {
  margin: 43px -12px 0;
}

@media (max-width: 1200px) {
  .questions-slider {
    padding: 0 50px;
  }
}

@media (max-width: 767px) {
  .questions-slider {
    padding: 0;
    margin: 22px -12px 0;
  }
}

.questions-slide {
  padding: 0 12px;
}

.questions .slick-track {
  display: flex !important;
	margin-left: 0;
}

.questions .slick-slide {
  height: auto;
}

.questions .slick-arrow {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid var(--color-brand);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.questions .slick-arrow.prev {
  left: -44px;
}

@media (max-width: 1200px) {
  .questions .slick-arrow.prev {
    left: 12px;
  }
}

.questions .slick-arrow.next {
  right: -44px;
}

@media (max-width: 1200px) {
  .questions .slick-arrow.next {
    right: 12px;
  }
}

.questions .slick-arrow.slick-disabled {
  opacity: .5;
}

.questions._category .question-block {
  font-size: 16px;
}

.questions._category .question-block_title {
  font-size: 20px;
  margin: 0 0 1.2em;
}

.questions._category .questions-slider {
  margin: 43px -12px 48px;
}

@media (max-width: 767px) {
  .questions._category .questions-slider {
    margin: 43px -12px 70px;
  }
}

.question-block {
  font-size: 18px;
}

@media (max-width: 767px) {
  .question-block {
    font-size: 16px;
  }
}

.question-block:hover .question-block_img img {
  transform: scale(1.05);
}

.question-block._border {
	display: block;
  padding: 15px;
  border: 1px solid rgba(40, 42, 41, 0.1);
  height: 100%;
/*   color: rgba(40, 42, 41, 0.8); */
	color: #282A29;
	transition: all .3s ease-in-out;
}
.question-block._border:hover {
	border-color: rgba(40, 42, 41, 0.6);
}

.question-block_tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: -4px -4px 10px;
}

.question-block_tags li {
  padding: 4px;
}

.question-block_title {
  font-size: 24px;
  line-height: 1.25;
  display: block;
  margin: 0 0 .7em;
}

@media (max-width: 767px) {
  .question-block_title {
    font-size: 20px;
  }
}

.question-block .learn-more {
  font-size: 14px;
  margin-bottom: 5px;
}

.question-block .learn-more img {
  margin-left: 12px;
}

.question-block .learn-more:hover img {
  margin-left: 16px;
}

.question-block_img {
  margin-bottom: 10px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .question-block_img {
    height: 181px;
    overflow: hidden;
  }
}

.question-block_img img {
  width: 100%;
  transition: transform .3s;
}

@media (max-width: 767px) {
  .question-block_img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}

.question-block p:last-child {
  margin-bottom: 0;
}

.questions .submit-block {
	margin-top: 50px;
  }

/* Customize Question submit form */
.gform_footer {
	margin: 0 !important;
	padding: 0 !important;
  }
  
  #submit-question form {
	position: relative;
  }
  
  #submit-question .validation_message {
	display: none;
  }
  
  #submit-question #input_8_3 {
	max-width: calc(100% - 160px);
  }
  
  #submit-question .gform_footer .gform_button {
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 14px;
	font-family: 'ABC Whyte Mono';
	background: #F7E068;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--color-brand);
	border: none;
	margin-left: 16px;
	margin-bottom: 0;
	min-width: 143px;
	height: 44px;
  }
  
  #submit-question .gform_footer .gform_button:hover {
	color: #ffffff;
	background: var(--color-brand);
  }

.articles {
  padding: 25px 0;
}

@media (max-width: 767px) {
  .articles {
    padding: 6px 0;
  }
}

.articles_holder {
  max-width: 664px;
  margin: 45px auto 0;
  display: flex;
  flex-direction: column;
}

@media (max-width: 767px) {
  .articles_holder {
    margin: 30px auto 0;
    padding-right: 5px;
  }
}

.articles .btn-outline {
  margin: 25px 11px 0;
}

@media (max-width: 767px) {
  .articles .btn-outline {
    margin: 22px 0;
  }
}

.article-block {
  display: block;
  border: 1px solid transparent;
  padding: 11px;
}

@media (max-width: 767px) {
  .article-block {
    padding: 0;
    margin-bottom: 24px;
  }
}

.article-block:hover {
  border: 1px solid rgba(40, 42, 41, 0.1);
}

.article-block:last-child {
  margin-bottom: 0;
}

.article-block h5 {
  font-size: 24px;
  margin-bottom: 8px;
}

@media (max-width: 767px) {
  .article-block h5 {
    font-size: 20px;
    line-height: 1.4;
  }
}

.article-block .date {
  font-size: 12px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(40, 42, 41, 0.8);
  font-family: 'ABC Whyte Mono';
}

.article-block {
	display: flex;
  }
  
  .article-block__image {
	margin-right: 24px;
	flex: 0 0 88px;
	height: 88px;
  }
  
  .article-block__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
  }
  
  .articles_links .article-block.d-none {
	display: none;
  }

  .articles .pagination {
	justify-content: center;
  }
  
  .articles .pagination .next,
  .articles .pagination .prev {
	display: none;
  }

.resources-article {
  padding: 5px 0;
  line-height: 1.45;
}

.resources-article .tag {
  margin-bottom: 9px;
}

.resources-article .learn-more {
  font-size: 14px;
}

.resources-article h4 {
  font-size: 30px;
  margin: 45px 0 32px;
}

.resources-article p {
  margin-bottom: 1.4em;
}

.resources-article_info {
  font-size: 18px;
}

.resources-article_info h1 {
	font-size: 40px;
}

.resources-article_info h1,
.resources-article_info h3 {
  margin: 0 0 .4em;
}

.resources-article_info p {
  margin-bottom: 3.6em;
}

@media (max-width: 767px) {
  .resources-article_info p {
    margin-bottom: 1.4em;
  }
}

.resources-article_img, .resources-article_iframe {
  margin: 0 -50px 24px;
  text-align: center;
}

@media (max-width: 1023px) {
  .resources-article_img, .resources-article_iframe {
    margin: 0 calc(var(--gutter) * -1) 24px;
  }
}

.resources-article_iframe {
  margin: 0 -110px 58px;
  position: relative;
  padding-bottom: 75.5%;
}

@media (max-width: 1023px) {
  .resources-article_iframe {
    margin: 0 0 30px;
    padding-bottom: 56.25%;
  }
}

.resources-article_iframe iframe,
.resources-article_iframe video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: none;
}

.resources-article .profile {
  margin-bottom: 30px;
}

.resources-article .newletter-signup {
  margin-bottom: 48px;
}

.resources-article .product-card {
  margin-bottom: 32px;
}

.resources-article .product-card_image {
  height: 229px;
  margin: 0 43px 0 0;
}

@media (max-width: 767px) {
  .resources-article .product-card_image {
    margin: 0 0 19px 0;
  }
}

.resources-article .product-card_content .title-block_name {
  font-size: 20px;
}

.resources-article .product-card_content .title-block_name:hover {
  opacity: .7;
}

.resources-article .product-card_content .title-block_ico {
  margin: 6px 12px 0 0;
}

.resources-article .related-block {
  margin-top: 57px;
  margin-bottom: 24px;
}

@media (max-width: 767px) {
  .resources-article .related-block {
    margin-top: 50px;
  }
}

.resources-article._video {
  padding: 27px 0;
}

@media (max-width: 767px) {
  .resources-article._video {
    padding: 5px 0;
  }
}

.resources-article._video .resources-article_info h3 {
  font-size: 24px;
  margin: 0 0 .7em;
}

.resources-article._video .resources-article_info p {
  margin-bottom: 16px;
}

.resources-article._video .related-block {
  margin-top: 48px;
}

.resources-article p a {
	text-decoration: underline;
}
.profile {
  display: flex;
  align-items: flex-start;
	gap:20px;
}

.post-author-profile,
.second-author-profile {
	display:flex;
}

.profile_avatar {
  margin-right: 16px;
  display: block;
  flex-shrink: 0;
	margin-top:5px;
}

.profile_content {
  font-size: 14px;
}

.profile_content .name {
  margin-bottom: 2px;
  font-size: 18px;
  display: block;
}

.profile_content .name:hover {
  opacity: .7;
}

.profile_content p {
  margin-bottom: 0;
}

.profile-seperator {
	min-height: 90px;
    border-right: 1px solid #282a29;
}

.profile_socials {
	display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 12px;
    padding-top: 5px;
}

.profile_socials i {
font-size: 17px;
}

.texter-box {
	background-color: #fcf7e9;
    padding: 30px;
    border-radius: 4px;
    margin-bottom: 1.4em;
}
.texter-box p {
	margin-bottom: 0px;
}

@media (max-width: 767px) {
	.profile {
		flex-direction: column;
	}
	.profile-seperator {
		display:none;
	}
}

/* Post Newsletter Sign-up */
.form-newsletter__post .gfield_checkbox {
	display: flex;
	align-items: center;
  }

  .form-newsletter__post {
	margin-top: 1.6rem;
  }
  
  .form-newsletter__post .gfield_checkbox .gchoice {
	display: flex;
	align-items: center;
	max-width: 360px;
	margin-right: 17px;
  }
  
  .form-newsletter__post .gfield_checkbox .gchoice:last-child {
	margin-right: 0;
  }
  
  .form-newsletter__post .gfield_checkbox .gchoice label {
	font-size: 14px;
	margin-bottom: 0;
	font-weight: 400;
	text-transform: capitalize;
	white-space: nowrap;
  }
  
  .form-newsletter__post form {
	position: relative;
	margin-bottom: 0;
	max-width: 360px;
  }
  
  .form-newsletter__post .jcf-checkbox {
	background: transparent;
  }
  
  .form-newsletter__post form #input_7_1 {
	padding: 8px 16px;
  }
  
  .form-newsletter__post .gform_footer {
	margin: 0 !important;
	padding: 0 !important;
  }
  
  .form-newsletter__post .gform_footer .gform_button {
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 0 !important;
	height: 44px;
	text-transform: uppercase;
	background: transparent;
	color: var(--color-brand);
	min-width: 68px;
  }
  
  .form-newsletter__post .gform_footer .gform_button:hover {
	background: var(--color-brand);
	color: #fff;
  }
  
  .form-newsletter__post .validation_message {
	display: none;
  }
  
  .gform_ajax_spinner {
	position: absolute;
	right: -20px;
  }

.newletter-signup {
  padding: 24px;
  border: 1px solid #282A29;
  font-size: 14px;
  background: #FBF5E6;
}

.newletter-signup_heading {
  font-size: 18px;
  margin-bottom: 0;
}

.newletter-signup form .form-row {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
}

.newletter-signup form .form-row .form-group {
  margin-right: 17px;
}

.newletter-signup form .form-group {
  display: flex;
  align-items: center;
  max-width: 360px;
}

.newletter-signup form .form-group label {
  font-size: 14px;
  margin-bottom: 0;
  font-weight: 400;
  text-transform: capitalize;
}

.newletter-signup form .form-group input {
  max-width: 360px;
  max-height: 37px;
  min-height: 37px;
}

.newletter-signup form .form-group button {
  background: transparent;
  color: var(--color-brand);
  min-width: 68px;
}

.newletter-signup form .form-group button:hover {
  background: var(--color-brand);
  color: #ffffff;
}

.resources-article .newletter-signup p {
	margin-bottom: 0;
  }

.product-card._row {
  flex-direction: row;
}

@media (max-width: 767px) {
  .product-card._row {
    flex-direction: column;
  }
}

.product-card_btn .btn-outline {
  border: 1px solid rgba(40, 42, 41, 0.2);
  margin-bottom: 8px;
}

.related-block {
  padding: 24px;
  border: 1px solid rgba(40, 42, 41, 0.2);
}

.related-block_heading {
  font-family: 'ABC Whyte Mono';
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #000000;
  border-bottom: 1px solid rgba(40, 42, 41, 0.2);
  padding-bottom: 10px;
  margin-bottom: 13px;
}

.related-block_holder {
  padding: 11px 0;
}

.related-block .article-block {
  padding: 0;
  border: none;
  margin-bottom: 24px;
}

.related-block .article-block:last-child {
  margin-bottom: 0;
}

.related-block .article-block:hover {
  border: none;
}

.related-block .article-block:hover h5 {
  opacity: .7;
}

.related-block .article-block h5 {
  transition: opacity .3s;
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 10px;
}

.back-to {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 23px;
  color: rgba(40, 42, 41, 0.8);
  padding: 29px 9px;
  max-width: max-content;
}

@media (max-width: 1200px) {
  .back-to {
    padding: 29px 0;
  }
}

.back-to:hover {
  color: rgba(40, 42, 41, 0.8);
  animation: bounceLeft 2s infinite;
}

.back-to img,
.back-to svg {
  margin-right: 8px;
}

.submit-block {
  padding: 29px 31px 32px;
  background: #FFFFFF;
  border: 1px solid var(--color-brand);
  box-shadow: 8px 8px 0px var(--color-brand);
  max-width: 638px;
  margin: 0 auto;
  font-size: 16px;
}

.submit-block h5 {
  font-size: 24px;
  margin-bottom: 8px;
}

.submit-block p:last-of-type {
  margin-bottom: 2.1em;
}

.submit-form {
  margin: 0;
  padding: 0;
}

.submit-form .form-group {
  margin-bottom: 15px;
  display: flex;
}

@media (max-width: 767px) {
  .submit-form .form-group {
    flex-direction: column;
  }
}

.submit-form .form-group:last-child {
  margin-bottom: 0;
}

.submit-form textarea {
  height: 112px;
  font-size: 16px;
}

.submit-form textarea::placeholder {
  text-transform: initial;
  font-family: "ABC Whyte";
}

.submit-form button {
  font-size: 14px;
  font-family: 'ABC Whyte Mono';
  background: #F7E068;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--color-brand);
  border: none;
  margin-left: 16px;
  min-width: 143px;
}

@media (max-width: 767px) {
  .submit-form button {
    margin: 15px 0 0;
  }
}

.submit-form button:hover {
  color: #ffffff;
  background: var(--color-brand);
}

@keyframes bounceLeft {
  0%,
20%,
50%,
80%,
100% {
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }
  60% {
    -ms-transform: translateX(15px);
    transform: translateX(15px);
  }
}

.recent {
  padding: 85px 0 108px;
}
@media (max-width: 1023px) {
  .recent {
    padding: 85px 0 53px;
  }
}
@media (max-width: 639px) {
  .recent {
    padding: 85px 0 66px;
  }
}
.recent_intro {
  text-align: center;
  margin: 0 auto 45px;
  font-size: 18px;
}
@media (max-width: 1023px) {
  .recent_intro {
    margin: 0 auto 15px;
  }
}
@media (max-width: 480px) {
  .recent_intro {
    margin: 0 auto 25px;
  }
}
.recent_intro p {
  margin-bottom: 18px;
}
@media (max-width: 1023px) {
  .recent_intro p {
    margin-bottom: 28px;
  }
}
@media (min-width: 1024px) {
  .recent_intro .btn span {
    display: none;
  }
}
.recent_holder {
  display: flex;
  flex-wrap: wrap;
  max-width: 1104px;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .recent_holder {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 480px) {
  .recent_holder {
    margin: -12px;
  }
}
.recent_item {
  width: 33.3333%;
  padding: 12px;
}
@media (max-width: 1023px) {
  .recent_item {
    width: 368px;
  }
}
@media (max-width: 480px) {
  .recent_item {
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .recent .recent-block {
    min-height: 380px;
    padding: 32px;
  }
}
@media (max-width: 480px) {
  .recent .recent-block_content {
    padding: 0;
  }
}
@media (max-width: 1023px) {
  .recent .recent-block_content .title {
    font-size: 24px;
    line-height: 1.25;
  }
}
@media (max-width: 480px) {
  .recent .recent-block_content p {
    margin-bottom: 11px;
  } 
}

@media (max-width: 1199px) {
  ._left_align.marketplaces-block .marketplaces-block_holder {
    margin: 0 -15px;
    padding-right: 0;
  }
 
}
@media (max-width: 1023px) {
  ._left_align.marketplaces-block .marketplaces-block_holder {
    flex-direction: column-reverse;
  }
}

.container._sm-2,
html #branda-cookie-notice ._sm.cookie-notice-container {
  max-width: calc(860px + var(--gutter)*2);
}

.intro-about {
  padding: 113px 0 97px;
}

@media (max-width: 767px) {
  .intro-about {
    padding: 62px 0 50px;
  }
}

.intro-about .heading {
  line-height: 1.18;
  margin-bottom: 26px;
}

@media (max-width: 767px) {
  .intro-about .heading {
    line-height: 1.23;
    margin-bottom: 29px;
  }
}

@media (max-width: 360px) {
  .intro-about .heading {
    min-height: 196px;
  }
}

.intro-about .heading br {
  display: block;
}

@media (max-width: 1023px) {
  .intro-about .heading br {
    display: none;
  }
}

.intro-about .text {
  padding-bottom: 42px;
  font-size: 20px;
}

@media (max-width: 767px) {
  .intro-about .text {
    line-height: 1.45;
    padding: 0 1px 5px 0;
  }
}

.intro-about p {
  margin-bottom: 33px;
}

@media (max-width: 767px) {
  .intro-about p {
    margin-bottom: 30px;
  }
}

.intro-block {
  background: #DA5039;
  color: #ffffff;
  padding: 48px 110px;
  font-size: 18px;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .intro-block {
    padding: 29px 24px;
    margin: 0 -8px;
  }
}

.intro-block h5 {
  margin-bottom: 12px;
}

.intro-block p {
  margin-bottom: 31px;
}

@media (max-width: 767px) {
  .intro-block p {
    margin-bottom: 29px;
  }
}

.intro-block .btn {
  color: #ffffff;
  border-color: #ffffff;
  padding: 10px 16px;
}

.intro-block .btn:hover {
  background: #ffffff;
  color: var(--color-brand);
  border-color: var(--color-brand);
}

@media (max-width: 1023px) {
  .section-about {
    margin: 0 -8px;
  }
}

.section-about h6 {
  font-size: 20px;
  margin-bottom: 29px;
}

@media (max-width: 767px) {
  .section-about h6 {
    margin-bottom: 27px;
  }
}

.about-block {
  border: 3px solid var(--color-brand);
  height: 100%;
  border-radius: 6px;
}

.about-block_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--color-brand);
  padding: 17px 23px 17px 16px;
}

@media (max-width: 1100px) {
  .about-block_top {
    padding: 17px 13px;
  }
}

@media (max-width: 1023px) {
  .about-block_top {
    padding: 17px 16px;
  }
}

.about-block_top h6 {
  margin-bottom: 0;
  font-size: 20px;
}

.about-block_top .ico {
  display: flex;
}

.about-block_content {
  padding: 24px 16px;
}

.about-block_content .image {
	margin-bottom: 16px;
	min-width: 100px;
	max-width: 100px;
	height: 100px;
}

.about-block_content .image img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

.about-block_content .info {
  font-size: 16px;
  margin-top: 0px;
  line-height: 1.45;
}

.about-block_content .info .heading {
    margin-bottom: 4px;
    font-family: "ABC Whyte";
	font-size: 40px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.04;
}

.about-block_content .info .role {
	font-size: 18px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.45;
	color: #f0c332;
	margin-bottom: 0px;
}

.about-block_content .info  .cyber{
	color: #f0c332;
}
.about-block_content .info .home{
	color: #F9A826;
}

.about-block_content .info  .emergency{
	color: #DA5039;
}



.about-block_content .info p:last-child {
  margin-bottom: 0;
}

.expert-slider,
.team-slider {
  display: flex;
  flex-wrap: wrap;
  margin: -12px -12px 35px;
}

@media (max-width: 1023px) {
.team-slider {
    margin: -12px -12px 83px !important;
  }
}

.expert-slider .slick-track,
.team-slider .slick-track {
  display: flex !important;
}

.expert-slider .slick-slide,
.team-slider .slick-slide {
  height: inherit !important;
}

.expert-slide,
.team-slide {
  width: 33.3333%;
  padding: 12px;
}

.contact-block {
  display: flex;
  border: 1px solid rgba(40, 42, 41, 0.2);
  margin: 93px 0;
  padding: 24px 0;
}

@media (max-width: 767px) {
  .contact-block {
    flex-direction: column;
    padding: 0 48px;
    margin: 84px 0 13px;
  }
	.expert-slider, .team-slider {
		display: block;
	}
	.expert-slide, .team-slide {
		width: 100%;
	}
}

.contact-block_item {
  width: 50%;
  padding: 33px 64px;
}

@media (max-width: 767px) {
  .contact-block_item {
    width: 100%;
    padding: 47px 0;
  }
}

.contact-block_item:first-child {
  border-right: 1px solid rgba(40, 42, 41, 0.2);
}

@media (max-width: 767px) {
  .contact-block_item:first-child {
    border-right: none;
    border-bottom: 1px solid rgba(40, 42, 41, 0.2);
  }
}

.contact-block_item:last-child {
  padding: 33px 78px;
}

@media (max-width: 1023px) {
  .contact-block_item:last-child {
    padding: 33px 64px;
  }
}

@media (max-width: 767px) {
  .contact-block_item:last-child {
    padding: 47px 0;
  }
}

.contact-block h6 {
  font-size: 24px;
  margin-bottom: 24px;
}

.contact-block a {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #000000;
  max-width: max-content;
}

.contact-block a:hover span:after {
  width: 0;
}

.contact-block a .ico {
  display: flex;
}

.contact-block a .ico img {
  margin-right: 16px;
}

.contact-block a span {
  position: relative;
}

.contact-block a span:after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000000;
  transition: width .3s;
}

.commitment-block._no-border {
  box-shadow: none;
  border: none;
}

.commitment-block._about {
  padding: 0;
  max-width: 843px;
}

.faq {
  padding: 71px 0;
  background-color: #f8f8f8;
}

@media (max-width: 767px) {
  .faq {
    padding: 0 0 35px;
  }
}

.faq h4 {
  font-size: 30px;
}

@media (max-width: 767px) {
  .faq h4 {
    font-size: 24px;
  }
}

.faq-accordion {
  border-top: 1px solid var(--color-brand);
  border-bottom: 1px solid var(--color-brand);
  margin: 55px 0;
}

@media (max-width: 767px) {
  .faq-accordion {
    margin: 53px 0;
  }
}

.faq-accordion li {
  padding: 0 21px 0 17px;
  border-bottom: 1px solid var(--color-brand);
}

@media (max-width: 767px) {
  .faq-accordion li {
    padding: 0 19px 0 17px;
  }
}

.faq-accordion li:last-child {
  border-bottom: none;
}

.faq-accordion li .opener {
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 0;
}

.faq-accordion li .opener_btn {
  min-width: 14px;
  height: 2px;
  background: currentColor;
  border-radius: 2px;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  margin-left: 15px;
}

.faq-accordion li .opener_btn::after {
  content: '';
  position: absolute;
  min-width: 14px;
  height: 2px;
  background: currentColor;
  border-radius: 2px;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  transform: rotate(90deg);
}

.faq-accordion li .slide {
  font-size: 16px;
  padding-bottom: 7px;
}

@media (max-width: 767px) {
  .faq-accordion li .slide {
    padding-bottom: 3px;
  }
  .resources-article_info h1 {
  	font-size:32px;
  }
}

.faq-accordion li.active .opener_btn {
  transform: rotate(225deg);
}

@media (max-width: 1023px) {
  .nav ul {
    max-height: calc(100vh - 91px);
    overflow: auto;
  }
}
.resources-article ul {
	padding-left: 20px;
	list-style: disc;
}
.resources-article ul li {
	margin-bottom: 1em;
	list-style: disc;
}

.resources-article__content h2 {
	font-size: var(--h4);
}
.resources-article__content > h3 {
	font-size: var(--h5);
}

/* Mobile Menu - Category Icon Navigation */
.page-template-marketplace  .category-nav-container,
.tax-product_cat .category-nav-container,
.woocommerce-shop .category-nav-container,
.single-product .category-nav-container {
	display:none !important;
  }
  
  .category-tab-nav__content.mobile-category-nav  .nav-category__link__label   {
	font-size: 11px;
	line-height: 1.23;
  }
  
  .category-tab-nav__content.mobile-category-nav  .tabcontent {
	display: flex;
  }
  
  .category-tab-nav__content.mobile-category-nav {
	border-top: 1px solid #282a29 !important;
  }
  
  .category-tab-nav__content.mobile-category-nav  .nav-category__link {
	padding: 15px 5px 15px;
	max-width: 95px;
  }
  
  .category .mobile-category-nav {
	display:none;
  }
  
  @media only screen and (min-width: 767px) {
	.mobile-category-nav {
		display: none;
	}
  }
  
  @media (max-width: 767px) {
  
	.page-template-content-modules .tabcontent.container,
	.page-template-resources .tabcontent.container,
	.page-template-about .tabcontent.container   {
		padding-left: 10px;
	}
	.page-template-content-modules .header-menu-wrapper,
	.page-template-resources .header-menu-wrapper,
	.page-template-about .header-menu-wrapper   {
		padding: 12px 0;
		background-color: #ffffff !important;
	}
	.page-template-content-modules  .header-menu-wrapper .logo,
	.page-template-resources  .header-menu-wrapper .logo,
	.page-template-about  .header-menu-wrapper .logo    {
	  filter: brightness(0) !important;
	}
  
	.page-template-content-modules .nav-search__button--open,
	.page-template-content-modules .is-active .nav-search__button--close,
	.page-template-resources  .nav-search__button--open,
	.page-template-resources  .is-active .nav-search__button--close,
	.page-template-about  .nav-search__button--open,
	.page-template-about  .is-active .nav-search__button--close  {
		filter: brightness(0);
	}
  
	.page-template-content-modules .marketplace-banner {
		padding: 228px 0 30px !important;
		max-height: 575px !important;
		margin-top: 5px;
	}
  
	.page-template-content-modules .header,
	.page-template-about .header,
	.page-template-resources .header-alt .header-menu-wrapper,
	.page-template-about .header-alt .header-menu-wrapper,
	.category-tab-nav__content.mobile-category-nav {
		background-color: #ffffff !important;
	}
  
	.page-template-content-modules .nav-opener span,
	.page-template-content-modules .nav-opener:after,
	.page-template-content-modules .nav-opener:before,
	.page-template-resources .nav-opener span,
	.page-template-resources .nav-opener:after,
	.page-template-resources .nav-opener:before,
	.page-template-about .nav-opener span,
	.page-template-about .nav-opener:after,
	.page-template-about .nav-opener:before   {
		background: #282a29 !important;
	}
  }
/* Header Search */

.nav-opener__wrapper {
	margin-left: auto;
	margin-right: 20px;
  }  

.nav-search {
	display: flex;
	align-items: center;
  }
  
  .nav-search__form {
	display: none;
	margin-bottom: 0;
  }
  
  .is-active .nav-search__form {
	display: block;
  }
  
  .nav-search__button {
	appearance: none;
	border: none;
	background: transparent;
  }
  
  .nav-search__button--close {
	display: none;
  }
  
  .is-active .nav-search__button--close {
	display: block;
  }
  
  .is-active .nav-search__button--open {
	display: none;
  }
  
  #search_block fieldset {
	display: flex;
  }
  
  .pagination--default {
	margin-top: 30px;
	flex-direction: row-reverse;
  }
  
  @media only screen and (max-width: 767px) {
	.nav-search__form {
	  position: absolute;
	  top: 100%;
	  right: 0;
	  margin-top: 15px;
	  width: 100%;
	}
	.nav-search.is-active {
		min-width: 0px !important;
	  }
  }

  /* Dropdown Menus */

.menu-item-has-children:after {
	content: url(/wp-content/themes/batten/images/ico/ico-next.svg);
	transform: rotate(90deg);
	  position: relative;
	  display: inline-block;
	  top: 3px;
	  left: 5px;
	  filter: brightness(10);
	  transition: transform .2s linear;
  }
  
  .menu-item-has-children:hover:after {
	transform: rotate(270deg);
	transition: transform .2s linear;
  }
  
  .top-nav ul ul {
	display: none;
	position:absolute;
	background-color: #282a29;
	  padding: 12px 24px 20px;
	  margin: 0;
	  list-style: none;
	  width: 240px;
  }
  .top-nav .sub-menu li {
  padding: 5px 6px;
  line-height: 16px;
  
  }
  
  .top-nav .sub-menu a {
  font-size: 14px;
  font-weight: normal;
  color: #ffffff !important;
	}
  
  .top-nav .sub-menu a:hover,
  .top-nav .sub-menu .current-menu-item a {
	color: #f0c332 !important;
  }
  .top-nav ul li:hover > ul {
	display: block;
  }


  /* Top Bar */

.carousel-cell {
	width: 100%; /* full width */
	  text-align: center;
	  font-size: 14px;
	  padding: 10px 0;
  }
  .carousel-cell a{ 
	  color: #F0C332;
  }
  
  .main-carousel {
	  background-color:#080808;
	  color: #F0C332;
  }
  
  .top-bar-slide-message {
	padding: 0 10px;
	font-size: 16px;
	color: #F0C332;
  }

  .top-bar-slide-message svg path{
	fill: #F0C332;
  }
  @media only screen and (max-width: 767px) {
  .carousel-cell {
	  padding: 5px 0px;
  }
  .top-bar-slide-message {
	font-size: 15px;
  }
  }
  
  /* New Homepage update */
.home-banner__anchor {
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  }
  
  .popular-products,
  .three-columns {
	text-align: center;
  }
  
  .popular-products {
	padding: 80px 50px;
	background-image: linear-gradient(to bottom, #fbf5e6 0%, #fffcf2 100%);
  }
  
  .three-columns h4 {
	margin-bottom: 1em;
  }
  
  .popular-products h4 {
	margin-bottom: 80px;
	font-size: var(--h3);
	font-weight: 600;
  }
  
  .three-columns .row {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	grid-gap: 50px;
  }
  
  .three-columns__item__img {
	margin-bottom: 10px;
  }
  
  .three-columns__item__content {
	margin-bottom: 0;
	color: rgba(40, 42, 41, 0.8);
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
  }
  
  .popular-products__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	grid-gap: 60px;
	margin-bottom: 55px;
  }
  
  .popular-products__item {
	padding: 24px 24px 32px;
	border-radius: 7px;
	box-shadow: 0 0 15px 0 rgb(240 195 50 / 25%);
	border: solid 1px #f0c332;
	background-color: #fff;
	height: 280px;
	flex-grow: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
  }
  
  .popular-products__item:hover {
	border: 1px solid rgba(40, 42, 41, 0.6);
  }
  
  .popular-products__item img {
	margin-bottom: 10px;
	height: 43px;
  }
  
  .popular-product-card:after {
	content: "";
	position: absolute;
	width: 40px;
	height: 40px;
	background-image: url(/wp-content/uploads/2023/04/chevron-black-circle.png);
	background-repeat: no-repeat;
	z-index: 1;
	margin-top: -21px;
	margin-left: -15px;
  }
  
  
  .popular-products-btn {
	margin: 0 auto;
  }
  
  .expert-thumbnail {
	clear: both;
  }
  
  .expert-thumbnail img {
	border-radius: 150px;
  }
  
  .expert-thumbnail:first-child img {
	width: 176px;
	height: 176px;
  }
  
  .expert-thumbnail:first-child {
	margin-top: -30px;
	margin-left: 50px;
	margin-right: 50px;
	float: left;
  }
  
  .expert-thumbnail:nth-child(2) img {
	width: 140px;
	height: 140px;
  }
  
  .expert-thumbnail:nth-child(2) {
	float: right;
	margin-top: -200px;
  }
  
  .expert-thumbnail:last-child img {
	width: 194px;
	height: 194px;
  }
  
  .expert-thumbnail:last-child {
	float: right;
	margin-right: 200px;
	margin-top: -122px;
  }
  
  .new-experts__inner {
	color: #282a29;
	justify-content: center;
	text-align: center;
  }
  
  .new-experts .btn-transparent img,
  .popular-products-btn img {
	transition: transform .3s ease-in-out;
	will-change: transform;
  }
  
  .new-experts .btn-transparent:hover img,
  .popular-products-btn:hover img {
	transform: translateX(10px);
  }
  
  .new-experts__content h5 {
	font-size: var(--h3);
	font-weight: 600;
	margin-bottom: 46px;
  
  }
  
  .new-experts__cta {
	border-radius: 5px;
	box-shadow: 4px 4px 0 0 #f0c332;
	border: solid 1px #f0c332;
	background-color: #fff;
	font-size: 17px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: 0.05px;
	text-align: center;
	color: #282a29;
	padding: 17px 0;
	display: block;
	width: 295px;
	font-family: "ABC Whyte";
  }
  
  .new-experts__img {
	margin-right: 50px;
	flex-shrink: 0;
  }
  
  .new-experts__content {
	display: flex;
	flex-direction: column;
	align-items: center;
  }
  
  .new-experts__content p {
	font-weight: 400;
	color: #282a29;
	margin-bottom: 20px;
  }
  
  .new-experts .expert-slider {
	padding-bottom: 48px;
  }
  
  .new-experts .about-block_content {
	padding: 0px;
	background-color: #ffffff;
  }
  
  .new-experts .about-block_content .image {
	max-width: inherit;
	border-radius: 200px;
		width: 350px;
		height: 350px;
		margin: 0 auto;
	overflow: hidden;
	background-color: #ffffff;
	padding: 15px;
  }
  
  .new-experts .about-block_content .image img {
	width: 350px;
	height: auto;
  }
  
  .new-experts .about-block_content .info .heading {
	font-size: 40px;
	font-weight: bold;
	letter-spacing: normal;
	line-height: 1;
	margin-bottom: 6px;
  }
  
  .new-experts .about-block_content .info .role {
	font-size: 18px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.31;
	letter-spacing: normal;
	text-align: center;
	color: #6b7280;
	text-transform: uppercase;
	margin-bottom: 28px;
  }
  
  .new-experts .about-block_content .info {
	padding: 20px 20px 30px;
	background-color: #ffffff;
  }
  
  .expert-slide:first-child .bio-learn-more {
	border-bottom: 1px solid #f0c331;
  }
  
  .expert-slide:nth-child(2) .bio-learn-more {
	border-bottom: 1px solid #f9a826;
  }
  
  .expert-slide:last-child .bio-learn-more {
	border-bottom: 1px solid #da5039;
  }
  
  .expert-slide:first-child .about-block {
	border: 2px solid #f0c331;
  }
  
  .expert-slide:nth-child(2) .about-block {
	border: 2px solid #f9a826;
  }
  
  .expert-slide:last-child .about-block {
	border: 2px solid #da5039;
  }
  
  .new-experts .expert-slider {
	justify-content: space-evenly;
	gap: 50px;
	flex-wrap: nowrap;
	margin: 0px;
  }
  
  .new-experts .expert-slide {
	padding: 0px;
	border-radius: 8px;
	background-color: #f8f8f8;
  }
  
  .expert-slide .recommended-product {
	font-size: 16px;
	background-color: #f8f8f8;
  }
  
  .expert-slide:first-child .btn-outline {
	background-color: #f0c332;
  }
  
  .expert-slide:nth-child(2) .btn-outline {
	background-color: #f9a826;
  }
  
  .expert-slide:last-child .btn-outline {
	background-color: #da5039;
  }
  
  .expert-slide .btn-outline {
	border: none;
  }
  
  .expert-slide .btn-outline:hover {
	background-color: #000000;
	color: #ffffff;
  }
  
  .recommended-product {
	padding: 36px 0;
  }
  
  .recommended-product img {
	max-height: 150px;
	width: auto;
	padding: 16px 0px;
	display: block;
	margin: 0 auto;
  }
  
  @media only screen and (max-width: 820px) and (min-width: 767px) {
	.new-experts .expert-slide {
	  width: 46%;
	}
  
	.new-experts .expert-slider {
	  flex-wrap: wrap;
	  gap: 20px;
	}
  
  }
  
  @media only screen and (min-width: 767px) {
	.new-experts {
	  padding: 100px 0;
	}
  
	.new-experts {
	  background: url('/wp-content/uploads/2023/05/DOG.png');
	  background-repeat: no-repeat;
	  background-position: 90% 5%;
	}
  }
  
  
  
  @media only screen and (max-width: 767px) {
	.three-columns {
	  margin: 50px 0;
	}
  
	.three-columns .row {
	  display: block;
	}
  
	.three-columns__item:not(:last-child) {
	  margin-bottom: 36px;
	}
  
	.popular-products__grid {
	  grid-template-columns: repeat(2, minmax(0, 1fr));
	  grid-gap: 20px;
	}
  
	.popular-products {
	  padding: 60px 0;
	}
  
	.popular-products h4 {
	  margin-bottom: 40px;
	}
  
	.popular-products-btn {
	  margin: 40px auto 0;
	}
  
	.popular-product-card:after {
	  margin-top: -13px;
	  margin-left: -10px;
	  background-size: cover;
	  width: 24px;
	  height: 24px;
	}
  
	.new-experts__inner {
	  display: block;
	  margin-left: -24px;
	  margin-right: -24px;
	  padding: 40px 24px;
	  text-align: center;
	  background: none;
	}
  
	.new-experts__img {
	  margin-bottom: 10px;
	}
  
	.new-experts__img {
	  margin-right: 0;
	}
  
	.new-experts {
	  margin: 20px 0;
	}
  
	.new-experts .expert-slide {
	  margin-bottom: 40px;
	}
  
	.new-experts .expert-slider {
	  padding-bottom: 0px;
	}
  
	.honor-foundation__inner-cotnent {
	  flex-direction: column !important;
	  gap: 32px !important;
	}
  
	.honor-foundation__img {
	  width: auto !important;
	}
  
	.honor-foundation_heading {
	  font-size: 42px !important;
	}
  
	.honor_foundation {
	  padding: 60px 0 !important;
	}
  }
  
  @media only screen and (max-width: 576px) {
	.popular-products__grid {
	  grid-template-columns: 1fr;
	  grid-gap: 28px;
	  max-width: 200px;
	  margin: 0 auto;
	}
  
	.popular-products__item {
	  font-size: 20px;
	  height: auto;
	  min-height: 176px;
	}
  }
  
  .recent_intro h4 {
	font-size: var(--h3);
	font-weight: 600;
  }
  
  .recent_intro p {
	margin-bottom: 40px;
  }
  
  
  @media (max-width:767px) {
	.home-banner__anchors {
	  margin-bottom: 40px;
	}
  
	.recent_intro {
	  margin-bottom: 35px;
	}
  }
  
  .product-card__reviews {
	display: flex;
	margin-bottom: 10px;
	align-items: center;
  }
  
  .star-rating {
	position: relative;
	margin-right: 10px;
	flex: 0 0 120px;
	height: 24px;
	background-size: contain;
	background-repeat: no-repeat;
  }
  
  .star-rating__active {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	background-image: url('./images/stars.svg');
	background-size: 120px auto;
	background-repeat: no-repeat;
  }
  
  .product-card__rating {
	font-size: 16px;
	line-height: 20px;
	color: #374151;
  }
  
  .product-card__rating span {
	color: #9CA3AF;
  }
  
  .product-card__rating img {
	margin-left: 8px;
  }

  .product-card__rating a {
	color: #9CA3AF;
  }
  
  .recent-cta {
	padding-top: 30px;
	text-align: center;
	padding-bottom: 60px;
  }

  /*Featured Products Slider*/

.featured-products-slide .rec-label{
	position: absolute;
	margin-left: -22px;
	  top: 9px;
	font-size: 14px;
	color: white;
	background-color: #DA5039;
	padding: 1px 10px;
	border-radius: 0px 5px 5px 0;
  }
  
  .featured-products .headline,
  .more-deals .headline {
	position:relative;
  }
  
  .featured-products .price,
  .more-deals .price {
	font-weight:bold;
  }
  
  .featured-products .headline a,
  .more-deals .headline a {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  color: rgba(40, 42, 41, 0.8);
  font-size: 18px;
  line-height: 26px;
  }
  
  .featured-products {
	padding: 68px 0 60px 0;
  }
  
  .featured-products .product-image-container,
  .more-deals .product-image-container {
	height: 235px;
	padding-bottom: 5px;
	display: flex;
	flex-direction: column;
	justify-content: center;
  }
  .featured-products-slider {
	padding: 0 40px;
  }
  
  .featured-products-slide {
	margin:0 12px;
  }
  
  .featured-product-block {
	border: 1px solid rgba(40, 42, 41, 0.1);
	  padding: 22px 23px 22px 22px;
	  height: 100%;
	  min-height: 335px;
	  display: flex;
	  flex-direction: column;
	  cursor: pointer;
	  background-color: #ffffff;
	  border-radius: 8px;
  }
  .featured-products .headline_subtitle {
	font-size: var(--h3);
	font-weight: 700;
	  letter-spacing: 0!important;
	  padding-bottom: 18px;
  }
  .featured-products .slick-arrow {
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid var(--color-brand);
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
  }
  
  .featured-products .slick-arrow.prev {
	left: -44px;
  }
  
  .featured-products  .slick-arrow.slick-disabled {
	opacity: .5;
  }
  
  .featured-products  .slick-arrow.next {
	right: -44px;
  }
  @media only screen and (max-width: 959px) {
  .featured-products .headline {
	margin-bottom: 15px;
  }
  .featured-products .headline a {
	position:relative;
  }
  .featured-product-block {
	padding: 15px !important;
	min-height: 308px;
  }
  .featured-products-slide .rec-label{
	margin-left: -15px;
  }
  }
  
  @media only screen and (max-width: 767px) {
	.featured-products-slider {
	  padding: 0 0px;
  }
  .featured-product-block {
	min-height: 230px;
	font-size: 16px;
  }
  .featured-products .product-image-container {
	height: 175px;
  }
  .featured-products {
  padding: 50px 0 40px 0;
  }
  
	}

	/*Logo Slider*/

.logo-slider-section {
	padding: 40px 0;
  }
  @media only screen and (max-width: 959px) {
  .logo-slider-section .slick-dots {
	position:relative;
	bottom:0;
  }
  
  .logo-slider {
	padding: 0px 0px !important;
  }
  }
  
  .logo-slider-section .slick-arrow {
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid var(--color-brand);
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
  }
  
  .logo-slider-section .slick-arrow.prev {
	left: -44px;
  }
  
  .logo-slider-section  .slick-arrow.slick-disabled {
	opacity: .5;
  }
  
  .logo-slider-section  .slick-arrow.next {
	right: -44px;
  }
  
  .logo-slider {
	padding: 0 40px;
  }
  
  .logo-slider .slick-track{
	display: flex;
	align-items: center;
  }
  
  .logo-slide {
	margin: 0 12px;
  }
  
  .logo-slide img{
	max-height: 125px;
	margin:0 auto;
  }

  /* Marketplace Banner */

  .marketplace-banner {
	position: relative;
	padding: 160px 0 130px;
	overflow: hidden;
	max-height: 600px;
	height: 100%;
  }
  
  .marketplace-banner::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(98deg, #282a29 15%, rgba(60, 61, 62, 0.54) 97%);
	z-index: -1;
  }

  .home .marketplace-banner__img {
	object-position: 100% 50%;
  }

  .marketplace-banner__img {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 100% 18%;
	z-index: -2;
  }

  .marketplace-banner_video__caption {
	color: #ffffff;
	margin-top: 15px;
  }

  .marketplace-banner__heading {
	margin-bottom: 20px;
	max-width: 700px;
	color: #FBF9F4;
  }

  .marketplace-banner-about h1.marketplace-banner__heading span {
	color: #F0C332;
  }

  .marketplace-banner__heading {
	margin-bottom: 20px;
	font: 800 60px/1 'Inter';
	letter-spacing: -0.025em;
  }

  .marketplace-banner--yellow .marketplace-banner__heading span {
	color: #F0C332;
  }
  
  .marketplace-banner--orange .marketplace-banner__heading span {
	color: #F9A826;
  }
  
  .marketplace-banner--red .marketplace-banner__heading span {
	color: #DA5039;
  }

  .marketplace-banner__content {
	color: #D1D5DB;
  }

  @media (max-width: 767px)  {
	.page-template-content-modules .marketplace-banner {
		padding: 280px 0 30px !important;
		max-height: 600px !important;
		margin-top: 5px;
		}
	.page-template-content-modules .marketplace-banner {
		padding: 280px 0 30px !important;
		max-height: 980px !important;
		margin-top: 5px;
	}
		section.marketplace-banner.marketplace-banner--orange {
		padding: 270px 0 30px !important;
		max-height: 580px !important;
		margin-top: 0px!important;
	}
		section.marketplace-banner.marketplace-banner--yellow {
		padding: 270px 0 30px !important;
		max-height: 640px !important;
		margin-top: 0px!important;
	}
		section.marketplace-banner.marketplace-banner--red {
		padding: 270px 0 30px !important;
		max-height: 640px !important;
		margin-top: 0px!important;
	}
		body.home section.marketplace-banner.marketplace-banner--yellow {
		padding: 280px 0 30px !important;
		max-height: unset !important;
		margin-top: 0px!important;
	}
}

  @media (min-width:820px) {
	.marketplace-banner__content {
	  max-width: 50%;
	}
  
	.marketplace-banner.video-banner .marketplace-banner__content {
	  max-width: 100%;
	}
  }

  .marketplace-banner .btn {
	padding: 17px 41px;
	border: none;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1), 0px 1px 2px rgba(0, 0, 0, 0.06);
	border-radius: 6px;
	font: 600 16px/26px 'ABC Whyte', sans-serif;
	letter-spacing: 0.04em;
	margin-bottom: 15px;
  }

  .marketplace-banner .btn-yellow {
	color: #282a29;
	background-color: #F0C332;
  }
  
  .marketplace-banner .btn-yellow:hover {
	color: #fff;
	background-color: #F0C332;
  }

  .marketplace-banner .btn-white {
	margin-left: 12px;
  }

  @media (max-width: 976px) {
	.marketplace-banner.video-banner .video-banner_vid-col,
	.marketplace-banner.video-banner .video-banner_text-col {
	  width: 100% !important;
	}
  
	.marketplace-banner.video-banner .container {
	  flex-direction: column;
	  gap: 20px;
	}
  
	.marketplace-banner.video-banner {
	  max-height: 925px !important;
	  height: auto;
	}
	.marketplace-banner.video-banner .video-banner_vid-col iframe,
	.video-tabs_vid-col iframe {
	  height: 250px;
	  width: 430px;
	}
  }

  .marketplace-banner.video-banner .video-banner_vid-col iframe,
.video-tabs_vid-col iframe {
  margin-bottom: 0px;
      border: 2px solid #f0c332;
      border-radius: 10px;
  }

  .marketplace-banner.video-banner .video-banner_vid-col,
.marketplace-banner.video-banner .video-banner_text-col {
  width: 50%;
}

.marketplace-banner.video-banner .container {
	display: flex;
	gap: 55px !important;
  }
  
  .marketplace-banner.video-banner .container .mejs-container,
  .top-tips .mejs-container {
	margin-bottom: 0px;
	border: 1px solid #f0c332;
  }
  
  .marketplace-banner.video-banner .mejs-container,
  .marketplace-banner.video-banner .mejs-controls,
  .top-tops .mejs-container,
  .top-tips .mejs-controls {
	border-radius: 10px;
  }
  
  .marketplace-banner.video-banner {
	max-height: 650px;
  }

  @media (max-width: 767px) {
	.marketplace-banner {
	  padding: 115px 0 30px;
	  text-align: center;
	  max-height: 450px !important;
	}
  
	.marketplace-banner::before {
	  background-image: linear-gradient(108deg, #282a29 13%, rgba(61, 61, 61, 0.54) 76%);
	}
  
	.marketplace-banner__heading {
	  margin-bottom: 8px;
	  font-size: 36px;
	  line-height: 44px;
	}
  
  
	.marketplace-banner .btn {
	  font-size: 14px;
	  line-height: 22px;
	  font-family: 'ABC Whyte';
	  letter-spacing: 0;
	}
  
	.marketplace-banner__img {
	  object-position: 45% 18%;
	}
  }
  
  @media (max-width: 576px) {
	.marketplace-banner .btn {
	  margin-bottom: 12px;
	  padding: 12px 20px;
	  width: 100%;
	}
  
	.marketplace-banner .btn-white {
	  margin-left: 0;
	}
  }
  /* Banner Tab Section */

  .banner-tab {
	padding: 60px 0;
	background-color: #fcf7e9;
  }

  .banner-tab__links,
.nav-categories {
  display: flex;
  background: #fcf7e9;
  overflow-x: auto;
}

.banner-tab__links .container {
	display: flex;
	padding: 0;
	overflow: auto;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
  }

  .banner-tab__link {
	opacity: 1;
  }

  @media only screen and (min-width: 1090px) {
	.banner-tab__link {
	  flex: 0 0 calc(100% / 5) !important;
	}
  }

  @media only screen and (max-width: 1089px) {
	.banner-tab__link {
	  flex: 0 0 calc(100% / 3);
	}
  }

  .banner-tab__link:first-child {
	border-radius: 7px 0 0 7px;
	border-bottom: solid 2px #f0dd32;
  }

  .banner-tab__link:first-child:hover,
  .banner-tab__link:first-child.is-active{
	background-color: #f0dd32;
  }
  
  .banner-tab__link:nth-child(2) {
	border-bottom: solid 2px #f9a826;
  }
  
  .banner-tab__link:nth-child(2):hover,
  .banner-tab__link:nth-child(2).is-active{
	background-color: #f9a826;
  }
  
  
  .banner-tab__link:last-child {
	border-radius: 0 7px 7px 0;
	border-bottom: solid 2px #da5039;
  }

  .banner-tab__link:last-child:hover,
  .banner-tab__link:last-child.is-active{
	background-color: #da5039;
  }

  .banner-tabs__link__label,
.nav-category__link__label {
  font-weight: bold;
  font-size: 25px;
  line-height: normal;
  color: #000000;
  margin-bottom: 0px;
}

.banner-tab__link{
  padding: 16px 0 17px;
  text-align: center;
  cursor: pointer;
}

.nav-category__link {
	flex: 0 0 140px;
  padding: 16px 0 17px;
  text-align: center;
  cursor: pointer;
}


.nav-category__link.is-active {
  border-bottom: 2px solid #f0dd32;
}

.banner-tab__link__img,
.nav-category__link__img {
  margin-bottom: 12px;
  width: auto;
  height: 32px;
}

.banner-tab__content__heading {
	margin-bottom: 12px;
	font-size: 40px;
	line-height: 1.5;
	color: #111827;
	font-weight: bold;
  }

  .banner-tab__contents {
	position: relative;
	padding: 48px 0 76px;
	overflow: hidden;
  }
  
  .banner-tab__contents .container {
	position: relative;
	z-index: 1;
	padding: 0px;
  }
  
  .banner-tab__contents::after {
	position: absolute;
	content: '';
	top: 30px;
	right: 54px;
	width: 404px;
	height: 404px;
	background-size: contain;
  }
  
  .banner-tab__content {
	display: none;
	padding: 32px;
  }
  
  .banner-tab__content.is-active {
	display: flex;
	gap: 80px;
	align-items: center;
  }
  
  .banner-tab-content-col,
  .banner-tab-content-img {
	width: 50%;
  }

  .banner-tab__content__copy {
	margin-bottom: 24px;
	color: #6b7280;
  }

  .banner-tab__content__cta {
	white-space: normal;
	display: block;
	padding: 17px;
	font-size: 17px;
	font-weight: bold;
	max-width: 300px;
	font-family: "ABC Whyte";
  }

  .banner-tab__content.is-active ul {
	margin-left: 30px;
  }
  
  .banner-tab__content.is-active ul li {
	list-style: disc !important;
  }
  
  .banner-tab-content-img img {
	border-radius: 8px;
  }

  @media only screen and (min-width: 960px) {
	.nav-opener__wrapper {
	display:none;
}
}

  @media only screen and (min-width: 768px) {
	.nav-opener__wrapper {
	  padding: 10px 20px;
	  background: #282A29;
	  border-radius: 5px;
	  margin-left: auto;
	  margin-right: 20px;
	}
  
	.banner-tab__links {
	  padding: 0 28px;
	}
  
	.banner-tab-content-img img {
	  display: flex;
	}
  }
  
  @media only screen and (min-width: 1440px) {
	.banner-tab__links {
	  justify-content: center;
	}
  }

  @media only screen and (max-width: 767px) {
	.new-banner__heading {
	  font-size: 26px;
	  line-height: 1.1;
	  letter-spacing: -1px;
	}
  
	.banner-tab__content__heading {
	  font-size: 36px;
	  line-height: 1.4;
	}
  
	.banner-tab__contents::after {
	  content: none;
	}
  
	.banner-tabs__link__label {
	  font-size: 18px;
	}
  
	.banner-tab__links .container {
	  padding: 0 10px !important;
	}
  
	.banner-tab__content.is-active {
	  flex-direction: column-reverse;
	  gap: 32px;
	}
  
	.banner-tab-content-col,
	.banner-tab-content-img {
	  width: 100%;
	}
  
	.banner-tab__contents {
	  padding: 0px;
	}
  }

  /*
  // New Deals Page 
  */

    /*Featured Deals Slider*/

	.page-id-7459 .marketplace-banner {
		max-height: 445px !important;
		  }
		
		  @media (max-width: 767px) {
		  .page-id-7459 .marketplace-banner.marketplace-banner--yellow {
			max-height: 475px !important;
		}
		}
		
		  .featured-deals .headline {
			position:relative;
		  }
		  
		  .featured-deals .headline a {
		  position: absolute;
		  top: 50%;
		  right: 0;
		  transform: translateY(-50%);
		  color: rgba(40, 42, 41, 0.8);
		  font-size: 18px;
		  line-height: 26px;
		  }
		  
		  .featured-deals {
			padding: 68px 0 60px 0;
			margin-bottom: 50px;
		  }
		
		  .featured-deals .product-image-container {
			height: 235px;
			padding-bottom: 5px;
			display: flex;
			flex-direction: column;
			justify-content: center;
		  }
		
		  .featured-deals .headline_subtitle,
		  .more-deals .headline_subtitle {
			font-size: var(--h3);
			font-weight: 700;
			  letter-spacing: 0!important;
			  padding-bottom: 18px;
		  }
		  .featured-deals .slick-arrow {
			top: 50%;
			transform: translateY(-50%);
			position: absolute;
			width: 40px;
			height: 40px;
			border-radius: 50%;
			border: 1px solid var(--color-brand);
			display: flex;
			align-items: center;
			justify-content: center;
			cursor: pointer;
		  }
		  
		  .featured-deals .slick-arrow.prev {
			left: -24px;
		  }
		  
		  .featured-deals  .slick-arrow.slick-disabled {
			opacity: .5;
		  }
		  
		  .featured-deals  .slick-arrow.next {
			right: -24px;
		  }
		
		  .featured-deals-slider {
			padding: 0 40px;
		  }
		  
		  .featured-deals-slide {
			margin:0 12px;
		  }
		
		  .featured-deals .featured-deals-slide .accordion{
		  margin-top: 0px;
			transition: all .3s ease-in-out;
		  }
		
		  .featured-deals .featured-deals-slide .accordion-header {
			position: relative;
			display: inline-block;
			padding: 15px 40px 15px 0;
			font-size: 15px;
			line-height: 20px;
		  }
		
		  .featured-deals .featured-deals-slide  .testimonial-copy,
		  .more-deals  .product-description {
			margin-bottom: 10px;
			font-size: 14px;
			line-height: 20px;
		  }
		
		  .featured-deals .featured-deals-slide .accordion-body {
			display:none;
			padding:16px;
		  }
		
		  .featured-deals .featured-deals-slide {
			border: 1px solid rgba(40, 42, 41, 0.1);
			padding: 22px 23px 22px 22px;
			height: auto;
			min-height: 335px;
			display: flex;
			flex-direction: column;
			cursor: pointer;
			background-color: #ffffff;
			border-radius: 8px;
		  }
		
		  .featured-deals-slider .slick-track {
			display:flex;
			align-items: stretch;
		  }
		
		  .featured-deals .featured-deals-slide .product-image-container,
		  .more-deals .product-image-container  {
			background-size: contain;
			background-repeat: no-repeat;
			background-position: center center;
		  }
		
		  .featured-deals .featured-deals-slide .product-card_btn a,
		  .more-deals .product-card_btn a {
			width: auto;
			font-size: 14px;
		  }
		  .featured-deals .featured-deals-slide .product-card_btn,
		  .more-deals .product-card_btn {
		  margin: 20px 0px;
		  }
		
		  .featured-deals .featured-deals-slide .testimonial-copy ul li,
		  .more-deals .product-description ul li {
			list-style: disc;
		  }
		
		  .featured-deals .featured-deals-slide .testimonial-copy ul,
		  .more-deals .product-description ul {
			padding-left: 10px;
			margin-left: 10px;
		
		}
		
		.featured-deals .featured-deals-slide .testimonial-copy h5,
		.more-deals .product-description h6,
		.more-deals .product-description h5 {
		font-size: 14px;
			margin: 0 0 .5em; 
			font-weight: bold;
		}
		
		.featured-deals .featured-deals-slide .testimonial-info img {
		  margin-right: 10px;
		  flex: 0 0 24px;
		  height: 24px;
		}
		
		.featured-deals .featured-deals-slide .accordion-header::after {
		  position: absolute;
		  content: '';
		  top: 50%;
		  right: 14px;
		  width: 14px;
		  height: 14px;
		  background-image: url("data:image/svg+xml;utf8,<svg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M14 8H8V14H6V8H0V6H6V0H8V6H14V8Z' fill='%23434343'/></svg>");
		  background-repeat: no-repeat;
		  background-size: contain;
		  background-position: center;
		  transform: translateY(-50%);
		  transition: all .3s ease-in-out;
		}
		
		.featured-deals .featured-deals-slide .accordion.active .accordion-header::after {
		  transform: translateY(-50%) rotate(45deg);
		}
		.featured-deals .featured-deals-slide .product-title,
		.more-deals .product-title {
		  padding: 8px 0 5px;
		  color: #f18d18;
		  font-weight: bold;
		  line-height: 25px;
			text-decoration: underline;
		}
		
		.featured-deals .featured-deals-slide .product-title:hover,
		.more-deals .product-title:hover{
		  color: #f0c332;
		}
		
		.featured-deals .featured-deals-slide .accordion-header {
		  color: #434343;
		}
		
		.featured-deals .featured-deals-slide .accordion:hover .accordion-header,
		.featured-deals .featured-deals-slide .accordion.active .accordion-header {
		  color: #000000;
		}
		
		.featured-deals .featured-deals-slide .accordion.active .accordion-header::after,
		.featured-deals .featured-deals-slide .accordion:hover .accordion-header::after {
		  background-image: url("data:image/svg+xml;utf8,<svg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M14 8H8V14H6V8H0V6H6V0H8V6H14V8Z' fill='%23000000'/></svg>");
		}
		
		.featured-deals .featured-deals-slide .regular-price,
		.more-deals .regular-price {
		  color: #666;
		  text-decoration: line-through;
		  font-size: 16px;
		}
		@media only screen and (max-width: 767px) {
		  .featured-deals-slider {
		padding: 0px !important;
		}
		}
		/*More Deals List & Filter*/
		
		.featured-deals-box {
		  width:378px;
		  border: 1px solid rgba(40, 42, 41, 0.1);
		  padding: 22px 23px 22px 22px;
		  display: flex;
			cursor: pointer;
			background-color: #ffffff;
			border-radius: 8px;
			justify-content: flex-start;
			flex-direction: column;
		}
		
		.full-product-list {
		  display: flex;
			flex-wrap: wrap;
			justify-content: space-evenly;
			gap: 40px;
			align-items: stretch;
		}
		
		.more-deals .featured-review-img {
		  width: 85px;
		  height: 57px;
		  background-size: contain;
			background-repeat: no-repeat;
			display: inline-block;
		}
		.review-headline:before {
		background-color: #000;
			content: "";
			display: block;
			height: 1px;
			margin-top: 8px;
			margin-bottom: 18px;
			width: 35px;
		}
		
		.review-headline {
		  color: #666;
		  font-size: 13px;
		}
		
		.featured-review a {
		  display:block;
		}
		
		.review-title {
		  text-decoration: underline;
			display: inline-block;
			color: #000;
			vertical-align: top;
			width: calc(100% - 95px);
			padding-right: 10px;
			font-size: 16px;
			padding-left: 10px;
		}
		
		.review-section {
		  margin-top: auto;
		  padding-bottom: 10px;
		}
		
		.product-discount-block {
		  display: flex;
			gap: 10px;
			align-items: flex-end;
			flex-wrap: wrap;
		}
		
		.more-deals .savings,
		.featured-deals-slide .savings {
		  color: #027f5e;
		  font-size: 13px;
		  font-weight: 500;
		}
		
		.deal-date {
		
		  color: #666;
		  font-size: 13px;
		  padding-top: 10px;
		  border-top: 1px solid #eee;
		  margin-top: auto;
		
		}

/* Full Width 2-Column Section - Logos & Button */


.logos-column {
	background: #282A29;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	padding: 60px 3%;
	color: #ffffff;
	gap:20px;
  }
  
  .button-column {
	background-color: #fffcf2;
	padding: 60px 3%;
  }
  
  .logos-column p {
	max-width:675px;
	font-size: 16px;
  }
  .button-column p {
  font-size: 16px;
  }
  
  .logos-column h6 {
	  font-weight: 600;
	font-size: 22px;
  }
  .logos-column h4 {
	font-size: var(--h3);
	font-weight: 600;
  }
  
  .button-column h4 {
	margin-bottom: 46px;
	  font-weight: 700;
	  letter-spacing: 0!important;
	  font-size: var(--h3);
  }
  
  .button-column h4 span{
	color: #f0c332;
  }
  
  .button-column h6{
	font-weight: 700;
	  font-size: 22px;
  }
  
  .logos-column, 
  .button-column {
	width: 50%;
  }
  
  .button-column .three-columns__item__img {
  margin-right: 10px;
  }
  
  .button-column .list,
  .logos-column .list  {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	gap: 20px;
  }
  
  .button-column .row,
  .logos-column .row {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: flex-start;
	gap: 10px;
  }
  
  .logos-row {
	display:flex;
	flex-direction: row;
	width:100%;
	align-items: center;
	  justify-content: space-evenly;
  }
  
  .two-columns-logos {
	display: flex;
	  flex-direction: row;
	  flex-wrap: nowrap;
	  align-items: stretch;
  }
  
  @media only screen and (max-width: 767px) {
	.logos-column, 
	.button-column {
	  width: 100%;
	}
  
	.two-columns-logos {
		flex-direction: column;
	}
  
	.logos-column h4,
	.button-column h4 {
	  text-align: center;
	}
  
  }

  /* Quiz Page */
.footer-quiz {
	padding: 50px 0;
  }
  
  .footer-inner {
	text-align: center;
  }
  
  .footer-quiz__logo img {
	height: 20px;
  }
  
  .footer-quiz__desc {
	margin-top: 10px;
	margin-bottom: 25px;
	font-size: 14px;
	line-height: 20px;
  }
  
  .footer-quiz__copyright {
	display: flex;
	align-items: center;
	flex-shrink: 0;
	justify-content: center;
  }
  
  .page-template-quiz .header {
	background: #FBF5E6;
  }
  
  .page-template-quiz .header-menu-wrapper {
	background: transparent;
  }
  
  .page-template-quiz .wrapper {
	display: block;
  }
  
  .quiz-landing {
	padding-bottom: 220px;
	background: #FBF5E6;
  }
  
  .quiz-landing__content {
	display: flex;
	padding: 0 20px;
	text-align: center;
	flex-direction: column;
	align-items: center;
	justify-content: center;
  }
  
  .quiz-landing__bg {
	margin-bottom: 25px;
	height: 265px;
  }
  
  .quiz-landing__bg img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
  }
  
  .quiz-landing__heading {
	margin-bottom: 16px;
	font: 400 24px/30px 'ABC Whyte';
  }
  
  .quiz-landing .btn-start-quiz {
	display: inline-block;
	margin-top: 32px;
	padding: 16px 32px;
	appearance: none;
	background: #000;
	color: #fff;
	font: 400 16px/24px 'ABC Whyte Mono', sans-serif;
	letter-spacing: 0.04em;
	border: none;
	border-radius: 44px;
	outline: none;
	text-transform: uppercase;
	transition: all .3s ease-in-out;
  }
  
  .quiz-landing .btn-start-quiz:hover {
	background: #F0C332;
	color: #000;
  }
  
  .quiz-main {
	display: none;
	height: 500px;
  }
  
  @media only screen and (min-width: 769px) {
	.page-template-quiz .header {
	  position: absolute;
	  width: 100%;
	  background: transparent;
	}
  
	.quiz-landing,
	.quiz-main {
	  height: calc(100vh - 120px);
	}
  
	.quiz-landing {
	  display: grid;
	  padding-bottom: 0;
	  grid-template-columns: repeat(2, minmax(0, 1fr));
	}
  
	.quiz-landing__bg {
	  position: relative;
	  margin-bottom: 0;
	  height: auto;
	}
  
	.quiz-landing__bg img {
	  position: absolute;
	  top: 0;
	  left: 0;
	}
  
	.quiz-landing__heading {
	  font-size: 40px;
	  line-height: 50px;
	}
  
	.footer-quiz {
	  padding: 20px 0;
	}
  
	.footer-inner {
	  display: flex;
	  align-items: center;
	}
  
	.footer-quiz__logo {
	  margin-right: 5%;
	  line-height: 0;
	  flex-shrink: 0;
	}
  
	.footer-quiz__desc {
	  margin: 0 5% 0 0;
	}
  
	.footer-quiz__copyright {
	  margin-left: auto;
	}
  }

  /* Comparison Table */
.comparison-table__heading {
	margin-bottom: 16px;
	margin-top: 20px;
	font-size: 20px;
	line-height: 1.4;
	text-align: center;
	font-weight: 600;
  }
  
  .comparison-table .tablepress-table-name {
	display: none;
  }
  
  .comparison-table table {
	border: 1px solid #e5e7eb;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1), 0px 1px 2px rgba(0, 0, 0, 0.06);
  }
  
  .comparison-table table thead th {
	padding: 12px 24px;
	background: #f9fafb;
	font: 400 14px/21px 'ABC Whyte Mono', sans-serif;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #6b7280;
  }
  
  .comparison-table table tbody tr:nth-child(odd) td {
	background-color: #fff;
  }
  
  .comparison-table table tbody tr:nth-child(even) td {
	background-color: #F9FAFB;
  }
  
  .comparison-table table tbody td {
	padding: 12px 24px;
	font: 400 14px/20px 'ABC Whyte';
  }
  
  .comparison-table table tbody td span {
	color: #F87E3F;
  }
  
  .comparison-table table tbody td:nth-child(2) {
	color: #6B7280;
  }
  
  .comparison-table table thead th:nth-child(3),
  .comparison-table table thead th:nth-child(4),
  .comparison-table table tbody td:nth-child(3),
  .comparison-table table tbody td:nth-child(4) {
	text-align: center;
  }
  
  .comparison-table .dataTables_wrapper {
	overflow: auto;
  }

  /* 
/// Marketplace Category Tabs and Navigation
*/
.category-tab-nav {
	background-color: #282a29;
	border-top: 1px solid #383838;
  }
  
  
  .tab {
	overflow: hidden;
  }
  
  
  .tab button {
	background-color: inherit;
	float: left;
	padding: 20px 72px 20px;
	font-size: 18px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: -1px;
	cursor: pointer;
	transition: 0.3s;
	color: white;
	border-radius: 8px 8px 0px 0px;
	border: none;
  }
  
  .tab button:hover {
	background-color: #fffcf2;
	color: black !important;
  }
  
  .tab button.active {
	background-color: #fffcf2;
	color: black !important;
  }
  
  .tabcontent {
	display: none;
	gap: 10px;
  }
  
  .tabcontent {
	overflow: auto;
  }
  
  .category-tab-nav__content {
	background-color: #fffcf2;
	border-top: 4px solid #282a29;
  }
  
  .category-tab-nav__content .nav-category__link__label {
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.43;
	letter-spacing: normal;
	text-align: center;
	color: #213b5c;
  }
  
  .category-tab-nav__content .nav-category__link.is-active,
  .category-tab-nav__content .nav-category__link:hover {
	border-bottom: 2px solid #f0dd32;
  }
  
  #cyber-tab {
	color: #f0dd32;
  }
  
  #home-tab {
	color: #f9a826;
  }
  
  #emergency-tab {
	color: #da5039;
  }
  
  .category-tab-nav__content .nav-category__link {
	padding: 18px 5px 18px;
  }
  
  @media (max-width: 767px) {
	.tab button {
	  font-size: 12px;
	  padding: 12px 18px;
	}
  
	.tab.container {
	  padding-right: 0px;
	}
  }
/* Gradient CTA */
  @media (max-width: 991px) {
	.gradient-cta .container {
	  padding-inline: var(--gutter);
	}
  
	.gradient-cta__heading {
	  margin-bottom: 10px;
	  font-size: 30px;
	  line-height: 36px;
	}
  
	.gradient-cta__content {
	  margin-right: 20px;
	}
  
	.gradient-cta__copy h6 {
	  margin-bottom: 1em;
	  font-size: 20px;
	  line-height: 24px;
	}
  
	.gradient-cta__copy p {
	  font-size: 16px;
	  line-height: 1.5;
	  color: #000000;
	  margin-bottom: 24px;
	}
  
	.new-experts .about-block_content .info .heading {
	  font-size: 26px;
	}
  
	.new-experts .about-block_content .info .role {
	  font-size: 14px;
	}
  }
  
  @media (max-width: 767px) {
	.gradient-cta {
	  padding-block: 24px;
	  text-align: center;
	}
  
	.gradient-cta .container {
	  flex-direction: column
	}
  
	.gradient-cta--quiz .gradient-cta__img {
	  margin-right: 0;
	  margin-bottom: 40px;
	  max-width: 100%;
	  margin-top: -76px;
	}
  
	.gradient-cta__content {
	  margin-right: 0 !important;
	  margin-bottom: 24px;
	}
  
	.gradient-cta__heading {
	  font-size: 36px;
	  line-height: 1.11;
	  margin-bottom: 20px;
	}
  
	.gradient-cta__copy h6 {
	  font-size: 24px;
	  line-height: 1.33;
	}
  
	.gradient-cta__link {
	  padding: 13px 20px;
	  width: 100%;
	  font-size: 16px;
	  line-height: 1.2;
	  letter-spacing: 0.64px;
	}
	.gradient-cta--quiz {
		margin-bottom: 0;
		margin-inline: -24px;
		padding: 24px;
	  }
	
	  .gradient-cta--quiz .container {
		padding-inline: 24px;
	  }
	
	  .gradient-cta--quiz .gradient-cta__content {
		margin-right: 0;
	  }
	
	  .gradient-cta--quiz .gradient-cta__heading {
		font: 600 36px/1.22 'Inter', sans-serif;
	  }
	
	  .gradient-cta--quiz .gradient-cta__copy {
		font: 400 16px/1.5 'ABC Whyte', sans-serif;
	  }
	  .gradient-cta--quiz {
		flex-direction: column;
		margin: 80px 20px;
		padding: 0 40px 40px;
	  }
	
	  .popover-top {
		transform: translate(95px, 0px) !important;
	  }
  }

  .gradient-cta--quiz {
	width: 100%;
	border-radius: 7px;
	background-image: linear-gradient(97deg, #282a29 9%, rgba(25, 31, 38, 0.87) 107%);
	margin: 100px 13% 150px;
	display: flex;
	align-items: center;
  }

  .gradient-cta--quiz .gradient-cta__link {
	font-family: "ABC Whyte Mono";
	font-weight: normal;
	margin-left: 0px;
  }

  .gradient-cta--quiz {
	margin-bottom: 40px;
	padding-block: 40px;
  }
  
  .gradient-cta--quiz .container {
	padding-inline: 32px;
  }
  
  .gradient-cta--quiz .gradient-cta__content {
	margin-right: 20px;
  }
  
  .gradient-cta--quiz .gradient-cta__heading {
	font-size: 56px;
	font-weight: bold;
	color: white;
	line-height: 1.18;
	letter-spacing: normal;
	font-family: 'ABC Whyte', sans-serif;
  }
  
  .gradient-cta--quiz .gradient-cta__copy {
	font: 500 16px/32px 'Inter', sans-serif;
	color: #f0c332;
  }
  
  .gradient-cta--quiz br {
	display: block;
  }
  
  @media (min-width: 768px) {
	.products-list_item .product-card__row {
	  display: grid;
	  grid-template-columns: 350px 1fr;
	  gap: 15px;
	}
  
	.gradient-cta--quiz .img_col {
	  position: absolute;
	  padding: 0 40px;
	}
  
	.gradient-cta--quiz .content_col {
	  margin-left: 40%;
	}
  
	.gradient-cta--quiz .gradient-cta__link {
	  margin-top: 30px;
	}
  }

  @media (max-width: 768px) {
	.product-card__row {
		display: block;
	  }

	  .product-card__left {
		margin-bottom: 24px;
		padding-right: 0;
	  }
  }

  .gradient-cta {
	padding-block: 96px;
	background-color: #f8f8f8;
	color: #282a29;
  }
  
  .gradient-cta .container {
	display: flex;
	align-items: center;
	padding-inline: 71px;
	gap: 40px;
  }
  
  .gradient__img {
	width: 35%;
  }
  
  .gradient-cta__img {
	flex-shrink: 0;
	margin-right: 32px;
  }
  
  .gradient-cta__content {
	margin-right: 40px;
	max-width: 740px;
  }
  
  .gradient-cta__heading {
	margin-bottom: 0;
	font: 800 36px/40px 'Inter', sans-serif;
	color: #f18d18;
	margin-bottom: 24px;
  }
  
  .gradient-cta__copy h6 {
	margin-bottom: 0;
	font: 800 28px/40px 'Inter', sans-serif;
  }
  
  .gradient-cta__copy p {
	margin-bottom: 40px;
	font-size: 19px;
	line-height: 2.11;
  }
  
  .gradient-cta__link {
	margin-left: auto;
	padding: 13px 21px;
	background: #F0C332;
	color: #213B5C;
	border-radius: 6px;
	border: none;
  }
  
  .gradient-cta__link path {
	transition: fill .3s ease-in-out;
  }
  
  .gradient-cta__link:hover path {
	fill: #fff;
  }


  /* 
/// Honor Foundation Section
*/

.honor-foundation_heading {
	font: 800 60px/1 'Inter', sans-serif;
	color: #000000;
	margin-bottom: 54px;
  }
  
  .honor-foundation__img {
	width: 25%;
  }
  
  .honor-foundation__content {
	margin-right: 40px;
	max-width: 740px;
  }
  
  .honor-foundation__inner-cotnent {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 60px;
  }
  
  .honor-foundation__copy h3,
  .honor-foundation__copy h4 {
	font-weight: bold;
  }
  
  .honor-foundation__copy p {
	font-size: 18px;
	line-height: 1.45;
	letter-spacing: normal;
	text-align: left;
	color: #282a29;
  }
  
  .honor_foundation {
	padding: 100px 0;
	background: url(/wp-content/uploads/2023/04/background-dots.png);
	background-repeat: no-repeat;
	background-position: right;
  }

  /*
// Marketplace List
*/

.disclosure {
	padding-bottom: 20px;
	font-size: 16px;
  }
  
  .disclosure-popover {
	max-width: 34em;
  }
  
  .disclosure-popover #close-btn {
	float: right;
  }
  
  #popover {
	display: none;
	background-color: #fff;
	border: 1px solid #b1b3b5;
	padding: 0.5rem 1rem;
	box-shadow: 0 4px 8px 0 rgba(100, 102, 106, .15), 0 8px 16px 0 rgba(100, 102, 106, .33);
	z-index: 1000;
	border-radius: 10px;
	position: absolute;
	padding: 1.5rem 2rem;
	transform: translate(-260px, 30px);
  }
  
  .disclosure button {
	background: none;
	border: none;
	text-decoration: underline;
  }
  
  .disclosure button:hover {
	text-decoration: none;
  }
  
  .popover-top {
	pointer-events: none;
	bottom: 100%;
	position: absolute;
	left: 0px;
	transform: translate(165px, 0px);
	top: -22px;
  }
  
  .popover-top:before {
	border-bottom-color: #b1b3b5 !important;
	;
	margin-left: -1px;
	position: absolute;
	content: "";
	border: 11px solid hsla(0, 0%, 100%, 0);
  }
  
  .popover-top:after {
	border-bottom-color: #fff !important;
	margin-top: 2px;
	position: absolute;
	content: "";
	border: 10px solid transparent;
  }
  
  
  .products-list_item .product-card__right {
	margin-top: 0px;
  }
  
  
  .product-card__right {
	margin-top: 25px;
  }

  .product-card__left {
	padding-right: 30px;
  }

  .product-card .accordion {
	margin-top: 0px;
	border: 1px solid #f0c332;
	transition: all .3s ease-in-out;
  }
  
  .product-card .accordion-header {
	position: relative;
	padding: 16px;
	font-size: 18px;
	line-height: 26px;
  }
  
  .product-card .accordion-header::after {
	position: absolute;
	content: '';
	top: 50%;
	right: 14px;
	width: 14px;
	height: 14px;
	background-image: url("data:image/svg+xml;utf8,<svg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M14 8H8V14H6V8H0V6H6V0H8V6H14V8Z' fill='%23282A29'/></svg>");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	transform: translateY(-50%);
	transition: all .3s ease-in-out;
  }
  
  .product-card .accordion.active .accordion-header::after {
	transform: translateY(-50%) rotate(45deg);
  }
  
  .product-card .accordion-body {
	display: none;
	padding: 16px;
  }

  .product-card .highlights-video__wrapper {
	margin-bottom: 16px;
	padding: 16px;
	background: rgba(40, 42, 41, 0.05);
  }

  .product-card .highlights-video {
	padding-top: 56.25%;
	height: 0;
	position: relative;
  }
  
  .product-card .highlights-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
  }
  
  .product-card .highlights-video+.testimonial-info {
	margin-top: 10px;
  }
  
  .product-card .highlights-video button {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
  }

  .product-card .testimonial {
	margin-bottom: 16px;
	padding: 16px;
  }

  .product-card a.testimonial-title {
	text-decoration: underline;
  }
  
  .product-card .testimonial:last-child {
	margin-bottom: 0;
  }
  
  .product-card .testimonial-copy {
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 24px;
  }
  
  .product-card .testimonial-copy ul {
	padding-left: 20px;
  }
  
  .product-card .testimonial-copy li {
	list-style: disc;
  }
  
  .product-card .testimonial-info {
	display: flex;
	align-items: center;
  }
  
  .product-card .testimonial-info img {
	margin-right: 10px;
	flex: 0 0 24px;
	height: 24px;
  }
  
  .product-card .testimonial-title {
	margin-bottom: 0;
	font-size: 12px;
	line-height: 18px;
	text-transform: uppercase;
  }
  
  @media (max-width: 1530px) {
	#popover {
	  left: 0 !important;
	  transform: translate(0px, 30px);
	}
  
	.popover-top {
	  transform: translate(125px, 0px);
	}
  }
  /* Product disclosure */
.product-disclosure {
	margin-top: 24px;
	font-size: 16px;
	line-height: 24px;
  }

  /* embed responsively */
.embed-responsively {
	position: relative;
	margin-bottom: 1em;
	width: 100%;
	height: 0;
	padding-top: 56.25%;
  }
  
  .embed-responsively iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
  }

  /* New Homepage */

  .smart-slider .yellow-highlight {
	color: #f0c332 !important;
  }

.new-banner__heading {
	font-size: 40px;
	font-weight: normal;
	line-height: 0.6;
	text-align: center;
  }
  
  .new-banner__heading span {
	display: block;
	color: #F0C332;
  }
  
  .new-banner__desc {
	margin-bottom: 0;
  }
  
  .yellow_cta {
	background-color: #f0c332;
	color: #282a29;
  }
  
  .yellow_cta __info {
	padding: 60px 0;
	text-align: center;
  }
  
  .yellow_cta __heading {
	font-size: 40px;
	font-weight: normal;
	line-height: 0.6;
	text-align: center;
  }
  
  .yellow_cta __heading span {
	display: block;
	color: #F0C332;
  }
  
  .yellow_cta __desc {
	margin-bottom: 0;
  }
  
  section.three-columns {
	padding: 60px 0px 30px;
  }

  .yellow-banner {
	background-color: #f0c332;
	padding: 40px 0;
  }
  
  .yellow-banner .new-banner__heading {
	line-height: 1.1;
  }
  
  .three-columns h4 {
	margin-bottom: 1.5em;
	font-weight: 700;
	letter-spacing: 0 !important;
	font-size: 40px;
  }
  
  .three-columns h6 {
	font-weight: 700;
	font-size: 22px;
  }
  
  .three-columns h4 span {
	color: #f0c332;
  }
  
  .three-columns__item__content {
	font-size: 16px;
  }

  /* New Product Page */
.header-alt {
	position: sticky;
  }
  
  .header-alt .header-menu-wrapper {
	background-color: #282a29;
  }
  
  
  .nav-categories {
	border-bottom: 1px solid #ccc;
  }
  
  .breadcrumb {
	display: flex;
	align-items: center;
	font: 400 14px/21px 'ABC Whyte Mono', sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	padding-top: 30px;
	padding-bottom: 30px;
  }
  
  .breadcrumb li {
	display: flex;
	align-items: center;
  }
  
  .breadcrumb li:not(:last-child)::after {
	display: inline-block;
	margin-inline: 16px;
	content: '';
	width: 20px;
	height: 20px;
	background: url('data:image/svg+xml;utf8,<svg width="7" height="11" viewBox="0 0 7 11" fill="none" xmlns="http://www.w3.org/2000/svg">    <path fill-rule="evenodd" clip-rule="evenodd"        d="M0.792894 10.2071C0.402369 9.81658 0.402369 9.18342 0.792894 8.79289L4.08579 5.5L0.792893 2.20711C0.402369 1.81658 0.402369 1.18342 0.792893 0.792894C1.18342 0.402369 1.81658 0.402369 2.20711 0.792894L6.20711 4.79289C6.59763 5.18342 6.59763 5.81658 6.20711 6.20711L2.20711 10.2071C1.81658 10.5976 1.18342 10.5976 0.792894 10.2071Z" fill="%239CA3AF" /></svg>') no-repeat center;
  }
  
  .breadcrumb li a {
	color: #6B7280;
  }
  
  .breadcrumb li a:hover {
	color: #282A29;
  }
  
  .breadcrumb li a path {
	transition: fill .3s ease-in-out;
  }
  
  .breadcrumb li a:hover path {
	fill: #282a29;
  }
  
  .nav-category__link {
	order: 2;
  }
  
  .nav-category__link.is-current-parent-category {
	order: 1;
  }
  
  .nav-category__link.is-active {
	order: 0;
  }
  
  @media only screen and (max-width: 768px) {
	.breadcrumb {
	  padding: 25px;
	  font-size: 10px;
	}
  
	.breadcrumb li:not(:last-child)::after {
	  margin-inline: 8px;
	}
  
	.breadcrumb li a {
	  height: 17px;
	}
  }
  
  .collections-header {
	padding-block: 16px;
	font-size: 14px;
	line-height: 20px;
  }
  
  .collections-header p {
	margin-bottom: 0;
  }
  
  @media only screen and (max-width: 767px) {
	.collections-header {
	  display: block;
	}
  }

  /*
  // Bundles & Collections Pages
  */

  .page-collections .header-menu-wrapper {
	background: #FBF5E6;
  }
  
  .page-collections .marketplace {
	padding: 40px 0;
  }

  .page-collections .navigation-panel {
	display: none;
  }

  .page-collections .navigation-panel {
    display: block;
    margin: -40px calc(var(--gutter) * -1) 24px;
    padding: 8px var(--gutter);
    background-color: #FBF5E6;
  }

  .page-collections .navigation-panel_heading h3 {
    font-size: 18px;
    line-height: 26px;
  }
  
  .single-bundle .marketplace {
	padding-top: 0;
  }
  
  .single-bundle .navigation-panel {
	padding: 24px 0;
	background-color: #fbf5e6;
  }

  .single-bundle .navigation-panel__back {
	appearance: none;
	border: none;
	background-color: transparent;
  }
  
  
  
  @media only screen and (min-width: 768px) {
	.single-bundle .navigation-panel_heading {
	  position: relative;
	  display: block;
	  flex-grow: 1;
	}
  
	.single-bundle .navigation-panel_heading h3 {
	  display: block;
	  text-align: center;
	}
  
	.single-bundle .navigation-panel__back {
	  position: absolute;
	  display: block;
	  top: 50%;
	  left: 26px;
	  transform: translateY(-50%);
	}
  
  }

  .sidebar-category__link.active {
	background: rgba(40, 42, 41, .05);
  }
  
  .sidebar-nav-block_main {
	text-transform: uppercase;
  }

  .marketplace .sidebar {
	max-width: 310px;
	position: sticky;
	top: 20px;
	width:100%;
	height: 100%;
  }
  
  .admin-bar .marketplace .sidebar {
	top: 50px;
  }

  .navigation-panel__back {
	display: none;
  }

  @media (max-width: 768px) {
	.navigation-panel {
		padding: 0;
	  }
	
	  .navigation-panel_heading {
		position: relative;
		width: 100%;
		justify-content: center;
	  }
	
	  .navigation-panel_heading h3 span {
		display: none
	  }
	
	  .navigation-panel__back {
		position: absolute;
		display: block;
		top: 50%;
		left: 0;
		padding: 0;
		transform: translateY(-50%);
		background: transparent;
		border: none;
		appearance: none;
	  }
	
	  .navigation-panel_heading img {
		display: none;
	  }

	  .other-collections {
		margin: 24px 0;
		order: 3;
	  }
	  .other-collections .btn {
		margin: 12px;
	  }
	
	  .other-collections p {
		margin-bottom: 0px;
	  }
	}

	.other-collections {
		margin: 32px 0 45px;
		text-align: center;
	  }
	  
	  .other-collections p {
		font-size: 13px;
		font-family: 'ABC Whyte';
		color: rgba(40, 42, 41, 0.8);
		text-transform: uppercase;
		line-height: 1.33;
		letter-spacing: 0.48px;
		padding-bottom: 15px;
		font-weight: bold;
	  }
	  
	  .other-collections .btn {
		min-width: 120px;
		margin: 0 12px;
		font-family: "ABC Whyte";
		font-size: 17px;
		font-weight: bold;
		padding: 17px 0;
		width: 295px;
	  }


/*
//About Page
*/

.page-template-about .marketplace-banner .marketplace-banner__heading {
	font-size: 56px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.18;
  }
  
  .section-about .marketplace-banner__heading {
	color: #000000;
	margin-bottom: 50px;
  }
  
  .section-about {
	padding: 120px 0;
	background-color: #f8f8f8;
	background-image: url(/wp-content/uploads/2023/04/background-dots.png);
	background-repeat: no-repeat;
	background-position: top right;
  }
  
  .about-cards-container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 65px;
	justify-content: space-between;
  }
  
  .story-section__subtitle {
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 0;
	margin-bottom: 20px;
	letter-spacing: normal;
	text-align: left;
	color: #f0c332;
  }
  
  .commitment .btn-yellow {
	margin-top: 20px;
  }
  
  .quote-icons__left {
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url('../images/quotes-left.png');
	height: 40px;
	width: 40px;
	float: left;
  }
  
  .quote-icons__right {
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url('../images/quotes-right.png');
	height: 40px;
	width: 40px;
	float: right;
  }
  
  @media only screen and (max-width: 767px) {
	body.home #new-resources {
	  margin-bottom: 0;
	  padding: 50px 0px 100px 0;
	}
  
	section.three-columns {
	  padding: 0px;
	}
  
	.banner-tab {
	  padding: 30px 0px 60px 0px !important;
	}
  
	.marketplace-banner-about-heading {
	  font: 800 33px/1 'Inter', sans-serif;
	}
  
	.about-block_content .info .heading {
	  font-size: 32px;
	}
  
	.about-cards-container {
	  flex-direction: column;
	}
  
	.about-card {
	  width: 100% !important;
	}
  
	.about-card .about-block_content .image {
	  max-height: 300px !important;
	}
  
	#story.commitment .container {
	  flex-direction: column-reverse !important;
	}
  
	.commitment .container {
	  flex-direction: column !important;
	}
  
	.commitment-box {
	  padding: 40px;
	}
  
	.page-template-about .marketplace-banner {
	  padding: 100px 0 80px;
	}
  
	.section-about {
	  padding: 70px 0;
	}
  
	.page-template-about .marketplace-banner__heading {
	  font-size: 36px !important;
	}
  
	.section-about__heading {
	  margin-bottom: 40px;
	  flex-direction: column;
	}
  
	.about-card .custom-role {
	  width: 88px;
	  font-size: 16px;
	}
  
	.commitment .container {
	  background-image: url(../images/DOG-yellow.png);
	  background-repeat: no-repeat;
	  background-position: 75% 60%;
	}
  }
  
  @media only screen and (min-width: 768px) {
  
	h4 {
	  letter-spacing: -.025em;
	}
  
	.commitment-block._about {
	  width: 50%;
	}
  
	.mission-block {
	  width: 50%;
	}
  
	.our-story_img-col {
	  width: 40%;
	}
  
	#story.commitment .container {
	  gap: 40px;
	}
  
	.commitment .container {
	  background-image: url(../images/DOG-yellow.png);
	  background-repeat: no-repeat;
	  background-position: 95% 9%;
	  padding-top: 90px;
	  padding-bottom: 90px;
	}
  }
  
  .about-card:first-child {
	width: 61%;
	padding: 32px;
	border-radius: 7px;
	border: solid 2px #f89a2c;
	background-color: #f6e0b1;
  }
  
  .about-card:nth-child(4) {
	width: 61%;
  }
  
  .about-card:nth-child(2) {
	width: 33%;
  }
  
  .about-card:nth-child(3) {
	width: 33%;
  }
  
  .about-card .custom-role {
	text-align: center;
	padding: 9px 16px;
	border-radius: 4px;
	border: solid 1px #f89a2c;
	width: 250px;
	color: #f89a2c;
	position: absolute;
	margin: 10px;
  }
  
  .about-card .about-block_content .image img {
	border-radius: 0px;
	width: 100%;
	height: 100%;
  }
  
  .about-card .about-block_content .image {
	max-width: 100%;
	height: auto;
	margin-bottom: 24px;
	max-height: 430px;
	overflow: hidden;
	border-radius: 6px;
  }
  
  .about-card .about-block {
	border: none;
	border-radius: 0px;
  }
  
  .about-card .about-block_content {
	padding: 0px;
  }
  
  .about-card .about-block_content .bio {
	padding-top: 24px;
  }
  
  .commitment .container {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	gap: 72px;
	align-items: center;
  }
  
  .section-about__heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 50px;
  }
  
  
  
  .mission-block h4 {
	font-weight: bold;
  }
  
  .mission-block h5 {
	font-size: 24px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.3;
  }
  
  .mission-block p {
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: normal;
	text-align: left;
	color: #6b7280;
  }
  
  .commitment-box {
	padding: 60px 48px;
	border-radius: 7px;
	border: solid 2px #f0c332;
	background-color: #fff;
  }
  
  .commitment {
	background-color: #fffcf2;
  }
  
  #story.commitment {
	background-color: #ffffff;
	padding: 90px 0;
  
  }
  
  #story.commitment .container {
	gap: unset;
	background-image: none !important;
  }
  
  .three-columns__item__img {
	max-width: 72px;
  }

  .testimonial-section {
	padding: 90px 0;
  }


  /*
  // Evaluate Content Module Section
  */

  .evaluate {
  position: relative;
  padding-block: 120px 100px;
  background-image: url(/wp-content/uploads/2023/04/DOG.png);
  background-repeat: no-repeat;
  background-position: 98% 140%;
}

.graph-icon1 {
	position: absolute;
	transform: translate(-505%, 100%);
  }
  
  .evaluate .container {
	display: flex;
	gap: 80px !important;
	align-items: center;
  }
  
  .evaluate__img {
	width: 40%;
  }
  
  .evalute__content {
	width: 60%;
  }
  
  .evaluate-heading {
	color: #000000;
	font: 800 60px/1 'Inter', sans-serif;
	letter-spacing: -0.025em;
  
  }
  
  .evaluate-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -2;
  }
  
  .evaluate--yellow .evaluate-heading span {
	color: #F0C332;
  }
  
  .evaluate--orange .evaluate-heading span {
	color: #F9A826;
  }
  
  .evaluate--red .evaluate-heading span {
	color: #DA5039;
  }
  
  .evaluate-heading {
	margin-bottom: 32px;
  }
  
  .evaluate-content {
	margin-right: 30px;
	margin-bottom: 0;
	text-align: right;
	color: #c4c4c4;
  }
  
  .evaluate-info ol {
	columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2;
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	margin-bottom: 40px;
  }
  
  .evaluate-info ol li {
	background-color: #f8f8f8;
	padding: 26px 22px 26px 22px;
	border-radius: 8px;
	border: solid 1px #f0c332;
	font-size: 23px;
	line-height: 1.17;
	letter-spacing: normal;
	text-align: left;
	color: #282a29;
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 12px;
	width: 306px;
  }
  
  .evaluate-info ol li span {
	border-radius: 20px;
	background-color: #f0c332;
	font-size: 16px;
	width: 24px;
	display: inline-block;
	height: 24px;
	text-align: center;
	color: white;
	font-weight: bold;
	padding-top: 2px;
  }
  
  
  .evaluate-info {
	margin-bottom: 0;
	max-width: 675px;
  }
  
  .evaluate-rating {
	position: relative;
	font-size: 30px;
	line-height: 44px;
	color: #f0c332;
  }
  
  .evaluate-rating__number {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
  }
  
  .evaluate-content br {
	display: block;
  }
  
  @media (max-width: 768px) {

	.evalute__content {
		width: 100% !important;
	  }
	  
	.evaluate .container {
		flex-direction: column;
		gap: 40px !important;
	  }

	.evaluate {
	  padding: 50px 0;
	}
  
	.evaluate-heading {
	  margin-bottom: 32px;
	  font-size: 42px;
	  line-height: 1.19;
	}
  
	.evaluate-content {
	  margin-right: 17px;
	  font-size: 14px;
	  line-height: 20px;
	}
  
	.evaluate-rating {
	  font-size: 20px;
	  line-height: 28px;
	}
  
	.evaluate-rating img {
	  max-width: 96px;
	}
  
	.evaluate__img {
	  width: 100%;
	}
  
	.evaluate-info ol li {
	  width: 100%;
	}
  
	.evaluate-info ol {
	  gap: 16px !important;
	}
  
	.evaluate .btn-outline {
	  width: 100%;
	  background-color: #ffffff;
	}
  }

  /* 404 */
.error-content {
	padding: 60px 0;
	text-align: center;
  }
  
  .error-content .entry {
	max-width: 720px;
	margin-left: auto;
	margin-right: auto;
  }
  
  .page-template-default h1 {
	font-size: 40px;
	line-height: 50px;
  }
  
  .heading_logo {
	margin-bottom: 24px;
	max-width: 200px;
	max-height: 60px;
  }
  
  .title-block_tag {
	margin-bottom: 16px;
	font: 400 12px/17.32px "ABC Whyte Mono";
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: rgba(40, 42, 41, 0.8);
  }
  
  .title-block_desc {
	font-size: 16px;
	line-height: 23px;
	color: rgba(40, 42, 41, 0.8);
  }

  /* Concierge Landing */

.page-landing {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	color: #282A29;
  }
  
  .page-landing .page-left {
	background: #F0EB01;
	padding: 130px 70px;
  }
  
  .page-landing .page-left .container {
	max-width: 530px;
	margin: auto;
	width: 100%;
  }
  
  .page-landing .page-badge {
	display: inline-block;
	margin-bottom: 8px;
	padding: 0px 0px;
	font-family: 'ABC Whyte Mono', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 21px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #282A29;
  }
  
  .page-landing .page-heading {
	margin-bottom: 32px;
	font-family: 'ABC Whyte', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 40px;
	line-height: 50px;
	color: #282A29;
  }
  
  .page-landing .page-content p {
	font-family: 'ABC Whyte', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 29px;
	color: #282A29;
	margin-bottom: 16px;
  }
  
  .page-landing .page-content pre {
	font-family: ABC Whyte;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 26px;
	color: #282A29;
	white-space: inherit;
	padding: 8px 16px;
	margin-top: 32px;
	background: rgba(255, 255, 255, 0.4);
	border: none;
  }
  
  .page-landing .icons {
	display: grid;
	margin: 0 -8px;
	grid-template-columns: repeat(1, 1fr);
  }
  
  .page-landing .icon {
	display: flex;
	align-items: center;
	margin: 12px 8px;
  }
  
  .page-landing .icon-image {
	margin-right: 16px;
	flex: 0 0 48px;
  }
  
  .page-landing .icon-label {
	margin: 0;
	font: 400 14px/20px 'ABC Whyte Mono', sans-serif;
	text-transform: uppercase;
	color: #282A29;
  }
  
  .page-landing .icon-label span {
	font-family: 'ABC Whyte', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 23px;
	color: #282A29;
	display: block;
	text-transform: none;
  }
  
  .page-landing .page-right {
	padding: 130px 50px;
  }
  
  .page-landing .page-right .container {
	max-width: 420px;
	margin: auto;
	width: 100%;
	padding: 0px;
  }
  
  .page-landing .page-right .title {
	font-family: 'ABC Whyte', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	line-height: 30px;
	color: #282A29;
	margin-bottom: 16px;
	text-transform: none;
  }
  
  .page-landing .page-right .description {
	margin-bottom: 32px;
  }
  
  .page-landing .page-right .description p {
	font-family: 'ABC Whyte', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 26px;
	color: rgba(40, 42, 41, 0.8);
  }
  
  .page-landing .page-right .form-desc {
	font-family: 'ABC Whyte', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 23px;
	color: rgba(40, 42, 41, 0.8);
  }
  
  .page-landing .page-right .form-desc br {
	display: block !important;
  }
  
  .page-landing .page-right .form-desc a {
	color: inherit;
	transition: opacity .3s ease-in-out;
  }
  
  .page-landing .page-right .form-desc a:hover {
	opacity: 0.7
  }
  
  .page-landing .concierge-form .gform_wrapper .gfield_label {
	margin-bottom: 8px;
	font-size: 14px;
	font-weight: 400;
	font-family: 'ABC Whyte Mono';
	line-height: 20px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: rgba(40, 42, 41, 0.8);
  }
  
  .page-landing .concierge-form .gform_wrapper .gfield_label .gfield_required {
	display: none;
  }
  
  .page-landing .concierge-form .gform_wrapper .ginput_container input {
	padding: 14px 16px;
	font-family: 'ABC Whyte', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 26px;
	color: #282A29;
	text-transform: none;
	border: 1px solid #282a29;
  }
  
  
  
  .page-landing .concierge-form .gform_wrapper .ginput_container ::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	text-transform: none;
	font-family: 'ABC Whyte', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 26px;
  }
  
  .page-landing .concierge-form .gform_wrapper .ginput_container ::-moz-placeholder {
	/* Firefox 19+ */
	text-transform: none;
	font-family: 'ABC Whyte', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 26px;
  }
  
  .page-landing .concierge-form .gform_wrapper .ginput_container :-ms-input-placeholder {
	/* IE 10+ */
	text-transform: none;
	font-family: 'ABC Whyte', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 26px;
  }
  
  .page-landing .concierge-form .gform_wrapper .ginput_container :-moz-placeholder {
	/* Firefox 18- */
	text-transform: none;
	font-family: 'ABC Whyte', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 26px;
  }
  
  
  .page-landing .concierge-form .gform_wrapper .ginput_container input:focus,
  .page-landing .concierge-form .gform_wrapper .ginput_container input:active {
	border-width: 2px;
  }
  
  .page-landing .concierge-form .gform_wrapper .gform_footer {
	margin: 0;
	padding: 0;
  }
  
  .page-landing .concierge-form .gform_wrapper .gform_footer input[type="submit"] {
	margin: 32px 0 0px;
	padding: 8px 20px;
	width: 100%;
	font: 400 16px/23px 'ABC Whyte Mono';
	letter-spacing: 0.02em;
	text-transform: uppercase;
	text-align: center;
	background: #282a29;
	color: #FBF5E6;
	border-radius: 0;
	border: none;
	box-shadow: none;
	transition: all .3s ease-in-out;
	cursor: pointer;
  }
  
  .page-landing .concierge-form .gform_wrapper .gform_footer input[type="submit"]:hover {
	background: #F0EB01;
	color: #282A29;
  }
  
  .page-landing .concierge-form .gform_confirmation_message_7 {
	font: 400 20px/32px 'ABC Whyte Mono', sans-serif;
	color: #282A29;
  }
  
  .concierge-newsletter-form .gform_wrapper.gravity-theme .gfield input.large {
	padding: 12px 16px;
	border: 1px solid #282a29;
	font: 400 16px/24px 'ABC Whyte Mono';
	text-transform: uppercase;
  }
  
  .concierge-newsletter-form .gform_wrapper.gravity-theme .gform_footer {
	margin: 0;
	padding: 0;
  }
  
  .concierge-newsletter-form .gform_wrapper.gravity-theme .gform_footer input[type="submit"] {
	border-radius: 0;
	box-shadow: none;
	background: #282a29;
	padding: 12px 16px;
	font: 400 16px/24px 'ABC Whyte Mono';
	letter-spacing: 0;
	color: #FBF5E6;
	margin: 0;
	position: absolute;
	top: 1px;
	right: 1px;
	cursor: pointer;
	transition: all .3s ease-in-out;
  }
  
  .concierge-newsletter-form .gform_wrapper.gravity-theme .gform_footer input[type="submit"]:hover {
	background: #F0EB01;
	color: #282a29;
  }
  
  .page-template-concierge-template .header-menu-wrapper:before {
	content: '';
	position: absolute;
	left: 0;
	right: 50%;
	top: 0;
	bottom: 0;
	background: #f0eb01;
  }

  .page-template-concierge-template footer {
	border-top: 1px solid #282A29;
  }
  
  .page-template-concierge-template .footer_top {
	border: none;
  }

  @media (min-width:768px) and (max-width:991px) {
	.page-landing {
	  display: flex;
	}
  
	.page-landing .page-left,
	.page-landing .page-right {
	  width: 50%;
	  padding: 70px 0px;
	}
  
	.schedule-call p {
	  font-size: 16px;
	  line-height: 23px;
	}
  }
  
  
  @media (max-width: 768px) {
	.page-landing .page-badge {
	  margin-bottom: 20px;
	}
  
	.page-landing {
	  grid-template-columns: 1fr;
	}
  
	.page-landing .page-left {
	  padding: 30px 0px 60px;
	}
  
	.page-landing .page-heading {
	  font-size: 40px;
	  line-height: 42px;
	}
  
	.page-landing .page-content p {
	  font-size: 18px;
	  line-height: 26px;
	}
  
	.page-landing .page-content pre {
	  margin-bottom: 48px;
	}
  
	.page-landing .page-left .container,
	.page-landing .page-right .container {
	  max-width: 100%;
	}
  
	.page-landing .page-right {
	  padding: 60px 20px;
	}
  
	.page-landing .page-right .form-desc {
	  font-size: 12px;
	  line-height: 18px;
	}
  
	.page-landing .concierge-form .gform_wrapper .gform_footer input[type="submit"] {
	  background: #F0EB01;
	  color: #282A29;
	}
  
	.schedule-call p {
	  font-size: 16px;
	  line-height: 23px;
	}
  
  }
  
  @media (max-width:767px) {
	.page-template-concierge-template .header-menu-wrapper:before {
	  right: 0;
	}
  }
  
  @media only screen and (max-width: 641px) {
	.page-landing .gform_wrapper.gravity-theme input:not([type="radio"]):not([type="checkbox"]):not([type="image"]):not([type="file"]) {
	  line-height: 23px;
	}
  }
  
  @media (max-width: 576px) {
	.page-landing .icons {
	  grid-template-columns: 1fr;
	}
  
	.page-template-concierge-template .header-menu-wrapper {
	  border-bottom: none;
	}
  
	.page-landing .page-badge {
	  font-size: 12px;
	  line-height: 17px;
	  margin-bottom: 8px;
	}
  
	.page-landing .page-heading {
	  font-size: 32px;
	  line-height: 40px;
	  margin-bottom: 32px;
	}
  
	.page-landing .page-content p {
	  font-size: 18px;
	  line-height: 26px;
	}
  
	.page-landing .page-content pre {
	  font-size: 16px;
	  line-height: 23px;
	}
  
	.schedule-call p {
	  font-size: 16px;
	  line-height: 23px;
	}
  
  }
  
  .page-template-concierge-template #et-main-area {
	margin: 0;
  }
  
  .page-template-concierge-template .gform_confirmation_message a {
	color: #383F7C !important;
	text-decoration: underline;
  }

  /* New Resources Section*/
  #new-resources {
	padding: 90px 0;
	overflow: hidden;
	background: #fff4da;
  }

  @media (max-width: 767px) {
	#new-resources {
		margin-bottom: 0;
		padding: 50px 0;
	  }
	
	  #new-resources .recent_holder {
		flex-direction: row;
	  }
	}

	.recent_holder .slick-track {
		display: flex;
	  }
	  
	  .recent_holder .recent_item {
		height: inherit !important;
	  }

	  .recent-block_img {
		margin-bottom: 16px;
		height: 140px;
	  }
	  
	  .recent-block_img img {
		display: block;
		width: 277px;
		height: 140px;
		object-fit: cover;
	  }
	  
	  @media (max-width: 767px) {
		.recent-block_img img {
		  width: 100%;
		  height: 100%;
		}
	  }

/* Leadership Team Section */
.section-team {
	padding: 90px 0;
  }
  
  .section-team__heading {
	margin-bottom: 4px;
	text-align: center;
	font-size: 40px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.04;
  }

  .team-members {
	display: flex;
	justify-content: space-evenly;
	margin-top: 60px;
	flex-wrap: wrap;
  }
  
  .team-member {
	display: flex;
	padding: 32px 20px;
	align-content: center;
	flex-direction: column;
	width: 230px;
	border-image: url(/wp-content/uploads/2023/05/Line-divider.png) 1 / 1px;
	border-image-repeat: round;
	border-left: 0px !important;
	border-right: 1px solid;
	border-image-slice: 1;
	border-image-width: 1;
	border-image-outset: 1;
  }
  
  .team-member:last-child {
	border: none !important;
  }
  
  .team-member__avatar {
	flex: 0 0 120px;
  }
  
  .team-member__avatar img {
	display: block;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	border: 1px solid rgba(40, 42, 41, 0.2);
  }

  .team-member__content .heading {
	font-family: 'ABC Whyte';
	margin: 30px 0 5px;
	font-weight: bold;
  }
  
  .team-member__role {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 16px;
	color: #f0c332;
	font-weight: bold;
  }

  .team-member__bio {
	margin-top: 15px;
	font-size: 15px;
	line-height: 24px;
  }

  .team-member__avatar {
    margin: 0 auto;
  }

  .team-member__avatar img {
    width: 100px;
    height: 100px;
  }

  .bio-accordion .opener {
	font-size: 18px;
  }
  
  .bio-accordion .active .opener:after {
	content: 'read less';
	visibility: visible;
	display: block;
	border-bottom: 1px solid;
	border-bottom: 1px solid;
	width: 88px;
	height: 20px;
	padding-bottom: 23px;
  }
  
  .bio-accordion .opener:after {
	content: 'read more';
	visibility: visible;
	display: block;
	height: 20px;
	border-bottom: 1px solid;
	width: 88px;
	padding-bottom: 23px;
  }

  @media (max-width: 767px) {
	.team-members {
	  flex-direction: column;
	  align-items: center;
	}
  
	.team-member {
	  width: 80%;
	  border-bottom: 1px dashed;
	  padding: 20px;
	}
  
	.team-member:last-child {
	  border: none;
	}
  
	.team-member__content {
	  text-align: center;
	}
  
	.bio-accordion .opener:after {
	  margin: 0 auto;
	}
  
	.team-member__content .heading {
	  margin-top: 20px;
	}
  
	.team-member__avatar {
	  flex: none;
	}
  
  }
  
  @media (max-width: 800px) {
	.team-member {
	  border: none !important;
	  border-image: none !important;
	}
  
  }

  /* Collections Page */
  .collection-bundles {
	margin-bottom: 40px;
  }
  
  .collection-bundles__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	grid-gap: 16px 12px;
  }  

  .collection-categories__heading {
	margin-bottom: 12px;
	font-size: 16px;
	line-height: 24px;
  }
  
  .collection-categories__heading .badge {
	margin-left: 8px;
	padding: 4px 12px;
	border-radius: 100px;
	background: #F7E068;
	font-size: 12px;
	line-height: 18px;
  }

  .collection-bundle__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
  }
  
  .collection-bundle__title {
	position: absolute;
	top: 50%;
	left: 30px;
	transform: translateY(-50%);
	width: calc(100% - 60px);
	z-index: 3;
  }

  .collection-bundle {
	position: relative;
	height: 120px;
  }

  .collection-bundle::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(122.88deg, #FBF5E6 7.98%, rgba(251, 245, 230, 0.49) 96.64%);
	z-index: 1;
  }
  
  .collection-bundle::after {
	position: absolute;
	content: '';
	top: 50%;
	left: 50%;
	width: calc(100% - 40px);
	height: calc(100% - 20px);
	border: 1px solid #9C8300;
	transform: translate(-50%, -50%);
	z-index: 1;
  }

  .collection-posts__slider {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	grid-gap: 16px;
  }

  .collection-post {
	padding: 4px;
	border: 1px solid rgba(40, 42, 41, 0.2);
  }
  
  .collection-post__image {
	height: 140px;
  }
  
  .collection-post__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
  }
  
  .collection-post__content {
	padding: 8px;
  }
  
  .collection-post__title {
	margin-bottom: 8px;
	font-size: 16px;
	line-height: 24px;
  }

  @media only screen and (max-width: 1023px) {
	.collection-bundles__grid {
	  grid-template-columns: repeat(3, minmax(0, 1fr));
	}
  
	.collection-bundle::after {
	  width: calc(100% - 24px);
	  height: calc(100% - 24px);
	}
  
	.collection-bundle__title {
	  font-size: 18px;
	  line-height: 26px;
	}
  }

  @media only screen and (max-width: 767px) {

	.collection-bundles__grid,
	.collection-posts__slider {
	  display: block;
	  margin-right: calc(var(--gutter) * -1);
	}
  
	.collection-bundles__grid,
	.collection-posts__slider {
	  margin-right: calc(var(--gutter) * -1)
	}
  
	.collection-bundle {
	  margin-right: 12px;
	  width: 160px;
	}
  
	.collection-bundle::after {
	  width: calc(100% - 16px);
	  height: calc(100% - 16px);
	}
  
	.collection-bundle__title {
	  top: 18px;
	  left: 24px;
	  right: 24px;
	  font-size: 14px;
	  line-height: 20px;
	  transform: none;
	}
  
	.collection-post {
	  margin-right: 16px;
	  width: 233px;
	}
  
	.collection-posts__slider .slick-track {
	  display: flex;
	}
  
	.collection-post.slick-slide {
	  height: inherit;
	}
  
  }

  /* Content Links Section - No Featured Image*/
.content-links.no-featured-img {
	padding: 120px 0;
	background: #f8f8f8;
	padding: 100px 0;
	background-image: url(/wp-content/uploads/2023/04/background-dots.png);
	background-repeat: no-repeat;
	background-position: right;
  }
  
  .content-links--has-decor {
	position: relative;
	overflow: hidden
  }
  
  .content-links.no-featured-img::after {
	position: absolute;
	content: '';
	top: 53px;
	right: -54px;
	width: 404px;
	height: 404px;
	background: url('/wp-content/uploads/2023/04/background-dots.png') no-repeat center;
	background-size: contain;
  }
  
  .content-links--has-decor .container {
	position: relative;
	z-index: 1;
	display: flex;
	gap: 30px;
	align-items: center;
  }
  
  .content-links.no-featured-img .content-links__heading-section {
	min-width: 275px;
  }
  
  .content-links__heading {
	margin-bottom: 16px;
	color: #111827;
  }
  
  .content-links__heading--mobile {
	display: none;
  }
  
  .content-links__content {
	margin-bottom: 40px;
	font: 400 20px/1.4 'ABC Whyte', sans-serif;
	color: #6b7280;
  }
  
  .content-links.no-featured-img .content-links__grid {
	display: flex;
	margin-inline: auto;
	grid-gap: 24px 20px;
	overflow: visible;
  }
  
  .content-links.no-featured-img .content-link {
	display: flex;
	padding: 20px 32px;
	align-items: flex-start;
	background: #fff;
	box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	flex-direction: column;
	justify-content: space-between;
	height: 330px;
  }
  
  .content-links.no-featured-img .content-link:hover {
	background-color: #f0c332;
  }
  
  .content-links.no-featured-img .content-link__icon {
	margin-right: 12px;
	max-width: 55px;
	padding: 2px;
	border-radius: 5px;
	background-color: #ffffff;
  }
  
  .content-links.no-featured-img .content-link .content-links-arrow {
	transition: transform .3s ease-in-out;
	will-change: transform;
	width: 40px;
	height: 40px;
  }
  
  .content-links.no-featured-img .content-link:hover .content-links-arrow {
	content: url('/wp-content/uploads/2023/05/ion_chevron-forward-circle-1.png');
	transform: translateX(10px);
  }
  
  .content-links.no-featured-img .link-description {
	color: #6b7280;
  }

  /* Solutions Slider*/
  .solutions-slider .slick-track {
	display: flex;
	overflow: visible;
  }
  
  .solutions-slider .next.slick-arrow {
	position: absolute;
	left: 0px;
	top: 125px;
  
  }
  
  .solutions-slider .slick-arrow img {
	padding: 14px 12px;
  }
  
  .solutions-slider .link-title {
	font-size: 20px;
	font-weight: bold;
  }
  
  /*Content Links Section - Has Featured Image */
  .content-links.has-featured-image {
	padding: 80px 0;
	background: #fffcf2;
	border-top: solid 1px #fde192;
  }
  
  .content-links.has-featured-image .content-links__grid {
	display: grid;
	margin-inline: auto;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	grid-gap: 24px 20px;
	max-width: 870px;
  }
  
  .content-links.has-featured-image .content-link {
	display: flex;
	padding: 16px 32px;
	align-items: center;
	background: #fff;
	border: solid 1px #f89a2c;
	border-radius: 8px;
	justify-content: space-between;
  }
  
  .content-links.has-featured-image .content-links__heading-section {
	text-align: center;
	max-width: 500px;
	margin: 0 auto;
  }
  
  .content-links.has-featured-image .content-links--has-decor .container {
	justify-content: space-around;
  }
  
  .content-links__content-col {
	width: 60%;
  }
  
  .content-links__img-col {
	width: 40%;
  }
  
  .content-links.has-featured-image .container {
	gap: 80px;
	align-items: center;
  }
  
  .content-links.has-featured-image .content-links__heading {
	font-weight: bold;
	line-height: 1.09;
	letter-spacing: normal;
	font-size: 36px;
  }home-banner__ba
  
  .content-links.has-featured-image .content-link svg {
	transition: transform .3s ease-in-out;
	will-change: transform;
	margin-left: auto;
  }
  
  .content-links.has-featured-image .content-link:hover svg {
	transform: translateX(10px);
  }
  
  .content-links.no-featured-img .content-link:hover .link-description {
	color: #ffffff;
  }

  @media (min-width: 768px) {
	.solutions-slider .slick-track {
	  width: 1600px !important;
	}
  
	.content-links.no-featured-img .content-link {
	  width: 405px;
	}
  
  }
  
  @media (max-width: 767px) {
  
	.content-links.no-featured-img {
	  padding: 44px 0;
	  background-image: none !important;
	}
  
	.content-links {
	  padding: 24px 0 56px;
	}
  
	.content-links--has-decor::after {
	  content: none;
	}
  
	.content-links__heading {
	  font-size: 24px;
	  line-height: 30px;
	}
  
	.content-links--mobile-heading .content-links__heading--desktop {
	  font-size: 24px !important;
	  line-height: 1.5 !important;
	}
  
	.content-links--mobile-heading .content-links__heading--mobile {
	  display: block;
	}
  
	.content-links--hide-content .content-links__content {
	  font-size: 15px;
	  font-weight: normal;
	  font-stretch: normal;
	  font-style: normal;
	  line-height: 1.33;
	  letter-spacing: normal;
	}
  
	.content-links__content {
	  margin-bottom: 16px;
	  font-size: 16px;
	  line-height: 24px;
	  text-align: center;
	}
  
	.content-links--has-decor .container {
	  flex-direction: column-reverse;
	}
  
	.content-links.no-featured-img .content-links__grid .solutions-slider {
	  width: 300px !important;
	  display: block;
	}
  
	.content-links.no-featured-img .content-links__grid {
	  width: inherit;
	}
  
	.content-links__img-col {
		width: 100%;
	  }
  
	.content-links.has-featured-image {
	  padding: 60px 0;
	}
  
	.content-links__content-col {
	  width: 100%;
	}
  
	.content-links.has-featured-image .content-links__grid {
	  grid-template-columns: unset;
	  grid-gap: 0px;
	}
  
	.content-links.has-featured-image .container {
	  gap: 40px !important;
	}
  
	.content-links.has-featured-image .content-links__heading-section {
	  max-width: 260px;
	}
  
	.gradient__img {
	  width: 100% !important;
	  padding-bottom: 15px;
	}
  }
  
  @media (max-width: 576px) {
	.content-links__grid {
	  display: block;
	}
  
	.content-link:not(:last-child) {
	  margin-bottom: 24px;
	}
  
	.content-link__icon {
	  margin-right: 10px;
	  flex-basis: 40px;
	  max-width: 40px;
	}
  }

  /* Resources Section - "New" Style */
  .new-resources {
	padding: 72px 0 80px;
	background: #fff4da;
  }
  
  .new-resources__heading {
	margin-bottom: 16px;
	text-align: center;
	font-weight: bold;
  }
  
  .new-resources__content {
	margin: 0 auto 48px;
	max-width: 670px;
	text-align: center;
	color: #6B7280;
  }
  
  .new-resources__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	grid-gap: 20px;
  }

  .new-resource {
	display: flex;
	flex-direction: column;
	background: #fff;
	box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -2px rgba(0, 0, 0, 0.05);
	border-radius: 8px;
	overflow: hidden;
  }
  
  .new-resource__img {
	height: 192px;
  }
  
  .new-resource__img img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
  }
  
  .new-resource__content {
	display: flex;
	flex-direction: column;
	padding: 24px;
	flex-grow: 1;
  }
  
  .new-resource__cat {
	margin-bottom: 18px;
	font: 600 14px/20px 'Inter', sans-serif;
	color: #6b7280;
  }
  
  .new-resource__title {
	margin-bottom: 12px;
	font: 400 23px/28px 'ABC Whyte';
  }
  
  .new-resource__title:hover {
	text-decoration: underline;
  }
  
  .new-resource__excerpt {
	font: 400 16px/24px 'ABC Whyte';
	color: #6B7280;
  }
  
  .new-resource__meta {
	margin-top: auto;
	font: 400 14px/20px 'ABC Whyte';
	color: #f0c332;
  }

@media (max-width: 767px) {

	.new-resources__grid {
	  display: block;
	}
  
	.new-resources__heading {
	  margin-bottom: 8px;
	  font-size: 24px;
	  line-height: 30px;
	}
  
	.new-resources__content {
	  margin-bottom: 24px;
	  font-size: 16px;
	  line-height: 19px;
	}
  
	.new-resource__excerpt {
	  margin-bottom: 40px;
	}
  
	.new-resource {
	  margin-bottom: 20px;
	}
  }

/*Top Tips Module*/
.top-tips {
	padding: 80px 0;
	overflow: hidden;
	background: #fffcf2;
  }
  
  .top-tips .container {
	display: flex;
	gap: 80px;
  }
  
  .top-tips__content-col {
	width: 50%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
  }
  
  .top-tips__vid-col {
	width: 50%;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
  }
  
  .top-tips h4 {
	margin-bottom: 26px;
	text-align: left;
	font-weight: bold;
	letter-spacing: normal;
  }
  
  .top-tips a {
	margin-top: 25px;
	background-color: white;
	box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -2px rgba(0, 0, 0, 0.05);
	border-radius: 10px;
	display: flex;
	align-items: center;
	gap: 24px;
	padding: 10px 25px;
  }
  
  .top-tips a img {
	width: 66px;
	height: auto;
	border-radius: 50px;
  }
  
  .top-tips a svg {
	transition: transform .3s ease-in-out;
	will-change: transform;
	margin-left: auto;
  }
  
  .top-tips a:hover svg {
	transform: translateX(10px);
  }
  
  .top-tips a .link-text {
	display: flex;
	flex-direction: column;
  }
  
  .top-tips a .link-description {
	font-family: "ABC Whyte Mono";
	font-weight: normal;
	font-size: 16px;
	text-transform: uppercase;
	margin-top: 5px;
	letter-spacing: .04em;
  }
  
  @media only screen and (max-width: 1024px) {
	.top-tips .container {
	  flex-direction: column;
	}
  
	.top-tips__content-col,
	.top-tips__vid-col {
	  width: 100%;
	}
  }

/*
// WooCommerce Single Product Page - Individual Product Pages (PLP)
*/

.single-product .woocommerce-breadcrumb a:first-child:hover::before {
	color: #282a29;
}

.single-product .woocommerce-breadcrumb a:nth-child(2) {
	pointer-events: none;
	color: #6B7280;
}

.single-product .woocommerce-breadcrumb a::after {
	display: inline-block;
	margin: 0 6px 0 16px;
	content: '';
	width: 20px;
	height: 20px;
	position: relative;
	top: 6px;
	background: url('data:image/svg+xml;utf8,<svg width="7" height="11" viewBox="0 0 7 11" fill="none" xmlns="http://www.w3.org/2000/svg">    <path fill-rule="evenodd" clip-rule="evenodd"        d="M0.792894 10.2071C0.402369 9.81658 0.402369 9.18342 0.792894 8.79289L4.08579 5.5L0.792893 2.20711C0.402369 1.81658 0.402369 1.18342 0.792893 0.792894C1.18342 0.402369 1.81658 0.402369 2.20711 0.792894L6.20711 4.79289C6.59763 5.18342 6.59763 5.81658 6.20711 6.20711L2.20711 10.2071C1.81658 10.5976 1.18342 10.5976 0.792894 10.2071Z" fill="%239CA3AF" /></svg>') no-repeat center;
}



.single-product .breadcrumb .content-area {
	padding-top: 10px;
}


.single-product .product-details-single {
	padding: 30px 0 15px;
	background-color: #f8f8f8;
	background-image: url(/wp-content/uploads/2023/04/background-dots.png), linear-gradient(0deg, rgba(255, 244, 218, 1) 0%, rgba(248, 248, 248, 0) 65%);
	background-repeat: no-repeat;
	background-position: 100% -2%;
}

.single-product .product-layout-compare {
	display: flex;
	border: 1px solid #ededed;
	padding: 20px;
	margin-bottom: 25px;
	margin-top: 20px;
	background-color: #ffffff;
}

.single-product .flex-viewport {
	height: 405px !important;
}

.single-product .product-compare.one-third {
	width: 30.66%;
	margin-right: 4%;
}

.single-product .product-compare.two-thirds {
	width: 66.67%
}

.woocommerce-page div.product div.images {
	float: none !important;
	width: auto !important;
}

.single-product .woocommerce-page div.product div.summary {
	float: none;
}

.single-product .one-half {
	width: 48% !important;
	float: left !important;
	margin-right: 4%;
	margin-bottom: 5px;
}

.single-product .one-half:last-of-type {
	margin-right: 0 !important;
}

.single-product .product-single-title h1 {
	font-size: 24px;
	margin: 0;
	font-size: 24px;
	line-height: 30px;
	display: inline-block;
	font-weight: bold;
	text-decoration: none;
}

.single-product .product-card_image {
	height: 400px;
}

.single-product .summary p,
.single-product .one-half ul,
.single-product .product-highlights p {
	font-size: 16px;
	margin: 0 0 31px !important;
}

.single-product .product-single-title {
	margin-bottom: 28px;
}

.single-product .one-half .product-price,
.single-product .one-half .price.price-discount,
.single-product .one-half .price.price-no-discount {
	font-weight: 400 !important;
	font-size: 1.5em !important;
	letter-spacing: -.5px;
	margin-bottom: 10px;
	width: 100%;
}

.single-product .one-half .price.price-discount {
	margin-bottom: 0px;
}

.single-product .one-half  .savings {
	color: #027f5e;
	font-size: 16px;
	font-weight: 500;
}

.single-product .one-half .regular-price {
	color: #666;
	text-decoration: line-through;
	font-size: 16px;
  }

  .single-product .one-half .product-discount-block {
margin-bottom: 10px !important;
  }

.single-product .product-card_btn a {
	width: auto !important;
}

.single-product .product-compare .price-details {
	display: inline-block;
	width: 100%;
	margin-bottom: 15px !important;
}

.single-product .egg-listcontainer .cegg-list-logo-title a {
	font-size: 13px;
	line-height: normal;
}

.single-product .egg-container {
	border: 3px solid #eee;
	padding: 1px;
	background: #fff;
	line-height: 22px;
}

.single-product .egg-container .egg-listcontainer {
	margin-bottom: 0px !important;
}

.single-product .egg-container .status-instock,
.single-product .cegg-lineheight15,
.single-product .woocommerce ul.products li.product .onsale,
.single-product .egg-container .text-muted,
.single-product .onsale {
	display: none;
}

.single-product .egg-container .cegg-price {
	font-size: 14px !important;
	color: black;
}

.single-product .product-accordion {
	width: 71%;
	margin-right: 4%;
	float: left;
}

.single-product .product-details-sidebar {
	width: 25%;
	float: left;
	background-color: #ffffff;
}

.single-product .accordion {
	border: 1px solid rgba(206, 206, 206, .23);
	margin-bottom: 25px;
}

.single-product .accordion-header {
	position: relative;
	padding: 12px 15px;
	background: #fafafa;
	font-size: 18px;
	line-height: 26px;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .12);
}

.single-product .accordion .accordion-header:after {
	position: absolute;
	content: '';
	top: 50%;
	right: 14px;
	width: 14px;
	height: 14px;
	background-image: url("data:image/svg+xml;utf8,<svg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M14 8H8V14H6V8H0V6H6V0H8V6H14V8Z' fill='%23282A29'/></svg>");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	transition: all .3s ease-in-out;
	transform: translateY(-50%);
}

.single-product .accordion.active .accordion-header:after {

	transform: translateY(-50%) rotate(45deg) !important;
}


.single-product .accordion-body {
	padding: 16px;
	background-color: #ffffff;
}

.single-product .additional-product-info {
	font-size: 16px;
}

.single-product .additional-product-info ul {
	list-style-type: disc !important;
	padding-left: 40px;
	margin-top: 10px;
}

.single-product .additional-product-info ul li {
	list-style-type: disc !important;
}


.single-product .additional-product-info h5 {
	font-size: 18px;
}

 .woocommerce ul.products li.product .button {
	font-size: 11px;
	border-radius: 7px;
	border: solid 1px #f0c332;
	background-color: #f18d18;
	line-height: 1.3;
	letter-spacing: 0.64px;
	font-family: "ABC Whyte";
	color: #ffff;
	font-weight: bold;
	padding: 8px 10px;
	text-transform: uppercase;
    text-align: center;
}

.woocommerce ul.products li.product .button:hover {
	background-color: #f0c332;
	color: #000000;
	border: solid 1px #f0c332;
}

.single-product .egg-container .cegg-image-cell {
	width: 14% !important;
}

.single-product .egg-container .cegg-desc-cell {
	width: 0% !important;
}

.single-product .egg-container .row-products>div:first-child {
	padding-left: 10px !important;
}

.single-product .up-sells h5,
.single-product .related h5 {
	position: relative;
	padding: 12px 15px;
	background: #282a29;
	font-size: 18px;
	line-height: 26px;
	color: #fafafa;
	margin-bottom: 0px;
}

.single-product .up-sells .products.columns-1,
.single-product .related .products.columns-1 {
	padding: 25px 25px 10px 25px;
	margin-bottom: 0px;
}

.single-product .up-sells ul.products li.product a img,
.single-product .related ul.products li.product a img {
	max-width: 100px;
	margin-right: 15px;
}

.single-product .up-sells .woocommerce-loop-product__title,
.single-product .related .woocommerce-loop-product__title {
	font-size: 15px !important;
	color: #f18d18;
}

.single-product .up-sells .woocommerce-loop-product__title:hover,
.single-product .related .woocommerce-loop-product__title:hover {
	color: #f0c332;
}

.single-product .up-sells ul.products li.product .price,
.single-product .related ul.products li.product .price {
	font-size: 14px !important;
}

.single-product .up-sells ul.products.columns-1 li.product,
.single-product .up-sells ul.products.columns-1 li.product,
.single-product .related ul.products.columns-1 li.product,
.single-product .related ul.products.columns-1 li.product {
	margin-bottom: 25px !important;
}

.woocommerce div.product .related.products {
	margin-top: 0px;
}

@media only screen and (min-width: 1280px) {

	.single-product .up-sells ul.products li.product a img,
	.single-product .related ul.products li.product a img {
		float: left;

	}

	.woocommerce ul.products li.product .button {
		max-width: 158px;
	}
}

@media only screen and (max-width: 1019px) {

	.single-product .product-details-sidebar,
	.single-product .product-accordion,
	.single-product .product-compare.two-thirds,
	.single-product .product-compare.one-third {
		width: 100%;
	}

	.single-product .product-layout-compare {
		flex-direction: column
	}

	.single-product .flex-viewport {
		width: 405px;
		margin: 0 auto;
	}

	.single-product .woocommerce-product-gallery__image.flex-active-slide {
		width: 405px;
	}

	.single-product .product-layout-compare {
		margin-top: 0px;
	}

	.single-product .woocommerce div.product div.images .flex-control-thumbs li {
		width: 14%;
	}

	.woocommerce ul.products[class*=columns-] li.product,
	.woocommerce-page ul.products[class*=columns-] li.product {
		width: 48%;
		float: left;
		margin: 0 5px;
		clear: unset;
		min-height: 250px;
	}

}

@media only screen and (max-width: 769px) {

	.woocommerce ul.products[class*=columns-] li.product,
	.woocommerce-page ul.products[class*=columns-] li.product {
		width: 100%
	}

	.single-product .one-half {
		width: 100% !important;
		float: none !important;
	}

	.single-product .up-sells ul.products li.product a img,
	.single-product .related ul.products li.product a img {
		margin: 0 auto !important;
	}

	.single-product .up-sells .products.columns-1,
	.single-product .related .products.columns-1 {
		text-align: center;

	}
	
	.single-product .breadcrumb {
		padding: 12px 23px;
	}

	.single-product .woocommerce-breadcrumb a::after {
		margin: 0 6px;
	}
	
	.single-product .woocommerce .woocommerce-breadcrumb {
		margin-right: 10px;
	}

	.single-product .flex-viewport {
		width: auto;
		margin: 0 auto;
		height: auto !important;
	}

	.single-product .woocommerce div.product div.images .flex-control-thumbs li {
		width: 24%;
	}
}



/*
// Everything below here is Misc. CSS. It's not clear if these classes are still in use or not. It maybe belong to old template files or content modules. 
*/

.full-width-text {
	padding: 90px 0;
}

.navigation-panel_heading h3 {
	text-transform: capitalize;
  }
  
  .products-tab {
	display: none;
  }
  
  .products-tab.active {
	display: block;
  }
  
  #navigation-panel__link--recommended {
	display: none;
  }
  
  .navigation-panel_list li a.active::after {
	width: 100%;
  }
  
  .highlights-video .btn-play {
	position: absolute;
	padding: 0;
	top: 50%;
	left: 50%;
	appearance: none;
	background: #0000;
	border: none;
	outline: none;
	transform: translate(-50%, -50%);
	transition: all .3s ease-in-out;
	z-index: 1;
  }
  
  
  /* Show Recommendations */
  .show-recommendations {
	border-top: 1px solid rgba(40, 42, 41, 0.2);
	padding-top: 16px;
	text-align: right;
  }
  
  .btn-show-recommendations {
	font-size: 14px;
	line-height: 21px;
	letter-spacing: 0.04em;
  }
  
  @media only screen and (max-width: 641px) {
	.btn-show-recommendations {
	  width: 100%;
	}
  }
  
  
  /* Saved Email Send */
  .subscription .form-newsletter input[type=text] {
	background: #0000;
  }
  
  
  .profile_avatar img {
	border-radius: 50%;
	width: 48px;
	height: 48px;
	border: 1px solid rgba(40, 42, 41, 0.2);
  }
  
  #field_6_1 .gfield_label {
	display: none !important;
  }
  
  .gfield_required {
	display: none !important;
  }
  
  /* Contact Card */
  .section-contact {
	padding: 90px 0 60px;
  }
  
  .section-contact__heading {
	margin-bottom: 64px;
	font-size: 40px;
	line-height: 50px;
  }
  
  .contact-card {
	margin: 0 auto;
	padding: 48px;
	max-width: 860px;
	border: 1px solid #282A29;
	box-sizing: border-box;
	box-shadow: 8px 8px 0px #282a29;
  }
  
  .contact-card__item {
	display: flex;
	padding: 27px 0;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #282a29;
  }
  
  .contact-card__item:first-child {
	padding-top: 0;
  }
  
  .contact-card__item:last-child {
	padding-bottom: 0;
  }
  
  .contact-card__item:last-child {
	border-bottom: none;
  }
  
  .contact-card__item--title {
	margin-bottom: 8px;
	font-size: 20px;
	line-height: 1.4;
  }
  
  .contact-card__item--desc {
	margin: 0;
	font-size: 16px;
	line-height: 24px;
	color: rgba(40, 42, 41, 0.8);
  }
  
  .contact-card__item--btn {
	min-width: 145px;
	padding: 12px 18px;
	font-size: 14px;
	line-height: 21px;
	letter-spacing: 0.04em;
  }
  
  @media only screen and (max-width: 767px) {
	.section-contact__heading {
	  margin-bottom: 32px;
	  font-size: 32px;
	  line-height: 40px;
	}
  
	.contact-card {
	  padding: 24px;
	}
  
	.contact-card__item {
	  padding: 32px 0;
	  flex-direction: column;
	  align-items: flex-start;
	}
  
	.contact-card__item--desc {
	  margin-bottom: 16px;
	}
  
	.contact-card__item--btn {
	  width: 100%;
	}
  
	.contact-card__item--desc br {
	  display: block;
	}
  }
  
  .intro_list li a .ico {
	background: #fff;
	transition: all 0.5s ease;
  }
  
  .intro_list li:first-child a:hover .ico {
	background: #F0C332;
  }
  
  .intro_list li:nth-child(2) a:hover .ico {
	background: #F89A2C;
  }
  
  .intro_list li:last-child a:hover .ico {
	background: #DA5039;
  }
  
  .schedule-call {
	background: #282A29;
	padding: 32px 0px;
	margin-top: 50px;
  }
  
  .schedule-call .container {
	display: flex;
	align-items: center;
	justify-content: center;
  }
  
  .schedule-call p {
	font-family: 'ABC Whyte', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 26px;
	color: #FFFFFF;
	opacity: 0.8;
	margin: 0px;
	margin-right: 24px;
  }
  
  .schedule-call a {
	font-family: 'ABC Whyte Mono';
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 21px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #FFFFFF;
	padding: 10px 16px 8px;
	border: solid 1px #fff;
  }
  
  .schedule-call a:hover img {
	margin-left: 8px !important;
  }
  
  @media (max-width:1200px) {
	.schedule-call .container {
	  display: block;
	}
  
	.schedule-call .container p {
	  margin-bottom: 24px;
	}
  }
  
  .product-list_category {
	margin-bottom: 24px;
  }
  
  .products-list_heading {
	margin-bottom: 0;
  }
  
  .products-list_description {
	margin-top: 8px;
	font-size: 16px;
	line-height: 24px;
	color: rgba(40, 42, 41, 0.8);
  }
  
  /* Best Pricing */
  .best-pricing {
	margin: 48px 0;
	padding: 24px;
	border: 1px solid rgba(40, 42, 41, 0.05);
  }
  
  .best-pricing__text {
	margin: 0 auto;
	max-width: 666px;
	font: 400 12px/17.32px 'ABC Whyte Mono', sans-serif;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	text-align: center;
	color: #282A29;
  }
  
  
  #gform_confirmation_message_4 {
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	white-space: nowrap;
  }
  
  @media (max-width: 768px) {
	.best-pricing {
	  margin-bottom: 24px;
	}
  
	#gform_confirmation_message_4 {
	  white-space: normal;
	}
  
  }
  
  .contact-block {
	margin: 0;
  }
  
  .sub-title__recommend {
	margin-bottom: 5px;
  }
  
  .marketplace-navigation__mobile {
	display: none;
  }
  
  .page-template-marketplace .header-menu-wrapper .logo {
	max-width: 245px;
  }
  
  .about-block_top h6 {
	font-size: 16px;
	line-height: 26px;
  }
  
  .link-arrow {
	font-size: 14px;
	line-height: 21px;
	letter-spacing: 0.04em;
	font-family: "ABC Whyte Mono";
	text-transform: uppercase;
  }
  
  @media (max-width: 1023px) {
  
	.marketplace-navigation__mobile {
	  margin-left: -48px;
	  margin-right: -48px;
	  padding-left: 48px;
	  padding-right: 48px;
	}
  
	.recent-inner {
	  background: transparent;
	}
  
  }
  
  @media (max-width: 767px) {
  
	.marketplace-navigation__mobile {
	  display: flex;
	  background: rgba(40, 42, 41, 0.05);
	  margin: -15px -24px 18px;
	  padding: 16px 24px;
	  align-items: center;
	  overflow: auto;
	}
  
	.marketplace-navigation__title {
	  margin-bottom: 8px;
	  color: rgba(40, 42, 41, 0.8);
	  font-size: 12px;
	  line-height: 17px;
	  text-transform: uppercase;
	  letter-spacing: 0.04em;
	  font-family: 'ABC Whyte Mono';
	}
  
	.marketplace-navigation__mobile .btn-outline {
	  margin-right: 8px;
	  border: 1px solid rgba(40, 42, 41, 0.6);
	  background-color: #fff;
	  font-size: 12px;
	}
  
	.marketplace-navigation__mobile .btn-outline:hover,
	.marketplace-navigation__mobile .btn-outline.active {
	  background-color: #282a29;
	  color: #fff;
	}
  
	.contact-block {
	  margin-bottom: 80px;
	}
  
  }
  
  .product-list__expert__content {
	margin: 10px 0 40px;
	padding: 16px;
	background: #FBF5E6;
  }
  
  .product-list__expert__content h6 {
	margin-bottom: 16px;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0.04em;
	font-family: 'ABC Whyte Mono';
	text-transform: uppercase;
  }
  
  .product-list__expert__content p,
  .product-list__expert__content ul {
	font-size: 16px;
	line-height: 24px;
  }
  
  .product-list__expert__content ul {
	padding-left: 20px;
	list-style: disc;
  }
  
  .product-list__expert__content ul li {
	list-style: disc;
  }
  
  @media (max-width: 768px) {
  
	.collections-marketplace {
	  flex-direction: column;
	  text-align: center;
	}
  
	.collections-marketplace .marketplaces-block_content {
	  margin-left: 0;
	  font-size: 18px;
	  line-height: 26px;
	  color: rgba(40, 42, 41, 0.8);
	}
  
	.child-category {
	  padding: 8px 16px;
	}
  
	.child-category:last-child {
	  margin-right: 0;
	}
  
	.child-category__img {
	  flex: 0 0 64px;
	  height: 64px;
	}
  
	.child-category__title {
	  font-size: 16px;
	  line-height: 24px;
	}
  
	.child-category__desc {
	  display: none;
	}
  
	.product-list_category {
	  display: none;
	}
  
	.products-list_heading {
	  font-size: 18px;
	  line-height: 26px;
	}
  
	.child-categories {
	  margin-bottom: 64px;
	}
  }
  
  .content-links .prev.slick-arrow {
	margin-top: 70px;
  }
  
  .post-summary {
	display: flex;
  }
  
  .post-summary__heading {
	flex-shrink: 0;
	margin-right: 24px;
	font-size: 56px;
	line-height: 56px;
	color: #DA5039
  }
  
  .post-summary__text {
	margin-bottom: 8px !important;
	font: 400 16px/26px 'ABC Whyte Mono';
	color: #DA5039;
	letter-spacing: 0.04em;
	text-transform: uppercase;
  }
  
  .post-summary__tag {
	font-size: 10px;
	line-height: 14px;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: rgba(40, 42, 41, 0.6);
  }
  
  .product-plan {
	margin-bottom: 16px;
	padding: 16px;
	background: rgba(40, 42, 41, 0.05);
  }
  
  .product-plan__heading {
	margin-bottom: 8px !important;
	font: 400 20px/29px 'ABC Whyte';
  }
  
  .product-plan__content {
	margin-bottom: 0 !important;
	font: 400 16px/23px 'ABC Whyte';
  }
  
  .post-product-card {
	margin-bottom: 24px;
	padding: 24px;
	border: 1px solid rgba(40, 42, 41, 0.1);
  }
  
  .post-product-card__heading {
	margin-bottom: 8px !important;
	font: 400 20px/30px 'ABC Whyte';
  }
  
  .post-product-card__desc {
	margin-bottom: 16px !important;
	font-size: 14px;
	line-height: 20px;
  }
  
  .post-product-card__inner {
	display: flex;
	align-items: center;
  }
  
  .post-product-card__image {
	flex: 0 0 254px;
	margin-right: 16px;
  }
  
  .post-product-card__options {
	display: flex;
	margin-bottom: 24px;
	padding: 4px 0;
	border-top: 1px solid #282A29;
	border-bottom: 1px solid #282A29;
	justify-content: space-between;
  }
  
  .post-product-card__option label {
	margin-bottom: 0;
	font: 400 10px/14px 'ABC Whyte Mono', sans-serif;
	letter-spacing: 0.04em;
	text-transform: uppercase;
  }
  
  .post-product-card__option p {
	margin-bottom: 0 !important;
	font-size: 16px;
	line-height: 24px;
  }
  
  .post-product-card__text {
	margin-bottom: 24px;
	font-size: 14px;
	line-height: 20px;
  }
  
  .post-product-card__content .cta-wrapper {
	text-align: right;
  }
  
  .post-product-card__content .btn-outline path {
	transition: all .3s ease-in-out;
  }
  
  .post-product-card__content .btn-outline:hover path {
	fill: color;
  }
  
  body #hubspot-messages-iframe-container {
	display: none !important;
  }
  
  .page-template-marketplace #hubspot-messages-iframe-container {
	display: block !important;
  }
  
  .intro-about .heading {
	font-family: 'ABC Whyte';
  }
  
  .child-categories__desc {
	margin-bottom: 8px;
	color: rgba(40, 42, 41, 0.8);
  }
  
  .expert-slide .mobile-bio {
	display: none;
  }
  
  @media (max-width: 767px) {
  
	.expert-slide .mobile-bio {
	  display: block;
	  color: rgba(40, 42, 41, 0.8);
	}
  }
  
  /* New collections page */
  
  .child-categories {
	margin-bottom: 40px;
	padding: 0;
	border: none;
  }
  
  .child-category {
	display: block;
	margin-right: 12px;
	padding: 16px;
	text-align: center;
  }
  
  .child-category__content {
	margin: 0;
  }
  
  .child-category__img {
	margin-bottom: 4px;
	height: 48px;
  }
  
  .child-category__title {
	font-size: 14px;
	line-height: 20px;
  }
  
  @media only screen and (max-width: 767px) {
  
	.child-categories{
	  display: block;
	  margin-right: calc(var(--gutter) * -1);
	}
  
	.child-category {
	  width: 140px;
	  padding: 8px 16px;
	}
  
	.child-categories {
	  margin-right: calc(var(--gutter) * -1)
	}
  
  }
  
  .child-categories .slick-track {
	padding-bottom: 16px;
	display: flex;
  }
  
  .child-category.slick-slide {
	height: inherit;
  }
  
  .marketplace-highlight {
	margin-bottom: 22px;
	padding: 16px;
	background-color: #F4F4F4;
  }
  
  .marketplace-highlight__heading {
	margin-bottom: 16px;
  }
  
  .marketplace-highlight__content {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 0;
  }
  
  .marketplace-highlight__content ul,
  .marketplace-highlight__content ol {
	padding-left: 30px;
  }
  
  .marketplace-highlight__content ul li {
	list-style: disc;
  }
  
  .marketplace-highlight__content ol li {
	list-style: decimal;
  }
  
  /* New Marketplace page */
  
  .marketplace-banner-about {
	position: relative;
	padding: 130px 0 130px;
	overflow: hidden;
	max-height: 520px;
	height: 100%;
  }
  
  .marketplace-banner-about-heading {
	margin: 20px;
	font: 800 60px/1 'Inter', sans-serif;
	letter-spacing: -0.025em;
	font-size: 42px;
  }
  
  .marketplace-banner-about::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(98deg, #282a29 15%, rgba(60, 61, 62, 0.54) 97%);
	z-index: -1;
  }
  
  .marketplace-banner-about-experts {
	margin-top: 12px;
	font: 800 44px/1 'Inter', sans-serif;
	letter-spacing: -0.025em;
  }
  
  @media (min-width: 769px) {
	:root {
	  --gutter: 50px;
	}
  }
  
  @media only screen and (max-width: 767px) {
	.n2-ss-slider .n2-ss-slide-background-image img {
	  object-position: center !important;
	}
  
  }
/* Fix double numbering on lists - Updated */
/* Remove custom counter numbering from ordered lists */
#sidebar ol:not([class]) > li:before,
.entry ol:not([class]) > li:before,
ol.list-style > li:before {
    content: none !important;
    display: none !important;
}

/* Reset counter */
#sidebar ol:not([class]),
.entry ol:not([class]),
ol.list-style {
    counter-reset: none !important;
}

/* Ensure proper list styling */
#sidebar ol:not([class]) > li,
.entry ol:not([class]) > li,
ol.list-style > li {
    list-style-type: decimal !important;
    list-style-position: inside !important;
    padding-left: 0 !important;
}

/* Additional specificity for single post pages */
.single ol li {
    list-style-type: decimal !important;
    list-style-position: inside !important;
}

/* Remove any absolute positioning that might interfere */
.entry ol li,
#sidebar ol li {
    position: static !important;
}
/* End of Msc. CSS */