    
/* @override 
	https://wordpress-255120-794280.cloudwaysapps.com/wp-content/themes/ACFlood/style.css?*
	https://acfloodcontrol.org/wp-content/themes/ACFlood/style.css?* */

/*
Theme Name: ACFlood
Template: oceanwp
Version: 1.1
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

@media only screen and (max-width: 1380px) {
    .container,
    body.content-full-screen .elementor-section-wrap > .elementor-section.elementor-section-boxed > .elementor-container {
        max-width: 94%;
      }
    }
.search-wrap {
    margin: 0 6% 3% 6%;
}

a:hover {
    text-decoration: underline!important;
    color: #202123!important;
}

#wpadminbar a.ab-item a:hover {
    text-decoration: underline!important;
    color: #777!important;
}

/*#nav-logo.elementor-widget-image {
    text-align: left;
}

.home #nav-logo.elementor-widget-image {
    /*text-align: center;*/
    /*text-align: left;
}

*/

h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    margin: 24px 0 8px;
    color: #333;
    line-height: 1.4;
}

a {
    font-weight: 600;
}

.watersheds-cta a {
    font-weight: 600;
	color: #fff;
	background-color: #4caf50;
	padding: 6px 20px;
	text-align: center;
	text-decoration: none;
	transition: all 0.2s;
	letter-spacing: 0.03em;
}

.watersheds-cta a:hover {
	background-color: #4e9351!important;
    color: #fff!important;
}


.elementor-375 .elementor-element.elementor-element-6372ea77 > .elementor-element-populated {
    padding: 0px 0px 0px 0px!important;
}

.home #page-header {
    color: #4192C0;
}

#main-navigation li a:hover {
    text-decoration: none!important;
}
  
.who-we-are #page-header,
.who-we-are h2,
.who-we-are #page-secundary-title,
#main-navigation li.who-we-are a.elementor-item.elementor-item-active,
#main-navigation li.who-we-are a:hover {
    color: #4192C0!important;
}

/*.who-we-are a, .work-we-do a, .get-involved a {
 color: #4192C0;
 font-weight: 700;
 /*text-decoration: underline!important;
} */
/*.who-we-are a:hover, .work-we-do a:hover, .get-involved a:hover {
color: #6BB4DA!important;  
font-weight: 700;
text-decoration: underline!important;
} */


.work-we-do #page-header,
.work-we-do h2,
.work-we-do #page-secundary-title,
#main-navigation li.work-we-do a.elementor-item.elementor-item-active,
#main-navigation li.work-we-do a:hover {
   color: #4192C0!important;
}


.get-involved #page-header,
.get-involved h2,
.get-involved #page-secundary-title,
#main-navigation li.get-involved a.elementor-item.elementor-item-active,
#main-navigation li.get-involved a:hover {
    color: #4192C0!important;
}
  

@media (min-width:1025px) and (max-width:1400px) {
    .content-section .text-left {
        padding-left: 40px;
    }
    
    .content-section .text-right {
        padding-right: 40px;
    }
    
}​


#page-secundary-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 38px;
    font-weight: 600;
}

#page-header {
    border-bottom-style: solid;
    border-bottom-width: 11px;
    color: #4192C0;
}

#page-header h1, h2, h3, h4 {
    font-family: Roboto!important;
}

#page-header h1 {
    font-size: 4em;
    color: #fff;
}

#page-header h2 {
    font-size: 1.5em;
    font-weight: 500;
    color: #fff!important;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}


@media only screen and (max-width: 767px) {
  #page-header h1 {
    font-size: 2.5em!important;
}

#page-header h2 {
    font-size: 1.3em;
}
 
}




#page-header h3 {
    font-size: 26px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

#page-header h3:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #000;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}


.wave-underline:after {
  display: block;
  content: ' ';
  background: url('/wp-content/uploads/wave-underline-fixed.svg') no-repeat;
    background-size: 140px 10px;
  height: 10px;
  width: 140px;
  margin-top: 8px;
  margin-right: auto;
  margin-left: auto;
}

.ee-button {
    line-height: 1;
    color: #fff;
    background-color: transparent!important;
    text-align: left;
    display: inline-block;
    padding: 0!important;
}

.ee-button.ee-size-xs .ee-button-content-wrapper,
.ee-effect .ee-button.ee-size-xs::after {
    padding: 0!important;
}

.ee-button-text {
    display: none!important;
}

.ee-button .fa {
    font-size: 24px;
    color: #58595B;
}



section p:last-child {
    margin-bottom: 0;
}

section#page-header {
    padding-top: 0;
    padding-bottom: 0;
}


/* FOOTER */

.footer-heading-contact:before,
.footer-heading-about:before {
    content: "";
    display: block;
    width: 20px;
    height: 25px;
    float: left;
    margin: -5px 6px 0 0;
}

