/*
Theme Name: Golden Standard Recycling
Author: the Golden Standard Recycling Project team
Version: 1.0

===============================================*/

/*
Table Of Contents
 
 1.) Typography
 2.) Default Styles
 3.) Header - Main
 4.) Content - Main
 5.) Footer - Main
 6.) Elementor - Widgets
 7.) Text - Colors

========================================*/


/*
 1.) Typography
----------------------------------------*/

/*
.montserrat { font-family: "Inter", sans-serif; }
*/


/*
 2.) Default Styles
----------------------------------------*/


* {
	margin: 0;
	padding: 0;
}

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 {
	font-family: inherit;
	font-weight: inherit;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
	border: 0;
	margin: 0;
	padding: 0;

}

/* render html5 elements as block */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display: block;
}

html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

sub, sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
	font-size: 20px;
}

sub {
	bottom: -0.25em;
}

img {
	max-width: 100%;
	vertical-align: middle;
	-ms-interpolation-mode: bicubic;
	line-height: .5em;
	border: 0;
}

/*  Custom animations
/*-------------------------------------------------- */
@-webkit-keyframes
reveal {
 0% {
 opacity: 0;
}
 1% {
 opacity: 0;
 -webkit-transform: scale(0.98) translateY(-15px);
}
 80% {
 -webkit-transform: scale(1);
}
 100% {
 -webkit-transform: translateY(0);
}
}
 @-moz-keyframes
reveal {
 0% {
 opacity: 0;
}
 1% {
 opacity: 0;
 -moz-transform: scale(0.98) translateY(-15px);
}
 80% {
 -moz-transform: scale(1);
}
 100% {
 -moz-transform: translateY(0);
}
}


/* #Basic Styles
================================================== */

body {
	-webkit-font-smoothing: antialiased;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
	font-family: "Inter", sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #4b5563;
	line-height: 24px;
	background: #ffffff;
}


/* #Links
================================================== */

a { 
	color: inherit;
	text-decoration: underline;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	cursor: pointer;
}

a:hover,
a:focus,
a:active {
	color: #10b981;
	text-decoration: underline;
}

a:visited {
	outline: 0;
}

a[href^="tel:"], 
a[href^="fax:"] {
	color: inherit;
	text-decoration: underline;
}

a:hover[href^="tel:"], 
a:focus[href^="tel:"], 
a:hover[href^="fax:"],
a:focus[href^="fax:"] {
	color: #10b981;
	text-decoration: underline;
}

a[href^="mailto:"] {
	word-break: break-all;
}


/*= Headings: P, H1, H2, H3, H4, H5, H6
================================================== */

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	font-weight: 700;
	color: #111827;
	padding-bottom: 20px;
}

h1,
.h1 {
	font-weight: 800;	
	font-size: 60px; 
	line-height: 68px;
}

h2,
.h2 {
	font-size: 48px; 
	line-height: 56px; 
}

h3,
.h3,
h4,
.h4 {
	font-size: 36px;
	line-height: 44px;
}

h5,
.h5,
h6,
.h6{
	font-size: 30px;
	line-height: 38px;
}

h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a {
	font-weight: inherit;
	color: inherit;
}

h1 a:hover,
.h1 a:hover,
h2 a:hover,
.h2 a:hover,
h3 a:hover,
.h3 a:hover,
h4 a:hover,
.h4 a:hover,
h5 a:hover,
.h5 a:hover,
h6 a:hover,
.h6 a:hover {
	color: #10b981;
	text-decoration: underline;
}

h1:last-child,
.h1:last-child,
h2:last-child,
.h2:last-child,
h3:last-child,
.h3:last-child,
h4:last-child,
.h4:last-child,
h5:last-child,
.h5:last-child,
h6:last-child,
.h6:last-child {
	padding-bottom: 0;
}

p {
	padding-bottom: 20px;
}

p:last-child {
	padding-bottom: 0;
}

em {
	font-style: italic; 
}

em.fal,
em.far,
em.fas,
em.fab {
	font-style: normal; 
}

strong {
	font-weight: 700;
}

.light {
	font-weight: 300; 
}

.regular {
	font-weight: 400; 
}

.medium {
	font-weight: 500; 
}

.semibold {
	font-weight: 600; 
}

.bold {
	font-weight: 700; 
}

h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
	font-weight: inherit;
	color: #eec265; 
}

@media (max-width: 1199px) {
h1,
.h1 {
	font-size: 50px; 
	line-height: 58px;
}

h2,
.h2 {
	font-size: 42px; 
	line-height: 50px; 
}

h3,
.h3,
h4,
.h4 {
	font-size: 32px;
	line-height: 38px;
}

h5,
.h5,
h6,
.h6{
	font-size: 28px;
	line-height: 36px;
}
}

@media (max-width: 991px) {
h2,
.h2 {
	font-size: 40px; 
	line-height: 48px; 
}
}

