/*
 * ONA Schedule Importer Plugin
 *
 * Layout: Session post-type archive
 *
 */

.post-type-archive-ona_session #content,
.tax-track #content {
	font-size: 13px; /* resetting ems */
}
.post-type-archive-ona_session #content p,
.tax-track #content p {
	font-size: 17px;
}

.session-time-block {
	overflow: visible;
}
.session-start-time {
	float:left;
	width:11%;
	padding:25px 1% 10px 0;
}
@media (max-width:810px){
	.session-start-time {
		float: none;
		width: 100%;
		border-bottom: 1px solid #DDD;
	}
}

ul.session-list {
	padding-top:15px;
	padding-left:20px;
	border-left:1px solid #ccc;
	overflow:auto;
	box-sizing:border-box;
	border-bottom:1px dotted #ccc;
	min-height: 65px;
}
ul.session-list:hover {
	background:#f1f1f1;
}
.single-session {
	margin-bottom:15px;
	background: #6f6f6f;
	border: 1px solid rgba(116, 116, 116, 0.2);
	border-radius: 10px;
	text-shadow: 1px 1px 0 rgba(255,255,255,.5);
	box-shadow: 1px 1px 3px rgba(0,0,0,0.25);
}
.session-list > a:nth-of-type(3n+1) .single-session{
	clear:both;
}
.session-list > a > li {
	box-sizing:border-box;
	padding:10px;
	margin-right:2%;
	width: 31%;
	float:left;
	list-style: none;
}
.session-count-1 > a > li { width:98%;}
.session-count-2 > a > li { width:48%;}
.av_content {
	float:right;
	margin-left:10px;
	margin-bottom:8px;
}
h4.session-title {
	font-weight:600;
	clear:none;
	color:#222;
	line-height: 1.4;
	padding-bottom: 5px;
	text-transform:none;
}
a .single-session .meta {
	font-weight:400;
	color:#fff;
	text-shadow: none;
}
a .single-session:hover .meta {
	color:#fff;
}
.session-description {
	display:none;
}


/* Schedule nav */

h3.schedule_day {
	text-align: left;
	font-size: 52px;
	font-weight:300;
	padding: 30px 0 0;
	margin-top:30px;
	margin-bottom:0;
	border-top: 1px solid #CCC;
	line-height: 1;
}
h3.schedule_day span {
	background:none;
	padding:0;
	opacity: 0.7;
}
.schedule_nav {
	overflow:auto;
	clear:both;
	padding:15px 0;
	border-bottom: 1px dotted #ccc;
}

