/*
	Theme Name: Rehub child theme
	Theme URI: https://wpsoul.com
	Description: A Hybrid magazine/shop/review/news Wordpress Theme
	Author: Sizam
	Author URI: https://wpsoul.com
	Version: 9.4
	Template: rehub-theme
*/

/* =Theme customization starts here
-------------------------------------------------------------- */

.btn_offer_block.re_track_btn.xxx1 {
    display: none;
}
#rehub-login-popup-block{
	display:none;
}
.booklist .bookblock .bookelement p{
    margin-bottom:0;
    padding-bottom:5px;
    line-height: 18px;
    font-size:16px;
}
.bookelement{
    border-top: 1px solid #c8c8c8;
    padding-bottom:20px;
    padding-top:10px;
}
.bookbtn {
    background: #f19700;
    color: #fff;
    font-size: 18px;
    padding:10px 25px;
    box-shadow: none;
}
.bookbtn:hover{
    cursor: pointer;
}
.btnsearch{
    height:60px!important;
    font-size:19px;
}
.inputsearch {
    width:650px;
    font-size:19px!important;
    line-height: 20px!important;
    height: 60px!important;
}
.inputsearch-wrapper{
    width:550px;
}
.showmeonmobile{
    display:none;
}


@media all and (max-width: 960px){
    .sidebar{
        float:none;
    }
}


@media all and (max-width: 720px){
    .inputsearch {
        width:390px;
        font-size:14px!important;
        line-height: 16px!important;
        height: 40px!important;
    }
    .btnsearch{
        height:40px!important;
        font-size:14px;
    }
    .inputsearch-wrapper{
        max-width:400px;
    }
    .showmeonmobile{
        display:inline;
    }
    td.table-right {
        padding-right:3px;
    }
    td.table-left {
        padding-right:3px;
    }
    .bookbtn {
        font-size: 14px;
        padding: 5px;
    }
    .table.table-responsive{
        font-size:12px;
    }
    .swapper-wrapper{
        display:none;
    }
}