@media (max-width: 767px) {
h1,
.h1 {
	font-size: 40px; 
	line-height: 48px;
}

h2,
.h2 {
	font-size: 32px; 
	line-height: 40px; 
}

h3,
.h3,
h4,
.h4 {
	font-size: 26px;
	line-height: 34px;
}

h5,
.h5,
h6,
.h6{
	font-size: 22px;
	line-height: 30px;
}
}



/*= Unorder List
================================================== */

ul,
ol {
	list-style: none;
}

li {
	position: relative;
	padding-left: 22px;
	padding-bottom: 8px;
}

li:last-child {
	padding-bottom: 20px;
}

ul:last-child li:last-child,
ol:last-child li:last-child {
	padding-bottom: 0;
}

ul li:before {
	content: "\f00c";
	font-family: "Font Awesome\ 5 Pro";
	font-weight: 400;
	font-size: 90%;
	color: #10b981;
	line-height: .5em;
	position: absolute;
	top: .6em;
	left: 0;
}

ul li ul,
ul li ol,
ol li ol,
ol li ul {
	padding-top: 8px;
}

.elementor-editor-element-settings li:before,
.elementor-select-preset-list li:before {
	display: none;
}


/*= Order List
================================================== */

ol {
	counter-reset: item;
}

ol > li {
	counter-increment: item;
	padding-left: 25px;
}

ol > li:before {
	content: counter(item)".";
	font-weight: 700;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
}


/* Large - List */
.lrg-list .elementor-widget-container ul,
.lrg-list .elementor-widget-container ol {
	margin-bottom: -32px;
}

.lrg-list .elementor-widget-container li {
	padding-left: 30px;
	padding-bottom: 0;
	margin-bottom: 32px;
}

.lrg-list .elementor-widget-container li:before {
	font-size: 12px;
	color: #93c5fd;
	top: 12px;
}


/* List Style - None */
.list-style-none .elementor-widget-container ul,
.list-style-none .elementor-widget-container ol {
	padding-left: 0;
}

.list-style-none .elementor-widget-container li {
	padding-left: 0;
}

.list-style-none .elementor-widget-container li:before {
	display: none;
}

.elementor-icon-list-item:before {
	display: none;
}


/* Menu - List Style None */
.list-style-none-menu .elementor-nav-menu li:before { 
	display: none;
}



/* #Input Styles
================================================== */

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	outline: 0;
}

select,
textarea,
input {
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-ms-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
}

label {
	width: 100%;
	display: block;
	font-family: "Inter", sans-serif;
	font-weight: 600;
	font-size: 16px;
	color: #000000;
	line-height: 22px;
	padding: 0;
	margin: 0 0 5px 0;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	width: 100%;
	height: 50px;
	font-family: "Inter", sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #111827;
	line-height: 22px;
	white-space: nowrap;
	text-overflow: ellipsis;
	background: none;	
	border: 1px solid #d1d5db;
	border-radius: 8px;
	box-shadow: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	overflow: hidden;
	position: relative;
	padding: 12px 20px;
	margin: 0;
}

textarea {
	height: 122px;
	white-space: normal;
	outline: none;
	resize: none;
	padding-top: 20px;
	padding-bottom: 20px;
}

select {
	background-image: url(img/chevron-down.svg);
	background-size: 18px auto;
	background-repeat: no-repeat;
	background-position: top 15px right 18px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding-top: 0;
	padding-right: 50px;
	padding-bottom: 0;
}

select::-ms-expand {
	display:none;
}

select option:not([disabled]) {
	color: #111827;
}

select option.def:not([disabled]),
select.gf_placeholder:not([disabled]) {
	color: #adaebc;
}

::-webkit-input-placeholder,
::-webkit-textarea-placeholder {
	color: #adaebc;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #adaebc;
}

::-moz-placeholder {
	color: #adaebc;
}

::-ms-input-placeholder {
	color: #adaebc;
}

select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
	outline: 0;
	box-shadow: rgba(0, 0, 0, .3) 0 0 10px;
}


/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

/* Firefox */
input[type=number] {
	-moz-appearance: textfield;
}


/* #Buttons
================================================== */

/* Arrow Right */
@keyframes arrowright {
	0%   { margin-left: 8px; margin-right: 0;}
	75% { margin-left: 16px; margin-right: -8px;}
	100% { margin-left: 8px; margin-right: 0;}
}

@-webkit-keyframes arrowright {
	0%   { margin-left: 8px; margin-right: 0;}
	75% { margin-left: 16px; margin-right: -8px;}
	100% { margin-left: 8px; margin-right: 0;}
}


/* Custom - Select */
button {
	background: none;
	border: none;
	box-shadow: none;
	text-decoration: none;
	white-space: normal;
	cursor: pointer;
	outline: 0;
	padding: 0;
	margin: 0;
}

button:hover,
button:focus,
button:active,
button:active:focus,
button.active,
button.active:focus {
	outline: 0;
}

