/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: May 03 2024 | 06:16:11 */
.zhOnly {display:none}
.elementor-nav-menu .elementor-item{font-size:1em !important; font-weight:400}

@media (min-width: 1025px) {
	h2 {font-size:33px !important}
	h3 {font-size:30px !important}
	.bdt-trailer-box-title {letter-spacing: 1px !important; font-size:25px !important; line-height:30px !important;}
}	

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	h2 {font-size:30px !important}
	h3 {font-size:28px !important}
	.bdt-trailer-box-title {letter-spacing: 1px !important; font-size:20px !important; line-height:25px !important;}
}

@media only screen and (max-width: 767px) {
	h2 {font-size:28px !important}
	.bdt-trailer-box-title {letter-spacing: 1px !important; font-size:20px !important; line-height:25px !important;}
}	


