/*
Theme Name: East Point Convention and Visitors Bureau
Description: This is a custom theme for East Point CVB
Theme URI:   https://4thpark.com/
Author: 4THPARK
Author URI:  https://4thpark.com/
Template: salient
Version: 1.0
*/

:root {
  --accent:        #1b99d6; /* Accent */
  --extra-color-1: #229c49; /* Extra Color 1 */
  --extra-color-2: #002e57; /* Extra Color 2 */
  --extra-color-3: #333333; /* Extra Color 3 */  
  --extra-color-4: #e2eeff;  /* Extra Color 4 */
  --extra-color-5: #32d6ff;  /* Extra Color 5 */
  --extra-color-6: #77c100;  /* Extra Color 6 */
  --extra-color-7: #ea5312;  /* Extra Color 7 */
  --hotpink:       #ff00d2;
  --offwhite:      #f9f7f5;
  --lightgrayblue: #9FB7CE;

  /* TRANSPARENT VALUES */
  --accent-rgb:                26, 151, 213;
  --extra-color-1-rgb:         34, 155, 72;
  --extra-color-2-rgb:         0, 46, 87;
  --extra-color-3-rgb:         51, 51, 51;
  --extra-color-4-rgb:         150, 222, 248;
  --extra-color-5-rgb:         51, 214, 255;
  --extra-color-6-rgb:         171, 239, 1;
  --extra-color-7-rgb:         232, 82, 17;
  --hotpink-rgb:               255, 0, 192;

  
  --purple: #a44586;
}

i.fa.fa-twitter:before {
  content: "\e918" !important     ;
}

.airplane-cursor {
  --r: 0deg;
  position: fixed;
  left: -40px;
  top: -43px;
  transform: translate(var(--x), var(--y));
  z-index: 999;
  pointer-events: none;
}

.airplane-cursor div {
  width: 80px;
  height: 80px;
  background: url('/wp-content/uploads/airplane-cursor.png') no-repeat;
  transform: rotate(var(--r));
}


.heading-title {
  text-shadow:  1px 1px var(--extra-color-2),
                2px 2px var(--extra-color-2),
                3px 3px var(--extra-color-2),
                4px 4px var(--extra-color-2),
                5px 5px var(--extra-color-2),
                6px 6px var(--extra-color-2);
}

#footer-outer #footer-widgets {display: none;}

.nectar-button.large {  font-size: 18px; }

#call-to-action .container a {
  font-size: 1em;
  padding: 20px 42px;
}

/* BACK TO TOP ICON */
#to-top {
  height: 42px;
  width: 42px;  
}

#to-top i {
  line-height: 1em;
  width: 42px;
  height: 42px;
  font-size: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
}

body[data-button-style*="slightly_rounded"] #to-top:before,
body[data-button-style*="slightly_rounded"] #to-top:after,
body[data-button-style*="slightly_rounded"] #to-top {
  border-radius: 6px!important;
}

body[data-button-style*="rounded"] #to-top:hover i.fa-angle-up.top-icon, body[data-button-style*="rounded"] #to-top:hover i.fa-angle-up, body[data-button-style*="rounded"] #to-top.hovered i.fa-angle-up.top-icon, body[data-button-style*="rounded"] #to-top.hovered i.fa-angle-up {
  -webkit-transform: translate(0,-42px)!important;
  transform: translate(0,-42px)!important;
}

.col.light .nectar-button.see-through:hover {
  color: var(--accent)!important;
  border-color: var(--accent)!important;
  opacity: 1!important;
}

body.material #header-secondary-outer nav>ul>li>a {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
}

body.material #header-secondary-outer #social li a, body.material #header-secondary-outer nav>ul>li>a {
  margin: 0 15px;
}

/* DROP DOWN NAV  */

#header-outer ul.sf-menu li.menu-item-has-children>ul.sub-menu {
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background: var(--accent)!important;
}

#header-outer ul.sf-menu li.menu-item-has-children>ul.sub-menu li a {
  margin-bottom: 10px;
}
#header-outer ul.sf-menu li.menu-item-has-children>ul.sub-menu li a:hover {
  background-color: var(--extra-color-2)!important;
}

#header-outer:not([data-format="left-header"]) #top nav > ul > li:not(.megamenu) ul a {
  color: white!important;
}

