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


/* Blog */
.featured-media-under-header__meta-wrap, .nectar-post-grid-item__meta-wrap{
	display: none;
}

.nectar-post-grid .nectar-post-grid-item .content .meta-category a {
	font-weight: 400!important;
}

.single-post .featured-media-under-header__content {
	padding-top:90px;
	padding-bottom: 65px;
	max-width:inherit!important;
}

@media only screen and (min-width:81.25em) { 

.single-post .featured-media-under-header__content * {
	width: 50%;
}

}
.single-post .container-wrap {
	padding-bottom:100px;
	
}
/* Header */

.sf-menu:hover, .slide-out-widget-area-toggl:hover {
	cursor:pointer!important;
} 
#header-outer[data-header-button_style="shadow_hover_scale"] .slide-out-widget-area-toggle[data-custom-color="true"] a:before { 
	box-shadow: none; 
}

.material #slide-out-widget-area:not(.slide-out-from-right) .off-canvas-social-links li a {

Padding:0!important;

}

#slide-out-widget-area .off-canvas-social-links li i {
background-color: black!important;
color: white!important;
padding: 2px 4px;
border-radius: 5px;
}

#slide-out-widget-area.slide-out-from-right-hover .inner .off-canvas-menu-container li, .material #slide-out-widget-area.slide-out-from-right-hover .inner .off-canvas-menu-container li li {
margin: 25px 0!important;
}

#slide-out-widget-area.slide-out-from-right-hover {
	/*width: 500px!important;*/
	transform: translate3d(501px,0,0);
   -webkit-transform: translate3d(501px,0,0);
   -ms-transform: translate3d(501px,0,0);
}

body.material #header-outer:not([data-format=left-header]) #top nav>.buttons>.slide-out-widget-area-toggle .label {
display: none;
}

.polylang_langswitcher {
	padding-bottom: 25px;
	opacity: 0.6;
}

.polylang_langswitcher .current-lang {
	display:none;
}


@media only screen and (min-width: 1000px) {
    body #slide-out-widget-area.slide-out-from-right-hover .inner .off-canvas-menu-container li a {
        font-size: 30px !important;
        line-height: 1 !important;
    }
}

@media only screen and (max-width: 999px) {
    body #slide-out-widget-area.slide-out-from-right-hover .inner .off-canvas-menu-container li a {
        font-size: 28px !important;
        line-height: 1 !important;
    }
}

body #header-outer[data-has-menu][data-format][data-padding] #top .slide-out-widget-area-toggle[data-custom-color="true"] a i.label, body #header-outer.transparent #top .slide-out-widget-area-toggle[data-custom-color="true"] a i.label {display:none!important}


body #slide-out-widget-area.slide-out-from-right-hover .inner .off-canvas-menu-container li.small-menu-item a {
	font-size:18px!important;
}

body #slide-out-widget-area.slide-out-from-right-hover .inner .off-canvas-menu-container li.small-menu-item.first-small a {
	margin-top:25px;
}

#slide-out-widget-area.slide-out-from-right-hover .inner .off-canvas-menu-container li.first-small, .material #slide-out-widget-area.slide-out-from-right-hover .inner .off-canvas-menu-container li li.first-small {
	margin-bottom:-10px!important;
}

body.material .nectar-button.large {
padding-left: 50px!important;
padding-right: 50px!important;
}