/* TBR Club - Popular Posts thumbnail list */
.tbr-popular-posts .eael-grid-post {
  margin-bottom: 0 !important;
}

.tbr-popular-posts .eael-grid-post-holder {
  display: flex !important;
  align-items: flex-start !important;
  gap: 10px !important;
  background: transparent !important;
  box-shadow: none !important;
  border: none !important;
  border-bottom: 1px solid #E8E4DE !important;
  padding: 14px 0 !important;
  border-radius: 0 !important;
}

.tbr-popular-posts .eael-entry-media {
  flex: 0 0 82px !important;
  width: 82px !important;
  margin: 0 !important;
}

.tbr-popular-posts .eael-entry-thumbnail {
  width: 82px !important;
  height: 82px !important;
  overflow: hidden !important;
  border-radius: 6px !important;
}

.tbr-popular-posts .eael-entry-thumbnail img {
  width: 82px !important;
  height: 82px !important;
  object-fit: cover !important;
  display: block !important;
}

.tbr-popular-posts .eael-entry-wrapper {
  flex: 1 !important;
  padding: 0 !important;
}

.tbr-popular-posts .eael-entry-title {
  margin: 0 0 6px 0 !important;
  font-size: 13px !important;
  line-height: 1.4 !important;
}

.tbr-popular-posts .eael-entry-title a {
  color: #1B2430 !important;
  font-weight: 700 !important;
  text-decoration: none !important;
}

.tbr-popular-posts .eael-entry-title a:hover {
  color: #B88A44 !important;
}

.tbr-popular-posts .eael-entry-meta {
  margin: 0 !important;
  font-size: 12px !important;
  color: #888888 !important;
}

.tbr-popular-posts .eael-entry-meta a,
.tbr-popular-posts .eael-entry-meta span {
  font-size: 12px !important;
  color: #888888 !important;
}

.tbr-popular-posts .eael-grid-post-excerpt,
.tbr-popular-posts .eael-post-elements-readmore-btn,
.tbr-popular-posts .eael-entry-footer {
  display: none !important;
}
/* Fix Popular Posts layout - image left, text right */
.tbr-popular-posts .eael-grid-post {
  width: 100% !important;
}

.tbr-popular-posts .eael-grid-post-holder {
  display: flex !important;
  flex-direction: row !important;
  align-items: flex-start !important;
  gap: 10px !important;
  padding: 14px 0 !important;
  border-bottom: 1px solid #E8E4DE !important;
  background: transparent !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}

.tbr-popular-posts .eael-grid-post-holder-inner {
  display: flex !important;
  flex-direction: row !important;
  align-items: flex-start !important;
  gap: 10px !important;
  width: 100% !important;
}

.tbr-popular-posts .eael-entry-media {
  width: 82px !important;
  min-width: 82px !important;
  max-width: 82px !important;
  margin: 0 !important;
}

.tbr-popular-posts .eael-entry-thumbnail,
.tbr-popular-posts .eael-entry-thumbnail img {
  width: 82px !important;
  height: 82px !important;
  object-fit: cover !important;
  border-radius: 6px !important;
}

.tbr-popular-posts .eael-entry-wrapper {
  flex: 1 !important;
  padding: 0 !important;
  margin: 0 !important;
}

.tbr-popular-posts .eael-entry-title {
  margin: 0 0 6px 0 !important;
  font-size: 13px !important;
  line-height: 1.35 !important;
}

.tbr-popular-posts .eael-entry-title a {
  color: #1B2430 !important;
  font-weight: 700 !important;
  text-decoration: none !important;
}

.tbr-popular-posts .eael-entry-title a:hover {
  color: #B88A44 !important;
}

.tbr-popular-posts .eael-entry-meta {
  margin: 0 !important;
  font-size: 12px !important;
  color: #888888 !important;
}

.tbr-popular-posts .eael-entry-meta span,
.tbr-popular-posts .eael-entry-meta a {
  font-size: 12px !important;
  color: #888888 !important;
}

