/* 
Theme Name:		 GeneratePress Child
Theme URI:		 https://r2rmarkets.com/
Description:	 GeneratePress Child is a child theme of GeneratePress
Author:			 R2R Marketing
Author URI:		 https://r2rmarkets.com/
Template:		 generatepress
Version:		 1.0.0
Text Domain:	 generatePress-child
*/


/*
    Add your custom styles here
*/


@font-face{font-family:'CenturyGothic';
src:url("/source/c8676a2f1356d4967d2d2f4813967d94/CenturyGothic.eot") format('embedded-opentype'),url("/source/c3a5c9db1856f4290d9e3ad78353b7ac/CenturyGothic.woff") format('woff'),url("/source/5d18a8ed01833665a3c619da3332264c/CenturyGothic.ttf") format('truetype'),url("/source/42c63f065ff1f7c3e111a28f7ac04beb/CenturyGothic.svg") format('svg');font-weight:normal;font-style:normal;font-display:swap;}

@font-face{font-family:'CenturyGothic-Italic';src:url("/source/208a70e7d002e1de8c5fa74f4a5dfe31/CenturyGothic-Italic.eot") format('embedded-opentype'),url("/source/818039ddc5c056499c293020c4f75bd9/CenturyGothic-Italic.woff") format('woff'),url("/source/630293873dcdc63b17a76abeb4e287ca/CenturyGothic-Italic.ttf") format('truetype'),url("/source/3678994f621dd895180a3c001ef4dcba/CenturyGothic-Italic.svg") format('svg');font-weight:normal;font-style:normal;font-display:swap;}

@font-face{font-family:'CenturyGothic-Bold';src:url("/source/875d67d07e8c85de468f3b005a59e083/CenturyGothic-Bold.eot") format('embedded-opentype'),url("/source/2183f3c268d5b1f71d4c73c6d306f867/CenturyGothic-Bold.woff") format('woff'),url("/source/6a38aa73004a7d7f928b36288a8589f4/CenturyGothic-Bold.ttf") format('truetype'),url("/source/343f30c5d77c53928bead4c79642cc2a/CenturyGothic-Bold.svg") format('svg');font-weight:normal;font-style:normal;font-display:swap;}

@font-face{font-family:'Arial';src:url("/source/44a13c9edadaccd03caee999b3db8b79/ArialMT.eot") format('embedded-opentype'),url("/source/340bea2c743e2c5ce70e63089ac66ae5/ArialMT.woff") format('woff'),url("/source/c1debf83e55d105d9bd4a830faf8fec0/ArialMT.ttf") format('truetype'),url("/source/07061a6e41e010af03445b19c5f3f188/ArialMT.svg") format('svg');font-weight:normal;font-style:normal;font-display:swap;}

@font-face{font-family:'Arial-Bold';src:url("/source/c5e9546972a31ebafd0374d07d4acd6b/Arial-BoldMT.eot") format('embedded-opentype'),url("/source/9f5fb1035f04f296f7be6f7190702a9a/Arial-BoldMT.woff") format('woff'),url("/source/0fdee11fba9b7796a20efb5aa489d4e5/Arial-BoldMT.ttf") format('truetype'),url("/source/76cc2e79d56ab059a4939815b5dff2de/Arial-BoldMT.svg") format('svg');font-weight:normal;font-style:normal;font-display:swap;}

@font-face{font-family:'Arial-Black';src:url("/source/a05fdcd1c919cec158aecdc88962f1d5/Arial-Black.eot") format('embedded-opentype'),url("/source/252d4c98403e7e72bad15281d7478315/Arial-Black.woff") format('woff'),url("/source/2395417ddd1141743841b6d5ab610e56/Arial-Black.ttf") format('truetype'),url("/source/87c5c84f954351285fc7b012f84bc5ac/Arial-Black.svg") format('svg');font-weight:normal;font-style:normal;font-display:swap;}

