/*
Theme Name: Essex Summer School
Theme URI: https://www.omdesign.co.uk/
Author: OMdeSIGN London Limited
Author URI: https://www.omdesign.co.uk/
Description: Bespoke university theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: es
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/


/************************************
/************Custom CSS*************
************************************/
li span.current
{
    font-weight: 500;
    color: #222121;
}

#mds-contact-form input,
#mds-contact-form textarea
{
    box-shadow: none;
}
.mds-error {
    background: #f7f9fa;
    width: 100%;
    padding: 15px;
    margin-top: 10px;
    margin-bottom: 25px;
    border-bottom: 2px solid #9d0000;
}

.mds-success
{
    background: #f7f9fa;
    width: 100%;
    padding: 15px;
    margin-top: 10px;
    margin-bottom: 25px;
}
.side-navigation li.current-menu-item > a
{
    color: #dc5726;
}

#mds-course-outline
{
    display:none;
}

.mds-app-input-wrapper-error label,
.mds-app-section-error,
.form-row.mds-app-input-wrapper-error label .mobile-hidden,
.form-row.mds-app-input-wrapper-error input[type="text"]
{
    color: red!important;
}
.mds-app-input-wrapper-error input,
.mds-app-input-wrapper-error .selectric
{
    border-bottom-color: red!important;
}

.mds-form-status
{
    background: #f7f9fa;
    width: 100%;
    padding: 22px;
    margin-top: 10px;
    margin-bottom: 10px;
    float: left;
    clear: both;
    text-align:center;
    /*font-weight:bold;*/
    color:#fff;
    font-size: 18px;
}
.mds-error-app
{
    background: #d48987;
}

.mds-success-app
{
    background: #95d483;
}

.mds-university-select,
.mds-other-university {
    display: none;
}

.form-row.mds-small.check-row label {
    margin-left: auto;
    margin-right: auto;
}