/*!
Theme Name: ATP Sova
Theme URI: http://underscores.me/
Author: WEBTOP
Author URI: https://web24.pro/
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: atpsova
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.

ATP Sova 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/
*/



/* This stylesheet generated by Transfonter (https://transfonter.org) on October 3, 2017 10:05 PM */

@font-face {
	font-family: 'Montserrat';
	src: url('fonts/Montserrat-Light.eot');
	src: local('Montserrat Light'), local('Montserrat-Light'),
		url('fonts/Montserrat-Light.eot?#iefix') format('embedded-opentype'),
		url('fonts/Montserrat-Light.woff') format('woff'),
		url('fonts/Montserrat-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Montserrat';
	src: url('fonts/Montserrat-SemiBold.eot');
	src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'),
		url('fonts/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'),
		url('fonts/Montserrat-SemiBold.woff') format('woff'),
		url('fonts/Montserrat-SemiBold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'Montserrat';
	src: url('fonts/Montserrat-Bold.eot');
	src: local('Montserrat Bold'), local('Montserrat-Bold'),
		url('fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
		url('fonts/Montserrat-Bold.woff') format('woff'),
		url('fonts/Montserrat-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Montserrat';
	src: url('fonts/Montserrat-Regular.eot');
	src: local('Montserrat Regular'), local('Montserrat-Regular'),
		url('fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
		url('fonts/Montserrat-Regular.woff') format('woff'),
		url('fonts/Montserrat-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Montserrat';
	src: url('fonts/Montserrat-Medium.eot');
	src: local('Montserrat Medium'), local('Montserrat-Medium'),
		url('fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'),
		url('fonts/Montserrat-Medium.woff') format('woff'),
		url('fonts/Montserrat-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Montserrat';
	src: url('fonts/Montserrat-ExtraBold.eot');
	src: local('Montserrat ExtraBold'), local('Montserrat-ExtraBold'),
		url('fonts/Montserrat-ExtraBold.eot?#iefix') format('embedded-opentype'),
		url('fonts/Montserrat-ExtraBold.woff') format('woff'),
		url('fonts/Montserrat-ExtraBold.ttf') format('truetype');
	font-weight: 800;
	font-style: normal;
}



body {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
	color: #282828;
	line-height: 1.45;
}
body.overflow {
	overflow: hidden;
}
img {
	max-width: 100%;
	height: auto;
}
a, a:hover {
	color: #2a456e;
	text-decoration: none;
}
input[type="text"],
input[type="tel"],
input[type="number"],
input[type="email"],
input[type="date"],
input[type="password"],
select,
input#j_date,
input#r_date,
.select2-container--default .select2-selection--single,
textarea {
	width: 100%;
  border: 1px solid rgb(156, 170, 183);
  background-color: rgb(255, 255, 255);
  height: 38px;
  font-size: 14px;
  border-radius: 20px;
  padding: 0 15px !important;
  outline: none;
}
textarea {
  height: 120px;
  padding: 15px !important;
}
.select2-container {
	min-width: auto !important;
	height: 38px;
}
.select2-container .select2-selection--single {
	height: 38px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 36px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 36px;
}
input[type="submit"],
.view-seat-btn,
button.single_add_to_cart_button.button.alt.btn-mep-event-cart,
ul.search-li li button,
#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  background: #2a456e;
  border: none;
  color: #fff;
  height: 38px;
  width: 100%;
  line-height: 38px;
  padding: 0 20px;
  font-size: 14px;
  border-radius: 20px;
  outline: none;
  transition: .25s;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
	width: auto;
}
input[type="submit"]:hover,
.view-seat-btn:hover,
button.single_add_to_cart_button.button.alt.btn-mep-event-cart:hover,
ul.search-li li button:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
    opacity: .8;
    background: #2a456e;
  border: none;
  color: #fff;
}


.wrapper {
	overflow: hidden;
}

.top-bar {
	position: relative;
	z-index: 3;
	background: #f6f5f6;
	padding: 7px 0;
}
.top-bar__menu {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.top-bar__menu li {
	margin-right: 35px;
	transition: .25s;
}
.top-bar__menu li:last-child {
	margin-right: 0;
}
.top-bar__menu li a {
	position: relative;
	border: 1px solid #909db2;
  color: #2a456e;
  padding: 6px 15px;
  border-radius: 20px;
  display: block;
  font-size: 12px;
  line-height: 1;
}
.top-bar__menu li:hover > a {
	color: #fff;
	background: #909db2;
}
.top-bar__menu li > ul {
	display: none;
  position: absolute;
  margin: 0;
  list-style: none;
  background: #f6f5f6;
  padding: 10px;
}
.top-bar__menu li:hover > ul {
	display: block;
}
.top-bar__menu li:hover > ul li {
	margin-right: 0;
	margin-bottom: 10px;
}
.top-bar__menu li:hover > ul li:last-child {
	margin-bottom: 0;
}
.top-bar__menu li:hover > ul li a {
	font-size: 11px;
}
li.top-bar__menu-info a,
li.top-bar__menu-user a,
li.top-bar__menu-lang a,
li.top-bar__menu-cart a {
	padding-left: 30px;
}
li.top-bar__menu-info a:before,
li.top-bar__menu-user a:before,
li.top-bar__menu-lang a:before,
li.top-bar__menu-cart a:before {
	content: '';
	-webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  background-color: #909db2;
  width: 14px;
  height: 14px;
  -webkit-mask-position: center;
  position: absolute;
  top: calc(50% - 7px);
  left: 12px;
}
li.top-bar__menu-info a:before {
  -webkit-mask-image: url(images/info.svg);
  mask-image: url(images/info.svg);
}
li.top-bar__menu-user a:before {
  -webkit-mask-image: url(images/user.svg);
  mask-image: url(images/user.svg);
}
li.top-bar__menu-lang a:before {
  -webkit-mask-image: url(images/global.svg);
  mask-image: url(images/global.svg);
}
li.top-bar__menu-cart a:before {
  -webkit-mask-image: url(images/cart.svg);
  mask-image: url(images/cart.svg);
}
li.top-bar__menu-info:hover a:before,
li.top-bar__menu-user:hover a:before,
li.top-bar__menu-lang:hover a:before,
li.top-bar__menu-cart:hover a:before {
	background: #fff;
}
li.top-bar__menu-lang:hover li a {
	padding-left: 15px;
}
li.top-bar__menu-lang:hover li a:before {
	display: none;
}


header {
	position: relative;
	z-index: 2;
	padding: 20px 0;
	border-bottom: 2px solid #e0e0e0;
}
.home header {
	border-bottom: 0;
}
.logo {
	position: relative;
}
.logo img {
	width: 100%;
	max-width: 150px;
}
.main-menu {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.main-menu li {
	margin-right: 30px;
	transition: .25s;
}
.main-menu li:last-child {
	margin-right: 0;
}
.main-menu > li.menu-item-has-children > a {
	position: relative;
	padding-right: 15px;
}
.main-menu > li.menu-item-has-children > a:after {
	content: '';
	-webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  background-color: #2a456e;
  width: 10px;
  height: 10px;
  -webkit-mask-position: center;
  position: absolute;
  top: calc(50% - 5px);
  right: 0;
  -webkit-mask-image: url(images/down-arrow.svg);
  mask-image: url(images/down-arrow.svg);
}
.main-menu li a {
	font-weight: 500;
	display: block;
}
.main-menu li a:hover {
	color: #909db2;
}
.main-menu > li.menu-item-has-children > a:hover:after {
	background: #909db2;
}
.main-menu li.main-menu-phone a {
	position: relative;
	background: #2a456e;
	color: #fff;
	height: 38px;
	line-height: 38px;
	padding: 0 18px 0 36px;
	border-radius: 20px;
	box-shadow: 0px 5px 21px 0px rgba(42, 69, 110, 0.13);
}
.main-menu li.main-menu-phone:hover a {
	opacity: .8;
}
.main-menu li.main-menu-phone a:before {
	content: '';
	-webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  background-color: #fff;
  width: 14px;
  height: 14px;
  -webkit-mask-position: center;
  position: absolute;
  top: calc(50% - 7px);
  left: 15px;
  -webkit-mask-image: url(images/phone.svg);
  mask-image: url(images/phone.svg);
}
.main-menu li > ul.sub-menu {
	display: none;
	position: absolute;
  margin: 0;
  list-style: none;
  background: #f6f5f6;
  padding: 10px;
  margin-left: -10px;
  min-width: 180px;
  max-width: 240px;
  z-index: 9;
}
.main-menu li:hover > ul.sub-menu {
	display: block;
}
.main-menu li > ul li {
	margin-right: 0;
	margin-bottom: 10px;
}
.main-menu li > ul li:last-child {
	margin-bottom: 0;
}
.main-menu li > ul li a {
	font-size: 95%;
  padding: 5px;
}


.main-block {
	position: relative;
}
.main-block-form {
	position: relative;
  margin: 0 !important;
  position: absolute;
  z-index: 9;
  top: calc(50% - 150px);
  right: 0;
}
.wbtm-search-form-fields-sec h2 {
	display: none;
}
.wbtm-search-form-fields-sec{
	padding: 35px;
	max-width: 450px;
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 5px 14.88px 1.12px rgba(95, 134, 206, 0.31);
  border: none;
}
.wbtm-search-form-fields-sec .search-fields {
	display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.wbtm-search-form-fields-sec .fields-li {
  flex: 0 0 calc(50% - 15px);
  max-width: calc(50% - 15px);
  margin: 0 0 20px;
}
.wbtm-search-form-fields-sec .fields-li:last-child {
	max-width: 100%;
	flex: 0 0 100%;
	margin-bottom: 0;
}
.fields-li label {
	width: 100%;
  color: #9caab7;
  font-weight: 500;
  font-size: 12px;
}
.wbtm-search-form-fields-sec .search-fields .select2-container,
input#j_date, input#r_date {
	margin-top: 3px;
}
.wbtm-search-form-fields-sec .search-fields .fields-li label > i {
	margin: 0 3px 0 5px;
}
.fields-li .search-radio-sec label {
	margin-bottom: 0;
}
.wbtm-search-form-fields-sec .search-radio-sec input {
	margin-right: 3px !important;
	position: relative;
	top: 2px;
}
.wbtm-search-form-fields-sec .fields-li button {
	margin: 20px 0 0;
  background: #2a456e;
  height: 38px;
  line-height: 38px;
  padding: 0 20px;
  font-size: 14px;
  border-radius: 20px;
  outline: none;
  transition: .25s;
}
.wbtm-search-form-fields-sec .fields-li button i {
	margin-right: 5px;
}
.wbtm-search-form-fields-sec .fields-li button:hover {
	opacity: .8;
}


.home-block-popular {
	padding: 60px 0;
}
.vc__message_box {
	position: relative;
	border: 1.5px solid rgb(42, 69, 110);
  border-radius: 30px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 14px 21px 0px rgba(42, 69, 110, 0.13);
  display: flex;
  align-items: center;
  overflow: hidden;
  margin-bottom: 60px;
}
.vc__message_box-icon {
	position: relative;
	background: #2a456e;
  color: #fff;
  font-weight: 500;
  padding: 10px 10px 10px 45px;
  font-size: 16px;
}
.vc__message_box-icon:before {
	content: '';
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  background-color: #fff;
  width: 20px;
  height: 20px;
  -webkit-mask-position: center;
  position: absolute;
  top: calc(50% - 10px);
  left: 15px;
  -webkit-mask-image: url(images/info-circle.svg);
  mask-image: url(images/info-circle.svg);
}
.vc__message_box-text {
	padding: 10px 35px;
}

.heading {
	font-size: 28px;
  text-transform: uppercase;
  font-weight: bold;
  color: #2a456e;
  margin-bottom: 20px;
}
.subheading {
  font-size: 16px;
  color: #777777;
  font-weight: 500;
  margin-bottom: 35px;
}
.heading-small {
	margin-bottom: 30px;
	color: #2f2f2f;
	font-weight: 600;
	font-size: 18px;
}
.vc__popular-trips {
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 9px 19.74px 1.26px rgba(206, 146, 95, 0.13);
  overflow: hidden;
}
.vc__popular-trips-item {
	border-bottom: 1px solid #c8bfc0;
}
.vc__popular-trips-item:last-child {
	border-bottom: none;
}
.vc__popular-trips-item > a > div {
	position: relative;
}
.vc__popular-trips-item > a {
	display: flex;
	align-items: center;
	padding: 20px 0;
}
.vc__popular-trips-item > a:hover {
	background: #f3f3f3;
}
.vc__popular-trips-arrow {
	flex: 0 0 10%;
	max-width: 10%;
	padding: 0 10px 0 15px;
}
.vc__popular-trips-arrow i {
	width: 22px;
	height: 22px;
	display: block;
	background: #c5cdd8;
	border-radius: 50%;
	margin: auto;
}
.vc__popular-trips-arrow i:before {
  content: '';
  -webkit-mask-size: 12px;
  -webkit-mask-repeat: no-repeat;
  background-color: #2a456e;
  width: 100%;
  height: 100%;
  -webkit-mask-position: center;
  display: block;
  -webkit-mask-image: url(images/share.svg);
  mask-image: url(images/share.svg);
}
.vc__popular-trips-name {
	padding: 0 10px;
	max-width: 63%;
	flex: 0 0 63%;
	color: #2f2f2f;
	font-weight: 500;	
}
.vc__popular-trips-time {
	padding: 0 10px;
	font-size: 13px;
	color: #2f2f2f;
	max-width: 12%;
	flex: 0 0 12%;
}
.vc__popular-trips-price {
	padding: 0 15px 0 10px;
	flex: 0 0 15%;
  max-width: 15%;
	font-size: 16px;
	color: #2f2f2f;
	font-weight: bold;
}
.vc__popular-trips-price span {
	font-size: 13px;
	font-weight: 400;
}

.home-block-popular .vc_wp_custommenu {
	margin-bottom: 0 !important;
}
#menu-faq {
	margin: 0;
  padding: 0;
  list-style: none;
	border-radius: 10px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 9px 19.74px 1.26px rgba(206, 146, 95, 0.13);
  overflow: hidden;
}
#menu-faq li {
	border-bottom: 1px solid #c8bfc0;
}
#menu-faq li:last-child {
	border-bottom: none;
}
#menu-faq li a {
	position: relative;
  display: block;
  height: 62px;
  display: flex;
  align-items: center;
  padding: 0 15px 0 65px;
  font-weight: 500;
}
#menu-faq li a:before {
	content: '';
  width: 22px;
  height: 22px;
  background: #c5cdd8;
  border-radius: 50%;
  margin: auto;
  position: absolute;
  top: calc(50% - 11px);
  left: 25px;
  z-index: 1;
}
#menu-faq li a:after {
	content: '';
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  background-color: #2a456e;
  width: 12px;
  height: 12px;
  -webkit-mask-position: center;
  -webkit-mask-image: url(images/question.svg);
  mask-image: url(images/question.svg);
  position: absolute;
  left: 30px;
  top: 25px;
  z-index: 2;
}
#menu-faq li a:hover {
	background: #f3f3f3;
}

