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

/* Common styles
=================================== */
.fusion-title .title-sep-container {
	display: none;
}
* body h2.title-heading-center, * body h1.title-heading-center {
	display: block;
	text-align: center;
	width: 100%;
	color: #e0b048;
}
* body h4 {
	color: #151515 !important;
	font-family: "source sans pro" !important;
	margin: 0 0 5px !important;
	font-size: 22px !important;
}
h2.title-heading-center::after,
h1.title-heading-center::after {
	content: "";
	background: #dadada;
	display: block;
	width: 50px;
	height: 2px;
	margin: 25px auto 0;
}
* body p {
	font-size: 16px;
	color: #5e5e5e;
}
* body .fusion-page-title-bar .fusion-breadcrumbs{
	font-size: 14px;
	text-transform: uppercase;
}
/* Header
==================================== */

.fusion-secondary-main-menu nav ul li.current-menu-item a span {
	font-weight: bold;
}
.fusion-secondary-main-menu nav ul li a span{
	letter-spacing: 1px;
}
.fusion-header h3.fusion-header-tagline {
	font-family: "Source sans pro";
}

/* Banner
==================================== */
.banner-section{
	padding: 70px 0 50px !important;
}
.banner-section .banner-text .fusion-column-wrapper{
	padding: 24px 40px !important;
}
.banner-section .fusion-column-wrapper {
	max-width: 500px;
	width: 100%;
	margin: auto;
}
.banner-section .banner-text .fusion-column-wrapper h1{
	color: #000;
	line-height: normal;
}
.banner-section .banner-text .fusion-column-wrapper h1:after{
	display: none;
}
.banner-section .banner-text .fusion-column-wrapper .fusion-text p{
	font-size: 22px;
	line-height: normal;
	color: #000;
}
.banner-section .banner-text .fusion-column-wrapper .fusion-button {
	background-color: #161616;
	font-weight: 700;
	letter-spacing: 1px;
	border-radius: 4px;
}
.banner-section .banner-text .fusion-column-wrapper .fusion-button span {
	font-family: "source sans pro";
	color: #dbdbdb !important;
}
.banner-section .banner-text .fusion-column-wrapper .fusion-button:hover {
	background-color: #000;
}

/* Highlights section
========================================== */
.highlight-section .columns article {
	margin: 0 0 20px !important;
}
.highlight-section .fusion-recent-posts {
	margin-bottom: 0 !important;
}
.highlight-section .columns article .recent-posts-content h4 {
	margin: 10px 0 0 !important;
}
.highlight-section .columns article .recent-posts-content h4 a{
	color: #151515 !important;
}
.highlight-section .columns article .fusion-fullwidth {
	padding: 0 !important;
}
/* Update section
========================================== */
.update-section .fusion-column-wrapper .fusion-text {
	display: flex;
	align-items: center;
	justify-content: center;
}
.update-section .fusion-column-wrapper .fusion-text h2 {
	width: auto;
	margin: 0 20px 0 0;
}
.update-section .fusion-column-wrapper .fusion-text p {
	margin: 0 ;
}
a.fusion-button {
	font-weight: 600;
	background: #ffd703;
	color: #000;
	font-family: "source sans pro";
	font-size: 16px;
	letter-spacing: 2px;
	display: inline-block;
	padding: 16px 32px;
	border-radius: 5px;
	line-height: normal;
}
a.fusion-button:hover{
	background-color: #ffe6a1;
	color: #000;
}
.fusion-button span.fusion-button-text {
    color: #000 !important;
}
.update-section .fusion-column-wrapper .fusion-text h2 {
	color: #fff;
}

/* Pioneers section
======================================== */
.pioneers-section .fusion-text {
	max-width: 750px;
	margin: 0 auto 60px;
	width: 100%;
}
.pioneers-section .fusion-video {
	max-width: 100% !important;
	max-height: 100% !important;
}

