/*
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 later*/
.fl-page-footer-widgets {
    display: none;
}

a:hover {transition: all 0.2s ease-in;}

a:hover, p a:hover, ul a:hover a:hover {text-underline-position: under; decoration-skip-ink: none; text-underline-offset: 1px;}
/*a, p a, ul a, .fl-rich-text a {text-decoration: underline; text-decoration-thickness: 4px !important; text-underline-position: under; text-decoration-skip-ink: none; text-underline-offset: 1px; font-weight: bold;}*/

.home .fl-post-header, .post-edit-link {display: none;}
.fl-page-footer {border-top: none;}
.fl-rich-text a {text-decoration: underline;}
.fl-post-date {font-size: 20px;}

ul {list-style: disc;}
li {margin-bottom: 10px;}
p {margin-bottom: 20px;}
.fl-page-footer {border-top: none;}
.fl-rich-text a {text-decoration: underline;}

/*Gravity Form*/
/*----FORMS----*/
.gform_wrapper ul.gfield_checkbox li label, .gform_wrapper ul.gfield_radio li label {margin-left: 10px !important; margin-top: 5px; font-weight: normal !important; font-size: 16px !important;}
.gform_wrapper.gravity-theme .gfield_label {font-weight: normal !important; font-size: 16px; margin-left: 10px;}
p.gform_required_legend {font-size: 14px;}
/*.gform_wrapper.gravity-theme .gfield_label {margin-top: 30px;}
.gform_wrapper.gravity-theme .gfield_required {color: #A40B0B;}*/
legend.gfield_label.gform-field-label {border-bottom: none;}
.gform_button {font-size: 16px !important; padding: 12px 35px !important; letter-spacing: 1px; text-transform: uppercase; border: none !important;}
.gform_button:hover {transition: all 0.3s ease-in;}
input#gform_submit_button_1:hover {color: #24314e; background-color: #ffffff !important; border:none;}
.gchoice {margin-top: 10px;}
/*Contact form*/
fieldset#field_2_15, fieldset#field_2_31 {margin-top: 30px;}
.gform_wrapper.gravity-theme .gfield-choice-input+label {font-weight: normal; margin-left: 10px;}

/*-----------MEDIA QUERIES-------------*/
@media all and (max-width: 1080px) {

}
