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



.white{
    color:#ffffff !important;
}


body[data-header-color="custom"] #header-secondary-outer nav >ul >li >a {
    border-left: 0px solid rgba(0,0,0,0.1);
}


body[data-header-color="custom"] #header-secondary-outer nav >ul >li:last-child {
    border-right: 0px solid rgba(0,0,0,0.1);
}


body.single #single-meta ul li:first-child{
    display:none !important;
}


article.post .more-link span {
    padding: 14px 20px !important;
    font-size: 14px !important;
    text-transform: uppercase !important;
    font-weight: 700 !important;
    background-color: #11948b !important;
}


.single article.post .content-inner .post-featured-img img {
    display: none;
}


#sidebar >div {
    margin-bottom: 20px !important;
}


body[data-form-submit="regular"] .container-wrap button[type=submit] {
    font-size: 12px !important;
    padding: 10px 15px!important;
}


article.post .more-link span {
    padding: 10px 15px !important;
    font-size: 12px !important;
}


body .meta-author {
    display: none !important;
}

.nectar-button span {
    text-transform: capitalize !important;
}


/* MOBILE CSS */

#mobile-menu {
    background-color: #f2f2f2 !important;
}


#mobile-menu ul li.current-menu-item >a {
    color: #11948b !important;
    text-transform:uppercase !important;
}
#mobile-menu ul li a {
    color: #11948b !important;
    text-transform:uppercase !important;
}
#mobile-menu input[type=text] {
    background-color: #ffffff !important;
    border-bottom: 1px solid #f2f2f2 !important;
    -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.2) inset;
}

@media only screen and (max-width: 1300px) and (min-width: 1000px) {
    body h2 {
        font-size: 18.7px !important;
        line-height: 28.9px !important;
    }

 }



/* END MOBILE CSS */









#header-secondary-outer nav > ul > li:last-child {
    border-right: 0px solid #DDDDDD!important;
}


/* CSS FOR EVENTS PAGE */


body .masonry.meta_overlaid .masonry-blog-item .post-featured-img:before {
    
 background: -webkit-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,0) 16%,rgba(255,255,255,0) 75%,rgba(255,255,255,0) 100%) !important; 

}



/* END CSS FOR EVENTS PAGE */




}