/*
 Theme Name:   GeneratePress Child
 Theme URI:    http://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Thomas Usborne
 Author URI:   http://edge22.com
 Template:     generatepress
 Version:      0.1
 Tags: two-columns, three-columns, one-column, right-sidebar, left-sidebar, fluid-layout, responsive-layout, custom-header, custom-background, custom-menu, custom-colors, sticky-post, threaded-comments, translation-ready, featured-images, theme-options, light, white, dark, black, blue, brown, gray, green, orange, pink, purple, red, silver, tan, yellow
*/



div.partner {
    display: inline-block; 
    vertical-align: text-top; 
    margin: 0 2%;
}
@media (min-width: 400px){
   div.partner {
        width: 49%;
    }
}
@media (min-width: 768px){
   div.partner {
        width: 33%;
    }
}
@media (min-width: 1000px){
   div.partner {
        width: 24%;
    }
}

ul.contact_information.ci_label_not.ci_icon {
    color: white;
    font-weight: normal;
}