/*
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
*/


/* Resize headers, logo and social icons */
.fl-page-header-primary .row>div:first-child:not(.ignore-resize) {
    width: 25%;
}

/*Change header content wrapper width*/
.fl-page-header-primary .row>div:last-child:not(.ignore-resize) {
    width: 100%;
}

#header-section-right {
    margin-left: 190px;
}

/*Adds padding to navigation bar */
.fl-page-nav-wrap {
    padding: 9px;
}

/* MEDIA QUERIES */
@media (max-width: 768px) {
    .fl-page-header-content {
        display: none;
    }

    .fl-page-header-primary .row>div:last-child:not(.ignore-resize) {
        width: 0%;
    }

    .fl-page-header-primary .row>div:first-child:not(.ignore-resize) {
        width: 30%;
    }

    .fl-page-header-logo {
        margin-left: 30px;
    }

    #topbar-section-right {
        margin-left: 200px;
    }

}

@media (min-width: 426px) and (max-device-width: 767px) {
    .fl-page-header-primary .row>div:first-child:not(.ignore-resize) {
        width: 95%;
    }

    .fl-social-icons {
        display: inline-block;
        text-align: inherit;
        vertical-align: middle;
    }
}

@media (min-width: 426px) and (max-device-width: 726px) {
    #topbar-section-right {
        margin-left: 150px;
    }
}

@media (min-width: 426px) and (max-device-width: 676px) {
    #topbar-section-right {
        margin-left: 100px;
    }
}

@media (max-width: 425px) {
    .fl-page-header-primary .row>div:first-child:not(.ignore-resize) {
        width: 100%;
    }

    .fl-page-header-logo {
        margin-left: 0px;
    }

    #topbar-section-right {
        margin-left: 0px;
    }

    #topbar-email {
        display: block;
        margin-top: 5px;
    }
}

@media (min-width: 769px) {
    .fl-page-bar {
        display: none;
    }
}

/* Navigation on scroll column fix */
@media (min-width: 992px) {
    .fl-page-header-row row .fl-page-logo-wrap .col-md-3 .col-sm-12 {
        width: 10%;
    }

    .fl-page-fixed-nav-wrap .col-md-9 .col-sm-12 {
        width: 90%;
    }

    .col-md-1 {
        width: 14%;
    }
}

@media (min-width: 1024px) {
    .fl-page-nav-bottom .fl-page-header-row .col-md-6 {
        padding-left: 0px;
    }
}

/* These fix an issue with very squished contact info elements for each size */
@media (max-width: 964px) {
    #header-section-right {
        margin-left: 0px;
    }

    .col-sm-4 {
        width: 33%;
    }
}

@media (max-width: 1146px) {
    #header-section-right {
        margin-left: 0px;
    }
}

@media (min-width: 1147px) and (max-width: 1191px) {
    #header-section-right {
        margin-left: 60px;
    }
}

@media (min-width: 1192px) and (max-width: 1230px) {
    #header-section-right {
        margin-left: 90px;
    }
}

@media (min-width: 1231px) and (max-width: 1307px) {
    #header-section-right {
        margin-left: 115px;
    }
}

@media (min-width: 1308px) and (max-width: 1346px) {
    #header-section-right {
        margin-left: 115px;
    }
}

/* min-width: 426px) and (max-device-width: 676px */
/* Stop nav from splitting into two rows */

/* Fix broken contact form  */
.visual-form-builder fieldset {
    clear: both;
    margin: 15px 0;
    padding: 0;
    border: 1px solid #d3d3d3;
    border-radius: 3px;
    background-color: #eee;
}

form.visual-form-builder {
    position: relative;
    margin: 20px 0;
    background: 0;
    list-style: none;
    list-style-type: none;
    list-style-image: none;
    text-shadow: none;
    font-family: inherit;
}

.visual-form-builder .vfb-legend {
    margin: 5px 14px;
    padding: 0 6px;
    border-bottom: 1px solid #ccc;
    color: #900;
    font-size: inherit;
}