body:not(.single-radix-products, .home) .site.container.grid-container, div#call-to-action-block > .gb-inside-container, div#footer-block > .gb-inside-container {
    width: 85%;
	max-width: 1600px;
}
div#call-to-action-block > .gb-inside-container, div#footer-block > .gb-inside-container {
    padding-left: 20px;
    padding-right: 20px;
	margin: 0 auto;
}
html {
	scroll-behavior: smooth;
}
body a {
	text-decoration: none;
	transition: all 0.3s ease;
}
body strong {
    font-family: 'CenturyGothic-Bold';
	font-weight:400;
}
body .century-gothic-strong strong {
    font-family: 'CenturyGothic';
}
body blockquote {
    font-size: unset;
}
h1, .product-title {
	position: relative;
}
.page.no-sidebar h1.entry-title {
    margin: 20px 0 20px;
}
.product-title h1 {
    margin-bottom: 5px;
    font-family: 'Arial-Black';
    font-size: 26px;
}
.product-subtitle {
    font-size: 20px;
    text-transform: uppercase;
}
.radix-text-shadow {
	text-shadow: 1px 1px 0 rgb(255 255 255);
}
.entry-header h1:after, .product-title:after, .page-title:after {
    content: '';
    position: absolute;
    height: 3px;
    width: 240px;
    background: var(--accent);
    bottom: -8px;
    left: 50px;
}
table td, table th {
    border: 1px solid #000;
    color: #000;
    text-align: center;
    padding: 0.75rem;
    border-top: 1px solid #dee2e6;
	white-space: nowrap;
	font-size: 16px;
    font-family: 'CenturyGothic-Bold';
}
table th {
    background: var(--accent);
    color: #fff;
	white-space: normal;
	line-height: 1.5em;
	font-weight: bold;
}
table td.table-heading {
	white-space: normal;
	line-height: 1.5em;
}
table tr:nth-child(even) {
    background-color: #dad8d5;
}
ul {
    margin-left: 20px;
}
ul ul li:before {
    content: '-';
    margin-right: 0;
    font-weight: bold;
    font-size: 22px;
    position: absolute;
    left: -16px;
    top: -2px;
}
ul ul li {
    list-style-type: none;
	position: relative;
}
body ul ul:not(.mega-sub-menu) {
    margin-left: 20px !important;
}
#header-image .gb-container {
    height: 25vw;
	max-height: 450px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.page-template-default .widget-area .inside-right-sidebar {
    margin-top: 40px;
}

.separate-containers .comments-area, .separate-containers .inside-article, .separate-containers .page-header, .separate-containers .paging-navigation, .full-width-content.separate-containers:not(.home) .inside-article {
    padding: 20px 20px 40px;
}
.separate-containers .site-main {
    margin: 20px 0;
}
.single-radix-products .entry-content > .gb-container:not(.full-width) {
    max-width: 1480px;
    margin: 40px auto 60px;
	width: 92%;
}
@media only screen and (max-width: 1400px) {
.product-main .gb-grid-wrapper .gb-grid-column:nth-child(1) {
    width: 70% !important;
}
.product-main .gb-grid-wrapper .gb-grid-column:nth-child(2) {
    width: 30% !important;
}
}
@media only screen and (max-width: 1350px) {
	.single-radix-products .entry-content > .gb-container:not(.full-width) {
		width: 90%;
	}
}
@media only screen and (max-width: 1250px) {
	.product-content figure img {
		width:350px;
	}
}
@media only screen and (max-width: 1175px) {
	.single-radix-products .entry-content > .gb-container:not(.full-width) {
		width: 97%;
	}
}
.product-title {
    margin-bottom: 50px;
}
.product-title h2 {
    font-size: 18px;
	font-family: 'Arial-Bold';
}
.radix-products h3 {
    color: var(--accent);
    text-transform: uppercase;
    font-size: 24px;
    font-family: 'CenturyGothic-Bold';
}
.product-sidebar > .gb-inside-container, .product-sidebar #right-sidebar {
    height: 100%;
}
.widget-area .inside-right-sidebar {
    border-left: 10px solid var(--accent);
    padding-left: 40px;
	margin-top:0;
    position: sticky;
	top: 40px;
}
.single:not(.single-radix-products) .widget-area .inside-right-sidebar {
    margin-top: 20px;
}

