/*

Theme Name: Pro &ndash; Child Theme
Theme URI: http://theme.co/pro/
Author: Themeco
Author URI: http://theme.co/
Description: Make all of your modifications to Pro in this child theme.
Version: 1.0.0
Template: pro

*/

.video-item{
    display:inline-block;
    width:33.3333%;
    padding:10px;
    cursor:pointer;
	vertical-align: top;
}

.video-container > img:hover{
	transition: all .1s ease-in-out;
	transform: scale(1.05);
}

.video-container > div {
	margin-top: 14px;
}

.video-container h6{
	line-height: 18px;
}

.video-item:nth-child(-n+3){
    padding-top:0;
}

.dataTables_wrapper {
    width: 80% !important;
    margin: 0 auto;
    padding-top: 24px !important;
}

.wpgmza_marker_holder {
	border: 0px !important;
}

.bhgre-blog-articles-wrapper {
    padding: 1.5em 0;
    --auto-grid-min-size: 19rem;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(var(--auto-grid-min-size), 1fr));
    grid-gap: 1rem;
}
.featured-blog-item {
    display: flex;
    flex-direction: column;
    position: relative;
    border-radius: 30px;
    background-color: #ffffff;
    box-shadow: 0 0 10px 0 rgba(161, 175, 178, .30);
    padding-bottom: 30px;
}
.featured-blog-item:hover {
    box-shadow: 0 0 30px 0 rgba(161, 175, 178, .30);
}
.featured-blog-item .blog-thumb {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    overflow: hidden;
    height: 240px;
    margin-bottom: 1em;
}

.featured-blog-item .blog-thumb img{
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.featured-blog-item .blog-title, .featured-blog-item .blog-desc, .featured-blog-item .blog-link {
    padding-left: 30px;
    padding-right: 30px;
}

.featured-blog-item .blog-title {
    font-size: 21px;
    font-weight: bold;
    line-height: 1.3;
}

.featured-blog-item .blog-desc {
    margin-top: 1em;
    margin-bottom: 1em;
}

.featured-blog-item .blog-link {
    margin-top: auto;
    font-weight: bold;
}
.featured-blog-item .blog-link a {
   display: block;
    z-index: 1;
}
.featured-blog-item .blog-link a::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

@media (min-width: 320px) and (max-width: 480px) {
    .video-item{
        width: 50%;
		height: 160px;
		padding-top: 0;
    }
}

@media only screen 
    and (device-width : 414px) 
    and (device-height : 896px) 
    and (-webkit-device-pixel-ratio : 3) { 
	.video-item{
        width: 50%;
		height: 160px;
		padding-top: 0;
    }
}

@media only screen 
    and (device-width : 375px) 
    and (device-height : 812px) 
    and (-webkit-device-pixel-ratio : 3) { 
	.video-item{
        width: 50%;
		height: 160px;
		padding-top: 0;
    }
}

@media only screen 
    and (device-width : 414px) 
    and (device-height : 896px) 
    and (-webkit-device-pixel-ratio : 2) { 
	.video-item{
        width: 50%;
		height: 160px;
		padding-top: 0;
    }
}

.home-post a.vc_general:not(.read-more-custom){
	display: none;
}