/**
* Base Colors
*/
/**************************
  Media Queries
***************************/
/*************************
  Fonts
**************************/
/*************************
  Button colours
**************************/
/*************************
  Location page colours
**************************/
/*************************
  Form colours
**************************/
/*************************
  Sidebar variables
**************************/
/*************************
  404 button background
**************************/
/*************************
  Results Partial
**************************/
/*************************
  Swiper
**************************/
/*************************
  Footer Top
**************************/
/* Additional Mixins */
.uppercase-title {
  font-family: var(--secondary-font), sans-serif;
  color: #2b2b2b;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0.15rem;
  text-align: center;
}

.page-site-map .site-map-content ul {
  padding-left: 1rem;
}

@media (min-width: 1025px) and (max-width: 1200px) {
  .page-id-296 .vivamus__wrapper-image {
    padding-bottom: 50px;
  }
}
@media (min-width: 991px) and (max-width: 1024px) {
  .page-id-296 .vivamus__wrapper-image {
    padding-bottom: 80px;
  }
}
.page-template-about-us h2 {
  font-size: 40px;
  line-height: 49px;
  margin-bottom: 20px;
  font-weight: 800;
}

@media (max-width: 991px) {
  .page-template-about-us h2 {
    font-size: 28px;
    line-height: 42px;
  }
}
.page-template-about-us .btn-primary:after {
  top: 50%;
  transform: translateY(-50%);
}

.page-template-about-us .attorneys__title {
  margin-bottom: 33px;
}

.page-template-about-us .attorneys .col-left p:last-child {
  color: #2D2D2D;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 24px !important;
  text-transform: none !important;
}

#about-top {
  padding: 34px 0 49px;
}

@media screen and (min-width: 1200px) {
  #about-top {
    padding-top: 34px;
  }
}
@media screen and (min-width: 1200px) {
  #about-top h1 {
    margin-bottom: 7rem;
  }
}
#about-top.main-content .image-holder {
  margin-bottom: 60px !important;
  margin-top: 24px;
}

#about-top.main-content .image-holder img {
  box-shadow: 30px 30px 50px 0px rgba(0, 0, 0, 0.2);
}

#about-top .about-attorneys {
  padding-top: 3.5rem;
}

@media screen and (min-width: 1440px) {
  #about-top .about-attorneys .col-md {
    padding-right: 40px;
  }
  #about-top .about-attorneys .col-md:last-of-type {
    padding-right: 15px;
  }
}
#about-top .about-attorneys .col-md .attorneys__link {
  background-color: #4164f2;
  line-height: 46px;
  padding-left: 24px;
}

#about-top .about-attorneys .col-md .attorneys__link a {
  opacity: 0.8;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  #about-top .about-attorneys .col-md .attorneys__link a {
    font-size: 12px;
  }
}
.about-one {
  margin: 0 0 10px;
  background: url(../../dist/images/about-blue-bg.png) left top no-repeat;
  background-size: 100%;
}

@media (max-width: 1399px) {
  .about-one {
    background-size: 60% 100%;
  }
}
@media (max-width: 1199px) {
  .about-one {
    background-size: cover;
  }
}
@media (min-width: 1600px) {
  .about-one {
    background-size: 60% 100%;
  }
}
.about-one.main-content {
  padding-top: 0;
  padding-bottom: 0;
}

@media (max-width: 1199px) {
  .about-one.main-content {
    padding-top: 60px;
    padding-bottom: 0;
  }
}
@media (min-width: 1600px) {
  .about-one.main-content .container {
    margin-left: 10%;
    max-width: 100%;
    width: 100%;
  }
}
.about-one__inner {
  border-radius: 5px;
  background-size: 60%;
}

@media (max-width: 1199px) {
  .about-one__left, .about-one__right {
    display: flex;
  }
}
.about-one__left {
  position: relative;
  padding: 80px 0;
}

@media (max-width: 575px) {
  .about-one__left {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .about-one__left {
    background-image: url(../../dist/images/pa-logo.png);
    background-repeat: no-repeat;
    background-position: 83% center;
  }
}
@media (min-width: 1600px) {
  .about-one__left {
    padding: 130px 0;
  }
}
.about-one__left h2,
.about-one__left p {
  color: #fff;
}

@media (min-width: 1200px) {
  .about-one__left .content {
    max-width: 449px;
  }
}
@media (min-width: 1600px) {
  .about-one__left .content {
    max-width: 55%;
  }
}
@media (max-width: 1199px) {
  .about-one__left {
    order: 2;
  }
}
@media (min-width: 1200px) {
  .about-one__right {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 1199px) {
  .about-one__right {
    order: 1;
  }
}
.about-two {
  background: url(../../dist/images/about-white-bg.jpg) center top -20px no-repeat;
  padding: 36px 0 30px;
}

@media screen and (min-width: 992px) {
  .about-two {
    padding: 0 0 58px;
  }
}
.about-two__header {
  padding-top: 75px;
  padding-bottom: 50px;
}

@media (max-width: 991px) {
  .about-two__header {
    padding-top: 30px;
  }
}
.about-two__left .item, .about-two__right .item {
  margin-bottom: 56px;
}

@media (max-width: 991px) {
  .about-two__left .item, .about-two__right .item {
    width: 100%;
    max-width: 100% !important;
    text-align: center;
  }
}
.about-two__left .item span.title, .about-two__right .item span.title {
  font-size: 26px;
  line-height: 33px;
  font-weight: 700;
  margin-bottom: 15px;
  font-family: var(--secondary-font), sans-serif;
}

@media (min-width: 992px) {
  .about-two__left .item {
    max-width: 285px;
    padding-right: 3rem;
  }
}
@media (min-width: 1440px) {
  .about-two__left .item {
    padding-right: 23px;
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .about-two__right .item {
    max-width: 340px;
  }
}
@media (min-width: 992px) {
  .about-two__right .item:first-child {
    margin-bottom: 34px;
  }
}
@media (min-width: 992px) {
  .about-two__right .item:nth-child(2) {
    margin-bottom: 52px;
  }
}
.attorneys {
  overflow: hidden;
}

#about-three {
  padding: 6rem 0 0;
}

.attorneys {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .vivamus {
    padding-top: 66px;
    padding-bottom: 79px;
  }
}
.vivamus h2 {
  margin-bottom: 40px !important;
}

/*# sourceMappingURL=about-us.css.map*/