@font-face {
  font-family: "WD";
  src: url("WulkanDisplayMedium.woff2") format("woff2"), url("WulkanDisplayMedium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "WD";
  src: url("WulkanDisplaySemiBold.woff2") format("woff2"), url("WulkanDisplaySemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
.wd, .modal-nav .search-form input, .modal-nav a, .scroll-categories .scroll-category-title, h1 {
  font-family: "WD", sans-serif;
}

h1 {
  color: var(--color-title, inherit);
}

body {
  font-family: utl, helvetica neue, helvetica, arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #000;
}
body.home {
  color: #fff;
  background: #000;
}

b,
strong {
  font-weight: 600;
}

.container {
  width: 95%;
}
@media (min-width: 1024px) {
  .container {
    width: 80%;
  }
}

.header .service {
  padding-left: 0;
}
.header .logo {
  transition: opacity 0.5s;
}
.header .logo-container {
  padding: 0;
}
.header .menu,
.header .search-form {
  position: absolute;
  visibility: hidden;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  text-align: center;
  transition: opacity 0.5s;
}
.header .menu li,
.header .search-form li {
  display: block;
}
.header .menu li a,
.header .search-form li a {
  display: block;
  text-align: center;
  color: #000;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  line-height: 1;
  padding: 5px 0;
}
@media (min-width: 990px) {
  .header .menu li a,
.header .search-form li a {
    line-height: 2;
    padding: 0;
  }
}
.header .menu li a:before,
.header .search-form li a:before {
  content: "";
  border-top: 1px solid transparent;
  display: block;
}
.header .menu li:hover.people a,
.header .search-form li:hover.people a {
  color: var(--color-people);
}
.header .menu li:hover.the-style a,
.header .search-form li:hover.the-style a {
  color: var(--color-the-style);
}
.header .menu li:hover.culture a,
.header .search-form li:hover.culture a {
  color: var(--color-culture);
}
.header .menu li:hover.the-city a,
.header .search-form li:hover.the-city a {
  color: var(--color-the-city);
}
.header .menu li.current-menu-item a span,
.header .search-form li.current-menu-item a span {
  display: inline-block;
}
.header .menu li.current-menu-item a span:before,
.header .search-form li.current-menu-item a span:before {
  content: "";
  border-top: 1px solid #000;
  display: block;
}
.header .menu li.current-menu-item.people a span,
.header .search-form li.current-menu-item.people a span {
  color: var(--color-people);
}
.header .menu li.current-menu-item.the-style a span,
.header .search-form li.current-menu-item.the-style a span {
  color: var(--color-the-style);
}
.header .menu li.current-menu-item.culture a span,
.header .search-form li.current-menu-item.culture a span {
  color: var(--color-culture);
}
.header .menu li.current-menu-item.the-city span,
.header .search-form li.current-menu-item.the-city span {
  color: var(--color-the-city);
}
@media (min-width: 1024px) {
  .header .menu,
.header .search-form {
    text-align: center;
  }
  .header .menu li,
.header .search-form li {
    display: inline-block;
  }
  .header .menu li a,
.header .search-form li a {
    padding: 18px 13px;
  }
}
.header .logo {
  position: relative;
  z-index: 1;
}
.header #menu-icon,
.header #search-icon {
  width: 24px;
  height: 24px;
  position: relative;
  margin: 28px 0 28px 20px;
  display: inline-block;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
  float: right;
  color: #000;
}
.header #menu-icon span,
.header #search-icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #000;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s;
  margin-top: 6px;
}
.header #menu-icon span:nth-child(1),
.header #search-icon span:nth-child(1) {
  top: 0;
}
.header #menu-icon span:nth-child(2),
.header #search-icon span:nth-child(2) {
  top: 6px;
}
.header #menu-icon span:nth-child(3),
.header #search-icon span:nth-child(3) {
  top: 12px;
}
.header #search-icon {
  margin-left: 0;
}
.header.open .logo {
  opacity: 0;
}
.header.open .menu {
  opacity: 1;
  z-index: 3;
  visibility: visible;
}
.header.open #menu-icon span:nth-child(1) {
  top: 8px;
  transform: rotate(135deg);
}
.header.open #menu-icon span:nth-child(2) {
  opacity: 0;
  width: 0;
  left: 15px;
}
.header.open #menu-icon span:nth-child(3) {
  top: 8px;
  transform: rotate(-135deg);
}
.header.search .logo {
  opacity: 0;
}
.header.search .logo {
  opacity: 0;
}
.header.search .search-form {
  opacity: 1;
  z-index: 3;
  visibility: visible;
}

