/**********************************
 	1. Global CSS Start 
 **********************************/

 :root {
    --bloghub-title-family: 'Spartan', sans-serif;
    --bloghub-globbh-family: 'Spartan', sans-serif;
    --bloghub-main-bg: #ffffff;
    --bloghub-alternate-bg: #f8f8f8;
    --bloghub-secondary-bg: #f8f8f8;
    --bloghub-font-color: #707070;
    --bloghub-title-color: #333333;
    --bloghub-white: #ffffff;
    --bloghub-offf-white: rgb(255 255 255 / 10%);
    --bloghub-primary-color: #ff5538;
    --bloghub-primary-light: #ff846f;
    --bloghub-border-color: #eaebec;
    --bloghub-input-border: #eaebec;
    --bloghub-input-bg: #ffffff;
    --bloghub-yellow: #ffaa17;
    --bloghub-footer-bg: #1f232c;
    --bloghub-footer-light-bg: #ebeef5;
    --bloghub-placeholder: #97b0c1;
    --bloghub-page-title-bg: #ededed;
    --bloghub-blockquote-bg: #020202;
    --bloghub-widget-bg: #fcfcfc;
    --bloghub-radius0: 0;
    --bloghub-radius-comman: 3px;
    --bloghub-radius10: 10px;
    --bloghub-circle-radius: 50%;
    --bloghub-page-title-size: 48px;
    --bloghub-font-size: 14px;
    --bloghub-font14: 14px;
    --bloghub-font18: 18px;
    --bloghub-title-size: 22px;
    --bloghub-sub-title-size: 26px;
    --bloghub-widgets-title-size: 20px;
    --bloghub-shadow: 0 0 30px rgb(0 0 0 / 3%);
    --bloghub-transition: all 0.3s ease-in-out;
    --bloghub-link-color: #353d42;
    --bloghub-copyright-bg: #282d38;
    --bloghub-hover-btn-bg: #15171c;
    /* Changed */
    --bloghub-title-color: #1b060a;
    --bloghub-font-color: #333333;
    --bloghub-primary-color: #12b9e6;
    --bloghub-primary-light: #80ea8b;
}
html {
    font-size: 16px;
}
.bh-socibh-icons a {
    background: #2b303a;
    border: 1px solid #3b404c;
    line-height: 38px;
}

/* Gradient CSS */
.bh-notice-btn,
.bh-title-section.bh-title-style3 a,
.scroll,
.bh-blog-thumb-section.bh-blog-thumb-style-three .bh-blog-category,
.bh-header-cart .bh-cart-quantity,
.bh-blog-meta-data li .bh-blog-category, 
.bh-btn,.bh-socibh-icons a:hover,
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button,
.bloghub-dentist-horizontal-wrapper .bh-blog-category,
.bh-blog-thumb-section:hover .popup-youtube .bh-video-svg
{
    background-image: -moz-linear-gradient( 180deg, rgb(18,185,230) 0%, rgb(128,234,139) 100%) !important;
    background-image: -webkit-linear-gradient( 180deg, rgb(18,185,230) 0%, rgb(128,234,139) 100%) !important;
    background-image: -ms-linear-gradient( 180deg, rgb(18,185,230) 0%, rgb(128,234,139) 100%) !important;
}

.bh-contact-wrapper .bg-primary {
    background: #222222 !important;
}