.btn,
input[type="button"],
input[type="submit"] {
	width: auto;
	height: auto;
	float: none;
	display: inline-block;
	vertical-align: middle;
	font-family: "Inter", sans-serif;
	font-weight: 700;
	font-size: 16px;
	color: #ffffff;
	line-height: 22px;
	text-align: center;
	text-decoration: none;
	text-shadow: none;
	white-space: normal;
	background: #10b981;
	box-shadow: none;
	border: 2px solid #10b981;
	border-radius: 12px;	
	overflow: hidden;
	position: relative;
	z-index: 1;
	cursor: pointer;
	outline: 0;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	padding: 17px 35px;
	margin: 0;
}

.btn em {
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	position: relative;
	top: 0;
	margin: 0 0 0 8px;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn:active:focus,
.btn.active,
.btn.active:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="button"]:active,
input[type="button"]:active:focus,
input[type="button"].active,
input[type="button"].active:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="submit"]:active,
input[type="submit"]:active:focus,
input[type="submit"].active,
input[type="submit"].active:focus,
.btn:not(:disabled):not(.disabled).active,
a.box:hover .btn,
a.box:focus .btn,
a.box:active .btn {
	color: #10b981;
	text-decoration: none; 
	background: none;
	outline: 0;
}

.btn:hover em,
.btn:focus em,
.btn:active em,
.btn:active:focus em,
.btn.active em,
.btn.active:focus em {
	animation: arrowright 0.5s linear 1;
	-webkit-animation-name: arrowright 0.5s linear 1;
}

.btn-blank, 
input.btn-blank[type="button"], 
input.btn-blank[type="submit"] {
	color: #10b981;
	background: none;
}

.btn-blank:hover, 
.btn-blank:focus, 
.btn-blank:active, 
.btn-blank:active:focus, 
.btn-blank.active, 
.btn-blank.active:focus,
input.btn-blank[type="button"]:hover, 
input.btn-blank[type="button"]:focus, 
input.btn-blank[type="button"]:active, 
input.btn-blank[type="button"]:active:focus, 
input.btn-blank[type="button"].active, 
input.btn-blank[type="button"].active:focus, 
input.btn-blank[type="submit"]:hover, 
input.btn-blank[type="submit"]:focus, 
input.btn-blank[type="submit"]:active, 
input.btn-blank[type="submit"]:active:focus, 
input.btn-blank[type="submit"].active, 
input.btn-blank[type="submit"].active:focus,
.btn-blank:not(:disabled):not(.disabled).active { 
	color: #ffffff;
	background: #10b981;
}

.disabled {
	cursor: not-allowed;
	filter: alpha(opacity=65);
	opacity: .65;
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
	cursor: not-allowed;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
	opacity: .65;
}

a.btn.disabled,
fieldset[disabled] a.btn {
	pointer-events: none;
}

.btn-wrap {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin: 10px -8px -20px -8px;
}

.btn-wrap .btn {
	margin: 0 8px 20px 8px;
}

@media (max-width: 767px) {
.btn,
input[type="button"],
input[type="submit"] {
	padding: 14px 30px;
}
}


/* Table */
table,
tbody,
thead,
tr,
th,
td {
	border-spacing: 0;
	border-collapse: collapse;
}


/* #Flying focus
================================================== */

#flying-focus {
	position: absolute;
	margin: 0;
	background: transparent;
	-webkit-transition-property: left, top, width, height, opacity;
	transition-property: left, top, width, height, opacity;
	-webkit-transition-timing-function: cubic-bezier(0, 0.2, 0, 1);
	transition-timing-function: cubic-bezier(0, 0.2, 0, 1);
	visibility: hidden;
	pointer-events: none;
	box-shadow: -webkit-focus-ring-color 0 0 0 2px;
	border-radius: 0;
}

#flying-focus.flying-focus_visible {
	visibility: visible;
	z-index: 9999;
}

.flying-focus_target {
	outline: none !important; /* Doesn't work in Firefox :( */
}

/* http://stackoverflow.com/questions/71074/how-to-remove-firefoxs-dotted-outline-on-buttons-as-well-as-links/199319 */
.flying-focus_target::-moz-focus-inner {
	border: 0 !important;
}

/* Replace it with @supports rule when browsers catch up */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
#flying-focus {
	box-shadow: none;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -3px;
}
}


/* Skip - Button */
.skip-btn {
	height: 50px;
	float: left;
	font-weight: 700;
	font-size: 16px;
	color: #ffffff;
	line-height: 50px;
	text-align: center;
	text-decoration: none;
	background: #10B981;
	border-radius: 12px;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	overflow: hidden;
	z-index: 100;
	position: absolute;
	z-index: 1001;
	top: -50px;
	left: 3px;
	opacity: 0;
	padding: 0 35px;
	margin: 0;
}

.skip-btn:focus {
	color: #ffffff;
	text-decoration: none;
	top: 3px;
	opacity: 1;
}


/*= Container - Main
================================================== */

