body {
    background: #fff;
}

.sc_layouts_title_breadcrumbs {
    display: none !important;
}

.accompagnatore-header {
    background: #8eb2c7;
    padding: 10px;
    color: #fff;
    font-size: 1.2rem;
    margin-bottom: 1rem;
}

.room {
    border-bottom: 1px solid #8eb2c7;
    padding-bottom: 40px;
    margin-bottom: 40px;
}

.room .selector .input-group {
    display: flex;
    margin-bottom: 10px;
}

.room h4 {
    margin: 0;
    font-size: 1rem;
    text-transform: initial;
}

.room .prezzo{
    font-size: 1.4rem;
    font-weight: bold;
}

.room .prezzo small{
    font-weight: normal;
}

/*** taxonomy ****/
.tax-hotel .sc_layouts_title {
    display: none;
}

.select, .select2 {
    width: 100% !important;
}


.hotel-title {
    font-family: Montserrat, sans-serif;
    font-weight: bold;
    font-size: 23px;
}

h3.hotel-title {
    font-size: 1.5rem;
    margin-bottom: 0;
}


/** error **/
.help-block {
    color: red;
}