/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

#process-first {border-left: 1px solid #c4c4c4;}
#process-last {border-right: 1px solid #c4c4c4;}
.process {border-bottom: 1px solid #c4c4c4;margin: 0 !important;width: 25% !important;}
.process-wp {background-size: initial !important;}
p {line-height: 25px;}
.process .imageframe-align-center {height: 80px;}
.process h3 {margin-bottom: 15px !important;}
#banner-p p {margin-bottom: 5px !important;}
h4 {margin: 0 !important;}
.fusion-checklist .fusion-li-icon, ul.fusion-checklist .fusion-li-icon {vertical-align: top !important;}

/******************************
	Header
******************************/
.fusion-secondary-header {
	padding-top: 33px;
}

.fusion-secondary-header .fusion-contact-info {
	color: #000;
	font-size: 26px;
}

.fusion-secondary-header .fusion-contact-info a {
	color: #ee4234;
	font-size: 27px;
	font-weight: 700;
}

.fusion-header .fusion-logo {
	position: absolute;
	bottom: 0;
}

.anchor-link a {
	color: #737373 !important;
}

#homeAdvisorHeader {
	display: none;
}

.fusion-header-wrapper {
	box-shadow: 0 0 7px rgba(169, 169, 169, 0.5);
}


/*****************************
    Page Title Bar
******************************/
.fusion-page-title-bar {
	background-color: #fff !important;
	color: #333 !important;
	height: auto !important;
}
.fusion-page-title-bar h1 {
	color: #333 !important;
	font-size: 32px !important;
	padding-top: 80px;
	padding-bottom: 30px;
}

.services-top-button {
	margin-top: 20px !important;
	background: none !important;
	border: 2px !important;
	border-radius: 2px !important;
	border-style: solid !important;
	border-color: #FF001B !important;
}

.services-top-button:hover {
    background: #444 !important;
    border-color: #C00 !important;
}

/******************************
	Services Row
******************************/

#services-row a span {
	background: none;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
}

#services-row a span:hover {
	background: #fff;
	box-shadow: 0 0 20px 0 rgba(100,100,100,.3);
}


/******************************
	Modal
******************************/
.modal-content .howCanWeHelp {
	display: none;
}

/******************************
	Locations Served
******************************/

#locations-served .fusion-builder-row {
	background: #fff;
	box-shadow: 0 10px 20px rgba(0,0,0,.1);
	padding: 30px !important;
	position: relative;
	height: 420px;
}

#locations-served .fusion-builder-row:after {
	content: '';
	width: 30px;
	height: 30px;
	background: #fff;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	position: absolute;
	left: 11.5%;
	bottom: -15px;
}

#locations-served ul {
	list-style-type: none;
}

#locations-served ul li {
	position: relative;
	line-height: 25px;
}

#locations-served ul li:before {
	content: '';
	height: 5px;
	width: 5px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	background: #4BBA96;
	position: absolute;
	left: -17px;
	top: calc(50% - 3px);
}


/******************************
	Footer
******************************/

.fusion-footer {
	position: relative;
}

.fusion-footer #footer {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
}


/******************************
	Responsive
******************************/
@media (max-width: 1024px) {

	/*.fusion-header .fusion-logo-link {
		text-align: center;
	}

	.fusion-header .fusion-logo {
		position: relative;
		width: 100%;
	}

	.title h1 {
		line-height: 180% !important;
	}

	.title h5 {
		line-height: 160% !important;
	}

	.fusion-mobile-menu-icons {
		width: 100%;
		background: #4BBA96;
		clear: both;
		float: left;
		padding: 20px;
	}

	.fusion-mobile-menu-icons a {
		float: left;
		margin-left: 0;
	}*/

	.fusion-header .fusion-logo {
		position: relative;
	}

	.fusion-secondary-header {
		display: none;
	}

	.mobile-header-contact {
		color: #000;
		font-size: 26px;
	}

	.mobile-header-contact a {
		color: #ee4234;
		font-size: 27px;
		font-weight: 700;
	}

	.fusion-mobile-current-nav-item > a {
		background: #F5F5F5 !important;
	}

	#homeAdvisorHeader {
		display: block;
	}


	#services-row  .fusion-layout-column {
		width: 50% !important;
		float: left;
	}

	#about-us h2,
	#locations-served h2 {
		text-align: center;
	}

	#locations-served {
		background: none !important;
		padding: 0 !important;
	}

	#locations-served .fusion-builder-row {
		background: none;
		box-shadow: none;
		height: auto;
	}

	#locations-served .fusion-builder-row:after {
		width: 0;
	}

	#locations-served .fusion-imageframe img {
		width: 100%;
	}

	#locations-served .fusion-button {
		width: 100%;
	}

	#locations-served .locations-list {
		margin-bottom: 0 !important;
	}

	#locations-served .locations-list .fusion-column {
		width: 50%;
		float: left;
		margin: 0;
	}

	#locations-served .locations-list .fusion-column:nth-of-type(odd) {
		clear: both;
	}

	#locations-served .locations-list .fusion-column .content-container,
	#locations-served .locations-list .fusion-column .content-container ul {
		margin: 0;
	}

	#locations-served .locations-list .content-box-column-4 {
		margin-top: -24px;
	}

	.fusion-footer #footer {
		position: relative;
	}

	.form-contact {
		padding: 30px !important;
	}

	.form-contact .form-left {
		width: 100%;
		float: none;
		clear: both;
	}

	.form-contact .form-right {
		width: 100%;
		float: none;
		clear: both;
	}

	.form-contact .wpcf7-submit {
		width: 100% !important;
	}
	
}