/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/
.social-share {
  margin: auto;
  text-align: center;
}

.social-share i {
  font-size: 18px;
  padding: 5px;
}

.social-share a {
  margin: 8px;
}

.after-entry {
  margin-top: -30px;
}

.after-entry .widget:first-child {
  margin-bottom: 50px;
}

.home .social-share {
  margin-top: -30px;
  text-align: left;
  position: absolute;
  bottom: 10px;
  display: inline-block;
}

.home .entry-content {
  position: relative;
}

.home .social-share a:first-child {
  margin-left: 0;
}

.home .social-share i {
  font-size: 16px;
}

.entry-header {
  z-index: 100;
  position: relative;
}

.post-related h4 {
  text-align: center;
  margin-bottom: 30px;
  font-family: 'Bodoni MT', 'Didot', 'Didot LT STD', 'Book Antiqua', 'Garamond', 'Arapey', serif;
  font-size: 20px;
}

.post-related .col-sm-3 {
  width: 22.5%;
  float: left;
}

.post-related .col-sm-3:nth-child(1),
.post-related .col-sm-3:nth-child(2),
.post-related .col-sm-3:nth-child(3) {
  margin: auto 3% auto auto;
}

.post-related h5 a {
  text-decoration: none;
  font-size: 12px;
  text-align: center;
  letter-spacing: 0;
}

.post-related .post-date,
.post-related h5 {
  text-align: center;
  margin: auto;
}

.post-related .post-date {
  font-style: italic;
}

.header-image .site-description,
.header-image .site-title {
  max-width: 100%;
}

@media (max-width:768px) {
  .site-header {
    min-height: 0;
  }

  .header-image .site-title a {
    min-height: 40px !important;
  }

  .header-image .site-title,
  .header-image .title-area {
    width: 100%;
  }
}

.content {
  float: left !important;
}

.single-post .entry-content h2 {
  border-top: 2px solid #fcfbf9;
  text-align: center;
  padding: 15px 0;
  font-size: 16px;
  border-bottom: 2px solid #fcfbf9;
  font-style: italic;
  font-family: 'Bodoni MT', 'Didot', 'Didot LT STD', 'Book Antiqua', 'Garamond', 'Arapey', serif;
  font-weight: 500;
  letter-spacing: 1px;
}

.menu-item-has-children a {
  cursor: pointer;
}

/* About page */
.articleswidget-title,
.shopwidget-title {
  font-family: 'Bodoni MT', 'Didot', 'Didot LT STD', 'Book Antiqua', 'Garamond', 'Arapey', serif;
  font-size: 30px;
  font-style: italic;
  letter-spacing: 2px;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  margin: 45px 0 30px 0;
}

.shopwidget,
.articleswidget {
  margin: 80px 0 0 0;
}

.articleswidget-content ul li {
  width: 200px;
  list-style: none;
  text-align: center;
}

.articleswidget-content ul {
  display: flex;
}

.articleswidget-content ul li a.title {
  text-decoration: none !important;
  font-weight: 700;
}


.genesis-nav-menu .widget-area {
  width: 20%;
}

body.single-post.logged-in .entry-content h1,
body.single-post.logged-in .entry-content h1 a {
  font: italic 400 30px Didot, serif;
  color: #333;
}

body.single-post.logged-in .entry-content h2,
body.single-post.logged-in .entry-content h2 a,
body.single-post.logged-in .entry-content h4,
body.single-post.logged-in .entry-content h4 a {
  font: 400 22px Didot, serif;
  color: #333;
  text-transform: none;
}

body.single-post.logged-in .entry-content h3,
body.single-post.logged-in .entry-content h3 a {
  font: 500 18px "Work Sans", sans-serif;
  color: #ae9d78;
  text-transform: uppercase;
  letter-spacing: 0;
}

body.single-post.logged-in .entry-content h4 {
  font-size: 16px;
}
body.single-post.logged-in .entry-content h5,
body.single-post.logged-in .entry-content h5 a {
  font: 400 14px "Work Sans", sans-serif;
  color: #333;
  text-transform: uppercase;
  letter-spacing: 0;
}

body.single-post.logged-in .entry-content h6,
body.single-post.logged-in .entry-content h6 a {
  font: italic 400 13px Didot, serif;
  color: #333;
  letter-spacing: 0;
  text-transform: none;
}