/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 25.03.2015, 10:58:21
    Author     : geroldhinzen
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 16.06.2015, 13:32:13
    Author     : geroldhinzen
*/
/* Text Formatting */
.fontHeadline {
  font-family: 'Lora', serif;
  font-weight: 400;
  text-shadow: none;
}
.fontText {
  font-family: 'myriad-pro', sans-serif;
  font-weight: 400;
  text-shadow: none;
}
.fontMain {
  font-family: 'PT Sans', sans-serif;
  font-weight: normal;
  text-shadow: none;
}
/* Header Navigation */
.header-nav {
  font-family: 'PT Sans', sans-serif;
}
.header-nav ul {
  border-bottom: 1px solid #D0D0D0;
  margin: 0 0 0 0;
  height: 40px;
  width: 100%;
  padding-left: 20px;
}
.header-nav ul li {
  list-style: none;
  padding: 0;
  margin: 0;
  float: left;
}
.header-nav ul li a {
  color: #878787;
  display: block;
  font-size: 13px;
  padding: 10px 0 13px 0 ;
}
.header-nav ul li a:after {
  color: #878787;
  content: '|';
  margin-left: 5px;
  margin-right: 5px;
}
.header-nav ul li a:hover {
  color: #1c1c1c;
  text-decoration: underline;
}
.header-nav ul li.last a:after {
  content: '';
}
.header-nav ul li.active a {
  color: #1c1c1c;
  text-decoration: none;
}
.wi-header {
  height: 90px;
  margin-top: -11px;
  padding-left: 20px;
}
.wi-header div.wi-badge {
  background: #E56F26;
  color: white;
  width: 300px;
  margin: -20px 0 0 0;
  text-align: center;
  padding: 10px;
}
.wi-header div.wi-badge p {
  font-size: 0.9em;
}
.wi-header a.wi-brand-badge {
  width: 225px;
  height: 70px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  display: block;
  float: left;
  background: #E56F26;
}
.wi-header a.wi-brand-badge svg {
  height: 71px;
}
.wi-header a.wi-brand-badge #wi-claim {
  margin: 0 0 0 15px;
  width: 200px;
}
.wi-header a.wi-brand-title {
  color: #E56F26;
  font-size: 3em;
  float: left;
  margin: 20px 0 0 20px;
  font-family: 'Lora', serif;
  font-weight: 400;
  text-shadow: none;
  font-weight: 600;
  text-decoration: none;
}
@media screen and (min-width: 480px) {
  .wi-header a.wi-brand-title {
    font-size: 2em;
  }
}
@media screen and (min-width: 640px) {
  .wi-header a.wi-brand-title {
    font-size: 2.5em;
  }
}
@media screen and (min-width: 1024px) {
  .wi-header a.wi-brand-title {
    font-size: 3em;
  }
}
.wi-header a.wi-brand-title:hover {
  text-decoration: none;
}
#masthead nav {
  padding: 0;
  text-transform: normal;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#masthead nav .nav-menu {
  padding: 0;
  line-height: 2;
  position: relative;
  list-style: none;
  background: #7b6e65;
  width: 100%;
  height: 38px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding-left: 10px;
}
#masthead nav .nav-menu li {
  background-image: url(assets/images/menu_trenner.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  padding-right: 1px;
}
#masthead nav .nav-menu > li:hover > a,
#masthead nav .nav-menu > .current-menu-item > a,
#masthead nav .nav-menu > .current_page_item > a,
#masthead nav .nav-menu > .current-menu-parent > a,
#masthead nav .nav-menu > .current-menu-ancestor > a {
  background: #FFF;
  color: #7b6e65;
}
#masthead nav .nav-menu > li li:first-child a {
  border: 0;
}
#masthead nav .nav-menu > li > ul {
  top: 50px;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#masthead nav .nav-menu ul {
  position: absolute;
  z-index: 999;
  display: block;
  visibility: hidden;
  overflow: visible;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  opacity: 0;
}
#masthead nav .nav-menu ul ul {
  border-top: 1px solid #e5e5e5;
}
#masthead nav .nav-menu li {
  padding: 0;
  padding-right: 1px;
}
#masthead nav .nav-menu li:hover > a,
#masthead nav .nav-menu li li.current-menu-item > a {
  color: #7b6e65;
}
#masthead nav .nav-menu li a {
  font-weight: bold;
  background: #7b6e65;
  padding: 0 15px;
  line-height: 38px;
  color: white;
  text-transform: normal;
  display: block;
  text-decoration: none;
  font-family: 'PT Sans', sans-serif;
  font-weight: 700;
}
#masthead nav .nav-menu li:hover > ul {
  visibility: visible;
  opacity: 1;
}
#masthead nav .nav-menu li .sub-menu {
  top: 38px;
  background: white;
  padding-bottom: 10px;
}
#masthead nav .nav-menu li .sub-menu li {
  margin: 0 10px;
  padding-right: 0;
}
#masthead nav .nav-menu li .sub-menu li a {
  background: white;
  color: #7b6e65;
  display: inline-block;
  border-bottom: 1px solid #7B6E65;
}
#masthead nav .nav-menu li .sub-menu li a:hover {
  color: #E56F26;
}
#masthead .navbar-toggle,
#masthead .navbar-toggle:hover,
#masthead .navbar-toggle:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.taptap-menu-button-wrapper .taptap-menu-button:after,
.taptap-menu-button-wrapper .taptap-menu-button:before,
.taptap-menu-button-wrapper .taptap-menu-button div.taptap-menu-button-middle:before,
.taptap-menu-button-wrapper .taptap-menu-button div.taptap-menu-button-middle:after,
.taptap-menu-button-wrapper .taptap-menu-button-three:after,
.taptap-menu-button-wrapper .taptap-menu-button-three:before,
.taptap-menu-button-wrapper .taptap-menu-button-three div.taptap-menu-button-three-middle:before {
  background: #E56F26;
}
.taptap-background-color {
  background-color: rgba(0, 0, 0, 0.9);
}
.taptap-main-wrapper .taptap-heading {
  font-family: 'Lora', serif;
  font-weight: 400;
  text-shadow: none;
  font-size: 2em;
  color: white;
  margin: -20px 0 30px 4px;
}
.taptap-main-wrapper .taptap-heading span {
  font-size: 0.8em;
  margin-top: 20px;
  display: inline-block;
}
.taptap-main-wrapper .taptap-by-bonfire ul li span {
  height: 100%;
}
.taptap-main-wrapper .taptap-by-bonfire ul li span svg {
  width: 20px;
  margin-top: 8px;
  fill: white;
}
.taptap-main-wrapper .taptap-by-bonfire ul li a {
  font-size: 20px;
  color: #E56F26;
}
.taptap-main-wrapper .taptap-by-bonfire ul li .sub-menu li a {
  font-size: 1.2em;
  color: white;
}
/* Base Grid etc. */
/*
    Created on : 25.03.2015, 13:24:01
    Author     : geroldhinzen
*/
.container {
  padding: 0 30px;
}
.margin-top-xs {
  margin-top: 15px !important;
}
.margin-top-lg {
  margin-top: 30px !important;
}
.color-family {
  color: #0080D8;
}
.color-individual {
  color: #007B93;
}
body {
  font-size: 1.5em;
  font-size: 14px;
  line-height: 200%;
  margin-top: 0;
  word-wrap: break-word;
  color: #2a2a2a;
  background: #f2f2f2;
  -webkit-font-smoothing: antialiased;
  font-family: 'myriad-pro', sans-serif;
  font-weight: 400;
  text-shadow: none;
}
.gradientHeader {
  background: #fff9f9;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fff9f9 0%, #f2f2f2 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff9f9), color-stop(100%, #f2f2f2));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fff9f9 0%, #f2f2f2 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fff9f9 0%, #f2f2f2 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fff9f9 0%, #f2f2f2 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #fff9f9 0%, #f2f2f2 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9', endColorstr='#f2f2f2', GradientType=0);
  /* IE6-9 */
}
a {
  color: black;
  text-decoration: none;
}
a:hover,
a:active,
a:focus {
  color: #E56F26;
  text-decoration: none;
}
.wibox {
  background: white;
}
#content {
  padding-top: 25px;
}
.grow {
  transition: all 0.2s ease-in-out;
}
.grow:hover {
  transform: scale(1.2);
}
/* SINGLE POST */
.single-editorial .content-area .entry-header,
.single-post .content-area .entry-header {
  position: relative;
}
.single-editorial .content-area .entry-header .single-page-ribbon,
.single-post .content-area .entry-header .single-page-ribbon {
  right: 100px;
}
.single-editorial .content-area table tr td img,
.single-post .content-area table tr td img {
  vertical-align: top;
}
.single-editorial .content-area .left-image,
.single-post .content-area .left-image {
  margin-right: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.single-editorial .content-area .right-image,
.single-post .content-area .right-image {
  margin-left: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.single-editorial .content-area span.subline,
.single-post .content-area span.subline {
  margin-left: 40px;
  margin-top: 20px;
  display: inline-block;
}
.single-editorial .content-area h1,
.single-post .content-area h1 {
  font-family: 'Lora', serif;
  font-weight: 400;
  text-shadow: none;
  font-size: 3em;
  width: 80%;
  margin-top: 10px;
  margin-bottom: 0px;
  padding-left: 40px;
}
.single-editorial .content-area .meta,
.single-post .content-area .meta {
  position: relative;
}
.single-editorial .content-area .meta .posted-on,
.single-post .content-area .meta .posted-on {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 0.85em;
  color: #878787;
}
.single-editorial .content-area .entry-meta,
.single-post .content-area .entry-meta {
  margin: 0 0 20px 0;
}
.single-editorial .content-area .entry-content,
.single-post .content-area .entry-content {
  padding: 0px 40px 40px 40px;
}
.single-editorial .content-area .entry-content .author,
.single-post .content-area .entry-content .author {
  font-size: 0.9em;
  margin-bottom: 17px;
}
.single-editorial .content-area .entry-content .author img,
.single-post .content-area .entry-content .author img {
  margin-right: 5px;
  width: 30px;
  height: 30px;
}
.single-editorial .content-area .entry-content .author .name,
.single-post .content-area .entry-content .author .name {
  margin-left: 5px;
  margin-right: 10px;
}
.single-editorial .content-area .entry-content a,
.single-post .content-area .entry-content a {
  color: #E56F26;
  text-decoration: none;
}
.single-editorial .content-area .entry-content a:hover,
.single-post .content-area .entry-content a:hover {
  color: #c15817;
}
.single-editorial .content-area .entry-content h2,
.single-post .content-area .entry-content h2 {
  font-family: 'Lora', serif;
  font-weight: 400;
  text-shadow: none;
  font-size: 1.8em;
  margin-top: 23px;
  margin-bottom: 10px;
}
.single-editorial .content-area .entry-content h3,
.single-post .content-area .entry-content h3 {
  font-family: 'Lora', serif;
  font-weight: 400;
  text-shadow: none;
  font-weight: bold;
  font-size: 1.4em;
  margin-top: 20px;
  margin-bottom: 10px;
}
.single-editorial .content-area .entry-content p,
.single-post .content-area .entry-content p {
  line-height: 175%;
  font-size: 1.1em;
  -webkit-font-smoothing: subpixel-antialiased;
}
.single-editorial .content-area .entry-content blockquote,
.single-post .content-area .entry-content blockquote {
  font-family: 'myriad-pro', sans-serif;
  font-weight: 400;
  text-shadow: none;
  font-style: italic;
  line-height: 180%;
  margin: 30px 0;
}
.single-editorial .content-area .entry-content .page-excerpt,
.single-post .content-area .entry-content .page-excerpt {
  font-weight: bold;
  font-size: 1em;
  display: inline-block;
  margin-bottom: 20px;
}
.single-editorial .content-area .entry-content .wp-caption,
.single-post .content-area .entry-content .wp-caption {
  border: 0;
  margin: 0;
  padding: 0;
}
.single-editorial .content-area .entry-content .wp-caption img,
.single-post .content-area .entry-content .wp-caption img {
  width: 100%;
}
.single-editorial .content-area .entry-content .wp-caption-text,
.single-post .content-area .entry-content .wp-caption-text {
  margin: 0;
  padding: 7px;
  text-align: left;
}
.single-editorial .content-area .entry-content .content p:first-child:first-letter,
.single-post .content-area .entry-content .content p:first-child:first-letter {
  float: left;
  font-size: 60px;
  line-height: 40px;
  padding-top: 4px;
  padding-right: 4px;
  padding-left: 3px;
  font-family: 'Lora', serif;
  font-weight: 400;
  text-shadow: none;
}
.single-editorial .content-area .entry-content .content iframe,
.single-post .content-area .entry-content .content iframe {
  width: 100%;
  height: 500px;
}
.single-editorial .content-area .entry-content .content a,
.single-post .content-area .entry-content .content a {
  padding: 0;
}
.single-editorial .content-area .entry-content .content a img[class*="wp-image-"],
.single-post .content-area .entry-content .content a img[class*="wp-image-"] {
  max-width: none;
  margin: 0;
  border: 0;
  padding: 0;
  height: auto;
}
.single-editorial .content-area .entry-content .content a img.size-content_big,
.single-post .content-area .entry-content .content a img.size-content_big {
  width: 100%;
  max-width: none;
  height: auto;
  margin: 0;
  padding: 0;
  border: 0;
}
.single-editorial .content-area .entry-content .content a img.size-content_normal,
.single-post .content-area .entry-content .content a img.size-content_normal {
  width: 480px;
  height: auto;
}
.single-editorial .content-area .entry-content .content a .wp-caption img.size-content_normal,
.single-post .content-area .entry-content .content a .wp-caption img.size-content_normal {
  width: 100%;
  height: auto;
}
.single-editorial .content-area .entry-content .content a img.size-editorial,
.single-post .content-area .entry-content .content a img.size-editorial {
  width: 150px;
  height: auto;
  margin-right: 10px;
}
.single-editorial .content-area .entry-content .content a img.alignleft,
.single-post .content-area .entry-content .content a img.alignleft {
  margin: 10px 10px 10px 0;
}
.single-editorial .content-area .entry-content .content a img.alignright,
.single-post .content-area .entry-content .content a img.alignright {
  margin: 10px 0 10px 10px;
}
.single-editorial .content-area .entry-content .content .alignleft,
.single-post .content-area .entry-content .content .alignleft {
  margin: 10px 10px 10px 0;
}
.single-editorial .content-area .entry-content .content .alignright,
.single-post .content-area .entry-content .content .alignright {
  margin: 10px 0 10px 10px;
}
.single-editorial .content-area .entry-content .wp-caption-text,
.single-post .content-area .entry-content .wp-caption-text {
  font-size: 0.85em;
}
.single-editorial .content-area .videoWrapper,
.single-post .content-area .videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.single-editorial .content-area .videoWrapper iframe,
.single-post .content-area .videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.single-editorial .wibox-article-footer,
.single-post .wibox-article-footer {
  margin-top: 30px;
  background: white;
  padding: 20px 40px 40px 40px;
}
.single-editorial .wibox-article-footer h3,
.single-post .wibox-article-footer h3 {
  font-family: 'Lora', serif;
  font-weight: 400;
  text-shadow: none;
  font-weight: bold;
  font-size: 1.4em;
  margin-bottom: 20px;
}
.single-editorial .wibox-article-footer p,
.single-post .wibox-article-footer p {
  line-height: 175%;
  font-size: 1.1em;
  -webkit-font-smoothing: subpixel-antialiased;
}
.single-editorial .wibox-article-footer p a,
.single-post .wibox-article-footer p a {
  color: #E56F26;
}
.single-editorial .article-more,
.single-post .article-more {
  margin-top: 30px;
}
.single-editorial .article-more span.subline,
.single-post .article-more span.subline {
  margin: 0;
  padding: 0;
}
/* END OF SINGLE POST */
.seperator-headline {
  font-family: 'Lora', serif;
  font-weight: 400;
  text-shadow: none;
  font-size: 1.2em;
  font-weight: bold;
  margin: 40px 0 -10px 0;
}
.single-editorial .content-area h1 {
  margin-top: 30px;
}
/* END OF EDITORIAL */
/* Features Post */
#featured-posts-wrap {
  height: auto;
  padding: 0;
  float: none;
  margin: 0 0 50px 0;
}
#featured-posts-wrap #featured-post-big img {
  height: 400px !important;
}
#featured-posts-wrap .featured-post span.category {
  margin: 17px 0 0 0;
  font-size: 16px;
  text-transform: uppercase;
  display: block;
  padding: 10px;
  border-bottom: 5px solid #E56F26;
}
#featured-posts-wrap .featured-post span.category a {
  font-weight: 400;
  color: #878787;
}
#featured-posts-wrap .featured-post span.category a:hover {
  color: #E56F26;
  text-decoration: none;
}
#featured-posts-wrap .featured-post .feature_text {
  width: 100%;
  text-align: left;
  position: initial;
  color: #333333;
}
#featured-posts-wrap .featured-post .feature_text h2.entry-title {
  padding: 0;
  color: #333333;
}
#featured-posts-wrap .featured-post .feature_text h2.entry-title a {
  font-size: 1em;
  line-height: 0.8em;
}
#featured-posts-wrap .featured-post .feature_text .entry-subline {
  font-size: 16px;
  color: #878787;
  font-weight: 400;
  margin: 0;
  margin-top: 15px;
}
.article-box {
  background: white;
  padding: 40px;
}
.article-box h1,
.article-box h2,
.article-box h3,
.article-box h4 {
  font-family: 'Lora', serif;
  font-weight: 400;
  text-shadow: none;
  line-height: 150%;
}
.article-box h2 {
  margin-top: 20px;
}
.article-box h3 {
  margin-top: 30px;
}
.article-box h4 {
  margin-top: 30px;
}
/*Siebar hacks */
.img-thumbnail {
  border-radius: 0;
  border: 0;
  padding: 0;
  width: 100%;
}
.post-number {
  display: none;
}
/* FOOTER */
.wi-logo-reisemagazin {
  width: 142px;
  height: 54px;
  display: inline-block;
  background-image: url(assets/images/world-insight-logo-reisemagazin.png);
  background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .wi-logo-reisemagazin {
    /* on retina, use image that's scaled by 2 */
    background-image: url(assets/images/world-insight-logo-reisemagazin@2x.png);
    background-size: 142px 54px;
  }
}
.wi-logo-small {
  width: 76px;
  height: 24px;
  display: inline-block;
  background-image: url(assets/images/world-insight-logo-small.png);
  background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .wi-logo-small {
    /* on retina, use image that's scaled by 2 */
    background-image: url(assets/images/world-insight-logo-small@2x.png);
    background-size: 76px 24px;
  }
}
#footer > .container > .row {
  background-image: url(assets/images/WI-Footer-Skyline.png);
  background-repeat: no-repeat;
  background-position: right bottom;
}
#footer {
  background-color: #7B6E65;
  color: #FFF;
  margin-top: 20px;
  border-bottom: 10px solid #FFF;
  font-family: 'PT Sans', sans-serif;
  font-size: 14px;
  line-height: 1.5em;
}
#footer div.csc-textpic div.csc-textpic-imagecolumn {
  float: left;
}
#footer div.csc-textpic-imagecolumn,
#footer td.csc-textpic-imagecolumn .csc-textpic-image {
  margin-right: 15px;
}
#footer hr {
  margin-top: 10px;
  margin-bottom: 10px;
  border: 0;
  border-top: 1px solid #7B6E65;
}
#footer .footercol1 {
  background-color: #9F9288;
  color: #FFF;
}
.footercol1 a,
.footercol2 a {
  color: #FFF;
}
.footercol1 a:hover,
.footercol2 a:hover {
  text-decoration: none;
  color: #e6e6e6;
}
#footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer .footercol2 ul a {
  display: block;
  padding: 3px 0;
}
#footer .footercol2 h3 {
  color: #FFF;
  padding-bottom: 5px;
  border-bottom: 1px solid #BAB0AA;
  font-weight: bold;
  margin-top: 20px;
}
#footer .footercol2 .htmlElement,
#footer .footercol2 .imageElement {
  margin-top: 15px;
}
#footer .footercol2 .csc-menu a:before {
  content: '» ';
  color: #E57236;
}
#footer .footercol2 .icon {
  width: 40px;
  height: 40px;
  display: block;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
