.w2dc-directory-1.page .avada-page-titlebar-wrapper,
.w2dc-directory-2.page .avada-page-titlebar-wrapper {
    display: none;
}

@media screen and (min-width: 768px) {
    .w2dc-single-listing-logo-wrap {
        float: right !important;
        max-width: 50%;
        margin-left: 3%;
    }
}

header.w2dc-listing-header h2 {
    text-align: left;
}
.w2dc-bx-wrapper {
    box-shadow: none;
}

.w2dc-content {
    font-family: “Trebucet MS, Helvetica, sans-serif”;
    font-weight: 500;
    font-size: 15px;
    color: #353535;
    line-height: 1.6;
    letter-spacing: .05;
}

h2.w2dc-listing-single-title,
h3.w2dc-listing-single-title,
h4.w2dc-listing-single-title {
    font-family: "Josefin Sans" !important;
    font-weight: 400 !important;
    color: #0b727d !important;
    font-size: 24px !important;
}

.w2dc-content address {
    font-style: normal !important;
}

.w2dc-listings-grid {
    /* text-align: center; */
}

.w2dc-bx-pager {
    margin-left: 0;
    margin-right: 0;
}

/* .w2dc-bx-pager a {
    width: 19%;
    margin: 0 0.3%;
} */

.w2dc-bx-pager a img {
    height: 104px !important;
}

.w2dc-listings-orderby {
    margin-left: 83px;
}

.w2dc-content .w2dc-category-label, .w2dc-content .w2dc-tag-label {
    border:none;
    background-color: #fff;
    color: #000;
    padding: 0px;
    font-weight: 500;
}

.w2dc-listings-grid figure.w2dc-listing-logo .w2dc-listing-logo-img,
figure.w2dc-listing-logo .w2dc-listing-logo-img {
    /* border: 6px solid #ffffff; */
    margin-top: 10px;
}

.w2dc-listings-grid figure.w2dc-listing-logo:hover .w2dc-listing-logo-img{
    box-shadow: inset 0 0 0 1000px rgba(0, 104, 114, 0.89);
    transition: all .2s ease-in-out;
}

@media screen and (min-width: 769px) {
    .w2dc-listings-list-view .w2dc-listing-text-content-wrap {
        margin-left: 310px !important;
    }
}
div.w2dc-content .w2dc-locations-column {
    background-color: #ffffff;
}
div.w2dc-content.w2dc-terms-menu .w2dc-locations-root.w2dc-location-item a {
    background-color: #0b727d;
    margin-bottom: 10px;
    text-align: center;
    font-family: "Josefin Sans";
    font-weight: 500;
    font-size: 19px;
    color: #ffffff;
}

div.w2dc-content.w2dc-terms-menu .w2dc-locations-root.w2dc-location-item a:hover {
    color: #f7e7b5;
}