@import url("https://kunversion-frontend-custom.s3.amazonaws.com/overwrites/search-bar/minimal.css");

:root {
  /* Global Color Pallete */
  --primary-brand-color: black;
  --secondary-brand-color: #ffffff;
  --section-size: 20px 30px;

  --header-font-color: #ffffff;
  --text-font-color: #3f403e;
  --alternate-font-color: #000; /* Area Box Font Color */

  /* Cover Hero Section */
  --cover-height: 700px;
  --opacity: 0.7;

  /* Featured Area Section */
  --featured-areas-padding: 80px 15px;
  --featured-areas-background: #d6d6d6;
  --featured-areas-background-pattern: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 200 200'%3E%3Cdefs%3E%3ClinearGradient id='a' gradientUnits='userSpaceOnUse' x1='100' y1='33' x2='100' y2='-3'%3E%3Cstop offset='0' stop-color='%23000' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23000' stop-opacity='1'/%3E%3C/linearGradient%3E%3ClinearGradient id='b' gradientUnits='userSpaceOnUse' x1='100' y1='135' x2='100' y2='97'%3E%3Cstop offset='0' stop-color='%23000' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23000' stop-opacity='1'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cg fill='%23cacaca' fill-opacity='0.07'%3E%3Crect x='100' width='100' height='100'/%3E%3Crect y='100' width='100' height='100'/%3E%3C/g%3E%3Cg fill-opacity='0.07'%3E%3Cpolygon fill='url(%23a)' points='100 30 0 0 200 0'/%3E%3Cpolygon fill='url(%23b)' points='100 100 0 130 0 100 200 100 200 130'/%3E%3C/g%3E%3C/svg%3E"); /* If they don't want a pattern, replace this with property value with "none" */
  --shadow: 0 6px 6px -5px rgba(0, 0, 0, 0.2);
  --hover-shadow: 0 20px 40px -20px rgba(0, 0, 0, 0.2);

  /* CTA Boxes - Half Width Boxes */
  --half-box-minHeight: 500px;

  --half-box-left: linear-gradient(
      to right,
      rgba(91, 86, 86, 0.8),
      rgba(255, 255, 255, 0.1)
    ),
    url(https://dtzulyujzhqiu.cloudfront.net/kvcoredemo14/images/1581623655_Yn7zQ8YB6eDYFVLbIZBgeglsFP3bl3xwyYlVEPh6.jpeg);
  --half-box-right: linear-gradient(
      to right,
      rgba(91, 86, 86, 0.8),
      rgba(255, 255, 255, 0.1)
    ),
    url(https://dtzulyujzhqiu.cloudfront.net/kvcoredemo14/images/1600729734_JGOaATnYWnm3uBVdmsGSRCSaiNDgLUtr8UazERjL.jpeg);

  /* CTA Boxes - Full Width Boxes */
  --short-full-box-minHeight: 400px;

  --short-full-box-image: linear-gradient(
      to right,
      rgba(91, 86, 86, 0.8),
      rgba(255, 255, 255, 0.1)
    ),
    url(https://dtzulyujzhqiu.cloudfront.net/kvcoredemo14/images/1581623683_878klUEyG0GlnLXQBONGTjsOQiwxo3As9qpNAT0V.jpeg);

  --tall-full-box-minHeight: 650px;
  --tall-full-box-image: linear-gradient(
      to right,
      rgba(91, 86, 86, 0.8),
      rgba(255, 255, 255, 0.1)
    ),
    url(https://dtzulyujzhqiu.cloudfront.net/kvcoredemo14/images/1581623699_FrJksmO8WyHHN7n6aNqBUyiTplLn4Rg4BukvF7y2.jpeg);

  /* Cover Hero Container Positioning/Placement */
  --cover-container: 65%;
}

body.header-transparent #header #primary-logo {
  min-height: 75px;
}
body.header-transparent #header .logo.secondary {
  display: none;
}

/* Navigation/Header */
#home-bodycontent .header-top-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#home-bodycontent .header-top-inner .nav-link {
  font-size: 14px;
}

#header .logo.primary {
  display: none !important;
}
#header #primary-logo {
  min-height: 75px;
}
.show {
    opacity: 1 !important
}

/* Cover Section */
#home-bodycontent .cover {
  min-height: var(--cover-height) !important;
}
#home-bodycontent .cover-title .container {
  max-width: 1440px;
  padding: 0 20px;
}
#home-bodycontent .cover-title-inner {
  opacity: 0;
  transition: all 0.5s ease;
}
#home-bodycontent .cover-title {
  top: var(--cover-container) !important;
}
#home-bodycontent .cover-image {
  background-position: center !important;
  background-size: cover !important;
}
#home-bodycontent .cover-overlay {
  opacity: var(--opacity) !important;
}

/* Custom Cover Hero Header Styles */
#home-bodycontent .hero-logo {
  display: block;
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
}
#home-bodycontent .hero-logo.second {
  max-width: 150px;
}
#home-bodycontent .hero-headline {
  display: block;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: bold;
  line-height: 42px;
  color: #fff;
}
@media (max-width: 767px) {
  #home-bodycontent .hero-logo {
    max-width: 250px;
  }
  #home-bodycontent .hero-logo.second {
    max-width: 150px;
  }
  #home-bodycontent .hero-headline {
    font-size: 26px;
    line-height: 32px;
  }
}

