/*
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 */

:root {
    --color1: #601712;
    --color2: #667083;
    --color3: #b8c1d2;
    --color4: #d3d9e5;
    --logo-red: #7b0009;
}

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: var(--color1); text-decoration: none; transition: .3s;}
a:hover {text-decoration: underline;}

/* Form fields */

label {font-weight: 600; font-size: 0.9em;}
button, input, textarea, select {border: 1px solid #aaa; border-radius: 0px; font-family: inherit; margin: 0; padding: 10px 15px; box-sizing: border-box; width: 100%; outline: none;}
textarea {height: 150px;}
input[type="checkbox"], input[type="radio"], input[type="file"], input[type="hidden"], input[type="image"], input[type="color"] {width: auto; border: 0; border-radius: 0; padding: 0;}

.fluentform .ff-el-group {margin-bottom: 10px!important;}
.ff-el-input--content label {font-weight: normal;}
.fluentform .ff_upload_btn.ff-btn {background: #eee; color: #777; border: 1px solid #aaa; transition: .3s;}
.fluentform .ff_upload_btn.ff-btn:hover {background: #ddd;}
.ff_payment_summary {overflow: unset!important;}
.ff-payment_summary_component:not(:has(.ff_payment_summary_fallback[style="display: none;"])) {display: none;}
.page-reg table.ffp_table {width: 100%;}
.ff-message-success {border-radius: 10px; padding: 50px 20px; box-shadow: none; background: #f4f4f4; border: 0;}

.searchform > div {display: flex; gap: 20px;}
.searchform input#s {flex-grow: 1; width: auto; margin: 0;}
.searchform #searchsubmit {flex-grow: 0; flex-shrink: 0; margin: 0; border: 0; background: var(--color1); 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%;}
h4.widget-title {color: var(--color1); text-transform: none; font-size: 22px; margin: 0 0 20px;}

/* 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:not(.head1), h2, h3, h4, h5, h6 {
	line-height: 1.2;
	font-family: 'Oswald';
	color: var(--color2);
}

h1:not(.head1, .head2, .site-logo h1, h2) {font-size: 34px;}
h2:not(.head1, .head2, :first-child, .site-logo h2) {padding-top: 15px;}
h2:not(.head1, .head2, .bo-inner h2, .site-logo h2) {font-size: 30px;font-family: 'Open Sans';letter-spacing: -0.04em;color: var(--color2);}
hr + h2 {padding-top: 0;}
h3:not(.head1, .head2) {font-size: 24px;font-family: 'Open Sans';letter-spacing: -0.04em;color: var(--color1);}
h3:not(:first-child) {padding-top: 15px;}
h4 {font-size: 16px;font-family: 'Open Sans';text-transform: uppercase;color: #000;letter-spacing: -0.04em;margin-bottom: 4px;}
h5 {font-size: 16px;}
h6 {font-size: 14px;}

/* Margin bottom for all elements */

h1, h2, h3, h5, h6, p, .entry-content > div:not(.full), .entry-content ol, .entry-content ul, blockquote, embed, iframe, object, video, table, article.post, .below-title-meta, .entry-content > .gallery {margin-bottom: 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, .below-title-meta, .entry-content > .gallery):last-child {margin-bottom: unset;}
.gallery {margin-bottom: 20px!important;} /* Keep 20 because gap is 20 */
.gallery:not(.gallery + .gallery, .gallery + style + .gallery) {margin-top: 30px !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: 1000px) {
	.site {margin: 0 auto;max-width: 1400px;}
	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;}
    .themonic-nav ul {margin: 0; padding: 0; text-indent: 0;}
    .themonic-nav li {display: inline-block; position: relative; 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: 30px;}
    .themonic-nav .nav-menu > li {}
    .themonic-nav .nav-menu > li > a, .sn-has-mega > a {color: #000; text-transform: uppercase; font-weight: 600; font-size: 17px; text-decoration: none; padding-bottom: 25px;}
    .themonic-nav .nav-menu > li > a:hover, .sn-has-mega > a:hover {color: var(--logo-red);}

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

    .themonic-nav .sub-menu {position: absolute; top: 100%; left: -20px; z-index: 10; text-align: left; max-height: 0; overflow: hidden; transition: .5s; background: #fff;}
    .themonic-nav .nav-menu li:hover > .sub-menu {padding: 10px 0;}
    .themonic-nav .sub-menu > li {display: block;}
    .themonic-nav .sub-menu > li > a {line-height: 1.4; padding: 3px 20px; white-space: nowrap; min-width: 150px; box-sizing: border-box;}
    .themonic-nav .sub-menu > li > a:hover {background: #f4f4f4;}
}

#page-wrap {padding: 0 20px;}
#main {display: flex;gap: 60px;}
.site-content {margin: 0; padding: 50px 0;  box-sizing: border-box; flex-grow: 1; max-width: 100%;}
.widget-area {margin: 0;padding: 50px 0;width: 40%;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%;}

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;}

.anb-line {width: 40px; margin-bottom: 8px;}
.amb-active .anb-line:nth-child(1) {transform: rotate(45deg) translate(0, 8px);}
.amb-active .anb-line:nth-child(2) {transform: rotate(-45deg) translate(0, -8px);}
#aurora-mobile-menu {background: var(--color1);}

/* DEFAULT STYLES */

.limit-l {max-width: 1250px; margin: 0 auto;}
.limit {max-width: 1400px;margin: 0 auto;}
.limit-m {max-width: 1150px;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: 50px;}
.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 > *, .flex .f2 {width: calc(50% - 15px);}
.flex.f3 > *, .flex .f3 {width: calc(33.33% - 20px);}
.flex.f4 > *, .flex .f4 {width: calc(25% - 23px);}
.flex.f5 > *, .flex .f5 {width: calc(20% - 24px);}
.flex .f40 {width: calc(40% - 20px);}
.flex .f60 {width: calc(60% - 20px);}
.flex .f23 {width: calc(66.66% - 20px); flex-grow: 2;}
.flex .f34 {width: calc(75% - 20px); 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:not(:last-child) {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: 50px 20px;box-sizing: border-box;margin: 50px 0;background: #f4f4f4;}
.full:first-child, .full + .full {margin-top: -50px;}
.full:last-child {margin-bottom: -50px;}
.mb30 {margin-bottom: 30px!important;}
.mb50 {margin-bottom: 50px!important;}
.cols-2 {column-count: 2; column-gap: 30px;}
.cols-2 > * {break-inside: avoid;}

/* REUSABLE CLASS NAMES FOR REFERENCE */

a.btn, input[type="submit"], button[type="submit"] {display: inline-block; text-decoration: none; padding: 10px 30px; background: var(--color1); color: #fff; font-weight: 600;border: 0;width: auto;outline: none;cursor: pointer;transition: .3s;}
a.btn:hover, input[type="submit"]:hover, button[type="submit"]:hover {background: var(--color2);}
a.link {display: inline-block; text-decoration: none; padding: 0 0 5px; border-bottom: 2px solid var(--logo-red);}
.ico {gap: 20px;}

/* REUSABLE CLASS DETAILS */

.ico > div:has(img:only-child) {flex-shrink: 0;}
.ico > div:has(img:only-child) img {width: 70px;}

/* CUSTOM STYLES */

#announcement {background: var(--color1); padding: 12px 20px; color: #fff; font-weight: 600; text-align: center;}

#header {padding: 20px 20px 0;}
.h-block {display: flex; justify-content: space-between; align-items: flex-end; gap: 30px;}
.site-logo {padding-bottom: 20px;}
.site-logo a {display: block;text-decoration: none;position: relative;line-height: 1;color: var(--logo-red);}
.site-logo :is(h1, h2) {font-size: 17px;padding: 4.6em 0 0.4em 3.4em;text-transform: uppercase;letter-spacing: -0.025em;font-family: 'Open Sans';color: inherit;white-space: nowrap;}
.site-logo img {position: absolute; left: 0; top: 0; height: 100%; z-index: -1;}

.site-nav {display: flex; gap: 30px;}
.sn-has-mega {position: relative;}
.mega-submenu {position: absolute; z-index: 9; left: -20px; top: 100%; background: #fff; padding: 0 20px; box-sizing: border-box; font-size: 14px; max-height: 0; overflow: hidden; transition: .5s;}
.ms-section:not(:last-child) {margin-bottom: 20px;}
.mega-submenu h5 {margin: 0 0 3px;}
.ms-lvl1 {width: 350px; column-count: 2;}
.ms-lvl1:has(:nth-child(5)) {width: 610px; column-count: 3;}
.ms-lvl1 > div {break-inside: avoid;}
.mega-submenu a {text-decoration: none; display: inline-block; position: relative;}
.mega-submenu a:before {content: ""; display: block; position: absolute; left: -10px; top: 6px; transform: translate(-100%,0); width: 8px; height: 10px; background: url(/wp-content/uploads/chev-r.svg) no-repeat center center / contain; opacity: 0; transition: .3s;}
.mega-submenu a:hover {color: #555;}
.mega-submenu a:hover:before {left: -5px; opacity: 1;}

.sn-has-mega:hover .mega-submenu {max-height: 400px; padding: 20px;}

#menu-item-44459, #menu-item-44460 {display: none;}

#banner {position: relative;background: url(/wp-content/uploads/banner-home.webp) no-repeat center center / cover;height: 650px;}
.b-over {position: absolute;z-index: 2;left: 0;top: 50%;transform: translate(0,-50%);width: 100%;padding: 0 20px;box-sizing: border-box;text-align: right;}
.bo-inner {display: inline-block;text-align: left;color: #fff;text-shadow: 0 6px 20px rgba(0,0,0,0.7);}
.b-over h2 {margin: 0;color: var(--color3);}

.head1 {text-transform: uppercase;font-family: 'Oswald';font-size: 60px;font-weight: 500;line-height: 1.1;}
.head2 {font-size: 36px;color: var(--color1);text-transform: uppercase;font-weight: 500;}

.side-course {font-size: 14px;}
.side-course:not(:last-child) {margin-bottom: 40px;}
.side-course h3 {margin: 0 0 10px;}
.side-course h3 a {color: inherit; text-decoration: none;}
.sc-desc {margin: 0 0 10px;}
.sc-variations {margin: 0 0 10px;}
a.sc-btn {display: inline-block; text-decoration: none; text-transform: uppercase; font-weight: bold; color: inherit;}
a.sc-btn:hover {color: var(--logo-red);}
.side-course a.btn {padding: 3px 20px; text-transform: uppercase; font-weight: bold; font-size: 95%;}

#latest {padding: 0 20px 60px;}
.posts-row {display: flex; gap: 60px;}
.pr-post {flex: 1;}
.pr-img {line-height: 0; margin: 0 0 15px;}
.pr-img img {width: 100%; aspect-ratio: 1.33; object-fit: cover;}
.pr-txt h3 {margin-bottom: 10px;}
.pr-ex {font-size: 14px;}

#testimonials {padding: 30px 20px 60px;}
.tst-txt {font-size: 140%;font-style: italic;margin: 0 0 10px;}
.tst-by {color: var(--color1); text-transform: uppercase; font-weight: bold; font-family: 'Oswald'; font-size: 24px; text-align: right; padding-right: 30%;}

#site-cta {background: var(--color4); padding: 60px 20px;}

#certs {padding: 25px 20px;}
.certs {display: flex; justify-content: space-between; align-items: center; gap: 20px;}

#footer {padding: 50px 20px;background: var(--logo-red);color: #fff;line-height: 2.2;}
#footer a {color: #fff; text-decoration: none;}
#footer a:hover {opacity: 0.7;}
#footer .f0 {text-align: right;}
.soc {display: flex; gap: 10px; justify-content: flex-end; margin: 0 0 15px;}
.soc a {display: inline-block;width: 40px;height: 40px;position: relative;background: rgba(0,0,0,0.3);border-radius: 100%;}
.soc img {width: 55%; height: 55%; object-fit: contain; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);}

#banner-inner {height: 450px;background: url(/wp-content/uploads/img-placeholder.jpg) no-repeat center center / cover;position: relative;text-align: center;color: #fff;}
#banner-inner .b-over h2 {color: #fff;}
.b-over :is(h1,h2) span {font-size: 88%;}

img.gasfather {float: right; width: 65%; shape-outside: polygon(44% 0%, 100% 0%, 100% 100%, 34% 100%, 26% 97%, 18% 92%, 10% 85%, 4% 77%, 1% 67%, 1% 55%, 5% 42%, 13% 30%, 27% 19%, 41% 14%, 42% 6%);}

.ctct-form-defaults {background: none !important; padding: 0 !important;}
.ctct-form-field {float: left; width: calc(50% - 6px); margin: 0 6px 15px 0!important;}
.ctct-form-field:nth-child(even) {margin: 0 0 15px 6px!important;}
#gdpr_text {clear: both;}
.ctct-form-footer {display: none;}
.grecaptcha-badge {display: none !important;}

.xoo-wsc-container:has(.xoo-wsc-empty-cart) .xoo-wsc-basket {display: none!important;}

.fluentform .ff_list_buttons .ff_item_selected label>span {background: var(--color1) !important; border-color: var(--color1) !important; color: #fff!important; box-shadow: none!important;}
.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check label>span:hover {color: var(--color1);}

.sc-topics-txt ul {column-count: 2;}
.sc-topics-txt ul > li {break-inside: avoid;}

.blog .site {max-width: 1100px;}
article.post {margin-bottom: 50px;}

/* MEDIA QUERIES */

@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;}

    .head1 {font-size: 50px;}
    h2:not(.head1, .head2, .bo-inner h2, .site-logo h2) {font-size: 28px;}

    #banner {height: 500px;}

    .posts-row {gap: 30px;}

    #banner-inner {height: 375px;}

    .sc-cat-block {gap: 30px!important;}
    .sc-cat-info, .sc-topics {flex: 1;}
    .sc-prod-block {gap: 30px!important; flex-flow: row wrap;}
    .scp-desc {flex: 1 !important;}
}
@media screen and (max-width : 1000px){
    #header {padding: 10px 20px;}
    .h-block {align-items: center;}
    .sn-has-mega {display: none;}
}
@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 {font-size: 46px;}
    h2:not(.head1, .head2, .bo-inner h2, .site-logo h2) {font-size: 26px;}

    #banner {height: 450px;}

    #main {gap: 0;}

    .certs img {max-width: 100%;max-height: 70px;object-fit: contain;width: 75px;}

    .f-block {flex-flow: column; gap: 0;}

    #banner-inner {height: 325px;}

    .sc-cat-block {flex-flow: column;}
    .scp-desc {width: 100%; flex: auto!important;}
    .sc-prod-block > div.scp-actions {max-width: none!important; flex: 1!important;}
}
@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% - 15px)!important; flex: auto!important;}
	.entry-summary.flex {flex-flow: column;}
	.es-img {width: 100%;}
	:is(.featured, .featured2, .shaded).flex.fbreak1 > div:not(:last-child) {border: 0; padding: 0; margin: 0;}
	.cols-2 {column-count: 1;}

    .head1 {font-size: 40px;}
    .head2 {font-size: 32px;}
    h1:not(.head1, .head2, .site-logo h1, h2) {font-size: 32px;}
    h2:not(.head1, .head2, .bo-inner h2, .site-logo h2) {font-size: 24px;}

    #banner {height: 365px;}
    
    .posts-row {flex-flow: column;}

    #latest {border-top: 1px solid #ccc; margin: 40px 0 0; padding: 40px 20px 60px;}

    .tst-txt {font-size: 125%;}

    #banner-inner {height: 275px;}
}
@media screen and (max-width : 575px){
	.site-content {padding: 30px 0;}
	.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;}

    .b-over {top: auto; bottom: 50px; transform: none;}
    .b-over h2 {color: var(--color4);}

    .certs {flex-flow: row wrap;}

    #footer {line-height: inherit;}
    .f-block .flex {flex-flow: column; text-align: center;}
    #footer .f0 {text-align: center;}
    #footer .f0 br {display: none;}
    #footer .f0 a {margin: 0 8px;}

    #banner-inner .head1 br {display: none;}

    .sc-prod-block {flex-flow: column;}
}
@media screen and (max-width : 425px){
	.fbreak3 {flex-flow: column!important;}
	.fbreak3 > * {width: 100%!important;}
    
    .head1 {font-size: 36px;}
    .head2 {font-size: 28px;}
    h1:not(.head1, .head2, .site-logo h1, h2) {font-size: 28px;}

    #header {padding: 10px;}
    .site-logo :is(h1, h2) {font-size: 15px;}

    .b-over {text-align: left;}

    .certs img {max-height: 65px; max-width: 65px;}

    .sc-topics-txt ul {column-count: 1;}
}