/* Border Radius Mixin */
/* Placeholder Colors */
/* Header Adjustment */
/* Create Responsive Type */
/*
Use on the CONTAINER for WYSIWYG content. ie <p />
*/
/* Create Responsive Type */
/*
Use on the CONTAINER for WYSIWYG content. ie <p />
*/
.invex-testimonial .author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  color: var(--primary-color);
  z-index: 1; }
  .invex-testimonial .author {
    font-size: 13px ; }
  .invex-testimonial .author .image {
    display: block;
    width: 64px;
    height: 64px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-right: 12px;
    border-radius: 50%;
    border: 1px solid var(--primary-color); }
  .invex-testimonial .author .label {
    font-weight: 400; }
    .invex-testimonial .author .label:before {
      content: ', '; }

.component--invex-testimonials.type--astray {
  margin: 80px 0; }
  .component--invex-testimonials.type--astray.color-scheme--none {
    --primary-color: #333333; }
  .component--invex-testimonials.type--astray > .heading {
    margin: 40px 10px;
    line-height: 1.1;
    font-weight: 700;
    letter-spacing: 2px;
    text-align: center;
    color: #333333; }
    .component--invex-testimonials.type--astray > .heading {
      font-size: 40px ; }
  .component--invex-testimonials.type--astray > .container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .component--invex-testimonials.type--astray > .container > .outline {
      position: absolute;
      top: 0;
      left: 60px;
      bottom: 0;
      right: 60px;
      -webkit-transform: skewX(-15deg);
              transform: skewX(-15deg);
      border: solid 5px var(--primary-color);
      border-radius: 3px; }
    .component--invex-testimonials.type--astray > .container .testimonial-slider {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 700px;
      min-height: 355px;
      padding: 60px 0; }
      .component--invex-testimonials.type--astray > .container .testimonial-slider:before, .component--invex-testimonials.type--astray > .container .testimonial-slider:after {
        content: '';
        position: absolute;
        z-index: -1;
        width: 115px;
        height: 93px;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        opacity: 0.5; }
      .component--invex-testimonials.type--astray > .container .testimonial-slider:before {
        top: 50px;
        left: -20px;
        background-image: url("/wp-content/plugins/invex-testimonials/assets/images/opening-quote.png"); }
      .component--invex-testimonials.type--astray > .container .testimonial-slider:after {
        bottom: 50px;
        right: -20px;
        background-image: url("/wp-content/plugins/invex-testimonials/assets/images/closing-quote.png"); }
      .component--invex-testimonials.type--astray > .container .testimonial-slider .slick-list {
        -ms-flex-item-align: stretch;
            align-self: stretch;
        margin: 0 auto;
        position: relative; }
      .component--invex-testimonials.type--astray > .container .testimonial-slider .invex-testimonial {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .component--invex-testimonials.type--astray > .container .testimonial-slider .invex-testimonial .testimonial {
          margin: 0 auto 10px;
          font-size: 24px;
          font-style: italic;
          line-height: 36px;
          letter-spacing: 1.2px;
          text-align: center;
          color: #333333; }
        .component--invex-testimonials.type--astray > .container .testimonial-slider .invex-testimonial .author {
          font-size: 16px;
          line-height: 36px;
          letter-spacing: 0.8px;
          text-align: center;
          color: #333333; }
          .component--invex-testimonials.type--astray > .container .testimonial-slider .invex-testimonial .author .image {
            border: 2px solid var(--primary-color); }
      .component--invex-testimonials.type--astray > .container .testimonial-slider ul.slick-dots {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 10;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        height: 30px;
        padding: 0;
        margin: 0;
        list-style: none;
        text-align: center; }
        .component--invex-testimonials.type--astray > .container .testimonial-slider ul.slick-dots li:not(:last-child) {
          margin-right: 9px; }
        .component--invex-testimonials.type--astray > .container .testimonial-slider ul.slick-dots li a {
          display: inline-block;
          width: 11px;
          height: 11px;
          opacity: 0.31;
          background-color: var(--primary-color);
          border-radius: 500%;
          cursor: pointer;
          -webkit-transition: all 300ms ease-in-out;
          transition: all 300ms ease-in-out; }
          .component--invex-testimonials.type--astray > .container .testimonial-slider ul.slick-dots li a:hover {
            opacity: 0.65 !important; }
        .component--invex-testimonials.type--astray > .container .testimonial-slider ul.slick-dots li.slick-active a {
          opacity: 1; }
    .component--invex-testimonials.type--astray > .container .slick-arrow {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      z-index: 2;
      width: 42px;
      height: 42px;
      cursor: pointer;
      opacity: 1;
      -webkit-transition: all 300ms ease-in-out;
      transition: all 300ms ease-in-out; }
      .component--invex-testimonials.type--astray > .container .slick-arrow:before {
        font-family: inherit;
        font-size: 42px;
        color: var(--primary-color);
        opacity: 1;
        -webkit-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out; }
        .component--invex-testimonials.type--astray > .container .slick-arrow:before:hover {
          opacity: 0.7; }
      .component--invex-testimonials.type--astray > .container .slick-arrow.slick-prev {
        left: 90px; }
      .component--invex-testimonials.type--astray > .container .slick-arrow.slick-next {
        right: 90px; }

.component--invex-testimonials.type--gurnee {
  --primary-text-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 80px;
  margin-bottom: 50px;
  background-color: var(--primary-color); }
  .component--invex-testimonials.type--gurnee.color-scheme--none {
    --primary-color: #333333;
    --primary-text-color: white;
    --secondary-color: gray; }
  .component--invex-testimonials.type--gurnee.remove-bottom-spacing {
    margin-bottom: 0; }
  .component--invex-testimonials.type--gurnee .wrapper {
    width: 1300px;
    max-width: calc(100% - 80px);
    margin-left: auto;
    margin-right: auto;
    margin-top: -60px;
    background-color: var(--primary-color); }
    .component--invex-testimonials.type--gurnee .wrapper > .heading {
      margin: 20px 10px;
      margin-bottom: 0;
      line-height: 1.1;
      font-weight: 700;
      letter-spacing: 2px;
      text-align: center;
      color: var(--primary-text-color); }
      .component--invex-testimonials.type--gurnee .wrapper > .heading {
        font-size: 40px ; }
  .component--invex-testimonials.type--gurnee .testimonial-slider {
    margin-left: -10px;
    margin-right: -10px; }
    .component--invex-testimonials.type--gurnee .testimonial-slider.slick-dotted {
      margin-bottom: 30px; }
    .component--invex-testimonials.type--gurnee .testimonial-slider .slick-track {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
  .component--invex-testimonials.type--gurnee .testimonial-container {
    margin: auto 0;
    overflow: hidden; }
  .component--invex-testimonials.type--gurnee .invex-testimonial {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 850px;
    max-width: calc(100% - 40px);
    margin: 0 auto;
    padding: 20px;
    padding-top: 50px;
    position: relative;
    opacity: 1;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out; }
    .component--invex-testimonials.type--gurnee .invex-testimonial .testimonial {
      position: relative;
      margin: 5px 65px;
      padding: 0;
      text-align: center;
      font-family: var(--largeText-font-family);
      font-size: 1.125rem;
      line-height: 1.6;
      word-wrap: break-word;
      font-style: normal !important; }
      .component--invex-testimonials.type--gurnee .invex-testimonial .testimonial {
        font-size: 14px ; }
      .component--invex-testimonials.type--gurnee .invex-testimonial .testimonial, .component--invex-testimonials.type--gurnee .invex-testimonial .testimonial * {
        color: var(--primary-text-color); }
      .component--invex-testimonials.type--gurnee .invex-testimonial .testimonial:before, .component--invex-testimonials.type--gurnee .invex-testimonial .testimonial:after {
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        font-family: 'Font Awesome 6 Pro';
        font-weight: 900;
        position: absolute;
        color: var(--secondary-color);
        z-index: -1; }
        .component--invex-testimonials.type--gurnee .invex-testimonial .testimonial:before, .component--invex-testimonials.type--gurnee .invex-testimonial .testimonial:after {
          font-size: 72px ; }
      .component--invex-testimonials.type--gurnee .invex-testimonial .testimonial:before {
        content: "\f10d";
        top: -85px;
        left: -65px; }
      .component--invex-testimonials.type--gurnee .invex-testimonial .testimonial:after {
        content: "\f10e";
        bottom: -85px;
        right: -65px; }
    .component--invex-testimonials.type--gurnee .invex-testimonial .author {
      font-weight: 600;
      color: var(--primary-text-color);
      letter-spacing: 1px;
      font-style: italic;
      text-align: center;
      word-wrap: break-word;
      position: relative; }
      .component--invex-testimonials.type--gurnee .invex-testimonial .author {
        font-size: 18px ; }
      .component--invex-testimonials.type--gurnee .invex-testimonial .author .label {
        font-weight: 400; }
        .component--invex-testimonials.type--gurnee .invex-testimonial .author .label:before {
          content: ', '; }
      .component--invex-testimonials.type--gurnee .invex-testimonial .author .image {
        border: 3px solid var(--secondary-color); }
  .component--invex-testimonials.type--gurnee .slick-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 40px;
    height: auto;
    -webkit-transform: none;
            transform: none; }
    .component--invex-testimonials.type--gurnee .slick-arrow:before {
      font-size: 30px;
      opacity: 0.5;
      color: var(--primary-text-color);
      -webkit-transition: all 300ms ease-in-out;
      transition: all 300ms ease-in-out; }
    .component--invex-testimonials.type--gurnee .slick-arrow.slick-prev {
      left: -30px; }
    .component--invex-testimonials.type--gurnee .slick-arrow.slick-next {
      right: -30px; }
    .component--invex-testimonials.type--gurnee .slick-arrow:hover:before {
      opacity: 1; }
  .component--invex-testimonials.type--gurnee .slick-dots {
    bottom: -24px;
    opacity: 1;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out; }
    .component--invex-testimonials.type--gurnee .slick-dots li:only-child {
      display: none !important; }
    .component--invex-testimonials.type--gurnee .slick-dots li button:before {
      -webkit-transition: all 300ms ease-in-out;
      transition: all 300ms ease-in-out; }
  .component--invex-testimonials.type--gurnee .pagination {
    position: absolute;
    left: 0;
    top: 100%;
    right: 0;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .component--invex-testimonials.type--gurnee .pagination ul.slick-dots {
      position: initial;
      left: initial;
      bottom: initial;
      right: initial;
      top: initial;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin: 0;
      padding: 0;
      background-color: rgba(0, 0, 0, 0);
      -webkit-transition: all 300ms ease-in-out;
      transition: all 300ms ease-in-out; }
      .component--invex-testimonials.type--gurnee .pagination ul.slick-dots li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        width: 10px;
        height: 10px;
        margin: 0;
        padding: 10px;
        background-color: rgba(0, 0, 0, 0);
        -webkit-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out; }
        .component--invex-testimonials.type--gurnee .pagination ul.slick-dots li:hover {
          background-color: rgba(51, 51, 51, 0.2); }
        .component--invex-testimonials.type--gurnee .pagination ul.slick-dots li a, .component--invex-testimonials.type--gurnee .pagination ul.slick-dots li span {
          display: inline-block;
          width: 10px;
          height: 10px;
          border-radius: 500px;
          background-color: var(--primary-text-color);
          opacity: 0.3;
          -webkit-transition: all 300ms ease-in-out;
          transition: all 300ms ease-in-out; }
        .component--invex-testimonials.type--gurnee .pagination ul.slick-dots li.slick-active a, .component--invex-testimonials.type--gurnee .pagination ul.slick-dots li.slick-active span {
          opacity: 1; }

.component--invex-testimonials.type--pfhp.color-scheme--none {
  --primary-color: #333333; }

.component--invex-testimonials.type--pfhp > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }
  .component--invex-testimonials.type--pfhp > .container > .left {
    width: 50%; }
    .component--invex-testimonials.type--pfhp > .container > .left hr {
      width: 100%;
      max-width: 320px;
      height: 30px;
      line-height: 30px;
      margin: 24px 0;
      padding: 0;
      -webkit-mask-image: url(../../images/divider.svg);
      mask-image: url(../../images/divider.svg);
      border: none;
      background-color: var(--primary-color); }
    .component--invex-testimonials.type--pfhp > .container > .left .heading {
      margin: 0 0 24px 0;
      padding: 0;
      font-weight: 700;
      line-height: 1.2;
      color: var(--primary-color); }
  .component--invex-testimonials.type--pfhp > .container > .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 50%;
    max-width: 50%;
    margin-left: 32px; }
    .component--invex-testimonials.type--pfhp > .container > .right .slick-list {
      width: 100% !important;
      max-width: 100% !important; }
    .component--invex-testimonials.type--pfhp > .container > .right .testimonial {
      display: block;
      text-align: center;
      font-weight: 300;
      font-style: italic;
      color: rgba(33, 33, 33, 0.75);
      line-height: 1.4;
      margin-bottom: 16px; }
      .component--invex-testimonials.type--pfhp > .container > .right .testimonial {
        font-size: 15px ; }
      .component--invex-testimonials.type--pfhp > .container > .right .testimonial > :first-child {
        margin-top: 0; }
      .component--invex-testimonials.type--pfhp > .container > .right .testimonial > :last-child {
        margin-bottom: 0; }
    .component--invex-testimonials.type--pfhp > .container > .right .author {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      font-weight: 600;
      color: var(--primary-color); }
      .component--invex-testimonials.type--pfhp > .container > .right .author {
        font-size: 13px ; }
      .component--invex-testimonials.type--pfhp > .container > .right .author .image {
        border: 2px solid var(--primary-color); }
    .component--invex-testimonials.type--pfhp > .container > .right .slick-dots {
      bottom: -24px;
      opacity: 1;
      -webkit-transition: all 300ms ease-in-out;
      transition: all 300ms ease-in-out; }
      .component--invex-testimonials.type--pfhp > .container > .right .slick-dots li:only-child {
        display: none !important; }
      .component--invex-testimonials.type--pfhp > .container > .right .slick-dots li button:before {
        -webkit-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out; }
    .component--invex-testimonials.type--pfhp > .container > .right .pagination {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .component--invex-testimonials.type--pfhp > .container > .right .pagination ul.slick-dots {
        position: initial;
        left: initial;
        bottom: initial;
        right: initial;
        top: initial;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin: 0;
        padding: 0;
        background-color: rgba(0, 0, 0, 0);
        -webkit-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out; }
        .component--invex-testimonials.type--pfhp > .container > .right .pagination ul.slick-dots li {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          width: 10px;
          height: 10px;
          margin: 0;
          padding: 10px;
          border-radius: 5px;
          background-color: rgba(0, 0, 0, 0);
          -webkit-transition: all 300ms ease-in-out;
          transition: all 300ms ease-in-out; }
          .component--invex-testimonials.type--pfhp > .container > .right .pagination ul.slick-dots li:hover {
            background-color: rgba(0, 0, 0, 0.05); }
          .component--invex-testimonials.type--pfhp > .container > .right .pagination ul.slick-dots li a, .component--invex-testimonials.type--pfhp > .container > .right .pagination ul.slick-dots li span {
            display: inline-block;
            width: 10px;
            height: 10px;
            border-radius: 500px;
            background-color: var(--primary-color);
            opacity: 0.3;
            -webkit-transition: all 300ms ease-in-out;
            transition: all 300ms ease-in-out; }
          .component--invex-testimonials.type--pfhp > .container > .right .pagination ul.slick-dots li.slick-active a, .component--invex-testimonials.type--pfhp > .container > .right .pagination ul.slick-dots li.slick-active span {
            opacity: 1; }
          @media screen and (min-width: 320px) {
      .invex-testimonial .author {
        font-size: calc(13px + 2 * ((100vw - 320px) / 1120)) ; }
        .component--invex-testimonials.type--astray > .heading {
          font-size: calc(40px + 20 * ((100vw - 320px) / 1120)) ; }
          .component--invex-testimonials.type--gurnee .wrapper > .heading {
            font-size: calc(40px + 20 * ((100vw - 320px) / 1120)) ; }
          .component--invex-testimonials.type--gurnee .invex-testimonial .testimonial {
            font-size: calc(14px + 4 * ((100vw - 320px) / 1120)) ; }
            .component--invex-testimonials.type--gurnee .invex-testimonial .testimonial:before, .component--invex-testimonials.type--gurnee .invex-testimonial .testimonial:after {
              font-size: calc(72px + 24 * ((100vw - 320px) / 1120)) ; }
          .component--invex-testimonials.type--gurnee .invex-testimonial .author {
            font-size: calc(18px + 2 * ((100vw - 320px) / 1120)) ; }
          .component--invex-testimonials.type--pfhp > .container > .right .testimonial {
            font-size: calc(15px + 3 * ((100vw - 320px) / 1120)) ; }
          .component--invex-testimonials.type--pfhp > .container > .right .author {
            font-size: calc(13px + 2 * ((100vw - 320px) / 1120)) ; } }
          @media screen and (min-width: 1440px) {
      .invex-testimonial .author {
        font-size: 15px ; }
        .component--invex-testimonials.type--astray > .heading {
          font-size: 60px ; }
          .component--invex-testimonials.type--gurnee .wrapper > .heading {
            font-size: 60px ; }
          .component--invex-testimonials.type--gurnee .invex-testimonial .testimonial {
            font-size: 18px ; }
            .component--invex-testimonials.type--gurnee .invex-testimonial .testimonial:before, .component--invex-testimonials.type--gurnee .invex-testimonial .testimonial:after {
              font-size: 96px ; }
          .component--invex-testimonials.type--gurnee .invex-testimonial .author {
            font-size: 20px ; }
          .component--invex-testimonials.type--pfhp > .container > .right .testimonial {
            font-size: 18px ; }
          .component--invex-testimonials.type--pfhp > .container > .right .author {
            font-size: 15px ; } }
          @media (max-width: 699px) {
    .component--invex-testimonials.type--astray {
      overflow: hidden; }
            .component--invex-testimonials.type--astray > .container .testimonial-slider .invex-testimonial .testimonial {
              font-size: 18px;
              line-height: 26px;
              letter-spacing: 1px; }
        .component--invex-testimonials.type--astray > .container .slick-arrow {
          display: none !important; } }
          @media (max-width: 767px) {
      .component--invex-testimonials.type--astray > .heading {
        margin: 20px 10px; }
      .component--invex-testimonials.type--gurnee .invex-testimonial {
        max-width: calc(100% - 20px);
        padding: 10px; }
          .component--invex-testimonials.type--gurnee .invex-testimonial .testimonial:before {
            top: -48px;
            left: -6px; }
          .component--invex-testimonials.type--gurnee .invex-testimonial .testimonial:after {
            bottom: -48px;
            right: -3px; }
          .component--invex-testimonials.type--gurnee .pagination ul.slick-dots li {
            width: 20px;
            padding: 10px 5px; }
    .component--invex-testimonials.type--pfhp > .container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -ms-flex-item-align: stretch;
          align-self: stretch;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .component--invex-testimonials.type--pfhp > .container > .left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        width: 100%; }
        .component--invex-testimonials.type--pfhp > .container > .left .heading {
          text-align: center; }
      .component--invex-testimonials.type--pfhp > .container > .right {
        width: 100%;
        max-width: 100%;
        margin-left: 0; }
            .component--invex-testimonials.type--pfhp > .container > .right .pagination ul.slick-dots li {
              width: 20px;
              padding: 10px 5px; } }
          @media (max-width: 1199px) {
        .component--invex-testimonials.type--astray > .container > .outline {
          display: none; }
        .component--invex-testimonials.type--astray > .container .testimonial-slider {
          max-width: calc(90% - 40px); }
        .component--invex-testimonials.type--astray > .container .slick-arrow.slick-prev {
          left: -42px; }
        .component--invex-testimonials.type--astray > .container .slick-arrow.slick-next {
          right: -42px; }
      .component--invex-testimonials.type--astray > .container .spacer {
        display: none; } }
          @media (max-width: 599px) {
      .component--invex-testimonials.type--gurnee .wrapper {
        max-width: calc(100% - 40px); }
      .component--invex-testimonials.type--gurnee .slick-arrow {
        display: none !important; } }
          @media (max-width: 1219px) {
    .component--invex-testimonials.type--pfhp > .container {
      margin-left: 20px;
      margin-right: 20px; } }

/*# sourceMappingURL=invex-testimonials.min.css.map */
