/* Post Content Css */
.post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5 {
    color: #000!important;
}
.post-content h2 {
	font-size: 1.45rem;
}
.post-content h3 {
	font-size: 1.4rem;
}
.post-content h4 {
	font-size: 1.35rem;
}
.post-content iframe {
	height: 300px;
}
.post-content h5 {
	font-size: 1.3rem;
}
figcaption {
	text-align: center;
	margin-top: 10px;
}
.elementor .elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content) figure {
	margin: auto !important;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger{
	display: none;
}