/*!
Theme Name: hitbit
Theme URI: #
Author: #
Author URI: #
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: hitbit
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

hitbit is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

@media (max-width: 991px) {
	header .header-row .header-menu ul li.current-menu-item {
		border: none;
	}
}

.wpcf7-not-valid-tip {
	font-size: 12px;
	color: #EE2B47;
}
.wpcf7 form .wpcf7-response-output {
	padding: 0;
	margin: 0;
	padding-top: 15px;
	font-size: 12px;
	border: none;
	color: rgba(255, 255, 255, 0.58);
}
.wpcf7-spinner {
	display: none;
}
.wpcf7 p {
	margin: 0;
}
header .header-row .header-btns .languages {
    display: inline-block;
    margin-right: 20px;
    width: 75px;
	position: relative;
}
.languages .current-language {
	cursor: pointer;
	border: 1px solid rgba(255,255,255,0.2);
    border-radius: 80px;
	height: 40px;
	    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.languages .current-language.active {
	background: rgb(23, 80, 237);
}
.languages .current-language span {
	position: relative;
	padding-right: 24px;
}
.languages .current-language span:after {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	height: 16px;
	width: 16px;
	margin-top: -8px;
	background-image: url('img/lg-down.svg');
}
.languages .current-language.active span:after {
	background-image: url('img/lg-up.svg');
}
.languages ul {
	display: none;
	position: absolute;
	z-index: 99999;
	left: 0;
	top: 100%;
	width: 100%;
	padding: 4px 0;
	margin: 0;
	margin-top: 4px;
	list-style-type: none;
	background: rgb(23, 80, 237);
	border: 1px solid rgba(255,255,255,0.2);
	border-radius: 4px;
}
.languages ul li {
	padding: 0 12px;
	text-align: center;
}
.languages ul li a {
	display: block;
	padding: 6px 0;
	padding-right: 24px;
	color: #fff;
	text-decoration: none;
	position: relative;
}
.languages ul li.current-lang a:after {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	height: 12px;
	width: 12px;
	margin-top: -6px;
	background-image: url('img/lg-current.svg');
}
@media (max-width: 991px) {
    header .header-row .header-btns .languages {
        width: 100%;
        margin-bottom: 36px;
    }
}



/*@-webkit-keyframes aitf {
	0% { background-position: 0% 50%; }
	100% { background-position: 100% 50%; }
}*/
/*.main-slide .slide-row .slide-content h1 {

	  background: url(img/animated-text-fill.png) repeat-y;
	  -webkit-background-clip: text;
	  background-clip: text;

	  -webkit-text-fill-color: transparent;
	  -webkit-animation: aitf 80s linear infinite;

	  -webkit-transform: translate3d(0,0,0);
	  -webkit-backface-visibility: hidden;
		background-size: cover;

}*/
.main-slide .slide-row {
	min-height: 465px;
}
.main-slide .slide-row .slide-image #animation {
	margin-bottom: -40px;
}
@media (min-width: 1170px) and (max-width: 1199px) {
  body .container, body .container-lg, body .container-md, body .container-sm {
    max-width: 1170px;
  }
}
@media (min-width: 992px) {
  header .header-row .header-menu ul li.current-menu-item a:after {
    bottom: -11px;
    background: #ECF256;
  }
}
@media (max-width: 1199px) {
    .main-slide .slide-row .slide-content .slide-btns .btn-tg {
    	margin-bottom: 20px;
    }
}
@media (max-width: 991px) {
    .main-slide .slide-row .slide-image #animation {
        width: 222px;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
     .main-slide .slide-row .slide-content .slide-btns .btn-tg {
    	margin-bottom: 0;
    }
}

.main-reviews {
	margin-bottom: 144px;
}
@media (max-width: 991px) {
    .main-reviews {
		margin-bottom: 80px;
	}
}