/* SIDE NAV */
/* AR */
body #header-outer {
  background: url(/wp-content/themes/salient-child/imgs/side-nav-bg.jpg);
  background-repeat: repeat;
}
/* FONTS */
h1, h2, h3, h4 {
  font-family: gitan-latin, sans-serif !important;
  font-weight: 700 !important;
  font-style: normal !important;
}
h1 b, h2 b, h3 b, h4 b, h1 strong, h2 strong, h3 strong, h4 strong {
  font-family: gitan-latin, sans-serif !important;
}
/* VIDEO POP-UP */
.video-button {
  background-color: #39a800;
  border-radius: 90px;
  padding: 26px 30px 20px 30px;
  position: fixed;
  bottom: 100px;
  right: 20px;
  color: #fff !important;
  text-decoration: none !important;
  z-index: 9999999;
}
.video-button img {
  width: 20px !important;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
}
@media only screen and (max-width: 640px) {
  .video-button {
    font-size: 12px !important;
    line-height: 22px;
    bottom: 50px;
  }
}
/* GLOBAL */
.row-padding {
  padding: 50px 0 50px 0;
}
.divider-section {
  min-height: 300px;
}
.divider-section-boats {
  min-height: 300px;
}
body.material #slide-out-widget-area.slide-out-from-right .off-canvas-menu-container > .menu > li a {
  font-size: 16px !important;
}
body.material #page-header-bg.fullscreen-header .inner-wrap > a {
  color: #fff !important;
}
/* SIGNIFICANT DONATIONS */
#highlights .nectar-fancy-box {
  min-height: 400px !important;
}
.grand-total h3, .grand-total .symbol {
  font-size: 40px !important;
}
/* ANIMATED BIRDS FOOTER */
.bird {
  background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/174479/bird-cells.svg);
  background-size: auto 100%;
  opacity: 0.9;
  width: 88px;
  height: 125px;
  will-change: background-position;
  animation-name: fly-cycle;
  animation-timing-function: steps(10);
  animation-iteration-count: infinite;
}
.bird--one {
  animation-duration: 1s;
  animation-delay: -0.5s;
}
.bird--two {
  animation-duration: 0.9s;
  animation-delay: -0.75s;
}
.bird--three {
  animation-duration: 1.25s;
  animation-delay: -0.25s;
}
.bird--four {
  animation-duration: 1.1s;
  animation-delay: -0.5s;
}
.bird-container {
  position: absolute;
  top: 20%;
  left: -10%;
  transform: scale(0) translateX(-10vw);
  will-change: transform;
  animation-name: fly-right-one;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.bird-container--one {
  animation-duration: 15s;
  animation-delay: 0;
}
.bird-container--two {
  animation-duration: 16s;
  animation-delay: 1s;
}
.bird-container--three {
  animation-duration: 14.6s;
  animation-delay: 9.5s;
}
.bird-container--four {
  animation-duration: 16s;
  animation-delay: 10.25s;
}
@keyframes fly-cycle {
  100% {
    background-position: -900px 0;
  }
}
@keyframes fly-right-one {
  0% {
    transform: scale(0.3) translateX(-10vw);
  }
  10% {
    transform: translateY(2vh) translateX(10vw) scale(0.4);
  }
  20% {
    transform: translateY(0vh) translateX(30vw) scale(0.5);
  }
  30% {
    transform: translateY(4vh) translateX(50vw) scale(0.6);
  }
  40% {
    transform: translateY(2vh) translateX(70vw) scale(0.6);
  }
  50% {
    transform: translateY(0vh) translateX(90vw) scale(0.6);
  }
  60% {
    transform: translateY(0vh) translateX(110vw) scale(0.6);
  }
  100% {
    transform: translateY(0vh) translateX(110vw) scale(0.6);
  }
}
@keyframes fly-right-two {
  0% {
    transform: translateY(-2vh) translateX(-10vw) scale(0.5);
  }
  10% {
    transform: translateY(0vh) translateX(10vw) scale(0.4);
  }
  20% {
    transform: translateY(-4vh) translateX(30vw) scale(0.6);
  }
  30% {
    transform: translateY(1vh) translateX(50vw) scale(0.45);
  }
  40% {
    transform: translateY(-2.5vh) translateX(70vw) scale(0.5);
  }
  50% {
    transform: translateY(0vh) translateX(90vw) scale(0.45);
  }
  51% {
    transform: translateY(0vh) translateX(110vw) scale(0.45);
  }
  100% {
    transform: translateY(0vh) translateX(110vw) scale(0.45);
  }
}
.fixed {
  left: 491px;
  top: 0px;
  width: 473px;
  margin-left: 0px;
  padding: 0px 20px;
  margin-top: 32px;
  z-index: 1;
  position: fixed;
}
.success-stories {
  color: #fff !important;
  font-family: Montserrat;
  font-size: 25px;
  font-weight: bold;
}
.nectar-recent-posts-single_featured.multiple_featured .controls li {
  margin: 27px 0px;
  padding: 10px 0;
  position: relative;
  cursor: pointer;
  display: block;
  background: #308f40;
  padding: 20px;
  opacity: 0.9;
  width: 300px;
  border-radius: 10px;
  overflow: hidden;
  display: none;
}
.success-stories {
  position: relative;
}
/* CUSTOM CONTROLS */
.slider-controls {
  margin: 0px 0px;
  position: relative;
  cursor: pointer;
  display: block;
  background: #308f40;
  padding: 20px;
  opacity: 0.9;
  width: 400;
  color: #fff !important;
  border-radius: 10px;
  overflow: hidden;
  margin: 10px;
  margin-bottom: 20px !important;
}
.slider-controls:hover {
  opacity: 0.8;
}
.slider-controls-box {
  position: relative;
  z-index: 999999999;
  margin-bottom: 20px;
}
/* DISABLE COMMENTS */
.comments-section {
  display: none;
}
body:not(.woocommerce-cart) .main-content td {
  font-size: 16px;
}
@media (min-width: 767px) {
  /* SIGNIFICANT DONATIONS */
  .divider-section {
    min-height: 680px;
  }
  .divider-section-boats {
    min-height: 680px;
  }
  #highlights .nectar-fancy-box {
    min-height: 500px !important;
  }
}
@media (min-width: 992px) {
  /* SIGNIFICANT DONATIONS */
  /* CUSTOM CONTROLS */
  #highlights .nectar-fancy-box {
    min-height: 750px !important;
  }
  .grand-total h3, .grand-total .symbol {
    font-size: 60px !important;
  }
  .slider-controls {
    margin: 0px 0px;
    padding: 10px 0;
    position: relative;
    cursor: pointer;
    display: block;
    background: #308f40;
    padding: 20px;
    opacity: 0.9;
    width: 300px;
    color: #fff !important;
    border-radius: 10px;
    overflow: hidden;
  }
  .slider-controls:hover {
    opacity: 0.8;
  }
  .slider-controls-box {
    position: absolute;
    right: 100px;
    top: 200px;
    z-index: 999999999;
  }
}
/* 25TH ANNIVERSARY */
/* NAVIGATION */
#slide-out-widget-area.slide-out-from-right-hover .inner .off-canvas-menu-container li a {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 30px;
}
.number h2 {
  font-weight: bold !important;
}
#slide-out-widget-area.slide-out-from-right-hover {
  width: 570px;
}
#slide-out-widget-area:not(.fullscreen-alt):not(.fullscreen) {
  background: url(/wp-content/themes/salient-child/imgs/nav-texture.jpg);
  background-repeat: repeat;
  background-position: 0px;
}
#header-outer.transparent[data-lhe="default"] #top nav > ul > li > a:hover:after {
  content: '';
  position: absolute;
  top: 0;
  left: 9%;
  right: 0;
  bottom: 0;
  margin: auto;
  background: url(/wp-content/uploads/2020/08/brush.png);
  background-size: 100%;
  z-index: -1;
  background-repeat: no-repeat;
}
body .link-text h2 {
  font-size: 16px !important;
  letter-spacing: 1px !important;
  text-transform: uppercase;
}
.iconsmind-Window-2:before, .iconsmind-Navigation-LeftWindow:before {
  color: #fff;
}
.tabbed[data-style="vertical_modern"] .wpb_tabs_nav li a {
  font-size: 12px;
  border-radius: 90px;
  padding: 8px 21px;
  overflow: hidden;
}
.tabbed[data-style="vertical_modern"] .wpb_tabs_nav li a span {
  font-weight: 400 !important;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'Montserrat', Roboto, sans-serif;
}
.tabbed[data-style="vertical_modern"] .wpb_tabs_nav li {
  margin-bottom: 3px;
}
.brush-left {
  max-width: 200px !important;
}
.rotate-img {
  transform: rotate(20deg) !important;
  max-width: 350px;
}
/* BOXES */
.stats-box .column-bg-overlay-wrap {
  min-height: 450px !important;
}
.stats-box h2 {
  text-shadow: 2px 1px 8px #000;
}
/* READ MORE */
.toggles {
  background-color: #308f40 !important;
  color: #fff !important;
}
.toggles p {
  color: #141414;
}
.toggles h3 a {
  color: #fff !important;
}
.toggles i {
  color: #fff !important;
}
/* QUOTES */
.nectar_single_testimonial {
  font-size: 20px;
  font-weight: 600;
}
/* RELATED POST */
.blog_next_prev_buttons, .blog_next_prev_buttons[data-style="fullwidth_next_prev"] .post-bg-img, .blog_next_prev_buttons[data-style="fullwidth_next_prev"] .controls {
  height: 500px;
}
/* DRAG TEXT */
.drag-text {
  margin-top: -40px;
}
