/*
Theme Name: Hub Child
Theme URI: http://hub.liquid-themes.com/
Author: Liquid Themes
Author URI: https://themeforest.net/user/liquidthemes
Template: hub
Description: Smart, Powerful and Unlimited Customizable WordPress Theme.
Version: 1.0
License: GNU General Public License
License URI: license.txt
Text Domain: hub-child
Tags: responsive, retina, rtl-language-support, blog, portfolio, custom-colors, live-editor
*/

html[lang="hy"] .font-heading {
	font-family: 'MontserratarmSemiBold', arial, sans-serif !important;
    font-weight: 600 !important;
}

html[lang="hy"] .font-text {
	font-family: 'MontserratarmReg', arial, sans-serif !important;
	font-weight: 400 !important;
}

/* Header */
.top-bar-languages ul li {
	position: relative;
    border: none !important;
}

.top-bar-languages ul li.current-lang:before {
    content: '';
    position: absolute;
    bottom: 7px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #01099C;
}

.top-bar-languages ul li.current-lang a {
    color: #01099C !important;
}

.navbar-brand img {
	width: 167px;
}

.module-primary-nav ul li.current_page_parent a {
	color: #01099C;
}

.module-primary-nav .menu-item-has-children .nav-item-children {
	min-width: 160px !important;
	width: 160px !important;
	border-radius: 3px !important;
}

html[lang="ru-RU"] .module-primary-nav .menu-item-has-children .nav-item-children{
	width: 200px !important;
}

html[lang="hy"] .module-primary-nav .menu-item-has-children .nav-item-children {
	min-width: 210px !important;
	width: 210px !important;
}

.module-primary-nav .menu-item-has-children .nav-item-children li {
	padding: 6px 0;
}

.module-primary-nav .menu-item-has-children .nav-item-children li:hover,
.module-primary-nav .menu-item-has-children .nav-item-children li:active,
.module-primary-nav .menu-item-has-children .nav-item-children li.current-menu-item {
	background: rgb(1 9 156 / 15%);
}

.module-primary-nav .menu-item-has-children .nav-item-children li a {
	padding: 0 15px !important;
}

.elementor-widget-ld_header_search .ld-module-trigger-icon:before {
    content: '';
    position: absolute;
    top: -9px;
    left: -12px;
    width: 13px;
    height: 13px;
    background: url('/wp-content/uploads/2022/06/search.svg') center no-repeat;
    background-size: contain;
}

.elementor-widget-ld_header_search .ld-module-trigger-icon i {
	display: none;
}

.main-nav > li > a {
	padding: 0 10px !important;
}

/* Home slider */
.slider-container {
	margin-top: -95px;
}

/* Home custom tours */
.home-custom-tours:after {
    content: '';
    position: absolute;
    bottom: -30px;
    left: 0;
    width: 100%;
    height: 130px;
    background: url('/wp-content/uploads/2022/06/path-13213.png') center no-repeat;
    background-size: cover;
}

#custom-home-tours-container .custom-home-tours-inner-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

#custom-home-tours-container .custom-home-tours-inner-container .circle-container {
	position: relative;
    width: 480px;
    height: 480px;
    border: 2px solid rgb(1 9 156 / 60%);
    border-radius: 50%;
}

#custom-home-tours-container .custom-home-tours-inner-container .tours-title-container {
	position: absolute;
    top: 60px;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 270px;
    height: 240px;
    background: url('/wp-content/uploads/2022/06/Group-1012.svg') center no-repeat;
    background-size: contain;
}

#custom-home-tours-container .custom-home-tours-inner-container .tours-title-container h4.tours-title {
    text-align: center;
    padding: 0 45px;
	margin: 0;
    margin-top: 20px;
    font-size: 24px;
    font-family: 'Montserrat', arial, sans-serif;
    font-weight: 700;
    color: #1b1c1e;
}

#custom-home-tours-container .circle-container .menu {
    list-style: none;
}

/** General styles for menu items **/
#custom-home-tours-container .circle-container ul li {
	position: absolute;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #fff;
    border: 1px solid #01099C;
    border-radius: 50%;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

#custom-home-tours-container .circle-container ul li:hover {
	/*border: 1px solid #01099C;*/
    transform: scale(1.1);
}

#custom-home-tours-container .circle-container ul li a {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	flex: 0 0 0;
	width: 100%;
	font-family: 'Montserrat', arial, sans-serif;
    font-weight: 700;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

#custom-home-tours-container .circle-container ul li:hover a {
	color: #01099C !important;
}

#custom-home-tours-container .circle-container ul li lottie-player {
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

#custom-home-tours-container .circle-container ul li:hover lottie-player {
	display: block !important;
}

/** Outbound first menu item **/
#custom-home-tours-container .outbound-menu-class ul li:first-child {
    top: 230px;
    left: 70px;
    min-width: 190px;
    min-height: 190px;
}
#custom-home-tours-container .outbound-menu-class ul li:first-child a {
	height: 190px;
	font-size: 22px;
}
html[lang="hy"] #custom-home-tours-container .outbound-menu-class ul li:first-child a {
	font-size: 14px;
}
#custom-home-tours-container .outbound-menu-class ul li:first-child:hover a {
	position: relative;
	top: 15px;
}
#custom-home-tours-container .outbound-menu-class ul li:first-child:hover lottie-player {
	width: 100px !important;
	height: 100px !important;
	margin-top: 10px;
}
/** Outbound 2nd menu item **/
#custom-home-tours-container .outbound-menu-class ul li:nth-child(2) {
	bottom: 30px;
	right: 100px;
    min-width: 100px;
    min-height: 100px;
}
#custom-home-tours-container .outbound-menu-class ul li:nth-child(2) a {
	height: 100px;
	font-size: 14px;
}
html[lang="hy"] #custom-home-tours-container .outbound-menu-class ul li:nth-child(2) a {
	font-size: 12px;
}
html[lang="ru-RU"] #custom-home-tours-container .outbound-menu-class ul li:nth-child(2) a {
	font-size: 12px;
}
#custom-home-tours-container .outbound-menu-class ul li:nth-child(2):hover a {
	position: relative;
	top: 5px;
	font-size: 12px;
}
#custom-home-tours-container .outbound-menu-class ul li:nth-child(2):hover lottie-player {
	width: 50px !important;
	height: 50px !important;
	margin-top: 10px;
}
/** Outbound 3nd menu item **/
#custom-home-tours-container .outbound-menu-class ul li:nth-child(3) {
	top: 95px;
	left: 40px;
    min-width: 105px;
    min-height: 105px;
}
#custom-home-tours-container .outbound-menu-class ul li:nth-child(3) a {
	height: 105px;
	font-size: 14px;
}
html[lang="hy"] #custom-home-tours-container .outbound-menu-class ul li:nth-child(3) a {
	font-size: 12px;
}
#custom-home-tours-container .outbound-menu-class ul li:nth-child(3):hover a {
	position: relative;
	top: 5px;
}
#custom-home-tours-container .outbound-menu-class ul li:nth-child(3):hover lottie-player {
	width: 50px !important;
	height: 50px !important;
	margin-top: 10px;
}
/** Outbound last menu item **/

