/**
 * Header Styles
 * 
 * @package DucPhat
 * @version 1.0.0
 */

/* ==========================================================================
   Header Styles
   ========================================================================== */

.logo h1 {
    margin-bottom: 0;
}

.header-search-form-wrapper .icon-search {
    color: #fff;
}

.stuck .header-vertical-menu__opener {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

.nav-left .header-block {
    width: 90% !important;
    float: left;
}

.header-block h3 {
    font-size: 12px;
}

.header-block {
    float: left;
    width: 200px;
}

.searchform-wrapper {
    width: 100%;
    border-radius: 9px;
    outline: none;
}

.searchform .button.icon i {
    font-size: 1.2em;
    color: #ef8845;
}

.searchform .button.icon {
    height: 3.07em;
    padding: 0px 15px;
    background: #ffff;
}

.ux-search-box form {
    background: #ffffff;
    border: 1px solid #e5e5e5;
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    border-radius: 6px;
}

.ux-search-box form input {
    border-radius: 5px 0 0 5px;
    color: #333;
    font-size: 0.97em;
    height: 2.07em;
    max-width: 100%;
    padding: 0 0.75em;
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
    transition: color 0.3s, border 0.3s, background 0.3s, opacity 0.3s;
    vertical-align: middle;
    width: 100%;
    border: none;
}

.header-block-block-1 .icon-box {
    padding: 5px 10px 5px 10px;
}

.header-block-block-1 .icon-box a {
    color: #fff;
}

.header-block-block-1 {
    float: left;
}

/* ==========================================================================
   Top Bar Styles
   ========================================================================== */

.top_bar .top_bar_content ul {
    margin-bottom: 5px;
}

.top_bar .top_bar_content ul li {
    color: #666;
}

.top_bar .top_bar_content ul li a {
    color: #666;
    font-size: 14px;
}

.top_bar .top_bar_content ul li a:hover {
    color: #1d85e6;
}

.top_bar .top_bar_content ul li img {
    margin-top: -2px;
    width: 20px;
    height: 20px;
}

ul.top_bar_ul_inline {
    display: inline-block;
}

.header-top {
    border-bottom: 1px solid rgba(204, 204, 204, .53);
}
