/*
Theme Name: WDK
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/
@import url("https://use.typekit.net/sfc1zrs.css");
.award,.top_blog_image{
aspect-ratio: 1 / 1;
}
.top_blog_content{
  aspect-ratio: 2 / 1;
}
.Portfolio_item h2{
  font-size:18px !important;
}



/*global styles*/

/*Tablet Font-sizes@media (max-width: 1024px) {
	:root {
		--h1_typography-font-size: 42px;
		--h2_typography-font-size: 36px;
		--h3_typography-font-size: 32px;
		--h4_typography-font-size: 26px;
		--h5_typography-font-size: 20px;
		--h6_typography-font-size: 18px;
		
		--body_typography-font-size: 18px;
	}
}*/

/*Mobile Font-sizes@media (max-width: 767px) {
	:root {
		--h1_typography-font-size: 36px;
		--h2_typography-font-size: 30px;
		--h3_typography-font-size: 26px;
		--h4_typography-font-size: 22px;
		--h5_typography-font-size: 20px;
		--h6_typography-font-size: 18px;
		
		--body_typography-font-size: 16px;
	}
}*/