/*
Theme Name: Salient Child Theme
Theme URI: http: //mysite.com/
Description: This is a custom child theme for Salient
Author: My Name
Author URI: http: //mysite.com/
Template: salient
Version: 0.1
*/
.single-portfolio .row .col.section-title h1, .single-portfolio .row .col.section-title .subheader {
    display: none;
}
.center img.img-with-animation {
    margin: 0;
}
#footer-outer[data-cols="1"] #copyright, #footer-outer #copyright[data-layout="centered"] {
    padding: 20px 0;
}

@media (max-width: 767px){
	.team-member[data-style="bio_fullscreen"]:hover .team-member-overlay{ opacity: 0; }
	.team-member[data-style="bio_fullscreen"] .team-meta h3, .team-member[data-style="bio_fullscreen"] .team-meta p, 
	.team-member[data-style="bio_fullscreen"] .team-meta .arrow-line, .team-member[data-style="bio_fullscreen"] .team-meta .arrow-end{ opacity: 1; transform: none; }
	body .team-member[data-style="bio_fullscreen"] .team-meta .arrow-end{ opacity: 1; transform: translateX(0) translateY(-50%);}
}
.nectar-social-sharing-fixed {
    left: 34px;
}