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


/* General */
hr {
	margin: 30px 0;
	border: 0;
	border-top: 1px solid #ddd;
}

/* Typeography */
h1,
h2 {
	text-transform: uppercase;
}

.light,
.light h2,
.light h3,
.light p {
	color: #fff;
}

.light h2 {
	margin-bottom: 0;
}


/* Header */
.fusion-header-v3 .fusion-header,
.fusion-secondary-header {
	border: 0;
}

.mobile-tel {
	display: none;
}

.fusion-secondary-menu > ul > li > a {
	background: #80af58;
}

.fusion-secondary-header .fusion-alignright {
	position: relative;	
}

/*.fusion-contact-info {
	position: absolute;
	top: 7px;
	right: 0;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	z-index: 999;
}*/

.fusion-contact-info a {
	font-size: 24px;
	font-weight: 700;
}

.fusion-contact-info .fas {
	position: relative;
	margin-right: 5px;
	top: -1px;
	font-size: 18px;
}

/*.fusion-main-menu {
	margin-top: 70px;
}*/

.fusion-main-menu > ul > li > a {
	text-transform: uppercase;
}

/*home */
.home #main,
.home #wrapper {
	background-color: transparent;
}

.home #hero h1,
.home #hero p,
.home #hero-mobile h1,
.home #hero-mobile p {
	color: #fff !important;
}

.home #hero p,
.home #hero-mobile p {
	font-size: 24px;
}

.home #hero .fusion-button-wrapper,
.home #hero-mobile .fusion-button-wrapper {
	display: inline-block;
	margin: 0 15px;
}

.home #hero .fusion-button.button-1,
.home #hero-mobile .fusion-button-wrapper {
	border-color: #fff;
}

.home #hero .fusion-button.button-1:hover,
.home #hero-mobile .fusion-button.button-1:hover {
	background-color: transparent;
}

.home #hero .button-custom.button-2,
.home #hero-mobile .button-custom.button-2  {
	border-color: #fff;
}

.home #hero .button-custom.button-2:hover,
.home #hero-mobile .button-custom.button-2:hover  {
	color: #3f3a35;
}

.home #hero .fusion-column-wrapper,
.home #hero-mobile .fusion-column-wrapper {
	text-align: center;
}

.home #hero-mobile {
	display: none;
}

.home #services .fusion-text h2 {
	margin: 20px 0 0;
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
}

.home #services .fusion-one-fourth:after {
	content: '';
	position: absolute;
	width: 1px;
	height: 100%;
	top: 0;
	left: -23px;
	background: transparent;
	border-left: 1px dotted #fff;
}

.home #services .fusion-one-fourth:first-child:after {
	border-left: 0;
}

.home #intro .fusion-separator .icon-wrapper {
	border-color: transparent !important;
}

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

.home #services2 .fusion-text h2 {
	margin: 0;
	font-size: 42px;
}

.home #cta h3 {
	margin-bottom: 0;
	font-size: 32px;
	font-weight: 700;
	text-transform: uppercase;
}

.home #content-bottom h4,
.home #content-bottom p {
	color: #fff;
}

.home #content-bottom .gform_wrapper ul li.gfield,
.home #content-bottom .gform_wrapper .top_label div.ginput_container {
	margin-top: 0;
}

.home #content-bottom input[type=text],
.home #content-bottom input[type=email],
.home #content-bottom input[type=tel],
.home #content-bottom textarea {
	margin: 0;
	padding: 10px;
	height: auto;
	font: 400 14px 'Open Sans', sans-serif;
	border: 0;
}

.home #content-bottom input[type=submit] {
	background-color: #6e835c;
	border: 3px solid #6e835c;
}

.home #content-bottom input[type=submit]:hover {
	background-color: transparent;
	border: 3px solid #6e835c;
}

/* About */
#content-bottom .fusion-content-boxes.content-boxes-icon-on-side .heading-with-icon {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
}

/* Contact */
.page-contact footer.fusion-footer-widget-area {
	border-top: 3px solid #6e835c;
}

/* Footer */
footer .fusion-columns-3 .fusion-column .textwidget.custom-html-widget {
	position: relative;
	padding-left: 40px;
}

footer .fusion-columns .fusion-column:first-child .textwidget:before {
	content: '\f3c5';
	position: absolute;
	top: -5px;
	left: 0;
	color: #6e835c;
	font-family: 'Font Awesome\ 5 Free';
	font-size: 2em;
	font-weight: 900;
}

