/**
 * Theme Name: My Lord
 * Version: 1.0
**/
.grecaptcha-badge { 
    visibility: hidden;
}
.item-holder:nth-of-type(odd) {
    background: none!important;
}
.item-holder {
    background: none!important;
    padding-bottom: 50px;
}

.white {
    background-color: #FEFEFE;
}

.white h2{
    padding-top: 30px;
    padding-bottom: 15px;
}

.blue h2{
    padding-top: 30px;
    padding-bottom: 15px;
}

.fa-map-marker{
    vertical-align: top;
}

.photo-holder{
    height: 290px;
    width: 290px;
}

.photo-holder img{
    height: 100%!important;
}

@media only screen and (max-height: 900px){
	body header row.themenuholder .contactinfo {
		padding: 0 0 30px 0;
	}
}