#custom-home-tours-container .outbound-menu-class ul li:last-child {
    top: 170px;
    right: 50px;
    min-width: 140px;
    min-height: 140px;
}
#custom-home-tours-container .outbound-menu-class ul li:last-child a {
	height: 140px;
	font-size: 18px;
}
html[lang="hy"] #custom-home-tours-container .outbound-menu-class ul li:last-child a {
	font-size: 16px;
}
#custom-home-tours-container .outbound-menu-class ul li:last-child:hover a {
	position: relative;
	top: 10px;
}
#custom-home-tours-container .outbound-menu-class ul li:last-child:hover lottie-player {
	width: 75px !important;
	height: 75px !important;
	margin-top: 10px;
}

/** Inbound first menu item **/
#custom-home-tours-container .inbound-menu-class ul li:first-child {
    top: 140px;
    left: 25px;
    min-width: 120px;
    min-height: 120px;
}
#custom-home-tours-container .inbound-menu-class ul li:first-child a {
	height: 120px;
	font-size: 14px;
}
html[lang="hy"] #custom-home-tours-container .inbound-menu-class ul li:first-child a {
	font-size: 10px;
}
#custom-home-tours-container .inbound-menu-class ul li:first-child:hover a {
	position: relative;
	top: 5px;
}
#custom-home-tours-container .inbound-menu-class ul li:first-child:hover lottie-player {
	width: 60px !important;
	height: 60px !important;
	margin-top: 10px;
}
/** Inbound 2nd menu item **/
#custom-home-tours-container .inbound-menu-class ul li:nth-child(2) {
    top: 225px;
    right: 25px;
    min-width: 122px;
    min-height: 122px;
}
#custom-home-tours-container .inbound-menu-class ul li:nth-child(2) a {
	height: 122px;
	font-size: 14px;
}
html[lang="hy"] #custom-home-tours-container .inbound-menu-class ul li:nth-child(2) a {
	font-size: 12px;
}
#custom-home-tours-container .inbound-menu-class ul li:nth-child(2):hover a {
	position: relative;
	top: 5px;
}
#custom-home-tours-container .inbound-menu-class ul li:nth-child(2):hover lottie-player {
	width: 60px !important;
	height: 60px !important;
	margin-top: 10px;
}
/** Inbound 3rd menu item **/
#custom-home-tours-container .inbound-menu-class ul li:nth-child(3) {
	top: 290px;
	left: 45px;
    min-width: 105px;
    min-height: 105px;
}
#custom-home-tours-container .inbound-menu-class ul li:nth-child(3) a {
	height: 105px;
	font-size: 12px;
}
html[lang="hy"] #custom-home-tours-container .inbound-menu-class ul li:nth-child(3) a {
	font-size: 10px;
}
#custom-home-tours-container .inbound-menu-class ul li:nth-child(3):hover a {
	position: relative;
	top: 5px;
}
#custom-home-tours-container .inbound-menu-class ul li:nth-child(3):hover lottie-player {
	width: 55px !important;
	height: 55px !important;
	margin-top: 10px;
}
/** Inbound 4th menu item **/
#custom-home-tours-container .inbound-menu-class ul li:nth-child(4) {
	top: 180px;
	left: 160px;
    min-width: 155px;
    min-height: 155px;
}
#custom-home-tours-container .inbound-menu-class ul li:nth-child(4) a {
	height: 155px;
	font-size: 15px;
}
html[lang="hy"] #custom-home-tours-container .inbound-menu-class ul li:nth-child(4) a {
	font-size: 10px;
}
html[lang="ru-RU"] #custom-home-tours-container .inbound-menu-class ul li:nth-child(4) a {
	font-size: 14px;
}
#custom-home-tours-container .inbound-menu-class ul li:nth-child(4):hover a {
	position: relative;
	top: 10px;
}
#custom-home-tours-container .inbound-menu-class ul li:nth-child(4):hover lottie-player {
	width: 75px !important;
	height: 75px !important;
	margin-top: 10px;
}
/** Inbound 5th menu item **/
#custom-home-tours-container .inbound-menu-class ul li:nth-child(5) {
	bottom: 30px;
	right: 100px;
    min-width: 100px;
    min-height: 100px;
}
#custom-home-tours-container .inbound-menu-class ul li:nth-child(5) a {
	height: 100px;
	font-size: 14px;
}
html[lang="hy"] #custom-home-tours-container .inbound-menu-class ul li:nth-child(5) a {
	font-size: 9px;
}
html[lang="ru-RU"] #custom-home-tours-container .inbound-menu-class ul li:nth-child(5) a {
	font-size: 8px;
}
#custom-home-tours-container .inbound-menu-class ul li:nth-child(5):hover a {
	position: relative;
	top: 5px;
}
#custom-home-tours-container .inbound-menu-class ul li:nth-child(5):hover lottie-player {
	width: 50px !important;
	height: 50px !important;
	margin-top: 10px;
}
/** Inbound 6th menu item **/
#custom-home-tours-container .inbound-menu-class ul li:nth-child(6) {
	top: 95px;
	right: 40px;
    min-width: 105px;
    min-height: 105px;
}
#custom-home-tours-container .inbound-menu-class ul li:nth-child(6) a {
	height: 105px;
	font-size: 14px;
}
html[lang="hy"] #custom-home-tours-container .inbound-menu-class ul li:nth-child(6) a {
	font-size: 8px;
}
#custom-home-tours-container .inbound-menu-class ul li:nth-child(6):hover a {
	position: relative;
	top: 5px;
}
#custom-home-tours-container .inbound-menu-class ul li:nth-child(6):hover lottie-player {
	width: 50px !important;
	height: 50px !important;
	margin-top: 10px;
}
/** Inbound last menu item **/
#custom-home-tours-container .inbound-menu-class ul li:last-child {
	bottom: 25px;
	left: 155px;
    min-width: 85px;
    min-height: 85px;
}
#custom-home-tours-container .inbound-menu-class ul li:last-child a {
	height: 85px;
	font-size: 12px;
}
#custom-home-tours-container .inbound-menu-class ul li:last-child:hover a {
	position: relative;
	top: 5px;
}
html[lang="hy"] #custom-home-tours-container .inbound-menu-class ul li:last-child a {
	font-size: 9px;
}
#custom-home-tours-container .inbound-menu-class ul li:last-child:hover lottie-player {
	width: 40px !important;
	height: 40px !important;
	margin-top: 10px;
}

/* Home contact */
.contact-us-container .home-contact-form-container label {
    width: 100%;
	margin-bottom: 4px !important;
}

.contact-us-container .home-contact-form-container input:not([type="submit"]),
.contact-us-container .home-contact-form-container textarea {
	padding: 18px 16px !important;
	background: #fff !important;
	border: 1px solid #B4B4B4 !important;
	border-radius: 5px !important;
}

.contact-us-container .home-contact-form-container textarea {
	max-height: 100px;
	line-height: initial !important;
}

.contact-us-container .home-contact-form-container input[type="submit"] {
	padding: 10px 30px !important;
	height: 35px !important;
	line-height: 15px !important;
	color: #01099C !important;
	background: #fff !important;
	border: 1px solid #01099C !important;
	border-radius: 5px !important;
	box-shadow: none !important;
}

.contact-us-container .home-contact-form-container input[type="submit"]:hover {
	color: #fff !important;
	background: #01099C !important;
	border: 1px solid #01099C !important;
	box-shadow: none !important;
}

