/*----Grid View-----*/
.cwp-post {
	background: #ffffff;
	border: 1px solid #e0e0e0;
	border-radius: 5px;
	filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.102218));
	margin: 10px 0px;
	overflow: hidden;
	transition: 300ms;
}

.cwp-post:hover {
	filter: none;
}

.cwp-post-thumbnail {
	height: 220px;
	width: 100%;
	position: relative;
}

.cwp-post .cwp-post-thumbnail img {
	height: 100%;
	object-fit: cover;
	transition: 300ms;
	width: 100%;
}

/*-------List View------*/
.list-view .cwp-col-12 {
	width: 100% !important;
}

.list-view .cwp-post {
	align-items: flex-start;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	position: relative;
}

.list-view .cwp-post-thumbnail {
	width: 30%;
	min-height: 160px;
	height: 185px;
}

.list-view .cwp-post-content-container {
	width: 70%;
}

.list-view .cwp-post-content {
	padding: 30px 20px;
}

.list-view .cwp-post-content h4 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}

.list-view ul.cwp-post-terms {
	padding: 20px 20px 0 20px;
}

.cwp-promoted-post {
	border: 1px solid #ddbb2a;
	border-radius: 4px;
	color: #ddbb2a;
	cursor: default;
	display: inline-block;
	font-size: 10px;
	line-height: 1;
	padding: 2px 5px;
	position: relative;
	top: -2px;
}

.cwp-post-content {
	padding: 15px;
}

.cwp-post-content h4 {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.3;
	margin: 0 0 5px 0;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.cwp-post-content p {
	font-size: 14px;
	line-height: 1.3;
	margin: 0 0 0 0;
}

.cwp-post-terms {
	align-items: center;
	border-top: 1px solid #e0e0e0;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	line-height: 1.5;
	list-style: none;
	margin: 0;
	padding: 15px 15px 10px;
}

.cwp-post-terms li {
	margin: 0 5px 5px 0;
}

.cwp-post-terms li a {
	display: block;
	font-size: 12px;
	background: #f6f6f6;
	max-width: 100px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 8px 8px;
	font-weight: 500;
	text-transform: capitalize;
	border-radius: 210px;
	line-height: 10px;
	color: #343A40;
}

/*---Save button-------*/
.cwp-archive-save {
	position: absolute;
	background: rgba(0, 0, 0, 0) linear-gradient(0deg, rgba(0, 0, 0, .9) 8%, rgba(0, 0, 0, 0) 94%) repeat scroll 0 0;
	bottom: 0;
	padding: 15px 14px 5px 14px;
	width: 100%;
}

.cwp-archive-save .cwp-single-save-btns.cwp-single-widget {
	float: right;
	color: #fff;
}

span.cwp-main.cwp-save-post svg:nth-child(2) {
	display: none;
}

span.cwp-main.cwp-saved-post svg:first-child {
	display: none;
}

.cwp-single-save-btns.cwp-single-widget span.cwp-main,
.cwp-single-share-btn.cwp-single-widget span.cwp-main {
	cursor: pointer;
}
.cwp-post-boosted {
	padding: 1px 10px;
	position: absolute;
	top: 15px;
	left: 15px;
	background: #FFBB00;
	border-radius: 12px;
	color: #000000;
	font-weight: 500;
	font-size: 13px;
}
.cashly-blog {
    display: flex;
    overflow: hidden;
    align-items: center;
    flex-direction: column;
    border-radius: 8px 8px 8px 8px;
    background-color: #fbfbfc;
}

.cashly-blog-content {
    display: flex;
    flex-direction: column;
    padding: 3px 30px 25px 30px;
}

.cashly-blog-thumbnail {
overflow: hidden;
    border-radius: 10px;
    padding-bottom: 10px;
}

.cashly-blog-thumbnail img {
    width: 100%;
    transition: all .4s ease;
    object-fit: cover;
        border-radius: 8px !important;
}

.cashly-blog:hover .cashly-blog-thumbnail img {
    transform: scale(1.05) rotate(2deg);
    opacity: .8 !important;
}

.cashly-blog-title {
    font-weight: 600 !important;
    font-size: 24px !important;
    line-height: 1.4em !important;
    letter-spacing: -0.01em !important;
    transition: .3s;
    display: block;
    margin: 5px 0px 10px 0px;
    color: #242e2c;
    font-family: "Dm Sans", Sans-serif;
}

.cashly-blog-title:hover {
    color: #226258;
}

.cashly-blog-content a:hover {
    color: #226258;
}

.cashly-blog-cat,
.cashly-blog-date {
    color: #6b7271;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.65em;
    text-align: center;
    font-family: "Dm Sans", Sans-serif;
}

.cashly-blog-cat:hover,
.cashly-blog-date:hover {
    color: #242e2c;
}

.cashly-blog-cat-date {
    display: flex;
    gap: 40px;
    align-items: center;
}

.cashly-blog-cat-date i {
    font-size: 15px;
    border-radius: 100px !important;
    margin: 0 5px 0 0;
    color: #1e4841;
}

@media (max-width: 1024px) {
    .cashly-blog-title {
        font-size: 16px !important;
        line-height: 28px !important;
    }
}