/*
Theme Name: Eteros
Theme URI: https://www.eteros.com/
Author: Julibee Design & WP-Goodness
Author URI: https://julibee.design/
Description: A Beaver child theme customized for Eteros.
Version: 1.0
template: bb-theme
*/


/********* VARIABLES ************/

:root {
	
/* colors */	
	--orange: #ea941a;
	--grey: #343741;
	--light-grey: #f9f9f9;
}

/* Default row padding */

.fl-row-content-wrap {
    padding: 8% 4%;
}

/* Text settings */
p {
    margin: 0 0 20px;
}

/************ FANCY THINGS FOR ROWS *************/
.ete-blurry {
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	-moz-backdrop-filter: blur(10px);
	-o--moz-backdrop-filter: blur(10px);
}

/************ SCROLL SNAP  *************/
.scroll-container,
.scroll-area {
 max-width: 1920px;
  height: 1080px;
}

.scroll-container {
  overflow: auto;
  scroll-snap-type: y mandatory;
}

.scroll-area {
  scroll-snap-align: start;
}

.scroll-container,
.scroll-area {
  margin: 0 auto;
}

/********* FORMS ************/

.wpgood .hbspt-form fieldset {
	max-width: 100%;
}

.wpgood .hbspt-form ul {
	margin: 0 0 20px;
	padding: 0;
}

.wpgood .hbspt-form li {
	display: block;
}

.wpgood .hbspt-form form label {
	margin-bottom: 4px;
	font-weight: 500;
}

.wpgood .hbspt-form form label .hs-form-required {
	padding-left: 3px;
}

.wpgood .hbspt-form form .hs-input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), 
.wpgood .hbspt-form form textarea, 
.wpgood .hbspt-form form select { 
	appearance: none;
	background-color: var(--light-grey);
	border: 0;
	border-radius: 0;
	font-size: 18px;
	height: 38px;
	margin: 0 0 20px;
	padding: 0 10px;
	width: 100%;
	color: var(--grey);
}

.wpgood .hbspt-form form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):active, 
.wpgood .hbspt-form form textarea:active, 
.wpgood .hbspt-form form select:active {
	color: var(--grey);
	opacity: 1;
	outline: none;
}

.wpgood .hbspt-form form textarea {
	padding: 10px;
	height: auto;
	min-height: 140px;
	overflow: auto;
}

.wpgood .hbspt-form form select:hover {
	cursor: pointer;
}

.wpgood .hbspt-form form ::placeholder {
	color: var(--light-grey);
}

.wpgood .hbspt-form form .hs-form-radio label {
	font-size: 18px;
}

.wpgood .hbspt-form form input[type=radio], .wpgood .hbspt-form form input[type=checkbox] {
  margin-right: 5px;
  vertical-align: top;
}

.wpgood .hbspt-form form input[type=file] {
	margin-bottom: 20px;
}

.wpgood .hbspt-form form legend {
	font-size: 14px;
}

.wpgood .hbspt-form form input[type=submit] {
	background-color: #fff;
	font-size: 18px;
	letter-spacing: 1px;
	border: 2px solid var(--grey);
  	border-radius: 0px;
	margin: 20px 0;
	padding: 12px 24px;
	color: var(--grey);
	transition: 300ms all ease-in-out;
}

.wpgood .hbspt-form form input[type=submit]:hover {
	border: 2px solid var(--orange);
}

.wpgood .hbspt-form form .hs-error-msg,
.wpgood .hbspt-form form .hs-error-msgs label {
	color: #ee2a24;
	font-size: 16px;
	font-weight: normal;
}

/********* TERMAGEDDON LEGAL VIEWS ************/

.wpgood #policy .accordion-content {
    display: block !important;
    padding: 30px;
}

.wpgood #policy .accordion-summary {
	display: list-item !important;
}
