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

/* custom Amity Interiors css */

section .fusion-builder-row {
  position: relative;
  z-index: 1 !important;
} 

/* services section */
.service-section {
	z-index: 1 !important;
}

.service-box {
	transition: 0.5s;
	margin-top: 0px !important;
	margin-bottom: 20px !important;
}

.service-box .fusion-column-wrapper {
	border: solid 1px #ededec !important;
	border-radius: 10px !important;
	text-align: center;
	transition: 0.5s;
}

.service-box h3 {
	font-size: 16px !important;
	text-align: center;
	padding: 6px 10px !important;
	transition: 0.5s;
	font-weight: 300 !important;
}

.service-box .fusion-title {
	margin-top: 8px !important;
	margin-bottom: 8px !important;
}



.service-box:hover h3 {
	color:#fff !important;
	transition: 0.5s;
}

.service-box:hover .fusion-column-wrapper {
	background-color: #1D252D !important;
	transition: 0.5s;
}

/* product page */

.service-page-intro {}

.product-carousel {}

.product-carousel .awb-imageframe-caption p {display: none}

.product-carousel .awb-imageframe-caption h3 {margin-top: 30px;}

.product-features {}

/* order blinds section */
.order-blinds-section h3 {
	font-size: 12px !important;
	margin-top: 20px !important;
	text-transform: uppercase !important;
	font-weight: bold;
}

.order-blinds-section .fusion-layout-column .fusion-column-wrapper {
	border-radius: 16px !important;
	padding: 10px 20px !important;
}

.order-blinds-section .order-box p {
	font-size: 14px !important;
	line-height: 20px !important;
}

/* feature list */
ul.featurelist {
	padding-left: 10px;
	margin: 0px;
}

ul.featurelist li {
	list-style: none;
	background: transparent url(/images/bullet.webp) no-repeat left 7px;
	background-size: 18px 14px;
	padding-left: 30px;
	padding-bottom: 4px;
	margin-bottom: 10px;
}

ul.featurelistwhite li {
	list-style: none;
	background: transparent url(/images/bullet-white.webp) no-repeat left 7px;
	background-size: 18px 14px;
	padding-left: 30px;
	padding-bottom: 4px;
}

.visit-showroom-section {}

.amity-follow-us {}

/* contact us */
.opening-hours, .opening-hours p {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

/* footer */
.amity-footer a {
	color: #fff !important;
}

.amity-footer .footer-menu a:hover {
	color: #81a2ad !important;
}

/* mobile */
@media only screen and (max-width: 600px) {
.product-carousel .awb-imageframe-caption h3 {display: none;}
}