<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
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... */ 
/* Add background to menu items */ 
li.menu-item a:hover, .current-menu-item a {
    background: white!important;
    color: #000!important;
}
.fl-page-nav-right .fl-page-header-wrap {
    border-bottom: 0px solid rgba(255,255,255,0.13)!important;
}
/* Let's add border and shadow for images on testimonials page */ 
.circle_image img {
    border: 5px solid white;
    box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.38);
}
/* Let's make the blockquote italic */ 
blockquote {
    font-style: italic;
}

/* Top bar with phone and email*/
.fl-page-bar {
    font-weight: 400;
}

/* Style the appraisal form*/
.half.right {
    padding-left: 1%;
}
.half.left {
    padding-right: 1%;
}
.half {
    width: 50%;
    float: left;
    margin: 5px 0;
    display: inline-block;
}
.full {
    width: 100%;
    display: inline-block;
    margin: 5px 0;
}
.wpcf7-select {
    width: 100%;
}
.half label {
    font-weight: 100;
}
.wpcf7-submit {
    font-size: 18px!important;
    padding: 10px 40px!important;
    float: right;
}
h4.fl-widget-title {
    font-weight: bold;
    font-size: 23px;
    text-transform: uppercase;
}.textwidget {
    font-size: 14px;
}
ul#menu-footer-menu a {
    font-size: 14px;
    background: none!important;
    color: white!important;
}
ul#menu-footer-menu li {
    padding: 0;
    margin: 0;
}
#hero .fl-row-content-wrap {
    height: calc(100vh - 84px);
    display: table;
    width: 100%;
}
#hero .fl-row-content.fl-row-fixed-width.fl-node-content {
    display: table-cell;
    vertical-align: middle;
}
.line {
    display: inline-block;
    width: 100%;
}
.line_text_first {
    display: inline-block;
    float: left;
    max-width: 60px;
    width: 100%;
}
.line_text {
    display: inline-block;
    width: 100%;
    float: left;
    max-width: 170px;
}
.fl-page-bar a {
    padding-right: 15px;
}
.fl-page-bar i {
    padding-left: 15px;
}
.fl-full-width .fl-page {
    max-width: 1800px;
}</pre></body></html>