.contact-us-container .home-contact-form-container .form-send-input-container {
    position: relative;
}

.contact-us-container .home-contact-form-container .form-send-input-container .wpcf7-spinner {
    top: 5px;
    left: 120px;
}

.contact-us-container form .wpcf7-response-output {
	margin: 0 !important;
	margin-top: 20px !important;
}

.blog .titlebar {
	display: none !important;
}

.single .entry-meta .byline {
	display: none !important;
}

.contact-us-container .home-contact-form label span.wpcf7-form-control-wrap {
    margin-bottom: 7px !important;
}

.faq-container .faq-list-container .elementor-accordion .elementor-accordion-item {
    margin-bottom: 10px;
    border: 1px solid #d4d4d4 !important;
    border-radius: 5px;
}

.faq-container .faq-list-container .elementor-accordion .elementor-accordion-item .elementor-tab-title {
	font-size: 22px !important;
}

.lqd-lp-row .lqd-lp-column article,
.lqd-lp-row .lqd-lp-column .lqd-lp-img {
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}
.lqd-lp-row .lqd-lp-column article {
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

.lqd-lp-row .lqd-lp-column article .lqd-lp-meta {
	top: 10px !important;
	left: 10px !important;
}

.lqd-lp-row .lqd-lp-column article .lqd-lp-meta ul li a {
	border-radius: 5px !important;
}

.tp-search-filter .tp-tabbing .tp-tabbing-wrapper,
.nav-tabs > li > a {
	color: #01099C !important;
    background: transparent !important;
    padding: 3px 10px !important;
    margin: 5px 10px !important;
    margin-left: 0 !important;
    border-radius: 5px !important;
    border: 1px solid #01099C !important;
    transition: all .3s ease-in !important;
}

.tp-search-filter .tp-tabbing .tp-tabbing-wrapper:hover,
.nav-tabs > li > a:hover {
	box-shadow: 0 5px 10px rgb(82 71 175 / 54%) !important;
    transform: translateY(-1px) !important;
}

.tp-search-filter .tp-tabbing .tp-tabbing-wrapper.active,
.nav-tabs > li.active > a {
	color: #fff !important;
	background: #01099C !important;
	border: 1px solid #01099C !important;
}

.tp-search-filter .tp-tabbing .tp-tabbing-wrapper .tp-tabbing-item {
	margin: 0 !important;
}

.tp-search-filter .tp-search-form .tp-tabbing {
    text-align: center !important;
	display: flex;
    flex-direction: row;
	flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
}

.tp-search-filter .tp-search-form .tp-tabbing .tp-tabbing-wrapper:nth-child(3),
.tp-search-filter .tp-search-form .tp-tabbing .tp-tabbing-wrapper:nth-child(4) {
	display: none !important;
}

/*
.tp-search-filter .tp-search-form .tp-tabbing .tp-tabbing-wrapper:last-child {
	order: 1;
}

.tp-search-filter .tp-search-form .tp-tabbing .tp-tabbing-wrapper:first-child {
	order: 2;
}

.tp-search-filter .tp-search-form .tp-tabbing .tp-tabbing-wrapper:nth-child(2) {
	order: 3;
}
*/

.tp-search-filter .tp-search-form .tp-wp-radio {
	display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
}

.tp-search-filter .tp-search-form .tp-wp-radio .tp-radio {
    margin-right: 20px;
	margin-bottom: 0;
}

.tp-search-filter .tp-search-form .tp-wp-radio .tp-radio:first-child {
	margin-right: 0;
}

.tp-search-filter .tp-search-form .tp-wp-radio .tp-radio label .tp-radio-icon,
.tp-search-filter .tp-search-form .tp-wp-radio .tp-radio label span.tp-field-Counter {
	display: none !important;
}

.tp-search-filter .tp-search-form .tp-wp-radio .tp-radio label .tp-field-content {
    color: #01099C !important;
    background: transparent !important;
    padding: 3px 10px !important;
    margin-left: 0 !important;
    border-radius: 5px !important;
    border: 1px solid #01099C !important;
    transition: all .3s ease-in !important;
}

.tp-search-filter .tp-search-form .tp-wp-radio .tp-radio .tp-group-one.input-filled label .tp-field-content {
	color: #fff !important;
	background: #01099C !important;
	border: 1px solid #01099C !important;
}

.tp-search-filter .tp-search-form .tp-wp-radio .tp-radio:nth-child(3),
.tp-search-filter .tp-search-form .tp-wp-radio .tp-radio:nth-child(4) {
	display: none !important;
}

.dynamic-listing .theplus-posts-not-found {
	background: #01099C !important;
	box-shadow: none !important;
}

.tp-search-filter .tp-date-wrap div input {
	border-radius: 5px;
}

.tour_card .tour_card_bg .elementor-widget-image .elementor-widget-container {
	overflow: hidden !important;
}

.tour_card:hover .tour_card_bg .elementor-widget-image .elementor-widget-container img {
	transition: all 3s ease-in;
}

.tour_card:hover .tour_card_bg .elementor-widget-image .elementor-widget-container img {
	transform: scale(1.5) translateY(-10px);
}

.tour_card .tour_title .elementor-heading-title {
    font-size: 18px;
    padding: 10px;
    padding-bottom: 5px;
}

.tour_card .tour_dates .elementor-heading-title {
    font-size: 14px;
    padding: 0 10px;
    color: #000;
}

.tour_card:hover .tour_title,
.tour_card:hover .tour_dates {
	transform: translateY(-100px);
    transition: 0.3s;
    z-index: 9;
    text-align: center;
}

.tour_card:hover .tour_title .elementor-heading-title,
.tour_card:hover .tour_dates .elementor-heading-title {
	padding: 0;
	margin-bottom: 5px;
}

.tour_card:hover .tour_title .elementor-heading-title {
	font-size: 16px;
}

.tour_card:hover .tour_dates .elementor-heading-title {
	font-size: 12px;
}

.tour_card:hover .tour_title .elementor-heading-title a,
.tour_card:hover .tour_dates .elementor-heading-title {
	color: #000;
}

.tour_card .tour_info {
	opacity: 0;
}

.tour_card:hover .tour_info {
    transform: translateY(-170px);
    transition: 0.3s;
    height: 130px;
    background-color: rgb(255 255 255 / 50%);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
	opacity: 1;
}

.tour_card .tour_info a.elementor-button-link.elementor-button {
	opacity: 0;
}

.tour_card:hover .tour_info a.elementor-button-link.elementor-button {
    color: #fff !important;
    background: #01099C !important;
    border: 1px solid #01099C !important;
    padding: 5px 20px;
    bottom: 10px;
    position: relative;
	opacity: 1;
}

.gform_title {
	color: #1B1C1E;
	font-family: "Montserrat", arial, sans-serif;
	font-size: 34px;
	font-weight: 600;
	line-height: 29px;
	letter-spacing: 0px;
	text-align: center;
	margin-bottom: 40px;
}

/* .gform-body span.gfield_required {
    color: #01099C;
} */

.gform-body input,
.gform-body .datepicker,
.gform-body textarea {
	padding: 8px 16px !important;
	background: #fff !important;
	border: 1px solid #B4B4B4 !important;
	border-radius: 5px !important;
	font-family: "Montserrat", arial, sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 25px;
	letter-spacing: 0px;
/* 	width: 100%; */
}

.gform-body .ginput_container_date {
	position: relative;
}

.gform-body .ginput_container_date .datepicker {
	width: 100% !important;
}

.gform-body .ginput_container_date img {
	position: absolute;
	right: 10px;
}

.gform-body textarea {
    max-height: 100px;
    line-height: initial !important;
}

.gform-body .ginput_container_select .gfield_select {
	display: inline-block !important;
	padding: 8px 16px !important;
	background-color: #fff !important;
	border: 1px solid #B4B4B4 !important;
	border-radius: 5px !important;
	font-family: "Montserrat", arial, sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 25px;
	letter-spacing: 0px;
	width: 100%;
}

.gform-body .ginput_container_select span {
    display: none !important;
}

.gform_footer {
	justify-content: center;
	align-items: center;
}

.gform_footer .gform_button {
    padding: 10px 30px !important;
    height: 35px !important;
    line-height: 15px !important;
    color: #01099C !important;
    background: #fff !important;
    border: 1px solid #01099C !important;
    border-radius: 5px !important;
    box-shadow: none !important;
    font-family: "Montserrat", arial, sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: 0px;
}

.gform_footer .gform_button:hover {
	color: #fff !important;
	background: #01099C !important;
	border: 1px solid #01099C !important;
	box-shadow: none !important;
}

.hotel-filters .tp-search-filter .tp-search-form .tp-tabbing {
	text-align: right !important;
	padding-right: 5px !important;
}

.create-a-tour-form .gform_title {
    text-align: left;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 22px;
}

.create-a-tour-form .gsection h3 {
    margin: 0 !important;
}

.create-a-tour-form .ginput_container_number .instruction {
    display: none !important;
}

.create-a-tour-form .gfield legend,
.gfield legend{
    border: none;
}

.create-a-tour-form .gfield_radio {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.create-a-tour-form .gfield_radio .gchoice {
    flex-basis: 32%;
}

.create-a-tour-form .gfield_radio .gchoice input {
	display: inline-block !important;
    text-align: left !important;
    width: 20px !important;
    height: 20px !important;
}

.create-a-tour-form .gform_footer {
	text-align: left;
	justify-content: flex-start !important;
}

.create-a-tour-blocks a.lqd-overlay {
    z-index: -9;
}

.create-a-tour-blocks .btn,
.excursions-block-item .btn {
    padding: 3px 15px !important;
}

.transport-block-item .lqd-fb:hover {
	box-shadow: 0 10px 15px rgb(0 0 0 / 25%);
}

.transport-block-item .lqd-fb:hover .lqd-fb-bg,
.excursions-block-item .lqd-fb:hover .lqd-fb-bg {
	display: none !important;
}

.transport-block-item .lqd-fb-content-inner,
.excursions-block-item .lqd-fb-content-inner {
    text-align: center;
    padding: 15px 20px !important;
    transition: all .3s ease-in;
}

.transport-block-item .lqd-fb:hover .lqd-fb-content-inner,
.excursions-block-item .lqd-fb:hover .lqd-fb-content-inner {
    background: rgba(255, 255, 255, .55);
}

.transport-block-item .lqd-fb .ld-slideelement-hidden,
.excursions-block-item .lqd-fb .ld-slideelement-hidden {
	margin-top: 0 !important;
}

.airplane-ticket-form form .gfield_radio {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.airplane-ticket-form form .gfield_radio .gchoice {
    flex-grow: 1;
}

.airplane-ticket-form form .gfield_radio .gchoice .gfield-choice-input {
    display: inline-block !important;
    text-align: left !important;
    width: 20px !important;
    height: 20px !important;
}

.airplane-ticket-form .gfield legend {
    border: none !important;
}

.ui-datepicker .ui-datepicker-calendar td a {
    line-height: 30px !important;
}

.ui-datepicker .ui-datepicker-calendar td .ui-state-highlight {
    background-color: #01099C !important;
    color: #fff !important;
}

.pt_plus_gravity_form .confirmation-message,
.gform_confirmation_message {
	text-align: center;
	padding: 5px 10px;
	border: 1px solid #01099C;
	border-radius: 5px;
}

.single.single-inboundtours .book-now-inbound {
	display: block;
}

.single.single-inboundtours .book-now-outbound {
	display: none;
}

.single.single-outboundtours .book-now-outbound {
	display: block;
}

.single.single-outboundtours .book-now-inbound {
	display: none;
}

.single.single-transport .nav.nav-tabs {
	display: none !important;
}

#transport-list .vecto-elements_posts-grid .post-thumb {
    border-radius: 5px;
}

#transport-list .vecto-elements_posts-grid .post-thumb img {
    transition: transform 3s ease-out;
    object-fit: contain;
}

#transport-list .vecto-elements_posts-grid .post.item:hover .post-thumb img {
    transform: scale(1.3);
}

