/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

/* Aquesta part hauria d'anar al tema fill però no en tenen */
.the_content_wrapper ul.dlm-downloads {
	list-style-type: none;
}
.download-box.iohoyos {
	width: 100%;
}
.download-box.iohoyos .download-box-content {
	display: flex;
	padding: 1em;
	flex-direction: column;
}
.download-box.iohoyos .excertp {
	flex-grow: 8;
	text-align: left;
	padding: 0 15px;
}
@media screen and (min-width:768px) {
.download-box.iohoyos .download-box-content {
	flex-direction: row;
	align-items: center;
}
.download-box.iohoyos h3 {
	margin: 0;
}
}

caption{font-size: 22pt; margin: 10px 0 20px 0; font-weight: 700;}
table.calendari{width:100%; border:1px solid #000;}
td.day{width: 14%; min-height: 140px; border: 1px solid #000; vertical-align: top;}
td.day span.day-date{font-size: 14pt; font-weight: 700;}
th.header {
	background-color: #e50053;
	color: #fff;
	font-size: 14pt;
	padding: 5px;
	border: 1px solid #e50053;
}
table tr .not-month {
	background-color: #e50053 !important;
	border: none;
}
td.today {
	background-color: #efefef;
	border: 2px solid #000;
}
td.day span.today-date{font-size: 16pt;}
table.calendari .esquerra {
	float: left;
}
table.calendari .dreta {
	float: right;
}
table.calendari caption div {
	font-size: 1rem;
}
#calendari.centrat {
	text-align: center;
}
table.calendari .entrada {
	border: 1px solid #e50053;
	margin-bottom: 3px;
	font-size: 0.8rem;
	text-align: center;
	background: rgba(229,0,83,0.7);
	line-height: 1rem;
	cursor: pointer;
	color: #fff;
}
#lesmevesvisites {
	background: #e50053;
	padding: 25px 25px 0 25px;
	color: #fff;
	margin-bottom: 2rem;
}
#lesmevesvisites .visita {
	display: inline-block;
	border: 1px solid #fff;
	margin: 0 25px 25px 0;
	padding: 10px 20px;
}
#calendariwrapper {
	position: relative;
}
#calendariwrapper .tapa {
	position: absolute;
	top: 50%;
  text-align: center;
	background: rgba(0,0,0,0.4);
	-ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  height: 100%;
	display: none;
}
#calendariwrapper.tapat .tapa {
	display: flex;
	align-items: center;
	justify-content: center;
}

.extranet .document {
	border: 1px solid #000;
	padding: 10px;
	display: flex;
}
.extranet .document > * {
	align-self: center;
}
.extranet .document .boto {
	text-align: center;
	margin-left: auto;
}
.extranet .boto a {
	color: #fff;
	padding: 11px 20px;
	background: #e50053;
	text-transform: uppercase;
	text-decoration: none;
}
.extranet .titoldocument {
	color: #000;
	font-weight: 700;
}
.extranet .detalls {
	font-size: 0.8rem;
}
