/**
* 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-default .main-content,
.single-cw_video .main-content,
.page-template-review-us .main-content {
  padding-top: 25px;
  padding-bottom: 10px;
}

@media screen and (min-width: 992px) {
  .page-template-default .main-content,
  .single-cw_video .main-content,
  .page-template-review-us .main-content {
    padding-top: 40px;
  }
  .page-template-default .main-content + .section-2,
  .single-cw_video .main-content + .section-2,
  .page-template-review-us .main-content + .section-2 {
    padding-bottom: 80px;
  }
  .page-template-default .main-content:not(:has(+ .section-2)),
  .single-cw_video .main-content:not(:has(+ .section-2)),
  .page-template-review-us .main-content:not(:has(+ .section-2)) {
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 992px) {
  .page-template-default .main-content-wrapper,
  .single-cw_video .main-content-wrapper,
  .page-template-review-us .main-content-wrapper {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-default .main-content-wrapper,
  .single-cw_video .main-content-wrapper,
  .page-template-review-us .main-content-wrapper {
    max-width: 945px;
  }
}
.page-template-default .main-content a.thumbnail,
.single-cw_video .main-content a.thumbnail,
.page-template-review-us .main-content a.thumbnail {
  text-decoration: none;
  font-weight: 600;
  text-align: center;
  border: 1px solid #ddd;
  padding: 10px;
  display: block;
  margin-bottom: 10px;
}

.page-template-default .main-content a.thumbnail svg,
.single-cw_video .main-content a.thumbnail svg,
.page-template-review-us .main-content a.thumbnail svg {
  margin-bottom: 10px;
}

.page-template-default .main-content a.thumbnail:hover,
.single-cw_video .main-content a.thumbnail:hover,
.page-template-review-us .main-content a.thumbnail:hover {
  background-color: #f0f0f0;
}

@media screen and (min-width: 992px) {
  .page-template-default .main-content h1,
  .single-cw_video .main-content h1,
  .page-template-review-us .main-content h1 {
    margin-bottom: 21px;
  }
}
@media (max-width: 767px) {
  .page-template-default .main-content h1,
  .single-cw_video .main-content h1,
  .page-template-review-us .main-content h1 {
    text-align: center;
    margin-bottom: 15px;
  }
}
.page-template-default .main-content h2,
.single-cw_video .main-content h2,
.page-template-review-us .main-content h2 {
  margin-top: 20px;
}

@media screen and (min-width: 992px) {
  .page-template-default .main-content h2,
  .single-cw_video .main-content h2,
  .page-template-review-us .main-content h2 {
    margin-top: 40px;
  }
}
.page-template-default .main-content .group-content h2,
.single-cw_video .main-content .group-content h2,
.page-template-review-us .main-content .group-content h2 {
  margin-bottom: 10px;
}

.page-template-default .main-content #practiceAccordion,
.single-cw_video .main-content #practiceAccordion,
.page-template-review-us .main-content #practiceAccordion {
  margin-top: 20px;
}

.page-template-default .main-content .accordion-item h2,
.single-cw_video .main-content .accordion-item h2,
.page-template-review-us .main-content .accordion-item h2 {
  margin-top: 0;
  margin-bottom: 0;
}

.page-template-default .main-content .review-container .review-location-selection .btn,
.single-cw_video .main-content .review-container .review-location-selection .btn,
.page-template-review-us .main-content .review-container .review-location-selection .btn {
  min-width: 219px;
}

.page-template-default .modal,
.single-cw_video .modal,
.page-template-review-us .modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1050;
}

.page-template-default .modal.show,
.single-cw_video .modal.show,
.page-template-review-us .modal.show {
  display: block;
}

.page-template-default .modal .modal-dialog,
.single-cw_video .modal .modal-dialog,
.page-template-review-us .modal .modal-dialog {
  position: relative;
  width: auto;
  margin: 30px auto;
  max-width: 600px;
}

@media screen and (min-width: 768px) {
  .page-template-default .modal .modal-dialog,
  .single-cw_video .modal .modal-dialog,
  .page-template-review-us .modal .modal-dialog {
    margin: 60px auto;
  }
}
.page-template-default .modal .modal-content,
.single-cw_video .modal .modal-content,
.page-template-review-us .modal .modal-content {
  position: relative;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

.page-template-default .modal .modal-header,
.single-cw_video .modal .modal-header,
.page-template-review-us .modal .modal-header {
  padding: 25px 30px;
  background: #333;
  color: #fff;
  border-radius: 6px 6px 0 0;
  position: relative;
}

.page-template-default .modal .modal-header .write-review-icon,
.single-cw_video .modal .modal-header .write-review-icon,
.page-template-review-us .modal .modal-header .write-review-icon {
  margin-bottom: 15px;
}

.page-template-default .modal .modal-header .modal-title,
.single-cw_video .modal .modal-header .modal-title,
.page-template-review-us .modal .modal-header .modal-title {
  margin: 0 0 10px;
  font-size: 24px;
  color: #fff;
}

.page-template-default .modal .modal-header .place-description,
.single-cw_video .modal .modal-header .place-description,
.page-template-review-us .modal .modal-header .place-description {
  font-size: 14px;
  line-height: 1.4;
}

.page-template-default .modal .modal-header .close,
.single-cw_video .modal .modal-header .close,
.page-template-review-us .modal .modal-header .close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  opacity: 0.8;
  border: none;
  background: none;
  cursor: pointer;
  padding: 0;
}

.page-template-default .modal .modal-header .close:hover,
.single-cw_video .modal .modal-header .close:hover,
.page-template-review-us .modal .modal-header .close:hover {
  opacity: 1;
}

.page-template-default .modal .modal-body,
.single-cw_video .modal .modal-body,
.page-template-review-us .modal .modal-body {
  padding: 30px;
}

.page-template-default .section-2,
.single-cw_video .section-2,
.page-template-review-us .section-2 {
  padding-bottom: 25px;
  position: relative;
}

@media screen and (min-width: 992px) {
  .page-template-default .section-2 .sidebar,
  .single-cw_video .section-2 .sidebar,
  .page-template-review-us .section-2 .sidebar {
    position: absolute;
    right: 0;
  }
}
@media screen and (min-width: 992px) {
  .page-template-default .section-2,
  .single-cw_video .section-2,
  .page-template-review-us .section-2 {
    padding-bottom: 70px;
  }
}
.page-template-default .section-2 .legally-reviewed-box,
.single-cw_video .section-2 .legally-reviewed-box,
.page-template-review-us .section-2 .legally-reviewed-box {
  margin-top: 20px;
  margin-bottom: 20px;
}

@media screen and (min-width: 992px) {
  .page-template-default .section-2 .legally-reviewed-box,
  .single-cw_video .section-2 .legally-reviewed-box,
  .page-template-review-us .section-2 .legally-reviewed-box {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.page-template-default .cw_video_gallery > div,
.single-cw_video .cw_video_gallery > div,
.page-template-review-us .cw_video_gallery > div {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.page-template-default .cw_video_gallery > div .cw_video_item,
.single-cw_video .cw_video_gallery > div .cw_video_item,
.page-template-review-us .cw_video_gallery > div .cw_video_item {
  margin: 0 0 30px;
  padding: 0 15px;
  width: 100%;
  border: none;
}

@media screen and (min-width: 768px) {
  .page-template-default .cw_video_gallery > div .cw_video_item,
  .single-cw_video .cw_video_gallery > div .cw_video_item,
  .page-template-review-us .cw_video_gallery > div .cw_video_item {
    width: 50%;
  }
}
@media screen and (min-width: 992px) {
  .page-template-default .cw_video_gallery > div .cw_video_item,
  .single-cw_video .cw_video_gallery > div .cw_video_item,
  .page-template-review-us .cw_video_gallery > div .cw_video_item {
    width: 33.3333%;
  }
}
.page-template-default .cw_video_gallery > div .cw_video_item a,
.single-cw_video .cw_video_gallery > div .cw_video_item a,
.page-template-review-us .cw_video_gallery > div .cw_video_item a {
  display: block;
  padding: 10px;
  height: 100%;
  text-decoration: none;
  border: 1px solid #A0A0A0;
}

.page-template-default .cw_video_gallery > div .cw_video_item a .cw_video_item_title,
.single-cw_video .cw_video_gallery > div .cw_video_item a .cw_video_item_title,
.page-template-review-us .cw_video_gallery > div .cw_video_item a .cw_video_item_title {
  color: #000;
  font-size: 18px;
  line-height: 30px;
}

.page-template-review-us .testimonials {
  margin-top: 25px;
}

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