﻿@charset "UTF-8";
/**
 * Quickberg Theme - Master
  *
 * Copyright (c) 2019-2021 Ughoo
 *
 * Last updated: 2021.08.10
 */
/*
@mixin desktop-m {
	@media all and (min-width: 1024px) and (max-width: 1200px){
		@content;
	}
}
*/
html, body, div, p, h1, h2, h3, h4, h5, h6, ul, ol {
	margin: 0;
	padding: 0;
}

html, body {
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	font-weight: 400;
	text-rendering: optimizeLegibility;
	-ms-font-feature-settings: normal;
}

.clr {
	clear: both;
	display: block;
	width: 100%;
	height: 0;
	overflow: hidden;
}

img {
	border: 0px none;
}

/*
@import "partials/betterMobileFirstGrid3/g3-core";
@import "partials/betterMobileFirstGrid3/g3-desktop";
*/
.g12 {
	margin: 0;
	position: relative;
}

.g12 > .row {
	clear: both;
}

.g12 > .row:after {
	clear: both;
	content: '';
	display: block;
	width: 100%;
	height: 0;
	overflow: hidden;
}

.g12 .col {
	border: 0px none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0 13px;
}

.g12 .col.c_1 {
	width: 8.333%;
	float: left;
}

.g12 .col.c_2 {
	width: 16.66%;
	float: left;
}

.g12 .col.c_3 {
	width: 25%;
	float: left;
}

.g12 .col.c_4 {
	width: 33.33%;
	float: left;
}

.g12 .col.c_5 {
	width: 41.66%;
	float: left;
}

.g12 .col.c_6 {
	width: 50%;
	float: left;
}

.g12 .col.c_7 {
	width: 58.33%;
	float: left;
}

.g12 .col.c_8 {
	width: 66.66%;
	float: left;
}

.g12 .col.c_9 {
	width: 75%;
	float: left;
}

.g12 .col.c_10 {
	width: 83.33%;
	float: left;
}

.g12 .col.c_11 {
	width: 91.66%;
	float: left;
}

.g12 .col.c_12 {
	width: 100%;
}

@media all and (max-width: 799px) {
	.g12 .col.c_12 {
		clear: both;
	}
}

@media all and (min-width: 800px) {
	.g12 .col {
		float: left;
	}
	.g12 .col.t_1 {
		width: 8.333%;
	}
	.g12 .col.t_2 {
		width: 16.66%;
	}
	.g12 .col.t_3 {
		width: 25%;
	}
	.g12 .col.t_4 {
		width: 33.33%;
	}
	.g12 .col.t_5 {
		width: 41.66%;
	}
	.g12 .col.t_6 {
		width: 50%;
	}
	.g12 .col.t_7 {
		width: 58.33%;
	}
	.g12 .col.t_8 {
		width: 66.66%;
	}
	.g12 .col.t_9 {
		width: 75%;
	}
	.g12 .col.t_10 {
		width: 83.33%;
	}
	.g12 .col.t_11 {
		width: 91.66%;
	}
	.g12 .col.t_12 {
		width: 100%;
		clear: both;
		float: none;
	}
	.g12 .col.t_vertical_r {
		position: Absolute;
		top: 0;
		right: 0;
		height: 100%;
	}
}

.g12.nomargins {
	margin-left: -13px;
	margin-right: -13px;
}

.g12.nomargins .nomargins {
	margin-left: 0;
	margin-right: 0;
}

.g12.nomargins .site .nomargins {
	margin-left: -13px;
	margin-right: -13px;
}

.g12.nogaps > .row > .col {
	padding: 0 !important;
}

.g12.nogaps > .row > .col > .nomargins {
	margin-left: 0;
	margin-right: 0;
}

@media all and (min-width: 800px) {
	.g12 .rcol {
		float: right;
	}
}

.g12 .fullheight {
	height: 100%;
	position: absolute;
}

@media all and (min-width: 1160px) {
	.g12 .col {
		float: left;
	}
	.g12 .col.d_1 {
		width: 8.333%;
	}
	.g12 .col.d_2 {
		width: 16.66%;
	}
	.g12 .col.d_3 {
		width: 25%;
	}
	.g12 .col.d_4 {
		width: 33.33%;
	}
	.g12 .col.d_5 {
		width: 41.66%;
	}
	.g12 .col.d_6 {
		width: 50%;
	}
	.g12 .col.d_7 {
		width: 58.33%;
	}
	.g12 .col.d_8 {
		width: 66.66%;
	}
	.g12 .col.d_9 {
		width: 75%;
	}
	.g12 .col.d_10 {
		width: 83.33%;
	}
	.g12 .col.d_11 {
		width: 91.66%;
	}
	.g12 .col.d_12 {
		width: 100%;
		float: none;
	}
	.g12 .col.d_vertical_r {
		position: Absolute;
		top: 0;
		right: 0;
		height: 100%;
	}
	.g12 .col.rcol {
		float: right;
	}
}

#cookie-alert {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 0;
	margin: 0;
	z-index: 1000;
	background: #ffffff;
	opacity: 1;
	transition: all .5s linear;
	-webkit-transition: all .5s linear;
	transform: translate(0, 0);
	float: none;
}

@media all and (max-width: 799px) {
	#cookie-alert {
		height: auto;
	}
}

#cookie-alert.fadeout {
	opacity: 0;
	transition: all .5s linear;
	-webkit-transition: all .5s linear;
	transform: translate(0, 90px);
}

@media all and (max-width: 799px) {
	#cookie-alert {
		padding: 10px 0;
		width: 100%;
	}
}

#cookie-alert .site {
	display: flex;
	align-items: center;
}

