/*
Theme Name:    AgrAbility
Description:   Child Theme for Beaver Builder
Version:       1.0.1
Author:        Sumy Designs, LLC
Author URI:    https://www.sumydesigns.com
Template:      bb-theme
License:       GNU General Public License v2 or later
License URI:   http://www.gnu.org/licenses/gpl-2.0.html
*/

.rightFloat {
    margin-left: 2ex;
    margin-bottom: 2ex;
    float: right;
    clear: both;
}

.fl-search-form-wrap {
    background-color: #655F5F; 
}
.icons img {
    background-color: #fff;
    padding: 20px;
}
.fl-content p a:link, .fl-content li a:link {
    text-decoration: underline !important;
}
h1 {
    text-align: center;
}
.toolbox {
    font-size: 20px;
}
.natwtabs .fl-tabs-label {
    background-color: #0c6c49;
    color: #fff;
    border-right: 1px solid #fff !important;
    padding-right: 30px;
    padding-left: 30px;
}
.natwtabs .fl-tabs-label.fl-tab-active{
    background-color: #60b32c !important;
    color: #fff !important;
}
.natwtabs .fl-tabs-label a:hover {
    background-color: #0c6c49 !important;
    color: #fff;

}
.story .fl-callout-photo-right .fl-callout-photo  {
    display: table-cell;
    padding-left: 30px;
    width: 15%;
    vertical-align: top;
}