/**
 * @package         JD Services Showcase
 * @version         1.0
 * @author          JoomDev <support@joomdev.com>
 * @link            https://www.joomdev.com
 * @copyright       Copyright © 2018 Regular Labs All Rights Reserved
 * @license         http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
 */

/* Services Showcase Features box icon
=========================== */
.jd-services .row >div {
	display: flex;
	margin-top: 30px;
}
.jd-services .row >div >a {
	display: flex;
	width: 100%;
}
.jd-services .features-box-icon-wrapper {
	background: #fff;
	padding: 48px;
	border: 1px solid #eee;
	text-align: center;
	width: 100%;
}

.jd-services .features-box-icon-wrapper .features-box-icon {
	font-size: 42px;
}

.jd-services .features-box-icon-wrapper .features-box-content {
	margin-top: 35px;
}

.jd-services .features-box-icon-wrapper .features-box-content .title {
	font-size: 20px;
	margin-bottom: 30px;
	color: #3b3735;
font-weight: 500;
}

.jd-services .features-box-icon-wrapper .features-box-content .short-description {
	margin-bottom: 0;
	color: #000;
	font-size: 16px;
}

.jd-services .features-box-icon-wrapper:focus,
.jd-services .features-box-icon-wrapper:hover {
	background: #2c6bfd;
	color: #fff;
}

.jd-services .features-box-icon-wrapper:focus .title,
.jd-services .features-box-icon-wrapper:focus .short-description,
.jd-services .features-box-icon-wrapper:focus .title a,
.jd-services .features-box-icon-wrapper:hover .title,
.jd-services .features-box-icon-wrapper:hover .title a,
.jd-services .features-box-icon-wrapper:hover .short-description {
	color: #fff;
}

.jd-services .features-box-icon-wrapper .features-box-content .title a:hover,
.jd-services .features-box-icon-wrapper .features-box-content .title a:focus {
	color: #fff;
}

.jd-services .features-box-icon-wrapper.features-box-hover-none {
	background: #fff;
}

/*# sourceMappingURL=style.css.map */