a {
    color: #ec7527;
}
a:active, a:hover {
    color: #ec7527;
}
.login form {
    background-color: #000;
}
.login label {
    color: #ffffff;
}
#login h1 a, .login h1 a {
    background-image: url('//firme.edita.it/edita/logo-sito.svg') !important;
	width: 136px;
	height: 58px;
	background-size: contain;
}
.wp-core-ui .button-primary {
    background: #ec7527;
    border-color: #d4661e;
    -webkit-box-shadow: 0 1px 0 #d4661e;
    box-shadow: 0 1px 0 #d4661e;
    text-shadow: 0 -1px 1px #d4661e, 1px 0 1px #d4661e, 0 1px 1px #d4661e, -1px 0 1px #d4661e;
}
.wp-core-ui .button.button-large {
    text-transform: uppercase;
    min-width: 120px;
    height: 40px;
}
.wp-core-ui .button-primary:hover {
    background: #ec7527;
    border-color: #d4661e;
}
.login #backtoblog a:hover, .login #nav a:hover, .login h1 a:hover {
    color: #ec7527;
}
input[type=checkbox]:checked:before {
    color: #ec7527;
}
.edt-login * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.edt-login *:before, .edt-login *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.edt-login {
    margin-top: 30px;
    padding: 60px 0;
    background-color: #fff;
}
.edt-container {
    padding-right: 30px;
    padding-left: 30px;
    margin-right: auto;
    margin-left: auto;
}
.edt-row {
    margin-right: -30px;
    margin-left: -30px;
}
.edt-login:before, .edt-login:after, .edt-container:before, .edt-container:after, .edt-row:before, .edt-row:after {
    display: table;
    content: " ";
}
.edt-login:after, .edt-container:after, .edt-row:after {
    clear: both;
}
.edt-col {
    position: relative;
    min-height: 1px;
    padding-right: 30px;
    padding-left: 30px;
    float: left;
}
.edt-col__two {
    width: 100%;
}
.edt-img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
.edt-hotelcc-banner__item {
    margin: auto;
}
.edt-feed {
    height: 360px;
    overflow-y: scroll;
}
.edt-feed__item {
    background-color: #eee;
    margin-bottom: 10px;
    padding: 10px 20px;
}
.edt-feed> .edt-feed__item:last-child {
    margin-bottom: 0;
}
.edt-feed__title {
    display: block;
    font-size: 18px;
    line-height: 1.3;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: initial;
    margin-bottom: 8px;
}
.edt-hotelcc-banner {
    display: block;
    /* height: 360px; */
    background-color: #41cb9f;
}
@media (max-width: 767px) {
    .edt-login {
        padding: 0;
    }
    .edt-container {
        padding: 0px;
    }
    .edt-row {
        margin: 0;
    }
    .edt-col {
        padding: 0;
    }
    .edt-hotelcc-banner {
        height: 100%;
    }
    .edt-hotelcc-banner__item {
        padding: 0;
    }
}
@media (min-width: 768px) {
    .edt-container {
        width: 750px;
    }
    .edt-col__two {
        width: 50%;
    }
    /* .edt-hotelcc-banner__item {
        padding-top: 25%;
    } */
}
@media (min-width: 992px) {
    .edt-container {
        width: 970px;
    }
    /* .edt-hotelcc-banner__item {
        padding-top: 8%;
    } */
}
@media (min-width: 1200px) {
    .edt-container {
        width: 1170px;
    }
}
