:root {
  --reflex-columns: 12;
  --reflex-grid-spacing: 15px;
  --reflex-xs: 576px;
  --reflex-sm: 768px;
  --reflex-md: 992px;
  --reflex-lg: 1200px;
  --reflex-xlg: 1600px;
  --reflex-xxs-max: 575px;
  --reflex-xs-max: 767px;
  --reflex-sm-max: 991px;
  --reflex-md-max: 1199px;
  --reflex-lg-max: 1599px;
}

/*
Dark blue: 282238
Lilac: f8f4fb

*/

.container *,
.container *::after,
.container *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important;
  -webkit-focus-ring-color: rgba(255, 255, 255, 0) !important;
  outline: none !important;
}

.container,
.container-full {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
}

.container .grid,
.container-full .grid {
  margin-right: -15px;
  margin-left: -15px;
}

.container-fluid {
  max-width: 100%;
}

@media (max-width: 680px) {
  .container,
  .container-full {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 576px) {
  .container {
    max-width: 96%;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 98%;
  }
}

/*
@media (min-width: 992px) {
  .container {
    max-width: 992px;
  }
}
*/

@media (min-width: 1200px) {
  .container {
    max-width: 1260px;
  }
}

@media (min-width: 1700px) {
  .container {
    max-width: 1300px;
  }
}

.grid {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 auto;
  position: relative;
  letter-spacing: -0.31em;
  *letter-spacing: normal;
  word-spacing: -0.43em;
  list-style-type: none;
}

.grid::before,
.grid::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: normal;
  word-spacing: normal;
  white-space: normal;
}

[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: normal;
  word-spacing: normal;
  white-space: normal;
  position: relative;
  width: 100%;
  vertical-align: top;
  padding: 25px;
  display: inline-block;
  *display: inline;
  zoom: 1;
}

[class*="col-"]::before,
[class*="col-"]::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: normal;
  word-spacing: normal;
  white-space: normal;
}

[class*="col-"] .grid {
  -ms-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  margin: -25px;
}

.col-12 {
  width: 100%;
  *width: 99.9%;
}

.col-11 {
  width: 91.66666667%;
  *width: 91.56666667%;
}

.col-10 {
  width: 83.33333333%;
  *width: 83.23333333%;
}

.col-9 {
  width: 75%;
  *width: 74.9%;
}

.col-8 {
  width: 66.66666667%;
  *width: 66.56666667%;
}

.col-7 {
  width: 58.33333333%;
  *width: 58.23333333%;
}

.col-6 {
  width: 50%;
  *width: 49.9%;
}

.col-5 {
  width: 41.66666667%;
  *width: 41.56666667%;
}

.col-4 {
  width: 33.33333333%;
  *width: 33.23333333%;
}

.col-3 {
  width: 25%;
  *width: 24.9%;
}

.col-2 {
  width: 16.66666667%;
  *width: 16.56666667%;
}

.col-1 {
  width: 8.33333333%;
  *width: 8.23333333%;
}

@media (min-width: 576px) {
  .col-xs-12 {
    width: 100%;
    *width: 99.9%;
  }
  .col-xs-11 {
    width: 91.66666667%;
    *width: 91.56666667%;
  }
  .col-xs-10 {
    width: 83.33333333%;
    *width: 83.23333333%;
  }
  .col-xs-9 {
    width: 75%;
    *width: 74.9%;
  }
  .col-xs-8 {
    width: 66.66666667%;
    *width: 66.56666667%;
  }
  .col-xs-7 {
    width: 58.33333333%;
    *width: 58.23333333%;
  }
  .col-xs-6 {
    width: 50%;
    *width: 49.9%;
  }
  .col-xs-5 {
    width: 41.66666667%;
    *width: 41.56666667%;
  }
  .col-xs-4 {
    width: 33.33333333%;
    *width: 33.23333333%;
  }
  .col-xs-3 {
    width: 25%;
    *width: 24.9%;
  }
  .col-xs-2 {
    width: 16.66666667%;
    *width: 16.56666667%;
  }
  .col-xs-1 {
    width: 8.33333333%;
    *width: 8.23333333%;
  }
}

@media (min-width: 768px) {
  .col-sm-12 {
    width: 100%;
    *width: 99.9%;
  }
  .col-sm-11 {
    width: 91.66666667%;
    *width: 91.56666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
    *width: 83.23333333%;
  }
  .col-sm-9 {
    width: 75%;
    *width: 74.9%;
  }
  .col-sm-8 {
    width: 66.66666667%;
    *width: 66.56666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
    *width: 58.23333333%;
  }
  .col-sm-6 {
    width: 50%;
    *width: 49.9%;
  }
  .col-sm-5 {
    width: 41.66666667%;
    *width: 41.56666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
    *width: 33.23333333%;
  }
  .col-sm-3 {
    width: 25%;
    *width: 24.9%;
  }
  .col-sm-2 {
    width: 16.66666667%;
    *width: 16.56666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
    *width: 8.23333333%;
  }
}

@media (min-width: 992px) {
  .col-md-12 {
    width: 100%;
    *width: 99.9%;
  }
  .col-md-11 {
    width: 91.66666667%;
    *width: 91.56666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
    *width: 83.23333333%;
  }
  .col-md-9 {
    width: 75%;
    *width: 74.9%;
  }
  .col-md-8 {
    width: 66.66666667%;
    *width: 66.56666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
    *width: 58.23333333%;
  }
  .col-md-6 {
    width: 50%;
    *width: 49.9%;
  }
  .col-md-5 {
    width: 41.66666667%;
    *width: 41.56666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
    *width: 33.23333333%;
  }
  .col-md-3 {
    width: 25%;
    *width: 24.9%;
  }
  .col-md-2 {
    width: 16.66666667%;
    *width: 16.56666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
    *width: 8.23333333%;
  }
}

@media (min-width: 1200px) {
  .col-lg-12 {
    width: 100%;
    *width: 99.9%;
  }
  .col-lg-11 {
    width: 91.66666667%;
    *width: 91.56666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
    *width: 83.23333333%;
  }
  .col-lg-9 {
    width: 75%;
    *width: 74.9%;
  }
  .col-lg-8 {
    width: 66.66666667%;
    *width: 66.56666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
    *width: 58.23333333%;
  }
  .col-lg-6 {
    width: 50%;
    *width: 49.9%;
  }
  .col-lg-5 {
    width: 41.66666667%;
    *width: 41.56666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
    *width: 33.23333333%;
  }
  .col-lg-3 {
    width: 25%;
    *width: 24.9%;
  }
  .col-lg-2 {
    width: 16.66666667%;
    *width: 16.56666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
    *width: 8.23333333%;
  }
}

@media (min-width: 1600px) {
  .col-xlg-12 {
    width: 100%;
    *width: 99.9%;
  }
  .col-xlg-11 {
    width: 91.66666667%;
    *width: 91.56666667%;
  }
  .col-xlg-10 {
    width: 83.33333333%;
    *width: 83.23333333%;
  }
  .col-xlg-9 {
    width: 75%;
    *width: 74.9%;
  }
  .col-xlg-8 {
    width: 66.66666667%;
    *width: 66.56666667%;
  }
  .col-xlg-7 {
    width: 58.33333333%;
    *width: 58.23333333%;
  }
  .col-xlg-6 {
    width: 50%;
    *width: 49.9%;
  }
  .col-xlg-5 {
    width: 41.66666667%;
    *width: 41.56666667%;
  }
  .col-xlg-4 {
    width: 33.33333333%;
    *width: 33.23333333%;
  }
  .col-xlg-3 {
    width: 25%;
    *width: 24.9%;
  }
  .col-xlg-2 {
    width: 16.66666667%;
    *width: 16.56666667%;
  }
  .col-xlg-1 {
    width: 8.33333333%;
    *width: 8.23333333%;
  }
}

.col-auto {
  -ms-flex: 1 0 auto;
  -webkit-flex: 1 0 0px;
  flex: 1 0 0px;
  width: auto;
}

@media (min-width: 576px) {
  .col-xs-auto {
    -ms-flex: 1 0 auto;
    -webkit-flex: 1 0 0px;
    flex: 1 0 0px;
    width: auto;
  }
}

@media (min-width: 768px) {
  .col-sm-auto {
    -ms-flex: 1 0 auto;
    -webkit-flex: 1 0 0px;
    flex: 1 0 0px;
    width: auto;
  }
}

@media (min-width: 992px) {
  .col-md-auto {
    -ms-flex: 1 0 auto;
    -webkit-flex: 1 0 0px;
    flex: 1 0 0px;
    width: auto;
  }
}

@media (min-width: 1200px) {
  .col-lg-auto {
    -ms-flex: 1 0 auto;
    -webkit-flex: 1 0 0px;
    flex: 1 0 0px;
    width: auto;
  }
}

@media (min-width: 1600px) {
  .col-xlg-auto {
    -ms-flex: 1 0 auto;
    -webkit-flex: 1 0 0px;
    flex: 1 0 0px;
    width: auto;
  }
}

.order-12 {
  -ms-flex-order: 12;
  -webkit-order: 12;
  order: 12;
}

.order-11 {
  -ms-flex-order: 11;
  -webkit-order: 11;
  order: 11;
}

.order-10 {
  -ms-flex-order: 10;
  -webkit-order: 10;
  order: 10;
}

.order-9 {
  -ms-flex-order: 9;
  -webkit-order: 9;
  order: 9;
}

.order-8 {
  -ms-flex-order: 8;
  -webkit-order: 8;
  order: 8;
}

.order-7 {
  -ms-flex-order: 7;
  -webkit-order: 7;
  order: 7;
}

.order-6 {
  -ms-flex-order: 6;
  -webkit-order: 6;
  order: 6;
}

.order-5 {
  -ms-flex-order: 5;
  -webkit-order: 5;
  order: 5;
}

.order-4 {
  -ms-flex-order: 4;
  -webkit-order: 4;
  order: 4;
}

.order-3 {
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
}

.order-2 {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}

.order-1 {
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}

.order-0 {
  -ms-flex-order: 0;
  -webkit-order: 0;
  order: 0;
}