.widget-area .widget {
    padding: 0;
}
.sidebar-list {
    margin-bottom: 50px;
}
.sidebar-list a {
	color: var(--contrast-2);
}
.sidebar-list a:hover {
	color: var(--accent);
}
.sidebar-list h3 {
    text-transform: uppercase;
    font-size: 26px;
    color: var(--contrast);
    font-family: 'Arial-Black';
}
.sidebar-list h4 {
    text-transform: uppercase;
    font-size: 22px;
    font-family: 'Arial-Black';
	font-weight: normal;
}
.sidebar-list h4.category-heading {
    color: var(--accent);
    margin-bottom: 30px;
	font-size: 22px;
	font-family: 'CenturyGothic-Bold';
}
.sidebar-list ul {
    margin-left: 30px;
}
.sidebar-list ul li {
    margin-bottom: 7px;
}
.product-specs-divider h2 {
    font-size: 32px;
    text-transform: uppercase;
}
.product-specs-divider h4 {
    font-family: 'Arial-Bold';
    font-size: 18px;
    text-transform: uppercase;
	font-weight: normal;
}
.product-specs h4.gb-headline {
    font-family: 'Arial-Black';
	font-weight: normal;
}
.product-specs-divider .gb-grid-wrapper .gb-grid-column:first-child h4 {
    font-family: 'Arial-Black';
    font-size: 32px;
	font-weight: normal;
}
a.gb-button {
    font-family: 'CenturyGothic-Bold';
}
body .gb-button strong {
    font-family: 'Arial-Bold';
	font-weight: normal;
}
.site-footer {
    font-family: 'CenturyGothic-Bold';
    font-size: 12px;
    line-height: 20px;
}
.site-footer h5 {
	font-family: 'CenturyGothic-Bold';
    font-size: 17px;
    line-height: 20px;
	margin-bottom: 5px;
	display: inline-block;
}
.site-footer .block-align-right {
	float:right;
}
.footer-social {
    text-align: right;
}
.footer-social a, .page-social a{
    width: 40px;
    height: 40px;
    display: inline-block;
    fill: #fff;
    margin: 0 5px;
	transition: all 0.3s ease
}
.page-social a{
	fill: var(--contrast-2);
}
.footer-social a:hover, .page-social a:hover {
    fill: var(--accent);
}

