/*
Theme Name: Engage Child
Theme URI: http://themeforest.net/user/Veented
Description: Multi-Purpose WordPress Theme
Version: 1.0.0
Author: Veented
Author URI: http://themeforest.net/user/Veented
Template: engage
*/


/* Your code goes below! */


#header #main-menu .dropdown-menu a:hover
{
    background-color: #004161!important;
}


#menu-item-509 > a > span
{
    padding: 15px;
    color: rgb(255, 255, 255);
    background-color: rgb(0, 65, 97);
    border-radius: 4px;
    font-weight: 700;

}

#menu-item-509 > a > span:hover {
    background-color: #fff;
    color:  rgb(0, 65, 97);
    transition-duration: 0.2s;
}


#menu-item-2578 > a > span
{
    padding: 15px;
    color: rgb(255, 255, 255);
    background-color: rgb(0, 65, 97);
    border-radius: 4px;
    font-weight: 700;

}

#menu-item-2578 > a > span:hover {
    background-color: #fff;
    color:  rgb(0, 65, 97);
    transition-duration: 0.2s;
}

.bigbutton > a > span
{
    padding: 15px;
    color: rgb(255, 255, 255);
    background-color: rgb(0, 65, 97);
    border-radius: 4px;
    font-weight: 700;

}

.bigbutton > a > span:hover {
    background-color: #fff;
    color:  rgb(0, 65, 97);
    transition-duration: 0.2s;
}


.darklink a
{
    text-decoration: underline;;

    color: #ddd;
}

.nf-form-fields-required
{
    display: none;
}

.darkform .nf-element
{
    border: 2px solid #fff!important;
}

.darkform:focus
{
    color: #fff!important;
}

.darkform .nf-field-element input:not([type=button])
{
    color: #fff!important;
}

#nf-field-31
{
    font-weight: 700;
    line-height: 1.3rem;

    padding: 15px 28px;

    letter-spacing: .2px;

    color: #fff;
    border: 2px solid transparent;
    border-radius: 4px;;
    background-color: #004161;
}
#nf-field-31:hover
{
    color: #222 !important;
    border: 2px solid #004161!important;
    border-color: #fff !important;
    background: #fff !important;
}

#nf-field-4
{
    font-weight: 700;
    font-weight: 700;
    line-height: 1.3rem;

    padding: 15px 28px;

    letter-spacing: .2px;

    color: #222;
    border: 2px solid transparent;
    border-color: #fff;
    border-radius: 4px;
    background: #fff;
}
#nf-field-4:hover
{
    color: #fff!important;
    background-color: #004161!important;
}

#footer a
{
    text-decoration: underline;;

    color: #ddd;
}

@media screen and (max-width : 680px)
{
    .one-half
    {
        display: block;

        min-width: 100%;
        margin-left: 0!important;
    }
}
