@charset "UTF-8";
/**
* Base Colors
*/
/**************************
  Media Queries
***************************/
/*************************
  Fonts
**************************/
/*************************
  Button colours
**************************/
/*************************
  Location page colours
**************************/
/*************************
  Form colours
**************************/
/*************************
  Sidebar variables
**************************/
/*************************
  404 button background
**************************/
/*************************
  Results Partial
**************************/
/*************************
  Swiper
**************************/
/*************************
  Front Page variables
**************************/
/*************************
  About Us variables
**************************/
/* Additional Mixins */
.btn--form, .btn span, .btn {
  transition: all 0.2s ease;
}

.uppercase-title {
  font-family: var(--secondary-font);
  color: #2b2b2b;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0.15rem;
  text-align: center;
}

.visually-hidden-custom, .gform_wrapper.gravity-theme .gform_body .gfield--type-checkbox .gfield_label_before_complex,
.gform_wrapper.gform-theme .gform_body .gfield--type-checkbox .gfield_label_before_complex {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.main-wrapper {
  overflow: hidden;
}

.page-template-contact .main-wrapper {
  border-top: none;
}

.main-content:not(.home .main-content):not(.post-type-archive-attorney .main-content):not(.page-template-template-family-law .main-content) {
  background-color: var(--color-neutral);
}

@media screen and (min-width: 1440px) {
  .main-content:not(.home .main-content):not(.post-type-archive-attorney .main-content):not(.page-template-template-family-law .main-content) .row {
    justify-content: center;
  }
}
.main-content,
.location-second-main-content,
.location-third-main-content {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media screen and (min-width: 1440px) {
  .main-content .container,
  .location-second-main-content .container,
  .location-third-main-content .container {
    max-width: 1465px;
  }
}
@media screen and (min-width: 1200px) {
  .main-content .container .row > .entry-content.col-xl-8,
  .main-content .container .row > .content.col-xl-8,
  .location-second-main-content .container .row > .entry-content.col-xl-8,
  .location-second-main-content .container .row > .content.col-xl-8,
  .location-third-main-content .container .row > .entry-content.col-xl-8,
  .location-third-main-content .container .row > .content.col-xl-8 {
    padding-right: 75px;
  }
}
@media screen and (min-width: 1600px) {
  .main-content .container .row > .entry-content.col-xl-8,
  .main-content .container .row > .content.col-xl-8,
  .location-second-main-content .container .row > .entry-content.col-xl-8,
  .location-second-main-content .container .row > .content.col-xl-8,
  .location-third-main-content .container .row > .entry-content.col-xl-8,
  .location-third-main-content .container .row > .content.col-xl-8 {
    padding-right: 120px;
  }
}
@media screen and (min-width: 1440px) {
  .main-content .container .row > .entry-content.col-xl-8 .main-content-container,
  .main-content .container .row > .content.col-xl-8 .main-content-container,
  .location-second-main-content .container .row > .entry-content.col-xl-8 .main-content-container,
  .location-second-main-content .container .row > .content.col-xl-8 .main-content-container,
  .location-third-main-content .container .row > .entry-content.col-xl-8 .main-content-container,
  .location-third-main-content .container .row > .content.col-xl-8 .main-content-container {
    width: 100%;
    max-width: 842px;
  }
}
[v-cloak] > * {
  display: none;
}

#loader-div {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.3);
  left: 0;
  top: 0;
  overflow: hidden;
  transition: all 0.5s ease;
}

#loader-div .lds-ring {
  display: inline-block;
  position: relative;
  width: 77px;
  height: 77px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  display: block;
}

#loader-div .lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 70px;
  height: 70px;
  margin: 6px;
  border: 7px solid #4164f2;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #4164f2 transparent transparent transparent;
}

#loader-div .lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

#loader-div .lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

#loader-div .lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.arrow-link {
  color: #eb5b13;
  font-size: 16px;
  font-weight: 600;
  background-image: url("../../images/arrows/arrow-right.svg");
  background-repeat: no-repeat;
  background-size: 18px 8px;
  padding-right: 22px;
  background-position: right center;
}

.arrow-link__alt {
  color: #fff;
  background-image: url("../../images/arrows/arrow-alt-right.svg");
}

.small-font-content p {
  font-family: var(--secondary-font);
  font-size: 1rem;
  line-height: 2rem;
  color: #242424;
  margin-bottom: 27px;
}

.btn {
  display: inline-block;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  line-height: normal;
  text-align: center;
  background: none;
  border-radius: 5px;
  padding: 9.5px 10px;
  font-family: var(--main-font);
  font-size: 14px;
  font-weight: 500;
}

@media screen and (min-width: 992px) {
  .btn {
    font-size: 16px;
  }
}
.btn:focus {
  box-shadow: none;
}

.btn span {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
}

.btn--primary, .btn--to-call-2, .btn--to-call {
  background-color: var(--accent-color);
  min-width: 320px;
}

@media (max-width: 329px) {
  .btn--primary, .btn--to-call-2, .btn--to-call {
    width: 100%;
    min-width: initial;
  }
}
.btn--primary span, .btn--to-call-2 span, .btn--to-call span {
  color: var(--color-tertiary);
}

.btn--primary:is(:hover, :focus), .btn--to-call-2:is(:hover, :focus), .btn--to-call:is(:hover, :focus) {
  background-color: #FFBF41;
}

.btn--secondary {
  font-family: var(--secondary-font);
  font-size: 16px;
  font-weight: 500;
  color: var(--color-primary);
  letter-spacing: 0.01em;
  border: 1px solid var(--color-primary);
  border-radius: 5px;
  background-color: #fff;
  padding: 13.5px 10px;
  min-width: 320px;
}