.site-footer p {
	margin-bottom:0;
}
.search.separate-containers .inside-article {
    padding: 25px 20px 35px;
    border-bottom: 1px solid #2e2a26;
    margin: 0 20px;
}
.search h2.entry-title {
    font-size: 24px;
    font-weight: 400;
    font-family: 'CenturyGothic';
}
.search h2.entry-title a:hover {
	color: var(--accent);	
}
.search-form {
    margin: 0 20px 30px;
    border-bottom: 2px solid #ddd;
    padding: 0 20px 20px;
}
.search-form form#header-search {
    position: relative;
    display: inline-block;
}
.search-found {
    margin: 30px 0 0;
    color: var(--accent);
    font-weight: bold;
}
.list-margin-less ul {
	margin-left:20px;
}
.gb-query-loop-item.hentry h2 {
    font-size: 24px;
    font-family: CenturyGothic-Bold;
}
@media only screen and (max-width: 1200px) {
	.product-specs-divider .gb-grid-wrapper .gb-grid-column, .product-specs-divider .gb-grid-wrapper .gb-grid-column .gb-headline, .product-specs-divider .gb-grid-wrapper .gb-grid-column .wp-block-image .alignright {
		width: 100%;
		text-align: center;
		float: none;
	}
	.product-specs-divider .gb-grid-wrapper .gb-grid-column:nth-child(1) {
		padding: 15px 20px 70px;
		background: var(--accent);
	}
	.product-specs-divider .gb-grid-wrapper .gb-grid-column:nth-child(2) {
		padding: 0 20px;
		width: 800px;
		background: #fff;
		margin: -60px auto 0;
	}
	body .product-specs-divider {
		border-bottom-width: 0;
	}
	.product-specs-divider .gb-grid-wrapper .gb-grid-column .gb-container > .gb-inside-container {
	    padding: 10px 20px 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.product-specs-divider .gb-grid-wrapper .gb-grid-column .gb-container > .gb-inside-container .wp-block-image {
		order:3;
	}
	.sidebar-list h4.category-heading {
		font-size: 18px;
	}
	.product-title h1, .product-specs-divider h2 {
		font-size: 24px;
		line-height: 28px;
	}
	.product-title h2, .product-specs-divider h4 {
		font-size: 16px;
	}
}
@media only screen and (max-width: 1000px) {
body:not(.single-radix-products, .home) .site.container.grid-container, body:not(.home) div#call-to-action-block > .gb-inside-container, div#footer-block > .gb-inside-container {
    width: 97%;
}
.wp-block-image .alignright {
    float: right;
    margin: 0.5em 0 0.5em 1em;
}
.right-sidebar .site-content {
	display: block;
}
.right-sidebar .site-content .content-area, .is-right-sidebar {
	width: 100%;
}
.right-sidebar.separate-containers .inside-article {
	padding-bottom:20px;
}
.right-sidebar .widget-area .inside-right-sidebar, .product-sidebar .widget-area .inside-right-sidebar {
    border-top: 4px solid var(--accent);
	border-left: 0;
    position: relative;
    width: 85%;
    margin: 0 auto 60px;
    padding-top: 20px;
    padding-left: 0;
	top: 0 !important;
}
.product-sidebar .widget-area .inside-right-sidebar {
	width: 100%;
}
.site-footer .gb-button {
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
}
.site-footer .gb-button-wrapper {
	align-items: center !important;
}
.product-main .gb-grid-wrapper .gb-grid-column, .product-main .gb-grid-wrapper .gb-grid-column:nth-child(2), .product-main .gb-grid-wrapper .gb-grid-column:nth-child(1) {
    width: 100% !important;
}
.radix-products .gb-container.product-main > .gb-inside-container {
    padding-right:0;
}
.site-footer, .site-footer p, .footer-social {
    text-align: center;
}
body p.product-spec-download {
    font-size: 18px;
    line-height: 26px;
}
.radix-products h3{
	font-size: 22px;
	line-height: 28px;
}
.product-specs h4.gb-headline {
    font-size: 20px;
}
.product-specs table {
    font-size: 16px;
}
.product-specs-divider .gb-grid-wrapper .gb-grid-column:first-child h4 {
    font-size: 28px;
	padding-bottom: 0;
}
}
@media only screen and (max-width: 840px) {
	.product-specs-divider .gb-grid-wrapper .gb-grid-column:nth-child(2) {
		margin: -60px 20px 0;
	}
}
@media only screen and (max-width: 768px) {
	.product-content .wp-block-image .alignright {
		width: 100%;
		text-align: center;
	}
	.radix-products .gb-container.product-main > .gb-inside-container {
		padding: 0 20px 0 40px;
	}
	body .wp-block-image .alignright {
		float: none;
		margin: 30px auto;
	}
	body .product-specs-divider .wp-block-image .alignright {
		margin: 0 auto 20px;
	}
	body p.product-spec-download {
		font-size: 16px;
		line-height: 21px;
	}
	.radix-products .gb-container.product-main > .gb-inside-container {
		padding: 0;
	}
	.single-radix-products .entry-content > .gb-container:not(.full-width) {
		width: 95%;
	}
	
	.product-title h1, .product-specs-divider h2 {
    font-size: 22px;
	line-height: 26px;
}
.product-title h2, .product-specs-divider h4 {
    font-size: 15px;
}
.radix-products h3{
	font-size: 20px;
	line-height: 24px;
}
.product-specs h4.gb-headline {
    font-size: 18px;
}
.product-specs table {
    font-size: 16px;
}

}

@media only screen and (max-width: 575px) {
.product-title h1, .product-specs-divider h2 {
    font-size: 20px;
	line-height: 24px;
}
.product-title h2, .product-specs-divider h4 {
    font-size: 15px;
}
.radix-products h3{
	font-size: 18px;
	line-height: 22px;
}
.sidebar-list h4.category-heading {
    font-size: 16px;
}
.product-specs h4.gb-headline {
    font-size: 18px;
}
.product-specs table {
    font-size: 16px;
}
.product-specs-divider .gb-grid-wrapper .gb-grid-column:first-child h4 {
    font-size: 20px;
    margin-bottom: 5px;
}
.product-specs-divider .gb-grid-wrapper .gb-grid-column:nth-child(1) {
    padding-top: 0;
}
}
@media only screen and (max-width: 500px) {
	.site-logo {
		width: 60%;
	}
	.radix-products .gb-container.product-main > .gb-inside-container {
		padding: 0 20px;
	}
}
.gform_wrapper.gravity-theme input[type=color], .gform_wrapper.gravity-theme input[type=date], .gform_wrapper.gravity-theme input[type=datetime-local], .gform_wrapper.gravity-theme input[type=datetime], .gform_wrapper.gravity-theme input[type=email], .gform_wrapper.gravity-theme input[type=month], .gform_wrapper.gravity-theme input[type=number], .gform_wrapper.gravity-theme input[type=password], .gform_wrapper.gravity-theme input[type=search], .gform_wrapper.gravity-theme input[type=tel], .gform_wrapper.gravity-theme input[type=text], .gform_wrapper.gravity-theme input[type=time], .gform_wrapper.gravity-theme input[type=url], .gform_wrapper.gravity-theme input[type=week], .gform_wrapper.gravity-theme select, .gform_wrapper.gravity-theme textarea {
    font-size: 16px;
    color: #777;
    font-weight: bold;
	padding: 13px 15px !important;
}


