/*
Theme Name: Custom Theme by Aurora Tech
Author: Aurora Tech
Author URI: https://goauroratech.com/
Version: 99.0
*/

/*Reset Css*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}

ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: none;
}
article,
aside,
nav,
section {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px 0;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/* =Repeatable patterns
-------------------------------------------------------------- */

/* Small headers */

.entry-content th,
.comment-content th {
	background: #f1f1f1;
	font-size: 11px;
	line-height: 2.181818182;
	font-weight: bold;
	padding: 7px 14px;
	text-transform: uppercase;
	color: #636363;
}

/* Form fields, general styles first */

.wpcf7 sup {color: red;}
.wpcf7 p {margin: 0!important;}
.wpcf7 .flex {margin: 0!important;}
.wpcf7 label {padding: 0 0 2px; display: inline-block;}
.wpcf7-validation-errors {border: 1px solid red; margin: 30px 0; padding: 10px 15px;}
.wpcf7-not-valid-tip {font-size: 0.9em!important; margin: 0 0 10px;}
.wpcf7-form-control-wrap {margin: 0 0 10px;}
.wpcf7-checkbox, .wpcf7-radio {display: block; margin: 0 0 10px;}

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.wpcf7-file {margin: 0 0 20px;}
input[type="checkbox"], input[type="radio"] {width: auto;}
select {padding: 7px 10px;}
textarea {height: 120px;}
input[type="submit"] {width: auto; outline: none; padding: 8px 20px; cursor: pointer; -webkit-transition: .3s; transition: .3s;}

#searchsubmit {background: #00A1E0; border: 0; color: #FFFFFF; min-width: 24%;}

/* Reset non-text input types */

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;
}

/* Responsive images */

.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%;
}

/* Make sure videos fit max width of parent container */

embed,
iframe,
object,
video {
	max-width: 100%;
}

/* Images */

.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	max-width: 100%;
	padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 12px;
	line-height: 2;
	color: #666666;
}
.entry-content dl.gallery-item {
	margin: 0!important;
}
.gallery-item a,
.gallery-caption {
	width: 100%;
	padding: 0 10px 0 0;
	box-sizing: border-box;
}
.gallery-item a {
	display: block;
}
.gallery-caption a {
	display: inline;
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
	border: 0!important;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}

/* Navigation for posts and pages*/

#nav-below {border-top: 5px solid #888; margin: 30px 0 0; padding: 15px; background: #f2f2f2; color: rgba(0,0,0,0);}
#nav-below::after {content: ""; display: block; clear: both;}
#nav-below a {display: inline-block; background: #fff; border-radius: 50px; padding: 10px 15px; color: #555; text-decoration: none!important; margin: 0 0 3px;}
#nav-below a:hover {box-shadow: 0 4px 10px rgba(0,0,0,0.1);}