@media all and (max-width: 799px) {
	#cookie-alert .site {
		display: block;
	}
}

#cookie-alert p {
	margin: 21px 0;
	font-size: 15px;
	color: #000000;
	display: inline-block;
	vertical-align: middle;
	align-self: flex-start;
}

@media all and (max-width: 799px) {
	#cookie-alert p {
		float: none;
		display: block;
		margin: 10px 0;
	}
}

#cookie-policy-close {
	display: inline-block;
	float: right;
	position: relative;
	font-weight: 600;
	letter-spacing: 1px;
	transition: all .25s linear;
	color: #ffffff;
	padding: 10px 25px;
	background-color: #000000;
	border:0 none;
	outline:0 none;
	margin: 10px 10px 10px 20px;
	text-align: center;
	cursor: pointer;
	vertical-align: middle;
	box-sizing: border-box;
	height: 40px;
	margin-left: auto;
	/*
	@media only screen and (max-width: 1024px){
		width: 100%;
		max-width: 300px;
		float: none;
		margin-left: 0;
		margin-top: 10px;
		padding: 10px 5px 10px 5px;
		box-sizing: border-box;
		margin-top: 10px;
	}
*/
}

#cookie-policy-close:hover {
	color: #000000;
	background: #ffffff;
	transition: all .25s linear;
}

@media all and (max-width: 799px) {
	#cookie-policy-close {
		margin-left: auto !important;
		margin-right: auto !important;
	}
}

#buttonTop {
	position: fixed;
	bottom: 50px;
	right: -70px;
	width: 70px;
	height: 50px;
	box-sizing: border-box;
	padding-left: 10px;
	z-index: 99;
	opacity: 0;
	transition: all .3s linear;
	background: #5b5b5b;
	border-radius: 3px 0 0 3px;
}

#buttonTop:hover {
	background: #bbbec3;
}

#buttonTop.goToShow {
	opacity: 1;
	right: 0px;
	transition: all .3s linear;
}

#buttonTop .arrowTop {
	display: block;
	width: 40px;
	height: 40px;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M840 516l-538 512-102-98 435-414-435-414L302 4z' fill='%23ffffff' /%3E%3C/svg%3E") 5px center no-repeat;
	background-size: 24px auto;
	transform: rotate(-90deg);
	transition: all .3s linear;
	border:0 none;
	outline:0 none;
	cursor:pointer;
}

html, body, div, p, h1, h2, h3, h4, h5, h6, ul, ol {
	margin: 0;
	padding: 0;
}

html {
	--scrollbar-width: calc( ( 100vw - 100% ) );
}

html, body {
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
}

body {
	overflow-x: hidden;
	/*
	@include desktop {
		//&.enabled-sticky { padding-top: 60px }
		//&.admin-bar.enabled-sticky { padding-top: 92px }
		&.admin-bar { padding-top: 92px }
	}
*/
}

.clr {
	clear: both;
	display: block;
	width: 100%;
	height: 0;
	overflow: hidden;
}

img {
	border: 0px none;
}

.only-desktop {
	display: none !important;
}

@media all and (min-width: 1160px) {
	.only-desktop {
		display: block !important;
	}
}

.only-mobile {
	display: block !important;
}

@media all and (min-width: 1160px) {
	.only-mobile {
		display: none !important;
	}
}

#hull {
	background-color: #ffffff;
}

.site {
	margin: 0 auto;
	box-sizing: border-box;
	padding: 0 20px;
	/*
	@media all and (min-width: 1560px) {
		.alignwide &.narrow {
			max-width: 1560px;
			margin-left: -210px;
			margin-right: -210px;
		}
	}
*/
}

.site > .alignfull {
	margin-left: -20px;
	margin-right: -20px;
	width: 100vw;
}

@media all and (min-width: 1160px) {
	.site > .alignfull {
		margin-left: calc( 50% - 50vw);
		margin-right: calc( 50% - 50vw);
		width: 100vw;
		max-width: 100vw;
	}
}

.site:after {
	content: "";
	display: Table;
	clear: both;
}

#header {
	border-bottom: 1px solid rgba(128, 128, 128, 0.5);
	background: #fbfbfb;
	margin-bottom: 0;
	position: relative;
	z-index: 3;
	transition: all 430ms linear;
	/*
	@include desktop {
		.enabled-sticky & {
			width:100%;
			position:fixed;
			left:0;
			top:0;
			z-index: 10;
			transition: all 266ms linear;
		}

		.admin-bar.enabled-sticky & {
			top:32px;
		}
*/
}

#header .site {
	position: relative;
	background: inherit;
	color: inherit;
}

.enabled-sticky-mobile #header {
	position: fixed;
	width: 100%;
}

.admin-bar.enabled-sticky-mobile.sticky-header #header {
	top: 0;
}

@media all and (min-width: 1160px) {
	.admin-bar.enabled-sticky-mobile.sticky-header #header {
		top: 32px;
	}
}

#logo {
	font-size: 24px;
	line-height: 50px;
	vertical-align: middle;
	text-transform: uppercase;
	text-decoration: none;
	float: left;
	font-weight: bold;
	overflow: hidden;
	width: 80px;
	height: 60px;
	display: block;
}

#nav-holder {
	transition: max-height 266ms linear;
	max-height: 0;
	overflow: hidden;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}

@media all and (max-width: 799px) {
	#nav-holder {
		/*
		body.logged-in.admin-bar & {
			top: 97px !important;
		}
*/
	}
}

@media all and (min-width: 1160px) {
	#nav-holder {
		overflow: initial;
		top: 0;
		/*
		body.logged-in.admin-bar & {
			top: initial !important;
		}
*/
	}
}

