/* === GLOBAL === */
::-moz-selection {
  /* Code for Firefox */
  background: #03cea4;
  color: white;
}

::selection {
  background: #03cea4;
  color: white;
}

.entry-content .txt-white {
  color: #ececec;
}
.entry-content .txt-black {
  color: #404040;
}
.entry-content .txt-blue {
  color: #345995;
}
.entry-content .txt-green {
  color: #03cea4;
}
.entry-content .txt-red {
  color: #fb4d3d;
}
.entry-content .txt-yellow {
  color: #f4b333;
}

h1.entry-title {
  color: #345995;
}

h3#reply-title {
  color: #345995;
}

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
  color: #345995;
}

a {
  color: #29b99b;
  text-decoration: none;
}
a:hover {
  color: #29b99b;
}

.site-title a, .site-title a:hover, .site-title a:active, .site-title a:focus, .site-description a, .site-description a:hover, .site-description a:active, .site-description a:focus {
  color: #345995;
}

.entry-content a:hover {
  text-decoration: underline;
}

.archive .entry-title a, .archive .entry-title a:active, .archive .entry-title a:focus, .blog .entry-title a, .blog .entry-title a:active, .blog .entry-title a:focus, .search .entry-title a, .search .entry-title a:active, .search .entry-title a:focus {
  color: #345995;
}
.archive article:hover .entry-title a, .blog article:hover .entry-title a, .search article:hover .entry-title a {
  color: #404040;
}
.archive article:hover .entry-thumbnail img, .blog article:hover .entry-thumbnail img, .search article:hover .entry-thumbnail img {
  -webkit-filter: initial;
  filter: initial;
  transform: scale(1.07);
  transition: 0.4s;
}

.blog a.entry-thumbnail {
  overflow: hidden;
}

.nav-links .nav-previous .meta-nav, .nav-links .nav-next .meta-nav {
  color: #555555;
  transition: 0.3s;
}
.nav-links .nav-previous .meta-nav:hover, .nav-links .nav-next .meta-nav:hover {
  color: black;
}
.nav-links .nav-previous .meta-nav:before, .nav-links .nav-next .meta-nav:before {
  color: #555555;
  transition: 0.3s;
}
.nav-links .nav-previous .meta-nav:before:hover, .nav-links .nav-next .meta-nav:before:hover {
  color: black;
}

.main-navigation a:hover {
  text-decoration: none;
}

.entry-meta .posted-on, .entry-meta .byline, .sticky .entry-meta, .edit-link, .comment-reply-link, .entry-footer a[rel=tag], .entry-footer a[rel="category tag"], #infinite-handle span {
  background-color: #345995;
}

#page {
  max-width: 1500px;
}

.widget-area .sidebar-secondary aside {
  border-top: 4px solid #345995;
}
.widget-area .sidebar-secondary aside h2.widget-title {
  color: #345995;
}
.widget-area .sidebar-secondary aside .wp-block-button__link:not(.has-background) {
  background-color: #345995;
  border: none;
}
.widget-area .sidebar-secondary aside .wp-block-button__link:not(.has-background):focus {
  margin-top: 0;
}
.widget-area .sidebar-secondary aside .wp-block-button__link:not(.has-background):active {
  margin-top: 0;
}
.widget-area .sidebar-secondary aside .wp-block-button__link:not(.has-background):hover {
  background-color: #2f528b;
  transition: 0.3s;
}

.widget .wpsms-subscribe-form.radio-inputs input[type=radio] {
  width: auto;
  vertical-align: middle;
}
.widget .wpsms-subscribe-form.radio-inputs label {
  cursor: pointer;
}

.jetpack-likes-widget-loaded {
  display: none;
}

.jetpack-subscribe-count {
  display: none;
}

@media (max-width: 900px) {
  .entry-content figure.alignright, .entry-content figure.alignleft {
    float: none;
    margin: 0 auto;
  }
}
/* === BACKEND - ADMIN OVERWRITES === */
/* === HEADER === */
/* === FOOTER === */
/* === BLOCKS === */
/* === BLOG === */
.blog a.entry-thumbnail {
  width: 100%;
  height: 200px;
}
.blog a.entry-thumbnail > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 1500px) {
  .blog a.entry-thumbnail {
    height: 13vw;
  }
}
@media (max-width: 1024px) {
  .blog a.entry-thumbnail {
    height: 19vw;
  }
}

.archive .entry-title, .blog .entry-title, .search .entry-title {
  font-size: 18px;
}

/* === HOME === */

/*# sourceMappingURL=style1.css.map */
