/*
 Theme Name:   Clutch Child
 Theme URI:    https://www.usemyguyservices.com/
 Description:  A Divi child theme
 Author:       Ben Miller
 Author URI:   https://clutch.marketing
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  https://www.gnu.org/licenses/gpl-2.0.html
 Tags:         
 Text Domain:  clutch
*/

a.et_pb_button:after {
	content: "" !important;
	display: none !important;
	max-width: 0px !important;
	max-height: 0px !important;
	overflow: hidden !important;
}
a.et_pb_button:hover {
	padding: .3em 1em !important;
}
/** Base { **/

h1,h2,h3,h4,h5,h6 {
	line-height: 1.3;
}

.grecaptcha-badge {
	display: none !important;
}
p:last-of-type {
	padding-bottom: 1em !important;
}
p:not(.has-background):last-child,
p:not(.has-background):last-of-type:last-child {
	padding-bottom: 0 !important;
}
.text-center {
	text-align: center;
}

ul.spaced > li,
ol.spaced > li {
	padding-bottom: 1em;
}

a.et_pb_button {
	display: inline-block;
	text-align: center;
}

sup {
	display: inline-block;
	vertical-align: middle;
	font-size: 90%;
	line-height: 1.0;
}

.block {
	display: block;
}
.inline-block {
	display: inline-block;
}

ul:not(.nav) li,
ol li {
	padding-bottom: 8px;
	line-height: 1.4;
}
ul:not(.nav) li li:first-child,
ol li li:first-child {
	padding-top: 8px;
}
ul:not(.nav) li:last-child,
ol li:last-child {
	padding-bottom: 0;
}

ul.inline-list {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: center;
	margin: 0;
	padding: 0;
}
ul.inline-list li {
	position: relative;
	padding: 0 25px 10px;
}
ul.inline-list li:before {
	content: " ";
	display: inline-block;
	position: absolute;
	top: 9px;
	left: 10px;
	width: 7px;
	height: 7px;
	background-color: #171717;
	border-radius: 100%;
}
@media (min-width:768px) {
	ul.two-cols,
	ol.two-cols {
		column-count: 2;
		column-gap: 40px;
		padding-bottom: 0;
	}
	ul.two-cols > li,
	ol.two-cols > li {
		break-inside: avoid;
	}
}
@media (min-width:981px) {
	ul.two-cols,
	ol.two-cols {
		column-gap: 60px;
	}
}



.flex {
	display: flex;
}
.et_pb_row,
.et_pb_row_inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 90%;
}
.et-fb-layers-view--layer.et_pb_row,
.et-fb-layers-view--layer .et_pb_row_inner {
	display: block !important;
}
.et_pb_row:after,
.et_pb_row_inner:after {
	content: "";
	display: none;
}

.nowrap {
	flex-wrap: nowrap;
}
.wrap {
	flex-wrap: wrap;
}

.align-items-start {
	align-items: flex-start;
}
.align-items-center {
	align-items: center;
}
.align-items-stretch {
	align-items: stretch;
}
.align-items-end {
	align-items: flex-end;
}
.justify-start {
	justify-content: flex-start;
}
.justify-center {
	justify-content: center !important;
}
.justify-space-between {
	justify-content: space-between;
}
.justify-space-around {
	justify-content: space-around;
}
.justify-end {
	justify-content: flex-end;
}
.row,
.et_pb_column.row {
	flex-direction: row;
}
.row-reverse {
	flex-direction: row-reverse;
}
.column {
	flex-direction: column;
}

.et_pb_column {
	display: inline-flex;
	flex-direction: column;
	float: none !important;
	margin-right: 0 !important;
}
.et_pb_column.row {
	flex-wrap: wrap;
}
.parallax-container {
	position: relative;
}


/** } End Base **/

/** Forms { **/

form.wpcf7-form .cf7-row {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-between;
	height: auto;
	margin: 0 -8px;
	overflow: auto;
	transition: all 0.5s;
}
.wpcf7 form.wpcf7-form.sent .wpcf7-response-output {
	margin: 15px 0 0;
	padding: 10px !important;
	background-color: #46b450;
	color: #ffffff;
}


form.wpcf7-form.sent .cf7-row {
	max-height: 0px;
}

.cf7-field {
	width: 100%;
	padding: 8px;
}

.cf7-field label {
	display: none;
}
.cf7-field input[type="text"],
.cf7-field input[type="email"],
.cf7-field input[type="tel"],
.cf7-field textarea {
	display: inline-block;
	width: 100%;
	padding: 5px 10px;
}
.cf7-field textarea {
	height: 48px;
}
.cf7-field input[type="submit"],
.cf7-field button[type="submit"] {
	padding: 5px 17px;
	font-size: 17px;
	color: #E30016;
	background-color: #ffffff;
	border-width: 1px;
	border-style: solid;
	border-color: #E30016;
	border-radius: 15px;
	cursor: pointer;
}
.cf7-field textarea {
	height: 100px;
}
.cf7-field .wpcf7-spinner {
	position: absolute;
}
@media (min-width:768px) {
	.cf7-row.two-cols .cf7-field {
		width: 50%;
	}
	.cf7-field input[type="text"],
	.cf7-field input[type="email"],
	.cf7-field input[type="tel"],
	.cf7-field textarea {
		padding: 8px 10px;
	}
}
@media (min-width:1100px) {
	
	.cf7-field input[type="text"],
	.cf7-field input[type="email"],
	.cf7-field input[type="tel"],
	.cf7-field textarea {
		padding: 10px;
	}
}


/** } End Forms **/

.et_pb_row.services-row {
	justify-content: flex-start;
	flex-wrap: nowrap !important;
}
.et_pb_row.services-row > .et_pb_column:nth-child(2) {
	flex: 1 1 auto;
}
.et_pb_row.services-row > .et_pb_column:first-child {
	width: 32px;
	max-width: 32px;
}
.services-row .fa-solid.fa-circle-check {
	font-size: 28px;
	color: #009900;
}
@media (min-width:768px) {
	.et_pb_row.services-row > .et_pb_column:first-child {
		width: 70px;
		max-width: 70px;
	}
	.services-row .fa-solid.fa-circle-check {
		font-size: 54px;
	}
}
@media (min-width:981px) {
	.et_pb_row.services-row {
		padding-left: 20px;
	}
}