/*
 Theme Name:   Rinne & Rinne
 Theme URI:    https://creativethemes.com/blocksy/
 Description:  Child theme for Blocksy
 Author:       SiteWorks
 Author URI:
 Template:     blocksy
 Version:      1.0.0
 Text Domain:  blocksy-child
*/



header {
    nav[class*=menu] li svg, nav[class*=menu] li svg {
        height: 18px
    }

    nav[class*=menu] li:hover>.ct-menu-link svg, nav[class*=menu] li:hover>.ct-sub-menu-parent svg {
        fill: none;
    }
}

.rin-hero-text {
    text-shadow: 0px 0px 2px #29363d;
}

.rin-contacts {
    .nf-form-fields-required,
    .nf-field-label {
        display: none;
    }

    form {
        textarea {
            border-radius: 0;
            padding: 7px 10px;
            max-height: 150px;
            border-color: #537970;
        }

        input {
            border-radius: 0;
            padding: 7px 10px;
            border-color: #537970;
        }

        textarea::placeholder,
        input::placeholder{
            color: #29363d;
            opacity: .95;
        }

        input[type=submit] {
            min-width: 100px;
        }
    }

}

.rin-contacts-link,
.rin-footer-link {
    display: flex;
    gap: 8px;
    text-decoration: none;
    align-items: center;

    svg {
        flex-shrink: 0;
    }
}


@media (max-width: 640px) {
    div.rin-hero {
        padding-bottom: 5rem !important;
        min-height: 70vh !important;
    }
}

@media (min-width: 641px) {
    #palvelut {
        padding-bottom: 50px !important;
    }
}
