@font-face {
    font-family: ProximaNova;
    src: url(../fonts/proximanova-semibold.eot);
    src: local("☺"),url(../fonts/proximanova-semibold.eot?#iefix) format("embedded-opentype"),url(../fonts/proximanova-semibold.svg#ProximaNova-Semibold) format("svg"),url(../fonts/proximanova-semibold.woff) format("woff"),url(../fonts/proximanova-semibold.ttf) format("truetype");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: ProximaNova;
    src: url(../fonts/proximanova-regular.eot);
    src: local("☺"),url(../fonts/proximanova-regular.woff) format("woff"),url(../fonts/proximanova-regular.ttf) format("truetype"),url(../fonts/proximanova-regular.svg) format("svg");
    font-weight: normal;
    font-style: normal
}

/* COMMON */
.wrap--adoric-settings {
    margin-left: -20px;
    height: 82vh;
    height: calc(100vh - 97px);
}
.wrap--adoric-settings A,
.wrap--adoric-settings A:hover,
.wrap--adoric-settings A:focus,
.wrap--adoric-settings A:active {
    text-decoration: none;
    color: #006CE7;
}
.wrap--adoric-settings INPUT,
.wrap--adoric-settings INPUT:hover,
.wrap--adoric-settings INPUT:focus,
.wrap--adoric-settings INPUT:active {
    box-shadow: none;
    outline: none;
}

.wrap--adoric-settings .settings-wrapper {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}

.wrap--adoric-settings .settings-wrapper:before,
.wrap--adoric-settings .settings-wrapper::before {
    content: '';
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: -1;
}
.wrap--adoric-settings .settings-wrapper .adoric_header {
    background-color: #F6F6F6;
    background-image: url('../img/logo.svg');
    background-repeat: no-repeat;
    background-position: 168px center;
    padding: 0 168px;
    height: 72px;
}

.wrap--adoric-settings .settings-wrapper .adoric_header A {
    display: inline-block;
    float: right;
    font-family: ProximaNova, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 72px;
    color: #006CE7;
    padding-right: 22px;
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.43182 4.5H4.5C3.67157 4.5 3 5.17157 3 6V13.5C3 14.3284 3.67157 15 4.5 15H12C12.8284 15 13.5 14.3284 13.5 13.5V10.5682' stroke='%23006CE7' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M8.25 9.75L15 3M15 3V6.75M15 3H11.25' stroke='%23006CE7' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: right 25px;
}

.wrap--adoric-settings .settings-wrapper H1 {
    display: block;
    width: auto;
    padding: 0 168px;
    margin: 80px 0 40px 0;
    font-family: ProximaNova, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 48px;
    line-height: 58px;
    color: #222;
}

.wrap--adoric-settings .settings-wrapper H1 BUTTON {
    width: auto;
    height: 40px;
    font-family: ProximaNova, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    border-radius: 2px;
    text-align: center;
    display: inline-block;
    float: right;
    margin-top: 9px;
    color: grey;
    background: none;
    border: 0;
    outline: 0;
    cursor: pointer;
}

.wrap--adoric-settings .settings-wrapper FORM  {
    margin: 0 168px 0 168px;
    padding-top: 48px;
    width: auto;
    display: block;
    border-top: 2px solid #EEEEEE;
}

.wrap--adoric-settings .settings-wrapper FORM LABEL {
    font-family: ProximaNova, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
    display: block;
    color: #666666;
    margin-bottom: 10px;
}

.wrap--adoric-settings .settings-wrapper FORM INPUT[type="password"] {
    font-family: ProximaNova, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    height: 48px;
    width: 400px;
    display: block;
    padding: 14px 16px;
    border-radius: 4px;
    border: 2px solid #DBE3EB;
    margin-bottom: 24px;
}

.wrap--adoric-settings .settings-wrapper FORM INPUT[type="submit"] {
    font-family: ProximaNova, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    line-height: 48px;
    color: #fff;
    background-color: #006ce7;
    width: 400px;
    display: block;
    height: 48px;
    border-radius: 4px;    
    cursor: pointer;
    border: 0;
}

.wrap--adoric-settings .settings-wrapper .error-info {
    padding: 10px 0;
    color: #c00000;
    font-size: 14px;
}

FOOTER {
    position: absolute;
    left: -21px;
    right: 0;
    bottom: 0;
    padding: 35px 120px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #E4EBF1;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
FOOTER .copyright {
    display: inline-block;
    font-family: ProximaNova, sans-serif;
    padding-left: 42px;
    background-image: url(../img/blue_logo.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 26px 24px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #999;
}
FOOTER .socials {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
FOOTER .socials a {
    width: 16px;
    height: 16px;
    display: block;
    cursor: pointer;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    text-decoration: none;
    margin-left: 24px;
}
FOOTER .socials a.twitter {
    background-image: url(../img/twitter_dark.svg);
}
FOOTER .socials a.facebook {
    background-image: url(../img/facebook_dark.svg);
}
FOOTER .socials a.instagram {
    background-image: url(../img/instagram_dark.svg);
}
FOOTER .socials a.pinterest {
    background-image: url(../img/pinterest_dark.svg);
}
FOOTER .socials a.dribble {
    background-image: url(../img/dribble_dark.svg);
}
FOOTER .socials a.linkedin {
    background-image: url(../img/linkedin_dark.svg);
}

#wpfooter {
    display: none;
}


@media (max-width: 960px) {
    .wrap--adoric-settings FOOTER {
        padding-top: 32px;
        width: auto;
        flex-wrap: wrap;
        padding-top: 32px;
        padding-left: 24px;
        padding-right: 24px;
        text-align: center;
    }
    .wrap--adoric-settings FOOTER .copyright {
        flex-basis: 100%;
        color: #999;
        width: 100%;
        display: block;
        flex-grow: 1;
        padding-top: 32px;
        font-size: 14px;
        padding-left: 0;
        background-position: center top;
    }
    .wrap--adoric-settings FOOTER .socials {
        margin: 24px auto 0 auto;
    }
    .wrap--adoric-settings FOOTER .socials A:first-child {
        margin-left: 0;
    }
    .wrap--adoric-settings .settings-wrapper .adoric_header {
        background-position: 24px center;
        padding: 0 24px;
        height: 56px;
        background-size: auto 19px;
    }
    .wrap--adoric-settings .settings-wrapper .adoric_header A {
        line-height: 56px;
        font-size: 14px;
        background-position: right 19px;
        background-size: 16px auto;
    }
    .wrap--adoric-settings .settings-wrapper H1 {
        padding: 0 24px;
        margin: 43px 0 26px 0;
        font-size: 24px;
        line-height: 29px;
    }
    .wrap--adoric-settings .settings-wrapper H1 BUTTON {
        margin-top: 0;
        font-size: 14px;
        line-height: 17px;
    }
    .wrap--adoric-settings .settings-wrapper FORM {
        margin: 0 24px 0 24px;
        padding-top: 32px;
        width: auto;
    }
    .wrap--adoric-settings .settings-wrapper FORM LABEL {
        font-size: 13px;
        line-height: 15px;
    }
    .wrap--adoric-settings .settings-wrapper FORM INPUT[type="password"],
    .wrap--adoric-settings .settings-wrapper FORM INPUT[type="submit"] {
        width: 100%;
        font-size: 14px;
        line-height: 40px;
        height: 40px;
        margin-bottom: 12px;
    }
}