/*
Theme Name:     Buildpress Child Theme
Theme URI:      http://www.proteusthemes.com
Description:    Child theme for the Buildpress
Author:         Primoz Cigler
Template:       buildpress
Version:        1.0
*/


/* add custom CSS code bellow */

.project__gallery .gallery_list {
    padding:0px;
    margin:0px;
    list-style-type: none;
}

.project__gallery a {
    float:left;
    margin-right: 15px;
    border:1px solid #ddd;
    width:30%;
    text-align: center;
    margin-bottom:15px;
}
.project__gallery a img {
    height:150px;
    width:auto;
    padding:5px;
}

.wpcf7 label {
	width:100%;
}

footer .widget_pt_google_map {
	padding:3px;
	border:1px solid #ddd;
}