.container-main {
	width: 100%;
	min-height: 100vh;
	float: left;
	display: flex;
	flex-direction: column;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.container {
	width: 100%;
	max-width: 1264px;
	padding: 0 40px;
	margin: 0 auto;
}

@media (max-width: 767px) {
.container {
	padding: 0 25px;
}
}


/* Full - Image */
.full-image {
	min-width: 100%!important;
}


/* Icon */
.cust-icon .elementor-icon-wrapper {
	line-height: .5em;
}


/* Hidden */
.hidden {
	width: 1px;
	height: 1px;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
	overflow: hidden;
	position: absolute;
	padding: 0;
}


/* Break - Word */
.break-word {
	word-wrap: break-word;
}


/*
 3.) Header - Main
----------------------------------------*/

.header-main {
	width: 100%;
	height: 75px;
	float: left;
	background: #000000;
	border-bottom: 1px solid #1f2937;
	position: relative;
	top: 0;
	left: 0;
	z-index: 9;
}

.header-main .brand {
	height: 74px;
	float: left;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
	z-index: 10;
	padding: 0;
	margin: 0 -500px 0 0;
}

.header-main .brand img {
	width: 100%;
	max-width: 300px;
	display: inline-block;
	vertical-align: top;
}

@media (min-width: 768px) {
.header-main .container {
	max-width: 1312px;
}
}

@media (min-width: 1260px) {
.header-main .brand img {
	max-width: 316px;
}
}

@media (max-width: 479px) {
.header-main .brand {
	width: 100%;
	padding-right: 60px;
	margin: 0;
}
}


/* Nav - Bar */
.header-main .mega-menu {
	display: none;
}

@media (min-width: 1200px) {
.header-main .nav-bar {
	width: 100%;
	float: left;
	position: relative;	
}

.header-main .nav-bar .nav-max,
.header-main .nav-bar .nav-inn {
	width: 100%;
	float: left;
}

.header-main .primary-menu {
	width: 100%;
	float: left;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 0 270px 0 300px;
}

.header-main .primary-menu ul {
	float: left;
	padding: 0;
	margin: 0 -14px;
}

.header-main .primary-menu ul li {
	height: 74px;
	float: left;
	padding: 0;
	margin: 0 14px;
}

.header-main .primary-menu ul li:before {
	display: none;
}

.header-main .primary-menu ul li > a {
	height: 74px;
	float: left;
	font-weight: 400;
	font-size: 16px;
	color: #d1d5db;
	line-height: 74px;
	text-decoration: none;
	position: relative;
}

.header-main .primary-menu ul li > a:before {
	content: "";
	width: 0;
	height: 2px;
	float: left;
	background: #d1d5db;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin: 0;
	opacity: 0;
}

.header-main .primary-menu ul li .sub-title {
	display: none;
}

.header-main .primary-menu ul li.menu-item-has-children > a,
.header-main .primary-menu ul li.mega-menu-item > a {
	padding-right: 20px;
}

.header-main .primary-menu ul li.menu-item-has-children > a:after,
.header-main .primary-menu ul li.mega-menu-item > a:after {
	content: "\f078";
	font-family: "Font Awesome\ 5 Pro";
	font-weight: 400;
	font-size: 95%;
	line-height: 95%;
	position: absolute;
	top: 50%;
	right: 0;
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	margin: 1px 0 0 0;
}

.header-main .primary-menu ul li:hover > a,
.header-main .primary-menu ul li > a:focus, 
.header-main .primary-menu ul li.nav-menu-open > a,
.header-main .primary-menu ul li.current-menu-item > a, 
.header-main .primary-menu ul li.current-menu-parent > a, 
.header-main .primary-menu ul li.current-menu-ancestor > a {
	color: #10b981;
}

.header-main .primary-menu ul li:hover > a:before,
.header-main .primary-menu ul li > a:focus:before, 
.header-main .primary-menu ul li.nav-menu-open > a:before, 
.header-main .primary-menu ul li.current-menu-item > a:before, 
.header-main .primary-menu ul li.current-menu-parent > a:before, 
.header-main .primary-menu ul li.current-menu-ancestor > a:before {
	width: 100%;
	background: #10b981;
	left: 0;
	opacity: 1;
}

.header-main .primary-menu ul li.menu-item-has-children:hover > a:after,
.header-main .primary-menu ul li.menu-item-has-children > a:focus:after,
.header-main .primary-menu ul li.menu-item-has-children.nav-menu-open > a:after,
.header-main .primary-menu ul li.mega-menu-item:hover > a:after,
.header-main .primary-menu ul li.mega-menu-item > a:focus:after,
.header-main .primary-menu ul li.mega-menu-item.nav-menu-open > a:after {
	content: "\f077";
}

.header-main .primary-menu ul li > ul {
	width: 250px;
	float: left;
	background: #000000;
	border-radius: 0 0 6px 6px;
	box-shadow: rgba(0, 0, 0, .15) 0 15px 15px;
	transition: all .2s ease-in-out;
	transform-origin: left top;	
	transform: scaleY(0);
	visibility: hidden;
	opacity: 0;
	display: block!important;
	position: absolute;
	top: 100%;
	left: -30px;
	padding: 30px;
	margin: 0;
}

.header-main .primary-menu ul li > a:focus+ul,
.header-main .primary-menu ul li:hover > ul,
.header-main .primary-menu ul li.nav-menu-open > ul {
	transform: scaleY(1);
	visibility: visible;
	opacity: 1;	 
}

.header-main .primary-menu ul li > ul li {
	width: 100%;
	height: auto;
	float: left;
	padding: 0;
	margin: 0 0 20px 0;
}

.header-main .primary-menu ul li > ul li:last-child {
	margin-bottom: 0;
}

.header-main .primary-menu ul li > ul li:before {
	display: none;
}

.header-main .primary-menu ul li > ul li > a {
	height: auto;
	line-height: 22px;
	text-transform: none;
	padding: 0;
	margin: 0;	
}

.header-main .primary-menu ul li > ul li > a:before {
	bottom: 0;
	left: 0;
	display: none;
}

.header-main .primary-menu ul li > ul li:hover > a,
.header-main .primary-menu ul li > ul li > a:focus, 
.header-main .primary-menu ul li > ul li.nav-menu-open > a,
.header-main .primary-menu ul li > ul li.current-menu-item > a, 
.header-main .primary-menu ul li > ul li.current-menu-parent > a, 
.header-main .primary-menu ul li > ul li.current-menu-ancestor > a {
	text-decoration: underline;
}

.header-main .nav-bar .header-btns {
	float: right;
	position: relative;
	z-index: 1;
	padding: 0;
	margin: 17px 0 17px -350px;
}

.header-main .nav-bar .header-btns .btn {
	height: 40px;
	float: left;
	font-weight: 600;
	font-size: 16px;
	color: #000000;
	line-height: 36px;
	border-radius: 8px;
	padding: 0 20px;
	margin: 0 0 0 12px;
}

.header-main .nav-bar .header-btns .btn:hover,
.header-main .nav-bar .header-btns .btn:focus,
.header-main .nav-bar .header-btns .btn:active {
	color: #10b981;
}

.header-main .nav-bar .header-btns .btn.btn-blank {
	color: #10b981;
}

.header-main .nav-bar .header-btns .btn.btn-blank:hover,
.header-main .nav-bar .header-btns .btn.btn-blank:focus,
.header-main .nav-bar .header-btns .btn.btn-blank:active {
	color: #000000;
}
}

@media (min-width: 1260px) {
.header-main .primary-menu {
	padding: 0 285px 0 316px;
}

.header-main .primary-menu ul {
	margin: 0 -16px;
}

.header-main .primary-menu ul li {
	margin: 0 16px;
}

.header-main .primary-menu ul li > ul li > a:before {
	bottom: 0;
	left: 0;
	display: none;
}

.header-main .nav-bar .header-btns .btn {
	padding: 0 26px;
	margin: 0 0 0 16px;
}
}

@media (max-width: 1199px) {
.hiddenscroll-menu {
	overflow: hidden;
}
	
.header-main .overlay-menu {
	width: 100%;
	height: 100%;
	float: left;
	background: #000000;
	position: fixed;
	top: 74px;
	left: 0;
	z-index: 7;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: top .15s ease-out;
	-moz-transition: top .15s ease-out;
	transition: top .15s ease-out;
	overflow: hidden;
}

.header-main .overlay-menu.active {
	visibility: visible;
	opacity: .70;
	-webkit-transition: opacity .2s ease-out;
	-moz-transition: opacity .2s ease-out;
	transition: opacity .2s ease-out;
}

.header-main .nav-bar {
	width: 90%;
	max-width: 360px;
	height: 100%;
	float: right;	
	overflow: hidden;
	visibility: hidden;
	position: fixed;
	top: 0;
	right: -100%;
	z-index: 9;
	padding: 74px 0 0 0;
}

.header-main .nav-bar.active {
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	visibility: visible;
	right: 0;
}

.header-main .nav-bar:before {
	content: "";
	width: 150%;
	height: 100%;
	box-shadow: inset 0px 3px 6px #00000029;
	position: absolute;
	top: 74px;
	left: -25%;
}

.header-main .nav-bar .nav-max {
	width: 100%;
	height: 100%;
	float: left;
	background: #ffffff;	
	overflow: auto;
	overflow-x: hidden;
}

.header-main .nav-bar .nav-inn {
	width: 100%;
	float: left;
	padding: 25px 40px 50px 40px;
}

/* Primary - Menu */
.header-main .primary-menu {
	width: 100%;
	float: left;
	padding-bottom: 30px;
}

.header-main .primary-menu:last-child {
	padding-bottom: 0;
}

.header-main .primary-menu ul {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0;
}

.header-main .primary-menu ul li {
	width: 100%;
	float: left;
	border-bottom: 1px solid #dddddd;
	position: relative;
	padding: 0;
	margin: 0;
}

.header-main .primary-menu ul li:before {
	display: none;
}

.header-main .primary-menu ul li > a {
	width: 100%;
	float: left;
	font-weight: 600;
	font-size: 18px;
	color: #111827;
	line-height: 24px;
	text-decoration: none;
	position: relative;
	padding: 19px 0;
	margin: 0;
}

.header-main .primary-menu ul li .sub-title {
	width: 100%;
	height: 58px;
	float: left;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	cursor: pointer;
	padding: 0;
}

.header-main .primary-menu ul li .sub-title:after {
	content: "\f078";
	font-family: "Font Awesome\ 5 Pro";
	font-weight: 300;
	font-size: 24px;
	color: #111827;
	line-height: 1em;
	position: absolute;
	top: 50%;
	right: 0;
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	margin: 1px 0;
}

.header-main .primary-menu ul li .sub-title.active:after {
	content: "\f077";
}

.header-main .primary-menu ul li.menu-item-has-children > .sub-title {
	display: block;
}

.header-main .primary-menu ul li > a:hover,
.header-main .primary-menu ul li > a:focus, 
.header-main .primary-menu ul li.nav-menu-open > a, 
.header-main .primary-menu ul li.current-menu-item > a, 
.header-main .primary-menu ul li.current-menu-parent > a, 
.header-main .primary-menu ul li.current-menu-ancestor > a {
	color: #10b981;
}

.header-main .primary-menu ul li.current-menu-item > .sub-title:after,
.header-main .primary-menu ul li.current-menu-parent > .sub-title:after,
.header-main .primary-menu ul li.current-menu-ancestor > .sub-title:after {
	color: #10b981;
}

.header-main .primary-menu ul li ul {
	display: none;
	padding: 0 15px 20px 15px;
	margin: 0;
}

.header-main .primary-menu ul li ul li {
	border-bottom: none;
}

.header-main .primary-menu ul li ul li > a {
	font-size: 16px;
	line-height: 22px;
	text-transform: none;
	padding: 10px 0;
}

.header-main .primary-menu ul li ul li > a:hover,
.header-main .primary-menu ul li ul li > a:focus, 
.header-main .primary-menu ul li ul li.nav-menu-open > a, 
.header-main .primary-menu ul li ul li.current-menu-item > a, 
.header-main .primary-menu ul li ul li.current-menu-parent > a, 
.header-main .primary-menu ul li ul li.current-menu-ancestor > a {
	text-decoration: underline;
}

.header-main .nav-bar .header-btns {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	margin: 0 0 -16px 0;
}

.header-main .nav-bar .header-btns .btn {
	width: 100%;
	margin: 0 0 16px 0;
}
}


/* Menu - Button */
.header-main .menu-btn {
	min-width: inherit;
	height: 74px;
	float: right;
	flex-wrap: wrap;
	align-items: center;
	font-weight: 400;
	font-size: 16px;
	color: #ffffff;
	line-height: 1em;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	background: none;
	cursor: pointer;
	position: relative;
	z-index: 10;
	padding: 0;
	margin: 0 0 0 30px;
	display: none;
}

.header-main .menu-btn a {
	font-weight: inherit;
	color: inherit;
	text-decoration: none;
}

.header-main .menu-btn .menu-txt {
	float: none;
	display:inline-block;
	vertical-align: top;
	margin: 3px 6px 3px 0;
	display: none;
}

.header-main .menu-btn .menu-bar {
	width: 32px;
	height: 2px;
	float: none;
	display:inline-block;
	vertical-align: top;
	background: #ffffff;
	text-indent: -99999px;
	position: relative;
	margin: 9px 0;
}

.header-main .menu-btn .menu-bar:before,
.header-main .menu-btn .menu-bar:after {
	content: "";
	width: 100%;
	height: 2px;
	float: left;
	background: #ffffff;	
	position: absolute;
	left: 0;
}

.header-main .menu-btn .menu-bar:before {
	top: -9px;
}

.header-main .menu-btn .menu-bar:after {
	top: 9px;
}

.header-main .menu-btn.active .menu-bar {
	background: none;
}

.header-main .menu-btn.active .menu-bar:before,
.header-main .menu-btn.active .menu-bar:after {
	top: 0;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
}

.header-main .menu-btn.active .menu-bar:before {
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
}

.header-main .menu-btn.active .menu-bar:after {
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
}

@media (max-width: 1199px) {
.header-main .menu-btn {
	display: flex;
}
}

@media (max-width: 479px) {
.header-main .menu-btn {
	margin: 0 0 0 -32px;
}
}


/*
 4.) Content - Main
----------------------------------------*/

.content-main {
	width: 100%;
	float: left;
	flex: 1 0 auto;
}


/* Form - Block */
.form-block {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	padding: 0;
	margin: 0;
}

.form-block form {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	padding: 0;
	margin: 0;
}

.form-block ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0;
	margin: 0 -8px -16px -8px;
}