.home-about-us {
	padding: 60px 0;
}
.home-about-us-heading {
	color: #2a456e;
  font-weight: 800;
  margin-bottom: 30px;
}
.home-about-us p {
	line-height: 1.45;
}



.home-block-services {
	padding: 60px 0;
	background-repeat: no-repeat !important;
  background-size: 100% !important;
  background-position: bottom !important;
}
.all-services {
	position: relative;
	margin-top: 50px;
}
.vc__service-item {
	position: relative;
	display: block;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  height: 240px;
  margin-bottom: 30px;
  transition: .25s;
}
.vc__service-item:hover {
	box-shadow: 0 0 25px -10px #2b466f;
	background-size: 105%;
}
.vc__service-item:before {
  content: '';
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
}
.vc__service-item h2 {
	margin: 0;
  position: absolute;
  color: #fff;
  z-index: 2;
  bottom: 0;
  padding: 20px 30px;
  font-size: 18px;
  font-weight: bold;
}

.form-rent {
	margin-top: 100px;
}
.form-rent form {
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 5px 14.88px 1.12px rgba(43, 70, 111, 0.35);
  padding: 35px;
}
.form-rent form label {
  width: 100%;
  color: #9caab7;
  font-weight: 500;
  font-size: 12px;
}
.form-rent form label > i {
    margin: 0 3px 0 5px;
}
.form-rent .wpcf7-form-control-wrap {
	display: block;
	margin-bottom: 15px;
}
.checkbox-cf7 .wpcf7-form-control-wrap {
	margin-bottom: 0;
}
.form-rent form .checkbox-cf7 label {
	font-size: 16px;
	margin-bottom: 0;
	color: #282828;
	font-weight: 400;
}
.form-rent form .ajax-loader {
	position: absolute;
}
.form-rent form .wpcf7-not-valid-tip {
	font-size: 11px;
}
.form-rent form .wpcf7-response-output {
	font-size: 12px;
	padding: 5px;
	margin: 10px 0 0;
	text-align: center;
}


