@charset "utf-8";

/*======================================

	Custom CSS
	Copyright (c) 2019-, PROACTIVE Inc. All rights reserved.

=======================================*/

/*----- Top -----**/
.top-main {
	margin-bottom: 3.5rem;
	position: relative;
	line-height: 1;
}

.conf-title {
	position: absolute;
	top: .75rem;
	left: 0;
	width: 100%;
	text-shadow: 1px 1px 0 rgba(68,68,68,0.75);
}

.conf-title h1 {
	font-size: 2.5rem;
	margin-bottom: .75rem;
}

.conf-title p {
	color: #fff;
}

.conf-date {
	display: table;
	width: 100%;
	font-size: 1.25rem;
	color: #fff;
	padding: .5rem 0;
}

.conf-date p {
	display: table-cell;
	vertical-align: middle;
}

@media screen and (min-width: 769px) {
	.top-main {
		margin-top: 1rem;
	}
	
	.conf-title {
		top: 1.75rem;
	}
	
	.conf-title h1 {
		font-size: 4rem;
		margin-bottom: 1.15rem;
	}

	.conf-title p {
		font-size: 1.5rem;
	}
	
	.conf-date {
		position: absolute;
		left: 0;
		bottom: 1px;
		height: 34px;
		background-color: rgba(236,164,0,0.6);
	}
}

@media screen and (max-width: 768px) {
	.conf-date {
		background-color: #eca400;
		margin-top: -2px;
		line-height: 1.6;
	}
}

/*----- Program -----**/
.prog-table tr th,
.prog-table tr td {
	text-align: center;
	vertical-align: middle;
	padding: .5rem;
}

.prog-table tr th:not(:empty),
.prog-table tr td {
	border: 1px solid #ccc;
}

.prog-table thead tr th:not(:empty) {
	background-color: rgba(0,141,130,0.15);
}

.prog-table tbody tr th {
	background-color: #fffbda;
}
