/*
 Theme Name:   Clutch
 Theme URI:    https://www.homegrowncleanco.com
 Description:  A DIVI child theme custom-made for Home Grown Clean CO
 Author:       Ben Miller
 Author URI:   https://clutch.marketing
 Template:     Divi
 Version:      1.0.0.01
 Text Domain:  clutch
*/

#header-section .et_pb_menu__wrap {
	justify-content: flex-end;
}
#menu-main-menu {
	align-items: flex-end;
}
#header-section .et_pb_menu--with-logo .et_pb_menu__menu > nav > ul > li > a {
	padding-top: 10px;
	padding-bottom: 10px;
}

@media (min-width:768px) {
	#main-phone {
		position: absolute;
		right: 0;
	}
}

#packages h3 .fa-solid {
	font-size: 18px;
}



/** Forms { **/
.cf7-field {
	padding: 8px;
}

.cf7-field label {
	display: none;
}

input.clutch-input,
select.clutch-input,
textarea.clutch-input {
	display: block;
	width: 100%;
	padding: 10px;
	font-size: 14px;
}

@media (min-width:768px) {
	.cf7-row.cols-2 {
		display: flex;
		flex-wrap: wrap;
		align-items: stretch;
		justify-content: space-between;
	}
	.cf7-row.cols-2 .cf7-field {
		width: 50%;
	}
}
/** } End Forms **/
