/*
	Theme Name: Adventure Tours Child
	Theme URI: http://themeforest.net/user/themedelight/portfolio
	Description: Adventure Tours child theme
	Template: adventure-tours
	Version: 1.0.0
*/
.tel{
	display: none;
}

.tel span {
	display: none;
}


.mobile-switch {
	display: none;
}
.parallax-section--header{
	height: 500px !important;
}

/* Switch Idioma / Ciudad (Arnau) */
.header__info{
	overflow: visible;
}
.header__info__items-right .widget_nav_menu,
.header__info__items-right .widget_polylang{
	display: inline-block;
    margin-left: 20px;
    vertical-align: top;
    padding-top: 8px;
}

.header__info__items-right .widget_polylang + .widget_polylang {
	display: none;
}

.header__info__items-right .widget_nav_menu .menu .menu-item-has-children{
	margin: 0;
	padding: 0;
}
.header__info__items-right .widget_nav_menu .menu .menu-item:before{
	display: none;
}

.col-md-12.header__content .header__info__item--shoping-cart{
    display: none;
	order: 2;
}
.header__info__items-right .widget_nav_menu .menu .menu-item-has-children > a{
	display: block;
	border-radius: 5px;
	border: 1px solid #ffc41b;
    padding: 0px 35px 0px 8px;
	cursor: pointer;
	height: 28px;
	
	color: #ffc41b;
    font-size: 12px;
    font-weight: 700;
}
.header__info__items-right .widget_nav_menu .menu .menu-item-has-children > a:after{
	content: '';
	position: absolute;
	top: 0;
    right: 0;
    height: 100%;
    width: 25px;
    margin: 0;
    border-left: 1px solid #ffc41b;
    background: url(select-arrow.svg) no-repeat center;
}
.header__info__items-right .widget_nav_menu .menu .menu-item > .sub-menu{
	display: none;
	
    position: absolute;
	z-index: 100;
	top: 26px;
    left: -1px;
    margin: 0;
	min-width: calc(100% + 2px);
	border-radius: 5px;
	background: #FFF;
}
.header__info__items-right .widget_nav_menu .menu .menu-item > .sub-menu.active{
	display: block;
}
.header__info__items-right .widget_nav_menu .menu .menu-item > .sub-menu .menu-item{
	border: none;
	padding: 3px 10px;
}
.header__info__items-right .widget_nav_menu .menu .menu-item > .sub-menu .menu-item a{
	display: block;
    line-height: 30px;
    color: #333;
}
.header__info__items-right .widget_nav_menu .menu .menu-item > .sub-menu .menu-item a:hover{
	color: #ffc41b;
}
.header__info__items-right .widget_polylang .bootstrap-select .btn-default{
	background: transparent;
	border: 1px solid #ffc41b !important;
	color: #ffc41b;
	height: 26px;
	padding: 0 30px 0 8px;
}



.header__info__items-right .widget_polylang .bootstrap-select .btn-default .filter-option{
	line-height: 24px;
    font-size: 12px;
    font-weight: 700;
}
.header__info__items-right .widget_polylang .bootstrap-select .btn-default .caret{
	top: 0;
    right: 0 !important;
    height: 100%;
    width: 24px;
    margin: 0;
    border: none;
    border-left: 1px solid #ffc41b;
    background: url(select-arrow.svg) no-repeat center;
}
.header__info__items-right .widget_polylang .bootstrap-select .dropdown-menu{
	min-width: 100%;
	top: 23px;
}
.header__info__items-right .widget_polylang .bootstrap-select .dropdown-menu li{
	margin: 0;
	padding: 0;
}
.header__info__items-right .widget_polylang .bootstrap-select .dropdown-menu ul.inner{
	padding: 0 !important;
	max-height: none; 
}
.header__info__items-right .widget_polylang .bootstrap-select .dropdown-menu ul.inner a{
	padding: 0 8px;
}
.header__info__items-right .widget_polylang .bootstrap-select .dropdown-menu ul.inner a:hover{
	color: #ffc41b;
}