#transport-list .vecto-elements_posts-grid .post.item .inner-wrap {
    position: relative;
}

#transport-list .vecto-elements_posts-grid .post.item .inner-wrap .post-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
	z-index: 9;
}

#transport-list .vecto-elements_posts-grid .post.item .inner-wrap .post-text h4 {
    padding: 0;
}

#transport-list .vecto-elements_posts-grid .post.item .inner-wrap .post-text h4:before {
    content: '';
    position: absolute;
	display: none;
    bottom: -65px;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.65);
	transition: all .3s ease-in;
    z-index: -1;
}

#transport-list .vecto-elements_posts-grid .post.item:hover .inner-wrap .post-text h4:before {
    display: block;
    bottom: 0;
}

.hide-section {
	display: none !important;
}

.single.single-events .event-title-container .elementor-heading-title {
	visibility: hidden !important;
}

.single-events .tab-content .event-tab {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 50px;
}

.single-events .tab-content .event-tab:nth-child(2n) {
    flex-direction: row-reverse;
}

.daily-tour-filter-date .tp-row {
	flex-wrap: nowrap !important;
	padding-right: 120px;
}

.daily-tour-filter-date .tp-ajaxbtn-filter {
	width: initial;
    flex: initial;
    display: flex;
    align-items: flex-end !important;
    padding-bottom: 15px;
}

.daily-tour-filter-date .tp-ajaxbtn-filter .tp-ajax-button {
	height: 43px;
	border: 1px solid #000;
}

.apartment-filter-container .tp-row,
.hotel-filter-container .tp-row {
	flex-wrap: nowrap;
}

.apartment-filter-container .tp-row .field-col,
.apartment-filter-container .tp-row .tp-ajaxbtn-filter,
.hotel-filter-container .tp-row .field-col,
.hotel-filter-container .tp-row .tp-ajaxbtn-filter {
    flex-basis: 33%;
}

.apartment-filter-container .tp-row .field-col,
.hotel-filter-container .tp-row .field-col {
	margin-right: 10px;
}

.apartment-filter-container .tp-row .tp-ajaxbtn-filter,
.hotel-filter-container .tp-row .tp-ajaxbtn-filter {
    flex: initial;
	justify-content: flex-start;
	padding-top: 0;
	padding-left: 0;
}

.apartment-filter-container .tp-row .tp-ajaxbtn-filter .tp-ajax-button,
.hotel-filter-container .tp-row .tp-ajaxbtn-filter .tp-ajax-button {
	height: 47px;
	border: 1px solid #000;
}

