.featured-posts .post-mix img {
    border-radius: 10px 10px 0 0;
}
.featured-posts .post-mix:first-of-type {
    width: 50%;
    display: flex;
    padding: 0 15px;
}
.featured-posts {
    display: flex;
    flex-flow: row wrap;
}
.featured-posts:first-of-type {
    display: initial;
}
.featured-posts .post-mix {
    width: 25%;
    float: left;
    margin-bottom: 20px;
}
.featured-posts .post-mix:first-of-type .featured-title {
    font-size: 43px;
    line-height: 54px;
    margin-bottom: 65px !important;
}
.featured-posts .post-mix {
    padding: 0 15px;
}

.blog .featured-posts .post-mix {
	min-height: 417.94px;
}

.featured-title {
	color: #1D97BE;
    font-size: 20px;
    line-height: 25px;
    margin: 0 !important;
    margin-bottom: 20px !important;
}
a.entry-image-link {
    display: block;
}
.featured-posts .post-mix:first-of-type .featured-byline,
.featured-posts .post-mix:first-of-type .featured-date {
    font-size: 21px;
    line-height: 33px;
    padding-bottom: 40px;
}
.featured-byline,
.featured-date {
	color: #000;
    font-size: 10px;
    line-height: 16px;
}
.featured-byline {
    width: 50%;
    float: left;
}
.featured-date {
    width: 50%;
    float: right;
    text-align: right;
}
.featured-posts .post-mix:first-of-type .featured-date .fa {
    margin-right: 20px;
}
.featured-date .fa {
    margin-right: 10px;
}
.post-mix .entry {
    box-shadow: 2.59px 2.59px 7.76px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    background-color: #fff;
}
.featured-posts .post-mix:first-of-type .featured-entry {
    padding: 60px 50px;
}
.featured-posts .post-mix .featured-entry {
    padding: 20px;
    min-height: 175px;
}

@media only screen and (max-width: 1200px) {
	
	.featured-posts .post-mix:first-of-type 
	.featured-entry {
		padding: 40px 50px;
	}
	
	.featured-posts .post-mix:first-of-type .featured-title {
		font-size: 36px;
		line-height: 42px;
		margin-bottom: 65px !important;
	}
	
	.featured-posts .post-mix:first-of-type .featured-byline, 
	.featured-posts .post-mix:first-of-type .featured-date {
		font-size: 16px;
		line-height: 24px;
		padding-bottom: 30px;
	}
	
    .featured-posts .post-mix .featured-entry {
        min-height: 220px;
    }
}

@media only screen and (max-width: 1024px) {
	
    .featured-posts .post-mix:first-of-type {
        width: 100%;
		display: block;
    }

    .featured-posts .post-mix {
        width: 50%;
        margin-bottom: 30px !important;
    }

    .featured-posts .post-mix:first-of-type .featured-title,
    .featured-title {
        font-size: 20px;
        line-height: 25px;
        margin: 0;
        margin-bottom: 15px !important;
    }

    .featured-posts .post-mix:first-of-type img {
        width: 100%;
        height: 350px;
        object-fit: cover;
    }

    .featured-posts .post-mix:first-of-type .featured-entry,
    .featured-posts .post-mix .featured-entry {
        padding: 10px 20px 40px 20px;
        min-height: 140px;
    }

    .featured-posts .post-mix:first-of-type .featured-byline,
    .featured-posts .post-mix:first-of-type .featured-date {
        font-size: 10px;
        line-height: 16px;
        padding-bottom: 0;
    }
}

@media only screen and (max-width: 860px) {
	
    .featured-posts .post-mix:first-of-type,
    .featured-posts .post-mix {
        width: 100%;
    }

    .featured-posts .post-mix:first-of-type img {
        width: 100%;
        height: auto;
        object-fit: contain;
    }

    .featured-posts .post-mix:first-of-type .featured-entry,
    .featured-posts .post-mix .featured-entry {
        padding: 20px;
        min-height: 150px;
    }

    .featured-posts .post-mix:first-of-type .featured-title,
	.featured-title {
        font-size: 16px;
        line-height: 24px;
        margin: 0;
        margin-bottom: 10px !important;
    }
}