@media (max-width: 800px) {
	
	.header__info{
		display: none;
	}
	
	.tel{		
		display: inline !important;
	}
	
	.logo--image{
		display: table !important;	
		float: left;
	}
	
	.header__content{
		display:flex;
		justify-content: space-between;
		padding: 0px !important;
	}
	
	#logoLink img{
		 max-width: 145px;
	}
	
	.tel{
		color: rgb(255,196,27);
		order: 2;
		font-size: 3.7vw;
		margin: 15px auto;
	}
	
	.logo--image{
		order: 1;	
	}
	
	.slicknav_menu{
		order: 3;
	}
	
	.main-nav-header, .clearfix{
		display: none !important;	
	}
	
	.fa{
		padding-right: 7px;	
	}
	
	.footer .fa {
		padding-right: 0;
	}
	
	.header-wrap {
	    min-height: 0px;
	}
	
	.header__content {
    	min-height: 0px;
		line-height: 0px;
	}
	
	.slicknav_menu .slicknav_btn{
		background: transparent;	
	}
	
	.col-md-12.header__content .header__info__item--shoping-cart  {
		display: inline !important;
		order: 2;
		opacity: 1;
		max-height: 28px;
    	overflow: hidden;
	}
	
	.col-md-12.header__content .header__info__item--shoping-cart i{
		color: rgb(255,196,27);
		margin-right: 0;
	}
	
	
	.col-md-12.header__content .header__info__item--shoping-cart a {
		opacity: 1;
	    overflow: hidden;
    	max-height: 33px;
	}
	
	.col-md-12.header__content i {
	    font-size: 18px;
	}

	.col-md-12.header__content .widget_polylang, .mobile-switch  {
		display: inline !important;
		max-width: 60px;
		float: left;
	}
	
	.mobile-info {
		order: 2;
		display: flex;
		float: left;
	}
	
	.mobile-info > div {
		padding: 0 5px;
	}
	
	.col-md-12.header__content button, .col-md-12.header__content .bootstrap-select .btn-default:hover, .col-md-12.header__content .bootstrap-select.open .btn-default {
		background: transparent;
		border: none !important;
	}
	
	.col-md-12.header__content button {
		padding-right: 20px;
	}
	
	.col-md-12.header__content .bootstrap-select.btn-group .btn .filter-option {
		min-width: 16px;
	}

	.col-md-12.header__content .bootstrap-select.btn-group .btn .filter-option, .bootstrap-select.btn-group .btn .caret {
		color: #ffc41b;
		right: 10px !important;
	}
	
	.col-md-12.header__content .bootstrap-select ul.dropdown-menu li {
		padding-left: 0;
	}
		
	.col-md-12.header__content .logo a {
		float: left;
		display: inline;
	}
	
	.gallery__item__shadow, .gallery__item__title {
		display: none !important;
	}
}
.header__info:before {
   content: none;
}

.bootstrap-select.btn-group:not(.input-group-btn) {
	display: inline !important;
}

.sidebar .bootstrap-select.btn-group:not(.input-group-btn) {
	display: inline-block !important;
}

.postid-1768 .price-decoration .woocommerce-Price-amount.amount:last-child, .postid-1829 .price-decoration .woocommerce-Price-amount.amount:last-child{
	display: none;
}

.postid-1768 .price-decoration i + .woocommerce-Price-amount.amount {
	padding-left: 70px;
}

.postid-1829 .price-decoration i + .woocommerce-Price-amount.amount {
	padding-left: 60px;
}

.postid-1829 .price-decoration i +.woocommerce-Price-amount.amount:before {
	content: 'from \00a0';
	margin-left: -60px;
	
}

.postid-1768 .price-decoration i +.woocommerce-Price-amount.amount:before {
	content: 'desde \00a0';
	margin-left: -70px;
}

.postid-1829 .sidebar .price-decoration i +.woocommerce-Price-amount.amount:before, .postid-1768 .sidebar price-decoration i +.woocommerce-Price-amount.amount:before {
	position: absolute;
}

.postid-1829 .sidebar .price-decoration i +.woocommerce-Price-amount.amount:after, .postid-1768 .sidebar .price-decoration i +.woocommerce-Price-amount.amount:after {
	content: ' ';
	position: absolute;
	width: 20px;
	height: 30px;
    background: #ffc41b;
}

.form-block__price-details {
	padding: 15px 0 20px;
}

.form-block__price-details .woocommerce-Price-amount.amount:last-child {
	color: #FFF;
	font-size: 24px;

}

.form-block__price-details .woocommerce-Price-amount.amount:last-child:before {
    content: 'TOTAL: ';
    font-size: 24px;
    position: absolute;
    margin-left: -97px;
    background: #000;
    padding-left: 18px;
}

