/* 
Theme Name: Quote My Pool Child 
Theme URL: https://qmpdev.wpengine.com/
Description: WordPress theme for Quote My Pool 
Theme Author: Astronaut
Author URL: https://qmpdev.wpengine.com/
Template: genesis
Version: 1.0.0 
Text Domain: quotemypool 
*/

/* body {
	background-color: red
} */

/*Link Scroll*/
.link-scroll {
/* 	position: absolute;
	top: 0; */

	height: 6.25rem;
    width: 100%;
}
/*End: Link Scroll*/

/* Homepage Contact Form */
.home #gform_fields_2 {
	position: relative;
	list-style: none;
    padding-left: 0;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.home #field_2_1,
.home #field_2_6,
.home #field_2_7 {
	width: 100%;
}

.home #field_2_3,
.home #field_2_4 {
	width: 48%;
}

.home #field_2_7 {
	width: 5%;
	display: flex;
    justify-content: flex-end;
    flex-direction: row-reverse;
	font-size: 0;
}

.home #field_2_8 {
	float: left;
    position: absolute;
    left: 19px;
    bottom: 0;
}

.home .gfield_checkbox {
	list-style:none;
	padding-left: 0;
}

.home #gform_submit_button_2,
.customer-form .button{
	color: #fff;
	width: 207px !important;
    height: 60px;
    background-color: #006db0;
    border: none;
	margin-top: 15px;
	letter-spacing: 1.3px;
	text-transform: uppercase;
	
	display: inline-block;
    font-family: "Arimo", sans-serif;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    padding: 0.9375rem 0.625rem;
    font-size: 0.75rem;
    line-height: 1.5;
    border-radius: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.home .form-wrap {
	margin-bottom: 1.25rem;
}

.home .form-wrap input,
.home .form-wrap textarea{
	display: block;
    width: 100%;
    height: 50px;
    padding: 0.5rem 1rem;
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #D3D3D3;
    border-radius: 0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.home .form-wrap textarea{
	height: 90px;
}

.home .form-wrap label {
	font-family: "Arimo", sans-serif;
    letter-spacing: 0.125rem;
    text-transform: uppercase;
    font-size: 0.75rem;
    color: #9B9B9B;
}

.home .form-wrap span {
	width: 48%;
	flex-direction: column-reverse;
}

.home .form-wrap span,
.home .ginput_container{
	display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
}

.gsection_title {
    margin-bottom: 1rem !important;
}

.gform_confirmation_message {
	color: #38c5ad;
    font-size: 19px;
}

.validation_error {
	color: #ffffff;
    text-align: center;
    background: #b10505;
    padding: 5px;
}

/* Customer Form Page */
.customer-form {
	margin-bottom: 50px;
}

.customer-form h1 {
	margin-top: 25px;
	font-size: 1.6rem;
	font-weight: 700;
}

.validation_message {
	color: #FF0000;
}

.customer-form .medium {
	width: 49% !important;
}

.customer-form #gform_wrapper_1 {
	display: block !important;
}

.gform_wrapper .gsection {
	border-bottom: 1px dotted #ccc;
}

#gform_browse_button_1_11 {
	margin: auto;
}

.customer-form .gform_fields {
	list-style: none;
	padding-left: 0;
}

.customer-form .gf_progressbar_title {
	text-align: center;
    color: #016db0;
}

.gform_wrapper .gfield_radio li label {
	margin: unset !important;
}

.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield input[type=radio] {
	margin-top: 10px;
}

.customer-form .gf_progressbar_percentage.percentbar_custom {
	background-color: #016db0 !important;
    border-radius: 12px;
    padding: 3px 10px;
}

.customer-form #field_1_4 .gfield_label {
	letter-spacing: normal !important;
	font-size: 21px !important;
}

.customer-form .ginput_container label,
.customer-form .ginput_container span label {
	display: block;
	font-family: "Arimo", sans-serif;
    letter-spacing: 0.125rem;
    text-transform: none;
    font-size: 1em !important;
    color: #2F3332;
}

.customer-form .ginput_container input {
	display: block;
    width: 100%;
    height: 50px;
	margin-bottom: 20px;
    padding: 0.5rem 1rem;
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #D3D3D3;
    border-radius: 0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.customer-form #gfield_description_1_2 {
	margin-bottom: 30px;
}

.customer-form .gfield_radio,
.customer-form .gfield_checkbox{
	list-style: none;
	padding-left: 0;
}

.customer-form .gfield_radio li,
.customer-form .gfield_checkbox li{
	display: flex;
	align-items: center;
}

.customer-form .ginput_container_name,
.customer-form .ginput_container_email{
	display: flex
}

.customer-form .ginput_container_address {
	display: flex;
	flex-wrap: wrap;
}

.customer-form .ginput_full {
	width: 100%;
}

.customer-form .name_first,
.customer-form .ginput_left {
	width: 49%;
	margin-right: 10px;
}

.customer-form .gsection {
	margin-top: 3rem !important;
}