.opened #nav-holder {
	display: block;
	max-height: 100vh;
	color: inherit;
	background: inherit;
	transition: max-height 266ms linear;
	border-bottom: 1px solid rgba(128, 128, 128, 0.5);
}

#nav-holder ul {
	list-style-type: none;
	box-sizing: border-box;
	padding: 20px;
	display: block;
	top: 60px;
}

@media all and (min-width: 1160px) {
	#nav-holder ul {
		top: 0;
	}
}

#nav-holder ul li {
	padding: 3px 0;
	/*
			&.current-menu-item > a,
			&.current-menu-ancestor > a {
				color:#D3AF37;
			}
			*/
}

@media all and (min-width: 1160px) {
	#nav-holder ul li {
		padding: 0;
	}
	#nav-holder ul li.menu-item-has-children > a:after {
		content: '▼';
		display: inline;
		padding-left: 3px;
		font-size: 10px;
		line-height: 10px;
	}
}

#nav-holder ul li a {
	color: #000000;
	font-size: 15px;
	line-height: 32px;
	font-weight: 400;
	text-decoration: none;
	transition: color 200ms linear;
	/*
				&:hover {
					color:#D3AF37;
				}
				*/
}

@media all and (min-width: 1160px) {
	#nav-holder ul .sub-menu {
		position: absolute;
		display: none;
		right: -10px;
		padding: 10px 10px 10px;
		overflow: hidden;
		background: #ffffff;
		box-shadow: 5px 0px 5px 5px rgba(128, 128, 128, 0.3);
	}
}

#nav-holder ul .sub-menu li {
	line-height: 20px;
}

@media all and (min-width: 800px) {
	#nav-holder ul .sub-menu li {
		padding-top: 6px;
		padding-bottom: 6px;
	}
}

#nav-holder ul .sub-menu li a {
	font-size: 15px;
	line-height: 20px;
	white-space: nowrap;
}

#nav-holder ul li:hover .sub-menu {
	display: block;
}

@media all and (min-width: 1160px) {
	#nav-holder {
		float: right;
		transition: none;
		width: auto;
		position: relative;
		left: initial;
		top: initial;
	}
	#nav-holder ul {
		padding: 0;
	}
	#nav-holder ul li {
		display: inline-block;
	}
	#nav-holder > ul > li {
		padding-left: 20px;
	}
}

#nav-holder.nav-default > ul > li {
	display: block;
}

@media all and (min-width: 1160px) {
	#nav-holder.nav-default > ul > li {
		position: relative;
		display: inline-block;
	}
	#nav-holder.nav-default > ul > li .sub-menu li {
		display: block;
	}
}

@media all and (min-width: 1160px) {
	#nav-holder.nav-exposed {
		width: auto;
		left: initial;
		top: initial;
		float: none;
		text-align: center;
	}
	#nav-holder.nav-exposed > ul .sub-menu {
		position: absolute;
		display: none;
		left: calc( 50% - 50vw);
		right: 0px;
		width: 100vw;
		height: 40px;
		line-height: 32px;
		box-sizing: border-box;
		padding: 0 10px 0;
		overflow: hidden;
		background: #ccc;
		text-align: center;
		box-shadow: none;
		white-space: nowrap;
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
	}
	#nav-holder.nav-exposed > ul .sub-menu li {
		padding-left: 5px;
		padding-right: 5px;
	}
	#nav-holder.nav-exposed > ul li.current-menu-item .sub-menu,
	#nav-holder.nav-exposed > ul li.current-menu-ancestor .sub-menu {
		display: block;
	}
}

#nav-holder.nav-compact {
	display: none;
	opacity: 0;
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	min-height: 100vh;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	align-items: center;
	justify-content: center;
	transition: opacity 320ms linear;
}

#nav-holder.nav-compact ul li {
	display: block;
	padding: 5px;
	text-align: center;
}

#nav-holder.nav-compact ul li a {
	font-size: 26px;
}

.opened #nav-holder.nav-compact {
	display: flex;
	opacity: 1;
	transition: opacity 320ms linear;
	background: rgba(0, 0, 0, 0.8);
	top: 0;
}

#nav-toggle {
	position: Absolute;
	right: 20px;
	top: 14px;
	width: 40px;
	height: 40px;
	cursor: pointer;
	z-index: 2;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
	/*
	body.logged-in.admin-bar & {
		top: 53px !important;
		
		@include tablet {
			top:40px !important;
		}
	}
*/
}

#nav-toggle span {
	display: block;
	position: absolute;
	height: 7px;
	width: 100%;
	background: #09b4df;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

#nav-toggle span:nth-child(1) {
	top: 0px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}

#nav-toggle span:nth-child(2) {
	top: 12px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}

#nav-toggle span:nth-child(3) {
	top: 24px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}

.opened #nav-toggle span:nth-child(1) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top: -3px;
	left: 8px;
}

.opened #nav-toggle span:nth-child(2) {
	width: 0%;
	opacity: 0;
}

.opened #nav-toggle span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 26px;
	left: 8px;
}

@media all and (min-width: 1160px) {
	#nav-toggle {
		display: none;
	}
	.nav-compact + #nav-toggle {
		display: block !important;
	}
}

.article-header {
	text-align: left;
}

.article-header.article-header-canvas {
	display: table;
	width: 100%;
}

.article-header.article-header-canvas .site {
	min-height: 320px;
	position: relative;
}

.article-header.article-header-canvas .cover-content {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	box-sizing: border-box;
	padding: 33px;
	/* site side margin width + col side gaps */
}

.article-header.article-header-canvas .cover-content * {
	display: flex;
	align-items: center;
}

.article-header.article-header-canvas .article-header-mobile {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}

