/**
 *
 * @package Sticky Topbar
 * @author RainaStudio
 * @version 2.0.0
 */

.sticky_topbar {
    width: 100%;
    /*max-width: 750px;*/
}

.sticky_topbar .form-table {
    margin-top: 0;
}

.container {
    position: relative;
}

.descrption {
    font-size: 18px;
    font-style: italic;
    margin: 13px auto 23px;
    line-height: 1.3;
}

.chat {
    background-color: #fff;
    padding: 8px 55px;
    text-decoration: none;
    font-size: 18px;
    text-transform: uppercase;
    display: block;
    border-radius: 3px;
    color: #4872cb;
}


.sticky_topbar_toggle {
    display: block;
    margin: 0 0 21.74px;
    padding: 0;
    font-size: 1em;
}

.sticky_topbar_toggle_title {
    position: relative;
    cursor: pointer;
    min-height: 40px;
    line-height: 40px;
    font-weight: 700;
    font-size: inherit;
    margin-top: 0;
    margin-bottom: -1px;
    box-shadow: 0 0 0 transparent;
    border: 1px solid#ccd0d4;
    background-color:#fff;
    color:#32373c;
    padding-left: 30px;
    padding-right: 30px;
}

.sticky_topbar_toggle_title h4 {
    padding-top: 11px;
    padding-bottom: 11px;
    font-size: 16px;
    text-align: left;
    font-weight: bold;
    font-style: normal;
    display: inline;
}

.sticky_topbar_toggle_icon {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    width: 22px;
    display: block;
    margin-right: 2px;
}

.sticky_topbar_toggle_icon::before, 
.sticky_topbar_toggle_icon::after {
    content: '';
    display: block;
    position: absolute;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transform: translate(-50%,-50%);
    background-color: #2A2A2A;
}

.sticky_topbar_toggle_icon::before {
    height: 2px;
    width: 10px;
}

.sticky_topbar_toggle_icon::after {
    height: 10px;
    width: 2px;
}

.sticky_topbar_toggle_content {
    border-bottom: 1px solid#ccd0d4;
    border-left: 1px solid#ccd0d4;
    border-right: 1px solid#ccd0d4;
    margin-top: 0;
    background-color: #fff;
    padding: 15px 33px;
}

.toggle_content_active .sticky_topbar_toggle_icon::after {
    visibility: hidden;
}

label[for*="sticky_cd_"] {
    min-width: 10em;
    vertical-align: baseline;
}

.stickyp {
    font-size: 15px !important;
}