/**
 * RiPro child theme component styles (formerly inline in templates).
 */

/* Navbar logo (child theme uses background image) */
.navbar .logo {
    margin-right: 12px;
    max-width: 170px;
    width: 170px;
    height: 43px;
    background: var(--ripro-site-logo, none) no-repeat center;
    background-size: cover;
}

.ripro-dark .navbar .logo {
    background: var(--ripro-site-logo-dark, var(--ripro-site-logo, none)) no-repeat center;
    background-size: cover;
}

/* Footer statistics bar background */
#J_siteDataBar {
    background-image: var(--ripro-stats-bg, none);
}

/* DIY footer widgets */
.footer-widget .col-sm-3 {
    flex: 0 0 25%;
    max-width: 16%;
}

#col-contact {
    width: 200px;
    text-align: center;
    float: left;
}

#col-contact p {
    margin: 10px 0;
    font-size: 10px;
    text-align: center;
    color: #fff;
}

#col-contact a.btn-line-primary {
    display: inline-block;
    width: 128px;
    height: 36px;
    padding: 0;
    margin: 0;
    font-size: 14px;
    line-height: 36px;
    text-align: center;
    cursor: pointer;
    transition: all .4s;
    border-radius: 4px;
    border: 1px solid #2096f3;
    color: #fff;
    background: #2096f3 no-repeat 20px center;
}

#col-contact a.btn-line-primary:hover {
    color: #2096f3;
    background-color: #fff !important;
    border: 1px solid #2096f3 !important;
}

.footer-diy {
    float: left;
    margin: 0;
    font-size: 14px;
    color: #fff;
    text-align: center;
}

.footer-diy img {
    width: 100px;
    height: 100px;
}

.footer-diy .footer-diy-label {
    padding: 0;
    margin-bottom: 12px;
}

/* Home carousel modules */
.child-boxes-host .category-box .big,
.child-boxes .category-box .big {
    margin-right: 0;
    width: 100%;
}

.child-boxes-host .bgcolor-fff,
.child-boxes .bgcolor-fff {
    background: none;
    padding-bottom: 0;
}

.child-boxes-host .owl-prev,
.child-boxes-host .owl-next {
    background: #fb1408;
    opacity: .1;
    top: 50%;
    margin-top: -30px;
    border-radius: 0;
}

.child-boxes-host .owl-prev {
    left: -40px;
}

.child-boxes-host .owl-next {
    right: -40px;
}

.child-boxes-host .owl-prev:hover,
.child-boxes-host .owl-next:hover {
    opacity: 1;
}

/* SVIP page layout */
.page-template-pages-svip .site-content,
.page-template-pages-svip-php .site-content {
    padding: 0;
    background: #fff;
}

.page-template-pages-svip .term-bar,
.page-template-pages-svip-php .term-bar {
    display: none;
}

.clearfix {
    clear: both;
}

/* Navbar burger spacing */
.navbar .actions .burger.navbar-button {
    margin-right: 0;
}

/* Activity float ad */
#right_ad {
    display: none;
}

#right_ad .kubao {
    display: none;
}

#right_ad .link.animated {
    background: var(--ripro-activity-float-bg, none) no-repeat top / 100% auto;
}
