/*
Theme Name: ProterixBio
Author: Initial Design Group
Description: WordPress Fully Responsive Theme for ProterixBio
Version: 1.0
*/

html {
  	opacity: 1 !important;
  	overflow: auto;
  	height: auto !important;
}

html.wf-loading {
  	overflow: auto;
	  height: auto;
}

.footer-social-label {
    vertical-align: middle;
    margin-right: 5px;
}

.footer-social {
    display: inline-block;
    vertical-align: middle;
}

.footer-social > li .fa {
    font-size: 18px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    background-color: #fff;
    color: #6c207f;
    border-radius: 3px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.footer-social > li:hover .fa {
    background-color: #6c207f;
    color: #fff;
}

.fa-linkedin:before {
    content: "\f0e1";
}