/*
Theme Name:     BVCAP
Description:    BVCAP
Version:        1.37
Author:         Lawrence Zevon
Author URI:     http://www.zevonmedia.com/
Template:       enfold
License:        GPL v2
License URI:    http://www.gnu.org/licenses/gpl-2.0.html
*/

@import url("../enfold/style.css");

/* Customizations Here */

/* Add space above and below header logo */
.logo {
    padding-top: 12px;
    padding-bottom: 12px;
    box-sizing: border-box;
}

.logo img,
.logo svg {
    max-height: 100%;
    width: auto;
}

/* Add space between main menu button items */
#top #header .av-main-nav > li.av-menu-button {
    margin-left: 20px !important;
}

#top #header .av-main-nav > li.av-menu-button:last-child {
    margin-left: 15px;
}

.inset-half-hero img {
border-radius: 20px !important;
}