.google_map_container iframe {
    height: 300px !important;
}











.footer-info {
	text-align: left;
}

.footer-info h4 {
    margin: 0;
    margin-bottom: 5px;
    font-size: 14px !important;
    font-family: 'Montserrat', arial, sans-serif !important;
    font-weight: 600 !important;
    line-height: 18px;
}

.footer-info div img {
    margin-right: 8px !important;
}

.footer-info div a, .footer-info div span {
    font-size: 14px !important;
    font-family: 'Montserrat', arial, sans-serif !important;
    font-weight: 600 !important;
    color: #1B1C1E !important;
}

.vecto-logo svg {
    width: 84px;
    height: 34px;
    fill: red;
}












@media screen and (max-width: 1200px) {
	.slider-container {
		margin-top: 0;
	}
	
	.ld-module-sd>.ld-module-dropdown>.nav-trigger {
		top: 5em !important;
		right: 1em !important;
		left: initial !important;
	}
	
	.lqd-custom-menu li .submenu-expander {
		background-color: transparent !important;
	}
}

@media screen and (max-width: 768px) {
	#custom-home-tours-container .custom-home-tours-inner-container {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	#custom-home-tours-container .custom-home-tours-inner-container .circle-container {
		width: 94%;
		height: auto;
		padding-top: 100px;
		padding-bottom: 10px;
		border-radius: 10px;
	}
	
	#custom-home-tours-container .custom-home-tours-inner-container	.outbound-tours-container {
		margin-bottom: 150px;
	}
	
	#custom-home-tours-container .custom-home-tours-inner-container .tours-title-container {
		top: -25px;
	}
	
	#custom-home-tours-container .circle-container .menu {
		padding: 0 30px;
	}
	
	#custom-home-tours-container .circle-container ul li {
		position: static;
		height: auto;
		border-radius: 10px;
		min-width: 0 !important;
		min-height: 0 !important;
		margin-bottom: 20px;
	}
	
	#custom-home-tours-container .circle-container ul li a {
		font-size: 18px !important;
	}
	
	#custom-home-tours-container .circle-container ul li lottie-player {
		width: 100px;
		height: 100px;
	}
	
	.made-by-vecto {
		text-align: center !important;
		margin-top: 10px;
	}
	
	.floating-images-column .elementor-widget-wrap {
		flex-direction: column;
		justify-content: center !important;
		align-items: center !important;
		text-align: center !important;
		align-content: initial;
	}
	
	.floating-images-column .elementor-widget-wrap > div {
		position: static !important;
		margin-bottom: 50px !important;
	}
	
	.pricing_flex_box {
		flex-direction: column;
		flex-wrap: wrap;
	}
	
	.pricing_flex_box .box_item {
		margin: 0 !important;
		margin-bottom: 30px !important;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	#custom-home-tours-container .custom-home-tours-inner-container {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	
	#custom-home-tours-container .custom-home-tours-inner-container .outbound-tours-container {
		margin-bottom: 75px;
	}
}
.tab_gallery {
	display: flex;
	flex-wrap: wrap;
}
.tab_gallery .item {
	flex-grow: 1;
	width: 33%;
	height: 150px;
	padding: 5px;
	overflow: hidden;
}

