/*
Theme Name: Flat Bootstrap Child
Theme URI: http://xtremelysocial.com/wordpress/child/
Description: Child theme for Flat Bootstrap. Includes a stylesheet (style.css) for you to restyle any of the CSS and a functions.php file to change theme parameters or components. Both files include samples of a few common things you might want to do.
Author: XtremelySocial
Author url: http://xtremelysocial.com
Version: 1.5
License: GNU General Public License
License URI: http://www.opensource.org/licenses/GPL-3.0
Template: flat-bootstrap
Template Version: 1.9
Tags: one-column, right-sidebar, left-sidebar, fluid-layout, responsive-layout, custom-header, custom-menu, featured-images, featured-image-header, full-width-template, flexible-header, theme-options, sticky-post, threaded-comments, light, translation-ready, rtl-language-support, custom-background
*/

/* 
 * IMPORT the parent theme's stylesheet(s). NOTE: This was moved to functions.php for
 * performance reasons.
 */
/*@import url("../flat-bootstrap/style.css");*/

/* PUT YOUR CHANGED STYLES HERE 
 * 
 * The best way to do this is to copy in the relevant section from the parent's style.css
 * file, change what you want, and remove the lines that you didn't change.
 *
 * NOTE: All these examples here are included just to show you how to do the most common
 * things that users have requested, such as changing colors and the look of buttons, etc.
*/

/* Change the content (page) header to dark blue. */
.content-header {
    background-color: #2980b9;
}

/* Change the main link color to dark blue. Note that the hover color is set using a 
 * neat trick with the opacity tag. This simply lightens whatever the link color is. That
 * way we don't need to try to figure out a hover color that looks good. 
 */
a {
    color: #2980b9;
}

a:hover,
a:focus {
    color: #2980b9;
    opacity: .75;
}

/* Make the buttons square, if you'd like. */
.btn {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

/* PUT ANY NEW STYLES TO USE IN YOUR CONTENT AREAS HERE SO YOU CAN EASILY PASTE THIS
 * SECTION IF YOU CHANGE THEMES
 */

/* .invalid class prevents CSS from automatically applying */
.invalid input:required:invalid {
    border-color: rgba(229, 0, 0, 0.8);
    box-shadow: 0 1px 1px rgba(229, 103, 23, 0.075) inset, 0 0 8px rgba(229, 17, 0, 0.6);
    outline: 0 none;
}

.invalid select:required:invalid {
    border-color: rgba(229, 0, 0, 0.8);
    box-shadow: 0 1px 1px rgba(229, 103, 23, 0.075) inset, 0 0 8px rgba(229, 17, 0, 0.6);
    outline: 0 none;
}

.invalid textarea:required:invalid {
    border-color: rgba(229, 0, 0, 0.8);
    box-shadow: 0 1px 1px rgba(229, 103, 23, 0.075) inset, 0 0 8px rgba(229, 17, 0, 0.6);
    outline: 0 none;
}

/* Mark valid inputs during .invalid state */
.invalid input:required:valid {
}

.invalid select:required:valid {
}

.invalid textarea:required:valid {
}

.page_bottom_1 {
    background-color: #bad1da;
    border-top: 10px solid #bbbbbb;
    padding-top: 38px;
    padding-bottom: 7px;
    width: 50%;
    float: left;
}

.page_bottom_1 .form-group {
    margin-left: 13%;
}

.page_bottom_1 .form-control {
    padding: 6px 85px;
}

.page_bottom_2 {
    background-color: #bad1da;
    border-top: 10px solid #bbbbbb;
    padding: 25px 5px 5px 5px;
}

.page_bottom_3 {
    background-color: #bad1da;
}

button, html input[type="button"], input[type="submit"] {
    background-color: #525564;
    border-color: #525564;
    border-radius: 3px;
}

button:hover, html input[type="button"]:hover, input[type="submit"]:hover {
    background-color: #ababab;
    border-color: #ababab;
}

.contact_form .leadform-show-form input[type="submit"] {
    background-color: #525564;
    border-color: #525564;
    border-radius: 3px;
    color: #ededed;
}

.contact_form .leadform-show-form input[type="submit"]:hover {
    background-color: #bad1da;
    border-color: #bad1da;
}

.contact_form .leadform-show-form.medium {
    max-width: 70%;
}

.contact_form h1 {
    font-size: 34px;
}

.contact_form .leadform-show-form label {
    margin: 0.1em 0 0;
}

#sidebar-pagetop .container {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-top: -10px;
}

