.holistic_frm input[type=date], 
.holistic_frm input[type=email], 
.holistic_frm input[type=number], 
.holistic_frm input[type=password], 
.holistic_frm input[type=search], 
.holistic_frm input[type=tel], 
.holistic_frm input[type=text], 
.holistic_frm input[type=url], .holistic_frm select, .holistic_frm textarea {
	border: 1px solid #C0A375;
    padding: 15px 15px;
    border-radius: 15px;
}

.holistic_frm textarea {
	height: 150px;
}

.holistic_frm input[type=submit] {
	background-color: #36454F;
    font-family: "Lato", Sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #FFFFFF;
    border-radius: 50px 50px 50px 50px;
    padding: 20px 30px;
    width: 250px;
    border: 0;
	text-transform: uppercase;
}

.holistic_frm input[type=submit]:hover {
	background-color: #000080;
}


/*================ RESPONSIVE =============*/
@media only screen and (max-width: 767px) {
	
	.holistic_frm input[type=submit] {
		padding: 16px 30px;
        width: 200px;
        font-size: 13px;
        margin: 0 auto;
        display: block;
	}
	
	.wpcf7-spinner {
		margin: 10px auto 0;
		display: block;
	}
	
	.wpcf7 form .wpcf7-response-output {
   		 margin: 0 0.5em 1em;
	}
	
	.single-service__information h3 {
		font-size: 20px;
	}
	
	.leidsens-menu-button-wrapper {
		top: 20px !important;
		right: 10px !important;
	}

}


@media only screen and (min-width: 768px) and (max-width: 1024px){

}
@media only screen and (min-width: 1024px) and (max-width: 1200px){


}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {

}

  /*
 * Hide visually and from screen readers, but maintain layout
 */

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after {clear: both;}


  /* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  /* Black prints faster:
    http://www.sanbeiji.com/archives/953 */
  *, *:before, *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a, a:visited {text-decoration: underline; }
  a[href]:after {content: " (" attr(href) ")"; }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  abbr[title]:after { content: " (" attr(title) ")";}
  a[href^="#"]:after, a[href^="javascript:"]:after { content: ""; }
  /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  pre, blockquote {border: 1px solid #999; page-break-inside: avoid;}
  thead { display: table-header-group; }
  tr, img {page-break-inside: avoid; }
  img { max-width: 100% !important; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 {page-break-after: avoid; }
}