/*
Theme Name: Golden Standard Recycling
Author: the Golden Standard Recycling Project team
Version: 1.0

===============================================*/


/* -----------------------------------------------------------
   Modern Global Reset (2026)
----------------------------------------------------------- */

*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

body {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #374151;
    line-height: 26px;
    background: #ffffff;
}


/* -----------------------------------------------------------
   Links
----------------------------------------------------------- */

a { 
	color: inherit;
	text-decoration: underline;
	transition: all .25s ease-out;
	cursor: pointer;
}

a:hover,
a:focus,
a:active {
	color: #66bb6a;
	text-decoration: underline;
}

a:visited {
	outline: 0;
}

a:focus-visible {
    outline: 2px solid #66bb6a;
    outline-offset: 2px;
}


a[href^="mailto:"] {
	word-break: break-all;
}


/* -----------------------------------------------------------
   Paragraph
----------------------------------------------------------- */

p {
	padding-bottom: 20px;
}

p:last-child {
	padding-bottom: 0;
}


/* -----------------------------------------------------------
   Images
----------------------------------------------------------- */

img {
    max-width: 100%;
    height: auto;
    border: 0;
    vertical-align: middle;
}


/* -----------------------------------------------------------
   Form Controls
----------------------------------------------------------- */

label {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	font-family: "Inter", sans-serif;
	font-weight: 600;
	font-size: 16px;
	color: #404c74;
	line-height: 22px;
	padding-bottom: 5px;
}

input,
select,
textarea {
	width: 100%;
	height: 56px;
	display: inline-block;
	vertical-align: top;
	font-family: "Inter", sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #404c74;
	line-height: 22px;
	white-space: nowrap;
	text-overflow: ellipsis;
	background: none;	
	border: 1px solid #d1d5db;
	border-radius: 8px;
	box-shadow: none;
	outline: none;
	appearance: none;
	transition: box-shadow .2s;
	overflow: hidden;
	position: relative;
	padding: 15px 25px;
}

textarea {
	height: 200px;
	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 17px right 23px;
	padding-top: 0;
	padding-right: 50px;
	padding-bottom: 0;
}

select.colorize .expand-item:not([disabled]) {
	color: #404c74;
}

select.colorize .expand-item.def:not([disabled]),
select.colorize.empty:not([disabled]) {
	color: #999999;
}

::-webkit-input-placeholder, 
::-webkit-textarea-placeholder {
	color: #999999;
}

input::-moz-placeholder, 
textarea::-moz-placeholder {
	color: #999999;
}

::-moz-placeholder {
	color: #999999;
}

::-ms-input-placeholder {
	color: #999999;
}

input:focus,
textarea:focus,
select:focus {
	box-shadow: inset #404c74 0 0 0 1px;
	outline: 0;
}


/* 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
----------------------------------------------------------- */

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: 600;
	font-size: 18px;
	color: #ffffff;
	line-height: 24px;
	text-align: center;
	text-decoration: none;
	text-shadow: none;
	white-space: normal;
	background: #66bb6a;
	box-shadow: 0px 10px 15px 0px #0000001A;	
	border: 2px solid #66bb6a;
	border-radius: 900px;	
	overflow: hidden;
	position: relative;
	z-index: 1;
	cursor: pointer;
	outline: 0;
	transition: all .25s ease-out;
	padding: 16px 45px;
}

.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 {
	color: #66bb6a;
	text-decoration: none; 
	background: none;
	outline: 0;
}

.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:focus,
input[type="button"]:focus,
input[type="submit"]:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: 2px;
}

.btn-wrap {
	display: flex;
	flex-wrap: wrap;
	margin: 16px -8px -16px -8px;
}

.btn-wrap .btn {
	float: left;
	margin: 0 8px 16px 8px;
}

@media (max-width: 767px) {
.btn,
input[type="button"],
input[type="submit"] {
	font-size: 16px;
	line-height: 22px;
	padding: 15px 35px;
}
}


/* -----------------------------------------------------------
   Flying focus
----------------------------------------------------------- */

#flying-focus {
	position: absolute;
	margin: 0;
	background: transparent;
	transition-property: left, top, width, height, opacity;
	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;
}

