/*
Theme Name: Sachiko Child Theme
Description: Sachiko Child Theme
Template: sachiko
Version: 1.0
*/

@import url("../sachiko/assets/css/sachiko.min.css");

/* =Theme customization starts here
------------------------------------------------------- */

.hs-form .hs-button {
    color: #fff;
    text-shadow: 0 0px 0 #20bdf0 !important;
    background-color: #b49964 !important;
    background-image: none !important;
    box-shadow: 0 0px 0 #ac8e53 !important;
    border-top: 0px solid #ac8e53 !important; 
    border-bottom: 0px solid #ac8e53 !important; 
    border-right: 0px solid #ac8e53 !important; 
    border-left: 0px solid #ac8e53 !important; 
    border-radius: 4px !important;
    -moz-transition: opacity 0.15s linear;
    -moz-user-select: none;
    user-select: none;
}

#submit.large, button.large, .button.large, input[type="submit"].large {
    padding-top: 1em;
    padding-right: 2em;
    padding-bottom: 1.0625em;
    padding-left: 2em;
    font-size: 1.25em;
}

body input[type="text"], body input[type="password"], body input[type="datetime"], body input[type="datetime-local"], body input[type="date"], body input[type="month"], body input[type="time"], body input[type="week"], body input[type="number"], body input[type="email"], body input[type="url"], body input[type="search"], body input[type="tel"], body input[type="color"], body input[type="file"], body textarea, body select {
    font-family: "Noticia Text",serif;
}