@media only screen and (min-width: 220px) {
  .order-xs-12 {
    -ms-flex-order: 12;
    -webkit-order: 12;
    order: 12;
  }
  .order-xs-11 {
    -ms-flex-order: 11;
    -webkit-order: 11;
    order: 11;
  }
  .order-xs-10 {
    -ms-flex-order: 10;
    -webkit-order: 10;
    order: 10;
  }
  .order-xs-9 {
    -ms-flex-order: 9;
    -webkit-order: 9;
    order: 9;
  }
  .order-xs-8 {
    -ms-flex-order: 8;
    -webkit-order: 8;
    order: 8;
  }
  .order-xs-7 {
    -ms-flex-order: 7;
    -webkit-order: 7;
    order: 7;
  }
  .order-xs-6 {
    -ms-flex-order: 6;
    -webkit-order: 6;
    order: 6;
  }
  .order-xs-5 {
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5;
  }
  .order-xs-4 {
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4;
  }
  .order-xs-3 {
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .order-xs-2 {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .order-xs-1 {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .order-xs-0 {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
}

@media only screen and (min-width: 768px) {
  .order-sm-12 {
    -ms-flex-order: 12;
    -webkit-order: 12;
    order: 12;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    -webkit-order: 11;
    order: 11;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    -webkit-order: 10;
    order: 10;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    -webkit-order: 9;
    order: 9;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    -webkit-order: 8;
    order: 8;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    -webkit-order: 7;
    order: 7;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    -webkit-order: 6;
    order: 6;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
}

@media only screen and (min-width: 992px) {
  .order-md-12 {
    -ms-flex-order: 12;
    -webkit-order: 12;
    order: 12;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    -webkit-order: 11;
    order: 11;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    -webkit-order: 10;
    order: 10;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    -webkit-order: 9;
    order: 9;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    -webkit-order: 8;
    order: 8;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    -webkit-order: 7;
    order: 7;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    -webkit-order: 6;
    order: 6;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
}

@media only screen and (min-width: 1200px) {
  .order-lg-12 {
    -ms-flex-order: 12;
    -webkit-order: 12;
    order: 12;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    -webkit-order: 11;
    order: 11;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    -webkit-order: 10;
    order: 10;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    -webkit-order: 9;
    order: 9;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    -webkit-order: 8;
    order: 8;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    -webkit-order: 7;
    order: 7;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    -webkit-order: 6;
    order: 6;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
}

@media only screen and (min-width: 1600px) {
  .order-xlg-12 {
    -ms-flex-order: 12;
    -webkit-order: 12;
    order: 12;
  }
  .order-xlg-11 {
    -ms-flex-order: 11;
    -webkit-order: 11;
    order: 11;
  }
  .order-xlg-10 {
    -ms-flex-order: 10;
    -webkit-order: 10;
    order: 10;
  }
  .order-xlg-9 {
    -ms-flex-order: 9;
    -webkit-order: 9;
    order: 9;
  }
  .order-xlg-8 {
    -ms-flex-order: 8;
    -webkit-order: 8;
    order: 8;
  }
  .order-xlg-7 {
    -ms-flex-order: 7;
    -webkit-order: 7;
    order: 7;
  }
  .order-xlg-6 {
    -ms-flex-order: 6;
    -webkit-order: 6;
    order: 6;
  }
  .order-xlg-5 {
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5;
  }
  .order-xlg-4 {
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4;
  }
  .order-xlg-3 {
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .order-xlg-2 {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .order-xlg-1 {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .order-xlg-0 {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
}

.offset-11 {
  margin-left: 91.66666667%;
  *margin-left: 91.56666667%;
}

.offset-10 {
  margin-left: 83.33333333%;
  *margin-left: 83.23333333%;
}

.offset-9 {
  margin-left: 75%;
  *margin-left: 74.9%;
}

.offset-8 {
  margin-left: 66.66666667%;
  *margin-left: 66.56666667%;
}

.offset-7 {
  margin-left: 58.33333333%;
  *margin-left: 58.23333333%;
}

.offset-6 {
  margin-left: 50%;
  *margin-left: 49.9%;
}

.offset-5 {
  margin-left: 41.66666667%;
  *margin-left: 41.56666667%;
}

.offset-4 {
  margin-left: 33.33333333%;
  *margin-left: 33.23333333%;
}

.offset-3 {
  margin-left: 25%;
  *margin-left: 24.9%;
}

.offset-2 {
  margin-left: 16.66666667%;
  *margin-left: 16.56666667%;
}

.offset-1 {
  margin-left: 8.33333333%;
  *margin-left: 8.23333333%;
}

@media only screen and (min-width: 576px) {
  .offset-xs-11 {
    margin-left: 91.66666667%;
    *margin-left: 91.56666667%;
  }
  .offset-xs-10 {
    margin-left: 83.33333333%;
    *margin-left: 83.23333333%;
  }
  .offset-xs-9 {
    margin-left: 75%;
    *margin-left: 74.9%;
  }
  .offset-xs-8 {
    margin-left: 66.66666667%;
    *margin-left: 66.56666667%;
  }
  .offset-xs-7 {
    margin-left: 58.33333333%;
    *margin-left: 58.23333333%;
  }
  .offset-xs-6 {
    margin-left: 50%;
    *margin-left: 49.9%;
  }
  .offset-xs-5 {
    margin-left: 41.66666667%;
    *margin-left: 41.56666667%;
  }
  .offset-xs-4 {
    margin-left: 33.33333333%;
    *margin-left: 33.23333333%;
  }
  .offset-xs-3 {
    margin-left: 25%;
    *margin-left: 24.9%;
  }
  .offset-xs-2 {
    margin-left: 16.66666667%;
    *margin-left: 16.56666667%;
  }
  .offset-xs-1 {
    margin-left: 8.33333333%;
    *margin-left: 8.23333333%;
  }
  .offset-xs-0 {
    margin-left: 0;
    *margin-left: -0.1%;
  }
}

@media only screen and (min-width: 768px) {
  .offset-sm-11 {
    margin-left: 91.66666667%;
    *margin-left: 91.56666667%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
    *margin-left: 83.23333333%;
  }
  .offset-sm-9 {
    margin-left: 75%;
    *margin-left: 74.9%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
    *margin-left: 66.56666667%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
    *margin-left: 58.23333333%;
  }
  .offset-sm-6 {
    margin-left: 50%;
    *margin-left: 49.9%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
    *margin-left: 41.56666667%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
    *margin-left: 33.23333333%;
  }
  .offset-sm-3 {
    margin-left: 25%;
    *margin-left: 24.9%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
    *margin-left: 16.56666667%;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
    *margin-left: 8.23333333%;
  }
  .offset-sm-0 {
    margin-left: 0;
    *margin-left: -0.1%;
  }
}

@media only screen and (min-width: 992px) {
  .offset-md-11 {
    margin-left: 91.66666667%;
    *margin-left: 91.56666667%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
    *margin-left: 83.23333333%;
  }
  .offset-md-9 {
    margin-left: 75%;
    *margin-left: 74.9%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
    *margin-left: 66.56666667%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
    *margin-left: 58.23333333%;
  }
  .offset-md-6 {
    margin-left: 50%;
    *margin-left: 49.9%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
    *margin-left: 41.56666667%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
    *margin-left: 33.23333333%;
  }
  .offset-md-3 {
    margin-left: 25%;
    *margin-left: 24.9%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
    *margin-left: 16.56666667%;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
    *margin-left: 8.23333333%;
  }
  .offset-md-0 {
    margin-left: 0;
    *margin-left: -0.1%;
  }
}

@media only screen and (min-width: 1200px) {
  .offset-lg-11 {
    margin-left: 91.66666667%;
    *margin-left: 91.56666667%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
    *margin-left: 83.23333333%;
  }
  .offset-lg-9 {
    margin-left: 75%;
    *margin-left: 74.9%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
    *margin-left: 66.56666667%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
    *margin-left: 58.23333333%;
  }
  .offset-lg-6 {
    margin-left: 50%;
    *margin-left: 49.9%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
    *margin-left: 41.56666667%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
    *margin-left: 33.23333333%;
  }
  .offset-lg-3 {
    margin-left: 25%;
    *margin-left: 24.9%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
    *margin-left: 16.56666667%;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
    *margin-left: 8.23333333%;
  }
  .offset-lg-0 {
    margin-left: 0;
    *margin-left: -0.1%;
  }
}

@media only screen and (min-width: 1600px) {
  .offset-xlg-11 {
    margin-left: 91.66666667%;
    *margin-left: 91.56666667%;
  }
  .offset-xlg-10 {
    margin-left: 83.33333333%;
    *margin-left: 83.23333333%;
  }
  .offset-xlg-9 {
    margin-left: 75%;
    *margin-left: 74.9%;
  }
  .offset-xlg-8 {
    margin-left: 66.66666667%;
    *margin-left: 66.56666667%;
  }
  .offset-xlg-7 {
    margin-left: 58.33333333%;
    *margin-left: 58.23333333%;
  }
  .offset-xlg-6 {
    margin-left: 50%;
    *margin-left: 49.9%;
  }
  .offset-xlg-5 {
    margin-left: 41.66666667%;
    *margin-left: 41.56666667%;
  }
  .offset-xlg-4 {
    margin-left: 33.33333333%;
    *margin-left: 33.23333333%;
  }
  .offset-xlg-3 {
    margin-left: 25%;
    *margin-left: 24.9%;
  }
  .offset-xlg-2 {
    margin-left: 16.66666667%;
    *margin-left: 16.56666667%;
  }
  .offset-xlg-1 {
    margin-left: 8.33333333%;
    *margin-left: 8.23333333%;
  }
  .offset-xlg-0 {
    margin-left: 0;
    *margin-left: -0.1%;
  }
}

.wrap {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.no-wrap {
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.no-wrap [class*="col-"] {
  -ms-flex-negative: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
}

.wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
  -webkit-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}

.direction-row {
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}

.direction-row-reverse {
  -ms-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.direction-column {
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.direction-column-reverse {
  -ms-flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.align-start {
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.align-end {
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

.align-end [class*="col-"] {
  vertical-align: bottom;
}

.align-center {
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.align-center [class*="col-"] {
  vertical-align: middle;
}

.align-baseline {
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
}

.align-content-start {
  -ms-flex-line-pack: start;
  -webkit-align-content: flex-start;
  align-content: flex-start;
}

.align-content-end {
  -ms-flex-line-pack: end;
  -webkit-align-content: flex-end;
  align-content: flex-end;
}

.align-content-end [class*="col-"] {
  vertical-align: bottom;
}

.align-content-center {
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  align-content: center;
}

.align-content-space-between {
  -ms-flex-line-pack: justify;
  -webkit-align-content: space-between;
  align-content: space-between;
}

.align-content-space-around {
  -ms-flex-line-pack: distribute;
  -webkit-align-content: space-around;
  align-content: space-around;
}

.align-self-stretch {
  -ms-flex-item-align: stretch;
  -webkit-align-self: stretch;
  align-self: stretch;
}

.align-self-start {
  -ms-flex-item-align: start;
  -webkit-align-self: flex-start;
  align-self: flex-start;
}

.align-self-end {
  -ms-flex-item-align: end;
  -webkit-align-self: flex-end;
  align-self: flex-end;
  vertical-align: bottom;
}

.align-self-center {
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  align-self: center;
  vertical-align: middle;
}

.align-self-baseline {
  -ms-flex-item-align: baseline;
  -webkit-align-self: baseline;
  align-self: baseline;
  vertical-align: baseline;
}

.justify-start {
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.justify-start.grid {
  text-align: left;
}

.justify-end {
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.justify-end.grid {
  text-align: right;
  -moz-text-align-last: right;
  text-align-last: right;
}

.justify-end.grid [class*="col-"] {
  text-align: left;
  text-align: start;
  -moz-text-align-last: left;
  -moz-text-align-last: start;
  text-align-last: left;
  text-align-last: start;
}

.justify-center {
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.justify-center.grid {
  text-align: center;
  -moz-text-align-last: center;
  text-align-last: center;
}

.justify-center.grid [class*="col-"] {
  text-align: left;
  text-align: start;
  -moz-text-align-last: left;
  -moz-text-align-last: start;
  text-align-last: left;
  text-align-last: start;
}

.justify-space-between {
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.justify-space-between.grid {
  text-align: justify;
  -moz-text-align-last: justify;
  text-align-last: justify;
}

.justify-space-between.grid [class*="col-"] {
  text-align: left;
  text-align: start;
  -moz-text-align-last: left;
  -moz-text-align-last: start;
  text-align-last: left;
  text-align-last: start;
}

.justify-space-around {
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}

.justify-space-around.grid {
  text-align: justify;
  -moz-text-align-last: justify;
  text-align-last: justify;
}

.justify-space-around.grid [class*="col-"] {
  text-align: left;
  text-align: start;
  -moz-text-align-last: left;
  -moz-text-align-last: start;
  text-align-last: left;
  text-align-last: start;
}

.grid-bleed [class*="col-"] {
  padding: 0;
}

.col-grid {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.col-grid.direction-row {
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}

.col-bleed {
  padding: 0;
}

.col-bleed-x {
  padding: 15px 0;
}

.col-bleed-y {
  padding: 0 15px;
}

.col-bleed-y1 {
  padding: 0 0 0 15px;
}



@media (min-width: 681px) {
  .col-bleed-y2 {
    padding: 25px 15px 0 0;
  }
}

.flex-img img,
img.flex-img {
  display: block;
  -ms-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%;
  height: auto;
  width: 100%;
  *width: auto;
  border-radius: 15px;
}

.img-btm {
  margin-top: 35px;
}

.img-above {
  margin-bottom: 35px;
}

.mob-img {
  margin-top: 45px;
}

img.full-width {
  border-radius: 0;
}

img.shadow,
div.shadow,
.page-id-14103 .sec2  img {
  -webkit-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.08);
}

div.shadow {
    padding: 25px;
    border-radius: 10px
}

.page-id-14103 .sec2  img {
    border-radius: 10px
}

.page-id-19303 .sec2 img.shadow,
.page-id-19305 .sec2 img.shadow {
  box-shadow: none;
}

.featured-image-mob {
  margin: 0 0 15px 0;
}

.flex-footer {
  width: 100%;
  margin-top: auto;
  margin-bottom: 0;
}

.flex-footer > :last-child {
  margin-bottom: 0;
}

@media (max-width: 680px) {
  .hidden-xxs {
    display: none;
  }

  .col-bleed-sm {
    padding-left: 0;
    padding-right: 0;
  }

  img.flex-img-mob {
    display: block;
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
    height: auto;
    width: 100%;
    *width: auto;
  }
}

@media (min-width: 681px) and (max-width: 767px) {
  .hidden-xs {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none;
  }
}

@media (min-width: 1200px) and (max-width: 1599px) {
  .hidden-lg {
    display: none;
  }
}

@media (min-width: 1600px) {
  .hidden-xlg {
    display: none;
  }
}

@media (min-width: 576px) {
  .hidden-s-l {
    display: none;
  }
}

@media (min-width: 1024px) {
  .guides-template [class*="col-"] {
    padding: 25px 50px;
  }

  .grid-50 [class*="col-"] {
    padding: 25px 50px;
  }

  .guides-template .grid,
  .grid-50 {
    margin: 0 -50px !important;
  }

   section.narrow-width img {
        max-width: 1200px !important;
        height: auto !important;
       margin: 0 auto !important
    }
}

.guides-template .grid.pull-up2 {
  margin-top: -40px !important;
}

/* fixes responsive issue in main style.css */

body.page-template-page-rooms,
body.page-template-page-landing-home,
body.page-template-page-landing-home-new,
body.page-template-page-pricing,
body.page-template-page-contact,
body.guides-template-page-guide,
body.page-template-page-flexible,
body.page-template-page-flexible-home,
body.page-template-page-flexible-landing-2,
body.archive {
  min-width: 100%;
  overflow-x: hidden;
}

@media (max-width: 1215px) {
  header .col5 {
    width: 15%;
  }

  header .col2 {
    width: 60%;
    margin-right: 2%;
    margin-left: 2%;
  }

  header .col5.last {
    width: 15%;
  }
}

/* ----- TYPOGRAPHY ----- */
h1,
h2,
h3,
h4,
h5,
h6,
p.heading-small,
.slick-slide p.heading-small,
#pricing ul.tick-list li,
#pricing li,
.slider-news .news-item p,
.slider-news .news-item p a,
#page-nav li,
#page-nav span,
.button-tab li,
.btn,
.hs-button,
#menu-item-50 a,
.bold,
strong,
p.heading-large {
  font-family: "Metropolis Semi Bold", sans-serif;
  line-height: 120%;
  color: #282238;
}

p,
li {
  color: #282238;
  font-family: "Metropolis Regular", sans-serif;
}

h1 {
  /* font-size: 60px; */
  font-size: 50px;
  line-height: 110%;
  margin-bottom: 30px;
}

@media (max-width: 880px) {
  h1,
  .guides-template h1 {
    font-size: 40px;
  }
}

@media (max-width: 480px) {
  h1,
  .guides-template h1 {
    font-size: 38px;
  }
}

h2,
h1.small {
  font-size: 2.4rem;
  margin-bottom: 35px;
}

@media (max-width: 880px) {
  h2,
  h1.small {
    font-size: 1.8rem;
    margin-bottom: 25px;
  }
}

@media (max-width: 767px) {
  h2 {
    font-size: 1.6rem;
  }
}

h1.small {
  margin-bottom: 15px;
}

h2.small {
  font-size: 1.4rem;
  margin-bottom: 25px;
}

h3 {
  font-size: 2rem;
  margin-bottom: 30px;
  text-align: left;
}

@media (max-width: 880px) {
  h3 {
    font-size: 1.6rem;
    margin-bottom: 25px;
  }

  h2.small {
    padding-right: 0;
  }
}

h4 {
  font-size: 1.2rem;
}

@media (max-width: 880px) {
  h4 {
    font-size: 1.1rem;
  }
}

p.heading-small {
  font-size: 1.3vw;
  margin-bottom: 25px;
}

p.heading-large {
  font-size: 1.6rem;
  margin-bottom: 25px;
}

p,
li,
button,
.btn {
  font-size: 18px;
  line-height: 130%;
}


@media (max-width: 880px) {
  p,
  li {
    font-size: 1rem;
    margin-bottom: 15px;
  }
}

.two-col ul li,
.f-two-col ul li,
.single section .two-col ul li,
ul.pink-dot li {
  margin: 0 0 12px 0;
  list-style: none !important;
  padding-left: 16px;
  position: relative;
}

.f-two-col ul li,
ul.pink-dot li {
  margin: 0 0 5px 0;
}

.f-two-col ul.tick-list li {
  font-size: 1.1rem;
  padding: 0 0 0 25px;
}

.f-two-col ul {
  margin: 0 0 15px 0;
}

.two-col ul li:before,
.f-two-col ul li:before,
ul.pink-dot li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  display: block;
  border-radius: 50%;
  background: #f52283;
}

.two-col ol,
.f-two-col ol,
.single section ol,
.download-landing3 .inner-content ol {
  list-style: none;
  list-style-type: none;
  counter-reset: li;
}

.two-col ol li,
.f-two-col ol li,
.single section ol li,
.download-landing3 .inner-content ol li,
.single ol li  {
  list-style: none;
  list-style-type: none;
  padding-left: 19px;
  position: relative;
}

.two-col ol li::before,

.f-two-col ol li:before,
.download-landing3 .inner-content ol li:before,
.single ol li:before {
  content: counter(li);
  position: absolute;
  left: 0;
  color: #f52283;
  display: inline-block;
  margin-right: 0.5em;
  font-weight: bold;
}

.two-col ol li,
.f-two-col ol li,
.single section .two-col ol li,
.download-landing3 .inner-content ol li,
.single ol li {
  counter-increment: li;
  margin: 0 0 12px 0;
}

/*.two-col ol li a {
    color: #282238
}

.two-col ol li a:hover {
    color: #F52283
} */

.f-two-col .learn-more {
  margin-top: 20px;
  display: block;
}

.f-two-col ul.tick-list {
  margin: 0 0 20px 0;
}

.f-two-col ul.tick-list.pull1 {
  margin-top: -7px;
}

.two-col ul li:last-child,
.single section .two-col ul li:last-child {
  margin-bottom: 0;
}

.postid-14914 .two-col h3 {
  /* desk booking solution guide */
  font-size: 1.2rem;
  margin-bottom: 20px;
}

.two-col img {
  max-width: 100%;
  height: auto;
}

.three-col img {
  /* height: 310px !important;
    width: auto  !important; */
  margin: 0 auto;
  display: block;
  margin-bottom: 20px;
}

.text-center {
  text-align: center;
}

@media (max-width: 767px) {
  .text-center {
    text-align: left;
  }
  .mob-center {
    text-align: center;
  }

  .mob-center h3 {
    text-align: center;
  }
}

@media (min-width: 1023px) {
  .pull-up {
    margin-top: -100px;
  }

  .pad-left {
    padding-left: 5%;
  }

  .pad-right {
    padding-right: 5%;
  }

  .img-pad-left {
    padding-left: 5%;
  }

  .img-pad-right {
    padding-right: 5%;
  }
}

@media (max-width: 767px) {
  .pull-up {
    margin-top: -40px;
  }

  .pull-up2 {
    margin-top: -30px;
  }

  .pull-up3 {
    margin-top: -50px;
  }

  .pull-mob {
    margin-top: -40px;
  }
}

.pink-text {
  color: #f52283;
  font-family: "Metropolis Semi Bold", sans-serif;
  text-transform: uppercase;
  font-size: 1rem;
}

.pink {
  color: #f52283;
}

a.learn-more {
  color: #f52283;
  font-family: "Metropolis Semi Bold", sans-serif;
  text-transform: uppercase;
  font-size: 1rem !important;
  letter-spacing: normal;
}

a.learn-more:hover {
  color: #f52283;
}

.learn-more:after {
  content: "";
  width: 13px;
  height: 12px;
  display: inline-block;
  background: url(https://kadence.co/wp-content/themes/kadence/old-assets/img/pink-arrow.svg)
    center bottom no-repeat;
  background-size: contain;
  color: #f52283;
  transition: all 0.1s ease-in;
  margin-left: 5px;
}

.learn-more:hover:after {
  margin-left: 9px;
}

.label-heading,
h1.label-heading,
#hero-top h1.label-heading,
.pink-uppercase {
  color: #f52283;
  font-family: "Metropolis Semi Bold", sans-serif;
  text-transform: uppercase;
  font-size: 0.9rem;
  margin-bottom: 12px;
    margin-left: 2px
}

.label-heading.large {
  font-size: 1.3rem;
}

.large-text {
  font-size: 1.7rem;
  font-family: "Metropolis Semi Bold";
}

.large-text2 {
  font-size: 1.4rem;
  font-family: "Metropolis Semi Bold";
}

@media (max-width: 767px) {
  .large-text, .large-text2 {
    font-size: 1.3rem;
  }
}

.label {
  font-family: "Metropolis Semi Bold", sans-serif;
  display: inline-block;
  border: 1px solid #f52283;
  border-radius: 8px;
  text-transform: uppercase;
  color: #f52283;
  padding: 5px 7px 3px 7px;
  line-height: 100%;
  font-size: 0.9rem;
}

.white h2,
.white h3,
.white h4,
.white h5,
.white p,
.white li,
strong.white,
.white li strong {
  color: #fff;
}

.page-template-page-fwh .white p {
    color: #282238
}


.page-template-page-fwh .white h2 {
    color: #F52283
}

.small-text {
  font-size: 0.9rem;
  margin-bottom: 0;
}

/* ----- HEADER ----- */
header {
  -webkit-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.2);
}

header .logo {
    margin: 15px 0 0 0
}

@media (max-width: 681px) {
  header .logo {
    margin: 10px 0 0 0
}
}

/* ----- IN PAGE NAV ----- */
#page-nav {
  border-bottom: 5px solid #f8f4fb;
  position: relative;
  transition: all 0.5s ease-in;
height: 80px;
    margin-top: -20px
}
#page-nav ul {
  display: flex;
  justify-content: space-around;
  margin: 10px 0 0 0;
}

#page-nav ul li {
  display: flex;
  font-size: 1rem;
}

#page-nav ul li a {
  color: #282238;
  position: relative;
  display: block;
}

#page-nav.sticky {
  position: fixed;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000000;
  padding-top: 0;
  background: #fff;
}

header.sticky {
  padding-top: 0;
  opacity: 0;
}

#page-nav.sticky:before {
  display: none;
}

#page-nav span {
  font-size: 1.6vw;
  padding-top: 5px;
  display: inline-block;
}
@media (min-width: 1100px) {
  #page-nav span {
    margin-top: -80px
  }
}
@media (min-width: 1690px) {
  #page-nav span {
    font-size: 1.4rem;
  }
}

/*
#page-nav ul li:last-child a {
  color: #fff;
  padding: 9px 14px;
  margin-top: -5px;
  border-radius: 8px;
  opacity: 0;
  font-size: 1rem;
}
*/

#page-nav ul li a:after,
#page-nav ul li.current a:after {
  content: "";
  height: 5px;
  width: 0%;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  background: #f52283;
  background-size: 100%;
  background-repeat: repeat-y;
  position: absolute;
  z-index: 1;
  bottom: -41px;
  left: 0;
}

#page-nav ul li:hover a:after,
#page-nav ul li.current a:after {
  width: 100%;
}

/*
#page-nav ul li:last-child:hover a:after {
  width: 0;
}
*/

#page-nav [class*="col-"] {
  padding: 15px 25px;
}

@media (max-width: 1095px) {
  #page-nav .heading-small {
    font-size: 1.1rem;
    white-space: nowrap;
  }

  #page-nav,
  .mob-slide {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    width: auto;
  }

  #page-nav {
    background: #fff;
  }

  .mob-slide .col-grid {
    padding-right: 10px;
  }

  #page-nav ul {
    margin:35px 0 0 0;
      justify-content: flex-start
  }
  #page-nav ul li {
    margin: 0 15px;
    white-space: nowrap;
  }

  #page-nav ul li a:after,
  #page-nav ul li.current a:after {
    bottom: -13px;
  }

  #page-nav ul li:last-child {
    margin-right: 20px;
    padding-right: 15px;
  }

  #page-nav [class*="col-"] {
    padding: 10px 15px;
  }

  #page-nav.sticky {
    position: fixed;
    padding-bottom: 0;
  }
}

.jump:before {
  display: block;
  content: " ";
  margin-top: -280px;
  height: 280px;
  visibility: hidden;
  pointer-events: none;
}
@media (min-width: 768px) {


    .jump4.scrollpadding {
        padding-top: 60px
    }

}

#in-action .jump:before {
  margin-top: -50px;
  height: 100px;
}

#pricing.jump:before {
  margin-top: -20px;
  height: 30px;
}

@media (max-width: 767px) {
  .jump:before {
    display: block;
    content: " ";
    margin-top: -170px;
    height: 170px;
    visibility: hidden;
    pointer-events: none;
  }

  #benefits .jump.once:before {
    margin-top: 0;
  }
}

/* ----- SECTIONS ----- */

@media (min-width: 1024px) {

.f-two-col
   {
    padding-top: 20px;
/*   padding-bottom: 60px;*/
  }


    .scrollmargin {
        padding-top: 6em;
  margin-top: -6em;
    }
   .home .f-two-col,
    .page-id-22723 .f-two-col {
    padding-top: 0;
    padding-bottom: 0;
  }

  .page-template-page-rooms section,
  .page-template-page-landing-home section,
  .page-template-page-landing-home-new section {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .page-template-page-landing-home section,
  .page-template-page-landing-home-new section {
    margin-bottom: 60px;
  }

  .page-template-page-pricing section {
    margin-bottom: 100px;
  }

  .guides-template-page-guide section {
    margin-top: 0;
    margin-bottom: 0;
  }

  .guides-template-page-guide section[class*="section"] > .container {
    padding-top: 60px !important;
    padding-bottom: 60px;
  }

  .guides-template-page-guide section.purple-bg {
    padding-top: 0 !important;
  }
}

section#banner {
  padding-top: 13px;
  padding-bottom: 13px;
  margin-bottom: 0;
}

section#cookies {


  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .col-center {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 1700px) {
  #why-chargifi .col-center {
    margin-top: -50px;
  }

  #why-chargifi .pull-up {
    margin-top: -140px;
  }
}

.box {
  max-width: 500px;
  margin: 0 auto;
}

.box2 {
  max-width: 580px;
  margin: 0 auto;
}

.box-dark {
  background: #282238;
  padding: 55px 65px 75px 65px;
  border-radius: 15px;
  margin-bottom: 25px;
}

.box-light {
  background: #f8f4fb;
  padding: 55px 65px 75px 65px;
  border-radius: 15px;
  margin-bottom: 25px;
}

.page-template-page-contact .box-light {
  padding: 45px 65px;
  margin-bottom: 0;
}

@media (max-width: 681px) {
  .page-template-page-contact .box-light {
    margin-top: -25px;
  }
}

@media (min-width: 768px) {
  .page-template-page-contact .box-light {
    min-height: 260px;
  }
}

.page-template-page-contact a.box-light p {
  font-weight: bold;
  color: #f52283;
}

.page-template-page-contact a.box-light h3:after {
  content: "";
  display: inline-block;
  width: 21px;
  height: 21px;
  background: url(https://kadence.co/wp-content/themes/kadence/old-assets/img/pink-arrow.svg)
    left bottom no-repeat;
  background-size: contain;
  margin-left: 12px;
  transition: all 0.1s ease-in;
}

.page-template-page-contact a.box-light:hover h3:after {
  margin-left: 16px;
}

@media (max-width: 1023px) {
  .page-template-page-contact a.box-light h3 {
    font-size: 1.4rem;
  }

  .page-template-page-contact a.box-light h3:after {
    width: 17px;
    height: 17px;
    margin-left: 10px;
    padding-top: 3px;
  }
}

@media (max-width: 1023px) {
  .box-dark,
  .box-light {
    padding: 45px 25px;
    text-align: center;
  }

  .box-dark ul li,
  .box-light ul li {
    margin: 0 15px;
  }

  .box-dark ul li:last-of-type,
  .box-light ul li:last-of-type {
    padding-bottom: 0;
  }

  .page-template-page-contact .box-light {
    padding: 25px;
  }
}

.box-light .heading-large {
  color: #f52283;
}

.box-dark p:last-of-type,
.box-light p:last-of-type {
  margin-bottom: 0;
}

.box-dark .btn,
.box-light .btn {
  margin-top: 25px;
}

/* ----- BUTTONS ----- */
.button {
  transition: background 400ms ease-in;
}
.btn,
.hs-button,
.hbspt-form input[type="submit"],
#menu-item-50 a {
  display: inline-block;
  border-radius: 10px;
  width: auto;
  padding: 15px 30px 14px 30px;
  line-height: 100%;
  background: #f52283;
  color: #fff;
  transition: background 400ms ease-in;
}

.hbspt-form input[type="submit"] {
  line-height: 100% !important;
}

#menu-item-50 a {
  border-radius: 8px !important;
}

.btn:hover {
  background: #7f1eb4;
  color: #fff;
}

.btn.video {
  background: #f52283
    url(https://kadence.co/wp-content/themes/kadence/old-assets/img/button-play.png) 89%
    center no-repeat;
  background-size: 12px;
  padding: 15px 40px 14px 30px;
  border-radius: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.btn.video:hover {
  background: #7f1eb4
    url(https://kadence.co/wp-content/themes/kadence/old-assets/img/button-play.png) 91%
    center no-repeat;
  background-size: 12px;
}

.button-2 .btn {
  margin: 10px;
}

@media (max-width: 681px) {
  .button-2 {
    margin-top: -45px;
  }

  .btn {
    margin: 10px;
  }

  #features .button-2 .btn {
    min-width: 220px;
  }
}

.btn-outline2   {
   padding: 12px 25px 11px 25px;
    background: #fff ;
    border: 1px solid #f52283;
    color: #f52283;
    margin-left: 10px;
    min-width: 160px;
    border-radius: 8px
}

.btn-outline2:hover {
    color: #7F1EB4 !important;
    border: 1px solid #7F1EB4;
}
/* ----- CARD ----- */
.card-body {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .mob-slide .card-body {
    min-width: 280px;
  }

  .card-body {
    min-height: 60px;
  }

  .home #features .card-body {
    min-height: 80px;
  }

  .mob-slide .flex-img {
    max-width: 280px !important;
  }

  .flex-img-mob {
    max-width: 100%;
    height: auto;
  }
}

.flex-img-mob.shadow {
  border-radius: 15px;
}

.max-width {
  max-width: 320px !important;
  height: auto !important;
}

.sec3 .max-width {
  /* animated gif on WX desk booking software page */
  max-width: 290px !important;
  height: auto !important;
}

@media (max-width: 767px) {
  .max-width,
  .sec3 .max-width {
    max-width: 100% !important;
  }
}

.card-body h4 {
  text-align: left;
  margin-bottom: 5px;
}

.card-body p {
  font-size: 1.1rem;
  line-height: 120%;
  padding-left: 30px;
}

.page-template-page-flexible .card-body p {
  padding-left: 0;
}

.swiper-slide .card-body p {
  font-size: 1rem;
}

.card-wide {
  border-radius: 15px;
  -webkit-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.08);
}
.card-wide .card-text {
  padding: 5% 5% 5% 7%;
}

.card-wide {
  margin: 60px 0;
}
.page-template-page-content-hub .card-body h3  {
    font-size: 1.4rem;
    line-height: 120%
}
.page-template-page-content-hub .card-body h3 a {
    color: #282238;

}

@media (max-width: 1023px) {
  #case-study-home {
    max-width: 95%;
    margin: 0 auto;
  }

  .case-study-logo {
    float: none;
  }
}
@media (max-width: 767px) {
  #case-study-home {
    max-width: 90%;
    margin-top: -80px;
  }
  .card-wide {
    background: #f8f4fb;
    box-shadow: none;
  }
  .card-wide .flex-img {

    background-image: none !important
  }

  .card-wide .card-text {
    padding: 35px 25px;
  }

  #case-study-home .btn {
    padding-left: 13px;
    padding-right: 13px;
  }

  #case-study-home .case-study-logo {
    max-width: 45%;
  }

  #case-study-home .order-xs-2 {
    border-radius: 0 !important;
  }
}

/* case study */
@media (min-width: 1023px) {
  #case-study > .grid:first-of-type .col-sm-6:first-of-type {
    padding-right: 10%;
  }

  #case-study .grid:first-of-type .col-sm-6:last-of-type {
    padding-left: 10%;
  }
}

.case-study-logo {
  max-width: 150px;
  max-height: 50px;
  float: right;
}

@media (min-width: 681px) and (max-width: 1023px) {
  .case-study-logo {
    float: none;
    margin-top: 15px;
  }
}

#case-study-home .card-wide {
  background-image: none;
}

#case-study-home p:last-of-type {
  margin-top: 25px;
}

/* ----- TICK LISTS ----- */