.tab_gallery .item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.tp-row {
	/*flex-wrap: nowrap;*/
	flex-direction: row;
}
.tp-search-filter .tp-date-wrap {
	flex-direction: row;
}
.tp-search-filter .tp-ajaxbtn-filter {
	justify-content: flex-end;
}
.tp-search-filter .tp-date-wrap .tp-date, .tp-search-filter .tp-date-wrap .tp-date1 {
	width: 50%;
}
/* Single Tours */
.single-hero-section .elementor-widget-wrap {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
/*
.single .nav.nav-tabs {
	display: none;
}*/
.single_tour_tabs {
	border: none;
	padding: 0;
	border-top: 2px solid #01099C;
	padding-top: 25px;
}
.nav-tabs {
	display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-bottom: none;
}

.tab-content .tab-pane {
	display: none;
	flex-grow: 1;
	flex-wrap: wrap;
	padding-top: 30px;
}
.tab-content .tab-pane.active {
	display: flex;
}
.tab-content .tab-pane .col-lg-6 {
	padding: 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}

.tab-content .tab-pane .col-lg-6 h3 {
	margin-top: 0 !important;
}

.single_tour_tabs .tab-content .tab-pane .col-lg-6 p {
	margin-bottom: 10px;
}
.tab-content .tab-pane .col-lg-6:last-child ul li {
    margin-bottom: 15px;
    position: relative;
}

/* Single Tour Pricing Table */
.pricing_flex_box {
	display: flex;
	justify-content: space-around;
	border: none;
	padding: 0;
	margin-top: 20px;
	border-top: 2px solid #01099C;
	padding-top: 40px;
}
.pricing_flex_box .box_item {
	width: 100%;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0px 15px 30px 15px;
    padding: 0;
    background: #F4F6F8;
    border-radius: 5px;
    transition: all .3s ease-in;
}
.pricing_flex_box .box_item:hover {
	box-shadow: 0px 10px 50px 0px rgb(0 0 0 / 10%);
}
.pricing_flex_box .box_item:first-child {
	margin-left: 0;
}
.pricing_flex_box .box_item:last-child {
	margin-right: 0;
}
.pricing_flex_box .box_item h4 {
	margin-top: 0;
	padding-bottom: 1em;
}
.pricing_flex_box table, .pricing_flex_box table td, .pricing_flex_box table tr, .pricing_flex_box table th {
	border: 0 !important;
	background: #fff;
	font-weight: 600;
	font-size: 16px;
	line-height: 30px;
	color: #1e1e1e;
}
.pricing_flex_box table {
    margin-bottom: 28px;
}
.pricing_flex_box table tr {
	display: flex;
	align-items: center;
	justify-content: center;
}
table tbody tr:nth-child(odd) {
	background-color: #F4F6F8 !important
}
.pricing_flex_box table td {
	background: transparent !important;
}
.pricing_flex_box table tr td:first-child, .pricing_flex_box table tr td:nth-child(2) {
    flex: 0 0 25%;
    max-width: 25%;
}
.pricing_flex_box table tr td:last-child {
    flex: 0 0 50%;
    max-width: 50%;
    text-align: center;
}
.single.single-transport .pricing_flex_box table tr td {
	flex: 0 0 33%;
    max-width: 33%;
    text-align: center;
}
.pricing_flex_box .separator hr {
	min-width: auto;
	border-top: 1px solid #1e1e1e;
}
.pricing_flex_box h3.title {
	margin-bottom: 0;
	font-weight: bold;
	font-size: 28px;
	line-height: 48px;
	text-align: center;
	color: #1e1e1e;
}
.pricing_flex_box h4.subtitle {
	font-weight: 600;
	font-size: 16px;
	line-height: 25px;
	text-align: center;
	color: #757575;
}

.hotel-item-img-container,
.apartment-item-img-container {
    min-height: 0 !important;
}

.hotel-item-img,
.hotel-item-img div,
.hotel-item-img div a,
.hotel-item-img div img {
    height: 100%;
}

.apartment-item-img,
.apartment-item-img div,
.apartment-item-img div a,
.apartment-item-img div img {
    height: 100%;
}

.event-item-img,
.event-item-img div,
.event-item-img div a,
.event-item-img div img {
	height: 100%;
}

.hotel-item-img div img,
.apartment-item-img div img,
.event-item-img div img {
	object-fit: cover;
	border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.event-item-img div img {
    min-height: 300px;
}

.post-type-archive-hotels .type-hotels,
.post-type-archive-apartments .type-apartments,
.post-type-archive-events .type-events {
    box-shadow: 2px 5px 15px 0px rgb(0 0 0 / 10%);
    border-radius: 5px;
}

.hotel-item-info-rating,
.apartment-item-info-rating {
    position: absolute;
    top: 25px;
    right: 25px;
    text-align: right !important;
    font-size: 12px;
    z-index: -1;
}

.hotel-item-info-more,
.apartment-item-info-more {
    position: absolute;
    bottom: 25px;
    right: 25px;
    text-align: right;
    z-index: 0;
}

.hotel-item-info-reviews,
.apartment-item-info-reviews {
    font-size: 12px;
    padding-right: 12px;
}

.hotel-item-info-desc-inner ul,
.apartment-item-info-desc-inner ul {
    padding-left: 35px;
}

.flex_box_50,
.flex_box {
	border: none !important;
}

.flex_box_50.apt-hotel-tabs {
    border: none;
    padding: 25px 0;
    border-top: 2px solid #01099C !important;
    border-bottom: 2px solid #01099C !important;
}

.flex_box {
	justify-content: flex-start;
	row-gap: 30px;
}

.flex_box .box_item {
    width: 33% !important;
}

.flex_box .box_item p {
    font-size: 14px;
    margin-bottom: 5px;
}

.type-apartments {
    margin-bottom: 15px !important;
}

.apt-hotel-tabs .box_item.whats-included {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}

@media screen and (max-width: 768px) {
	.tab-content .tab-pane .col-lg-6 {
		width: 100%;
	}
}
.tab-content .tab-pane iframe {
	max-height: 250px !important;
}
.tab_gallery {
	padding: 0;
	margin: 0;
	margin-left: 20px;
	margin-bottom: 20px;
}

/**/
.tour_card {
	overflow: hidden;
	/*height: 400px;*/
	/*margin-bottom: 20px;*/
}
.tour_card_bg {
	min-height: 350px;
	background-size: cover;
}


/*.tour_title*/

.tour_card .tour_title {
    transform: translateY(-45px);
    color: #fff;
}
.tour_card .tour_title a {
    color: #fff!important;
}
.tour_card:hover .tour_title{
	transform: translateY(-100px);
	text-align: left
}
.tour_card:hover .tour_info{
	transform: translateY(-110px);
    height: 80px;
}
/*.tour_dates*/
.tour_info {
	transform: translateY(0px);
	transition: 0.3s;
	height: 0;
}
.type-post {
	height:100%;
}
.type-post.has-post-thumbnail figure {
	position: relative;
    padding-bottom: 70.83%;
}
.type-post.has-post-thumbnail figure img {
	position: absolute;
	width: 100%;
	height:100%;
}

.made-by-vecto {
	display:flex;
	justify-content:flex-end;
}
.made-by-vecto .vecto-logo {
	display:inline-flex;
}
.wpforms-form .ui-selectmenu-text {
	display:none;
}
.wpforms-field-divider {
    padding: 15px !important;
}
.wpforms-field-divider h3 {
	display:none!important;
}
.wpforms-field-divider:before {
    position: absolute;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background: #eee;
}
.wpforms-submit {
	padding: 10px 30px !important;
    height: 35px !important;
    line-height: 15px !important;
    color: #01099C !important;
    background: #fff !important;
    border: 1px solid #01099C !important;
    border-radius: 5px !important;
    box-shadow: none !important;
}
.wpforms-submit:hover {
	color: #fff !important;
    background: #01099C !important;
    border: 1px solid #01099C !important;
    box-shadow: none !important;
}
 .wpforms-form .wpforms-field:not(.wpforms-field-radio) input:not(.wpforms-submit),
 .wpforms-form select,
 .wpforms-form .choices__list--single .choices__item {
	height:45px!Important;
    background: #fff !important;
    border-radius: 5px !important;
}
.wpforms-form .choices__list--single .choices__item{
	display:flex;
	align-items:center;
}
.wpforms-form .choices__inner {
	height: 47px!important;
    padding: 3px!important;
	border-radius: 5px;
}
div.wpforms-container .wpforms-form .choices[data-type*="select-one"]:after,
div.wpforms-container .wpforms-form .choices[data-type*="select-multiple"]:after {
	background: url(https://yeraz.vecto.digital/wp-content/uploads/2022/11/down-arrow-svgrepo-com.svg) no-repeat;
	border: none!Important;
	width: 14px!Important;
    height: 11px!important;
	transition: all 0.2s linear;
}
div.wpforms-container .wpforms-form .choices.is-open[data-type*="select-one"]:after,
div.wpforms-container .wpforms-form .choices.is-open[data-type*="select-multiple"]:after{
	transform:rotate(180deg);
}
div.wpforms-container .wpforms-form .choices__list--single{
	padding-top: 0!important;
	padding-bottom: 0!Important;
}
div.wpforms-container-full .wpforms-form .wpforms-title{
	font-weight:bold;
}
div.wpforms-container .wpforms-form .choices__input{
	margin-top:-3px!important;
}
div.wpforms-container-full .wpforms-form .wpforms-field-label{
	font-size: 13px;
}
div.wpforms-container .wpforms-form .choices[data-type*="select-multiple"] .choices__button, div.wpforms-container .wpforms-form .choices[data-type*="text"] .choices__button{
	background-image: url(/wp-content/uploads/2022/11/close_choose_icon.svg);
	background-size: 12px;
	width: 12px;
	margin-left: 4px;
	border-left: unset;
	background-color:transparent;
	opacity:1;
}
div.wpforms-container .wpforms-form .choices__list--multiple .choices__item.is-highlighted {
    border: unset;
	background-color:transparent;
}
.btn_send_center {
	text-align: center;
}
div.wpforms-container-full .wpforms-form textarea.wpforms-field-medium {
	border-radius:5px!important
}
 
div.wpforms-container-full #wpforms-form-3119.wpforms-form .wpforms-field {
	padding-top: 4px!important;
	padding-bottom: 4px!important;
}
div.wpforms-container-full #wpforms-form-3119.wpforms-form .wpforms-field:first-child {
	padding-top: 0!important;
}
div.wpforms-container-full #wpforms-form-3119.wpforms-form .wpforms-submit-container {
	padding-top: 4px!important;
}
.ui-datepicker-trigger {
	position: absolute!important;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}
div.wpforms-container-full .wpforms-form textarea.wpforms-field-large{
	border-radius:5px;
}
.btn_send_center {
	display: block!Important;
	margin-left: auto!Important;
	margin-right: auto!Important;
}

