/*   
Theme Name: Benevolence Child Theme
Theme URI: 
Description: Use this theme to start your Benevolence Child Theme development.
Author: Victor Tihai
Author URI: http://wplook.com/
Template: benevolence-wpl
Version: 1.0.0
*/

@import url('../benevolence-wpl/style.css');



.sponsors .item a img {
    border: 1px solid #fbfbfb;
    display: block;
    height: auto;
    width: 100%;
}

pre {
    background: #ffffff none repeat scroll 0 0;
    font: 13px/1.5 "Courier 10 Pitch",Courier,monospace;
    margin-bottom: 1.5em;
    padding-left: 150px;
    padding-right:150px;
}

function add_image_size( $name, $width = 260, $height = 260, $crop = false ) {
    global $_wp_additional_image_sizes;
 
    $_wp_additional_image_sizes[ $name ] = array(
        'width'  => absint( $width ),
        'height' => absint( $height ),
        'crop'   => $crop,
    );
}