.form-block ul:last-child {
	padding-bottom: 0;
}

.form-block ul li {
	width: 50%;
	float: left;
	padding: 0 8px 16px 8px;
	margin: 0;
}

.form-block ul li:before {
	display: none;
}

.form-block ul li:last-child {
	padding-bottom: 16px;
}

.form-block ul li.full-width {
	width: 100%;
}

.form-block .btn-wrap {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin: 22px 0 0 0;
}

.form-block .btn-wrap .btn,
.form-block .btn-wrap input[type="button"],
.form-block .btn-wrap input[type="submit"] {
	width: 100%;
	margin: 0;
}

@media (max-width: 767px) {
.form-block ul li {
	width: 100%;
}
}


/* WPCF7 - Validation */
.wpcf7 {
	width: 100%;
	padding: 0;
	margin: 0;
}

.wpcf7 form span.wpcf7-not-valid-tip {
	width: 100%;
	height: auto;
	float: none;
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	color: #e63917;
	line-height: 18px;
	text-align: left;
	padding: 0;
	margin: 10px 0 0 0;
}

.wpcf7 form .wpcf7-response-output {
	width: 100%;
	font-size: 16px;
	color: #e63917;
	line-height: 22px;
	text-align: center;
	border: none;
	padding: 40px 0 0 0;
	margin: 0;
}

