/*
Theme Name: HSPH Plugin Social
Theme URI: https://github.com/HarvardChanSchool/plugin-social
Author: HPSH Webteam
Author URI: https://www.hsph.harvard.edu/information-technology/
Description: HSPH Plugin Social
Version: 1.1
Text Domain: hsph-plugin-social
Update log:
2020-5-14 - Moved theme specific CSS to affiliate theme
*/


.hsph-share-buttons {
	padding: 2em 0 0 0;
	margin: 1em 0 2em 0;
    clear: both;
}

span.hsph-share-btns-label {
	margin-right: 8px;
    color: #484c58;
    top: -3px;
    font-size: 0.875rem;
    font-weight: 400;
    position: relative;
}

.hsph-share-buttons a i {
    font-size:0;
    color: #fff;
    position: relative;
    -webkit-transition: all 300ms cubic-bezier(.65, .05, .36, 1);
    -moz-transition: all 300ms cubic-bezier(.65, .05, .36, 1);
    -ms-transition: all 300ms cubic-bezier(.65, .05, .36, 1);
    -o-transition: all 300ms cubic-bezier(.65, .05, .36, 1);
    transition: all 300ms cubic-bezier(.65, .05, .36, 1);
}

.hsph-share-buttons a.btn:hover,
.hsph-share-buttons a.btn:focus {
   color: #fff;
}

.hsph-share-buttons a:hover > i,
.hsph-share-buttons a:focus > i {
    font-size:12px;
    margin-right: 6px;
}

.btn.hsph-share-button-facebook:hover,
.btn.hsph-share-button-facebook:focus {
	background-color:#3b5998;
}

.btn.hsph-share-button-twitter:hover,
.btn.hsph-share-button-twitter:focus {
	background-color:#00ABF0;
}

.btn.hsph-share-button-linkedin:hover,
.btn.hsph-share-button-linkedin:focus {
	background-color:#0073b1;
}

.btn.hsph-share-button-linkedin i {
    top:-1px;
}

.btn.hsph-share-button-reddit:hover,
.btn.hsph-share-button-reddit:focus {
	background-color:#ff4500;
}

.btn.hsph-share-button-reddit i {
    top:-1px;
}