.search-form {
  padding-top: 18px;
}
.search-form input {
  border: none;
  border-top: 3px solid #000;
  text-align: left;
  padding: 10px 15px;
  background: transparent;
  outline: none !important;
  width: 100%;
}

.post-hero {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 50%;
  position: relative;
  margin: 0;
}
@media (min-width: 640px) {
  .post-hero {
    background-size: 100% auto;
    background-attachment: fixed;
    background-position: top center;
  }
}
.post-heading-title {
  padding-right: 5%;
  text-align: center;
}
.post-heading-title h1 {
  font-size: 35px;
  letter-spacing: 1px;
  line-height: 38px;
  font-weight: 600;
  display: block;
  margin: 0 0 45px;
  color: var(--color-title, #000);
}
.post-heading-title h1 small {
  color: #000;
  font-size: 90%;
}
.post-heading-title h2 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  color: #000;
}
@media (min-width: 768px) {
  .post-heading-title h1 {
    font-size: 48px;
    line-height: 51px;
    font-weight: 600;
    display: block;
    margin: 0 0 45px;
  }
  .post-heading-title h2 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
  }
}
@media (min-width: 1024px) {
  .post-heading-title {
    text-align: left;
  }
  .post-heading-title h1 {
    font-size: 65px;
    line-height: 68px;
  }
  .post-heading-title h2 {
    font-size: 21px;
    line-height: 32px;
  }
}
.post-heading-title, .post-heading-credits {
  background: #fff;
  padding-top: 45px;
}
.post-heading .separator:before {
  margin: 45px 0 -15px;
}
.post-heading-centered {
  text-align: center;
}
.post-heading-centered .post-heading-title {
  padding: 0;
  padding-top: 45px;
  margin: 0;
}
.post-heading-centered .post-heading-credits {
  padding: 0;
  margin-top: 0px !important;
  margin-bottom: 30px;
}
.post-heading-centered .post-category, .post-heading-centered .post-date, .post-heading-centered .post-credits {
  text-align: center;
}
.post-heading-centered .post-category b,
.post-heading-centered .post-category strong, .post-heading-centered .post-date b,
.post-heading-centered .post-date strong, .post-heading-centered .post-credits b,
.post-heading-centered .post-credits strong {
  display: inline;
}
.post-heading-centered .post-category li, .post-heading-centered .post-date li, .post-heading-centered .post-credits li {
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
}
.post-heading-disable-overlay .post-heading-title, .post-heading-disable-overlay .post-heading-credits {
  background: #fff;
  padding-top: 45px;
}
@media (min-width: 1024px) {
  .post-heading-disable-overlay .post-heading-title, .post-heading-disable-overlay .post-heading-credits {
    margin-top: 0px;
    min-height: auto;
  }
}
.post-heading-disable-overlay .post-heading-title {
  text-align: center;
}
.post-heading-disable-overlay .post-heading .separator {
  margin-left: auto;
  margin-right: auto;
}
.post-video .post-heading-title {
  text-align: center;
}
@media (min-width: 1024px) {
  .post-video .post-heading-title h1 {
    margin-bottom: 15px;
  }
}
.post-video .post-heading-title .separator {
  margin-left: auto;
}
@media (min-width: 1024px) {
  .post-video .post-heading-title, .post-video .post-heading-credits {
    margin-top: 0px;
  }
}
.post-video .post-content {
  text-align: center;
}
.post-change-language {
  text-align: center;
  position: absolute;
  right: -7px;
  bottom: 15px;
}
.post-change-language a {
  color: #fff;
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
}
.post-category {
  padding-left: 0%;
  padding-bottom: 20px;
  font-size: 17px;
  text-align: center;
  display: block;
  text-decoration: none !important;
}
.post-category > span {
  display: inline-block;
  width: 20%;
}
.post-category > span:before {
  content: "";
  display: block;
  padding-bottom: 10%;
  transform: translateY(100%);
}
.post-date {
  display: block;
  margin-bottom: 20px;
  font-size: 12px;
  text-align: center;
}
@media (min-width: 1024px) {
  .post-date {
    text-align: left;
  }
}
.post-credits {
  list-style: none;
  line-height: 1.5;
  padding: 0;
  margin: 0;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.2px;
}
.post-credits li {
  margin-bottom: 5px;
}
.post-credits b,
.post-credits strong {
  font-size: 14px;
}
.post-credits b a,
.post-credits strong a {
  color: #000;
}
@media (min-width: 1024px) {
  .post-credits b,
.post-credits strong {
    display: block;
    margin-bottom: 5px;
  }
}
@media (min-width: 1024px) {
  .post-credits {
    text-align: left;
  }
}
.post-content a {
  color: #000;
  text-decoration: underline;
}
.post-content a:hover, .post-content a:active, .post-content a:focus {
  color: #000;
}
.post-content .mp-span12 {
  margin: 0;
  padding: 0 30px;
}
.post-content .mp-span6 {
  margin: 0;
  padding: 0 30px;
}
.post-content .mp-span5 {
  width: 41.6666666667%;
  margin: 0;
  padding: 0 30px;
}
.post-content .mp-span4 {
  width: 100%/3;
  margin: 0;
  padding: 0 30px;
}
.post-content .mp-span3 {
  width: 25%;
  margin: 0;
  padding: 0 30px;
}
.post-content > .row {
  zzmargin-left: 0;
  zzmargin-right: 0;
  width: 95%;
  margin: 60px auto;
}
@media (min-width: 1024px) {
  .post-content > .row {
    width: 80%;
  }
  .post-content > .row-fluid {
    width: 100%;
  }
}
.post-content > .container > .motopress-row {
  margin-left: -30px;
  margin-right: -30px;
  width: auto;
  margin-top: 60px;
  margin-bottom: 60px;
}
.post-content .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  color: #fff;
  font-family: mullerweb;
  font-weight: 300;
  font-size: 180px;
  line-height: 0;
}
.post-content .owl-prev {
  position: absolute;
  z-index: 2;
  top: 50%;
  width: 25%;
  text-align: center;
}
.post-content .owl-next {
  position: absolute;
  right: 0;
  width: 25%;
  text-align: center;
  top: 50%;
}
.post-content .owl-item {
  opacity: 0.5;
}
.post-content .owl-item.active {
  opacity: 1;
}
.post-content .owl-dots {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 100%;
}
.post-content .owl-dot {
  display: inline-block;
  margin: 20px 5px;
  width: 6px;
  height: 6px;
  background-color: #000;
  opacity: 0.2;
  border-radius: 50%;
}
.post-content .owl-dot.active {
  opacity: 1;
}
.post-content .interview-q {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 30px;
  margin-top: 0;
}
.post-content .interview-q:before {
  background: #000;
  content: "";
  display: inline-block;
  position: absolute;
  width: 30px;
  height: 6px;
  right: 100%;
  top: 16px;
  margin-right: -25px;
}
.post-content .interview-a {
  margin-bottom: 30px;
}
.post-content .interview-a .name {
  background: #000;
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
  color: #fff;
  display: inline-block;
  padding-left: 40px;
  padding-right: 10px;
  margin-left: -40px;
  font-style: normal;
}
.post-content .quote-simple {
  font-size: 24px;
  font-weight: 600;
}
.post-content .quote-simple img,
.post-content .quote-simple svg {
  margin-bottom: 10px;
  width: 100px;
  max-width: 50%;
}
.post-content .quote-simple img path,
.post-content .quote-simple svg path {
  fill: #000;
}
.post-content .quote-over-image .quote {
  position: relative;
  padding: 35px;
  font-size: 21px;
  font-weight: 600;
  margin: 0 auto;
  float: none;
}
@media (min-width: 1024px) {
  .post-content .quote-over-image .quote {
    position: absolute;
    padding: 35px;
    color: #fff;
    float: left;
  }
}
.post-content .quote-over-image .fa {
  position: absolute;
  left: 15px;
  top: -45px;
  font-size: 120px;
  z-index: 1;
}
.post-content .quote-over-image span {
  z-index: 2;
  position: relative;
}
.post-content .quote-top .quote {
  top: 20px;
}
.post-content .quote-bottom .quote {
  bottom: 20px;
}
.post-content .quote-right .quote {
  right: 15px;
}
.post-content .quote-left .quote {
  left: 15px;
}
.post-the-style .interview-q:before {
  background: var(--color-the-style);
}
.post-the-style .interview-a .name {
  background: var(--color-the-style);
}
.post-the-style .quote-simple img path,
.post-the-style .quote-simple svg path {
  fill: var(--color-the-style);
}
.post-the-style .quote-over-image .quote {
  border: 4px solid var(--color-the-style);
}
.post-the-style .quote-over-image .fa {
  color: var(--color-the-style);
}
.post-the-style .separator:before {
  background: var(--color-the-style);
}
.post-the-style .post-category {
  color: var(--color-the-style);
}
.post-the-style .written-by span:before {
  background: var(--color-the-style);
}
.post-people .interview-q:before {
  background: var(--color-people);
}
.post-people .interview-a .name {
  background: var(--color-people);
}
.post-people .quote-simple img path,
.post-people .quote-simple svg path {
  fill: var(--color-people);
}
.post-people .quote-over-image .quote {
  border: 4px solid var(--color-people);
}
.post-people .quote-over-image .fa {
  color: var(--color-people);
}
.post-people .separator:before {
  background: var(--color-people);
}
.post-people .post-category {
  color: var(--color-people);
}
.post-people .written-by span:before {
  background: var(--color-people);
}
.post-the-city .interview-q:before {
  background: var(--color-the-city);
}
.post-the-city .interview-a .name {
  background: var(--color-the-city);
}
.post-the-city .quote-simple img path,
.post-the-city .quote-simple svg path {
  fill: var(--color-the-city);
}
.post-the-city .quote-over-image .quote {
  border: 4px solid var(--color-the-city);
}
.post-the-city .quote-over-image .fa {
  color: var(--color-the-city);
}
.post-the-city .separator:before {
  background: var(--color-the-city);
}
.post-the-city .post-category {
  color: var(--color-the-city);
}
.post-the-city .written-by span:before {
  background: var(--color-the-city);
}
.post-culture .interview-q:before {
  background: var(--color-culture);
}
.post-culture .interview-a .name {
  background: var(--color-culture);
}
.post-culture .quote-simple img path,
.post-culture .quote-simple svg path {
  fill: var(--color-culture);
}
.post-culture .quote-over-image .quote {
  border: 4px solid var(--color-culture);
}
.post-culture .quote-over-image .fa {
  color: var(--color-culture);
}
.post-culture .separator:before {
  background: var(--color-culture);
}
.post-culture .post-category {
  color: var(--color-culture);
}
.post-culture .written-by span:before {
  background: var(--color-culture);
}

