/*
	Theme Name: HTML5 Blank
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */

.vs-hero__shape {
	z-index: 1;
}

.p-40 {
	padding: 40px;
}

.p-top-40 {
	padding-top: 40px;
}

.p-bottom-40 {
	padding-bottom: 40px;
}

.elementor-background-video-embed {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 56.25vw;
	min-height: 100%;
	width: 177.78vh;
	min-width: 100%;
	transform: translate(-50%, -50%);
	border: 0;
}

.elementor-background-video-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	pointer-events: none;
}

.vs-event__category {
	display: inline-block;
	margin-bottom: 8px;
	padding: 3px 12px;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	background: var(--vs-theme-color2);
	color: #fff;
	border-radius: 4px;
}

@media (max-width: 767px) {
	.swiper-slide {
		height: 400px !important;
	}
}

.sidemenu-wrapper .closeButton:hover {
	color: #d93e3e !important;
}

.ff-el-input--label lebel {
	font-size: 14px;
	font-weight: 500;
	color: var(--vs-theme-color9);
}

.vs-hero__desc {
	color: var(--vs-theme-color9) !important;
}

.vs-header__logo img, .vs-footer__logo img
{
	height: 92px;
}

.mobile-logo img
{
	height: 80px;
}

.hidden
{
	display: none !important;
}