.madnify-community-blog-item {
	border: 1px solid #ddd;
	border-radius: 5px;
	margin-bottom: 15px;
	padding: 0px;
	overflow: hidden;
}
.madnify-community-blog-item > *:not(img) {
	padding-left:10px;
	padding-right:10px;
}
.madnify-community-social {
	padding: 0;
	list-style-type:none;
}
.madnify-community-social li {
	display:inline-block;
	font-size: 30px;
}
.madnify-community-social li a:hover,
.madnify-community-social li a:focus {
	text-decoration: none;
}
.madnify-promotion {
	margin-bottom: 30px;
}
.slide-clone {
	margin: 50px 20px;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position:center center;
	border-radius: 5px;
	transition: 0.3s;
}
.slide-clone.slick-center {
	transform:scale(1.3);
	position: relative;
	cursor: pointer;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
}
body:not(.fl-builder-edit) .slider-gallery .fl-gallery {
	display: none !important;
}
.slick-arrow {
	top:50%;
	position:absolute;
	transform:translateY(-50%);
	font-size:30px;
	font-weight:600;
	color: #3e8634;
	z-index:1;
	cursor:pointer;
	transition: 0.3s;
}
.slick-arrow:hover,
.slick-arrow:focus {
	color: #ed581b;
}
.slick-arrow.prev-arrow {
	left:0;
}
.slick-arrow.next-arrow {
	right:0;
}
.madnify-buttons {
	padding:0;
	list-style-type: none;
}
.madnify-buttons .button {
	padding: 10px 15px;
	display:inline-block;
	margin-bottom:10px;
}
.madnify-buttons .button:hover,
.madnify-buttons .button:focus {
	text-decoration: none;
}
.madnify-buttons .button.default {
	background: #3D8534;
	color: white;
}
.madnify-buttons .button.default:hover,
.madnify-buttons .button.default:focus {
	background: #f36c21;
	color: black;
}
.madnify-promotion img {
	float: none !important;
	margin: 0 !important;
}
.madnify-community-social a {
	font-size: 40px;
}
.madnify-details {
	margin: 20px 0px;
}
.madnify-detail-item {
	display:flex;
	margin-bottom:10px;
}
.madnify-detail-icon {
	width:100%;
	max-width:50px;
}
.madnify-detail-text {
	width:100%;
	padding: 10px;
}
.madnify-community-social .facebook i {
	color: #3B5998;
}
.madnify-community-social .twitter i {
	color: #3B5998;
}
.madnify-community-social .instagram i {
	color: #C13584;
}
.madnify-community-social .linkedin i {
	color: #0073B0;
}
.madnify-community-social .youtube i {
	color: #ff0000;
}
@media(max-width:767px) {
	.madnify-promotion {
		text-align:center;
	}
}