/*IMAGE STYLES*/
       .image_left {
           padding: 5px;
           margin: 5px;
           border: none;
           float: left;
           max-width: 400px;
           width: 100%;
       }
       
       .image_right {
           padding: 5px;
           margin: 5px;
           border: none;
           float: right;  
           max-width: 290px;
           width: 100%;      
       }

       .home_image {
           max-height: 320px;
       }

section.featured-content div.widget-wrap {
    width: 90%;
    margin: auto;
    text-align: center;
}

div.title-area {
    width: 450px;
}

header.site-header div.widget-area.header-widget-area {
    max-width: 400px;
    padding: 20px;
}

span#pgh_header_contact div.ppaphone a {
    background-color: #4A833F;
    border-radius: 0px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 2px;
    padding: 9px 15px;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    white-space: normal;
    width: 100%;
    color: #fff;
    text-decoration: none;
}
span#pgh_header_contact div.ppaphone a:hover {
    color: #4A833F;
    background-color: #000;
}

.genesis-nav-menu {
    width: 450px;
    margin: 5px auto;
}
section#text-10 .widget-wrap {
    min-height: 150px;
}
.site-footer ul#menu-sidebar-navigation {
    width: 100%;
}
#front-page-5 .widget.simple-social-icons {
    overflow: inherit;
}

@media only screen and (max-width: 1023px) {
    .title-area {
        margin: auto;
        float: none;
    }
    .widget-area.header-widget-area {
        margin: auto;
        float: none;
    }  
    .flexible-widgets.widget-area.widget-thirds {
        width: 70%;
        margin: auto;
    }
    #pgh_header_contact .ppaemail {
		float: none !important;
		max-width: 150px;
		margin: 20px auto 10px;		
    }
    #pgh_header_contact .ppaphone {
		float: none !important;
		max-width: 200px;
		margin: 10px auto 10px;
    }
    #pgh_header_contact {
            float: none !important;
            margin-left: 0 !important;
    }
    #pgh_header_contact .ppaemail {
        text-align: center !important;
    }
}
