/*
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
*/

.pricelist h2 {
	padding-top: 2rem;
	font-size: 35px;
}

#block-7.widget_media_image figure {
	display: flex;
}

#block-7.widget_media_image img {
	/*max-width: 210px;*/
	margin: 0 auto;
}
#block-15 a.social {
	font-size: 2rem;
	float: right;
	margin-left: 0.3em;
}

#header-outer ul.sf-menu>li>a>.nectar-menu-icon-img {
	max-height: unset;
}

.featured-media-under-header__featured-media .post-featured-img {
    display: flex;
}

.featured-media-under-header__featured-media .post-featured-img img {
    margin: 0 auto;
}

.post-area article .post-content .meta-category {
	display: none;
}

.cky-consent-bar {
	background-color: #0E3B62!important;
	border-color: #0E3B62!important;
}

.cky-title,
.cky-notice-des {
	color: #fff!important;
}
.cky-btn.cky-btn-reject {
	color:#fff!important;
	border-color: #fff!important;
}
.cky-btn.cky-btn-accept {
	color: #0E3B62!important;
	background-color: #fff!important;
	border-color: #fff!important;
}