.home-clients {
	padding: 60px 0;
}
.all-partners {
	margin-bottom: 50px;
}
.vc__partners,
.vc__testimonials,
.vc__autopark {
	margin: 30px auto 50px;
  max-width: calc(100% - 80px);
}
.vc__autopark {
	margin: 30px auto 0;
}
.vc__partners-item {
	height: 86px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.vc__partners-item img {
	max-height: 86px;
	width: auto !important;
	max-width: 100%;
}
.vc__partners .owl-nav,
.vc__testimonials .owl-nav,
.vc__autopark .owl-nav {
	position: absolute;
  top: calc(50% - 20px);
  width: 100%;
  z-index: 2;
}
.vc__partners.owl-carousel .owl-nav button.owl-next,
.vc__partners.owl-carousel .owl-nav button.owl-prev,
.vc__testimonials.owl-carousel .owl-nav button.owl-next,
.vc__testimonials.owl-carousel .owl-nav button.owl-prev,
.vc__autopark.owl-carousel .owl-nav button.owl-next,
.vc__autopark.owl-carousel .owl-nav button.owl-prev {
	position: absolute;
	color: #9caab7;
  font-size: 64px;
  height: 36px;
  line-height: 36px;
  outline: none;
  transition: .25s;
}
.vc__partners.owl-carousel .owl-nav button.owl-prev,
.vc__testimonials.owl-carousel .owl-nav button.owl-prev,
.vc__autopark.owl-carousel .owl-nav button.owl-prev {
	left: -35px;
}
.vc__partners.owl-carousel .owl-nav button.owl-next,
.vc__testimonials.owl-carousel .owl-nav button.owl-next,
.vc__autopark.owl-carousel .owl-nav button.owl-next {
	right: -35px;
}
.vc__partners.owl-carousel .owl-nav button.owl-next:hover,
.vc__partners.owl-carousel .owl-nav button.owl-prev:hover,
.vc__testimonials.owl-carousel .owl-nav button.owl-next:hover,
.vc__testimonials.owl-carousel .owl-nav button.owl-prev:hover,
.vc__autopark.owl-carousel .owl-nav button.owl-next:hover,
.vc__autopark.owl-carousel .owl-nav button.owl-prev:hover {
	color: #2a456e;
}

.vc__testimonials-item {
	position: relative;
}
.vc__testimonials-img {
	width: 100px;
	height: 100px;
	margin: 0 auto 15px;
	border-radius: 50%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.vc__testimonials-text {
  text-align: center;
  font-style: italic;
  font-size: 16px;
  line-height: 1.5;
}
.vc__testimonials-name {
	text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin-top: 15px;
}


.home-autopark {
	padding: 60px 0;
}
.vc__autopark-item {
	position: relative;
}
.vc__autopark-img {
	height: 260px;
	border-radius: 10px;
	margin-bottom: 15px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.vc__autopark-item h3 {
	font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 5px;
}
.vc__autopark-item p {
	font-size: 16px;
  text-align: center;
  color: #6d6d6d;
  margin: 0;
}



.footer-top {
	position: relative;
	padding: 25px 0;
	border-top: 2px solid #e0e0e0;
	border-bottom: 2px solid #e0e0e0;
}
.subscribe-title {
	display: flex;
	align-items: center;
}
.subscribe-title-img {
	flex: 0 0 60px;
  max-width: 60px;
}
.subscribe-title-img:after {
	content: '';
	-webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  background-color: #2a456e;
  width: 48px;
  height: 48px;
  -webkit-mask-position: center;
  display: block;
  -webkit-mask-image: url(images/email.svg);
  mask-image: url(images/email.svg);
}
.subscribe-title-text {
	flex: 0 0 calc(100% - 60px);
	max-width: calc(100% - 60px);
}
.subscribe-title-text h5 {
	color: #2a456e;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 3px;
}
.subscribe-title-text p {
  font-size: 12px;
  color: #aca9aa;
  margin: 0;
}


.subscribe-form form p {
	display: flex;
	margin: 0;
}
.subscribe-form .wpcf7-form-control-wrap {
	flex: 0 0 calc(37% - 15px);
	max-width: calc(37% - 15px);
	margin-right: 15px;
}
.subscribe-form input[type="submit"] {
	flex: 0 0 26%;
	max-width: 26%;
}
.subscribe-form .ajax-loader {
	position: absolute;
}
.subscribe-form .wpcf7-not-valid-tip {
	font-size: 11px;
}
.subscribe-form .wpcf7-response-output {
	font-size: 12px;
	margin: 5px 0 0 !important;
}

.soc-footer {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: flex-end;
}
.soc-footer li {
	margin-right: 15px;
}
.soc-footer li:last-child {
	margin-right: 0;
}
.soc-footer li a {
	position: relative;
	background: #e0e0e0;
	width: 46px;
	height: 46px;
	display: block;
  border-radius: 10px;
  transition: .25s;
}
.soc-footer li a:before {
	content: '';
  -webkit-mask-size: 28px;
  -webkit-mask-repeat: no-repeat;
  background-color: #fff;
  width: 100%;
  height: 100%;
  -webkit-mask-position: center;
  display: block;
}
.soc-footer li a.soc-footer-instagram:before {
	-webkit-mask-image: url(images/instagram.svg);
  mask-image: url(images/instagram.svg);
}
.soc-footer li a.soc-footer-fb:before {
	-webkit-mask-image: url(images/facebook.svg);
  mask-image: url(images/facebook.svg);
}
.soc-footer li a:hover {
	background: #2a456e;
}


footer {
	position: relative;
	padding: 35px 0;
}
.footer-widgets {
	display: flex;
}
.footer-widgets ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer-widgets .widget:nth-child(1) {
	flex: 0 0 21%;
	max-width: 21%;
}
.footer-widgets .widget:nth-child(2) {
	flex: 0 0 28%;
	max-width: 28%;
}
.footer-widgets .widget:nth-child(3) {
	flex: 0 0 21%;
	max-width: 21%;
}
.footer-widgets .widget:nth-child(4) {
	flex: 0 0 30%;
	max-width: 30%;
}
.footer-widgets h5 {
	font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.footer-widgets .menu li,
.footer-contact li,
.footer-widgets p {
	margin-bottom: 5px;
}
.footer-widgets .menu li:last-child,
.footer-widgets p:last-child,
.footer-contact li:last-child {
	margin-bottom: 0;
}
.footer-widgets .menu li a,
.footer-contact li,
.footer-widgets p {
	color: #a8abb1;
	font-weight: 500;
}
.footer-widgets .menu li a:hover {
	text-decoration: underline;
}



.copyright {
	background: #444;
	padding: 10px 0;
	color: #fff;
}
.copyright p {
	text-align: center;
	margin: 0;
	font-size: 12px;
}
.copyright p a {
	color: #fff;
}





.entry-header {
	text-align: center;
	margin-bottom: 30px;
}
.entry-header h1 {
	display: inline-block;
  position: relative;
  font-size: 24px;
  text-transform: uppercase;
}
.entry-header h1:after {
	content: '';
  background: #2a456e;
  width: 80px;
  margin: 10px auto 0;
  display: block;
  height: 3px;
}
.woocommerce-breadcrumb {
	font-size: 12px;
	color: #9caab7;
	margin-bottom: 10px;
}
.woocommerce-breadcrumb a {
	color: #9caab7;
}


article.page,
article.testimonials {
	padding: 30px 0;
}
article.testimonials .vc__testimonials-item {
  margin-bottom: 50px;
}
article.testimonials .vc__testimonials-item:last-child {
  margin-bottom: 0;
}
.entry-content .wbtm-search-form-sec {
	position: relative;
	padding-bottom: 40px;
}
.entry-content .wbtm-search-form-sec .fields-li {
	padding: 0 15px;
}
.entry-content .wbtm-search-form-sec .fields-li:last-child button {
	position: absolute;
	bottom: 0;
	left: 15px;
	margin: 20px 0 0;
  background: #2a456e;
  height: 38px;
  line-height: 38px;
  padding: 0 20px;
  font-size: 14px;
  border-radius: 20px;
  outline: none;
  transition: .25s;
}
.entry-content .wbtm-search-form-sec .fields-li:last-child button i {
    margin-right: 5px;
}
.entry-content .wbtm-search-form-sec .fields-li .search-radio-sec {
	position: relative;
  top: 12px;
}
.entry-content .wbtm-search-form-sec .fields-li .search-radio-sec label {
	width: 100% !important;
	margin-bottom: 5px;
}
.entry-content .wbtm-search-form-sec .fields-li .search-radio-sec label:last-child {
	margin-bottom: 0;
}
.entry-content .wbtm-search-form-sec .fields-li label > i {
    margin: 0 3px 0 5px;
}

.entry-content .search-fields .select2-container, .entry-content input#j_date, .entry-content input#r_date {
	margin-top: 5px;
}
.entry-content .wbtm-search-form-sec .fields-li .search-radio-sec input {
  margin-right: 3px !important;
  position: relative;
  top: 2px;
}
.wbtm_next_days_tab ul li a {
	background: #e0e0e0;
  color: #2a456e;
  border-radius: 10px;
}
.wbtm_next_days_tab .current-tab a {
	color: #fff;
  background: #2a456e;
}
.wbtm-search-result-list {
  margin-top: 40px;
}
.selected_route {
	margin-bottom: 10px;
}


span.available-seat {
	background: #9caab7;
	display: inline-block;
	padding: 5px;
}

tr.into-cart {
    background: #e0e0e0;
}

.seat-selected-list-fare th,
.seat-selected-list-fare td {
	padding: 10px !important;
}
html body .admin-bus-details .seat-selected-list-fare td a {
	padding: 0;
}
.seat_booked, .seat_booked:hover {
	color: #fff !important;
}

button.single_add_to_cart_button.button.alt.btn-mep-event-cart {
	width: auto;
	margin-top: 20px;
}

.bus-details-info h2 {
	margin-bottom: 20px;
	font-size: 24px;
}
.bus-route-list h6 {
	border-bottom: 0;
	margin-bottom: 5px;
	font-weight: bold;
}
.bus-route-list ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.bus-route-list ul li {
	position: relative;
	padding-left: 20px;
	font-weight: 500;
	margin-bottom: 5px;
}
.bus-route-list ul li:before {
	position: absolute;
  left: 0;
  content: '';
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  background-color: #2a456e;
  width: 18px;
  height: 18px;
  -webkit-mask-position: center;
  -webkit-mask-image: url(images/pin.svg);
  mask-image: url(images/pin.svg);
}


.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
	width: 100%;
	max-width: 160px;
}


.cart-collaterals h2,
.woocommerce-billing-fields h3,
#order_review_heading,
legend,
#customer_login h2 {
	font-size: 21px;
	margin-bottom: 15px;
}
#customer_details {
	margin-bottom: 50px;
}


