/* T6 Content Area Light Theme General Setup */

.light-bg.content-area.t6 {
}

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

.light-bg.content-area.t6 header > *:nth-child(2):not(p) {
}

/* End T6 Content Area Light Theme General Setup */

/* T6 Content Area Dark Theme General Setup */

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

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

.dark-bg.content-area.t6 header > *:nth-child(2):not(p) {
}

/* End T6 Content Area Dark Theme General Setup */

/* T6 Content Area Light Theme Values List Styles */

.light-bg.content-area.t6 .content-list li {
	border-color: #FFFFFF; /* $White */
	background-color: #F7F7F7; /* darken($White,3%) */
}

.bg-image.light-bg.content-area.t6 .content-list li {
	background-color: #F48402; /* $Color3 */
}

.light-bg.content-area.t6 .content-list li icon {
	color: #051585; /* $Color1 */
}

.light-bg.content-area.t6 .content-list li .info strong {
	color: #FFFFFF; /* $White */
}

.light-bg.content-area.t6 .content-list li .info p {
	color: #000000; /* $Black */
}

/* End T6 Content Area Light Theme Values List Styles */

/* T6 Content Area Dark Theme Values List Styles */

.dark-bg.content-area.t6 .content-list li {
	border-color: #FFFFFF; /* $White */
	background-color: #F48402; /* $Color3 */
	border-radius: 1em;
}

.bg-image.dark-bg.content-area.t6 .content-list li {
	background-color: rgba(0,0,0,0.8); /* alpha($Black,80%) */
	border-color: #FFFFFF; /* $White */
}

.dark-bg.content-area.t6 .content-list li icon {
	color: #E04500; /* $Color2 */
}

.bg-image.dark-bg.content-area.t6 .content-list li icon {
	color: #DBDCDC; /* $Color4 */
}

.dark-bg.content-area.t6 .content-list li .info strong {
	color: #FFFFFF; /* $White */
}

.bg-image.dark-bg.content-area.t6 .content-list li .info strong {
	color: #051585; /* $Color1 */
}

.dark-bg.content-area.t6 .content-list li .info p {
	color: #000000; /* $Black */
}

/* End T6 Content Area Dark Theme Values List Styles */

