/**
 * =========================================================
 * AOGM SINGLE VIDEO SERMON
 * =========================================================
 */


/* =========================================================
 * LAYOUT
 * ========================================================= */

.aogm-single-video-sermon {

	width: 100%;

}

.aogm-single-video-sermon-header {

	margin-bottom: 30px;

}

.aogm-single-video-sermon-content {

	margin-bottom: 40px;

}



.aogm-single-video-sermon-category a,
.aogm-single-video-sermon-category a:hover {

	text-decoration: none;

}

.aogm-single-video-sermon-meta-row {

	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;

}

.aogm-single-video-sermon-footer {

	margin-top: 40px;

}


/* =========================================================
 * HEADER
 * ========================================================= */

.aogm-single-video-sermon-title {

	margin: 0;

}


/* =========================================================
 * CATEGORY
 * ========================================================= */

.aogm-single-video-sermon-category-section,
.aogm-single-video-sermon-meta-section {

	display: flex;
	flex-direction: column;
	gap: 8px;

	width: 100%;

	margin: 30px 0;

}

.aogm-single-video-sermon-divider {

	width: 100%;
	height: 0px;

	border-top: 2px solid var(--aogm-primary-colour);

}

.aogm-single-video-sermon-category {

	display: flex;
	align-items: center;
	justify-content: flex-start;

	flex-wrap: wrap;

	gap: 6px;

	width: 100%;
	padding-left: 20px;

	text-align: left;

}

/* =========================================================
 * CONTENT
 * ========================================================= */
 
.aogm-single-video-sermon-content iframe {

	display: block;

	width: 100% !important;
	height: auto !important;

	aspect-ratio: 16 / 9;

	max-width: 100%;

}
.aogm-single-video-sermon-content .wp-block-embed,
.aogm-single-video-sermon-content .wp-block-embed__wrapper {

	width: 100%;
	max-width: 100%;

}


.aogm-single-video-sermon-content {

	width: 100%;

}

.aogm-single-video-sermon-content > :first-child {

	margin-top: 0;

}

.aogm-single-video-sermon-content > :last-child {

	margin-bottom: 0;

}

/* =========================================================
 * META
 * ========================================================= */

.aogm-single-video-sermon-speaker,
.aogm-single-video-sermon-views {

	display: flex;
	align-items: center;
	gap: 8px;

}

.aogm-single-video-sermon-speaker {

	flex: 1;
	min-width: 0;

	padding-left: 20px;

}

.aogm-single-video-sermon-views {

	flex: 0 0 auto;

	padding-right: 20px;

}


/* =========================================================
 * FOOTER
 * ========================================================= */

.aogm-single-video-sermon-footer {

	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;

	margin-top: 40px;

}


/* =========================================================
 * TABLET
 * ========================================================= */

@media (max-width: 1024px) {


	.aogm-single-video-sermon-category-section,
    .aogm-single-video-sermon-meta-section {

		gap: 15px;

	}

}


/* =========================================================
 * MOBILE
 * ========================================================= */

@media (max-width: 767px) {

	.aogm-single-video-sermon-header {

		margin-bottom: 25px;

	}

    .aogm-single-video-sermon-content {
    
    	margin-bottom: 30px;
    
    }

	.aogm-single-video-sermon-category-section,
    .aogm-single-video-sermon-meta-section {

		gap: 12px;

	}

.aogm-single-video-sermon-meta-row {

	display: flex;
	align-items: center;
	justify-content: space-between;

	gap: 20px;


}

	.aogm-single-video-sermon-footer {

		margin-top: 30px;

	}

}