/*Override wordpress default css*/
body.login {
}

body.login div#login {
    padding: 0;
    width: 100%;
    text-align: left;
    margin-bottom: 25px;
}

body.login div#login h1 {
    display: none;
}

body.login div#login h1 a {
}

#login-form-row {
    box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.19);
    max-width: 950px;
    -ms-flex-align: center !important;
    align-items: center !important;
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
    vertical-align: middle !important;
    background: #fff;
}

.login #login_error, .login .message, .login .success {
    border: 1px solid #00a0d2;
    padding: 6px 10px;
    margin-left: 0;
    margin-top: 20px;
    margin-bottom: 0;
    background-color: #fff;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
}

body.login div#login form#loginform, .login form#registerform {
    border: 0;
    margin: 0;
    padding: 15px 3px 20px;
    box-shadow: none;
}

body.login div#login form p {
}

body.login div#login form p label {font-size: 16px;}

body.login div#login form input {
    border: 1px solid #c4cdd5;
    color: #000;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 5px 10px;
}

body.login div#login form input:focus {
    border: 1px solid #08f;
    -webkit-box-shadow: 0 0 0 1px #08f;
    box-shadow: 0 0 0 1px #08f;
    outline: none;
    outline-offset: 0;
}

body.login div#login form input#user_login {
    -webkit-box-shadow: inset 0 0 0 1000px #fff;
    box-shadow: inset 0 0 0 1000px #fff;
}

body.login div#login form input#user_pass {
}

body.login div#login form p.forgetmenot {
    float: unset;
    margin-bottom: 15px;
}

body.login div#login form p.forgetmenot input#rememberme {
    border: 1px solid #c4cdd5;
    background: #fff;
}

body.login div#login form p.submit {
    text-align: center;
    margin: auto;
    display: block;
    width: 100%;
}

body.login div#login form p.submit input#wp-submit {
    background: linear-gradient(to bottom,#4697fe,#08f);
    border-color: #08f;
    -webkit-box-shadow: inset 0 1px 0 0 #08f;
    box-shadow: inset 0 1px 0 0 #549cf9;
    color: #fff;
    display: block;
    height: 46px;
    padding: 0 93px;
    margin: auto;
    text-align: center;
    float: unset;
    font-size: 16px;
}

body.login div#login form p.submit input#wp-submit:hover {
    background: linear-gradient(to bottom,#08f,#4697fe);
}

body.login div#login form p.submit input#wp-submit:active {
    background: linear-gradient(to bottom,#08f,#08f);
    border-color: #1c2125;
    -webkit-box-shadow: inset 0 1px 0 0 #08f, 0 0 0 1px #08f;
    box-shadow: inset 0 1px 0 0 #549cf9, 0 0 0 1px #549cf9;
}

body.login div#login p#nav {
    margin: auto;
    padding: 0;
    padding-bottom: 15px;
}

body.login a {
    color: #08f;
}

body.login a:hover {
    text-decoration: underline !important;
}

body.login div#login p#nav a {
    font-size: 16px;
    color: #08f;
}

body.login div#login p#backtoblog {
    display: none;
}

body.login div#login p#backtoblog a {
    color: #c9eff8;
}

body {
    margin: 0;
    overflow: hidden;
    font-size: 1em;
    line-height: 1.6;
}

section {
    display: block;
}

a {
    background-color: transparent;
}

a:active,a:hover {
    outline-width: 0;
}

img {
    border-style: none;
}

*,*:before,*:after {
    box-sizing: border-box;
}

body {
    color: #777;
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img {
    max-width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: middle;
}

p:empty {
    display: none;
}

a {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

a {
    color: #334862;
    text-decoration: none;
}

a:focus {
    outline: none;
}

a:hover {
    color: #000;
}

p {
    margin-bottom: 1.3em;
}

p {
    margin-top: 0;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

.block {
    display: block;
}

.inline-block {
    display: inline-block;
}

.col {
    position: relative;
    margin: 0;
    padding: 0 15px 0px;
    width: 100%;
}

.col-inner {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

@media screen and (min-width: 850px) {
    .col:first-child .col-inner {
        margin-left:auto;
        margin-right: 0;
    }

    .col+.col .col-inner {
        margin-right: auto;
        margin-left: 0;
    }
}

@media screen and (max-width: 849px) {
    .col {
        padding-bottom:5px;
    }
}

.align-equal>.col {
    display: -ms-flexbox;
    display: flex;
}

.align-middle {
    -ms-flex-align: center!important;
    align-items: center!important;
    -ms-flex-item-align: center!important;
    -ms-grid-row-align: center!important;
    align-self: center!important;
    vertical-align: middle!important;
}

.small-12 {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

@media screen and (min-width: 550px) {
    .medium-6 {
        max-width:50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }
}

@media screen and (min-width: 850px) {
    .large-6 {
        max-width:50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }
}

body,.row {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.row {
    max-width: var(--container-width);
}

.row {
    width: 100%;
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.row-collapse {
    padding: 0;
}

.row-collapse>.col {
    padding: 0!important;
}

.section {
    padding: 30px 0;
    position: relative;
    min-height: auto;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row;
    flex-flow: row;
    -ms-flex-align: center;
    align-items: center;
}

.section-bg {
    overflow: hidden;
}

.section-bg,.section-content {
    width: 100%;
}

.section-content {
    z-index: 1;
}

.text-center {
    text-align: center;
}

.text-center>div {
    margin-left: auto;
    margin-right: auto;
}

.relative {
    position: relative!important;
}

.fill {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    right: 0;
    bottom: 0;
    padding: 0!important;
    margin: 0!important;
}

.is-full-height {
    min-height: 550px;
    height: 100%;
    height: 100vh;
    padding-top: 0!important;
    padding-bottom: 0!important;
}

.bg-fill {
    background-size: cover!important;
    background-repeat: no-repeat!important;
    background-position: 50% 50%;
}

@media all {
    img {
        transition: opacity 1s;
        opacity: 1;
    }

    .img .img-inner {
        position: relative;
        overflow: hidden;
    }

    .img,.img img {
        position: relative;
        width: 100%;
    }

    .image-cover {
        position: relative;
        height: auto;
        overflow: hidden;
        padding-top: 100%;
        background-position: 50% 50%;
        background-size: cover;
    }

    .image-cover img {
        right: 0;
        width: 100%;
        height: 100%;
        bottom: 0;
        left: 0;
        top: 0;
        position: absolute;
        object-position: 50% 50%;
        object-fit: cover;
        font-family: 'object-fit: cover;';
    }
}

#wrapper,#main {
    background-color: #fff;
    position: relative;
}

.has-hover [class*="image-"] img {
    transition: filter .6s, opacity .6s, transform .6s, box-shadow .3s;
}

body {
    font: 14px/18px Helvetica,Arial,'DejaVu Sans','Liberation Sans',Freesans,sans-serif;
    color: #46484a;
    outline: none;
    zoom:1; }

a:hover {
    color: #288ad6;
}

@media (max-width: 849px) {
    [data-show="hide-for-small"], .hide-for-small {
        display: none !important;
    }
    #login-form-row {
        box-shadow: none;
    }
    #login-form-wrapper .section-bg.bg-loaded {
        background-image: none !important;
    }
    input[type=checkbox], input[type=radio] {
        height: 1.2625rem;
        width: 1.2625rem;
    }
    #login-form-row > .col > .col-inner {
        background-color: rgb(255,255,255);
        padding: 30px !important;
    }
}