#header-outer ul.sf-menu li.menu-item-has-children>ul.sub-menu:before {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 0 13px 13px;
  border-color: var(--accent) transparent;
  display: block;
  width: 0;
  z-index: 0;
  margin-left: -13px;
  top: -12px;
  left: 25%;
}

#header-outer ul.sf-menu li.menu-item-has-children>ul.sub-menu:after {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 0 12px 12px;
  border-color: var(--accent) transparent;
  display: block;
  width: 0;
  z-index: 1;
  margin-left: -12px;
  top: -9px;
  left: 25%;
}

ul.sf-menu li.menu-item a {
  border-radius: 10px;
  padding: 10px 14px;
}

#header-outer.small-nav ul.sf-menu li.menu-item-has-children > ul.sub-menu {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.gradient-accent-line {
  background-image: linear-gradient(90deg,#fff200 0%,#ec008c 33%,#00aeef 66%,#a7cf38 100%);
  /* background-image: linear-gradient(90deg,var(--extra-color-6) 0%, #ec008c 33%,var(--accent) 66%,var(--extra-color-1) 100%); */
  min-height: 8px;
}

.has-bottom-gradient-accent:after {
  content: '';
  position: absolute;
  display: block;
  bottom: 0;
  width: 100%;
  left:0;
  right:0;
  height: 8px;  
  background-image: linear-gradient(90deg,#fff200 0%,#ec008c 33%,#00aeef 66%,#a7cf38 100%);
  visibility: visible;
  z-index: 10;
}

.gradient-accent-animated:after {
  background-size: 160% 160%;
  -webkit-animation: gradient-accent-animated 15s ease infinite;
  -moz-animation: gradient-accent-animated 15s ease infinite;
  animation: gradient-accent-animated 15s ease infinite;
}

@-webkit-keyframes gradient-accent-animated {
  0%{background-position:0% 50%}
  50%{background-position:100% 50%}
  100%{background-position:0% 50%}
}
@-moz-keyframes gradient-accent-animated {
  0%{background-position:0% 50%}
  50%{background-position:100% 50%}
  100%{background-position:0% 50%}
}
@keyframes gradient-accent-animated {
  0%{background-position:0% 50%}
  50%{background-position:100% 50%}
  100%{background-position:0% 50%}
}

.small-nav .nectar-global-section .gradient-accent-line--top {
  min-height: 4px;
  background: var(--extra-color-1);
}

/* OFFCANVAS BACKGROUND */
#slide-out-widget-area:not(.fullscreen-alt):not(.fullscreen), #slide-out-widget-area-bg.fullscreen, #slide-out-widget-area-bg.fullscreen-split, #slide-out-widget-area-bg.fullscreen-inline-images .nectar-ocm-image-wrap-outer, #slide-out-widget-area-bg.fullscreen-alt .bg-inner, body.material #slide-out-widget-area-bg.slide-out-from-right {
  background: var(--accent) url('https://visiteastpoint.org/wp-content/uploads/particles.png');
}

body[data-slide-out-widget-area-style=slide-out-from-right] .ocm-effect-wrap.material-ocm-open {
  border-radius: 20px;
  border: 2px solid var(--extra-color-5);
}

@media screen and (max-width: 1000px) {
  .page-hero-row {
    padding-top: calc(100vw * 0.33)!important;
    padding-bottom: calc(100vw * 0.20)!important;
  }
}
@media screen and (max-width: 480px) {
  .page-hero-row {
    padding-top: calc(100vw * 0.62)!important;
  }
  .page-hero-row .nectar-highlighted-text h1 {
    font-size: 38px!important;
  }
}

