/*
Theme Name: Divi Child
Version: 4.5
Description: Divi Child Theme from TheOnlineBuddy.com
Author: Brian Hart Online
Template: Divi
Author URL: https://TheOnlineBuddy.com
*/

@import url("../Divi/style.css");

/*-------My Theme Customizations------- */

.list_spacing ul > li,
.list_spacing ol > li { 
	margin-top: 10px; 
}

/*TOB-blog-equal-height */


/* ### Search module ### */  
.search-module-v1 {
	border-radius: 25px 25px 25px 25px !important; 
} 
/*



/* ### Change the colors here ### */
/* ### Blog grid ### */
.TOB-blog-equal-height .et_pb_post .post-meta {
	/*background-color: #f6f4ef; /* meta background color */
}  
/* ### End colors ### */

/* ### Adjust the minimal grid post height ### */   
@media only screen and (min-width: 768px) {  
.TOB-blog-equal-height .et_pb_post {
		min-height: 460px; /* height of the grid post - will push read more buttom lower */
}
	
/* ### Here you can adjust the position of the read more button ### */   
.TOB-blog-equal-height .more-link {
	bottom: 15px; /* Bottom position of the read more button */
	left: 15px; /* Left position of the read more button */
	position: absolute;
}}   

@media only screen and (min-width: 768px) {   
.TOB-blog-equal-height .et_pb_post {
		position: relative;
}} 
/*TOB-blog-equal-height */
