/* latest news */
.widget_latestnewswidget h4 {
    color: #B6ACA5;
    font-size: 2rem;
    text-transform: uppercase;
    border-bottom: 1px solid #B6ACA5;
    padding: 0.6em 0;
    font-weight: 400;
}

.widget_latestnewswidget ul.news-list {
    list-style: none;
    margin: 0;
    width: 100%;
    overflow: hidden;
}

.widget_latestnewswidget ul.news-list li {
    width: 100%;
    float: left;
    overflow: hidden;
}

.widget_latestnewswidget ul.news-list h4 {
    color: #545759;
    font-weight: 400;
    font-size: 1.8rem;
    text-transform: none;
    padding: 0;
    border: none;
}

.widget_latestnewswidget ul.news-list a.cover {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 5;
}

.widget_latestnewswidget ul.news-list button {
    width: 100%;
}

.widget_latestnewswidget ul.news-list a.half {
    width: 50%;
}

/* static google map */
.static-google-map-widget {
    position: relative;
}

.static-google-map-widget img {
    max-width: 100%;
}

.static-google-map-widget a.directions-link {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}