/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

.cs-alm-card .recent-posts-content {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.cs-alm-card .cs_posts_category {
	display: inline-block;
	align-self: flex-start;
	font-size: 12px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	line-height: 1.25;
}

.cs-alm-card .entry-title {
	margin: 0;
	line-height: 1.25;
}

.cs-alm-card .entry-title a {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.cs-alm-card .entry-excerpt {
	line-height: 1.5;
}

.cs-alm-card .entry-excerpt p {
	margin: 0;
}

.cs-alm-card-default .entry-excerpt {
	min-height: 4.5em;
}

.cs-alm-card .meta {
	display: flex;
	flex-wrap: wrap;
	gap: 6px 10px;
	margin: 0;
}

.cs-alm-card .cs_posts_author_photographer {
	font-size: 0.9em;
	line-height: 1.35;
}

.cs-alm-card .video_overlay {
	pointer-events: none;
}

.cs-alm-card-product .product_details {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	row-gap: 4px;
	gap: 4px 8px;
}

.cs-alm-card-product .product_issue_no,
.cs-alm-card-product .product_issue_date,
.cs-alm-card-product .product_issue_year,
.cs-alm-card-product .product_price {
	white-space: nowrap;
}

.cs-alm-card-product .product_issue_date,
.cs-alm-card-product .product_issue_year {
	overflow-wrap: anywhere;
}

.cs-alm-card-product .product_price {
	margin-left: auto;
	font-weight: 600;
}

@media (max-width: 800px) {
	.cs-alm-card-product .product_price {
		margin-left: 0;
		width: 100%;
	}
}

.cs_alm_clear {
	clear: both;
	width: 100%;
}

@media (max-width: 800px) {
	.cs-alm-card-default .entry-excerpt {
		min-height: 0;
	}
}