/*
Theme Name: Salient Child Theme
Theme URI: http: //mysite.com/
Description: This is a custom child theme for Salient
Author: My Name
Author URI: http: //mysite.com/
Template: salient
Version: 0.1
*/

#logo {
    padding-bottom: 15px;
}

body, body p, body ul li {
    -webkit-font-smoothing: antialiased !important;
}

body .wow_modal_button_right {
    top: 85%;
    background-color: #144660;
}

body .wow_modal_button_right:hover {
    background-color: #0081c9;
}

body .wow-modal-window {
    position: absolute;
}

#featured .orbit-slide article .container {
    opacity: 1 !important;
}

body #footer-outer .gform_wrapper .gform_body ul li.gfield, .gform_wrapper .gform_body ul li.hidden_label input {
    margin-top: 0;
}

#featured .slide article:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    z-index: -1;
}

/*.blog-recent {
    display: flex;
    align-items: stretch;
}

.blog-recent > div {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}*/

/*.blog-recent > div p {
    flex-grow: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}*/

/*.blog-recent > div p a.nectar-button {
    margin: 0 auto;
    margin-top: 20px;
    width: 80%;
}*/

/*
.blog-recent > div:after {
    display: none;
}
*/
.blog-recent[data-style*="classic_enhanced"] .inner-wrap {
    border-radius: 0;
}

.blog-recent[data-style*="classic_enhanced"] .inner-wrap .post-featured-img {
    filter: blur(3px);
}
#projects .portfolio-items .work-meta {
    margin-top:15px;
}
#projects .portfolio-items .work-item:hover .work-info-bg {
    opacity:.6;
}
#projects .portfolio-items .work-item:hover  .work-info {
    opacity:1;
}
#projects .portfolio-items .work-info .vert-center {
    margin-top:0 !important;
}
#projects .portfolio-items .work-info .vert-center .default-link {
    opacity:.8;
}
#projects .portfolio-items .work-info .vert-center .default-link:hover {
    opacity:1;
}
#projects .portfolio-items .work-info .vert-center .gallery, #projects  .portfolio-items .nectar-love-wrap {
    display:none;
}
body.archive.category .container-wrap {
    margin-top: 0;
    padding-top: 0 !important;
}

.section-down-arrow, body[data-button-style="rounded"] .scroll-down-wrap, .scroll-down-wrap.no-border {
    bottom: 10%;
}

.nectar-fancy-ul ul li i.icon-default-style.icon-circle {
    font-size: .625em !important;
    vertical-align: middle;
    line-height: 2.2em !important;
}

.nectar-fancy-ul ul li {
    padding-bottom: 5px;
    vertical-align: middle;
}

.nectar-fancy-ul[data-list-icon] ul li {
    padding-left: 30px;
}

.large-fancy-list .nectar-fancy-ul ul li {
    font-size: 1.5em;
    margin-bottom: 1em;
}

.author-section {
    display: none;
}

body.single-post[data-bg-header="true"] .container-wrap {
    padding-top: 100px !important;
}

#page-header-bg[data-bg-pos="top"] .page-header-bg-image {
    filter: blur(3px);
}

#page-header-bg[data-bg-pos="top"] .page-header-bg-image:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    z-index: -1;
}
body .gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text],
body .gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container select {
    margin-bottom:0px;
}

body #footer-outer #footer-widgets .gform_wrapper .top_label div.ginput_container_email,
body #footer-outer #footer-widgets .gform_wrapper li.hidden_label input,
body #footer-outer #footer-widgets .gform_wrapper .gform_footer {
    margin-top: 0 !important;
}

body #footer-widgets div.ginput_complex.ginput_container.gf_name_has_2 span {
    width: 100%;
    margin-bottom:10px;
}

@media screen and (max-width: 999px) and (min-width: 690px) {
body #footer-outer[data-cols="3"] .col.span_4 {
width:32.5%;
}
}
@media screen and (max-width: 999px) and (min-width: 1px) {

     .re-order-column > .col.span_12 {
        flex-direction: column-reverse !important;
        display:flex!important;
    }
}