/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.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
*/

/* Add your custom styles here... */ 

.general-contact-wrap .nf-after-form-content {
	padding: 0px 10px;
}
.general-contact-wrap #ninja_forms_required_items, .general-contact-wrap .nf-field-container {
	margin-bottom: 10px;
}
.general-contact-wrap .nf-pass.field-wrap .nf-field-element:after {
    color: green;
    font-family: FontAwesome;
    font-size: 30px;
    content: "\f058";
    position: absolute;
    top: 0;
    right: 16px;
    height: 40px;
    line-height: 40px;
    transition: all .5s;
}
.general-contact-wrap .nf-form-content .list-select-wrap>div div {
    display: block;
    position: absolute;
    font-size: 16px;
    line-height: 16px;
    margin: 0;
    padding: 16px;
    height: 40px;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
}
.general-contact-wrap .nf-form-content select.ninja-forms-field {
    color: #333333 !important;
}
/* Prevent orphans/runts on body text; headings untouched */
p,
li,
blockquote,
figcaption,
.fl-rich-text {
  text-wrap: pretty;
}

/* Bslance text and headings */
.balance-text,
.balance-text p,
.balance-text h1,
.balance-text h2,
.balance-text h3,
.balance-text h4,
.balance-text h5,
.balance-text h6 {
  text-wrap: balance;
}
h1, h2, h3, h4, h5, h6, pseudo-heading {
  text-wrap: balance;
}

/* Subtle dark glow on tagged headings */
.dark-heading {
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
}

/* Subtle dark glow (slighly lighter) on tagged headings */
.dark-heading-02 {
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

/* Soft lift/glow on tagged images */
.img-glow {
  box-shadow: 0 4px 20px rgba(46, 64, 52, 0.18);
  border-radius: 6px;
}