.tbr-popular-posts .eael-grid-post-excerpt,
.tbr-popular-posts .eael-post-elements-readmore-btn,
.tbr-popular-posts .eael-entry-footer {
  display: none !important;
}
/* TBR Club Newsletter Form */
.tbr-newsletter-box .wpforms-container {
  width: 100% !important;
  margin: 0 !important;
}

.tbr-newsletter-box .wpforms-form {
  width: 100% !important;
}

.tbr-newsletter-box .wpforms-field-container {
  width: 100% !important;
}

.tbr-newsletter-box .wpforms-field {
  padding: 0 !important;
  margin-bottom: 12px !important;
}

.tbr-newsletter-box .wpforms-field-label,
.tbr-newsletter-box .wpforms-field-description {
  display: none !important;
}

.tbr-newsletter-box input[type="email"] {
  width: 100% !important;
  height: 46px !important;
  border: 1px solid #E8E4DE !important;
  border-radius: 4px !important;
  padding: 0 14px !important;
  font-size: 14px !important;
  background: #ffffff !important;
  color: #1B2430 !important;
  box-shadow: none !important;
}

.tbr-newsletter-box input[type="email"]::placeholder {
  color: #999999 !important;
}

.tbr-newsletter-box .wpforms-submit-container {
  padding: 0 !important;
  margin: 0 !important;
}

.tbr-newsletter-box button.wpforms-submit {
  width: 100% !important;
  height: 46px !important;
  background: #1B2430 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 6px !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: 0.8px !important;
  text-transform: uppercase !important;
  cursor: pointer !important;
}

.tbr-newsletter-box button.wpforms-submit:hover {
  background: #B88A44 !important;
}
/* Fix WPForms email field width */
.tbr-newsletter-box .wpforms-field {
  width: 100% !important;
  max-width: 100% !important;
}

.tbr-newsletter-box input[type="email"],
.tbr-newsletter-box .wpforms-field-medium,
.tbr-newsletter-box .wpforms-field-large {
  width: 100% !important;
  max-width: 100% !important;
  display: block !important;
  box-sizing: border-box !important;
}
.tbr-newsletter-box .wpforms-field {
  margin-bottom: 14px !important;
}
/* TBR Club Social Icons */
.tbr-social-icons .elementor-social-icon {
  width: 36px !important;
  height: 36px !important;
  background: #ffffff !important;
  border: 1px solid #E8E4DE !important;
  border-radius: 50% !important;
  color: #1B2430 !important;
}

.tbr-social-icons .elementor-social-icon i,
.tbr-social-icons .elementor-social-icon svg {
  color: #1B2430 !important;
  fill: #1B2430 !important;
}

.tbr-social-icons .elementor-social-icon:hover {
  background: #B88A44 !important;
  border-color: #B88A44 !important;
}

.tbr-social-icons .elementor-social-icon:hover i,
.tbr-social-icons .elementor-social-icon:hover svg {
  color: #ffffff !important;
  fill: #ffffff !important;
}
/* TBR Footer Fix */
.site-footer h3,
.site-footer .widget-title {
  color: #ffffff !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  letter-spacing: 0.8px !important;
  text-transform: uppercase !important;
  margin-bottom: 16px !important;
}

.site-footer p,
.site-footer li,
.site-footer a {
  color: #E8D7B5 !important;
}

.site-footer a:hover {
  color: #B88A44 !important;
}

.site-footer ul {
  list-style: none !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
}

.site-footer li {
  margin-bottom: 8px !important;
}
/* Fix footer headings TBR Club */
.site-footer h1,
.site-footer h2,
.site-footer h3,
.site-footer h4,
.site-footer .widget-title,
.site-footer .wp-block-heading,
.site-footer .footer-widget-area h1,
.site-footer .footer-widget-area h2,
.site-footer .footer-widget-area h3,
.site-footer .footer-widget-area h4 {
  color: #ffffff !important;
  opacity: 1 !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  letter-spacing: 0.8px !important;
  text-transform: uppercase !important;
  margin-bottom: 16px !important;
}
/* Clean footer list */
.site-footer ul,
.site-footer ol,
.site-footer .wp-block-list {
  list-style: none !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
}

