.reveal-element {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 300px;
}

@media screen and (min-width: 768px) {
  .reveal-element {
    height: 482px;
  }
}
.reveal-element .reveal-element-container {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
  max-width: 905px;
  height: min-content;
  clip-path: polygon(100% -1000%, 100% 50%, 50% 100%, 0 50%, 0% -1000%);
}

.reveal-element .reveal-image-bg {
  width: 100%;
  object-fit: contain;
  object-position: bottom;
}

.reveal-element .reveal-image {
  position: absolute;
  object-fit: contain;
  transition: transform 0.75s ease-in-out;
  transform: translateY(100%);
  width: 200px;
}

@media screen and (min-width: 768px) {
  .reveal-element .reveal-image {
    width: auto;
  }
}
/* rotating-headline */
.rotating-headline-element .rotating-heading-text {
  display: flex;
  justify-content: center;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1280px;
  height: 350px;
}

@media screen and (max-width: 569px) {
  .rotating-headline-element .rotating-heading-text {
    height: 90px;
  }
}
@media screen and (min-width: 570px) and (max-width: 809px) {
  .rotating-headline-element .rotating-heading-text {
    height: 160px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1168px) {
  .rotating-headline-element .rotating-heading-text {
    height: 275px;
  }
}
.rotating-headline-element .rotating-headline-text {
  position: absolute;
  left: 0;
  margin-top: 0;
  text-align: center;
}

.rotating-headline-element .rotating-headline-text .heading-text-inner {
  display: block;
  font-size: unset;
}

@media screen and (max-width: 490px) {
  .rotating-headline-element .rotating-headline-text .heading-text-inner {
    line-height: 30px;
  }
}
@media screen and (min-width: 491px) and (max-width: 569px) {
  .rotating-headline-element .rotating-headline-text .heading-text-inner {
    font-size: 78px;
    margin-top: 20px;
  }
}
@media screen and (min-width: 570px) and (max-width: 809px) {
  .rotating-headline-element .rotating-headline-text .heading-text-inner {
    font-size: 94px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1168px) {
  .rotating-headline-element .rotating-headline-text .heading-text-inner {
    font-size: 160px;
  }
}
.rotating-headline-element .rotating-headline-text .heading-text-inner span {
  display: inline-block;
  width: 100%;
  opacity: 0;
  line-height: 160px;
}

@media screen and (max-width: 320px) {
  .rotating-headline-element .rotating-headline-text .heading-text-inner span {
    font-size: 36px;
    line-height: 45px;
  }
}
@media screen and (min-width: 321px) and (max-width: 490px) {
  .rotating-headline-element .rotating-headline-text .heading-text-inner span {
    font-size: 46px;
    line-height: 50px;
  }
}
@media screen and (min-width: 491px) and (max-width: 569px) {
  .rotating-headline-element .rotating-headline-text .heading-text-inner span {
    font-size: 78px;
    line-height: 80px;
  }
}
@media screen and (min-width: 570px) and (max-width: 809px) {
  .rotating-headline-element .rotating-headline-text .heading-text-inner span {
    font-size: 92px;
    line-height: 95px;
    text-indent: 5px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1168px) {
  .rotating-headline-element .rotating-headline-text .heading-text-inner span {
    font-size: 160px;
  }
}
.rotating-headline-element .rotating-headline-text .heading-text-inner span.rotate {
  transform: rotateX(90deg);
  transition: transform 0.5s ease, opacity 1s ease;
  transform-origin: bottom;
  color: #00ff66;
}

.rotating-headline-element .rotating-headline-text.active .heading-text-inner span {
  opacity: 1;
}

.rotating-headline-element .rotating-headline-text.active .heading-text-inner span.rotate {
  transform: rotateX(0deg);
  transition: transform 1.5s ease, opacity 1s ease;
  transform-origin: top;
}

@media screen and (max-width: 320px) {
  #page-header .header-wrapper #row-unique-1 {
    margin-top: -35px;
  }
}
@media screen and (min-width: 321px) and (max-width: 490px) {
  #page-header .header-wrapper #row-unique-1 {
    margin-top: -30px;
  }
}
@media screen and (min-width: 491px) and (max-width: 569px) {
  #page-header .header-wrapper #row-unique-1 {
    margin-top: -10px;
  }
}
@media screen and (min-width: 570px) and (max-width: 809px) {
  #page-header .header-wrapper #row-unique-1 {
    margin-top: 0;
  }
}
@media screen and (min-width: 810px) and (max-width: 959px) {
  #page-header .header-wrapper #row-unique-1 {
    margin-top: -90px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1168px) {
  #page-header .header-wrapper #row-unique-1 {
    margin-top: -10px;
  }
}
.tilting-element {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 482px;
}