.tick {
  background: url(https://kadence.co/wp-content/themes/kadence/old-assets/img/CfR_tick-green.svg)
    left 3px no-repeat;
  background-size: 22px;
  padding-left: 30px;
  text-align: left;
}

td .tick {
  background: url(https://kadence.co/wp-content/themes/kadence/old-assets/img/CfR_tick-pink.svg)
    left top no-repeat;
  background-size: 22px;
  padding-left: 30px;
  text-align: left;
}

ul.tickg-list li,
.slider-box ul li,
.accordion .panel ul li {
  list-style: none;
  text-align: left;
  position: relative;
  line-height: 120%;
  padding-left: 20px;
}

ul.tickg-list li:before,
.slider-box ul li:before,
.accordion .panel ul li:before {
  content: "";
  background: url(https://kadence.co/wp-content/themes/kadence/old-assets/img/CfR_tick-green.svg)
    left top no-repeat;
  background-size: 13px;
  width: 15px;
  height: 15px;
  display: block;
  position: absolute;
  left: 0;
  top: 2px;
}

.swiper-options ul li {
  list-style: none !important;
  text-align: left;
  position: relative;
  line-height: 130%;
  margin: 0 0 15px 0;
}

ul.tickg-list li:before,
.accordion .panel ul li:before,
.swiper-options ul li:before {
  content: "";
  background: url(https://kadence.co/wp-content/themes/kadence/old-assets/img/CfR_tick-green.svg)
    left top no-repeat;
  background-size: 19px;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  left: 0;
  top: 2px;
}

.swiper-options ul li:before {
  left: -20px;
  background-size: 17px;
}

ul.tick-list,
#pricing ul {
  margin: 25px 0;
}

.hero-flex .tick-list {
  margin-bottom: 0;
}

ul.tick-list li,
#pricing li,
.box-dark li,
.box-light li {
  list-style: none;
  text-align: left;
  position: relative;
  line-height: 120%;
  padding: 0 0 20px 30px;
  color: #282238;
}

ul.tick-list li.small-text {
    font-size: 1rem;
    padding: 0 0 10px 30px
}

.box-dark ul,
.box-light ul {
  margin: 0;
}

.box-dark li,
.box-light li {
  padding: 0 0 25px 30px;
  margin: 0;
}

.box-dark li:last-child,
.box-light li:last-child {
  padding-bottom: 0;
}

.box-dark li {
  color: #fff;
}

ul.tick-list li:before,
#pricing li:before,
.box-dark li:before,
.box-light li:before {
  content: "";
  background: url(https://kadence.co/wp-content/themes/kadence/old-assets/img/CfR_tick-pink.svg)
    left top no-repeat;
  background-size: 19px;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  left: 0;
  top: 2px;
}

ul.tickw-list li,
#requirements ul li {
  list-style: none;
  text-align: left;
  position: relative;
  line-height: 120%;
  padding: 0 0 30px 30px;
  color: #fff;
}

@media (max-width: 680px) {
  ul.tickw-list li,
  #requirements ul li {
    padding: 0 0 15px 30px;
    margin-left: 0;
  }
}

ul.tickw-list li:before,
#requirements li:before {
  content: "";
  background: url(https://kadence.co/wp-content/themes/kadence/old-assets/img/CfR_tick-white.svg)
    left top no-repeat;
  background-size: 20px;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  left: 0;
  top: 2px;
}

@media (max-width: 680px) {
  ul.tickw-list li:before,
  #requirements li:before {
    background: url(https://kadence.co/wp-content/themes/kadence/old-assets/img/CfR_tick-white.svg)
      left top no-repeat;
    background-size: 16px;
    width: 16px;
    height: 26px;
    top: 3px;
  }

  ul.tick-list li {
    font-size: 1rem;
  }
}

.slider-box .spot-list li {
  list-style: none;
  text-align: left;
  position: relative;
  line-height: 120%;
  padding-left: 15px;
}

.slider-box .spot-list li:before {
  content: "";
  width: 8px;
  height: 8px;
  background: #000;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 0;
  top: 2px;
}

@media (max-width: 420px) {
  .slider-box .spot-list li:before {
    top: 4px;
  }
}

.slider-box .spot-list li:first-child:before {
  background: #20e47d;
}

.slider-box .spot-list li:nth-of-type(2):before {
  background: #ff9516;
}

.slider-box .spot-list li:nth-of-type(3):before {
  background: #ff0000;
}

/* ----- HERO ----- */
#hero-home img {
  width: 100%;
  max-width: 1000px !important;
  height: auto !important;
  display: block;
  margin: 0 auto;
  border-radius: 15px;
}

#hero-home .box {
  margin-bottom: 45px;
}

#hero-top {
  padding-top: 0;
  position: relative;
  margin-top: 40px;
  padding-bottom: 30px;
}

@media (min-width: 1025px) {
  #hero-top h1 {
    padding-right: 5%;
  }

  .page-template-page-flexible #hero-top h1 {
    padding-right: 10%;
  }

  #hero-top p {
    padding-right: 5%;
  }

  .page-template-page-flexible #hero-top p {
    padding-right: 10%;
  }
}

@media (max-width: 681px) {
  #hero-home br {
    display: none !important;
  }

  #hero-top {
    margin-top: 10px;
  }
}

#hero-top p {
  line-height: 125%;
}

#hero-top .btn {
  margin-top: 15px;
}



#hero-top .flex-img img {
  max-width: 668px !important;
   	image-rendering: -webkit-optimize-contrast;

}


@media (min-width: 768px) {
  .guides-template #hero-top .scroll-down {
    width: 32px;
    height: 20px;
    display: block;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    bottom: 220px;
    background: url(https://kadence.co/wp-content/themes/kadence/old-assets/img/navy-arrow-down.svg) center center no-repeat;
    background-size: contain;
  }
}
/* ----- VIDEO ----- */

#in-action .video-thumb,
.page-template-page-landing-home .video-thumb,
.page-template-page-landing-home-new .video-thumb,
.chargifi-youtube-player2,
.auto-play-ytube,
.wp-video {
  max-width: 900px;
  display: block;
  margin: 0 auto;
  border-radius: 15px;
}

.chargifi-youtube-player2,
lite-youtube{
    height: 300px !important
}

lite-youtube {
    position: relative
}

.wp-video {
  width: 900px !important;
  -webkit-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.08);
}

.mejs-overlay,
.mejs-mediaelement {
  border-radius: 15px;
}

.mejs-controls {
  border-radius: 0 0 15px 15px;
}

.auto-play-ytube iframe {
  max-width: 101% !important;
  height: 100%;
  margin-left: 0 !important;
  margin-top: -17% !important;
  max-height: auto !important;
  border-radius: 15px;
}

.auto-play-ytube .mb_YTPBar .mb_YTPseekbar {
  background-color: #f52283 !important;
}

.auto-play-ytube .mb_YTPBar:hover .buttonBar,
.auto-play-ytube .mb_YTPlayer:hover .buttonBar {
  background: rgba(0, 0, 0, 0.7) !important;
}

.auto-play-ytube .mb_YTPlayer,
.auto-play-ytube .mbYTP_wrapper {
  border-radius: 15px;
}

.auto-play-ytube .mb_YTPlayer {
  background-size: 100% !important;
  background-color: rgba(255, 255, 255, 1) !important;
  background-attachment: scroll !important;
}
.chargifi-youtube-player .play,
lite-youtube > .lty-playbtn,
.mejs-overlay-button {
  height: 100px !important;
  width: 100px !important;
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  margin-left: -50px;
  margin-top: -50px;
  z-index: 99;
  cursor: pointer;
  background:
    url("https://kadence.co/wp-content/themes/kadence/old-assets/img/play-button.svg")
    no-repeat !important;
  background-size: contain !important;
  border-radius: 50% !important;
  transition: all 300ms ease-in;
}

.inlinePlayButton,
.inlinePlayButtonMobile {
  height: 100px;
  width: 100px;
  display: block;
  left: 50%;
  top: 50%;
  margin-left: -50px;
  margin-top: -50px;
  z-index: 99;
  cursor: pointer;
  background: #fff
    url(""./img/CfR_Video-Play-Button.svg)
    no-repeat;
  background-size: contain;
  border-radius: 50%;
  transition: all 300ms ease-in;
  font-size: 0.01px;
}

.page-id-655 .chargifi-youtube-player .play,
.page-id-6922 .chargifi-youtube-player .play,
.page-id-3949 .chargifi-youtube-player .play {
  background-size: contain !important;
}

.chargifi-youtube-player:hover .play,
lite-youtube:hover > .lty-playbtn,
.mejs-overlay-button:hover {
  background: #f52283
    url("https://kadence.co/wp-content/themes/kadence/old-assets/img/CfR_Video-Play-Button2.svg")
    no-repeat;
  background-size: contain;
  height: 100px;
  width: 100px;
  left: 50%;
  top: 50%;
  margin-left: -50px;
  margin-top: -50px;
  transform: scale(1.1);
}

@media (max-width: 680px) {
  .chargifi-youtube-player .play,
  lite-youtube > .lty-playbtn {
    height: 50px;
    width: 50px;
    margin-left: -55px;
    margin-top: -50px;
    background-size: 100% !important;
    background: #fff
      url("https://kadence.co/wp-content/themes/kadence/old-assets/img/CfR_Video-Play-Button.svg")
      no-repeat;
    border-radius: 50%;
  }


}

#in-action .chargifi-youtube-player {
  background: url(https://kadence.co/wp-content/themes/kadence/old-assets/img/01_Explainer_Video-Thumbnail.jpg)
    center center no-repeat;
  background-size: cover;
  -webkit-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.08);
  border-radius: 15px;
}

.page-template-page-landing-home .chargifi-youtube-player,
.page-template-page-landing-home lite-youtube,
.page-template-page-landing-home-new .chargifi-youtube-player,
.page-template-page-landing-home-new lite-youtube,
.chargifi-youtube-player2 lite-youtube,
.auto-play-ytube {
  max-width: 900px;
  display: block;
  margin: 0 auto;
  background: url("https://dev3.chargifi.waac2.opensure.net/wp-content/uploads/2020/10/20_Trigger_Integrations-scaled.jpg")
    center center no-repeat;
  background-size: cover;
  -webkit-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.08);
  border-radius: 15px;
}

#in-action .chargifi-youtube-player img,
.page-template-page-landing-home .chargifi-youtube-player img,
.page-template-page-landing-home-new .chargifi-youtube-player img {
  display: none !important;
}

/* ----- PARTNER LOGOS ----- */
#integrations {
  margin-top: -80px;
}
.partner-logos {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
  width: 100%;
}

.partner-logos-wrap:first-of-type {
    margin-top: -60px;

}

.partner-logos-wrap:first-of-type h2 {
    font-size: 1.6rem
}

/*
@media (max-width: 767px) {
  .partner-logos {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    width: auto;
    margin-left: -20px;
    justify-content: left;
    margin-right: -50px;
  }
}
*/

.partner-logos li {
list-style: none;
  text-align: center;
    display: flex;
      align-items: center;
  justify-content: center;
  flex-basis: 18%;
  margin-top: 35px;
  margin-bottom: 35px;
}


/*

.partner-logos2 li {
    flex-basis: 22%;
}
*/



.page-template-page-flexible-landing-2  .partner-logos li
{
    flex-basis: 15%;
}


.page-template-page-flexible-landing-2  .partner-logos2 li {
    flex-basis: 22%;
}

.page-id-14103 .partner-logos2 li

{
    flex-basis: 18%;
}

.page-template-page-rooms .partner-logos li {
  flex-basis: 14%;
}

.partner-logos-wrap:first-of-type .partner-logos li {
  flex-basis: auto;
  justify-content: space-between;
  margin: 15px 3%
}


.page-id-17865 .partner-logos2 li { /* UK book demo page */
  flex-basis: auto;
  justify-content: space-between;
  margin: 15px 2%
}

@media (min-width: 767px) and (max-width: 880px) {
  .partner-logos li {
    flex-basis: 15%;
    margin-top: 25px;
    margin-bottom: 25px;
  }
}

ul.partner-logos:not(.partner-logos2) li span {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f9f7fb;
  width: 110px;
  max-width: 110px;
  height: 110px;
  border-radius: 50%;
  margin: 0 auto;
  margin-bottom: 15px;
}

ul.partner-logos:not(.partner-logos2) li span img {
    max-width: 95%;
   height: auto;
    max-height: 55px !important
}


/*
@media (max-width: 480px) {
  .partner-logos li {
    margin-right: 12px;
  }
  .partner-logos li span {
    width: 85px;
    height: 85px;
    padding: 15px;
  }

 .partner-logos li span {
    width: auto !important;
    height: 85px;
    padding: 15px;
  }
}

@media (max-width: 390px) {
  .partner-logos li {
    margin-right: 7px;
  }
  .partner-logos li span {
    width: 77px;
    height: 77px;
  }
}
*/

.partner-logos li img {
  width: auto;
  height: 37px;
}

.partner-logos2 li img {
  width: auto;
  height: auto ;
    max-height: 40px;
  max-width: 170px
}

.ie .partner-logos li img {
  max-width: 40px;
}


@media (max-width: 681px) {
    .partner-logos {
        margin-bottom: 25px
    }
   .partner-logos li {
    width: 31%;
    margin: 0 2%  !important
  }

    .partner-logos2 li {
        width: 33.333%;
        margin: 10px 0  !important;
        text-align: center;
        padding: 0 5px
      }
    .partner-logos li img {
        max-width: 70% !important ;
        height: auto   !important;
        max-height: 50% !important
    }

    .partner-logos2 li img {
        max-width: 85% !important;
        width: 85% !important;

    }

    .partner-logos2 li span {
        width: 100%  ;

    }
}

/* ----- TESTIMONIAL / QUOTE ----- */
.testimonial {
  padding-top: 180px;
  padding-bottom: 150px;
  position: relative;
}

.guides-template .container.testimonial {
  padding-top: 0;
  padding-bottom: 60px;
}

.page-template-page-flexible .testimonial {
  padding-top: 60px;
  padding-bottom: 60px;
}

.quote {
  background: #f8f4fb
    url(https://kadence.co/wp-content/themes/kadence/old-assets/img/bg-footer.png)
    center top no-repeat;
  background-size: 100%;
  padding: 120px 0;
  margin: 0;
  margin: 0 auto;
}

@media (max-width: 1023px) {
  .quote {
    padding: 50px 0 10px 0;
  }
}

.quote.no-bg {
  background: none;
  padding: 0 25px;
}

.quote.no-bg p:first-of-type {
  padding-top: 120px;
}

@media (max-width: 767px) {
  .quote:not(.no-bg) {
    background: #f8f4fb;
    border-radius: 25px;
    max-width: 87%;
    margin: 0 auto;
    margin-bottom: 35px;
    padding: 10px;
  }

  .testimonial,
  .quote {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .quote.no-bg {
    background: none;
    padding: 0 25px;
  }

  .quote.no-bg p:first-of-type {
    padding-top: 40px;
  }

  .quote.no-bg {
    margin-top: 60px;
  }
}

.testimonial p,
.single .testimonial p,
.quote p,
.slider-testimonial p {
  font-size: 1.8rem;
  line-height: 125%;
  font-family: "Metropolis Semi Bold", sans-serif;
  margin-bottom: 25px;
}

.slider-testimonial p {
  font-size: 2rem;
}

.page-template-page-landing-home .quote.no-bg p,
page-template-page-landing-home-new .quote.no-bg p {
  font-size: 2rem;
}

.testimonial p,
.quote p {
  font-size: 2rem;
}

.quote .btn {
  margin-top: 25px;
}

.guides-template .container.testimonial p {
  margin-top: 30px;
}

.page-template-page-landing-home .quote p,
.page-template-page-landing-home-new .quote p {
  font-size: 1.6rem;
  margin: 0 0 20px 0;
}

.quote p a.btn {
  font-size: 1rem;
  line-height: 100%;
}

.slider-testimonial p {
  padding: 60px 15% 0 0;
}

.slider-testimonial .pink-text {
  padding-right: 15%;
  display: block;
}

@media (max-width: 1200px) {
  .page-template-page-landing-home .slider-testimonial p,
  .page-template-page-landing-home-new .slider-testimonial p {
    font-size: 1.7rem;
  }
}

@media (max-width: 1023px) {
  .testimonial p,
  .quote p,
  .slider-testimonial p,
  .page-template-page-landing-home .slider-testimonial p,
  .page-template-page-landing-home-new .slider-testimonial p {
    font-size: 1.3rem;
    margin-bottom: 25px;
    padding: 0;
  }

  .page-template-page-landing-home .quote p {
    font-size: 1.2rem;
  }

  .page-template-page-landing-home .quote.no-bg p,
  .page-template-page-landing-home-new .quote.no-bg p {
    font-size: 1.3rem;
  }

  .slider-testimonial p {
    padding-top: 20px;
  }
}

@media (min-width: 768px) {
  .slider-testimonial {
    position: relative;
    padding-top: 110px;
  }
}

@media (max-width: 767px) {
  .slider-testimonial .pink-text {
    font-size: 0.9rem;
  }
}

.testimonial p:first-of-type:before,
.slider-testimonial p:first-of-type:before {
  content: "\201C";
  font-size: 90px;
  color: #f52283;
  width: 65px;
  height: 65px;
  display: block;
  position: absolute;
  margin-top: 30px;
  left: 30px;
}

.home .testimonial p:first-of-type:before,
.home .slider-testimonial p:first-of-type:before {
  margin-top: -50px;
}

@media (max-width: 767px) {
  .home .slider-testimonial p:first-of-type:before {
    margin-top: -25px;
  }

  .testimonial .slider {
    max-width: 100%;
  }
  .testimonial .slick-slide {
    margin: 23px 0 0 0;
  }
}

.testimonial p:first-of-type:before {
  left: 0;
  right: 0;
  margin: 0 auto;
  margin-top: -60px;
}

@media (max-width: 767px) {
  .quote.no-bg p:first-of-type:before {
    content: "\201C";
    font-size: 90px;
    color: #f52283;
    display: block;
  }

  .testimonial p:first-of-type:before {
    left: 20px;
    right: auto;
    margin-top: -25px;
  }

  .slider-testimonial p:first-of-type:before {
    left: 20px;
  }

  .home .slider-testimonial p:first-of-type:before {
    left: 0;
  }
}

.slider-testimonial .slider-logo {
  max-width: 110px;
  max-height: 80px;
  margin: 20px 0;
}


div.testimonial-box {
    padding: 5px 25px;
    margin: 35px 0;
    -webkit-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.07);
    border-radius: 10px
}



div.testimonial-box p:nth-last-child(-n+2) {
    color: #666;
}

/* ----- SLIDERS ----- */
.button-tab {
  margin-bottom: 20px;
}

.button-tab ul {
  border: 1px solid #f52283;
  color: #f52283;
  border-radius: 15px;
  width: auto;
  padding: 0;
  display: inline-block;
  height: 37px;
}

.button-tab li {
  list-style: none;
  display: inline-block;
  margin: 0;
  padding: 12px 17px;
  text-transform: uppercase;
  font-size: 0.9rem;
  line-height: 100%;
  height: 37px;
  margin-top: -1px;
  transition: all 0.25s forwards;
}

@media (max-width: 767px) {
  .button-tab li {
    list-style: none;
    display: inline-block;
    margin: 0;
    padding: 12px 15px;
  }
}

@media (max-width: 365px) {
  .button-tab ul {
    width: 100%;
  }
  .button-tab li {
    list-style: none;
    display: inline-block;
    margin: 0;
    padding: 12px 10px;
  }
}

.button-tab li.current {
  background: #f52283;
  color: #fff;
  border-radius: 15px;
}

.button-tab li.current a {
  color: #fff;
  display: block;
}

.tab {
  display: none;
}

#tab-1 {
  display: block;
}

.slider1 img,
.slider2 img,
.slider1 p,
.slider2 p,
.slider1 h4,
.slider2 h4 {
  max-width: 420px;
}

@media (max-width: 766px) {
  .slider1 img,
  .slider2 img,
  .slider1 p,
  .slider2 p,
  .slider1 h4,
  .slider2 h4 {
    max-width: 360px;
  }
}

@media (max-width: 375px) {
  .slider1 img,
  .slider2 img,
  .slider1 p,
  .slider2 p,
  .slider1 h4,
  .slider2 h4 {
    max-width: 340px;
  }
}

/* synced slider */
.slick-dotted.slick-slider.slider-for {
  padding-bottom: 25px;
}

.slider-for .slick-dots {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

@media (max-width: 767px) {
  .slider-for {
    margin-left: -40px;
    margin-right: -40px;
  }
  .slider-for .slick-dots {
    bottom: -15px !important;
  }
}

.slider-nav {
  margin-top: -20px;
}
.slider-nav,
.slider-for {
  display: none;
  background: #fff;
}

.slider-nav.slick-initialized,
.slider-for.slick-initialized {
  display: block;
}

@media (min-width: 768px) {
  .slider-nav .slick-track {
    transform: translate3d(0px, 0px, 0px) !important;
  }
}

.slider-box {
  position: relative;
  border: 1px solid #efefef;
  border-radius: 15px;
  padding: 20px;
  margin: 0 20px;
  -webkit-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.08);
  cursor: pointer;
  background: #fff;
}

@media (max-width: 767px) {
  .slider-box {
    padding: 25px 35px;
    text-align: center;
  }
}

.slider-box:after {
  content: "";
  width: 100px;
  height: 1px;
  display: block;
  background: #f52283;
  position: absolute;
  left: 100%;
  top: 49%;
  z-index: -1;
}

@media (max-width: 767px) {
  .slider-box:after {
    display: none;
  }
}

.slider-box:last-of-type:after {
  display: none !important;
}

.slider-box.slick-current {
  border: 1px solid #f52283;
  margin: 0 20px;
}

.slider-box li {
  font-size: 0.85rem;
  margin: 0 0 10px 0;
}

@media (max-width: 767px) {
  .slider-box ul {
    display: table;
    margin: 0 auto;
  }
  .slider-box li {
    text-align: left;
    font-size: 0.95rem;
  }
}

.slider-box p.heading-small {
  margin-top: -10px;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .slider-for {
    margin-left: -250px;
    margin-right: -250px;
  }
}

.slider-for .slick-slide {
  padding: 15px;
  position: relative;
}

.slider-for .slick-slide:hover {
  cursor: pointer;
}

@media (min-width: 768px) {
  .slider-for .slick-slide img {
    opacity: 0.4;
  }

  .slider-for .slick-slide::after {
    box-shadow: inset 0 0 0 600px rgba(255, 255, 255, 0.1);
    content: "";
    display: block;
    height: 92%;
    position: absolute;
    top: 15px;
    left: 15px;
    bottom: 0;
    width: 95%;
    border-radius: 15px;
  }

  .slider-for .slick-slide.slick-center::after {
    box-shadow: inset 0 0 0 600px rgba(0, 0, 0, 0);
  }
}

.slider-for .slick-slide img {
  width: 100%;
  height: auto;
  border-radius: 15px;
}

.slider-for .slick-center img {
  opacity: 1;
}

.slider-for .slick-center img {
  -webkit-box-shadow: 2px 1px 5px 3px rgba(0, 0, 0, 0.27);
  -moz-box-shadow: 2px 1px 5px 3px rgba(0, 0, 0, 0.27);
  box-shadow: 2px 1px 5px 3px rgba(0, 0, 0, 0.27);
}

@media (min-width: 768px) {
  .slider-nav .slick-list {
    padding-top: 10px;
  }
}

@media (max-width: 767px) {
  .slider-for .slick-list {
    padding-top: 10px !important;
  }
}

.slick-dots li button,
.slick-dots li button,
.swiper-pagination span {
  cursor: pointer;
  color: #dbdbdb !important;
  border: 1px solid #f52283 !important;
  background-color: transparent !important;
  width: 12px !important;
  height: 12px !important;
  margin: 0 10px !important;
  opacity: 1 !important;
}

.slick-dots li {
  margin: 0 10px;
}

.slick-dots li.slick-active button,
.slick-dots li.slick-active:hover button,
.slick-dots li:hover button,
.swiper-pagination .swiper-pagination-bullet-active {
  background-color: #f52283 !important;
}

.slick-dots li.slick-active button:before {
  opacity: 0;
}

@media (max-width: 767px) {
  .slider-nav {
    margin: 0 0 35px 0;
  }
  .slider-for img {
    min-width: auto;
    height: auto;
  }

  .slider-for .slick-slide {
    margin: 0 10px;
    padding: 0;
  }
}

.slider-top img {
  max-width: 500px;
}

.slider-testimonial {
  margin-bottom: 60px;
}

.slider-testimonial .grid {
  display: flex !important;
  align-items: top;
}

.slider-testimonial .slick-dots {
  width: 100%;
  margin-left: -8px;
  text-align: left;
  bottom: 160px !important;
}
@media (min-width: 1700px) {
  .slider-testimonial .slick-dots {
    bottom: 190px !important;
  }
}

