/*!
Theme Name: mlp-v2
Theme URI: http://underscores.me/
Author: Martin V.
Author URI: http://Emotiv.pe
Description: Bootstrap v.4, Custom detail theme for Mountain Lodge Peru.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: mlp
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

mlp-v2 is based on Underscores https://underscores.me/, (C) 2012-2017 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/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: 'lato',sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
	font-family: 'lato',sans-serif;
}
html,body{height:100%;}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {

}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}
label{margin:0;}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: 'lato', sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}
select:focus{border:0 !important;}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	margin:0;
}

p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	overflow-x: hidden;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin:0;
	padding: 0;
}

ul {
	list-style: none;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 0;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: 0;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 0;
}
select:focus,select:active{border:0 !important;}
textarea {
	width: 100%;
}
*:focus {
    outline: none;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
	transition: all 0.3s ease;
}

a:visited {
	/*color: purple;*/
}

a:hover, a:focus, a:active {
	/*color: midnightblue;*/
}

a:focus {
	/*outline: thin dotted;*/
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/





/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}


@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
	width: 100%
}
.site-main .post-navigation .nav-links{margin:0 15px;}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
	border-right: 2px solid #fff;

}
.comment-navigation .nav-previous a,
.posts-navigation .nav-previous a,
.post-navigation .nav-previous a{
	display: block;
	color: #fff;
	font: 900 16px/35px 'lato';
    background-color: #ef4123;
    border: 1px solid #ef4123;
    padding: 0 10px;
	
}


.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