.tilting-element-holder {
  position: relative;
  transform-style: preserve-3d;
}

.tilting-element a.tilting-element-container {
  pointer-events: all !important;
}

.tilting-element .tilting-element-container {
  display: flex;
  flex-direction: column;
}

.tilting-element .tilting-element-container:hover .tilting-image-border-right {
  border-left: 17px solid #02294F;
  border-top: 40px solid transparent;
}

.tilting-element .tilting-element-container:hover .tilting-image-border-bottom {
  border-left: 42px solid transparent;
  border-top: 18px solid #02294F;
}

.tilting-element .tilting-element-container:hover .tilting-image {
  transition: width 0.1s ease-in-out;
  width: calc(100% - 17px);
}

.tilting-element .tilting-image {
  width: 100%;
  transition: width 0.25s ease;
}

.tilting-element .tilting-element-wrapper {
  display: flex;
  justify-content: center;
}

.tilting-element .tilting-image-border-bottom {
  transition: border-top 0.25s ease, border-left 0.25s ease;
  border-left: 64px solid transparent;
  border-top: 0 solid #02294F;
}

.tilting-element .tilting-image-border-right {
  transition: border-top 0.25s ease, border-left 0.25s ease;
  border-left: 0 solid #02294F;
  border-top: 45px solid transparent;
}

.js-tiltingpostimage .t-entry-visual-cont .tilting-image-border-right,
.js-tiltingpostimage .t-entry-visual-tc .tilting-image-border-right {
  transition: border-top 0.25s ease, border-left 0.25s ease;
  position: absolute;
  top: 0;
  bottom: 0px;
  /* left: 0; */
  right: -20px;
  width: 20px;
  border-left: 0 solid #02294F;
  border-top: 45px solid transparent;
}

.js-tiltingpostimage .t-entry-visual-cont .tilting-image-border-bottom,
.js-tiltingpostimage .t-entry-visual-tc .tilting-image-border-bottom {
  transition: border-top 0.25s ease, border-left 0.25s ease, right 0.25s ease;
  position: absolute;
  /* top: 0 */
  bottom: -20px;
  left: 0;
  right: 0;
  height: 20px;
  border-left: 64px solid transparent;
  border-top: 0 solid #02294F;
}

.js-tiltingpostimage .t-entry-visual-cont:hover .tilting-image-border-right,
.js-tiltingpostimage .t-entry-visual-tc:hover .tilting-image-border-right {
  border-left: 17px solid #02294F;
  border-top: 40px solid transparent;
}

.js-tiltingpostimage .t-entry-visual-cont:hover .tilting-image-border-bottom,
.js-tiltingpostimage .t-entry-visual-tc:hover .tilting-image-border-bottom {
  border-left: 42px solid transparent;
  border-top: 18px solid #02294F;
  right: -17px;
}

.js-tiltingpostimage .t-entry-visual {
  overflow: unset !important;
}

.js-tiltingpostimage .single-gutter > div > .tmb {
  padding-right: 40px;
}

.video-element {
  position: relative;
}

.video-element .play-button-wrapper {
  display: grid;
  place-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 9001;
}

.video-element .play-button-wrapper .play-button {
  background: none;
  border: white 2px solid;
  padding: 1rem;
  border-radius: 0.3rem;
  transition: transform 0.5s ease-in-out, background-color 0.5s ease-in-out;
}

@media (max-width: 569px) {
  .video-element .play-button-wrapper .play-button {
    /*display: none;*/
  }
}
.video-element .play-button-wrapper .play-button:hover {
  transform: scale(1.075);
  background: rgba(255, 255, 255, 0.225);
}

.video-element .play-button-wrapper .play-button .invisible {
  display: none;
}

.video-element .play-button-wrapper .play-button .play-icon {
  width: 2rem;
  position: relative;
  right: -0.125rem;
  bottom: -0.125rem;
}

.video-element .video-player {
  width: 100%;
  max-width: 100%;
  background-color: #02294f;
  display: block;
}

/* Theme Styke customizations */
.counter-text p {
  font-family: "Druk Wide Web" !important;
  font-size: 22px;
}

.uncode-counter > p {
  line-height: 1;
}

.bardel-footer > .row {
  padding-top: 0px;
  padding-bottom: 0px;
}

.bardel-footer > .row > .row-inner {
  padding-top: 7px;
  padding-bottom: 7px;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  margin-left: 0;
}