.separator {
  width: 10%;
  background: #000;
  margin: 0 auto;
}
.separator:before {
  content: "";
  display: block;
  padding-bottom: 10%;
  margin: 30px 0;
}
@media (min-width: 990px) {
  .separator-left {
    margin-left: 0;
  }
}
.separator-tight:before {
  margin: 10px 0;
}

.sidebar-image .separator {
  width: 50%;
  border-bottom: 4px solid #000;
  margin: 25px 0 15px;
}
.sidebar-image .separator:before {
  content: none;
}
.sidebar-image ul {
  padding: 0 0 0 18px;
}
.sidebar-image ul li {
  line-height: 1.4;
  margin-bottom: 5px;
}

h3 {
  font-size: 27px;
  font-weight: 500;
  margin: 0;
}

.thumb-block {
  margin-top: 25px;
  margin-bottom: 25px;
  font-size: 22px;
  font-weight: 600;
  color: #000;
  text-decoration: none;
  display: block;
  line-height: 1.2;
}
.thumb-block:hover {
  text-decoration: none;
}
.thumb-block .date {
  font-size: 12px;
  font-weight: 300;
  line-height: 1.8;
}
.thumb-block .thumb-image:after {
  background: #888;
}
.thumb-block:hover {
  color: #000;
}
.thumb-block:hover .thumb-image:after {
  opacity: 0.8;
}
.thumb-block-people .thumb-image:after {
  background: var(--color-people);
}
.thumb-block-people:hover .post-category {
  color: var(--color-people);
}
.thumb-block-people:hover .post-category:before {
  background: var(--color-people);
}
.thumb-block-the-style .thumb-image:after {
  background: var(--color-the-style);
}
.thumb-block-the-style:hover .post-category {
  color: var(--color-the-style);
}
.thumb-block-the-style:hover .post-category:before {
  background: var(--color-the-style);
}
.thumb-block-the-city .thumb-image:after {
  background: var(--color-the-city);
}
.thumb-block-the-city:hover .post-category {
  color: var(--color-the-city);
}
.thumb-block-the-city:hover .post-category:before {
  background: var(--color-the-city);
}
.thumb-block-culture .thumb-image:after {
  background: var(--color-culture);
}
.thumb-block-culture:hover .post-category {
  color: var(--color-culture);
}
.thumb-block-culture:hover .post-category:before {
  background: var(--color-culture);
}
.thumb-block-coffee {
  padding: 0;
  float: left;
  width: 100%;
  margin-top: 45px;
  margin-bottom: 45px;
}
.thumb-block-coffee .thumb-image {
  margin: 0;
}
.thumb-block-coffee-title {
  text-align: center;
  padding: 20px 30px 0;
}
@media (min-width: 1024px) {
  .thumb-block-coffee-title {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
  }
}
.thumb-block-online {
  padding: 0;
  float: left;
  width: 100%;
  margin-top: 25px;
  margin-bottom: 25px;
}
.thumb-block-online .thumb-image {
  margin: 0;
  padding-bottom: 70%;
}
.thumb-block-online-title {
  text-align: left;
  padding: 20px 0 0;
}
.thumb-block-online-price {
  font-weight: 300;
  text-align: left;
  font-size: 80%;
}
.thumb-image {
  padding-bottom: 60%;
  position: relative;
  background-size: cover;
  background-position: center center;
  margin-bottom: 10px;
}
.thumb-image:after {
  content: "";
  position: absolute;
  opacity: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: opacity 0.3s;
  zzzzbackground: #fff !important;
}
.thumb-image .post-category {
  position: absolute;
  z-index: 3;
  left: -1px;
  bottom: -1px;
  background: #fff;
  padding: 15px 25px 3px 50px;
  font-size: 13px;
  line-height: 1;
}
.thumb-image .post-category:before {
  width: 50px;
  height: 5px;
  background: #000;
  content: "";
  float: left;
  position: absolute;
  left: 0;
  bottom: 0;
}