@media all and (min-width: 800px) {
	.article-header.article-header-canvas .article-header-mobile {
		display: block !important;
	}
	.article-header.article-header-canvas .article-header-mobile .site {
		display: block;
	}
}

@media all and (min-width: 800px) {
	.article-header .article-header-mobile {
		background-image: none !important;
	}
}

@media all and (max-width: 799px) {
	.article-header {
		background-image: none !important;
	}
}

article a {
	text-decoration: none;
}

article h1, article h2, article h3, article h4, article h5, article h6 {
	padding: 0;
	margin: 0 0 22px;
	font-weight: 500;
}

article h1 {
	font-size: 34px;
	font-family: arial, sans-serif;
	line-height: 42px;
}

article h2 {
	font-size: 26px;
	font-family: montserratsemibold, arial, sans-serif;
	line-height: 34px;
}

article h3 {
	font-size: 22px;
	font-family: montserratsemibold, arial, sans-serif;
	line-height: 29px;
}

article h4, article h5, article h6 {
	font-size: 18px;
	font-family: montserratsemibold, arial, sans-serif;
	line-height: 24px;
}

article p {
	font-size: 15px;
	line-height: 25px;
	padding: 0;
	margin: 0 0 9px;
}

article ol, article ul {
	font-size: 15px;
	line-height: 25px;
	padding: 0;
	margin: 0 0 9px;
}

article ol li, article ul li {
	padding-bottom: 5px;
	margin: 0;
}

article ol {
	padding-left: 20px;
}

article .wp-block-image {
	text-align: center;
}

article .wp-block-image .aligncenter > figcaption {
	display: block;
}

article blockquote.wp-block-quote {
	font-family: montserratregular, Arial, sans-serif;
	font-size: 15px;
	line-height: 25px;
	color: #666666;
	margin: 0 0 20px 0;
	padding: 0 0 0 30px;
	border: 0 none;
	border-left: 5px solid #D3AF37;
}

article pre {
	font-family: montserratregular, Arial, sans-serif;
	font-size: 15px;
	line-height: 25px;
	white-space: normal;
	color: #666666;
	margin: 0 0 20px;
	padding: 12px;
}

article ul {
	padding: 0 0 28px 20px;
}

article ul li {
	font-size: 15px;
	line-height: 25px;
	color: #666666;
}

article .wp-block-button__link {
	font-size: 18px;
	font-weight: normal;
	font-family: Arial, sans-serif;
	display: inline-block;
	overflow: hidden;
	padding: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
}

article .wp-block-button__link.no-border-radius {
	border-radius: 0;
}

.quickberg-section {
	padding: 0;
	/*
	&.alignfull {
		margin-left: calc( 50% - 50vw );
		margin-right: calc( 50% - 50vw );
		width:auto;
		max-width:initial;
		
		@include desktop {
			margin-left: calc( 50% - ( 50vw + var(--scrollbar-width) ) );
			margin-right: calc( 50% - ( 50vw + var(--scrollbar-width) ) );
		}
	}
	*/
}

.quickberg-section h2, .quickberg-section h3, .quickberg-section h4, .quickberg-section h5 {
	margin: 0 0 9px 0;
	font-size: 22px;
	font-family: arial, sans-serif;
	line-height: 29px;
}

@media all and (min-width: 1160px) {
	.quickberg-section.alignfull {
		margin-left: calc( 50% - 50vw);
		margin-right: calc( 50% - 50vw);
		width: auto;
		max-width: initial;
	}
}

.quickberg-section.quickberg-section-has-vertical-padding {
	padding: 60px 0;
}

.quickberg-section.banner-section {
	padding: 10px 0;
	overflow: hidden;
}

.quickberg-section.banner-section .quickberg-media-text {
	margin: 0px;
}

.quickberg-section.quickberg-section-custom-background {
	background-position: center center;
	background-size: cover;
}

.quickberg-section .centered-600 {
	max-width: 600px;
	min-height: 530px;
	margin: 0 auto;
	background: #ffffff;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 3px 0 6px rgba(0, 0, 0, 0.16);
	box-sizing: Border-box;
	padding: 20px;
}

.quickberg-section.has-video-background {
	position: relative;
	min-height: calc( 80vh);
	/*
		.video-background {
			position:absolute;
			left:0;
			top:0;
			width:100%;
			height:100%;
			z-index:1;
		}*/
}

.quickberg-section.has-video-background .mbYTP_wrapper:after {
	content: "";
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: url(../img/pattern.png);
	background-repeat: repeat;
	background-color: rgba(44, 62, 80, 0.6);
}

.quickberg-section.has-video-background.fullscreen {
	height: 100vh;
}

.quickberg-section.has-video-background .site.narrow {
	background: rgba(50, 50, 50, 0.4);
}

/*
div {
	outline:1px dotted red;
}
*/
/*
.quickberg-section {
	outline:1px dashed blue;
	position:relative;
	
	&:hover:after {
		position:absolute;
		content: attr(class);
		left:0;
		top:0;
		padding:3px;
		display:inline-block;
		background: rgba(0, 0, 255, .6);
		color:#ffffff;
	}
}

.quickberg-card,
.quickberg-media-text,
.quickberg-section-title,
.quickberg-product {
	outline:1px dashed red;
	position:relative;
	
	&:hover::before {
		position:absolute;
		content: attr(class);
		left:0;
		top:0;
		padding:3px;
		display:inline-block;
		background: rgba(255, 0, 0, .6);
		color:#ffffff;
	}
}
*/
.quickberg-product {
	padding: 0 0 40px;
}

.quickberg-product .quickberg-product-title {
	color: #d3af37;
	font-size: 22px;
	font-weight: normal;
	font-family: arial, sans-serif;
	line-height: 29px;
	margin: 0 0 3px 0;
	text-transform: uppercase;
	padding: 0 20px;
}

