/*
 Theme Name:   BLDR Child
 Theme URI:    https://modernthemes.net/wordpress-themes/bldr/
 Description:  BLDR Child Theme
 Author:       Erica Cavanaugh
 Author URI:   e-cavanaugh.org
 Template:     bldr
 Version:      1.2.5
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  bldr-child
*/

a:active,
a:focus,
a:visited,
a:hover {
    color: #8b4646;
}

#home-hero {
    width: 100%;
    height: 450px;
    position: relative;
    background: #000000;
}

.bldr-hero-bg {
    background-position: center center;
    background-size: cover;
    bottom: 0;
    float: none;
    left: 0;
    margin: 0;
    min-height: 0;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0.3;
}

.bldr-hero-content h1,
.bldr-hero-content h2 {
    color: #f3f2ea;
}

.sow-carousel-title a.sow-carousel-next, .sow-carousel-title a.sow-carousel-previous {
    font-family: 'carousel-arrows';
    speak: none;
    display: block;
    float: right;
    overflow: hidden;
    margin-left: 2px;
    margin-top: 3px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    font-size: 10px;
    line-height: 20px;
    width: 20px;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: none;
    color: #f3f2eb;
    background: #a38d16;
    border-radius: 10px;
}

.site-header {
    background: #f3f2ea;
    border-bottom: 2px solid #a48d16;
}

.entry-title,
.hr-body {
    color: #8d4646 !important;
    border-bottom: 1px solid;
    padding-bottom: 15px;
    margin-right: 25%;
}

.btn-question {
    display: block;
    height: 30px;
    border-bottom: 3px solid #a38d16;
    background: #3b3c52;
    text-align: center;
    font: 14px/30px 'franklin_gothic_medium', Helvetica, sans-serif;
    color: #fcf9f2;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 210px;
    transition: box-shadow 0.3s ease-in-out
}

.btn-question:hover {
    box-shadow: 2px 2px 10px #666666;
    color: #fcf9f2;
    transition: box-shadow 0.3s ease-in-out
}

.btn-question:active,
.btn-question:focus,
.btn-question:visited {
    color: #fcf9f2;
}

.navigation-container button, .navigation-container input[type="button"], .navigation-container input[type="reset"], .navigation-container input[type="submit"] {
    border-color: #8b4646;
    background-color: #8b4646;
    color: #fcf9f2;
}
aside#search-3 {
    width: 200px;
}

blockquote {
    border-left: 5px solid #a48d16 !important;
    border-radius: 0 4px 4px 0;
    background: rgba(255, 255, 255, 0.50);
    color: #666666;
    font-style: italic;
    margin: 0 0 1em;
    padding: 22px 20px 1px;
}

.site-info {
    display: none;
}

footer .sow-cta-base {
    padding: 0 2.5em;
    font-weight: 600;
    margin-left: 3%;
}

footer .so-widget-sow-features-default-55d15ce6645d .sow-features-list .sow-features-feature {
    padding: 0 !important;
}

img.so-widget-image {
    border: 1px solid #666666;
    box-shadow: 2px 2px 2px #666666;
}

p.form-submit {
    width: 30%;
    float: right;
}

article.type-post div.entry-content .wp-post-image,
article.type-post div.entry-meta,
.entry-footer .cat-links {
    display: none;
}

.alm-reveal .entry-meta,
.pub-title {
    color: #a48d16;
    text-transform: uppercase;
}