/*
Theme Name: Broker
Theme URI: http://broker.commercegurus.com/
Author: CommerceGurus
Author URI: http://www.commercegurus.com
Description: Broker is a superbly designed WordPress theme for small businesses.
Version: 1.6.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: broker
Domain Path: /languages/
Tags: light, white, two-columns, three-columns, right-sidebar, custom-background, custom-menu, featured-images, flexible-header, sticky-post, theme-options, translation-ready
*/

.search-bar {
    width:70%;
}

.bigger-height {
    height: 130px !important;
}

.cg-header-fixed-wrapper.cg-is-fixed .logo img {
    vertical-align: middle;
    max-height: 72px;
    padding: 0px 0px !important;
}

.header-wrapper {
    padding: 30px 0px !important;
}

a.tp-caption {
    border: none !important;
}

#nf-field-20 {
    height:48px;
    font-size: 13px;
}

.entry-content a {
    border: none !important;
}

@media screen and (max-width: 1200px) {
    .mobile-header-details {
        display: none;
    }

    .rightnav {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .header-wrapper {
        height: 225px !important;
    }
    .header-wrapper .overlay {
        height: 225px !important;
        background-position: center;
    }
}


@media screen and (max-width: 500px) {
    .header-wrapper {
        height: 155px !important;
    }
    .header-wrapper .overlay {
        height: 155px !important;
        background-position: center;
    }
}