/*
	Theme Name:	Xtra Child
	Theme URI:	http://themeforest.net/user/Codevz/portfolio
	Description:Sample child theme of Xtra theme for customization.
	Author:		Codevz
	Author URI:	http://themeforest.net/user/Codevz
	Template:	xtra
	Version:	1.0
*/
/*witte-tekst*/
.witte-tekst {color: #fff;}
.witte-tekst p {color: #fff;}
.witte-tekst h1{color: #fff;}
.witte-tekst h2{color: #fff;}
.witte-tekst h3{color: #fff;}
.witte-tekst h4{color: #fff;}
.witte-tekst h5{color: #fff;}
.witte-tekst h6{color: #fff;}
.witte-tekst li{color: #fff;}
.witte-tekst i {color: #fff;}


.list-style-1 li {
    font-size: 20px;
    line-height: 24px;
}


/* GF */
.gform_wrapper.gravity-theme .gfield input.large, .gform_wrapper.gravity-theme .gfield select.large {
    height: 75px;
    font-size: 28px;
}

.gform_wrapper.gravity-theme .gfield textarea.small {
    font-size: 28px;
    height: 180px;
}

input#gform_submit_button_1 {
    float: right;
    background: #23641F;
    border-radius: 50px;
    font-size: 28px;
    padding: 12px 30px;
}

.gform_footer.before {
    float: right;
}

/* responsive */

/* mobiel */
@media screen and (max-width: 767px) {
.mobile-hide {
    visibility: hidden;
    display: none;
}
.cz_sml_open .cz_sml_inner {
    height: unset !important;
}

.cz_sml_inner {
    height: 205px !important;
}
a.datepick-cmd.datepick-cmd-prev,
a.datepick-cmd.datepick-cmd-next{
    position: relative;
    top: 46px;
    font-size: 40px;
}
	
}
/*desktop  */
@media screen and (min-width: 768px) {
  .mobile-show {
    visibility: hidden;
    display: none;
  }
	
/* max/min-height */
.min-height-1 .vc_column-inner {
    min-height: 513px;
}
.max-height-1 .vc_column-inner {
    min-height: 750px;
}
}


/* Calendar */
@media screen and (min-width: 769px) {
    .mphb_sc_availability_calendar-wrapper .mphb-calendar[data-monthstoshow$="2"] .datepick-month {
        width: 50%;
        float: left;
    }
}

.datepick.datepick-multi {
    width: 1200px !important;
}

.datepick-month-header {
    padding: 20px;
}

.datepick-month-header, .datepick-month-header select, .datepick-month-header input {background: #C5C5C5;color: #000;font-weight: 400;}


.datepick-month th, .datepick-month th a {
    background: #fff;
    color: #000;
    font-weight: bold;
    border: 0px;
}

.datepick-month {
    border: 0px;
}


.mphb-calendar {
    --mphb-available-date-bg: #23641F;
    --mphb-available-date-color: #fff;
    --mphb-not-available-date-bg: #dddddd;
    --mphb-not-available-date-color: #777777;
    --mphb-booked-date-bg: #dddddd;
    --mphb-booked-date-color: #777777;
    --mphb-out-of-season-date-bg: #dddddd;
    --mphb-out-of-season-date-color: #777777;
    --mphb-selected-date-bg: #404040;
    --mphb-selected-date-color: #ffffff;
    --mphb-unselectable-date-color: #ffffff87
}

.mphb-calendar td .mphb-date-cell {
    padding: 16px 1px;
}


.mphb-calendar td .mphb-past-date {
    color: #000;
    opacity: 1;
}

input.button.mphb-button.mphb-confirm-reservation {
    font-size: 22px;
    background-color: #4c4a44;
    border-radius: 50px;
}

/* voorwaarden list*/
.voorwaarden ul {
    padding: 25px !important;
}

/* sidebar knop  */


.sidebarwidget {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  right: -193px;
  background: #23641F;
  color: #Fff;
  padding:10px 15px;
  font-weight: bold;
}

a.sidebarwidget:hover {
    color: #fff;
    text-decoration: underline;
}

/* Kalender */
a.datepick-cmd.datepick-cmd-clear {
    font-weight: bold;
    font-size: 25px;
}

.datepick-ctrl {
    padding-top: 10px;
    padding-bottom: 10px;
}

/* Footer */
.footer-row a {
    color: #fff;
    text-decoration:underline;
}

.footer-row a:hover {
    color: #fff;
    text-decoration:underline;
}

.mphb-calendar td .mphb-booked-date {
    background: #f90800;
}

.mphb-calendar td .mphb-date-check-out {
    background: linear-gradient(to top left,#23641f 0,#23641f 50%,#f90800 50%,#f90800 100%)
}