.woocommerce-additional-fields {
	display: none;
}
.woocommerce form .form-row {
	padding: 0;
	margin-bottom: 15px;
}
.woocommerce form .form-row label {
	line-height: 1;
	margin-bottom: 5px;
	width: 100%;
	padding-left: 5px;
}
.woocommerce-input-wrapper,
.password-input {
	width: 100%;
	display: block;
}

.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content {
	float: none;
	width: 100%;
}
.woocommerce-MyAccount-navigation ul {
	margin: 0 0 50px;
  padding: 0;
  list-style: none;
  display: flex;
}
.woocommerce-MyAccount-navigation ul li {
	margin-right: 30px;
}
.woocommerce-MyAccount-navigation ul li:last-child {
	margin-right: 0;
}
.woocommerce-MyAccount-navigation ul li a {
	display: block;
	padding: 8px 15px;
}
.woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce-MyAccount-navigation ul li.is-active a {
	background: #2a456e;
  color: #fff;
  border-radius: 10px;
}

.woocommerce-MyAccount-navigation-link--downloads,
.woocommerce-MyAccount-navigation-link--edit-address {
	display: none;
}


.vc__list-icons {
	margin: 30px 0 0;
	padding: 0;
	list-style: none;
}
.vc__list-icons li {
	display: flex;
	margin-bottom: 20px;
}
.vc__list-icons li:last-child {
	margin-bottom: 0;
}
.vc__list-icons-img {
	flex: 0 0 60px;
	max-width: 60px;
}
.vc__list-icons-img img {

}
.vc__list-icons-info {
	flex: 0 0 calc(100% - 60px);
	max-width: calc(100% - 60px);
	padding-left: 15px;
}
.vc__list-icons-info h4 {
	font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}
