/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

 .theme-by{
	display:none;
}

#site-content .section-inner{
	width: auto;
}

#site-content .post-inner{
		width: auto;

}
.show-preview-titles .has-post-thumbnail .post-overlay{
	background: rgba(0, 0, 0, 0.3);
}

.flexslider .slides li img{
	max-height: 800px;
	object-fit: cover;

}

.flex-control-nav.flex-control-paging{
display: none;
}


.wp-block-categories-list li, .wp-block-archives-list li{
	    list-style: none;
}

.wp-block-categories-list  li a, .wp-block-archives-list li a{
	    color: white;
		transition: all .3s;
		text-decoration: none;
		font-weight: bold;

}

.wp-block-categories-list  li a:hover, .wp-block-archives-list li a:hover{
	    opacity: .6;

}


.footer-widgets.section-inner{
	width: 100%;
	padding: 15px;

}

.footer-widgets-col.column-one{
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.footer-widgets-col.column-one > .widget{
 margin-top: 0;
 padding: 0 45px;
}

@media (max-width: 991px){
.footer-widgets-col.column-one > .widget{
 margin-top: 30px;
        width: 100%;

}
}


a.post.type-post{
	transition: all .3s;
}

a.post.type-post:hover{
    filter: brightness(1.5);


}