/* T5 Content Area General Setup */
.light-bg.content-area.t5 {
}

.dark-bg.content-area.t5 {
}

.bg-image.light-bg.content-area.t5 .img {
	box-shadow: 0 0 2em rgba(0,0,0,0.298); /* alpha($Black,30%) */
}

.bg-image.dark-bg.content-area.t5 .img {
	box-shadow: 0 0 2em rgba(0,0,0,0.502); /* alpha($Black,50%) */
}
/* End T5 Content Area General Setup */

/* T5 Content Area Light Theme Content Box */
.light-bg.content-area.t5 .content {
}

.light-bg.content-area.t5 .content header > *:first-child:not(a) {
}

.light-bg.content-area.t5 .content header > *:nth-child(2):not(p) {
}
/* End T5 Content Area Light Theme Content Box */

/* T5 Content Area Dark Theme Content Box */
.dark-bg.content-area.t5 .content {
}

.dark-bg.content-area.t5 .content header > *:first-child:not(a) {
}

.dark-bg.content-area.t5 .content header > *:nth-child(2):not(p) {
}
/* End T5 Content Area Dark Theme Content Box */
