/*
CTC Separate Stylesheet
Updated: 2025-10-28 03:15:15
*/

.img-float-left {
    width: 100%;
    max-width: 350px !important;
    float: left;
    margin-right: 35px;
}
.single-mec-events #main-content {
    padding-top: 30px;
}
.sermon-wrapper {
    display: inline-block !important;
}
.post-type-archive-sermons .sermon-wrapper .sermon-title-holder {
    padding: 30px 20px !important;
}
@media only screen and (max-width: 639px) {
	.img-float-left {
		float: none;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
}