/*   
Theme Name: High Point Theme
Theme URI: http://highpoint.edu
Description: Primary Theme for High Point Website
Author: The Chopping Block
Author URI: http://choppingblock.com
Version: 2.1.16
*/

/* addressing an issue with gravity forms producing a slider in chromes */
.gform_wrapper.gf_browser_chrome .gform_body {
    width: 100% !important;
} 


/* addresses related posts CSS */
 .rpbt_shortcode {
     font: normal normal 13px/17px "Univers LT", sans-serif;
 }

.rpbt_shortcode #gallery-1 .gallery-caption {
    margin: 10px auto 0 auto;
    max-width: 154px;
    text-align: left;
}

@media only screen and (max-width: 660px) {

    .rpbt_shortcode #gallery-1 .gallery-item {
        width: 50%;
        min-height: 250px;
    }

}