@charset "UTF-8";
/*******************************************************************************
 *  Copyright (C) 2020 Miha Kitič<miha.kitic@mksp.si> - All rights reserved!   *
 ******************************************************************************/
/*
 * Base styles on original BASE scss file
 */
/*******************************************************************************
 *Copyright(C) 2020, 2021 Miha Kitič<miha.kitic@mksp.si> - All rights reserved!*
 ******************************************************************************/
/*
 * Load essential SCSS variables
 */
/*******************************************************************************
 *  Copyright (C) 2020 Miha Kitič<miha.kitic@mksp.si> - All rights reserved!   *
 ******************************************************************************/
/*
 * Essential SASS variables
 */
/* White edge sections */
div#search-section,
div#promotion-section,
div#footer-section-container {
  margin: 0 auto;
  width: calc(100% - 20px);
}

div#search-section {
  width: calc(100% - 50px);
}

/* Full width sections*/
div#intro-section {
  width: 100%;
}

/*
 * The following chapter will define other properties of each block
 * (e.g. height). */
/* Intro section */
div#intro-section {
  min-height: 100px;
  height: 600px;
  background-position: center;
  background-size: cover;
  background-image: url("/static/img/assets/intro-background.jpg");
}

#intro-section-container {
  height: 600px;
}

#intro-section-title {
  float: left;
  padding: 5vw;
}

#intro-section-title h1 {
  color: #333;
  font-weight: bold;
}

#intro-section-white-logo {
  float: right;
  padding: 5vw;
}

/* Search bar section */
div#search-section {
  height: 0px;
  position: relative;
  bottom: 190px;
  z-index: 5;
  max-width: 1100px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  div#search-section,
div#promotion-section,
div#footer-section-container {
    margin: 0 auto;
    width: calc(100% - 210px);
  }
  div#search-section {
    bottom: 140px;
  }
}

@media (min-width: 992px) {
  div#search-section {
    bottom: 105px;
  }
}

/* Content section */
div#content-section {
  min-height: calc(100vh - 90px - 120px);
}

/* Promo section */
#promotion-section-container {
  margin-bottom: 40px;
}

.highlight-card-container {
  padding: 7px !important;
}

.highlight-card {
  background-position: center;
  background-size: cover;
  height: 235px;
  width: 100%;
  opacity: 0.9;
  box-shadow: 0px 2px 10px #d8d5d5;
  transition: all, 0.15s;
}

.highlight-card > .gradient-overlay {
  position: relative;
  top: 25%;
  width: 100%;
  height: 75%;
  background-image: linear-gradient(#3a3a3a00, #3a3a3a00, #000000bf);
  z-index: 1;
}

.highlight-card > .description {
  color: var(--font-dark-bg);
  position: relative;
  z-index: 2;
  font-family: 'fontFooterTitle';
  padding: 10px;
  transition: all, 0.15s;
}

.highlight-card:hover {
  box-shadow: 0px 2px 10px #737373;
  opacity: 1.0;
}

.highlight-card:hover > .description {
  font-size: 1.03em;
}

/******************************************************************************
 **                             REGIONS TABLE                                **
 ******************************************************************************/
table.regions {
  width: 100%;
  max-width: 1110px;
  margin: 40px auto;
}

table.regions td {
  width: 33.33%;
  height: 100px;
  padding: 7px;
}

table.regions td > a > div {
  width: 100%;
  height: calc(100px - 7px);
}

table.regions td[rowspan="2"] > a > div {
  height: 200px;
}

.region-card-container {
  padding: 6px !important;
}

.region-card {
  background-position: center;
  background-size: cover;
  width: 100%;
  display: table;
  box-shadow: 0px 2px 10px #d8d5d5;
  opacity: 0.9;
  transition: all, 0.15s;
}

.region-card > .description {
  color: var(--font-dark-bg);
  z-index: 2;
  font-family: 'fontFooterTitle';
  font-size: 1.1rem;
  padding: 8px 10px;
  display: table-cell;
  vertical-align: bottom;
  text-shadow: 0px 0 6px black, 0px 0 6px black;
  transition: all, 0.15s;
}

.region-card:hover {
  box-shadow: 0px 2px 10px #737373;
  opacity: 1.0;
}

.region-card:hover > .description {
  font-size: 1.2rem;
}

/******************************************************************************
 **                         RECOMMENDED TABLE                                **
 ******************************************************************************/
.recommended-container {
  padding: 6px !important;
}

.recommended-frame {
  /* border: 1px solid var(--primary_1) */
}

.recommended-image {
  background-position: center;
  background-size: cover;
  height: 180px;
  width: 100%;
}

.recommended-description {
  height: 150px;
  border-left: 1px solid lightgrey;
  border-right: 1px solid lightgray;
  background-color: #f7f7f7;
  padding: 10px;
  font-size: 88%;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}

.recommended-description > div {
  height: 128px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}

.recommended-button {
  color: var(--font-dark-bg);
  background-color: var(--primary_2);
  text-align: center;
  padding: 7px;
  cursor: pointer;
  transition: background-color 0.35s;
}

.recommended-button:hover {
  background-color: var(--primary_1);
}

/*******************************************************************************
 *                     FROM Here WE ADD EXTRA STYLES                           *
 ******************************************************************************/
/*
 * INTRO section
 */
#intro-section-container {
  padding: 20px;
}