/* Buttons */
a.gb-button, .button-hover-red, .n2-ss-button-container a {
	position: relative;
	z-index:2;
}
a.gb-button:hover:before, .button-hover-red:hover:before, .n2-ss-button-container:hover:before {
    width: 100%;
}
a.gb-button:before, .button-hover-red:before, .n2-ss-button-container:before {
    width: 0;
    height: 100%;
    content: '';
    position: absolute;
	z-index:-1;
    background: var(--contrast);
    transition: all 0.5s ease;
}

.gb-query-loop-item a.gb-button:before {
	display: none;
}

.n2-ss-button-container:before {
	background: #fff;
}
a.gb-button.button-hover-red-bg:before {
	background: var(--accent);
}
.n2-ss-button-container a:before {
    display: block !important;
    content: '';
    height: 100%;
    width: 0;
    background: #fff;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 50%;
	transition: all 0.5s ease;
}
.n2-ss-button-container a {
	transition: all 0.5s ease; 
}
.n2-ss-button-container a:hover {
	color: var(--accent) !important;
}
.n2-ss-button-container a:hover:before {
	width: 102%;
	left: -1%;
}
.gform_button {
    font-weight: 400;
    text-transform: uppercase;
}

/* Radix Stories */
.single-radix-stories #page {
    max-width: 1480px;
    margin: 20px auto 40px;
	padding: 0 20px;
}
.single-radix-stories header.entry-header {
    padding-bottom: 30px;
}
.single-radix-stories .entry-content > .gb-container.radix-stories-content {
    width: calc(100% - 340px);
    display: inline-block;
    vertical-align: top;
}
.single-radix-stories .entry-content > .gb-container.radix-stories-thumbnail {
    width: 300px;
    display: inline-block;
    text-align: center;
    border: 1px solid #ccc;
    margin: -10px 0 0 40px;
}
.rs-breadcrumbs {
	margin: 0 0 10px 0;
	padding-bottom: 20px;
}
.right-sidebar .rs-breadcrumbs {
    margin: 40px 0 0 20px;
}
.rs-breadcrumbs span {
	margin: 0 8px;
}
.rs-breadcrumbs svg {
    height: 16px;
}
.rs-breadcrumbs a {
	font-family: 'CenturyGothic-Bold';
    font-size: 16px;
    color: var(--contrast);
    fill: var(--contrast);
    transition: all 0.3s ease;
}
.rs-breadcrumbs a:hover {
    color: var(--accent);
	fill: var(--accent);
}
@media only screen and (max-width: 700px) {
	.single-radix-stories .entry-content {
		display: flex;
		flex-direction: column-reverse;
	}
	.single-radix-stories .entry-content > .gb-container.radix-stories-content {
    width: 100%;
    display: block;
	}
	.single-radix-stories .entry-content > .gb-container.radix-stories-thumbnail {
		display: block;
		margin: 0 auto 30px;
	}
}
/* Header */
#header-container p {
    margin: 0;
}
#header-menu, #header-top-bar  {
	text-align: right;
}
#header-menu #header-search,#header-menu .gb-button-wrapper{
    display: inline-block;
	position:relative;
}
#header-search input[type=text] {
    background: #fff;
    width: 250px;
    border-width: 2px;
    font-weight: bold;
    padding: 8px 15px;
}
#header-search input[type=submit] {
    display: none;
}
#header-search label {
    height: 22px;
	width: 24px;
    fill: var(--accent);
    position: absolute;
    right: 10px;
	left: auto;
	top: 11px;
	bottom: auto;
    cursor: pointer;
	background: #fff;
    padding-left: 5px;
	transition: all 0.3s ease;
}
#header-search label:hover {
	fill: #2c2e35;
}
#header-container {
    position: sticky;
    top: -104px; /* height of the menu container */
    z-index: 999;
    background: #fff;
}
.home #header-container {
	background:transparent;
}
#header-mega-menu {
	position:relative;
	box-shadow: 0 10px 10px rgb(0 0 0 / 20%);
}
#header-mega-menu > .gb-inside-container {
    padding-left: 325px;
	display: flex;
    justify-content: flex-end;
}
.menu-hide {
    height: 5px !important;
}
.menu-empty .mega-sub-menu {
    display: none !important;
}
#header-mega-menu #mega-menu-wrap-primary {
	width: 100%;
	max-width:1100px;
	font-family: 'CenturyGothic-Bold';
}
body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    max-width: 190px;
    line-height: 20px;
    margin: 0 10px;
	display: flex;
    align-items: center;
}
.mega-sub-menu strong {
    font-size: 15px;
}
body #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
    display: none;
}
#mega-menu-wrap-primary .mega-menu-tabbed ul ul ul ul a {
    font-family: 'CenturyGothic' !important;
    font-weight: normal !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    font-family: 'CenturyGothic-Bold';
    font-size: 14px;
}
#header-logo {
    position: absolute;
	width: 300px;
	height: 214px;
	display: flex;
    align-items: center;
    padding: 0 20px;
	border: 2px solid #2e2a26;
    background: #fff;
    bottom: -18px;
    left: 30px;
	transition: all 0.5s ease;
}
.is-stuck #header-logo {
	width:125px;
	bottom:-15px;
	height: 90px;
	padding: 10px;
}
.mobile-header {
	display:none;
}

