/* WPForms fixes */
/* Initial field looks */
.wpforms-container input[type=date],
.wpforms-container input[type=datetime],
.wpforms-container input[type=datetime-local],
.wpforms-container input[type=email],
.wpforms-container input[type=month],
.wpforms-container input[type=number],
.wpforms-container input[type=password],
.wpforms-container input[type=range],
.wpforms-container input[type=search],
.wpforms-container input[type=tel],
.wpforms-container input[type=text],
.wpforms-container input[type=time],
.wpforms-container input[type=url],
.wpforms-container input[type=week],
.wpforms-container select,
.wpforms-container textarea {
    background: #fff;
    border-width: 0 0 1px 0;
    color: var(--ast-global-color-2);
    opacity: 0.5;
}
/* On focus */
.wpforms-container input:focus,
.wpforms-container select:focus,
.wpforms-container textarea:focus {
    outline: none;
    opacity: 1;
    border-color: var(--ast-global-color-0);
}
/* Don't allow resizing the Message box */
.wpforms-container textarea {
    resize: none;
}
/* Message box fixed height */
.wpforms-container .wpforms-field-textarea textarea.wpforms-field-medium {
    height: 136px;
}
/* Button size & font size */
.wpforms-container button {
    padding: 15px 34px;
    font-size: 15px;
}
/* WPForms done */
/* Footer 2 big columns on sides and 1 small one in the middle */
.ast-builder-grid-row-3-equal .ast-builder-grid-row {
    grid-template-columns: 3fr 1fr 3fr;
}.clean-resources ul {
  list-style: none;
  padding: 0;
}

.clean-resources li {
  background: #f7f7f7;
  margin-bottom: 12px;
  padding: 15px 18px;
  border-radius: 8px;
}

.clean-resources li:hover {
  background: #eef6ff;
}

.clean-resources a {
  text-decoration: none;
  font-weight: 600;
  color: #1e73be;
}.clean-resources table,
.clean-resources tbody,
.clean-resources tr,
.clean-resources td {
  border: none !important;
}

.clean-resources table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 12px;
}

.clean-resources tr {
  background: #f7f7f7;
}

.clean-resources td {
  padding: 16px 18px;
  background: #f7f7f7;
}

.clean-resources tr td:first-child {
  border-radius: 10px 0 0 10px;
}

.clean-resources tr td:last-child {
  border-radius: 0 10px 10px 0;
}

.clean-resources a {
  text-decoration: none;
  font-weight: 600;
  color: #1e73be;
}

.clean-resources a:hover {
  text-decoration: underline;
}

.clean-resources img {
  max-width: 24px;
  height: auto;
}
.entry p:first-child {
  margin-left: 2em;
  text-indent: -2em;
}

.entry.major {
  margin-bottom: 1.5em;
}

.entry.brief {
  margin-bottom: 0.8em;
  opacity: 0.9;
}

.entry p:last-child {
  margin-left: 2em;
  font-size: 0.95em;
  color: #555;
}
.entry-content p a,
.entry-content li a {
  color: #0000EE;
}
.entry-content p {
  margin-bottom: 1.5em;
}.header-subtitle {
  font-size: 14px;
  color: #666;
}.header-transparent {
       background-color: #fff; /* Change this color as needed */
       opacity: 1;
   }.site-footer p {
  margin: 0 0 4px 0 !important;
  line-height: 1.2 !important;
}

.site-footer .ast-builder-grid-row-container,
.site-footer .site-primary-footer-wrap,
.site-footer .site-below-footer-wrap {
  padding: 10px 0 !important;
}

.site-footer .widget,
.site-footer .widget_text,
.site-footer .footer-widget-area {
  margin: 0 !important;
}
.eael-post-grid .eael-entry-media,
.eael-post-grid .eael-entry-media-wrap,
.eael-post-grid .eael-entry-thumbnail,
.eael-post-grid .eael-entry-media img,
.eael-post-grid .eael-entry-thumbnail img {
    height: auto !important;
    max-height: none !important;
    min-height: 0 !important;
}

.eael-post-grid .eael-entry-media img,
.eael-post-grid .eael-entry-thumbnail img {
    width: 100% !important;
    object-fit: contain !important;
    aspect-ratio: auto !important;
    position: static !important;
}
.eael-post-grid .eael-entry-content p {
    line-height: 1.4 !important;
    margin-bottom: 8px !important;
}
#mc_embed_signup {
    display: flex;
    gap: 10px;
    align-items: center;
}

#mc_embed_signup input[type="email"] {
    height: 40px;
    border-radius: 20px;
    padding: 0 15px;
    border: 1px solid #ccc;
    flex: 1;
}

#mc_embed_signup input[type="submit"] {
    height: 40px;
    border-radius: 20px;
    padding: 0 20px;
    background: black;
    color: white;
    border: none;
    cursor: pointer;
}
body, 
h1, h2, h3, h4, h5, h6,
p, span, div {
  text-transform: none !important;
}
.elementor-image-carousel .swiper-slide a [class*="lightbox"],
.elementor-image-carousel .swiper-slide a [class*="overlay"] {
    display: none !important;
}
.custom-footer-text {
  text-align: center;
  font-size: 14px;
  line-height: 1.6;
}

.custom-footer-text p {
  margin: 0 0 10px;
}
