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

/**************************** SLIDE ***/
/*  hr title */
.fusion-body .fusion-title hr {
	color: #d6d3d3;
	height: 1px;
	width: 50%;
	border-top: 0px;
	margin-top: 0px;
	margin-bottom: 15px
}

.slide-content-container .heading {
  margin-top: 20% !important;
}
/* cambia posizione immagine */
 .tfs-slider .background-image {
  background-position: 100% top !important;
}
/**************************** CAROUSEL ***/
/* carousel padding */
#carousel-caccia .awb-carousel, #carousel-tiro .awb-carousel {
	padding: 0px 26px !important;
}
/* carousel border */
#carousel-caccia.fusion-carousel-border .fusion-image-wrapper, #carousel-tiro.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 ***/
table th {
  letter-spacing: inherit !important;
}
.wptm_table tr.row0 th {
    line-height: 1 !important;
}
/* ------------------------ 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;
	}
}