/* Portfolios page
======================================== */
.Asset-portfolio .portfolio-section .heading .content-box-heading {
	color: #151515;
	font-family: "source sans pro";
	margin: 0 0 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2; /* number of lines to show */
	-webkit-box-orient: vertical;
}
.Asset-portfolio .portfolio-section .content-container img {
	width: 100%;
}
.Asset-portfolio .portfolio-section .content-container p{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3; /* number of lines to show */
	-webkit-box-orient: vertical;
}
.Asset-portfolio .portfolio-section{
	margin-bottom: 0 !important;
}
.fusion-read-more {
	display: inline-block;
	background-color: #ffd703;
	color: #000;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 16px;
	padding: 16px 32px;
	line-height: normal;
	border-radius: 4px;
}
.Asset-portfolio .portfolio-section .fusion-column {
	margin-bottom: 50px;
}
.fusion-read-more:hover {
	background-color: #ffe6a1;
	color: #000;
}
.fusion-read-more::after {
	display: none;
}

/* About us page
======================================= */
.team-text .fusion-text {
	max-width: 740px;
	margin: auto;
}
.team-text .fusion-text p {
	font-size: 22px;
	color: #000;
	font-family: "source sans pro";
	line-height: normal;
}
.management-section .fusion-builder-row.fusion-row {
	max-width: 1100px !important;
}
.management-section h1{
	color: #000 !important;
	position: relative;
}
.management-section h1::after{
	content: "";
	background: #dfbc00;
	display: block;
	width: 50px;
	height: 2px;
	margin: 25px auto 0;
}
.management-section .heading .content-box-heading{
	font-family: "source sans pro";
}
.management-section .content-container{
	font-size: 16px;
}
.management-section .fusion-content-boxes{
	max-width: 800px;
	margin: 0 auto 0 !important;
}
.management-section .heading img {
	margin-bottom: 20px;
	border-radius: 50%;
	width: 223px;
	height: 223px;
	object-fit: cover;
}
.management-section .content-container,
.management-section .content-container p{
	color: #433f33 !important;
}
.management-section a.fusion-read-more{
	background: #161616;
	color: #dbdbdb;
	margin: 20px 0 0 0;
}
.management-section a.fusion-read-more:hover{
	background: #000;
	color: #dbdbdb !important;
}   
.custom-aboutus {
	max-width: 730px;
	margin: auto;
}
* body .custom-aboutus h4 {
	font-weight: 700;
}
* body .custom-aboutus p {
	color: #000;
	font-family: "source sans pro";
	font-size: 22px;
	line-height: normal;
}
* body .custom-aboutus p span {
	font-weight: 700;
}
.home .post {pointer-events: none;}


/* Contact Page
================================ */
* body .contact-page h4{
	font-family: "source sans pro";
	font-size: 22px;
	line-height: normal;
	color: #000;
}
.contact-form .wpcf7-form-control {
	border-radius: 4px;
	font-size: 16px;
	outline: none;
	height: 202px;
}
.contact-form .wpcf7-form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #474747;
}
.contact-form .wpcf7-form-control::-moz-placeholder { /* Firefox 19+ */
	color: #474747;
}
.contact-form .wpcf7-form-control:-ms-input-placeholder { /* IE 10+ */
	color: #474747;
}
.contact-form .wpcf7-form-control:-moz-placeholder { /* Firefox 18- */
	color: #474747;
} 
.contact-form input[type="email"]{
	height: 52px;
	font-size: 16px;
}
.fusion-text.contact-form h4 {
	margin: 0 0 30px !important;
}

.fusion-text.contact-hours ul {
	padding: 0;
	margin-top: 0;
}
.fusion-text.contact-hours ul li {
	list-style-type: none;
	color: #5e5e5e;
	font-size: 16px;
	margin-bottom: 5px;
}
.fusion-text.contact-hours ul li span.date{
	color: #000;
}
.contact-form input.wpcf7-form-control.wpcf7-submit {
	height: auto;
	font-weight: 600;
	background: #ffd703;
	color: #000;
	font-family: "source sans pro";
	font-size: 16px;
	letter-spacing: 2px;
	display: inline-block;
	padding: 16px 32px;
	border-radius: 5px;
	line-height: normal;
	width: 100%;
}
.contact-form input.wpcf7-form-control.wpcf7-submit:hover {
	background-color: #ffe6a1;
	color: #000;
}
/* Terms of use page
================================ */
.terms-section .fusion-column-wrapper {
	max-width: 720px;
	margin: auto;
	width: 100%;
}

