/* 
 Theme Name:     Bare bones for Divi
 Author:         Divi theme examples
 Author URI:     http://www.divithemeexamples.com 
 Template:       Divi
 Version:        1.0 
*/ 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 


.single #main-content .container:before {
	display: none;
}

.et_pb_blog_grid .et_pb_image_container img {
    height: 260px;
    object-fit: cover;
    object-position: top;
}

.single h1,
.single h2,
.single h3,
.single h4 {
	line-height: 1.4;
}

.single h2 {
	margin: 15px 0;
}

.et_pb_icon_wrap {
	transition: all 0.3s ease-in-out;
}

.et_pb_icon_wrap:hover {
	transform: scale(1.15);
}

@media (min-width: 990px) {
	.single #left-area {
		width: 60%;
	}
	
	.single .post img {
		position: absolute;
		right: 0;
		width: 40%;
	}
}