/*
 Theme Name:   Divi Child Plus
 Theme URI:    /divi-child-plus/
 Description:  A modified child theme of Divi
 Author:       Web Wizards
 Author URI:   https://webwizards.ca/
 Template:     Divi
 Version:      1.2.1
 Tags:         responsive-layout, accessibility-ready
 Text Domain:  divi-child-plus
*/

@import "modified.css";

/* ------------------------------------------------------------- */
/* IMPROVE THE ACCESSIBILITY OF THE DIVI SLIDER MODULE
   https://brianshim.com/webtricks/divi-slider-nav-dots-contrast */
/* IMPROVE THE CONTRAST OF THE SLIDER DOTS */
/* ------------------------------------------------------------- */
.et_pb_toggle_content p span {
    filter: grayscale(1);
}

.et_pb_slider .et-pb-controllers {
	left: 50%;
	transform: translateX(-50%);
	width: auto;
	text-align: center;
	z-index: 10;
	padding-top: 10px;
	height: 28px;
	padding: 10px 15px 0;
        border-radius: 14px;
}
.et_pb_slider.et_pb_bg_layout_light .et-pb-controllers {
	background-color: #fff !important;
}
.et_pb_slider.et_pb_bg_layout_dark .et-pb-controllers {
	background-color: #000 !important;
}
.et_pb_slider.et_pb_bg_layout_dark  .et-pb-controllers a {
	background-color: #fff !important;
}

/* MAKE DARK ON WHITE DOTS DARKER */
.et_pb_bg_layout_light .et-pb-controllers a {
    background-color: rgba(0, 0, 0, 0.8) !important;
    color: white !important;
}

/* MAKE CURRENT DOT LARGER */
.et_pb_slider .et-pb-controllers a.et-pb-active-control {
	width: 11px;
  height: 11px;
  transform: translateY(-2px);
}

.et-pb-arrow-prev {
  font-size: 80px !important;
}

.et-pb-arrow-next {
  font-size: 80px !important;
}

.et_pb_menu--with-logo .et_pb_menu__menu>nav>ul>li a {
    color: #000;
}
.et_pb_menu--with-logo .et_pb_menu__menu>nav>ul>li:last-child a {
    color: #db0505!important;
	font-weight:bold;
}
.et_pb_menu--with-logo .et_pb_menu__menu>nav>ul>li>a:before {
	content: "";
	opacity:0;
    width: 100%;
    height: 4px;
    bottom: 20px;
    left: 0;
    background: #db0505;
    position: absolute;
	transition: opacity 300ms ease 0ms;
}
.et_pb_menu--with-logo .et_pb_menu__menu>nav>ul>li>a:hover:before,
.et_pb_menu--with-logo .et_pb_menu__menu>nav>ul>li.current_page_item:before {
    content: "";
	opacity:1;
    width: 100%;
    height: 4px;
    bottom: 20px;
    left: 0;
    background: #db0505;
    position: absolute;
	transition: opacity 300ms ease 0ms;
}
.et_pb_menu_0_tb_header.et_pb_menu .et_mobile_menu li:last-child a{
    color:  #db0505!important;
	border-bottom: 2px solid #db0505;
}

.mphb-room-type-details-title {
	color:#25606e;
	font-size:17px;
}

.mphb-view-details-button {
	color:#db0505;
	font-size:15px;
}

.mphb-book-button {
	background-color:#db0505;
	border:0px;
	padding:15px 30px;
	color:#fff;
	font-size:15px;

}

p.mphb-view-details-button-wrapper, div.mphb-to-book-btn-wrapper {
    display: inline-block;
    vertical-align: top;
}
/* Remove sidebar */
#sidebar {
	display:none;
} 

/* Remove thin line */
#main-content .container:before {
	background: none;
} 

