/*
Theme Name:     Presence Child
Description:    Child theme for the Presence theme
Template:       presence                             
Version:        .81
*/

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

div.owl-item:first-of-type div.left-split-panel { background: rgba(0, 0, 0, .7); }

.intro .left-split-panel, .intro .right-split-panel {
    max-width: 380px;
    background: rgba(255,255,255,.7);
}

.m4dnav { background: #ED3424; }

#m4d-nav-addy img { max-width: 100px; width: 100px; height: auto; }
#m4d-nav-addy img.logo { max-width: 87px; width: 87px; height: auto; }
#m4d-nav-addy p { text-align: left; color: #fff; font-size: 14px; }

@media (max-width: 640px) {
    #m4d-nav-addy img { max-width: 70px; }
    #m4d-nav-addy img.logo { max-width: 60px; width: 60px; height: auto; }
}