/*
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... */ 
/*Remove top border on the footer widgets part*/

.fl-page-footer 
{ border-top: none!important;}


.pricing_box

{
    border-radius: 25px;
    border: 4px solid #50b7a3;
    padding: 20px; 
 
}

#ninja_forms_field_5 {
    background: #ff8820 !important;
    color:#ffffff !important;
    box-shadow: none !important;
    text-shadow: none;
    border: 0;
    padding: 15;
    transition: background 0.2s ease-in-out;
}

#ninja_forms_field_5:hover {
    background: #ff8820 !important;
    border: 0;
}
.fl-icon i:hover {    
    text-decoration: none;
}
.fl-icon i:visited {    
    text-decoration: none;
}