/*Custom multiple select Start*/
.selectMultiple {
  width: 240px;
  position: relative;
}
.selectMultiple select {
  display: none;
}
.selectMultiple > div {
  position: relative;
  z-index: 2;
  padding: 8px 12px 2px 12px;
  border-radius: 8px;
  background: #fff;
  font-size: 14px;
  min-height: 44px;
  box-shadow: 0 4px 16px 0 rgba(22, 42, 90, 0.12);
  -webkit-transition: box-shadow .3s ease;
  transition: box-shadow .3s ease;
}
.selectMultiple > div:hover {
  box-shadow: 0 4px 24px -1px rgba(22, 42, 90, 0.16);
}
.selectMultiple > div .arrow {
  right: 1px;
  top: 0;
  bottom: 0;
  cursor: pointer;
  width: 28px;
  position: absolute;
}
.selectMultiple > div .arrow:before, .selectMultiple > div .arrow:after {
  content: '';
  position: absolute;
  display: block;
  width: 2px;
  height: 8px;
  border-bottom: 8px solid #99A3BA;
  top: 43%;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.selectMultiple > div .arrow:before {
  right: 12px;
  -webkit-transform: rotate(-130deg);
          transform: rotate(-130deg);
}
.selectMultiple > div .arrow:after {
  left: 9px;
  -webkit-transform: rotate(130deg);
          transform: rotate(130deg);
}
.selectMultiple > div span {
  color: #99A3BA;
  display: block;
  position: absolute;
  left: 12px;
  cursor: pointer;
  top: 8px;
  line-height: 28px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.selectMultiple > div span.hide {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(-4px, 0);
          transform: translate(-4px, 0);
}
.selectMultiple > div a {
  position: relative;
  padding: 0 24px 6px 8px;
  line-height: 28px;
  color: #1E2330;
  display: inline-block;
  vertical-align: top;
  margin: 0 6px 0 0;
}
.selectMultiple > div a em {
  font-style: normal;
  display: block;
  white-space: nowrap;
}
.selectMultiple > div a:before {
  content: '';
  left: 0;
  top: 0;
  bottom: 6px;
  width: 100%;
  position: absolute;
  display: block;
  background: rgba(228, 236, 250, 0.7);
  z-index: -1;
  border-radius: 4px;
}
.selectMultiple > div a i {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 28px;
  display: block;
}
.selectMultiple > div a i:before, .selectMultiple > div a i:after {
  content: '';
  display: block;
  width: 2px;
  height: 10px;
  position: absolute;
  left: 50%;
  top: 50%;
  background: #4D18FF;
  border-radius: 1px;
}
.selectMultiple > div a i:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.selectMultiple > div a i:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.selectMultiple > div a.notShown {
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
.selectMultiple > div a.notShown:before {
  width: 28px;
  -webkit-transition: width 0.45s cubic-bezier(0.87, -0.41, 0.19, 1.44) 0.2s;
  transition: width 0.45s cubic-bezier(0.87, -0.41, 0.19, 1.44) 0.2s;
}
.selectMultiple > div a.notShown i {
  opacity: 0;
  -webkit-transition: all .3s ease .3s;
  transition: all .3s ease .3s;
}
.selectMultiple > div a.notShown em {
  opacity: 0;
  -webkit-transform: translate(-6px, 0);
          transform: translate(-6px, 0);
  -webkit-transition: all .4s ease .3s;
  transition: all .4s ease .3s;
}
.selectMultiple > div a.notShown.shown {
  opacity: 1;
}
.selectMultiple > div a.notShown.shown:before {
  width: 100%;
}
.selectMultiple > div a.notShown.shown i {
  opacity: 1;
}
.selectMultiple > div a.notShown.shown em {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.selectMultiple > div a.remove:before {
  width: 28px;
  -webkit-transition: width 0.4s cubic-bezier(0.87, -0.41, 0.19, 1.44) 0s;
  transition: width 0.4s cubic-bezier(0.87, -0.41, 0.19, 1.44) 0s;
}
.selectMultiple > div a.remove i {
  opacity: 0;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}
.selectMultiple > div a.remove em {
  opacity: 0;
  -webkit-transform: translate(-12px, 0);
          transform: translate(-12px, 0);
  -webkit-transition: all .4s ease 0s;
  transition: all .4s ease 0s;
}
.selectMultiple > div a.remove.disappear {
  opacity: 0;
  -webkit-transition: opacity .5s ease 0s;
  transition: opacity .5s ease 0s;
}
.selectMultiple > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 16px;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 100;
  visibility: hidden;
  opacity: 0;
  border-radius: 8px;
  -webkit-transform: translate(0, 20px) scale(0.8);
          transform: translate(0, 20px) scale(0.8);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-filter: drop-shadow(0 12px 20px rgba(22, 42, 90, 0.08));
          filter: drop-shadow(0 12px 20px rgba(22, 42, 90, 0.08));
  -webkit-transition: all 0.4s ease, -webkit-transform 0.4s cubic-bezier(0.87, -0.41, 0.19, 1.44), -webkit-filter 0.3s ease 0.2s;
  transition: all 0.4s ease, -webkit-transform 0.4s cubic-bezier(0.87, -0.41, 0.19, 1.44), -webkit-filter 0.3s ease 0.2s;
  transition: all 0.4s ease, transform 0.4s cubic-bezier(0.87, -0.41, 0.19, 1.44), filter 0.3s ease 0.2s;
  transition: all 0.4s ease, transform 0.4s cubic-bezier(0.87, -0.41, 0.19, 1.44), filter 0.3s ease 0.2s, -webkit-transform 0.4s cubic-bezier(0.87, -0.41, 0.19, 1.44), -webkit-filter 0.3s ease 0.2s;
}
.selectMultiple > ul li {
  color: #1E2330;
  background: #fff;
  padding: 12px 16px;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  -webkit-transition: background .3s ease, color .3s ease, opacity .5s ease .3s, border-radius .3s ease .3s, -webkit-transform .3s ease .3s;
  transition: background .3s ease, color .3s ease, opacity .5s ease .3s, border-radius .3s ease .3s, -webkit-transform .3s ease .3s;
  transition: background .3s ease, color .3s ease, transform .3s ease .3s, opacity .5s ease .3s, border-radius .3s ease .3s;
  transition: background .3s ease, color .3s ease, transform .3s ease .3s, opacity .5s ease .3s, border-radius .3s ease .3s, -webkit-transform .3s ease .3s;
}
.selectMultiple > ul li:first-child {
  border-radius: 8px 8px 0 0;
}
.selectMultiple > ul li:first-child:last-child {
  border-radius: 8px;
}
.selectMultiple > ul li:last-child {
  border-radius: 0 0 8px 8px;
}
.selectMultiple > ul li:last-child:first-child {
  border-radius: 8px;
}
.selectMultiple > ul li:hover {
  background: #4D18FF;
  color: #fff;
}
.selectMultiple > ul li:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  border-radius: 100%;
  -webkit-transform: scale(1, 1) translate(-50%, -50%);
          transform: scale(1, 1) translate(-50%, -50%);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}
.selectMultiple > ul li.beforeRemove {
  border-radius: 0 0 8px 8px;
}
.selectMultiple > ul li.beforeRemove:first-child {
  border-radius: 8px;
}
.selectMultiple > ul li.afterRemove {
  border-radius: 8px 8px 0 0;
}
.selectMultiple > ul li.afterRemove:last-child {
  border-radius: 8px;
}
.selectMultiple > ul li.remove {
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
}
.selectMultiple > ul li.remove:after {
  -webkit-animation: ripple .4s ease-out;
          animation: ripple .4s ease-out;
}
.selectMultiple > ul li.notShown {
  display: none;
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  -webkit-transition: opacity .4s ease, -webkit-transform .35s ease;
  transition: opacity .4s ease, -webkit-transform .35s ease;
  transition: transform .35s ease, opacity .4s ease;
  transition: transform .35s ease, opacity .4s ease, -webkit-transform .35s ease;
}
.selectMultiple > ul li.notShown.show {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.selectMultiple.open > div {
  box-shadow: 0 4px 20px -1px rgba(22, 42, 90, 0.12);
}
.selectMultiple.open > div .arrow:before {
  -webkit-transform: rotate(-50deg);
          transform: rotate(-50deg);
}
.selectMultiple.open > div .arrow:after {
  -webkit-transform: rotate(50deg);
          transform: rotate(50deg);
}
.selectMultiple.open > ul {
  -webkit-transform: translate(0, 12px) scale(1);
          transform: translate(0, 12px) scale(1);
  opacity: 1;
  visibility: visible;
  -webkit-filter: drop-shadow(0 16px 24px rgba(22, 42, 90, 0.16));
          filter: drop-shadow(0 16px 24px rgba(22, 42, 90, 0.16));
}

@-webkit-keyframes ripple {
  0% {
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
    opacity: 1;
  }
  25% {
    -webkit-transform: scale(30, 30);
            transform: scale(30, 30);
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(50, 50);
            transform: scale(50, 50);
  }
}

@keyframes ripple {
  0% {
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
    opacity: 1;
  }
  25% {
    -webkit-transform: scale(30, 30);
            transform: scale(30, 30);
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(50, 50);
            transform: scale(50, 50);
  }
}

.create_tour_block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 50px;
}
.create_tour_select {
	width: 50%;
	margin-bottom: 30px;
}

.gform_wrapper.gravity-theme .chosen-container-active .chosen-choices{
	border-color: rgba(0,0,0, 0.16);
	box-shadow: unset;
}
.gform_wrapper.gravity-theme .chosen-container-multi .chosen-choices{
	border-color: rgba(0,0,0, 0.16);
	border-radius: 7px;
}
.chosen-container-multi .chosen-choices{
	background-image: none;
}
.menu-item-has-children{
	cursor:pointer;
}
#gform_12 .gform_footer {
    justify-content: flex-start;
}
.elementor-widget-tp-search-bar{
	width: auto!important;
}
/*Custom multiple select End*/

.gform_wrapper.gravity-theme .gfield select {
	height: 43px;
}
.tp-search-form,
.gform_wrapper {
	font-family: "Montserrat", sans-serif;
}
.daily-tour-filter-date .tp-ajaxbtn-filter .tp-ajax-button{
	height: 36px;
	width: 95px;
}
.daily-tour-filter-date .tp-ajaxbtn-filter .tp-ajax-button.active{
	font-size: 16px;
}
.gfield_label,
.create_tour_region_block label,
.create_tour-wrp label{
	color: #1B1C1E;
	font-size: 16px;
}


@media(min-width: 768px) {
	.header .elementor-439 .elementor-element.elementor-element-79038ca {
		width: calc( 100% - 170px );
	}
	.header .elementor-439 .elementor-element.elementor-element-675b1a0 {
		width: 30%;
		max-width: 170px;
	}
}

@media screen and (min-width: 992px) {
	.single .entry-title {
		font-size: 48px !important;
	}

	.single .entry-meta {
		justify-content: center !important;
	}
}

@media screen and (min-width: 1200px) {
	.archive.post-type-archive-apartments .content .container,
	.archive.post-type-archive-hotels .content .container,
	.archive.post-type-archive-events .content .container {
		width: 100%;
		padding: 0;
	}
}

@media screen and (max-width: 879px){
	body {
		overflow: auto!important;
	}
}


 
html[lang="hy-AM"] #custom-home-tours-container .custom-home-tours-inner-container .tours-title-container h4.tours-title {
	font-size: 20px;
	}

