/*
Theme Name:     Les Privat Surabaya Child
Theme URI:      https://lesprivatsurabaya.co.id/
Description:    Child theme for Les Privat Surabaya theme
Author:         Tatamaya.co.id
Author URI:     https://tatamaya.co.id/
Template:       lesprivatsurabaya
Version:        1.0.0
*/

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 16px;
    color: #5A5A52;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Baloo 2', sans-serif;
}

a { color: inherit;}
a:hover { color: #04308C;}

/*=== FOOTER ===*/
footer.site-footer h3.wp-block-heading {
    color: #04308C;
    font-weight: 700;
}

footer.site-footer .site-footer-primary-section-2 {
    padding-top: 5.6rem;
}

ul.footer-contact i {
    color: #04308C;
    width: 25px;
    text-align: center;
}

/* === FLOATING BUTTON === */
.footer-whatsapp {
    padding: 12px 14px;
    background: #25d366;
    border-radius: 100%;
    font-size: 30px;
    line-height: 1;
    position: fixed;
    bottom: 4.5rem;
    right: 20px;
    z-index: 99;
    transition: .3s all;
}

.footer-whatsapp:hover {
    background: #FAC802;
}

.footer-whatsapp .whatsapp-icon {
    color: #fff;
	transition: .3s all;
}

.footer-whatsapp:hover .whatsapp-icon {
    /*color: #fff;*/
}

.mobile-text {
    display: none;
}

@media (max-width: 1400px) {
}

@media (max-width: 1200px) {
}

@media (max-width: 1024px) {
}

@media (max-width: 980px) {
}

@media (max-width: 921px) {
}

@media (max-width: 768px) {
}

@media (max-width: 544px) {
}

@media (max-width: 480px) {
}

@media (max-width: 420px) {
}