#footer .icon {
  width: 60px;
  height: 60px;
  display: inline-block;
  padding: 0;
  margin: 0;
  border-radius: 60px;
  text-align: center;
  background: #9f9288;
}
#footer .icon.facebook {
  padding-top: 8px;
}
#footer .icon.facebook i {
  color: #7b6e65;
  font-size: 1.7em;
}
#footer .icon.facebook:hover {
  background: #3b5998;
}
#footer .icon.facebook:hover i {
  color: white;
}
#footer .icon.twitter {
  padding-top: 8px;
}
#footer .icon.twitter i {
  color: #7b6e65;
  font-size: 1.7em;
}
#footer .icon.twitter:hover {
  background: #02aded;
}
#footer .icon.twitter:hover i {
  color: white;
}
#footer .icon.google {
  padding-top: 10px;
}
#footer .icon.google i {
  color: #7b6e65;
  font-size: 1.7em;
}
#footer .icon.google:hover {
  background: #bb0000;
}
#footer .icon.google:hover i {
  color: white;
}
#footer .icon.youtube {
  padding-top: 8px;
}
#footer .icon.youtube i {
  color: #7b6e65;
  font-size: 1.7em;
}
#footer .icon.youtube:hover {
  background: #bb0000;
}
#footer .icon.youtube:hover i {
  color: white;
}
#footer .footercol2 .text {
  display: none;
}
/* BUTTONS */
.btn-primary {
  color: #fff;
  background-color: #E56F26;
  border-color: #d8621a;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #E56F26;
  border-color: #d8621a;
}
.btn-primary:hover {
  color: #fff;
  background-color: #d8621a;
  border-color: #c15817;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #d8621a;
  border-color: #c15817;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: dakren(#E56F26, 5%);
  border-color: #934312;
}
/* MAIN NAV */
/*** Mainnnav ***/
#menubutton {
  background-color: #7B6E65;
  color: #FFF;
  font-size: 16px;
  padding: 10px;
  border-radius: 5px;
}
@media (min-width: 1200px) {
  #menubutton {
    display: none;
  }
}
.mm-menu {
  background-color: #7B6E65 !important;
}
#mainnav {
  font-family: 'PT Sans', sans-serif;
}
.mainnav nav {
  background-color: #7B6E65;
  border-radius: 5px 5px 0 0;
}
.mainnav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mainnav li {
  margin: 0;
  padding: 0;
  float: left;
  display: inline;
  position: relative;
  padding-right: 1px;
  background-image: url(../global_gfx/menu_trenner.png);
  background-repeat: no-repeat;
  background-position: right bottom;
}
.mainnav ul a {
  display: block;
  color: #FFF;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  height: 38px;
  line-height: 38px;
  padding: 0 15px;
  font-family: 'PT Sans', sans-serif;
}
.mainnav ul .flyout {
  display: table;
  visibility: hidden;
  position: absolute;
  top: 38px;
  left: 0;
  padding-bottom: 5px;
  padding-top: 5px;
  border-bottom-width: 0;
  background-color: #FFF;
  z-index: 65;
  width: 200px;
}
.mainnav ul li.mainnav_4 .flyout {
  height: 272px;
}
.mainnav li li {
  position: static;
}
.mainnav ul .flyout2 {
  display: table;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 200px;
  border-bottom-width: 0;
  z-index: 65;
  height: 252px;
  width: 100px;
  background-color: #EBE9E8;
  padding-top: 10px;
  padding-bottom: 10px;
}
.mainnav ul ul {
  display: table-cell;
  vertical-align: top;
}
.mainnav ul ul:first-child {
  border: none;
}
.mainnav ul ul li {
  background: none;
  padding: 0;
}
.mainnav ul ul a {
  font-size: 15px;
  font-weight: 700;
  color: #7B6E65;
  height: inherit;
  line-height: normal;
  text-align: left;
  padding: 10px 10px;
  margin: 0 10px;
  display: block;
  width: 180px;
  border-bottom: 1px solid #7B6E65;
  position: relative;
}
.mainnav ul ul ul a {
  width: 120px;
  border: 0;
  border-bottom: 1px solid #EBE9E8;
  padding: 10px 10px;
}
.mainnav a:hover,
.mainnav ul a.on {
  background-color: #FFF;
  color: #7B6E65;
}
.mainnav li:hover > a {
  background-color: #FFF;
  color: #7B6E65;
}
.mainnav li li:hover > a {
  background-color: transparent;
  color: #E57236;
}
.mainnav ul ul a:hover,
.mainnav ul ul a.on {
  background-color: transparent;
  color: #E57236;
}
.mainnav ul ul ul a:hover {
  background-color: transparent;
  color: #E57236;
}
.mainnav ul li:hover .flyout,
.mainnav ul a:hover .flyout,
.mainnav ul ul li:hover .flyout2,
.mainnav ul ul a:hover .flyout2 {
  visibility: visible;
}
/* TAP TAP MENU */
.taptap-heading,
.taptap-heading a {
  color: red;
}
/* SLIDER */
#wi-slider {
  margin-bottom: 30px;
}
#wi-slider .carousel-inner {
  height: 650px;
  margin-bottom: 30px;
}
#wi-slider .carousel-inner .subline {
  margin-bottom: 8px;
  display: inline-block;
}
#wi-slider .carousel-inner .item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
  width: 100%;
}
#wi-slider .carousel-inner .carousel-caption {
  position: absolute;
  background: white;
  width: 100%;
  right: 0;
  left: 0;
  bottom: -170px;
  padding: 25px 30px 30px 30px;
  text-align: left;
  color: black;
  font-family: 'myriad-pro', sans-serif;
  font-weight: 400;
  text-shadow: none;
}
#wi-slider .carousel-inner .carousel-caption h3 {
  font-family: 'Lora', serif;
  font-weight: 400;
  text-shadow: none;
  margin-top: 0;
  margin-bottom: 10px;
}
#wi-slider .carousel-inner .carousel-caption .ribbon-gold-big {
  bottom: 150px;
}
#wi-slider .nav {
  background: #7b6e65;
  margin: 0;
}
#wi-slider .nav a {
  border-radius: 0px;
  color: white;
  font-family: 'PT Sans', sans-serif;
  font-weight: normal;
  text-shadow: none;
  line-height: 120%;
  height: 80px;
}
#wi-slider .nav a .subline {
  font-size: 0.8em;
  display: inline-block;
  margin-bottom: 5px;
}
#wi-slider .nav > li > a:focus,
#wi-slider .nav > li > a:hover {
  background: #6d615a;
}
#wi-slider .nav-pills > li.active > a,
#wi-slider .nav-pills > li.active > a:focus,
#wi-slider .nav-pills > li.active > a:hover {
  background: #5f554e;
}
#wi-slider .nav-pills > li.active > a span.title,
#wi-slider .nav-pills > li.active > a:focus span.title,
#wi-slider .nav-pills > li.active > a:hover span.title {
  font-weight: bold;
}
@keyframes ex4 {
  /* CSS3 */
  0% {
    background-size: 100% 100%;
  }
  100% {
    background-size: 110% 110%;
  }
}
@-moz-keyframes ex4 {
  /* Firefox */
  0% {
    background-size: 100% 100%;
  }
  100% {
    background-size: 110% 110%;
  }
}
@-webkit-keyframes ex4 {
  /* Webkit */
  0% {
    background-size: 100% 100%;
  }
  100% {
    background-size: 110% 110%;
  }
}
/* SLIDER */
a.left.carousel-control,
a.right.carousel-control {
  background: none;
  z-index: 10;
  width: 60px;
  height: 460px;
}
#category .teaser.teaser-two-third.no-thumbnail .image-holder a {
  height: 170px;
  background: #ddd;
  display: block;
  height: 240px;
}
#category .teaser.teaser-two-third img {
  height: auto;
}
#category .teaser.teaser-two-third .teaser-body {
  height: 260px;
}
.teaser.costa_rica_special .teaser-title {
    font-size: large;
}
.teaser.costa_rica_special .teaser-title a {
    /*color: #225d00 !important;*/
}
.teaser.costa_rica_special .subline {
    padding-top: 20px;
    display: block;
    /*font-size: 12px;*/
}
.teaser.costa_rica_special .teaser-body {
    background-color: #f2f2f2;
    position: relative;
    /*color: #225d00;*/
    /*font-family: "Vista Sans", sans-serif;*/
}
.teaser.costa_rica_special .banner {
    background-color: #E57236;
    font-family: "Vista Sans", sans-serif;
    padding: 8px 20px;
    color: white;
    font-size: 17px;
    font-weight: 500;
    position: absolute;
    top: -38px;
    width: calc(100% - 40px);
    text-align: center;
}
.single-editorial .content-area .entry-content li.shariff-button a,
.single-post .content-area .entry-content li.shariff-button a {
  color: white !important;
}
/* SOCIAL SHARING */
.socialsharing div {
  float: left;
  margin-right: 10px;
}
.socialsharing div.twitter {
  margin: 8px 10px 0 0;
}
.socialsharing div.whatsapp {
  margin: 8px 0 0 0;
}
/* END OF SOCIAL SHARING */
/* SIMPLE LIGHTBOX */
#slb_viewer_wrap .slb_theme_slb_baseline .slb_details .inner {
  padding: 10px 0 !important;
}
#slb_viewer_wrap .slb_theme_slb_default .slb_data_title,
#slb_viewer_wrap .slb_theme_slb_default .slb_group_status {
  font-size: 14px !important;
  font-family: 'myriad-pro', sans-serif !important;
  font-weight: 400 !important;
  text-shadow: none !important;
}
#wi_author h4 {
  margin-top: 0;
}
#wi_author h4 a {
  display: inline-block;
  width: 100%;
}
/* END OF SIMPLE LIGHTBOX */
header {
  position: relative;
}
.kaesekuchen {
  width: 160px;
  height: 600px;
  background: transparent;
  position: absolute;
  right: -180px;
  top: 193px;
  z-index: 20;
}
.kaesekuchen a {
  width: 160px;
  height: 600px;
  background: transparent;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 50;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 16.04.2015, 14:04:19
    Author     : geroldhinzen

/* TEASER SIZES */
.teaser {
  margin: 0 0 30px 0;
}
.teaser .teaser-title {
  font-family: 'Lora', serif;
  font-weight: 400;
  text-shadow: none;
  font-size: 1.5em;
  padding: 0;
  margin: 10px 0;
  line-height: 120%;
}
.teaser .image-holder {
  position: relative;
}
.teaser .image-holder .icon-video {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -65px 0 0 -65px;
  font-size: 150px;
  display: inline-block;
}
.teaser .image-holder .icon-video a {
  color: rgba(255, 255, 255, 0.5);
}
.teaser .image-holder .icon-video a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.teaser .teaser-body {
  padding: 20px;
  background: white;
}
.teaser .teaser-body p {
  line-height: 170%;
}
.teaser-fullsize .teaser-title {
  font-size: 2em;
}
.teaser-fullsize a img {
  width: 825px;
  width: 100%;
}
.teaser-one-half a img {
  width: 100%;
}
.teaser-one-half.no-thumbnail .image-holder {
  background: #ddd;
  height: 170px;
}
.teaser-one-third .image-holder a {
  display: inline-block;
  overflow-y: hidden;
  width: 100%;
}
.teaser-one-third .image-holder .icon-video {
  color: white;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -25px 0 0 -25px;
  font-size: 4em;
  display: inline-block;
}
.teaser-one-third.no-thumbnail .image-holder {
  background: #ddd;
  height: 180px;
}
.teaser-one-third .teaser-body {
  height: 379px;
  margin-top: -10px;
}
.teaser-two-third a img {
  width: 100%;
}
.teaser-two-third .teaser-body {
  height: auto; /*190px;*/
}
/* WIDGET HOLDER */
.widget {
  background: white;
  padding: 1em;
  margin-bottom: 30px;
}
.widget .widget-title {
  font-family: 'Lora', serif;
  font-weight: 400;
  text-shadow: none;
  margin: 0;
  font-weight: 300;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #ddd;
  font-size: 1.2em;
}
.widget .widget-body {
  padding: 10px 0;
}
.widget .widget-body h3 {
  font-family: 'Lora', serif;
  font-weight: 400;
  text-shadow: none;
  font-size: 1em;
  margin-top: 0;
  line-height: 150%;
}
.widget .widget-body h4 {
  font-family: 'Lora', serif;
  font-weight: 400;
  text-shadow: none;
  font-size: 1.1em;
  margin-top: 0;
  line-height: 150%;
}
/* RIBBON EPUB */
.ribbon-wrapper-gold {
  width: 105px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  top: -3px;
  right: -3px;
  z-index: 100;
}
.ribbon-wrapper-gold a {
  text-decoration: none;
}
.ribbon-wrapper-gold .ribbon-gold {
  font: bold 15px Sans-Serif;
  text-align: center;
  text-shadow: #c77c17 0px 1px 0px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  position: relative;
  padding: 7px 0;
  left: 14px;
  top: 15px;
  width: 120px;
  background: #c77c17;
  /* Old browsers */
  background: -moz-linear-gradient(97deg, #c77c17 0%, #a06007 8%, #c37810 10%, #fadb6e 20%, #dcad3d 52%, #fcde71 75%, #9c5c04 97%, #d4871b 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #c77c17), color-stop(8%, #a06007), color-stop(10%, #c37810), color-stop(20%, #fadb6e), color-stop(52%, #dcad3d), color-stop(75%, #fcde71), color-stop(97%, #9c5c04), color-stop(100%, #d4871b));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(97deg, #c77c17 0%, #a06007 8%, #c37810 10%, #fadb6e 20%, #dcad3d 52%, #fcde71 75%, #9c5c04 97%, #d4871b 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(97deg, #c77c17 0%, #a06007 8%, #c37810 10%, #fadb6e 20%, #dcad3d 52%, #fcde71 75%, #9c5c04 97%, #d4871b 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(97deg, #c77c17 0%, #a06007 8%, #c37810 10%, #fadb6e 20%, #dcad3d 52%, #fcde71 75%, #9c5c04 97%, #d4871b 100%);
  /* IE10+ */
  background: linear-gradient(97deg, #c77c17 0%, #a06007 8%, #c37810 10%, #fadb6e 20%, #dcad3d 52%, #fcde71 75%, #9c5c04 97%, #d4871b 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c77c17', endColorstr='#d4871b', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  color: #fffce0;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.5);
}
.ribbon-wrapper-gold .ribbon-gold:before,
.ribbon-wrapper-gold .ribbon-gold:after {
  content: "";
  border-top: 3px solid #4f2e00;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  position: absolute;
  bottom: -2px;
}
.ribbon-wrapper-gold .ribbon-gold:before {
  left: 0;
}
.ribbon-wrapper-gold .ribbon-gold:after {
  right: 0;
}
.ribbon-gold-big {
  font: bold 15px Sans-Serif;
  text-align: center;
  text-shadow: #c77c17 0px 1px 0px;
  padding: 7px 0;
  width: 100px;
  height: 100px;
  border-radius: 100px;
  position: absolute;
  bottom: -50px;
  right: 35px;
  color: #fffce0;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.5);
  padding-top: 30px;
  border: 1px solid rgba(199, 124, 23, 0.6);
  box-shadow: inset 0 0 3px 6px rgba(199, 124, 23, 0.2);
  background: #c77c17;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #c77c17 0%, #a06007 8%, #c37810 10%, #fadb6e 20%, #dcad3d 52%, #fcde71 75%, #9c5c04 97%, #d4871b 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #c77c17), color-stop(8%, #a06007), color-stop(10%, #c37810), color-stop(20%, #fadb6e), color-stop(52%, #dcad3d), color-stop(75%, #fcde71), color-stop(97%, #9c5c04), color-stop(100%, #d4871b));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(-45deg, #c77c17 0%, #a06007 8%, #c37810 10%, #fadb6e 20%, #dcad3d 52%, #fcde71 75%, #9c5c04 97%, #d4871b 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(-45deg, #c77c17 0%, #a06007 8%, #c37810 10%, #fadb6e 20%, #dcad3d 52%, #fcde71 75%, #9c5c04 97%, #d4871b 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(-45deg, #c77c17 0%, #a06007 8%, #c37810 10%, #fadb6e 20%, #dcad3d 52%, #fcde71 75%, #9c5c04 97%, #d4871b 100%);
  /* IE10+ */
  background: linear-gradient(-45deg, #c77c17 0%, #a06007 8%, #c37810 10%, #fadb6e 20%, #dcad3d 52%, #fcde71 75%, #9c5c04 97%, #d4871b 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c77c17', endColorstr='#d4871b', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  z-index: 2000;
}
.ribbon-gold-big:hover {
  color: white;
}
.ribbon-gold-big .ribbon-circle {
  margin-top: -7px;
  display: inline-block;
}
.teaser-horizontal .ribbon-gold-big {
  bottom: -28px;
  right: -7px;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 20.05.2015, 11:01:08
    Author     : geroldhinzen
*/
.entry-title {
  font-family: 'Lora', serif;
  font-weight: 400;
  text-shadow: none;
  color: black;
  font-size: 2em;
  padding: 0;
  margin: 20px 0;
  line-height: 1em;
}
.headline {
  font-family: 'Lora', serif;
  font-weight: 400;
  text-shadow: none;
  color: black;
  font-size: 1.2em;
}
.wi-category-teaser {
  background: white;
  height: 300px;
  width: 100%;
}
.category-box {
  background: white;
  padding: 20px;
  margin: 20px 0;
  height: 450px;
}
.category-box img.category-box-image {
  margin-top: 30px;
}
.epub-holder {
  position: relative;
  margin-bottom: 20px;
  background: white;
}
.epub-holder div.excerpt {
  padding-right: 50px;
}
.epub-holder .subline {
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 1em;
  display: inline-block;
}
.epub-holder .headline {
  margin: 0 0 5px 0;
  padding: 0;
  font-size: 1.8em;
}
.epub-holder .content-holder {
  padding-top: 20px;
}
.epub-holder.no-thumbnail .image-holder a {
  background: #ddd;
  display: block;
  height: 240px;
  width: 360px;
}
.epub-box .epub-teaser {
  font-family: 'Lora', serif;
  font-weight: 400;
  text-shadow: none;
  font-weight: 600;
  font-size: 1em;
}
.epub-box p {
  font-size: 0.8em;
  line-height: 1.4em;
}
a.epub-download-button {
  background: #bfa453;
  background-image: -webkit-linear-gradient(top, #bfa453, #9d8232);
  background-image: -moz-linear-gradient(top, #bfa453, #9d8232);
  background-image: -ms-linear-gradient(top, #bfa453, #9d8232);
  background-image: -o-linear-gradient(top, #bfa453, #9d8232);
  background-image: linear-gradient(to bottom, #bfa453, #9d8232);
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  font-family: Georgia;
  color: #ffffff;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  line-height: 15px;
  padding: 25px 10px 10px 10px;
  border: solid #ad913e 4px;
  text-decoration: none;
  display: inline-block;
  width: 100px;
  height: 100px;
  position: absolute;
  right: 20px;
  bottom: -30px;
}
a.epub-download-button:hover {
  background: #ad913e;
  background-image: -webkit-linear-gradient(top, #ad913e, #9d8232);
  background-image: -moz-linear-gradient(top, #ad913e, #9d8232);
  background-image: -ms-linear-gradient(top, #ad913e, #9d8232);
  background-image: -o-linear-gradient(top, #ad913e, #9d8232);
  background-image: linear-gradient(to bottom, #ad913e, #9d8232);
  text-decoration: none;
  color: #efe3c0;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 06.05.2015, 11:27:53
    Author     : geroldhinzen
*/
/* POPULAR POSTS WIDGET */
#popular-post {
  margin-bottom: 0;
  padding-bottom: 0;
}
#popular-post .wi-popular-post {
  padding: 2px 14px;
  margin-bottom: 10px;
}
#popular-post .wi-popular-post .wi-popular-text p {
  margin: 0;
  font-size: 0.9em;
  line-height: 1.2em;
}
#popular-post .wi-popular-post .wi-popular-text a.popular-post-image-holder {
  position: relative;
  width: 100%;
  height: 100%;
  display: inline-block;
}
#popular-post .wi-popular-post .wi-popular-text a.popular-post-image-holder img {
  width: 100%;
}
#popular-post .wi-popular-post .wi-popular-text span.subline {
  font-size: 0.9em;
}
/* VIDEO WIDGET */
.wi-video-post {
  padding: 10px;
  margin-bottom: 10px;
}
.wi-video-post p {
  font-size: 0.9em;
}
.wi-video-post a.video-holder {
  position: relative;
  width: 100%;
  height: 100%;
  display: inline-block;
}
.wi-video-post a.video-holder .overlay {
  display: none;
}
.wi-video-post a.video-holder .play-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -24px;
  margin-top: -28px;
  width: 60px;
  height: 60px;
  font-size: 60px;
  color: rgba(255, 255, 255, 0.8);
  display: inline-block;
}
.wi-video-post a.video-holder:hover .overlay {
  display: block;
  background: black;
}
#community-widget .widget-body img.img-responsive {
  margin-bottom: 20px;
}
#community-widget .community-text {
  padding: 0 20px 20px 20px;
}
#community-widget .community-text p {
  font-size: 1em;
  line-height: 180%;
}
#editorial-widget {
  overflow-y: hidden;
  overflow-x: hidden;
  position: relative;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
}
#editorial-widget::-webkit-scrollbar {
  display: none;
}
#editorial-widget h4 {
  font-family: 'Lora', serif;
  font-weight: 400;
  text-shadow: none;
  text-align: left;
  margin: 20px 0 0 0;
}
#editorial-widget .widget-content {
  padding-top: 15px;
  text-align: center;
}
#editorial-widget .widget-content hr {
  position: relative;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}
#editorial-widget .widget-content .avatar {
  margin: 20px 0 20px 0;
  position: absolute;
  bottom: 160px;
  right: -30px;
}
#editorial-widget .widget-content p {
  line-height: 150%;
  font-style: italic;
  text-align: center;
  quotes: "\201C" "\201D" "\2018" "\2019";
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 17.06.2015, 09:42:57
    Author     : geroldhinzen