#intro-section-container > div.logo-container {
  width: 100%;
  max-height: 180px;
  height: 30vw;
}

div#intro-section-overlay {
  position: absolute;
  height: 600px;
  width: 100%;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.25));
  z-index: 1;
}

div#intro-section-container {
  position: absolute;
  z-index: 2;
  width: 100%;
}

#intro-section-i-feel-logo {
  float: left;
}

#intro-section-i-feel-logo > img {
  max-width: 195px;
  width: 35vw;
}

#intro-section-company-logo-white {
  float: right;
  position: relative;
  top: 8px;
  right: 5px;
}

#intro-section-company-logo-white > img {
  max-width: 213px;
  width: 35vw;
}

#intro-section-title-img {
  width: 100%;
  display: inline-block;
}

#intro-section-title-img > div {
  float: left;
}

#intro-section-title-img > div > img {
  width: 250px;
}

div.title-container {
  position: relative;
  top: -1px;
  left: 33px;
  width: calc(100% - 45px);
}

.promo-text {
  font-family: "ChaparralPro-regular";
  color: white;
  font-size: 22px;
  height: 35px;
  line-height: 0.7;
}

#intro-section-container .promo-text.bigger-text {
  font-family: "ChaparralPro-semibold";
  font-size: 24px;
  line-height: 0.9;
}

.promo-text.use-your-voucher {
  position: absolute;
  top: calc(360px - 30vw);
  left: -28px;
}

@media (min-width: 600px) {
  .promo-text.use-your-voucher {
    position: relative;
    top: 45px;
  }
}

/* Load different front cover image for mobile & desktop application */
@media (min-width: 768px) {
  div#intro-section {
    background-image: url("/static/img/assets/intro-background-desktop.jpg");
  }
  #intro-section-title-img > div > img {
    width: 300px;
  }
  #intro-section-container {
    padding: 60px;
  }
  div.title-container {
    left: 45px;
  }
  .promo-text {
    font-size: 23px;
    height: 45px;
    line-height: 0.7;
  }
  .promo-text.use-your-voucher {
    top: 24px;
    left: 0;
  }
  #intro-section-container .promo-text.bigger-text {
    font-size: 33px;
    line-height: 0.9;
  }
}

@media (min-width: 992px) {
  .promo-text.use-your-voucher {
    top: 55px;
  }
}

/*
 * CONTENT section
 */
#promotion-section-container > h2 {
  text-align: center;
  margin-top: 40px;
}

/* Promo section */
#promotion-section-container {
  margin-bottom: 40px;
  max-width: 1100px;
  margin: 0 auto;
}

#promotion-section-container .container {
  max-width: 1112px;
  width: calc(100% + 12px);
}

.recommended-container {
  padding: 6px !important;
  left: -6px;
}

.recommended-frame {
  /* border: 1px solid var(--primary_1) */
}

.recommended-image {
  background-position: center;
  background-size: cover;
  height: 160px;
  /* width               : 100%; */
  float: left;
  display: inline-block;
  width: 160px;
}

.recommended-description {
  height: 150px;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  background-color: transparent;
  padding: 0 0 15px 15px;
  font-size: 90%;
}

.recommended-description > .recommended-title {
  color: var(--font-light-bg);
  font-weight: bold;
  font-size: 120%;
  height: 30px;
  top: -4px;
  position: relative;
  font-family: Heading, sans-serif;
}

.recommended-description > .recommended-text {
  color: var(--font-light-bg);
  height: 105px;
  -webkit-line-clamp: 4;
  font-family: fontTextBook;
  font-size: 1.1rem;
}

.recommended-description:hover > .recommended-text,
.recommended-description:hover > .recommended-title {
  color: var(--font-light-bg-hover);
}

.recommended-frame:hover > .recommended-image {
  transition: all 0.15s;
  box-shadow: 0px 2px 10px #737373;
  opacity: 1.0;
}

.recommended-beri-vec {
  color: var(--primary_1);
  font-weight: bold;
  font-family: fontTextBook;
}

/*# sourceMappingURL=../../dist/app_main/main.css.map */