/**
 * Banner CSS Start
 *
 * @format
 */

 html{
  scroll-behavior: smooth;
 }

.banner {
  position: relative;
  width: 100%;
  height: 100%;
}
.banner picture {
  display: flex;
  background-image: linear-gradient(to bottom, var(--black), var(--black));
}
.banner .banner-image {
  height: 425px;
  width: 100%;
  opacity: 0.32;
}

.banner-content {
  position: absolute;
  bottom: 0;
  z-index: 1;
  left: 0;
  transform: translate(00%, 00%);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 75px;
  flex-direction: column;
}

.banner-title {
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: var(--white);
  min-width: 270px;
  margin-bottom: 15px;
}

@media (min-width: 1024px) {
  .banner-title {
    font-size: 60px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    max-width: 775px;
    width: 775px;
    color: var(--white);
  }
}
/* Banner CSS End */
/* StyleGuide CSS start */
.styleGuide {
  /*  margin-top: 52px;*/
}
.styleGuide h1 {
  margin-bottom: 37px;
}
.styleGuide h2 {
  margin-bottom: 23px;
}
.styleGuide h3 {
  margin-bottom: 20px;
}
.styleGuide p {
  margin-bottom: 18px;
}
.subpage-content.container {
  padding: 0 29px;
}
.subpage-content.container.full-width-content {
  display: block;
}
.styleGuide a {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: normal;
  text-align: left;
  margin-top: 60px;
  color: var(--rusty-red);
  position: relative;
  text-decoration: none !important;
}

.styleGuide .lists {
  display: flex;
  margin-top: 68px;
  gap: 87px;
}
.styleGuide h2.list-title {
  margin-bottom: 26px;
}
/* StyleGuide CSS End */
/* Accordion CSS Start */

.accordion-wrapper {
  margin-top: 102.5px;
  margin-left: 6px;
}

.accordion-content {
  display: none; /* Hide by default */
  transition: display 0.3s ease; /* Smooth transition effect */
}

.accordion-content-wrapper.active .accordion-content {
  display: block; /* Show when accordion is active */
}
.accordion-content-wrapper {
  padding: 16px 0;
  margin: 0px 5px 0 -3px;
}
.right-side-content .form-title {
  color: var(--maize);
}
.right-side-content form input {
  padding-bottom: 1px;
}
.right-side-content form .button {
  margin: 0;
  font-size: 14px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 0.7px;
  text-align: center;
  color: var(--white);
  padding-bottom: 22px;
  border: none;
}
@media (min-width: 1024px) {
  .subpage-content.container {
    display: flex;
    justify-content: space-between;
  }
  .form-title {
    margin-bottom: 36px;
  }
}

@media (min-width: 1280px) {
  .subpage-content.container {
    padding: 0;
    max-width: 1147px;
    display: flex;
    justify-content: space-between;
  }
}
.right-side-content {
  margin-top: 0;
}
.right-side-content h2 {
  margin-bottom: 20px;
}
.right-side-content ul {
  margin-left: 5px;
}
.form-wrapper {
  margin-top: 79px;
  margin-left: 0;
  padding-top: 36px;
  padding-left: 46.9px;
  padding-right: 47.2px;
  padding-bottom: 43px;
}
.accordion-heading {
  margin-bottom: 27px;
}
.accordion-title-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.accordion-content-wrapper {
  border-top: solid 1px var(--rusty-red);
}
.accordion-content-wrapper:last-child {
  border-bottom: solid 1px var(--rusty-red);
}
.accordion-title {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: normal;
  text-align: left;
  color: #0e193b;
}
.accordion-icon {
  font-size: 40px;
  font-weight: 300;
  width: fit-content;
  line-height: 0.75;
  letter-spacing: normal;
  cursor: pointer;
  color: var(--rusty-red);
  display: flex;
  margin-top: 4px;
  justify-content: end;
}
/* Accordion CSS End */
/* Blogs CSS Start */
.blogs-list-wrapper {
  overflow: hidden;
  margin-top: 88px;
  margin-left: 13px;
}
.blog-wrapper {
  width: 100%;
  margin-top: 35px;
  border-bottom: solid 1px var(--charcoal-grey);
  padding-bottom: 54px;
}
.blog-wrapper:first-of-type {
  margin-top: 26px;
}
.blog-wrapper img {
  width: 100%;
  height: auto;
}
.blog-wrapper.blog-wrapper-with-image {
  padding-bottom: 43px;
  overflow: hidden;
  flex-direction: column-reverse;
  display: flex;
}
@media (min-width: 1024px) {
  .blogs-list-wrapper {
    padding: 0;
  }
  .blog-wrapper {
    max-width: 645.1px;

    display: flex;
    justify-content: space-between;
  }
  .blog-wrapper.blog-wrapper-with-image {
    flex-direction: row;
  }
  .blog-wrapper img {
    min-width: 254.2px;
    min-height: 242.5px;
    width: 254.2px;
    height: 242.5px;
    margin-top: 8px;
  }
  .blog-content {
    margin-right: 7.9px;
  }
  /*  .blog-wrapper-with-image .blog-description {
    max-width: 318px;
  }*/
}
.blog-date-wrapper {
  display: flex;
  padding-top: 7.3px;
  padding-bottom: 4.7px;
  margin-left: 4px;
  margin-bottom: 14px;
}
.blog-date-wrapper p {
  margin-bottom: 0;
}
.blog-date {
  font-size: 15px;
  font-weight: normal;
  letter-spacing: normal;
  text-align: left;
  color: #2c2c2c;
  padding-right: 15px;
  position: relative;
}
.blog-date::after {
  content: '';
  position: absolute;
  right: 0;
  top: -5px;
  width: 1px;
  height: 31px;
  background-color: var(--rusty-red);
}
.blog-category,
.blog-category a {
  font-size: 16px;
  margin-top: 1px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: var(--charcoal-grey);
  text-transform: capitalize;
}