@media only screen and (max-width: 1480px) {
	#header-logo {
		left: 20px;
	}
}
@media only screen and (max-width: 768px) {
	#header-logo {
		width:125px;
		bottom: -15px;
	}
}

/* Product Page Accordion */
.accordion {
	cursor: pointer;
	border: 1px solid #ccc;
	padding: 10px;
	background: #f5f5f5;
	margin-bottom: 0;
	margin-top: 5px;
}
.accordion-list {
	height:0;
	overflow:hidden;
	transition: 0.5s;
	border-color: #ccc;
}
h3.accordion {
    font-size: 18px;
}
.accordion-list a {
	color: var(--contrast);
}
.accordion-list a:hover {
	color: var(--accent);
}
ul.main-list.sub-heading > li a {
    font-family: 'CenturyGothic-Bold';
}
.accordion-list ul {
	margin: 15px 0 15px 40px;
}
h3.accordion span {
	float: right;
	margin-right: 20px;
}
h3.accordion svg {
	height: 20px;
	fill: var(--accent);
}
.is-active + .accordion-list {
	height:auto;
	padding:10px 0;
	border: 1px solid #ccc;
}

/* Home */
#section-blog .gb-query-loop-item:first-child {
    border-bottom: 2px solid var(--contrast);
	margin-bottom: 40px;
}
div#section-blog:before {
    z-index: 99;
	width: 20%;
	left: auto;
}
#section-products .section-products-img {
    position: relative;
}
.section-products-img p {
    margin: 0;
}
#section-products .gb-grid-column .gb-inside-container .gb-inside-container:hover .gb-headline-text {
	transition: all 0.5s ease;
}
#section-products .gb-grid-column .gb-inside-container .gb-inside-container:hover a.gb-button:before {
	width:100%;
}
#section-products .section-products-img .gb-container {
    position: absolute;
    right: 0;
    width: 100%;
    top: calc(50% - 33px);
	cursor: pointer;
	text-shadow: none;
}
#section-products img {
    width: 100%;
}
.section-img-header {
    padding: 0 15px;
}
div#section-blog > .gb-container:not(#section-blog-header) {
    margin: 0 7.5vw;
}
#section-blog .gb-grid-wrapper {
    justify-content: center;
}
div#section-blog-header {
    padding-left: 7.5vw;
}
div#section-products {
    padding: 0 20px;
	justify-content: center;
}

@media only screen and (min-width: 900px) {
	#header-mega-menu #mega-menu-wrap-primary #mega-menu-primary {
		display: flex;
		justify-content: space-around;
	}
}
@media only screen and (min-width: 900px) and (max-width: 1525px) {
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
	margin-left: -55px;
}
}