@media (max-width: 1200px) {
  .slider-testimonial .slick-dots {
    bottom: 170px !important;
  }
}

@media (max-width: 767px) {
  .slider-testimonial .slick-dots {
    position: relative;
    text-align: center;
    bottom: auto !important;
    top: auto;
    left: -30px;
    right: 0;
  }

  .slider-testimonial .img-box {
    margin-bottom: 35px;
  }

  .slider-testimonial .order-xs-2 {
    padding-top: 85px;
  }
}

@media (max-width: 420px) {
  .slider-testimonial .slick-dots {
    position: absolute;
    top: 320px;
    left: -15px;
  }
}

@media (max-width: 380px) {
  .slider-testimonial .slick-dots {
    top: 290px;
  }
}

@media (max-width: 365px) {
  .slider-testimonial .slick-dots {
    top: 280px;
  }
}

/* ----- SLIDER swiper.js ----- */

.swiper-container {
  width: 100%;
  height: auto;
  padding-bottom: 65px !important; /*space for the scrollbar*/
  margin-bottom: 35px;
  background: #fff;
}

@media (min-width: 768px) {
  .swiper-container .swiper-wrapper {
    margin-left: 7% !important;
  }

  .guides-template .swiper-container-horizontal > .swiper-scrollbar {
    left: 7%;
  }
}

.swiper-scrollbar {
  max-width: 88%;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 40px !important;
}

#news .swiper-scrollbar {
  margin-top: 50px;
  bottom: 0 !important;
}

.swiper-scrollbar-drag {
  background: rgb(245, 34, 131) !important;
  background: -webkit-linear-gradient(
    left,
    rgba(245, 34, 131, 1) 0%,
    rgba(127, 30, 180, 1) 100%
  ) !important;
  background: -o-linear-gradient(
    left,
    rgba(245, 34, 131, 1) 0%,
    rgba(127, 30, 180, 1) 100%
  ) !important;
  background: linear-gradient(
    to right,
    rgba(245, 34, 131, 1) 0%,
    rgba(127, 30, 180, 1) 100%
  ) !important;
}

.swiper-pagination {
  display: none;
}

.testimonial-slider .swiper-pagination {
  display: block;
  position: relative;
  text-align: left;
  float: left;
  margin-top: -200px;
}

@media (max-width: 767px) {
  .swiper-pagination {
    bottom: 0 !important;
    display: block;
  }

  #features .swiper-pagination {
    bottom: 20px !important;
  }

  .custom-slider .swiper-pagination {
    bottom: -40px !important;
  }

  .swiper-scrollbar {
    display: none;
  }

  .testimonial-slider .swiper-pagination {
    text-align: center;
    float: none;
    margin-top: 20px;
  }
}

.testimonial-slider .swiper-slide.swiper-slide-active {
  background: #fff;
  opacity: 1 !important;
}

/* mob only sliders */
@media (max-width: 767px) {
  .slider-mob {
    margin-left: -28px !important;
    margin-right: -30px !important;
  }

  .slider-testimonial {
    margin-left: -20px !important;
    width: 110%;
  }

  .slider-mob .slick-slide,
  .slider-testimonial .slick-slide {
    padding: 0;
    margin: 0;
  }

  .slider-testimonial .slick-slide .col-md-6 {
    padding-left: 0;
    padding-right: 0;
    margin: 0 5px;
  }

  #accordion-home.slider-mob .slick-slide {
    margin: 0 5px;
  }

  .slider-mob .slick-list {
    padding: 0 17px 0 33px !important;
  }

  .slider-testimonial .slick-list {
    padding: 0 25px 0 !important;
  }

  .slider-testimonial .order-sm-1 {
    opacity: 0;
  }

  .slider-testimonial .slick-active .order-sm-1 {
    opacity: 1;
  }

  .slider-mob .card-body {
    padding: 0 10px;
  }

  .slider-mob p {
    max-width: 295px;
    font-size: 1rem !important;
    line-height: 120% !important;
  }

  .slider-mob h4 {
    font-size: 1.2rem;
    margin-bottom: 10px;
  }

  .slider-mob .slick-dots {
    position: relative;
    bottom: auto;
    margin-top: 10px;
    text-align: center;
    left: -15px;
  }

  #why-chargifi .slick-slide {
    opacity: 0;
  }

  #why-chargifi .slick-slide.slick-current {
    opacity: 1;

  }

  #why-chargifi .slick-slide p {
    padding-left: 30px;
    max-width: 90%;
  }

  #why-chargifi .img-box {
    margin-top: -15px;
  }

  #why-chargifi h2 {
    margin-left: 5px;
  }
}

@media (max-width: 420px) {
  #accordion-home.slider-mob .slick-dots {
    position: absolute;
    top: 240px;
  }

  #accordion-home2.slider-mob .slick-dots {
    position: absolute;
    top: 335px;
  }
}

@media (max-width: 380px) {
  #accordion-home.slider-mob .slick-dots {
    top: 240px;
  }

  #accordion-home2.slider-mob .slick-dots {
    top: 325px;
  }
}

@media (max-width: 365px) {
  #accordion-home.slider-mob .slick-dotss {
    top: 230px;
  }

  #accordion-home2.slider-mob .slick-dots {
    top: 305px;
  }
}
/* fix in ie */
.ie .swiper-slide img {
  width: 100% !important;
}

.ie .swiper-slide {
  max-width: 400px !important;
  margin: 0 auto;
  margin-left: 10px;
  margin-right: 10px;
}

.ie .swiper-wrapper {
  overflow-x: scroll;
}

/* ----- NEWS / POST SLIDER -----*/
@media (min-width: 768px) {
  #news .swiper-container {
    margin-top: 30px;
  }
}

.news-item {
  border-radius: 15px;
  -webkit-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.08);
  padding: 0 0 10px 0 !important;
  position: relative;
}

.news-item .card-body {
  text-align: left;
  margin-top: -20px;
  background: #fff;
  padding: 5% 7%;
  min-height: 60px;
}

#intro-home .news-item .card-body {
  margin-top: 0;
}

.news-item p {
  margin: 10px 0 0 0;
  padding: 0;
}

.news-item p:last-of-type {
    margin: 0 0 15px 0
}

.news-item p a {
  color: #282238;
  font-size: 1.1rem;
  letter-spacing: normal;
}

.news-item h4 {
  font-size: 1.4rem;
  margin-bottom: 20px;
}

@media (max-width: 1023px) {
  .news-item h4 {
    font-size: 1.2rem;
  }
}

.news-item h4 a {
  color: #282238;
}

.news-item:hover a {
  color: #f52283;
}

.news-item:hover h4 a {
  color: #282238;
}

.news-item p a.btn,
.news-item:hover a.btn {
  color: #fff;
}
.news-item .flex-img {
  overflow: hidden;
  border-radius: 15px 15px 0 0;
  margin: 0 0 15px 0;
  position: relative;
}
.news-item .flex-img img {
  border-radius: 15px 15px 0 0;
  transition: transform 0.2s ease-in;
  box-shadow: none;
}

.news-item:hover {
  cursor: pointer;
}



.news-item .learn-more {
  position: absolute;
  bottom: 5%;
  left: 8%;
}

/* ----- ACCORDION ----- */
.accordion .panel,
.accordion .pointer,
.accordion h1,
.accordion p {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.accordion {
  margin-bottom: 30px;
  position: relative;
}

.accordion h3 {
  line-height: 1.2;
  font-size: 20px;
  margin: 0;
  padding: 5px 15% 10px 30px;
  position: relative;
  text-align: left;
}

@media (max-width: 1023px) {
  .accordion h3 {
    padding: 5px 15% 10px 20px;
    font-size: 16px;
  }
}

#accordion1 h3 {
  padding: 5px 15% 10px 75px;
}

.accordion h3 img {
  position: absolute;
  top: -5px;
  left: 0;
  width: 58px;
  height: auto;
}

@media (max-width: 767px) {
  #accordion1 {
    margin-top: -45px;
  }

  #accordion1 h3 {
    padding: 5px 15px 10px 0;
  }
  .accordion h3 img {
    position: relative;
    margin-bottom: 20px;
    width: 58px;
  }

  .accordion h4 {
    text-align: left;
  }

  .accordion h4 img {
    width: 58px;
    margin-bottom: 8px;
  }
}

.accordion h3 a {
  color: black;
  display: block;
}

#accordion-home h3 a {
  color: #f52283;
}

.accordion .panel {
  overflow: hidden;
  height: 120px;
}

#accordion-home .panel {
  min-height: 280px;
}

#accordion-home2 .panel {
  min-height: 240px;
}

#accordion-home2 .panel.item3 {
  min-height: 260px;
}

@media (min-width: 681px) {
  #accordion-home,
  #accordion-home2 {
    min-height: 500px;
  }
}

@media (min-width: 1023px) {
  #accordion-home {
    min-height: 350px !important;
  }

  #accordion-home2 {
    min-height: 600px !important;
  }
}

@media (max-width: 1023px) {
  #accordion-home .panel,
  #accordion-home2 .panel {
    min-height: 230px;
  }
}

@media (max-width: 680px) {
  .accordion.slider-mob .panel h4,
  .accordion.slider-mob .panel p,
  .accordion.slider-mob .panel ul,
  .swiper-slide .card-body {
    display: none !important;
  }

  .accordion.slider-mob .slick-current h4,
  .accordion.slider-mob .slick-current p,
  .accordion.slider-mob .slick-current ul,
  .swiper-slide-active .card-body {
    display: block !important;
  }
}

.accordion p {
  padding: 0 20% 0 30px;
  color: black;
  line-height: 120%;
  font-size: 1rem;
  white-space: normal;
}

#accordion-home .panel.ac_hidden p,
#accordion-home .panel.ac_hidden ul,
#accordion-home2 .panel.ac_hidden p,
#accordion-home2 .panel.ac_hidden ul {
  display: none;
}

@media (max-width: 767px) {
  #accordion-home .panel.ac_hidden p,
  #accordion-home .panel.ac_hidden ul,
  #accordion-home2 .panel.ac_hidden p,
  #accordion-home2 .panel.ac_hidden ul {
    display: block;
  }

  #intro-home2 .mob-center {
    margin-top: -90px;
  }

  #accordion-home p,
  #accordion-home .panel ul li {
    padding-left: 0;
  }
}

#accordion1 p {
  padding: 0 20% 0 75px;
}

@media (max-width: 767px) {
  #accordion1 p {
    padding: 0 20px 0 0;
  }
}

.accordion .panel.ac_hidden p:not(.pointer) {
  color: #fff;
}

@media (max-width: 767px) {
  .accordion .panel.ac_hidden p:not(.pointer) {
    color: #282238;
  }
}

.accordion .panel.ac_hidden {
  height: 84px;
}

#accordion-home .panel.ac_hidden,
#accordion-home2 .panel.ac_hidden {
  min-height: 40px;
}

@media (max-width: 1023px) {
  #accordion-home .panel.ac_hidden,
  #accordion-home2 .panel.ac_hidden {
    height: 50px;
  }
}

#accordion-home .panel.ac_hidden h3 a,
#accordion-home2 .panel.ac_hidden h3 a,
#accordion-home .panel.ac_hidden h3 a span.pink {
  color: #ccc;
}

#accordion-home .ac_hidden:hover h3 a,
#accordion-home2 .ac_hidden:hover h3 a {
  color: #282238;
}

.panel img.shadow {
  position: absolute;
  left: 110%;
  top: 0;
  max-width: 90% !important;
  visibility: visible;
  opacity: 1;
  transition: opacity 0.6s linear;
}

.panel img.img-steps {
  max-width: 85% !important;
  left: 120%;
  margin: 0 auto;
  height: auto;
  border-radius: 8px;
  box-shadow: none;
  border: 2px solid #efefef;
}

@media (max-width: 1023px) {
  .panel img.shadow {
    max-width: 310px !important;
  }
}
@media (max-width: 767px) {
  .panel img.shadow {
    position: relative;
    left: auto;
    top: auto;

    margin-bottom: 20px;
    display: block;
  }
}

.panel.ac_hidden img.shadow {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 0.6s, opacity 0.6s linear;
}

@media (max-width: 767px) {
  .panel.ac_hidden img.shadow {
    visibility: visible;
    opacity: 1;
  }
}

.accordion h3:after {
  content: "";
  border: solid hsl(0, 0%, 0%);
  border-width: 0 2px 2px 0;
  height: 0.7rem;
  pointer-events: none;
  position: absolute;
  right: 10%;
  top: 20px;
  transform: translateY(-60%) rotate(45deg);
  width: 0.7rem;
}

@media (max-width: 1023px) {
  .accordion h3:after {
    right: 9%;
  }
}

.accordion .panel:not(.ac_hidden) h3:after {
  transform: translateY(-50%) rotate(-135deg);
}

.accordion ul {
  margin: 15px 0 25px 0;
}

#accordion-home .panel ul li,
#accordion-home2 .panel ul li {
  margin: 0 15% 15px 0;
  font-size: 1rem;
  padding-left: 28px;
}

@media (max-width: 1023px) {
  #accordion-home .panel ul,
  #accordion-home2 .panel ul {
    margin-top: -15px;
  }

  #accordion-home .panel ul li,
  #accordion-home2 .panel ul li {
    font-size: 0.9rem;
    margin: 0 15% 7px 0;
  }
}

@media (max-width: 800px) {
  #accordion-home .panel ul,
  #accordion-home2 .panel ul {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  #accordion-home,
  #accordion-home2 {
    margin-top: -35px;
  }

  #accordion-home .panel ul,
  #accordion-home2 .panel ul {
    margin-top: 15px;
  }
  #accordion-home .panel ul li,
  #accordion-home2 .panel ul li {
    font-size: 1rem;
  }

  #accordion-home .panel div img,
  #accordion-home2 .panel div img {
    margin-bottom: 80px;
  }

  #accordion-home .panel ul li {
    padding-left: 0;
  }
}

#accordion-home .panel ul li:before,
#accordion-home2 .panel ul li:before {
  background-size: 18px;
  width: 22px;
}

#accordion-home .panel ul li:before {
  display: none !important;
}

#accordion-home .panel ul li strong {
  color: #f52283;
}

#accordion-home .ac_hidden:hover h3:before,
#accordion-home h3:before,
#accordion-home2 .ac_hidden:hover h3:before,
#accordion-home2 h3:before {
  content: "";
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #f52283;
  position: absolute;
  top: 10px;
  left: 0;
}

#accordion-home .ac_hidden h3:before,
#accordion-home2 .ac_hidden h3:before {
  border: 1px solid #f52283;
  background: none;
}

.home #accordion-home .item1 h3:before {
  content: "1";
  background: none;
  color: #f52283;
  top: 5px;
  left: 5px;
}

.home #accordion-home .item2 h3:before {
  content: "2";
  background: none;
  color: #f52283;
  top: 5px;
  left: 5px;
}

.home #accordion-home .item3 h3:before {
  content: "3";
  background: none;
  color: #f52283;
  top: 5px;
  left: 5px;
}

.home #accordion-home .ac_hidden h3:before {
  color: #ccc !important;
  border: none !important;
}

.home #accordion-home .ac_hidden h3 a,
.home #accordion-home .ac_hidden h3 a:hover,
.home #accordion-home .ac_hidden h3:hover {
  color: #ccc !important;
}

/* ----- CALLOUT ----- */

.grid.callout {
  padding: 20px 0;
  background: #f8f4fb;
  overflow: visible;
  position: relative;
  z-index: 0;
}

.callout {
  padding: 20px 0;
  background: #f8f4fb;
}

.callout-white {
  padding: 20px 0;
  box-shadow: none;
  background: #fff;
}

.callout-dark {
  padding: 20px 0;
  background: #282238;
}

.callout-wide {
  background: #f8f4fb;
  padding: 80px 0;
  overflow: visible;
  position: relative;
  z-index: 0;
  margin-top: 60px !important;
}

.callout-wide p:last-child {
  margin-bottom: 0;
}
@media (max-width: 880px) {
  .callout-wide {
    padding: 20px 0;
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .callout-white {
    padding: 30px;
    border-radius: 15px;
    -webkit-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.08);
    margin: 15px;
  }

  .callout-dark,
  .callout {
    border-radius: 15px;
    margin-left: 15px !important;
    margin-right: 15px !important;
  }

  .grid.callout {
    padding: 30px;
    border-radius: 15px;
    background: #f8f4fb;
  }

  .callout-dark .col-md-6:first-of-type,
  .callout .col-md-6:first-of-type,
  .callout-white .col-md-6:first-of-type {
    padding: 40px 60px;
  }
}

@media (max-width: 768px) {
  .callout {
    margin: 0 10px;
    border-radius: 15px;
  }
  .callout-white,
  .callout-dark {
    padding: 15px 15px 0 15px;
    margin: 35px 10px 25px 10px !important;
    border-radius: 15px;
  }

  .home .callout-white {
    border-radius: 15px;
    padding: 10px;
    margin: 15px 0 !important;
    -webkit-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.08);
  }
}

.callout h3,
.callout-white h3 {
  font-size: 1.8rem;
  padding-right: 10%;
}

@media (max-width: 880px) {
  .callout h3,
  .callout-white h3 {
    font-size: 1.4rem;
    padding-right: 0;
  }

  .img-box img {
    width: 100%;
    height: auto;
  }
}

.img-box {
  position: relative;
}

@media (min-width: 1023px) {
  .page-template-page-rooms .callout-wide img {
    bottom: -60px;
    position: absolute;
    max-width: 90%;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .page-template-page-rooms .grid.callout img {
    bottom: -70px;
    position: absolute;
    max-width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 3;
  }

  .page-template-page-rooms .callout-white img {
    bottom: -65px;
    position: absolute;
    max-width: 82%;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .callout img,
  .callout-white img,
  .callout-dark img {
    max-width: 80%;
    height: auto;
    float: right;
    margin-right: 45px;
  }

  .home .img-box img {
    max-width: 85%;
    height: auto;
    float: right;
    margin-right: 45px;
  }
  .home .callout-white .img-box img {
    margin: 0;
    max-width: 80%;
  }
}

@media (max-width: 767px) {
  .callout .img-box,
  .callout-white .img-box,
  .callout-dark .img-box {
    padding: 0;
  }

  .callout img {
    display: block;
    margin: 0 auto;
    margin-bottom: -58px;
  }

  .callout-white img {
    margin: 20px -20px -23px -35px;
    width: 115% !important;
    max-width: 115% !important;
  }

  .home .callout-white img {
    margin: 0;
    width: 100% !important;
    max-width: 100% !important;
  }
}

.callout .btn,
.callout-white .btn,
.callout-dark .btn,
.curve3 .btn {
  margin-top: 25px;
}

/* ----- PRICE TABLE -----*/
#pricing {
  padding-top: 0;
}
.wrapper-white {
  background: #fff;
  padding: 35px;
  border-radius: 15px;
}

@media (max-width: 1023px) {
  .wrapper-white {
    padding: 20px;
  }
}

/* .wrapper-white .columns .col-sm-12 {
    border-left: 1px solid #000
} */

.price {
  font-size: 1.75rem;
}

.price-small {
    font-size: 0.95rem;
    line-height: 130%;
    display: block;
    margin-top: -15px
}

.large.price {
  font-size: 60px;
  font-family: "Metropolis Bold";
}

.price-unit {
  display: block;
  margin: -15px 0 20px 0;
  min-height: 5px;
      font-size: 0.9rem;

}

.curve-top3 .tickw-list {
  margin: 0 0 30px -15px;
}

@media (min-width: 767px) {
  .curve-top3 .tickw-list,
  #requirements ul {
    margin: 0 0 30px -30px;
  }

  .curve-top3 .tickw-list li,
  #requirements li {
    width: 47%;
    float: left;
  }

  .col-left {
    border-right: 1px solid #000;
    padding-top: 0;
    padding-right: 5%;
  }

  .col-right {
    padding-top: 0;
    padding-left: 7%;
  }

  #pricing ul {
    margin-left: -45px;
  }

  #pricing ul li {
    padding-bottom: 25px;
  }
}

.curve-top3 .wrapper-white {
  margin-top: 60px;
}

@media (max-width: 767px) {
  .curve-top3 .wrapper-white {
    padding: 0;
    margin: 0 10px;
    background: none;
  }

  .curve-top3 .wrapper-white .col-xs-12 {
    background: #fff;
    border-radius: 15px;
    margin-bottom: 25px;
    padding-top: 45px;
  }

  .curve-top3 .wrapper-white .col-sm-12 {
    padding: 0;
  }

  #pricing .small-text {
    display: block;
    padding-top: 10px;
  }

  #pricing ul li {
    font-family: "Metropolis Regular", sans-serif;
    margin: 0 0 10px 0;
  }

  #pricing .white {
    color: #fff;
    font-size: 1.6rem;
  }
}

/* ----- SECTIONS / DECORATIONS -----*/

section.curve1 {
  background: #f8f4fb;
  margin-top: 0;
  position: relative;
  overflow: hidden;
  padding-bottom: 90px;
}

section#hero-top.curve1 {

  margin-top: 0;
  padding-bottom: 250px;
}

@media (max-width: 767px) {
  section.curve1,
  section#hero-top.curve1 {
    padding-bottom: 40px;
  }
}

