/*
Theme Name: LeadEngine Child
Template: dataquint
Theme URI: https://www.leadengine-wp.com/
Author: Key-Design
Author URI: http://themeforest.net/user/Key-Design
Description: Multi-Purpose WordPress Theme with Page Builder
Version: 1.0
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, translation-ready

/* Below you can write your style */

.topbar-menu {
    margin-right: 25px;
}

.topbar-search {
    position: absolute;
    top: 0;
    right: 15px;
}

@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px) {
    nav.navbar-default .navbar-collapse {
        margin-top: 0;
    }
    .navbar-default .navbar-collapse ul.navbar-nav li.menu-item a {
        font-size: 16px;
    }

}
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {
    nav.navbar-default #logo img {
        max-height: 70px;
    }
}

