/* Custom CSS inwebsname >> Huerto de Maravilla - 2017 */

.info-block .info-text p {
	padding-bottom: 1em;
}

li {
	font-size: 115%;
}
.page li,
.page-alternate li {
	line-height: 150%;
}
.title-page .intro-txt {
	width: 80%;
	text-align: justify;
	margin: 1em auto 0 auto;
}
.title-page .intro-txt p {
	font-size: 1.3em;
}

.title-page .intro-txt p strong {
	color: #ccc;
}

/* SERVICIOS */
#servicios ul.servicios {
}

#servicios ul.servicios li {
	font-size: 1.2em;
	line-height: 26px;
	list-style-type: square;
	padding-left: 20px;
	margin-left: 20px;
}

/* Tarifas y reservas */
table.calendar {
	width: 100%;
	border: 2px solid #222;
	border-collapse:collapse;
}
table.calendar th {
	border: 1px solid #333;
	border-collapse:collapse;
	color: #ccc;
	padding: 10px;
	background-color: #222;
	text-align: center;
}

table.calendar td {
	text-align:center;
	border: 1px solid #333;
	border-collapse:collapse;
	padding: 10px;
	color: #999;
}
table.calendar td.verhuurd {
	background-color: #E56C69;
	color: #fff;
	font-weight: bold;
}
table.calendar td.optie {
	background-color: #5A9AA8;
	color: #fff;
	font-weight: bold;
}

table.calendar td.vrij-vanaf {
	background-color: #1F7F5C;
	color: #fff;
	font-weight: bold;
}

table.calendar td.empty { /* no date - een beetje donkerder */
	background-color: #23262A;
}

/*
.alert-standard { background-color: #3C3F45; }
.alert-success { background-color: #1F7F5C; }
.alert-danger,
.alert-error { background-color: #E56C69; }
.alert-info { background-color: #5A9AA8; }
*/

img.rounded {
	border-radius: 10px;
	border: 1px solid #333;
	box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.4);
}

/* resp IMAGE */
.resp-img {
	max-width: 100% !important;
}

.info-text strong,
.tab-pane strong {
	color: white;
}

/* font awesome star */
i.fa-star {
	padding: 0 10px;
}
i.fa-phone,
i.fa-envelope {
	padding: 0 5px 0 12px;
	color: #CCC;
}

.tab-pane ul.telefonos,
.tab-pane ul.jubilar {
	list-style-type: none;
	margin: 0 0 40px 20px;
}

.underline {
	text-decoration: underline;
}