footer .fusion-columns-3 .fusion-column:nth-of-type(2) .textwidget:before {
	content: '\f3cd';
	position: absolute;
	top: -5px;
	left: 0;
	color: #6e835c;
	font-family: 'Font Awesome\ 5 Free';
	font-size: 2em;
	font-weight: 900;
}

footer .fusion-columns-3 .social .fa {
	margin-right: 20px;
	font-size: 36px;
}

/* Page Titles */
.fusion-page-title-bar {
	background-repeat: repeat;
}

/* Sidebar */

.sidebar .widget .heading .widget-title,
.sidebar .widget .widget-title {
	margin: 0 0 10px;
	font-weight: 400;
}

.sidebar .widget p {
	display: block;
	font-size: 14px;
}

.sidebar .fusion-button {
	padding: 10px;
	border: 0;
}

.sidebar .fusion-button span {
	font-size: 16px;
}

/* Buttons */
.button-large {
	font-size: 20px;
}

.home #content-bottom .fusion-button.button-5 {
	background-color: #66cc66;
	border-color: #66cc66;
}

.home #content-bottom .fusion-button.button-5:hover {
	background-color: transparent;
	border-color: #66cc66;
}


@media screen and (max-width: 991px) {
	
	.fusion-main-menu>ul>li>a {
		font-size: 16px;
	}
}


@media screen and (max-width: 800px) {
	
	body.fusion-body .fusion-secondary-header .fusion-alignright > * {
		padding-top: 0;
	}

	.fusion-mobile-menu-design-modern.fusion-header-v3 .fusion-header {
		padding-top: 65px;
	}

	.fusion-secondary-menu ul {
		border-bottom: 1px solid #2e2003;
	}

	.fusion-secondary-menu > ul > li {
		border: 0;
	}

	.fusion-secondary-menu > ul > li > a {
		padding: 0;
		background: transparent;
	}

	.fusion-secondary-header a,
	.fusion-secondary-header a:hover {
		color: #80af58;
	}
	
	.fusion-contact-info {
		position: relative;
		top: 0;
		z-index: 999;
	}
	
	.fusion-contact-info a {
		position: absolute;
		display: inline-block;
		padding: 5px;
		top: 90px;
		right: 10px;
		color: #6e835c;
		border: 2px solid #6e835c;
	}
	
	.fusion-contact-info a:hover {
		background: #80af58;
		color: #fff;
	}

	.ua-mobile #main,
	.ua-mobile body {
		background-attachment: fixed !important;
	}
	
	.fusion-header {
		padding-left: 10px;
		padding-right: 10px;
	}
	
	.fusion-mobile-menu-design-modern .fusion-secondary-header {
		height: 0
	}
	
	.fusion-logo {
		float: none;
	}
	
	.fusion-logo a {
		margin: 0 auto;
		width: 220px;
	}
	
	.fusion-mobile-menu-icons a {
		float: none;
		position: absolute;
		margin-left: 0;
		top: -110px;
		left: 0;
		font-size: 2em;
	}
	
	.fusion-icon-bars:before {
		color: #66cc66
	}
	
	.fusion-footer .fusion-column .textwidget img {
		display: block;
		margin: 0 auto;
	}
	
	.desktop-tel {
		display: none;
	}
	
	.mobile-tel {
		display: block;
	}

	.home #hero {
		display: none;
	}

	.home #hero-mobile {
		display: block;
	}
	
	#content-bottom {
		background: url(../../uploads/hero-img-1.jpg) no-repeat ;
		background-size: cover;
	}

}

@media screen and (max-width: 768px) {
	
	.fusion-logo img {
		width: 250px;
		height: auto;
	}
	
}

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

	.ua-mobile #main,
	.ua-mobile body {
		background-attachment: fixed !important;
	}
	
}

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

	.ua-mobile #main,
	.ua-mobile body {
		background-attachment: fixed !important;
	}
	
}


@media screen and (max-width: 680px) {
	
	.fusion-modal h1,
	.fusion-widget-area h1,
	.post-content h1 {
		font-size: 48px;
	}
	
	#main .fusion-portfolio h2,
	#main .post h2,
	#wrapper #main .post h2,
	#wrapper #main .post-content .fusion-title h2,
	#wrapper #main .post-content .title h2,
	#wrapper .fusion-title h2,
	#wrapper .post-content h2,
	#wrapper .title h2,
	.fusion-modal h2,
	.fusion-widget-area h2,
	h2.entry-title,
	.home #services2 .fusion-text h2 {
		font-size: 36px;
		line-height: 42px;
	}
	
}


@media screen and (max-width: 480px) {
	
	.alignleft,
	.fusion-alignleft {
		display: block;
		float: none;
	}
}