.image_right {
    padding: 5px;
    margin: 5px;
    border: none;
    width: 100%;
}
section#text-5 {
    background: rgba(0,0,0,.5);
    padding-bottom: 40px;
}
div#fonelink a#home-call-btn{
    background: #efc004;
    color: black;
    border-radius: 20px;
    padding: 10px;
    margin: 10px;
    text-decoration: none;
}
h1.entry-title {
    color: #000000;
}
ul#menu-sidebar-navigation a {
    color: #A10021;
    padding: 5px;
}
.menu-item a span {
    color: #A10021;
    font-size: 16px;
}
ul.sub-menu {
    width: 320px;
}
span#pgh_header_contact a {
    color: #ffffff;
    text-decoration: none;
    background: rgba(0,0,0,.6);
    border-radius: 25px;
    padding: 4px 10px;
}

article.page.type-page.status-publish.entry {
    min-width: 300px;
    margin: auto;
}
section#text-7, section#text-9 {
    color: black;
}
ul#menu-sidebar-navigation a:hover {
    text-decoration: underline;
}
ul.sub-menu a:hover {
    text-decoration: underline;
}
ul#menu-sidebar-navigation {
    display: grid;
}
input#SendEmail, input#getDirections {
    background: #efc004;
    color: #000000;
}

@media (min-width: 768px) {
    .content-sidebar-wrap, .wrap {
        width: 83%;
        max-width: 1280px;
        padding-left: 0;
        padding-right: 0;
    }
}
@media (max-width: 768px) {
    nav#genesis-nav-primary {
        background: #F6DB70;
    }
    div.ppaphone, div.ppaemail {
        float: left !important;
    }
    #front-page-2 article {
        width: 100%;
    }
    div#front-page-2 img {
        width: 500px;
    }
    section#text-5 {
        margin-top: 200px;
        padding-bottom: 5px;
    }
}
.lSSlideOuter .lSPager.lSpg > li a {
    background-color: rgba(0, 0, 0, 0.5);
}
.lSSlideOuter .lSPager.lSpg > li.active a {
    background-color: #efc004;
}