/*
Theme Name: Gath3r
*/
.blog-searche form {
    width: 100%;
    display: table;
}
.blog-searche {
    margin: 60px 0 80px 0;
}
.blog-searche form label{
    width: 100%;
    max-width: 740px;
    margin: 0 auto;
    display: table;
	    position: relative;
}
.blog-searche input.search-field {
    border: 0px solid #b3a7a7;
    padding: 0 13px;
    border-radius: 4px;
    background: #eee;
    height: 47px;
    width: 100%;
    box-shadow: 1px 1px 3px 1px #bfb9b9;
}
.blog-searche input.search-submit.screen-reader-text {
    position: absolute;
    right: 0;
    top: -2px;
    height: 50px;
    background: #3cbfbe;
    border: 0;
    padding: 0px 20px;
    color: #fff;
    font-weight: 700;
    font-size: 17px;
    cursor: pointer;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

