/* Enter Your Custom CSS Here */

a#promotions-btn {
    display: block;
    padding: 20px;
    text-decoration: none;
    background-color: #de543e;
    font-size: 1.1em;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 10px;
    display: none;
}

.reservation-content #reservation-step1-button, .reservation-content #reservation-step3-button, .step4-return-home {
    padding: 10px 25px;
    padding-top: 15px;
    padding-right: 30px;
    padding-bottom: 15px;
    padding-left: 30px;
    background-color: #de543e;
    color: #fff;
    float: left;
    border-radius: 0;
    box-shadow: none;
    border: 0;
    
}


#reservation-breadcrumb-wrap div {
    padding-right: 1%;
    position: relative;
}



/* CSS per oscurare widget prenotazioni */


/*
#reservation-widget-header {
    display: none;
}



#reservation-widget-content {
    background: transparent;
}



#reservation-widget-wrap #check-in-wrap {
    margin-bottom: 10px;
    float: left;
    display: none; 
}


#reservation-widget-wrap #adults-wrap, #reservation-widget-wrap #check-out-wrap {
    margin-left: 10px;
    display: none; 
}


#reservation-widget-wrap #rooms-wrap {
    margin-left: 0;
    display: none; 
}



#reservation-widget-content .room-number-for-guest {
    margin: 28px 8px 0 10px;
    display: none; 
}



#reservation-widget-content .reservation-room-adults {
    width: 50px;
    margin-right: 10px;
    display: none; 
}



.reservation-room-children {
    margin-right: 0 !important;
    display: none;
}



#reservation-widget-content #submit-button {
    font-size: 1.1em;
    width: 100%;
    background: #de543e;
    color: #fff;
    font-weight: 300;
    box-shadow: none !important;
    margin-top: -6px;
    border-radius: 6px;
    outline: none;
    border: none;
}

*/

/* FINE CSS per oscurare widget prenotazioni */




#reservation-widget-content .reservation-room-adults {
    width: 107px;
    margin-right: 10px;
}


#reservation-widget-content .reservation-room-adults select, #reservation-widget-content .reservation-room-children select {
    width: 107px;
    height: 32px;
    margin-bottom: 5px;
}



.reservation-room-children {
    margin-right: 0 !important;
    display: none;
}



#reservation-widget-content #submit-button {
    font-size: 1.1em;
    width: 97%;
    background: #de543e;
    color: #fff;
    font-weight: 300;
    box-shadow: none !important;
    margin-top: 15px;
    border-radius: 6px;
}












