/**
* 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-template-practice-area {
  background-color: #FAFAFA;
}

.page-template-practice-area .main-content {
  padding-top: 0px;
  padding-bottom: 0px;
}

@media screen and (min-width: 992px) {
  .page-template-practice-area .main-content {
    background: linear-gradient(to left, rgba(98, 0, 24, 0) 70%, #f8f3e2 0%);
  }
}
.page-template-practice-area .main-content .container {
  max-width: initial;
  padding-left: 0px;
  padding-right: 0px;
}

@media screen and (min-width: 992px) {
  .page-template-practice-area .main-content .container {
    max-width: 100%;
    padding-left: 12px;
    padding-right: 12px;
  }
}
.page-template-practice-area .main-content .row {
  flex-direction: column-reverse;
}

@media screen and (min-width: 992px) {
  .page-template-practice-area .main-content .row {
    flex-direction: row;
  }
}
.page-template-practice-area .main-content .pd-l {
  padding-top: 30px;
  padding-bottom: 25px;
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
  left: 0px;
}

@media screen and (min-width: 768px) {
  .page-template-practice-area .main-content .pd-l {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (min-width: 992px) {
  .page-template-practice-area .main-content .pd-l {
    padding: 40px 50px !important;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-practice-area .main-content .pd-l {
    padding: 62px 50px 77px !important;
  }
}
@media screen and (min-width: 1400px) {
  .page-template-practice-area .main-content .pd-l {
    width: calc(100% - 640px);
  }
}
.page-template-practice-area .sidebar {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #f8f3e2;
  max-width: 100%;
  padding-left: 12px !important;
  padding-right: 12px !important;
}

@media screen and (min-width: 992px) {
  .page-template-practice-area .sidebar {
    padding-top: 49px;
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-practice-area .sidebar {
    padding-top: 72px;
  }
}
@media screen and (min-width: 1400px) {
  .page-template-practice-area .sidebar {
    width: 640px;
  }
}
.page-template-practice-area .sidebar .sidebar-item {
  background-color: #f8f3e2;
}

.page-template-practice-area .entry-content .image-holder {
  text-align: center;
}

@media screen and (min-width: 1200px) {
  .page-template-practice-area .entry-content .image-holder {
    text-align: left;
    margin-right: 0px;
  }
}
.page-template-practice-area .entry-content ul {
  font-weight: 300;
}

.page-template-practice-area .entry-content a {
  /*font-weight: 300 !important;*/
  text-decoration: underline;
}

.page-template-practice-area .results-part {
  padding-top: 70px;
}

@media (max-width: 767px) {
  .page-template-practice-area .main-content {
    padding-top: 30px;
  }
}
.page-template-practice-area .main-content-wrapper {
  padding: 0;
}

@media screen and (min-width: 992px) {
  .page-template-practice-area .main-content-wrapper {
    /*max-width: 900px;*/
    max-width: 765px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-practice-area .main-content-wrapper {
    /*max-width: 930px;*/
  }
}
@media screen and (min-width: 992px) {
  .page-template-practice-area .main-content h1 {
    margin-bottom: 21px;
  }
}
@media (max-width: 767px) {
  .page-template-practice-area .main-content h1 {
    margin-bottom: 15px;
  }
}
.section-2 {
  background-color: #E0E0E0;
  padding: 50px 0;
}

@media screen and (min-width: 1200px) {
  .section-2 {
    padding: 85px 30px 60px;
  }
}
@media screen and (min-width: 1200px) {
  .section-2 .content-wrapper {
    max-width: 600px;
  }
}
@media screen and (min-width: 1400px) {
  .section-2 .content-wrapper {
    max-width: 682px;
  }
}
@media screen and (min-width: 992px) {
  .section-2 .content-wrapper h2 {
    max-width: 582px;
  }
}
.section-2 .image-wrapper img {
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .section-2 .image-wrapper img {
    max-width: 400px;
  }
}
@media screen and (min-width: 1200px) {
  .section-2 .image-wrapper img {
    max-width: 450px;
  }
}
@media screen and (min-width: 1400px) {
  .section-2 .image-wrapper img {
    max-width: 601px;
  }
}
.section-3 {
  padding-top: 20px;
  padding-bottom: 10px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .section-3 {
    padding-top: 50px;
  }
}
@media screen and (min-width: 992px) {
  .section-3 {
    padding-bottom: 45px;
  }
}
@media screen and (min-width: 992px) {
  .section-3 .wrapper {
    max-width: 804px;
  }
}
@media screen and (min-width: 992px) {
  .section-3 .sidebar {
    padding-top: 8px;
  }
}
.bottom-content {
  padding: 50px 0;
}

@media screen and (min-width: 992px) {
  .bottom-content {
    padding-top: 0;
    padding-bottom: 70px;
  }
}
.bottom-content .container {
  background-repeat: no-repeat;
  padding: 50px 30px 0;
  background-size: cover;
  border-radius: 4px;
  box-shadow: 0 0 20px rgba(23, 6, 1, 0.2);
}

@media (max-width: 575px) {
  .bottom-content .container {
    border-radius: 0;
  }
}
@media screen and (min-width: 992px) {
  .bottom-content .container {
    padding: 50px 50px 0;
  }
}
@media screen and (min-width: 1200px) {
  .bottom-content .container {
    padding: 50px;
    background-position: top center;
  }
}
@media screen and (min-width: 1440px) {
  .bottom-content .container {
    padding: 84px 50px 62px 65px;
    max-width: 1410px;
  }
}
@media (max-width: 1199px) {
  .bottom-content .content {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .bottom-content .content {
    padding: 0 15px;
  }
}
.bottom-content .content h2, .bottom-content .content p {
  color: #fff;
}

@media screen and (min-width: 1200px) {
  .bottom-content .content h2, .bottom-content .content p {
    max-width: 580px;
    margin-left: initial;
    margin-right: initial;
  }
}
@media screen and (min-width: 1400px) {
  .bottom-content .content h2, .bottom-content .content p {
    max-width: 655px;
  }
}
@media screen and (min-width: 1400px) {
  .bottom-content .content h2 {
    max-width: 690px;
  }
}
.bottom-content .content a {
  color: var(--accent-color);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 1199px) {
  .bottom-content .image {
    text-align: center;
  }
}
.bottom-content .image img {
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 992px) {
  .bottom-content .image img {
    max-width: 450px;
  }
}
@media screen and (min-width: 1200px) {
  .bottom-content .image img {
    max-width: 530px;
    position: absolute;
    right: -6px;
    bottom: 0;
  }
}
@media screen and (min-width: 1400px) {
  .bottom-content .image img {
    max-width: 580px;
    top: initial;
    bottom: 0;
    right: 15px;
  }
}
@media screen and (min-width: 1440px) {
  .bottom-content .image img {
    max-width: 670px;
    bottom: 1px;
    right: -3px;
  }
}

/*# sourceMappingURL=practice-area.css.map*/