/* Blogs Parent Styles */
:root {
	
}

.system-style.system-entry .content-style iframe {
	width:100% !important;
	height:500px;
}
/* End Blogs Parent Styles */


/* Blogs Categories Styles */
.blog-categories header {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.blog-categories header:before,
.blog-categories header:after {
    content: '';
    border-top: 2px solid #7eddd3;
    margin: 0 20px 0 0;
    flex: 1 0 20px;
}

.blog-categories header:after {
    margin: 0 0 0 20px;
}

.blog-categories ul {
	border-bottom: 2px solid #7eddd3;
}

.blog-categories li {
	padding: 1.5rem 0;
}

.blog-categories .icon-cont svg{
	color: var(--click1-color);
	font-size: 2rem;
	margin-right: 1rem;
	margin-top: .25em;
}

.blog-categories {
	display: block;
	position: relative;
	padding-top: 0 !important;
}

.blog-categories a {
	display: block;
	line-height: 3.5;
}
/* End Blogs Categories Styles */

/* Blogs Feature Styles */

.blog-feature figure {
	width: 57% !important;
    padding-bottom: 30% !important;
}

.blog-feature .content {
	width: 40% !important;
}

/* End Blogs Feature Styles */


/* 800px Responsive */
@media screen and (max-width:800px) {
	.blog-feature li > * {
		display: flex;
		flex-direction: column;
	}
	
	.blog-feature figure {
	    height: 0 !important;
	    width: 100% !important;
	    padding-bottom: 50% !important;
	}
	
	.blog-feature .content {
		width: 90% !important;
		margin: 0 auto;
	}

}
/* End 800px Responsive */