.bardel-footer .row div[class*=col-lg-].pos-top {
  vertical-align: middle;
}

.main-container .bardel-footer .row-inner > div.wpb_column {
  padding: 47px 36px;
}

.bardel-footer .border-right-col {
  border-right: 1px solid #ffffff;
}

.bardel-footer .footer-desc-col {
  display: table-cell;
  width: 25%;
}

.bardel-footer .footer-nav-col {
  display: table-cell;
  width: 16.6666666667%;
}

.bardel-footer .footer-logo-cols {
  display: table-cell;
  width: 20%;
  padding: 47px 5px !important;
}

@media screen and (max-width: 960px) {
  .bardel-footer .row div[class*=col-lg-].pos-top, .bardel-footer .row div[class*=col-lg-].pos-top .uncell {
    vertical-align: middle;
  }
}
@media screen and (max-width: 620px) {
  .main-container .bardel-footer .row-inner > div.wpb_column {
    padding: 19px 10px 27px 10px !important;
  }

  .bardel-footer > .row > .row-inner {
    display: block;
  }

  .bardel-footer .footer-desc-col {
    display: block;
    width: 100%;
    border-bottom: 1px solid #fff;
    margin-bottom: 8px;
  }

  .bardel-footer .footer-desc-col p {
    text-align: center;
  }

  .bardel-footer .footer-nav-col {
    display: block;
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #fff;
    margin-bottom: 8px;
  }

  .bardel-footer .footer-nav-col .heading-text {
    text-align: center;
  }

  .bardel-footer .footer-nav-col span {
    display: inline-block !important;
    padding: 0 5px;
  }

  .bardel-footer .footer-last p {
    text-align: center !important;
  }
}
@media screen and (max-width: 960px) {
  .main-container .bardel-footer .row-inner > div.wpb_column {
    padding: 47px 10px;
  }

  .footer-desc-col p {
    font-size: 0.8em;
    line-height: 1.25;
  }

  .footer-nav-col .fontsize-160000 {
    font-size: 10px;
  }

  .city-kelowna .row-inner {
    display: grid;
  }

  .city-kelowna .wpb_column:nth-of-type(2) {
    order: 1;
  }

  .main-container .city-kelowna .row-inner .wpb_column:nth-of-type(1) {
    order: 2;
    padding-top: 36px;
  }

  .vc_custom_1656893470854 {
    padding-top: 0 !important;
  }
}
.bardel-icon-row .icon-box-content h4 {
  color: rgb(0, 255, 102);
  margin: 15px 0 0;
}

.t-overlay-content p.t-entry-meta {
  font-family: "Druk Wide Web" !important;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.53px;
  line-height: 22px;
}

.home .custom-link.btn.btn-color-rgdb {
  color: #02294F !important;
  font-family: "Druk Wide Web";
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.21px;
  line-height: 14px;
  text-align: center;
}

.home .custom-link.btn.btn-color-rgdb:hover {
  color: #08b8e1 !important;
}

.vc_custom_heading_wrap.demo-heading {
  margin-top: 0px !important;
}

.vc_custom_heading_wrap.demo-heading h1.font-420940.fontsize-739966 {
  position: relative;
  top: 18px;
}

@media screen and (max-width: 569px) {
  .vc_custom_heading_wrap.demo-heading h1.font-420940.fontsize-739966 {
    line-height: 100px;
    position: relative;
    top: 10px;
    font-size: 100px;
  }

  .counter-about .wpb_column,
.counter-team .wpb_column {
    width: 100%;
  }

  .counter-about .wpb_column:nth-of-type(3),
.counter-team .wpb_column:nth-of-type(3) {
    padding-top: 0 !important;
  }
}
h1 small {
  font-size: 100px;
  margin: inherit;
  position: relative;
  top: -39px;
}

@media screen and (max-width: 569px) {
  h1 small {
    font-size: 75px;
    margin: inherit;
    position: relative;
    top: -19px;
    display: inline-block;
  }
}
@media screen and (min-width: 570px) and (max-width: 614px) {
  h1 small {
    font-size: 75px;
    margin: inherit;
    position: relative;
    top: -19px;
    display: inline-block;
  }
}
@media screen and (min-width: 614px) and (max-width: 791px) {
  h1 small {
    font-size: 75px;
    margin: inherit;
    position: relative;
    top: -19px;
    display: block;
  }
}
@media screen and (min-width: 791px) and (max-width: 959px) {
  h1 small {
    font-size: 75px;
    margin: inherit;
    position: relative;
    top: 0px;
  }
}
/*# sourceMappingURL=main.min.css.map */
