/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 31 2023 | 05:04:07 */
/* make all thumbnail rounded */
#main-content img{
	border-radius: 13px;
}

#main-content .column-image .dg-post-thumb img{
	border-radius:5px;
	overflow: hidden !important;
}

.rounded, .rounded img, #main-content .epyt-video-wrapper{
	border-radius: 13px !important;
	overflow: hidden !important;
}

.header-banner-img, .header-banner-img img{
	border-radius: 13px 13px 0 0 !important;
	overflow: hidden !important;
}


.no-rounded, .no-rounded img{
	border-radius: 0 !important;
	overflow: hidden !important;
}

.rounded-top, .rounded-top img{
	border-radius: 13px 13px 0 0 !important;
	overflow: hidden !important;
}

.rounded-right, .rounded-right img{
	border-radius: 0 13px 13px 0  !important;
	overflow: hidden !important;
}

.rounded-bottom, .rounded-bottom img{
	border-radius:  0 0 13px 13px !important;
	overflow: hidden !important;
}

.rounded-left, .rounded-left img{
	border-radius: 13px 0 0 13px !important;
	overflow: hidden !important;
}


.fix-thumbnail-height .dg-post-thumb{
	height: 210px;
	overflow:hidden !important;
	margin-bottom:12px;
	box-shadow: 0 0 8px #ebebeb;
    border-radius: 13px;
}

.fix-thumbnail-height .dg-post-thumb img{
	max-width: 100%;
	height: auto;
}

.fix-thumbnail-height .dg_read_more_wrapper{
	margin-top:8px;
}


.fix-image-height-4-col .image-holder{
	height: 142px;
	overflow: hidden !important;
}

.fix-image-height-4-col .image-holder img{
	max-width: 100%;
	height:auto;
}


.embedyt-rounded{
	border-radius:13px;
	overflow:hidden;
}

@media (max-width: 767px) {
	.header-banner-img, .header-banner-img img{
		border-radius: 0 !important;
	}

}