.card-flex {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}

.card-flex:before,
.card-flex:after {
    display: none;
}

.card-item {
    padding: 0 11px;
}

.cards .container-fluid {
    padding: 0 ;
}

.cards__headline {
    padding: 0 22px;
}

.cards__headline h2 {
    padding-bottom: 0;
}

.js-cards {
    padding: 30px 0 30px 28px;
}

.cards__static {
    padding: 30px 0;
}

.cards .subheading {
    padding-left: 22px;
    padding-bottom: 15px;
}

.cards .btn {
    margin-right: 22px;
}

.card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-decoration: none;
    height: 100%;
    background-color: #fff;
    width: 308px;
    transition: all ease-in-out 300ms;
}

.card__bottom {
    padding: 0 25px 25px 25px;
}

.card__img-wrap {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 146px !important;
}

.card__img-wrap::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 5px;
    background: linear-gradient(45deg, rgba(119,173,92,1) 0%,rgba(161,219,128,1) 100%);
    bottom: 0;
    left: 0;
    transition: all ease-in-out 300ms;
}

.card__img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
}


.card__details {
    padding: 20px 25px;
}

.card__description,
.card__sub-title,
.card__title {
    text-decoration: none;
    -webkit-text-decoration-color: transparent;
            text-decoration-color: transparent;
}

