/*
Theme Name: Vakantiehuis Ootmarsum
Theme URI: http://www.elegantthemes.com/gallery/divi/
Version: 1.0
Description: Vakantiehuis Ootmarsum
Author: Dynadex
Author URI: https://dynadex.nl
Template: Divi
*/

@import url("../Divi/style.css");

h1,h2,h3,h4,h5,h6 {
  word-break: keep-all;
  overflow-wrap: normal;
  hyphens: none;
}

/******************************/
/********** CF7 ***************/
/******************************/

.wpcf7 .wpcf7-textarea,
.wpcf7 .wpcf7-text,
.wpcf7 .wpcf7-select,
.wpcf7 .wpcf7-date,
.wpcf7 .wpcf7-number {
  background-color: #efefef;
  border: none;
  border-radius: 0;
  color: #2c2a27;
  width: 100%;
  padding: 14px 20px;
  height: auto;
  line-height: 22px;
}

.wpcf7 .wpcf7-textarea:focus,
.wpcf7 .wpcf7-text:focus,
.wpcf7 .wpcf7-select:focus,
.wpcf7 .wpcf7-date:focus,
.wpcf7 .wpcf7-number:focus {
  color: #2c2a27;
  background-color: #efefef;
}

.wpcf7 .wpcf7-select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><path d='M267.3 395.3c-6.2 6.2-16.4 6.2-22.6 0l-192-192c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0L256 361.4 436.7 180.7c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6l-192 192z'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 97%;
  background-position-y: 15px;
  background-size: 20px;
}

/* Accept privacy */
.wpcf7-acceptance .wpcf7-list-item {
  margin: 0 0 1rem 0;
}

.wpcf7 form .wpcf7-response-output {
	margin: 0;
}

/******************************/
/********** Cursor ************/
/******************************/
.wpcf7-acceptance .wpcf7-list-item-label,
.wpcf7 .wpcf7-select,
.wpcf7-date,
.wpcf7-submit {
  cursor: pointer;
}


#vo-form {
	--vertical-gap: 15px;
    --horizontal-gap: 15px;
    --flex-direction: row;
    flex-wrap: wrap;
}