/* CHILD THEME STYLESHEET */

/* Common Styles */
.module {
  padding: 70px 0;
}

/* HEADER Desktop FIX */
.home .module-header-e-upper {
  background: #fff;
}

/* HEADER Mobile FIX */
.header {
  background-color: #fff;
  border-bottom: unset;
  box-shadow: 0 1px 6px 0 rgb(32 33 36 / 28%);
}

.header-mobile {
  animation: none;
}

.header-mobile-inner {
  min-height: 60px;
}

.header-mobile-inner .header-logo img {
  max-width: 150px;
}

.header-mobile-buttons a,
.header-mobile-buttons button {
  width: 60px;
  max-width: 60px;
  height: 60px;
  font-size: 1.6rem;
}

.mobile-navigation-title {
  padding-top: 12px;
  padding-bottom: 12px;
}

.banner {
  margin-top: 60px;
}

/* LAWYER SINGLE PAGE FIX */
@media only screen and (min-width: 1024px) {
  .attorney-banner-left {
    margin: 84px auto 60px;
  }
}

/* LAWYERS PAGE FIX */
.attorney-result-single {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
  height: 100%;
}

.attorney-result-single .attorney-result-info {
  position: relative;
  width: 100%;
  background: #F1F1F1;
}

.attorney-result-single:hover .attorney-result-info,
.attorney-result-single:focus .attorney-result-info {
  background: #F1F1F1;
  filter: brightness(90%);
}

.attorney-result-info h2,
.attorney-result-info p {
  color: #000;
}

@media only screen and (min-width: 992px) {
  .attorney-results {
    justify-content: space-between;
  }

  .attorney-results .attorney-result-single {
    width: 19%;
    margin-left: unset !important;
    margin-right: unset !important;
  } 
}

.homepage-attorneys-section {
	padding-bottom: unset !important;
}

/* HERO */
.home-hero {
  background: #000;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: 30%;
  height: auto;
  position: relative;
  padding-top: 77px;
}

.home-hero .row,
.home-hero .row > .columns {
  height: 100%;
}

.home-hero-inner {
  display: block;
  height: 100%;
}

.home-hero-mobile-image {
  background-size: cover;
  background-repeat: no-repeat;
  height: 300px;
  width: 100%;
  /* margin-top: 40px; */
  background-position: center;
}

.home-hero-large-form {
  padding: 30px 15px;
}

.home-hero-large-form label {
  color: #fff;
}

.home-hero-large-form-title {
  margin-bottom: 30px;
  margin-top: 20px;
}

.home-hero .form-container {
  padding: 0;
  background: none;
}

.home-hero-large-form-title h2 {
  color: #363534;
  text-transform: uppercase;
  font-family: 'Reem Kufi', sans-serif;
  letter-spacing: 1px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
}

@media only screen and (min-width: 1024px) {
  .home-hero-large-form-title-first-tagline {
    position: relative;
    left: -50px;
  }

  .home-hero-large-form-title-second-tagline {
    position: relative;
    left: -20px;
  }
}

.home-tagline-word-colored {
  color: #6b9ccd;
}

p.slide-second-tagline {
  color: #363534;
  font-size: 1rem;
}