.visual-form-builder ul {
    margin: 0 14px !important;
    padding: 0 !important;
    background: none !important;
    list-style: none !important;
    list-style-type: none !important;
    list-style-image: none !important;
    font-size: 13px;
    line-height: inherit;
}

.visual-form-builder .vfb-legend h3 {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 20px;
    line-height: 2.0em;
}

.visual-form-builder li.vfb-left-half,
.visual-form-builder li.vfb-right-half {
    width: 47% !important;
}

.visual-form-builder li.vfb-left-half,
.visual-form-builder li.vfb-left-third,
.visual-form-builder li.vfb-left-two-thirds {
    float: left;
    clear: left;
}

.visual-form-builder li.vfb-right-half,
.visual-form-builder li.vfb-right-third,
.visual-form-builder li.vfb-right-two-thirds {
    float: right;
    clear: none;
}

.visual-form-builder ul li {
    margin: 0 !important;
    background: none !important;
    list-style: none !important;
    list-style-type: none !important;
    list-style-image: none !important;
}

label.vfb-desc {
    font-weight: bold;
}

.visual-form-builder label,
label.vfb-desc {
    display: block;
    margin: 0;
    padding: 0 0 3px 0;
    color: #000;
}


li.vfb-right-half .vfb-medium {
    width: 100%;
}

input.vfb-text,
input[type="text"].vfb-text,
input[type="tel"].vfb-text,
input[type="email"].vfb-text,
input[type="url"].vfb-text,
textarea.vfb-textarea {
    padding: 3px 0;
    border: 1px solid #ddd;
    border-radius: 3px;
    background: none repeat scroll 0 0 #fafafa;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
}

.visual-form-builder label .vfb-required-asterisk {
    margin: 0;
    padding: 0;
    color: #bc1212;
    vertical-align: baseline;
    font-weight: bold;
}

input.vfb-text,
input[type="text"].vfb-text,
input[type="tel"].vfb-text,
input[type="email"].vfb-text,
input[type="url"].vfb-text,
textarea.vfb-textarea,
select.vfb-select {
    margin: 0 0 5px 0;
    height: auto;
    color: #373737;
    font-size: 100%;
    font-family: inherit;
    line-height: normal;
}

input.vfb-checkbox,
input[type="checkbox"].vfb-checkbox,
input.vfb-radio,
input[type="radio"].vfb-radio {
    display: block;
    margin: 4px 0 0;
    width: 13px;
    height: 13px;
    font-size: 1.1em;
}

.visual-form-builder li,
.entry-content .visual-form-builder li,
.comment-content .visual-form-builder li,
.mu_register .visual-form-builder li {
    clear: both;
    margin: 0 !important;
    padding: 6px 1% 9px !important;
    width: 64%;
    background: none !important;
    list-style: none !important;
    list-style-type: none !important;
    list-style-image: none !important;
}

.vfb-span,
.visual-form-builder li div span.vfb-span,
.visual-form-builder [class*="vfb-span"],
span.vfb-full input,
span.vfb-full input[type="text"].vfb-medium,
span.vfb-full select {
    display: block;
    float: left;
    margin: 0;
    width: 100%;
}

input.vfb-checkbox,
input[type="checkbox"].vfb-checkbox,
input.vfb-radio,
input[type="radio"].vfb-radio {
    display: block;
    margin: 4px 0 0;
    width: 13px;
    height: 13px;
    font-size: 1.1em;
}

.visual-form-builder label.vfb-choice {
    margin: -16px 0 0 23px;
    padding: 0 0 5px;
    width: 88%;
    font-size: 100%;
    line-height: 150%;
}

.visual-form-builder li div {
    margin: 0;
    padding: 0;
}

textarea.vfb-medium {
    height: 10em;
}

textarea.vfb-textarea {
    width: 100%;
}

form.visual-form-builder li {
    margin: 0 !important;
    width: auto !important;
    background: none !important;
    list-style: none !important;
    list-style-type: none !important;
    list-style-image: none !important;
    clear: both;
}

.tckt-slctr-tbl-td-name strong {
    font-weight: 500;
}