/* CUSTOM CSS FOR PATRICIA */

/* Get logo */

/* Get logo */

.site-title {
background-image: url('http://academy.wildasia.org/wp-content/themes/patricia/images/logo-maroon.jpg')!important;
background-size: cover!important;
}


/* logo fix */
.header-image .site-title, .header-image .site-title a {
padding-bottom: 4px!important;
}


/* Removes post footer on archive pages  */
body.archive .entry-footer {
display: none;
}


img.alignleft { background: white!important; }

/* Customises post footer  */
.entry-footer {
margin-top: 20px;
padding-top: 10px;
border: 1px solid #ddd; 
border-radius: 4px;
}

.entry-footer .entry-meta {
background-color: rgba(255, 255, 255, .0) !important;
color: black;
font-size: 15px;
}

.comment-respond, .entry-pings {
padding-top: 0px !important;
} 