*/
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  body {
    background: white;
  }
  body .container {
    padding: 0 15px;
  }
  body .wi-header .wi-brand-badge {
    width: 180px;
    height: 75px;
    margin-left: 40px;
  }
  body .wi-header .wi-brand-badge #wi-claim {
    width: 155px;
    margin-top: 9px;
  }
  body .wi-header .wi-brand-title {
    font-size: 1.6em;
    margin-top: 10px;
    margin-left: 55px;
  }
  #masthead,
  .header-nav,
  .taptap-search-button,
  .taptap-logo {
    display: none;
  }
  .teaser-fullsize .image-holder,
  .teaser-two-third .image-holder,
  .teaser-one-third .image-holder {
    height: auto;
  }
  .teaser-fullsize .image-holder a,
  .teaser-two-third .image-holder a,
  .teaser-one-third .image-holder a {
    height: auto;
  }
  .teaser-fullsize .image-holder a img,
  .teaser-two-third .image-holder a img,
  .teaser-one-third .image-holder a img {
    height: auto;
    width: 100%;
  }
  .teaser-one-third .teaser-body,
  .teaser-two-third .teaser-body {
    height: auto;
  }
  #editorial-widget .widget-content .avatar {
    bottom: 90px;
    right: 30px;
  }
  #wi-widget-video .wi-video-post-thumbnail img {
    width: 100%;
    height: auto;
  }
  #footer .wi-logo-small {
    text-align: center;
    margin-bottom: 20px;
  }
  #footer > .container > .row {
    padding-bottom: 100px;
  }
  .single-editorial .content-area,
  .single-post .content-area {
    padding: 20px;
  }
  .single-editorial .content-area h1,
  .single-post .content-area h1 {
    margin: 20px 0 0 0;
    padding-left: 20px;
    font-size: 2.0em;
    width: 100%;
  }
  .single-editorial .content-area .meta .subline,
  .single-post .content-area .meta .subline {
    padding: 0;
    margin: 20px 0 0 20px;
    padding-top: 20px;
    display: block;
  }
  .single-editorial .content-area .meta .posted-on,
  .single-post .content-area .meta .posted-on {
      right: 0;
      top: 0;
  }
  .single-editorial .content-area .entry-content,
  .single-post .content-area .entry-content {
    padding: 0 20px 20px ;
  }
  .single-editorial .content-area .entry-content .content a img[class*="wp-image-"],
  .single-post .content-area .entry-content .content a img[class*="wp-image-"] {
    width: 100%;
  }
}
/* Smartphones (landscape) ----------- */
/* Smartphones (portrait) ----------- */
@media only screen and (max-width: 320px) {
  /* STYLES GO HERE */
  .single-post .content-area .entry-content {
    padding: 0 10px;
  }
  .single-post .content-area span.subline {
    margin-left: 10px;
  }
  .single-editorial .content-area h1,
  .single-post .content-area h1 {
    font-size: 2em;
    width: 100%;
    padding-left: 10px;
  }
  body img[class*="wp-image-"] {
    width: 100%;
    margin: 0;
    border: 0;
    height: auto;
  }
  body .teaser-fullsize a img,
  body .teaser-two-third a img,
  body .teaser-one-third a img {
    height: auto;
    width: 100%;
  }
  body .teaser-one-third .teaser-body,
  body .teaser-two-third .teaser-body {
    height: auto;
  }
  body #editorial-widget .widget-content .avatar {
    bottom: 90px;
    right: 30px;
  }
  body #wi-widget-video .wi-video-post-thumbnail img {
    width: 100%;
    height: auto;
  }
  body #footer .wi-logo-small {
    text-align: center;
    margin-bottom: 20px;
  }
  body #footer > .container > .row {
    padding-bottom: 100px;
  }
}
/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .wp-toolbar-active {
    margin-top: 85px;
  }
  #masthead nav .nav-menu li a {
    padding: 0 10px;
  }
  #masthead nav .nav-menu li:nth-last-child {
    background-image: none;
  }
  .teaser-fullsize a img,
  .teaser-two-third a img,
  .teaser-one-third a img {
    height: auto;
    width: 100%;
  }
  .teaser-fullsize .teaser-body,
  .teaser-two-third .teaser-body,
  .teaser-one-third .teaser-body {
    height: 400px;
    padding-bottom: 20px;
  }
  .teaser-one-third.no-thumbnail .image-holder {
    background: #ddd;
    height: 143px;
  }
  .teaser-one-third .teaser-body {
    height: 400px;
  }
  .teaser-two-third .teaser-body {
    height: 236px;
  }
  #country_search_widget {
    font-size: 0.85em;
  }
  #popular-post .wi-popular-post h4 {
    margin: 0;
  }
}
/* iPads (landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  body .container {
    padding: 0 15px;
  }
  body .teaser-one-third .teaser-body {
    height: 414px;
  }
  body .teaser-two-third .teaser-body {
    height: 250px;
  }
}
/* iPads (portrait) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  body .container {
    padding: 0 15px;
  }
  .teaser-one-third .teaser-body {
    height: auto;
  }
  .teaser-two-third .teaser-body {
    height: auto;
  }
  .category-box {
    height: 450px;
  }
  .taptap-search-button,
  .taptap-logo {
    display: none;
  }
}
/* Desktops and laptops ----------- */
@media only screen and (min-width: 1224px) {
  /* STYLES GO HERE */
}
/* Large screens ----------- */
@media only screen and (min-width: 1824px) {
  /* STYLES GO HERE */
}
/* iPhone 5 (portrait &amp; landscape)----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
  /* STYLES GO HERE */
}
/* iPhone 5 (landscape)----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  /* STYLES GO HERE */
}
/* iPhone 5 (portrait)----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  /* STYLES GO HERE */
}
/* iPhone 6 (portrait &amp; landscape)----------- */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  /* STYLES GO HERE */
}
/* iPhone 6 (landscape)----------- */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  /* STYLES GO HERE */
}
/* iPhone 6 (portrait)----------- */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  /* STYLES GO HERE */
}
/* iPhone 6 plus (portrait &amp; landscape)----------- */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) {
  /* STYLES GO HERE */
}
/* iPhone 6 plus (landscape)----------- */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 3) {
  /* STYLES GO HERE */
}
/* iPhone 6 plus (portrait)----------- */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 3) {
  /* STYLES GO HERE */
}
/*==========  Non-Mobile First Method  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
  body #masthead nav .nav-menu li a {
    padding-left: 9px;
    padding-right: 9px;
  }
}
/* Medium Devices, Desktops */
/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  #footer .wi-logo-small {
    text-align: center;
    margin-bottom: 20px;
  }
  #footer > .container > .row {
    padding-bottom: 100px;
  }
}
/* Extra Small Devices, Phones */
/* Custom, iPhone Retina */
