/*
 Theme Name:   Mac Energy
 Description:  Mac Energy Theme
 Author:       The Other Dimension
 Author URI:   http://theotherdimension.com
 Template:     Divi
 Version:      2.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  divi-child
*/

/*** General Styling ***/

::selection {
	background-color: #45e5e5 !important;
	color: #ffffff;
}

body {
	font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
}

h1, h2, h3, h4, h5 {
	font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
	font-weight: 700 !important;
}

h1 {
	font-size: clamp(2rem, 10.7vw - 2.7rem, 4rem) !important;
}

h2 {
	font-size: clamp(1.5rem, 8vw - 2rem, 3rem) !important;
}

h3 {
	font-size: 2em !important;
}

h4 {
	font-size: 1em !important;
}


/*** Module Styling ***/

.middle-row {
	align-items: center;
	-webkit-align-items: center;
	display: flex;
}

ul.et_pb_tabs_controls:after {
    border-top: 0px solid #d9d9d9 !important;
}

.et_pb_tabs_controls li {
    border-right: 2px solid #fff;
}

/*** General Styling ***/

.wp-block-heading {
font-size: 1.5em !important;
}

.et_pb_widget .wp-block-search__input, .widget_search #s {
    border-radius: 0px;
}

.et_pb_widget_area_left {
    border-right: 0px solid rgba(0,0,0,.1);
}
 
.et_pb_title_container {
    padding-top: 1rem;
}

/*** Form Styling ***/

.gform_required_legend {
	display: none;
}

input[type=color], input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel],input[type=text], input[type=time], input[type=url], input[type=week], select, textarea {
	border: none;
	padding: 12px 18px;
	color: #000000;
}

.gform_wrapper.gravity-theme .gform_footer button, 
.gform_wrapper.gravity-theme .gform_footer input, 
.gform_wrapper.gravity-theme .gform_page_footer button, 
.gform_wrapper.gravity-theme .gform_page_footer input,
#lostpasswordform button {
	font-size: 18px;
    background-color: #45e5e5;
    border-width: 0px!important;
    border-radius: 0px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
	padding: 0.3em 1em!important;
	transition: all 300ms ease 0ms;
	line-height: 1.7em!important;
}

.gform_wrapper.gravity-theme .gform_footer button:hover, 
.gform_wrapper.gravity-theme .gform_footer input:hover, 
.gform_wrapper.gravity-theme .gform_page_footer button:hover, 
.gform_wrapper.gravity-theme .gform_page_footer input:hover,
#lostpasswordform button:hover {
	color: #45e5e5;
	background-color: #000;
	cursor: pointer;
}

#gform_0 input[type=text],
#gform_0 input[type=password] {
	background-color: #f2f2f2;
	width: 100%;
	padding: 20px;
	font-size: 16px;
}

#gform_0 .gform_footer input {
	width: 100%;
	padding: 0.75em 1em!important;
}

body #main-content input[type=checkbox] {
	height: 25px;
    min-width: 25px !important;
    background-color: #ffffff;
    border: 2px solid #45e5e5;
    box-shadow: none;
    padding: 2px !important;
    -webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin-top: 0;
}

body #main-content input[type=checkbox]:checked {
	background-color: #45e5e5;
	border: 2px solid #45e5e5;
}

body #main-content input[type=checkbox]:checked:before {
	font-family: 'ETModules' !important;
	content: '\4e';
    font-weight: bold;
    font-size: 18px;
	color: #ffffff;
}

body #main-content input[type=radio] {
	height: 25px;
    min-width: 25px !important;
    background-color: #ffffff;
    border: 2px solid #45e5e5;
    box-shadow: none;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
    padding: 2px !important;
    -webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin-top: 0;
}

.gform_wrapper.gravity-theme .gfield-choice-input+label {
    margin-bottom: 10px;
}

body #main-content input[type=radio]:checked {
	background-color: #45e5e5;
	border: 2px solid #45e5e5;
}

body #main-content input[type=radio]:checked:before {
	font-family: 'ETModules' !important;
	content: '\4e';
    font-weight: bold;
    font-size: 18px;
	color: #ffffff;
}

#gform_submit_button_2 {
	color: #232122;
	font-size: 18px;
	padding: 0.15em 1em;
    line-height: 1.7em!important;
	background-color: transparent;
    border: 2px solid #232122 !important;
    border-radius: 0px;
    font-weight: bold;
    font-style: normal;
    text-transform: none;
    text-decoration: none;
	transition: all 300ms ease 0ms;
}

#gform_submit_button_2:hover {
	background: #232122;
	color: #ffffff;
	cursor: pointer;
}

#lostpasswordform legend {
	display: none;
}

#lostpasswordform input {
	background: #f2f2f2;
	width: 100%;
	margin-bottom: 1em;
}

#lostpasswordform p.extra-space {
	line-height: 1.5em;
	margin-bottom: 1em;
}

#lostpasswordform label {
	font-weight: 600;
}

#gform_2 .gfield_required {
    color: #ffffff;
}

.gform_wrapper.gravity-theme .gfield_required {
    color: #45e5e5;
}

/*** Responsive Styling ***/

/*** Responsive Styles Large Desktop And Above ***/
@media all and (min-width: 1405px) {
}

/*** Responsive Styles Standard Desktop Only ***/
@media all and (min-width: 1100px) and (max-width: 1405px) {

}

/*** Responsive Styles Tablet And Below ***/

@media all and (max-width: 980px) {
	.swap_row, 
	.middle-row.swap_row {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex !important;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	} 
	.first-on-mobile {
		-webkit-order: 1;
		order: 1;
		margin-bottom: 30px !important;
	} 
	.second-on-mobile {
		-webkit-order: 2;
		order: 2;
	} 
	.third-on-mobile {
		-webkit-order: 3;
		order: 3;
	} 
	.fourth-on-mobile {
		-webkit-order: 4;
		order: 4;
	}
	.swap_row:last-child .et_pb_column:last-child {
		margin-bottom: 0;
	}
	.middle-row {
		display: block;
	}
	.me-new-world {
		margin-bottom: 5em;
	}
	.me-new-world:after {
		content: "+";
		position: absolute;
		right: 45%;
		bottom: -50px;
		color: #45E5E5;
		font-size: 5em;
		font-weight: bold;
	}
}

/*** Responsive Styles Tablet and ABOVE ***/
@media all and (min-width: 981px) {
	.me-new-world:after {
		content: "+";
		position: absolute;
		right: -10%;
		top: 50%;
		color: #45E5E5;
		font-size: 5em;
		font-weight: bold;
	}
}

/*** Responsive Styles Tablet Only ***/
@media all and (min-width: 768px) and (max-width: 980px) {
}

/*** Responsive Styles Smartphone Only ***/
@media all and (max-width: 767px) {
	.gform_wrapper.gravity-theme #field_submit input, 
	.gform_wrapper.gravity-theme .gform_footer input {
		width: 100%;
	}
}

/*** Responsive Styles Smartphone Portrait ***/
@media all and (max-width: 479px) {
}