/**
Theme Name: lawrank avada Child
Author: InfiWebs
Author URI: lawrank.com
Description: Child theme for the #1 selling theme of all time that allows you to build virtually any design style.
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: lawrank-avada-child
Template: Avada
*/
html.full-width-main body #main {
  padding: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.hero-bg-image {
  position: relative;
  min-height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media (min-width: 767px) {
  .hero-bg-image {
    min-height: 300px;
  }
}
.hero-bg-image picture {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero-bg-image picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-bg-image h1 {
  max-width: 1250px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 40px 20px;
}

.alt-banner.alt-style {
  margin-bottom: 52px;
  position: relative;
  display: flex;
  align-items: center;
}
.alt-banner.alt-style picture {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.alt-banner.alt-style picture img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
.alt-banner.alt-style .hero-content {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 210px 12px 28px;
  position: relative;
  z-index: 1;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
@media (min-width: 768px) {
  .alt-banner.alt-style .hero-content.invert .content {
    order: 2;
  }
  .alt-banner.alt-style .hero-content.invert .logos-slider {
    order: 1;
    margin-right: 0px;
  }
}
.alt-banner.alt-style .hero-content > * {
  flex: 0 0 100%;
  text-align: center;
}
.alt-banner.alt-style .hero-content .content {
  flex: 0 0 100%;
}
@media (min-width: 767px) {
  .alt-banner.alt-style .hero-content .content {
    flex: 0 0 50%;
  }
}
.alt-banner.alt-style .hero-content .logos-slider {
  max-width: 100%;
  flex: 0 0 45%;
  width: 100%;
}
@media (max-width: 767px) {
  .alt-banner.alt-style .hero-content .logos-slider {
    margin-right: 0px;
    flex: 0 0 100%;
    margin-top: 10px;
    width: 100%;
  }
}
.alt-banner.alt-style .hero-content .logos-slider .slide {
  height: 95px;
  display: block;
}
.alt-banner.alt-style .hero-content .logos-slider .slide * {
  height: 100%;
  width: 100%;
  display: block;
  margin: 0 auto;
}
@media (min-width: 767px) {
  .alt-banner.alt-style .hero-content .logos-slider .slide:nth-child(1) img {
    max-width: 220px;
  }
}
.alt-banner.alt-style .hero-content .logos-slider .slide img {
  max-width: 165px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
}
@media (min-width: 767px) {
  .alt-banner.alt-style .hero-content .logos-slider .slide img {
    max-width: 130px;
  }
}
.alt-banner.alt-style .hero-content .reviews {
  width: 200px;
  margin-bottom: 15px;
  display: flex;
  flex: 0 0 50%;
}
.alt-banner.alt-style .hero-content .reviews > * {
  width: 100%;
  height: 100%;
  display: block;
}
.alt-banner.alt-style .hero-content .button {
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  order: 2;
}
@media (min-width: 767px) {
  .alt-banner.alt-style .hero-content .button {
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  .alt-banner.alt-style {
    margin-bottom: 0;
    /* picture {
    	&::after {
    		height: 260px;
    		background: linear-gradient(360deg, rgba(12, 40, 73, 0.9) 0%, rgba(12, 40, 73, 0) 100%);
    	}
    } */
  }
  .alt-banner.alt-style .hero-content {
    padding: 72px 20px 72px 20px;
    min-height: 500px;
    justify-content: flex-end;
    align-items: end;
    row-gap: 20px;
  }
  .alt-banner.alt-style .hero-content > * {
    max-width: 550px;
    margin: 0;
    flex: 0;
    text-align: left;
  }
  .alt-banner.alt-style .hero-content .hero-title {
    flex-basis: 50%;
    max-width: 490px;
    margin-bottom: 5px;
  }
  .alt-banner.alt-style .hero-content .hero-byline {
    flex-basis: 50%;
    max-width: 390px;
    margin: 20px 0;
  }
  .alt-banner.alt-style .hero-content .button {
    width: -moz-max-content;
    width: max-content;
    position: static;
    order: 0;
    flex: 0 0 content;
  }
  .alt-banner.alt-style .hero-content .reviews {
    justify-content: flex-end;
    order: 2;
  }
  .alt-banner.alt-style .hero-content .reviews a,
  .alt-banner.alt-style .hero-content .reviews svg {
    width: 270px;
  }
  .alt-banner.alt-style .hero-content .social-networks {
    margin: 30px 0 0;
    display: block;
  }
  .alt-banner.alt-style .hero-content .social-networks a img {
    margin: 0 20px;
  }
}
.alt-banner.alt-style .hero-title {
  display: block;
  color: #FFFFFF;
  font-family: var(--font2);
  font-size: 40px;
  font-weight: 400;
  line-height: 40px;
  max-width: 600px;
}
@media (min-width: 768px) {
  .alt-banner.alt-style .hero-title {
    font-size: 55px;
    line-height: 65px;
  }
}
.alt-banner.alt-style .hero-byline {
  margin-bottom: 0;
  display: block;
  font-family: var(--font1);
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  color: #FFFFFF;
}
@media (min-width: 768px) {
  .alt-banner.alt-style .hero-byline {
    max-width: 100%;
    margin-bottom: 0;
    font-size: 20px;
    line-height: 30px;
  }
}
@media (min-width: 1150px) {
  .alt-banner.alt-style .hero-byline {
    max-width: 100%;
  }
}

.hero-settlements {
  background-color: #1B617D;
  padding: 20px 0;
}
@media (max-width: 1280px) {
  .hero-settlements {
    padding: 0;
  }
}
.hero-settlements .settlements {
  max-width: 1440px;
  margin: 0 auto;
}
.hero-settlements .settlements .item {
  background-color: #1B617D;
  text-align: center;
  padding: 40px 10px;
  height: 90px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1280px) {
  .hero-settlements .settlements .item {
    padding: 0px 10px;
    height: 100px;
  }
}
.hero-settlements .settlements .item .label {
  flex: 0 0 25%;
  padding: 25px 0;
  color: #FFF;
  text-align: center;
  font-family: var(--font2);
  font-size: 36px;
  font-weight: 400;
}
@media (max-width: 1280px) {
  .hero-settlements .settlements .item .label {
    flex: 0 0 100%;
  }
}
.hero-settlements .settlements .item .amount {
  margin-bottom: 12px;
  display: block;
  text-align: center;
  font-family: var(--font2);
  font-size: 30px;
  font-weight: 400;
  text-transform: uppercase;
  color: #FFF;
  margin: 10px 0 0;
}
.hero-settlements .settlements .item .case-type {
  color: var(--text);
  text-align: center;
  font-family: var(--font1);
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #FFF;
  margin-top: 0;
}
@media (min-width: 1150px) {
  .hero-settlements .slick-active {
    border-left: #00CEA6 solid 2px;
  }
}
@media (min-width: 1150px) {
  .hero-settlements .slick-active.slick-current {
    border-left: #1B617D solid 2px;
  }
}

#content.with-sidebar {
  width: 100%;
  justify-content: space-between;
}
@media (max-width: 767px) {
  #content.with-sidebar {
    display: block;
  }
}

@media (max-width: 767px) {
  .lr-widget {
    margin-top: 30px;
  }
}
.lr-widget .lr-widget-item {
  background-color: #DDECF2;
  border-radius: 8px;
  padding: 45px 30px;
  margin-bottom: 20px;
}
.lr-widget .lr-widget-item:last-child {
  margin-bottom: 0px;
}
.lr-widget .lr-widget-item.social-media a {
  text-decoration-line: none !important;
}
.lr-widget .lr-widget-item.social-media svg {
  fill: #003B53;
  margin-right: 8px;
}
.lr-widget .lr-widget-item.social-media svg:hover {
  fill: #10856C;
}
@media (max-width: 767px) {
  .lr-widget .lr-widget-item.social-media svg {
    height: 35px;
    width: 35px;
    margin-right: 4px;
  }
}
.lr-widget .lr-widget-item .widgettitle {
  font-weight: 700;
  font-size: 24px;
  color: #003B53;
  padding-bottom: 15px;
  border-bottom: 1px solid #003B53;
  margin-top: 0px;
}
.lr-widget .lr-widget-item ul {
  padding-left: 0px;
}
.lr-widget .lr-widget-item ul li {
  list-style: none;
}
.lr-widget .lr-widget-item ul li a {
  display: block;
  text-decoration-line: none !important;
  color: #003B53;
  line-height: 1.5;
  margin-bottom: 15px;
}
.lr-widget .lr-widget-item ul li a:hover {
  color: #12a182;
}
.lr-widget .lr-widget-item .gallery {
  display: block;
}
.lr-widget .lr-widget-item .gallery .slick-track {
  display: flex;
  justify-content: center;
  align-items: center;
}
.lr-widget .lr-widget-item .gallery .slick-dots {
  bottom: -20px;
}
.lr-widget .lr-widget-item .gallery .gallery-item {
  height: 100%;
}
.lr-widget .lr-widget-item .gallery img {
  border: transparent !important;
  margin: 0 auto;
}
.lr-widget .lr-widget-item .gallery a {
  pointer-events: none !important;
}
.lr-widget form div {
  padding: 0px;
}
.lr-widget form button {
  background-color: #10856C;
  padding: 15px;
}
.lr-widget form button:hover {
  background-color: #12a182;
}
.lr-widget form button:hover span.fusion-button-text {
  color: #fff;
}
.lr-widget form button span.fusion-button-text {
  color: #fff;
}
.lr-widget form .hidden-field {
  display: none;
}
.lr-widget .widget_office_locations {
  padding: 40px 40px 20px;
}
.lr-widget .widget_office_locations * {
  color: #003B53;
}
.lr-widget .widget_office_locations .item {
  border-bottom: solid 1px #3E4556;
}
.lr-widget .widget_office_locations .item:last-child {
  margin-bottom: 35px;
}
.lr-widget .widget_office_locations .item details[open] .more {
  display: none;
}
.lr-widget .widget_office_locations .item details[open] .less {
  display: block;
}
.lr-widget .widget_office_locations .item .name-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.lr-widget .widget_office_locations .item .name-block .name {
  width: 100%;
  margin-top: 0px;
}
.lr-widget .widget_office_locations .item .name-block .less,
.lr-widget .widget_office_locations .item .name-block .more {
  font-size: 40px;
  color: #10856C;
  margin-left: 10px;
}
.lr-widget .widget_office_locations .item .name-block .less {
  display: none;
}
.lr-widget .widget_office_locations .item .name-block.open .heading .icon.show {
  display: none;
}
.lr-widget .widget_office_locations .item .name-block.open .heading .icon.hide {
  display: block;
}
.lr-widget .widget_office_locations .item .name-block.open .info {
  display: block;
}
.lr-widget .widget_office_locations .item .city {
  margin-bottom: 0;
}
.lr-widget .widget_office_locations .item .info {
  display: none;
}
.lr-widget .widget_office_locations .item p {
  margin-bottom: 10px;
}
.lr-widget .widget_office_locations .item a {
  text-decoration-line: none !important;
}
.lr-widget .widget_office_locations .item a:hover {
  color: #12a182;
}
.lr-widget .widget_office_locations .item .name {
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 0px;
}
.lr-widget .widget_office_locations .item .address {
  margin-bottom: 20px;
  margin-top: 0px;
}
.lr-widget .widget_office_locations .item .phone a {
  font-weight: bold;
}
.lr-widget .widget_office_locations .item .map {
  height: 250px;
  position: relative;
  margin: 20px 0 30px;
}
.lr-widget .widget_office_locations .item .map iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}
.lr-widget .widget_office_locations .item summary {
  list-style: none;
}
.lr-widget .widget_office_locations .item summary::marker,
.lr-widget .widget_office_locations .item summary::-webkit-details-marker {
  display: none;
}
.lr-widget .widget_office_locations .item summary::marker {
  content: none !important;
}
.lr-widget .widget_attorneys_slide .attorneys-slide {
  padding: 10px 0px;
}
.lr-widget .widget_attorneys_slide .attorneys-slide__image {
  position: relative;
}
.lr-widget .widget_attorneys_slide .attorneys-slide__image img {
  margin-bottom: 20px;
}
.lr-widget .widget_attorneys_slide .attorneys-slide__item {
  padding: 0px 10px;
}
.lr-widget .widget_attorneys_slide .attorneys-slide__item a {
  text-decoration-line: none !important;
}
.lr-widget .widget_attorneys_slide .attorneys-slide__name, .lr-widget .widget_attorneys_slide .attorneys-slide__role {
  color: #003B53;
}
.lr-widget .widget_attorneys_slide .attorneys-slide__name {
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 23px;
  margin-bottom: 0px;
}
.lr-widget .widget_attorneys_slide .attorneys-slide__role {
  display: block;
  margin-top: 5px;
  margin-bottom: 0px;
}
.lr-widget .widget_attorneys_slide .attorneys-slide .fusion-button {
  text-decoration-line: none !important;
  color: #fff;
  background-color: #10856C;
  border-radius: 25px;
  width: 100%;
  padding: 10px 0px;
  text-transform: uppercase;
  margin-top: 20px;
}
.lr-widget .widget_attorneys_slide .attorneys-slide .fusion-button:hover {
  background-color: #12a182;
}
.lr-widget .widget_attorneys_slide .slick-dots {
  bottom: -45px;
}
.lr-widget .slick-slider .slick-dots:hover button {
  background-color: transparent;
}
.lr-widget .slick-slider .slick-dots button:before {
  font-size: 10px;
}
.lr-widget .slick-slider .slick-dots .slick-active button:before {
  color: #4285F4;
}
.lr-widget .slick-slider .slick-dots .slick-active button:hover {
  background-color: transparent;
}

/* Footer
-------------------------------------------------------------- */
.about-footer-content-wrap {
  padding: 108px 100px 120px 100px;
  display: flex;
  justify-content: space-between;
  background-color: #DDECF1;
}
@media (max-width: 770px) {
  .about-footer-content-wrap {
    flex-wrap: wrap;
    padding: 50px 50px 70px 50px;
  }
}
@media (max-width: 550px) {
  .about-footer-content-wrap {
    padding: 50px 25px 70px 25px;
  }
}
.about-footer-content-wrap .left-content,
.about-footer-content-wrap .right-content {
  flex-basis: 48%;
}
.about-footer-content-wrap .left-content h1,
.about-footer-content-wrap .left-content h2,
.about-footer-content-wrap .left-content h3,
.about-footer-content-wrap .left-content h4,
.about-footer-content-wrap .left-content h5,
.about-footer-content-wrap .left-content h6,
.about-footer-content-wrap .left-content .heading,
.about-footer-content-wrap .left-content .about-footer-content-wrap__title,
.about-footer-content-wrap .right-content h1,
.about-footer-content-wrap .right-content h2,
.about-footer-content-wrap .right-content h3,
.about-footer-content-wrap .right-content h4,
.about-footer-content-wrap .right-content h5,
.about-footer-content-wrap .right-content h6,
.about-footer-content-wrap .right-content .heading,
.about-footer-content-wrap .right-content .about-footer-content-wrap__title {
  font-family: "Manrope";
  font-weight: 700;
  font-size: 36px;
  line-height: 100%;
  margin: 0 0 30px;
}
@media (max-width: 770px) {
  .about-footer-content-wrap .left-content,
  .about-footer-content-wrap .right-content {
    flex-basis: 100% !important;
    margin-bottom: 30px;
  }
}
.about-footer-content-wrap p {
  font-family: "Manrope";
  font-weight: 400;
  font-size: 18px;
  line-height: 36px;
}

footer .locations__inner {
  max-width: 1250px;
  margin: 0 auto;
  margin-top: 80px;
  margin-bottom: 100px;
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}
@media (max-width: 767px) {
  footer .locations__inner {
    margin-top: 0px;
    flex-direction: column;
    padding: 0px 20px;
    margin-bottom: 50px;
  }
}
footer .locations__info {
  flex: 0 0 32%;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  footer .locations__info {
    margin-bottom: 35px;
  }
}
footer .locations__info:nth-child(-n+2) {
  flex: 0 0 48%;
}
footer .locations__info:nth-child(-n+2) .city a,
footer .locations__info:nth-child(-n+2) .city {
  font-size: 30px;
}
footer .locations__info:nth-child(-n+2) a.directions,
footer .locations__info:nth-child(-n+2) a.address,
footer .locations__info:nth-child(-n+2) a.phone span,
footer .locations__info:nth-child(-n+2) a.phone {
  font-size: 20px;
  color: #2C2C2E;
  margin-bottom: 8px;
}
footer .locations__info:nth-child(-n+2) a.directions {
  text-transform: uppercase;
  font-weight: 700;
  color: #003B53;
}
footer .locations__info:nth-child(-n+2) .locations__map {
  position: relative;
  height: 300px;
  border-radius: 7px;
}
footer .locations__info:nth-child(-n+2) .locations__office {
  min-height: -moz-max-content;
  min-height: max-content;
}
footer .locations__info a {
  display: block;
  text-decoration-line: none !important;
}
footer .locations__info a:hover {
  color: #12a182 !important;
}
footer .locations__info .city a,
footer .locations__info .city {
  margin-bottom: 5px;
  margin-top: 0px;
  font-size: 24px;
  font-weight: 700;
  color: #003B53;
}
footer .locations__info a.directions,
footer .locations__info a.address,
footer .locations__info a.phone span,
footer .locations__info a.phone {
  font-size: 16px;
  color: #2C2C2E;
  margin-bottom: 8px;
}
footer .locations__info a.phone span {
  font-weight: 700;
}
footer .locations__info a.directions {
  text-transform: uppercase;
  font-weight: 700;
  color: #003B53;
}
footer .locations__office {
  background-color: #DDECF1;
  margin-bottom: 10px;
  border-radius: 7px;
  padding: 30px;
  min-height: 255px;
}
footer .locations__map {
  position: relative;
  height: 200px;
  border-radius: 7px;
}
footer .locations__map.image:hover .embed {
  z-index: -1;
}
footer .locations__map img {
  border-radius: 7px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
footer .locations__map .embed {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 7px;
}
footer .locations__map .embed iframe {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 7px;
}/*# sourceMappingURL=style.css.map */