/* Cards */

#tc_agenda,
#tc_agenda * {
	margin:0;
	padding:0;
	position: relative;
	box-sizing: border-box;
}

#tc_agenda {
	width: 100%;
	margin-bottom:1rem;
}
#tc_agenda a {
    color: rgb(167, 49, 83);
}

#tc_agenda .clearfix:after,
#tc_agenda:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
#tc_agenda .clearfix,
#tc_agenda { display: inline-block; }
/* start commented backslash hack \*/
* html #tc_agenda .clearfix,
* html #tc-agenda { height: 1%; }
#tc_agenda .clearfix,
#tc_agenda { display: block; }
/* close commented backslash hack */

#tc_agenda .spinner {
	text-align: center;
	margin: 0 auto;
	height: 35px;
	width: 35px;
	box-shadow: none;
	background-color: transparent;
	display: block;
}

#tc_agenda .card {
	display: block;
	z-index: 1;
	box-shadow: none;
}
#tc_agenda .card a {
	float: left;
	width: calc( 100% - 2rem );
	min-height: 100px;
	background-color: #eee;
	margin: 1rem;
	border: 0;
	font-size: 1rem;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: none;
}
#tc_agenda .card a:hover {
	box-shadow: 0 0 0 1px rgb(60,131,7);
	/* background-color: rgb(167, 49, 83); */
}

#tc_agenda .card h1 {
	font-size: 20px;
	float: left;
	color: darkred;
	margin: 1rem 0 0.5rem;
	line-height: 1.618em;
	height: 3em;
}
#tc_agenda .card h2 {
	font-size: 14px;
	position: absolute;
	top:0;
	right:0;
	padding-right: 0.5rem;
	color: #999;
	margin: 0;
}
#tc_agenda .card span {
	color: #111;
}
#tc_agenda .card-link {
	width: 100%;
	text-align: right;
	padding: 0 1rem;
}
/*.reiki.card .card-icon{
	color: #900;
	border-color: #900;
}
.reiki.card .card-icon::before,
.reiki.card .card-icon::after {
	border-color: #900;
}
.reiki.card .card-icon::after {
	box-shadow: 1.575em 0 0px 0px #900;
}

.reiki.card a:hover {
	box-shadow: 0 0 0 1px #900;
}
*/
#tc_agenda .card .card-icon {
	font-size: 1.5em;
	margin: 1rem 0.5rem 0.5rem;
	padding: 0.5rem;
	width: 2.5em;
	font-family: Arial;
	color: #090;
	border: 3px solid #090;
	text-align: center;
	float: left;
	border-radius: 5px;
}
#tc_agenda .card .card-icon::before {
	content: " ";
	position: absolute;
	left: 0.35em;
	top: -0.35em;
	height: 1rem;
	border-width: 0 3px 0 3px;
	border-color: #090;
	border-style: solid;
	display: block;
	width: calc(100% - 0.825em);
}
#tc_agenda .card .card-icon::after {
	content: " ";
	position: absolute;
	left: calc(0.35em - 2px);
	top: calc(0.35em - 6px);
	height: 3px;
	border-width: 2px;
	border-color: #090;
	border-style: solid;
	border-radius: 50%;
	display: block;
	width: 3px;
	box-shadow: 1.575em 0 0px 0px #090;
}
#tc_agenda .card .card-icon i {
	font-weight: normal;
	font-style: normal;
	font-size: 0.75em;
}
#tc_agenda .card .card-content {
/* single */
	width: calc( 100% - 6.5em );
	float: left;
	height: 100%;
	margin: 0.5rem 0 0 0.5rem;
}
#tc_agenda .card .card-image {
/* single */
	display: none;
	position: absolute;
	top:0;
	right:0;
	bottom:0;
	left: calc(100% - 7em);
	background-size: cover;
	background-position: center center;
}
/*@media all and (min-width: 480px) and (max-width: 768px) {*/
#tc_agenda.singleplus .card .card-image {
		display: block;
		left: 75%;
	}
#tc_agenda.singleplus .card .card-content {
		width: calc(75% - 6.5em);
	}
/*}*/
/*@media all and (min-width: 768px) {*/
#tc_agenda.double .card a {
		width: calc( 50% - 2rem );
	}
/*}*/

/*@media all and (min-width: 1024px) {*/
#tc_agenda.double .card .card-image {
		display: block;
		left: 75%;
	}
#tc_agenda.double .card .card-content {
		width: calc(75% - 6.5em);
	}
/*}*/

#tc_agenda a.button {
	display: inline-block;
	text-align: center;
	padding: 0.5rem 1rem;
	color: rgba(255,255,255);
	background-color: rgb(60,131,7);
	text-decoration: none;
	border-radius: 5px;
}
/*@media(min-width: 601px) {*/
	#tc_agenda.wide a.button {
		width: calc((100% - 4rem) / 8);
	}
/*}*/