.coffee-links-banner {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  background-size: cover;
  background-position: center center;
  background-color: rgba(0, 0, 0, 0.25);
  background-blend-mode: multiply;
  line-height: 1;
  margin: 25px auto 45px;
  text-decoration: none;
  padding: 5px 0;
  font-size: 36px;
  min-height: 140px;
}
.coffee-links-banner:hover, .coffee-links-banner:active, .coffee-links-banner:focus {
  color: #fff;
  text-decoration: none;
}
.coffee-links-banner b {
  font-size: 64px;
  display: block;
  font-weight: 600;
}

.written-by {
  text-align: right;
  margin-top: 25px;
  margin-bottom: 25px;
}
.written-by a {
  color: #000;
}
.written-by img {
  width: 80px !important;
  height: auto;
  margin-left: 20px;
}
.written-by span {
  position: relative;
}
.written-by span:before {
  position: absolute;
  right: 100%;
  top: 100%;
  width: 30px;
  height: 5px;
  margin-top: -5px;
  background: #000;
}
.written-by b {
  font-weight: 600;
}
@media (max-width: 768px) {
  .written-by {
    text-align: center;
  }
  .written-by img {
    margin: 20px 0 0 0;
  }
}

.footer {
  background: #000;
  padding: 80px 0;
  color: #4d4d4d;
  margin-top: 45px;
  font-size: 12px;
  position: relative;
  z-index: 10000;
}
.footer .social-icons {
  text-align: center;
  margin-bottom: 80px;
}
@media (min-width: 1024px) {
  .footer .social-icons {
    text-align: right;
  }
}
@media (min-width: 1024px) {
  .footer .social-icons {
    margin-bottom: 0;
  }
}
.footer .social-icons a {
  color: #fff !important;
  text-decoration: none !important;
  margin-bottom: 15px;
  margin-left: -10px;
  padding: 0 10px;
}
@media (min-width: 1024px) {
  .footer .social-icons {
    text-align: right;
  }
  .footer .social-icons a {
    margin-left: 0;
    margin-right: -10px;
  }
}
.footer-logo {
  margin-bottom: 45px;
}
.footer-menu {
  margin-left: -10px;
  list-style: none;
  text-align: right;
}
.footer-menu li {
  display: block;
}
@media (min-width: 640px) {
  .footer-menu li {
    display: inline-block;
  }
}
.footer-menu li a {
  color: #fff;
  padding: 10px 10px;
  letter-spacing: 0.2px;
}
.footer-menu-main {
  margin-bottom: 10px;
}
@media (min-width: 640px) {
  .footer-menu-main {
    margin-bottom: 10px;
  }
}
.footer-menu-main a {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.8;
  text-decoration: none;
}
.footer-menu-secondary {
  margin-bottom: 10px;
}
.footer-menu-secondary a {
  font-size: 14px;
  font-weight: normal;
  line-height: 2;
  text-decoration: none;
}
.footer-menu-socials {
  margin-bottom: 15px;
  margin-left: 10px;
}
.footer-menu-socials li {
  display: inline-block !important;
}
.footer-menu-socials li a {
  font-size: 14px !important;
  font-weight: normal;
}
@media (min-width: 1024px) {
  .footer-menu-socials {
    text-align: right !important;
  }
}
.photo-author {
  font-size: 10px;
  margin: 5px 0;
}

