/*
	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
-------------------------------------------------------------- */



.rehub_btn_color {
    background-color: #DD2E44 !important;
    border: 1px solid #DD2E44 !important;
    color: #ffffff;
    text-shadow: none;
}

.elementor-button {
    background-color: #DD2E44 !important;;
}

/* .elementor-heading-title {
    color: #30a1f0 !important;
    font-weight: bold;
    text-transform: uppercase;
} */

/* To change the bg of badge */
.re-ribbon-badge span{
	 background: #DD2E44 !important;	
}

.re-line-badge{
	background: #DD2E44 !important;
}

input#mc-embedded-subscribe
{
	background:#DD2E44 !important;
}

/* To decrease logo bar padding */
 .logo-section {
    padding: 5px 0 !important;
}


/* To remove underline in footer */
.footer-bottom .footer_widget a {
    text-decoration: none !important;
}
/*  To hide scorebox below content */
.rate_bar_wrap{
/* 	display:none !important; */
}
/* To hide heading and summary in add post review */
 .wpfepp-form-fields > div:nth-child(11) > div:nth-child(1) {
    display: none !important;
}
 .wpfepp-form-fields > div:nth-child(11) > div:nth-child(2) {
    display: none !important;
}




#reset-pass-submit{
	padding: 8px 16px;
    line-height: 15px;
    font-size: 15px;
	background-color: #dd2e44;
    border: 1px solid #dd2e44;
    color: #ffffff;
    text-shadow: none;
	font-family:inherit;
	
}

#wpadminbar{
	display:none !important;
	visibility:hidden !important;
}

html.wp-toolbar {
padding-top: 0px !important;
}


.search-header-contents {
    width: 40% !important;
    left: 60% !important;
    top: 100%;
    right: 0 !important;
}
