/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
/* figcaption {
    background-color: #F6EBE4!important;
    padding: 5px!important;
    border-radius: 5px!important;
	    text-align: center!important;
} */
}
/* blockquote {
    margin: 0!important;
    background-color: #B7622D21 !important;
    padding: 10px !important;
    border-radius: 10px !important;
} */
/* blockquote:before {
    color: #2171af;
    content: "\201C";
    font-size: 60px;
    font-weight: 700;
    padding: 10px;
    /* left: 6px; */
    /* position: absolute; */
    /* top: 15px; */
} */
/* .list-related-post {
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
}
.list-related-post .item {
	width: calc(50% - 10px);
	margin-bottom: 20px;
}
.list-related-post .item .img-featured {
	position: relative;
	margin-bottom: 20px;
}
.list-related-post .item .img-featured a {
	display: block;
	overflow: hidden;
	position: relative;
	top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	padding-bottom: calc( 0.66 * 100% );
	border-radius: 20px;
}
.list-related-post .item .img-featured a img{
	height: 100%;
    position: absolute;
    top: calc(50% + 1px);
    left: calc(50% + 1px);
    transform: scale(1.01) translate(-50%,-50%);
    width: 100%;
	object-fit: cover;
}
@media(max-width:767px) {
	.list-related-post .item {
		width: 100%;
		margin-bottom: 15pxx;
	}
} */