.nav-single {border-top: 5px solid #888; background: #f2f2f2; clear: both; margin: 25px 0 0; overflow: hidden; padding: 12px 15px; font-size: 13px;}
.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 a {display: inline-block; background: #fff; border-radius: 50px; padding: 10px 15px; color: #555; text-decoration: none!important; margin: 0 0 3px;}
.nav-single a:hover {box-shadow: 0 4px 10px rgba(0,0,0,0.1);}
.nav-single span {font-size: 12px; letter-spacing: 1px; color: #aaa;}

.nav-single + .comments-area,
#comment-nav-above {
	margin: 48px 0;
}

/* Author profiles */
.author .archive-header {
	margin-bottom: 24px;
}
.author-info {
	border-top: 1px solid #ededed;
	margin: 24px 0;
	padding-top: 24px;
	overflow: hidden;
}
.author-description p {
	color: #757575;
	font-size: 13px;
	line-height: 1.846153846;
}
.author.archive .author-info {
	border-top: 0;
	margin: 0 0 48px;
}
.author.archive .author-avatar {
	margin-top: 0;
}


/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */
html {
	font-size: 90.5%;
}
body {
	line-height: 1.6;
	font-size: 15px;
	font-family: 'Roboto', Arial, sans-serif;
	text-rendering: optimizeLegibility;
	overflow: hidden;
	color: #333;
	padding: 323px 0 0;
}

a {
	outline: none;
	color: #8c1c40;
	text-decoration:none;
	-webkit-transition: .3s;
	transition: .3s;
}
a:hover {
	text-decoration: underline;
}

/* Sidebar */

.widget-area .widget {margin-bottom: 30px;}
.widget-area .widget:last-of-type {margin-bottom: 0;}
.widget-area .widget-title {font-family: 'Roboto'; color: #8c1c40; text-transform: uppercase; font-size: 22px;}
.textwidget p:last-child {margin: 0;}
	
.widget-area .textwidget ul {list-style: disc outside;}
.widget-area .textwidget li {margin-left: 25px;}
.widget-area #s {
	margin-right: -4px;
	width: 67.9999%; /* define a width to avoid dropping a wider submit button */
}

/* 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;
	line-height: 1.846153846;
	color: #757575;
}
.comments-link a,
.entry-meta a {
	color: #757575;
}
.comments-link a:hover,
.entry-meta a:hover {
	color: #333;
}
.entry-content,
.entry-summary,
.mu_register {
	line-height: inherit;
}
.entry-content h1,
.comment-content h1,
h1,
.entry-content h2,
.comment-content h2,
h2,
.entry-header .entry-title,
.entry-content h3,
.comment-content h3,
h3,
.entry-content h4,
.comment-content h4,
h4,
.entry-content h5,
.comment-content h5,
.entry-content h6,
.comment-content h6 {
	margin: 0 0 20px;
	line-height: inherit;
	font-family: 'Abel';
	line-height: 1.2;
}
.entry-content h1:not(.h2),
.comment-content h1,
h1.entry-title,
.archive-title,
.page-title,
h2.h1 {
	font-size: 42px;
	font-weight: 400;
	text-align: center;
	letter-spacing: -1.5px;
	margin: 0 0 30px;
}
.entry-content h2:not(.h1),
.comment-content h2,
.mu_register h2,
h1.h2 {
	font-size: 22px;
	font-weight: bold;
}
.entry-content h2:not(:first-child) {padding-top: 15px;}
.entry-content h3,
.comment-content h3,
h3 {font-size: 15px; font-weight: bold; font-family: 'Roboto'; text-transform: uppercase; margin: 0 0 2px;}

.entry-content h4,
.comment-content h4,
h4 {
	font-size: 16px;
	line-height: 1.5;
}
.entry-content h5,
.comment-content h5 {
	font-size: 16px;
}
.entry-content h6,
.comment-content h6 {
	font-size: 14px;
}
.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p,
p {
	margin: 0 0 20px;
	line-height: inherit;
}
p:last-child {margin: 0;}
.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul {
	margin: 0 0 20px;
}
.entry-content ol:last-child, .entry-content ul:last-child {margin-bottom: 0;}
.entry-content ul ul,
.comment-content ul ul,
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul {
	margin-bottom: 0;
}
.entry-content ul,
.comment-content ul,
.mu_register ul {
	list-style: disc outside;
}
.entry-content ol,
.comment-content ol {
	list-style: decimal outside;
}
.entry-content li,
.comment-content li,
.mu_register li {
	margin: 0 0 0 25px;
}
.entry-content blockquote,
.comment-content blockquote {
	background: #f8f8f8;
	border-left: 4px solid #D6D6D6;
	border-right: 4px solid #D6D6D6;
	border-radius:14px;
	margin-bottom: 24px;
	padding: 24px;
	font-style: italic;
}
.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child {
	margin-bottom: 0;
}
img.alignleft {margin: 0 15px 10px 0;}
img.alignright {
	margin: 12px 0 12px 24px;
}
img.aligncenter {
	margin-top: 12px;
	margin-bottom: 12px;
}
.entry-content embed,
.entry-content object,
.entry-content video {
	margin-bottom: 15px;
}
.entry-content > iframe {margin: 30px 0;}
.entry-content > iframe:first-child {margin-top: 0;}
.entry-content > iframe:last-child {margin-bottom: 0;}
.entry-content dl,
.comment-content dl {
	margin: 0 24px;
}
.entry-content dt,
.comment-content dt {
	font-weight: bold;
}
.entry-content dd,
.comment-content dd {
	margin-bottom: 24px;
}
.entry-content table,
.comment-content table {
	margin: 0 0 20px;
	width: 100%;
}
.entry-content table caption,
.comment-content table caption {
	font-size: 16px;
	margin: 24px 0;
}
.entry-content td,
.comment-content td {
	vertical-align: top;
	padding: 0 5px;
}
.blog article {margin: 0 0 30px;}
.blog article::after {content: " "; display: block; clear: both;}
.blog article .read-more {display: block; margin: 10px 0 0;}
.blog article p {line-height: 1.3;}
.single img.attachment-post-thumbnail {float: right; margin-left: 15px; max-width: 45%; height: auto;}
footer.entry-meta {
	margin-top: 24px;
	font-size: 13px;
	line-height: 1.846153846;
	color: #757575;
}

.entry-meta > span a {
	color: #333333;
    padding: 2px;
	text-decoration:none;
}


/* =Archives
-------------------------------------------------------------- */

.archive-meta {
	color: #757575;
	font-size: 12px;
	line-height: 2;
	margin-top: 22px;
}


/* =Single image attachment view
-------------------------------------------------------------- */

.article.attachment {
	overflow: hidden;
}
.image-attachment div.attachment {
	text-align: center;
}
.image-attachment div.attachment p {
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}
.image-attachment .entry-caption {
	margin-top: 8px;
}

/* =Comments
changed article header
-------------------------------------------------------------- */

.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;
	font-size: 15px;
	line-height: 1.42857143;
}
.comments-area article header time {
	line-height: 1.714285714;
	text-decoration: none;
	font-size: 10px;
	color: #5e5e5e;
}
.comments-area article header a {
	text-decoration: none;
	color: #5e5e5e;
}
.comments-area article header a:hover {
	color: #21759b;
}
.comments-area article header cite a {
	color: #444;
}
.comments-area article header cite a:hover {
	text-decoration: underline;
}
.comments-area article header h4 {
	position: absolute;
	top: 0;
	right: 0;
	padding: 6px 12px;
	font-size: 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;
	font-size: 10px;
}
a.comment-reply-link,
a.comment-edit-link {
	color: #686868;
	font-size: 13px;
	line-height: 1.846153846;
}
a.comment-reply-link:hover,
a.comment-edit-link:hover {
	color: #21759b;
}
.commentlist .pingback {
	line-height: 1.714285714;
	margin-bottom: 24px;
}

/* Comment form */
#respond {
	margin-top: 30px;
}
#respond h3#reply-title {
	font-size: 16px;
	line-height: 1.5;
}
#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 10px;
	font-weight: normal;
	font-size: 12px;
}
#respond form {
	margin: 24px 0;
}
#respond form p {
	margin: 11px 0;
}
#respond form p.logged-in-as {
	margin-bottom: 24px;
}
#respond form label {
	display: block;
	line-height: 1.714285714;
}
#respond form input[type="text"],
#respond form textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	line-height: 1.714285714;
	padding: 10px;
	width: 100%;
}
#respond form p.form-allowed-tags {
	margin: 0;
	font-size: 12px;
	line-height: 2;
	color: #5e5e5e;
}

/* Below title meta styling */

