/*
Theme Name: B2BEX WP
Theme URI: https://b2bex.yasl.ru/
Author: B2BEX Migration
Description: WordPress theme migrated from the legacy B2BEX MODX site.
Version: 0.1.0
Text Domain: b2bex-wp
*/

body.admin-bar header.affix {
    top: 32px;
}

.navbar-toggle .icon-bar {
    background: #fff;
}

.b2bex-doc-select {
    display: inline-block;
    vertical-align: top;
    width: 49%;
}

.b2bex-contact-note {
    clear: both;
    padding-top: 14px;
}

.table-parcelInfo {
    margin-top: 20px;
}

.table-parcelInfo caption,
.table-tracking caption {
    color: #fff;
    font-weight: 700;
    padding-bottom: 10px;
}

.page-content {
    padding: 60px 0;
}

.page-content h1 {
    margin-top: 0;
}

@media (max-width: 782px) {
    body.admin-bar header.affix {
        top: 46px;
    }
}

@media (max-width: 767px) {
    .navbar-nav {
        float: none;
    }

    .b2bex-doc-select {
        width: 100%;
    }

    #send-mail .send-us {
        margin-bottom: 18px;
    }
}
