/*--------------------------------------------------------------
## 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;
  margin: 1rem;
  padding: 1rem; }

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

.home-layout {
  padding: 1rem; }
  .home-layout a {
    font-weight: normal; }
  .home-layout .entry-title .title {
    margin-top: 0;
    margin-bottom: 1rem; }
    .home-layout .entry-title .title a {
      color: #000000;
      line-height: 1.3; }
    .home-layout .entry-title .title a:hover {
      color: #7cbd2a; }
  .home-layout .meta {
    font-size: .8rem;
    text-transform: uppercase;
    font-family: Signika; }
    .home-layout .meta .entry-author:hover a, .home-layout .meta .entry-category:hover a, .home-layout .meta .entry-separator {
      color: #7cbd2a; }
  .home-layout .excerpt p {
    font-size: .9rem;
    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: 100%;
  margin: 0 auto;
  text-align: center; }

/* Section post_per_column */
.post_per_column > article {
  padding: 1em 0.5em;
  -ms-flex: 1 1;
      flex: 1 1; }
  .post_per_column > article .post-thumbnail {
    height: 100%; }
    .post_per_column > article .post-thumbnail a {
      height: 100%; }
    .post_per_column > article .post-thumbnail img {
      height: 100%; }

.post_per_column > article.home-layout-5-1-col:after {
  background: transparent; }

.post_per_column > article .post-thumbnail a img {
  -o-object-fit: cover;
     object-fit: cover; }

.post_per_column > article.home-layout-5-1-col .post-thumbnail:after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0px, #303036 100%) repeat 0 0;
  z-index: 3; }

@media (min-width: 480px) {
  .home-layout-5-1-col .entry-title .title a {
    font-size: 1.75rem;
    margin: 0; } }
.home-layout.post_column_1, .home-layout.post_column_2, .home-layout.post_column_3, .home-layout.post_column_4 {
  -ms-flex: 1 1 100%;
      flex: 1 1 100%;
  max-width: 100%; }

@media screen and (min-width: 480px) {
  .home-layout.post_column_3, .home-layout.post_column_4 {
    -ms-flex: 1 1 50%;
        flex: 1 1 50%;
    max-width: 50%; } }
@media screen and (min-width: 768px) {
  .home-layout.post_column_1 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%; }

  .home-layout.post_column_2 {
    -ms-flex: 1 1 50%;
        flex: 1 1 50%;
    max-width: 50%; }

  .home-layout.post_column_3 {
    -ms-flex: 1 1 33%;
        flex: 1 1 33%;
    max-width: 33%; }

  .home-layout.post_column_4 {
    -ms-flex: 1 1 25%;
        flex: 1 1 25%;
    max-width: 25%; } }
.no-content-container {
  position: relative;
  width: 100%;
  min-height: 300px;
  margin: 24px;
  display: -ms-flexbox;
  display: flex; }

.no-content.grayscale-background {
  position: absolute;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  background-repeat: no-repeat;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  opacity: 0.125; }

.no-content-text {
  margin: auto;
  text-align: center; }