/*---------------------------------------------------*/
/*-----------[ CUSTOM GRADIENTS FOR TEXT ]-----------*/
/*-------------------------------------------------*/
.custom-color-1 .nectar-gradient-text * {
    background-image: linear-gradient(to right,#ff5433,#5694ff)!important;
}
.custom-color-2 .nectar-gradient-text * {
    background-image: linear-gradient(to right,#000,#5694ff)!important;
}

/*---------------------------------------------------*/
/*-----------[ ELEGANT PLUGIN OVERRIDES ]-----------*/
/*-------------------------------------------------*/
.elegant-gradient-heading-wrapper .elegant-gradient-heading {
  line-height: 1.2em!important;
}

.elegant-cards .elegant-cards-image-wrapper img {
  margin-bottom: 0;
}

/* .video-row-overlay .nectar-video-wrap  {
  mix-blend-mode: overlay;
}
.video-row-overlay video.nectar-video-bg {
  opacity: 0.25!important;
} */
.nectar_single_testimonial[data-style=bold] p span.open-quote {
  color: var(--accent);
}
.nectar_single_testimonial[data-style=bold] p {
  font-family: Plus Jakarta Sans;
  letter-spacing: -.03em;
  line-height: 1.3em;
}

/*--------------------------------------------------*/
/*-----------[ SALIENT THEME OVERRIDES ]-----------*/
/*------------------------------------------------*/
#header-secondary-outer, #header-outer #header-secondary-outer {
  background: var(--extra-color-4);
}

#header-outer.transparent #top nav > ul.sf-menu > li.menu-item > a {
  transition: font-size 0.3s ease-in-out;
}
#header-outer.small-nav #top nav > ul.sf-menu > li.menu-item > a {
  font-size: 15px!important;
  font-weight: 600;
  transition: font-size 0.3s ease-in-out;
}

.nectar-header-text-content div a { 
  padding: 12px 26px;
  /* font-weight: 500; */
  border-radius: 6px;
  color: var(--accent);
  border: 2px solid var(--accent); 
}
#header-outer.transparent .nectar-header-text-content div a {
  color: white;
  border: 2px solid white; 
}


.nectar-header-text-content div a:after {
  background-color: var(--extra-color-1)!important;
}

.nectar-header-text-content div a:hover:after {
  height: 6px!important;
  border-bottom-left-radius: 6px!important;
  border-bottom-right-radius: 6px!important;
}

.nectar_single_testimonial .image-icon,
.testimonial_slider[data-style=multiple_visible_minimal] .image-icon {
  width: 80px;
  height: 80px; 
}

#header-outer.transparent nav > ul#social > li > a,
#header-outer.transparent #header-secondary-outer ul#social li a i,
#header-outer.transparent #header-secondary-outer .nectar-center-text a,
#header-outer.transparent nav > ul > li > a {
  color: white!important;
}

/*// MAIN NAVIGATION MENU
///////////////////////////////////////*/
#header-outer {transform: translateY(0px) !important; }

#header-secondary-outer,
#header-outer #header-secondary-outer {
  background: transparent!important;
}

#header-outer.transparent #header-secondary-outer nav {
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}

#header-outer #header-secondary-outer nav {
  border-bottom: 1px solid var(--accent);
}

#header-outer .menu-item-324 > a:before {
  border: 0px solid;
  opacity: 1;
}

@media screen and (min-width: 1200px) {
  #header-secondary-outer[data-full-width=true]>.container {
    padding: 0 98px; 
  }
}

@media screen and (max-width:1480px) {
   #header-outer.transparent #top nav > ul.sf-menu > li.menu-item > a {
    font-size: 13px!important;
  }
  .nectar-header-text-content div a {
    font-size: 12px;
  }
}


#confetti {
  overflow-y: hidden;
  overflow-x: hidden;
  width: 100%;
  height: 83vh;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

#slide-out-widget-area .bottom-text {
  line-height: 1.4em;
}

@media only screen and (min-width: 1000px){
  #header-outer[data-full-width="true"] header > .container {
    padding: 0 30px;
  }
}

@media screen and (min-width: 1200px) {
  #header-secondary-outer[data-full-width=true]>.container {
    padding: 0 30px;
  }
}

@media only screen and (min-width: 1px) and (max-width: 999px) {
  #header-outer {
    margin-bottom: 0;
    padding: 0px 0 12px 0!important;
  }
  .nectar-global-section.nectar_hook_before_secondary_header {
    margin-bottom: 16px;
  }
}


/*-------------------------------------------------------*/
/*--------------[ SECTION FADE-IN GRADIENTS ]-----------*/
/*-----------------------------------------------------*/

.has-gradient.bottom-to-top,
.has-gradient.top-to-bottom {
  position: relative;
}

.has-gradient.bottom-to-top:after,
.has-gradient.top-to-bottom:before {
  content: '';
  position: absolute;
  left: -50%!important;
  right: -50%!important;
  display: block;
  /* border: 1px solid red; */
  height: 480px;
  z-index: 3;
}

/* XL FADE */
.has-gradient.bottom-to-top.xl-fade:after,
.has-gradient.top-to-bottom.xl-fade:before {
  height: 1080px;
}