/* Froala Overwrites */
#home-bodycontent .container-fluid {
  padding: 0 !important;
}
#home-bodycontent section#categories {
  padding: 0 !important;
}
#home-bodycontent section#categories.p-b-2​ {
  padding-bottom: 0 !important;
}
#home-bodycontent section#categories .categories {
  margin-bottom: 0 !important;
}
#home-bodycontent .content > .container {
  max-width: 100%;
  background: white;
}
#home-bodycontent #froala-editor {
  margin-left: -15px;
  margin-right: -15px;
}

/* Section Layout & Components */
#home-bodycontent .c-section__header {
  text-align: center;
}
#home-bodycontent .c-section__tag {
  text-transform: uppercase;
  letter-spacing: 1.3px;
  margin-bottom: 0px;
}
#home-bodycontent .c-section__tag:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 1px;
  background: #444;
  margin-right: 3px;
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}
#home-bodycontent .c-section__tag:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 1px;
  background: #444;
  margin-left: 3px;
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}
#home-bodycontent .c-section__h1 {
  font-size: 36px;
  text-transform: uppercase;
  margin-top: 5px;
  letter-spacing: 2.4px;
}
#home-bodycontent .c-section__container {
  max-width: 1440px;
  margin: auto;
}

/* Search Area's */
#home-bodycontent #search-areas {
  background-color: var(--featured-areas-background);
  background-image: var(--featured-areas-background-pattern);
  padding: var(--featured-areas-padding);
}
#home-bodycontent #search-areas .c-section__header h1 {
  font-size: 3em;
  color: var(--header-font-color);
  font-weight: bold;
  text-shadow: -1px 1px 2px #000;
}
#home-bodycontent .search-area__wrapper {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 20px 0;
  padding: 15px;
}
#home-bodycontent .search-area__link {
  width: 30%;
  min-width: 300px;
  text-decoration: none;
  cursor: pointer;
  margin: 10px;
  box-shadow: var(--shadow);
  color: var(--alternate-font-color);
  background: var(--secondary-brand-color);
  padding: 5px;
  border-radius: 3px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
@media (max-width: 991px) {
  #home-bodycontent .search-area__link {
    width: 45%;
  }
}
@media (max-width: 600px) {
  #home-bodycontent .search-area__link {
    width: 100%;
  }
}
#home-bodycontent .search-area__link:link,
#home-bodycontent .search-area__link:visited,
#home-bodycontent .search-area__link:hover,
#home-bodycontent .search-area__link:active {
  color: var(--font-color-3);
  text-decoration: none;
}
#home-bodycontent .search-area__link:hover {
  -webkit-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  transform: translateY(-6px);
  box-shadow: var(--hover-shadow);
}
#home-bodycontent .search-area__image {
  display: block;
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
}
#home-bodycontent .search-area__title {
  text-align: center;
  padding: 15px;
}
#home-bodycontent .search-area__title h4 {
  text-transform: uppercase;
  color: var(--text-font-color);
  letter-spacing: 1.3px;
  font-weight: 600;
}
#home-bodycontent .search-area__title p {
  color: var(--text-font-color);
  margin: 0;
  text-transform: uppercase;
}

/* CTA Boxes */
#home-bodycontent .half-box-wrapper {
  display: flex;
  min-height: var(--half-box-minHeight);
}
#home-bodycontent .half-box {
  width: 50%;
  display: flex;
  padding: 100px 60px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  background-size: cover;
  background-position: center;
}
#home-bodycontent .half-box.left {
  margin-right: 5px;
  background-image: var(--half-box-left);
}
#home-bodycontent .half-box.right {
  margin-left: 5px;
  background-image: var(--half-box-right);
}
#home-bodycontent .full-box-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-size: cover;
  background-position: center;
  margin-top: 10px;
  padding: 100px 60px;
}
#home-bodycontent .full-box-wrapper.short {
  min-height: var(--short-full-box-minHeight);
  background-image: var(--short-full-box-image);
}
#home-bodycontent .full-box-wrapper.tall {
  min-height: var(--tall-full-box-minHeight);
  background-image: var(--tall-full-box-image);
}
@media (max-width: 767px) {
  #home-bodycontent .full-box-wrapper {
    text-align: center;
  }
  #home-bodycontent .half-box-wrapper {
    flex-direction: column;
  }
  #home-bodycontent .half-box {
    width: 100%;
    text-align: center;
    align-items: center;
  }
  #home-bodycontent .half-box.left {
    margin-right: 0;
    margin-bottom: 10px;
  }
  #home-bodycontent .half-box.right {
    margin-left: 0;
  }
}

#home-bodycontent #main-boxes img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#home-bodycontent #main-boxes h1 {
  font-size: 3em;
  color: var(--header-font-color);
  font-weight: bold;
  text-shadow: -1px 1px 2px #000;
}
#home-bodycontent #main-boxes p {
  font-size: 1.5em;
  color: var(--header-font-color);
  max-width: 450px;
  text-shadow: -1px 1px 2px #000;
}
#home-bodycontent #main-boxes a {
  background-color: #000;
  position: relative;
  display: inline-block;
  padding: 12px 25px;
  font-size: 1em;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  text-decoration: none;
  transition: transform 0.25s ease;
}
#home-bodycontent #main-boxes a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  -webkit-transition: width 0.25s ease;
  -o-transition: width 0.25s ease;
  transition: width 0.25s ease;
  z-index: -1;
}
#home-bodycontent #main-boxes a:hover:before {
  width: 100%;
}
#home-bodycontent #main-boxes a:hover {
  -webkit-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  transform: translateY(-6px);
  text-decoration: none;
  z-index: 0;
}
.footer-logo {
  max-width: 150px;
  display: block;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .footer-logo {
    text-align: center;
    margin: 0 auto 2rem;
  }
}