@media (min-width: 768px) {
  .postid-12783 .section6 {
    /* touchless guide */
    margin-top: -90px;
  }

  section.curve1:after {
    background: #fff;
    position: absolute;
    content: "";
    width: 110%;
    bottom: -95px;
    left: -50px;
    height: 250px;
    border-radius: 50% 50% 25% 25%;
    transform: rotate(3deg);
    z-index: 1;
  }

  section#hero-top.curve1:before {
    content: "";
    display: block;
    background-image: url(https://kadence.co/wp-content/themes/kadence/old-assets/img/CfR_Hyperloop_Set-1_1.svg),
      url(https://kadence.co/wp-content/themes/kadence/old-assets/img/CfR_Hyperloop_Set-1_2.svg);
    background-position: 100% bottom, 150% bottom;
    background-repeat: no-repeat, no-repeat;
    background-size: 480px, 419px;
    width: 589px;
    height: 702px;
    position: absolute;
    z-index: 0;
    right: -180px;
    bottom: 55px;
  }

  section#contact-map {
    padding-top: 220px;
    background: url(https://kadence.co/wp-content/themes/kadence/old-assets/img/CfR-V8-60.png)
      77% 10% no-repeat;
    background-size: 160px;
  }

  section.curve1 .grid:first-of-type {
    padding-top: 80px;
  }
}

section.purple-bg {
  background: #f8f4fb;
  padding-top: 80px;
  padding-bottom: 60px;
}

section.curve1-top {
  background: url(https://kadence.co/wp-content/themes/kadence/old-assets/img/Home_Backdrop_Light_Purple_2.svg)
    top center no-repeat;
  background-size: 100% 100%;
  padding-top: 160px !important;
  position: relative;
}

@media (max-width: 767px) {
  section.curve1-top {
    background-size: 200% 100%;
    padding-top: 130px !important;
  }

  section.curve1 .grid:first-of-type {
    padding-top: 35px;
  }
}

/* section.curve-top:before {
    content: '';
    display: block;
    background: url(https://kadence.co/wp-content/themes/kadence/old-assets/img/bg-curve-2.png) top center no-repeat;
    background-size: 100%;
    width: 100%;
    height: 224px;
    position:absolute;
    top: 0;
    left: 0
} */

section.curve-top:after {
  content: "";
  display: block;
  background: url(https://kadence.co/wp-content/themes/kadence/old-assets/img/bg-curve-btm.png)
    bottom center no-repeat;
  background-size: 100%;
  width: 100%;
  height: 88px;
  position: absolute;
  left: 0;
  bottom: 0;
}

@media (max-width: 767px) {
  section.curve-top:after {
    display: none;
  }
}

section.curve-top {
  background: rgb(248, 244, 251);
  background: linear-gradient(
    180deg,
    rgba(248, 244, 251, 1) 0%,
    rgba(250, 250, 250, 1) 100%
  );
  background-size: 100%;
  /* padding-top: 220px !important; */
  padding-bottom: 100px !important;
  position: relative;
  z-index: 0;
}

.page-template-page-flexible section.curve-top {
  padding-top: 30px;
  padding-bottom: 40px !important;
  margin-bottom: 40px;
}

.page-template-page-flexible section.curve-top ~ section {
  margin-top: 0;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  section.curve-top {
    /* padding-top: 20px !important;
            padding-bottom: 20px !important; */
    margin-top: 0;
  }
}

section.curve2 {
  background: url(https://kadence.co/wp-content/themes/kadence/old-assets/img/Home_Backdrop_Light_Purple_2.svg)
    top center no-repeat;
  background-size: 100% 100%;
  padding-top: 200px !important;
  padding-bottom: 100px !important;
  margin-bottom: 100px !important;
  position: relative;
}
section.curve2:after {
  content: "";
  background: url(https://kadence.co/wp-content/themes/kadence/old-assets/img/Home_Backdrop_Light_Purple_2-btm.png)
    top center no-repeat;
  width: 100%;
  background-size: 100% 100%;
  display: block;
  position: absolute;
  bottom: -100px;
}

@media (max-width: 1023px) {
  section.curve2 {
    background: url(https://kadence.co/wp-content/themes/kadence/old-assets/img/Home_Backdrop_Light_Purple_2.svg)
      top center no-repeat;
    background-size: 140%;
    padding-top: 150px !important;
    padding-bottom: 50px !important;
    margin-bottom: 50px !important;
    margin-top: -30px;
  }
}


section.curve-top2:before {
  content: "";
  display: block;
  background: #f8f4fb
    url(https://kadence.co/wp-content/themes/kadence/old-assets/img/bg-curve-2.png) top
    center no-repeat;
  background-size: 100%;
  width: 100%;
  height: 224px;
  position: absolute;
  top: 0;
  left: 0;
}

section.curve-top2 {
  background: #f8f4fb;
  padding-top: 220px !important;
  padding-bottom: 80px !important;
  position: relative;
}
@media (min-width: 1600px) {
  section.curve-top2 {
    padding-top: 280px !important;
  }
}

@media (max-width: 767px) {
  section.curve-top2 {
    padding-top: 80px !important;
    padding-bottom: 100px !important;
  }
}

section.curve-top3:before {
  content: "";
  display: block;
  background: url(https://kadence.co/wp-content/themes/kadence/old-assets/img/CfR_Backdrop-Navy.png)
    top center no-repeat;
  background-size: 100%;
  width: 100%;
  height: 224px;
  position: absolute;
  top: 0;
  left: 0;
}

section.curve3 {
  background: url(https://kadence.co/wp-content/themes/kadence/old-assets/img/Home_Backdrop_Navy_1.svg)
    top center no-repeat;
  background-size: cover;
  padding-top: 150px !important;
  padding-bottom: 60px !important;
  margin-bottom: 0 !important;
}

section.curve-top3 {
  background: #282238;
  padding-top: 180px !important;
  padding-bottom: 180px !important;
  position: relative;
  margin-top: -80px !important;
  margin-bottom: 0 !important;
}

section.curve3 .col-sm-6:last-of-type .btn {
  display: none;
}

@media (max-width: 767px) {
  section.curve3 {
    background: none;
    padding-top: 0 !important;
    padding-bottom: 80px !important;
  }

  section.curve3 .grid {
    background: #282238;
    padding: 15px;
    border-radius: 15px;
    margin: 0 10px;
  }

  section.curve3 .col-sm-6:last-of-type .btn {
    display: inline-block;
    margin-top: 20px;
  }

  section.curve-top3 {
    padding-top: 30px !important;
    padding-bottom: 50px !important;
    margin-top: -30px;
  }

  section#intro-home2 {
    background: url(https://kadence.co/wp-content/themes/kadence/old-assets/img/Home_Backdrop_Mobile_Light-Purple_1.svg)
      top center no-repeat;
    background-size: cover;
    padding-top: 80px;
  }

  .page-template-page-rooms section#hero-top {
    background: url(https://kadence.co/wp-content/themes/kadence/old-assets/img/hyperloop-mobile.png) bottom right no-repeat;
    background-size: 120px;
    padding-bottom: 50px;
  }
}

@media (min-width: 1023px) {
  #hero-home {
    background-image: url(https://kadence.co/wp-content/themes/kadence/old-assets/img/CfR-V8-57.png),
      url(https://kadence.co/wp-content/themes/kadence/old-assets/img/CfR-V8-63.png);
    background-position: 5% 25%, 95% 25%;
    background-repeat: no-repeat, no-repeat;
    background-size: 50px, 120px;
  }

  #intro-home {
    position: relative;
    overflow: visible;
  }

  #intro-home:before {
    content: "";
    display: block;
    background-image: url(https://kadence.co/wp-content/themes/kadence/old-assets/img/Home_Hyperloop_Set-1_1.svg),
      url(https://kadence.co/wp-content/themes/kadence/old-assets/img/Home_Hyperloop_Set-1_2.svg);
    background-position: 0 bottom, 0 bottom;
    background-repeat: no-repeat, no-repeat;
    background-size: 80%, 50%;
    width: 25%;
    height: 90%;
    position: absolute;
    z-index: -1;
    left: 0;
    top: -450px;
  }
  #how-it-works {
    position: relative;
  }
  #how-it-works:before {
    content: "";
    display: block;
    background-image: url(https://kadence.co/wp-content/themes/kadence/old-assets/img/Home_Hyperloop_Set-1_1.svg),
      url(https://kadence.co/wp-content/themes/kadence/old-assets/img/Home_Hyperloop_Set-1_2.svg);
    background-position: 0 bottom, 0 bottom;
    background-repeat: no-repeat, no-repeat;
    background-size: 85%, 55%;
    width: 323px;
    height: 743px;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
  }

  #intro-home2 .grid:first-of-type,
  .swishes .grid:first-of-type
    {
    padding-top: 0;
    padding-bottom: 45px;
    background-image: url(https://kadence.co/wp-content/themes/kadence/old-assets/img/CfR-V8-57.png),
      url(https://kadence.co/wp-content/themes/kadence/old-assets/img/CfR-V8-63.png);
    background-position: 10% 55%, 90% 15%;
    background-repeat: no-repeat, no-repeat;
    background-size: 50px, 120px;
  }
  #case-study-home {
    position: relative;
    overflow: visible;
  }
  #case-study-home:before {
    content: "";
    position: absolute;
    display: block;
    width: 250px;
    height: 100px;
    background: url(https://kadence.co/wp-content/themes/kadence/old-assets/img/CfR-V8-63.png)
      35px top no-repeat;
    background-size: 120px;
    top: -50px;
    left: 0;
  }


  #features {
    position: relative;
    z-index: 1;
    margin-top: -40px;
  }

  .home #features {
    margin-bottom: 0;
  }

  #features:before {
    content: "";
    display: block;
    background-image: url(https://kadence.co/wp-content/themes/kadence/old-assets/img/CfR_Hyperloop_Set-1_1.svg),
      url(https://kadence.co/wp-content/themes/kadence/old-assets/img/CfR_Hyperloop_Set-1_2.svg);
    background-position: 103% bottom, 140% bottom;
    background-repeat: no-repeat, no-repeat;
    background-size: 335px, 300px;
    width: 589px;
    height: 702px;

    position: absolute;
    z-index: 0;
    right: -60px;
    bottom: 57%;
  }

  #case-study .decoration:before {
    content: "";
    display: block;
    height: 150px;
    width: 100%;
    background-image: url(https://kadence.co/wp-content/themes/kadence/old-assets/img/CfR-V8-57.png),
      url(https://kadence.co/wp-content/themes/kadence/old-assets/img/CfR-V8-60.png);
    background-position: 5% top, 90% bottom;
    background-repeat: no-repeat, no-repeat;
    background-size: 50px, 180px;
    margin: -30px 0 100px 0;
  }

  #case-study .decoration:after {
    content: "";
    display: block;
    height: 250px;
    width: 100%;
    background: url(https://kadence.co/wp-content/themes/kadence/old-assets/img/CfR-V8-63.png)
      center 80% no-repeat;
    background-size: 120px;
  }


  .flex-hero {
    background-image: url(https://kadence.co/wp-content/themes/kadence/old-assets/img/CfR-V8-57.png),
      url(https://kadence.co/wp-content/themes/kadence/old-assets/img/CfR-V8-63.png);
    background-position: 7% 140px, 93% 140px;
    background-repeat: no-repeat, no-repeat;
    background-size: 50px, 120px;
  }

    .page-template-page-pricing  .flex-hero,
    .page-id-28931 .flex-hero {
    background-image: url(https://kadence.co/wp-content/themes/kadence/old-assets/img/CfR-V8-57.png),
      url(https://kadence.co/wp-content/themes/kadence/old-assets/img/CfR-V8-63.png);
    background-position: 7% 50px, 93% 50px;
    background-repeat: no-repeat, no-repeat;
    background-size: 50px, 120px;
  }


    .page-template-page-release-notes .flex-hero {
        min-height: 150px;
        background-image: url(https://kadence.co/wp-content/themes/kadence/old-assets/img/CfR-V8-57.png),
      url(https://kadence.co/wp-content/themes/kadence/old-assets/img/CfR-V8-63.png);
    background-position: 12% 70px, 93% 70px;
    background-repeat: no-repeat, no-repeat;
    background-size: 50px, 120px;
    }

  .page-template-page-pricing .repeating-columns.faq {
    padding-top: 100px;
    background-image: url(https://kadence.co/wp-content/themes/kadence/old-assets/img/CfR-V8-57.png),
      url(https://kadence.co/wp-content/themes/kadence/old-assets/img/CfR-V8-63.png);
    background-position: 15% 140px, 85% 40px;
    background-repeat: no-repeat, no-repeat;
    background-size: 50px, 120px;
    padding-bottom: 0;
  }

  .page .testimonial {
    background-image: url(https://kadence.co/wp-content/themes/kadence/old-assets/img/CfR-V8-60.png),
      url(https://kadence.co/wp-content/themes/kadence/old-assets/img/CfR-V8-57.png);
    background-position: 10% 85%, 90% 18%;
    background-repeat: no-repeat, no-repeat;
    background-size: 150px, 50px;
  }

  #news {
    background-image: url(https://kadence.co/wp-content/themes/kadence/old-assets/img/Home_Hyperloop_Set-2_1.svg),
      url(https://kadence.co/wp-content/themes/kadence/old-assets/img/Home_Hyperloop_Set-2_2.svg);
    background-position: 100% 0, 108% 0;
    background-size: 360px, 300px;
    background-repeat: no-repeat, no-repeat;
    margin-top: 0;
  }

  .guides-template #news {
    background-image: none;
  }

  #news .container:first-of-type {
    padding-top: 80px;
  }

  #stay-connected .grid {
    background-image: url(https://kadence.co/wp-content/themes/kadence/old-assets/img/CfR-V8-60.png),
      url(https://kadence.co/wp-content/themes/kadence/old-assets/img/CfR-V8-63.png);
    background-position: 12% bottom, 91% bottom;
    background-repeat: no-repeat, no-repeat;
    background-size: 130px, 130px;
    padding-bottom: 50px;
  }

  #stay-connected .col-sm-12 {
    background-image: url(https://kadence.co/wp-content/themes/kadence/old-assets/img/CfR-V8-57.png);
    background-position: 78% 5%;
    background-repeat: no-repeat;
    background-size: 50px;
  }

  .quote .grid {
    background-image: url(https://kadence.co/wp-content/themes/kadence/old-assets/img/CfR-V8-60.png),
      url(https://kadence.co/wp-content/themes/kadence/old-assets/img/CfR-V8-63.png);
    background-position: 18% 76%, 90% 85%;
    background-repeat: no-repeat, no-repeat;
    background-size: 130px, 130px;
    padding-bottom: 50px;
    padding-top: 80px;
  }

  /*  #features .container .grid {
        background: url(https://kadence.co/wp-content/themes/kadence/old-assets/img/CfR-V8-60.png) center top no-repeat;
        background-size: 140px;
        padding-top: 60px;

    } */

  .quote .col-sm-12 {
    background-image: url(https://kadence.co/wp-content/themes/kadence/old-assets/img/CfR-V8-57.png);
    background-position: 80% 0;
    background-repeat: no-repeat;
    background-size: 50px;
    padding-top: 70px;
  }
}

@media (min-width: 1500px) {
  #intro-home:before {
    content: "";
    display: block;
    background-image: url(https://kadence.co/wp-content/themes/kadence/old-assets/img/Home_Hyperloop_Set-1_1.svg),
      url(https://kadence.co/wp-content/themes/kadence/old-assets/img/Home_Hyperloop_Set-1_2.svg);
    background-position: 0 bottom, 0 bottom;
    background-repeat: no-repeat, no-repeat;
    background-size: 80%, 60%;
    width: 30%;
    height: 100%;
    position: absolute;
    z-index: -1;
    left: 0;
    top: -550px;
  }
}

@media (min-width: 1800px) {
  #intro-home:before {
    display: none;
  }
}

.card-wide {
  background-image: url(https://kadence.co/wp-content/themes/kadence/old-assets/img/CfR-V8-57.png);
  background-position: 92% 92%;
  background-repeat: no-repeat;
  background-size: 50px;
}

@media (max-width: 767px) {
  .page-template-page-landing-home #news,
  .page-template-page-landing-home-new #news {
    margin-top: -60px;
  }

  #news .container:first-of-type {
    padding-top: 150px;
  }

  #stay-connected .grid:before {
    content: "";
    display: block;
    width: 100%;
    height: 60px;
    background: url(https://kadence.co/wp-content/themes/kadence/old-assets/img/CfR-V8-63.png)
      90% top no-repeat;
    background-size: 160px;
    margin-top: -60px;
  }

  #stay-connected .grid:after {
    content: "";
    display: block;
    width: 100%;
    height: 60px;
    background: url(https://kadence.co/wp-content/themes/kadence/old-assets/img/CfR-V8-60.png)
      30px bottom no-repeat;
    background-size: 160px;
    margin-bottom: -60px;
  }

  .quote.no-bg .grid {
    background-image: url(https://kadence.co/wp-content/themes/kadence/old-assets/img/CfR-V8-60.png),
      url(https://kadence.co/wp-content/themes/kadence/old-assets/img/CfR-V8-63.png);
    background-position: 85% 95%, 50% 0;
    background-repeat: no-repeat, no-repeat;
    background-size: 130px, 130px;
    padding-top: 90px;
    padding-bottom: 50px;
  }

  .quote:not(.no-bg) {
    background-image: url(https://kadence.co/wp-content/themes/kadence/old-assets/img/CfR-V8-63.png);
    background-position: 85% 92%;
    background-repeat: no-repeat;
    background-size: 110px;
    padding-top: 0;
    padding-bottom: 80px;
  }
}

/* ----- CONTACT PAGE ----- */
#contact-top img {
  margin: 40px 0 0 -45px;
}

#contact-form-top img {
  margin: 40px 0 0 0;
}

@media (max-width: 681px) {
  #contact-top img,
  #contact-form-top img {
    display: none;
  }

  /* book demo page */
  .page-template-page-form #contact-form-top img {
    display: block;
  }

  .page-id-168 .form-wrapper,
  .page-id-178 .form-wrapper {
    padding: 5px 0;
    border-radius: 0;
    margin: -40px -15px 0 -15px;
  }
}

a[href^="tel:"] {
  color: #282238 !important;
}

@media (max-width: 681px) {
  a[href^="tel:"] {
    text-decoration: underline !important;
  }
}

#contact-locations {
  background: url(https://kadence.co/wp-content/themes/kadence/old-assets/img/contact-map.svg) center top no-repeat;
  background-size: 100%;
  width: 100%;
  height: 550px;
  position: relative;
}

@media (max-width: 768px) {
  #contact-locations {
    height: 340px;
  }
}

@media (max-width: 480px) {
  #contact-locations {
    height: 230px;
  }
}

.map-pin {
  width: 3.6vw;
  height: 3.6vw;
  display: block;
  background: url(https://kadence.co/wp-content/themes/kadence/old-assets/img/plus-symbol.svg) center center no-repeat;
  background-size: 100%;
  position: absolute;
}

.map-pin#pin-sanfran {
  top: 29.25%;
  left: 9.25%;
}

.map-pin#pin-newyork {
  top: 22%;
  left: 30.25%;
}

.map-pin#pin-london {
  top: 15.25%;
  left: 45.25%;
}

.map-pin#pin-aus {
  top: 62.5%;
  left: 89.5%;
}

@media (min-width: 1699px) {
  .map-pin#pin-sanfran {
    top: 32.5%;
    left: 8.85%;
  }

  .map-pin#pin-newyork {
    top: 24%;
    left: 30.25%;
  }

  .map-pin#pin-london {
    top: 15.15%;
    left: 44.85%;
  }

  .map-pin#pin-aus {
    top: 64.75%;
    left: 89.25%;
  }
}

/* book demo / calendar page */
.page-template-page-form
  #hsForm_5de53761-b088-4129-8fda-35fa919d35de
  .hs-fieldtype-text
  label {
  display: none !important;
}

.page-template-page-form
  #hsForm_5de53761-b088-4129-8fda-35fa919d35de
  ::placeholder {
  color: #000 !important;
  opacity: 1;
}

/* ----- FORMS  (alot of this overrides the css in style.css ----- */
.form-wrapper {
  background: #f8f4fb;
  padding: 45px 10% 25px 10%;
  border-radius: 15px;
}

@media (max-width: 1023px) {
  .form-wrapper {
    padding: 5px;
  }
}

@media (max-width: 681px) {
  .form-wrapper {
    margin-top: -30px;
  }

  .page-id-16804 .form-wrapper,
  .page-id-17862 .form-wrapper {
    padding: 5px 0;
    border-radius: 0;
    margin: -40px -15px 0 -15px;
  }
}

.form-wrapper label {
  color: #000 !important;
  font-weight: bold !important;
}

.form-wrapper .shadow label {
  display: none  !important;
}

.form-wrapper label .hs-form-required {
  color: red;
  padding-left: 5px;
}

.form-wrapper .hbspt-form div,
.form-wrapper .hs-form-field {
  float: none !important;
  width: 100% !important;
}

#form-wrapper-wide {
  margin-top: 0;
}

#form-wrapper-wide span {
  font-size: 95%;
}

#form-wrapper-wide fieldset {
  width: 100%;
  max-width: 100%;
}

#form-wrapper-wide .hs-form-field .input {
  float: left !important;
  width: 100% !important;
}
#form-wrapper-wide fieldset.form-columns-1 {
  float: none !important;
  width: 96% !important;
  margin-left: 2%;
  margin-right: 2%;
}

#form-wrapper-wide .hs-richtext p {
  text-align: left;
  padding: 0 25px;
}

@media (min-width: 768px) {
  #form-wrapper-wide {
    padding: 50px 25px;
  }

  #form-wrapper-wide .hs-form-radio {
    display: inline-block !important;
    margin: 15px 15px 15px 0;
  }

  #form-wrapper-wide fieldset.form-columns-2 div.hs-form-field {
    float: left !important;
    width: 45% !important;
    max-width: 45% !important;
    margin-left: 2%;
    margin-right: 2%;
  }

  .page-id-17940  #form-wrapper-wide fieldset.form-columns-2 div.hs-form-field:first-of-type /* onboarding page */ {
    width: 25% !important;
    max-width: 25% !important;
  }

  .page-id-17940
    #form-wrapper-wide
    fieldset.form-columns-2
    div.hs-form-field:nth-of-type(2) {
    width: 65% !important;
    max-width: 65% !important;
  }

  #form-wrapper-wide fieldset.form-columns-3 div.hs-form-field {
    float: left !important;
    width: 31% !important;
    margin-left: 2%;
    margin-right: 0;
  }

  .page-id-17940 .hs-field-desc {
    font-size: 90%;
  }

  .page-id-17940 .hs_number_of_floors .input,
  .page-id-17940 .hs_second_building_number_of_floors .input,
  .page-id-17940 .hs_third_building_number_of_floors .input {
    padding-top: 25px;
  }
}

.form-wrapper .hbspt-form div input[type="TEXT"],
.form-wrapper .hbspt-form div input[type="EMAIL"],
.form-wrapper .hbspt-form div input[type="TEL"],
.form-wrapper .hbspt-form div select,
.form-wrapper
  .hbspt-form
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
  background: none !important;
  border: none !important;
  border-radius: 0 !important;
  border-bottom: 2px solid #999 !important;
  height: auto !important;
  padding: 10px 0 !important;
  margin: 0 0 15px 0 !important;
  width: 100% !important;
  max-width: 100% !important;
}

.form-wrapper .hbspt-form div textarea {
  background: none !important;
  border: none !important;
  border-radius: 0 !important;
  border-bottom: 2px solid #999 !important;
  padding: 10px 0 !important;
  margin: 0 0 15px 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  min-height: 150px;
}

.form-wrapper .hbspt-form select.error,
.form-wrapper
  .hbspt-form
  input.error:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
  border: none !important;
  border-bottom: 2px solid red !important;
}

.form-wrapper .shadow .hbspt-form div input[type="TEXT"],
.form-wrapper .shadow .hbspt-form div input[type="EMAIL"],
.form-wrapper .shadow .hbspt-form div input[type="TEL"],
.form-wrapper .shadow .hbspt-form div select,
.form-wrapper .shadow .hbspt-form div textarea,
.form-wrapper .shadow
  .hbspt-form
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
        border-radius: 10px !important;
        border: 1px solid #ccc !important;
      padding: 10px !important
}

.form-wrapper .shadow .hs_submit {
    margin-top: -5px
}

.form-wrapper .shadow .hs_submit .hs-button {
    font-size: 15px !important
}
.form-wrapper .shadow  {
    position: relative;
    padding-bottom: 90px
}
.form-wrapper .shadow .legal-consent-container {
    position: absolute;
    bottom:0;
    padding-right: 30px;
    left: 20px
}


.form-wrapper .hbspt-form label.hs-error-msg {
  margin-top: -15px !important;
}

.form-wrapper .hbspt-form .actions,
.form-wrapper .page-id-35 .hbspt-form div.hs-submit {
  max-width: 100% !important;
  width: 100% !important;

}

@media (max-width: 681px) {
  .form-wrapper .hbspt-form div.hs_subscribe div label span {
    margin: -20px 0 0 -5px;
  }
}

.landing .box-dark {
  padding: 20px;
}

.box-dark .hbspt-form div {
  float: none !important;
  width: 100%;
  margin-bottom: 5px;
}

.box-dark .hbspt-form div label {
  display: none !important;
}

