/*** Custom sytles for PL-CPAs ***/

/** Original developer styles **/
.sppb-section:not(.spectrum-faq-list) .sppb-addon-feature:hover .sppb-feature-box-title a {
  color: #fff;
}
h4.sppb-addon-title.sppb-feature-box-title {
    margin: auto;
    min-height: 42px;
}
.sp-megamenu-parent >li >a, .sp-megamenu-parent >li >span{
  padding: 0 10px;
}
.home-slideshow .sppb-slide-item-bg{
  box-shadow: 0 0 0 2000px rgba(0, 0, 0, 0.3) inset;
}
.home-slideshow .sppb-slide-item-bg .sppb-slideshow-fullwidth-item-text{
  width: 75%;
}
.home-slideshow .sppb-slide-item-bg .sppb-slideshow-fullwidth-item-text .sppb-slidehsow-sub-title{
  color: #fff;
}
.home-slideshow .sppb-slide-item-bg .sppb-slideshow-fullwidth-item-text .details {
  color: #fff;
}
#sp-page-builder section#about-us-sub-sections  .sppb-section-title.sppb-text-left {
       margin-bottom: 24px;
}
/** END: Original Developer Styles **/


/** Hide Featured articles badge */
.featured-article-badge {
  display: none;
  visibility: hidden;
}

/*** Global for Joomla by EFN Web ***/

h1 { color: #676767; margin-top: 2em; }
h2 { color: #555!important; }
h3 { color: #444; }

/*** Off canvas menu */
/* Toggler */
#offcanvas-toggler { font-size: 1.1rem; }

/* Add 'Menu' text */
.fa-bars::before { 
  content: "Menu \f0c9"; 
  color: #444; 
  letter-spacing: .12rem;
  /* font-family: Helvetica, sans-serif; */
  /* font-size: 14px; */
  text-transform: uppercase;

}

/** Search box in off-canvas menu: fix WCAG contrast issue */
.offcanvas-menu .offcanvas-inner .search input {
  width: 100%;
  background: #fff;
  border-color: #fff;
  color: #000;
}

/* Unkn style rules
#sp-page-builder .sp-pagebuilder-addon .sp-pagebuilder-addon-tools  {
    top: 0px !important; z-index:9876; }
.icon-top-wrapper {
  height: auto;
  line-height: 90px;
  width: 0px;
  position: relative;
  z-index: 999999;
} */

/*** News and Events page ***/
/* H4s (year headings) in the list of events section */
#pl-cpas-list-of-events h4 { 
	margin-top: 2em; 
	border-bottom: solid 1px #ccc; 
	padding-bottom: .33em; 
}

/** Contact Page **/

/* Map */
section#pl-map .pl-gmap-embed .sppb-addon-content { text-align: center; }
section#pl-map .pl-gmap-embed iframe { min-width: 300px; max-width: 100%; }