.wpcf7 form .wpcf7-not-valid {
	border-color: #e63917;
}

.wpcf7 form .wpcf7-spinner {
	width: 18px;
	height: 18px;
	position: absolute;
	bottom: 19px;
	right: 20px;
	padding: 0;
	margin: 0;
	z-index: 2;
}

.wpcf7 form.sent .wpcf7-response-output {
    color: #46b450;
}

@media (max-width: 767px) {
.wpcf7 form .wpcf7-spinner {
	bottom: 17px;
}
}


/* Content - Inner */
.content-inner {
	width: 100%;
	overflow: hidden;
	padding: 80px 0;
}

@media (max-width: 767px) {
.content-inner {
	padding: 60px 0;
}
}


/* Text Editor - Content */
.text-editor-cont .elementor-widget-text-editor h2,
.text-editor-cont .elementor-widget-text-editor h3,
.text-editor-cont .elementor-widget-text-editor h4,
.text-editor-cont .elementor-widget-text-editor h5,
.text-editor-cont .elementor-widget-text-editor h6 {
    margin-top: 30px;
}

.text-editor-cont .elementor-widget-text-editor h2:first-child,
.text-editor-cont .elementor-widget-text-editor h3:first-child,
.text-editor-cont .elementor-widget-text-editor h4:first-child,
.text-editor-cont .elementor-widget-text-editor h5:first-child,
.text-editor-cont .elementor-widget-text-editor h6:first-child {
    margin-top: 0;
}



