.separate-containers .inside-article {
  border-width: 3px;
  border-style: hidden;
  border-radius: 8px;
  margin-top: 10px;
}

.footer-widgets .widget :last-child p {
  color: #ffffff;
}

.footer-widgets .widget-title {
  color: #f47a25;
}

#mc_embed_signup {
  background-color: transparent;
}

#mc_embed_signup label {
  display: none;
}

#mc-embedded-subscribe.button {
  background-color: #f47a25;
  text-transform: uppercase;
  border-radius: 5px;
}

#mc-embedded-subscribe.button:hover {
  background-color: transparent;
  border: 2px solid white;
  border-radius: 5px;
  color: #f47a25;
}

a.wp-show-posts-read-more {
  color: #f47a25!important;
  background-color: #ffffff;
  border: 3px solid #f47a25!important;
}

a.wp-show-posts-read-more:hover {
  color: #fff!important;
  background-color: #f47a25;
  border: 3px solid #f47a25;
}

hr {
  background-color: #235380;
  border: 0;
  height: 1px;
  margin-bottom: 20px;
  margin-top: 30px;
}

.wp-show-posts-columns .wp-show-posts-single:not(.wp-show-posts-masonry-block) .wp-show-posts-image img {
  box-shadow: 1px 4px 4px rgba(0,0,0,0.4);
}

.wp-show-posts-entry-title a:hover {
  color: #ffffff;
}

.site-info {
  color: #eb7f2c;
}

.site-info a {
  color: #eb7f2c!important;
}

.site-info a:hover {
  color: #fff!important;
}

#mc-embedded-subscribe.button {
  background-color: #f47a25;
  text-transform: uppercase;
  margin-top: 1rem;
}

@media (max-width: 800px) {
  .simple-social-icons ul {
    display: none;
  }

  .site-content {
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media (max-width: 1200px) {
  .site-content {
    margin-left: 40px;
    margin-right: 40px;
  }
}

@media (max-width: 480px) {
  h1 {
    font-size: 3rem!important;
  }

  .ab-block-profile .ab-profile-text {
    font-size: 1rem!important;
    padding: 0!important;
  }

  .site-content {
    margin-left: 1rem!important;
    margin-right: 1rem!important;
  }
}