/*
 Theme Name:     PlantedSky
 Theme URI:      https://www.plantedsky.com/
 Description:    Divi Child Theme by Planted Sky
 Author:         Bobby McGivney
 Author URI:     https://www.plantedsky.com/
 Template:       Divi
 Version:        1.0.0
*/
 
/* Theme customization starts here
------------------------------------------------------- */


/*learndash grid edits*/

/* hide learndash grid elements */

.ld_course_grid .thumbnail img,
.ld_course_grid_button {
	display: none !important;
}

/* no nth child fallback*/

.ld-course-list-items .ld_course_grid .thumbnail {
	background: #787f52;
}

/*odd/even fallback*/

.ld-course-list-items .ld_course_grid:nth-child(odd) .thumbnail {
	background: #787f52;
}

.ld-course-list-items .ld_course_grid:nth-child(even) .thumbnail {
	background: #c66d1e;
}

/*every so often*/

.ld-course-list-items .ld_course_grid:nth-child(4n + 1) .thumbnail {
	background: #9b5742;
}

.ld-course-list-items .ld_course_grid:nth-child(4n + 2) .thumbnail {
	background: #d99f68;
}

.ld-course-list-items .ld_course_grid:nth-child(4n + 3) .thumbnail {
	background: #5b5649;
}

.ld-course-list-items .ld_course_grid:nth-child(4n + 4) .thumbnail {
	background: #787f52;
}

.ld-course-list-items .ld_course_grid .thumbnail {
	padding: 20px !important;
}

.ld-course-list-items .ld_course_grid .thumbnail h3,
.ld-course-list-items .ld_course_grid .thumbnail p {
	color: white !important;
}


/* customizing bloom optin */

.et_bloom_form_text h2 {
    font-family: 'Abhaya Libre',Georgia,"Times New Roman",serif !important;
    font-size: 32px;
}

.et_bloom_form_text p {
    color: #5b5649;
} 

.et_bloom .et_bloom_optin_1.et_bloom_optin .et_bloom_border_inset {
    -moz-box-shadow: inset 0 0 0 3px #5b5649;
    -webkit-box-shadow: inset 0 0 0 3px #5b5649;
    box-shadow: inset 0 0 0 3px #5b5649;
}