.vc__list-icons-info p {
	margin-bottom: 0;
}


.contact-page {
  margin-bottom: 50px !important;
}

.feedback .wpcf7-form-control-wrap {
  margin-bottom: 20px;
  display: block;
}
.feedback .ajax-loader {
  position: absolute;
}
.feedback .wpcf7-not-valid-tip {
  font-size: 12px;
}
.feedback .wpcf7 form .wpcf7-response-output {
  margin: 10px 0 0;
}


.shop_table.shop_table_responsive.woocommerce-cart-form__contents tr:last-child {
	display: none;
}


.menu-modal {
	display: none;
}




@media (max-width: 1199px) {
	.heading {
		margin-bottom: 15px;
	}
	.subheading {
		margin-bottom: 30px;
	}
	.heading-small {
		margin-bottom: 25px;
	}
	.main-menu li {
		margin-right: 15px;
	}
	.main-menu > li.menu-item-has-children > a {
		padding-right: 12px;
	}
	.main-menu > li.menu-item-has-children > a:after {
		width: 8px;
		height: 8px;
		top: calc(50% - 4px);
	}
	.main-menu li.main-menu-phone a {
		height: 36px;
		line-height: 36px;
		padding: 0 15px 0 30px;
	}
	.main-menu li.main-menu-phone a:before {
		left: 12px;
	}
	.home-block-popular,
	.home-about-us,
	.home-block-services,
	.home-clients,
	.home-autopark {
    padding: 50px 0;
	}
	.vc__message_box {
		margin-bottom: 50px;
	}
	.vc__message_box-icon {
		padding: 10px 10px 10px 40px;
	}
	.vc__message_box-icon:before {
		width: 16px;
		height: 16px;
	}
	.vc__message_box-text {
    padding: 10px 25px;
	}
	.vc__popular-trips-name {
		flex: 0 0 60%;
		max-width: 60%;
	}
	.vc__popular-trips-price {
		flex: 0 0 18%;
		max-width: 18%;
	}
	.home-about-us-heading {
		margin-bottom: 15px;
	}
	.home-about-us .wpb_text_column {
		margin-bottom: 0 !important;
	}
	.all-services {
		margin-top: 35px;
	}
	.vc__partners, .vc__testimonials, .vc__autopark {
    margin: 10px auto 30px;
  }
  .vc__autopark-img {
  	height: 220px;
  }
  .vc__autopark {
  	margin-bottom: 0;
  }
}