.customer-form .name_last,
.customer-form .ginput_right,
.customer-form .ginput_container_address .ginput-right {
	width: 50%;
}

.customer-form .gfield_radio li input,
.customer-form .gfield_checkbox input{
    width: 20px;
    height: 20px;
    margin-bottom: 10px;
    margin-right: 15px;
}

.customer-form .button {
	margin-top: 0;
}

.customer-form label.gfield_label.gfield_label_before_complex {
	font-size: 1.3125rem;
    line-height: 1.5rem;
    color: #000;
}

.customer-form .gform_page_footer {
	display: flex;
    align-items: center;
    justify-content: space-between;
	margin-top: 20px;
}

.gform_page_footer .gform_next_button,
.gform_page_footer #gform_submit_button_1 {
	order: 3;
}

.gform_page_footer .gform_save_link {
	order: 2;
}

.gform_page_footer .gform_previous_button {
	order: 1;
}

.gform_wrapper .gform_footer a.gform_save_link, 
.gform_wrapper .gform_page_footer a.gform_save_link {
	margin-left: auto !important;
	margin-right: auto !important;
}

.image-choices-field.gf_list_3col .image-choices-choice, 
.gform_wrapper .gfield.image-choices-field.gf_list_3col li.image-choices-choice {
	width: fit-content !important;
}

span.image-choices-choice-text {
	font-size: 16px !important;
}

.gform_wrapper h2.gsection_title, 
.gform_wrapper h3.gform_title {
	font-size: 1.6rem !important;
}

.gfield_label {
	font-size: 1.4rem !important;
}

.mm-tooltip-title {
	display: none;
}

.customer-form #field_1_25 img {
	width: 100%;
	height: auto;
}

.customer-form .radio-with-photo .gfield_radio {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.customer-form .radio-with-photo .gfield_radio li {
	width: fit-content !important;
	justify-content: center;
}

.customer-form .radio-with-photo {
	text-align: left;
}

.customer-form .radio-with-photo .gfield_radio label {
    padding: 10px 20px;
    font-family: sans-serif, Arial;
    font-size: 16px;
    border-radius: 4px;
    display: flex !important;
    flex-direction: column;
    align-items: center;
	max-width: fit-content !important;
}

.customer-form .radio-with-photo .gfield_radio label:hover {
	cursor: pointer;
}

.customer-form .radio-with-photo .gfield_radio input[type="radio"] {
	opacity: 0;
	position: fixed;
	width: 0;
}

.customer-form .radio-with-photo .gfield_radio input[type="radio"]:checked + label {
	border: 2px solid #444;
}

span.image-choices-choice-image-wrap {
	background: round;	
}

.image-choices-admin-field.image-choices-use-images .image-choices-choice-image-wrap, 
.image-choices-field .image-choices-choice-image-wrap {
	width: 240px !important;
	height: 240px !important;
}

.gform_wrapper .gfield_required {
	display: none;
}

.mm-tooltip.mm-tooltip-title-underline {
	border: none;
}

.qtip-content p {
	color: #fff;
}

@media screen and (max-width: 575px) {
	.customer-form .gform_page_footer {
		flex-wrap: wrap;
		justify-content: center;
	}
	
	.customer-form .gform_page_footer input[type="button"] {
		width: 48%;
		margin-right: 5px;
	}
	
	.customer-form .gform_page_footer .gform_save_link {
		width: 100%;
		text-align: center;
	}
	
	.customer-form .gform_page_footer input[type="button"],
	.customer-form .gform_page_footer .gform_save_link {
		margin-top: 15px;
		margin-bottom: 1rem;
	}
	
	.customer-form img {
		width: 112px;
	}
	
	.customer-form .name_first, 
	.customer-form .ginput_left {
		width: 45%;
	}
	
	.customer-form .ginput_container_email {
		flex-direction: column;
	}
	
	.customer-form #input_1_6_1_container,
	.customer-form #input_1_6_2_container {
		width: 100%;
		margin-right: 0;
	}
	
	.customer-form .radio-with-photo .gfield_radio li {
		width: 50%;
	}
	
	.customer-form .radio-with-photo .gfield_radio label {
		font-size: 14px;
		padding: unset;
	}
	
	.image-choices-admin-field.image-choices-use-images .image-choices-choice-image-wrap, 
	.image-choices-field .image-choices-choice-image-wrap {
		height: 190px !important;
		width: 190px !important;
	}
	
	.alignright {
		float: none !important;
    	margin: auto !important;
    	width: auto !important;
	}
}

@media screen and (max-width: 351px) {
	.home #field_2_7 {
		margin-bottom: 25px;
	}
	
	.customer-form .gform_page_footer .button {
		margin-bottom: 20px;
		width: 100%;
	}
	
	.customer-form .gform_page_footer a {
		text-align: center;
		margin: auto;
		display: block;
	}
}

img.alignright { float: right; margin: 0 0 50px 50px; }
img.alignleft { float: left; margin: 0 50px 50px 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }



@media (max-width: 370px) {
	header .navbar .navbar-brand {
		width: 200px !important;
	}
}