.schedule_nav .labels div {
	float:left;
	text-align:center;
	background:#bbb;
	color:#fff;
	padding:5px 0;
	margin-bottom:6px;
	font-size:0.8em;
	text-transform:uppercase;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.days {
	margin-left:0%;
}
.types {
	margin-left: 1%;
}

.schedule_nav .buttons div {
	padding:10px 1%;
	font-weight:bold;
	color:#fff;
	text-align:center;
	background:#bbb;
	float:left;
	zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.schedule_nav .buttons div:hover,
.schedule_nav .buttons .type.active {
	zoom: 1;
	filter: alpha(opacity=100);
	opacity: 1;
	cursor: pointer;
}

/* --- Sizing of buttons --- */

.buttons.col2 div {
	width: 49%;
	margin-left:1%;
}
.buttons.col3 div {
	width: 32%;
	margin-left:1%;
}
.buttons.col4 div {
	width: 24%;
	margin-left:1%;
}
.buttons.col5 div {
	width: 19%;
	margin-left:1%;
}
.buttons.col6 div {
	width: 15%;
	margin-left:1%;
}
.buttons.col7 div {
	width: 13%;
	margin-left:1%;
}
.buttons.col8 div {
	width: 11%;
	margin-left:1%;
}
.buttons.col9 div {
	width: 10%;
	margin-left:1%;
}
.buttons.col10 div {
	width: 9%;
	margin-left:1%;
}
.buttons.col11 div {
	width: 8%;
	margin-left:1%;
}
.buttons.col12 div {
	width: 7%;
	margin-left:1%;
}
.schedule_nav .buttons div:first-of-type {
	margin-left: 0%;
}

/* .col4 */

.col4 .days.days1,
.col4 .types.types1 {
	width: 24%;
}
.col4 .days.days2,
.col4 .types.types2 {
	width: 49%;
}
.col4 .days.days3,
.col4 .types.types3 {
	width: 74%;
}
.col4 .days.days4,
.col4 .types.types4 {
	display: none;
}

/* .col5 */

.col5 .days.days1,
.col5 .types.types1 {
	width: 19%;
}
.col5 .days.days2,
.col5 .types.types2 {
	width: 39%;
}
.col5 .days.days3,
.col5 .types.types3 {
	width: 59%;
}
.col5 .days.days4,
.col5 .types.types4 {
	width: 79%;
}
.col5 .days.days5,
.col5 .types.types5 {
	display: none;
}

/* .col6 */

.col6 .days.days2,
.col6 .types.types2 {
	width: 31%;
}
.col6 .days.days3,
.col6 .types.types3 {
	width: 47%;
}
.col6 .days.days4,
.col6 .types.types4 {
	width: 63%;
}
.col6 .days.days5,
.col6 .types.types5 {
	width: 79%;
}
.col6 .days.days6,
.col6 .types.types6 {
	display: none;
}

/* .col7 */

.col7 .days.days2,
.col7 .types.types2 {
	width: 27%;
}
.col7 .days.days3,
.col7 .types.types3 {
	width: 41%;
}
.col7 .days.days4,
.col7 .types.types4 {
	width: 55%;
}
.col7 .days.days5,
.col7 .types.types5 {
	width: 69%;
}
.col7 .days.days6,
.col7 .types.types6 {
	width: 83%;
}
.col7 .days.days7,
.col7 .types.types7 {
	display: none;
}

/* .col8 */

.col8 .days.days2,
.col8 .types.types2 {
	width: 23%;
}
.col8 .days.days3,
.col8 .types.types3 {
	width: 35%;
}
.col8 .days.days4,
.col8 .types.types4 {
	width: 47%;
}
.col8 .days.days5,
.col8 .types.types5 {
	width: 59%;
}
.col8 .days.days6,
.col8 .types.types6 {
	width: 71%;
}
.col8 .days.days7,
.col8 .types.types7 {
	width: 83%;
}
.col8 .days.days8,
.col8 .types.types8 {
	display: none;
}

/* .col9 */

.col9 .days.days2,
.col9 .types.types2 {
	width: 21%;
}
.col9 .days.days3,
.col9 .types.types3 {
	width: 32%;
}
.col9 .days.days4,
.col9 .types.types4 {
	width: 43%;
}
.col9 .days.days5,
.col9 .types.types5 {
	width: 54%;
}
.col9 .days.days6,
.col9 .types.types6 {
	width: 65%;
}
.col9 .days.days7,
.col9 .types.types7 {
	width: 76%;
}

/* .col10 */

.col10 .days.days2,
.col10 .types.types2 {
	width: 19%;
}
.col10 .days.days3,
.col10 .types.types3 {
	width: 29%;
}
.col10 .days.days4,
.col10 .types.types4 {
	width: 39%;
}
.col10 .days.days5,
.col10 .types.types5 {
	width: 49%;
}
.col10 .days.days6,
.col10 .types.types6 {
	width: 59%;
}
.col10 .days.days7,
.col10 .types.types7 {
	width: 69%;
}
.col10 .days.days8,
.col10 .types.types8 {
	width: 79%;
}

/* .col11 */

.col11 .days.days2,
.col11 .types.types2 {
	width: 17%;
}
.col11 .days.days3,
.col11 .types.types3 {
	width: 26%;
}
.col11 .days.days4,
.col11 .types.types4 {
	width: 35%;
}
.col11 .days.days5,
.col11 .types.types5 {
	width: 44%;
}
.col11 .days.days6,
.col11 .types.types6 {
	width: 53%;
}
.col11 .days.days7,
.col11 .types.types7 {
	width: 62%;
}
.col11 .days.days8,
.col11 .types.types8 {
	width: 71%;
}
.col11 .days.days9,
.col11 .types.types9 {
	width: 80%;
}

/* .col12 */

.col12 .days.days2,
.col12 .types.types2 {
	width: 15%;
}
.col12 .days.days3,
.col12 .types.types3 {
	width: 23%;
}
.col12 .days.days4,
.col12 .types.types4 {
	width: 31%;
}
.col12 .days.days5,
.col12 .types.types5 {
	width: 39%;
}
.col12 .days.days6,
.col12 .types.types6 {
	width: 47%;
}
.col12 .days.days7,
.col12 .types.types7 {
	width: 55%;
}
.col12 .days.days8,
.col12 .types.types8 {
	width: 63%;
}
.col12 .days.days9,
.col12 .types.types9 {
	width: 71%;
}
.col12 .days.days10,
.col12 .types.types10 {
	width: 79%;
}


/* --- Colors --- */

.single-session:hover {
	background: #555;
	border: 1px solid rgba(116, 116, 116, 0.4);
	text-shadow: -1px -1px 0 rgba(0,0,0,.25);
}
.single-session:hover h4 {
	color: #fff;
}

/* --- End colors --- */


@media screen and (max-width:900px){
	h3.schedule_day {
	font-size:36px;
	}
}
@media screen and (max-width:530px){
	h3.schedule_day {
	font-size:25px;
	}
}

@media screen and (max-width:650px) {

	.left {width:100%; margin-bottom:0; float:none;}
	.right {display:none;}
	.days, .types { display:none; }
	.buttons.days2 .day, .buttons.types2 .type { width: 49%; }
	.buttons.days3 .day, .buttons.types3 .type { width: 32%; }
	.buttons.days4 .day, .buttons.types4 .type { width: 24%; }
	.buttons.days5 .day, .buttons.types5 .type { width: 19%; }
	.buttons.days6 .day, .buttons.types6 .type { width: 15%; }
	.buttons.days7 .day, .buttons.types7 .type { width: 15.66%; }
	.buttons.days8 .day, .buttons.types8 .type { width: 11.5%; }

	.schedule_nav .buttons .type {
		margin-top:8px;
	}
	.buttons.days1 .day,
	.buttons.types1 .type {
		display: none;
	}
	.buttons.days1 div:nth-of-type(2),
	.buttons.days2 div:nth-of-type(3),
	.buttons.days3 div:nth-of-type(4),
	.buttons.days4 div:nth-of-type(5),
	.buttons.days5 div:nth-of-type(6),
	.buttons.days6 div:nth-of-type(7),
	.buttons.days7 div:nth-of-type(8) {
		margin-left:0%;
	}

	.session-list > a > li {
		width: 98%;
	}
	.schedule_nav .types7 .type {
		width: 15%;
	}
	.schedule_nav .types7 .all {
		margin-left: 0;
		width: 99% !important;
	}
}

@media print {
	.schedule_nav {
		display:none;
	}
	h3.schedule_day {
		font-size: 23px;
	}
	.session-list > a > li {
		padding: 0;
		width: auto;
		float: none;
	}
	.session-list > a {
		text-decoration: none;
	}
	.single-session {
		border: 0;
		box-shadow: none;
		background: white !important;
	}
}