.comment-navigation .nav-next a,
.posts-navigation .nav-next a,
.post-navigation .nav-next a {
	display: block;
	color: #fff;
	font: 900 16px/35px 'lato';
    background-color: #ef4123;
    border: 1px solid #ef4123;
    padding: 0 10px;
}
.comment-navigation .nav-previous a:hover,
.posts-navigation .nav-previous a:hover,
.post-navigation .nav-previous a:hover,
.comment-navigation .nav-next a:hover,
.posts-navigation .nav-next a:hover,
.post-navigation .nav-next a:hover{
	background-color: transparent;
	color:#ef4123;
	text-decoration: none;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.no-padding{padding:0 !important;}
.sticky {
	display: block;
}

/*.hentry {
	0
}*/

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/**/
.site-main #menu_sa.wrap_tabsdl.active ul li a {padding: 0!important;}
.site-main .wrap_tabsdl.sse.active ul li, .site-main .wrap_tabsdl.active ul li {height: 66px;}
.site-main .wrap_tabsdl.sse.active ul li a, .site-main .wrap_tabsdl.active ul li a {min-height: initial; height: 100%;line-height: 5;}
.site-main .wrap_tabsdl.active ul li a {display: flex; align-items: center;	justify-content: center;}
.cus fieldset input::-webkit-input-placeholder {color:#1aac07;}
.cus .wrap_checkbox .wpcf7-acceptance .wpcf7-list-item {margin-right: 0;}
#section_givingback.vc_custom_1534199057156, #section_philosophy.vc_custom_1534199086512 {padding-top: 140px!important;}
.wrap_cont_se .wrap_share-oe span {line-height: 36px;}
.float-left.wrap_checkbox {color: #404040; font-family: 'lato', sans-serif; font-size: 16px;}
.float-left.wrap_checkbox a {color: #ef4123; font-family: 'lato', sans-serif;}
.float-left.wrap_checkbox .accept-this-1 label {vertical-align: initial;}
.float-left.wrap_checkbox .accept-this-1 label .wpcf7-list-item-label {font-size: 16px;}
.form_sse.wrap_contacttravel fieldset .wpcf7-submit {background: #ef4123; color: #fff;}
.form_sse.wrap_contacttravel fieldset .wpcf7-submit:hover {border-color: #ef4123!important; color: #fff;}
.cus fieldset.hdhau > label, .cus fieldset.terms > label {margin-bottom: 20px;}
.cus fieldset.hdhau .wrap_checkbox:last-child, .cus fieldset.terms .wrap_checkbox:last-child {padding-bottom: 0;}
.site-main .wrap_tabsdl ul li:last-child {background: #ef4123;}
.cus > div {
	position: relative;
	width: 100%;
	padding: 0;
	margin-bottom: 33px;
}

.cus > div label {
	font: 400 14px/18px 'lato';
	color: #313131;
}

.cus > div select {
	position: relative;
	z-index: 1;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url(...);
	outline: none !important;
}

.cus > div input, .cus > div select, .cus > div textarea {
	width: 100%;
	height: 46px;
	border: 0;
	border-bottom: 2px solid #3a3a3a;
	color: #00a99d;
	font: 900 20px/24px 'lato';
	background-color: transparent;
}

.cus > div select, .cus > div select option, .cus > div input, .cus > div textarea {
	color: #111;
}

.cus > div input::placeholder, .cus > div textarea::placeholder, .cus > div select [disabled], .cus > div select:invalid {
	color: #c9c9c9 !important;
	opacity: 1;
}

.cus > div span.lnr {
	display: block;
	position: absolute;
	left: 74.4%;
	top: 44px;
	font-size: 20px;
	color: #00a99d;
	z-index: 0;
}

.cus > div span.lnr {
	left: auto;
	right: 1%;
	color: #ef4123;
}

.cus > div.hdhau > label, .cus > div.terms > label {
	margin-bottom: 20px;
}

.cus > div .wrap_checkbox label {
	display: inline-block;
	vertical-align: top;
}

.cus > div .wrap_checkbox input[type="checkbox"], .cus > div .wrap_checkbox input[type="radio"] {
	vertical-align: middle;
	margin-right: 5px;
}

.cus > div .wrap_checkbox input {
	display: inline-block;
	width: 15px;
	height: 15px;
	margin-right: 10px;
}

.cus > div.hdhau .wrap_checkbox:last-child, .cus > div.terms .wrap_checkbox:last-child {
	padding-bottom: 0;
}

.cus > div.centered {
	text-align: center;
}

.cus > div input[type="submit"] {
	width: auto;
	padding: 0 105px;
	height: 48px;
	border: 1px solid #00a99d;
	color: #00a99d;
	font: 900 14px 'lato';
	text-transform: uppercase;
	transition: all 0.5s ease;
}

.cus > div input[type="submit"] {
	background-color: #ef4123;
	color: #fff;
	border: 1px solid #ef4123;
	letter-spacing: 3px;
}

.cus > div input[type="submit"][disabled] {
	background-color: rgba(239,65,35,0.4);
	border-color: rgba(239,65,35,0.4);
}

.site-main .related-journeys .wrap_rjitems, .site-content .related-journeys .wrap_rjitems {height:64vh;}

.menu-movil-bottom {
	position: fixed;
	bottom: -90px;
	left: 0;
	width: 100%;
	display: none;
	align-items: center;
	justify-content: space-between;
	transition: all .3s;
	z-index: 99;
}

.menu-movil-bottom.remove {
	bottom: -90px;
}

.menu-movil-bottom.show-menu {
	bottom: 0;
}

.wrap_fakeselect {
	position: relative;
	width: 50%;
	height: 50px;
	background-color: #000;
	color: #fff;
	cursor: pointer;
	font: 900 13px/19px 'lato';
	text-align: center;
}

.wrap_fakeselect::after {
	position: absolute;
	right: 12px;
	top: 16px;
	content: '\e939';
	font-family: 'Linearicons';
	font-size: 20px;
	z-index: 2;
	transform: rotate(0);
	transition: all .3s ease-in-out;
}

.wrap_fakeselect.active::after {
	transform: rotate(180deg);
}

.wrap_fakeselect .option-selected {
	background: #000;
	line-height: 16px;
	position: relative;
	letter-spacing: 1px;
	z-index: 2;
	padding: 0 22px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.wrap_fakeselect ul {
	position: absolute;
	width: 100%;
	top: 50px;
	left: 0;
	z-index: 1;
	background-color: #fff;
	margin-top: -50px;
	list-style-type: none;
	opacity: 0;
	visibility: hidden;
	transform: translateY(0);
	transition: all .3s ease-in-out;
}

.wrap_fakeselect ul li {
	background: #b6b2ab;
	color: #fff;
	letter-spacing: 1px;
	border-bottom: 1px solid #eee;
	line-height: 16px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.wrap_fakeselect ul li a {
	display: block;
	color: #fff;
}

.wrap_fakeselect ul li a:hover {
	text-decoration: none;
}

.wrap_fakeselect ul li.selected {
	background: #f4f4f4;
	color: #000;
}

.wrap_fakeselect ul li.selected a {
	color: #000;
}

.wrap_fakeselect ul li:last-child {
	border: 0;
}

.wrap_fakeselect .slideUp {
	opacity: 1;
	visibility: visible;
	transform: translateY(-100%);
}

.wrap_fakeselect .slideDown {
	opacity: 0;
	visibility: hidden;
	transform: translateY(0);
}

.btn-contactus {
	background: #ef4123;
	color: #fff;
	font: 900 13px/19px 'lato';
	width: 100%;
	text-align: center;
	display: block;
	height: 50px;
	line-height: 50px;
}

.btn-contactus:hover {
	color: #fff;
	text-decoration: none;
}

.site-branding.fixed {
	padding-top: 0!important;
	padding-right: 0!important;
}
.site-branding.fixed .custom-logo-link {margin-top: 14px;}
.site-branding.fixed .wrap-menuicon,
.site-branding .menu-fixed,
.site-branding .menu-contact-phone {display: none;}
.site-branding.fixed .menu-fixed {display: flex;}
.menu-contact-phone {float: right; height: 77px; transition: all 0.7s ease;}
.menu-contact-phone ul {display: flex; align-items: center; height: 100%;}
.menu-contact-phone ul li {margin-right: 15px;}
.menu-contact-phone ul li:last-child a {font-size: 23px;}
.menu-contact-phone ul li a {color: #fff; font-size: 30px;}
.menu-contact-phone ul li a:hover {text-decoration: none;}
.menu-fixed {float: right; height: 72px; position: relative; z-index: 101;}
.menu-fixed .mf-nav,
.menu-fixed .mf-opc {font-family: 'lato'; display: flex;}
.menu-fixed .mf-nav {text-transform: uppercase;}
.menu-fixed .mf-nav > li > a {
	color: #fff;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	font-size: 13px;
	padding: 0 10px;
}
.menu-fixed .mf-nav > li > a:hover,
.menu-fixed .mf-nav > li.submenu:hover > a,
.menu-fixed .mf-nav > li.submenu > a + ul > li > a:hover {
	color: #ef4123;
	text-decoration: none;
}
.menu-fixed .mf-nav > li {
	width: 140px;
	text-align: center;
}
.menu-fixed .mf-opc > li > a {
	color: #fff;
	font-size: 13px;
	display: flex;
	align-items: center;
	height: 100%;
	padding: 0 20px;
}
.menu-fixed .mf-opc > li > a:hover,
.menu-fixed .mf-nav > li > a:hover {
	text-decoration: none;
}
.menu-fixed .mf-nav > li.submenu {
	margin-bottom: -1px;
}
.menu-fixed .mf-nav > li.submenu > a::after {
	content: '\e93a';
	display: inline-block;
	font-family: 'linearicons';
}
.menu-fixed .mf-nav > li.submenu > a + ul {
	width: 100%;
	font-size: 13px;
	text-transform: initial;
	display: none;
}
.menu-fixed .mf-nav > li.submenu > a + ul > li {
	background-color: rgba(0,0,0,0.75);
	margin-bottom: 1px;
}
.menu-fixed .mf-nav > li.submenu > a + ul > li > a {
	color: #fff;
	display: block;
	padding: 10px;
}
.menu-fixed .mf-nav > li.submenu:hover > a + ul {
	display: block;
}
.menu-fixed .mf-opc > li > a .lnr {
	font-size: 20px;
	line-height: 20px;
	margin-right: 10px;
}
.menu-fixed .mf-opc > li:first-child a {
	background: #000;
}
.menu-fixed .mf-opc > li:nth-child(2) a {
	background: #ef4123;
}
.menu-fixed .mf-opc > li:nth-child(2) a .lnr {
	margin-top: -5px;
}
.menu-fixed .mf-opc > li:last-child a {
	background: #00a99d;
}
.menu-fixed .mf-opc > li:last-child a .lnr {
	margin-right: 0;
}
#menu_sa.wrap_tabsdl.sse ul li.active, #menu_sa.wrap_tabsdl.sse ul li.active:hover {border-bottom: 2px solid #ef4123; background-color: #f4f4f4;}
#menu_sa.wrap_tabsdl.sse ul li:hover {background-color: #7e7971;}
#menu_sa.wrap_tabsdl.sse ul li.booking-button {background-color: #000;}
#menu_sa.wrap_tabsdl.sse ul li.booking-button:hover a span {color: #fff!important;}
#menu_sa.wrap_tabsdl.sse ul li.contacttravel-button, #menu_sa.wrap_tabsdl.sse ul li.contacttravel-button:hover {background-color: #ef4123;}
#menu_sa .op_menu_item a {padding: 53px 0; display: block; border-bottom: 2px solid transparent;}
#menu_sa.active .op_menu_item a {padding: 24px 0;}
div#menu_sa.op_navwrapper,
div#menu_sa.op_navwrapper.active {padding: 0!important;}
#menu_sa .op_menu_item a.activo {border-bottom: 2px solid #ef4123;}

.wrapper-timeline .vc_tta-tabs .vc_tta-tabs-container {
	background: #fff;
}
.wrapper-timeline .vc_tta-tabs .vc_tta-panels-container .vc_tta-panel-body .wrap_itemtl:first-child, .wrapper-timeline .vc_tta-tabs .vc_tta-panels-container .vc_tta-panel-body .wrap_itemtl:nth-child(2) {
    margin-top: 10px;
}
.wrapper-timeline .vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a {
	border: 0!important;
    background-color: #bab3ad!important;
    color: #fff!important;
    font-family: 'lato';
    font-weight: 900;
    font-size: 25px;
    text-transform: uppercase;
}
.wrapper-timeline .vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab {padding: 20px 20px 50px; position: relative;}
.wrapper-timeline .vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab:first-child::before,
.wrapper-timeline .vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab:first-child::after,
.wrapper-timeline .vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab:nth-child(2)::before,
.wrapper-timeline .vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab:nth-child(2)::after {
	content: '';
    display: none;
	background: #bfb7b1;
    position: absolute;
}
.wrapper-timeline .vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab:first-child::before,
.wrapper-timeline .vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab:nth-child(2)::before {
	height: 80px;
    width: 2px;
	bottom: 0;
}
.wrapper-timeline .vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab:first-child::after,
.wrapper-timeline .vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab:nth-child(2)::after {
	width: 20px;
    height: 2px;
	top: 50%;
    margin-top: -15px;
}
.wrapper-timeline .vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab:first-child::before,
.wrapper-timeline .vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab:first-child::after {
    right: -1px;
}
.wrapper-timeline .vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab:nth-child(2)::before,
.wrapper-timeline .vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab:nth-child(2)::after {
    left: 0;
}
.wrapper-timeline .vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active:first-child::before,
.wrapper-timeline .vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active:first-child::after,
.wrapper-timeline .vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active:nth-child(2)::before,
.wrapper-timeline .vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active:nth-child(2)::after {display: block;}
.wrapper-timeline .vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active a {box-shadow: 0px 0px 30px #999!important;}

.btn-booknow {
	background: #000;
	color: #fff;
	width: 50%;
	height: 50px;
	text-align: center;
	font: 900 13px/19px 'lato';
	/*display: flex;*/
	align-items: center;
	justify-content: center;
	display: none;
}

#menu_sa.select-adv {
	background: rgba(0,0,0,0.75);
	color: #fff;
	padding: 10px 0;
	display: none;
	position: relative;
}

#menu_sa.select-adv::before {
	font-family: 'linearicons' !important;
    content: "\e93a";
    display: inline-block;
    font-size: 15px;
	font-weight: bold;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -12px;
}

#menu_sa.select-adv h2 {
	font-family: 'lato';
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 14px;
	margin-bottom: 5px;
	padding-left: 20px;
}

#menu_sa.select-adv select {
	width: 100%;
	border: 0;
	color: #fff;
	display: table;
	font-family: 'lato';
	font-size: 20px;
	font-weight: bold;
	padding-left: 20px;
	background: transparent;
	position: relative;
	z-index: 1;
	appareance: none;
	-webkit-appearance: none;
}

#menu_sa.select-adv select option {
	color: #000;
	font-family: 'lato';
	font-size: 14px;
	font-weight: bold;
}

#menu_sa.select-adv.active {
	top: 88px;
  padding: 10px 0!important;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	section.cpt .se_wrapper>.container-fluid, section.cpt .se_wrapper>.container-fluid>.row, section.cpt .se_wrapper>.container-fluid>.row.inrow .row {height: 100vh;}
}

@media (max-width: 1440px) {
	.menu-fixed .mf-nav > li {
		width: 120px;
	}
	.menu-fixed .mf-nav > li > a {
		padding: 0 10px;
	}
}

@media (max-width: 1366px) {
	.site-main .wrap_tabsdl.sse ul li a {font-size: 11px;}
	.blog .wrap_blogtitle {margin-top: 8%;}
	.blog .wrap_blogtitle h4 {padding: 0 0 30px;}
	.se_wrapper .wrap_cont_se .label {width: auto; padding: 0 20px;}
	.menu-fixed .mf-nav > li {
		width: 120px;
	}
	.menu-fixed .mf-nav > li > a,
	.menu-fixed .mf-opc > li > a,
	.menu-fixed .mf-nav > li.submenu > a + ul {
		font-size: 11px;
	}
}

@media (max-width: 1280px) {
	.wrap_tabsdl.sse ul li a span,
	.wrap_tabsdl.sse.active ul li a span {line-height: initial;}
	.menu-fixed .mf-nav > li {
		width: 100px;
	}
	.menu-fixed .mf-nav > li > a {
		padding: 0 10px;
	}
}

@media (max-width: 1035px) {
	.testimonials .testimonial_slider .slick-arrow.left-arrow {left: 20%;}
	.testimonials .testimonial_slider .slick-arrow.right-arrow {right: 20%;}
	.se_wrapper .wrap_cont_se .label {width: auto; padding: 0 20px;}
	.se_wrapper .wrap_cont_se h2, .se_wrapper .wrap_cont_se h2 a {font-size: 44px; line-height: 57px;}
	.main-navigation .menu-primary-container ul {display: block; width: 80%; margin: 0 auto;}
	.main-navigation .menu-primary-container ul li {padding-bottom: 10px;}
	.site-main .wrap_nextcontent .blackfilm, .site-content .wrap_nextcontent .blackfilm {padding-top: 5vh;}
	.site-main .related-journeys .wrap_rjitems, .site-content .related-journeys .wrap_rjitems {height: auto;}
	.site-main .related-journeys .cont_rjbh, .site-content .related-journeys .cont_rjbh {padding: 13% 0;}
	.site-main .related-journeys.sse .cont_rjbh .labelbh, .site-content .related-journeys.sse .cont_rjbh .labelbh {width: auto; display: table; padding: 0 20px;}
	.socials_mlp .socials_in li {padding: 0 30px 0 0;}
	.socials_mlp .socials_in li:last-child {padding: 0;}
	.vc_custom_1521425473346.ls2 {padding: 0 0 20px!important;}
	.wrapper-timeline .wrap_itemtl {margin-top: 75px;}
	.site-branding.fixed .menu-fixed, .site-branding .wrap-menuicon .labelmenu {display: none;}
	.site-branding.fixed .wrap-menuicon {display: block; margin-right: 40px; margin-top: 14px;}
	.site-branding .menu-contact-phone {display: block;}
	.wrapper-timeline .vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab:first-child::before, .wrapper-timeline .vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab:first-child::after {right: 0;}
	.wrapper-timeline .vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab:nth-child(2)::before, .wrapper-timeline .vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab:nth-child(2)::after {left: -1px;}
}

@media (max-width: 1024px) {
	.wrapper-timeline .vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab:first-child::before, .wrapper-timeline .vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab:first-child::after {right: -1px;}
	.wrapper-timeline .vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab:nth-child(2)::before, .wrapper-timeline .vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab:nth-child(2)::after {left: 0;}
}

@media (max-width: 768px) {
	.wrap_rightsticky {top: initial!important; bottom: 26%;}
	.wpb_wrapper #section_vision, .wpb_wrapper #section_mission {padding: 0px 0;}
	.site-main .itemsearch {height: auto;}
	.site-main .itemsearch .image_searchwrap {height: 220px;}
	.site-main .itemsearch .text_searchwrap {padding: 20px 0 0 0;}
	.container.default-page .vc_custom_1519578448468 {padding-bottom: 0!important}
	.wrap_cont_se .gotopost, .wrap_cont_se .wrap_share-oe {display: table;}
	.wrap_cont_se .wrap_share-oe span {line-height: initial;}
	.site-header .site-branding .custom-logo-link {width: 35%;}
	.menu-movil-bottom {display: flex;}
	.single-signature_adventure .wrap_tabsdl {display: none;}
	.single-signature_adventure .content_tabsdl.sse.active {padding-top: 120px;}
	.site-branding.fixed .wrap-menuicon {margin-top: 24px; margin-right: 20px;}
	.site-branding .wrap-menuicon {width: auto;}
	.site-branding .menu-contact-phone {height: 30px;}
	.site-branding.fixed .menu-contact-phone {margin-top: 28px;}
	.site-branding .menu-contact-phone ul li a {font-size: 25px;}
	.site-branding .menu-contact-phone ul li:last-child a {font-size: 20px;}
	.site-content .rightsticky_close {display: none;}
	.destination_lodges .white_backg .wrap_cont_se h2 a {color:#fff;}
	.destination_lodges .white_backg .wrap_cont_se a.gotopost {border-color: #fff; color: #fff; background-color: transparent;}
	section.testimonials .test_wrapper .text_test {height: 200px;}
	.wrapper_home section.testimonials {padding-top: 50px;}
	.wrapper-timeline .vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a {font-size: 14px;}
	.wrapper-timeline .vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active:first-child::before,
.wrapper-timeline .vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active:first-child::after,
.wrapper-timeline .vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active:nth-child(2)::before,
.wrapper-timeline .vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active:nth-child(2)::after {display: none;}
  #title_ourfamily {padding-top: 30px!important; padding-bottom: 40px!important;}
	#menu_sa.select-adv {display: block;}
}

@media (max-width: 480px) {
	.site-header .site-branding .custom-logo-link {width: 45%;}
	.site-branding.fixed .wrap-menuicon, .site-branding.fixed .menu-contact-phone {margin-top: 14px;}
	.wrapper_home section.testimonials {padding-top: 30px;}
	section.testimonials .test_wrapper .text_test {height: 320px;}
	#menu_sa.select-adv h2 {font-size: 13px;}
	#menu_sa.select-adv.active {top: 70px;}
	.bottom_footer .wrapper_widgets {padding-top: 0;}
	.bottom_footer .wrapper_widgets ul li:last-child {padding-bottom: 0;}
	.bottom_footer .wrapper_widgets>div {padding-top: 30px;}
	#mlp-cusco-properties.page-template-archive-boutique_hotel .se_wrapper .bh_left,
	#destination-lodges.page-template-archive-destination_lodge .se_wrapper .bh_left,
	#signature-adventures.page-template-archive-signature_adventure .se_wrapper .bh_left {padding-top: 50px;}
	#mlp-cusco-properties.page-template-archive-boutique_hotel #post-40.se_wrapper .bh_left,
	#destination-lodges.page-template-archive-destination_lodge #post-2383.se_wrapper .bh_left,
	#signature-adventures.page-template-archive-signature_adventure #post-1327.se_wrapper .bh_left,
	#signature-adventures.page-template-archive-signature_adventure .se_wrapper .bh_right {padding-bottom: 50px;}
	#mlp-cusco-properties.page-template-archive-boutique_hotel .se_wrapper .bh_right,
	#signature-adventures.page-template-archive-signature_adventure #post-1320.se_wrapper .bh_right {padding-bottom: 10px;}
	.se_wrapper .wrap_cont_se h2, .se_wrapper .wrap_cont_se h2 a {font-size: 34px; line-height: 47px;}
	.post-841 .wpb_wrapper .vc_custom_heading {padding-top: 0!important; padding-bottom: 0!important; margin-bottom: 35px;}
	.wrapper-timeline .wpb_wrapper .wrap_itemtl {margin-bottom: 30px; margin-top: 0;}
	div.wrapper-timeline {padding-bottom: 30px!important;}
	div.vc_column_container.wrap-text-equestian {padding-right: 0;}
	section.related-journeys h2 {padding-top: 40px;}
	.vc_tta-panels-container .vc_tta-panels .tab_lodges .vc_tta-panel-body {margin-bottom: 20px;}
	.vc_tta-panels-container .vc_tta-panels .tab_lodges:last-child .vc_tta-panel-body {margin-bottom: 0;}
	.default-page .cus_wrapper {padding-bottom: 30px !important;}
	#menu_sa .op_menu_item a, #menu_sa.active .op_menu_item a {padding: 0;}
	.ult-just-icon-wrapper .aio-icon-img .img-icon {width: 50%;}
	.op_textblock .vc_column-inner, .container.default-page .vc_custom_1519578448468 {padding-top: 0!important;}
	#section_ourfamily .vc_column_container .vc_column-inner {padding-bottom: 0!important;}
	#section_ourfamily .vc_column_container .wpb_wrapper .vc_row {padding-bottom: 30px!important;}
	#section_wwsf, #section_givingback.vc_custom_1534199057156 {padding-top: 60px!important; padding-bottom: 60px!important;}
	#section_givingback .vc_custom_1519627912474, #section_givingback .vc_custom_1519628726240, #section_philosophy.vc_custom_1534199086512, #how-to-book .vc_custom_1519577305554 {padding-top: 30px!important;}
	#how-to-book .wrap_items_2book {padding-bottom: 0;}
	#how-to-book .wrap_items_2book .item_how2book {padding-bottom: 20px;}
	#how-to-book .wrap_items_2book .item_how2book .text_2book.green-text {padding-top: 0;}
	.vc_custom_1519628726240 .ult-content-box-container .ult-content-box {min-height: initial!important;}
	div.wrap_category_press {padding-bottom: 30px;}
	.wrap_category_press .category_press .press_thumbnail {height: auto;}
	.wrap_category_press .category_press .press_thumbnail .press_thumb_in {padding: 15px;}
	.wrap_category_press .category_press .press_thumbnail .press_thumb_in img {width: 50%;}
	.wrap_category_press .category_press>div, .wrap_category_press .category_press>div>.row {margin-bottom: 30px;}
	div.wrap_searchblock {padding-bottom: 30px;}
	.wrap_searchblock>div {margin: 0 auto 20px; display: block; float: initial!important;}
	.wrap_searchblock .widget_search {display: table;}
	div.wrap_relatedposts {padding: 60px 0;}
	div.wrap_relatedposts .title_related h4 {padding-bottom: 25px;}
	div.widgetsblog {padding-top: 0;}
	div.vc_custom_1529795873537, div.vc_custom_1521510637604 {padding-top: 30px!important;}
	div.vc_custom_1521510637604 {padding-bottom: 30px!important;}
}

@media (max-width: 320px) {
	section.testimonials .test_wrapper .text_test {height: 400px;}
	#menu_sa.select-adv h2 {font-size: 12px;}
}

@media (max-height: 320px) {
	.container .menu-primary-container {padding-top: 16%;}
	.container .menu-primary-right-container {padding-top: 14%;}
	.container .wrap_primary-right {padding-bottom: 0; top: 0;}
	.container .wrap_redestopmenu {padding-top: 7%; width: 100%; height: auto;}
	.container .wrap_redestopmenu ul li {padding-bottom: 0; padding-left: 2%;}
	.site-header .site-branding .custom-logo-link {width: 35%;}
}
.postid-2342 h1 {
    font: 900 37px/60px 'lato' !important;
}
.postid-2342 h4 {
    display:none;
}