/*---------------------------------------------------------------------------------
 Theme Name:   MoverTheme
 Theme URI:    
 Description:  MoverTheme
 Author:       
 Author URI:   
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
------------------------------ ADDITIONAL CSS HERE ------------------------------*/

	body{
		font-weight: 400 !important;
	}
	h1{
		font-weight: 800;
		font-size: 32px;
		color: #161653 !important;
		text-transform: uppercase;
	}
	h2{
		font-weight: 400;
		font-size: 24px;
		color: #999999 !important;
		text-transform: uppercase;
	}
	h3{
		color: #171657 !important;
	}
	.whyChooseUs{  }
		.whyChooseUs h2{  }
		.whyChooseUs h3{  }
		.whyChooseUs h4{  }
	
	.sidebarArea .sidebarMenu{
		padding-right: 0;
		border-right: 0 !important;
	}
		.sidebarArea .sidebarMenu h4{
			background: #5f5f98;
    		padding: 15px 5px;
			color: #fff;
			text-align: center;
		}
		.sidebarArea .sidebarMenu li{
			border-bottom: 1px solid #ccc;
			background: #f8f8f8;
			padding: 11px 15px;
			margin-bottom: 0;
		}
		.sidebarArea .sidebarMenu li a{
			font-size: 16px;
			font-weight: 600;
			color: #555;
		}


/*------------------------ DON'T TOUCH BELOW HERE ------------------------------*/

.head-cta{
	float: right;
}
.mobile-ctas {
	z-index: 9999999;
	position: fixed !important;
	bottom: 0; width: 100%;
	max-height:110px;
}
.mobile-ctas .et_pb_main_blurb_image{
	margin-bottom: 10px !important;
}
.mobileHeader .et_pb_column:nth-child(1) {
	width: 70% !important;
	margin-bottom: 0;
}
.mobileHeader .et_pb_column:nth-child(2) {
	width: 100% !important;
	margin-top: 15px !important;
	position: absolute;
}
.threeSections .et_pb_column{
	margin-top: -150px;
}

.innerHeaderSection{
	padding: 17vh 0 !important;
}
.innerHeaderRow{
	padding: 0 !important;
}	
.innerHeaderRow{  }	
.innerHeroTitle{}
.innerHeroTagline{}

.content-overlap-column1{
	margin-top: -0;
	border-top: 2px solid #fff;
	padding-top: 0 !important;
}
.content-overlap-column1 .column1-form{  }

.testimonial{
	font-style: italic;
}

blockquote{
	font-style: italic;
	padding: 35px 40px !important;
	background: #f8f8f8 !important;
	margin: 40px 0 !important;
	border-bottom: 2px solid #e02b20 !important;
	border-left: none !important;
	text-align: center;
}

form br {
    display: none;
}
form button{ background: #e02b20 !important; }
textarea {
    height: 80px;
}
input, textarea {
    width: 80%;
    display: inline-block;
    margin: 0 !important;
    padding: 6px 8px !important;
    font-size: 16px;
    font-weight: 500;
    color: #111;
    margin: 3px 10% !important;
    border: none !important;
}
.wpcf7-submit {
    background: #171657 !important;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 21px;
    border-radius: 45px;
}



@media(max-width: 768px){
	.threeSections .et_pb_column{
		margin-top: 0
	}
}
@media(max-width: 479px){
	.et_pb_row{
		width: 90% !important;
	}
	.content-overlap-column1{
		margin-top: -100px !important;
	}
	.sidebarArea .sidebarMenu{
		display: none;
	}
	.innerHeaderSection{
		padding: 8vh 0 !important;
	}
}