body {
  font-family: utl, helvetica neue, helvetica, arial, sans-serif;
  font-size: 18px;
  line-height: 1.6;
  color: #000; }

b, strong {
  font-weight: 600; }

.container {
  width: 95%; }
@media(min-width: 1024px) {
  .container {
    width: 80%; } }
.header {
  padding: 20px 0;
  transition: padding 0.3s; }
  .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;
    opacity: 0;
    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: #a1c5d3; }
      .header .menu li:hover.the-style a, .header .search-form li:hover.the-style a {
        color: #d3b9a2; }
      .header .menu li:hover.culture a, .header .search-form li:hover.culture a {
        color: #d9a5a7; }
      .header .menu li:hover.the-city a, .header .search-form li:hover.the-city a {
        color: #a6cdb0; }
      .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: #a1c5d3; }
      .header .menu li.current-menu-item.the-style a span, .header .search-form li.current-menu-item.the-style a span {
        color: #d3b9a2; }
      .header .menu li.current-menu-item.culture a span, .header .search-form li.current-menu-item.culture a span {
        color: #d9a5a7; }
      .header .menu li.current-menu-item.the-city span, .header .search-form li.current-menu-item.the-city span {
        color: #a6cdb0; }
@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: 800;
    display: block;
    margin: 0 0 45px;
    color: #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: 800;
      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; }
@media(min-width: 1024px) {
  .post-heading-title, .post-heading-credits {
    margin-top: -160px;
    min-height: 161px; } }
.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;
  font-weight: 600;
  text-align: center;
  display: block;
  text-decoration: none !important; }
@media(min-width: 1024px) {
  .post-category {
    text-align: left; } }
  .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.66667%;
  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: #d3b9a2; }
.post-the-style .interview-a .name {
  background: #d3b9a2; }
.post-the-style .quote-simple img path, .post-the-style .quote-simple svg path {
  fill: #d3b9a2; }
.post-the-style .quote-over-image .quote {
  border: 4px solid #d3b9a2; }
.post-the-style .quote-over-image .fa {
  color: #d3b9a2; }
.post-the-style .separator:before {
  background: #d3b9a2; }
.post-the-style .post-category {
  color: #d3b9a2; }
  .post-the-style .post-category > span:before {
    background: #d3b9a2; }
.post-the-style .written-by span:before {
  background: #d3b9a2; }
.post-people .interview-q:before {
  background: #a1c5d3; }
.post-people .interview-a .name {
  background: #a1c5d3; }
.post-people .quote-simple img path, .post-people .quote-simple svg path {
  fill: #a1c5d3; }
.post-people .quote-over-image .quote {
  border: 4px solid #a1c5d3; }
.post-people .quote-over-image .fa {
  color: #a1c5d3; }
.post-people .separator:before {
  background: #a1c5d3; }
.post-people .post-category {
  color: #a1c5d3; }
  .post-people .post-category > span:before {
    background: #a1c5d3; }
.post-people .written-by span:before {
  background: #a1c5d3; }
.post-the-city .interview-q:before {
  background: #a6cdb0; }
.post-the-city .interview-a .name {
  background: #a6cdb0; }
.post-the-city .quote-simple img path, .post-the-city .quote-simple svg path {
  fill: #a6cdb0; }
.post-the-city .quote-over-image .quote {
  border: 4px solid #a6cdb0; }
.post-the-city .quote-over-image .fa {
  color: #a6cdb0; }
.post-the-city .separator:before {
  background: #a6cdb0; }
.post-the-city .post-category {
  color: #a6cdb0; }
  .post-the-city .post-category > span:before {
    background: #a6cdb0; }
.post-the-city .written-by span:before {
  background: #a6cdb0; }
.post-culture .interview-q:before {
  background: #d9a5a7; }
.post-culture .interview-a .name {
  background: #d9a5a7; }
.post-culture .quote-simple img path, .post-culture .quote-simple svg path {
  fill: #d9a5a7; }
.post-culture .quote-over-image .quote {
  border: 4px solid #d9a5a7; }
.post-culture .quote-over-image .fa {
  color: #d9a5a7; }
.post-culture .separator:before {
  background: #d9a5a7; }
.post-culture .post-category {
  color: #d9a5a7; }
  .post-culture .post-category > span:before {
    background: #d9a5a7; }
.post-culture .written-by span:before {
  background: #d9a5a7; }

.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: 22px;
  font-weight: 600;
  line-height: 36px;
  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: #a1c5d3; }
  .thumb-block-people:hover .post-category {
    color: #a1c5d3; }
    .thumb-block-people:hover .post-category:before {
      background: #a1c5d3; }
  .thumb-block-the-style .thumb-image:after {
    background: #d3b9a2; }
  .thumb-block-the-style:hover .post-category {
    color: #d3b9a2; }
    .thumb-block-the-style:hover .post-category:before {
      background: #d3b9a2; }
  .thumb-block-the-city .thumb-image:after {
    background: #a6cdb0; }
  .thumb-block-the-city:hover .post-category {
    color: #a6cdb0; }
    .thumb-block-the-city:hover .post-category:before {
      background: #a6cdb0; }
  .thumb-block-culture .thumb-image:after {
    background: #d9a5a7; }
  .thumb-block-culture:hover .post-category {
    color: #d9a5a7; }
    .thumb-block-culture:hover .post-category:before {
      background: #d9a5a7; }
  .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: block;
  color: #fff;
  background-size: cover;
  background-position: center center;
  line-height: 1;
  margin: 25px auto 45px;
  text-decoration: none;
  padding: 5px 0;
  letter-spacing: -3px;
  font-size: 32px;
  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; }
@media(min-width: 768px) {
  .coffee-links-banner {
    font-size: 48px; }
    .coffee-links-banner b {
      font-size: 82px; } }
.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 {
      content: "";
      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; }
  .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 {
      font-size: 24px;
      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-left: -20px;
    margin-bottom: 45px;
    opacity: 0.2; }
  .footer-menu {
    margin-left: -10px;
    list-style: none;
    text-align: center; }
    .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: 20px; }
@media(min-width: 640px) {
  .footer-menu-main {
    margin-bottom: 10px; } }
      .footer-menu-main a {
        font-size: 18px;
        font-weight: 600;
        line-height: 1.8; }
    .footer-menu-secondary {
      margin-bottom: 80px; }
      .footer-menu-secondary a {
        font-size: 16px;
        font-weight: normal;
        line-height: 2; }
    .footer-menu-socials {
      margin-bottom: 10px;
      margin-left: 10px; }
      .footer-menu-socials li {
        display: inline-block !important; }
        .footer-menu-socials li a {
          font-size: 18px !important;
          font-weight: normal; }
@media(min-width: 1024px) {
  .footer-menu-socials {
    text-align: right !important; } }
@media(min-width: 1024px) {
  .footer-menu {
    text-align: left; } }
.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: #d3b9a2; }
      .home-slider .img-category-people {
        color: #a1c5d3; }
      .home-slider .img-category-the-city {
        color: #a6cdb0; }
      .home-slider .img-category-culture {
        color: #d9a5a7; }
    .home-slider .img-separator {
      height: 6px;
      margin: 15px auto;
      width: 10%;
      background: #fff; }
      .home-slider .img-separator-the-style {
        background: #d3b9a2; }
      .home-slider .img-separator-people {
        background: #a1c5d3; }
      .home-slider .img-separator-the-city {
        background: #a6cdb0; }
      .home-slider .img-separator-culture {
        background: #d9a5a7; }
    .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: #d3b9a2; }
    .home-carousel .img-category-people {
      color: #a1c5d3; }
    .home-carousel .img-category-the-city {
      color: #a6cdb0; }
    .home-carousel .img-category-culture {
      color: #d9a5a7; }
  .home-carousel .img-separator {
    height: 6px;
    margin: 15px auto;
    width: 10%;
    background: #fff; }
    .home-carousel .img-separator-the-style {
      background: #d3b9a2; }
    .home-carousel .img-separator-people {
      background: #a1c5d3; }
    .home-carousel .img-separator-the-city {
      background: #a6cdb0; }
    .home-carousel .img-separator-culture {
      background: #d9a5a7; }
  .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; }

.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-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; }

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