.blog-category a:hover,
.blog-category a:focus {
  font-size: 16px;
  margin-top: 1px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: var(--maize);
  margin-left: 10px;
  text-transform: capitalize;
}

.blog-title,
.blog-title a {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: -0.38px;
  text-align: left;
  color: var(--rusty-red);
  text-transform: capitalize;
  text-transform: capitalize;
}

.blog-title a:hover,
.blog-title a:focus {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: -0.38px;
  text-align: left;
  color: var(--maize);
  text-transform: capitalize;
  text-decoration: underline;
}

.blog-description {
  margin-bottom: 12px;
}

.blog-wrapper a.readmore {
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  text-transform: none;
  padding-bottom: 7px;
  color: var(--rusty-red);
}

.blog-wrapper a.readmore::after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  background-color: var(--rusty-red);
  bottom: 0;
  left: 0;
}

.blog-wrapper a.readmore:hover,
.blog-wrapper a.readmore:focus,
.blog-wrapper a.readmore:hover i,
.blog-wrapper a.readmore:focus i {
  color: var(--maize);
}

.blog-wrapper a.readmore:hover:after,
.blog-wrapper a.readmore:focus:after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  background-color: var(--maize);
  bottom: 0;
  left: 0;
}

.post-body-image {
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  margin-bottom: 30px;
}

.blog-links {
  display: flex;
  align-items: center;
  grid-gap: 35px;
  gap: 35px;
}
.share-link {
  padding-bottom: 0;
}

.share-link:hover i,
.share-link:focus i {
  color: var(--maize);
}

.wp-pagenavi {
  display: flex;
  margin-top: 50px;
  margin-bottom: 50px;
}
.wp-pagenavi .pages {
  display: none;
}
.wp-pagenavi a,
.wp-pagenavi span {
  font-size: 18px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: normal;
  text-align: left;
  color: #2c2c2c;
  margin-right: 25px;
}
.wp-pagenavi a:last-child {
  margin-right: 0;
}
.wp-pagenavi .current,
.wp-pagenavi a:active,
.wp-pagenavi a:hover,
.wp-pagenavi a:focus {
  font-weight: bold;
  color: var(--rusty-red);
}
.wp-pagenavi a:hover::after,
.wp-pagenavi a:focus::after {
  content: none;
  position: absolute;
  height: 2px;
  width: 100%;
  background-color: var(--rusty-red);
  bottom: 0;
  left: 0;
}
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .first,
.wp-pagenavi .last {
  color: var(--rusty-red);
  text-transform: none;
  font-weight: bold;
}

.wp-pagenavi .nextpostslink:hover,
.wp-pagenavi .nextpostslink:focus,
.wp-pagenavi .previouspostslink:hover,
.wp-pagenavi .previouspostslink:focus,
.wp-pagenavi .first:hover,
.wp-pagenavi .first:focus,
.wp-pagenavi .last:hover,
.wp-pagenavi .last:focus {
  color: var(--maize);
  text-transform: none;
  font-weight: bold;
}
main {
  padding: 60px 0 100px;
}
@media (min-width: 767px) {
  .left-side-content {
    padding-right: 45px;
    width: 65%;
    margin-bottom: 0;
  }
  .subpage-content.container,
  .contact-full-inner {
    padding: 0 15px;
    max-width: 1147px;
    display: flex;
    justify-content: space-between;
  }
  .right-side-content {
    width: 35%;
    float: right;
    clear: none;
    padding-left: 15px;
  }
}

