.headerbar {
    padding: 20px 0;
    background: #583450;
    border-bottom: 1px #ffffff solid;
    outline: 2px #583450 solid;
}

#text-44 form, .display-type-fixed-bar .fixed-bar-container {
    background-image: none;
    background-color: transparent !important;
    background-position: 0% 0%;
    background-repeat: repeat;
    background-size: auto;
}

#text-44 {
    background-image: url(/wp-content/uploads/2016/11/opt-sidebar-bg.jpg);
    width: 350px;
    margin: 0 0 30px -25px;
    background-size: 100%;
    height: 388px;
    background-repeat: no-repeat;
    padding: 281px 40px 40px 40px;
    background-color: #ff4900;
}

#text-44 input[type=text] {
    padding: 8px;
    text-transform: uppercase;
    font-size: 14px;
    border: 0;
    margin: 0 0 3px 0;
}

#text-44 input[type=submit] {
    font-size: 12px;
    padding: 10px 15px;
    background: #583450;
    float: right;
    margin: -35px 0 0 0;
    z-index: 9999;
    position: relative;
}

#text-45 {
    background-image: url(/images/blog-bg.jpg);
    background-size: 750px;
    height: 340px;
    max-width: 750px;
    padding: 225px 40px 0 285px;
}

#text-45 input[type=text] {
    width: 100%;
    border: 0;
    font-size: 14px;
    text-transform: uppercase;
    padding: 10px;
    margin: 0 0 3px 0;
}

#text-45 input[type=submit] {
    background: #58334f;
    padding: 11px 25px;
    font-size: 14px;
    text-transform: uppercase;
    z-index: 9999;
    position: relative;
    margin: -39px 0 0 0;
    float: right;
}

@media (max-width: 960px ) {

#text-45 {
    background-image: url(/images/blog-bg.jpg);
    width: 400px;
    padding: 117px 6px 20px 140px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 185px;
    margin: 0 auto 30px auto;
}

#text-45 input[type=text] {
    width: 100%;
    border: 0;
    font-size: 12px;
    text-transform: uppercase;
    padding: 7px;
    margin: 0 0 1px 0;
}

#text-45 input[type=submit] {
    background: #58334f;
    padding: 9px 25px;
    font-size: 12px;
    text-transform: uppercase;
    z-index: 9999;
    position: relative;
    margin: -31px 0 0 0;
    float: right;
}

}