.form-wrapper .hbspt-form .hs-field-desc {
  margin-top: 7px;
}

.form-wrapper .hbspt-form input[type="file"] {
  margin-top: 12px;
  margin-bottom: 30px;
}

.legal-consent-container p {
    font-size: 0.7rem !important;
    text-align: left !important;
    line-height: 120% !important;
    font-weight: normal !important;
    max-width: 100%
}

.legal-consent-container p a {
    padding: 0  !important;
    margin: 0  !important;
    font-size: 0.7rem !important;
    position: static !important
}

#showform .legal-consent-container p a {
   color: #fff !important
}
.legal-consent-container,
.legal-consent-container p{
    padding: 0;
    margin: 0
}

.form-wrapper.has-img img {
    max-width: 280px !important;
    height: auto !important;
    margin: 0 auto;
    display: block;
    position: relative;
    z-index: 2
}

.form-wrapper.has-img .shadow {
    padding-top: 150px;
    margin-top: -140px !important
}
/* ----- FOOTER - NEWSLETTER SIGN UP ----- */

section#stay-connected,
section#content-hubs {
  background: #f8f4fb
    url(https://kadence.co/wp-content/themes/kadence/old-assets/img/bg-footer.png) top
    center no-repeat;
  background-size: 100%;
  padding: 120px 0;
  margin-bottom: 0;
}

@media (min-width: 1600px) {
  section#stay-connected {
    padding: 180px 0 120px 0;
  }
}

#stay-connected .hbspt-form {
  max-width: 1115px;
  margin: 0 auto;
}

#stay-connected .hbspt-form div {
  width: auto;
}

@media (max-width: 767px) {
  #stay-connected .hbspt-form div {
    width: 100%;
    text-align: center;
  }
}

#stay-connected .hbspt-form div div.input {
  width: 100%;
}

#stay-connected .hbspt-form .hs-form-field input {
  border: 1px solid #666;
  border-radius: 10px;
  background: none;
}

#stay-connected .hbspt-form div.hs_submit {
  display: inline-block;
  width: auto;
  max-width: auto;
}

#stay-connected .hbspt-form div.hs_submit input {
  border-radius: 10px;
  text-transform: uppercase;
}

@media (max-width: 480px) {
  #stay-connected .hbspt-form div.hs_submit,
  #stay-connected .hbspt-form div.hs_submit input {
    width: 100% !important;
    max-width: 100% !important;
  }
}

#stay-connected .hbspt-form ::-webkit-input-placeholder {
  color: #282238 !important;
}
.hbspt-form ::-moz-placeholder {
  color: #282238 !important;
}
.hbspt-form :-ms-input-placeholder {
  color: #282238 !important;
}
.hbspt-form :-moz-placeholder {
  color: #282238 !important;
}

/* ----- FOOTER ----- */
footer {
  border-top: none;
}
@media (max-width: 680px) {
  footer .inner {
    padding: 0 20px 0 0;
  }
  .accordion-mob nav span {
    display: block;
    position: relative;
  }
  .accordion-mob nav span:after {
    content: "";
    width: 13px;
    height: 12px;
    display: block;
    position: absolute;
    right: 0;
    top: 5px;
    background: url(https://kadence.co/wp-content/themes/kadence/old-assets/img/pink-arrow.svg)
      center bottom no-repeat;
    background-size: contain;

    color: #f52283;
    transition: all 0.2s ease-in;
    margin-left: 5px;
  }

  .accordion-mob nav ul ul {
    display: none;
  }

  .accordion-mob nav {
    border-top: 1px solid #ccc;
    padding: 15px 0 0 0;
  }

  .accordion-mob nav ul,
  .accordion-mob nav ul li {
    margin: 0;
    padding: 0;
  }

  .home footer {
    margin-top: 45px;
  }
}

/* ----- PRICING PAGE ----- */
#price-table .box-light {
  min-height: 350px;
  padding:  35px;
  position: relative;
    text-align: center
}

.page-template-page-flexible #price-table .box-light {
  min-height: 280px;
}

@media (max-width: 680px) {
    #price-table {
        text-align: center;
        padding:40px 0 0 0
    }
  #price-table .box-light {
    min-height: auto;
    padding: 35px 25px;
  }
}

#price-table .box-light:nth-of-type(2):before {
  content: "";
  width: 2px;
  height: 25px;
  display: block;
  position: absolute;
  left: 49%;
  top: -25px;
  background: #f52283;
}

#price-table .box-light li {
  font-size: 1rem;
  padding:0 0 8px 26px
}

#price-table .box-light li:before {
  background-size: 16px;
    top: 3px

}

#price-table .box-light ul {
    margin: 15px 0 0 0
}

#price-table .box-light h3 {
  font-size: 1.6rem
}



#price-table .label {
   margin: 0 0 12px 0
}

   #price-table h1 {
        margin: 0 0 40px 0
    }


@media (min-width: 1100px) {
    #price-table .box-light .button-group {
            position: absolute;
            bottom: 25px;
            left: 0;
            right: 0;
        }

        #price-table .box-light .button-group .btn {
          margin-bottom: 10px
        }
    .page-template-page-pricing h1 {
        margin: 0
    }

    }

#price-table .box-light .btn {
    padding: 14px 25px 13px 25px;
}

.price {
  font-size: 1.25rem;
}

.large.price {
  font-size: 60px;
  font-family: "Metropolis Bold";
}

.price span {
  font-size: 0.9rem;
}

.price strong {
  font-family: "Metropolis Bold";
}

.price-unit {
  display: block;
  margin: -15px 0 20px 0;
  min-height: 5px;

}
.semantic_ui .ui.table tr td {
  border-right: 1px solid rgba(34, 36, 38, 0.1);
}

.semantic_ui .ui.table tr td:last-child {
  border-right: none;
}

.semantic_ui .ui.table tr td,
.semantic_ui .ui.table tr th {
  text-align: center !important;
}

.semantic_ui .ui.table tr td:first-child,
.semantic_ui .ui.table tr th:first-child {
  text-align: left !important;
}

/* Toggle */
ul.toggle {
  width: 100%;
  display: block;
}

ul.toggle li {
  list-style: none;
  display: inline-block;
  vertical-align: middle;
  color: #999;
  margin: 0 2px;
}
ul.toggle li.active {
  color: #000;
  font-family: "Metropolis Semi Bold", sans-serif;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The toggle */
.switcher {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f52283;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.switcher:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  right: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .switcher {
  background-color: #f52283;
}

input:focus + .switcher {
  box-shadow: 0 0 1px #f52283;
}

input:checked + .switcher:before {
  -webkit-transform: translateX(-26px);
  -ms-transform: translateX(-26px);
  transform: translateX(-26px);
}

.price span.show_price1,
.price span.show_price2 {
  font-size: 1.75rem;
}
.price span.show_price1.small,
.price span.show_price2.small {
  font-size: 0.9rem;
  font-family: "Metropolis Regular", sans-serif;
}

.price span.small.grey {
  color: rgb(133, 133, 133);
  display: block;
  margin: -7px 0 0 0;
}

.show_price2 {
  display: none;
}

.show_price1.active {
  display: inline-block;
}

.show_price1 {
  display: none;
}

.show_price2.active {
  display: inline-block;
}

/* Rounded toggle */
.switcher.round {
  border-radius: 34px;
}

.switcher.round:before {
  border-radius: 50%;
}

.faq-layout h3 {
  font-size: 1.8rem;
}

.faq-layout ol {
    margin-bottom: 15px
}

/* ----- GUIDE ----- */
#circle-charts {
  justify-content: center;
}
#circle-charts .aos-animate .circle-chart__circle {
  animation: circle-chart-fill 2s reverse; /* 1 */
  transform: rotate(-90deg); /* 2, 3 */
  transform-origin: center; /* 4 */
}

#circle-charts .aos-animate .circle-chart__circle--negative {
  transform: rotate(-90deg) scale(1, -1); /* 1, 2, 3 */
}

#circle-charts .aos-animate .circle-chart__info {
  animation: circle-chart-appear 2s forwards;
  opacity: 0;
  transform: translateY(0.3em);
}

@keyframes circle-chart-fill {
  to {
    stroke-dasharray: 0 100;
  }
}

@keyframes circle-chart-appear {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.chart-number {
  display: block;
  font-size: 3.6rem;
  color: #f52283;
  font-family: "Metropolis Medium";
}

/* TABS */
ul.tabs {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

ul.tabs li {
  background: none;
  color: #222;
  display: flex;
  flex-wrap: wrap;
  min-width: 20%;
  padding: 20px 0;
  cursor: pointer;
  opacity: 0.5;
  position: relative;
  text-align: center;
  border-top: 3px solid #fee8f3;
  margin-left: 5%;
}

@media (max-width: 680px) {
  ul.tabs li {
    font-size: 0.9rem;
  }
}

@media (max-width: 480px) {
  ul.tabs {
    margin-left: -12px;
    width: 106%;
  }

  ul.tabs li {
    width: 25%;
  }
}

ul.tabs li:first-child {
  margin-left: 0;
}

ul.tabs li.current {
  color: #222;
  opacity: 1;
}

ul.tabs li:before {
  content: "";
  height: 3px;
  width: 0;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  background: #f52283;
  background-size: 100%;
  background-repeat: repeat-y;
  position: absolute;
  z-index: 1;
  top: -3px;
  left: 0;
}

ul.tabs li.current:before {
  width: 100%;
}

.tab-content {
  display: none;
  padding: 15px;
  height: 120px;
}

.tab-content.current {
  display: inherit;
}

ul.tabs li span {
  font-family: "Metropolis Semi Bold", sans-serif;
  flex-basis: 100%;
}

ul.tabs li span.label-heading {
  font-size: 1.1rem;
}

@media (max-width: 680px) {
  ul.tabs li span.label-heading {
    font-size: 0.8rem;
    line-height: 110%;
  }
}

.tab-content .tick-list {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

@media (max-width: 680px) {
  .tab-content ul.tick-list.mob-slide {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    width: auto;
    margin-left: -12px;
  }
}

.tab-content .tick-list li {
  display: flex;
  width: 22.5%;
  font-size: 1rem;
  margin-left: 2.5%;
  text-align: left;
}

@media (max-width: 680px) {
  .tab-content ul.tick-list.mob-slide li {
    min-width: 200px;
    flex-wrap: nowrap;
  }
}

.graph-wrapper {
  position: relative;
  padding-left: 10px;
  margin-top: 45px;
}

@media (max-width: 680px) {
  .graph-wrapper {
    margin-left: 10px;
  }
}

.graph-wrapper:before {
  position: absolute;
  content: "100";
  width: 50px;
  height: 25px;
  display: block;
  top: -8px;
  left: -42px;
  color: #f52283;
  font-size: 0.9rem;
  font-family: "Metropolis Semi Bold";
}

@media (max-width: 680px) {
  .graph-wrapper:before {
    left: -24px;
  }
}

.graph-wrapper:after {
  position: absolute;
  content: "50";
  width: 50px;
  height: 25px;
  display: block;
  top: 47%;
  left: -42px;
  color: #f52283;
  font-size: 0.9rem;
  font-family: "Metropolis Semi Bold";
}

@media (max-width: 680px) {
  .graph-wrapper:after {
    left: -24px;
  }
}

.graph {
  display: table;
  table-layout: fixed;
  max-width: 100%;
  width: 100%;
  height: 250px;
  margin: 0 auto;
  border-bottom: 2px dashed #f52283;
  border-top: 2px dashed #f52283;
}

.graph.editable {
  height: 300px;
}

.graph:before {
  position: absolute;
  content: "0";
  width: 50px;
  height: 25px;
  display: block;
  top: 96%;
  left: -42px;
  color: #f52283;
  font-size: 0.9rem;
  font-family: "Metropolis Semi Bold";
}

@media (max-width: 680px) {
  .graph:before {
    left: -24px;
  }
}

.graph:after {
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  border-top: 2px dashed #f52283;
}

/* .editable.graph:after,
.editable.graph-wrapper:after {
    display: none
} */

.graph li {
  position: relative;
  display: table-cell;
  vertical-align: bottom;
  height: 200px;
  text-align: center;
  width: 25%;
}
.graph li span {
  margin: 0 auto;
  display: block;
  background: #fee8f3;
  animation: draw 1s ease-in-out;
  width: 50px;
  border-radius: 25px 25px 0 0;
  transition: background 1s ease-in-out;
  background-size: 100% 200%;
  background-image: linear-gradient(to bottom, #fee8f3 50%, #f52283 50%);
  transition: background-position 0.7s ease-in-out, color 0.2s ease-in-out;
}

.graph.editable li span {
  width: 65px;
  border-radius: 32px 32px 0 0;
}

.graph li.current span {
  background-position: 0 100%;
  color: #fee8f3;
}

.graph li:hover span {
  cursor: pointer;
}

.graph span:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  padding: 5px 1em 0;
  display: block;
  text-align: center;
  word-wrap: break-word;
}

@keyframes draw {
  0% {
    height: 0;
  }
}

/* guide slider with swiperjs */

section.custom-slider {
  padding-bottom: 0;
  margin-top: -120px;
}

@media (min-width: 681px) {
  .swiper-guide {
    max-width: 1800px;
    margin: 0 auto;
  }
  .swiper-guide .swiper-slide {
    position: relative;
    overflow: hidden;
    max-width: 1800px;
    height: 0;
    padding-top: 46.388888888888886%;
  }

  .swiper-guide .swiper-slide:before {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.15) 59%,
      rgba(0, 0, 0, 0.45) 100%
    );
  }
}

@media (max-width: 680px) {
  .swiper-guide {
    margin-bottom: 50px;
  }
  .swiper-guide .swiper-slide {
    position: relative;
    padding-top: 160px;
    height: auto;
    background-size: 100% !important;
    background-position: top center !important;
    background-repeat: no-repeat !important;
    width: 85% !important;
    background-color: #fff !important;
    border-radius: 10px;
  }
}

.swiper-guide-box {
  position: absolute;
  top: 25%;
  left: 45%;
}

@media (max-width: 680px) {
  .swiper-guide-box {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    bottom: 0 !important;
  }
}

.swiper-guide-box-inner {
  background: #fff;
  padding: 30px 30px 30px 50px;
  border-radius: 15px;
  width: 14.75vw;
  position: relative;
  transition: all 0.3s linear;
  opacity: 0;
}
@media (min-width: 681px) {
  .slide6 .swiper-guide-box-inner {
    width: 18vw;
  }
}

@media (min-width: 1500px) {
  .swiper-guide-box-inner {
    padding: 35px 35px 35px 50px;
    width: 16vw;
  }
}

@media (max-width: 680px) {
  .swiper-guide-box-inner {
    padding: 30px 30px 30px 50px;
    border-radius: 0;
    width: auto;
    opacity: 1;
  }

  .custom-slider .swiper-guide-box-inner {
    padding: 35px 35px 15px 50px;
  }
}

.aos-animate .swiper-slide-active .swiper-guide-box-inner {
  opacity: 1;
}

.swiper-slide .swiper-guide-box p {
  font-size: 1vw;
  line-height: 120%;
  margin: 15px 0 20px 0;
  position: relative;
}

@media (min-width: 1500px) {
  .swiper-slide .swiper-guide-box p {
    font-size: 1.1vw;
  }
}

@media (min-width: 1799px) {
  .swiper-slide .swiper-guide-box p {
    font-size: 1.2vw;
  }
}

.swiper-slide .swiper-guide-box p:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 2px;
  left: -20px;
  background: url(https://kadence.co/wp-content/themes/kadence/old-assets/img/CfR_tick-pink.svg)
    left top no-repeat;
}

.swiper-slide .swiper-guide-box p strong {
  color: #f52283;
  text-transform: uppercase;
  font-size: 0.8rem;
}

@media (max-width: 680px) {
  .swiper-slide .swiper-guide-box p {
    font-size: 1rem;
  }
}

.swiper-guide-box-inner:before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 1px;
  background: #fff;
  border-radius: 50%;
  left: -60px;
  top: 45%;
  transition: all 0.5s linear;
}

.slide6 .swiper-guide-box-inner:before {
  top: 80%;
}

@media (max-width: 680px) {
  .swiper-guide-box-inner:before {
    display: none;
  }
}

.aos-animate .swiper-slide-active .swiper-guide-box-inner:before {
  width: 30px;
  height: 30px;
}

.swiper-guide-box-inner:after {
  content: "";
  display: block;
  height: 30px;
  width: 30px;
  background-color: #fff;
  border: inherit;
  position: absolute;

  top: 45%;
  left: -12px;
  clip-path: polygon(0% 0%, 100% 100%, 0% 100%);
  transform: rotate(45deg);
  border-radius: 0 0 0 0.3em;
}

.slide6 .swiper-guide-box-inner:after {
  top: 80%;
}

@media (max-width: 680px) {
  .swiper-guide-box-inner:after {
    display: none;
  }
}

.swiper-guide-box-inner.box-right:before {
  right: -60px;
  left: auto;
}

.swiper-guide-box-inner.box-right:after {
  left: auto;
  right: -12px;
  clip-path: polygon(0% 100%, 100% 100%, 100% 0%);
  transform: rotate(-45deg);
  border-radius: 0.3em;
}

@media (max-width: 680px) {
  .swiper-guide-box-inner.box-right:after {
    display: none;
  }
}

.swiper-guide-box .label-heading {
  font-size: 1.3rem;
}

ul.logo-list,
.logo-list ul,
.swiper-guide-box-inner ul {
  display: flex;
  margin: 10px 0 0 -15px;
}

.swiper-guide-box-inner ul {
  flex-wrap: wrap;
}

ul.logo-list li,
.logo-list ul li,
.swiper-guide-box-inner ul li {
  font-size: 0.75rem;
  line-height: 100%;
  text-align: left;
  list-style: none !important;
}

ul.logo-list li img,
.logo-list li img,
.swiper-guide-box-inner ul li img {
  height: 22px !important;
  width: auto !important;
  display: block;
  margin-bottom: 12px;
}

ul.logo-list li:before,
.logo-list ul li:before,
.swiper-guide-box-inner li:before {
  display: none;
}

.swiper-button-next,
.swiper-button-prev {
  color: #fff !important;
  font-weight: bold;
}

@media (max-width: 680px) {
  .swiper-button-next,
  .swiper-button-prev {
    display: none !important;
  }
}

.swiper-button-prev {
  left: 5% !important;
}

.swiper-button-next {
  right: 5% !important;
}

.slider-tab {
  display: flex;
  align-items: center;
  width: 103%;
  margin-bottom: 5px;
}

@media (max-width: 680px) {
  .slider-tab {
    display: none;
  }
}

.slider-tab li {
  display: flex;
  flex-basis: 33%;
  flex-grow: 0;
  text-transform: uppercase;
  opacity: 0.4;
  position: relative;
  border-bottom: 3px solid #f52283;
  font-family: "Metropolis Semi Bold";
  padding-bottom: 15px;
  margin: 0 5%;
}

.slider-tab li:first-child {
  margin: 0 5% 0 0;
}

ul.slider-tab li.current {
  opacity: 1;
}

.slider-tab li a {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 1.1rem;
}

.slider-tab li a:hover {
  color: #f52283;
}

.slider-tab li:after {
  content: "";
  height: 3px;
  width: 0;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  background: #f52283;
  background-size: 100%;
  background-repeat: repeat-y;
  position: absolute;
  z-index: 1;
  bottom: -3px;
  left: 0;
}

ul.slider-tab li.current:after {
  width: 100%;
}

/* options slider */
.swiper-slide:hover {
  cursor: pointer;
}

.swiper-options .swiper-slide {
  opacity: 0;
}

.swiper-options .swiper-slide.swiper-slide-active {
  opacity: 1;
}

.swiper-options .swiper-pagination {
  display: block;
  bottom: 100px !important;
}

@media (min-width: 1650px) {
  .swiper-options .swiper-pagination {
    bottom: 50px !important;
  }
}

.swiper-options h4 {
  text-align: left;
  color: #f52283;
  font-size: 1rem;
  text-transform: uppercase;
  margin-top: 30px;
}

.swiper-options ul {
  margin: 0 0 20px 20px;
}

.swiper-options .logo-list ul {
  margin-left: -15px;
}

@media (min-width: 681px) {
  .swiper-options .logo-list ul li {
    font-size: 1rem;
    padding-right: 20px;
    text-align: center;
  }

  .swiper-options .logo-list ul img {
    /* height: 35px !important; */
    margin: 0 auto;
  }
}

.swiper-options .swiper-button-next,
.swiper-options .swiper-button-prev {
  color: #f52283 !important;
}

.swiper-options .swiper-button-next::after,
.swiper-options .swiper-button-prev::after {
  font-size: 30px;
}

.swiper-options .swiper-button-prev {
  left: -6% !important;
  top: 37% !important;
}

.swiper-options .swiper-button-next {
  right: -6% !important;
  top: 37% !important;
}

@media (max-width: 1290px) {
  .swiper-options .swiper-button-prev {
    left: -5% !important;
  }

  .swiper-options .swiper-button-next {
    right: -5% !important;
  }

}

.swiper-options .swiper-button-next.swiper-button-disabled,
.swiper-options .swiper-button-prev.swiper-button-disabled {
  opacity: 0 !important;
}

.options-icon {
  height: 60px;
}

@media (max-width: 680px) {
  .swiper-options .swiper-pagination {
    bottom: auto;
    top: 360px;
    z-index: -1;
  }

  .accordion-mob-panel {
    display: none;
  }
  .accordion-mob2 {
    position: relative;
    z-index: 10;
  }
  .accordion-mob2 h4 {
    font-size: 1rem !important;
  }

  .accordion-mob2 h4:after {
    content: "";
    width: 13px;
    height: 14px;
    display: inline-block;
    margin-left: 7px;
    margin-top: 1px;
    background: url(https://kadence.co/wp-content/themes/kadence/old-assets/img/pink-arrow.svg) center bottom no-repeat;
    background-size: contain;
  }
}

@media (max-width: 545px) {
  .swiper-options .swiper-pagination {
    top: 525px;
  }
}

@media (max-width: 420px) {
  .swiper-options .swiper-pagination {
    top: 395px;
  }
}

@media (max-width: 395px) {
  .swiper-options .swiper-pagination {
    top: 360px;
  }
}

@media (max-width: 365px) {
  .swiper-options .swiper-pagination {
    top: 348px;
  }
}

@media (max-width: 300px) {
  .swiper-options .swiper-pagination {
    display: none;
  }
}

/* ----- ANIMATIONS ----- */
.anim-img {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  right: 0;
}

/* new */

.panel .anim-img {
  height: 0;
  display: none !important;
  border-radius: 7px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}

#accordion-home .item1:not(.ac_hidden) .anim-img.anim1 {
  display: block !important;
  top: 8%;
  left: 100%;
  height: 230px;
}

#accordion-home .item2:not(.ac_hidden) .anim-img.anim2 {
  display: block !important;
  top: 42%;
  left: 160%;
  height: 200px;
}

#accordion-home .item3:not(.ac_hidden) .anim-img.anim3 {
  display: block !important;
  top: 50%;
  left: 127%;
  height: 190px;
}

/* end new */

/* home page animations */
.anim-img.img1 {
  bottom: 51%;
  left: 23%;
  height: 50px;
}
@media (max-width: 1023px) {
  .anim-img.img1 {
    height: 45px;
  }
}

