/*
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;}
.nicely-z-top {z-index: 1000;}

/* Forms */
.nicely .wpforms-container .wpforms-field {
    padding: 0;
}
.wpforms-container .wpforms-field {
	padding-top:0!important;
	padding-bottom:0 !important;
}
.nicely div.wpforms-container-full .wpforms-field-label {padding-top: 20px;}
.wpforms-field.nicely {padding-bottom: 25px !important;}

@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;}
}
