.site-description {
   text-indent: 0;
}

#pgh_header_contact .ppaphone a, #pgh_header_contact .ppaemail a {
    border-bottom-width: 0;
    color: #3576e8;
    display: block;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.5px;
    padding: 0px;
    text-transform: uppercase;
}


/*IMAGE STYLING*/

.image_right {
    float: right; 
    width: 100%;
  }


/* Color and text edits */

.front-page-1 .widget_text .widget-title {
    color: #fff; 
    text-align: center; 
    text-shadow: 2px 4px 8px #000000;
}


.site-header {
    background-color: #fff;
    border-bottom: 1px solid transparent;
}


.button.light, .button.light:hover {
    background: #3576e8;
    color: #333;
}


body {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
}

.footer-widgets, .footer-widgets a, .footer-widgets p, .footer-widgets .widget-title {
    color: #111111;
}

.footer-widgets,.site-footer {
    background-color: #3576e8;
    border-top: 0px;
    clear: both;
    text-align: center;
}


@media only screen and (max-width: 1023px){ /* NEEDS TO BE EDITABLE */
    #pgh_header_contact .ppaemail {
        float: none !important;
        max-width: 87px;
        margin: 20px auto 10px;	
    }
    #pgh_header_contact .ppaphone {
        float: none !important;
        max-width: 166px; /* NEEDS TO BE EDITABLE */
        margin: 10px auto 10px;
    }
    #pgh_header_contact {
        float: none !important;
        margin-left: 0 !important;
    }
    .title-area {
        width: 100%;
    }
    .site-header .widget-area {
        width: 100%;
    }
    span#pgh_header_contact {
        margin-top: 40px;
    }
}


button.sub-menu-toggle.ionicons-before.ion-ios-arrow-down {
    border: 1px solid black;
}


.site-description { 
    clear: both; 
    padding: 02px 22px 12px 0; 
    visibility: visible; 
    display: block; 
    height: 30px;
    margin: 30px;
    margin-bottom: 30px;
   
}