/* LARGE FADE */
.has-gradient.bottom-to-top.lg-fade:after,
.has-gradient.top-to-bottom.lg-fade:before {
  height: 780px;
}

/* SMALL FADE */
.has-gradient.bottom-to-top.sm-fade:after,
.has-gradient.top-to-bottom.sm-fade:before {
  height: 100px;
}


/*// TOP TO BOTTOM FADE GRADIENTS 
///////////////////////////////////////*/
.has-gradient.top-to-bottom:before {
  top: 0;
  left: 0;
  background: linear-gradient(180deg, white 0%, rgba(255, 255, 255, 0) 100%);
}
.has-gradient.top-to-bottom.accent:before {
  background: linear-gradient(180deg, var(--accent) 0%, rgba(34, 152, 242, 0) 100%);
}
.has-gradient.top-to-bottom.extra-color-1:before {
  background: linear-gradient(180deg, var(--extra-color-1) 0%, rgba(var(--extra-color-1-rgb), 0) 100%);
}
.has-gradient.top-to-bottom.extra-color-2:before {
  background: linear-gradient(180deg, var(--extra-color-2) 0%, rgba(var(--extra-color-2-rgb), 0) 100%);
}
.has-gradient.top-to-bottom.extra-color-3:before {
  background: linear-gradient(180deg, var(--extra-color-3) 0%, rgba(var(--extra-color-3-rgb), 0) 100%);
}
.has-gradient.top-to-bottom.extra-color-4:before {
  background: linear-gradient(180deg, var(--extra-color-4) 0%, rgba(var(--extra-color-4-rgb), 0) 100%);
}
.has-gradient.top-to-bottom.extra-color-5:before {
  background: linear-gradient(180deg, var(--extra-color-5) 0%, rgba(var(--extra-color-5-rgb), 0) 100%);
}
.has-gradient.top-to-bottom.extra-color-6:before {
  background: linear-gradient(180deg, var(--extra-color-6) 0%, rgba(var(--extra-color-6-rgb), 0) 100%);
}
.has-gradient.top-to-bottom.extra-color-7:before {
  background: linear-gradient(180deg, var(--extra-color-7) 0%, rgba(var(--extra-color-7-rgb), 0) 100%);
}

.has-gradient.top-to-bottom.hotpink:before {
  background: linear-gradient(180deg, var(--hotpink) 0%, rgba(var(--hotpink-rgb), 0) 100%);
}

/*// BOTTOM TO TOP FADE GRADIENTS 
///////////////////////////////////////*/
.has-gradient.bottom-to-top:after {
  bottom: -1px;
  left: 0;
  background: linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0) 100%);
}
.has-gradient.bottom-to-top.accent:after {
  background: linear-gradient(0deg, var(--accent) 0%, rgba(34, 152, 242, 0) 100%);
}
.has-gradient.bottom-to-top.extra-color-1:after {
  background: linear-gradient(0deg, var(--extra-color-1) 0%, rgba(var(--extra-color-1-rgb), 0) 100%);
}
.has-gradient.bottom-to-top.extra-color-2:after {
  background: linear-gradient(0deg, var(--extra-color-2) 0%, rgba(var(--extra-color-2-rgb), 0) 100%);
}
.has-gradient.bottom-to-top.extra-color-3:after {
  background: linear-gradient(0deg, var(--extra-color-3) 0%, rgba(var(--extra-color-3-rgb), 0) 100%);
}
.has-gradient.bottom-to-top.extra-color-4:after {
  background: linear-gradient(0deg, var(--extra-color-4) 0%, rgba(var(--extra-color-4-rgb), 0) 100%);
}
.has-gradient.bottom-to-top.extra-color-5:after {
  background: linear-gradient(0deg, var(--extra-color-5) 0%, rgba(var(--extra-color-5-rgb), 0) 100%);
}
.has-gradient.bottom-to-top.extra-color-6:after {
  background: linear-gradient(0deg, var(--extra-color-6) 0%, rgba(var(--extra-color-6-rgb), 0) 100%);
}
.has-gradient.bottom-to-top.extra-color-7:after {
  background: linear-gradient(0deg, var(--extra-color-7) 0%, rgba(var(--extra-color-7-rgb), 0) 100%);
}

.has-gradient.bottom-to-top.hotpink:after {
  background: linear-gradient(0deg, var(--hotpink) 0%, rgba(var(--hotpink-rgb), 0) 100%);
}

