/*
Theme Name: Inspiro PRO Child
Theme URI: https://www.wpzoom.com/themes/inspiro-pro/
Template: wpzoom-inspiro-pro
Description: This is a simple Child Theme.
Author: WPZOOM
Author URI: https://www.wpzoom.com
Version: 1.0
*/

/* Write your custom CSS code below or add it in the Customizer > Additional CSS */

@media (min-width: 450px) {
	.carousel-related-portfolio li:nth-child(2n) {
		margin-right: 0;
	}
}

.home .video-placeholder-youtube {
	display: none;
}

.home.youtube-blocked .video-placeholder-youtube {
	display: flex;
	position: absolute;
	width: 100%;
    height: 100%;
    top: 0;
    background-color: #00000066;
}

.home.youtube-blocked .video-placeholder-text-youtube {
	font-size: initial;
}

.home.youtube-blocked .portfolio-grid .portfolio_item:hover .entry-thumbnail-popover {
	display: none;
}

body.page-template-default .entry-content {
	margin-top: 0;
}

body.page-template-default .entry-header .entry-info {
	margin: 0 auto 70px;
}