.footer-widgets .wrap a {
    text-decoration: none;
}
.title-area {
    background-color: #37401B;
     box-shadow: 0px 0px 0px 10px #37401B;
}
.solid-section .widget_text {
    font-size: 22px;
}

.button-black {
    color: #fff;
    padding: 5px 10px;
    background-color: #000000;
    border: 1px solid #000000;
    font-size:20px;
}
 
.button-black:hover
{
    text-decoration: none;
    color:#ffffff;
    background-color: red;
    border: 1px solid red;
}
 .front-page-3 {
    background-image: url(//scottstennis.com/wp-content/uploads/2015/08/saint-andrews-tennis-team-slider3.jpg);
  background-attachment: fixed;
    background-color: #fff;
    background-position: 50% 0px;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

.display-posts-listing .listing-item {
    min-height:180px;
    clear: both;
    border-bottom: 1px solid #dddddd;
    padding-bottom:60px;
}

.display-posts-listing img {
 /* float: left;*/
display: block;
    margin: 0 auto;
    border-radius:50%;
    margin-top:20px;
/*    margin-right:15px;*/
    height:150px;
    width:150px;
/*    text-align:center;
    margin: 0 10px 10px 0;*/
}