@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600&display=swap');
.wp-block-pullquote {
    padding: 0;
    border-top: 1px solid black;
}
.wp-block-pullquote blockquote{
    margin: 0!important;
}
.wp-block-pullquote blockquote::before{
    color: #CECECE;
}
.wp-block-pullquote blockquote p, .wp-block-pullquote blockquote code {
	font-family: 'Playfair Display', serif;
}
.post h2 {
	color: #161616;
	font-weight: 600!important;
	font-size: 28px!important;
	line-height: 39.2px;
	margin-bottom: 17px;
}
.post iframe {
	max-height: 380px;
}
.post .ast-oembed-container{
	height: max-content!important;
}
/*Hide first image of post */
.elementor-widget-theme-post-content .elementor-widget-container > img:nth-child(1), .elementor-widget-theme-post-content .elementor-widget-container > p:nth-child(1) > img:nth-child(1) {
	display: none;
}



