/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Mar 17 2025 | 15:06:12 */
/* No player on archive page  */

.castos-player {
	display:none;
}



div#primary {
    padding-top:2rem;
	padding-bottom: 20vw!important;
	
}

@media (max-width: 1024px) {
.entry-content {
	font-size: 1.2rem!important;
}
}

@media all and (max-width: 767px) {
.entry-content {
	font-size: 2.4rem!important;
}
}

/* archive page  */

h2.entry-title, h3.entry-title {
font-family: var(--global-body-font-family)!important;
	font-weight: 600!important;
	font-size: 0.7rem!important;
	line-height:1.2em!important;
	letter-spacing: 3.2px;
	
}



@media (max-width: 1024px) {
h2.entry-title, h3.entry-title {
	font-size: 0.8rem!important;
	
}
}