@media ( min-width: 769px ) {
html[lang="ru-RU"] 
#custom-home-tours-container
.inbound-menu-class ul li a ,

html[lang="hy-AM"]
#custom-home-tours-container 
.inbound-menu-class ul li a 
,

html[lang="ru-RU"] 
#custom-home-tours-container
.outbound-menu-class ul li a ,

html[lang="hy-AM"] #custom-home-tours-container .outbound-menu-class ul li a {
        display: inline-block;
    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: break-word;
    max-width: 150px;
    text-align: center;
}

html[lang="hy-AM"] #custom-home-tours-container .outbound-menu-class ul li:last-child a {
	 max-width: 140px;
	 font-size: 11px;
}
 html[lang="hy-AM"] #custom-home-tours-container .outbound-menu-class ul li:nth-child(2) a {
	 max-width: 94px !important;
	 font-size: 11px;
}
 html[lang="hy-AM"] #custom-home-tours-container .inbound-menu-class ul li:nth-child(3):hover a {
	 max-width: 105px;
}
 html[lang="hy-AM"] #custom-home-tours-container .inbound-menu-class ul li:nth-child(3) a {
	 max-width: 105px !important;
}
 html[lang="hy-AM"] #custom-home-tours-container .inbound-menu-class ul li:first-child {
	 max-width: 120px;
}
 html[lang="hy-AM"] #custom-home-tours-container .inbound-menu-class ul li:nth-child(6) {
	 max-width: 105px;
}
 html[lang="hy-AM"] #custom-home-tours-container .inbound-menu-class ul li:nth-child(6) a {
	 font-size: 10px;
}
 html[lang="hy-AM"] #custom-home-tours-container .inbound-menu-class ul li:nth-child(2) {
	 max-width: 122px;
}
 html[lang="hy-AM"] #custom-home-tours-container .inbound-menu-class ul li:nth-child(2) a {
	 font-size: 10px;
}
 html[lang="hy-AM"] #custom-home-tours-container .inbound-menu-class ul li:last-child {
	 bottom: 13px;
	 left: 140px;
	 min-width: 120px;
	 min-height: 120px;
	/* max-width: 100px;
	 */
}
 html[lang="hy-AM"] #custom-home-tours-container .inbound-menu-class ul li:last-child a {
	 font-size: 10px;
}
 html[lang="hy-AM"] #custom-home-tours-container .inbound-menu-class ul li:nth-child(5) {
	 min-width: 125px;
	 min-height: 125px;
}
 html[lang="hy-AM"] #custom-home-tours-container .inbound-menu-class ul li:nth-child(5) a {
	 font-size: 11px;
}

  html[lang="ru-RU"] #custom-home-tours-container .inbound-menu-class ul li:nth-child(3) {
    max-width: 105px;
  }
  html[lang="ru-RU"] #custom-home-tours-container .inbound-menu-class ul li:first-child {
    max-width: 120px;
  }
  html[lang="ru-RU"] #custom-home-tours-container .inbound-menu-class ul li:last-child a, 
 html[lang="ru-RU"]  #custom-home-tours-container .inbound-menu-class ul li:first-child a {
 font-size: 11px;
  }
  html[lang="ru-RU"] #custom-home-tours-container .outbound-menu-class ul li:nth-child(2) {
    max-width: 100px;
  }
}
#custom-home-tours-container .circle-container ul li a {
text-align: center !important;
}

@media (max-width: 768px ) {
.pt_plus_gravity_form .gform_wrapper .gfield .ginput_container select[multiple] {
    height: auto;
    display: flex !important
;
}
}