.module-intro-a {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

@media screen and (min-width: 550px) {
  .home-hero-mobile-image {
    height: 425px;
  }
}

@media screen and (min-width: 768px) {
  .home-hero {
    height: auto;
    background-image: url(images/hero_01.jpg);
  }

  /* .home-hero-large-form {
    margin-left: auto;
    width: 45%;
  } */

  /* .home-hero-mobile-image {
    display: none;
  } */

  /* .home-hero-inner {
    display: flex;
    align-items: center;
    margin: 0;
  } */
}

@media screen and (min-width: 1025px) {
  .home-hero {
    height: 100vh;
    margin-top: 50px;
  }

  .home-hero-inner {
    display: flex;
    align-items: center;
    margin: 0;
  }

  .home-hero-large-form {
    margin-left: auto;
    width: 45%;
  }

  .home-hero-mobile-image {
    display: none;
  }

  .home-hero-large-form .form-input-row .form-input-group {
    margin-bottom: 10px;
  }

  .home-hero-large-form .form-input-row .form-input-group:last-of-type {
    margin-right: 0;
  }
}

@media screen and (min-width: 1281px) {
  .home-hero-large-form-title h2 {
    font-size: 2.5rem;
  }
}

@media only screen and (min-width: 280px) and (max-width: 1024px) {
  .home-hero {
    background: none !important;
  }
}
/* EXPERIENCE SECTION */
.module-intro-e {
  padding-top: 30px;
  padding-bottom: 30px;
}
.experience-section-container {
  display: flex;
  flex-direction: column;
  padding-left: 15px;
  padding-right: 15px;
}

@media only screen and (min-width: 768px) {
  .experience-section-container {
    flex-direction: row;
  }
}

.experience-section-text {
  margin-right: 20px;
}

.experience-section-text p{
  font-size: 20px;
}

.experience-bold-text {
  font-weight: 700;
}

.experience-section-heading {
  font-size: 45px;
  font-weight: 700;
  text-align: center;
}

.home-tagline-word-italic {
  font-style: italic;
}

.experience-section-image {
  display: flex;
  justify-content: center;
  align-items: center;
}

.experience-section-image img {
  width: 350px;
}

/* INTRO */
.module-intro-c .flex-container {
  flex-wrap: wrap;
  align-items: flex-start;
}

.module-intro-c-side .youtube-player {
  margin-top: 0;
}

.module-intro-c-content,
.module-intro-c-side {
  width: 100%;
}

.module-intro-c-content {
  margin-bottom: 40px;
}

.module-intro-c-content p:last-of-type {
  margin: 0;
}

@media screen and (min-width: 1025px) {
  .module-intro-c .flex-container {
    flex-wrap: nowrap;
  }

  .module-intro-c-content {
    width: 58%;
    margin: 0 80px 0 0;
  }

  .module-intro-c-side {
    flex: 1;
  }
}

/* PRACTICES */
.module-practices-a {
  padding: 0;
}

.module-practices-a .practices-single {
  width: 100%;
  height: 225px;
  /*  background-image: url(images/_background_practice_area.jpg);
  background-repeat: no-repeat;
  background-size: cover;*/
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  text-decoration: none;
  position: relative;
  border: solid 1px #fff;
}
.module-practices-a .practices-single img {
  width: 100%;
  height: 200px;
}

.module-practices-a .practices-single:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: rgba(54, 53, 52, 0.8);
  pointer-events: none;
  opacity: 0.4;
  -webkit-transition: opacity 200ms ease-out;
  -moz-transition: opacity 200ms ease-out;
  -ms-transition: opacity 200ms ease-out;
  -o-transition: opacity 200ms ease-out;
  transition: opacity 200ms ease-out;
}

.module-practices-a .practices-single:hover:before,
.module-practices-a .practices-single:focus:before {
  opacity: 1;
}

.module-practices-a .practices-single .practices-single-title {
  position: absolute;
  /* margin-left: auto; */
  /* margin-right: 20px; */
  margin-bottom: 20px;
  /* bottom: 20px; */
  /* right: 20px;*/
}

.module-practices-a .practices-single h3 {
  font-weight: 600;
  margin: 0;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
  text-shadow: 0 0 5px #363534, 0 0 10px #363534;
  padding-left: 15px;
}

.module-practices-a .practices-single .practices-single-content {
  display: none;
  color: #fff;
  position: absolute;
  flex-direction: column;
  margin: 0;
  padding: 0px;
  font-size: 1.4rem !important;
  align-items: center;
  justify-content: center;
  text-align: center;
  bottom: 45%;
  width: 100%;
}

.module-practices-a .practices-single:hover .practices-single-content span {
  display: block;
  font-weight: 700;
  margin-top: 8px;
}

.module-practices-a .practices-single:hover .practices-single-content,
.module-practices-a .practices-single:focus .practices-single-content {
  display: flex;
  -webkit-animation: fadeIn 200ms ease-out;
  animation: fadeIn 200ms ease-out;
}

.module-practices-a .practices-single:hover .practices-single-title,
.module-practices-a .practices-single:focus .practices-single-title {
  display: none;
}

@media screen and (min-width: 768px) {
  .module-practices-a-inner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .module-practices-a .practices-single {
    width: 50%;
    min-height: 200px;
    height: 200px;
  }
}

@media screen and (min-width: 1024px) {
  .module-practices-a .practices-single {
    width: 25%;
  }
}

/* CTA BLOCK */
.module-cta-a-inner {
  margin-top: 40px;
}

.module-cta-a-inner .button {
  width: 100%;
  margin-bottom: 20px;
}

.module-cta-a-inner .button:last-of-type {
  margin: 0;
}

@media screen and (min-width: 640px) {
  .module-cta-a-inner {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .module-cta-a-inner .button {
    margin: 0 2%;
    width: auto;
  }
}

/* BADGES */
.module-badges-c {
  padding: 0;
}

.module-badges-c-single {
  padding: 40px;
  border-bottom: 1px solid #c0c3d3;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .module-badges-c-inner {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .module-badges-c-single {
    border-right: 1px solid #c0c3d3;
  }

  .module-badges-c-single:nth-child(3n + 3) {
    border-right: none;
  }
}

@media screen and (min-width: 1025px) {
  .module-badges-c-inner {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .module-badges-c-single:nth-child(3n + 3) {
    border-right: 1px solid #c0c3d3;
  }

  .module-badges-c-single:nth-child(4n + 4) {
    border-right: none;
  }
}
