
/*
Theme Name: Proactive by GB
Description: 
Author: Generations Beyond
Author URI: https://generationsbeyond.com/
Template: hello-elementor
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */
html {
	font-size: 100% !important;
}

.text-primary {
	color: var(--e-global-color-primary);
}

/* Responsive horizontal tables */
@media (max-width: 700px) {
	table.acf-horizontal-table table, table.acf-horizontal-table thead, table.acf-horizontal-table tbody, table.acf-horizontal-table th, table.acf-horizontal-table td, table.acf-horizontal-table tr {
		display: block;
	}
	
	table.acf-horizontal-table thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	table.acf-horizontal-table td {
		position: relative;
		padding-left: 50%;
	}
	
	table.acf-horizontal-table td:before {
		position: absolute;
		top: 6px;
		left: 6px;
		width: 50%;
		font-weight: 700;
		padding-right: 10px;
		white-space: normal;
		content: attr(data-header);
	}
}

.mb-0 {
	margin-bottom: 0 !important;
}

.mt-0 {
	margin-top: 0 !important;
}

/* Color Sample Request Form */
.color-request-wrap .nav-color-select {
	margin-bottom: 15px;
	display: flex;
	align-items: center;
}

.color-request-wrap .nav-color-select h2 {
	margin-bottom: 0;
	flex: 1 1 60%;
}

.color-request-wrap .color-select-wrap, .color-request-wrap .nav-btn-wrap {
	flex: 0 1 40%;
}

.color-request-wrap .color-select-wrap {
	margin-right: 5px;
}

.color-request-wrap .nav-btn-wrap {
	display: flex;
	align-items: flex-end;
}

.color-request-wrap .nav-btn-wrap button {
	margin-left: 5px;
	border: 1px solid #000;
	border-radius: 3px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 42px;
	width: 100%;
	transition: all .3s;
}

.color-request-wrap .nav-btn-wrap button:hover {
	background-color: #ffd157;
}

.color-request-wrap .nav-btn-wrap button:active {
	background-color: #000;
	color: #fff;
}

.color-request-wrap .nav-btn-wrap button span {
	margin: 0 5px;
	transition: margin .3s;
}

.color-request-wrap .nav-btn-wrap button:hover span {
	margin: 0 10px;
}

.color-request-wrap .category-select {}

.color-request-wrap .selected-colors-wrap {
	margin-bottom: 10px;
	display: flex;
	flex-wrap: wrap;
}

.color-request-wrap .selected-color {
	margin-right: 5px;
	margin-bottom: 5px;
	flex: 0 1 300px;
}

.color-request-wrap .selected-color .img-wrap {
	position: relative;
	border-radius: 10px;
	padding: 7px;
	display: flex;
	background-color: #000;
}

.color-request-wrap .selected-color .img-wrap figure {
	flex: 0 0 56px;
}

.color-request-wrap .selected-color .img-wrap figure img {
	aspect-ratio: 1/1;
	object-fit: cover;
}

.color-request-wrap .selected-color .img-wrap span {
	padding: 0 35px 0 10px;
	display: flex;
	align-items: center;
	line-height: 1em;
	color: #fff;
	transition: all .3s;
}

.color-request-wrap .selected-color:hover span {
	color: #ffc324;
}

.color-request-wrap .selected-color:active span {
	color: #fff;
}

.color-request-wrap .selected-color .img-wrap svg {
	position: absolute;
	top: calc(50% - 12px);
	right: 10px;
	display: block;
	height: 24px;
	fill: #ffc324;
}

.color-request-wrap .selected-color:active svg {
	fill: #fff;
}

.color-request-wrap .colors-wrapper {
	margin-bottom: 25px;
	display: flex;
	flex-wrap: wrap;
}

.color-request-wrap .colors-wrapper h2 {
	border-style: solid;
	border-width: 1px 0 1px 0;
	border-color: #000;
	padding: 15px 0 9px;
	flex: 1 1 100%;
	font-family: "Bebas Neue Book";
	font-weight: 600;
	line-height: 1em;
	letter-spacing: 1px;
}

.color-request-wrap .color-item {
	flex: 0 1 20%;
	max-width: 320px;
}

.color-request-wrap .color-item figure {
	margin: 5px !important;
	border: 1px solid #000;
	padding: 5px;
	display: flex;
	transition: all .3s;
	position: relative;
}

