/*
Theme Name: CUBRC
Theme URI: https://www.cubrc.com
Description: This is a custom child theme for CUBRC
Author: Parkway Digital
Author URI: https://www.pwkydigital.com/
Template: salient
Version: 0.1
*/

#displaynone, .displaynone {
    display: none !important;
}

@media only screen and (max-width: 999px) {
    .vc_row.vc_row-flex#bootstrapSwap .span_2,
    .vc_row.vc_row-flex#bootstrapSwap .span_3,
    .vc_row.vc_row-flex#bootstrapSwap .span_6,
    .vc_row.vc_row-flex#bootstrapSwap .span_9,
    .vc_row.vc_row-flex#bootstrapSwap .span_12 {
           flex-direction: column-reverse !important;
    }
}

.ascend .container-wrap .light .white_fields_wrapper input[type="text"], 
.ascend .container-wrap .light .white_fields_wrapper textarea, 
.ascend .container-wrap .light .white_fields_wrapper input[type="email"], 
.ascend .container-wrap .light .white_fields_wrapper input[type="password"], 
.ascend .container-wrap .light .white_fields_wrapper input[type="tel"], 
.ascend .container-wrap .light .white_fields_wrapper input[type="url"], 
.ascend .container-wrap .light .white_fields_wrapper input[type="search"], 
.ascend .container-wrap .light .white_fields_wrapper input[type="date"] {
    background-color: rgba(255,255,255,1.0);
    color: #555 !important; 
}

body article.post h2.title,
body article.post .post-header h2 a {
    color: #102c52;
    font-size: 35px;
    line-height: 40px;
}

body .post-area.standard-minimal .post .post-header {
    margin-bottom: 10px !important;
    margin-top: 0px;
}

.post-area[data-remove-post-author="1"].standard-minimal .post-author {
    padding-bottom: 15px;
}
.post .excerpt {
    margin-top: 15px;
}

.flex-gallery .flex-direction-nav {
    top: auto;
    bottom: 10px;
    right: 10px;
}

body #ajax-content-wrap .flex-gallery .flex-direction-nav li .fa.fa-angle-left, 
body #ajax-content-wrap .flex-gallery .flex-direction-nav li .fa.fa-angle-right {
    padding-top: 3px;
    line-height: 16px;
}