/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[dijedled],
html input[dijedled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-default {
  height: auto;
  opacity: 0;
  overflow: hidden;
  transition: .3s; }

.slick-initialized {
  height: auto !important;
  opacity: 1 !important;
  transition: .7s !important; }

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
  width: 100% !important; }

.select2-container .select2-selection--single {
  box-sizing: border-box;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  display: block;
  user-select: none;
  -webkit-user-select: none;
  background-color: transparent;
  padding: 0;
  position: relative; }

.select2-container .select2-selection--single .select2-selection__rendered {
  background-color: #F1F1F1;
  border-radius: 5px;
  color: #AFB9CE;
  display: block;
  font-size: 16px;
  line-height: 1.3em;
  overflow: hidden;
  padding: 18px 50px 20px 22px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em; }

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px; }

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0; }

.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em; }

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0; }

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-dropdown {
  background-color: #f7f7f7;
  border: none;
  border-radius: 5px;
  box-shadow: 0 19px 25px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  display: block;
  overflow: hidden;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }
  .select2-results__options .select2-results__option {
    font-size: 16px;
    margin: 0;
    padding: 7.5px 20px;
    transition: .3s;
    user-select: none;
    -webkit-user-select: none; }
    .select2-results__options .select2-results__option:hover {
      font-weight: 600; }
    .page-template-template-campuses .select2-results__options .select2-results__option:hover {
      color: black;
      color: var(--primary-color) !important;
      font-weight: 400; }

.select2-results__option--selectable {
  cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box; }

.select2-search {
  padding: 10px 15px; }

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-search--dropdown.select2-search--hide {
  display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
  padding-right: 0px; }

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px; }

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  padding: 1px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: #f1f1f1;
  color: #333;
  outline: none; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em; }

.select2-container--default .select2-results__option--group {
  padding: 0; }