.color-request-wrap .color-item figure:hover {
	background-color: #000;
}

.color-request-wrap .color-item figure:active {
	background-color: #ffc324;
}

.color-request-wrap .color-item figure img {
	margin: 0;
	object-fit: cover;
	max-width: 100%;
	aspect-ratio: 1/1;
}

.color-request-wrap .color-item figure figcaption {
	margin: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: calc(100% - 10px);
	max-width: 100%;
	line-height: 1em;
	text-align: center;
	transition: all .3s;
}

.color-request-wrap .color-item figure figcaption span {
	padding: 5px;
	background-color: rgba(255, 255, 255, .5);
	transition: background-color .3s;
}

.color-request-wrap .color-item figure:hover figcaption span {
	background-color: transparent;
}

.color-request-wrap .color-item figure:hover figcaption {
	background-color: rgba(0, 0, 0, .4);
	color: #fff;
}

.color-request-wrap .color-item figure:active figcaption {}

.color-request-wrap .cursor {
	cursor: pointer;
}

.color-request-wrap .duration-500 {
	transition: all .5s;
}

.color-request-wrap .anim-start {
	margin-left: 20vw !important;
	opacity: 0 !important;
}

.color-request-wrap .anim-end {
	margin-left: 0vw !important;
	opacity: 1 !important;
}

.color-request-wrap #color-sample-form {
	display: block !important;
}

@media (max-width: 1025px) {
	.color-request-wrap .color-select-wrap, .color-request-wrap .nav-color-select h2, .color-request-wrap .nav-btn-wrap {
		flex: 1 1 100%;
	}
	
	.color-request-wrap .nav-btn-wrap button {
		margin-left: 0;
		margin-top: 10px;
	}
	
	.color-request-wrap .nav-color-select {
		flex-wrap: wrap;
	}
	
	.color-request-wrap .color-item {
		flex: 0 1 33%;
	}
}

@media (max-width: 767px) {
	.color-request-wrap .color-item {
		flex: 0 1 50%;
	}
}

/* Hubspot Form Style Overrides */
.form-style.white .hs-form {
	color: #fff;
}

.form-style .hs-form fieldset .hs-form-field legend, .form-style.white .hs-form label {
	color: #fff;
}

.form-style .hs-form input:not([type="submit"]), .form-style .hs-form select {
	background-color: #fff;
}

.form-style .hs-form input[type="submit"] {
	width: 100%;
	background-color: #ffc324;
	font-size: 16px;
	color: #000;
	transition: all .3s;
}

.form-style .hs-form input[type="submit"]:hover {
	background-color: #0b7cac;
	color: #fff;
}

.form-style .hs-form label {
	margin-top: 10px;
	display: block;
}

.form-style .hs-form fieldset {
	max-width: 100%;
	display: flex;
}

.form-style .hs-form fieldset .hs-form-field {
	position: relative;
	display: flex;
	flex: 1 1 100%;
	flex-direction: column;
	justify-content: flex-end;
	margin-bottom: 10px;
}

.form-style .hs-form fieldset .hs-form-field legend {
	margin: -10px 0 0 0;
	display: block;
	padding: 0;
	font-size: 13px;
}

.form-style .hs-form fieldset .hs-form-field ul.hs-error-msgs {
	margin: 0;
	position: absolute;
	top: 100%;
	left: 0;
	list-style: none;
	font-size: 13px;
	line-height: .7em;
	color: red;
}

.form-style .hs-form .hs-fieldtype-select, .form-style .hs-form fieldset.form-columns-1 .hs-input {
	width: 100%;
}

.form-style .hs-form .hs_submit {
	margin-top: 10px;
}

.form-style .hs-form .hs_submit .actions {
	display: flex;
	justify-content: center;
}

/* Color Sample Form Overrides */
.color-sample-form-wrap .hs_requested_sample input[readonly] {
	color: #777;
	border-color: #ccc;
	background-color: #eee;
}

/* Hide sections on page load */
body:not(.elementor-editor-active) .hide-on-load {
	display: none !important;
}

/* Job single */
main.awsm_job_openings {
	padding: 60px 20px;
}

.NyWOJMTQ0Y2dINzDjucONMhxzDNgOlTtheme--light {
	display: none !important;
}

.elementor-section.elementor-top-section.elementor-element.elementor-element-42eb105.elementor-section-full_width.elementor-section-height-default {
	margin-bottom: -35px;
}