.quickberg-product img {
	width: 100%;
	height: auto;
	display: block;
}

.quickberg-product .quickberg-product-desc {
	color: #333333;
	font-size: 18px;
	line-height: 22px;
	padding: 0 20px;
	min-height: 65px;
	margin: 0;
	font-weight: 600;
}

.quickberg-product .quickberg-product-lead {
	padding: 12px 15px;
	border-radius: 5px;
	overflow: hidden;
}

.quickberg-section-title {
	line-height: 32px;
	padding: 30px 0px 30px;
	text-align: center;
}

.quickberg-section-title h1, .quickberg-section-title h2, .quickberg-section-title h3, .quickberg-section-title h4 {
	margin: 0;
	font-size: 26px !important;
	font-family: arial, sans-serif;
}

.quickberg-section-title.quickberg-section-title--capital {
	text-transform: uppercase;
}

.site:first-child.quickberg-section-title {
	border-top: 10px solid red;
}

.quickberg-card {
	margin: 0 auto 50px;
	overflow: hidden;
	max-width: 320px;
	box-sizing: border-box;
	border-radius: 5px;
}

.quickberg-card p {
	padding: 0 10px;
	font-family: arial, sans-serif;
	font-weight: 400;
	color: #666666;
	line-height: 24px;
}

.quickberg-card.quickberg-card--purple {
	background-color: #f6edf8;
}

.quickberg-card .quickberg-card-image {
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.quickberg-card .quickberg-card-image img {
	width: 100%;
	height: auto;
}

.quickberg-card .quickberg-card-title {
	font-size: 20px;
	font-family: arial, sans-serif;
	font-weight: 400;
	line-height: 29px;
	padding: 10px;
}

.quickberg-card .quickberg-card-title a {
	color: inherit;
}

.quickberg-card .quickberg-card-details {
	font-size: 15px;
	font-family: arial, sans-serif;
	font-weight: 500;
	line-height: 24px;
}

.quickberg-card.quickberg-card-product {
	text-align: center;
}

.quickberg-card.quickberg-card-idea {
	padding: 10px;
	border-radius: 5px 140px 5px 5px;
}

.quickberg-card.quickberg-card-idea .quickberg-card-image {
	border-radius: 5px 130px 5px 5px;
}

.quickberg-card.quickberg-card-pack {
	text-align: center;
	padding: 10px;
}

.quickberg-card.quickberg-card-pack .quickberg-card-title {
	padding-bottom: 0;
}

.quickberg-card.quickberg-card-pack .quickberg-card-image {
	border-radius: 5px;
}

@media all and (min-width: 800px) {
	.alignedSides3x .row .col:nth-child(1) .quickberg-card {
		margin-left: 0;
	}
	.alignedSides3x .row .col:nth-child(2) .quickberg-card {
		margin-right: auto;
		margin-left: auto;
	}
	.alignedSides3x .row .col:nth-child(3) .quickberg-card {
		margin-right: 0;
	}
}

.quickberg-grid-tile {
	position: relative;
}

.quickberg-grid-tile.image-tile .quickberg-tile-image {
	overflow: hidden;
}

.quickberg-grid-tile.image-tile .quickberg-tile-image figure {
	margin: 0;
	padding: 0;
}

.quickberg-grid-tile.image-tile .quickberg-tile-image img {
	display: block;
	width: 100%;
	height: auto;
}

.quickberg-grid-tile.text-tile {
	padding-bottom: 30px;
}

.quickberg-grid-tile.text-tile .quickberg-tile-cell {
	padding: 20px;
}

@media all and (min-width: 1160px) {
	.quickberg-grid-tile.text-tile {
		position: relative;
		height: 0;
		padding-bottom: 100%;
	}
	.quickberg-grid-tile.text-tile .quickberg-tile-cell {
		display: table;
		vertical-align: middle;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		box-sizing: border-box;
	}
	.quickberg-grid-tile.text-tile .quickberg-tile-text {
		display: table-cell;
		vertical-align: middle;
	}
}

.quickberg-grid-3x3 .quickberg-grid-tile .quickberg-tile-text {
	text-align: center;
}

.quickberg-grid-3x2,
.quickberg-grid-3x3 {
	margin: 30px 0;
}

.quickberg-grid-3x2 .quickberg-tile-text h2, .quickberg-grid-3x2 .quickberg-tile-text h3, .quickberg-grid-3x2 .quickberg-tile-text h4, .quickberg-grid-3x2 .quickberg-tile-text h5, .quickberg-grid-3x2 .quickberg-tile-text h6 {
	font-size: 22px;
	font-family: montserratsemibold, arial, sans-serif;
	line-height: 28px;
	font-weight: 400;
	margin-bottom: 0;
}

.quickberg-grid-3x3 .quickberg-tile-text {
	text-align: center;
}

.quickberg-grid-3x3 .quickberg-tile-text h2, .quickberg-grid-3x3 .quickberg-tile-text h3, .quickberg-grid-3x3 .quickberg-tile-text h4, .quickberg-grid-3x3 .quickberg-tile-text h5, .quickberg-grid-3x3 .quickberg-tile-text h6 {
	font-size: 20px;
	font-family: arial, sans-serif;
	line-height: 26px;
	font-weight: 400;
	margin-bottom: 0;
}

.quickberg-media-text {
	margin: 30px 0;
	padding: 0;
}

.quickberg-media-text .content-wrapper-inner {
	padding-bottom: 20px;
}

@media all and (min-width: 800px) {
	.quickberg-media-text .content-wrapper-inner {
		padding-bottom: 0;
	}
	.quickberg-media-text.has-media-on-the-left .content-wrapper-inner {
		box-sizing: border-box;
		padding-left: 20px;
	}
	.quickberg-media-text.has-media-on-the-right .content-wrapper-inner {
		box-sizing: border-box;
		padding-right: 20px;
	}
}

.quickberg-media-text.image-in-background .cover-wrapper {
	padding-bottom: 50%;
}

@media all and (min-width: 800px) {
	.quickberg-media-text.image-in-background .cover-wrapper {
		padding-bottom: 25%;
	}
}

@media all and (min-width: 1160px) {
	.quickberg-media-text.image-in-background .cover-wrapper {
		padding-bottom: 20.5%;
	}
}

.quickberg-text-media {
	margin: 30px 0;
	padding: 0;
}

.quickberg-text-media .content-wrapper-inner {
	padding-bottom: 20px;
}

@media all and (min-width: 800px) {
	.quickberg-text-media .content-wrapper-inner {
		padding-bottom: 0;
	}
	.quickberg-text-media.has-media-on-the-left .content-wrapper-inner {
		padding-left: 20px;
		box-sizing: border-box;
	}
	.quickberg-text-media.has-media-on-the-right .content-wrapper-inner {
		box-sizing: border-box;
		padding-right: 20px;
	}
}

.quickberg-text-media.image-in-background .cover-wrapper {
	padding-bottom: 50%;
}

@media all and (min-width: 800px) {
	.quickberg-text-media.image-in-background .cover-wrapper {
		padding-bottom: 25%;
	}
}

@media all and (min-width: 1160px) {
	.quickberg-text-media.image-in-background .cover-wrapper {
		padding-bottom: 20.5%;
	}
}

.widget {
	margin-bottom: 20px;
}

.widget .widgettitle {
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 10px;
}

#sidebar img {
	display: block;
	height: auto;
}

