/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 30 2023 | 23:02:24 */
/* content__image-only */
.content__image-only .post-cards__item-content {
	display: none;
}

/* content__with-bg */
.content__with-bg .post-cards__item {
	text-align: center;
	background-color: var(--primary-brand-color);
	box-shadow: 0px 6px 96px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
}

.content__with-bg .post-cards__item .post-cards__item-image-box {
	padding-top: 48px;
	padding-bottom: 0;
	height: auto;
	pointer-events: none;
}

.content__with-bg .post-cards__item .post-cards__item-image-box img {
	position: relative;
    width: 70px;
    height: 70px;
}

.content__with-bg .post-cards__item .post-cards__item-content * {
	color: var(--white);
}

.content__with-bg .post-cards__item .post-cards__item-title {
	font-weight: 700;
	font-size: 40px;
	line-height: 40.4px;
}

.content__with-bg .post-cards__item .post-cards__item-link {
	display: none;
}

/* cards--plain */
.cards--plain {
	display: flex;
	align-items: center;
}

.cards--plain .post-cards__item-image-box {
	align-items: flex-start;
	padding-top: 48px;
	padding-bottom: 0;
	height: auto;
}

.cards--plain .post-cards__item-image {
	position: relative;
    width: auto;
    height: auto;
}

.custom__card--plain .evlt-paragraph,
.cards--plain .post-card__static-item {
	background: #FFFFFF;
	border-top: 8px solid #EC3426;
	box-shadow: 0px 6px 96px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
}

.cards--plain .post-cards__item-content {
	padding-top: 0;
	padding-bottom: 48px;
}

.cards--plain .post-cards__item-link {
	display: none;
}

.custom__card--plain .evlt-paragraph__main-title,
.cards--plain .post-cards__item-title {
	margin-bottom: 24px;
	
	font-family: var(--menus-font-family);
	font-weight: 800;
	font-size: 24px;
	line-height: 33px;
}

.custom__card--plain .evlt-paragraph .evlt-paragraph__text,
.cards--plain .post-cards__item-text {
	font-weight: 400;
	font-size: 17px;
	line-height: 23.99px;
}

/* card__content--none */
.card__content--none .post-cards__item-content .post-cards__item-text {
	display: none;
}

@media (min-width: 1300px) {
	/* card__content--hover-animation */
	.card__content--hover-animation .post-cards__item-image-box {
		height: 536px;
	}
}

@media (min-width: 992px) {
	/* 	cards--plain */
	.cards--plain {
		padding-left: 78px;
	}
	
	/* card__content--hover-animation */
	.card__content--hover-animation  .post-cards__item-content {
		position: absolute;
		bottom: 0;
		height: auto;
		background-color: #fff;
	}

	.card__content--hover-animation .post-card__static-item {
		overflow: hidden;
	}

	.card__content--hover-animation .post-cards__item-text {
		position: relative;
		bottom: -100px;
		opacity: 0;
		max-height: 0;
		transition: all .1s ease-out;
	}
	
	.card__content--hover-animation .post-cards__item-link {
		padding-left: 0;
		
		transition: padding-left .3s ease-in-out;
	}

	.card__content--hover-animation .post-card__static-item:hover .post-cards__item-text {
		bottom: 0;
		max-height: 500px;
		opacity: 1;
		transition: all .3s ease-in;
	}
	
	.card__content--hover-animation .post-card__static-item:hover .post-cards__item-link {
		padding-left: 8px;
		
		transition: padding-left .3s ease-in-out;
	}
}

@media (min-width: 992px) and (max-width: 1299px) {
	/* card__content--hover-animation */
	.card__content--hover-animation .post-cards__item-image-box {
		height: 296px;
	}
	
	.content__with-bg .post-cards__static-layout {
		--columns-count: 3 !important;
	}
}

@media (max-width: 1299px) {
	.custom__card--plain .evlt-paragraph__main-title, .cards--plain .post-cards__item-title {
		font-size: 20px;
		line-height: 22px;
	}
	
	.custom__card--plain .evlt-paragraph .evlt-paragraph__text, .cards--plain .post-cards__item-text {
		font-size: 14px;
		line-height: 15.99px;
	}
	
	.content__with-bg .post-cards__item .post-cards__item-title {
		font-size: 33px;
		line-height: 33.4px;
	}
}

@media (max-width: 991px) {
	.post-cards__static-layout {
		overflow-x: initial;
	}
	
	.cards--plain .post-cards__item:not(.post-cards__item--full-image) .post-cards__item-image-box {
		height: auto;
	}
	
	.section__text-with-card .layout-row__content  {
		--col-frs: 12fr !important;
	}
}

@media (min-width: 576px) and (max-width: 991px) {
	.content__with-bg .post-cards__static-layout,
	.section__values .post-cards__static-layout,
	.card__content--hover-animation .post-cards__static-layout {
		--columns-count: 2 !important;
	}
}

@media (max-width: 575px) {
	.cards--plain .post-cards__static-layout,
	.content__with-bg .post-cards__static-layout,
	.section__values .post-cards__static-layout,
	.card__content--hover-animation .post-cards__static-layout {
		--columns-count: 1 !important;
	}
}