/* Make content 100% width */
@media (min-width: 981px)
{ #left-area { 	width: 100%; 	padding-right: 0px !important; }}


/* Accommodations */
.mphb-regular-price strong{
	color: #DB0505;
}
.datepick-month-header, .datepick-month-header select, .datepick-month-header input {
    background-color: #96c9d5;
}
.datepick-nav, .datepick-ctrl {
    background-color: #25606e;
}
.datepick a.datepick-disabled {
    color: #3f7e8d;
}
.datepick-cmd:hover {
    background-color: #96c9d5;
}
input.mphb-reserve-btn.button {
    background: #DB0505;
    border: none;
    color: #fff;
    border-radius: 0;
}
input.mphb-reserve-btn.button:hover {
    background: #7c0406;
}
.mphb-calendar td .mphb-booked-date {
    background: #f2fcff;
}
.datepick-month td .datepick-weekend {
    background-color: #f2fcff;
}
.mphb-calendar td .mphb-available-date {
    background-color: #96c9d5;
}
.datepick-month th, .datepick-month th a {
    background-color: #f2fcff;
}
.mphb-calendar td .mphb-date-check-in {
    background: linear-gradient(to bottom right,#96c9d5 0,#96c9d5 50%, #f2fcff 50%, #f2fcff 100%)!important;
}
.mphb-calendar td .mphb-date-check-out {
    background: linear-gradient(to top left,#96c9d5 0,#96c9d5 50%, #f2fcff 50%, #f2fcff 100%)!important;
}
.mphb-calendar td .mphb-mark-as-unavailable--check-out {
    background: linear-gradient(to top left,#96c9d5 0,#96c9d5 50%, #f2fcff 50%, #f2fcff 100%)!important;
}

.flex-direction-nav a:before {
    color: #ffffff!important;
}
.postid-74757 .et_pb_toggle_close,
.postid-74755 .et_pb_toggle_close,
.postid-74753 .et_pb_toggle_close,
.postid-74751 .et_pb_toggle_close,
.postid-74484 .et_pb_toggle_close,
.postid-74482 .et_pb_toggle_close {
    background-color: #ffffff!important;
}
.postid-74757 .et_pb_toggle_title:before,
.postid-74755 .et_pb_toggle_title:before,
.postid-74753 .et_pb_toggle_title:before,
.postid-74751 .et_pb_toggle_title:before, 
.postid-74484 .et_pb_toggle_title:before,
.postid-74482 .et_pb_toggle_title:before {
    color: #db0505!important;
}
.postid-74757 .et_pb_toggle_title,
.postid-74755 .et_pb_toggle_title,
.postid-74753 .et_pb_toggle_title,
.postid-74751 .et_pb_toggle_title,
.postid-74484 .et_pb_toggle_title,
.postid-74481 .et_pb_toggle_title  {
	color: #666!important;
}
.postid-74757 .et_pb_toggle_content p ,
.postid-74755 .et_pb_toggle_content p ,
.postid-74753 .et_pb_toggle_content p ,
.postid-74751 .et_pb_toggle_content p ,
.postid-74484 .et_pb_toggle_content p ,
.postid-74481 .et_pb_toggle_content p  {
    filter: grayscale(1);
}
/* Check Availability */
.mphb-view-details-button {
    color: #ffffff;
    background: #db0505!important;
}
.mphb-view-details-button:hover {
    background: #7c0406!important;
}
button.button.mphb-button.mphb-recommendation-reserve-button {
    background: #db0505;
    border: none;
    border-radius: 0;
    color: #fff;
}
button.button.mphb-button.mphb-recommendation-reserve-button:hover {
    background: #7c0406;
}

.mphb-room-type-gallery-wrapper.mphb-single-room-type-gallery-wrapper {
	display:none;
}
.et_pb_toggle {
    margin-bottom: 20px;
}

/* Reserve */
.mphb_sc_checkout-submit-wrapper input.button {
    background: #db0505!important;
    border: none!important;
    color: #fff;
	margin-bottom:40px;
}
.mphb_sc_checkout-submit-wrapper input.button:hover {
    background: #7c0406!important;

}

p.mphb-reserve-btn-wrapper input {
    padding: 20px!important;
}
p.mphb-view-details-button-wrapper a {
    padding: 20px!important;
}
button.button.mphb-book-button {
    padding: 20px;
}
button.button.mphb-button.mphb-recommendation-reserve-button {
    padding: 20px;
}
.mphb_sc_checkout-submit-wrapper input.button {
    padding: 20px;
}
#place_order {
  padding: 20px !important;
}
#wp-submit {
  color: #fff;
  padding: 20px;
  margin-bottom: 10px;
}
.button.mphb-button.mphb-confirm-reservation {
  color: #fff;
  padding:20px;
}
.return-to-shop {display:none;}

/* WooCommerce buttons */
.et_button_no_icon.woocommerce-page a.button,
.et_button_no_icon.woocommerce-page a.button:hover {
	padding: 20px!important;
}
.woocommerce-page.et_pb_button_helper_class button.button,
.woocommerce-page.et_pb_button_helper_class button.button:hover {
    padding: 20px!important;
}

.wc-block-components-notice-banner.is-info {
    background-color: #fff0f0!important;
    border-color: #cc1818!important;
}
.wc-block-components-notice-banner.is-info>svg {
    background-color: #db0505!important;
}



/* Book Now */
h1.entry-title {
    border-bottom: 2px solid #DB0505;
	text-align:center;
}

body:not(.et-tb) #main-content .container, body:not(.et-tb-has-header) #main-content .container {
    padding-top: 0;
    padding: 30px;
    margin: 40px auto;
    justify-content: center;
    border: 4px solid #f5f3f1;
    border-radius: 5px;
}
/*.mphb-calendar-title {display:none;}
.mphb-calendar {display:none!important;}*/
.datepick-month th, .datepick-month th a {color:#777;}

.mphb-room-type {
    /* border: 1px solid #f5f3f1; */
    padding: 10px;
    width: 47.5%;
    display: inline-block;
    margin: 10px;
    /* border-radius: 5px; */
    vertical-align: top;
    margin-top: 20px !important;
}
/*.mphb-room-type p:not(.post-thumbnail, h2, h3, .mphb-regular-price, .mphb-view-details-button-wrapper) {
    display: none;
}*/


.post-type-archive-mphb_room_type article {
    max-width: 49.75%;
    display: inline-block;
    padding: 2%;
}

.page-id-74473 p.mphb-empty-cart-message {
	color: #fff;
	padding:0;
}
.page-id-74473 p.mphb-empty-cart-message:before {
    content: "Continue searching";
    width: 100%;
    height: 26px;
	font-size:24px;
    position: absolute;
    color: #db0505;
}
.page-id-74446 h3.mphb-room-type-details-title,
.page-id-74471 h3.mphb-room-type-details-title,
.page-id-74473 h3.mphb-room-type-details-title,
h2.mphb-details-title {
    color: #fff;
}
.page-id-74446 h3.mphb-room-type-details-title:before,
.page-id-74471 h3.mphb-room-type-details-title:before,
.page-id-74473 h3.mphb-room-type-details-title:before,
h2.mphb-details-title:before {
    content: "Room Occupancy";
    width: 100%;
    height: 26px;
    font-size: 22px;
    position: absolute;
    color: #000;
}

p.mphb-view-details-button-wrapper {
    display: inline-block;
	margin-right:20px;
}
.mphb-reserve-room-section {
    display: block;
}
.mphb-calendar td .mphb-selectable-date--check-in:hover {
	background:#404040!important
}
.mphb_sc_search_results-wrapper .mphb-reservation-cart {
    margin-bottom: 0;
}

.mphb_room_type-template-default .et_post_meta_wrapper img {
    display: none;
}
h2.mphb-calendar-title,
h2.mphb-reservation-form-title {
    border-top: 2px solid #f5f5f5;
    padding-top: 20px;
}
.mphb-booking-form select, .mphb_widget_search-form select, .mphb_sc_search-form select {
    width: auto;
}
.mphb_sc_search_results-wrapper .mphb-reserve-room-section .mphb-rooms-reservation-message-wrapper .mphb-remove-from-reservation {
    float: none;
}

@media all and (max-width:992px){
.mphb-room-type {
	width: 100%;
    display: block;
}
}


.paymentSPG {
    height: auto!important;
}

.mphb_sc_rooms-wrapper .button, .mphb_sc_search-wrapper .button, .mphb_sc_search_results-wrapper .button, .mphb_sc_checkout-wrapper .button, .mphb_sc_room-wrapper .button, .mphb_sc_booking_form-wrapper .button, .widget_mphb_rooms_widget .button, .widget_mphb_search_availability_widget form .button, .mphb-booking-form .button {
    color: #fff;
    padding: 20px 30px;
}


/* inline layout for search */
/*@media screen and (min-width: 768px){
.page-id-74471 .mphb-booking-form, .mphb_sc_search-form {
    max-width: 100%;
}
}
p.mphb_sc_search-check-in-date, p.mphb_sc_search-check-out-date {
    max-width: 340px;
    display: inline-block;
}
p.mphb_sc_search-adults, p.mphb_sc_search-children {
    display: inline-block;
    max-width: 100px;
}
p.mphb_sc_search-submit-button-wrapper {
    display: inline-block;
    max-width: 140px;
}*/

.et_pb_accordion .et_pb_toggle_open .et_pb_toggle_title:before {
    display: block!important;
    content: "\e04f" !important;
}