@media (max-width: 991px) {
	.h1, h1 {
		font-size: 2rem;
	}
	.heading {
		font-size: 24px;
	}


	.top-bar__menu li {
		margin-right: 15px;
	}

	.menu-toggled {
		position: relative;
    background: none;
    width: 36px;
    height: 36px;
    padding: 0;
    border: none;
    float: right;
    outline: none !important;
	}
	.menu-toggled:before {
		content: '';
		-webkit-mask-size: contain;
	  -webkit-mask-repeat: no-repeat;
	  background-color: #2a456e;
	  width: 100%;
	  height: 100%;
	  -webkit-mask-position: center;
	  display: block;
  	-webkit-mask-image: url(images/bars.svg);
  	mask-image: url(images/bars.svg);
	}
	
	.main-block-form {
		top: 20px;
	}
	.wbtm-search-form-fields-sec {
		max-width: 320px;
    padding: 20px;
	}
	.wbtm-search-form-fields-sec .fields-li {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.fields-li .search-radio-sec label {
		width: 49% !important;
	}

	.vc__message_box {
		flex-wrap: wrap;
	}
	.vc__message_box-icon {
		flex: 0 0 100%;
		max-width: 100%;
		padding-left: 45px;
	}
	.vc__message_box-icon:before {
		left: 20px;
	}
	.vc__message_box-text {
		padding: 10px 20px;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.vc__popular-trips {
		margin-bottom: 50px;
	}
	.vc__service-item {
		height: 220px;
	}
	.vc__service-item h2 {
		font-size: 16px;
	}
	.subscribe-form .wpcf7-form-control-wrap {
    flex: 0 0 calc(35% - 5px);
    max-width: calc(35% - 5px);
    margin-right: 10px;
	}
	.subscribe-form input[type="submit"] {
    flex: 0 0 30%;
    max-width: 30%;
	}
	.soc-footer {
		justify-content: center;
		margin-top: 20px;
	}
	.footer-widgets {
		flex-wrap: wrap;
	}
	.footer-widgets .widget:nth-child(1),
	.footer-widgets .widget:nth-child(2),
	.footer-widgets .widget:nth-child(3) {
		flex: 0 0 33%;
    max-width: 33%;
	}
	.footer-widgets .widget:nth-child(2) {
		text-align: center;
	}
	.footer-widgets .widget:nth-child(3) {
		text-align: right;
	}
	.footer-widgets .widget:nth-child(4) {
		flex: 0 0 100%;
		max-width: 100%;
		margin-top: 20px;
	}
	.footer-widgets .widget iframe {
		width: 100%;
	}


	.menu-modal {
		position: fixed;
		width: 100%;
		height: 100%;
		top: 0;
		right: -100%;
		z-index: 999;
		opacity: 0;
		transition: .25s;
	}
	.menu-modal.show {
		display: block;
		right: 0;
		opacity: 1;
	}
	.menu-modal-overflow {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,.35);
		z-index: 2;
	}
	.menu-modal-content {
		position: relative;
		padding: 20px;
		width: 420px;
		background: #2a456e;
		margin-left: auto;
		height: 100%;
		z-index: 3;
		overflow: auto;
	}
	.main-menu {
		flex-wrap: wrap;
	}
	.main-menu li {
		flex: 0 0 100%;
		max-width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
		order: 2;
	}
	.main-menu li:last-child {
		margin-bottom: 0;
	}
	.main-menu li a {
		display: block;
		padding: 8px;
		color: #fff;
	}
	.main-menu > li.menu-item-has-children > a:after {
		background: #fff;
		display: none;
	}
	.main-menu li > ul.sub-menu {
		position: relative;
    display: block;
    background: none;
    width: 100%;
    margin-left: 10px;
    max-width: 100%;
	}
	.main-menu li.main-menu-phone {
		order: 1;
		margin-bottom: 15px;
	}
	.main-menu li.main-menu-phone a {
		border: 2px solid #fff;
    height: 40px;
    width: max-content;
	}
	.menu-modal-close {
		width: 24px;
    height: 24px;
    position: absolute;
    right: calc(420px + 10px);
    top: 25px;
    background: no-repeat;
    padding: 0;
    border: none;
    outline: none !important;
    z-index: 3;
	}
	.menu-modal-close:before {
		content: '';
		-webkit-mask-size: contain;
	  -webkit-mask-repeat: no-repeat;
	  background-color: #fff;
	  width: 100%;
	  height: 100%;
	  -webkit-mask-position: center;
	  display: block;
  	-webkit-mask-image: url(images/close.svg);
  	mask-image: url(images/close.svg);
	}


	.entry-content .wbtm-search-form-sec .fields-li {
		width: calc(50% - 15px);
	}
	.entry-content .wbtm-search-form-sec .fields-li:last-child button {
		position: relative;
		left: 0;
	}
	.entry-content .wbtm-search-form-sec .fields-li:last-child {
		width: 100%;
	}
	.bus-single-search-form ul li,
	.bus-single-search-form ul li:last-child {
		width: 48%; 
	}
	.bus-seat-panel,
	.bus-info-sec {
		width: 100%;
		float: none;
	}
}




@media (max-width: 767px) {
	input[type="submit"], .view-seat-btn, button.single_add_to_cart_button.button.alt.btn-mep-event-cart, ul.search-li li button, #add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
		padding: 0 15px;
    font-size: 13px;
	}
	.top-bar__menu {
		justify-content: center;
	}
	.menu-modal-content {
		width: 380px;
	}
	.vc__popular-trips-name {
    flex: 0 0 55%;
    max-width: 55%;
	}
	.vc__popular-trips-price {
    flex: 0 0 23%;
    max-width: 23%;
	}
	.vc__service-item {
    height: 260px;
	}
	.home-clients .vc_separator {
		display: none !important;
	}
	.home-clients .heading {
		text-align: center !important;
	}
	.vc__autopark-img {
    height: 180px;
	}
	.subscribe-form {
		margin-top: 20px;
	}
	.footer-widgets .widget:nth-child(1), .footer-widgets .widget:nth-child(2), .footer-widgets .widget:nth-child(3), .footer-widgets .widget:nth-child(4) {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
    margin-top: 20px;
	}
	.footer-widgets .widget:nth-child(1) {
		margin-top: 0;
	}
	.entry-content .wbtm-search-form-sec {
		padding-bottom: 0;
	}
	.entry-content .wbtm-search-form-sec .fields-li {
		width: 100%;
	}
	.entry-content .wbtm-search-form-sec .fields-li .search-radio-sec {
		top: 0;
	}
	.entry-content .wbtm-search-form-sec .fields-li:last-child button {
		margin-top: 10px;
	}
	.wbtm-search-result-list {
    margin-top: 20px;
	}
	.wbtm_next_days_tab ul li {
		margin-bottom: 2px;
	}
}