@media (max-width: 681px) {
  .anim-img.img1 {
    left: 20%;
  }
}

.anim-img.img1b {
  bottom: 52%;
  left: 13%;
  height: 50px;
}

@media (max-width: 1023px) {
  .anim-img.img1b {
    height: 45px;
  }
}

.panel .anim-img {
  height: 0;
  display: none !important;
}

.panel .anim-img.img4 {
  height: 60px;
}

.swiper-container .anim-img {
  display: none;
}

.swiper-container .sslide5 .anim-img.img5 {
  top: 33%;
  left: 37%;
  width: 25%;
  display: block;
}

@media (min-width: 1420px) {
  .swiper-container .sslide5 .anim-img.img5 {
    top: 35%;
  }
}

@media (min-width: 1550px) {
  .swiper-container .sslide5 .anim-img.img5 {
    top: 37%;
  }
}

@media (min-width: 681px) and (max-width: 1023px) {
  .swiper-container .sslide5 .anim-img.img5 {
    top: 28%;
  }
}

@media (max-width: 480px) {
  .swiper-container .sslide5 .anim-img.img5 {
    top: 35%;
  }
}

.swiper-container .sslide2 .anim-img.img6 {
  top: 13%;
  left: 8%;
  height: 45px;
  display: block;
}

.swiper-container .sslide2 .anim-img.img7 {
  top: 29%;
  left: 71%;
  height: 45px;
  display: block;
}

@media (max-width: 480px) {
  .swiper-container .sslide2 .anim-img.img7 {
    top: 27%;
    left: 69%;
  }
}

.swiper-container .sslide2 .anim-img.img8 {
  top: 42%;
  left: 8%;
  height: 45px;
  display: block;
}

.swiper-container .sslide3 .anim-img.img8b {
  top: 32%;
  left: 8%;
  height: 45px;
  display: block;
}
/* desks animations */
.card-col {
  position: relative;
}

.page-id-11628 [class*="desks-"],
.chargifi-for-rooms [class*="desks-"] {
  display: none !important;
}
/* hide on rooms page */
.page-id-11836 .anim-img.desks-img1,
.chargifi-for-desks .anim-img.desks-img1 {
  top: 23%;
  left: 10%;
  height: 50px;
}
.page-id-11836 .anim-img.desks-img1b,
.chargifi-for-desks .anim-img.desks-img1b,
.page-id-11628 .anim-img.desks-img1b,
.chargifi-for-rooms .anim-img.desks-img1b {
  top: 40%;
  left: 40%;
  height: 50px;
  display: block !important;
}

.page-id-11836 .anim-img.desks-img1c,
.chargifi-for-desks .anim-img.desks-img1c {
  top: 35%;
  left: 36%;
  height: 50px;
}

.swiper-container .sslide2 .anim-img.desks-img2 {
  top: 46%;
  left: 22%;
  height: 50px;
  display: block;
}

.swiper-container .sslide3 .anim-img.desks-img2b,
.page-id-11628 .swiper-container .sslide2 .anim-img.desks-img2b,
.chargifi-for-rooms .swiper-container .sslide2 .anim-img.desks-img2b {
  top: 29%;
  left: 20%;
  height: 50px;
  display: block !important;
}

.page-id-11628 .swiper-container .sslide3 .anim-img.desks-img2b {
  display: none !important;
}

@media (min-width: 1600px) {
  .swiper-container .sslide2 .anim-img.desks-img2b,
  .page-id-11628 .swiper-container .sslide2 .anim-img.desks-img2b,
  .chargifi-for-rooms .swiper-container .sslide2 .anim-img.desks-img2b {
    top: 34%;
  }
}

.swiper-container .sslide1 .anim-img.desks-img2c {
  top: 33%;
  left: 36%;
  height: 100px;
  display: block;
}

.swiper-container .sslide4 .anim-img.desks-img2d {
  top: 30%;
  left: 70%;
  height: 50px;
  display: block;
}

.swiper-container .sslide5 .anim-img.desks-img3 {
  top: 5%;
  left: 55%;
  height: 60px;
  display: block;
}

.swiper-container .sslide4 .anim-img.desks-img4 {
  top: 17%;
  left: 2%;
  height: 50px;
  display: block;
}

.page-id-11836 .swiper-container .ssslide3 .anim-img.desks-img12,
.page-id-11628 .swiper-container .ssslide1 .anim-img.desks-img12 {
  top: 34%;
  left: 15%;
  height: 50px;
  display: block !important;
}

.swiper-container .ssslide1 .anim-img.desks-img13 {
  top: 5%;
  left: 5%;
  height: 45px;
  display: block;
}

.page-id-11628 .swiper-container .ssslide2 .anim-img.desks-img13,
.chargifi-for-rooms .swiper-container .ssslide2 .anim-img.desks-img13 {
  top: 5%;
  left: 5%;
  height: 45px;
  display: block !important;
}

.swiper-container .ssslide1 .anim-img.desks-img14 {
  top: 60%;
  left: 85%;
  height: 45px;
  display: block;
}

.page-id-11628 .swiper-container .ssslide2 .anim-img.desks-img14,
.chargifi-for-rooms
  .page-id-11628
  .swiper-container
  .ssslide2
  .anim-img.desks-img14 {
  top: 60%;
  left: 85%;
  height: 45px;
  display: block !important;
}

.swiper-container .ssslide4 .anim-img.desks-img15 {
  top: 15%;
  left: 7%;
  height: 70px;
  display: block;
}

.swiper-container .ssslide3 .anim-img.rooms-img15 {
  top: 32%;
  left: 45%;
  height: 60px;
  display: block;
}

#accordion1 .item1:not(.ac_hidden) .anim-img.desks-img2 {
  display: block !important;
  top: 36%;
  left: 161%;
  height: 50px;
}

#accordion1 #item3:not(.ac_hidden) .anim-img.desks-img3 {
  display: block !important;
  top: 43%;
  left: 150%;
  height: 85px;
}

.page-id-11836 #accordion1 #item4:not(.ac_hidden) .anim-img.desks-img14,
.chargifi-for-desks #accordion1 #item4:not(.ac_hidden) .anim-img.desks-img14 {
  display: block !important;
  top: 72%;
  left: 111%;
  height: 30px;
}

.page-id-11628 #accordion1 #item5:not(.ac_hidden) .anim-img.desks-img14,
.chargifi-for-rooms #accordion1 #item5:not(.ac_hidden) .anim-img.desks-img14 {
  display: block !important;
  top: 69%;
  left: 111%;
  height: 28px;
}

.page-id-11836 #accordion1 #item5:not(.ac_hidden) .anim-img.desks-img15,
.chargifi-for-desks #accordion1 #item5:not(.ac_hidden) .anim-img.desks-img15 {
  display: block !important;
  top: 40%;
  left: 170%;
  height: 70px;
}

[class*="how-slide"] .anim-img {
  display: none;
  position: relative;
  height: 0;
}

.how-slide1.slick-center .anim-img.desks-imghow1 {
  position: absolute;
  display: block !important;
  top: 38%;
  left: -15% !important;
  height: 45px;
  box-shadow: none;
}

@media (max-width: 681px) {
  .how-slide1.slick-center .anim-img.desks-imghow1 {
    top: 32%;
    left: -19% !important;
    height: 40px;
  }
}

.page-id-11628 .how-slide1.slick-center .anim-img.desks-imghow1,
.chargifi-for-rooms .how-slide1.slick-center .anim-img.desks-imghow1 {
  position: absolute;
  display: block !important;
  top: 38%;
  left: -5% !important;
  height: 50px;
  box-shadow: none;
}

@media (max-width: 681px) {
  .page-id-11628 .how-slide1.slick-center .anim-img.desks-imghow1,
  .chargifi-for-rooms .how-slide1.slick-center .anim-img.desks-imghow1 {
    top: 23%;
    left: 2% !important;
  }
}

.how-slide2.slick-center .anim-img.desks-imghow2 {
  position: absolute;
  display: block;
  top: 36%;
  left: 19% !important;
  height: 45px;
  box-shadow: none;
}

@media (max-width: 681px) {
  .how-slide2.slick-center .anim-img.desks-imghow2 {
    top: 30%;
    left: 25% !important;
  }
}

.how-slide3.slick-center .anim-img.desks-img4 {
  position: absolute;
  display: block;
  top: 36%;
  left: 20% !important;
  height: 45px;
  box-shadow: none;
}

@media (max-width: 681px) {
  .how-slide3.slick-center .anim-img.desks-img4 {
    top: 26%;
    left: 24% !important;
    height: 45px;
  }
}

.how-slide4.slick-center .anim-img.desks-img5 {
  position: absolute;
  display: block;
  top: 13%;
  left: 32% !important;
  height: 80px;
  width: auto;
  box-shadow: none;
}

.how-slide4.slick-center .anim-img.desks-img6 {
  position: absolute;
  display: block;
  top: 25%;
  left: 32% !important;
  height: 45px;
  width: auto;
  box-shadow: none;
}

@media (max-width: 681px) {
  .how-slide4.slick-center .anim-img.desks-img6 {
    top: 20%;
    left: 32% !important;
    height: 35px;
  }
}

.how-slide5.slick-center .anim-img.desks-img7 {
  position: absolute;
  display: block;
  top: 23%;
  left: 20% !important;
  height: 45px;
  width: auto;
  box-shadow: none;
}
.how-slide5.slick-center .anim-img.desks-img8 {
  position: absolute;
  display: block;
  top: 37%;
  left: 20% !important;
  height: 45px;
  width: auto;
  box-shadow: none;
}

@media (max-width: 681px) {
  .how-slide5.slick-center .anim-img.desks-img7 {
    top: 10%;
    left: 7% !important;
    height: 35px;
  }
  .how-slide5.slick-center .anim-img.desks-img8 {
    top: 35%;
    left: 7% !important;
    height: 35px;
  }
}

/* rooms animations */
.page-id-11628 #accordion1 .item1:not(.ac_hidden) .anim-img.desks-img2,  /* hide on rooms page */
.page-id-11628 #accordion1 .item1:not(.ac_hidden) .anim-img.desks-img2b,
.page-id-11628 #accordion1 #item3:not(.ac_hidden) .anim-img.desks-img3,
.chargifi-for-rooms #accordion1 .item1:not(.ac_hidden) .anim-img.desks-img2,
.chargifi-for-rooms #accordion1 .item1:not(.ac_hidden) .anim-img.desks-img2b,
.chargifi-for-rooms #accordion1 #item3:not(.ac_hidden) .anim-img.desks-img3 {
  display: none !important;
}

.page-id-11836 [class*="rooms-"],
.chargifi-for-desks [class*="rooms-"] {
  display: none !important;
} /* hide on desks page */

.page-id-11628 .anim-img.rooms-img1,
.chargifi-for-rooms .anim-img.rooms-img1 {
  top: 32%;
  left: 15%;
  height: 50px;
}

.page-id-11628 .anim-img.rooms-img0,
.chargifi-for-rooms .anim-img.rooms-img0 {
  top: 17%;
  left: 50%;
  height: 45px;
}
.swiper-container .sslide1 .anim-img.rooms-img2b {
  top: 38%;
  left: 40%;
  height: 25px;
  /* display: block */
  display: none;
}

@media (max-width: 681px) {
  .swiper-container .sslide1 .anim-img.rooms-img2b {
    top: 36%;
    left: 40%;
    height: 20px;
    display: block;
  }
}

.swiper-container .sslide3 .anim-img.rooms-img2 {
  top: 10%;
  left: 0;
  height: 30px;
  display: block;
}

.swiper-container .sslide3 .anim-img.rooms-img3 {
  top: 6%;
  left: 83%;
  height: 35px;
  display: block;
}

.swiper-container .sslide1 .anim-img.rooms-img3b {
  top: 50%;
  left: 13%;
  height: 50px;
  display: block;
}

.page-id-11628 #accordion1 .item1:not(.ac_hidden) .anim-img.rooms-img1,
.chargifi-for-rooms #accordion1 .item1:not(.ac_hidden) .anim-img.rooms-img1 {
  display: block !important;
  top: 44%;
  left: 150%;
  height: 85px;
}
.page-id-11628 #accordion1 #item2:not(.ac_hidden) .anim-img.rooms-img2,
.chargifi-for-rooms #accordion1 #item2:not(.ac_hidden) .anim-img.rooms-img2 {
  display: block !important;
  top: 15%;
  left: 117%;
  height: 85px;
}
.page-id-11628 #accordion1 #item2:not(.ac_hidden) .anim-img.rooms-img3,
.chargifi-for-rooms #accordion1 #item2:not(.ac_hidden) .anim-img.rooms-img3 {
  display: block !important;
  top: 41%;
  left: 154%;
  height: 85px;
}
.page-id-11628 #accordion1 #item3:not(.ac_hidden) .anim-img.rooms-img4,
.chargifi-for-rooms #accordion1 #item3:not(.ac_hidden) .anim-img.rooms-img4 {
  display: block !important;
  top: 40%;
  left: 169%;
  height: 75px;
}

.how-slide2.slick-center .anim-img.rooms-img5b {
  position: absolute;
  display: block;
  top: 20%;
  left: -30% !important;
  height: 75px;
  box-shadow: none;
}

@media (max-width: 681px) {
  .how-slide2.slick-center .anim-img.rooms-img5b {
    top: 14%;
    left: -30% !important;
    height: 60px;
  }
}

.how-slide3.slick-center .anim-img.rooms-img5 {
  position: absolute;
  display: block;
  top: 33%;
  left: 25% !important;
  height: 45px;
  box-shadow: none;
}

@media (max-width: 681px) {
  .how-slide3.slick-center .anim-img.rooms-img5 {
    top: 25%;
    left: 18% !important;
  }
}

.how-slide3.slick-center .anim-img.rooms-img6 {
  position: absolute;
  display: block;
  top: 46%;
  left: 20% !important;
  height: 45px;
  box-shadow: none;
}

@media (max-width: 681px) {
  .how-slide3.slick-center .anim-img.rooms-img6 {
    top: 43%;
    left: 19% !important;
  }
}

.how-slide4.slick-center .anim-img.rooms-img7 {
  position: absolute;
  display: block;
  top: 24%;
  left: 5% !important;
  height: 50px;
  box-shadow: none;
}

@media (max-width: 681px) {
  .how-slide4.slick-center .anim-img.rooms-img7 {
    top: 12%;
    left: 7% !important;
    height: 40px;
  }
}

.how-slide5.slick-center .anim-img.rooms-img8 {
  position: absolute;
  display: block;
  top: 25%;
  left: 65% !important;
  height: 50px;
  width: auto;
  box-shadow: none;
}

@media (max-width: 681px) {
  .how-slide5.slick-center .anim-img.rooms-img8 {
    top: 17%;
    left: 55% !important;
  }
}

.how-slide5.slick-center .anim-img.rooms-img9 {
  position: absolute;
  display: block;
  top: 39%;
  left: 65% !important;
  height: 50px;
  width: auto;
  box-shadow: none;
}

@media (max-width: 681px) {
  .how-slide5.slick-center .anim-img.rooms-img9 {
    top: 61%;
    left: 45% !important;
  }
}

/* ---- Icon Boxes ----- */
.icon-box {
 /* border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 1px 2px 0 rgba(40, 34, 56, 0.15); */
  margin-bottom: 20px;
  padding: 20px;
  position: relative;


}

.icon-box img {
  margin: auto;
 /* position: absolute;
  top: 0;
  bottom: 0;
  margin-right: 10px; */
}

.icon-box p {
 /* padding-left: 65px; */
   margin: 0;
    font-size: 1rem;
    flex: none;
   text-align-last: center ;
    text-align: center
}

.icon-box svg,
.icon-box .fal {
 /*    background: #f8f4fb;
    padding: 10px 8px;
    border-radius: 50%;*/
    width: 40px;
    height: 40px;
    text-align: center;
    display: block;
    margin: 0 auto;
    color: #F52283;
    font-size: 32px;
    margin-bottom: 10px
}

.icon-box p.icon-title {
  padding-left: 65px;
  font-size: 1.3rem;
  font-weight: bold;
  margin: 0 0 10px 0;
}

.icon-box h4 {
    font-size: 1.1rem;
    margin: 0 0 10px 0;
      text-align-last: center ;
    text-align: center
}


.icon-box2 {
  text-align: center;
  padding: 45px 40px;
  border-top: 1px solid #ccc;
}

.icon-box2:first-of-type,
.icon-box2:nth-of-type(3),
.icon-box2:nth-of-type(5),
.icon-box2:nth-of-type(7),
.icon-box2:nth-of-type(9),
.icon-box2:nth-of-type(11),
.icon-box2:nth-of-type(13) {
  border-right: 1px solid #ccc;
}

.icon-box2:first-of-type,
.icon-box2:nth-of-type(2) {
  border-top: none;
}

.icon-box2 p.icon-title {
  font-size: 1.2rem !important;
  font-weight: bold;
  margin: 0 0 20px 0;
}

.icon-box2 img {
  margin-bottom: 15px;
  max-height: 50px;
  max-width: auto;
}
.iconlist  {
    margin: 30px 0
}
.iconlist li {
    list-style: none;
    margin: 0 0 20px 0;
    padding: 0 0 0 40px;
    position: relative
}

.iconlist li .fal {
     width: 30px;
    height: 30px;
    display: inline-block;
    color: #F52283;
    font-size:26px;
    margin-bottom: 10px;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;

}

/* ----- LANDING PAGE ---- */
.landing {
  padding: 25px 0 45px 0;
  /* background-image:linear-gradient(45deg, rgba(245,34,131, 0.9) 0%, rgba(127,30,180, 0.9)100%); */
  background: #f8f4fb
    url(https://kadence.co/wp-content/themes/kadence/old-assets/img/CfR-V8-63.png)
    center 95% no-repeat;
  background-size: 120px;
}

.landing .hero-flex {
  margin-top: 40px;
}

/* ----- CALCULATOR PAGE ----- */
.page-template-page-calc section.curve-top {
  margin-top: -90px;
  padding: 30px 0 !important;
}

.page-template-page-calc section.curve-top:after {
  display: none;
}

/* #CustomGroup-1607006890818 .customgroup-container {
    min-height: 400px
} */

#Number-1605012792088 {
  font-size: 1rem !important;
}

/* bits to override / work with main style.css */

#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item-1711 > .mega-sub-menu,
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item-4124 > .mega-sub-menu, /*uk*/
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item-6737 > .mega-sub-menu, /*au*/
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item-8017 > .mega-sub-menu /*sg*/ {
  background: linear-gradient(to left, #fafafa 33%, white 0) !important;
}

.pum-theme-light-box2 .pum-container {
  max-width: 920px !important;
}

.vp-flex {
  background: #fff;
  max-width: 838px;
  margin: 0 auto;
}

.vp-flex iframe {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100%;
  height: 100%;
}

.page-id-35 h2,
.page-id-3879 h2,
.page-id-6968 h2,
.page-id-9861 h2 {
  /* remove from style.css once live */
  margin-bottom: 35px;
}

/* fixes for about page while new code is copied across */
.page-id-655 .white h2,
.page-id-655 h3,
.page-id-655 h4,
.page-id-655 h5,
.page-id-655 p,
.page-id-3949 .white h2,
.page-id-3949 h3,
.page-id-3949 h4,
.page-id-3949 h5,
.page-id-3949 p,
.page-id-6922 .white h2,
.page-id-6922 h3,
.page-id-6922 h4,
.page-id-6922 h5,
.page-id-6922 p,
.page-id-10019 .white h2,
.page-id-10019 h3,
.page-id-10019 h4,
.page-id-10019 h5,
.page-id-10019 p {
  color: #282238;
}

.page-id-655 .section7 h2,
.page-id-655 .section9 h2,
.page-id-655 .section11 h2 {
  margin-bottom: 0;
}

.page-id-655 #subscribe h3 {
  text-align: center;
}

footer li {
  line-height: 100%;
}

/* guide tweaks */
.guides-template #banner.showbanner {
  display: none !important;
}
.postid-17095 .section6.curve1 {
  padding-top: 0;
  margin-top: -100px;
}

.postid-17095 .section6.curve .grid.two-col {
  margin-bottom: 60px !important;
}

.page-id-17099 .box {
  max-width: 750px;
}

.page-id-17099 .box p,
.page-id-17099 .box li {
  text-align: left !important;
}

.page-id-18958 .hero-flex {
  padding-bottom: 0;
}

@media (min-width: 768px) {
  .page-id-18958 .col-sm-6:first-of-type {
    width: 45%;
  }
  .page-id-18958 .col-sm-6:nth-of-type(2) {
    width: 55%;
  }

    .box-btn {
       position:absolute;
        bottom: 30px;
        left: 0;
        right: 0;
        margin: 0 auto
    }
}

.pum-content form[data-zi-mapped-form] input[type="submit"] {
  margin-top: 30px !important;
}

@media (max-width: 767px) {
  .pum-container.size-custom {
    width: 95% !important;
  }
}


/* NEW PRICE TABLE */
#footable_20547 thead {
    display: none !important
}


#price-table {
    margin-top: -70px;
}

#price-table .grid {
    justify-content: center;
}

#price-table img {
    margin: 0 0 15px 0;
    border-radius: 10px
}

#price-table .price strong {
    font-size: 2rem
}

#price-table .medium,
#price-table .price {
    font-size: 1.2rem
}

#price-table .small {
    line-height: 150%;
    margin-top: -3px;
    font-size: 1rem
}


.page-template-page-pricing section:nth-of-type(4) {
    margin-top: 0 !important
}

.ninja_table_wrapper {
    margin-bottom: 15px
}

/* Release notes */
.rn-label {
   border-radius: 5px;
    padding: 4px 10px 3px 10px;
    color: #fff;
    display: inline-block;
    margin-top: 10px;
    font-size: 90%
}

.release-note-item  {
    padding-top: 15px;
    border-bottom: 1px solid #efefef;

}

.release-note-item img {
    max-width: 100%;
    height: auto;
    margin-bottom: 15px
}

.release-note-item .col-sm-2 {
    padding-right: 0;
}

.release-note-item .col-sm-2 span {
    display: block;
    color: #959494;
    margin: 5px 0 0 0
}

.rn-pink {
    background: #F52283;
}

.rn-green {
    background: #45D66C;
}
.rn-blue {
    background: #3F6EE3;
}

.rn-purple {
    background: #7F1EB4
}

/* left hand nav */
.subnav {

    margin: 20px 0
}

.subnav li {
    padding: 7px 0 !important;
    margin: 0 !important;
    list-style: none !important;
    line-height: 120% !important;
    font-size: 1.1rem !important

}

h1.heading2 {
    font-size: 2.4rem;
}
h1.heading3 {
    font-size: 2.2rem;
}
@media (min-width: 1100px) {
.flex-hero p.heading1 {
   font-size: 50px;
    line-height: 110%;
    margin-bottom: 30px;
    font-weight: normal;
    margin-top: 0;
    font-family: "Metropolis Semi Bold", sans-serif;
}
    }

/* top right nav - show room booking demo buttons only on room booking page */
.page-id-19303 .hiderm, /* us page */
.page-id-19305 .hiderm, /* uk page */
.page-id-19304 .hiderm, /* au page */
.page-id-22113 .hiderm /* sg page */ {
    display: none !important
}

.showrm {
     display: none !important
}

