.results-container {
	padding: 20px 5px;
}

.menus-feed-video {
	height: 0;
	padding-top: 56.25%;
}

.web-isotope.web-isotope-gap .web-isotope-item {
	padding: 0px;
}

.web-blog-isotope .web-blog-post {
	margin-bottom: 20px;
}

.menus-feed-item {
	    background: #d6d3d1;
    box-shadow: none;
    border: 1px solid #12324f;
}

.is-featured .menus-feed-item {
	box-shadow: var(--color-main-2) 0px 0px 0px 3px, rgb(240, 240, 240) 10px 10px 20px, rgb(254, 254, 254) -10px -10px 20px;
}

.menus-feed-item > div {
	overflow: hidden;
}

hr {
	border-top: solid 1px rgba(0,0,0,.1);
}

.post-featured {
	position: absolute;
	z-index: 2;
	top: 20px;
	left: 30px;
}
.post-featured > * {
	background: var(--color-main-2 );
	color: var(--color-main-11 );
	border-radius: 10px !important;
	padding: 4px 12px;
	line-height: 1;
	font-size: 14px;
	height: auto;
}


@-webkit-keyframes slide {
	0% { transform: translatex(0px); }
	5% { transform: translatex(-20px); }
	10% { transform: translatex(0px); }
	90% { transform: translatex(0px); }
	95% { transform: translatex(-20px); }
	100% { transform: translatex(0px); }
}
.flickity-slider>.carousel-cell:first-child img.lazy.loaded,
.flickity-slider>.carousel-cell:nth-child(2) img.lazy.loaded {
-webkit-animation: slide 5s ease infinite;
	animation-delay: 2s;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
.flickity-prev-next-button {
	width: 25px;
	height: 25px;
	background: var(--color-main-2 );
	color: #fff;
}
.flickity-prev-next-button:hover {
	background: var(--color-main-3 );
}

/**** NEWS ****/

.category-nav .main-nav-items .nav-link.active .cat-label:after {

    background: #12324f!important;
}
.category-nav-wrapper:after {
    background: #e1e1e1!important;
}
.category-nav-arrow.right {
    right: 0;
    text-align: right;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.001), #d6d3d1)!important;
}
.category-nav-arrow.left {
    left: 0;
    text-align: left;
    background: linear-gradient(to left, rgba(0, 0, 0, 0.001), #d6d3d1)!important;
}
.category-nav .main-nav-items .nav-link, .category-nav .icon-items li a {
    color: #12324f!important;
}