@media (max-width: 575px) {
	.h1, h1 {
    font-size: 1.5rem;
	}
	.top-bar {
		padding: 5px 0;
	}
	header {
		padding: 10px 0;
	}
	.heading {
    font-size: 21px;
	}
	.main-block-form {
		right: calc(50% - 175px);
    padding: 0 15px;
	}
	.menu-modal-content {
    width: 100%;
    max-width: 300px;
	}
	.bus-single-search-form ul li, .bus-single-search-form ul li:last-child {
		width: 100%;
	}
	.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
		width: 100%;
		float: none;
	}
	.entry-header h1 {
		font-size: 21px;
	}
	.cart-collaterals h2, .woocommerce-billing-fields h3, #order_review_heading, legend, #customer_login h2 {
		font-size: 18px;
	}
	.top-bar__menu li a {
		font-size: 0;
    height: 32px;
    width: 32px;
    text-align: center;
    padding: 0;
	}
	li.top-bar__menu-info a:before, li.top-bar__menu-user a:before, li.top-bar__menu-lang a:before, li.top-bar__menu-cart a:before {
		left: calc(50% - 7px);
	}
	li.top-bar__menu-lang a:before {
		display: none;
	}
	li.top-bar__menu-lang > a > img {
		margin-top: 10px;
	}
	li.top-bar__menu-lang:hover li a {
		width: auto;
		height: auto;
		padding: 6px 15px;
		text-align: left;
		display: block;
	}
	.top-bar__menu > li {
		order: 1;
		position: relative;
	}
	.top-bar__menu > li.top-bar__menu-lang {
		order: 2;
		margin-left: 15px;
		margin-right: 0;
	}
	.top-bar__menu li:hover > ul {
		right: 0;
		min-width: 150px;
	}
	.vc__popular-trips-item > a {
		flex-wrap: wrap;
	}
	.vc__popular-trips-item > a > div {
		flex: 0 0 100%;
		max-width: 100%;
		text-align: center;
		margin-bottom: 5px;
	}
	.vc__popular-trips-item > a > div:last-child {
		margin-bottom: 0;
	}
	.vc__service-item {
		height: 200px;
	}
	.subheading {
		font-size: 14px;
	}
	.subscribe-form form p {
		flex-wrap: wrap;
	}
	.subscribe-form .wpcf7-form-control-wrap {
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 10px;
	}
	.subscribe-form input[type="submit"] {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.view-seat-btn {
		height: auto;
		line-height: 1.2;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.woocommerce-MyAccount-navigation ul {
		flex-wrap: wrap;
	}
	.woocommerce-MyAccount-navigation ul li {
		margin-right: 0;
		flex: 0 0 100%;
		max-width: 100%;
	}
}