/*
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
*/


.tfs-slider .background-image {
    background-position: bottom;
}

.top-left, .top-left a {
	color: #ffffff;
	font-size: 14px;
}
.top-left a:hover {
	color: #f38800;
}

.top-left i {
	color: #7c8ea9;
}


.header-menu a span {
	font-size: 18px;
}
.header-menu a:hover span {
	color: #f38800;
}


.header-logo {
	position: relative;
	padding-left: 60px;
}
.header-logo img {
	position: absolute;
	left: 0;
	top: 2px;
    width: 50px;
}
.header-logo a{
	color: #6b7280;
	font-size: 14px;
	display: block;
}
.header-logo .header-logo-title {
	font-size: 18px;
	font-weight: bold;
	background: linear-gradient(135deg, #00984a 0%, #008cd1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.home-post article {
	padding-left: 2.5%;
	padding-right: 2.5%;
}
.home-post article:nth-child(3n+1) {
	padding-left: 0;
	padding-right: 5%;
}
.home-post article:nth-child(3n+3) {
	padding-left: 5%;
	padding-right: 0;
}


.home-trustpilot {
	text-align: center;
}
.home-trustpilot-logo {
	display: inline-block;
	text-align: left;
	padding-left: 78px;
}
.home-trustpilot-logo img {
    width: 70px;
	top: -3px;
}
.home-trustpilot-logo .header-logo-title {
	font-size: 22px;
}
.home-trustpilot-stars, .home-trustpilot-trustpilot {
	max-height: 40px;
    margin-left: 10px;
    vertical-align: text-bottom;
}


.long-title {
	color: #ffffff;
	padding-top: 60px;
	padding-bottom: 40px;
}

.long-title .fusion-title-heading {
	color: #ffffff !important;
	margin-bottom: 10px !important;
}

.long-title .fusion-text {
	text-align: center;
}

.long-title i {
	margin-left: 20px;
	margin-right: 5px;
}
.long-title i:first-child {
	margin-left: 0;
}


.contactus-form .fusion-form-field {
	margin-top: 0;
}


.fusion-blog-archive .post .post-content h2.entry-title {
	font-size: 32px !important;
}

.single-post #main {
	border-top: 1px solid #e5e7eb;
    margin-top: -5px;
    padding-top: 10px;
}

.single-post #main h1.entry-title {
	font-size: 38px !important;
	margin-bottom: 0;
    margin-top: 30px;
}

.inpage-nav {
	padding: 10px 0;
    box-shadow: 0 0 #0000, 0 0 #0000,  0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
	border: 1px solid #e5e7eb;
	text-align: center;
}
.inpage-nav a {
	margin-right: 30px;
}
.inpage-nav a.current {
	color: #ffa104;
}
.inpage-nav a.current:hover {
	color: #f38800;
}


.service-block {
	margin-bottom: 50px;
}

.service-block .fusion-column-wrapper {
	padding: 20px 20px 80px 20px;
}

.service-block-text {
	position: absolute;
	right: 40px;
	top: 20px;
	font-size: 13px;
}

.service-block-button {
	position: absolute;
	right: 40px;
	bottom: 20px;
	font-size: 13px;
}


.media-block {
	margin-bottom: 50px;
}

.media-block .fusion-column-wrapper {
	padding: 0 0 20px 0;
}
.media-block .fusion-column-wrapper {
	padding: 0 0 20px 0;
}

.media-block .fusion-column-wrapper .fusion-text {
	padding: 0 20px;
}




.footer-footer a {
	color: #ffffff;
    line-height: 1.8em;
}
.footer-footer a:hover {
	color: #f38800;
}

.footer-1-logo {
	position: relative;
	padding-left: 55px;
	color: #ffffff;
	margin-bottom: 20px;
}

.footer-1-logo:last-Child {
	margin-bottom: 0;
}
.footer-1-logo img {
	position: absolute;
	left: 0;
	top: 8px;
    width: 50px;
}
.footer-1-logo .footer-1-title {
	font-size: 26px;
	font-weight: bold;
}




@media only screen and (max-width: 800px) {
	.header-menu {
		display: inline-block;
		position: absolute;
		right: 0;
		top: 0;
		width: auto;
	}
	.header-menu .fusion-column-wrapper {
		display: inline-block;
		width: auto;
	}
	
	.long-header {
		z-index: 999;
	}
	
	.inpage-nav a {
	    display: block;
		text-align: left;
		padding-left: 40px;
	}
	.inpage-nav a:before {
	    content: '●';
        position: absolute;
        left: 30px;
	}
	
	.long-logo img {
		max-width: 70%;
	}
	
	.home-post article, .home-post article:nth-child(3n+1), .home-post article:nth-child(3n+3) {
		padding-left: 2.5%;
		padding-right: 2.5%;
	}
	
	.home-trustpilot-stars, .home-trustpilot-trustpilot {
        width: auto;
        max-height: inherit;
        display: block;
        margin: auto;
        padding-top: 20px;
        max-width: 200px;
	}
	
	.fusion-slider-sc:not(.fusion-has-margin) .flexslider {
		margin: 0;
	}
}