#footer .adln-social-icons a {
	display: inline-block;
	padding: 13px 20px 0;
}

#footer .adln-social-icons a, #footer .adln-social-icons svg {
	width: 24px;
	height: 24px;
}

#footer .adln-social-icons svg {
	fill: #ffffff;
}

#footer-nav-holder a {
	text-decoration: none;
	padding: 5px;
	display: block;
}

@media all and (min-width: 1160px) {
	#footer-nav-holder a {
		displaY: inline-block;
	}
}

#footer-top {
	min-height: 60px;
	line-height: 60px;
	text-align: center;
}

#footer-body {
	padding: 40px 20px;
}

@media all and (min-width: 1160px) {
	#footer-body {
		padding: 40px 0;
	}
}

#footer-body p {
	font-size: 16px;
	font-weight: normal;
	line-height: 24px;
}

#footer-body img {
	margin-bottom: 20px;
	display: block;
}

#footer-body .footer-title {
	font-size: 18px;
	font-weight: normal;
	line-height: 26px;
	margin: 0 0 20px;
	/*
		&:after {
			content:"";
			height:1px;
			width:88px;
			
			display:block;
		} */
}

#footer-body .widget {
	padding: 0 20px;
}

#footer-body .menu {
	list-style-type: none;
}

#footer-body .menu a {
	display: block;
	font-size: 16px;
	font-weight: normal;
	line-height: 20px;
	margin: 3px 0;
}

#footer-nav-holder {
	padding: 20px 0;
}

#footer-nav-holder ul {
	list-style-type: none;
	display: block;
	text-align: center;
}

#footer-nav-holder ul li {
	display: inline;
	padding: 0px 10px;
}

#footer-bottom {
	min-height: 50px;
	text-align: center;
	line-height: 50px;
}

#footer-bottom p {
	margin: 0;
}

/*

#posts_grid {
	padding-top:30px;

	h2 {
		//color:#D3AF37;
		font-family: Arial, sans-serif;
		font-size:26px;
		font-weight:normal;
		text-align:center;
		padding: 60px 0 60px;
	}
	
	.post-tile {
		box-shadow: 0px 0px 5px 5px rgba(128, 128, 128, .1);
		border-radius:5px;
		overflow:hidden;
		box-sizing:Border-box;
		padding:0 35px 15px;
		margin:0 0 60px;
		
		.image-canvas {
			margin-top: 0;
			margin-left:-35px;
			margin-right: -35px;
			width: calc( 100% + 70px );
		}
		
		h3 {
			line-height:32px;
			vertical-align:middle;
			font-size:26px;
			font-family: Arial, sans-serif;
			color:#3b3f4a;
			font-weight:normal;
			padding:23px 0 0;
			margin-bottom:10px;
		}

		.entry-meta {
			padding-top:0;

			a, time {
				font-size:15px;
				//color:#D3AF37;
				//border-color: #D3AF37;
			}
		}
		
		p {
			font-size:15px;
			line-height:30px;
			color:#3b3f4a;
			margin:0;
			padding: 10px 0 22px;
			clear:both;
			text-align:left;
			min-height:170px;
		}
		
		.continue {
			//border:1px solid #D3AF37;
			border-radius:5px;
			//background:#D3AF37;
			color:#ffffff;
			padding: 9px 25px;
			display:block;
			float:left;
			margin: 15px 0 20px;
			text-decoration:none;
			font-size: 18px;
			line-height:22px;
			font-weight:bold;
		}
	}
}

*/
/* common elements */
.image-canvas {
	width: 100%;
	clear: both;
	display: block;
	overflow: hidden;
	margin-left: -13px;
	margin-right: -13px;
	width: calc( 100% + 26px);
}

@media all and (max-width: 799px) {
	.card .image-canvas {
		margin-left: -33px;
		margin-right: -33px;
		width: calc( 100% + 66px);
	}
}