@media only screen and (max-width: 1550px) {
div#home-content-bg {
    padding: 0 20px 100px 20px;
    background-position: 100% 98%;
}
}
@media only screen and (max-width: 1200px) {
	#header-logo {
		width: 171px;
		height: 127px;
		top: 0px;
		bottom: auto;
	}
	#mega-menu-wrap-primary #mega-menu-primary {
		margin: 0;
	}
	#header-mega-menu > .gb-inside-container {
		padding-left: 0;
	}
}
@media only screen and (max-width: 1100px) {
	div#section-blog-header {
		background-image: linear-gradient(90deg, var(--accent) 73%, #dbd9d6 73%);
	}
	div#section-blog:before {
		width: 27%;
	}
}
@media only screen and (max-width: 1000px) {
	#section-products .gb-grid-column {
		width:50%;
	}
	div#section-products .gb-grid-column > .gb-container {
		max-width: 400px;
		margin: 0 auto;
	}
	#footer-block p {
		text-align:center;
	}
	#footer-block .block-align-right {
		float: none;
	}
}

@media only screen and (max-width: 900px) {
	#header-logo {
		width: 125px;
		height: 95px;
		padding: 8px;
		bottom: -7px;
		top: auto
	}
	#header-menu, div#header-top-bar {
		text-align: center;
		padding-bottom: 10px;
	}
	.mobile-header {
		display:block;
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
		max-width:unset;
	}
	div#mobile-header-logo {
		position: absolute;
		top: 10px;
		left: 10px;
	}
	.is-stuck #header-logo {
		width: 75px;
		bottom: 8px;
		height: 55px;
		padding: 3px;
		border-width: 1px;
	}
	li.mobile-header {
		padding: 20px 0 50px;
	}
	body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:not(.mobile-header) {
		border-bottom: 1px solid #ddd;
	}
	body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item .mega-sub-menu li a {
		background: #dcd8d7 !important;
		padding-left: 40px !important;
	}
	body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item .mega-sub-menu li a:hover {
		color: var(--accent);
	}
	body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item .mega-sub-menu {
		background: #dcd8d7;
		padding: 0;
	}
	body #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
		display:block;
		position: absolute;
		right: 0;
	}
	body #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
		background: var(--accent);
		border-radius: 50%;
		width: 20px;
		text-align: center;
		color: #fff;
	}
	body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
		max-width: 95%;
	}
	body #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu.mega-menu-tabbed.mega-toggle-on > ul.mega-sub-menu > li a span.mega-indicator:after {
		top: -18px;
		right: 10px;
	}
	body #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu.mega-menu-tabbed.mega-toggle-on > ul.mega-sub-menu > li a {
		line-height: 20px;
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item.mega-menu-hide {
		display: none;
	}
}
@media only screen and (max-width: 850px) {
	#section-blog .gb-query-loop-wrapper .gb-query-loop-item {
		width: 85% !important;
	}
	#section-blog:before {
		background-size: 18vw;
	}
	div#section-blog-header {
		background-image: linear-gradient(90deg, var(--accent) 80vw, #dbd9d6 80vw);
	}
}
@media only screen and (max-width: 767px) {
	#home-content-bg p {
		line-height: 26px;
	}
	#section-products .gb-grid-column {
		width:100%;
	}
	#section-products p {
		font-size: 16px;
		line-height: 23px;
	}
	#home-content {
		background-size: contain;
		background-position: 50% -50px;
	}
	#home-content .radix-text-shadow:after {
		background-image: linear-gradient(180deg, rgba(0, 0,0,0.5) 0%, rgba(0, 0,0,0.0) 25%);
	}
}
@media only screen and (max-width: 675px) {
#header-menu .gb-button-wrapper {
    display: block;
    padding-bottom: 10px;
}
}
@media only screen and (max-width: 550px) {
	div#home-content-bg {
	    background-size: calc(100vw - 20px) auto;
	}
	div#section-blog-header h2 {
		font-size: 22px;
	}
	#home-content-bg h2, #call-to-action-block h2 {
		font-size: 22px;
		margin-bottom: 5px;
	}
	#home-content-bg h3,#call-to-action-block h3 {
		font-size: 15px;
		padding-top: 5px;
	}
	#home-content-bg p,#call-to-action-block p {
		font-size: 15px;
		line-height: 24px;
		margin-bottom: 15px;
	}
	#section-products p {
		font-size: 15px;
		line-height: 21px;
	}
	#call-to-action-block .gb-button-wrapper a.gb-button {
		font-size: 15px;
		padding: 8px 20px;
		line-height: 21px;
	}
	div#call-to-action-block > .gb-inside-container {
		width: 100%;
	}
}
@media only screen and (max-width: 400px) {
	#header-menu .gb-button-wrapper .gb-button, .mobile-header .gb-button-wrapper .gb-button {
		font-size: 15px;
		padding: 6px 15px;
	}
}
@media only screen and (max-width: 350px) {
	#mobile-header-logo img {
		width:90px;
	}
}