.below-title-meta{color:#aaa; font-size: 12px; margin: 0 0 20px;}
.below-title-meta a{color: inherit; text-decoration:none;}

/* Minimum width of 850pixels. */
@media screen and (min-width: 850px) {

	.site {
		margin: 0 auto;
		max-width: 1024px;
	}
	.tax-idea_category .site,
	.post-type-archive-color-gallery .site {max-width: 1200px;}
	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; -webkit-transition: .3s; transition: .3s;}
.themonic-nav li a {text-decoration: none; display: block;}
.themonic-nav .sub-menu {position: absolute; top: 100%; left: 12px; z-index: 10; text-align: left; -webkit-transition: .5s; transition: .5s;}
.themonic-nav .sub-menu .sub-menu {left: 100%; top: 0; -webkit-transform: none; transform: none;}

/* NAV MENU CUSTOMIZATIONS */

.themonic-nav .nav-menu > li {}
.themonic-nav .nav-menu > li > a {line-height: 2; padding: 0 20px 8px; color: #333; text-transform: uppercase; font-size: 17px;}
.themonic-nav .nav-menu > li > a:hover {color: #8c1c40;}

.themonic-nav .nav-menu > li.current-menu-item > a {color: #8c1c40;}

.themonic-nav .sub-menu {max-height: 0; overflow: hidden; -webkit-transition: .5s; transition: .5s; background: #f4f4f4;}
.themonic-nav .nav-menu li:hover > .sub-menu {max-height: 230px; padding: 6px 0;}
.themonic-nav .sub-menu > li {}
.themonic-nav .sub-menu > li > a {font-size: 16px; line-height: 1.4; padding: 8px 10px; width: 175px; color: #333;}
.themonic-nav .sub-menu > li > a:hover {background: rgba(255,255,255,0.75);}

.themonic-nav .sub-menu .sub-menu > li > a {background: #e9e9e9;}
.themonic-nav .sub-menu .sub-menu > li > a:hover {background: #ddd;}

}

#page-wrap {padding: 0 15px;}
#main {display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;}
.site-content {margin: 0; padding: 75px 0 30px;  box-sizing: border-box; flex-grow: 1;}
.site-content.scp0 {padding: 25px 0!important;}
.widget-area {margin: 0 0 0 25px; padding: 40px 0 40px 25px; width: 30%; box-sizing: border-box; flex-shrink: 0;}

img {max-width: 100%;}

.assistive-text {display: none;}

#aurora-nav-btn {padding: 15px 10px 7px; position: relative; top: 0; transition: .4s;}
#aurora-mobile-menu {background: #2F0A16;}
#aurora-mobile-menu :is(.dealer-portal-nav, .menu-estimate) {background: inherit;}

.scroll #aurora-nav-btn {top: -16px;}

:is(a[href$=".jpg"], a[href$=".jpeg"], a[href$=".png"], a[href$=".gif"], a[href$=".webp"]):not(.fancybox-content a) {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;}

.limit-l {max-width: 1200px; margin: 0 auto;}
.limit {max-width: 1024px; margin: 0 auto;}
.limit-sm {max-width: 750px; margin: 0 auto;}
.limit-xsm {max-width: 500px; margin: 0 auto;}
.clear {clear: both;}
.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;}
.flex {display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;}
.entry-content .flex:not(:last-child) {margin-bottom: 20px;}
.flex.rows {flex-flow: row wrap; width: 102%; margin-left: -1%;}
.flex.rows.p1 {flex-flow: row wrap; width: 103%; margin-left: -1.5%;}
.flex.rows.p2 {flex-flow: row wrap; width: 104%; margin-left: -2%;}
.flex.rows.p3 {flex-flow: row wrap; width: 105%; margin-left: -2.5%;}
.flex.rows.p4 {flex-flow: row wrap; width: 106%; margin-left: -3%;}
.flex.rows.p5 {flex-flow: row wrap; width: 107%; margin-left: -3.5%;}
.flex.rows.p6 {flex-flow: row wrap; width: 108%; margin-left: -4%;}
.flex.middle {-webkit-align-items: center; align-items: center;}
.flex.bottom {-webkit-align-items: flex-end; align-items: flex-end;}
.flex.column {-webkit-box-orient: vertical; flex-direction: column;}
.flex > * {flex-grow: 1; box-sizing: border-box; margin: 0 1%;}
.flex.rows > * {margin-bottom: 15px!important;}
.flex.f1 > * {flex: 1;}
.flex .f0 {flex-grow: 0; flex-shrink: 0;}
.flex .f34 {width: 73%; margin: 0 1%;}
.flex .f23 {width: 64.66%; margin: 0 1%;}
.flex .f2 {width: 48%; margin: 0 1%;}
.flex .f3 {width: 31.33%; margin: 0 1%;}
.flex .f4 {width: 24%; margin: 0 0.5%;}
.flex .f5 {width: 19%; margin: 0 0.5%;}
.flex.p1 > * {padding: 0 0.5%;}
.flex.p2 > * {padding: 0 1%;}
.flex.p3 > * {padding: 0 1.5%;}
.flex.p4 > * {padding: 0 2%;}
.flex.p5 > * {padding: 0 2.5%;}
.flex.p6 > * {padding: 0 3%;}
.flex:not(.rows).p1 > *:first-child, .flex:not(.rows).p2 > *:first-child, .flex:not(.rows).p3 > *:first-child, .flex:not(.rows).p4 > *:first-child, .flex:not(.rows).p5 > *:first-child, .flex:not(.rows).p6 > *:first-child {padding-left: 0;}
.flex:not(.rows).p1 > *:last-child, .flex:not(.rows).p2 > *:last-child, .flex:not(.rows).p3 > *:last-child, .flex:not(.rows).p4 > *:last-child, .flex:not(.rows).p5 > *:last-child, .flex:not(.rows).p6 > *:last-child {padding-right: 0;}
.flex:not(.rows):not(.gallery-grid):not(.team-grid) > *:first-child {margin-left: 0;}
.flex:not(.rows) > *:last-child {margin-right: 0;}
.abs-left {position: absolute; left: 0; top: 50%; -webkit-transform: translate(0,-50%); transform: translateY(-50%);}
.abs-right {position: absolute; right: 0; top: 50%; -webkit-transform: translate(0,-50%); transform: translateY(-50%);}
.abs-center {position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%,-50%); transform: translateX(-50%) translateY(-50%);}
.pad {padding: 30px 0;}
.entry-content .pad + .pad {padding-top: 0;}
.entry-content > .pad:last-child {padding-bottom: 0;}
.expand {font-weight: bold; font-size: 18px; margin: 0 0 10px; background: #c2c0c0; padding: 12px 20px; cursor: pointer; position: relative; -webkit-transition: .3s; transition: .3s;}
.expand:after {content: '+'; font-size: 22px; font-weight: 400; position: absolute; right: 20px; top: 50%; line-height: 1; transform: translate(0,-50%) rotate(0); -webkit-transition: .3s; transition: .3s;}
.expand.expand-on {margin: 0;}
.expand.expand-on:after {transform: translate(0,-50%) rotate(-135deg);}
.expand h2, .expand h3 {margin: 0; font-size: inherit; text-transform: none; font-weight: normal;}
.expand + .collapse {display: none; padding: 15px; margin: 0 0 10px;}

a.button {display: inline-block; border: 1px solid #fff; color: #fff; text-transform: uppercase; font-weight: bold; font-size: 90%; padding: 2px 8px 1px; text-decoration: none; background: #7d7e82;}
a.button2 {display: inline-block; border: 1px solid #fff; color: #fff; text-transform: uppercase; font-weight: bold; font-size: 24px; padding: 5px 15px 3px; text-decoration: none; background: rgba(0,0,0,0.25);}
a.button:hover, a.button2:hover {background: #8c1c40;}
.red {color: #8c1c40;}
.full {position: relative; left: 50%; transform: translate(-50%,0); width: 100vw; margin: 40px 0;}
.sect-lg {position: relative; left: 50%; transform: translate(-50%,0); width: 1250px; max-width: calc(100vw - 30px); margin: 50px 0;}
.video-wrap {position: relative; padding: 56.25% 0 0; width: 100%; margin: 0 0 20px;}
.video-wrap iframe {position: absolute; left: 0; top: 0; width: 100%; height: 100%;}

.entry-content .full:last-child {margin-bottom: -30px;}
.entry-content .sect-lg:last-child {margin-bottom: 0;}

.announcement {position: fixed; left: 0; top: 0; z-index: 9999; width: 100%; box-sizing: border-box; text-align: center; background: #8c1c40; color: #fff; font-size: 20px; text-transform: uppercase; font-weight: 600; padding: 10px 40px;}
.announcement .an-close {position: absolute; right: 20px; top: 17px; width: 18px; height: 18px; background: url(/wp-content/uploads/ico-close-w.png) no-repeat center center / contain; cursor: pointer;}

#header {text-align: center; position: fixed; left: 0; top: 0; width: 100%; z-index: 999; background: #fff; -webkit-transition: .4s; transition: .4s;}
#h-top {background: url(/wp-content/uploads/bg-header2.jpg) no-repeat center center / cover; padding: 0 0 188px; -webkit-transition: .4s; transition: .4s;}
#ht-links {background: rgba(47,10,22,0.78); color: #fff; padding: 15px 15px 12px; -webkit-transition: .4s; transition: .4s;}
#ht-links .htl-block {display: inline-block;}
#ht-links .htl-block > div {display: inline-block; text-transform: uppercase; font-size: 18px; border-right: 3px solid #fff; padding-right: 20px; margin-right: 20px; line-height: 1;}
#ht-links .htl-block > div:last-child {border: 0; padding: 0; margin: 0;}
#ht-links a {color: #fff; text-decoration: none; -webkit-transition: .4s; transition: .4s;}
#logo {position: relative; padding: 0 0 56px; margin: 0 0 30px; -webkit-transition: .4s; transition: .4s;}
#logo img {position: absolute; left: 50%; bottom: 0; transform: translate(-50%,0); max-width: 285px; -webkit-transition: .4s; transition: .4s;}

.scroll #header {box-shadow: 0 2px 12px 0 rgb(0 0 0 / 15%);}
.scroll #h-top {padding: 0 0 85px;}
.scroll #ht-links {padding: 6px 15px 4px;}
.scroll #ht-links a {font-size: 15px;}
.scroll #logo {padding: 0 0 40px; margin: 0 0 12px;}
.scroll #logo img {max-width: 175px;}

#home-vid .nk-awb {height: 700px; position: relative;}
#hv-over {position: absolute; left: 0; top: 50%; width: 100%; transform: translate(0,-50%); text-align: center; color: #fff;}

.home #page-wrap {display: none;}
.home-head1 {font-size: 42px; letter-spacing: -1.5px; font-weight: 500; text-align: center; margin: 0 0 35px;}
.home-head2 {font-family: 'Barlow Condensed'; font-size: 65px; color: #fff; text-transform: uppercase; font-weight: 400; text-shadow: 4px 5px 6px rgb(0 0 0 / 61%); letter-spacing: 2px; line-height: 1.2; margin: 0 0 20px;}
.home-head3 {font-family: 'Roboto'; text-transform: uppercase; font-size: 20px; margin: 0;}
.home-over {position: absolute; left: 0; top: 50%; width: 100%; text-align: center; transform: translate(0,-50%);}

#design {padding: 50px 15px;}
#design .d-ico {max-height: 65px; margin: 0 0 20px;}
#design .d-ico img {max-height: 65px;}

#exp .nk-awb,
#dreams .nk-awb {height: 600px;}

#types {padding: 0 15px 75px;}
#types .t-ico {margin: 0 0 15px;}
#t-slabs {text-align: center; line-height: 0; position: relative; top: -100px; margin: 0 0 -105px;}
#t-slabs img {max-width: 700px;}

#testimonials {padding: 50px 15px;}
.testimonial_rotator_wrap.with-prevnext {margin: 0; padding-top: 0; padding-bottom: 0;}
#testimonials .template-default .testimonial_rotator_img {margin: 0; padding: 20px 2.5% 20px 0; width: 30%; float: none; display: inline-block; vertical-align: middle; border-right: 2px solid #000;}
#testimonials .template-default .testimonial_rotator_img img {max-width: none;}
#testimonials .template-default .testimonial_rotator_description {width: 69%; padding: 0 0 0 2%; font-size: 17px; line-height: 1.6; float: none; display: inline-block; vertical-align: middle;}
#testimonials .testimonial_rotator_author_info {padding: 0; border: 0; font-style: normal; text-align: right; max-width: 70%; margin: 20px 0 0;}
#testimonials .testimonial_rotator_author_info p {font-size: inherit;}
#testimonials .testimonial_rotator_author_info p:before {content: "- ";}

#logos {padding: 20px 15px 30px;}
#logos .limit-l {max-width: 1400px;}
#logos .flex {gap: 35px;}
#logos .flex > div {margin: 0; line-height: 0;}
#logos img {max-height: 45px; max-width: 200px; width: 100%; object-fit: contain;}
#logos .l-tall img {max-height: 48px;}

#footer-gal {flex-flow: row wrap; margin: 0 0 0 -5px; width: calc(100% + 10px); line-height: 0;}
#footer-gal > .fg-item {width: calc(14.2857% - 10px); margin: 0 5px 10px; flex-grow: 0;}

#footer {background: #b2b2b2; color: #000; padding: 50px 15px; line-height: 1.6;}
#footer .flex > div {width: 33%;}
#footer #f-logo {width: auto; padding-right: 65px;}
#footer #f-logo img {max-height: 115px; margin: 0 0 15px;}
#footer .f-head1 {font-weight: bold; margin: 0;}
#footer #f-info {font-size: 14px;}
#f-soc {font-size: 18px; line-height: 1.2; margin: 0 0 15px;}
#f-soc a {font-size: 16px; background: #979797; color: #c9c9c9; display: inline-block; text-align: center; width: 32px; line-height: 32px; border-radius: 50px; margin: 0 10px 0 0;}
#f-soc a:hover {background: #777; color: #e5e5e5;}
#footer a.f-red {color: #8c1c40!important; font-weight: 500;}

#bottom {background: #d8d8d8; padding: 30px 15px;}
#bottom .limit {max-width: 750px;}
#bottom img {max-height: 38px;}
#bottom .b-tall img {max-height: 55px;}

#pg-title {padding: 25px 15px 45px;}
#pg-title.pb0 {padding-bottom: 0;}
#pg-title h1 {margin: 0; font-size: 42px; font-weight: 400; text-align: center; letter-spacing: -1.5px;}
#pgt-text {margin: 20px 0 0;}
#hero .nk-awb {padding: 25% 0 0;}

#map {height: 500px;}

#vis-kitch {position: relative; height: 2000px;}
#vis-kitch iframe {position: absolute; left: 0; top: 0;}

#pg-neg {margin: -25px 0 0;}

#edges > div {padding-bottom: 20px;}
#edges img {margin: 0 0 10px;}

.entry-content .flex.option:not(:last-child) {margin-bottom: 30px;}

#blog-grid {width: 104%; margin: -50px 0 -30px -2%; flex-flow: row wrap;}
#blog-grid > article {width: 29.33%; margin: 0 2% 30px; flex-grow: 0;}
#blog-grid .blog-thumb {position: relative; padding: 70% 0 0; margin: 0 0 15px;}
#blog-grid .blog-thumb img {position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover;}
#blog-grid h2.entry-title {font-family: 'Roboto'; font-size: 20px; margin: 0 0 2px; line-height: 1.2;}
#blog-grid .entry-title a {color: #8c1c40; text-decoration: none;}
#blog-grid .blog-categories {margin: 0 0 15px;}
#blog-grid .blog-categories a:not(:nth-last-child(1)):not(:nth-last-child(2)):after {content: ",";}
#blog-grid .blog-categories a[href$="/uncategorized/"] {display: none;}
#blog-grid .blog-excerpt {font-size: 92%;}
#blog-grid .read-more {margin: 5px 0 0; text-transform: uppercase;}

#single-post-img {margin: 0 0 20px; position: relative; padding: 50% 0 0;}
#single-post-img img {width: 100%; height: 100%; object-fit: cover; margin: 0; position: absolute; left: 0; top: 0;}

.wp-pagenavi {margin: 50px 0 0; text-align: center;}
.wp-pagenavi > span, .wp-pagenavi > a {display: inline-block; margin: 0 8px; font-weight: bold; color: inherit;}
.wp-pagenavi .pages {color: #aaa; font-weight: normal; margin-left: 0;}

.widget .display-posts-listing .listing-item {margin: 0 0 15px;}
.widget .display-posts-listing a.title {color: inherit; text-decoration: none; font-weight: bold; display: block;}
.widget .display-posts-listing .category-display-label {font-size: 0;}
.widget .display-posts-listing .category-display {font-size: 0;}
.widget .display-posts-listing .category-display-label:after {content: "Category: "; font-size: 13px;}
.widget .display-posts-listing .category-display a {font-size: 13px;}
.widget .display-posts-listing .category-display a[href$="/uncategorized/"] {display: none;}

#employment {position: relative; padding: 93% 0 0;}
.entry-content > #employment {margin: 30px 0;}
.entry-content > #employment:first-child {margin-top: 0;}
.entry-content > #employment:last-child {margin-bottom: 0;}
#employment iframe {position: absolute; left: 0; top: 0; width: 100%; height: 100%;}

.pg-map {position: relative; padding: 30% 0 0; margin: 0 0 30px;}
.entry-content > .pg-map:last-child {margin: 0;}
.pg-map iframe {position: absolute; left: 0; top: 0; width: 100%; height: 100%;}

.page-id-233 #page-wrap,
.page-id-250 #page-wrap {display: none;}

.mfp-bg {background: #000!important; opacity: 0.5!important;}
.gallery-grid {flex-flow: row wrap; margin: 0 0 0 -5px; width: calc(100% + 10px);}
.gallery-grid > .gallery-item {width: calc(16.66% - 10px); margin: 0 5px 5px; flex-grow: 0; line-height: 1;}
.gallery-grid > .gallery-item img {margin: 0 0 4px;}
.gallery-grid .gal-label {font-size: 14px; font-weight: 500;}
.idea-pop {text-align: left;}
.idea-pop .ip-img {line-height: 0;}
.idea-pop .ip-img img {width: 100%;}
.idea-pop .ip-text {padding: 15px 20px 0;}
.idea-pop .idea-title {font-size: 20px;}
.idea-pop .ip-share {padding: 5px 20px 15px;}
.idea-pop .ip-share a {font-size: 20px; background: #fff; color: #888; display: inline-block; text-align: center; border-radius: 50px; margin: 0 8px 0 0;}

#color-grid-skinrock .gallery-item {width: calc(25% - 10px);}

.mfp-container {padding: 0 15px!important;}

#fancybox-outer {box-shadow: none!important;}
.gal-idea {max-width: 900px;}

.post-type-archive-idea-gallery .site {max-width: 1200px;}
h2.gallery-header {background: #c2c0c0; font-family: 'Roboto'; font-weight: normal!important; padding: 7px 10px 6px!important; margin: 30px 0 6px;}
.accordion {cursor: pointer;}
.accordion:before {content: "+"; display: inline-block; margin: 0 18px 0 5px; font-size: 80%; font-weight: bold; position: relative; top: -1px;}
.accordion.active:before {content: "-"; margin: 0 21px 0 5px;}
.panel {padding: 0 18px; background-color: white;}
.panel + h2.gallery-header {margin-top: 6px;}

#filters {margin: 0 0 5px;}
#filters .searchandfilter > ul > li {display: inline-block; padding: 5px 25px; border-right: 2px solid #333;}
#filters .searchandfilter > ul > li:first-child {padding-left: 0;}
#filters .searchandfilter > ul > li:last-child {padding-right: 0; border-right: 0;}
#filters .searchandfilter ul ul {display: inline-flex;}
#filters .searchandfilter ul ul > li {flex-grow: 1; padding: 0 10px;}
#filters .searchandfilter ul ul > li:first-child {padding-left: 0;}
#filters .searchandfilter ul ul > li:last-child {padding-right: 0;}
#filters .searchandfilter label {padding-left: 6px;}

.searchandfilter .sf-field-taxonomy-color_category ul ul > li {font-size: 0;}
.searchandfilter .sf-field-taxonomy-color_category ul ul > li > input {display: none;}
.searchandfilter .sf-field-taxonomy-color_category > ul {font-size: 0;}
.searchandfilter .sf-field-taxonomy-color_category > ul > li > input,
.searchandfilter .sf-field-taxonomy-color_category > ul > li > label {display: none;}
.searchandfilter .sf-field-taxonomy-color_category > ul ul.children {margin: 0;}
.searchandfilter .sf-field-taxonomy-color_category > ul ul.children li {font-size: 15px;}
#filters.filt-has-parent ul.children li > input {display: inline-block!important;}

h1.xsp {margin-bottom: 55px;}
h2.team-header {font-family: 'Roboto'; text-transform: uppercase; font-weight: normal!important; font-size: 18px!important; border-top: 1px solid #333; padding: 5px 0 0!important; margin: 20px 0 5px;}
.team-grid {flex-flow: row wrap; width: calc(100% + 10px); margin: 0 0 0 -5px; text-align: center;}
.team-grid > .team-item {width: calc(20% - 10px); margin: 0 5px; flex-grow: 0; padding: 0 12px;}
.team-grid .team-name {margin: 0;}
.team-grid .team-title {font-size: 13px;}
.team-pop {align-items: center; text-align: left;}
.team-pop > div {width: 50%; margin: 0;}
.team-pop .tp-img {line-height: 0; padding: 0 15px 0 0;}
.team-pop .tp-text {padding: 0 50px 100px 0;}
.team-pop .tp-name {font-size: 24px; font-weight: bold; margin: 0;}
.team-pop .tp-title {font-size: 22px;}

.page-id-1266 #pg-neg,
.parent-pageid-1266 #pg-neg,
.page-id-1266 #testimonials,
.parent-pageid-1266 #testimonials,
.post-type-archive-dealer-updates #testimonials,
.single-dealer-updates #testimonials,
.page-id-1266 #footer-gal,
.parent-pageid-1266 #footer-gal,
.post-type-archive-dealer-updates #footer-gal,
.single-dealer-updates #footer-gal,
.post-type-archive-dealer-updates #pg-title,
.post-type-archive-dealer-updates #hero {display: none;}

img.cs-logo {width: 375px;}

.dealer-res {display: inline-flex;}
.dr-img {max-width: 150px;}
.dr-txt {padding: 10px 0 0 25px;}
.dr-txt h2 {margin: 0 0 15px;}
.dr-txt td:first-child {min-width: 200px; padding-left: 0;}
.dr-txt td:last-child {padding-right: 0;}

#blog-grid.bg-dealers {margin-top: 0;}
#blog-grid.bg-dealers > article {margin: 0 1.5% 30px; width: 30.33%;}
#blog-grid.bg-dealers h2.entry-title {margin: 0 0 15px;}
#blog-grid.bg-dealers .read-more {display: block; margin: 0;}
#blog-grid.bg-dealers .read-more a {font-size: 0;}
#blog-grid.bg-dealers .read-more a:after {content: "Read more"; font-size: 12px;}

.widget .menu li a {color: #7d7e82; display: inline-block; padding: 3px 0; text-decoration: none; font-weight: 500;}
.widget .menu li a:hover,
.widget .menu li.current-menu-item a,
.widget .menu li.current-page-ancestor:not(.menu-item-1286) a,
.single-dealer-updates .widget .menu li#menu-item-1331 a {color: #8c1c40;}

#custom_html-5 {font-size: 13px;}
#custom_html-5 .widget-title {text-transform: none; font-weight: 500;}
#custom_html-5 .listing-item a.title {display: block; font-size: 15px;}
span.excerpt-dash {display: none;}
#custom_html-5 span.excerpt-more {display: block; font-size: 0;}
#custom_html-5 span.excerpt-more a:after {content: "Read more"; font-size: 13px; text-transform: uppercase;}

.breadcrumbs {border-left: 3px solid #8c1c40; padding: 4px 15px; margin: 0 0 20px; color: #888; display: none;}
.page-template-full-width .breadcrumbs {display: block;}
.page-id-1396 .breadcrumbs {display: none;}
.breadcrumbs a {display: inline-block; font-weight: 500; text-decoration: none;}
.breadcrumbs .bc-sep {display: inline-block; margin: 0 4px;}

#price-groups-nav {margin: 0 0 40px;}
#price-groups-nav a {color: inherit; text-decoration: none; border-right: 2px solid #333; line-height: 1.2; margin: 0 15px 0 0;}
#price-groups-nav a > div {opacity: 0.5; -webkit-transition: .3s; transition: .3s;}
#price-groups-nav a.pgn-on > div {opacity: 1;}
#price-groups-nav:hover a > div,
#price-groups-nav:hover a.pgn-on > div {opacity: 0.5;}
#price-groups-nav:hover a.pgn-on:hover > div {opacity: 1;}
#price-groups-nav a:hover > div {opacity: 1;}
#price-groups-nav a:last-child {border: 0; margin-right: 0;}
#price-groups-nav .pgn-ico img {max-width: 90px; max-height: 60px; margin: 0 6px 0 0;}

.parent-pageid-1336 #filters {margin: 0 0 15px;}
.parent-pageid-1336 #filters .searchandfilter > ul > li {padding: 5px 10px;}
.parent-pageid-1336 #filters .searchandfilter > ul > li:first-child {padding-left: 0;}
.parent-pageid-1336 #filters .searchandfilter > ul > li:last-child {padding-right: 0;}
.parent-pageid-1336 #filters .searchandfilter ul ul > li:not(.sf-field-taxonomy-color_category),
.parent-pageid-1336 #filters .searchandfilter .sf-field-taxonomy-color_category > ul ul.children li {font-size: 13px; padding: 0 3px;}
.parent-pageid-1336 #filters .searchandfilter .sf-field-taxonomy-color_category > ul ul.children li:first-child {padding-left: 0;}
.parent-pageid-1336 #filters .searchandfilter .sf-field-taxonomy-color_category > ul ul.children li:last-child {padding-right: 0;}
.parent-pageid-1336 .gallery-grid > .gallery-item {width: calc(20% - 10px);}

.sf-field-post-meta-while_supplies_last .sf-level-0 {display: flex;}

.page-id-1373 .widget .menu li.menu-item-1386 a,
.page-id-1375 .widget .menu li.menu-item-1386 a,
.page-id-2366 .widget .menu li.menu-item-1386 a {color: #8c1c40;}

input#wp-submit {background: #8c1c40; color: #fff; border: 0; text-transform: uppercase; font-weight: 500;}

.entry-content .su-image-carousel>ol.flickity-page-dots {opacity: 1; position: static; transform: none; margin: 20px 0 0;}
.entry-content .su-image-carousel button.flickity-prev-next-button {top: auto; bottom: 0; opacity: 1; width: 30px; height: 30px; background: #8B1E42;}

.page-nav {border-bottom: 1px solid #ccc; padding: 20px 0 25px; margin: 0 0 50px;}
.page-nav .menu {display: block; text-align: center;}
.page-nav .menu > li {list-style: none; display: inline-block; margin: 0 10px;}
.page-nav .menu > li a {color: #7d7e82; font-weight: 500; text-decoration: none;}
.page-nav .menu > li a:hover, .page-nav .menu > li.current-menu-item a {color: #8c1c40;}

.skinrock-vid {position: relative; padding-bottom: 80px;}
img.skinrock-logo {position: absolute; right: 0; bottom: 0; width: 260px;}
.fancybox-content:has(iframe[src*="youtube.com"]) {height: auto !important; aspect-ratio: 1.78;}
.fancybox-content iframe[src*="youtube.com"] {aspect-ratio: 1.78; width: 100%; height: auto;}

.find-a-dealer h2 {background: #646263; color: #fff; font-size: 20px!important; font-weight: 400!important; padding: 4px 15px;}

/* .accordion + .panel {display: none;} */

@media screen and (max-width : 1040px){
	body.template-front-page .site-content, body.single-attachment .site-content, body.full-width .site-content {padding: 40px 0; box-sizing: border-box;}
	body {padding: 328px 0 0;}
	.flex.rows {width: 100%; margin-left: 0;}

	#h-top {padding: 0 0 150px;}
	#logo img {max-width: 250px;}

	#home-vid .nk-awb {height: 500px;}

	#exp .nk-awb, #dreams .nk-awb, #map {height: 450px;}
	.home-head2 {font-size: 55px;}
	a.button2 {font-size: 20px;}

	#edges > div {padding: 0 15px 20px;}
	#edges > div:nth-last-child(-n+2) {padding-bottom: 0; margin-bottom: 0!important;}

	.announcement {font-size: 18px;}
}
@media screen and (max-width : 850px){
	body {padding: 209px 0 0;}
	#main {display: block;}
	.site-content {padding: 30px 0;}
	.widget-area {width: 100%; margin: 0; padding: 0 0 30px;}
	.fancybox-content:has(iframe[src*="youtube.com"], iframe[src*="vimeo.com"]) {width: 100%!important;}

	#h-top {padding: 0 0 120px;}
	#h-bottom {position: relative;}
	#logo {margin: 0 0 15px; padding: 0 0 74px;}
	#logo img {max-width: 225px;}
	#h-nav {position: absolute; right: 10px; top: 18px;}

	#home-vid .nk-awb {height: 450px;}

	.home-head1, #pg-title h1, .entry-content h1:not(.h2), .comment-content h1, h1.entry-title, .archive-title, .page-title, h2.h1 {font-size: 38px;}
	.home-head2 {font-size: 48px; letter-spacing: 1px;}

	#t-slabs img {max-width: 75%;}

	#exp .nk-awb, #dreams .nk-awb, #map {height: 400px;}

	#logos .flex {flex-flow: row wrap; gap: 30px;}
	#logos img {max-height: 35px; max-width: 130px;}

	#footer-gal {padding: 0 10px; box-sizing: border-box;}
	#footer-gal > .fg-item {width: calc(20% - 10px);}
	#footer-gal > .fg-item:nth-last-child(-n+4) {display: none;}

	#footer #f-logo {padding: 0 5px 0 0;}

	#hero .nk-awb {padding: 33% 0 0;}

	#filters {text-align: center;}
	#filters form.searchandfilter > ul {display: inline-block; text-align: left;}
	#filters .searchandfilter > ul > li {vertical-align: middle;}
	#filters .searchandfilter ul ul {display: block;}
	#filters .searchandfilter ul ul > li {display: block; padding: 0;}

	.gallery-grid > .gallery-item {width: calc(20% - 10px);}

	.wp-pagenavi {margin: 20px 0 0;}

	.team-pop {align-items: flex-end;}
	.team-grid > .team-item {padding: 0 2px;}
	.team-pop .tp-text {padding: 15px 50px 15px 0;}

	.fancybox-content:has(iframe[src*="youtube.com"]) {width: 100%!important;}

	.announcement {font-size: 16px;}
}
@media screen and (max-width : 720px){
	.fbreak1 {display: block!important; margin-left: 0; width: 100%;}
	.flex.fbreak1.p1 > *, .flex.fbreak1.p2 > *, .flex.fbreak1.p3 > *,
	.flex.fbreak1.p4 > *, .flex.fbreak1.p5 > *, .flex.fbreak1.p6 > * {padding: 0;}
	.fbreak1 > * {width: 100%!important; margin: 0 0 15px!important;}
	.fbreak1 > *.m0, .fbreak1 .m0 ul:last-child {margin-bottom: 0!important;}
	.fbreak1 > :last-of-type {margin: 0!important;}
	.f4-break {flex-flow: row wrap;}
	.f4-break > * {width: 48%!important; flex: auto!important; margin: 0 1% 15px!important;}
	.f4-break > *:nth-of-type(3), .f4-break > *:nth-of-type(4) {margin-bottom: 0!important;}

	.blocks.fbreak1 > div {text-align: center; max-width: 330px; margin: 0 auto 15px!important;}
	.blocks.fbreak1 > div:not(:last-child) {padding-bottom: 20px;}

	#home-vid .nk-awb {height: 400px;}

	.home-head1, #pg-title h1, .entry-content h1:not(.h2), .comment-content h1, h1.entry-title, .archive-title, .page-title, h2.h1 {font-size: 36px;}
	.home-head2 {font-size: 42px;}

	#design {text-align: center;}
	#design .flex {max-width: 375px; margin: 0 auto;}
	#design .flex > div:not(:last-child) {padding-bottom: 20px;}

	#types {text-align: center;}
	#types .flex {max-width: 400px; margin: 0 auto;}
	#types .flex > div:not(:last-child) {padding-bottom: 20px;}

	#testimonials .template-default .testimonial_rotator_img {display: block; width: 260px; padding: 0 0 20px; border: 0; border-bottom: 2px solid #000; margin: 0 auto 20px;}
	#testimonials .template-default .testimonial_rotator_description {font-size: 16px; width: 100%; padding: 0;}
	#testimonials .testimonial_rotator_author_info {max-width: none;}

	#logos {padding: 20px 15px 11px;}

	#hero .nk-awb {padding: 40% 0 0;}

	.option > .o-img {width: 30%; margin: 0 15px 0 0;}

	.gallery-grid > .gallery-item {width: calc(25% - 10px);}

	#blog-grid > article {width: calc(50% - 30px); margin: 0 15px 35px;}
	#blog-grid > article:nth-last-child(-n+2) {margin-bottom: 0;}

	#color-grid-skinrock .gallery-item {width: calc(33.33% - 10px);}
}
@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 {display: block!important; margin-left: 0; width: 100%;}
	.flex.fbreak2.p1 > *, .flex.fbreak2.p2 > *, .flex.fbreak2.p3 > *,
	.flex.fbreak2.p4 > *, .flex.fbreak2.p5 > *, .flex.fbreak2.p6 > * {padding: 0;}
	.fbreak2 > * {width: 100%!important; margin: 0 0 15px!important;}
	.fbreak2 > *.m0, .fbreak2 .m0 ul:last-child {margin-bottom: 0!important;}
	.fbreak2 > :last-of-type {margin: 0!important;}
	.f4-break.fbreak2 > *:nth-of-type(3) {margin-bottom: 15px!important;}

	body {padding: 169px 0 0;}

	#h-top {padding: 0 0 90px;}
	#ht-links .htl-block > div {font-size: 16px;}
	#ht-links .htl-block > div:not(:last-child) {padding-right: 10px; margin-right: 10px; border-right: 1px solid #fff;}
	#logo {padding: 0 0 64px;}
	#logo img {max-width: 195px;}
	#h-nav {top: 13px;}

	.scroll #h-top {padding: 0 0 58px;}
	.scroll #logo img {max-width: 140px;}

	.scroll #aurora-nav-btn {top: -11px;}

	#home-vid .nk-awb {height: 300px;}

	.home-head1, #pg-title h1, .entry-content h1:not(.h2), .comment-content h1, h1.entry-title, .archive-title, .page-title, h2.h1 {font-size: 31px;}
	.home-head2 {font-size: 36px;}
	a.button2 {font-size: 16px;}

	#t-slabs {top: -64px; margin: 0 0 -59px;}
	#t-slabs img {max-width: 84%;}

	#exp .nk-awb, #dreams .nk-awb, #map {height: 315px;}

	#footer-gal > .fg-item {width: calc(25% - 10px);}
	#footer-gal > .fg-item:nth-last-child(-n+4) {display: block;}
	#footer-gal > .fg-item:nth-last-child(-n+2) {display: none;}

	#footer {text-align: center;}

	#bottom .flex > div {width: 25%; padding: 0 1%;}

	#hero .nk-awb {padding: 50% 0 0;}

	#edges > div {padding: 0 10px 15px;}
	#edges img {margin: 0 0 5px;}

	.option {display: block; max-width: 350px; margin: 0 auto 30px;}
	.option:not(:last-child) {padding-bottom: 15px;}
	.option:last-child {margin-bottom: 0;}
	.option > div {width: 100%; text-align: center; margin: 0 auto!important;}
	.option > div.o-img {width: 100%; margin-bottom: 10px!important;}
	.option li {text-align: left; margin-bottom: 5px;}
	.option li:last-child {margin-bottom: 0;}

	.gallery-grid > .gallery-item {width: calc(33.33% - 10px);}

	#blog-grid > article {width: calc(50% - 20px); margin: 0 10px 25px;}
	#blog-grid > article:nth-last-child(-n+2) {margin-bottom: 0;}

	.team-grid > .team-item {width: calc(33.33% - 10px);}
	.team-pop {flex-flow: row wrap;}
	.team-pop > div {width: 100%;}
	.team-pop .tp-img {padding: 0 22%;}
	.team-pop .tp-text {padding: 20px;}

	#color-grid-skinrock .gallery-item {width: calc(50% - 10px);}

	.announcement {font-size: 14px;}
}
@media screen and (max-width : 425px){
	body {padding: 147px 0 0;}
	.fbreak3 {display: block!important; margin-left: 0; width: 100%;}
	.fbreak3 > *, .fbreak3.f4-break > *:nth-of-type(3), .fbreak3.f4-break > *:nth-of-type(4) {width: 100%!important; margin: 0 0 15px!important;}
	.fbreak3 > *.m0, .fbreak1 .m0 ul:last-child {margin-bottom: 0!important;}
	.fbreak3 > :last-of-type {margin: 0!important;}

	#h-top {padding: 0 0 80px;}
	#ht-links .htl-block > div {font-size: 15px;}
	#ht-links .htl-gone3 {display: none!important;}
	#ht-links .htl-block > div:nth-last-child(2) {margin: 0; padding: 0; border: 0;}
	#logo {padding: 0 0 55px; margin: 0 0 12px;}
	#logo img {max-width: 168px;}
	#h-nav {top: 8px;}

	.scroll #aurora-nav-btn {top: -6px;}

	#t-slabs {top: -53px; margin: 0 0 -48px;}
	#t-slabs img {max-width: 94%;}

	#footer-gal > .fg-item {width: calc(33.3% - 8px); margin: 0 4px 7px;}

	#logos .flex {flex-flow: row wrap; gap: 25px;}
	#logos img {max-height: 25px; max-width: 105px;}
	#logos .l-tall img {max-height: 38px;}

	#bottom .flex > div {margin: 0 2%;}

	#hero .nk-awb {padding: 66% 0 0;}

	#edges > div {width: 48%;}
	#edges > div:nth-child(odd) {padding-left: 0;}
	#edges > div:nth-child(even) {padding-right: 0;}

	#blog-grid > article {width: 100%;}
	#blog-grid > article:nth-last-child(2) {margin-bottom: 25px;}

	.announcement {font-size: 13px;}
}