/*
 Theme Name:   Divi-SHInn
 Description:  Divi child theme for shipharborinn.com
 Version:      1.0.0
 Template:     Divi
 Text Domain:  divi-shinn
*/

ul.et-social-icons {
    margin-bottom: 0;
}

#footer-info {
    float: none;
    text-align: center;
}

/* Fullwidth post template for the category-rooms */
.single.et_pb_pagebuilder_layout.et_full_width_page #main-content .container {
    padding: 0;
}
.single.et_pb_pagebuilder_layout.et_full_width_page #main-content .container #left-area {
    padding-bottom: 0;
}
.single .category-rooms {
    margin-bottom: 0;
    padding-bottom: 0;
}

.single .category-rooms .et-pb-controllers a {
    width: 12px;
    height: 12px;
    border-radius: 0;
}


/* eRes Booking Widget */
#CalendarWidget {
    height: fit-content;
    background: #2ea3f2;
    color: #fff;
    padding: 1em 0.5em;
    margin: 0 auto;
}

#CalendarWidget .row {
    margin: 0 0 0.5em 0;
}

#CalendarWidget .row .row {
    margin-bottom: 0;
}

#CalendarWidget .col {
    padding: 0;
}

#CalendarWidget h3 {
    color: #fff;
    font-family: inherit;
}

#CalendarWidget .ui-datepicker-trigger {
    position: relative;
    top: 3px;
    left: 4px;
}

#CalendarWidget .hasDatepicker {
    width: 82%;
}

#CalendarWidget select {
    width: 80%;
}

#CalendarWidget #btnBook {
    background: #e0893a;
    border: 1px solid #FFF;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    color: white;
    cursor: pointer;
    padding: 5px 10px;
    -webkit-transition: background-color 0.15s ease-in-out;
    -moz-transition: background-color 0.15s ease-in-out;
    -o-transition: background-color 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out;
    font-size: 13px;
    font-weight: 400;
}