.flying-focus_target::-moz-focus-inner {
	border: 0 !important;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
#flying-focus {
	box-shadow: none;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -3px;
}
}


/* -----------------------------------------------------------
   Container - Main
----------------------------------------------------------- */

.container-main {
	width: 100%;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.container {
	width: 100%;
	max-width: 1270px;
	padding: 0 40px;
	margin: 0 auto;
}

@media (max-width: 767px) {
.container {
	padding: 0 25px;
}
}


/* 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;
}


/* Header - Main */
.header-main {
	width: 100%;
	display: inline-block;
	vertical-align: top;
}


/* Content - Main */
.content-main {
	width: 100%;
	flex: 1 0 auto;
	overflow: hidden;
}


/* 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;
}
}


/* Footer - Main */
.footer-main {
	width: 100%;
	flex-shrink: 0;
	overflow: hidden;
}


/* Elementor - Default */
.elementor-default {
	width: 100%;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	position: relative;
	z-index: 1;
}

.elementor-default:before {
	content: "";
	width: 100%;
	height: 150px;
	background: #404c74;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.elementor-location-header .elementor-nav-menu .menu-signup > a {
	height: 48px!important;
	color: #ffffff!important;
	line-height: 48px!important;
	text-align: center!important;	
	background: #66bb6a!important;
	border: 2px solid #66bb6a!important;
	box-shadow: 0px 10px 15px 0px #0000001A!important;
	border-radius: 900px!important;
	padding: 0 32px!important;
}

.elementor-location-header .elementor-nav-menu .menu-signup > a:hover,
.elementor-location-header .elementor-nav-menu .menu-signup > a:focus,
.elementor-location-header .elementor-nav-menu .menu-signup > a.active {
	color: #66bb6a!important;
	background: none!important;
}

.elementor-location-footer {
	flex-shrink: 0;
}

.elementor-location-footer p {
	padding-bottom: 16px;
}

.elementor-location-footer p:last-child {
	padding-bottom: 0;
}

.elementor-location-footer .cust-sml-pdg p {
	padding-bottom: 12px;
}

.elementor-location-footer .cust-sml-pdg p:last-child {
	padding-bottom: 0;
}

@media (max-width: 959px) {
.elementor-location-header .elementor-nav-menu {
	padding-top: 30px;
	padding-bottom: 30px;
}

.elementor-location-header .elementor-nav-menu li {
	padding: 14px 40px!important;
}

.elementor-location-header .elementor-nav-menu li a {
	width: auto;
	display: inline-block;
	vertical-align: top;
	background: none!important;
	padding: 0!important;
}

.elementor-location-header .elementor-nav-menu .menu-signup > a {
	padding: 0 32px!important;
}
}

@media (max-width: 767px) {
.elementor-default:before {
	height: 100px;
}

.elementor-location-header .elementor-nav-menu li {
	padding: 14px 25px!important;
}
}


/* BTNS - Text Align */
@keyframes arrowright {
	0%   { margin-left: 0; margin-right: 0;}
	75% { margin-left: 8px; margin-right: -8px;}
	100% { margin-left: 0; margin-right: 0;}
}

.elementor .btns-text-align .elementor-button {
	text-align: left;
	position: relative;
}
 
.elementor .btns-text-align .elementor-button:after {
	content: "";
	width: 14px;
	height: 100%;
	background: url(img/arrow-right-white.svg) no-repeat center center;
	background-size: 100% auto;
	position: absolute;
	top: 0;
	right: 30px;
	z-index: 1;
}

.elementor .btns-text-align .elementor-button:hover:after,
.elementor .btns-text-align .elementor-button:focus:after,
.elementor .btns-text-align .elementor-button:active:after {
	animation: arrowright 0.5s linear 1;
}

.elementor .btns-text-align .navy-btn .elementor-button:after {
	background-image: url(img/arrow-right-navy.svg);
}

@media (max-width: 767px) {
.elementor .btns-text-align .elementor-button:after {
	right: 24px;
}
}


/* Custom - Chat Form */
.cust-chat-form .elementor-form-fields-wrapper {
	padding-right: 70px;
}

.cust-chat-form .elementor-field-textual {
	height: 56px!important;
	position: relative;
	z-index: 2;
	padding: 14px 25px!important;
}

.cust-chat-form .elementor-field-type-submit {
	position: absolute;
	top: 0;
	right: 0;
}

.cust-chat-form .elementor-button {
	width: 56px!important;
	height: 56px!important;
}


/* Elementor - Custom CSS
.elementor .elementor-button .elementor-button-icon {
	font-size: 130%;
	position: relative;
	top: 0;
	margin: -10px 0;
}
*/


/* Text - Colors / Wordpress Cores */

/* Colors */
.green {
	color: #66bb6a!important;
}

.green-dark {
	color: #3f774e!important;
}

.navy {
	color: #404c74!important;
}

.navy-dark {
	color: #374151!important;
}

.navy-light {
	color: #4b5563!important;
}

.yellow {
	color: #f4c542!important;
}

.pink-light {
	color: #fefce8!important;
}

.black {
	color: #000000!important;
}

.white {
	color: #ffffff!important;
}

.off-white {
	color: #f9fafb!important;
}

.off-white2 {
	color: #e5e7eb!important;
}

.off-white3 {
	color: #d1d5db!important;
}


/* ---------------------------- 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;
}


/* Chat - Box */
.msngr-chat-widget-container.msngr-active-chat.inline-mode {
	max-width: 100%!important;    
	border: none!important;
	border-radius: 24px!important;
	margin: 0!important;
}

.msngr-chat-header {	
	background: #3f774e!important;
	border: none!important;
	padding: 16px 32px!important;
}

.msngr-chat-action-button {
	color: #ffffff!important;
}

.msngr-chat-header .msngr-chat-header-info {
	position: relative;
	padding-left: 70px;
}

.msngr-chat-header .msngr-chat-header-info:before {
	content: "";
	width: 50px;
	height: 50px;
	background: url(img/chat-comments.svg) no-repeat center center;
	background-size: 100% auto;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.msngr-chat-header h3 {
	font-family: "Inter", sans-serif!important;
	font-weight: 700!important;
	font-size: 20px!important;
	color: #ffffff!important;
	line-height: 28px!important;	
	padding: 0!important;
	margin: 0!important;
}

.msngr-chat-header p {
	font-family: "Inter", sans-serif!important;
	font-weight: 400!important;
	font-size: 14px!important;
	color: #E5E7EB!important;
	line-height: 20px!important;	
	opacity: 1!important;
	padding: 0!important;
	margin: 0!important;
}

.msngr-chat-messages {	
	background: #f9fafb!important;
	padding: 32px!important;
}

.chat-message .message-content * {
	font-size: 16px!important;
}

.chat-message.justify-end .message-content {
	background-color: #f4c542!important;
	color: #404c74!important;
}

.msngr-chat-input {
	border-color: #e5e7eb!important;
	padding: 16px 32px!important;
}

.msngr-chat-widget-container input[type="text"] {
	height: 56px!important;
	background-color: #F3F4F6!important;
	box-shadow: none!important;
	border: none!important;
	border-radius: 900px!important;
	padding: 14px 25px!important;	
}

.msngr-chat-widget-container button.msngr-chat-send-button {	
	width: 56px!important;
	height: 56px!important;
	color: #ffffff!important;
	line-height: 1em!important;
	display: inline-flex!important;
	justify-content: center!important;
	align-items: center!important;
	background: #66bb6a!important;	
	padding: 0!important;
}

.msngr-chat-widget-container.msngr-active-chat .msngr-chat-footer {
	display: none!important;
}

@media (max-width: 767px) {
.msngr-chat-widget-container.msngr-active-chat.inline-mode {
	border-radius: 16px!important;
}

.msngr-chat-header .msngr-chat-header-info {
	padding-left: 50px;
}

.msngr-chat-header .msngr-chat-header-info:before {
	width: 36px;
	height: 36px;
}
}

@media (max-width: 479px) {
.msngr-chat-header {	
	padding: 16px 20px!important;
}

.msngr-chat-header h3 {
	font-size: 17px!important;
	line-height: 25px!important;	
}

.msngr-chat-header p {
	font-size: 12px!important;
	line-height: 18px!important;	
}

.msngr-chat-messages {	
	padding: 20px!important;
}

.chat-message .message-content * {
	font-size: 14px!important;
}

.msngr-chat-input {
	padding: 16px 20px!important;
}
}





