/*
*
* This sheet contains the
* homepage styles
*
*/
/*
*
* Slider
*
*/
#slider__homepage {
  height: 550px;
  background-color: #F4F6F7;
}

@media only screen and (max-width:767px) {
  #slider__homepage {
    height: 500px;
  }
}

/* Banner Info */
#slider__homepage .slide-info {
  padding-top: 120px;
  text-align: center;
  position: relative;
}

@media only screen and (min-width:768px) {
  #slider__homepage .slide-info {
    height: 100%;
  }
}

@media only screen and (max-width: 767px) {
 #slider__homepage .slide-info {
 position: absolute;
 bottom: 0;
 width: 100%;
 padding-bottom: 150px;
 padding-top: 0;
 }
.custom_mobile {
 display: block;
 }
}
/*  */
#slider__homepage .slide-category {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.08em;
  color: white;
  text-transform: uppercase;
}

@media only screen and (max-width:767px) {
  #slider__homepage .slide-category {
    font-size: 12px;
  }
}

/*  */
#slider__homepage .slide-heading {
  font-family: 'GraphikMedium';
  font-size: 48px;
  line-height: 58px;
  letter-spacing: 0.02em;
  color: white;
  margin: 16px auto 0; 
  width: 70%;
}
@media only screen and (max-width:767px) {
 #slider__homepage .slide-heading {
 font-size: 26px;
 line-height: 34px;
 padding: 0 25px;
 text-align: center;
 }
}
@media only screen and (max-width:767px) {
  #slider__homepage .slide-heading {
    font-size: 26px;
    line-height: 34px;
    padding: 0 25px;
    text-align: center;
  }
}

/*  */
#slider__homepage .slide-location {
  position: absolute;
  right: 40px;
  bottom: 30px;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.02em;
  color: white;
}

@media only screen and (max-width:767px) {
  #slider__homepage .slide-location {
    bottom: 50px;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 10px;
    letter-spacing: 0.01em;
    line-height: 1;
    opacity: 0.7;
  }
}

/*  */
#slider__homepage .component__white-button {
  margin-top: 30px;
}

/*
*
* Homepage Banners
*
*/
#homepage-banners {
  max-width: 1440px;
  margin: auto;
  padding: 0 30px 34px;
  display: flex;
  flex-flow: row wrap;
}

@media only screen and (max-width:767px) {
  #homepage-banners {
    padding: 0 0 20px;
  }
}

/*  */
#homepage-banners .homepage-banner {
  background-color: #F4F6F7;
  margin-top: 30px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

@media only screen and (max-width:767px) {
  #homepage-banners .homepage-banner {
    width: 100%;
    height: 340px;
    margin-top: 15px;
    padding-top: 60px;
  }
}

@media only screen and (min-width:768px) {

  /* Half Width Desktop Banner */
  #homepage-banners .homepage-banner.half-width {
    width: calc(50% - 15px);
    height: 550px;
    padding-top: 90px;
  }

  /* Full Width Desktop Banner */
  #homepage-banners .homepage-banner.full-width {
    width: 100%;
    height: 400px;
    padding-top: 100px;
  }
}

/*  */
@media only screen and (min-width:768px) {
  #homepage-banners .homepage-banner:nth-child(2), #homepage-banners .homepage-banner:nth-child(5) {
    margin-left: 30px;
  }
}

/* Banner Image */
#homepage-banners .homepage-banner .banner-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Banner Category */
#homepage-banners .homepage-banner .banner-category {
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 1;
  color: white;
  text-align: center;
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #slider__homepage .slide-heading{
    width: 80%;
  }
 }

@media only screen and (max-width:767px) {
  #homepage-banners .homepage-banner .banner-category {
    font-size: 11px;
  }
}

/* Banner Heading */
#homepage-banners .homepage-banner .banner-heading {
  margin-top: 16px;
  font-family: 'GraphikMedium';
  font-size: 28px;
  line-height: 38px;
  color: white;
  text-align: center;
  position: relative;
}

@media only screen and (max-width:767px) {
  #homepage-banners .homepage-banner .banner-heading {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.02em;
  }
}

/* Arrow Icon */
#homepage-banners .homepage-banner .arrow-icon {
  margin-left: 12px;
  position: absolute;
  bottom: 9px;
}

@media only screen and (max-width:767px) {
  #homepage-banners .homepage-banner .arrow-icon {
    margin-left: 8px;
    width: 7px;
    bottom: 7px;
  }
}
