/** bcp modifications */
/** 1.4  pdf link */

.pdf-download {
	font-weight: bold;
}

/**
.pdflink:before {

	content: url('/wp-content/uploads/pdf2.png');
	content: "Download the paper: "  
}

*/

.invicta_portfolio .icon-link:before {
	content: "\f05a" !important;

}

div.step {

cursor: pointer;
}


/** info slide down on team page */

.bcp_person .content h3.name {
    padding-top: 10px;
    font-weight: bold;
    font-size: 1.333em;
    line-height: 1.375em;
}


 .more-content {
    z-index: 999;
    display: none;
    position: absolute;
    top: 260px;
    left: 0;
    opacity: 0.2;
    background: #fff;
    border-radius: 5px;
    padding: 8px 8px 8px 20px;
    min-height: 420px;
    min-width: 210px;
}

.more-content .social-links {
    text-align: center;
    padding-top: 10px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 15px;
}

.more-content .social-links .linkedin a {
    background-image: url(images/social-media/main-content/linkedin.png);
    width: 16px;
    height: 16px;
    margin-left: 8px;
}
.more-content ul.synopsis_bcp {
	    list-style-type: disc !important;
}
.more-content .synopsis_bcp li {
	padding: 0 !important;
	text-align: left !important;
}
.more-content li:before {
	content: "" !important;
}
.bw {
	-webkit-filter: grayscale(90%);
	filter: grayscale(90%);
}
.bcp_person li:before {

	content: ""
}
.bcp_person .invicta_avatar.bcp_avatar {

	    border: 8px solid #fff !important;;
	    -webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.3);
            box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.3);
	    width: 200px;
	    height: 200px;
}

.invicta_person.bcp_person .thumbnail:not(.invicta_person_detail_bcp) {
    width: 200px !important;
    height:200px !important;
    position: relative;

	
}
.invicta_person .invicta_avatar img {
	
	max-width: none !important;
	width: 200px; !important;
	-webkit-transition: all 300ms;
}


.invicta_avatar.bcp_avatar .thumbnail img {
   max-width: none !important;
//	position: absolute;
//    top: -100px;
//    left: -100px;

}
.invicta_testimonial .invicta_avatar {
     width: auto !important;
    max-width: 125px !important;
    height: auto !important;

border: 0 !important;

  }

.invicta_person {
//  border-color: #99ccff !important

}
.invicta_person .wrapper {
background: #fff !important;
cursor: pointer;
}

/**  portfolio-entry-detailed.php  */

.portfolio_details .entry .project_text {
     margin-bottom: 5px !important;
}

	.project_thumbnail img {
                max-height: 210px;
		width: auto !important;			
		display: inline;
				
        		}
			.project_text_group p {
                                display: inline;
			}
                        .project_text_group div {

			        display: inline ;
			}
			.project_text_group .project_thumbnail {

				float: left;
				margin-right: 20px;
                        }
        		.project_meta .widget_title {
				margin-top: 12px;
			}



@media only screen and (min-width:768px) and (max-width:1000px) {
#invicta_contacts_widget-2 > ul > li > a {

	font-size: 95% !important;;
}

}


/** view more --> view bio */


.invicta_person a.invicta_button {

display:none;
}

#make_dd:hover {

color: LightBlue;

}

#page-1316 .invicta_person .invicta_button {
    display: inline;
    color: black !important;
    background: white;

    font-size: 14px;

}



#page-1316 .invicta_person .invicta_button:hover {
    display: inline;
    color:white !important;
    background: #99ccff;
    font-weight: bold;
    font-size: 14px;

}


#page-1316 .invicta_person .invicta_button_hover {
    display: inline;
    color:white !important;
    background: #99ccff;
    font-weight: bold;
    font-size: 14px;

}

.person-img-hover-effect {
/**
   -webkit-transition: all  2s ease-out;
    -moz-transition: all   2s ease-out;
    -o-transition: all  2s ease-out;
*/
    position: relative;
	transition: all 0.5s ease 0s;
	top: 0; /* start out at position 0 */
}
 
.person-img-hover-effect-on {
   
   top: -15px;
}