.home-slider {
  position: relative;
  margin-bottom: 45px;
  padding-bottom: 49%;
}
.home-slider .img {
  display: block;
  position: absolute;
  left: 5%;
  top: 5%;
  transition: all 0.4s;
  background: #fff;
}
.home-slider .img .img-fill {
  transition: all 0.3s;
  background-position: center center no-repeat;
  background-size: cover;
  padding-bottom: 50%;
  margin-bottom: -1px;
}
.home-slider .img.pull {
  transform: translateX(2000px);
  -webkit-transform: translateX(2000px);
  -moz-transform: translateX(2000px);
}
.home-slider .img-category {
  font-size: 13px;
  font-weight: 600;
  color: #fff;
}
.home-slider .img-category-the-style {
  color: var(--color-the-style);
}
.home-slider .img-category-people {
  color: var(--color-people);
}
.home-slider .img-category-the-city {
  color: var(--color-the-city);
}
.home-slider .img-category-culture {
  color: var(--color-culture);
}
.home-slider .img-separator {
  height: 6px;
  margin: 15px auto;
  width: 10%;
  background: #fff;
}
.home-slider .img-separator-the-style {
  background: var(--color-the-style);
}
.home-slider .img-separator-people {
  background: var(--color-people);
}
.home-slider .img-separator-the-city {
  background: var(--color-the-city);
}
.home-slider .img-separator-culture {
  background: var(--color-culture);
}
.home-slider .img-info {
  text-align: center;
  position: absolute;
  bottom: 0%;
  font-size: 36px;
}
.home-slider .img-info a {
  text-decoration: none;
}
.home-slider .img-info a:after {
  content: attr(data-label);
  opacity: 0;
  transition: opacity 0.3s;
  color: #fff;
  font-size: 18px;
  display: inline-block;
  margin-bottom: 5%;
  border: 1px solid #fff;
  line-hegiht: 1;
  padding: 5px 10px;
}
.home-slider .img-info a:hover:after {
  opacity: 1;
}
.home-slider .img-info h1 {
  font-weight: 600;
  color: #fff;
  margin: 0;
}
@media (min-width: 1024px) {
  .home-slider .img-info h1 {
    font-size: 52px;
  }
}
.home-slider:hover .zzimg img {
  opacity: 0.7;
}
.home-slider:hover .zzimg:hover img {
  opacity: 1;
}

