/*
Theme Name: Nicely Theme
Theme URI: http://www.madeNicely.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* html elements */ 
p {margin-bottom: 20px;}


/* Nicely Global */ 
.nicely-no-margin p {margin-bottom: 0px !important;}
.nicely-z-index {position: relative; z-index:999;}
.nicely-sticky-row {position:sticky;top:0;z-index:99;}
.nicely-nowrap {white-space: nowrap;}

.fl-button {
  clip-path: polygon(
    12% 0%, 100% 0%, 
    88% 100%, 0% 100%
  );
  transition: background-color 0.3s ease;
}
a.fl-button, a.fl-button:visited {padding: 11px 30px;} 
.fl-icon-group .fl-icon {
    display: inline-block;
    margin-bottom: 0px;
    margin-top: 0px;
}
/* Forms */
.wpforms-hidden {display: none;}

.hero-text {
  position: relative;
  display: inline-block;
}

.hero-text::before {
  content: "";
  position: absolute;
  inset: -4px;
  background: radial-gradient(
    ellipse at center,
    rgba(255,255,255,0.95) 0%,
    rgba(255,255,255,0) 70%
  );
  filter: blur(8px);
  z-index: -1;
}