@charset "UTF-8";
/* -----------------------------------------------------------
   Typography
   ----------------------------------------------------------- */
.site-title {
  font-family: 'Cabin Sketch', cursive !important;
}
/* -----------------------------------------------------------
   Colors
   ----------------------------------------------------------- */
.top-bar {
  background: #ffffff;
  color: #403b3c;
}
#menu-social .menu-item a {
  color: #403b3c;
  font-size: 0;
}
#menu-social .menu-item a:hover {
  color: #a33b61;
}
#menu-social .menu-item a:before {
  color: #a33b61;
  font-size: 1.3rem;
  padding: 0;
}
.nav__item--search > button {
  color: #403b3c;
}
.nav__item--search > button:focus {
  outline-color: #a33b61;
}
.main-navigation #menu-social .menu-item {
  border: 0;
}
.main-navigation #menu-social .menu-item a {
  padding-right: 1rem !important;
}
.main-navigation #menu-social .menu-item a:before {
  font-size: 2.2rem;
}
.main-navigation .nav--toolbar--right_wrapper {
  border-bottom: 0;
  text-align: center;
  padding-top: 10px;
}
.main-navigation .nav-dropdown_wrapper {
  border-bottom: 0;
}
.jp-relatedposts-post-a {
  text-align: center;
}
.sidebars-container {
  padding: 0 1.71429rem;
  max-width: 97em;
  margin-left: auto;
  margin-right: auto;
}
.sidebar--footer {
  font-size: 0.8em;
  clear: both;
}
@media only screen and (min-width: 900px) {
  .sidebars-container {
    padding: 0 3.85714rem;
  }
}
@media only screen and (min-width: 900px) {
  .sidebar--footer-left {
    width: 42vw;
    float: left;
    clear: none !important;
  }
  .sidebar--footer-right {
    width: 42vw;
    float: right;
    clear: none !important;
  }
}
@media only screen and (min-width: 1200px) {
  .sidebar--footer-left,
  .sidebar--footer-right {
    width: auto;
  }
  .sidebar--footer {
    clear: none !important;
  }
}