.has-gradient.overlay:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  z-index: 1 !important;
}
.has-gradient.overlay:before {
  top: 0; left:0;
}

.special-heading {
  text-shadow:
  1px 1px 1px  var(--accent),
  1px 2px 1px  var(--accent),
  1px 3px 1px  var(--accent),
  1px 4px 1px  var(--accent),
  1px 5px 1px  var(--accent),
  1px 6px 1px  var(--accent),
  1px 7px 1px  var(--accent),
  1px 8px 1px  var(--accent),
  1px 9px 1px  var(--accent),
  1px 10px 1px var(--accent),
  1px 18px 6px rgba(24,31,63,0.4),
  1px 22px 10px rgba(24,31,63,0.2),
  1px 25px 35px rgba(24,31,63,0.2),
  1px 30px 60px rgba(24,31,63,0.4);
  color: white;
}

.img-with-frame {
  position: relative
}

.img-with-frame:before {
  content: '';
  position: absolute;
  width: 94%;
  height: 70%;
  border: 2px dotted var(--extra-color-3);
  z-index: 1;
  mix-blend-mode: color-dodge;
  border-radius: 32px;
  pointer-events: none;
  animation-name: floating;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out
}

.img-with-frame.center:before {
  animation-name: none;
  width: 94%;
  height: 88%;
  top: 4%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto
}

.img-with-frame.left:before {
  top: 10%;
  left: -8%
}

.img-with-frame.right:before {
  top: 10%;
  left: 8%
}

.img-with-frame.blend-overlay:before {
  mix-blend-mode: overlay
}

@keyframes floating {
  0% {
    transform: translate(0,-20px)
  }

  50% {
    transform: translate(-25px,0px)
  }

  100% {
    transform: translate(0,-20px)
  }
}

.wpb_column.flip-x-mask > .vc_column-inner > .column-bg-layer {
  transform: scaleX(-1.0);
}


/* .home-hero-col > .vc_column-inner {
  padding-bottom: 36.25%;
} */

.home-hero-col .wpb_video_wrapper {
    width: 1080px;
    height: auto;
    overflow: hidden;
    max-width: 768px;
    /* max-height: 1080px; */
}
.home-hero-col .nectar_video_player_self_hosted__overlay {
  /* mix-blend-mode: overlay;  */
}

.dream-heading--letter:before {
  content: '';
  display: block;
  width: 150px;
  height: 150px;
  position: absolute;
  border-radius: 50%;
  z-index: -1;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translate(-20%, -22%);
  background: white;
}

.dream-heading--letter {
  color: var(--extra-color-7);
  position: absolute;
  left: -0.65em;
  font-size: 2.2em;
}

.dream-heading--e .dream-heading--letter:before,
.dream-heading--m .dream-heading--letter:before {
  background: #d6f4ff;
}
.dream-heading--m .dream-heading--letter {
    left: -0.9em;
}


.dream-navbar-row .page-submenu ul li a {
  line-height: 1em;
  color: var(--accent);
  opacity: 1;
}
.dream-navbar-row .page-submenu ul li a:hover {
  color: var(--extra-color-5);
}

.dream-navbar-row .page-submenu ul li a span.submenu-sm-text {
  display:block;
  color: white;
  font-size: 13px;
  font-weight: bold;
}

@media screen and (min-width: 1280px) {
  .special-heading {
    font-size: 18vh!important;
  }
  .dream-navbar-row .page-submenu ul li {
    margin: 0 40px 0 0;
  }
}
@media screen and (max-width: 1440px) {
  .home-hero > .row-bg-wrap:before {
    left: -50px;
    background-size: 62%;
  }
  .dream-navbar-row .page-submenu .full-width-content > ul li a {
    padding: 30px 10px;
    font-size: 13px;
    font-family: 'Roboto Condensed',sans-serif;
  }
 
}


ul.letter-menu {
  list-style-type: none;
  padding: 0; 
  margin: 0; 
  display: flex!important;
  justify-content: space-around;
  /* border: 1px solid red; */
  width: 100%;
  padding-top: 13%;
  padding-bottom: 10%;
}

ul.letter-menu li {
  list-style: none;
  text-align: center;
  width: 20%;
  margin-left: 1%;
  margin-right: 1%;
  color: var(--extra-color-3);
}
ul.letter-menu li a {
  line-height: 1em;
  color: white;
}