@media (max-width: 767px) {
  .wp-pagenavi a {
    margin-left: 10px;
  }
  .wp-pagenavi .onHover-underline {
    font-size: 17px;
  }
  .wp-pagenavi {
    margin-bottom: 20px;
  }
  .right-side-content {
    /*	margin-top: 40px;*/
  }
  .subpage-content.container {
    padding: 0 20px;
  }
  .blogs-list-wrapper {
    margin-left: 0;
  }
  .blog-wrapper img {
    margin-bottom: 30px;
  }
  .banner-content {
    position: absolute;
    bottom: 0;
    z-index: 1;
    left: 0;
    transform: translate(00%, 00%);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding-top: 50px;
    padding-left: 15px;
    padding-right: 15px;
  }
  main {
    padding: 30px 0;
  }
}

@media screen and (min-width: 767px) and (max-width: 1024px) {
  .right-side-content .form-wrapper {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
}

/* Blogs CSS End */

/* TEMPLATES > Attorneys Landing */

.attorney-single-box {
  padding: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.attorney-results .attorney-single-box {
  width: 100%;
  text-decoration: none;
}

.attorney-single-box img {
  width: 100%;
  display: block;
  transition: all 0.2s ease-out;
}

.attorney-single-box:hover img,
.attorney-single-box:focus img {
  transform: scale(1.03);
}

.attorney-single-box .attorney-single-box-info {
  text-align: center;
  transition: background 0.2s ease-out;
  padding: 20px 5px;
}

.attorney-single-box:hover .attorney-single-box-info,
.attorney-single-box:focus .attorney-single-box-info {
  background: #464749;
}

.attorney-single-box-info h2,
.attorney-single-box-info p {
  margin: 0;
  transition: color 0.2s ease-out;
}

.attorney-single-box:hover h2,
.attorney-single-box:focus h2,
.attorney-single-box:hover p,
.attorney-single-box:focus p {
  color: #fff;
}

.attorney-single-box h2 {
  font-weight: 700;
  font-size: 1.375rem;
  color: #cd2c1e;
  text-transform: none;
}

.attorney-single-box-info p {
  font-size: 1.0625rem;
}

@media screen and (min-width: 650px) {
  .attorney-results {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 20px;
    grid-column-gap: 20px;
  }

  .attorney-single-box {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 900px) {
  .attorney-results {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* PRACTICES LANDING */
.practices-container {
  display: grid;
  grid-gap: 40px;
  gap: 40px;
}

.practices-container .single-practice {
  display: block;
  width: 100%;
  color: #000;
  font-size: 1.5rem;
  padding: 20px 0;
  border-bottom: 3px solid #cd2c1e;
}

.practices-container .single-practice:hover,
.practices-container .single-practice:focus {
  color: #cd2c1e;
}

@media screen and (min-width: 768px) {
  .practices-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* FEATURES > Breadcrumbs */
.breadcrumbs-container {
  display: none;
  flex-wrap: wrap;
  margin-bottom: 35px;
}

.breadcrumbs-single {
  position: relative;
  text-decoration: none;
  padding-right: 20px;
  margin-right: 20px;
}

.breadcrumbs-single:focus,
.breadcrumbs-single:hover {
  text-decoration: underline;
}

.breadcrumbs-single::after {
  position: absolute;
  right: -4px;
  content: '\f105';
  font-family: 'Font Awesome 6 Pro';
}

.breadcrumbs-single:last-of-type {
  padding-right: 0;
  margin-right: 0;
}

.breadcrumbs-single:last-of-type::after {
  display: none;
}

@media screen and (min-width: 1025px) {
  .breadcrumbs-container {
    display: flex;
  }
}

/* FEATURES > Social Link Lists */
.social-links {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
  max-width: 160px;
}

.social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  width: 35px;
  line-height: 35px;
  height: 35px;
  text-decoration: none;
}

.social-links a img {
  width: calc(100% - 8px);
  height: calc(100% - 8px);
}

.social-links a:hover,
.social-links a:focus {
  color: var(--color-alternate);
}

/* TEMPLATES > Confirmation */

.confirm-contact {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-bottom: 10px;
}

.confirm-contact a:not(:last-child) {
  margin-right: 20px;
}

.confirm-social {
  margin-bottom: 60px;
}

/* SIDEBAR FORM */
.sidebar-form {
  background: #464749;
  padding: 25px;
  margin-bottom: 60px;
}

.sidebar-form h2 {
  font-size: 1.875rem;
  font-weight: 900;
  text-align: center;
  color: #f7cc45;
  text-transform: uppercase;
}

@media screen and (min-width: 1280px) {
  .sidebar-form {
    padding: 45px;
  }
}

/* TEMPLATES > Contact Full */

.page-template-template-contact-full main {
  background-size: cover;
  background-repeat: no-repeat;
  padding: 160px 0 80px;
  position: relative;
}

.contact-full-container {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.contact-full-inner {
  width: 100%;
  background: #fff;
  padding: 40px 20px;
}

@media screen and (min-width: 1025px) {
  .page-template-template-contact-full main {
    height: 100vh;
    padding: 0;
  }

  .contact-full-inner {
    padding: 40px;
  }

  .contact-full-container {
    align-items: center;
    height: 100vh;
    padding-top: 100px;
  }
}

@media screen and (max-height: 750px) and (min-width: 1025px) {
  .page-template-template-contact-full main,
  .contact-full-container {
    height: 100%;
  }

  .contact-full-container {
    padding: 0;
  }

  .page-template-template-contact-full main {
    padding: 160px 0 100px;
  }
}

.sidebar-block {
  margin-bottom: 50px;
}

/* KLAS */

.page-template-template-klas main {
  background-color: var(--maize);
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  padding-left: 20px;
  padding-right: 20px;
}

.page-template-template-klas main .container {
  background: #fff;
  padding: 30px;
  margin-bottom: 30px;
}

@media screen and (min-width: 1025px) {
  .page-template-template-klas main .container {
    padding: 60px;
    margin-bottom: 60px;
  }
}

.klas-content p {
  font-size: 20px;
}

.klas-content img {
  width: auto;
  height: auto;
  max-width: 100%;
  object-fit: contain;
}

.klas-small-text p {
  font-size: 0.9rem;
}

.klas-table {
  margin-bottom: 30px;
  display: block !important;
}

.klas-table .table {
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}

.klas-table .table > div {
  font-size: 1rem;
  font-weight: 700;
  padding: 12px;
  width: 50%;
}

.klas-table .table > div:first-of-type {
  border-left: 1px solid #000;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.klas-table .table > div:nth-of-type(2) {
  border-top: 1px solid #000;
}

.klas-table .table > div:nth-of-type(odd) {
  border-left: #000 solid 1px;
  border-bottom: 1px solid #000;
}

.klas-table .table > div:nth-of-type(even) {
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  border-left: 1px solid #000;
}

.klas-table .button {
  margin: 0 auto;
}

.klas-table img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-bottom: 50px;
}

@media screen and (min-width: 1025px) {
  .klas-table .table > div {
    font-size: 24px;
  }
}

.klas-testimonials {
  display: block !important;
}

.klas-testimonials h2 {
  font-size: 48px;
  text-transform: none;
}

.klas-testimonials .inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  grid-gap: 30px;
  gap: 30px;
}

.klas-testimonials .card {
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  grid-gap: 15px 30px;
  gap: 15px 30px;
  align-items: flex-start;
}

.klas-testimonials .card img {
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
  object-fit: contain;
}

.klas-testimonials .card p {
  font-size: 1rem;
}

.klas-testimonials .card span {
  font-weight: 700;
  font-size: 1rem;
}

@media screen and (min-width: 768px) {
  .klas-testimonials .card {
    flex-direction: row;
    grid-gap: 15px 30px;
    gap: 15px 30px;
    align-items: flex-start;
  }

  .klas-testimonials .card p {
    font-size: 20px;
  }

  .klas-testimonials .card span {
    font-size: 20px;
  }
}

/* klas form */
.klas-form select {
  background: none;
  width: 100%;
  color: var(--white);
}

.klas-form .ginput_container_select {
  position: relative;
  margin-bottom: 38px;
  border-bottom: 1px solid var(--white);
}

.klas-form .ginput_container_select option {
  color: var(--black);
}

.klas-form .ginput_container_select::after {
  content: '\f0d7';
  font-family: 'Font Awesome 6 Pro';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: var(--white);
  font-weight: 900;
}

.klas-form .gfield_checkbox .gchoice {
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  grid-gap: 0 10px;
  gap: 0 10px;
}

.klas-form .gfield_checkbox .gchoice input {
  width: auto;
  height: auto;
  margin-top: 3px;
}

.klas-form .gfield--type-checkbox {
  border: none;
  padding: 0;
}

.klas-form .gfield_checkbox .gchoice label {
  color: var(--white);
}
