/*
 Theme Name:   Jewish Education
 Template:     yootheme
 Author:       Monday Loves You
 Description:  MLY - YOOtheme Child Theme
 Version:      1.0.0
 Text Domain:  yootheme-child
*/

.elt-search-reset {
    padding: 4px 12px;
    border: 1px solid transparent;
    width: fit-content;
    border-radius: 4px;
    background: #1D2F54;
    color: #fff;
    cursor: pointer;
    font-size: 14px;

    &:hover {
        opacity: 0.9;
    }
}