/*
		BLOG
*/

.blog_page-header{
	background-color: #111;
	padding:160px 0 100px;
	text-align: center;
	color: #888;
}
.blog_page-title{
	color: #fff;
	font-size: 2em;
	margin: 0;
}
.blog_page-meta a{color: #BDA3E9;}
.blog_page-container{
	padding: 2em 0;
}

.loop_wrapper{
    justify-content:space-between;
	padding: 20px;
}


.loop_item {
	margin-bottom: 2.5em;
	
}

.loop_item-box {
	height: 100%;
}

.loop_entry-link {
	display: block;
	position: relative;
	color: #432077;
	font-weight: bold;
	margin-bottom: 1em;
}

.loop_title {
	margin: 0;
	line-height: 1.2;
	font-size: 1.25rem;
}
.loop_title a{
	color: #333;
}
.loop_title a:hover,
.loop_title a:focus{
	color: #000;
}

.loop_post_meta {
	font-size: 0.735em;text-transform: uppercase;
	color: rgb(106, 86, 20);
}


.loop_content p {
	margin: 0;
}

.loop_date {
	position: absolute;
	z-index: 100;
	top: 1em;
	left: 1em;
	background-color: #fff;
	border-radius: 4px;
	text-align: center;
	padding: 6px;
	line-height: 1;
}

.loop_month {
	text-transform: uppercase;
	font-size: 1.25em;
	color: #432077;
}

.loop_year {
	text-transform: uppercase;
	color: #888;
}


.no-results{
	max-width: 640px;
	margin: 4em auto;

}

.elementor-nav-menu span.sub-arrow{
	padding: 10px;
}
.elementor-nav-menu--indicator-chevron .elementor-nav-menu span.sub-arrow:before{
	content: '';
	display: inline-block;
	width: 10px;
	height: 10px;
	border-bottom: solid 2px #fff;
	border-right: solid 2px #fff;
	transform: rotate(45deg);
}
.elementor-nav-menu--indicator-chevron .elementor-nav-menu span.sub-arrow i::before{
	display:none
}

@media screen and (min-width:720px) {
	.blog_page-title {
		font-size: 3em;
	}
	.loop_wrapper{
		padding: 30px;
	}
	.loop_item {
		width: 50%;
		max-width: 560px;
	}
}

@media screen and (min-width:900px) {
	.loop_item{
		max-width: 400px;
	}
}

