/*
Admin Dashboard Styling

@package thelittleepicurean

*/

#options-form {
    display: block;
    background: #FFFFFF;
    padding: 15px;
}

.options-form {
    padding: 30px;
    border: 3px double #0f2d37;
}

#options-form h1 {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 28px;
    margin: 0px auto 10px;
    display: block;
    text-align: center;
}

#options-form .meta {
    text-transform: lowercase;
    font-size: 12px;
    margin: 0px auto 10px;
    display: block;
    text-align: center;
    font-style: italic;
    font-weight: 400;
    font-family: Georgia, serif;
}

.options-form h3 {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 300;
    font-size: 14px;
    border-bottom: 1px dotted #0f2d37;
    padding: 0px 0px 5px;
    margin: 0px auto 15px;
}

.options-form textarea {
    padding: 15px;
    width: 100%;
    display: block;
    height: 250px;
    border: 1px dashed #0f2d37;
}

.options-form .wrap {
    margin: 0px auto 30px;
}

.options-buttons input {
    color: #fff !important;
    border: none !Important;
    background: #0f2d37 !important;
    -webkit-appearance: none;
    text-transform: uppercase;
    padding: 10px 15px !important;
    box-shadow: none !important;
    border-radius: 0px !Important;
    height: inherit !important;
    letter-spacing: 2px;;
}

.options-buttons {
    display: block;
    clear: both;
    margin: 60px auto;
}

.wp-core-ui .button-primary {
    -webkit-box-shadow: none !important;
    text-shadow: 0px !important;
}

.note {
    margin: 0px 0px 15px;
    font-family: Georgia, serif;
    font-size: 13px;
}