/*
Theme Name: Twenty Twenty-Five Child
Description: My custom child theme for Twenty Twenty-Five.
Author: RM
Template: twentytwentyfive
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyfive-child
*/
:root {
  --wp--style--global--wide-size: unset;
}

header .wp-block-columns {
  margin: 0;
}
header .wp-block-column:first-of-type {
  background: white;
  padding: 1rem 0;
}
header .wp-block-column:last-of-type {
  padding-right: 6rem;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 782px) {
  header .wp-block-column:last-of-type {
    text-align: center;
    justify-content: center;
    padding: 0;
    margin-bottom: 2rem;
  }
}
@media (max-width: 782px) {
  header .wp-block-site-logo {
    text-align: center;
  }
}
header .wp-block-site-logo .custom-logo-link img {
  padding-left: 96px;
  height: auto;
  min-height: 50px;
  width: 150px;
}
@media (max-width: 782px) {
  header .wp-block-site-logo .custom-logo-link img {
    padding-left: 0;
  }
}
header .wp-block-buttons .wp-block-button__link {
  width: 150px;
}
header .wp-block-buttons .wp-block-button__link:hover {
  background-color: #707070 !important;
}
header .wp-block-button.color1:has(a) a {
  color: inherit;
}

@media (max-width: 782px) {
  .bg-image-with-content {
    padding: 0 !important;
  }
}

footer {
  margin-top: 0;
  padding: 0 6rem;
  /* Left Footer Section */
}
@media (max-width: 500px) {
  footer {
    padding: 0 1rem;
  }
}
footer .wp-block-group .wp-block-group:first-of-type {
  padding: 0;
}
footer .wp-block-group .wp-block-group .footer-left, footer .wp-block-group .wp-block-group .footer-middle {
  height: 150px;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 800px) {
  footer .wp-block-group .wp-block-group .footer-left, footer .wp-block-group .wp-block-group .footer-middle {
    height: unset;
  }
}
footer .wp-block-group .wp-block-group .footer-left i.fa-phone {
  margin-top: 0;
}
footer .wp-block-group .wp-block-group .footer-middle {
  text-align: center;
}
footer .wp-block-group .wp-block-group .footer-middle .rm-office-hours {
  line-height: 3;
}
@media (max-width: 800px) {
  footer .wp-block-group .wp-block-group .footer-middle .rm-office-hours {
    margin-bottom: 2rem;
  }
}
footer .wp-block-group .wp-block-group .footer-right {
  height: 150px;
  display: flex;
  align-items: center;
}
@media (max-width: 800px) {
  footer .wp-block-group .wp-block-group .footer-right {
    height: unset;
  }
}
@media (max-width: 800px) {
  footer .wp-block-group-is-layout-flex {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
  footer .wp-block-group-is-layout-flex > * {
    width: 100%;
  }
  footer .wp-block-group-is-layout-flex .footer-left, footer .wp-block-group-is-layout-flex .footer-middle {
    margin: 1rem;
  }
  footer .wp-block-group-is-layout-flex .affiliate-logos {
    width: auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
  }
}

/* Links */
a[href^="mailto:"], a[href^="tel:"] {
  text-decoration: underline !important;
}/*# sourceMappingURL=style.css.map */