/* -------------------------
  News specific styles
  --------------------------- */
@media (max-width: 767px) {
  .news .featured-image img {
    max-width: 100%;
    height: auto; } }

.news article {
  *zoom: 1;
  position: relative;
  margin: 75px 0; }
  .news article:before, .news article:after {
    content: "";
    display: table; }
  .news article:after {
    clear: both; }
  @media (max-width: 767px) {
    .news article {
      margin: 30px 0; } }
  .news article .featured-image {
    display: inline-block;
    overflow: hidden;
    padding: 0;
    border: none;
    border-radius: 0;
    transition: all 0.5s; }
    @media (max-width: 767px) {
      .news article .featured-image {
        float: none !important; } }
    .news article .featured-image img {
      transition: all 0.5s;
      min-width: 100%; }
      @media (max-width: 767px) {
        .news article .featured-image img {
          max-width: 100%;
          height: auto; } }
    .news article .featured-image:hover img {
      -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
              transform: scale(1.1);
      transition: all 0.5s; }
  .news article .details {
    width: 400px;
    padding: 30px 50px;
    background: white;
    border: 1px solid #eee;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;
    transition: all 0.4s;
    z-index: 100; }
    @media (max-width: 767px) {
      .news article .details {
        width: auto;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
        position: relative; } }
    .news article .details:hover {
      border-color: #ccc; }
    .news article .details .date {
      font-size: 14px;
      font-size: 0.875rem;
      font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: 700;
      color: #999;
      text-transform: uppercase;
      letter-spacing: 2px; }
    .news article .details hr {
      width: 30px;
      border: 1px solid #666; }
    .news article .details h3 {
      line-height: 1.5em; }
      .news article .details h3 a {
        color: #666;
        transition: all 0.4s; }
        .news article .details h3 a:hover {
          color: #735768;
          text-decoration: none; }
  .news article:first-child {
    margin-top: 0; }
  .news article:nth-child(2n) .featured-image {
    float: right; }
  .news article:nth-child(2n) .details {
    left: 0; }

.news .featured-image.full img {
  width: 100%; }

.news .single-news {
  margin: -60px 30px 0 30px;
  background: white;
  position: relative;
  padding: 0 30px; }
  @media (max-width: 767px) {
    .news .single-news {
      margin: 20px 0;
      padding: 0; } }
  .news .single-news header {
    padding: 20px 0; }
    .news .single-news header .date {
      font-size: 14px;
      font-size: 0.875rem;
      color: #999;
      text-transform: uppercase;
      letter-spacing: 2px;
      margin: 20px 0; }
    .news .single-news header h3 {
      font-size: 24px;
      font-size: 1.5rem; }
      @media (max-width: 767px) {
        .news .single-news header h3 {
          line-height: 1.5em;
          font-size: 20px;
          font-size: 1.25rem; } }
    .news .single-news header hr {
      width: 50px;
      border: 1px solid black;
      margin: 30px auto; }
  .news .single-news article {
    margin: 0 0 30px 0; }
    .news .single-news article p {
      font-size: 15px;
      font-size: 0.9375rem;
      color: #666;
      line-height: 1.7em;
      margin-bottom: 20px; }
  .news .single-news .meta h4 {
    float: left; }
    @media (max-width: 767px) {
      .news .single-news .meta h4 {
        float: none; } }
  .news .single-news .meta .categories {
    *zoom: 1;
    margin: 15px 0; }
    .news .single-news .meta .categories:before, .news .single-news .meta .categories:after {
      content: "";
      display: table; }
    .news .single-news .meta .categories:after {
      clear: both; }
    .news .single-news .meta .categories ul {
      margin-left: 180px;
      padding-left: 0; }
      @media (max-width: 767px) {
        .news .single-news .meta .categories ul {
          margin-left: 0; } }
      .news .single-news .meta .categories ul li {
        list-style: none;
        display: inline-block;
        margin: 8px 0; }
        .news .single-news .meta .categories ul li:last-child:after {
          display: none; }
        .news .single-news .meta .categories ul li:after {
          content: "";
          width: 15px;
          height: 1px;
          border-top: 1px solid #999;
          display: inline-block;
          vertical-align: middle;
          margin: 0 10px; }
        .news .single-news .meta .categories ul li a {
          font-size: 14px;
          font-size: 0.875rem;
          font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
          font-weight: 400;
          color: #666; }
  .news .single-news .meta .tags {
    *zoom: 1;
    margin: 15px 0; }
    .news .single-news .meta .tags:before, .news .single-news .meta .tags:after {
      content: "";
      display: table; }
    .news .single-news .meta .tags:after {
      clear: both; }
    .news .single-news .meta .tags .tag-list {
      margin-left: 90px; }
      @media (max-width: 767px) {
        .news .single-news .meta .tags .tag-list {
          margin-left: 0; } }
      .news .single-news .meta .tags .tag-list a {
        color: #666;
        display: inline-block;
        padding: 5px 15px;
        font-size: 12px;
        font-size: 0.75rem;
        font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: 700;
        text-transform: uppercase;
        background: #f2f2f2;
        margin: 5px;
        margin-right: 0;
        letter-spacing: 2px;
        transition: all 0.4s; }
        @media (max-width: 767px) {
          .news .single-news .meta .tags .tag-list a {
            margin: 5px;
            margin-left: 0; } }
        .news .single-news .meta .tags .tag-list a:hover {
          background: #735768;
          color: white;
          text-decoration: none; }
  .news .single-news .socials {
    margin: 40px 0;
    padding: 40px 0;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2; }
    .news .single-news .socials ul {
      padding: 0;
      margin: 0;
      list-style: none; }

aside {
  padding-left: 20px;
  margin-top: 50px; }
  @media (max-width: 767px) {
    aside {
      padding-left: 0; } }
  aside .box {
    margin: 50px 0; }
    aside .box.search {
      position: relative; }
      aside .box.search input {
        text-align: left; }
      aside .box.search button {
        position: absolute;
        right: 20px;
        top: -18px;
        background: none;
        border: none;
        padding: 0; }
        aside .box.search button i {
          font-size: 32px;
          font-size: 2rem;
          color: #735768; }
    aside .box.best-sellers h5 {
      margin-top: 15px !important;
      margin-bottom: 5px !important; }
    aside .box.tags .tag-list {
      margin-left: -5px; }
      aside .box.tags .tag-list a {
        color: #666;
        display: inline-block;
        padding: 5px 15px;
        font-size: 12px;
        font-size: 0.75rem;
        font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: 700;
        text-transform: uppercase;
        background: #f2f2f2;
        margin: 5px;
        margin-right: 0;
        letter-spacing: 2px;
        transition: all 0.4s; }
        aside .box.tags .tag-list a:hover {
          background: #735768;
          color: white;
          text-decoration: none; }
    aside .box.subscribe button {
      width: 100%;
      margin-top: 10px;
      padding: 15px 20px; }
    aside .box.instagram .instagram-section {
      margin-left: -5px; }
    aside .box.instagram a {
      display: inline-block;
      width: 100px;
      height: 100px;
      margin: 5px; }
      aside .box.instagram a img {
        max-width: 100%;
        height: auto; }
    aside .box hr {
      width: 20px;
      border: 1px solid #666;
      margin: 20px 0 30px 0; }
    aside .box ul {
      padding-left: 0; }
      aside .box ul li {
        list-style: inside;
        margin: 8px 0; }
        aside .box ul li a {
          font-size: 16px;
          font-size: 1rem;
          font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
          font-weight: 400;
          color: #666; }
    aside .box .tile {
      margin: 10px 0;
      *zoom: 1; }
      aside .box .tile:before, aside .box .tile:after {
        content: "";
        display: table; }
      aside .box .tile:after {
        clear: both; }
      aside .box .tile .featured-image {
        float: left; }
        aside .box .tile .featured-image img {
          width: 70px;
          height: 70px; }
      aside .box .tile .price {
        font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: 700;
        font-size: 15px;
        font-size: 0.9375rem;
        color: #9e6335;
        margin-left: 90px; }
      aside .box .tile .date {
        margin-left: 90px;
        font-size: 13px;
        font-size: 0.8125rem;
        font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: 400;
        color: #999;
        margin-top: 10px;
        margin-bottom: 5px; }
      aside .box .tile h5 {
        margin-left: 90px;
        text-transform: none;
        letter-spacing: normal;
        font-size: 16px;
        font-size: 1rem;
        margin-top: 5px; }
        aside .box .tile h5 a {
          color: #666; }

.mansory {
  *zoom: 1; }
  .mansory:before, .mansory:after {
    content: "";
    display: table; }
  .mansory:after {
    clear: both; }
  .mansory .news {
    *zoom: 1;
    margin: 0 -15px; }
    .mansory .news:before, .mansory .news:after {
      content: "";
      display: table; }
    .mansory .news:after {
      clear: both; }
  .mansory article {
    width: 33.333333%;
    float: left;
    overflow: hidden;
    margin: 15px 0 !important;
    padding: 0 15px; }
    @media (min-width: 768px) and (max-width: 1024px) {
      .mansory article {
        width: 50%; } }
    @media (max-width: 767px) {
      .mansory article {
        width: 100%; } }
    .mansory article .featured-image {
      float: none !important; }
    .mansory article img {
      max-width: 100%;
      height: auto; }
    .mansory article .details {
      position: relative;
      top: auto;
      right: auto;
      left: auto;
      -webkit-transform: inherit;
          -ms-transform: inherit;
              transform: inherit;
      width: auto;
      padding: 30px 40px;
      margin-top: -5px; }