@media (max-width: 329px) {
  .btn--secondary {
    width: 100%;
    min-width: initial;
  }
}
.btn--secondary:is(:hover, :focus) {
  background-color: #F2F7FA;
  color: #142338;
}

.btn--tertiary {
  font-size: 16px;
  font-weight: 700;
  color: var(--color-tertiary);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border-bottom: 3px solid var(--color-primary);
  padding: 0;
  padding-bottom: 3px;
  border-radius: 0;
}

.btn--tertiary:is(:hover) {
  border-bottom: 3px solid var(--accent-color);
}

.btn--quaternary {
  border: 1px solid #DCDCDC;
  border-radius: 5px;
  padding: 8.5px 10px;
}

.btn--quaternary span {
  font-size: 13px;
  font-weight: 500;
  color: var(--color-tertiary);
  letter-spacing: 0.01em;
}

.btn--light {
  font-family: var(--secondary-font);
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.01em;
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 13.5px 10px;
  min-width: 320px;
}

@media (max-width: 329px) {
  .btn--light {
    width: 100%;
    min-width: initial;
  }
}
.btn--light:is(:hover, :focus) {
  color: #2A2A2A;
  background-color: #fff;
}

.btn--banner {
  font-family: var(--main-font);
  font-size: 16px;
  font-weight: 500;
  color: #2A2A2A;
  background-color: #fff;
  border-radius: 5px;
  padding: 14.5px 10px;
  min-width: 320px;
}

@media (max-width: 329px) {
  .btn--banner {
    width: 100%;
    min-width: initial;
  }
}
.btn--white {
  font-family: var(--main-font);
  font-size: 16px;
  font-weight: 500;
  color: var(--color-tertiary);
  background-color: #fff;
  border-radius: 5px;
  padding: 14.5px 10px;
  min-width: 307px;
}

