/* Enter Your Custom CSS Here */

.contactsocial {
	padding: 0px 0 0 40px;
    display: block;
    min-height: 30px;
    line-height: 150%;
    margin: 0 0 10px 0;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    position: relative;
	
}

.contactsocial:before {
	content: '';
    display: inline-block;
    height: 40px;
    width: 40px;
    background-image: url(https://oneillarchitecture.com/wp-content/uploads/2020/04/linkedin-and-instagram.png);
    background-position: 0px 0px;
    background-size: 80px 240px;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 18;
    vertical-align: top;
    left: -5px;
}

.contactsocial:hover:before {
    vertical-align: top;
    left: -5px;
	    background-position: 0px -40px;
	
}

.contactsocial.Linkedinona:before {
    vertical-align: top;
	    background-position: -40px 0px;
	
}

.contactsocial.Linkedinona:hover:before {
    vertical-align: top;
	    background-position: -40px -40px;
	
}

.category-publications .entry-content h3 {
    font-size: 130%;
    line-height: 200%;
  margin-bottom:0px; 
}

body.archive.category .category-publications .entry-content h2,
body.single-post .category-publications .entry-content h3 {
    font-size: 135%;
}

.category-publications .entry-content h3 + p {
  margin-top:0px; 

}

.fivecolinner.publications-promo img{
	-webkit-box-shadow: 0 8px 6px -6px black;
	   -moz-box-shadow: 0 8px 6px -6px black;
	        box-shadow: 0 8px 6px -6px black;
}

.entry-content h6 + h6 {
    margin: 20px 0 0 0;
}

.publications-promo .tag-no-featured-image .entry-content > img{
display:none;
}

.byline h4 {
      font-size: 120%;
    color: #fff;
}