/*
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
*/
.awb-maintenance-site-name {
	display: none !important;
}
/**************************** SLIDE ***/
/*  hr title */
.fusion-body .fusion-title hr {
	color: #d6d3d3;
	height: 1px;
	width: 50%;
	border-top: 0px;
}
/**************************** CONTENTS ***/
#breadcrumb-left {
	font-size: 13px;
}
/**************************** CAROUSEL ***/
/* carousel padding */
#carousel-hunting .awb-carousel, #carousel-target .awb-carousel {
	padding: 0px 26px !important;
}
/* carousel border */
#carousel-hunting.fusion-carousel-border .fusion-image-wrapper, #carousel-target.fusion-carousel-border .fusion-image-wrapper {
	border-top: 0px;
	border-right: 0px;
	border-left: 0px;
}
/* hover effect on boxes */
.fusion-image-hovers .hover-type-zoomin {
	overflow: visible !important;
}
/**************************** TABLES ***/
/* setting plus button */
.table-plus a {
	background-color: #e8e6e2;
	margin: 0px;
	padding: 0px;
	display: block;
	width: 50px;
	height: 21px;
	color: #696867;
}
.table-plus a:hover {
	background-color: #b29a53;
	color: #696867;
}
.dataTables_wrapper > .dataTables_scroll {
  max-height: none !important;
}
table th {
  letter-spacing: inherit !important;
}
/**************************** HISTORY TIMELINE ***/
.fea-timeline-post-icon {
	display: none;
}
.fea-timeline-wrapper .fea-timeline-row .fea-timeline-aside .fea-timeline-post-item .fea-timeline-post-description {
  width: 100%;
}
/**************************** TESTIMONIAL ***/
.fusion-person-center .person-desc .person-author {
  border-top: 1px solid;
  border-bottom: 1px solid;
  padding: 5px;
}
.person-desc {
	padding: 10px 0px !important;
}
.person-content {
	margin-top: 10px !important;
}
/**************************** FOOTER ***/
/* change link footer color */
.footer_link a {
	color: #fff;
}

/* ------------------------ START MOBILE STYLE */
@media screen and (max-width: 479px) {
	/**************************** HEADER ***/
	/* menu lingue mobile */
	.awb-menu__main-li:first-child {
	  border-right: 1px solid #fff !important;
	}
}