@media all and (min-width: 1160px) {
	.image-canvas {
		width: 100%;
		margin: 0;
		border-radius: 0;
		/*
		margin-left: -($grid_gap + 20px);
		margin-right: -($grid_gap + 20px);
		*/
	}
}

.image-canvas img {
	width: 100%;
	height: auto;
	display: block;
}

.single article .entry-meta {
	padding-bottom: 20px;
}

@media all and (min-width: 1160px) {
	.single article .entry-meta {
		padding-bottom: 30px;
	}
}

.single article .image-canvas {
	margin-top: 0;
	margin-bottom: 30px;
}

@media all and (min-width: 1160px) {
	.single article .image-canvas {
		margin-top: 0;
		margin-bottom: 50px;
	}
}

.archive .card,
.blog .card {
	padding-top: 60px;
}

.archive .card .article-header,
.blog .card .article-header {
	padding-bottom: 15px;
}

.archive .card .entry-title,
.blog .card .entry-title {
	color: #2a2d35;
	font-size: 27px;
	font-family: montserratbold, Arial, sans-serif;
	font-weight: normal;
	margin: 10px 0 0;
}

.archive .card .entry-title a,
.blog .card .entry-title a {
	color: inherit;
	text-decoration: none;
}

.archive .card section,
.blog .card section {
	/*
		p {
			clear:both;
			color:#9e9e9e;
			font-size:19px;
			font-family: Arial, sans-serif;
			text-align:justify;
		}
		*/
}

.archive .card section .continue,
.blog .card section .continue {
	border-radius: 5px;
	display: block;
	float: left;
	margin: 15px 0 20px;
	text-decoration: none;
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
}

.archive .card section:after,
.blog .card section:after {
	content: "";
	clear: both;
	display: table;
}

.site-main img {
	height: auto;
}

.site-main .size-full,
.site-main .size-large,
.site-main .size-medium {
	max-width: 100%;
	display: block;
	height: auto;
}

.site-main .alignnone {
	max-width: 100%;
	display: block;
	height: auto;
}

.site-main .aligncenter {
	margin: 0 auto;
	display: block;
	text-align: center;
	/*
		@include mobile {
			&.size-full {
				display:block;
				max-width:100%;
			}
		}
*/
}

.site-main .aligncenter img {
	margin: 0 auto;
}

.site-main figure.alignright,
.site-main img.alignright,
.site-main figure.alignleft,
.site-main img.alignleft {
	margin: 0 auto;
	display: block;
	max-width: 100%;
	height: auto;
}

.site-main figure.alignright {
	float: right;
	clear: right;
	text-align: right;
	margin: 0 0 20px 20px;
}

.site-main figure.alignleft {
	float: left;
	clear: left;
	text-align: left;
	margin: 0 20px 20px 0;
}

.site-main .size-medium.alignleft,
.site-main .size-small.alignleft {
	float: left;
	clear: left;
	text-align: left;
	margin: 0 20px 20px 0;
}

.site-main .size-medium.alignright,
.site-main .size-small.alignright {
	float: right;
	clear: right;
	text-align: right;
	margin: 0 0 20px 20px;
}

.site-main .img-fluid,
.site-main .size-large {
	max-width: 100%;
	text-align: center;
	margin: 0 auto 20px;
	width: 100%;
	height: auto;
	display: block;
}

.site-main figure {
	box-sizing: border-box;
	margin: 20px 0;
	padding: 0;
}

.site-main figure img {
	width: 100%;
	height: auto;
	display: block;
	max-width: fit-content;
	/* 20210810 - a76 */
}

.site-main figure img.size-thumbnail {
	max-width: max-content;
}

.site-main figure figcaption {
	font-style: italic;
	padding: 5px;
	margin: 0;
	text-align: Center;
	font-size: 14px;
}

.site-main .featured_caption {
	font-style: italic;
	padding: 5px;
	margin: -20px 0 20px 0;
	text-align: Center;
	font-size: 14px;
}

.is-type-video .oembed-container {
	position: Relative;
	width: 100%;
	height: 0;
	padding-bottom: 56%;
}

.is-type-video .oembed-container iframe {
	position: Absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.embed-container .instagram-media {
	margin: 0 auto !important;
}

.pagination {
	clear: Both;
	width: 100%;
	overflow: hidden;
	text-align: Center;
	line-height: 30px;
	font-size: 21px;
	color: #2a2d35;
	margin: 50px 0;
}

.pagination .page-numbers {
	padding: 0 11px;
}

.pagination a {
	color: #9e9e9e;
	text-decoration: none;
}

.pagination a.next, .pagination a.prev {
	color: #2a2d35;
}

.searchform .button {
	border: 0 none !important;
	outline: 0 none;
}

/**  Forms  **/
.adln-form,
.adln_mc_subscribe_form {
	padding: 0;
}

.adln-form .form-row,
.adln_mc_subscribe_form .form-row {
	padding-bottom: 14px;
}

.adln-form input[type="text"],
.adln-form textarea,
.adln_mc_subscribe_form input[type="text"],
.adln_mc_subscribe_form textarea {
	border: none;
	background-color: #ffffff;
	border-radius: 5px;
	width: 100%;
	display: block;
	line-height: 24px;
	padding: 13px 10px;
	box-sizing: border-box;
	color: #000000;
	font-family: Arial, sans-serif;
	font-size: 14px;
}

.adln-form input[type="text"]:focus,
.adln-form textarea:focus,
.adln_mc_subscribe_form input[type="text"]:focus,
.adln_mc_subscribe_form textarea:focus {
	outline: unset;
}

.adln-form textarea,
.adln_mc_subscribe_form textarea {
	resize: none;
}

.adln-form button.adln_form_submit,
.adln-form button.adln-mc-form-submit,
.adln_mc_subscribe_form button.adln_form_submit,
.adln_mc_subscribe_form button.adln-mc-form-submit {
	background: #D3AF37;
	font-family: Arial, sans-serif;
	font-size: 16px;
	line-height: 24px;
	float: right;
	font-weight: 600;
	padding: 9px 24px;
	color: #ffffff;
	border: none;
	border-radius: 5px;
	transition: all .2s ease;
}

.adln-form button.adln_form_submit:hover,
.adln-form button.adln-mc-form-submit:hover,
.adln_mc_subscribe_form button.adln_form_submit:hover,
.adln_mc_subscribe_form button.adln-mc-form-submit:hover {
	background: #ffffff;
	color: #D3AF37;
}

.adln-form a,
.adln_mc_subscribe_form a {
	text-decoration: none;
}

#adln-form-whitebox {
	background: #ffffff;
	max-width: 600px;
	margin: 0 auto;
	border-radius: 5px;
	box-sizing: border-box;
	padding: 10px 40px 40px;
}