.site-footer li {
  list-style: none !important;
  margin-bottom: 8px !important;
}
.site-footer h3,
.site-footer .widget-title,
.site-footer .wp-block-heading {
  font-family: inherit !important;
}
/* TBR Footer heading color */
.site-footer h3,
.site-footer .widget-title,
.site-footer .wp-block-heading,
.site-footer .footer-widget-area h3,
.site-footer .footer-widget-area .wp-block-heading {
  color: #E8D7B5 !important;
  font-family: inherit !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  letter-spacing: 0.5px !important;
  text-transform: uppercase !important;
  margin-bottom: 18px !important;
}
/* Align footer columns evenly */
.site-footer .site-footer-middle-section-1,
.site-footer .site-footer-middle-section-2,
.site-footer .site-footer-middle-section-3 {
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
  padding-top: 0 !important;
  margin-top: 0 !important;
}

/* Footer headings same line and same color */
.site-footer .site-footer-middle-section-1 h1,
.site-footer .site-footer-middle-section-1 h2,
.site-footer .site-footer-middle-section-1 h3,
.site-footer .site-footer-middle-section-1 .widget-title,
.site-footer .site-footer-middle-section-2 h1,
.site-footer .site-footer-middle-section-2 h2,
.site-footer .site-footer-middle-section-2 h3,
.site-footer .site-footer-middle-section-2 .widget-title,
.site-footer .site-footer-middle-section-3 h1,
.site-footer .site-footer-middle-section-3 h2,
.site-footer .site-footer-middle-section-3 h3,
.site-footer .site-footer-middle-section-3 .widget-title {
  color: #E8D7B5 !important;
  font-family: inherit !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  letter-spacing: 0.5px !important;
  text-transform: uppercase !important;
  margin-top: 0 !important;
  margin-bottom: 18px !important;
}

/* Pull ABOUT TBR up slightly to match the other headings */
.site-footer .site-footer-middle-section-1 {
  transform: translateY(-20px);
}
/* TBR Club Auto Categories */
ul.tbr-auto-categories {
  list-style: none !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
  margin-bottom: 0 !important;
}

ul.tbr-auto-categories li {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  padding: 13px 0 !important;
  border-bottom: 1px solid #E8E4DE !important;
  font-size: 15px !important;
}

ul.tbr-auto-categories li a {
  color: #1B2430 !important;
  text-decoration: none !important;
  font-weight: 500 !important;
}

ul.tbr-auto-categories li a:hover {
  color: #B88A44 !important;
}

ul.tbr-auto-categories li span {
  color: #7A5A35 !important;
  font-size: 14px !important;
}
/* TBR Club - Mobile Footer Center */
@media (max-width: 767px) {
  .site-footer,
  .site-footer * {
    text-align: center !important;
  }

  .site-footer ul,
  .site-footer ol {
    padding-left: 0 !important;
    margin-left: 0 !important;
  }

  .site-footer li {
    list-style: none !important;
  }

  .site-footer .site-footer-middle-section-1,
  .site-footer .site-footer-middle-section-2,
  .site-footer .site-footer-middle-section-3 {
    align-items: center !important;
    justify-content: center !important;
  }
}
/* TBR Club - Mobile Copyright */
@media (max-width: 767px) {
  .site-footer .site-info,
  .site-footer .copyright {
    font-size: 14px !important;
    line-height: 1.5 !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media (min-width: 768px) {
  .site-footer .footer-widget-area:first-child,
  .site-footer .footer-widget-area:first-child .widget,
  .site-footer .footer-widget-area:first-child h2,
  .site-footer .footer-widget-area:first-child h3,
  .site-footer .footer-widget-area:first-child p {
    text-align: center;
  }

  .site-footer .footer-widget-area:first-child img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}