/*
Theme Name: Hostinghart Theme
Theme URI: https://hostinghart.nl/
Version: 1.0.0
Template: Divi
Author: Hostinghart Support
Author URI: https://hostinghart.nl/
Text Domain: hostinghart-theme
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/********* LATEN STAAN *********/
/*** Responsive Styles Tablet And Below ***/
@media all and (max-width: 980px) {
	.row-reverse {
		display: flex;
		flex-direction: column-reverse;
	}
}

.column-center {
	margin: auto;
}

.contact input[type="text"],
.contact input[type="email"],
.contact input[type="text"]{
	padding: 10px !important;
	color: #000;
}

.contact input[type="submit"] {
	width: 100%;
	padding: 20px;
	background: #3174b3;
	border: 2px solid #3174b3;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	cursor: pointer;
	transition: 0.3s;
	border-radius: 10px;
}

.contact input[type="submit"]:hover {
	background: #fff;
	color: #3174b3;
}

.contact textarea {
	height: 144px !important;
}

/*Openingstijden*/
.openingstijden {
  width: 100%;
  border-collapse: collapse;
}

.openingstijden td {
  padding: 10px;
  border-bottom: 1px solid #ddd;
}

.openingstijden td:first-child {
  font-weight: bold;
}
.openingstijden td:last-child {
  text-align: right;
}

@media (max-width: 767px) {
  .openingstijden td {
    padding: 8px 4px;
  }

  .openingstijden td:first-child {
    font-size: 15px;
  }

  .openingstijden td:last-child {
    font-size: 15px;
  }
}

.amelia-v2-booking #amelia-container.am-fs__wrapper {
	margin: 30px auto !important;
}