.footer-heading-contact:before {
    background: url("/wp-content/uploads/icon-location.svg") no-repeat;
}

.footer-heading-about:before {
    background: url("/wp-content/uploads/icon-drop.svg") no-repeat;
}


#footer-menu li {
    display: inline;
}

#footer-menu li a {
    border-bottom: 1px solid #9f9f9f;
    padding-left: 0;
    text-decoration: none!important;
}

footer p,
#footer-menu li a {
    font-size: 14px;
}

.footer-copyright {
    font-size: 13px;
}

footer a,
#footer-menu li a {
    color: #4192C0;
    font-weight: 500;
}


/* HOMEPAGE */

#home-header-cta h2,
#home-header-cta p,
#home-header-cta a  {
    color: white;
    text-align: center;
}

#home-header-cta h2  {
    text-transform: uppercase;
    line-height: 120%;
}

#home-header-cta p a {
    line-height: 240%;
}

#home-header-intro p {
    max-width: 80%;
    text-align: center;
    color: #fff;
    margin-right: auto;
    margin-left: auto;
    font-weight: 500;
    font-size: 17px;
}

.home-hover-block,
.home-hover-block h2,
.home-hover-block svg path {
    transition:  all 0.2s;
}


@media only screen and (max-width: 768px) {
  .home-hover-block {
      padding-top: 30px;
      padding-bottom: 30px;
      margin-bottom: 10px;
  }
  
  .home-hover-block.watershed-maps {
      padding-top: 0;
      padding-bottom: 0;

  }
}


.home-hover-block h2 {
    text-transform: uppercase;
    line-height: 120%!important;
}

.home-hover-block:hover {
    background-color: #EBF7FC;
    cursor:  pointer;
}


/* RESOURCES */

#resources-inpage-nav  {
    background-color: #e7e8e4;
}

#resources-inpage-nav.elementor-sticky--active  {
    background-color: #fff;
}



#photo-gallery-wrapper .elementor-tab-title  {
    border-left: 1px solid #d6d6d6;
    border-top: 1px solid #d6d6d6;
}

#photo-gallery-wrapper .elementor-tab-title:last-child  {
    border-bottom: 1px solid #d6d6d6;
}

#photo-gallery-wrapper .elementor-tab-title a:hover {
    text-decoration: none!important;
    color: white!important;
}

#photo-gallery-wrapper .elementor-tab-title.elementor-active  {
    background-color: #4192C0;
    color: white;
}

#photo-gallery-wrapper .elementor-tab-title:hover {
    background-color: rgba(71,161,80,0.5);
}

#photo-gallery-wrapper .elementor-tab-title.elementor-active a {
    color: white;
}


#photo-gallery-wrapper .elementor-tabs-content-wrapper {
    padding: 30px;
}

/* Adding slide show margin to show separation in mobile view */

@media (max-width: 767px) {
.elementor-slides .swiper-slide-bg {
    margin-top: 15px;
    }
.elementor-slides .swiper-slide-inner .elementor-slide-description {
    font-size: 16px!important;
    }
}



/* TURNER COURT */


.dialog-close-button {
	position: fixed !important;
}

@media (max-width: 767px) {
#turner-court-hotspots a.e-hotspot,
.elementor-swiper-button  {
	display: none!important;
}

.elementor-slides .swiper-slide-inner .elementor-slide-description {
  font-size: 13px !important;
}

.eicon-close {
	color: #fff!important;
}

.dialog-close-button {
	background-color: #4192C0;
	top: 20px!important;
	right: 20px!important;
}

}





/* GREEN INFRASTRUCTUER IN-PAGE NAV */

#green-intrastructure-inpage-nav  {
    background-color: #fff;
}

#green-intrastructure-inpage-nav.elementor-sticky--active  {
    background-color: #e7e8e4;
}


/* Image map call-out */
.leaflet-tooltip .leaflet-zoom-animated .leaflet-tooltip-right {
    display: none;
}

div.site-breadcrumbs.clr {
    font-size: 16px!important;
}

.site-breadcrumbs {
    position: relative!important;
}

.site-breadcrumbs span.last {
    font-size: 13px;
    line-height: 1.4;
}

.elementor-2079 .elementor-element.elementor-element-77c476c .elementor-nav-menu .elementor-item {
    line-height: 2.0em!important;
}
.search-entry-inner {
       padding: 0 20px 0 120px;
}

div.oceanwp-pagination.clr {    
    padding: 20px 0 20px 100px;
}

ul.page-numbers {
    list-style-type: none;
    display: inline-flex;
    letter-spacing: 20px;
}

.error404-content .error-btn {
    margin-bottom: 60px;
}

/* SEARCH RESULTS */

.search .elementor-posts-nothing-found {
text-align: center;
padding-top: 10rem;
color: #000000;
font-size: 16px;
}

.search main {
min-height: calc(100vh - 440px);
}
close