.page-id-19303 .showrm, /* us page */
.page-id-19305 .showrm, /* uk page */
.page-id-19304 .showrm, /* au page */
.page-id-22113 .showrm /* sg page */{
     display: block !important
}

/* NEW CONTENT HUB */


@media (min-width: 1024px) {
.equal{
     flex: 1;
}
}

.form-box {
    border: 2px dashed #F52283;
    border-radius: 10px;
    padding: 25px
}

.form-box .hbspt-form div {
    width: 100%;
    margin-bottom: 2px
}

.form-box label {
    display: none
}

.form-box img {
    max-width: 100px;
    margin: 0 auto;
    margin-bottom: 15px;
    display: block;
    border-radius: 50%
}

.form-box h4 {
    margin: 0 0 7px 0
}



.page-template-page-content-hub  .flex-img img {
    max-width: 100%;
    margin: 0
}

.promo-box {
    background: #F52283;
    color: #fff;
    border-radius: 10px;
    padding: 1.5% 3.5%;
    text-align: center
}

.promo-box div {
    padding: 15px;
    color: #fff;
}

.promo-box p {
    font-weight: 600;
    color: #fff;
    text-align: left
}

.promo-box p:first-of-type {
    font-size: 21px;
}

.promo-box span {
    display: block;
    font-size: 52px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 10px
}

.promo-box img {
    border-radius: 5px;
    margin: 0 0 25px 0;
    max-width: 235px !important;
    height: auto !important
}

.promo-box svg {
    width: 65px;
    height: 65px;
    margin: 0 auto;
   display: block;
}

.promo-box .fal {
    font-size: 45px;
    width: 45px;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px
}

.promo-box .btn {
    margin: 25px 0 0 0
}

.lilac {
    background: #f8f4fb;
    padding: 15px 0
}

.btn.white {
    border: 1px solid #fff
}

.box-icon {
    position: relative;
    padding: 25px 25px 45px 25px;
  /*  background: #fff;
    border-radius: 10px */
}

.box-icon img {
    max-width: 100%;
    display: block;
    height: auto;
    margin: 0 auto;

/*    box-shadow: 0px 2px 5px 0 rgba(0,0,0,0.18);
    border: 2px solid #f8f4fb; */
    border-radius: 10px
}

.box-icon div {
    /* padding: 25px; */
    background: #fff;
     margin-bottom: 20px;
    border-radius: 10px
}


.box-icon li {
    list-style: none;
    text-align: left;
    font-size: 14px;
    margin: 3px 0;
    padding: 7px 0 5px 0;
    border-top: 1px solid #ccc;
    font-family: 'Metropolis Medium';
}

.box-icon li:last-child {
    border-bottom: 1px solid #ccc;
}

.box-icon h3 {
    font-size: 22px;
    margin: 0 0 10px 0
}

.box-icon h3 a,
.box-icon h4 a,
.box-icon li a,
.box-icon .learn-more:hover {
    color: #282238
}

.box-icon li a:hover {
    color: #F52283
}

.box-icon .learn-more {
    font-size: 14px;
    border-top: 2px solid #f8f4fb;
    padding: 10px 10px 0 0;
    display: block;
/*
    position: absolute;
    bottom: 15px;
    left: 25px;
    right: 25px;
*/
    text-transform: none;
    line-height: 100%
}

.box-icon .learn-more:after {
    width: 11px;
    height: 10px;
}


.news-item-wide {
    border-radius: 15px;
    -webkit-box-shadow: 0px 0px 5px 3px rgb(0 0 0 / 8%);
    -moz-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 5px 3px rgb(0 0 0 / 8%);
    margin: 25px 15px 0 15px;
}


.news-item-wide .flex-img {
    margin: -25px;
    border-radius: 15px 0 0 15px
}

.news-item.equal p:last-of-type:not(.label-heading) {
    padding: 0 0 10px 0
}

@media (min-width: 768px) {
    .news-item-wide .col-md-4 {
         height: 100%;
        padding-bottom: 45px;
        overflow: hidden
    }
    .news-item-wide .col-md-4 a {
         display: block;
        height: 128%;
    }

    #hero-top .news-item {
        max-width: 87%;
        float: right
    }

    #section1 {
        margin-top: 30px
    }
}

@media (max-width: 767px) {
    .news-item-wide .col-md-4 a {
        height: 230px;
        display: block;
    }

    .news-item-wide .flex-img {
        border-radius: 15px 15px 0 0
    }
}


.news-item-wide h3 a,
h4 a {
    color: #282238
}


h3.small {
    font-size: 1.4rem;
    margin: 0 0 15px 0
}

.page-template-page-resource-home .chargifi-youtube-player2 {
    margin-bottom: 20px
}


.searchfilter form input.sf-input-text {
    border: 1px solid #DBDBDB;
    border-radius: 4px;
    background-color: #FFFFFF;
    cursor: pointer;
    width: 520px;
    padding: 10px 10px 10px 50px;
    line-height: 30px;
    color: #605B6C;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Metropolis Regular', sans-serif;
     background-image: url(https://kadence.co/wp-content/themes/kadence/old-assets/img/search-icon.svg);
    background-repeat: no-repeat;
    background-position: 13px 13px;
}

 .searchfilter form .sf-field-post_type {
        margin-left: -17px
    }

@media (max-width:680px) {
    .searchfilter .sf-field-search {width: 100%; }
    .searchfilter form input.sf-input-text {
       width: 250px;
       display: block;
       margin: 0 auto;
    }
}

.searchfilter form .sf-field-post_type {
    margin-top: -10px;
    width: auto !important
}

.searchfilter form .sf-field-post_type h4 {
    display: inline;
    color: #666
}
.searchfilter form .sf-field-post_type ul,
.searchfilter form .sf-field-post_type li,
.searchfilter form li.sf-item-469 /* product news category */ {
    display: inline  !important
}

.searchfilter form .sf-field-post_type,
.searchfilter li.sf-field-category {
     display: inline-block !important
}

.searchfilter form .sf-field-post_type li label,
.searchfilter form li.sf-item-469 label {
    padding-left: 0;
    font-size: 15px;
    cursor: pointer
}

/*
.page-template-page-resource-home .searchfilter form .sf-field-post_type {
    display: none !important
}
*/

.searchfilter form .sf-field-post_type li input,
.searchfilter form li.sf-item-469 input {
  visibility: hidden
}

.searchfilter form .sf-field-post_type input:checked + .sf-label-radio,
.searchfilter .sf-field-category input[type="radio"]:checked+label,
.searchfilter form li.sf-item-469 input[type="checkbox"]:checked+label {
  color: #7F1EB4;
    font-weight: bold
}

.searchfilter li:last-child.sf-field-category input[type="radio"]:checked+label:before  {
 content: ' + ';
    position: absolute;
    left: 17px
}

.searchfilter li:last-child.sf-field-category {
     border: none !important;
    border-radius: 0.25em;
    position: relative !important;
    z-index: 101 !important
}

.searchfilter li:last-child.sf-field-category .sf-input-select {
    border: none !important;
    font-size: 15px;
    color: #333;
    background-position: 100px center;
    appearance: none;
    background-color: transparent ;
    border-radius: 0.25em;

}

.searchfilter li:last-child.sf-field-category ul {
    position: absolute ;
    top: 40px;
    left: 0;
    z-index: 101;
    text-align: left;
    width: 250px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background: #fff;
    padding: 10px 10px 10px 0
}

.searchfilter li:last-child.sf-field-category label {
    font-size: 15px
}

.searchfilter li:last-child.sf-field-category label:hover,
.searchfilter li:last-child.sf-field-category h4:hover,
.searchfilter form .sf-field-post_type .sf-label-radio:hover {
    cursor: pointer;
   color: #F52283;

}

.searchfilter li:last-child.sf-field-category input {
    visibility: hidden
}

.searchfilter li:last-child.sf-field-category ul li {
    padding: 2px 0
}


.searchfilter li:last-child.sf-field-category h4 {
    font-family: 'Metropolis Regular';
    margin-left: 15px;
    font-size: 15px;
    padding-left: 12px;
    background: url(https://kadence.co/wp-content/themes/kadence/old-assets/img/dropdown-icon.svg) left 11px no-repeat;
}

#search-results .card-body {
    min-height: 200px
}


.cat-item {
    list-style: none;
    font-size: 15px;
    margin: 0 0 5px 0
}

/* New ad landing page */

.lilac {
    background: #f8f4fb;
    padding: 25px 0 0 0
}




.page-id-22582 .lilac {
    background: #fff;
    padding: 45px 0 15px 0
}


.page-template-page-flexible-landing-2 .testimonial,
.page-template-page-flexible-landing-3 .testimonial
{
    padding-top: 70px;
    padding-bottom: 70px;
     background-color: #f8f4fb;
}

.page-template-page-flexible-landing-2 #top-right li:nth-of-type(2),
.page-template-page-flexible-landing-2 #top-right li:nth-of-type(3),
.page-template-page-flexible-landing-3 #top-right li:nth-of-type(2),
.page-template-page-flexible-landing-3 #top-right li:nth-of-type(3) {
    display: none
}

.page-template-page-flexible-landing-2 #top-right li:first-of-type,
.page-template-page-flexible-landing-3 #top-right li:first-of-type {
text-align: right}

@media (max-width: 1023px) {
.page-template-page-flexible-landing-2 .hero-flex .col-md-7 img.alignright,
.page-template-page-flexible-landing-3 .hero-flex .col-md-7 img.alignright {
    float: none !important;
    margin: 0 auto !important;
    margin-bottom: 20px !important;
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    height: auto;
    border-radius: 35px;
}
}
@media (min-width: 1023px) {

    .page-template-page-flexible-landing-2 .hero-flex .col-md-7,
    .page-template-page-flexible-landing-3 .hero-flex .col-md-7 {
/*       width: 65%*/
        width: 63%
    }

    .page-template-page-flexible-landing-2 .hero-flex .col-md-5,
    .page-template-page-flexible-landing-3 .hero-flex .col-md-5 {
/*       width: 35%*/
        width: 37%
    }

    .page-template-page-flexible-landing-2 .hero-flex .col-md-7 img.alignright,
    .page-template-page-flexible-landing-3 .hero-flex .col-md-7 img.alignright {
        float: right;
        border-radius: 35px;
        margin-left: 40px;
        margin-bottom: 25px;
        max-width: 100%;
        height: auto
    }

    .page-template-page-flexible-landing-2 .form-wrapper,
    .page-template-page-flexible-landing-3 .form-wrapper {
        padding: 20px 0
    }
}

/* NEW HOME */
h2.heading1 {
    font-size: 2.6rem
}

h4.heading1 {
    font-size: 2rem
}

.page-template-page-flexible-home .chargifi-youtube-player2,
.page-template-page-flexible-home .chargifi-youtube-player2 lite-youtube {
  max-width: 1024px

}

.page-template-page-flexible-home .testimonial p:first-of-type:before,
.page-template-page-flexible-home .slider-testimonial p:first-of-type:before {
    margin-top: -30px
}

.page-template-page-flexible-home .slider-testimonial .img-box img {
    max-width: 520px !important;
    height: auto !important
}


@media (min-width: 768px) {
    .page-template-page-flexible-home section.curve1 {
        padding-bottom: 150px !important
    }
    .page-template-page-flexible-home section.curve1:after {
     height: 200px
    }
    .page-template-page-flexible-home h1 {
        font-size: 48px
    }

   .page-template-page-flexible-home .slider-testimonial .slick-dots {
        margin-left: 48%;
       width: 50%;
        bottom: 120px !important
    }

    .pull-up90 {
        margin-top: -90px
    }

    .page-template-page-flexible-home .card-body p:last-of-type {
        margin-bottom: 0
    }

    .page-template-page-flexible-home .card-body p a {
        color: #F52283
    }
    .page-template-page-flexible-home #hero-top p,
    .page-template-page-flexible-home .card-body p{
        line-height: 135%
    }

    .page-template-page-flexible-home #news {
       background-image: none
    }


}
.page-template-page-flexible-home #news {
    margin-top: -60px
}

/**
 * Tabs
 */
.tabs-new {
	display: flex;
	flex-wrap: wrap;
}

.tabs-new label {
	order: 1;
	display: block;
	padding: 1rem 0;
    border-radius: 10px 10px 0 0;
/*	margin-right: 0.2rem;*/

	cursor: pointer;
  font-weight: bold;
  transition: background ease 0.2s;
    letter-spacing: normal;
/*    width: 19.5%;*/
    word-spacing: normal;
  border-bottom: 3px solid #efefef;
     flex-grow: 1;
    position: relative
}

.tabs-new label:after {
  content: "";
  height: 3px;
  width: 0;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  background: #f52283;
  position: absolute;
  z-index: 1;
  bottom: -3px;
  left: 0;
}


.tabs-new .tab {
  order: 99;
  flex-grow: 1;
	width: 100%;
	display: none;

  padding: 2rem 1rem 1rem 0;
  background: #fff;
}
.tabs-new input[type="radio"] {
	display: none;
}
.tabs-new input[type="radio"]:checked + label {
    /* background: #f7f6f6; */

    color: #F52283
}

.tabs-new input[type="radio"]:checked + label:after {
  width: 100%;
}

.tabs-new input[type="radio"]:checked + label + .tab {
	display: block;
}

@media (max-width: 900px) {
 .tabs-new {
    padding: 0 15px;
     margin-bottom: 35px
  }
  .tabs-new .tab,
  .tabs-new label {
    order: initial;
  }
  .tabs-new label {
    width: 100%;
    margin-right: 0;
    margin-top: 0.2rem;
      position: relative;
      font-size: 1.2rem
  }
  .tabs-new label:after {
    content: "";
    width: 15px;
    height: 13px;
    display: block;
    position: absolute;
    right: 0;
      left: auto;
    top: 20px;
    background: url(https://kadence.co/wp-content/themes/kadence/old-assets/img/pink-arrow.svg) center bottom no-repeat;
    background-size: contain;
    color: #f52283;
    transition: all 0.2s ease-in;

    }
    .tabs-new input[type="radio"]:checked + label:after {
      width: 15px;
    height: 13px;
        transform: rotate(90deg);
    }
}

/* currency switcher */
.switch-currency {
   display: inline;
    margin: 0 0 10px 7px
}
.switch-currency li {
    display: inline;
    list-style: none;
    border: 1px solid rgba(96,91,108,0.85);
    padding: 5px 15px 5px 15px;
    border-radius: 5px;
    margin: 0 5px 0 0;
    color: rgba(96,91,108,0.85);
    cursor: pointer
}
.switch-currency li.active {
  background:rgba(96,91,108,0.85);
    color: #fff
}

.currency-switcher {
   margin-top: 5px;
}

#price-table h3 {
    text-align: center !important

}

@media (min-width: 768px) {

.currency-switcher {
   margin-left: 16%
}

}
/* moove gdpr cookie banner */
#moove_gdpr_cookie_info_bar
  .moove-gdpr-info-bar-container
  .moove-gdpr-info-bar-content
  a.mgbutton,
#moove_gdpr_cookie_info_bar
  .moove-gdpr-info-bar-container
  .moove-gdpr-info-bar-content
  button.mgbutton {
  background: #666;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container {
    padding: 40px;
}

#moove_gdpr_cookie_info_bar {
	background: rgba(96,91,108,0.95) !important;
	border-top: none !important
}

#moove_gdpr_cookie_info_bar p {
    font-size: 1rem  !important
}

#moove_gdpr_cookie_info_bar .mgbutton.moove-gdpr-infobar-allow-all {
	background: #fff !important;
	color: #666 !important
}

#moove_gdpr_cookie_info_bar .mgbutton.moove-gdpr-infobar-allow-all:hover {
	color: #F52283 !important
}

#moove_gdpr_cookie_info_bar .mgbutton {
    border-radius: 8px !important
}

/* capterra testimonial boxes */
.rating {
    display: block;
    text-align: center !important;
    margin: 0 0 12px 0
}

.star-box {
   box-shadow: 0px 0px 5px 3px rgb(0 0 0 / 8%);
    padding: 25px;
    border-radius: 10px;
    text-align: center !important
}
.star-box .fas {
    color: #F52283;
}

.star-box p {
    text-align: center !important
}

.star-box p:first-of-type {
    font-size: 1.2rem
}

.star-box p:last-of-type {
    font-size: 0.95rem
}
.badges {
    text-align: center
}
@media (min-width: 768px) {
.badges {
    display: flex;
    align-items: center;
    justify-content: center;
}
    .badges a {
        padding: 0 5px
    }

}


/* POPUP - CIRCLE */

.popmake.theme-805,
.popmake.theme-12887 {
    background: rgba(245, 34, 131, 0.85) !important;
    text-align:center;
      border-radius:50% !important;
    width: 420px !important;
    height: 420px !important;
    left: auto !important;
    top: auto !important;
    bottom: -190px !important;
    right: -100px !important
}

.popmake.theme-805 .pum-content {
    padding: 16% 27% 20% 13%
}


.popmake.theme-12887 .pum-content {
    padding: 19% 29% 20% 16%
}

.popmake.theme-805 .pum-close,
.popmake.theme-12887 .pum-close {
    top: 40px;
    right: 125px;
    background-image: url(https://kadence.co/wp-content/themes/kadence/old-assets/img/close-icon.svg) !important;
    width: 18px !important;
    height: 18px !important;

}

.popmake.theme-805 p,
.popmake.theme-12887 p {
    font-size: 95%;
    color: #fff
}

.popmake.theme-805 p:first-of-type,
.popmake.theme-12887 p:first-of-type {
    font-size: 105%;
    color: #fff
}



.popmake.theme-805 .btn,
.popmake.theme-12887 .btn {
    min-width: auto !important;
    font-size: 95%;
    padding: 10px 15px !important;
    border: 1px solid #fff;
    color: #fff;
    background: none !important
}

/* case studies */
.case-study-info {
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0px 0px 5px 3px rgb(0 0 0 / 8%);
    width: 100%
}

@media (min-width: 768px) {
    .case-study-info {
        width: 85%;
       float: right;
         padding: 25px;
    }
}

.case-study-info ul {
    margin: 25px 0 0 -10px
}
.case-study-info ul li {
    list-style: none !important;
    position: relative;
    padding: 16px 0 16px 35px;
    border-top: 1px solid #efefef;
    margin: 0;
    line-height: 120%
}

.case-study-info ul li:first-of-type {
    border-top: none
}

.case-study-info li span:first-of-type {
    width: 160px;
    display: inline-block;
    font-weight: bold
}

.case-study-info li span:nth-of-type(2) {
    float: right;
    text-align: right
}

.case-study-info li .fa-light,
.case-study-info li .fal {
    position: absolute;
    top: 15px;
left: 0;
    margin: 0 10px 0 0 ;
    font-size: 1.4rem;
    color: #F52283
}

.case-study-intro p:first-of-type {
    font-size: 1.3rem;
    line-height: 140%
}

.home .sec6 {
    margin-top: -100px;
}


/* new free trial page */
.page-id-27668 .icon-boxes {
    background: #f8f4fb;
}

.page-id-27668 .icon-boxes:nth-of-type(2) {
    padding-top: 30px
}

.page-id-27668 .icon-boxes:nth-of-type(3) {
    margin-top: -60px
}

/* */
.clear {
    clear: left
}

.soc-badge1 {
    margin: 0 0 25px 0
}
.soc-badge {
    width: auto !important;
    height: 70px;
    display: inline-block;
    margin: -20px 10px 15px 0;
}


.home .sec6 {
    margin-top: -100px;
}


.home .curve-top .flex-img img {
    border-radius: 0
}

.solutions {
    padding-bottom: 30px; padding-top: 60px
}

@media (max-width: 768px) {
.solutions {
    text-align: center
}

    .solutions img {
        width: 50px;
        height: auto;
        margin: 0 auto;
    }

    .solutions .flex-img {
        margin-left: -15px
    }

    .solutions .col-sm-9  {
        margin-top: -60px
    }

    .sec6 h3 {
        margin-top: 55px
    }

}

/* new try for free button */

#top-right li:first-child a,
#mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-mobshow.mobshow.button2 a{
    padding: 0;
    display: inline-block;
    border-radius: 4px;
    border: 1px solid #F52283;
    color: #F52283;
    font-size: 16px;
    width: 140px;
    height: 38px;
    line-height: 40px;
    margin-top: -10px;
    margin-right: 8px;
    text-align: center;
    font-family: 'Metropolis Semi Bold';
    letter-spacing: normal;
    text-decoration: none !important;
    -webkit-appearance: none;
}

@media screen and (max-width: 1100px) {
#mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-mobshow.mobshow.button2 a {
    display: block;
    height: 50px;
    font-size: 17px;
    line-height: 50px;
    width: 200px;
    margin: 0 auto;
    margin-top: 20px;
}

}

footer.geo-mob  {
    font-weight: normal;

}

@media screen and (min-width: 1100px) {
    footer.geo-mob  {
        margin-top: -25px
    }
}

.lottie-div {
    content-visibility: auto
}

.page-id-28931 section:nth-of-type(2) { /* new pricing page */
    margin-top: -40px
}

.grecaptcha-badge {
    visibility: hidden !important;
    height: 10px !important;
    width: 2px !important

}

.hs_recaptcha.hs-recaptcha.hs-form-field {
    width: 2px  !important
}

/* for /demo/ page */
.page-id-29487 .lilac,
.page-id-29487 .form-wrapper {
    background: #fff
}

@media (min-width: 768px) {
/*
    #hsForm_5de53761-b088-4129-8fda-35fa919d35de .hs_firstname {
        width: 48% !important;
        float: left !important;
        margin-right: 0
    }
        #hsForm_5de53761-b088-4129-8fda-35fa919d35de .hs_lastname {
        width: 48% !important;
        float: right !important;
        margin-right: 0
    }
    */
    #hsForm_5de53761-b088-4129-8fda-35fa919d35de .hs-form-field {
        margin-bottom: 0 !important
    }


}

/* new demo pages */
@media (min-width: 1023px) {
    .pull-lottie {
        margin: -30px 0 0 -60px
    }
}

@media (max-width: 680px) {
    .page-template-page-flexible-landing-2 .pull-lottie {
        margin: -10px 0 0 -10px
    }

   .page-template-page-flexible-landing-2  lottie-player {
        width: 100% !important
    }
}

svg, text, g  {
  	font-family: sans-serif !important;
}

/* hide footer on book demo page */
.page-id-29487 footer .accordion-mob {
    display: none !important
}

.hero-flex .badges {
    margin: 35px 0 0 0
}

.hero-flex .badges img {
    height: 85px !important;
    width: auto !important;
    margin: 0 2px 0 0
}


@media (min-width: 768px) {
.hero-flex .badges  {
    justify-content: flex-start;
}

    .hero-flex .badges img{
        flex-basis:0
    }
}

@media (max-width: 480px) {
    .hero-flex .badges img{
        height: 65px !important
    }

    .hs-form-field, .hs-form-field div {
        margin-bottom: 0 !important
    }
}

@media (max-width: 767px) {
    .hero-flex h1, .hero-flex h2    {
        text-align: center !important
    }

   .hero-flex  h2 br {
        display: none !important
    }

   .hero-flex h2.heading1 {
    font-size: 2rem;
    }
}

/* product release page */
.page-template-page-product-release .col-sm-10.offset-md-1 img {
    max-width: 100% !important;
    height: auto !important
}
.lty-playbtn{
  backdrop-filter: blur(2px);
}
