/* 
Theme Name: BNB Appenseweg
Description: Thema voor Bed and Breakfast Appenseweg
Author: Dot Circle
Author URI: https://www.dotcircle.nl
Template: hello-elementor
Version: 1.0
Text Domain: hello-elementor-child
*/

/* Zoek beschikbaarheid op homepagina */
.agenda-voorpagina { }
.agenda-voorpagina .mphb-required-fields-tip { display: none; }
.agenda-voorpagina label, .agenda-voorpagina br { display: none; }
.agenda-voorpagina input { width: 35%; float: left; margin-right: 2%; border: solid 1px #E5E5E5; border-radius: 0px;}
.agenda-voorpagina .mphb_sc_search-submit-button-wrapper input.button { width: 25%; margin-right: 0px !important; background: #8DC70D; border: 0px !important; color: #ffffff; font-weight: 600; }

/* Reserveren pagina */
.mphb-calendar div.datepick { width: 100% !important; }

/* Zoekresultaten */
.elementor-widget-mphbe-search-results { font-family: "Roboto", Sans-serif; }
.mphb_sc_search_results-info { background: #F5F5F5; padding: 20px; color: #1D2228; font-family: "Roboto", Sans-serif; font-size: 25px; 	font-weight: 700; }
.mphb-room-type-title, .mphb-room-type-details-title, .mphb-recommendation-title { color: #1D2228; font-family: "Roboto", Sans-serif; font-size: 25px; 	font-weight: 700; }
#mphb-recommendation { color: #1D2228;
  font-family: "Roboto", Sans-serif;
  font-size: 16px; font-weight: 300;
}
.mphb_sc_search_results-wrapper .mphb-recommendation .mphb-recommendation-reserve-button, .mphb-book-button {
font-family: "Roboto Condensed", Sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  fill: #FFFFFF;
  color: #FFFFFF;
  background-color: var( --e-global-color-ed4adb3 );
  border-radius: 0px 0px 0px 0px;
border: 0px;
}
.mphb-regular-price, .mphb-room-type, .mphb-reservation-details { color: #1D2228;
  font-family: "Roboto", Sans-serif;
  font-size: 16px; font-weight: 300; }

/* Mobiele aanpassingen */

/* Desktop: 1281px of hoger */
@media (min-width: 1281px) { 
	.reserveren-mobiel a { display: none; }
}

/* Desktop en laptops: 1025px tot 1280px */
@media (min-width: 1025px) and (max-width: 1280px) { 
	.reserveren-mobiel a { display: none; }
}

/* Tablet en Ipads in portret mode: 768px tot 1024px */
@media (min-width: 768px) and (max-width: 1024px) {  }

/* Tablets en Ipads in landscape mode: 768px tot 1024px */
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) { }

/* Lage resolutie tablets en telefoons in landscape mode: 481px to 767px */
@media (min-width: 481px) and (max-width: 767px) { }

/* De meeste telefoons: 320px to 479px */
@media (min-width: 320px) and (max-width: 480px) { }