.content-header {
    display: none;
}

.site-content {
    padding-bottom: 25px;
}

#footer-navigation a:hover {
    color: #ffffff;
}

#trustlogo {
    float: right;
}

.navbar-default {
    background-color: #000000;
    width: 100%;
    font-size: 13px;
    border-color: transparent;
}

.navbar {
    min-height: 0;
    position: fixed;
}

.navbar-header {
    display: none;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color: #bad1da;
    color: #555;
}

.navbar-nav > li > a {
    padding-bottom: 0;
    padding-top: 0;
    line-height: 10px;
}

.nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 130px;
    text-align: center;
}

.navbar-default .navbar-nav > li > a {
    color: #999;
    font-weight: 400;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #ccc;
    background-color: transparent
}

.after-footer {
    color: #cccccc;
    font-size: 13px;
}

.after-footer a {
    color: #3f9fb3;
}

.footer-nav-menu a:not(.btn) {
    color: #cccccc;
}

.entry-meta h1 {
    font-size: 32px;
}

/* Online Membership Form */

#warning_box1 {
    background-color: yellow;
    margin: auto;
    margin-top: 3px;
    padding: 30px;
    height: 100%;
    width: 60%;
    text-align: center;
    font-weight: bold;
    border: 1px solid red;
}

#error_box1 {
    background-color: rgba(255, 143, 143, 0.8);
    margin: auto;
    margin-top: 3px;
    padding: 30px;
    height: 100%;
    width: 60%;
    text-align: center;
    font-weight: bold;
    border: 1px solid red;
}

.errormsg {
    color: #ff0000;
}

.td-nowrap {
    white-space: nowrap;
}

#aasf-membership-content-box {
    margin: auto;
    width: 60%;
    height: 100%;
}

#aasf-membership-content-box td {
    padding-right: 5px;
}

#aasf-membership-options {
    width: 70%;
    margin: auto;
    border: 1px darkgray dotted;
}

#aasf-membership-options input {
    float: left;
    width: auto;
    margin-left: 100px;
    margin-top: 9px;
}

#aasf-membership-options label {
    float: none;
    width: auto;
    text-align: left;
    padding-left: 10px;
}

#aasf-membership-options legend {
    font-weight: normal;
}

#aasf-membership-donations {
    width: 82%;
}

#aasf-membership-donations input {
    width: 15%;
}

#aasf-membership-donations label {
    width: 69%;
}

#aasf-membership-applicant input {
    width: 55%;
}

#aasf-membership-applicant label {
    width: 30%;
}

#aasf-membership-entry {
    padding-left: 15%;
}

.aasf-membership fieldset {
    border: 2px groove;
}

.aasf-membership legend {
    border: none;
    width: auto;
    margin-left: 30px;
    margin-bottom: 5px;
    font-weight: bold;
}

.aasf-membership label {
    display: inline-block;
    float: left;
    clear: left;
    width: 325px;
    text-align: right;
    padding-right: 5px;
    line-height: 30px;
}

.aasf-membership input {
    display: inline-block;
    float: left;
}

@media (min-width: 551px) and (max-width: 1112px) {
    #error_box1, #warning_box1, #aasf-membership-content-box {
        width: 85%;
    }

    #aasf-membership-options {
        width: 90%;
        margin: auto;
        border: 1px darkgray dotted;
    }

    #aasf-membership-options input {
        margin-left: 10px;
    }

    #aasf-membership-options label {
        width: 80%;
    }

    #aasf-membership-donations {
        width: 100%;
    }
}

@media (min-width: 319px) and (max-width: 550px) {
    #error_box1, #warning_box1, #aasf-membership-content-box {
        width: 100%;
    }

    #aasf-membership-options {
        width: 90%;
        margin: auto;
        border: 1px darkgray dotted;
    }

    #aasf-membership-options input {
        margin-left: 10px;
    }

    #aasf-membership-options label {
        width: 80%;
    }

    #aasf-membership-donations {
        width: 100%;
    }

    #aasf-membership-donations input {
        width: 20%;
        float: right;
        margin-right: 5px;
    }

    #aasf-membership-donations label {
        width: 75%;
        font-size: 15px;
    }

    #aasf-membership-applicant input {
        width: 60%;
    }

    #aasf-membership-applicant label {
        width: 32%;
        font-size: 15px;
    }

    #aasf-membership-entry {
        padding-left: 5%;
    }
}
