/*
 Theme Name:   Switch Theme Child
 Theme URI:    https://graphicbob.com/
 Description:  A child theme of Switch Theme.
 Author:       Robert Long
 Author URI:  https://graphicbob.com/
 Template:     switchtheme
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

@import url("../switchtheme/style.css");



/*=====================================BODY======================================*/

body {
	background: #fff;
	color: #000;
	font-size: 16px;
	letter-spacing: normal;
}


body h1, 
body h2, 
body h3, 
body h4, 
body h5, 
body h6, 
body .faux-heading {
	letter-spacing: normal;
}





/*=====================================BODY======================================*/




/*====================================HEADER=====================================*/

#site-header, 
#site-footer {
	display: none;
}


/*====================================HEADER=====================================*/




/*=====================================HOME======================================*/

.home #site-content {
	background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(117,117,130,1) 50%, rgba(28,28,49,1) 100%);
	position: relative;
	min-height: 100vh;
	height: 100vh;
	overflow: auto;
}


.home #site-content::before {
	content: "";
	display: block;
	background: url("images/bg-2-white.png") no-repeat;
	opacity: 0.09;
	width: 100%;
	height: 100%;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
}


.logo-section {
	padding: 0 30px;
	text-align: center;
	margin: 45px 0 0;
}


.logo-section a {
	display: inline-block;
}


.logo-section img {
	max-height: 6rem;
}



.web-logos {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	padding: 18px 40px 18px;
	background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(117,117,130,1) 50%, rgba(28,28,49,1) 100%);
}


.form-logo {
	width: 48%;
}


.form-logo p {
	margin: 0;
	display: inline-block;
	line-height: normal;
}


.form-logo a {
	display: block;
	width: 100%;
}


.form-logo br {
	display: none;
}


.form-logo img {
	width: 100%;
	display: inherit;
	max-width: 100px;
}


.form-logo:nth-child(2) {
	text-align: right;
}


.form-logo:nth-child(2) img {
	max-width: 190px;
}



.customer-form h3 {
	padding: 0 38px;
	margin: 30px 0;
}



.cf-field {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
}


.cf-field {
	padding: 0 40px;
}


.cf-field .cf-50 {
	width: 48%;
}


.cf-field .cf-100 {
	width: 100%;
}


.customer-field-btn {
	padding: 29px 40px;
}


.customer-form .cf-field .customer-field {
	padding: 0 0;
}


.customer-form {
	width: 100%;
	max-width: 900px;
	margin: 20px auto 20px;
	background: #ffff;
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.1);
	border-radius: 20px;
	overflow: hidden;
	position: relative;
}


.customer-form::before {
	content: "";
	display: block;
	background: url("images/bg-2-blue.png") repeat;
	opacity: 0.03;
	width: 100%;
	height: 100%;
	background-size: 100%;
	position: absolute;
	top: 0;
	left: 0;
}


.customer-form .wpcf7 {
	position: relative;
	z-index: 1;
}


.customer-form .fieldset-cf7mls {
	padding: 0;
}


.customer-form h2 {
	margin: 0 0 40px;
	background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(117,117,130,1) 50%, rgba(28,28,49,1) 100%);
	font-size: 30px;
	line-height: normal;
	padding: 20px 40px;
	color: #fff;
	box-shadow: 0 0 13px 3px rgba(0,0,0,0.1);
}


.customer-field br {
	display: none;
}


.customer-form .customer-field {
	padding: 0 40px;
}


.customer-field label {
	font-size: 20px;
	font-weight: 500;
	font-family: 'Oswald', sans-serif;
}


.customer-form .fieldset-cf7mls p:empty {
	display: none;
}


.customer-field input, 
.customer-field textarea {
	background: #fff;
	border: 2px solid rgba(0,0,0,0.1);
	line-height: normal;
	padding: 22px 15px;
	outline: none;
	resize: none;
	border-radius: 5px;
}


.customer-field select {
	background: #fff url("images/select-icon.png") no-repeat right center;
	border: 2px solid rgba(0,0,0,0.1);
	padding: 20px 15px;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	width: 100%;
	background-size: 33px;
	border-radius: 5px;
}


.customer-field span {
	width: 100%;
	display: block;
}


.customer-form .cf7mls-btns {
	padding: 0 40px 0;
}


.customer-form .cf7mls-btns button, 
.customer-form input[type="submit"] {
	background-color: #1c1c31;
	font-size: 15px;
	letter-spacing: normal;
	text-decoration: none;
	border-radius: 50px !important;
	padding: 19px 39px !important;
	line-height: normal;
}


.customer-form input[type="submit"] {
	margin-right: 40px !important;
}


.customer-form #cf7mls-back-btn-cf7mls_step-2 {
	margin-left: 40px;
	border-radius: 50px;
	padding: 19px 39px;
	font-size: 15px;
	text-decoration: none;
}


.customer-form .wpcf7-response-output {
	padding: 0 40px 30px !important;
}


.customer-form .wpcf7-response-output svg {
	position: relative;
	top: -2px;
}


.customer-form .wpcf7-response-output {
	text-align: center;
	font-weight: 600;
	padding: 10px 20px !important;
	width: calc(100% - 80px);
	margin: 20px auto 60px !important;
}



@media (max-width:767px){

	.customer-form {
		margin: 0px auto;
	}
	
	
	.cf-field .cf-50 {
		width: 100%;
	}
	
	
	.web-logos {
		padding: 18px 20px 18px;
	}	


	.cf-field {
		padding: 0 20px;
	}


	.customer-form h3 {
		padding: 0 18px;
	}
	
	
	.customer-form .customer-field {
		padding: 0 20px;
	}


	.customer-form h2 {
		font-size: 26px;
		padding: 20px 20px;
	}	


	.customer-form .fieldset-cf7mls p {
		text-align: center;
	}


	.customer-form .customer-field p {
		text-align: left;
	}


	.customer-form #cf7mls-back-btn-cf7mls_step-2 {
		margin: 0px auto 20px !important;
		float: none;
		display: inline-block;
		width: calc(100% - 45px);
	}


	.customer-form input[type="submit"] {
		margin: 0 auto !important;
		width: calc(100% - 44px);
		float: none !important;
		display: inherit;
	}
	
	
	.customer-form .cf7mls-btns button {
		width: 100%;
	}
	
	
	.customer-form .cf7mls-btns {
	  padding: 0 20px 0;
	}


	.customer-form .wpcf7-response-output {
		width: calc(100% - 40px);
	}	
	
}/*===media close===*/



@media (max-width:767px){

	.customer-form {
		margin: 70px auto;
	}	
	
}/*===media close===*/




@media (min-width:990px) and (max-width:1300px){


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


	.customer-field input, 
	.customer-field textarea {
		padding: 28px 15px;
	}


	.customer-field select {
		padding: 26px 15px;
	}

	
}/*===media close===*/






/*=====================================HOME======================================*/