/* Home Slider */
#home-slider .n2-ss-slide, .home-page-slider .n2-ss-slider-4 {
	height: calc(100vh - 25px) !important;
}
@media screen and (orientation:landscape)
and (max-device-width: 1000px) {
	#home-slider .n2-ss-slide, .home-page-slider .n2-ss-slider-4 {
		height: 720px !important;
	}
}
#home-slider .home-page-slider.n2-ss-slider h1 {
	margin-bottom: 30px;
    font-family: 'Arial-Black';
    font-size: 45px;
	line-height: 1.2em;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 3px 3px 0 rgb(0 0 0 / 80%);
}
#home-slider .home-page-slider a.slider-button {
    background-color: var(--accent);
    color: #fff;
    border-color: var(--contrast-2);
    position: relative;
    display: inline-block;
	font-size:24px !important;
	padding: 8px 40px;
	font-family: 'Arial-Bold' !important;
	border: 3px solid #fff;
	text-transform: uppercase !important;
	transition: all 0.3s ease;
}
#home-slider .home-page-slider a.slider-button:hover {
	color: var(--accent);
}
#home-slider .home-page-slider a.slider-button:before {
	display: block !important;
	background: #fff;
	top: 0;
	left:50%;
}
#home-slider .home-page-slider a.slider-button:hover:before {
	left: 0;
}
.home-page-slider .slide-content {
    padding-top: 10vh;
}
@media only screen and (max-width: 1550px) {
	.home-page-slider .slide-content {
		position: absolute;
		bottom: 60px;
		top: auto;
	}
}
@media only screen and (max-width: 1000px) {
	#home-slider .n2-ss-slide {
		max-height: 620px;
	}
	.home-page-slider .slide-content {
		bottom: 80px;
	}
	#home-slider .home-page-slider.n2-ss-slider h1 {
		font-size: 32px;
	}
	#home-slider .n2-ss-section-main-content {
		justify-content: end !important;
	}
}
@media only screen and (max-width: 767px) {
	#home-slider .n2-ss-slide {
		/*max-height: 460px;*/
	}
	#home-slider .home-page-slider.n2-ss-slider h1 {
		margin-bottom: 15px;
		font-size: 23px;
		text-shadow: 0 5px 10px rgb(0 0 0 / 80%);
	}
	#home-slider .home-page-slider.n2-ss-slider h1 br {
		display: none;
	}
}
@media only screen and (max-width: 575px) {
	#home-slider .home-page-slider.n2-ss-slider h1 {
		font-size: 20px;
	}
	#home-slider .home-page-slider a.slider-button {
		padding: 8px 30px;
		font-size: 18px;
	}
}
@media only screen and (max-width: 479px) {
	#home-slider .home-page-slider.n2-ss-slider h1 {
		font-size: 19px;
	}
	#home-slider .home-page-slider a.slider-button {
		padding: 8px 25px;
		font-size: 16px;
	}
}

#gravity-form-page .gfield_label {
    font-family: 'CenturyGothic-Bold';
    font-size: 24px;
    padding-top: 10px;
	margin-bottom: 20px;
}

#gravity-form-page input[type="checkbox"] {
	width:20px;
	height:20px;
	accent-color: var(--accent);
	border-color: var(--accent);
	margin-bottom:10px;
	position:relative;
}
#gravity-form-page input[type="checkbox"]:after {
	content: '';
	display:block;
	position:absolute;
	width:100%;
	height:100%;
	border:1px solid var(--accent);
}
#gravity-form-page .gform_wrapper.gravity-theme .gfield-choice-input+label {
    vertical-align: top;
    margin-left: 10px;
    font-size: 16px;
    margin-top: -5px;
}
#gravity-form-page input[type="submit"] {
	font-family: 'CenturyGothic-Bold';
	font-size: 18px;
	padding: 10px 35px;
	border: 3px solid var(--contrast);
	transition: all 0.3s ease;
}