/*
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;}

/* Forms */
.wpforms-hidden {display: none;}

/* Navigation */
.fl-node-msoyj2uz0x8b .uabb-creative-menu .uabb-menu-overlay .menu {
    margin-top: 0;
}

a {
  transition: color 0.5s ease, text-shadow 0.25s ease;
}

a:hover {
  color: #2ef2c2;
  text-shadow:
    0 0 2px #2fd6c4,
    0 0 6px #2fd6c4,
    0 0 12px rgba(47, 214, 196, 0.8),
    0 0 20px rgba(47, 214, 196, 0.6);
  filter: brightness(1.2);
}
@media only screen and (min-width: 768px) {
	.nicely-max-col-left .fl-module-content {max-width: 580px; margin-left: auto;}
	.nicely-max-col-right .fl-module-content {max-width: 580px; margin-right: auto;}
}
