@font-face {
    font-family: 'Fjalla-One';
    src: url('/wp-content/uploads/2022/10/FjallaOne-Regular.eot');
    src: url('/wp-content/uploads/2022/10/FjallaOne-Regular.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/uploads/2022/10/FjallaOne-Regular.woff2') format('woff2'),
        url('/wp-content/uploads/2022/10/FjallaOne-Regular.woff') format('woff'),
        url('/wp-content/uploads/2022/10/FjallaOne-Regular.ttf') format('truetype'),
        url('/wp-content/uploads/2022/10/FjallaOne-Regular.svg#FjallaOne-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins-Regular';
    src: url('/wp-content/uploads/2022/10/Poppins-Regular.eot');
    src: url('/wp-content/uploads/2022/10/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/uploads/2022/10/Poppins-Regular.woff2') format('woff2'),
        url('/wp-content/uploads/2022/10/Poppins-Regular.woff') format('woff'),
        url('/wp-content/uploads/2022/10/Poppins-Regular.ttf') format('truetype'),
        url('/wp-content/uploads/2022/10/Poppins-Regular.svg#Poppins-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .header nav.primary_nav {
  font-family: 'Fjalla-One',sans-serif !important;
}
body {
  font-family: 'Poppins-Regular',sans-serif;
}


/*** HEADER ***/
.titles_group .t1 {
    line-height: 1.4em;
}

/*** START-PAGE ***/
.negative_margin_top_150_front {
    margin-top: -150px;
    overflow: visible;
    margin-bottom: -138px;
}
.main .content_main {
    padding-top: 0px;
    padding-bottom: 0px;
}

/*** SHOWS ***/
.tour_info, .tour_date, .tour_date a {
    font-weight: 400;
    font-size: 16px;
}
.tour_date {
    background-color: #ceab76 !important;
}
.tour_desc {
    margin-top: 10px;
}
.tour_desc_details .tour_desc_time {
    background-color: #ceab76;
    color: #000;
    font-size: 16px;
    font-weight: 400;
}
.tour_desc-media {
    width: 25%;
    margin-left: 10%;
}

/*** CONTACT_FORM ***/
input[type="submit"]:not(.btn), button[type="submit"]:not(.btn) {
    font-size: 18px;
}

/*** FOOTER ***/
.col-sm-4 {
    width: 50%;
}
#plethora_link {
    color: #d60504 !important;
}
.footer a {
    color: #101010 !important;
}
.footer a:hover, .footer a:active {
    color: #d60504 !important;
}
/*** COOKIES ***/
#cmplz-document {
    font-size: 14px;
    margin-top: 0;
    max-width: 100%;
    text-justify: inter-word;
}



/****** RESPONSIVE ******/
@media (max-width: 770px) {
      
    /* FOOTER */
  .col-sm-4 {
  width: 100%;
  }
  /* SHOWS */
  .tour_date {
    margin-bottom: 5px;
  }
  .tour_desc-media {
    width: 25%;
    margin-left: 10%;
}
}

@media (max-width: 375px) {
      
    /* BODY */
  .heading_group_sc h2, .heading_group_sc h3 {
  font-size: 32px;
  }
  /* SHOWS */
  .tour_date {
    padding: 20px;
    margin-bottom: 5px;
  }
  .tour_desc-media {
    width: 100%;
    margin-left: 10%;
}
}