/*
Theme Name: First Nations News
Author: 
Description: Your description goes here
Version: 1.0
Template: Avada

This is the child theme for Avada theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

.fusion-blog-layout-grid .fusion-post-wrapper .fusion-image-wrapper img {
	object-fit: cover !important;
}
.most_popular__sidebar article {
	display: flex;
}
.most_popular__sidebar article .fusion-flexslider{
	width: 40% !important;
	margin: 0 !important;
}
.most_popular__sidebar article .recent-posts-content{
	width: 60% !important;
}

.most_popular__sidebar article a {
	font-size: 14px;
}
.single-post .video-shortcode {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 ratio */
  	height: 0;
  	overflow: hidden;
  	max-width: 100%;
}

.single-post .video-shortcode iframe {
	position: absolute;
  	top: 0;
  	left: 0;
  	width: 100%;
  	height: 100%;
}
.view__more__link {
	
}
.view__more__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 600;
  color: #000;
  text-decoration: none;
  font-family: 'Inter', Arial, sans-serif;
  font-size: 14px;
  letter-spacing: 0.3px;
  transition: color 0.2s ease;
}

.view__more__link .arrow {
  color: #f4b300; /* gold/yellow color */
  font-size: 16px;
  transition: transform 0.2s ease;
}

.view__more__link:hover .arrow {
  transform: translateX(3px);
}

.view__more__link:hover {
  color: #000; /* keep text color same or adjust if desired */
}

#main .post h2 a:hover {
	color: var(--menu_hover_first_color) !important;
}