#adln-form-whitebox > p {
	text-align: center;
}

#adln-form-whitebox input[type="text"],
#adln-form-whitebox textarea {
	box-shadow: 0px 3px 5px 5px rgba(128, 128, 128, 0.1);
}

#adln-form-whitebox button.adln_form_submit {
	float: none;
	width: 100%;
	text-align: center;
}

.screen-reader-text {
	display: none;
}

/* Author Box */
.postauthor-wrap {
	clear: both;
	padding: 20px;
	box-sizing: border-box;
	border-radius: 2px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin-bottom: 20px;
}

.postauthor-wrap:after {
	content: "";
	clear: both;
	display: table;
}

.postauthor-wrap .fn {
	font-size: 20px;
}

.postauthor-wrap .avatar-wrap {
	float: right;
	display: block;
	margin-left: 10px;
	margin-right: 0px;
	margin-bottom: 0;
	border-radius: 2px;
	overflow: hidden;
}

.postauthor-wrap .author-aka {
	font-size: 16px;
	text-transform: lowercase;
	font-weight: normal;
	color: #5e5e5e;
}

.postauthor-wrap .author-aka-name {
	font-size: 17px;
	text-transform: lowercase;
	font-weight: normal;
	color: #111111;
}

.post-author-links {
	display: inline-block;
}

a.author-link {
	background: #cc0000;
	color: #fff;
	width: 30px;
	text-align: center;
	line-height: 1;
	height: 30px;
	font-size: 12px;
	padding: 10px 0;
	box-sizing: border-box;
	border-radius: 100%;
	margin: 0 7px 0 0;
	float: left;
}

a.author-link.f {
	background: #3b5998;
}

a.author-link.t {
	background: #2DA8D2;
}

a.author-link.w {
	background: #e64522;
}

.searchform {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	width: 100%;
	border: 1px solid #868686;
}

.searchform .search-field {
	max-width: 100%;
	width: 100%;
	display: block;
	padding: 11px;
	box-sizing: border-box;
	font-size: 16px;
	border: 0 none !important;
}

.searchform button svg {
	fill: #ffffff;
	width: 20px;
	height: 20px;
	margin: -4px 0;
}

@media all and (min-width: 1160px) {
	.footer-parallax #hull {
		clear: both;
		position: relative;
		z-index: 2;
		box-shadow: 3px 2px 10px 0px rgba(51, 51, 51, 0.5);
	}
	.footer-parallax #footer {
		position: fixed;
		bottom: 0;
		width: 100%;
	}
}

#quickberg_quotes_container ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.quickberg-userbox,
#quickberg_quotes_container li {
	clear: both;
	padding: 20px;
	box-sizing: border-box;
	border-radius: 2px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin: 0 0 20px;
}

.quickberg-userbox img,
#quickberg_quotes_container li img {
	display: block;
	margin: 0 auto;
}

@media all and (min-width: 800px) {
	.quickberg-userbox img,
	#quickberg_quotes_container li img {
		float: left;
		margin-right: 20px;
	}
}

.quickberg-userbox div,
#quickberg_quotes_container li div {
	line-height: 22px;
}

.quickberg-userbox:after,
#quickberg_quotes_container li:after {
	content: "";
	display: table;
	clear: both;
}

#hull .wp-block-columns {
	display: flex;
}

/* forms */
.wpcf7-submit,
.form-submit #submit {
	padding: 12px 26px;
	font-size: 16px;
	text-decoration: none;
	transition: opacity 300ms linear;
	cursor: pointer;
	display: inline-block;
}

.wpcf7-submit:hover,
.wpcf7-submit:focus {
	opacity: .7;
	color: inherit;
	border-radius: 0 !important;
}

.wpcf7-form label {
	color: inherit;
	font-weight: 400;
	line-height: 32px;
	font-size: 18px;
}

.wpcf7-captchar, .wpcf7-form .wpcf7-date, .wpcf7-form .wpcf7-number, .wpcf7-form .wpcf7-quiz, .wpcf7-form .wpcf7-select, .wpcf7-form .wpcf7-text, .wpcf7-textarea {
	padding: 0 15px;
	height: 50px;
	background-color: #ffffff;
	font-size: 16px;
	color: #7a7a7a;
	border-width: 1px;
	border-color: #848484;
	border-radius: 0px;
	border: 1px solid #d2d2d2;
	outline: 0 none !important;
	font-family: inherit;
	margin: 0 0 10px;
	box-sizing: border-box;
	width: 100%;
}

.wpcf7-textarea {
	float: none !important;
	width: 100% !important;
	min-height: 150px;
	padding: 15px;
}
