/*
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
*/
.fl-page-nav ul.sub-menu {
    border-top-color: #094d8b;
}
.fl-page-nav ul.sub-menu .menu-item-has-children a {
    font-size: 16px;
    color: #2d2d2e;
}
.fl-page-nav ul.sub-menu .sub-menu li a {
    font-weight: 400 !important;
    font-size: 14px;
    color: #6d6e71;
    text-transform: capitalize;
}

a.fl-button.btn-loopnet,
a.fl-button.btn-loopnet:visited,
.fl-builder-content a.fl-button.btn-loopnet,
.fl-builder-content a.fl-button.btn-loopnet:visited
.btn-loopnet {
    background-color: #cf0000;
    border-color: #cf0000;
}

a.fl-button.btn-loopnet:hover,
a.fl-button.btn-loopnet:hover,
.fl-builder-content a.fl-button.btn-loopnet:hover,
.fl-builder-content a.fl-button.btn-loopnet:hover
.btn-loopnet:hover {
    background-color: #961e00;
    border-color: #961e00;
}

a.fl-button.btn-sm,
a.fl-button.btn-sm:visited,
.fl-builder-content a.fl-button.btn-sm,
.fl-builder-content a.fl-button.btn-sm:visited {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.footer-col-5 {
    border-top:1px solid #00417f;
    padding-top:30px;
    padding-bottom: 30px;
}
.footer-col-5 .menu {
    list-style: none;
    padding: 0;
}
.footer-col-5 .menu > li {
    margin-bottom: 8px;
}
.footer-col-5 .menu > li:last-child {
    margin-bottom: 0;
}

/**
 * For property page address links
 */

a.property-address-link:hover {
    color: #094d8b;
    text-decoration: underline;
}

.fl-slideshow-frame:after {
    /* content: "";
    display: block;
    background-image: url('https://www.deweesreg.com/wp-content/uploads/2019/09/DREG-Logo-Watermark-150.png');
    background-size: 150px 71px;
    background-repeat: no-repeat;
    opacity: 0.8;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 999;
    top: 370px;
    left: 400px; */

    /* -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; */
}

.slideshow-watermark {
    position: absolute;
    z-index: 999;
    bottom: 30px;
    right: 30px;
    opacity: 0.8;
}