/* Official ambassadors
================================ */
.ambassadors .fusion-column-wrapper .fusion-column img {
	width: 100%;
	margin: 0 0 15px;
}
.ambassadors .fusion-column-wrapper .fusion-content-boxes,
.ambassadors .fusion-column-wrapper .fusion-column{
	margin-bottom: 0 !important;
}
.ambassadors .fusion-column-wrapper .fusion-content-boxes .heading .content-box-heading{
	text-align: center;
}

/* News page
================================ */
.news-section h1 {
	color: #fff !important;
}
.news-section h1::after {
	display: none;
}
.news-section::after {
	content: "";
	background-color: rgba(0,0,0,.24);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.news-section .wppsac-post-categories {
	display: none;
}
.news-section .slick-slider .wppsac-carousel-slides .wppsac-post-image-bg{
	margin-bottom: 0;
}
.news-section .slick-slider .wppsac-carousel-slides{
	outline: none;
}
.news-section .slick-slider .wppsac-carousel-slides .wppsac-post-content-position {
	background: #fff;
	text-align: center;
	padding: 24px 16px;
}
.news-section .slick-slider .wppsac-carousel-slides .wppsac-post-content-position .wppsac-post-carousel .wppsac-post-date {
	color: #595959;
}
.news-section .slick-slider .wppsac-carousel-slides .wppsac-post-content-position h2{
	font-size: 22px !important;
	font-family: "source sans pro" !important;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	min-height: 99px;
}
.news-section .slick-slider .slick-arrow,
.news-section .slick-slider .slick-arrow:hover,
.news-section .slick-slider .slick-arrow:focus{
	background-color: transparent !important;
}
.news-section .slick-slider .slick-prev{
	left: -40px !important;
}
.news-section .slick-slider .slick-next{
	right: -40px !important;
}
.news-section .slick-slider .wppsac-carousel-slides .wppsac-post-content-position .wppsac-post-content {
	padding-bottom: 0;
}
.news-section .slick-slider .wppsac-carousel-slides .wppsac-post-content-position h2 a {
	color: #1b1b1b;
	outline: none;
}
.news-section .slick-slider .wppsac-carousel-slides .wppsac-post-content-position a.wppsac-readmorebtn {
	color: #8a7401;
	border: 0;
	font-size: 16px;
	outline: none;
	padding: 0 !important; 
}
.news-section .slick-slider .wppsac-carousel-slides .wppsac-post-content-position a.wppsac-readmorebtn:hover {
	color: #8a7401;
	border: 0;
	background-color: transparent;
}
.news-section .news-posts article {
    margin: 0 0 30px !important;
}
.news-section .news-posts article .recent-posts-content {
    background-color: #fff;
    text-align: center;
    padding: 24px 16px;
}
.news-section .news-posts article .recent-posts-content h4{
    font-size: 22px !important;
    font-family: "source sans pro" !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    min-height: 89px;
    line-height: normal;
}
.news-section .news-posts{
	margin: 50px 0 0;
}
.news-section .news-posts article .recent-posts-content h4 a {
    color: #1b1b1b;
    line-height: normal;
	text-transform: uppercase;
}
.news-section .news-posts article .recent-posts-content p.meta{
	margin-bottom: 0;
}
.news-section .news-posts article .recent-posts-content p.meta span{
    position: relative;
    font-size: 13px;
}
.news-section .news-posts article .recent-posts-content p {
    margin: 0;
}
.news-section .news-posts article .recent-posts-content p a{
	
}
.news-section .news-posts .fusion-load-more-button {
    height: 52px;
    padding: 0px 30px;
    font-family: "source sans pro";
    line-height: 52px;
    background-color: #ffd703;
    font-weight: 600;
    border-radius: 4px;
    letter-spacing: 2px;
    font-size: 16px;
    max-width: 250px;
    margin: 20px auto 0;
}
.news-section .news-posts article .recent-posts-content p a {
   
    display: block;
    margin: 10px 0 0;
}
.news-section .news-posts .fusion-load-more-button:hover{
	background-color: #ffe6a1;
    color: #000;
}
.news-section .news-posts .fusion-loading-container {
    text-align: center;
    color: #fff;
}
.news-section .news-posts article .recent-posts-content p:nth-child(5) {
   display: none;
}
/* Single Blog page
================================ */
.single-post .fusion-meta-info {
	border: 0;
}
.single .fusion-sharing-box{
	margin-top: 0;
	display: flex;
	align-items: center;
}
.single .fusion-sharing-box h4 {
	color: #000000;
	margin: 0 15px 0 0 !important;
	font-size: 20px !important;
}
.single .fusion-sharing-box .fusion-social-networks{
	text-align: left;
}

/* Footer 
================================= */
.fusion-footer .footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.fusion-footer .footer h3 {
	font-size: 32px;
	color: #000;
}
.fusion-footer .footer form {
	width: calc(100% - 220px);
}
.fusion-footer .footer form .mailchip {
	display: flex;
	align-items: center;
}
.fusion-footer .footer form .mailchip input[type="email"] {
	height: 52px;
	border-radius: 4px;
	font-size: 16px;
	color: #000;
	outline: none;
}
.fusion-footer .footer form .mailchip input[type="email"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #474747;
}
.fusion-footer .footer form .mailchip input[type="email"]::-moz-placeholder { /* Firefox 19+ */
	color: #474747;
}
.fusion-footer .footer form .mailchip input[type="email"]:-ms-input-placeholder { /* IE 10+ */
	color: #474747;
}
.fusion-footer .footer form .mailchip input[type="email"]:-moz-placeholder { /* Firefox 18- */
	color: #474747;
}

.fusion-footer .footer form .mailchip input.fusion-button {
	height: 52px;
	padding: 0px 30px;
	font-family: "source sans pro";
	line-height: 52px;
	background-color: #ffd703;
	font-weight: 600;
	border-radius: 4px;
	letter-spacing: 2px;
	font-size: 16px;
}
.fusion-footer .footer form .mailchip input.fusion-button:hover {
	background-color: #ffe6a1;
	color: #000;
}
.terms a {
	color: #1b1b1b;
	letter-spacing: 2px;
	margin: 30px 0 0;
	display: block;
}
.terms a::after {
	content: "";
	background: #e2e2e2;
	width: 50px;
	height: 1px;
	display: block;
	margin: 30px auto 0;
	text-align: center;
}
* body .terms a:hover{
	color: #e0b048;
}
.flex-active-slide{
	pointer-events: none;
	cursor: default;
}
#toTop{
	background-color: #1b1b1b !important;
}
#toTop:hover{
	background-color: #e0b048 !important;
}
.grecaptcha-badge {
	display: none;
}
/* Responisve Css
================================ */
@media only screen and (max-width: 800px){
	.fusion-header-v4.fusion-mobile-menu-design-modern .fusion-mobile-menu-icons {
		top: 25px;
	}
	.update-section .fusion-column-wrapper .fusion-text {
		flex-direction: column;
	}
	.update-section .fusion-column-wrapper .fusion-text h2{
		margin: 0 0 15px;
		text-align: center;
		line-height: normal;
	}
	.fusion-footer .footer {
		flex-direction: column;
	}
	.fusion-footer .footer form {
		width: calc(100% - 0px);
	}
	.news-section .slick-slider .slick-next {
		right: -20px !important;
	}
	.news-section .slick-slider .slick-prev {
		left: -20px !important;
	}
	* body .fusion-mobile-current-nav-item > a{
	    color: #e0b048;
	    font-weight: bold !important;
	}
}
@media only screen and (max-width: 480px){
	.banner-section .banner-text .fusion-column-wrapper h1 {
		color: #000;
		line-height: normal;
		font-size: 35px;
	}
	.banner-section .banner-text .fusion-column-wrapper {
		padding: 20px !important;
	}
	.banner-section .fusion-column-wrapper {
		width: 90%;
	}
	.fusion-footer .footer form .mailchip {
		flex-direction: column;
	}
	.fusion-footer .footer form .mailchip input.fusion-button {
		height: 40px;
		width: 100%;
		margin: 15px 0 0;
		line-height: 40px;
		font-size: 14px;
	}
	.fusion-footer .footer form .mailchip input[type="email"] {
		height: 40px;
		font-size: 14px;
	}
	.fusion-footer .fusion-footer-widget-area {
		padding-top: 0;
		padding-bottom: 0;
	}
}