/*
Theme Name: Bridge Child
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: bridge
*/
@import url("../bridge/style.css");

.revtp-searchform input{
    background-color: rgba(255,255,255,0);
    border-color: rgba(0,0,0,1);
    border-width: 1px;
    border-style: solid;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    color: #777777;
    font-family: Muli;
    font-size: 16px;
    line-height: 20px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0px;
    text-transform: none;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    margin-top: 20px;
    margin-bottom: 8px;
    width: 313px;
}
.revtp-searchform button{
    background-color: rgba(255,255,255,0);
    border-color: rgba(0,0,0,1);
    border-width: 1px;
    border-style: solid;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    color: #B11E29;
    font-family: Muli;
    font-size: 16px;
    line-height: 20px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0px;
    text-transform: none;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    margin-top: 20px;
    margin-bottom: 8px;
    transition: color 0.5s;
}
.revtp-searchform button:hover{
    color: #B11E29;
}
.search-results article .post_image{
    display: none;
}
.search-results article .post_info{
    display: none;
}
.search-results article .date{
    display: none;
}
.nav-searchform span{
    background-color: transparent;
    border: none;
}
.nav-searchform input{
    background-color: transparent;
    border: none;
    border-bottom: 1px solid;
    display: none;
}
@media only screen and (max-width: 724px){
    .revtp-searchform input{
        width: 200px;
        margin-top: 40px;
    }
}
header a.search_button {
    margin-bottom: 8px;
    color: #B11E29!important;
    font-size: 20px;
}
header .qode_search_close a{
    margin-bottom: 8px;
    color: #B11E29!important;
    font-size: 20px;
}