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

/* BASIC STYLE ADJUSTMENT */
body .main-content .wpb_text_column  a,
body .post-content a,
.team-desc p a {
border-bottom: 1px #b069d5 solid !important;

}
body .main-content .wpb_text_column  a:hover,
body .post-content a:hover,
.team-desc p a:hover {

border-bottom: 1px #462255 solid;
}


/* THEME STYLE ADJUSTMENT */

.nectar-highlighted-text em.animated, .nectar-highlighted-text[data-style="regular_underline"] em {
	padding:4px !important;
}
body #header-outer[data-transparent-header="true"][data-transparent-shadow-helper="true"].transparent:not(.dark-slide):before {
	background:linear-gradient(to top,rgba(255,255,255,0) 0%,rgba(0,0,0,.1) 25%,rgba(0,0,0,0.5) 50%,rgba(0,0,0,0.75) 75%,rgba(0,0,0,0.75) 100%) !important;
}

#header-outer .sf-menu >li:hover >ul, #header-outer .sf-menu >.sfHover >ul {
	top:60% !important;
}
#page-header-wrap.fullscreen-header #page-header-bg .page-header-bg-image {
	opacity:.4 !important;
}
/* body.material #page-header-bg.fullscreen-header .inner-wrap >a {
	display:none;
} */
/* Custom post type styles */
.has-post-thumbnail .post-content {
  display:flex;
}
.has-post-thumbnail .post-content .post-featured-img {
  margin-right:5%;
}
.single .page-header-bg-image-wrap {
    background-color:#000;
}
.single .page-header-bg-image{
    opacity:.5;
    filter: blur(8px);
  -webkit-filter: blur(8px);
}
.single #page-header-bg h1 {
    text-align:center;
}
@media screen and (max-width: 960px) {
  .has-post-thumbnail .post-content {
    display:flex;
        flex-direction: column;
  }
  .has-post-thumbnail .post-content .post-featured-img {
    margin-right:0;
    margin:0 auto
  }
}
