/**
 * Theme Name: Sushifushi Child Theme
 * Template: sushifushi
*/

/*------------------------------------------------------------------*/

html {
  scroll-behavior: smooth;
}

#mad-header .mad-logo img, #mad-footer .mad-logo img {
    max-width: 175px !important;
}

.mad-back-to-top {
    display: none;
}

[class*="mad-header-section--sticky"].mad-header-section--sticked {
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 50;
    background: unset !important;
    padding-top: 0;
    padding-bottom: 0;
    transition: all .5s ease;
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
}

.mad-footer.footer-2:after, .mad-footer.footer-2:before {
	display: none;
}

.mad-footer-holder {
    background: url('https://chinapalacecape.com/wp-content/uploads/2020/08/footer_bg2.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom center;
}

#mad-footer {
    background-color: #ffffff9e !important;
}

.owl-carousel button.owl-dot {
    background: #c7c7c8 !important;
}

.owl-carousel button.owl-dot.active {
    background: #ca3c3f !important;
}

@media (max-width: 769px){
	.mad-navigation:not(.side-menu) > li:hover > a, .mad-navigation:not(.side-menu) > li.current-menu-item > a, .mad-navigation:not(.side-menu) > li.mad-tapped > a {
		background: #91774a !important;
	}
}

@media(max-width: 767px){
    rs-bullets.tp-bullets.sushi.horizontal.nav-pos-hor-center.nav-pos-ver-bottom.nav-dir-horizontal {
        display: none;
    }
}

.mad-header .mad-header-items .mad-header-item {
    margin-bottom: 0px !important;
}

.mad-header {
    padding: 25px 0 !important;
}