/**
 * Fonts
 */
    @font-face {
      font-family: "custom-icon";
      src:url("../fonts/custom-icon.eot");
      src:url("../fonts/custom-icon.eot?#iefix") format("embedded-opentype"),
        url("../fonts/custom-icon.woff") format("woff"),
        url("../fonts/custom-icon.ttf") format("truetype"),
        url("../fonts/custom-icon.svg#custom-icon") format("svg");
      font-weight: normal;
      font-style: normal;

    }

    [data-icon]:before {
      font-family: "custom-icon" !important;
      content: attr(data-icon);
      font-style: normal !important;
      font-weight: normal !important;
      font-variant: normal !important;
      text-transform: none !important;
      speak: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
    }

    [class^="custom-icon-"]:before,
    [class*=" custom-icon-"]:before {
      font-family: "custom-icon" !important;
      font-style: normal !important;
      font-weight: normal !important;
      font-variant: normal !important;
      text-transform: none !important;
      speak: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      vertical-align: middle;
    }

    .custom-icon-bloglovin:before {
      content: "\61";
    }

/**
 * Posts
 */

    .post {
        margin-bottom: 50px;
    }

    .post + .pagination {
        margin-bottom: 50px;
        margin-top: 0;
    }

    .home-banner-ad {
      margin-top: 60px;
    }

    .home-banner-ad .banner-ad {
      padding-bottom: 0;
    }


/**
 * Sidebar
 */

.x-sidebar .x-content-band {
    background-color: #fff !important;
    border:0 none !important;
}

.x-sidebar #mc-embedded-subscribe-form .email {
    width: 100%;
}

.x-sidebar #mce-FNAME {
    display: none;
}

.x-sidebar .x-btn.vm {
}

.x-sidebar .h-widget {
    background-color: #fff !important;
    border:0 none !important;
}

.x-sidebar #x-content-band-3 .x-img ~ img,
.x-sidebar #x-content-band-3 .x-img ~ p {
    display: none;
}

#x-content-band-3 {
    position: relative;
}

.x-sidebar .widget {
    margin-bottom: 25px;
    padding-bottom: 40px;
    position: relative;
}

.x-sidebar .widget form {
    margin-bottom: 0;
}

.x-sidebar .widget.enhanced-text-widget {
    padding-bottom: 0;
}

.x-sidebar .widget:after {
    border: 1px solid #000;
    border-width: 1px 0;
    bottom: 0;
    content: "";
    display: block;
    height: 7px;
    left: 0;
    position: absolute;
    width: 100%;
}

.x-sidebar .widget.enhanced-text-widget:after {
    display: none;
}

/*LKTN*/
#rs-ltk-widget-2-wrapper #rs-ltk-widget-2-extra-style-wrapper .rs-ltk-content-frame-wrapper .rs-ltk-frame .rs-ltk-frame-hr::after {
  font-family: 'Oswald';
  font-size: 1.5em;
  color: #000;
  letter-spacing: 0.1em;
  text-align: left;
  color: #000 !important;
}

/**
 * Meta Slider
 */
  body .metaslider .slides img {
    display: inline-block;
    width: auto;
  }

  body .metaslider .slides li {
    min-height: 262px;
    text-align: center;
  }

  body .metaslider .slides li a {
    display: block;
    height: 262px;
    line-height: 262px;
  }

  body .flex-direction-nav a.flex-next {
    left:auto;
    right: 14px;
  }

  /**
   * Featured Shop
   */

  .featured-shop {
    border: 1px solid #000;
    border-width: 1px 0;
    clear: both;
    overflow: hidden;
    padding: 10px 0;
  }

  .featured-shop > div {
    float: left;
  }

  .featured-shop > .featured-shop-items {
    float: none;
    margin-top: 25px;
    padding-left: 25px;
  }

  /**
   * Footer
   */

  i.footer-social {
    padding-left: 14px;
    padding-right: 14px;
  }

  p.footer-credits {
    font-size: 10px;
  }

  .footer-menu-links a {
    display: block;
    line-height: 28px;
  }

  footer .widget .x-column.x-1-2 {
      width: 48% !important;
  }

  @media screen and (max-width:767px) {

    .featured-shop > div {
      float: none;
    }

    .featured-shop > .featured-shop-title {
      text-align: center;
      width: 100%;
    }

    .featured-shop > .featured-shop-items {
      padding-left: 0;
      text-align: center;
      width: 100%;
    }
  }