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

.widget h4 {
	font-size: 20px !important;
}

/* Whole page tweaks */
p#breadcrumbs {
	display: none;
}
/* Header menu tweak */
@media only screen and (min-width: 999px) {
	ul.buttons.sf-menu.product_added {
  		margin-right: 25px !important;
   		margin-left: 0 !important;
	}
}

/* Shope tweak */
/* Hide 'Featured' category from shop sidebar */
li.cat-item.cat-item-33 {
    display: none;
}

/* Product page tweaks */
.tab-container {
	display: none;
}
.posted_in {
	display: none !important;
}
.related.products {
  display: none;
}

/* Rebound in Gyms */
.testimonial_slider[data-style="multiple_visible"][data-color*="-color"] blockquote.is-selected p:before {
    color: #fff;
}

p a {
/*   color: #ff1053 !important; */
	color: #374afa !important;
  text-decoration: underline !important;
}

p a:hover {
/*   color: #ff1053 !important; */
	color: #374afa !important;
  text-decoration: none !important;
}

/* Newsletter signup form */
.full-width-section >.col.span_12.light {
	color: #212d6e !important;
}
.span_12.light input[type="text"], .span_12.light input[type="email"] {
    background-color: #212d6e !important;
    color: #fff !important;
}
/* Filters on blog posts */
.nectar-post-grid-filters {
	background-color: #c9d9fd;
}
/* Hide comments on blogs */
.single-post .bottom-meta,.single-post .comments-section {
    display: none !important;
}

.single-post .row ,.single-post #post-area > article .content-inner {
    padding-bottom: 0px !important;
}

/* Button tweaks */
a.button.wc-forward, a.button.wc-backward {
	color: #fff !important;
}