/*
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 */

.header .logo {
    display: flex;
    /* max-width: 200px; */
    height: auto;
}

.header .logo img {
    height: 112px;
    width: auto;
    object-fit: contain;
}