/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/

/*Text In Header*/
#header .widget {
    left: 70%;
    padding-top: 1.5em;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    z-index: 999;
    font-size: 16px;
    color: #222222;
    width: 300px;
    font-weight: bold;
}

@media only screen and (max-width: 1080px) {
#header .widget {
display: none !important; 
}}
@media only screen and (max-width: 1310px) {
#header .widget {
font-size: 12px; left: 68%; padding-top: 3em;
}}
@media only screen and (max-width: 1280px) {
#header .widget {
font-size: 12px; left: 71%; padding-top: 3em;
}}

#top label {
    display: inherit;
}
#top select {
    width: 100%;
}
#jp_dropdown_menu_widget-2 #top select {
    width: 50%;
}
.screen-reader-text {
    display: none!important;
}

#wpsl-search-wrap div label {
    float: none!important;
}
#wpsl-search-btn, #wpsl-search-wrap div {
    margin-right: 20px;
}

input[type="submit"], #submit, .button {
    margin-top: 34px!important;
}