.home-carousel {
  margin-bottom: 30px;
}
.home-carousel .owl-dots {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 100%;
}
.home-carousel .owl-dot {
  display: inline-block;
  margin: 20px 8px;
  width: 6px;
  height: 6px;
  background-color: #000;
  opacity: 0.2;
  border-radius: 50%;
}
.home-carousel .owl-dot.active {
  opacity: 1;
}
.home-carousel .img .img-fill {
  transition: all 0.3s;
  background-position: center center no-repeat;
  background-size: cover;
  padding-bottom: 60%;
}
.home-carousel .img-category {
  font-size: 13px;
  font-weight: 600;
  color: #fff;
}
.home-carousel .img-category-the-style {
  color: var(--color-the-style);
}
.home-carousel .img-category-people {
  color: var(--color-people);
}
.home-carousel .img-category-the-city {
  color: var(--color-the-city);
}
.home-carousel .img-category-culture {
  color: var(--color-culture);
}
.home-carousel .img-separator {
  height: 6px;
  margin: 15px auto;
  width: 10%;
  background: #fff;
}
.home-carousel .img-separator-the-style {
  background: var(--color-the-style);
}
.home-carousel .img-separator-people {
  background: var(--color-people);
}
.home-carousel .img-separator-the-city {
  background: var(--color-the-city);
}
.home-carousel .img-separator-culture {
  background: var(--color-culture);
}
.home-carousel .img-info {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  text-decoration: none;
  width: 100%;
}
.home-carousel .img-info span {
  padding-bottom: 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.home-carousel .img-info h1 {
  font-weight: 600;
  color: #fff;
  margin: 0;
  font-size: 24px;
}

.coffeelinks .post-heading-title,
.online-is-better .post-heading-title {
  padding: 0;
  margin-top: 30px;
  margin-bottom: 15px;
}
.coffeelinks .thumb-image:after,
.online-is-better .thumb-image:after {
  display: none;
}
.coffeelinks a.thumb-block,
.online-is-better a.thumb-block {
  color: #000;
  text-decoration: none !important;
}

.similar-post {
  color: #000 !important;
  text-decoration: none !important;
}
.similar-post-image {
  padding-bottom: 66%;
  background-position: center center;
  background-size: cover;
}
.similar-post-title {
  font-size: 24px;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.similar-posts {
  background: #f2f2f2;
  padding: 60px 0;
  margin: 45px auto -60px;
}

.two-up > div img {
  margin-bottom: 60px;
}
@media (min-width: 1024px) {
  .two-up > div img {
    margin: 0;
  }
}
.two-up > div:last-child img {
  margin: 0 !important;
}
@media (min-width: 1024px) {
  .two-up-tighter > div:first-child {
    padding-right: 5px;
  }
  .two-up-tighter > div:last-child {
    padding-left: 5px;
  }
}

.contributor {
  margin-bottom: 60px;
  font-weight: 600;
}
.contributor a {
  text-decoration: none !important;
  line-height: 1.2;
  padding-top: 15px;
  display: block;
}
.contributor img {
  border-radius: 100px;
  max-width: 96px;
}

.category .post-heading-title {
  margin-top: 0;
  padding-right: 30px;
  text-align: center;
  padding-top: 0;
}
.category .post-heading-title .separator:before {
  margin: 5px auto 25px;
}

.load-more {
  width: 70px;
  height: 70px;
  border-radius: 70px;
  margin: 60px auto;
  border: 1px solid #000;
  font-weight: normal;
  font-size: 16px;
  position: relative;
  transition: all 0.3s;
}
.load-more:empty {
  display: none;
}
.load-more a {
  color: #000;
  position: relative;
  z-index: 2;
  line-height: 67px;
  height: 70px;
  display: block;
  text-align: center;
  text-decoration: none;
}
.load-more:hover {
  background-color: #000;
}
.load-more:hover a {
  color: #fff;
  text-decoration: overline !important;
}
.load-more-light, .home .load-more {
  border-color: #fff;
}
.load-more-light a, .home .load-more a {
  color: #fff;
}

.img-circle.avatar-centered img {
  max-width: 150px;
  height: auto;
  margin: 0 auto 15px;
}
.img-circle > img {
  border-radius: 50%;
}

.img-responsive > img {
  width: 100%;
  height: auto;
}

.category .post-heading-title h1 {
  font-weight: 600;
  letter-spacing: 0;
  margin-top: 30px;
}

.content {
  color: var(--color-text, inherit);
}
.content a {
  color: var(--color-text, inherit);
}

.content-placeholder {
  opacity: 1;
  transition: opacity 1s;
}
.content-placeholder:empty {
  opacity: 0;
}

.socials {
  position: absolute;
  top: 100%;
  margin-left: 180px;
  width: 60px;
  margin-top: 20px;
}
.socials.affix {
  top: 0;
  position: fixed;
  z-index: 100;
}
.socials .post-share {
  background: tranparent;
  display: block;
  line-height: 60px;
  text-align: center;
  color: rgba(0, 0, 0, 0.5);
  position: relative;
  margin-bottom: 5px;
  transition: all 0.3s;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.socials .post-share .fa {
  font-size: 24px;
}
.socials .post-share .ykes {
  opacity: 0;
}
.socials .post-share span {
  display: block;
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  font-size: 10px;
  text-align: center;
  line-height: 1;
}
.socials .post-share:hover {
  background: rgba(0, 0, 0, 0.1);
}
.socials .post-share.done {
  background: #000;
  color: #fff;
}
.socials-single {
  position: relative;
  top: 0;
  text-align: center;
  width: auto;
  margin: 0 auto;
}
.socials-single .post-share {
  display: inline-block;
  width: 60px;
}

@media (min-width: 990px) {
  .girls .row > .mp-span6:first-child,
.editorial .row > .mp-span6:first-child {
    padding-right: 5px;
  }
  .girls .row > .mp-span6:last-child,
.editorial .row > .mp-span6:last-child {
    padding-left: 5px;
  }
}

.author-website {
  margin-top: -15px;
  margin-bottom: 35px;
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #000 !important;
}

.page .post-heading-title {
  padding-right: 30px;
}

.home-block {
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  display: block;
  text-decoration: none;
  color: #fff !important;
  padding-left: 45px;
  padding-right: 45px;
}
@media (max-width: 640px) {
  .home-block {
    background-attachment: scroll;
  }
}
.home-block h1 {
  text-align: center;
  color: #fff;
  font-size: 58px;
}

.main-nav {
  position: sticky;
  top: 0;
  z-index: 1000;
  padding: 0;
  background-color: #000;
}
.main-nav .nav-link {
  color: #fff !important;
}

.scroll-categories {
  font-size: 0;
  line-height: 0;
  display: block;
  overflow: scroll;
  height: 100vh;
  width: 100vw;
  white-space: nowrap;
  vertical-align: top;
  position: sticky;
  padding-left: 100px;
  padding-right: 100px;
  top: 0;
}
.scroll-categories .scroll-category {
  width: 40vw;
  white-space: normal;
  display: inline-block;
  height: 100vh;
  overflow: scroll;
}
.scroll-categories .scroll-category-title {
  position: sticky;
  top: 60px;
  z-index: 10;
  font-size: 57px;
  font-weight: 600;
  padding-left: 25px;
}
.scroll-categories .scroll-category-title.people {
  color: var(--color-people);
}
.scroll-categories .scroll-category-title.the-style {
  color: var(--color-the-style);
}
.scroll-categories .scroll-category-title.culture {
  color: var(--color-culture);
}
.scroll-categories .scroll-category-title.the-city {
  color: var(--color-the-city);
}
.scroll-categories .scroll-category .thumb-block {
  color: #fff;
}
.scroll-categories .scroll-category .thumb-block-title {
  padding-left: 10%;
}

@media (min-width: 992px) {
  body.home .footer {
    margin-top: 100vh;
  }
}

.home-block {
  color: #fff;
}
.home-block .post-date {
  color: #fff;
  opacity: 0.5;
}
.home-block .post-lang {
  font-size: 14px;
  color: #fff;
  text-decoration: none;
}

.ratio > * {
  display: none;
}
.ratio > iframe {
  display: block;
}

.credits b, .credits strong {
  font-weight: 800;
  letter-spacing: 0.5px;
}
.credits a {
  text-decoration: none;
  color: inherit;
}

.tooltips-container {
  position: relative;
}
.tooltips-container:after {
  content: attr(data-title);
  position: absolute;
  top: 100%;
  left: 0;
  padding-top: 3px;
  font-size: 11px;
}

.modal-nav .modal-header, .modal-nav .modal-content {
  background: none;
  border: none;
}
.modal-nav a {
  text-decoration: none;
  color: #fff;
  font-size: 5vw;
  display: block;
  text-align: right;
}
.modal-nav li:hover.people a {
  color: var(--color-people);
}
.modal-nav li:hover.the-style a {
  color: var(--color-the-style);
}
.modal-nav li:hover.culture a {
  color: var(--color-culture);
}
.modal-nav li:hover.the-city a {
  color: var(--color-the-city);
}
.modal-nav .modal-header {
  padding-top: 1.5rem;
}
.modal-nav .modal-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.modal-nav .btn-close {
  opacity: 1;
  filter: invert(1);
}
.modal-nav .search-form input {
  color: #fff;
  font-size: 5vw;
}

.invert {
  filter: invert(1);
  transition: all 0.3s;
}
body.high .invert {
  transform: scale(0.5);
  transform-origin: top center;
}

.main-navigation {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
}
.main-navigation a {
  color: #000;
  padding: 0 5px;
}

.modal-backdrop.show {
  opacity: 1;
}

.list-item-thumb-image {
  padding-bottom: 60%;
  background-position: center;
  background-size: cover;
}

.thumb-block-title {
  padding-top: 2%;
  padding-left: 5%;
}

.archive .post-heading-title, .single .post-heading-title {
  padding-top: 7.5vw;
}
@media (max-width: 991px) {
  .archive .post-heading-title, .single .post-heading-title {
    padding-top: 15vw;
  }
}

.load-more-in-category {
  color: #fff;
  font-size: 18px;
}

@media (max-width: 991px) {
  .heateor_sss_sharing_container {
    text-align: center;
  }
  .heateor_sss_sharing_container ul {
    display: inline-block;
  }
}

/*# sourceMappingURL=undertheline.css.map */