.select2-container--default .select2-results__option--disabled {
  color: #999; }

.select2-container--default .select2-results__option--selected {
  background-color: #ddd; }

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #F1F1F1;
  color: black; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$whiteFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px; }

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-selection--single .select2-selection__arrow {
  background-image: url("../images/chevron-down.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12px;
  height: 10px;
  width: 12px;
  bottom: 0;
  margin: auto 0;
  position: absolute;
  right: 20px;
  top: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='$whiteFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px; }

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #888;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
  outline: none; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-dropdown--above {
  top: 100%;
  bottom: auto; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option--group {
  padding: 0; }

.select2-container--classic .select2-results__option--disabled {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

.ba-container {
  margin: 0 auto;
  max-width: 1200px; }

@keyframes loader {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.loader {
  animation: loader 1.1s infinite linear;
  border-bottom: 5px solid rgba(0, 0, 0, 0.15);
  border-left: 5px solid #000;
  border-right: 5px solid rgba(0, 0, 0, 0.15);
  border-top: 5px solid rgba(0, 0, 0, 0.15);
  font-size: 5px;
  margin: 60px auto;
  position: relative;
  text-indent: -9999em;
  transform: translateZ(0); }
  .loader, .loader:after {
    border-radius: 50%;
    height: 50px;
    width: 50px; }

.ba-hide {
  opacity: 0; }

figure.wp-block-gallery {
  margin-left: 0 !important;
  margin-right: 0 !important; }

.ba-gallery-slider .ba-prev,
.ba-gallery-slider .ba-next,
.ba-lightbox-inner .ba-prev,
.ba-lightbox-inner .ba-next,
.before-after-gallery-slider .ba-prev,
.before-after-gallery-slider .ba-next,
.before-after-gallery-block-wrap .ba-prev,
.before-after-gallery-block-wrap .ba-next,
.before-after-case-block-wrap .ba-prev,
.before-after-case-block-wrap .ba-next {
  background-color: transparent;
  padding: 0;
  border: none;
  bottom: 30px;
  cursor: pointer;
  height: 40px;
  margin: auto 0 !important;
  position: absolute;
  top: 0;
  transition: .3s;
  width: 40px;
  z-index: 2; }
  .ba-gallery-slider .ba-prev svg,
  .ba-gallery-slider .ba-next svg,
  .ba-lightbox-inner .ba-prev svg,
  .ba-lightbox-inner .ba-next svg,
  .before-after-gallery-slider .ba-prev svg,
  .before-after-gallery-slider .ba-next svg,
  .before-after-gallery-block-wrap .ba-prev svg,
  .before-after-gallery-block-wrap .ba-next svg,
  .before-after-case-block-wrap .ba-prev svg,
  .before-after-case-block-wrap .ba-next svg {
    height: 40px;
    transition: .3s;
    width: 100%; }

@media (min-width: 768px) {
  .ba-gallery-slider .ba-prev:hover svg,
  .ba-lightbox-inner .ba-prev:hover svg,
  .before-after-gallery-slider .ba-prev:hover svg,
  .before-after-gallery-block-wrap .ba-prev:hover svg,
  .before-after-case-block-wrap .ba-prev:hover svg {
    transform: translateX(-5px); } }

.ba-gallery-slider .ba-next,
.ba-lightbox-inner .ba-next,
.before-after-gallery-slider .ba-next,
.before-after-gallery-block-wrap .ba-next,
.before-after-case-block-wrap .ba-next {
  transform: scaleX(-1); }
  @media (min-width: 768px) {
    .ba-gallery-slider .ba-next:hover svg,
    .ba-lightbox-inner .ba-next:hover svg,
    .before-after-gallery-slider .ba-next:hover svg,
    .before-after-gallery-block-wrap .ba-next:hover svg,
    .before-after-case-block-wrap .ba-next:hover svg {
      transform: translateX(-5px); } }

.ba-gallery-slider .ba-prev,
.ba-gallery-slider .ba-next {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 2.5px 0 0 2.5px;
  bottom: auto;
  display: flex;
  height: 40px;
  justify-content: center;
  top: 20px;
  width: 40px; }
  @media (max-width: 767px) {
    .ba-gallery-slider .ba-prev,
    .ba-gallery-slider .ba-next {
      top: 10px; } }
  .ba-gallery-slider .ba-prev svg,
  .ba-gallery-slider .ba-next svg {
    height: 25px; }

.ba-gallery-slider .ba-prev {
  left: 20px !important; }
  @media (max-width: 767px) {
    .ba-gallery-slider .ba-prev {
      left: 10px !important; } }

.ba-gallery-slider .ba-next {
  left: 65px !important; }
  @media (max-width: 767px) {
    .ba-gallery-slider .ba-next {
      left: 55px !important; } }

.ba-gallery-slider .ba-caption {
  background-color: #000;
  color: #fff;
  display: block;
  margin: 0;
  padding: 10px 20px;
  width: 100%; }

.ba-lightbox-inner .ba-prev {
  left: -50px; }

.ba-lightbox-inner .ba-next {
  right: -50px; }

.ba-section {
  width: 100%; }
  .ba-section .ba-container {
    padding: 50px 15px; }
    @media (min-width: 992px) {
      .ba-section .ba-container {
        padding: 100px 15px; } }

.case-row {
  display: flex;
  flex-flow: wrap; }
  .case-row .case-content {
    max-width: 100%; }
    @media (min-width: 992px) {
      .case-row .case-content {
        width: calc(100% - 350px); } }
    @media (min-width: 992px) {
      .case-row .case-content + * {
        width: 350px; } }

.ba-title {
  font-size: 28px;
  font-weight: 400;
  margin: 0 0 20px; }

.ba-age {
  font-size: 20px;
  font-weight: 400; }

.ba-description {
  font-size: 16px;
  margin: 0 0 40px; }

.ba-gallery-row {
  display: flex;
  flex-flow: wrap;
  margin-bottom: 30px; }

.ba-images {
  display: flex !important;
  width: 100%; }

.single .ba-images img {
  height: auto; }

.single-image-slider {
  background-color: rgba(0, 0, 0, 0.1);
  justify-content: center; }
  .single-image-slider .ba-image-inner {
    background-color: transparent !important;
    margin: 0 auto; }
    .single-image-slider .ba-image-inner img {
      max-height: 100% !important;
      max-width: 100% !important; }

.ba-image {
  flex: 0 0 50%;
  max-width: 50%; }
  .single-image .ba-image {
    flex: 0 0 100%;
    max-width: 100%; }
  .ba-image.full {
    display: flex; }
  .ba-images:not(.single-image) .ba-image .ba-image-inner {
    background-color: rgba(0, 0, 0, 0.05);
    position: relative;
    width: 100%; }
  .ba-image img {
    display: block;
    width: 100%; }

.ba-caption {
  font-size: 14px;
  margin-top: 5px; }

.ba-age-gate-notice {
  display: none; }

.ba-hide-images .ba-images {
  position: relative; }

.ba-hide-images .ba-age-gate-notice {
  bottom: 0;
  color: #fff;
  display: block;
  height: 100px;
  left: 0;
  letter-spacing: .05rem;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 1; }
  .ba-hide-images .ba-age-gate-notice:before {
    background-image: url("../images/eye-slash.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 50px;
    content: '';
    display: block;
    height: 50px;
    margin-bottom: 10px; }

.ba-hide-images .ba-image {
  overflow: hidden; }
  .ba-hide-images .ba-image img {
    filter: blur(20px); }

.single-case-nav {
  display: flex;
  justify-content: space-between;
  margin-top: 40px; }
  .single-case-nav a {
    color: #000;
    display: block;
    font-size: 14px;
    font-weight: 500;
    max-width: calc(50% - 10px);
    width: 200px; }
    .single-case-nav a:hover {
      color: var(--primary-color-hover); }
      .single-case-nav a:hover path {
        fill: var(--primary-color-hover); }
    .single-case-nav a .prev-next-nav-title {
      display: flex;
      margin-bottom: 15px; }
      .single-case-nav a .prev-next-nav-title svg {
        margin-right: 10px;
        width: 7px; }
        .single-case-nav a .prev-next-nav-title svg path {
          transition: .3s; }
    .single-case-nav a .images {
      display: flex;
      margin-bottom: 15px;
      width: 100%; }
      .single-case-nav a .images img {
        flex: 0 0 50%;
        height: auto;
        max-width: 50%; }
    .single-case-nav a.next-link {
      text-align: right; }
      .single-case-nav a.next-link .prev-next-nav-title {
        justify-content: flex-end; }
        .single-case-nav a.next-link .prev-next-nav-title svg {
          margin: 0 0 0 10px; }

.ba-global-text {
  padding: 40px 0; }
  @media (max-width: 991px) {
    .ba-global-text {
      padding: 20px 0; } }
  .ba-global-text > *:first-child {
    margin-top: 0; }

.ba-case-item {
  align-items: flex-start;
  display: flex !important;
  margin-bottom: 50px;
  transition: .2s ease-in-out; }
  @media (max-width: 991px) {
    .ba-case-item {
      flex-direction: column-reverse; } }
  @media (max-width: 767px) {
    .ba-case-item {
      margin-bottom: 30px; } }
  .ba-lightbox .ba-case-item {
    align-items: initial; }

.ba-gallery-slider {
  flex: 0 0 60%;
  max-width: 60%; }
  @media (max-width: 991px) {
    .ba-gallery-slider {
      flex: 0 0 100%;
      max-width: 100%;
      width: 100%; } }

.ba-gallery-slide {
  display: flex !important;
  flex-flow: wrap;
  width: 100%; }
  .ba-gallery-slide .ba-images {
    position: relative; }
    .ba-gallery-slide .ba-images:not(.single-image):before {
      z-index: 1; }
    .ba-gallery-slide .ba-images:not(.single-image) .ba-image {
      width: 50%; }
      .ba-gallery-slide .ba-images:not(.single-image) .ba-image img {
        height: 100%;
        object-fit: cover;
        width: 100%; }
      .ba-gallery-slide .ba-images:not(.single-image) .ba-image.full img {
        object-fit: contain; }
    .ba-gallery-slide .ba-images.single-image .ba-image {
      flex: 0 0 100%;
      max-width: 100%;
      width: 100%; }
      .ba-gallery-slide .ba-images.single-image .ba-image .ba-image-inner {
        width: 100%; }
      .ba-gallery-slide .ba-images.single-image .ba-image img {
        width: 100%; }
    .ba-gallery-slide .ba-images .ba-slide-no {
      align-items: center;
      background-color: rgba(0, 0, 0, 0.5);
      border-radius: 5px;
      bottom: 10px;
      color: #fff;
      display: flex;
      font-size: 14px;
      height: 30px;
      justify-content: center;
      position: absolute;
      right: 10px;
      width: 70px;
      z-index: 1; }

.ba-gallery-info {
  padding-left: 20px;
  flex: 0 0 40%;
  max-width: 40%;
  position: relative; }
  @media (max-width: 991px) {
    .ba-gallery-info {
      flex: 0 0 100%;
      margin-bottom: 25px;
      max-width: 100%;
      padding: 0; } }
  .ba-gallery-info .ba-title a {
    color: black; }
  .ba-gallery-info .ba-taxonomy {
    padding-top: .3rem;
    padding-bottom: .9rem; }
    .ba-gallery-info .ba-taxonomy .taxonomy-link {
      color: var(--text-color);
      padding: 3px 0;
      margin-right: 4px;
      border-bottom: 1px dashed rgba(204, 204, 204, 0.45); }
      .ba-gallery-info .ba-taxonomy .taxonomy-link:hover {
        border-bottom-color: rgba(187, 187, 187, 0.95); }
  .ba-gallery-info .ba-age {
    font-size: 16px;
    margin: 0 0 10px; }
  .ba-gallery-info .ba-description {
    margin: 0; }
    .ba-lightbox .ba-gallery-info .ba-description {
      bottom: 30px;
      left: 30px;
      max-height: 375px;
      overflow: auto;
      position: absolute;
      right: 30px;
      top: 200px; }
      @media (max-width: 1199px) {
        .ba-lightbox .ba-gallery-info .ba-description {
          position: static;
          overflow: visible; } }
      .ba-lightbox .ba-gallery-info .ba-description::-webkit-scrollbar {
        width: 7px; }
      .ba-lightbox .ba-gallery-info .ba-description::-webkit-scrollbar-track {
        background-color: rgba(0, 0, 0, 0.1); }
      .ba-lightbox .ba-gallery-info .ba-description::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, 0.4); }
    .ba-gallery-info .ba-description p {
      line-height: 1.5em;
      margin: 0; }

.ba-lightbox-trigger {
  cursor: pointer; }

@media (min-width: 768px) {
  body:not(.lightbox-active):not(.single-before-after) .ba-images {
    position: relative; }
    body:not(.lightbox-active):not(.single-before-after) .ba-images:before {
      background-color: rgba(0, 0, 0, 0.5);
      background-image: url("../images/search.svg");
      background-position: center;
      background-repeat: no-repeat;
      background-size: 40px;
      bottom: 0;
      content: '';
      left: 0;
      opacity: 0;
      position: absolute;
      right: 0;
      top: 0;
      transition: .3s ease-in-out;
      z-index: 1; }
    body:not(.lightbox-active):not(.single-before-after) .ba-images:hover:before {
      opacity: 1; }
  body:not(.lightbox-active):not(.single-before-after) .ba-hide-images .ba-images:before {
    content: none; } }

.ba-archive-wrap {
  align-items: flex-start;
  display: flex;
  flex-flow: wrap;
  margin-top: 40px; }
  .ba-archive-wrap .ba-category-sidebar {
    border: 1px solid #AFB9CE;
    border-radius: 5px;
    padding: 20px 20px 0;
    width: 400px; }
    @media (max-width: 1199px) {
      .ba-archive-wrap .ba-category-sidebar {
        width: 250px; } }
    @media (max-width: 991px) {
      .ba-archive-wrap .ba-category-sidebar {
        margin-bottom: 20px;
        padding: 10px 15px 0;
        width: 100%; } }
    .ba-archive-wrap .ba-category-sidebar h3 {
      font-size: 37px;
      margin: 0;
      position: relative; }
      @media (max-width: 991px) {
        .ba-archive-wrap .ba-category-sidebar h3 {
          margin-bottom: 10px; }
          .ba-archive-wrap .ba-category-sidebar h3.open:after {
            opacity: 0; } }
      @media (min-width: 992px) {
        .ba-archive-wrap .ba-category-sidebar h3:after {
          background-color: #000;
          content: '';
          height: 3px;
          margin: 20px 0 30px;
          display: flex;
          width: 80px; } }
      @media (max-width: 991px) {
        .ba-archive-wrap .ba-category-sidebar h3:after {
          background-color: #000;
          border-radius: 1.5px;
          bottom: 0;
          content: '';
          height: 20px;
          margin: auto 0;
          opacity: 1;
          position: absolute;
          right: 8px;
          top: 0;
          transition: .3s;
          width: 3px; } }
      @media (max-width: 991px) {
        .ba-archive-wrap .ba-category-sidebar h3:before {
          background-color: #000;
          border-radius: 1.5px;
          bottom: 0;
          content: '';
          height: 2px;
          margin: auto 0;
          opacity: 1;
          position: absolute;
          right: 0;
          top: 0;
          transition: .3s;
          width: 20px; } }
    @media (max-width: 991px) {
      .ba-archive-wrap .ba-category-sidebar .ba-category-toggle {
        display: none; } }
    .ba-archive-wrap .ba-category-sidebar .ba-cat-all {
      border-bottom: 1px solid #D9D9D9;
      padding: 5px 0; }
      .ba-archive-wrap .ba-category-sidebar .ba-cat-all a {
        color: inherit;
        display: flex;
        justify-content: space-between;
        text-decoration: none;
        font-weight: 600;
        padding: 10px 20px 10px 0; }
        .ba-archive-wrap .ba-category-sidebar .ba-cat-all a:hover {
          color: var(--primary-color); }
    .ba-archive-wrap .ba-category-sidebar .ba-cat-toggle-wrap {
      border-bottom: 1px solid #D9D9D9;
      padding: 5px 0; }
      .ba-archive-wrap .ba-category-sidebar .ba-cat-toggle-wrap:last-child {
        border-bottom: none; }
      .ba-archive-wrap .ba-category-sidebar .ba-cat-toggle-wrap .cat-toggle,
      .ba-archive-wrap .ba-category-sidebar .ba-cat-toggle-wrap .cat-no-toggle {
        cursor: pointer;
        font-weight: 600;
        position: relative;
        padding: 10px 20px 10px 0; }
        .ba-archive-wrap .ba-category-sidebar .ba-cat-toggle-wrap .cat-toggle.open svg,
        .ba-archive-wrap .ba-category-sidebar .ba-cat-toggle-wrap .cat-no-toggle.open svg {
          transform: rotate(180deg); }
        .ba-archive-wrap .ba-category-sidebar .ba-cat-toggle-wrap .cat-toggle svg,
        .ba-archive-wrap .ba-category-sidebar .ba-cat-toggle-wrap .cat-no-toggle svg {
          bottom: 0;
          margin: auto 0;
          position: absolute;
          right: 0;
          top: 0;
          transform-origin: center; }
      .ba-archive-wrap .ba-category-sidebar .ba-cat-toggle-wrap .cat-no-toggle {
        padding-right: 0; }
        .ba-archive-wrap .ba-category-sidebar .ba-cat-toggle-wrap .cat-no-toggle a {
          color: inherit;
          display: flex;
          justify-content: space-between;
          text-decoration: none; }
          .ba-archive-wrap .ba-category-sidebar .ba-cat-toggle-wrap .cat-no-toggle a:hover {
            color: var(--primary-color); }
      .ba-archive-wrap .ba-category-sidebar .ba-cat-toggle-wrap .case-count {
        font-size: 14px;
        white-space: nowrap; }
      .ba-archive-wrap .ba-category-sidebar .ba-cat-toggle-wrap ul {
        display: none;
        margin: 0;
        padding: 0; }
        .ba-archive-wrap .ba-category-sidebar .ba-cat-toggle-wrap ul li {
          display: block;
          font-size: 14px;
          margin: 0 0 7.5px; }
          .ba-archive-wrap .ba-category-sidebar .ba-cat-toggle-wrap ul li a {
            color: #717680;
            display: flex;
            justify-content: space-between;
            text-decoration: none; }
  .ba-archive-wrap .ba-category-grid {
    display: flex;
    flex-flow: wrap;
    padding-left: 35px;
    width: calc(100% - 400px); }
    @media (max-width: 1199px) {
      .ba-archive-wrap .ba-category-grid {
        width: calc(100% - 250px); } }
    @media (max-width: 991px) {
      .ba-archive-wrap .ba-category-grid {
        padding-left: 0;
        width: 100%; } }
    .ba-archive-wrap .ba-category-grid .ba-sub-cat {
      margin: 0 0 30px;
      padding: 0 15px;
      width: 50%; }
      @media (max-width: 767px) {
        .ba-archive-wrap .ba-category-grid .ba-sub-cat {
          padding: 0;
          width: 100%; } }
      .ba-archive-wrap .ba-category-grid .ba-sub-cat a:hover h2 {
        color: var(--primary-color); }
      .ba-archive-wrap .ba-category-grid .ba-sub-cat .ba-gallery-row {
        border-radius: 5px;
        margin-bottom: 10px;
        overflow: hidden; }
        .ba-archive-wrap .ba-category-grid .ba-sub-cat .ba-gallery-row .ba-images {
          padding-bottom: 50%;
          position: relative; }
          .ba-archive-wrap .ba-category-grid .ba-sub-cat .ba-gallery-row .ba-images .ba-image {
            bottom: 0;
            position: absolute;
            top: 0;
            width: 50%; }
            .ba-archive-wrap .ba-category-grid .ba-sub-cat .ba-gallery-row .ba-images .ba-image:nth-child(1) {
              left: 0; }
            .ba-archive-wrap .ba-category-grid .ba-sub-cat .ba-gallery-row .ba-images .ba-image:nth-child(2) {
              right: 0; }
            .ba-archive-wrap .ba-category-grid .ba-sub-cat .ba-gallery-row .ba-images .ba-image img {
              height: 100%;
              object-fit: cover;
              width: 100%; }
      .ba-archive-wrap .ba-category-grid .ba-sub-cat h2 {
        color: #404040;
        font-size: 24px;
        margin: 0;
        transition: .3s; }

.ba-cat-title {
  margin: 0 0 10px; }

.landing-title {
  margin: 0 0 40px;
  width: 100%; }

.ba-images.single-image .ba-image.ba-image-custom-image {
  width: 100% !important; }

body.lightbox-active {
  overflow: hidden; }

.ba-lightbox {
  background-color: rgba(0, 0, 0, 0.7);
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 60px;
  position: fixed;
  right: 0;
  top: 0;
  transition: .2s ease-in-out;
  z-index: 99999; }
  .ba-lightbox .ba-lightbox-inner {
    background-color: #fff;
    max-width: 100%;
    position: relative;
    width: 1500px; }
    .ba-lightbox .ba-lightbox-inner .ba-close {
      background-image: url("../images/close.svg");
      background-position: center;
      background-repeat: no-repeat;
      background-size: 100%;
      cursor: pointer;
      height: 20px;
      position: absolute;
      right: 15px;
      top: 15px;
      width: 20px; }
      .ba-lightbox .ba-lightbox-inner .ba-close svg {
        width: 100%; }
    .ba-lightbox .ba-lightbox-inner .ba-case-item {
      margin: 0;
      transition: .3s ease-in-out; }
      @media (max-width: 1199px) {
        .ba-lightbox .ba-lightbox-inner .ba-case-item {
          flex-flow: wrap; } }
      .ba-lightbox .ba-lightbox-inner .ba-case-item .ba-gallery-slider {
        flex: 0 0 calc(100% - 400px);
        max-width: calc(100% - 400px);
        max-height: 80vh; }
        @media (max-width: 1199px) {
          .ba-lightbox .ba-lightbox-inner .ba-case-item .ba-gallery-slider {
            flex: 100%;
            max-width: 100%; } }
        .ba-lightbox .ba-lightbox-inner .ba-case-item .ba-gallery-slider .slick-list,
        .ba-lightbox .ba-lightbox-inner .ba-case-item .ba-gallery-slider .slick-track,
        .ba-lightbox .ba-lightbox-inner .ba-case-item .ba-gallery-slider .slisk-slide,
        .ba-lightbox .ba-lightbox-inner .ba-case-item .ba-gallery-slider .slick-slide > div {
          display: flex !important;
          height: 100% !important; }
        .ba-lightbox .ba-lightbox-inner .ba-case-item .ba-gallery-slider .slick-slide > div {
          width: 100%; }
        .ba-lightbox .ba-lightbox-inner .ba-case-item .ba-gallery-slider .ba-images {
          height: 100%; }
        .ba-lightbox .ba-lightbox-inner .ba-case-item .ba-gallery-slider .single-image .ba-image-inner {
          background-color: rgba(0, 0, 0, 0.1);
          text-align: center;
          width: 100%; }
        .ba-lightbox .ba-lightbox-inner .ba-case-item .ba-gallery-slider .single-image img {
          margin: 0 auto;
          max-height: 80vh;
          width: auto; }
        .ba-lightbox .ba-lightbox-inner .ba-case-item .ba-gallery-slider .ba-caption {
          background-color: rgba(0, 0, 0, 0.7);
          bottom: 0;
          color: #fff;
          display: block;
          left: 0;
          margin: 0;
          padding: 10px 70px 10px 20px;
          position: absolute;
          right: 0;
          width: 100%; }
      .ba-lightbox .ba-lightbox-inner .ba-case-item .ba-gallery-info {
        flex: 0 0 400px;
        max-width: 400px;
        padding: 50px 30px; }
        @media (max-width: 1199px) {
          .ba-lightbox .ba-lightbox-inner .ba-case-item .ba-gallery-info {
            flex: 100%;
            max-width: 100%;
            padding: 20px; } }

.ajax-loader {
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 99999; }

.ba-breadcrumbs {
  font-size: 14px;
  margin: 0 0 40px; }
  .ba-breadcrumbs ul {
    display: block;
    margin: 0;
    padding: 0; }
    .ba-breadcrumbs ul li {
      display: inline-block;
      margin: 0; }
      .ba-breadcrumbs ul li:not(:last-child):after {
        content: '>';
        display: inline-block;
        margin: 0 10px; }
      .ba-breadcrumbs ul li a {
        color: inherit;
        color: var(--primary-color);
        transition: .3s; }
        .ba-breadcrumbs ul li a:hover {
          color: var(--secondary-color); }

.before-after-gallery-block-wrap,
.before-after-case-block-wrap {
  margin: 2em 0;
  position: relative; }
  .before-after-gallery-block-wrap .ba-image img,
  .before-after-case-block-wrap .ba-image img {
    height: 100%;
    object-fit: cover;
    width: 100%; }
  .before-after-gallery-block-wrap .items-1 .ba-case-item,
  .before-after-case-block-wrap .items-1 .ba-case-item {
    padding: 0; }
  @media (min-width: 992px) {
    .before-after-gallery-block-wrap .items-2 .ba-image,
    .before-after-case-block-wrap .items-2 .ba-image {
      height: 200px; } }
  @media (min-width: 992px) {
    .before-after-gallery-block-wrap .items-3 .ba-image,
    .before-after-case-block-wrap .items-3 .ba-image {
      height: 175px; } }
  .before-after-gallery-block-wrap .ba-case-item,
  .before-after-case-block-wrap .ba-case-item {
    display: block !important;
    margin: 0;
    padding: 0 7.5px; }
    @media (max-width: 480px) {
      .before-after-gallery-block-wrap .ba-case-item,
      .before-after-case-block-wrap .ba-case-item {
        padding: 0; } }
    .before-after-gallery-block-wrap .ba-case-item .ba-categories,
    .before-after-case-block-wrap .ba-case-item .ba-categories {
      display: flex;
      font-size: 14px;
      font-weight: 700;
      justify-content: space-between;
      margin-bottom: 5px;
      text-transform: uppercase; }
      .before-after-gallery-block-wrap .ba-case-item .ba-categories .ba-cats,
      .before-after-case-block-wrap .ba-case-item .ba-categories .ba-cats {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 60%; }
      .before-after-gallery-block-wrap .ba-case-item .ba-categories .ba-tags,
      .before-after-case-block-wrap .ba-case-item .ba-categories .ba-tags {
        overflow: hidden;
        padding-left: 30px;
        text-overflow: ellipsis;
        white-space: nowrap;
        text-align: right;
        width: 40%; }
      .before-after-gallery-block-wrap .ba-case-item .ba-categories a,
      .before-after-case-block-wrap .ba-case-item .ba-categories a {
        color: #000;
        text-decoration: none; }
        .before-after-gallery-block-wrap .ba-case-item .ba-categories a:not(:last-child):after,
        .before-after-case-block-wrap .ba-case-item .ba-categories a:not(:last-child):after {
          content: '/';
          margin: 0 5px; }
        .before-after-gallery-block-wrap .ba-case-item .ba-categories a:hover,
        .before-after-case-block-wrap .ba-case-item .ba-categories a:hover {
          opacity: .5; }
    .before-after-gallery-block-wrap .ba-case-item .ba-gallery-info,
    .before-after-case-block-wrap .ba-case-item .ba-gallery-info {
      display: flex;
      max-width: 100%;
      flex: 0 0 100%;
      padding: 0;
      width: 100%; }
      @media (max-width: 480px) {
        .before-after-gallery-block-wrap .ba-case-item .ba-gallery-info,
        .before-after-case-block-wrap .ba-case-item .ba-gallery-info {
          display: block;
          margin-bottom: 0; } }
      .before-after-gallery-block-wrap .ba-case-item .ba-gallery-info .ba-title,
      .before-after-case-block-wrap .ba-case-item .ba-gallery-info .ba-title {
        font-size: 16px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: calc(100% - 100px); }
        @media (max-width: 480px) {
          .before-after-gallery-block-wrap .ba-case-item .ba-gallery-info .ba-title,
          .before-after-case-block-wrap .ba-case-item .ba-gallery-info .ba-title {
            width: 100%; } }
      .before-after-gallery-block-wrap .ba-case-item .ba-gallery-info .ba-age,
      .before-after-case-block-wrap .ba-case-item .ba-gallery-info .ba-age {
        text-align: right;
        width: 100px; }
        @media (max-width: 480px) {
          .before-after-gallery-block-wrap .ba-case-item .ba-gallery-info .ba-age,
          .before-after-case-block-wrap .ba-case-item .ba-gallery-info .ba-age {
            text-align: left;
            width: 100%; } }
  .before-after-gallery-block-wrap .ba-caption,
  .before-after-case-block-wrap .ba-caption {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%; }
  .before-after-gallery-block-wrap .slick-arrow,
  .before-after-case-block-wrap .slick-arrow {
    position: absolute;
    right: 0;
    top: 0px;
    height: 40px;
    display: inline-block;
    margin: 0 !important;
    background: #eee;
    padding: 8px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px; }
    .before-after-gallery-block-wrap .slick-arrow svg,
    .before-after-case-block-wrap .slick-arrow svg {
      height: 100%;
      width: auto; }
    .before-after-gallery-block-wrap .slick-arrow polyline,
    .before-after-case-block-wrap .slick-arrow polyline {
      stroke: #222; }
  .before-after-gallery-block-wrap .ba-prev,
  .before-after-case-block-wrap .ba-prev {
    right: 45px; }
  .before-after-gallery-block-wrap .ba-next,
  .before-after-case-block-wrap .ba-next {
    right: 0; }

.wp-block-ba-gutenberg-before-after-category-block,
.wp-block-ba-gutenberg-before-after-case-block {
  margin: 2em 0; }
  @media (max-width: 480px) {
    .wp-block-ba-gutenberg-before-after-category-block .ba-case-item .ba-case-header .ba-title,
    .wp-block-ba-gutenberg-before-after-category-block .ba-caption .ba-case-header .ba-title,
    .wp-block-ba-gutenberg-before-after-case-block .ba-case-item .ba-case-header .ba-title,
    .wp-block-ba-gutenberg-before-after-case-block .ba-caption .ba-case-header .ba-title {
      font-size: var(--font-size-body-desktop); } }
  .wp-block-ba-gutenberg-before-after-category-block .ba-gallery-images,
  .wp-block-ba-gutenberg-before-after-case-block .ba-gallery-images {
    margin-bottom: 20px; }

.ba-view-case {
  font-weight: 600;
  color: #000;
  font-size: 16px; }

.ba-links-wrap {
  padding: 0 7.5px; }
  @media (max-width: 480px) {
    .ba-links-wrap {
      text-align: center; } }

.ba-case-header {
  padding-right: 95px;
  min-height: 75px; }
  .ba-case-header .ba-title {
    font-size: 120%;
    font-weight: bold;
    color: #333;
    margin-bottom: 5px;
    line-height: 1.3; }
  .ba-case-header .ba-age {
    font-size: 100%;
    color: #444;
    margin-bottom: 10px; }

.before-after-case-block-wrap .ba-loader,
.before-after-gallery-block-wrap .ba-loader {
  display: none; }

.before-after-case-block-wrap.loading,
.before-after-gallery-block-wrap.loading {
  position: relative;
  min-height: 380px; }
  .before-after-case-block-wrap.loading .ba-loader,
  .before-after-gallery-block-wrap.loading .ba-loader {
    left: 0;
    top: 0;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: #a6a6a6;
    background: radial-gradient(circle, #a6a6a6 0%, #c1c1c1 43%, #dbdbdb 77%, #e0e0e0 100%);
    border-radius: 3px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center; }

.ba-age-modal {
  width: 500px !important;
  padding: 40px;
  text-align: center; }
  @media (max-width: 767px) {
    .ba-age-modal {
      padding: 40px 20px; } }
  .ba-age-modal h3 {
    font-size: 20px;
    margin: 0 0 30px; }
  .ba-age-modal button {
    font-size: 16px;
    margin: 0 10px;
    min-width: 170px;
    padding: 15px 20px; }
    @media (max-width: 767px) {
      .ba-age-modal button {
        margin: 10px; } }

.ba-filters {
  margin-bottom: 40px;
  opacity: 0;
  height: 0;
  display: none;
  transition: opacity ease-in-out .3s; }
  .ba-filters.show {
    display: block;
    height: auto;
    opacity: 1; }
  @media (min-width: 1199px) {
    .ba-filters {
      margin-bottom: 50px;
      display: block;
      height: auto;
      opacity: 1; } }

.ba-filters-toggle {
  padding: 15px;
  border-radius: 5px;
  background-color: #f5f5f5;
  margin-bottom: 35px;
  cursor: pointer; }
  .ba-filters-toggle .arrow {
    text-align: right; }
    .ba-filters-toggle .arrow .icon {
      display: inline-block;
      width: 14px;
      height: 14px;
      border: 2px solid transparent;
      border-left-color: #4d4d4d;
      border-bottom-color: #4d4d4d;
      transform: rotate(-45deg);
      transition: transform ease-in-out 480ms; }
  .ba-filters-toggle.open .icon {
    transform: rotate(135deg) translate(5px, -5px); }

.ba-filters-form {
  display: flex;
  margin: 0 -15px; }
  @media (max-width: 767px) {
    .ba-filters-form {
      flex-flow: wrap; } }
  .ba-filters-form .ba-filter {
    padding: 0 15px;
    position: relative;
    width: 33.33%; }
    @media (max-width: 767px) {
      .ba-filters-form .ba-filter {
        margin-bottom: 10px;
        width: 100%; } }
    .ba-filters-form .ba-filter label {
      display: block;
      font-weight: 600;
      margin-bottom: 15px; }

.before-after-slider-container {
  padding: 0 2.4rem;
  background-color: #f5f5f5; }
  .before-after-slider-container .before-after-slider {
    width: 80vh;
    max-width: 100%;
    margin: auto; }
    .before-after-slider-container .before-after-slider .before-after-wrapper {
      width: 100%;
      max-width: 100%;
      padding-bottom: 100%;
      margin: 0 auto;
      position: relative;
      overflow: hidden;
      text-align: center; }
      .before-after-slider-container .before-after-slider .before-after-wrapper div {
        margin: 0;
        box-sizing: border-box; }
      .before-after-slider-container .before-after-slider .before-after-wrapper .before,
      .before-after-slider-container .before-after-slider .before-after-wrapper .after {
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-color: white;
        background-size: cover;
        background-position: center;
        position: absolute;
        top: 0;
        left: 0;
        pointer-events: none;
        overflow: hidden; }
      .before-after-slider-container .before-after-slider .before-after-wrapper .content-image {
        height: 100%;
        width: auto;
        max-width: none; }
      .before-after-slider-container .before-after-slider .before-after-wrapper .after {
        width: 100; }
      .before-after-slider-container .before-after-slider .before-after-wrapper .scroller {
        width: 50px;
        height: 50px;
        position: absolute;
        left: 80%;
        top: calc(50% - 25px);
        border-radius: 50%;
        background-color: transparent;
        opacity: 0.9;
        pointer-events: auto;
        cursor: pointer; }
      .before-after-slider-container .before-after-slider .before-after-wrapper .scroller:hover {
        opacity: 1; }
      .before-after-slider-container .before-after-slider .before-after-wrapper .scrolling {
        pointer-events: none;
        opacity: 1;
        z-index: 1; }
      .before-after-slider-container .before-after-slider .before-after-wrapper .scroller__thumb {
        width: 100%;
        height: 100%;
        padding: 5px; }
      .before-after-slider-container .before-after-slider .before-after-wrapper .scroller:before,
      .before-after-slider-container .before-after-slider .before-after-wrapper .scroller:after {
        content: " ";
        display: block;
        width: 4px;
        height: 900px;
        position: absolute;
        left: calc(50% - 2px);
        z-index: 30;
        transition: 0.1s; }
      .before-after-slider-container .before-after-slider .before-after-wrapper .scroller:before {
        top: 100%; }
      .before-after-slider-container .before-after-slider .before-after-wrapper .scroller:after {
        bottom: 100%; }
      .before-after-slider-container .before-after-slider .before-after-wrapper .scroller {
        border: 4px solid #fff; }
      .before-after-slider-container .before-after-slider .before-after-wrapper .scroller:before,
      .before-after-slider-container .before-after-slider .before-after-wrapper .scroller:after {
        background: #fff; }
