/*
	Theme Name: Hervin Child
	Theme URI: http://clapat.ro/themes/hervin-wordpress/
	Description: Responsive Wordpress Theme
	Template: hervin
	Version: 1.0
	Author: You
	Author URI: http://your site
	License: Themeforest
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Tags: four-columns, custom-background, custom-colors, featured-images, full-width-template, theme-options
	Text Domain: hervin-child
*/


/*------------------------------------------------------------------

Add here your own styles
-------------------------------------------------------------------*/

.showcase-captions-wrap.stroked {
    display: none;
}
.showcase-subtitles-wrap .subtitle {
	font-size: 18px;
	line-height: 14px;
}
#showcase-holder .showcase-subtitles-wrap {
	position: absolute;
	top: calc(50vh + 55px);
	left: 0;
	right: 0;
	margin: 0 auto;
	padding: 0 50px;
	box-sizing: border-box;
	max-width: 1280px;
	width: 100%;
	height: 20px;
	overflow: hidden;
	pointer-events: none;
	z-index: 101;
}

@media only screen and (max-width: 1466px) {

	#showcase-holder .showcase-subtitles-wrap {
		top: calc(50vh + 48px);
		padding: 0 50px;
	}

}

@media only screen and (max-width: 1024px) {

	#showcase-holder .showcase-subtitles-wrap {
		top: calc(50vh + 43px);
		padding: 0 40px;
	}

}

@media only screen and (max-width: 767px) {

	#showcase-holder .showcase-subtitles-wrap {
		top: calc(50vh + 39px);
		padding: 0 30px;
	}

}

@media only screen and (max-width: 479px) {

	#showcase-holder .showcase-subtitles-wrap {
		top: calc(50vh + 32px);
		padding: 0 20px;
	}

}


footer.showcase-footer .copyright {
	left: 50%;
	right: auto;
	transform: translateX(-50%);
	white-space: nowrap;
	text-align: center;
	opacity: 0;
	transition: opacity 0.4s ease;
}

footer.showcase-footer #footer-container:has(.swiper-button-next.swiper-button-disabled) .copyright {
	opacity: 1;
}

@supports not selector(:has(*)) {

	footer.showcase-footer .copyright {
		opacity: 1;
	}

}


.preloader-wrap .preloader-logo {
	position: relative;
	display: block;
	width: 100%;
	margin-bottom: 50px;
}

.preloader-wrap .preloader-logo img {
	display: inline-block;
	width: auto;
	height: auto;
	max-width: 20%;
	max-height: 30vh;
}

@media only screen and (max-width: 767px) {

	.preloader-wrap .preloader-logo {
		margin-bottom: 35px;
	}

	.preloader-wrap .preloader-logo img {
		max-width: 50%;
	}

}
