.wp-block {} /*  (.wp-block {} ensures MT files load in Gutenberg editor) */


/*= Lectures - below fold ===== */

/** Lectures - below fold >> Bde column 214 139 **/
.bde-column-214-139 {
	color: rgb(160, 130, 55) !important;
}

/** Lectures - below fold >> Mejs controls **/
#mep_0 .mejs-controls {
	background-color: rgb(160, 130, 55) !important;
}

/** Lectures - below fold >> Plyr seek 4603 **/
#plyr-seek-4603 {
	color: rgb(160, 130, 55) !important;
}

/** Lectures - below fold >> Button **/
.plyr__controls > button {
	color: rgb(160, 130, 55) !important;
}

/** Lectures - below fold >> Button (:hover) **/
.plyr__controls > button:hover {
	background-color: rgba(160, 130, 55, 0.49) !important;
}

/** Lectures - below fold >> Button (::before) **/
.plyr__controls > button::before {
	background-color: rgba(160, 130, 55, 0.49) !important;
	content: " " !important;
}

/** Lectures - below fold >> Button (::after) **/
.plyr__controls > button::after {
	background-color: rgba(160, 130, 55, 0.49) !important;
	content: " " !important;
}

/** Lectures - below fold >> Plyr control **/
.plyr__volume .plyr__control {
	color: rgb(160, 130, 55) !important;
}

