.wp-block-cover,
.wp-block-cover-image {
  padding: 15px !important;
}

.my-15 {
  margin-top: 150px !important;
  margin-bottom: 150px !important;
}

.py-15 {
  padding-top: 150px !important;
  padding-bottom: 150px !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.mt-2 {
  margin-top: 20px !important;
}

.btn {
  &.btn-white {
    background-color: white !important;
    color: #750000 !important;
  }
}

.home-intro-section .heading {
  margin-top: 0;
  margin-bottom: 15px;
}

.home-intro-section p {
  margin-bottom: 0 !important;
  padding-bottom: 20px;
}

.home-intro-section .subtitle-white {
  padding-bottom: 0;
}

.bg-dred p,
.p-regular p {
  color: var(--White, #fff);
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: "Open Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 32px */
  margin-top: 0;
}

.bg-dred li {
  color: var(--White, #fff);
  font-family: "Open Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.bg-dred h2,
.bg-dred .h2 {
  margin-top: 28px;
  margin-bottom: 38px;
}

.content-section.bg-dred a.btn {
  text-decoration: unset;
  margin-top: 18px;
}

.subtitle-white {
  color: var(--White, #fff);
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: "Open Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  /* 32px */
}

.practice-area-cards {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 16px;
}

@media screen and (max-width: 991px) {
  .practice-area-cards {
    grid-template-columns: repeat(2, 1fr);
  }

  .practice-area-cards .practice-area img {
    max-height: 200px;
  }

  body.home :where(.wp-block-columns.is-layout-flex) {
    gap: 0;
  }
}

.practice-area-cards .practice-area-cards-title {
  grid-column: span 2;
  display: flex;
  align-items: center;
}

.practice-area-cards .practice-area-cards-title h2 {
  color: #404040;
  font-family: "Crimson Text";
  font-size: 75px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  margin-top: 0;
  margin-bottom: 0;
}

.practice-area-cards .practice-area .pa-title {
  height: 70px;
  padding: 0 30px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.practice-area-cards .practice-area img {
  width: 100%;
  object-fit: cover;
}

.our-team-section .our-team-grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 16px;
}

@media screen and (min-width: 1200) {
  .our-team-section .our-team-grid {
    align-items: center;
  }
}

.our-team-section .our-team-col {
  grid-column: span 1;
}

.our-team-section .our-team-title-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.our-team-section .our-team-title-col .btn {
  width: fit-content;
}

.our-team-section .our-team-col .pa-title {
  text-align: center;
}

.our-team-section .our-team-col h3 {
  color: #fff;
  text-align: center;
  font-family: "Crimson Text";
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  margin-top: 10px;
  margin-bottom: 0;
}

.our-team-section .our-team-col p {
  color: #fff;
  font-family: "Open Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 0;
}

.our-team-section .our-team-col img {
  width: 100%;
  max-height: 399px;
  object-fit: cover;
}

.our-team-section h2 {
  max-width: 166px;
  margin-top: 0;
}

.our-team-section .sm-screen-btn {
  display: none;
}

.our-team-section .cta-btn {
  width: 100%;
  text-align: center;
}

/* AREAS SERVED */

.areas-served-section a:hover {
  cursor: pointer;
  opacity: 0.8;
}

.areas-served-section .pa-title {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #750000;
  gap: 5px;
  padding: 10px;
}

.areas-served-section .pa-title p {
  color: #fff !important;
  font-family: "Open Sans";
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
}

.areas-served-section .pa-title p {
  margin: 0 !important;
}

.areas-served-section picture {
  display: flex;
}

.areas-served-section h2 {
  color: #404040;
  text-align: center;
  font-family: "Crimson Text";
  font-size: 75px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  width: 100%;
  text-align: center;
  margin-top: 0;
}

.areas-served-section .areas-served-grid {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 16px;
}

.areas-served-section .areas-served-col {
  grid-column: span 1;
}

/* AREAS SERVED END */

/* OUR BLOG */

.our-blog-section a:hover {
  cursor: pointer;
  opacity: 0.8;
}

.our-blog-section .pa-title {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #750000;
  gap: 5px;
  padding: 10px;
}

.our-blog-section .pa-title p {
  color: #fff !important;
  font-family: "Open Sans";
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
}

.our-blog-section .pa-title p {
  margin: 0 !important;
}

.our-blog-section picture {
  display: flex;
}

.our-blog-section h2 {
  color: #404040;
  text-align: center;
  font-family: "Crimson Text";
  font-size: 75px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  width: 100%;
  text-align: center;
  margin-top: 0;
}

.our-blog-section .row {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 16px;
}

.our-blog-section .our-blog-col {
  grid-column: span 1;
}

.our-blog-section .our-blog-col img {
  width: 100%;
  object-fit: cover;
}

.our-blog-section .our-blog-col .post-details {
  padding: 25px;
}

.our-blog-section .our-blog-col .post-details p.post-title {
  color: #610000;
  font-family: "Crimson Text";
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  margin-top: 16px;
}

.our-blog-section .our-blog-col .post-details span.post-date {
  color: #555;
  font-family: "Open Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

/* OUR BLOG END */

@media screen and (min-width: 1200px) {
  body.home .inner-content {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media screen and (min-width: 768px) {
  .py-md-11 {
    padding-top: 110px !important;
    padding-bottom: 110px !important;
  }

  .content-section.py-md-11 {
    padding-top: 110px !important;
    padding-bottom: 110px !important;
  }
}

@media screen and (max-width: 1023px) {
  .our-team-section .our-team-grid {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 16px;
  }

  .our-team-section .our-team-grid h2 {
    font-size: 75px !important;
    max-width: 100% !important;
  }

  .our-team-section .our-team-title-col {
    grid-column: span 2;
    margin-bottom: 30px;
  }

  .our-team-section .our-team-grid img {
    max-width: 340px;
    margin: 0 auto;
    display: block;
  }

  .our-team-section .our-team-grid h2 {
    margin-bottom: 0;
  }

  .areas-served-section h2,
  .our-blog-section h2 {
    font-size: 52px !important;
  }

  .our-team-section .cta-btn {
    margin-top: 50px;
  }

  .our-blog-section .our-blog-col .post-details p.post-title {
    font-size: 20px;
  }

  .our-blog-section .our-blog-col .post-details {
    padding: 0;
  }

  .our-blog-section .our-blog-col .post-details p.post-title {
    margin-top: 5px;
  }

  .our-blog-section .our-blog-col .post-details span.post-date {
    font-size: 16px;
  }

  .our-blog-section .our-blog-col img {
    max-height: 200px;
  }
}

@media screen and (min-width: 1024px) {
  .our-team-section .sm-screen-btn {
    display: block;
  }

  .our-team-section .lg-screen-btn {
    display: none;
  }

  .our-team-section .our-team-grid {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media screen and (max-width: 767px) {
  .areas-served-section .areas-served-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .our-blog-section .row {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media screen and (max-width: 500px) {
  .practice-area-cards {
    grid-template-columns: repeat(1, 1fr);
  }

  .practice-area-cards .practice-area-cards-title {
    grid-column: span 1 !important;
    display: flex;
    align-items: center;
  }

  .practice-area-cards .practice-area img {
    max-height: 150px;
  }

  .py-sm-6 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .our-team-section .our-team-grid {
    display: block !important;
  }

  .our-team-section .our-team-col:not(:last-child) .pa-title {
    margin-bottom: 30px;
  }

  .our-team-section .our-team-grid h2 {
    font-size: 42px !important;
    margin-bottom: 0;
  }

  .our-team-section .cta-btn {
    margin-top: 30px;
  }

  .sm-px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}

.footer__bottom {
  margin-bottom: 160px;
  @media screen and (min-width: 375px) {
    margin-bottom: 90px;
  }
}

.footer-cta {
  background: #2e0000;
  padding: 20px;
  position: fixed;
	z-index: 5;
  width: 100%;
  bottom: 0;
	
	@media screen and (min-width: 767px) {
		display: none;
	}

  .container {
    padding: 0;
    gap: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;

    a.btn {
      display: flex;
      gap: 10px;
      height: 50px;
      padding: 0px 20px 0px 15px;
      justify-content: center;
      align-items: center;

      font-size: 14px;
      font-weight: 700;
      line-height: 20px;
      flex: 1 1 160px;
      max-width: 160px;
    }
  }
}
