/*
Theme Name: Openrepair(child of emmet lite)
Theme URI: http://openrepair.test/
Description: This is a custom child theme.
Template: emmet-lite
Version: 1.6.0
*/

@import url("../emmet-lite/style.css");



.site-title {
   margin: 0;
   color: #4f4f4f;
   font-family: "Hammersmith One", sans-serif;
   font-size: 36px;
   font-weight: 500;
 }

.sf-menu {
    text-transform: none !important;
}

.site-main input[type="submit"],
.button, .site-main button {
    background-color: #FFDB10 !important;
    color: #444 !important;
    border:none;
}

.button:hover {
}

.site-main input[type="submit"]:hover,
.button.white-button:hover {
    border-color: #ffdb10 !important;
}
.button.white-button {
    background: 0 0 !important;
    color: white !important;
    border-color: white !important;
}

.features-icon {
    background-color: #ffdb10 !important;
    color: #444 !important;
}

.site-title {
    font-size: 36px;
    border: 3px solid #ffdd10;
    padding: 0 12px;
    border-radius: 8px;
}

.menu-item {
    font-size: 12pt;
}
