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



/*.masonry-blog-item  .article-content-wrap .wp-block-heading,
.masonry-blog-item  .article-content-wrap p{
	display:none;
}*/

.masonry-blog-item .article-content-wrap :not(.masonry-blog-item .article-content-wrap .post-header,
.masonry-blog-item .article-content-wrap .post-header h3, 
.masonry-blog-item .article-content-wrap .post-header h3 a,
.masonry-blog-item .article-content-wrap .post-header .meta-author,
.masonry-blog-item .article-content-wrap .post-header .meta-category,
.masonry-blog-item .article-content-wrap .post-header .meta-author a,
.masonry-blog-item .article-content-wrap .post-header .meta-category a){
display:none;
}

.sub-menu.tracked-pos {
	margin-top: -45px;
}

.small-nav .sub-menu.tracked-pos {
	margin-top: -30px;
}

.accordion-white  h3.toggle-title a{
	color:#fff;
}

.field-row {
	display: flex;
	justify-content: space-between;
}

.field-col2 {
	width: 48%;
	margin-bottom: 25px;
}

.field-colfull, .field-col-textarea {
	margin-bottom: 25px;
	width: 100%;
}

.field-colfull select {
	background: none;
	border-width: 1px 1px 0px 1px;
	height: 55px;
	border-style: solid;
	border-color: #ccc;
}

@media only screen and (min-width: 1000px) {
.slide-out-widget-area-toggle {
	display: none !important;
}

}

@media only screen and (max-width: 767px) {
.field-row {
flex-direction:column;
}

.field-col2 {
	width: 100%;
}
}