/*
Theme Name: Custom Theme by Aurora Tech
Author: Aurora Tech
Author URI: https://goauroratech.com/
Version: 99.0
*/

/*Reset Css*/
html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, code, em, img, strong, sub, sup, b, u, i, center, dl, dt, dd, ol, ul, li, form, label, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, embed, figure, figcaption, footer, header, menu, nav, section, audio, video, fieldset, legend, input, textarea, button, select, option, main, time, mark, svg {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
ol, ul {list-style: none;}
blockquote {quotes: none;}
blockquote:before, blockquote:after {content: none;}
table {border-collapse: collapse; border-spacing: 0;}
a:focus {outline: none;}
article, aside, nav, section {display: block;}
audio, canvas, video {display: inline-block;}
audio:not([controls]) {display: none;}
hr {border: 0; border-top: 1px solid #ccc; height: 0; margin: 40px 0; clear: both;}
sub, sup {font-size: 75%; line-height: 0; position: relative; vertical-align: baseline;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}
img, embed, iframe, object, video {border: 0; max-width: 100%;}

/* Basics */

body {
	line-height: 1.5;
	font-size: 15px;
	font-family: 'Open Sans', Arial, sans-serif;
	text-rendering: optimizeLegibility;
	overflow: hidden;
	color: #000;
}

a {outline: none;color: #971b2b;text-decoration: none;transition: .3s;}
a:hover {text-decoration: underline;}

/* Form fields */

button, input, textarea, select {border: 1px solid #aaa; border-radius: 0px; font-family: inherit; margin-right:0%; margin-bottom: 7px; padding: 8px 10px; box-sizing: border-box; width: 100%; outline: none;}
input[type="checkbox"], input[type="radio"] {width: auto;}
select {padding: 7px 10px;}
textarea {height: 120px;}
input[type="checkbox"], input[type="radio"], input[type="file"], input[type="hidden"], input[type="image"], input[type="color"] {border: 0;	border-radius: 0;	padding: 0;}
input[type="submit"] {width: auto; outline: none; padding: 8px 20px; cursor: pointer; transition: .3s;}

.searchform > div {display: flex;}
.searchform input#s {flex-grow: 1; width: auto; margin: 0;}
.searchform #searchsubmit {flex-grow: 0; flex-shrink: 0; margin: 0; border: 0; background: #971a2a; color: #fff;}

/* Images */

.alignleft {float: left;}
.alignright {float: right;}
.aligncenter {display: block; margin-left: auto; margin-right: auto;}

.gallery {display: flex; flex-flow: row wrap; line-height: 0; gap: 20px;}
.gallery-columns-2 .gallery-item {width: calc(50% - 10px)!important;}
.gallery-columns-3 .gallery-item {width: calc(33.33% - 14px)!important;}
.gallery-columns-4 .gallery-item {width: calc(25% - 15px)!important;}
.gallery-columns-5, .gallery-columns-6 {gap: 14px;}
.gallery-columns-5 .gallery-item {width: calc(20% - 12px)!important;}
.gallery-columns-6 .gallery-item {width: calc(16% - 5px)!important;}
.gallery img {width: 100%; height: auto; border: 0!important; max-height: 320px; object-fit: cover;}
.gallery br {display: none;}

.wp-caption {max-width: 100%; padding: 4px;}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {font-style: italic; font-size: 13px;}
.entry-content dl.gallery-item {margin: 0!important;}
.gallery-caption {width: 100%;}
.gallery-caption a {display: inline;}

/* Navigation for posts and pages*/

.wp-pagenavi {margin: 50px 0 0;}
.wp-pagenavi .pages {color: #aaa; font-weight: normal; margin-left: 0;}
.wp-pagenavi > span, .wp-pagenavi > a, .nav-single a {display: inline-block; margin: 0 8px; font-weight: bold; color: inherit;}
.wp-pagenavi > span.current {color: #aaa;}

.nav-single {border-top: 1px solid #ddd; clear: both; margin: 30px 0 0; padding: 30px 0 0;}
.nav-single h4 {text-align: center;}
.nav-single #ns-next {text-align: right;}
.nav-single .ns-ib {display: inline-block; text-align: center;}
.nav-single span {font-size: 12px; letter-spacing: 1px; color: #aaa;}

.nav-single + .comments-area,
#comment-nav-above {margin: 48px 0;}

/* Author profiles */

.author-info {border-top: 1px solid #ededed; margin: 24px 0; padding-top: 24px;}
.author-description p {color: #757575; font-size: 13px;}
.author.archive .author-info {border-top: 0; margin: 0 0 48px;}

/* Sidebar */

.widget-area .widget:not(:last-child) {margin-bottom: 30px;}
.widget-area .textwidget ul {list-style: disc outside;}
.widget-area .textwidget li {margin-left: 25px;}
.widget-area #s {margin-right: -4px; width: 67.9999%;}

/* Main content area, sticky post styling and comment content */

.entry-meta {clear: both;}
.entry-header img.wp-post-image {margin-bottom: 24px;}
.entry-title a {color: inherit;}
.entry-header .entry-format {margin-top: 24px; font-weight: normal;}
.entry-header .comments-link {margin-top: 24px; font-size: 13px;}

h1, h2, h3, h4, h5, h6 {
	line-height: 1.2;
}

:is(h1, .entry-content > h2:first-child):not(.head1, .head2) {font-size: 30px;margin: 0;}
:is(h1, .entry-content > h2:first-child):not(.head1, .head2):after {content: ""; display: block; width: 80px; border-top: 3px solid #971a2a; margin: 25px 0;}
.center :is(h1, .entry-content > h2:first-child):not(.head1, .head2):after {margin: 25px auto;}
h2:not(:first-child, .head1, .head2) {padding-top: 15px;}
h2:not(.entry-content > h2:first-child, .head1, .head2, .bi-over h2) {font-size: 28px;font-weight: 400;margin: 0;}
h2:not(.entry-content > h2:first-child, .head1, .head2, .bi-over h2):after {content: "";display: block;width: 50px;border-top: 2px solid #971a2a;margin: 20px 0;}
hr + h2 {padding-top: 0;}
h3 {font-size: 20px;}
h3:not(:first-child) {padding-top: 15px;}
h4 {font-size: 18px;}
h5 {font-size: 16px;}
h6 {font-size: 14px;}

/* Margin bottom for all elements */

h1, h2, h3, h4, h5, h6, p, .entry-content > div, .entry-content ol, .entry-content ul, blockquote, embed, iframe, object, video, table, article.post, .below-title-meta, .entry-content > .gallery {margin: 0 0 30px;}
:is(h1, h2, h3, h4, h5, h6, p, .entry-content > div, .entry-content ol, .entry-content ul, blockquote, embed, iframe, object, video, table, article.post, .entry-content > .gallery):last-child {margin-bottom: unset;}
.gallery {margin-bottom: 20px!important;} /* Keep 20 because gap is 20 */
.gallery:not(.gallery + style + .gallery) {margin-top: 35px!important;}

.entry-content ul {list-style: disc outside;}
.entry-content ol {list-style: decimal outside;}
.entry-content li {margin: 0 0 0 25px;}
.entry-content ul li {}

blockquote {background: #eee; padding: 30px;}

img.alignleft {margin: 0 15px 10px 0;}
img.alignright {margin: 12px 0 12px 24px;}
img.aligncenter {margin-top: 12px; margin-bottom: 12px;}
.entry-content dl {margin: 0 24px;}
.entry-content dt {font-weight: bold;}
.entry-content dd {margin-bottom: 24px;}
 table {width: 100%;}
.entry-content table caption {margin: 24px 0;}
.entry-content td {vertical-align: top; padding: 0 5px;}

article.post::after {content: " "; display: block; clear: both;}
.es-img {width: 33%;}
.es-img img {width: 100%; height: 100%; object-fit: cover;}
article.post .read-more {display: block; margin: 10px 0 0;}
.single img.attachment-post-thumbnail {float: right; margin-left: 15px; max-width: 45%; height: auto;}
footer.entry-meta, .archive-meta {margin-top: 24px; font-size: 13px;}
.entry-meta > span a {color: #333333; padding: 2px; text-decoration: none;}

/* Comments */

.comments-title {margin-bottom: 48px; font-size: 16px; line-height: 1.5; font-weight: normal;}
.comments-area article {margin: 24px 0;}
.comments-area article header {float: left; margin: 0 15px 0 15px; overflow: hidden; position: relative;}
.comments-area article header img {float: left; padding: 0; line-height: 0;}
.comments-area article header cite, .comments-area article header time {display: block; margin-left: 45px;}
.comments-area article header cite {font-style: normal;}
.comments-area article header time {text-decoration: none;}
.comments-area article header h4 {position: absolute; top: 0; right: 0; padding: 6px 12px; font-weight: normal;	color: #fff; background-color: #0088d0; border-radius: 3px; border: 1px solid #007cbd;}
.comments-area li.bypostauthor cite span {position: relative; margin-left: 5px; padding: 2px 5px;}
a.comment-reply-link, a.comment-edit-link {color: #686868; font-size: 13px;}
a.comment-reply-link:hover, a.comment-edit-link:hover {color: #21759b;}
.commentlist .pingback {margin-bottom: 24px;}

#respond {margin-top: 30px;}
#respond h3#reply-title {font-size: 16px;}
#respond h3#reply-title #cancel-comment-reply-link {margin-left: 10px; font-weight: normal;}
#respond form {margin: 24px 0;}
#respond form p {margin: 12px 0;}
#respond form p.logged-in-as {margin-bottom: 24px;}
#respond form label {display: block;}
#respond form input[type="text"], #respond form textarea {box-sizing: border-box; padding: 10px; width: 100%;}
#respond form p.form-allowed-tags {margin: 0; color: #5e5e5e;}

/* Below title meta styling */

.below-title-meta{color:#aaa;font-size: 13px;}
.below-title-meta a{color: inherit; text-decoration:none;}

/* Responsive selectnav.js css */

.selectnav {display: none;}
select.selectnav {border: 1px solid #ddd; border-radius: 4px; margin: 4px; padding: 10px; width: 96%;}

@media screen and (min-width: 850px) {
	.site {margin: 0 auto; max-width: 1170px;}
	body.template-front-page .site-content,
	body.single-attachment .site-content,
	body.full-width .site-content {width: 100%; margin: 0;}

    /* NAV MENU DEFAULTS */

    .themonic-nav {text-align: center;line-height: 1.4;}
    .themonic-nav ul {margin: 0; padding: 0; text-indent: 0;}
    .themonic-nav li {display: inline-block; position: relative; -webkit-transition: .3s; transition: .3s;}
    .themonic-nav li a {text-decoration: none; display: block; position: relative;}

    /* NAV MENU STYLES */

    .themonic-nav ul.nav-menu {display: flex;justify-content: space-between;gap: 45px;}
    .themonic-nav .nav-menu > li {padding: 20px 0;}
    .themonic-nav .nav-menu > li > a {color: #000;}
    .themonic-nav .nav-menu > li.menu-item-has-children > a {background: url(/wp-content/uploads/ico-chev-d.svg) no-repeat right 60% / 8px auto;padding-right: 16px;}
    .themonic-nav .nav-menu > li > a:hover {}

    .themonic-nav .nav-menu > li.current-menu-item > a {}

    .themonic-nav .sub-menu {position: absolute;top: 100%;left: -15px;z-index: 10;text-align: left;max-height: 0;overflow: hidden;transition: .5s;background: #fff;}
    .themonic-nav .nav-menu li:hover > .sub-menu {max-height: 250px;padding: 12px 0;box-shadow: 0 15px 15px rgba(0,0,0,0.1);}
    .themonic-nav .sub-menu > li {}
    .themonic-nav .sub-menu > li > a {line-height: 1.4;padding: 4px 18px;white-space: nowrap;min-width: 150px;box-sizing: border-box;color: #000;}
    .themonic-nav .sub-menu > li > a:hover {color: #971b2b;}
}

#page-wrap {padding: 0 20px;}
.home #page-wrap {display: none;}
#main {display: flex;}
.site-content {margin: 0; padding: 50px 0;  box-sizing: border-box; flex-grow: 1; max-width: 100%;}
.widget-area {margin: 0 0 0 25px; padding: 50px 0 50px 25px; width: 30%; box-sizing: border-box; flex-shrink: 0;}
.video-wrap {position: relative; padding: 56.25% 0 0; width: 100%;}
.video-wrap iframe {position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
.nk-awb {position: absolute; left: 0; top: 0; width: 100%; height: 100%;}

.delay0-1 {animation-delay:.1s;}
.delay0-2 {animation-delay:.2s;}
.delay0-3 {animation-delay:.3s;}
.delay0-4 {animation-delay:.4s;}
.delay1-1 {animation-delay:.6s;}
.delay1-2 {animation-delay:.7s;}
.delay1-3 {animation-delay:.8s;}
.delay1-4 {animation-delay:.9s;}
.delay2-1 {animation-delay:1.1s;}
.delay2-2 {animation-delay:1.2s;}
.delay2-3 {animation-delay:1.3s;}
.delay2-4 {animation-delay:1.4s;}
.delay3-1 {animation-delay:1.6s;}
.delay3-2 {animation-delay:1.7s;}
.delay3-3 {animation-delay:1.8s;}
.delay3-4 {animation-delay:1.9s;}

a[href$=".jpg"], a[href$=".jpeg"], a[href$=".png"], a[href$=".gif"], a[href$=".webp"] {cursor: zoom-in;}
.compensate-for-scrollbar {margin: 0!important;}
.fancybox-content-wrap {display: none;}
.fancybox-slide--html .fancybox-content {max-width: 750px; max-height: 75vh; min-height: 300px;}
.fancybox-content:has(iframe[src*="youtube.com"], iframe[src*="vimeo.com"]) {height: auto !important; aspect-ratio: 1.78;}
.fancybox-content iframe[src*="youtube.com"], .fancybox-content iframe[src*="vimeo.com"] {aspect-ratio: 1.78; width: 100%; height: auto;}

.assistive-text {display: none;}
span.excerpt-dash {display: none;}

/* DEFAULT STYLES */

.limit-l {max-width: 1300px; margin: 0 auto;}
.limit {max-width: 1170px; margin: 0 auto;}
.limit-m {max-width: 900px; margin: 0 auto;}
.limit-sm {max-width: 750px; margin: 0 auto;}
.limit-xsm {max-width: 500px; margin: 0 auto;}
.clear {clear: both;}
.flex {display: flex; gap: 30px;}
.flex.g0 {gap: 0;}
.flex.g1 {gap: 40px;}
.flex.g2 {gap: 50px;}
.flex.g3 {gap: 60px;}
.flex.g4 {gap: 70px;}
.flex.g5 {gap: 80px;}
.flex.g6 {gap: 90px;}
.flex.rows {flex-flow: row wrap;}
.flex.middle {align-items: center;}
.flex.bottom {align-items: flex-end;}
.sub-cols > div,
.sub-col {display: flex; flex-flow: column; justify-content: space-between;}
.sub-cols > div > div:not(:last-child),
.sub-col > div:not(:last-child) {margin: 0 0 20px;}
.flex > * {flex-grow: 1; box-sizing: border-box;}
.flex.rows > * {width: 33.33%;}
.flex.f0 > *, .flex .f0 {flex-grow: 0; flex-shrink: 0;}
.flex.f1 > * {flex: 1;}
.flex.f2 > * {width: calc(50% - 15px);}
.flex.f3 > * {width: calc(33.33% - 20px);}
.flex.f4 > * {width: calc(25% - 23px);}
.flex.f5 > * {width: calc(20% - 24px);}
.flex .f2 {width: calc(50% - 30px); flex-grow: 2;}
.flex .f3 {width: calc(33.33% - 30px);}
.flex .f4 {width: calc(25% - 30px);}
.flex .f5 {width: calc(20% - 30px);}
.flex .f40 {width: calc(40% - 30px);}
.flex .f60 {width: calc(60% - 30px);}
.flex .f23 {width: calc(66.66% - 30px); flex-grow: 2;}
.flex .f34 {width: calc(75% - 30px); flex-grow: 3;}
.flex.p15 > * {padding: 15px;}
.flex.p20 > * {padding: 20px;}
.flex.p25 > * {padding: 25px;}
.flex.p30 > * {padding: 30px;}
.flex.p40 > * {padding: 40px;}
.flex.p50 > * {padding: 50px;}
.center {text-align: center;}
.right {float: right; margin-left: 15px;}
img.right {max-width: 45%;}
.left {float: left; margin-right: 15px;}
img.left {max-width: 45%;}
.space li {margin-bottom: 15px;}
.pad {padding: 30px 0;}
.pad + .pad {padding-top: 0;}
.pad:first-child {padding-top: 0;}
.pad:last-child {padding-bottom: 0;}
.full {position: relative; left: 50%; width: 100vw; transform: translate(-50%,0); padding: 75px 20px; box-sizing: border-box; margin: 50px 0; background: #eee;}
.full:first-child, .full + .full {margin-top: -50px;}
.full:last-child {margin-bottom: -50px;}
.mb30 {margin-bottom: 30px!important;}
.mb50 {margin-bottom: 50px!important;}

/* REUSABLE CLASS NAMES FOR REFERENCE */

a.btn, a.btn2 {display: inline-block;text-decoration: none;padding: 12px 25px;background: #000;color: #fff;}
a.btn2 {background: #971a2a;}
a.btn:hover {background: #971b2b;}
a.btn2:hover {background: #000;}
a.link {display: inline-block;text-decoration: none;padding: 0 0 3px;color: #000;border-bottom: 2px solid #971b2b;text-transform: uppercase;letter-spacing: 0.065em;font-weight: 600;font-size: 90%;}
a.link:hover {color: #971b2b;}
.featured, .featured2, .shaded {background: #971b2b;color: #fff;padding: 50px;box-sizing: border-box;}
.shaded {background: #fff;color: inherit;box-shadow: 0 10px 40px rgba(0,0,0,0.1);}
.f-img {position: relative; z-index: 1;}

/* REUSABLE CLASS DETAILS */

.featured a.btn {background: #fff;color: #000;}
.featured:not(.f-img) a.btn:hover {background: #1d1d1d;color: #fff;}
.featured.f-img {background: #2d2e3b; padding-top: 100px;}
.featured.f-img a.btn:hover {background: #971b2b; color: #fff;}
.featured2 {background: #1d1d1d;}
.featured2 a.btn {background: #fff; color: #000;}
.featured2 a.btn:hover {background: #971b2b;color: #fff;}
.f-img img {position: absolute;z-index: -1;left: 0;top: 0;width: 100%;height: 100%;object-fit: cover;opacity: 0.4;}
:is(.featured, .featured2, .shaded).flex > div:not(:last-child) {border-right: 1px solid rgba(255,255,255,0.5); padding-right: 35px; margin-right: 35px;}
.shaded.flex > div:not(:last-child) {border-color: rgba(0, 0, 0, 0.1);}
:is(.featured:not(.f-img), .featured2) h2:after {border-color: #fff!important;}

/* CUSTOM STYLES */

#header {padding: 12px 20px;}
.h-block {display: flex;align-items: center;gap: 40px;}
.site-logo {line-height: 0;flex-grow: 1;}
.site-logo img {width: 300px;}
#site-nav {line-height: 0;}

.soc {display: flex;flex-grow: 0;flex-shrink: 0;}
.soc img {height: 20px;width: 20px;object-fit: contain;}
.soc a {display: block;position: relative;padding: 20px;}
.soc a:before, .soc a:last-child:after {content: ""; display: block; position: absolute; left: 0; top: 50%; border-right: 1px solid #000; height: 100px; transform: translate(0,-50%) rotate(-20deg);}
.soc a:last-child:after {left: auto; right: 0;}

#banner {position: relative;height: 600px;}
#banner:after {/*content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #2d2e3b; opacity: 0.6;*/}
.b-over {position: absolute;z-index: 2;left: 0;bottom: 15%;width: 100%;padding: 0 20px;box-sizing: border-box;color: #fff;}

/* Banner slider HTML */
.bs-box {position: absolute;z-index: 1;right: 0;bottom: 0;color: #000;display: none;background: #fff;padding: 20px 25px;transform: translate(-5%,1px) skew(12deg);}
.bs-box-inner {transform: skew(-12deg);}
.banner-slider .head1 {margin: 0;opacity: 0;transition: .6s;}
.bs-box span {display: block;}
.bs-box span:nth-child(2) {padding-left: 5px;}
.bs-box span:nth-child(3) {padding-left: 10px;}
.bs-line {position: absolute;left: 300px;bottom: 0;width: 0;transform: translate(0,50%);border-top: 2px solid #fff;transition: 1.5s;}

/* Slick slider slick components */
.b-slide {padding: 0 0 50px;}
.banner-slider .slick-dots {position: absolute;left: 0;bottom: 0;transform: translate(0,50%);display: flex;gap: 4px;line-height: 0;}
.banner-slider .slick-dots button {font-size: 0;padding: 0;border: 0;border-top: 4px solid #fff;background: none;width: 22px;margin: 0;cursor: pointer;transition: .3s;}
.banner-slider .slick-dots .slick-active button {border-color: #971a2a; width: 40px;}

.head1 {font-size: 48px;font-weight: 300;}
.head2 {font-size: 30px;}
.head2 span {font-weight: 300;display: block;}

#region {padding: 60px 20px;position: relative;background: #f8f8f8;}
#region .limit {position: relative; z-index: 2;}
#region .head2 {text-align: center; font-weight: 400; margin: 0 0 40px;}
a.region {display: block; text-decoration: none; color: #000;border: 1px solid #000; text-align: center; padding: 30px;transition: .4s;}
.region-thumb {line-height: 0;margin: 0 0 20px;position: relative;height: 280px;}
.region-thumb img {position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);width: 100%;height: 100%;object-fit: contain;transition: .4s;}
img.rt-on {opacity: 0;}
.regions h3 {font-weight: 400; font-size: 26px; padding: 0;}
img.region-bg {position: absolute;left: 0;top: 0;width: 100%;height: 100%;object-fit: cover;opacity: 0;transition: .3s;}

a.region:hover {background: #000; color: #fff;}
a.region:hover img.rt-on {opacity: 1;}
a.region:hover img.rt-off {opacity: 0;}

.sect-block {display: flex;align-items: center;justify-content: space-between;margin: 0 0 50px;}
.sect-block.sb-has-center > div {flex: 1;}
.sect-block.sb-has-center > div:nth-child(2) {flex: auto;flex-grow: 0;flex-shrink: 0;line-height: 0;}
.sect-block.sb-has-center > div:last-child {text-align: right;}

#fp-ame {background: #971b2b;color: #fff;padding: 1px 0 0;position: relative;z-index: 3;}
#fp-gse {background: #192231;color: #fff;padding: 1px 0 0;position: relative;z-index: 2;}

.prods-featured .limit {margin-top: 50px;margin-bottom: 50px;padding: 0 20px;}
.prods-featured a.link {color: #fff; border-color: #fff;}
.prods-featured a.link:hover {opacity: 0.8;}
a.pf-btn {display: inline-block; width: 30px; height: 30px; background: url(/wp-content/uploads/ico-chev-l-w.svg) no-repeat center center / contain; cursor: pointer;}
a.pf-btn.pf-next {background-image: url(/wp-content/uploads/ico-chev-r-w.svg);}

/* Products slides HTML */
.pf-thumb {position: relative;aspect-ratio: 2;background: #f6f6f6;}
.pf-thumb img {position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);max-width: 80%;max-height: 80%;object-fit: contain;mix-blend-mode: darken;}
.pf-vis {background: #fff; color: #000; border: 1px solid transparent; transition: .4s;}
.pfv-txt {padding: 30px;}
.pf-short {text-transform: uppercase; font-weight: bold; letter-spacing: 0.065em; font-size: 13px; margin: 0 0 5px;}
.pf-prod h3 {padding: 0;font-size: 25px;}
.pf-hid {position: absolute;z-index: 2;left: 0;bottom: 0;width: 100%;transform: translate(0,100%);background: #fff;color: #000;border: 1px solid transparent;border-top: 0;padding: 0 30px;box-sizing: border-box;transition: .4s;max-height: 0;overflow: hidden;}
.pf-dets {display: flex;gap: 3px 50px;border-top: 1px solid #ddd;border-bottom: 1px solid #ddd;padding: 20px 0;font-size: 13px;}
.pf-dets tr:last-child td {padding-bottom: 0;}
.pf-dets td {padding: 0 8px 8px 4px;line-height: 1;}
.pf-dets td:first-child {padding-left: 0;}
.pf-dets td:last-child {padding-right: 0;}
.pf-btns {display: flex;gap: 30px;margin: 20px 0 0;}
.pf-btns a {display: inline-block;color: #000;text-transform: uppercase;font-weight: 600;font-size: 13px;letter-spacing: 0.065em;border-bottom: 1px solid #971b2b;padding: 0 0 2px;text-decoration: none;}
.pf-btns a:hover {color: #971b2b;}
.pf-btns a[href*="pdf"]:before {background: url(/wp-content/uploads/ico-pdf.svg);content: "";display: block;position: absolute;left: -22px;top: 0;height: 82%;width: 20px;transform: translate(0,20%);background: url(/wp-content/uploads/ico-pdf.svg) no-repeat left center / contain;}
.pf-btns a[href*="pdf"] {position: relative; margin-left: 22px;}

/* Products slider slick components */
.pf-slider .slick-track {display: flex;}
.pf-slider .slick-list {padding: 0 !important; overflow: visible;}
.pf-slider .slick-arrow {display: none!important;}
.pf-prod {transition: .4s;position: relative;float: none!important;height: auto!important;background: #fff;}

@media screen and (min-width : 721px){
    .pf-prod.slick-current + .pf-prod {border-left: 1px solid #000;border-right: 1px solid #000;box-sizing: border-box;}
    .pf-prod.slick-current + .pf-prod .pf-hid {border: 1px solid #000; border-top: 0;}
    .pf-prod.slick-current + .pf-prod:hover .pf-hid {max-height: 200px; padding-bottom: 30px;}
    
    .pf-prod:not(.slick-current + .pf-prod) {opacity: 0.3;}
}

#map {background: url(/wp-content/uploads/bg-map.webp) no-repeat 89% 0 / 70% auto;}
#map .limit {height: 600px; position: relative;}
.map-txt {position: absolute;left: 0;bottom: 100px;width: 100%;padding: 0 50px;}

.brands-bar {background: #000; color: #fff; padding: 30px 20px;}
.brands-bar img {opacity: 0.6;max-width: 110px;max-height: 75px;width: 100%;object-fit: contain;}
.brands-bar .bb-wide img {max-width: 135px;}
#brands-gse {background: #222;}
#brands-gse.brands-bar img {opacity: 0.5;}

#about {position: relative;overflow: hidden;padding: 0 20px;height: 800px;}
/*.about-txt {position: absolute;z-index: 3;left: 50%;top: 60px;width: 450px;font-size: 18px;}*/
.about-txt {
    position: absolute;
    z-index: 3;
    left: 50%;
    top: 60px;
    width: 450px;
    font-size: 18px;
}

.about-txt a.btn {font-size: 15px;}
.bg-element {position: absolute;left: 0;bottom: 0;height: 127%;aspect-ratio: 1.18677;transform: translate(-14%,26%);}
.bg-element:before {content: "";display: block;position: absolute;z-index: 2;left: 0;top: 0;width: 100%;height: 100%;background: url(/wp-content/uploads/logo-bg-element.webp) no-repeat center center / 100% 100%;}
.bg-element .nk-awb {height: 55%;top: 2px;left: 30%;width: calc(70% - 1px);}

.full23 {display: flex;background: #f8f8f8;border-top: 1px solid #eaeaea;}
.f23-txt {width: 66.66%;}
.f23-limit {width: 66.66vw;max-width: 830px;margin: 0 0 0 auto;padding: 60px 50px 60px 20px;box-sizing: border-box;}
.f23-txt:not(:first-child) .f23-limit {margin: 0 auto 0 0;padding: 60px 20px 60px 50px;}
.f23-img {width: 33.33%;position: relative;}
.f23-img img {position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover;}
.f23-logo:not(:last-child) {margin: 0 0 20px;}
.f23l-img {border: 1px solid #000; padding: 5px; width: 120px; height: 80px; line-height: 0; box-sizing: border-box;}
.f23l-img img {width: 100%; height: 100%; object-fit: contain; mix-blend-mode: darken;}
.f23l-txt {font-weight: 300; line-height: 1.2;}

#latest {background: url(/wp-content/uploads/bg-latest.webp) no-repeat center center / cover; color: #fff; padding: 60px 20px;}
#latest a.link, .sc-txt a.link {color: #fff;}
#latest a.link:hover, .sc-txt a.link:hover {border-color: #fff;}
.latest.flex {gap: 50px;}
.latest-post {border: 1px solid #fff;padding: 12px 12px 45px;}
.lp-thumb {line-height: 0; width: 100%; aspect-ratio: 1.6; margin: 0 0 20px;}
.lp-thumb img {width: 100%; height: 100%; object-fit: cover;}
.latest-post h4 {font-size: 20px;margin: 0 0 5px;}
.latest-post h4 a {color: inherit; text-decoration: none;}
.lp-date {font-size: 12px; text-transform: uppercase; margin: 0 0 20px;}
.lp-ex {font-size: 13px; margin: 0 0 20px; line-height: 1.6;}
.lp-ex .read-more {display: none;}
.lp-link {border-top: 1px solid #fff; position: absolute; left: 0; bottom: 0; width: 100%;}
.lp-link a {display: block;color: #fff;text-transform: uppercase;font-weight: 600;letter-spacing: 0.065em;font-size: 13px;text-decoration: none;padding: 12px;}
.lp-link a:hover {background: #fff; color: #000;}

#site-cta {position: relative;padding: 60px 20px;}
#site-cta .limit {position: relative; z-index: 2;}
#site-cta:after {content: "";display: block;position: absolute;left: 0;top: 0;width: calc(50% + 185px);height: 100%;background: url(/wp-content/uploads/bg-cta.webp) no-repeat center center / cover;}
.sc-txt {width: 400px; color: #fff;}
.sctaflex {display: flex; justify-content: space-between;}
.sc-txt strong {display: block;}
.sc-form {width: 350px;}

#footer {background: #fff;color: #000;font-size: 13px;padding: 50px 20px 30px;border-top: 1px solid #000;}
.f-top .sub-menu {display: none;}
.f-top h4 {font-weight: 500; text-transform: uppercase; letter-spacing: 0.065em; border-bottom: 1px solid #000; display: inline-block; padding: 0 0 15px; margin: 0 0 20px;}
.f-top ul:not(:last-child), .f-top li:not(:last-child) {margin: 0 0 10px;}
.f-top li a {color: #000; text-decoration: none;}
.f-top li a:hover {color: #971b2b;}
.ct-abbrev {color: #888; gap: 10px;}
.ct-abbrev:not(:last-child) {margin: 0 0 10px;}
.ct-abbrev .f0 {color: #000;}
.ct-abbrev a {color: inherit; text-decoration: none;}
.f-btm {align-items: center;padding: 30px 0 0;border-top: 1px solid #000;margin: 30px 0 0;}
.f-soc img {width: 25px; height: 25px; transform: translate(0,5%); padding-left:10px}
.f-soc {text-align: right; line-height: 0;}
.f-logo {flex: auto!important; flex-grow: 0!important;}
.f-logo img {width: 250px;}

#banner-inner {height: 300px;position: relative;text-align: center;color: #fff;}
#banner-inner:after {content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #2d2e3b; opacity: 0.4;}
.bi-over {position: absolute;z-index: 3;left: 0;bottom: 55px;width: 100%;text-align: left;padding: 0 30px;}
.bi-over h1, .bi-over h2 {font-weight: 300;font-size: 42px;}

.prods-grid {display: flex; flex-flow: row wrap; gap: 30px;}
.pg-prod {width: calc(33.33% - 20px);border: 1px solid #000;box-sizing: border-box;position: relative;padding: 0 0 60px;display: flex;flex-flow: column;justify-content: space-between;}
.pg-img {line-height: 0;aspect-ratio: 1.4;background: #fff;position: relative;}
.pg-img img {max-width: calc(100% - 60px);max-height: calc(100% - 60px);object-fit: contain;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.pg-img p {position: absolute;left: 50%;top: 50%;width: calc(100% - 40px);transform: translate(-50%,-50%);text-align: center;line-height: 1.4;color: #ccc;font-size: 17px;}
.pg-txt {padding: 20px;}
.pg-short, p.pg-label {text-transform: uppercase;font-weight: bold;letter-spacing: 0.065em;font-size: 13px;margin: 0 0 5px;}
.pg-prod h3 {font-size: 20px;padding: 0;margin: 0;}
.pg-btns {position: absolute;left: 20px;bottom: 20px;display: flex;gap: 20px;}
.pg-btns a, a.search-filter-reset {display: inline-block;color: #000;text-transform: uppercase;font-weight: 600;font-size: 13px;letter-spacing: 0.065em;border-bottom: 1px solid #971b2b;padding: 0 0 2px;text-decoration: none;}
.pg-btns a:hover, a.search-filter-reset:hover {color: #971b2b;}
.pg-long {margin: 0 0 30px;}
.pg-specs {margin: 0 0 30px;}
.pg-specs li {background: url(/wp-content/uploads/ico-arrow.svg) no-repeat left 5px / auto 11px; padding: 0 0 0 26px; font-size: 14px;}
.pg-specs li:not(:last-child) {margin: 0 0 7px;}
.pg-dets {padding: 20px;border-top: 1px solid #ccc;border-bottom: 1px solid #ccc;font-size: 13px;display: flex; flex-flow: row wrap; gap: 3px 20px;}
.pg-dets > div {max-width: calc(50% - 10px);}
.pg-dets tr:last-child td {padding-bottom: 0;}
.pg-dets td {padding: 0 6px 8px 2px;line-height: 1;}
.pg-dets td:first-child {padding-left: 0;}
.pg-dets td:last-child {padding-right: 0;}
.pgd-val {font-weight: 600;}
.pg-btns a[href*="pdf"]:before {background: url(/wp-content/uploads/ico-pdf.svg);content: "";display: block;position: absolute;left: -22px;top: 0;height: 82%;width: 20px;transform: translate(0,20%);background: url(/wp-content/uploads/ico-pdf.svg) no-repeat left center / contain;}
.pg-btns a[href*="pdf"] {position: relative; margin-left: 22px;}

.fancybox-is-open .fancybox-bg {opacity: 0.5!important;}
.fancybox-slide--html .fancybox-content {padding: 30px!important;border-radius: 15px;border: 15px solid #fff;}
.fancybox-content::-webkit-scrollbar {width: 6px;}
.fancybox-content::-webkit-scrollbar-track {border-radius: 20px; background: rgba(0,0,0,0.08);}
.fancybox-content::-webkit-scrollbar-thumb {border-radius: 20px; background: #c1c1c1;}
.fancybox-content h3 {padding: 0;}
.fancybox-content .pg-img {aspect-ratio: auto;height: 220px;margin: 0 0 30px;}
.fancybox-content .pg-img img {max-width: 100%; max-height: 100%;}
p.pg-label {margin: 0 0 12px;}
.pg-specs ul {column-count: 2;}
.fancybox-content .pg-btns {position: static;margin: 30px 0 0;}

.searchandfilter {background: #fff;padding: 30px;margin: 0 0 50px;box-shadow: 0 10px 40px rgba(0,0,0,0.1);}
.searchandfilter > ul {display: flex; gap: 30px; align-items: flex-end;}
.searchandfilter > ul > li {flex-grow: 1;padding: 0;}
.searchandfilter h4 {color: #000;text-transform: uppercase;font-weight: 600;font-size: 13px;letter-spacing: 0.065em;}
.searchandfilter label {width: 100%;}
.searchandfilter :is(input, select) {margin: 0;}
.searchandfilter select.sf-input-select {min-width: 0;}
.searchandfilter > ul > li.sf-field-reset {padding-bottom: 8px; flex-grow: 0;}
.searchandfilter [data-sf-field-input-type="radio"] {flex-grow: 0;}
.searchandfilter [data-sf-field-input-type="radio"] > ul {display: flex; gap: 15px;}
.searchandfilter [data-sf-field-input-type="radio"] > ul > li {display: flex; font-size: 14px;}
.searchandfilter [data-sf-field-input-type="radio"] .sf-label-radio {padding-left: 5px;}

/* MEDIA QUERIES */

@media screen and (max-width : 1400px){
    #map {background: url(/wp-content/uploads/bg-map.webp) no-repeat 104% 0 / 84% auto;}
    
    .bg-element {height: 60vw;}
}
@media screen and (max-width : 1040px){
	body.template-front-page .site-content, body.single-attachment .site-content, body.full-width .site-content {padding: 50px 0;}

    .pf-prod h3 {font-size: 21px;}

    #map {background: url(/wp-content/uploads/bg-map.webp) no-repeat 17vw 10vw / 92% auto;}

    #about {height: 675px;}
    .about-txt {font-size: 16px;}
    
    .latest.flex {gap: 30px;}

    #site-cta:after {width: 66.66vw; max-width: calc(100vw - 413px);}
}
@media screen and (max-width : 850px){
	#main {flex-flow: column; gap: 50px;}
	.widget-area {width: 100%; margin: 0; padding: 0;}
    .fancybox-content:has(iframe[src*="youtube.com"], iframe[src*="vimeo.com"]) {width: 100%!important;}
    
    .head1, .bi-over h1, .bi-over h2 {font-size: 40px;}
    
    .site-logo img {width: 265px;}
    .soc a:last-child {padding-right: 0;}
    .soc a:last-child:after {content: none;}

    #banner {height: 475px;}

    .pf-prod h3 {font-size: 18px;}
    .pfv-txt {padding: 30px 15px;}
    .pf-hid {padding: 0 15px;}
    .pf-dets {flex-flow: column;}

    #map {background: url(/wp-content/uploads/bg-map.webp) no-repeat 17vw 10vw / 106% auto;}

    .brands-bar img {max-width: 70px; max-height: 43px;}
    
    #about {height: auto; padding: 60px 20px;}
    .about-txt {position: relative; width: 100%; left: 0; top: 0;}
    .bg-element {left: auto; right: 0; transform: translate(8%,26%); opacity: 0.2;}

    .f23-limit {padding: 60px 20px;}
    .f23-txt:not(:first-child) .f23-limit {padding: 60px 20px;}
    .f23-logo {gap: 20px;}
    .f23l-img {width: 100px; height: 67px;}

    #site-cta:after {width: 50vw; max-width: none;}
    .sctaflex > div {width: auto; flex: 1;}
    .sctaflex {gap: 50px;}

    .f-btm {flex-flow: column; gap: 15px;}
    .f-logo {order: -1;}

    #banner-inner {height: 250px;}

    .pg-prod {width: calc(50% - 15px);}
    .pg-prod h3 {font-size: 18px;}
    .pg-img img {max-width: calc(100% - 30px); max-height: calc(100% - 30px);}
}
@media screen and (max-width : 720px){
	.fbreak1 {flex-flow: column!important;}
	.fbreak1 > * {width: 100%!important;}
	.f4-break {flex-flow: row wrap;}
	.f4-break > * {width: calc(50% - 30px)!important; flex: auto!important;}
	:is(.featured, .featured2, .shaded).flex.fbreak1 > div:not(:last-child) {border: 0; padding: 0; margin: 0;}
    
    .head1, .bi-over h1, .bi-over h2 {font-size: 36px;}
    .head2 {font-size: 26px;}

    #banner {height: 400px;}
    .bs-line {left: 200px;}
    .bs-box {padding: 15px 20px;}

    .prods-featured .limit {margin-top: 30px; margin-bottom: 30px;}
    .prods-featured .sect-block {margin-bottom: 30px;}
    a.pf-btn {height: 25px;}
    
    .pf-prod.slick-current {border-left: 1px solid #000;border-right: 1px solid #000;box-sizing: border-box;}
    .pf-prod.slick-current .pf-hid {border: 1px solid #000; border-top: 0;}
    .pf-prod.slick-current:hover .pf-hid {max-height: 200px; padding-bottom: 30px;}
    .pf-prod:not(.slick-current) {opacity: 0.3;}

    #map {background: url(/wp-content/uploads/bg-map.webp) no-repeat 18vw 3vw / 111% auto;}
    #map .limit {height: 400px;}
    .map-txt {bottom: 50px;}

    .bg-element {transform: translate(14%,19%);}

    .f23-limit {flex-flow: column; padding: 50px 20px!important;}

    .latest {flex-flow: column; max-width: 400px; margin: 0 auto;}

    #site-cta {padding: 0;}
    #site-cta:after {content: none; display: none;}
    .sctaflex {flex-flow: column; gap: 0;}
    .sctaflex > div {padding: 50px 20px;}
    .sc-txt {background: url(/wp-content/uploads/bg-cta.webp) no-repeat center center / cover;}

    .f-top {flex-flow: column; text-align: center;}
    .ct-abbrev {text-align: left; justify-content: center;}
    .ct-abbrev > div {max-width: 165px;}

    .searchandfilter > ul {flex-flow: column;gap: 10px;}
    .searchandfilter > ul > li {width: 100%;}
}
@media screen and (max-width : 575px){
	.single img.attachment-post-thumbnail {float: none!important; display: block; margin: 0 auto 15px!important; max-width: 100%;}
	.nav-single, .nav-single #ns-next {text-align: center;}
	.nav-single .ns-ib {display: inline;}
	.right, .left {float: none; display: block; margin: 0 auto 15px;}
	img.right, img.left {max-width: 100%;}
	.fbreak2 {flex-flow: column!important;}
	.fbreak2 > * {width: 100%!important;}
	:is(.featured, .featured2, .shaded).flex.fbreak2 > div:not(:last-child) {border: 0; padding: 0; margin: 0;}

    .head2 {font-size: 24px;}

    #header {padding: 12px 15px 12px 20px;}
    .h-block {gap: 30px;}
    .site-logo img {width: 215px;}

    .b-slide {padding: 0 0 180px;}
    .bs-line {left: 150px;}

    .regions.flex {gap: 20px;}
    a.region {padding: 20px;}
    .region-thumb {height: 155px;}

    .sect-block.sb-has-center {flex-flow: row wrap; gap: 30px 0;}
    .sect-block.sb-has-center > div {flex: auto; flex-grow: 0;}
    .sect-block.sb-has-center > div:has(.head2) {width: 100%; flex: auto; text-align: center;}
    .pf-nav {order: 3;}

    #map {background: url(/wp-content/uploads/bg-map.webp) no-repeat 17vw 11vw / 122% auto;}
    .map-txt {padding: 0 0 0 20px;}

    .brands-bar {text-align: center;}
    .brands-bar .flex {gap: 20px 15px; flex-flow: row wrap;}
    .bb-label {order: -1; width: 100%; text-align: center;}
    .brands-bar img {max-width: 60px; max-height: 35px;}
    .brands-bar .bb-wide img {max-width: 90px;}

    #banner-inner {height: 200px;}

    .searchandfilter {padding: 20px;}
    .prods-grid {gap: 20px;}
    .pg-prod {width: 100%;}
    .fancybox-content {padding: 10px!important;}
	.searchandfilter > ul {gap: 20px;}
}
@media screen and (max-width : 425px){
	.fbreak3 {flex-flow: column!important;}
	.fbreak3 > * {width: 100%!important;}

    .head1, .bi-over h1, .bi-over h2 {font-size: 32px;}

    .bs-box {padding: 12px 10px; font-size: 12px;}

    .region-thumb {height: 110px;}
    .regions h3 {font-size: 20px;}

    .pf-prod.slick-current {border: 0;}
    .prods-featured .limit {font-size: 13px;}

    #map {background: url(/wp-content/uploads/bg-map.webp) no-repeat 9vw 13vw / 155% auto;}

    .brands-bar .flex {gap: 20px 10px;}
    .brands-bar .bb-wide img {max-width: 70px;}
    .brands-bar img {max-width: 50px; max-height: 30px;}

    .bg-element {height: 83vw;transform: translate(14%,24%);}

    .f23-logo {gap: 15px;}
    .f23l-img {width: 80px;}
}