.btn-primary,
.btn-secondary {
  background: #147caa !important;
}

.btn-primary:hover,
.btn-secondary:hover {
  color: #000 !important;
}

/* --- Hero Image --- */


#wb__hero {
  position: relative;
  background: rgba(255, 255, 255, 0.45);
  min-height: 20vw;
  padding: 3.5em 0;
}

@media (min-width: 991px) {
  #wb__hero {
    position: relative;
    background: rgba(255, 255, 255, 0.45);
    min-height: 20vw;
    padding: 3.5em 0 7em;
  }
}

#wb__hero h1 {
  font-size: 1.9rem;
}

.wb__hero-title h1 {
  text-shadow: 0px 0px 4px var(--color-theme-primary);
}


#hero-divider {
  fill: var(--color-theme-primary);
}

.hero-divider-container,
.cw-svg-container {
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  z-index: 2;
}

.page-home .detailedlist-photoright,
.page-home .footer {
  position: relative;
  z-index: 4;
}



@media (min-width: 768px) {

  #wb__hero h1 {
    border-left: 4px solid var(--color-theme-secondary);
  }

}

@media (min-width: 1024px) {
  #wb__hero {
    min-height: 30vw;
    padding-top: 4em;
    padding-bottom: 11em;
  }

  #wb__hero h1 {
    font-size: 2.3rem;
    border-left: 4px solid var(--color-theme-secondary);
  }

}

@media (min-width: 1440px) {
  #wb__hero {
    padding-top: 5em;
    padding-bottom: 13em;
  }

  #wb__hero h1 {
    font-size: 2.6rem;
  }

}

/* -- Home --*/

.cw-cascade {
  margin: 0 auto;
  padding: 4em 0 7em;
}

.cw-cascade:before {
  overflow: hidden;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, .5);
}

.cw-cascadeText {
  z-index: 2;
}

.cw-cascade svg {
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  z-index: 2;
  width: 100%;
  fill: var(--color-theme-primary);
}

@media (min-width: 768px) {

  .cw-cascade {
    padding: 8em 0 16em;
  }

  .cw-cascade .btn {
    width: 380px;
    font-size: 1.25rem;
  }

}



/* Modal CSS */
#cw_picCoupon .modal-content {
  background: url(https://apihoard.webit.com/api/v1/Image/A69DD622936DFCA7C571C18E04443E55/A69DD622936DFCA7C571C18E04443E55.png?size=1920x1440);
  border: none;
}

#cw_picCoupon .modal-dialog {
  overflow: hidden;
  border-radius: 10px;
  border: 7px solid #fff;
}

#cw_picCoupon .modal-body {
  position: relative;
}

/* Content */
#cw_picCoupon h5.cw_couponBanner {
  color: var(--color-theme-primary);
  margin: 0;
  padding: 15px;
  font-size: 7em;
  font-weight: 900;
  text-align: center;
  font-family: 'Permanent Marker', cursive;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}

#cw_picCoupon h6.cw_couponBanner {
  color: #111;
  margin: 0;
  padding: .3em;
  font-size: 3em;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

/* Top Icon */
.cw_icon {
  position: absolute;
  top: 19px;
  left: 0;
  width: 100%;
  text-align: center;
}

.cw_icon i {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  padding: 35px;
  font-size: 7.8em;
}

/* Top Close */
#cw_picCoupon button.close {
  position: absolute;
  top: 0px;
  right: 10px;
  color: #000;
  opacity: 0.7;
  z-index: 100;
}

#cw_picCoupon button.close span {
  font-size: 40px;
}

/* Content */
#cw_picCoupon .modal-body {
  margin: 0;
  padding: 0;
  padding-top: 218px;
}

#cw_picCoupon .cw_couponContent {
  position: relative;
  background-color: rgba(255, 255, 255, 0.95);
  padding: 20px;
  -webkit-box-shadow: 0 0 78px rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 78px rgba(0, 0, 0, 0.7);
}

#cw_picCoupon .cw_couponContent:after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

#cw_picCoupon .cw_couponContent:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 50px;
  margin-left: -50px;
  opacity: 1;
}

#cw_picCoupon p {
  font-size: 1.3em;
  color: rgb(0, 0, 0);
  text-align: center;
}

#cw_picCoupon p span.cw_boostText {
  background: url("{{ asset 'photos/RS_ModalFlagheader.png' }}") bottom center;
  color: rgb(0, 0, 0);
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.7);
  font-weight: 900;
  padding: 20px;
  display: block;
  text-align: center;
  font-size: 1.5em;
  text-transform: uppercase;
  margin: .5em 2em;
  position: relative;
  z-index: 1;
}

#cw_picCoupon p span.cw_boostText:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: -1;
}

/* Button */
#cw_picCoupon .cw_pageBTN {
  padding: 20px 0;

}

#cw_picCoupon .cw_pageBTN a {
  font-size: 1.1em;
  display: inline-block;
  padding: 10px 80px;
  text-align: center;
  text-transform: uppercase;
}

/* Custom Animations */
@-webkit-keyframes cw_slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes cw_slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.cw_slideInUp {
  -webkit-animation: 1s ease-out 0s cw_slideInUp;
  animation: 1s ease-out 0s cw_slideInUp;
}

@-webkit-keyframes cw_fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes cw_fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.cw_fadeIn {
  -webkit-animation: 0.5s ease-out 0s cw_fadeIn;
  animation: 0.5s ease-out 0s cw_fadeIn;
}

/* --------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------- */
.cw-botox-page {
  margin: 1em auto 7em auto;
}

.cw-botox-page .row {
  margin: 2.5em auto;
}

.cw-botox-page h2 {
  font-size: 160%;
  margin-bottom: 1em;
  color: #3E7128;
  border-bottom: 2px solid #ccc;
  padding-bottom: .2em;
}

.cw-botox-page h3 {
  font-size: 140%;
  color: #176F89;
  margin-left: .5em;
}

.cw-botox-page h5 {
  font-size: 140%;
  text-align: center;
  margin-left: .5em;
}

.cw-botox-page ul {
  margin-left: .5em;
}

.cw-botox-page p,
.cw-botox-page li {
  font-size: 130%;
}

.cw-botox-page p {
  margin-left: .5em;
}

.cw-botox-page li {}

.cw-botox-page .btn {
  margin: auto auto 1em auto;
  display: block;
  width: 90%;
}