@media (max-width: 329px) {
  .btn--white {
    width: 100%;
    min-width: initial;
  }
}
.btn--play {
  position: relative;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  font-family: var(--main-font);
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  background-color: rgba(255, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 14.5px 10px;
  min-width: 320px;
  margin-bottom: 0 !important;
}

@media (max-width: 329px) {
  .btn--play {
    width: 100%;
    min-width: initial;
  }
}
@media screen and (min-width: 1400px) {
  .btn--play {
    padding: 12.5px 10px;
  }
}
.btn--play:after {
  position: relative;
  display: inline-block;
  content: "";
  background-image: url("../images/icons/icon-play.svg");
  background-size: 23px;
  background-repeat: no-repeat;
  background-position: center;
  width: 23px;
  height: 23px;
  margin-left: 12px;
}

.btn--play:is(:hover, :focus) {
  color: #2A2A2A;
  background-color: #fff;
}

.btn--play:is(:hover, :focus):after {
  background-image: url("../images/icons/icon-play-hover.svg");
}

.btn--to-call {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-transform: capitalize;
}

.btn--to-call span {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  letter-spacing: inherit;
}

@media screen and (min-width: 992px) {
  .btn--to-call {
    font-size: 18px;
  }
}
.btn--to-call {
  letter-spacing: 0.01em;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .btn--to-call {
    min-width: 216px;
  }
}
.btn--to-call span {
  position: relative;
  display: inline-flex;
  align-items: center;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: inherit;
}

.btn--to-call span:before {
  position: relative;
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url("../images/icons/icon-tap-call.svg");
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 23.5px;
  margin-right: 7px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .btn--to-call span:before {
    margin-left: 0;
  }
}
@media (max-width: 399px) {
  .spanish-page .btn--to-call {
    letter-spacing: normal;
  }
}
@media (max-width: 369px) {
  .spanish-page .btn--to-call span:before {
    margin-left: 10px;
  }
}
@media (max-width: 329px) {
  .spanish-page .btn--to-call span {
    font-size: 15px;
  }
}
.btn--to-call-2 {
  background-color: rgba(255, 0, 0, 0);
  border: 1px solid #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-transform: capitalize;
  padding: 11.5px 10px;
  letter-spacing: 0.01em;
  min-width: 216px;
}

.btn--to-call-2:is(:hover, :focus) {
  background-color: unset;
}

.btn--to-call-2 span {
  position: relative;
  display: inline-flex;
  align-items: center;
  font-size: 19px;
  font-weight: 700;
  color: #fff;
  letter-spacing: inherit;
}

.btn--to-call-2 span::before {
  position: relative;
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  background-image: url("../images/icons/icon-tap-call-2.svg");
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 10px;
}

.btn--form {
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 23px !important;
  color: var(--color-tertiary) !important;
  background-color: var(--accent-color) !important;
  border-radius: 5px !important;
  padding: 17.5px 10px !important;
  display: block !important;
  width: 100% !important;
}

.btn--form:is(:hover, :focus) {
  background-color: #FFBF41 !important;
}

.hero-home .btn--form {
  font-weight: 500 !important;
  padding: 14px 10px !important;
}

/* purgecss start ignore */
@media screen and (min-width: 992px) {
  .gform_wrapper.gravity-theme form,
  .gform_wrapper.gform-theme form {
    max-width: 928px;
    margin-left: auto;
    margin-right: auto;
  }
}
.gform_wrapper.gravity-theme .gchoice,
.gform_wrapper.gform-theme .gchoice {
  position: relative;
  padding-left: 40px;
}

.gform_wrapper.gravity-theme .gfield,
.gform_wrapper.gform-theme .gfield {
  margin-top: 25px;
}

@media screen and (min-width: 768px) {
  .gform_wrapper.gravity-theme .gfield,
  .gform_wrapper.gform-theme .gfield {
    margin-top: 29px;
  }
}
.hero-home .gform_wrapper.gravity-theme .gfield,
.hero-home .gform_wrapper.gform-theme .gfield {
  margin-top: 19px;
}

@media screen and (min-width: 1400px) {
  .hero-home .gform_wrapper.gravity-theme .gfield:first-child,
  .hero-home .gform_wrapper.gform-theme .gfield:first-child {
    margin-top: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-home .gform_wrapper.gravity-theme .gfield,
  .hero-home .gform_wrapper.gform-theme .gfield {
    margin-top: 12px;
  }
}
.gform_wrapper.gravity-theme .gfield .ginput_container label,
.gform_wrapper.gform-theme .gfield .ginput_container label {
  color: var(--color-tertiary);
}

.gform_wrapper.gravity-theme .gfield .ginput_container input:not([type=checkbox]),
.gform_wrapper.gform-theme .gfield .ginput_container input:not([type=checkbox]) {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 4px;
  height: 44px;
  color: var(--color-tertiary);
}

.hero-home .gform_wrapper.gravity-theme .gfield .ginput_container input:not([type=checkbox]),
.hero-home .gform_wrapper.gform-theme .gfield .ginput_container input:not([type=checkbox]) {
  border-radius: 2px;
}

.gform_wrapper.gravity-theme .gfield .ginput_container textarea,
.gform_wrapper.gform-theme .gfield .ginput_container textarea {
  height: 84px !important;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 4px;
  color: var(--color-tertiary);
  min-block-size: initial;
}

@media screen and (min-width: 768px) {
  .hero-home .gform_wrapper.gravity-theme .gfield .ginput_container textarea,
  .hero-home .gform_wrapper.gform-theme .gfield .ginput_container textarea {
    min-block-size: 74px !important;
    height: 74px !important;
  }
}
.gform_wrapper.gravity-theme .gform_heading,
.gform_wrapper.gform-theme .gform_heading {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.gform_wrapper.gravity-theme .gform_body .gform_fields,
.gform_wrapper.gform-theme .gform_body .gform_fields {
  row-gap: 0;
}

.gform_wrapper.gravity-theme .gform_body .gfield_label,
.gform_wrapper.gravity-theme .gform_body .gfield-choice-input + label,
.gform_wrapper.gravity-theme .gform_body .gfield_required,
.gform_wrapper.gform-theme .gform_body .gfield_label,
.gform_wrapper.gform-theme .gform_body .gfield-choice-input + label,
.gform_wrapper.gform-theme .gform_body .gfield_required {
  color: var(--form-label-color);
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

@media screen and (min-width: 768px) {
  .gform_wrapper.gravity-theme .gform_body .gfield_label,
  .gform_wrapper.gravity-theme .gform_body .gfield-choice-input + label,
  .gform_wrapper.gravity-theme .gform_body .gfield_required,
  .gform_wrapper.gform-theme .gform_body .gfield_label,
  .gform_wrapper.gform-theme .gform_body .gfield-choice-input + label,
  .gform_wrapper.gform-theme .gform_body .gfield_required {
    font-weight: 500;
  }
}
.hero-home .gform_wrapper.gravity-theme .gform_body .gfield_label,
.hero-home .gform_wrapper.gravity-theme .gform_body .gfield-choice-input + label,
.hero-home .gform_wrapper.gravity-theme .gform_body .gfield_required,
.hero-home .gform_wrapper.gform-theme .gform_body .gfield_label,
.hero-home .gform_wrapper.gform-theme .gform_body .gfield-choice-input + label,
.hero-home .gform_wrapper.gform-theme .gform_body .gfield_required {
  font-size: 16px;
  font-weight: 500;
}

.gform_wrapper.gravity-theme .gform_body .gfield_label,
.gform_wrapper.gform-theme .gform_body .gfield_label {
  gap: initial;
}

.gform_wrapper.gravity-theme .gform_body .gfield--type-checkbox,
.gform_wrapper.gform-theme .gform_body .gfield--type-checkbox {
  margin-top: 10px;
}

.gform_wrapper.gravity-theme .gform_body .gfield--type-checkbox .gchoice,
.gform_wrapper.gform-theme .gform_body .gfield--type-checkbox .gchoice {
  padding-left: 0;
}

.gform_wrapper.gravity-theme .gform_body .gfield--type-checkbox .gform-field-label,
.gform_wrapper.gform-theme .gform_body .gfield--type-checkbox .gform-field-label {
  font-size: 14px;
  line-height: normal;
  padding-left: 8px;
}

@media screen and (min-width: 768px) {
  .gform_wrapper.gravity-theme .gform_body .gfield--type-checkbox .gform-field-label,
  .gform_wrapper.gform-theme .gform_body .gfield--type-checkbox .gform-field-label {
    font-size: 15px;
  }
}
.gform_wrapper.gravity-theme .gform_body .gfield--type-checkbox .gform-field-label--type-inline,
.gform_wrapper.gform-theme .gform_body .gfield--type-checkbox .gform-field-label--type-inline {
  margin-left: 0 !important;
  margin-bottom: 0 !important;
}

.gform_wrapper.gravity-theme .gform_body .gfield--type-checkbox input[type=checkbox],
.gform_wrapper.gform-theme .gform_body .gfield--type-checkbox input[type=checkbox] {
  width: 18px;
  height: 18px;
  border-radius: 3px;
  background-color: #fff;
}

.gform_wrapper.gravity-theme .gform_body .gfield--type-checkbox input[type=checkbox]:before,
.gform_wrapper.gform-theme .gform_body .gfield--type-checkbox input[type=checkbox]:before {
  color: var(--color-tertiary);
}

@media screen and (min-width: 768px) {
  .gform_wrapper.gravity-theme .gform_body .gfield--type-checkbox input[type=checkbox],
  .gform_wrapper.gform-theme .gform_body .gfield--type-checkbox input[type=checkbox] {
    border-radius: 4px;
  }
}
.gform_wrapper.gravity-theme .gform_body .gfield--type-textarea,
.gform_wrapper.gform-theme .gform_body .gfield--type-textarea {
  margin-top: 34px;
}

@media screen and (min-width: 768px) {
  .gform_wrapper.gravity-theme .gform_body .gfield--type-textarea,
  .gform_wrapper.gform-theme .gform_body .gfield--type-textarea {
    margin-top: 28px;
  }
}
.hero-home .gform_wrapper.gravity-theme .gform_body .gfield--type-textarea,
.hero-home .gform_wrapper.gform-theme .gform_body .gfield--type-textarea {
  margin-top: 19px;
}

.gform_wrapper.gravity-theme .gform_body .gfield--type-submit,
.gform_wrapper.gform-theme .gform_body .gfield--type-submit {
  order: 1;
}

.hero-home .gform_wrapper.gravity-theme .gform_body .gfield--type-submit,
.hero-home .gform_wrapper.gform-theme .gform_body .gfield--type-submit {
  margin-top: 27px;
}

.gform_wrapper.gravity-theme .gform_body .note-checkbox,
.gform_wrapper.gform-theme .gform_body .note-checkbox {
  order: 2;
  margin-top: 29px;
}

@media screen and (min-width: 768px) {
  .gform_wrapper.gravity-theme .gform_body .note-checkbox input[type=checkbox],
  .gform_wrapper.gform-theme .gform_body .note-checkbox input[type=checkbox] {
    border-radius: 4px;
    margin-top: 4.3px;
  }
}
@media screen and (min-width: 992px) {
  .gform_wrapper.gravity-theme .gform_body .note-checkbox input[type=checkbox],
  .gform_wrapper.gform-theme .gform_body .note-checkbox input[type=checkbox] {
    margin-top: 0;
  }
}
.gform_wrapper.gravity-theme .gform_footer,
.gform_wrapper.gform-theme .gform_footer {
  margin: 0;
}

.form-wrap {
  background-color: var(--color-primary);
  border: 2px solid #fff;
  margin-left: auto;
  margin-right: auto;
  padding: 37px 25px 39px;
}

@media (min-width: 576px) {
  .form-wrap {
    padding: 53px 63px 53px;
  }
}
@media screen and (min-width: 992px) {
  .form-wrap {
    width: 100%;
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
  }
}
.form-wrap.form-small {
  padding: 20px;
}

.form-wrap.form-small .gfield_html {
  margin-top: 0;
  margin-bottom: -20px;
}

.form-wrap.form-small .form-title {
  margin-bottom: 0;
}

.form-wrap.form-small .gfield_consent_label {
  font-size: 16px;
  color: #fff !important;
}

.form-wrap.form-small .gform_footer {
  margin-top: 20px;
}

.hero-home .form-wrap {
  position: relative;
  z-index: 4;
  padding: 28px 22px 25px;
  width: 100%;
  max-width: 320px;
  margin-top: 39px;
  margin-bottom: 54px;
  margin-left: auto;
  margin-right: auto;
  background: linear-gradient(180deg, #003A65 0%, #005797 100%);
  backdrop-filter: blur(6.5px);
  -webkit-backdrop-filter: blur(6.5px);
}

@media (min-width: 576px) {
  .hero-home .form-wrap {
    max-width: initial;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .hero-home .form-wrap {
    padding-left: 63px;
    padding-right: 63px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-home .form-wrap {
    padding: 26px 17px 22px;
    margin-top: 23px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .hero-home .form-wrap {
    background: linear-gradient(180deg, rgba(0, 58, 101, 0.3) 0%, #005797 100%);
    max-width: 320px;
    border: 3px solid #fff;
  }
}
@media screen and (min-width: 992px) {
  .hero-home .form-wrap {
    max-width: 449px;
    padding: 32px 45px 25px;
    margin-top: 56px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1400px) {
  .hero-home .form-wrap {
    padding: 30px 45px 23px;
  }
}
.page-template-template-family-law .form-wrap {
  padding-bottom: 36px;
}

@media screen and (min-width: 992px) {
  .page-template-template-family-law .form-wrap {
    padding-bottom: 58px;
  }
}
@media screen and (min-width: 1400px) {
  .page-template-template-family-law .form-wrap {
    padding-top: 25px;
    padding-bottom: 50px;
  }
}
.sidebar-widgets .form-wrap {
  box-shadow: none;
  border: none;
}

@media screen and (min-width: 1200px) {
  .sidebar-widgets .form-wrap {
    padding: 57px 40px;
  }
}
.form-wrap label,
.form-wrap input {
  display: block;
  font-size: 16px;
  line-height: 1;
}

.form-wrap label {
  color: #fff;
  font-weight: 400;
  margin-bottom: 12px !important;
}

.hero-home .form-wrap label {
  margin-bottom: 8px !important;
}

.form-title {
  font-size: 24px;
  font-weight: 700;
  color: var(--form-title-color);
  text-align: center;
  font-family: var(--secondary-font);
  letter-spacing: 0.01em;
  margin-bottom: 5px;
}

@media screen and (min-width: 768px) {
  .form-title {
    font-size: 32px;
    line-height: 44px;
    width: 100%;
    max-width: 452px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 992px) {
  .form-title {
    max-width: initial;
    margin-bottom: 13px;
  }
}
.form-title span {
  color: var(--accent-color);
}

.hero-home .form-title {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.23em;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .hero-home .form-title {
    line-height: 27px;
  }
}
.page-template-contact .form-title {
  max-width: 276px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .page-template-contact .form-title {
    max-width: 370px;
  }
}
@media screen and (min-width: 992px) {
  .page-template-contact .form-title {
    max-width: initial;
  }
}
.page-template-contact.spanish-page .form-title {
  max-width: 376px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .page-template-contact.spanish-page .form-title {
    max-width: 500px;
  }
}
.sidebar-widgets .form-title {
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
  margin-bottom: 20px;
}

.form-note-txt {
  display: block;
  font-family: var(--main-font);
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 26px;
  margin-top: 18px;
  text-transform: capitalize;
}

@media (min-width: 768px) and (max-width: 991px) {
  .form-note-txt {
    margin-left: -6px;
    margin-right: -6px;
  }
}
#video_play {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin-top: 30px;
  margin-bottom: 30px;
}

#video_play iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#video_play .cw_video_description {
  display: none;
}

.cw_video_gallery.cw_video_type_matrix .cw_video_size_small {
  margin: 10px;
  padding: 10px;
  width: 142px;
}

.cw_video_gallery.cw_video_type_matrix .cw_video_size_small .cw_video_item_title {
  padding-top: 10px !important;
}

.cw_video_open_popup_customized {
  margin-bottom: 30px;
  display: inline-block;
}

.cw_video_gallery {
  margin-bottom: 45px;
}

@media screen and (min-width: 992px) {
  .cw_video_gallery div:not(.cw_video_item):not(.cw_video_item_title) {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    column-gap: 16px;
    row-gap: 36px;
  }
}
@media (max-width: 991px) {
  .cw_video_gallery div:not(.cw_video_item):not(.cw_video_item_title) {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    column-gap: 15px;
    row-gap: 30px;
  }
}
@media (max-width: 767px) {
  .cw_video_gallery div:not(.cw_video_item):not(.cw_video_item_title) {
    row-gap: 0;
  }
}
.cw_video_gallery .cw_video_item {
  height: unset;
  width: 240px;
  padding: 12px;
  margin: 0 10px;
  border: unset;
  background-color: #fff;
  border: 3px solid #D2D9DF;
}

@media (min-width: 1400px) and (max-width: 1439px) {
  .cw_video_gallery .cw_video_item {
    width: 340px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cw_video_gallery .cw_video_item {
    width: 290px;
  }
}
@media (max-width: 991px) {
  .cw_video_gallery .cw_video_item {
    width: 320px;
    padding: 9px;
  }
}
@media (max-width: 767px) {
  .cw_video_gallery .cw_video_item {
    padding-bottom: 15px;
    margin: 0 auto 30px;
  }
}
@media (max-width: 566px) {
  .cw_video_gallery .cw_video_item {
    width: 100%;
  }
}
@media screen and (min-width: 1440px) {
  .cw_video_gallery .cw_video_item {
    width: 235px;
  }
}
.cw_video_gallery .cw_video_item .cw_video_item_title {
  color: var(--color-tertiary);
  font-weight: 600;
  text-decoration: none;
}

.cw_video_gallery .cw_video_item a {
  text-decoration: none !important;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .cw_video_gallery .cw_video_item:last-of-type {
    margin-bottom: 0;
  }
}
.cw_video_gallery + h2 {
  margin-top: 45px;
}

@media (max-width: 992px) {
  .single-cw_video .cw_video_single,
  .single .cw_video_single,
  .page-template-default .cw_video_single,
  .page-template-practice-area .cw_video_single,
  .page-template-template-family-law .cw_video_single,
  .tax-cw_video_category .cw_video_single {
    margin: 0 auto;
    display: block;
    height: 440px;
  }
}
@media (max-width: 767px) {
  .single-cw_video .cw_video_single,
  .single .cw_video_single,
  .page-template-default .cw_video_single,
  .page-template-practice-area .cw_video_single,
  .page-template-template-family-law .cw_video_single,
  .tax-cw_video_category .cw_video_single {
    height: 350px;
  }
}
@media (max-width: 577px) {
  .single-cw_video .cw_video_single,
  .single .cw_video_single,
  .page-template-default .cw_video_single,
  .page-template-practice-area .cw_video_single,
  .page-template-template-family-law .cw_video_single,
  .tax-cw_video_category .cw_video_single {
    height: 250px;
  }
}
@media (max-width: 399px) {
  .single-cw_video .cw_video_single,
  .single .cw_video_single,
  .page-template-default .cw_video_single,
  .page-template-practice-area .cw_video_single,
  .page-template-template-family-law .cw_video_single,
  .tax-cw_video_category .cw_video_single {
    height: 220px;
  }
}
@media (max-width: 329px) {
  .single-cw_video .cw_video_single,
  .single .cw_video_single,
  .page-template-default .cw_video_single,
  .page-template-practice-area .cw_video_single,
  .page-template-template-family-law .cw_video_single,
  .tax-cw_video_category .cw_video_single {
    height: 185px;
  }
}
.vid-alignleft {
  float: initial;
  text-align: initial;
  margin-top: 37px;
}

@media screen and (min-width: 992px) {
  .vid-alignleft {
    margin-bottom: 41px;
  }
}
.cw-accordion {
  margin-top: 23px;
  margin-bottom: 22px !important;
}

@media screen and (min-width: 992px) {
  .cw-accordion {
    width: 100%;
    max-width: 840px;
    margin-bottom: 50px !important;
  }
}
.cw-accordion .cw-accordion__item {
  margin-bottom: 16px !important;
  box-shadow: none !important;
  border-radius: 5px !important;
}

.cw-accordion .cw-accordion__item .cw-accordion__item-title {
  font-weight: 700 !important;
  line-height: normal;
  border-radius: 5px !important;
  letter-spacing: 0.01em !important;
  background-position: right 25px top 50% !important;
  border: 1px solid #E3E3E3 !important;
}

@media (min-width: 576px) {
  .cw-accordion .cw-accordion__item .cw-accordion__item-title {
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .cw-accordion .cw-accordion__item .cw-accordion__item-title {
    padding-left: 22px;
  }
}
.cw-accordion .cw-accordion__item .cw-accordion__item-title:is(:hover, :focus) {
  box-shadow: none;
  border-color: #E3E3E3 !important;
}

.cw-accordion .cw-accordion__item .cw-accordion__item-content {
  border-radius: 0 !important;
  border: unset !important;
}

@media (max-width: 767px) {
  .cw-accordion .cw-accordion__item .cw-accordion__item-content {
    padding: 16px 20px 20px;
  }
}
.cw-accordion .cw-accordion__item .cw-accordion__item-content p,
.cw-accordion .cw-accordion__item .cw-accordion__item-content em {
  line-height: 30px !important;
}

.cw-accordion .cw-accordion__item .cw-accordion__item-content ul,
.cw-accordion .cw-accordion__item .cw-accordion__item-content ol {
  margin-left: 0 !important;
}

.cw-accordion .cw-accordion__item .cw-accordion__item-content strong {
  font-weight: bold;
}

.cw-accordion .cw-accordion__item .cw-accordion__item-content *:last-child {
  margin-bottom: 0;
}

.cw-accordion .cw-accordion__item--open {
  margin-bottom: 0 !important;
}

.cw-accordion .cw-accordion__item--open .cw-accordion__item-title {
  border-color: #E3E3E3 !important;
}

@media (min-width: 1541px) {
  .breadcrumb-container .container {
    max-width: 1541px;
  }
}
.breadcrumb-container .breadcrumb {
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  line-height: 28px;
  letter-spacing: 0.01em;
  padding: 14px 0;
  list-style: none;
  border-radius: 0;
  margin: 0;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
}

.page-template-template-family-law .breadcrumb-container .breadcrumb {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
}

.breadcrumb-container .breadcrumb a {
  text-decoration: none;
  color: #fff;
}

.breadcrumb-container .breadcrumb a:after {
  content: "›";
  position: relative;
  margin: 0;
  margin-left: 17px;
  margin-right: 14px;
  display: inline-block;
  color: var(--accent-color);
}

.breadcrumb-container .breadcrumb a:is(:hover, :focus) {
  text-decoration: underline;
  color: #fff;
}

.blog-pagination {
  text-align: center;
}

.blog-pagination:empty {
  display: none;
}

.blog-pagination .blog-navigation {
  justify-content: center;
}

@media (max-width: 767px) {
  .blog-pagination .blog-navigation {
    padding-bottom: 0;
    margin-left: -20px;
    margin-right: -20px;
  }
}
.blog-pagination .blog-navigation span.page,
.blog-pagination .blog-navigation ul li.page-li {
  display: none;
}

.blog-pagination .blog-navigation:empty {
  display: none;
}

.blog-pagination ul {
  line-height: 29px;
  display: inline-block;
  text-align: center;
  padding: 20px 0;
  padding-left: 0 !important;
  margin-bottom: 0;
}

@media screen and (min-width: 992px) {
  .blog-pagination ul {
    padding-bottom: 0;
  }
}
.blog-pagination ul li {
  float: left;
  margin: 0 4px;
  overflow: hidden;
}

@media (max-width: 575px) {
  .blog-pagination ul li {
    margin: 0 3px;
  }
}
@media (max-width: 369px) {
  .blog-pagination ul li {
    margin: 0 2.5px;
  }
}
.blog-pagination ul li a,
.blog-pagination ul li span {
  display: inline-block;
  float: left;
  height: 33px;
  min-width: 33px;
  line-height: 29px;
  letter-spacing: 0.01em;
  padding: 0;
  padding-left: 12px;
  padding-right: 12px;
  transition: all 0.1s ease;
  color: var(--color-primary);
  font-size: 16px;
  font-weight: 600;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #E3E3E3;
  box-shadow: none;
}

@media (max-width: 575px) {
  .blog-pagination ul li a,
  .blog-pagination ul li span {
    font-size: 15px;
    padding-left: 6px;
    padding-right: 6px;
    min-width: 29px;
    height: 29px;
    line-height: 25px;
  }
}
@media (max-width: 369px) {
  .blog-pagination ul li a,
  .blog-pagination ul li span {
    padding-left: 4px;
    padding-right: 4px;
    min-width: 28px;
    height: 28px;
    line-height: 23.5px;
  }
}
@media (max-width: 329px) {
  .blog-pagination ul li a,
  .blog-pagination ul li span {
    padding-left: 2.5px;
    padding-right: 2.5px;
    min-width: 25px;
    height: 28px;
  }
}
.blog-pagination ul li a:hover,
.blog-pagination ul li span:hover {
  color: #fff;
  background: var(--color-primary);
  border-color: var(--color-primary);
}

.blog-pagination ul li a.current,
.blog-pagination ul li span.current {
  border-color: var(--color-primary);
  color: #fff;
  background: var(--color-primary);
  pointer-events: none;
}

.blog-pagination ul li a.current:hover,
.blog-pagination ul li span.current:hover {
  color: #fff;
  background: var(--color-primary);
  border-color: var(--color-primary);
}

.blog-pagination ul li a.dots,
.blog-pagination ul li span.dots {
  color: var(--color-primary);
  background: none;
  border: none;
  text-shadow: 0 1px 0 #ffffff;
  padding: 0;
}

@media (max-width: 575px) {
  .blog-pagination ul li a.dots,
  .blog-pagination ul li span.dots {
    min-width: 10px;
    height: 29px;
    line-height: 29px;
  }
}
@media (max-width: 369px) {
  .blog-pagination ul li a.dots,
  .blog-pagination ul li span.dots {
    min-width: 10px;
    height: 28px;
    line-height: 28px;
  }
}
.blog-pagination ul li a.prev, .blog-pagination ul li a.next,
.blog-pagination ul li span.prev,
.blog-pagination ul li span.next {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--color-primary);
}

.blog-pagination ul li a.prev:is(:hover, :focus), .blog-pagination ul li a.next:is(:hover, :focus),
.blog-pagination ul li span.prev:is(:hover, :focus),
.blog-pagination ul li span.next:is(:hover, :focus) {
  color: #fff;
  background: var(--color-primary);
  border-color: var(--color-primary);
}

.blog-pagination ul li a.prev svg, .blog-pagination ul li a.next svg,
.blog-pagination ul li span.prev svg,
.blog-pagination ul li span.next svg {
  width: 8px;
  height: 19px;
  position: relative;
}

.blog-pagination ul:after {
  clear: both;
  content: "";
  display: table;
}

.blog-pagination ul li.page-li {
  line-height: normal;
  align-self: center;
}

.blog-pagination ul li.active a {
  border-color: var(--accent-color);
  color: #F9F9F9;
  background: var(--accent-color);
  pointer-events: none;
}

.blog-pagination ul li.active a:hover {
  color: #F9F9F9;
  background: var(--accent-color);
  border-color: var(--accent-color);
}

.blog-pagination ul li.prev-link a,
.blog-pagination ul li.next-link a {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.blog-pagination ul li.prev-link a svg,
.blog-pagination ul li.next-link a svg {
  width: 8px;
  height: 19px;
  position: relative;
}

.results-slider__sidebar {
  position: relative;
}

.results-slider__sidebar .grid-results {
  margin: 0;
}

.results-slider__sidebar .grid-results .item .value {
  padding-top: 0;
}

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0;
}

.swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  border: 2px solid #c6c6c6;
  background: transparent;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #18397b;
  border: 2px solid #18397b;
}

.arrow-prev,
.arrow-next,
.arrow-prev-alt,
.arrow-next-alt {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 37px;
  height: 37px;
  z-index: 9998;
  background-size: 37px;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
}

.section-attorneys .arrow-prev,
.section-attorneys .arrow-next,
.section-attorneys .arrow-prev-alt,
.section-attorneys .arrow-next-alt {
  top: 37%;
  transform: translateY(-37%);
}

.arrow-prev {
  left: 0;
  background-image: url("../images/arrows/arrow-prev.svg");
}

@media screen and (min-width: 1440px) {
  .awards-part .arrow-prev {
    left: 40px;
  }
}
.arrow-prev-alt {
  left: 0;
  background-image: url("../images/arrows/arrow-prev-alt.svg");
}

@media screen and (min-width: 1440px) {
  .results-part .arrow-prev-alt {
    left: 16px;
  }
}
.arrow-next {
  right: 0;
  background-image: url("../images/arrows/arrow-next.svg");
}

@media screen and (min-width: 1440px) {
  .awards-part .arrow-next {
    right: 40px;
  }
}
.arrow-next-alt {
  right: 0;
  background-image: url("../images/arrows/arrow-next-alt.svg");
}

@media screen and (min-width: 1440px) {
  .results-part .arrow-next-alt {
    right: 16px;
  }
}
.cw__modal-dialog {
  background-color: var(--modal-overlay-color, rgba(0, 0, 0, 0.8));
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100vw;
  z-index: 9999;
  align-items: center;
  justify-content: center;
  /* Hide this modal until we need it */
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s;
  display: none;
}

.cw__modal-dialog.open {
  opacity: 1;
  pointer-events: all;
  display: flex;
}

.cw__modal-dialog .inner-modal {
  width: var(--inner-modal-width, 600px);
  height: auto;
  background-color: #fff;
  border-radius: 5px;
  padding: 1rem;
  border: 1px solid rgba(44, 44, 44, 0.1);
  box-shadow: 0px 4px 67px rgba(0, 0, 0, 0.15);
}

.cw__modal-dialog .inner-modal .modal-content {
  border: none;
}

#hoursModal .modal-content .modal-header,
.hours-modal .modal-content .modal-header {
  padding: 0 0 10px 0;
  background-color: #fff;
  border-bottom: 1px solid rgba(44, 44, 44, 0.1);
}

#hoursModal .modal-content .modal-header .modal-title,
.hours-modal .modal-content .modal-header .modal-title {
  font-family: var(--main-font);
  font-size: 22px;
  font-weight: 700;
  color: var(--color-tertiary);
  text-transform: capitalize;
}

#hoursModal .modal-content .modal-body,
.hours-modal .modal-content .modal-body {
  padding: 5px 0;
  background-color: #fff;
}

#hoursModal .modal-content .modal-body .opening-hours table,
.hours-modal .modal-content .modal-body .opening-hours table {
  margin: 0 auto;
  width: 100%;
}

#hoursModal .modal-content .modal-body .opening-hours table tr,
.hours-modal .modal-content .modal-body .opening-hours table tr {
  font-family: var(--main-font);
}

#hoursModal .modal-content .modal-body .opening-hours table tr .day,
.hours-modal .modal-content .modal-body .opening-hours table tr .day {
  color: var(--day-color, var(--color-tertiary));
  position: relative;
  font-weight: 700;
}

#hoursModal .modal-content .modal-body .opening-hours table tr .day:after,
.hours-modal .modal-content .modal-body .opening-hours table tr .day:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 80%;
  background-color: rgba(44, 44, 44, 0.1);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

#hoursModal .modal-content .modal-body .opening-hours table tr:nth-child(even),
.hours-modal .modal-content .modal-body .opening-hours table tr:nth-child(even) {
  background-color: var(--odd-rows-background-color, #fff);
}

#hoursModal .modal-content .modal-body .opening-hours table tr th,
#hoursModal .modal-content .modal-body .opening-hours table tr td,
.hours-modal .modal-content .modal-body .opening-hours table tr th,
.hours-modal .modal-content .modal-body .opening-hours table tr td {
  border: 0;
  padding: 0.5em;
  color: var(--hours-color, var(--color-tertiary));
}

#hoursModal .modal-content .modal-body .opening-hours table tr th:nth-child(2),
#hoursModal .modal-content .modal-body .opening-hours table tr td:nth-child(2),
.hours-modal .modal-content .modal-body .opening-hours table tr th:nth-child(2),
.hours-modal .modal-content .modal-body .opening-hours table tr td:nth-child(2) {
  padding-left: 30px;
}

#hoursModal .modal-content .close,
.hours-modal .modal-content .close {
  background-color: var(--color-neutral);
  border: 1px solid #DFE9F1;
  color: var(--color-primary);
  border-radius: 50%;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  padding: 0;
  width: 28px;
  height: 28px;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#hoursModal .modal-content .close span,
.hours-modal .modal-content .close span {
  display: block;
}

.modal-video .inner-modal .modal-header {
  display: none;
}

.modal-video .inner-modal .modal-body {
  padding: 0;
}

.modal-video .inner-modal .modal-body > div {
  margin-bottom: 0;
}

.share-wrap {
  margin-top: 25px;
  padding-top: 30px;
  border-top: 1px solid #E7E7E7;
}

.share-wrap .social-icons {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
}

.share-wrap .social-icons li {
  padding: 0;
}

@media (max-width: 767px) {
  .share-wrap .social-icons li {
    padding-left: 0 !important;
  }
}
.share-wrap .social-icons span {
  background: var(--color-primary);
  color: #fff;
  padding: 11px 27px;
  display: inline-block;
  margin-right: 7px;
  font-weight: 600;
}

.share-wrap .social-icons a {
  color: var(--color-tertiary);
  margin-left: 15px;
  font-size: 0;
}

.share-wrap .social-icons a svg {
  margin-right: 5px;
}

.share-wrap .social-icons a svg * {
  fill: var(--color-primary);
}

.share-wrap .social-icons a.e-url svg {
  transform: scale(0.9);
}

.share-wrap .social-icons a.f-url svg {
  transform: scale(0.8);
}

.share-wrap .social-icons a.t-url svg {
  transform: scale(0.8);
}

.share-wrap .social-icons a.p-url svg {
  transform: scale(0.9);
  margin-right: 3px;
}

ul.social-icon-list {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-template-contact main ul.social-icon-list {
  justify-content: center;
}

ul.social-icon-list li {
  padding: 0;
  margin: 0;
  margin-left: 10px;
  display: inline-block;
}

ul.social-icon-list li:first-of-type {
  margin-left: 0;
}

ul.social-icon-list li .icon-facebook {
  background-image: url("../images/icons/icon-facebook.svg");
  display: block;
  width: 13px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

ul.social-icon-list li .icon-x {
  background-image: url("../images/icons/icon-x.svg");
  display: block;
  height: 20px;
  width: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

ul.social-icon-list li .icon-google-plus {
  background-image: url("../images/icons/icon-google-plus.svg");
  display: block;
  height: 24px;
  width: 28px;
  background-size: 100%;
}

ul.social-icon-list li .icon-linkedin {
  background-image: url("../images/icons/icon-linkedin.svg");
  display: block;
  height: 21px;
  width: 21px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

ul.social-icon-list li .icon-instagram {
  background: url("../images/icons/icon-instagram.svg") no-repeat scroll center center transparent;
  display: block;
  height: 37px;
  width: 37px;
  background-size: 100%;
}

ul.social-icon-list li .icon-youtube {
  background: url("../images/icons/icon-youtube.svg");
  display: block;
  width: 24px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

ul.social-icon-list li .icon-yelp {
  background: url("../images/icons/icon-yelp.svg");
  display: block;
  width: 22px;
  height: 27px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

ul.social-icon-list li a {
  display: block;
  background-color: var(--accent-color);
  width: 50px;
  height: 50px;
  display: flex;
  text-align: center;
  border-radius: 50%;
  color: var(--color-tertiary);
  justify-content: center;
  align-items: center;
}

.author-box__name {
  font-family: var(--secondary-font);
}

.author-box__name strong {
  font-size: var(--cw-ab-title-font-size);
}

@media (max-width: 575px) {
  .author-box__description {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

/*# sourceMappingURL=elements.css.map*/