/**********************************
 	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-footer-bg: #1c1d2a;
    --bloghub-copyright-bg: #242534;
    --bloghub-title-family: 'Lora', serif;
    --bloghub-globbh-family: 'Lora', serif;
    --bloghub-font-size: 15px;
    --bloghub-font-color: #666666;
    --bloghub-primary-color: #ff486a;
    --bloghub-primary-light: #fe5473;
    --bloghub-main-bg: #f0f2f5;
}

html {
    font-size: 16px;
}
body {
    background-image: url(../../images/body-bg.png);
    background-position: center;
    background-repeat: repeat;
    font-style: italic;
}
.bh-notice-inner > span,
.bh-date-controls ul .bh-today-date span {
    color: #979797;
}
.bh-notice-btn, 
.bh-notice-inner>span,
.bh-date-controls ul .bh-today-date span,
.bhh-banner-slider-content p,
.bhh-banner-slider-content h2,
.bh-category-button,
.bloghub-blogs-section .bloghub-blog-content .bh-blog-data,
.bloghub-blogs-section .bloghub-blog-content .bhh-trending-share-on > li {
    font-style: italic;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], .form-control:focus, input[type="datetime-local"], input[type="color"], textarea {
    font-style: italic;
}

.bh-title-section .bh-title-inner:before {
    border-top-color: #cdd3dd;
}

.bh-title-section.bh-title-style2 .bh-title-inner h2 {
    font-style: normal;
}

/* Footer */
.bh-footer-widget .menu li span {
    background: transparent;
    background: url(../../images/arrows-footer.svg);
    height: 15px;
    width: 15px;
    background-repeat: no-repeat;
}
.bh-footer-widget .widget-title, 
.bh-widgets.widget-twitter-feed .widget-title{
    padding-left: 20px;
    padding-bottom: 0;
    margin-top: 16px;
    text-transform: uppercase;
    font-weight: 600;
}
.bh-footer-widget .menu li {
    padding: 0 0 0 25px;
}
.bh-footer-widget .widget-title:before,
.bh-widgets.widget-twitter-feed .widget-title:before {
    height: 90%;
    width: 3px;
    margin: auto;
    top: 0;
}
.bh-dark-footer, .bh-dark-footer ul li a {
    color: #b0b2c2;
}

body .bh-main-nav-wrapper .menu>li>a {
    font-style: normal;
}
.bh-btn {
    padding: 15px 20px 16px;
}
.bh-main-post-wrapper article.post,.bh-main-post-wrapper article.post:last-of-type {
    background: transparent;
}

.bloghub-blogs-section .bh-blog-data a span {
    font-weight: 500;
}
.bh-blog-data a {
    color: #979797;
}
.bh-blog-data a:hover {
    color: var(--bloghub-primary-color);
}

.woocommerce div.product .woocommerce-tabs .panel {
    background: var(--bloghub-white);
    padding: 22px 20px 6px;
}
body.woocommerce div.product .woocommerce-tabs ul.tabs {
    margin: 0;
}
.bh-related-product-wrapper {
    padding: 0;
    border-top: 0;
    margin-top: 73px;
}

.widget.widget_tag_cloud .tagcloud a, .wp-block-tag-cloud .tag-cloud-link, .woocommerce.widget_product_tag_cloud .tagcloud .tag-cloud-link {
    padding: 4px 15px 4px;
}

.bh-breadcrumb-wrapper.breadcrumb-overlay {
    padding: 37px 0 50px;
}

#yith-quick-view-modal .yith-wcqv-head a#yith-quick-view-close {
    line-height: 27px;
}
body.woocommerce a.button, body.woocommerce button.button, body .checkout-button {
    padding: 9px 20px 7px !important;
}
.woocommerce .products .star-rating {
    font-style: normal;
}
blockquote {
    margin: 42px 0 42px;
}
.bloghub-demo .bh-main-post-wrapper article.post {
     margin: 0;
     padding: 0 0 34px;
     border: 0;
}
.bh-copyright-wrapper {
    margin-top: 34px;
}
.qty_button.plus.toltiped {
    padding-top: 0;
}
.woocommerce div.product .woocommerce-tabs .panel .form-submit {
    padding-bottom: 5px;
}
ul.bhh-trending-share-on li a {
    background-color: #f9fafb;
    border: 1px solid rgb(234, 235, 236);
}
.bloghub-blogs-section .bh-blog-title {
    font-style: italic;
}
.bh-title-section .bh-title-inner h2 {
    /*background: #f0f2f5;*/
}
.bh-footer-wrapper .widget:last-of-type{
    margin-top: 0;
}
.bh-footer-widget .menu li span {
    background: none;
    top: -1px;
}