/* Move - Up/Down */
@-moz-keyframes moveupdown {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(5px);
    transform: translateY(5px);
  }
  60% {
    -moz-transform: translateY(10px);
    transform: translateY(10px);
  }
}
@-webkit-keyframes moveupdown {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(5px);
    transform: translateY(5px);
  }
  60% {
    -moz-transform: translateY(10px);
    transform: translateY(10px);
  }
}
@keyframes moveupdown {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(5px);
    transform: translateY(5px);
  }
  60% {
    -moz-transform: translateY(10px);
    transform: translateY(10px);
  }
}

.scroll-arrow .elementor-icon {
	-moz-animation: moveupdown 2s infinite;
	-webkit-animation: moveupdown 2s infinite;
	animation: moveupdown 2s infinite;
}


/*
 5.) Footer - Main
----------------------------------------*/

.footer-main {
	width: 100%;
	flex-shrink: 0;
	overflow: hidden;
}


/* Pre - Footer */
.h-menu .elementor-nav-menu--layout-horizontal .elementor-nav-menu {
	margin: 0 -12px -16px -12px!important;
}

.h-menu .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li {
	padding: 0 12px 16px 12px!important;
	margin: 0!important;
}

@media (max-width: 959px) {
.h-menu .elementor-nav-menu--layout-horizontal .elementor-nav-menu {
	justify-content: center!important;
}
}

 

/*
 6.) Elementor - Widgets
----------------------------------------*/

