/* Please Comment out Each Styling for each Section */

.border-bottom-posts {
  border-bottom: 1px solid rgb(204, 204, 204);
}

.homepage-article {
  line-height: 10px;
  margin-bottom: 1px;
}
.article-image-front {
  width: 100%;
  height: 120px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  overflow: hidden;
}
.article-image-category {
  width: 100%;
  height: 140px;
  object-fit: cover;
  object-position: 50% 50%;
  overflow: hidden;
}
.newsletter-thank-you {
  width: 50%;
}

.newsletter-thank-you .icon-row {
  padding: 20px 10px;
}
.newsletter-thank-you i {
  color: #0386d0;
  font-size: 20px;
  margin-right: 10px;
}

/* Request to Add more whitespace about Title of Page */
.entry-title {
  margin-top: 12px;
}

.blue-link a {
  color: #0386d0 !important;
}

/* Paid Content */
.paid-content-title {
  background: #eb9e26;
  font-size: 15px;
  line-height: 19px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 0;
  padding: 3px 13px;
  color: #fff;
  display: inline-block;
}

.paid-content .row {
  border: 1px solid #eb9e26;
  padding-left: 10px;
}
.paid-content a {
  font-family: Fira Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 5px;
  color: #000000;
  margin: 4px 0;
}
.paid-content-link:before {
  content: "•";
  position: absolute;
  margin-left: -18px;
  font-size: 45px;
  top: -25px;
  color: #eb9e26;
}
.paid-content-more {
  text-transform: uppercase;
  font-weight: 400 !important;
  padding: 10px;
}



/* New Footer 2023 */

.footer-socket-wrapper {
  background: #484848;
  padding: 25px 0;
}

.new-footer-copyright {
  background: #2b2b2b;
  color: #fff;
  padding: 25px 0;
}

.new-footer-links {
  background: #484848;
}

.new-footer-links img {
  margin-bottom:0;
  vertical-align: baseline;
}

.footer-column {
  height: 100%;
  padding-left: 30px;
}
.new-footer-copyright a { 
  color: #fff;
}

.new-footer-copyright-text {
  text-align: right;
}
.footer-bottom-links {
  text-align: right;
  padding: 20px 0;
  width: 100%;
}
.footer-bottom-links a {
  color: #fff;
  font-size: 15px;
}