/*
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
*/
/* Galleries */
.product-gallery {
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	justify-content: left;
	-webkit-justify-content: left;
	-ms-justify-content: left;
	margin-bottom: 50px;
}
.product-gallery-image-wrapper {
	width: 30%;
	margin: 0 1.5% 25px;
}
.page-template-product .fancybox-slide > * {
	background-color: #003151;
}
.page-template-product h2 {
	text-align: center;
}
.fancybox-slide .product-gallery-image-description {
	width: 100%;
	max-width: 960px;
	margin:0 auto;
	background: #003151;
	border: 1px solid #000;
	text-align:center;
}
.product-gallery-image-description h2.product-title {
	text-align:center;
}
.product-image-wrapper {
	text-align: center;
	position: relative;
}
.product-image-wrapper img {
	display:block;
	margin:0 auto;
}
.product-summary-description {
	padding: 25px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	background: rgba(0,40,81,.75);
	opacity: 0;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	z-index: 9999;
}
.product-image-wrapper:hover .product-summary-description {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.product-image-wrapper .product-summary-description .product-title { color: #fff;}
.more-info-button {
	clear: both;
	color: #fff;
	display: block;
	border: none;
	outline: none;
	text-transform: uppercase;
	padding: 5px;
	margin: 10px auto 0;
	border: solid 1px #333;
	background-image: -ms-linear-gradient(top, #5c5c5c 0%, #333 100%);
	background-image: -moz-linear-gradient(top, #5c5c5c 0%, #333 100%);
	background-image: -o-linear-gradient(top, #5c5c5c 0%, #333 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #5c5c5c), color-stop(1, #333));
	background-image: -webkit-linear-gradient(top, #5c5c5c 0%, #333 100%);
	background-image: linear-gradient(to bottom, #5c5c5c 0%, #333 100%);
	cursor: pointer;
	font-size: 12px;
}
.slick-track {
	display: flex !important;
}
.slick-slide {
	height:auto !important;
}
.slick-slide a {
	display:block;
}
.slick-slide a img {
	margin: 0 auto;
	max-height: 270px;
}
.slide .slide-caption-wrapper {
	max-width: 1170px; 
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height:100%;
	margin: 0 auto;
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
}
.slide .slide-caption {
	text-transform: uppercase;
	color: #fff;
	padding: 25px;
	background:rgba(0,0,0,.5);
}
.slide .slide-caption h1 {
	font-family: 'Open Sans', sans-serif;
	font-size: 36px;
	font-weight: 700;
	color: #fff;
}
.slide .slide-caption h2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 28px;
	font-weight: 700;
	color: #fff;
}
#dealer-menu {
	background: #003151;
	padding: 20px;
}
#dealer-menu .fusion-title {
	margin-bottom: 15px !important;
}
#dealer-menu ul {
	list-style: none;
	text-align: center;
}
#dealer-menu ul li .icon-wrapper {
	display: none;
}
#dealer-menu ul li .fusion-li-item-content {
	margin-left: 0 !important;
}
#dealer-menu h3 {
	padding-bottom: 15px;
	border-bottom: 1px solid #fff;
}
#dealer-menu h3,
#dealer-menu ul li a {
	color: #fff;
}
