/*
 * extracted from bootstrap lib
 */
/* admin view */
/* fonts */
/**
 * mixin to include a media query
 * it uses de custom map (custom-variable) $layout
 */
/**
 * Template style vars definition
 */
.experiences-template {
  background: white !important; }
  .experiences-template .preloader-wrapper.big {
    width: 256px;
    height: 256px; }
  .experiences-template .empty-message {
    text-transform: uppercase;
    transform: translate(-50%, 0%);
    position: absolute;
    top: 25%;
    left: 50%; }
  .experiences-template .highlighted-experiences {
    padding-bottom: 3rem;
    padding-top: 3rem;
    color: black; }
    .experiences-template .highlighted-experiences .button {
      color: #CB4F40;
      border: #CB4F40 solid 2px;
      padding: 0.5rem 1.5rem 0.5rem 1.5rem;
      text-transform: uppercase;
      font-size: 1.2rem; }
    .experiences-template .highlighted-experiences .header {
      display: flex;
      padding-bottom: 2rem;
      justify-content: space-between;
      flex-direction: row;
      align-items: baseline; }
      .experiences-template .highlighted-experiences .header .header-content-title {
        padding: 2rem 0 0 0;
        font-family: 'Ivy Mode' !important; }
        .experiences-template .highlighted-experiences .header .header-content-title h2 {
          font-size: 4.5rem; }
          @media (max-width: 992px) {
            .experiences-template .highlighted-experiences .header .header-content-title h2 {
              text-align: center !important;
              font-size: 2.5rem;
              width: 100%; } }
          @media (max-width: 500px) {
            .experiences-template .highlighted-experiences .header .header-content-title h2 {
              font-size: 2.5rem; } }
          @media (max-width: 320px) {
            .experiences-template .highlighted-experiences .header .header-content-title h2 {
              font-size: 2.5rem; } }
        .experiences-template .highlighted-experiences .header .header-content-title span.highlighted-title-template-experiences {
          color: #CB4F40;
          font-weight: 600;
          font-style: italic; }
        @media (max-width: 992px) {
          .experiences-template .highlighted-experiences .header .header-content-title {
            text-align: center !important;
            font-size: 3.5rem;
            width: 100%; } }
        @media (max-width: 500px) {
          .experiences-template .highlighted-experiences .header .header-content-title {
            font-size: 3rem; } }
        @media (max-width: 320px) {
          .experiences-template .highlighted-experiences .header .header-content-title {
            font-size: 2.5rem; } }
    .experiences-template .highlighted-experiences .carousel .slick-item {
      padding: 0 0.5rem 0 0.5rem; }
      .experiences-template .highlighted-experiences .carousel .slick-item .carousel-item-data .img {
        height: 400px !important; }
      .experiences-template .highlighted-experiences .carousel .slick-item .carousel-item-data .stars {
        background-color: #ffff;
        text-align: center !important;
        max-width: 30%;
        margin: -380px 0px 0px 20px;
        padding: .1rem .4rem .1rem 0.4rem;
        position: absolute;
        z-index: 1;
        display: flex;
        flex-wrap: wrap;
        justify-content: center; }
        .experiences-template .highlighted-experiences .carousel .slick-item .carousel-item-data .stars .cv-star {
          margin: .1rem;
          font-size: 1rem; }
      .experiences-template .highlighted-experiences .carousel .slick-item .carousel-item-data .item-data-tag {
        background-color: #f5f4f2;
        text-align: center !important;
        max-width: 75%;
        margin: -40px auto 15px auto;
        padding: 1.5rem 2.5rem 2rem 2.5rem;
        position: relative;
        z-index: 1;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center; }
        .experiences-template .highlighted-experiences .carousel .slick-item .carousel-item-data .item-data-tag .data-type {
          font-size: 0.9rem;
          font-weight: 600;
          text-transform: uppercase;
          color: #CB4F40; }
          .experiences-template .highlighted-experiences .carousel .slick-item .carousel-item-data .item-data-tag .data-type .cv-star {
            margin-right: .4rem; }
        .experiences-template .highlighted-experiences .carousel .slick-item .carousel-item-data .item-data-tag .data-title {
          font-family: 'Ivy Mode' !important;
          color: rgba(0, 0, 0, 0.9);
          font-size: 1.8rem;
          font-weight: 500;
          line-height: 1;
          transform: scaleX(0.9);
          margin-top: 0.8rem;
          margin-bottom: 0.8rem; }
          @media (max-width: 992px) {
            .experiences-template .highlighted-experiences .carousel .slick-item .carousel-item-data .item-data-tag .data-title {
              font-size: 1.2rem; } }
        .experiences-template .highlighted-experiences .carousel .slick-item .carousel-item-data .item-data-tag .data-townships {
          display: flex;
          justify-content: center;
          font-size: 0.9rem;
          font-weight: 400;
          color: rgba(0, 0, 0, 0.9); }
          .experiences-template .highlighted-experiences .carousel .slick-item .carousel-item-data .item-data-tag .data-townships .township-name {
            padding: 0 0.4rem 0 0.4rem; }
    .experiences-template .highlighted-experiences .carousel .slick-dots {
      margin-top: 0.5rem !important; }
    .experiences-template .highlighted-experiences .stars .cv-star {
      color: #f5f4f2; }
    .experiences-template .highlighted-experiences .stars .cv-star.filled {
      color: #c28a03; }
  .experiences-template .footer {
    padding-top: 4rem;
    display: flex;
    justify-content: center; }