/* Elementor - Custom
.elementor a {
	text-decoration: underline;
}

.elementor a:hover,
.elementor a:focus,
.elementor a:active {
	text-decoration: underline;
}

.elementor a.elementor-element {
	text-decoration: none;
}

.elementor a:hover h1,
.elementor a:focus h1,
.elementor a:active h1,
.elementor a:hover h2,
.elementor a:focus h2,
.elementor a:active h2,
.elementor a:hover h3,
.elementor a:focus h3,
.elementor a:active h3,
.elementor a:hover h4,
.elementor a:focus h4,
.elementor a:active h4,
.elementor a:hover h5,
.elementor a:focus h5,
.elementor a:active h5,
.elementor a:hover h6,
.elementor a:focus h6,
.elementor a:active h6 {
	text-decoration: underline;
}

.elementor h1 a,
.elementor h2 a,
.elementor h3 a,
.elementor h4 a,
.elementor h5 a,
.elementor h6 a {
	text-decoration: none;
}

.elementor h1 a:hover,
.elementor h1 a:focus,
.elementor h1 a:active,
.elementor h2 a:hover,
.elementor h2 a:focus,
.elementor h2 a:active,
.elementor h3 a:hover,
.elementor h3 a:focus,
.elementor h3 a:active,
.elementor h4 a:hover,
.elementor h4 a:focus,
.elementor h4 a:active,
.elementor h5 a:hover,
.elementor h5 a:focus,
.elementor h5 a:active,
.elementor h6 a:hover,
.elementor h6 a:focus,
.elementor h6 a:active {
	text-decoration: underline;
}

.elementor .btn {
	text-decoration: none;
}

.elementor .btn:hover,
.elementor .btn:focus,
.elementor .btn:active {
	text-decoration: none;
}

.elementor .elementor-button {
	text-decoration: none;
}

.elementor .elementor-button:hover,
.elementor .elementor-button:focus,
.elementor .elementor-button:active {
	text-decoration: none;
}

.elementor .elementor-button .elementor-button-icon {
	font-size: 150%;
	position: relative;
	top: 0;
	margin: -10px 0;
}

.elementor .elementor-button:hover .elementor-align-icon-right svg,
.elementor .elementor-button:focus .elementor-align-icon-right svg,
.elementor .elementor-button:active .elementor-align-icon-right svg {
	animation: arrowright2 0.5s linear 1;
	-webkit-animation-name: arrowright2 0.5s linear 1;
}

.elementor .read-more-btn .elementor-button:hover,
.elementor .read-more-btn .elementor-button:focus,
.elementor .read-more-btn .elementor-button:active {
	text-decoration: underline;
}

.elementor .menu-btn a {
	text-decoration: none;
}

h1.elementor-heading-title {
	line-height: 68px;
}

h2.elementor-heading-title {
	line-height: 56px;
}

h3.elementor-heading-title,
h4.elementor-heading-title {
	line-height: 44px;
}

h5.elementor-heading-title,
h6.elementor-heading-title {
	line-height: 38px;
}

p.elementor-heading-title,
span.elementor-heading-title,
div.elementor-heading-title {
	line-height: inherit;
}

@media (max-width: 1199px) {
h1.elementor-heading-title {
	line-height: 58px;
}

h2.elementor-heading-title {
	line-height: 50px;
}

h3.elementor-heading-title,
h4.elementor-heading-title {
	line-height: 38px;
}

h5.elementor-heading-title,
h6.elementor-heading-title {
	line-height: 36px;
}
}

@media (max-width: 991px) {
h2.elementor-heading-title {
	line-height: 48px;
}
}

@media (max-width: 767px) {
h1.elementor-heading-title {
	line-height: 48px;
}

h2.elementor-heading-title {
	line-height: 40px;
}

h3.elementor-heading-title,
h4.elementor-heading-title {
	line-height: 34px;
}

h5.elementor-heading-title,
h6.elementor-heading-title {
	line-height: 30px;
}
}
*/


/* Container - Main */
.elementor-default {
	width: 100%;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	position: relative;
	z-index: 1;
}

.elementor-location-header {
	position: relative;
}

.elementor-location-footer {
	flex-shrink: 0;
}


/* Elementor - Edits 
body.elementor-editor-active .content-main {
	padding-top: 68px;
}
*/


/*
 7.) Text - Colors / Wordpress Cores
------------------------------------------------------*/

/* Colors */
.green {
	color: #10b981!important;
}

.green2 {
	color: #6ee7b7!important;
}

.dark {
	color: #111827!important;
}

.gray {
	color: #4b5563!important;
}

.black {
	color: #000000!important;
}

.white {
	color: #ffffff!important;
}

.off-white {
	color: #f9fafb!important;
}

.off-white {
	color: #e5e7eb!important;
}

.gradint-bg {
	background: linear-gradient(135deg, #000000 0%, #111827 35.36%, #000000 70.71%)!important;
}

.gradint2-bg {
	background: linear-gradient(135deg, #000000 0%, #111827 35.36%, #064E3B 70.71%)!important;
}


/* Text - Positions */
.upper-case {
	text-transform: uppercase;
}

.lower-case {
	text-transform: none;
}

.underline {
	text-decoration: underline;
}

.center-align {
	text-align: center;
	justify-content: center;
}

.vertical-align {
	align-items: center;
}

.left-align {
	text-align: left;
}

.right-align {
	text-align: right;
}

@media (max-width: 767px) {
.mobi-align-left {
	text-align: left;
}
}


/* ---------------------------- Text meant only for screen readers ---------------------------- */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;/* Above WP toolbar */
}


/* ---------------------------- End WordPress Core ---------------------------- */


body.customize-partial-edit-shortcuts-shown .customize-partial-edit-shortcut button {
    padding: 0!important;
    border-radius: 900px!important;
}

