/*
 Theme Name:   Ucam Child
 Theme URI:    https://reactheme.com/products/wordpress/ucam
 Description:  Ucam Child
 Author:       ReacThemes
 Author URI:   http://reactheme.com
 Template:     ucam
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
 */

header.sticky-header{
	background:#000000 !important;
}

a.button-blog {
    display: inline-block;
    font-family: var(--heading-title-font);
    text-align: center;
    color: #fff;
    outline: 0;
    font-weight: bold;
    text-decoration: none;
    padding: 8px 25px;
    font-size: 15px;
    border: none;
    border-radius: 0;
    background: #E6491D !important;
}

.react-sideabr .widget_search button, .react-sideabr .bs-search button {
    background: #E6491D !important;
    border: medium none;
    padding: 0;
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0px;
    top: 0;
    z-index: 0;
    font-size: 16px;
    outline: none;
    border-radius: 0;
}

.reactheme-pagination-area .nav-links span.current, .pagination-area .nav-links span.current {
    background: #E6491D !important;
    color: #fff;
}