.card__sub-title {
    margin-top: 0;
    margin-bottom: 4px;
    color: #9A9A9A;
    font-size: 11px;
    font-family: 'Jost', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.card__title {
    color: #090A05;
    font-size: 19px;
    font-family: 'Jost', sans-serif;
    font-weight: 600;
    letter-spacing: 0.02em;
    line-height: 1.368em;
}

.card__description {
    font-size: 15px;
    padding-top: 10px;
    color: #525252;
    font-weight: 400;
}

.cards .slick-track {
    display: flex !important;
}

.cards .slick-slide {
    height: inherit !important;
}

.cards .slick-slide div {
    height: 100%;
}

.cards .slick-slide .card div {
    height: auto;
}

.cards__static .card-item {
    margin-bottom: 32px;
}

.cards__static .card {
    width: 100%;
}

.cards--without-slide .container-fluid {
    padding: 0 22px;
}

.cards--without-slide .subheading {
    padding-left: 0;
}

.cards--without-slide .cards__headline {
    padding: 0;
}

.cards__static .card-item {
    padding: 0 16px;
}

.card--link:hover {
    text-decoration: none;
}

.card-filter {
    padding: 40px 22px 20px 22px;
    margin-bottom: 15px;
}

.card-filter__col {
    position: relative;
    margin-bottom: 25px;
}

.card-filter__col label {
    display: block;
    text-align: left;
    color: #50565A;
    font-size: 16px;
    position: relative;
    font-family: 'Jost', sans-serif;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    padding-bottom: 6px;
    top: 0;
    left: 0;
    transform: none;
    transition: all ease-in-out 0.3s;
}

.cards--inner {
    padding-top: 0;
}

.blog-listing-container .card--link,
.cards__static .card--link {
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
}

.card__showing {
    max-width: 310px;
    margin: 15px auto 20px;
    text-align: center;
}

.card__showing p {
    font-size: 15px;
    color: #525252;
    padding-bottom: 15px;
}

.card__progress {
    width: 100%;
    height: 6px;
    background: #D8D9DE;
    position: relative;
}

.card__progress__bar {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 20%;
    background: #77AD5C;
}

.moreBox {
    display: none;
}

.loadMore .btn::before {
    content: "\e903";
}


.card__tel {
    padding-bottom: 25px;
}

.card__tel a {
    text-decoration: none;
}

.card__tel i {
    vertical-align: middle;
    padding-right: 3px;
    padding-bottom: 2px;
}

.card__img-wrap--no-border::after {
    display: none;
}

.cards--location h2 {
    padding-bottom: 40px;
}

.cards--location .card-item {
    margin-bottom: 32px;
}

.cards--location .card-item {
    padding: 0 16px;
}

.cards--location .card {
    width: 100%;
}

.cards--location .container-fluid {
    padding: 0 22px;
}

@media (min-width: 768px) {
    .card-item {
        padding: 0 16px;
    }
    
    .cards .container-fluid {
        padding: 0 52px ;
    }
    
    .cards__headline {
        padding: 0;
    }
    
    .js-cards,
    .cards__static {
        padding: 30px 0 30px 0;
    }
    
    .cards .subheading {
        padding-left: 0;
    }
    
    .cards .btn {
        margin-right: 0;
    }
    
    .card {
        width: 100%;
    }

    .card__img-wrap {
        height: 150px !important;
    }

    .card__sub-title {
        font-size: 12px;
    }

    .card__title {
        font-size: 20px;
    }

    .card__description {
        font-size: 16px;
    }

    .card-filter {
        box-sizing: border-box;
        display: flex;
        flex: 0 1 auto;
        flex-direction: row;
        flex-wrap: wrap;
        margin-right: 0px;
        margin-left: 0px;
        justify-content: flex-start;
        text-align: left;
    }

    .card-filter__col {
        box-sizing: border-box;
        flex: 0 0 auto;
        flex-basis: auto;
        padding-right: 0;
        padding-left: 0;
        margin: 0 16px 20px;
        width: calc(50% - 32px);
    }

    .archives-col {
        width: calc(100% - 32px);
    }
}

@media (min-width: 1024px) {
    .cards .btn-secondary {
        transform: translateY(-9px);
    }
}

@media (min-width: 1200px) {
    .cards .container-fluid {
        padding: 0 16px ;
    }

    .cards .fx-slide {
        display: block;
    }

    .js-cards,
    .cards__static {
        padding: 42px 0 0 0;
    }

    .card__img-wrap {
        height: 180px !important;
    }

    .card__details {
        padding: 30px 30px 25px 30px;
    }

    .card__bottom {
        padding: 0 30px 35px 30px;
    }

    .card__sub-title {
        font-size: 14px;
    }

    .card__title {
        font-size: 24px;
        padding-bottom: 5px;
    }

    .cards--location .card__title {
        font-size: 26px;
        padding-bottom: 0;
    }

    .card:hover {
        box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    }

    .cards__static .card--link:hover {
        box-shadow: 0 0 20px rgba(0,0,0,0.2);
    }

    .card:hover .card__img-wrap::after {
        background: linear-gradient(45deg, rgba(242,105,36,1) 0%,rgba(249,172,77,1) 100%);
    }

    .card:hover .card__cta {
        color: #F26924;
        padding-right: 36px;
    }

    .cards__headline {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .card__description {
        font-size: 17px;
        letter-spacing: 0.002em;
    }

    .card-filter__col {
        margin: 0 16px 10px;
        width: calc(33.33% - 32px);
    }

    .archives-col {
        width: calc(33.33% - 32px);
    }
    
    .card-filter {
        padding: 60px 22px;
        margin-bottom: 35px;
    }

    .loadMore .btn::before {
        right: 22px;
    }
    
    .loadMore .btn {
        padding: 14px 46px 13px 28px;
    }
    
}

@media (min-width: 1366px) {
    .card-filter {
        padding: 60px 60px;
    }
}

@media (min-width: 1440px) {
 
    .cards .container-fluid {
        padding: 0 142px ;
    }
}


@media (min-width: 1600px) {
    .card-filter__col {
        margin: 0 40px 10px;
        width: calc(33.33% - 80px);
    }
}

/* override for post type archive page */

.blog .card-filter,
.post-type-archive-news .card-filter {
	gap: initial;
	align-items: flex-end;
    flex-wrap: wrap;
}

@media (min-width: 768px) {
	.blog .card-filter .widget,
    .post-type-archive-news .card-filter .widget {
		flex: initial;
		width: calc(33.33% - 20px);
		margin-right: 20px;
	}
}

.blog .wp-block-search__label,
.post-type-archive-news .wp-block-search__label {
    display: block;
    text-align: left;
    color: #50565A;
    font-size: 16px;
    font-weight: 700;
    position: relative;
    font-family: 'Jost', sans-serif;
    letter-spacing: .15em;
	line-height: 1;
    text-transform: uppercase;
    padding-bottom: 8px;
    top: 0;
    left: 0;
    transform: none;
    transition: all ease-in-out 0.3s
}

.blog .wp-block-search__inside-wrapper,
.post-type-archive-news .wp-block-search__inside-wrapper {
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    position: relative;
}

.blog .wp-block-search__button,
.post-type-archive-news .wp-block-search__button {
    position: absolute;
    right: 0;
    width: 50px;
    height: 44px;
    top: 0;
    border: 0;
    transform: scale(-1, 1);
    margin: 0;
}

.blog .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper,
.post-type-archive-news .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
	border-color: #ddd;
}

.blog .wp-block-search__input,
.blog .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input,
.post-type-archive-news .wp-block-search__input,
.post-type-archive-news .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input {
	height: auto;
	font-size: 16px;
	padding: 6px 55px 6px 10px;
	color: #525252;
}

.blog .wp-block-search__input {
    border-radius: 0;
    border: none;
    padding: 10px 55px 10px 10px;
}

.blog .wp-block-search__button svg,
.post-type-archive-news .wp-block-search__button svg {
	fill: #77AD5C;	
}

.card-filter .container {
    padding-left: 0;
    padding-right: 0;
}

.card-filter .widget {
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .card-filter .widget {
        margin: 0;;
    }
}