.first-name {
	font-size: 20px;
    color: red;
    font-family: "Lora", sans-serif;
    font-weight: bold;
    position: relative;
    top: 11px;
}

.staff-last-name {
	font-weight: bold;
    font-size: 35px;
}

.page-template-template-staff #about-staff .staff-post .staff-title,
.page-template-template-about #about-staff .staff-post .staff-title {
	padding: 10px 20px;
}

.staff-post {
	margin-bottom: 30px;
}

.page-template-template-staff #about-staff .staff-post .staff-image img {
	object-position: top;
}

.staff.type-staff .staff-image {
    float: left;
    margin-right: 25px;
}

.home .recipes-section .recipe-post {
    min-height: 330px;
}

@media (min-width: 1200px) {
    .home .recipes-section .recipe-post {
    min-height: 100%;
}
}

@media (max-width: 768px) {
    .home .recipes-section .recipe-post {
    min-height: 100%;
}
}
