/*
Theme Name: Divi Child
Template: Divi
*/

/* Blog in homepage */
.home-blog .et_pb_post a.more-link {
	background-color: #235ba8;
	border: 1px #235ba8 solid;
	border-radius: 3px;
	float: right;
	margin-top: 15px;
	padding: 7px 8px 2px 8px;
}

.home-blog .et_pb_post a.more-link:hover {
	background-color: #ffffff;
}

/* Hover CSS - Grow */
.hvr-grow {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    transition-duration: 0.3s;
    transition-property: transform;
}
.hvr-grow:hover,
.hvr-grow:focus,
.hvr-grow:active {
    transform: scale(1.1);
}