/*
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
*/

.gf-gallery-width-100 img {
	width: 100%;
}
.gf-videos-post-cards .fusion-video.fusion-youtube,
.gf-videos-post-cards .fusion-video.fusion-youtube .video-shortcode {
	max-width: 100% !important;
	max-height: unset !important;
}
.single-product .product_meta {
	display: none;
}
.gf-main-menu-desktop {
	width: calc(100% - 120px) !important;
}
@media screen and (max-width:650px) {
	.post-content h1  {
		font-size: 28px !important;
		letter-spacing: 6px !important;
	}
}