/*
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
*/

/* Header */
.fusion-header-v1 .fusion-header {
	border-bottom: 1px solid rgba(255, 255, 255, 0.3) !important;
}


/* Home */
.home #hero h1 {
	color: #fff;
	text-shadow: 0 0 10px rgba(0, 0 , 0, .5);
}

.home .intro h2,
.home .intro h3 {
	margin: 0;
}

.home .intro h2 {
	margin-bottom: 20px;
}

.home .intro p {
	font-size: 18px;
}

.home #services h3 {
	margin: 0 0 10px;
	color: #fff;
	font-weight: 600;
}

.home #services p {
	color: #fff;
	font-size: 14px;
	line-height: normal;
}

.home #solution h2,
.home #solution p {
	color: #fff;
}

.home #contact .left ul {
	padding-left: 0;
	list-style: none;
	/*-webkit-columns: 2;
	-moz-columns: 2;
	columns: 2;*/
}

.home #contact .left ul li {
	position: relative;
	margin-bottom: 20px;
	padding-left: 30px;
	font-size: 20px;
	line-height: normal;
}

.home #contact .left ul li:before {
	content: '\f14a';
	position: absolute;
	top: 4px;
	left: 0;
	color: #66cc66;
	font-family: 'Font Awesome 5 Free';
}


/* Gutter */
.page-gutter-cleaning #content h3 {
	color: #483b33;
}


/* Tree Services */
.page-tree-services .fusion-header-wrapper .fusion-header {
	border-bottom: 0 !important;
}

.page-tree-services #wrapper,
.page-tree-services #main {
	background: transparent;
}

.page-tree-services .fusion-text h1,
.page-tree-services .fusion-text h2,
.page-tree-services .fusion-text h3 {
	color: #fff;
}

.page-tree-services ul.fusion-checklist {
	display: flex;
	flex-flow: row wrap;
}

.page-tree-services ul.fusion-checklist li {
	width: 50%;
	color: #fff;
}

.page-tree-services #content-bottom {
    display: none;
}


/* General */
.fusion-page-title-bar .fusion-page-title-row h1 {
	margin-top: 120px;
	text-transform: uppercase;
}


#content-bottom h2 {
	margin: 0;
	color: #fff;
}


/* Footer */
.fusion-footer h2 {
	margin-bottom: 0;
}


.fusion-mobile-menu-icons a {
	margin-top: 20px;
	padding: 5px 5px 5px 8px;
	background: #ea521d;
	border-radius: 3px;
}


@media screen and (max-width: 680px) {

	.home #hero {
		padding: 80px 30px !important;
	}

	.home #solution .fusion-layout-column .fusion-column-wrapper {
		padding: 30px !important;
	}

}