.form-block input:last-child {
    width: 100%;
    max-width: calc(100% - 42px);
}

@media (max-width: 800px) {
	
	.tours-tabs__content p {
		float: none !important;
	}
	
	.panel-group.visible-xs.tabs-accordion{
		display: flex !important;
		flex-direction: column;
	    margin-top: -55px;
	}
	
	.panel.panel-default {
		order: 2;
	}
	
	.panel.panel-default:last-child {
		order: 1;
		position: relative;
		bottom: 70px;
		text-align: center;
	}
	
	.panel.panel-default:last-child a {
		color: #FFF !important;
		background: #ffc41b !important;
	}
	
	.parallax-section--header {
		height: 70vh;
	}
	
	.header-section__content .price-decoration {
		display: block !important;	
	}
	

}

	.header-section__content .price-decoration {
		display: none;
	}


	.header-section__content .price-decoration{
		margin-top: 35px !important;
	}
	
	.header-section__content .price-decoration .price-decoration__value {
		background: transparent;
		padding: 5px;
	}
	
	.header-section__content .price-decoration .price-decoration__label {
		background: transparent;
		padding: 0;
	}
	
	.form-block--tour-booking + .widget_text {
		padding: 10px 20px !important;
	}



@media (max-width: 767px) {
	.header-wrap{
		position: fixed;
		width: 100%;
		z-index: 111;
	}

	.home.page .slider {
		margin-top: 48px;
	}


	
	.header-wrap--sticky-header {
		top: 0;
	}
	
	.header-wrap--sticky-header .header__content {
		line-height: normal;
	}
	
	.header-wrap--sticky-header .header__info {
		display: none;
	}
}


.tp-mask-wrap a {
	border: none !important;
}

.parallax-image {
	background-repeat: no-repeat !important;
}

.page-single__content p {
	overflow: hidden;
}

.form-contact__fields-short.captcha {
	margin-bottom: 10px;
}

#navigation .lang-item {
	display: none;
}

.slicknav_nav .current-lang a {
	color: #ffc41b;
	opacity: 1;
}

.vc_tta.vc_tta-accordion.vc_tta-style-classic .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-heading a {
	height: auto;
	line-height: 26px;
	padding: 15px 30px;
}

.header__info__items-left {
	max-width: calc(100% - 389px);
	width: 100%;
}

.header__info__item--phone, .header__info__item + .header__info__item--clock {
	float: left;
}

.header__info__items-left .header__info__item + .header__info__item--clock {
    max-width: calc(100% - 179px);
    width: 100%;
}

.header__info__items-left a {
	color: #FFF;
	opacity: 1;
	
}


.form-contact input::-moz-placeholder, .form-contact textarea::-moz-placeholder,
.form-contact input::-webkit-input-placeholder, .form-contact textarea::-webkit-input-placeholder,
.form-contact input:-ms-input-placeholder, .form-contact textarea:-ms-input-placeholder,
.form-contact input::-moz-placeholder, .form-contact textarea:-moz-placeholder {
	color: #ababab;
}

.form-contact input::-moz-placeholder, .form-contact textarea::-moz-placeholder {
	color: #4b4b4b !important;
}

.slicknav_menu .slicknav_nav {
	height: calc(100vh - 50px);
	overflow-y: scroll;
	position: fixed;
}

.slicknav_menu .slicknav_nav li {
	background: #000;
}

#tabatab0 {
	display: block;
	visibility: hidden;
	overflow: hidden;
	max-height: 0;
}

.tab-content > .active#tabatab0  {
	max-height: inherit;
	visibility: visible;
}

label[for="payment_method_paypal"] img {
	display: none;
}

label[for="payment_method_paypal"] {
	background: url(paypal.png) no-repeat right;
	padding-right: 250px;
}

.form-block__field--date + .form-block__item.form-block__field-width-icon .selectpicker.btn-default .filter-option.pull-left,
.form-block__field--date + .form-block__item .dropdown-menu.selectpicker .text {
    max-width: 39px;
    overflow: hidden;
}


@media(max-width: 340px) {
	.col-md-12.header__content .header__info__item--shoping-cart {
		width: 25px;
	    display: block !important;
	    float: left;
	}

	.tel {
		float: left;
	}
}

.form-block input::-webkit-input-placeholder, .form-block textarea::-webkit-input-placeholder {
	color: #999;
}