/*--------------------------------------------------------------
## Page
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }

.section-title {
  text-align: center;
  text-transform: uppercase;
  margin: 1rem;
  border-bottom: 3px solid #9d0600;
  padding: 1rem; }

.home .article-wrapper.html_content {
  border: none; }

.home-layout {
  margin: 0 1rem 1rem 1rem;
  padding-bottom: 1rem; }
  .home-layout a {
    font-weight: normal; }
  .home-layout .entry-title .title {
    margin-top: 0;
    margin-bottom: 1rem;
    text-align: center; }
    .home-layout .entry-title .title a {
      color: #303036;
      line-height: 1.2; }
    .home-layout .entry-title .title a:hover {
      color: #9d0600; }
  .home-layout .meta {
    font-size: .8rem;
    text-transform: uppercase;
    font-family: Montserrat; }
    .home-layout .meta .entry-author:hover a, .home-layout .meta .entry-category:hover a, .home-layout .meta .entry-separator {
      color: #9d0600; }
  .home-layout .excerpt p {
    font-size: 1rem;
    margin: 0; }
  .home-layout .post-thumbnail {
    text-align: center; }
    .home-layout .post-thumbnail .post-link {
      display: block;
      line-height: 0; }

.sticky {
  display: block; }

.hentry {
  margin: 0 0 1.5em; }

.updated:not(.published) {
  display: none; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

.social_share a {
  display: block; }

.single .article-content figure {
  max-width: 85vw;
  margin: 0 auto; }
