/*
	Theme Name: TREKKINGCHILE
	Description:
	Version: 1.4.3
	Author: Johannes Hübner
	Author URI: http://www.chilibanana.de
	Tags: Blank, HTML5, CSS3

*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* GLOBAL STYLES
-------------------------------------------------- */

@font-face {
    font-family: 'hand';
    src: url('fonts/serendipityonewide-webfont.woff2') format('woff2'),
         url('fonts/serendipityonewide-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
/*font-family: 'hand';*/
}

html{
    min-height:100%;/* make sure it is at least as tall as the viewport */
    position:relative;
}

body {
  padding-top: 0;
  color: #2C3E50;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  height:100%;
}

.hidemobile {display: none;}

/* CUSTOMIZE THE HEADER
-------------------------------------------------- */
.navbar {z-index: 1; width: 100%; height: auto; display: block; margin: 0 auto; max-width: 1440px;}
.navbar, .navbar a.navbar-brand {padding: 0;}
.navbar a.navbar-brand {width: 16.666%; margin: 0; float: left; display: block;}
.navbar a.navbar-brand img {display: block; width:100%; height: auto;}
.navbar-expand-md .navbar-collapse {display: block; width: 83.333%; float: left;}
.navbar ul.navbar-nav {display: block; width: 100%; margin: 0;}
.navbar ul.navbar-nav li {width: 20%; float: left; font-family: "Open Sans"; font-size: 17px; line-height: 24px; text-align: center; border-top: 10px solid #fff; padding-top: 20px;}
.navbar ul.navbar-nav li:hover, .navbar ul.navbar-nav li.current-menu-item, .navbar ul.navbar-nav li.current-page-ancestor, .navbar ul.navbar-nav li.current-post-ancestor, .navbar ul.navbar-nav li.current-post-ancestor, .navbar ul.navbar-nav li.current-category-ancestor {border-top: 10px solid #E74C3C;}
.navbar ul.navbar-nav li a {display: block; color: #000000; text-decoration: none; padding: 0.3rem 0; border-right: 2px solid #f1f1f1;}
.navbar ul.navbar-nav li:last-child  a {border-right: none;}

.sidebar aside ul.subnavi {list-style-type: none; padding: 0 3% 0 5%; margin: 0;}
.sidebar aside ul.subnavi li {padding: 0.6em 0; font-size: 18px; line-height: 24px; border-bottom: 1px solid rgba(44,62,80,0.5);}
.sidebar aside ul.subnavi li:last-child {border-bottom: none;}
.sidebar aside ul.subnavi li a {color: #959ea7; text-decoration: none;}
.sidebar aside ul.subnavi li a:hover, .sidebar aside ul.subnavi li.current_page_item a, .sidebar aside ul.subnavi li.current_page_ancestor a, .sidebar aside ul.subnavi li.current-cat a { color: #2C3E50; text-decoration: none;}
.sidebar aside ul.subnavi li ul {list-style-type: none; padding: 0.6em 0 0 0; margin: 0; display: none;}
.sidebar aside ul.subnavi li.current_page_item ul, .sidebar aside ul.subnavi li.current_page_ancestor ul {display: block;}
.sidebar aside ul.subnavi li ul li {font-size: 14px; text-transform: uppercase; padding: 0.6em 0 0.6em 20px; background: transparent url('img/icons/arrow_normal.svg') 0 14px no-repeat; background-size: 6px 12px;}
.sidebar aside ul.subnavi li ul li.current_page_item {background: transparent url('img/icons/arrow_active.svg') 0 14px no-repeat; background-size: 6px 12px;}
.sidebar aside ul.subnavi li ul li.page_item_has_children.current_page_item {background: transparent url('img/icons/arrow_open_active.svg') 0 20px no-repeat; background-size: 12px 6px;}
.sidebar aside ul.subnavi li ul li a, .sidebar aside ul.subnavi li.current_page_item ul li {color: #959ea7!important;}
.sidebar aside ul.subnavi li ul li a:hover, .sidebar aside ul.subnavi li ul li.current_page_item a {color: #2C3E50!important; }
.sidebar aside ul.subnavi li ul li:first-child {border-top: 1px solid rgba(44,62,80,0.5);}
.sidebar aside ul.subnavi li ul li:last-child {padding: 0.6em 0 0 1em;}
.sidebar aside ul.subnavi li.current_page_item ul li ul, .sidebar aside ul.subnavi li.current_page_ancestor ul li ul {display: none;}
.sidebar aside ul.subnavi li.current_page_item ul li.current_page_item ul, .sidebar aside ul.subnavi li.current_page_ancestor ul li.current_page_item ul, .sidebar aside ul.subnavi li.current_page_item ul li.current_page_ancestor ul, .sidebar aside ul.subnavi li.current_page_ancestor ul li.current_page_ancestor ul  {display: block;}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  clear: both;
  padding: 50px 0;
  width: 100%;
  margin: 0 auto;
  max-width: 1440px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
  bottom: 0;
  top: 5%;
  height: 95%;
  width: 39%;
  left: 60%;
  padding: 0;
  background: rgba(99,10,207,0.40) none repeat scroll 0 0;
  clip-path: polygon(0% 0%, 100% 4%, 96% 85%, 6% 93%);
  -webkit-clip-path: polygon(0% 0%, 100% 4%, 96% 85%, 6% 93%);
}

.carousel-caption h1 {
  margin: 10% 3% 4% 3%;
  font-family: 'hand';
  font-size: 50px;
  color: #fff;
  font-weight: 500;
}

.carousel-caption p {
  color: #FFFFFF;
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  text-align: center;
  margin: 0 10% 5% 10%;
}

.carousel-caption .btn {
  background-color: #E74C3C;
  color: #FFFFFF;
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  text-align: center;
  border-radius: 0;
  border: none;
  z-index: 11;
}


.carousel-item {
  background-color: #fff;
  padding: 0 20px;
}
.carousel-item > img {
  width: 100%;
  padding: 0 10px 0 100px;
  margin: 0 auto;
  height: auto;
}

.carousel-indicators {
  bottom: 20%;
  margin-left: 42%;
}

.carousel-indicators li {
  background: none;
  box-sizing: border-box;
  height: 9px;
  width: 9px;
  border-radius: 9px;
  border: 3px solid #FFFFFF;
  margin: 0 14px;
}

.carousel-indicators li:hover{
  cursor: pointer;
}

/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.home article h1, .home article h2 {
  color: #2C3E50;
  font-family: "Open Sans";
  font-size: 36px;
  font-weight: bold;
  line-height: 130%;
  text-align: center;
  margin: 0;
}

.home article p {
  color: #2C3E50;
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  text-align: center;
  margin: 0 0 30px 0;
}


/* Pages
------------------------- */
main {
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	clear: both;
	padding-top: 50px;
}

main .sidebar {
	display: none;
}

main section {
	float: left;
	width: 100%;
	padding: 0 0 60px 15px;
}

main section article .content-area {width: 90%;}

article .wp-block-image img {display: block; max-width: 100%; height: auto;}
article a.wp-block-button__link {display: block; width: auto; height: 30px; padding: 8px 20px 0 20px; border-radius: 8px!important; text-decoration: none; color: #fff; font-size: 11px; font-weight: bold; line-height: 11px; text-align: center; border-radius: 8px; background-image: none; background-color: #E74C3C!important; box-shadow: 0 0 4px 0 rgba(0,0,0,0.5); border: none;}


/* Teaser
------------------------- */

aside .teaser {
  margin: 0;
  background: #f2efe6 url('img/topowhite.svg') 0 0 repeat;
  background-size: 1200px 1200px; /* cover; */
  clip-path: polygon(0% 2%, 15% 0%, 78% 0%, 100% 3%, 100% 98%, 63% 100%, 0% 99%);
  -webkit-clip-path: polygon(0% 2%, 15% 0%, 78% 0%, 100% 3%, 100% 98%, 63% 100%, 0% 99%);
  padding: 4% 0 6% 0;
  width: 100%;
}

.blog aside .teaser {
  clip-path: polygon(0% .5%, 15% 0%, 78% 0%, 100% .7%, 100% 99.5%, 63% 100%, 0% 99.7%);
  -webkit-clip-path: polygon(0% .5%, 15% 0%, 78% 0%, 100% .7%, 100% 99.5%, 63% 100%, 0% 99.7%);
  padding: 4% 0 6% 0;
  width: 100%;
}

aside .teaser .row div img {
  width: 100%;
  height: auto;
}

aside .teaser .row div h6 {
  width: 100%;
  text-align: center;
  font-family: 'hand';
  font-size: 28px;
  line-height: 32px;
  padding: 12px 0 40px 0;
}

aside .teaser .row div h6 a {
  color: #2C3E50;
  text-decoration: none;
}

aside .teaser.page .row div img {
  clip-path: polygon(3% 5%, 18% 0%, 100% 5%, 96% 85%, 70% 100%, 12% 94%, 0% 48%);
  -webkit-clip-path: polygon(3% 5%, 18% 0%, 100% 5%, 96% 85%, 70% 100%, 12% 94%, 0% 48%);
  cursor: pointer;
}

aside .teaser.page .row div:nth-child(2) img {
  clip-path: polygon(4% 0%, 60% 5%, 92% 1%, 100% 70%, 88% 95%, 32% 100%, 0% 92%);
  -webkit-clip-path: polygon(4% 0%, 60% 5%, 92% 1%, 100% 70%, 88% 95%, 32% 100%, 0% 92%);
}


.home aside .teaser .row div {
  padding: 0 3%;
}

.home aside .teaser .row div img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 100;
  clip-path: polygon(0% 0%, 28% 3%, 100% 1%, 100% 100%, 75% 94%, 0% 100%);
  -webkit-clip-path: polygon(0% 0%, 28% 3%, 100% 1%, 100% 100%, 75% 94%, 0% 100%);
  /* (0% 0%, 28% 3%, 100% 1%, 98% 20%, 100% 100%, 75% 94%, 0% 100%, 3% 66%); */
}

.home aside .teaser .row div:nth-child(2) img {
  clip-path: polygon(0% 0%, 33% 4%, 100% 0%, 100% 100%, 75% 94%, 0% 100%);
  -webkit-clip-path: polygon(0% 0%, 33% 4%, 100% 0%, 100% 100%, 75% 94%, 0% 100%);
  /* 2% 0%, 33% 4%, 100% 0%, 98% 70%, 100% 100%, 75% 94%, 3% 100%, 0% 55% */
}

.home aside .teaser .row h3 {
  display: block;
  position: absolute;
  z-index: 110;
  padding: 6% 8%;
  font-family: 'hand';
  font-size: 32px;
  line-height: 32px;
  color: #fff;
  font-weight: 500;
  background: rgba(99,10,207,0.65) none repeat scroll 0 0;
  top: 0;
  left: 0;
  margin: -2% 0 0;
}

.home aside .teaser .row div.col-md-6:nth-child(1) h3 {
  clip-path: polygon(4% 2%, 90% 0%, 100% 86%, 0% 100%);
  -webkit-clip-path: polygon(4% 2%, 90% 0%, 100% 86%, 0% 100%);
}

.home aside .teaser  .row div.col-md-6:nth-child(2) h3 {
  clip-path: polygon(3% 10%, 96% 0%, 100% 100%, 0% 93%);
  -webkit-clip-path: polygon(3% 10%, 96% 0%, 100% 100%, 0% 93%);
}

.home aside .teaser  .row div.col-md-6:nth-child(3) h3 {
  clip-path: polygon(5% 0%, 98% 5%, 100% 96%, 0% 100%);
  -webkit-clip-path: polygon(5% 0%, 98% 5%, 100% 96%, 0% 100%);
}

.home aside .teaser  .row div.col-md-6:nth-child(4) h3 {
  clip-path: polygon(3% 10%, 96% 0%, 100% 100%, 0% 93%);
  -webkit-clip-path: polygon(3% 10%, 96% 0%, 100% 100%, 0% 93%);
}

.home aside .teaser .row div.col-md-6:nth-child(5) h3 {
  clip-path: polygon(4% 2%, 90% 0%, 100% 86%, 0% 100%);
  -webkit-clip-path: polygon(4% 2%, 90% 0%, 100% 86%, 0% 100%);
}

.home aside .teaser  .row div.col-md-6:last-child h3 {
  clip-path: polygon(0% 0%, 100% 5%, 100% 92%, 7% 100%);
  -webkit-clip-path: polygon(0% 0%, 100% 5%, 100% 92%, 7% 100%);
}

.home aside .teaser .row .shadow {
  filter: drop-shadow(0 3px 8px rgba(0, 0, 0, 0.4));
  z-index: 9;
  width: 100%;
  padding: 0;
}

.home aside .teaser .row .content {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  background: rgba(255, 255, 255, 1);
  margin: -8% auto 20% auto;
  padding: 10% 7%;
}

.home aside .teaser .row  div.col-md-6:nth-child(1) .content {
   clip-path: polygon(2% 0%, 99% 0%, 98% 50%, 100% 100%, 30% 97%, 0% 100%);
  -webkit-clip-path: polygon(2% 0%, 99% 0%, 98% 50%, 100% 100%, 30% 97%, 0% 100%);
}

.home aside .teaser .row  div.col-md-6:nth-child(2) .content {
   clip-path: polygon(4% 0%, 98% 0%, 98% 50%, 100% 98%, 45% 100%, 0% 92%);
  -webkit-clip-path: polygon(4% 0%, 98% 0%, 98% 50%, 100% 98%, 45% 100%, 0% 92%);
}

.home aside .teaser .row  div.col-md-6:nth-child(3) .content {
   clip-path: polygon(1% 0%, 98% 0%, 97% 40%, 100% 100%, 40% 97%, 0% 100%);
  -webkit-clip-path: polygon(1% 0%, 98% 0%, 97% 40%, 100% 100%, 40% 97%, 0% 100%);
}

.home aside .teaser .row  div.col-md-6:nth-child(4) .content {
   clip-path: polygon(2% 0%, 99% 0%, 98% 50%, 100% 100%, 30% 97%, 0% 100%);
  -webkit-clip-path: polygon(2% 0%, 99% 0%, 98% 50%, 100% 100%, 30% 97%, 0% 100%);
}

.home aside .teaser .row  div.col-md-6:nth-child(5) .content {
   clip-path: polygon(4% 0%, 98% 0%, 98% 50%, 100% 98%, 45% 100%, 0% 92%);
  -webkit-clip-path: polygon(4% 0%, 98% 0%, 98% 50%, 100% 98%, 45% 100%, 0% 92%);
}

.home aside .teaser .row  div.col-md-6:last-child .content {
   clip-path: polygon(10% 0%, 98% 0%, 100% 100%, 60% 98%, 3% 99%, 2% 2%);
  -webkit-clip-path: polygon(10% 0%, 98% 0%, 100% 100%, 60% 98%, 3% 99%, 2% 2%);
}

.home aside .teaser .row .content ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.home aside .teaser .row div.col-md-6 .content ul {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}

.home aside .teaser .row .content ul li {
  padding: 0.4rem 0;
  border-bottom: 1px solid #ddd;
  display: inline-block;
  width: 100%;
}

.home aside .teaser .row .content ul li a {
  color: #899199;
  font-family: "Open Sans";
  font-size: 16px;
  line-height: 22px;
}

.home aside .teaser .row .content ul li a:hover {
  color: #2C3E50;
  text-decoration: none;
}


.home aside .teaser .row div.col-md-6 .content ul.half {
  columns: 1;
  -webkit-columns: 1;
  -moz-columns: 1;
  width: 50%;
}


.home aside .teaser .row .content p {
  color: #2C3E50;
  font-family: "Open Sans";
  font-size: 18px;
  line-height: 24px;
  margin-top: 20px;
}

.home aside .teaser .row .content p a {
  color: #2C3E50;
  font-weight: 700;
}


/* Article stuff
-------------------------------------------------- */
article header {
  position: relative;
  margin: 0 0 40px 0;
}

article header img.full {
  position: relative;
  width: 94%;
  height: auto;
  clip-path: polygon(10% 0%, 23% 5%, 55% 1%, 70% 3%, 95% 0%, 100% 94%, 78% 100%, 66% 96%, 33% 100%, 16% 88%, 4% 65%);
  -webkit-clip-path: polygon(10% 0%, 23% 5%, 55% 1%, 70% 3%, 95% 0%, 100% 94%, 78% 100%, 66% 96%, 33% 100%, 16% 88%, 4% 65%);
}

article header h1.full {
  display: block;
  position: absolute;
  z-index: 110;
  padding: 2% 6%;
  font-family: 'hand';
  font-size: 55px;
  line-height: 55px;
  color: #fff;
  font-weight: 500;
  background: rgba(99,10,207,0.65) none repeat scroll 0 0;
  bottom: 5%;
  left: 0;
  margin: 0;
  clip-path: polygon(5% 0%, 98% 5%, 100% 96%, 0% 100%);
  -webkit-clip-path: polygon(5% 0%, 98% 5%, 100% 96%, 0% 100%);
}

article #map {
  width: 96%;
  height: 400px;
  margin: 0 0 30px 0;
}

.breadcrumb {
  margin: 0 0 20px 0;
  padding: 0;
  background-color: #fff;
  display: inline-block;
}

.breadcrumb ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.breadcrumb ul li {
  float: left;
  font-size: 10px;
  line-height: 14px;
  text-transform: uppercase;
}

.breadcrumb ul li:before {
  content: "›";
  float: left;
  padding: 0 5px;
}

.breadcrumb ul li:first-child:before {
  display: none;
}

.breadcrumb ul li a {
  color: rgba(44,62,80,0.5);
  text-decoration: underline;
  background: none;
  font-weight: 300;
  padding-right: 0;
}

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

article h2 {
  color: #2C3E50;
    font-size: 36px;
    line-height: 130%;
    width: 100%;
    font-weight: 700;
    margin: 0;
    padding: 0 0 30px 0;
}

article h3 {
    color: #2C3E50;
    font-size: 34px;
    line-height: 130%;
    width: 100%;
    font-weight: 500;
    margin: 0;
    padding: 0 0 40px 0;
}

article p {
    color: #2C3E50;
    font-size: 18px;
    line-height: 160%;
    width: 100%;
    padding-bottom: 10px;
    clear: both;
}

article ul {
    color: #2C3E50;
    font-size: 18px;
    line-height: 160%;
    width: 100%;
    padding: 0 0 10px 20px;
}

article ul li {
  margin: 0 0 8px 0;
}

article div.wp-caption {
  max-width: 100% !important;
}

article div.wp-caption img {
  max-width: 100% !important;
  height: auto;
}

article p img.alignleft {
  float: right;
  margin: 0 0 10px 20px;
}

article p a, article ul li a {
  font-weight: 700;
  color: #E74C3C;
  padding-right: 9px;
  background: transparent url('img/icons/arrow-link.svg') right 5px no-repeat;
  background-size: 6px 6px;
}

article p a:hover, article ul li a:hover {
  text-decoration: underline;
  color: #E74C3C;
}

article hr {
  clear: both;
  width: 100%;
}

article div.gallery {
  width: 100%;
  margin: 0!important;
}

article div.full-size {
  width: 100%!important;
}

article div.full-size div.full-size {
  width: 100%!important;
}

/* HOME
------------------------- */
.home article p {
  width: 100%;
}

/* BLOG
------------------------- */
main.blog {
  width: 100%;
  max-width: none;
}

main.blog .container.full {
  width: 100%;
  max-width: 1440px;
}

main.blog img.full {
  width: 98%;
  margin: 0 2% 0 0;
  height: auto;
}

main.blog.author img.full {
  clip-path: polygon(3% 5%, 27% 10%, 63% 6%, 80% 0%, 100% 6%, 97% 92%, 54% 100%, 0% 90%);
  -webkit-clip-path: polygon(3% 5%, 27% 10%, 63% 6%, 80% 0%, 100% 6%, 97% 92%, 54% 100%, 0% 90%);
  margin-bottom: 40px;
}

main.blog img.attachment-full {
  display: block;
  position: absolute;
  width: 208px;
  height: 208px;
  border-radius: 208px;
  margin-top: -250px;
  margin-left: 10%;
  -webkit-box-shadow: 10px 10px 10px -7px rgba(0,0,0,0.75);
  -moz-box-shadow: 10px 10px 10px -7px rgba(0,0,0,0.75);
  box-shadow: 10px 10px 10px -7px rgba(0,0,0,0.75);
}


main.blog section {
  float: right;
  width: 83.333%;
  padding: 0 0 60px 30px;
}

main.blog h2 {
  color: #2C3E50;
    font-size: 36px;
    line-height: 130%;
    width: 85%;
    font-weight: 700;
    margin: 0;
    padding: 0 0 30px 0;
}

main.blog h3 {
    color: #2C3E50;
    font-size: 18px;
    line-height: 160%;
    width: 85%;
    padding-bottom: 10px;

}

aside .row.teaser .post {
  padding: 0 0 40px 0;
}

body.single-post aside .container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

body.single-post aside .container .posts{
  float: right;
  padding: 0 0 60px 30px;
  width: 83.333%;
}

body.single-post aside .container .posts .post {
  width: 60%;
  float: left;
}

aside .row.teaser .post img.wp-post-image {
  width: 100%;
  height: auto;
  clip-path: polygon(3% 2%, 50% 5%, 96% 0%, 100% 48%, 97% 98%, 33% 100%, 0% 96%);
  -webkit-clip-path: polygon(3% 2%, 50% 5%, 96% 0%, 100% 48%, 97% 98%, 33% 100%, 0% 96%);
  margin: 0 0 20px 0;
}

aside .row.teaser .post .row .author, main.post .row .author {
  width: 12%;
  float: left;
}

aside .row.teaser .post .row .author img, main.post .row .author img {
  width: 62px;
  height: 62px;
  border-radius: 62px;
}

aside .row.teaser .post .row .excerpt, main.post .row .excerpt {
  width: 88%;
  float: right;
}

aside .row.teaser .post .row .excerpt small.author, main.post .row .excerpt small.author {
  font-size: 14px;
  line-height:  19px;
  display: block;
  float: left;
  width: auto;
}

aside .row.teaser .post .row .excerpt small.author a, main.post .row .excerpt small.author a {
  text-transform: uppercase;
  color: #E74C3C;
  font-weight: 700;
}

aside .row.teaser .post .row .excerpt small.date, main.post .row .excerpt small.date  {
  font-size: 14px;
  line-height:  19px;
  display: block;
  float: right;
}

aside .row.teaser .post .row .excerpt hr, main.post .row .excerpt hr  {
  clear: both;
  width: 100%;
  border: 0;
  height: 0;
  border-bottom: 1px solid #2C3E50;
}

aside .row.teaser .post .row .excerpt h2 {
  font-size: 48px;
  line-height: 65px;
  font-family: 'hand';
  font-weight: 500;
  width: 100%;
  padding: 0;
}

aside .row.teaser .post .row .excerpt h2 a {
  color: #2C3E50;
}

aside .row.teaser .post .row .excerpt h2 a:hover {
  text-decoration: none;
}

aside .row.teaser .post .row .excerpt .entry {
  color: #2C3E50;
  font-size: 14px;
  line-height: 20px;
}

aside .row.teaser .post .row .excerpt .entry a {
  display: block;
  clear: both;
  margin: 15px 0 0 0;
  color: #E74C3C;
  font-weight: 700;
}

aside .row.teaser .post .row .excerpt p.postmetadata, main.post article p.postmetadata {
  font-size: 12px;
  line-height: 24px;
  text-transform: uppercase;
  color: #E74C3C;
  font-weight: bold;
  float: left;
}

aside .row.teaser .post .row .excerpt p.postmetadata span, main.post article p.postmetadata span {
  margin-right: 24px;
}

aside .row.teaser .post .row .excerpt p.postmetadata a, main.post article p.postmetadata a {
  padding: 1px 8px;
  font-size: 11px;
  background-color: #EFCEC4;
  color: #E74C3C;
  text-transform: none;
  margin: 0 6px 0 0;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  white-space: nowrap;
  font-weight: normal;
  background-image: none;
}

aside .row.teaser .post .row .excerpt p.postmetadata a:hover, main.post article p.postmetadata a:hover {
  background-color: #E74C3C;
  color: #fff;
  text-decoration: none;
}

aside .row.authors {
  width: 100%;
  padding: 50px 0;
}

aside .row.authors h3 {
  color: #2C3E50;
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  padding: 0 0 20px 0;
}

aside .row.authors ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

aside .row.authors ul li {
  clear: left;
  padding: 0 0 30px 0;
}

aside .row.authors ul li img {
  float: left;
  width: 62px;
  height: 62px;
  border-radius: 62px;
  display: block;
}

aside .row.authors ul li div {
  float: left;
  margin: 0 0 0 20px;
}

aside .row.authors ul li div a {
  color: #E74C3C;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: bold;
  line-height: 19px;
  text-transform: uppercase;
}

aside .row.authors ul li div p {
  width: 380px;
  color: #2C3E50;
  font-family: "Open Sans";
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
}

main .sidebar-widget h3 {
  text-transform: uppercase;
  color: #E74C3C;
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  margin: 0;
  padding: 0;
  width: 100%;
}

main .sidebar-widget ul {
  list-style-type: none;
  margin: 0 0 40px 0;
  padding: 0;
  font-size: 18px;
  line-height: 30px;
  color: #2C3E50;
}

main .sidebar-widget ul li:before {
  content:"•";
  padding: 0 3px 0 0;
}

main .sidebar-widget ul li a {
  color: #2C3E50;
  text-decoration: underline;
}

main .sidebar-widget .postteasers ul {
  padding-top: 20px;
}

main .sidebar-widget .postteasers ul li:before {
  display: none;
}

main .sidebar-widget .postteasers ul li a {
  display: block;
  background-size: 100px auto;
  padding: 0 20px 0 120px;
  font-size: 16px;
  line-height: 25px;
  min-height: 60px;
  margin: 0 0 20px 0;
}

main .sidebar-widget .tagcloud {
  margin: 10px 0 40px 0;
}

main .sidebar-widget .tagcloud a {
  display: inline-block;
  color: #E74C3C;
  font-size: 18px!important;
  padding: 4px 12px;
  background-color: #EFCEC4;
  margin: 0 6px 10px 0;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

main .sidebar-widget .tagcloud a:hover {
  color: #fff;
  background-color: #E74C3C;
  text-decoration: none;
}

.pagingcontainer {
  width: 90%;
  display: block;
  margin: 40px 0;
}

.pagingcontainer .pagination {
  display: table;
  margin: auto;
}

.pagingcontainer .pagination .page-numbers {
    display: block;
    float: left;
    height: 30px;
    width: 30px;
    border: none;
    border-radius: 2px;
    background-color: #EFCEC4;
    font-size: 14px;
    color: #fff;
    padding: 5px 0 0 0;
    text-align: center;
    margin: 0 4px;
}

.pagingcontainer .pagination .next.page-numbers{
  display: block;
  float: left;
  height: 30px;
  width: 130px;
  border: none;
  border-radius: 2px;
  background-color: #EFCEC4;
  font-size: 14px;
  color: #fff;
  padding: 5px 0 0 8px;
}

.pagingcontainer .pagination .prev.page-numbers{
  display: block;
  float: left;
  height: 30px;
  width: 130px;
  border: none;
  border-radius: 2px;
  background-color: #EFCEC4;
  font-size: 14px;
  color: #fff;
  padding: 5px 0 0 8px;
}

.pagingcontainer .pagination .page-numbers.current, .pagingcontainer .pagination .page-numbers:hover, .pagingcontainer .pagination .next.page-numbers:hover, .pagingcontainer .pagination .prev.page-numbers:hover {
  background-color: #E74C3C;
  text-decoration: none;
}


main.post img.wp-post-image {
  width: 96%;
  margin: 0 2% 40px 2%;
  height: auto;
  clip-path: polygon(0% 0%, 28% 6%, 58% 2%, 80% 5%, 100% 0%, 100% 96%, 80% 98%, 58% 94%, 28% 100%, 0% 93%);
  -webkit-clip-path: polygon(0% 0%, 28% 6%, 58% 2%, 80% 5%, 100% 0%, 100% 96%, 80% 98%, 58% 94%, 28% 100%, 0% 93%);
  /* 0% 0%, 28% 12%, 58% 2%, 80% 11%, 100% 0%, 100% 90%, 80% 98%, 58% 89%, 28% 100%, 0% 86% */
}

main.post article {
  width: 60%;
  float: left;
}

main.post article .row {
  margin-left: 0;
  margin-right: 0;
}

main.post article .row .excerpt {
  padding-top: 17px;
}

main.post article p.postmetadata.tags {
  padding: 0 0 0 30px;
}
main.post article .row .excerpt hr {
  padding-top: 4px;
}

main.post article h1 {
  font-size: 64px;
  line-height: 130%;
  font-family: 'hand';
  font-weight: 500;
  width: 100%;
  float: left;
  padding: 0;
  margin: 40px 0;
}

main.post article h1 a {
  color: #2C3E50;
}

main.post article h1 a:hover {
  text-decoration: none;
}

main.post article p {
  width: auto;
}

main.post section aside {
  width: 35%;
  float: right;
}

main.post article hr {
  clear: both;
  width: 100%;
  border: 0;
  height: 0;
  border-bottom: 1px solid #2C3E50;
  padding-top: 40px;
}

main.post aside .sidebar-widget {
  margin: 0;
  background: #f2efe6 url('img/topowhite.svg') 0 0 repeat;
  background-size: 1200px 1200px; /* cover; */
  clip-path: polygon(8% 0%, 58% 2%, 100% 3%, 100% 100%, 6% 96%, 7% 60%, 0% 18%);
  -webkit-clip-path: polygon(8% 0%, 58% 2%, 100% 3%, 100% 100%, 6% 96%, 7% 60%, 0% 18%);
  padding: 140px 4% 300px 20%;
  width: 100%;
}

/* TOUR OFFERS
-------------------------------------------------- */
.tour article h3 {
  font-size: 18px;
}

.tour article .row {
  width: 97%;
}

.tour .travel-side-map {
  width: 100%;
  margin: 0 0 80px 0;
}

.tour .travel-side-map img {
  width: 100%;
  height: auto;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  cursor: pointer;
  position: relative;
}

.tour .travel-side-map p::before {
  content: '';
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  margin: -30px 0 0 10px;
  background: transparent url('img/icons/map_zoom-in.svg') 0 0 no-repeat;
  background-size: 20px 20px;
  }

.tour .travel-side {
  margin: 0 0 80px 0;
}

.tour .travel-side h5 {
  color: #E74C3C;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  font-weight: 700;
  line-height: 30px;
}

.tour .travel-side img.round {
  display: block;
  width: 120px;
  height: auto;
  margin: 0 auto 20px auto;
  border-radius: 120px;
}

.tour .travel-side p {
  width: 100%!important;
}

.tour .travel-side ul {
  width: 100%!important;
}

.tour article ul.tabs {
  width: 100%;
  list-style-type: none;
  margin: 0;
  padding: 0;
  height: 40px;
  position: relative;
}

.tour article ul.tabs::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #CCCCCC;
  margin: 40px 0 0 -2%;
}

.tour article ul.tabs li {
  float: left;
  width: 24%;
  margin: 0 2px 0 0;
  height: 40px;
  background-color: #F2EFE7;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  font-size: 14px;
  text-align: center;
  color: #2C3E50;
  padding: 5px 0 0 0;
  cursor: pointer;
}

.tour article ul.tabs li.open, .tour article ul.tabs li:hover {
  background-color: #EBE6D4;
}

.tour article .tab {
  padding: 30px 0;
  display: none;
}

.tour article .tab h1, .tour article .tab h2, .tour article .tab h3, .tour article .tab h4 {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  padding: 0;
  line-height: 40px;
}

.tour article .tab.tab-1 {
  display: block;
}

.tour article .tab ul.itinerary {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.tour article .tab ul.itinerary li {
  padding: 0 0 30px 45px;
  background: transparent url('img/icons/itenerary_round-line.svg') 4px 8px repeat-y;
  background-size: 12px 1013px;
  margin: 0;
}

.tour article .tab ul.itinerary li:first-child {
  background: transparent url('img/icons/itenerary_round-line.svg') 4px 8px no-repeat;
  background-size: 12px 1013px;
}

.tour article .tab ul.itinerary li:last-child {
  background: transparent url('img/icons/itenerary_round-line_up.svg') 4px -992px no-repeat;
  background-size: 12px 1013px;
}

.tour article .tab ul.itinerary li span {
  font-weight: 700;
  color: #E74C3C;
}

.tour article .tab .dates {
  font-size: 18px;
  line-height: 40px;
}

.tour article .tab .dates h5 {
  font-weight: 700;
  font-size: 18px;
  line-height: 40px;
  margin: 0;
  color: #E74C3C
}

.tour article .tab .dates .spacer {
  display: block;
  height: 50px;
}


.tour article .tab .dates span.soldout {
  font-size: 14px;
  letter-spacing: 1px;
  color: #E74C3C;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 0 10px;
}

.tour article .tab .dates span.save {
  display: inline-block;
  width: 23px;
  height: 17px;
  text-indent: -99999px;
  font-size: 3px;
  overflow: hidden;
  background: transparent url('img/icons/itenerary_checked.svg') 0 0 no-repeat;
  background-size: 23px 17px;
  margin: 0 0 0 10px;
}

.tour article .tab p.explanation {
  color: #2C3E50;
  font-size: 14px;
  margin: 50px 0 0 0;
  padding: 0 0 0 38px;
  background: transparent url('img/icons/itenerary_checked.svg') 0 0 no-repeat;
  background-size: 23px 17px;
}

.tour article .tab p, .tour article .tab .gallery, .tour div.sharercontainer  {
  width: 100%;
}

.tour .booking {
  background: #F2EFE7 url('img/topowhite.svg') 0 0 repeat;
  background-size: 1200px 1200px; /* cover; */
  padding: 10% 5%;
  margin: 0 0 30px 0;
  clip-path: polygon(10% 0%, 70% 8%, 93% 4%, 100% 28%, 97% 61%, 84% 90%, 55% 100%, 10% 87%, 0% 65%, 0% 24%);
  -webkit-clip-path: polygon(10% 0%, 70% 8%, 93% 4%, 100% 28%, 97% 61%, 84% 90%, 55% 100%, 10% 87%, 0% 65%, 0% 24%);
}

.tour .booking h6 {
  font-size: 18px;
  font-weight: 700;
  color: #2C3E50;
  line-height: 30px;
  margin: 0 0 20px 0;
}

.tour .booking p {
  width: 100%;
  font-size: 18px;
  color: #2C3E50;
}

.tour .booking p span {
  float: right;
}

.tour .booking button {
  border: none;
  color: #FFFFFF;
  background-color: #E74C3C;
  font-size: 18px;
  font-weight: 700;
  padding: .4rem 3rem;
  margin: 50px auto 0 auto;
  display: block;
}

.tour .booking .form {
  display: none;
}

.tour .booking .form p {
  padding: 0;
  margin: 0;
  display: inline-block;
}

.tour .booking .form p.small {
  font-size: 10px;
  color: #2C3E50;
}

.tour .booking .form input, .tour .booking .form select, .tour .booking .form textarea {
  font-size: 14px;
  border: 1px solid #CCCCCC;
  color: #2C3E50;
  padding: 3px 6px;
}

.tour .booking .form input.wpcf7-not-valid {
  border: 1px solid #ff0000;
}

.tour .booking .form span.wpcf7-not-valid-tip {
  font-size: 12px;
  font-weight: normal;
  display: block;
  text-transform: uppercase;
  margin: -13px 0 0 0;
}

.tour .booking .form div.wpcf7-response-output {
  margin: 0 auto;
  padding: 10px 30px;
  width: 50%;
  display: block;
  font-size: 12px;
  text-transform: uppercase;
}

.tour .booking .form div.wpcf7-response-output.wpcf7-display-none {
  display: none;
}

.tour .booking .form textarea {
  height: 80px;
  display: block;
  width: 100%;
  margin: 0 0 10px 0;
}

.tour .booking .form input[type=submit] {
  clear: both;
  border: none;
  color: #FFFFFF;
  background-color: #E74C3C;
  font-size: 18px;
  font-weight: 700;
  padding: .4rem 3rem;
  margin: 50px auto 0 auto;
  display: block;
}

.tour .booking .form .wpcf7-form-control-wrap {
  width: 48%;
  float: left;
}

.tour .booking .form .wpcf7-form-control-wrap.message {
  width: 100%;
}

.tour .booking .form .wpcf7-form-control-wrap input {
  width: 100%;
  margin: 0 0 10px 0;
}

.tour .booking .form .wpcf7-form-control-wrap:nth-child(2), .tour .booking .form .wpcf7-form-control-wrap:nth-child(4) {
  float: right;
}

.container.tours {
  width: 100%;
  max-width: 1440px;
  clear: both;
  padding:0;
}

.container.tours.spacer {
  padding: 80px 0 0 0;
}

.container.tours h1 {
  float: right;
  width: 83.333%;
  padding: 0 0 60px 30px;
  color: #2C3E50;
  font-size: 36px;
  line-height: 130%;
  font-weight: 700;
}

aside .row.teaser.tour .container {
  width: 100%;
  max-width: 1440px;
}

aside .row.teaser.tour .container .row {
  float: right;
  width: 83.333%;
  margin: 0 0 50px 0;
  padding-left: 30px;
}

aside .row.teaser.tour .container .row .clickable {
  cursor: pointer;
}

aside .row.teaser.tour .container .row span.tag {
  display: inline-block;
  position: absolute;
  left: 0;
  width: auto;
  background-color: #E74C3C;
  color: #fff;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 2px;
  padding: 3px 10px;
  text-transform: uppercase;
}

aside .row.teaser.tour .container .row h6 {
  width: auto;
  text-align: left;
  padding: 0 0 10px 0;
  font-size: 34px;
}

aside .row.teaser.tour .container .row p {
  font-size: 14px;
  color: #2C3E50;
  width: 100%;
  max-width: 450px;
  line-height: 140%;
}

aside .row.teaser.tour .container .row p span.price {
  font-weight: 700;
  color: #E74C3C;
}

/* Sharer
-------------------------------------------------- */
div.sharercontainer {
  display: block;
  clear: both;
  width: 90%;
}

div.sharer {
  float: right;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  margin: 50px 0 0;
  background: #E74C3C;
}

div.sharercontainer div.sharer {
  float: none;
  margin: 60px auto 0 auto;
}

div.sharer span {
  position: absolute;
  display: block;
  width: 40px;
  text-align: center;
  color: #212F3F;
  font-size: 10px;
  line-height: 10px;
  text-transform: uppercase;
  margin: 48px 0 0 0;
  letter-spacing: 1.5px
}

div.sharer a {
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  -webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.6);
  -moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.6);
  box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.6);
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  opacity: 0;
  text-indent: -9999px;
}

div.sharer div {
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background: #E74C3C url('img/icons/sharer.svg') center center no-repeat;
  background-size: 18px 22px;
}

div.sharer:hover div{
  background: #F1948A url('img/icons/sharer.svg') center center no-repeat;
  background-size: 18px 22px;
}

div.sharer a.facebook {
  background: #FFFFFF url('img/icons/facebook.svg') center center no-repeat;
  background-size: 22px 22px;
}

div.sharer a.twitter {
  background: #FFFFFF url('img/icons/twitter.svg') center center no-repeat;
  background-size: 24px 20px;
}

div.sharer a.google {
  background: #FFFFFF url('img/icons/google.svg') center center no-repeat;
  background-size: 24px 24px;
}

div.sharer a.whatsapp {
  background: #25d366 url('img/icons/whatsapp.svg') center center no-repeat;
  background-size: 24px 24px;
}

div.sharer:hover a.facebook {
  margin-top: -50px;
  margin-left: -50px;
  opacity: 1;
}

div.sharer:hover a.twitter {
  margin-top: -50px;
  opacity: 1;
}

div.sharer:hover a.google {
  margin-top: -50px;
  margin-left: 50px;
  opacity: 1;
}

div.sharer:hover a.whatsapp {
  margin-top: -50px;
  margin-left: 50px;
  opacity: 1;
}

div.sharer a.facebook:hover, div.sharer a.twitter:hover, div.sharer a.google:hover {
  opacity: .6;
}


/* ISSUUU
-------------------------------------------------- */

.issuuembed {
  width: 100%!important;
}

/* Galleries
-------------------------------------------------- */

.gallery .gallery-item a img {
  width: 100%;
  height: auto;
  border: 2px solid #fff!important;
}

.gallery .gallery-item .wp-caption-text.gallery-caption {display: none;}

.featherlight .featherlight-content .caption {
  padding-top: 10px;
}

.featherlight .featherlight-content .caption {
  font-family: 'Open Sans', sans-serif !important;
  overflow: normal !important;
  white-space: normal !important;
}

/* OAX Special content
-------------------------------------------------- */

.oax {
  font-family: 'Open Sans', sans-serif !important;
}
.oax .oax_grid_12 {
  width: 100%!important;
  margin-left: 0!important;
  margin-right: 0!important;
}
.oax .oax_pad_left_15, .oax .oax_pad_right_15 {
  padding-right: 0!important;
  padding-left: 0!important;
}
.oax .oax-content-slider-cont {
  margin-left: 0!important;
  padding-left: 0!important;
}

/* FOOTER
-------------------------------------------------- */

footer {
  clear: both;
  position: relative;
  margin: 0 auto;
  max-width: 1440px;
  display: block;
  height: auto;
  padding: 100px 0 0 0;
}

footer .parallax__layer {
  height: 900px;
  width: 100%;
  background-position: top center;
  background-size: 1440px 700px;
  top: 0;
  background-repeat: no-repeat;
}

footer .row {
  margin: -440px 0 0 0;
  padding: 0 50px;
  background:linear-gradient(left, #979797, #979797) no-repeat 0 200px;
}

footer .row ul {
  display: none;
}

footer .row.social ul, footer .row.meta ul {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

footer .row ul li {
  width: 20%;
  float: left;
}

footer .row ul li a {
  font-size: 18px;
  color: #212F3F;
  font-weight: 300;
  line-height: 32px;
}

footer .row ul li ul {
  width: 90%;
  border-top: 1px solid #2C3E50;
  padding: 20px 0 0 0;
}

footer .row ul li ul li {
  clear: both;
  width: 100%;
  font-size: 13px;
  line-height: 18px;
}

footer .row ul li ul li a {
  color: #212F3F;
  font-weight: 300;
  font-size: 13px;
  line-height: 18px;
}

footer .row h6 {
  margin: 0 0 20px 0;
  font-size: 18px;
  color: #212F3F;
  font-weight: 300;
  line-height: 32px;
}

footer .row p {
  color: #212F3F;
  font-family: "Open Sans";
  font-size: 13px;
  font-weight: 300;
  line-height: 18px;
}

footer .row p a {
  color: #212F3F;
  text-decoration: none;
}

footer .row p a:hover, footer .row.meta ul li a:hover, footer .row ul li a:hover {
  color: #cbcbcb;
  text-decoration: none;
}

footer .row.social, footer .row.meta {
  margin: 0;
  background: #979797;
}

footer .row.social ul {
  margin: 40px 0 0 15px;
}

footer .row.social ul li {
  width: auto;
  margin: 0 20px 0 0;
}

footer .row.social ul li a {
  text-indent: -99999px;
  font-size: 3px;
  display: block;
  width: 44px;
  height: 44px;
}

footer .row.social ul li a.fb {
  background: transparent url('img/icons/trekkingchile_facebook.svg') center center no-repeat;
  background-size: 44px 44px;
}

footer .row.social ul li a.yt {
  background: transparent url('img/icons/trekkingchile_youtube.svg') center center no-repeat;
  background-size: 44px 44px;
}

footer .row.social ul li a.in {
  background: transparent url('img/icons/trekkingchile_instagram.svg') center center no-repeat;
  background-size: 44px 44px;
}

footer .row.meta ul {
  margin: 20px 0 20px 0;
}

footer .row.meta ul li {
  float: left;
  width: auto;
  margin: 0 20px 0 0;
}

footer .row.meta ul li a {
  font-size: 13px;
  color: #212F3F;
  font-weight: 300;
  line-height: 18px;
}

footer .row.meta .languageswitcher {
  float: right;
  margin: 16px 0 30px 0;
}

footer .row.meta .languageswitcher span.customSelect {
    background: #979797 url('img/icons/language-triangle.svg') 70px 17px no-repeat;
    background-size: 5px 5px;
    border: none;
    color: #212F3F;
    font-family: "Open Sans";
    font-size: 13px;
    font-weight: bold;
    line-height: 18px;
    padding: 9px 9px 7px 9px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0 0;
    height: 26px;
}

footer .row.meta .languageswitcher span.customSelect.german::before {
  content: '';
  display: block;
  position: absolute;
  margin-left: -40px;
  width: 28px;
  height: 20px;
  background: #979797 url('img/icons/language-de.svg') 0 0 no-repeat;
  background-size: 28px 20px;
}

footer .row.meta .languageswitcher span.customSelect.english::before {
  content: '';
  display: block;
  position: absolute;
  margin-left: -40px;
  width: 28px;
  height: 20px;
  background: #979797 url('img/icons/language-en.svg') 0 0 no-repeat;
  background-size: 28px 20px;
}

footer .row.meta .languageswitcher span.customSelect.spanish::before {
  content: '';
  display: block;
  position: absolute;
  margin-left: -40px;
  width: 28px;
  height: 20px;
  background: #979797 url('img/icons/language-es.svg') 0 0 no-repeat;
  background-size: 28px 20px;
}

footer .scrollup {
  display: block;
  width: 70px;
  height: 70px;
  position: fixed;
  right: 40px;
  bottom: 120px;
  background: #fff url('img/icons/arrow_up.svg') center center no-repeat;
  background-size: 22px 30px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px 8px;
  -moz-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);
  -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);
  cursor: pointer;
  z-index: 100000;
  opacity: 0;
  -webkit-transition: all .6s ease-in-out;
  -moz-transition: all .6s ease-in-out;
  -o-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
}

footer .scrollup.bottom {
  display: block;
  opacity: 1;
}

footer .scrollup:hover {
  background: #2C3E50 url('img/icons/arrow_up_over.svg') center center no-repeat;
  background-size: 22px 30px;
}

footer .parallax__layer__0 {
  background-image: url('img/scroll/layer_5.png');
}
footer .parallax__layer__1 {
  background-image: url('img/scroll/layer_4.png');
}
footer .parallax__layer__2 {
  background-image: url('img/scroll/layer_3.png');
}
footer .parallax__layer__3 {
  background-image: url('img/scroll/layer_2.png');
}
footer .parallax__layer__4 {
  background-image: url('img/scroll/layer_1.png');
}
footer .parallax__layer__5 {
  background-image: url('img/scroll/layer_0.png');
  background-size: 1440px 900px;
}
footer .parallax__layer__6 {
  background-image: url('img/scroll/layer_6.png');
}

/* Teaser for casa chueca lodge
-------------------------------------------------- */
.banner_lodge {display: block; width: 300px; height: 160px; position: fixed; bottom: 30px; right: 30px; opacity: 1; z-index: 100001; background: #F2EFE7 url('img/lodge-talca/topo.png') center center no-repeat; background-size: cover; overflow: hidden; -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.5); -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.5); box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.5); transition: all .6s ease-in-out;}
.banner_lodge:hover {transform: scale(1.1);}
.banner_lodge.closed {right: -300px; opacity: 0.6;}
.banner_lodge img.foto { width: 145px; height: 109px; border: 5px solid #fff; position: absolute; left: -10px; top: -12px; -moz-transform: rotate(-6deg); -ms-transform: rotate(-6deg); -o-transform: rotate(-6deg); -webkit-transform: rotate(-6deg); transform: rotate(-6deg); box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.3); }
.banner_lodge img.logo {display: block; position: absolute; width: 68px; height: 45px; left: 15px; bottom: 11px;}
.banner_lodge p {display: block; position: absolute; top: 40px; right: 10px; width: 130px; height: auto; margin: 0; padding: 0; font-size: 14px; line-height: 17px; color: #2C3E50;}
.banner_lodge button.closeme {position: absolute; top: 0; right: 0; width: 30px; height: 30px; background: transparent url('img/lodge-talca/closeme.svg') center center no-repeat; background-size: 10px 10px; cursor: pointer; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; border: none;}
.banner_lodge a.submit { position: absolute; display: block; right: 20px; top: 110px; width: 110px; height: 30px; padding: 8px 0 0 0; text-decoration: none; color: #fff; font-size: 11px; font-weight: bold; line-height: 11px; text-align: center; border-radius: 8px; background-color: #E74C3C; box-shadow: 0 0 4px 0 rgba(0,0,0,0.5); border: none;}

/* Global NEws HEader
-------------------------------------------------- */
.newsbox {position: relative; z-index: 1; width: 100%; height: 160px; display: block; margin: 0 auto 20px auto; max-width: 1440px; background: rgb(242, 239, 230) url('img/stoerer.svg') center center no-repeat; background-size: cover; overflow: hidden;}
.newsbox .imagebox.mobile {display: block;}
.newsbox .imagebox.desktop {display: none;}
.newsbox .imagebox {width: 37%; height: 160px; float: left; clip-path: polygon(0% 0%, 100% 0%, 94% 50%, 100% 100%, 0 100%);  -webkit-clip-path: polygon(0% 0%, 100% 0%, 94% 50%, 100% 100%, 0 100%);}
.newsbox h6 {color: #2C3E50; font-family: "Open Sans"; font-size: 13px; line-height: 100%; font-weight: bold; width: 60%; float: right; padding: 0 15px 0 0; margin: 20px 0 0 0;}
.newsbox p {color: #000000; font-family: "Open Sans"; font-size: 10px;  font-weight: 300; line-height: 15px; width: 60%; float: right; padding: 0 15px 0 0; margin: 10px 0 0 0;}
.newsbox a {border-radius: 8px; font-size: 10px; line-height: 14px; font-weight: 600; letter-spacing: .5px; color: #fff; display: block; padding: 8px 18px 8px 32px; background: #E74C3C url('img/icons/arrow-right_mobile.svg') 10px 10px no-repeat; background-size: 12px 10px; float: right; margin: 10px 25px 0 0; -webkit-box-shadow: 0px 5px 10px -4px rgba(0,0,0,0.75); -moz-box-shadow: 0px 5px 10px -4px rgba(0,0,0,0.75); box-shadow: 0px 5px 10px -4px rgba(0,0,0,0.75);}
.newsbox a:hover, .newsbox a:active {text-decoration: none;}
.blk_overlay_shadow_box {position: absolute; bottom: 0; width: 100%; overflow: hidden; z-index: 10;}
.blk_overlay_shadow {width: 100%; padding: 0; filter: drop-shadow(0 3px 8px rgba(0, 0, 0, 0.4)); }
.blk_overlay { width: 100%; height: 15px; display: block; margin: 10px 0 0 0; background-color: #fff; clip-path: polygon(0% 0%, 100% 100%, 0% 100%); -webkit-clip-path: polygon(0% 0%, 100% 100%, 0% 100%);}

@media only screen and (min-width : 768px) {
  article a.wp-block-button__link {font-size: 22px; border-radius: 15px; padding: 20px 80px 16px 80px; height: 55px;}
  .newsbox {position: relative; z-index: 1; width: 100%; height: 290px; display: block; margin: 0 auto 20px auto; max-width: 1440px; background: rgb(242, 239, 230) url('img/stoerer.svg') center center no-repeat; background-size: cover; overflow: hidden;}
  .newsbox .imagebox.mobile {display: none;}
  .newsbox .imagebox.desktop {display: block;}
  .newsbox .imagebox {width: 38%; height: 290px; float: left; clip-path: polygon(0% 0%, 100% 0%, 90% 65%, 94% 100%, 0 100%);  -webkit-clip-path: polygon(0% 0%, 100% 0%, 90% 65%, 94% 100%, 0 100%);}
  .newsbox h6 {color: #2C3E50; font-family: "Open Sans"; font-size: 36px; line-height: 100%; font-weight: bold; width: 58%; float: right; padding: 0 30px 0 0; margin: 30px 0 0 0;}
  .newsbox p {color: #000000; font-family: "Open Sans"; font-size: 18px;  font-weight: 300; line-height: 24px; width: 58%; float: right; padding: 0 30px 0 0; margin: 20px 0 0 0;}
  .newsbox a {border-radius: 8px; font-size: 18px; line-height: 22px; font-weight: 700; color: #fff; display: block; padding: 8px 30px 8px 50px; background: #E74C3C url('img/icons/arrow-right.svg') 20px center no-repeat; background-size: 16px 12px; float: right; margin: 20px 80px 0 0; -webkit-box-shadow: 0px 5px 10px -4px rgba(0,0,0,0.75); -moz-box-shadow: 0px 5px 10px -4px rgba(0,0,0,0.75); box-shadow: 0px 5px 10px -4px rgba(0,0,0,0.75);}
  .newsbox a:hover {text-decoration: none; background: #E74C3C url('img/icons/arrow-right.svg') 25px center no-repeat; background-size: 16px 12px; }
  .blk_overlay_shadow_box {position: absolute; bottom: 0; height: 50px; width: 100%; overflow: hidden; z-index: 10;}
  .blk_overlay_shadow {width: 100%; padding: 0; filter: drop-shadow(0 3px 8px rgba(0, 0, 0, 0.4)); }
  .blk_overlay { width: 100%; height: 40px; display: block; margin: 10px 0 0 0; background-color: #fff; clip-path: polygon(0% 50%, 18% 60%, 60% 90%, 84% 0%, 100% 85%, 100% 100%, 0% 100%); -webkit-clip-path: polygon(0% 50%, 18% 60%, 60% 90%, 84% 0%, 100% 85%, 100% 100%, 0% 100%);}
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media only screen and (min-width: 600px) { 
  article h3 {clear: both;}
  figure.wp-block-gallery.has-nested-images { display: inline-block; width: 100%; margin-left: -10px; margin-right: -10px; margin-bottom: 40px;}

  .wp-block-gallery.has-nested-images.columns-2 figure.wp-block-image:not(#individual-image) { float: left; margin: 0 10px 20px 10px; width: calc(50% - 20px);}
  .wp-block-gallery.has-nested-images.columns-2 figure.wp-block-image:not(#individual-image):nth-child(2n + 1) {clear: left;}

  .wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image) { float: left; margin: 0 10px 20px 10px; width: calc(33.33333% - 20px);}
  .wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image):nth-child(3n + 1) {clear: left;}

  .wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image) { float: left; margin: 0 10px 20px 10px; width: calc(25% - 20px);}
  .wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image):nth-child(4n + 1) {clear: left;}

  .wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image) { float: left; margin: 0 10px 20px 10px; width: calc(20% - 20px);}
  .wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image):nth-child(5n + 1) {clear: left;}

  .wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image) { float: left; margin: 0 10px 20px 10px; width: calc(16.66667% - 20px);}
  .wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image):nth-child(6n + 1) {clear: left;}
}

@media only screen and (min-width : 768px) {

  main .sidebar {
    float: left;
    width: 16.666%;
    display: block;
  }

  main section {
    float: right;
    width: 83.333%;
    padding: 0 0 60px 30px;
  }


  footer .row ul {
    display: block;
    list-style-type: none;
    padding: 0;
  }
}

@media only screen and (min-width : 992px) {
  .hidemobile {display: block;}
}


/* RESET WP special formats
--------------------------------------------------- */
.wp-block-media-text__media img, .wp-block-media-text__media video {height: auto !important;}
