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


/* TYPO */

strong {
	font-weight:900!important;
}

h2 {
	margin-bottom:20px!important;
}

h5 {
	margin-bottom:-10px!important;
	margin-top:10px!important;
}

@media only screen and (max-width: 800px) { 
	
	h1, .fusion-title h1 {
		font-size:60px!important;
	}
	
	h2 {
		font-size:32px!important;
	}
	
	h3 {
		font-size:26px!important;
	}

}

/* NAVIGATION */

.header-wrapper img {
	transition:0.3s ease all;
}

.header-wrapper img:hover {
	opacity:0.7!important;
	transition:0.3s ease all;
}

.awb-menu_row .menu-text:hover {
	color:#047857!important;
}

#menu-menu .current_page_item .menu-text {
	color:#047857!important;
}


/* CONTENT */

.hero-frontpage {
	background-size:auto!important;
}

@media only screen and (min-width: 900px) {
	
	#menu-menu .mobile .menu-text {
		display:none!important;
	}
	
}

@media only screen and (max-width: 1600px) and (min-width: 800px) {
	
	.hero-frontpage {
		background-size:auto!important;
		background-position:600px 0!important;
	}
}

@media only screen and (min-width: 1600px) {
	
	.hero-frontpage {
		background-size:auto!important;
		background-position:110% 0!important;
	}
	
	.hero-frontpage .welcome p {
		font-size:20px!important;
		line-height:1.5!important;
		margin-top:12px!important;
	}
}

@media only screen and (max-width: 800px) {
	
	.hero-frontpage {
		background-size:800px!important;
		background-position:100% -320px!important;
	}
	
	.hero-frontpage .left-col {
		margin-top:300px!important;
	}
}


img.avocado {
	position:absolute!important;
	top:0!important;
	left:0!important;
	margin-top:-80px!important;
}

.product-box .fusion-column-wrapper {
	margin-top:-10px!important;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px!important;
	overflow:visible!important;
}

.product-box h3 {
	margin:20px 0 10px!important;
}

.slide-content-container {
	padding:0!important;
}

.slide-content .title-heading-left {
	line-height:1.1!important;
	font-size:68px!important;
}

.btn-green {
	background:#047857!important;
}

.testimonial-wrapper .fusion-column-wrapper {
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px!important;
	margin-top:30px!important;
	padding:30px!important;
}

.testimonial-wrapper .testimonial-image {
	padding-top:30px!important;
}

.fusion-testimonials.clean blockquote q {
	opacity:0.8!important;
	padding-top:10px!important;
	font-style:normal!important;
	letter-spacing:0!important;
}

@media only screen and (min-width: 1100px) {
	
	.fusion-testimonials.clean blockquote q {
		padding:0px 150px 10px!important;
	}
	
}

.testimonial-wrapper .author {
	letter-spacing:1px!important;
	text-transform:uppercase!important;
	font-size:13px!important;
	padding-bottom:10px!important;
	font-weight:800!important;
}

.testimonial-wrapper .author:before {
	content:"—";
	padding-right:8px;
}

.testimonial-wrapper .testimonial-pagination {
	margin-bottom:30px!important;
}

.rt-responsive-img {
	border-radius:50%!important;
	width:80px!important;
}

.tss-wrapper .single-item-wrapper h3.author-name {
	color:#383751!important;
}

.tss-wrapper span.author-location {
	font-size:12px!important;
}

.tss-wrapper .single-item-wrapper .rating-wrapper span.dashicons {
	color:#FFAC3D!important
}

.tss-wrapper .item-content {
	font-style:normal!important;
	line-height:1.8!important;
}

.item-content-wrapper {
	border-radius:8px!important;
}

.swiper-pagination {
	text-align:center!important;
	margin:0 auto!important;
}

.swiper {
	margin:0 auto!important;
}

.item-content-wrapper:before {
	content:none!important;
}

.tss-carousel .swiper-pagination-bullet-active, .tss-carousel .swiper-pagination-bullet {
    background:#047757!important;
}

.step .fusion-column-wrapper {
	background:rgba(4,119,87,0.05)!important;
	padding:30px!important;
	border-radius:8px!important;
}

/* FORM */

.wpcf7-captchar, .wpcf7-form .wpcf7-date, .wpcf7-form .wpcf7-number, .wpcf7-form .wpcf7-quiz, .wpcf7-form .wpcf7-select, .wpcf7-form .wpcf7-text, .wpcf7-form textarea {
	background:#ffffff!important;
	border:1px solid rgba(0,0,0,0.1)!important;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color: #949494 !important;
    opacity: 1;
	font-size:14px!important;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #949494 !important;
    opacity: 1;
	font-size:14px!important;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #949494 !important;
    opacity: 1;
	font-size:14px!important;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #949494 !important;
    opacity: 1;
	font-size:14px!important;
}

/* FOOTER */

.fusion-footer .footer-wrapper {
	background-size:auto!important;
}

.fusion-footer .footer-wrapper .credits p {
	font-size:12px!important;
}

@media only screen and (max-width: 800px) {
		
	.footer-wrapper {
		background-position: 100px 500px!important;
	}
	
}
