/*
Theme Name:     ZurApp Child
Theme URI:      http://themes.8guild.com/zurapp/
Description:    Zurapp child theme.
Author:         8Guild
Author URI:     http://8guild.com
Template:       zurapp
Version:        1.0.0
*/

@media screen and (max-width: 991px) {
    .navbar-light .site-logo .logo-alt {
        display: block;
    }

    .navbar-light .site-logo .logo-default {
        display: none;
    }
}

@media screen and (max-width: 750px) {
    .icon-block .ib-icon,
    .icon-block .ib-content {
        display: block;
        width: 100% !important;
        text-align: center
    }
    .icon-block .ib-icon {
        border-right: none;
        padding-bottom: 0;
    }
    .icon-block .ib-content p:before {
        display: none;
    }
}


/* Hide post meta-data */
.post-meta {
    display: none;
}

.my-side-by-side {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
    padding-right: 10px;
}
