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

.featured-media-under-header__meta-wrap.nectar-link-underline-effect {
  display: none !important;
}
.comments-section {
  display: none !important;
}

 .post .content-inner {
  padding-bottom: 0px !important;
}
.post .container-wrap.no-sidebar {
  padding-bottom: 0px !important;
}
.post .row, div.clear {
  padding-bottom: 0px !important;
}
.container-wrap {
   padding-bottom: 0px !important;
}
.meta-author{
	display:none !important;
}
.meta-date {
  display: none !important;
}


.cbox .box-bg {
  filter: grayscale(100%) brightness(0.8);
  transform: scale(1);
  transition: filter 0.6s ease, transform 0.6s ease;
}

.cbox:hover .box-bg {
  filter: grayscale(0%) brightness(1);
  transform: scale(1.05);
}

@media screen and (max-width: 600px) {
	#logo {
		padding-left:70px !important;
	}
}