ul.letter-menu li a:hover {
  color: var(--extra-color-3);
}
ul.letter-menu li a span.letter {
  display: block;
  font-size: 120px;
  color: white;
  line-height: 1.0em;
  font-weight: bold;
}

ul.letter-menu li a span.letter-caption {
  display: block;
  margin-top: 15px;
  opacity: 0;
}

ul.letter-menu li a:hover span.letter-caption {
  opacity: 1;
}

@media screen and (max-width: 1024px) {
  .dream-navbar-row .page-submenu {
    border-bottom: 1px solid var(--extra-color-3);
  }
  .dream-navbar-row .page-submenu .full-width-content > ul li a {
    padding: 30px 10px;
    font-size: 13px;
    font-family: 'Roboto Condensed',sans-serif;
    font-weight: bold;
  }
}
@media screen and (max-width:768px) {
  .dream-navbar-row .page-submenu .full-width-content > ul li a {
    font-family: "Montserrat",sans-serif;
  }
}

@media screen and (max-width:480px) {
  ul.letter-menu {
    padding-top: 4%;
    padding-bottom: 12%;
  }
  ul.letter-menu li a span.letter {
    font-size: 62px;
  }
  ul.letter-menu li a span.letter-caption {
    font-size: 14px;
    line-height: 15px;
    display: none;
  }
  
}

/*////////////////////////////////////////
//////////// POP UP CONTAINER
///////////////////////////////////////*/
.lity-container .lity-content > .wpb_row {
  max-width: 1200px;
  background: white;
  padding: 40px 40px!important;
  border-radius: 32px;
  overflow: hidden;
  min-width: 80vw;
}
.lity-content {
  font-size: 16px;
  line-height: 1.75em;
}
.lity-close {
  background: var(--hotpink)!important;
  top: 10px!important;
  right: 15px!important;
}

.wpb_row .nectar-parallax-scene {
  background: linear-gradient(0deg, rgba(var(--extra-color-1-rgb),1) 36%, rgba(var(--accent-rgb),1) 88%);
}


/*////////////////////////////////////////
//////////// FOOTER
///////////////////////////////////////*/
.row-bg-wrap {

}
.eastpoint-global-footer .row-bg-wrap .inner-wrap .row-bg  {

}

#call-to-action .container {
  padding: 20px 0 20px 0!important;
}

#call-to-action .container span {
  font-size: 1.3em;
  font-weight: normal;
}
#call-to-action .container a {font-size: 0.8em;}



/*////////////////////////////////////////
//////////// HOME PAGE
///////////////////////////////////////*/
#hero-section .row-bg-wrap.has-animated-gradient {
  z-index: 2;
  mix-blend-mode: hard-light;
}
#hero-section .nectar-video-wrap .nectar-video-inner video {
/*   filter: grayscale(100%) opacity(1) contrast(1); */
  opacity: 1;
  /* filter: saturate(1.8)  contrast(0.9); */
}

@media screen and (max-width: 768px) {
  #hero-section .hero-section-body {
    background: rgb(0 31 59 / 70%);
    padding: 20px;
    border-radius: 20px;
  }
}

.eastpoint-slide .content {
  max-width: 480px;
  padding: 30px;
  background: rgb(17 54 96 / 70%)
}
.eastpoint-slide .content h2 {
  font-size: 40px;
  line-height: 1.2em;
  margin-bottom: 20px;
}

.elfsight-widget-weather.elfsight-widget .eaw-weather-component {
    width: 100%;
    max-width: 100%;
}

@media only screen and (max-width: 690px) {

  .swiper-wrapper .eastpoint-slide.swiper-slide .content {
    padding: 30px 30px!important;
  }

  .swiper-wrapper .eastpoint-slide.swiper-slide .content h2.ns-heading-el {
    line-height: 1em;
  }
  .swiper-wrapper .eastpoint-slide.swiper-slide .content .button a {
    font-size: 15px;
    padding: 8px 24px;
  }

}



/*////////////////////////////////////////
//////////// RESTAURANTS
///////////////////////////////////////*/

.nectar-fancy-box.using-img.hovered .heading-wrap h3 {
  background: rgb(27,153,214);
  background: linear-gradient(90deg, rgba(27,153,214,1) 0%, rgba(34,156,73,1) 100%);
  padding: 0 15px;
  border-radius: 6px;
}