/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/
/*columns*/
.one-half,
.one-third {
    position: relative;
    margin-right: 4%;
    float: left;
        margin-bottom: 20px;
 
}
 
.one-half { width: 48%; }
.one-third { width: 30.66%; }
 
.last {
    margin-right: 0 !important;
    clear: right;
}
 
@media only screen and (max-width: 767px) {
    .one-half, .one-third {
        width: 100%;
        margin-right: 0;
    }
}
/*
select {
    color: inherit;
    background-color: inherit;
	border-bottom: 1px solid;
	font-size: inherit;
}*/

span.wpcf7-list-item {
    display: block;
    margin: 0 0 0 1em;
}
.masonry.material .masonry-blog-item .grav-wrap{
display:none;
}
.masonry.material .masonry-blog-item .meta-category, .related-posts[data-style="material"] .meta-category {
    display: none;
}

