/*!
Theme Name: Worky
Theme URI: https://www.templatemonster.com/vendors/zemez
Author: Zemez
Author URI: https://zemez.io/wordpress
Description: Kava child theme.
Template: kava
Version: 2.1.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: worky
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
DocumentationID: worky
Template Id: 21594
*/

#toTop {
	cursor: pointer;
}

.wpcf7-spinner {
	display: none;
}

.site-breadcrumbs {
	display: none;
}

.jet-theme-core-document {
	overflow: hidden;
}

div[aria-label="Back to Prev Items"] i:before{
	content:"\f104"
}

.blog .search-form__submit.btn {
	display: flex;
	padding: 10px 4px 10px 11px;
}

@media (max-width: 768px) {
   .elementor-hidden-mobile {
		display: flex !important;
	}
}


.hero-video-section {
	width: 100%;
	position: relative;
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
}

.hero-video-section::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 100%;
	display: block;
	z-index: 2;
	background: rgba(0,0,0,0.6);
}

.hero-video-section__video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.hero-video-section__content {
	position: relative;
	z-index: 2;
	color: #fff;
	/*max-width: 100%;*/
	width: 100%;
}

.hero-video-section__title {
	font-size: 80px;
	text-transform: uppercase;
	color: inherit;
	font-weight: 700;
}

.hero-video-section__subtitle {
	font-size: 38px;
	letter-spacing: 1.4px;
	font-weight: 300;
	color: inherit;
}

.hero-video-section__button {
	display: inline-block;
	font-family: "Oswald", Sans-serif;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.71em;
	letter-spacing: 8.4px;
	padding: 18px 38px 18px 47px;
	margin: 50px 0px 0px 0px;
	background-color: #339964;
	color: #ffffff;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #339964;
	border-radius: 3px 3px 3px 3px;
}

.hero-video-section__button:hover {
	background: transparent;
	color: #339964;
}

@media (max-width: 1024px) {
	.hero-video-section__title {
		font-size: 60px;
	}
}

@media (max-width: 767px) {
	.hero-video-section__title {
		font-size: 38px;
	}
	.hero-video-section__subtitle {
		font-size: 26px;
	}

	.hero-video-section__button {
		margin-top: 30px;

		padding: 18px 20px 18px 29px;
		text-align: center;
	}

	.hero-video-section {
		/*min-height: 700px;*/
		/*max-height: 100vh;*/
	}
}
