/**
 * Generic settings, resets, defaults
 */

.mod-meeting2 h1 {
	position: absolute;
	top: -999em;
	left: -999em;
}

.mod-meeting2 .article {
	padding-top: 0;
}

/** Reset lists */
.mmt-mdp-nav ul,
.mmt-mdp-section-attendees ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

/** Contain floats / clearfix */
.mmt-clearfix:before, .mmt-clearfix:after {
	content: "\0020";
	display: block;
	height: 0;
	visibility: hidden;
}

.mmt-clearfix:after {
	clear: both;
}

.mmt-clearfix {
	zoom: 1;
}

/** Columns */
@media screen and (min-width: 768px) {
	.mmt-mdp-content {
		margin-top: 2em;
	}

	.mmt-mdp-main {
		float: left;
		width: 60%;
		margin-right: 40%;
	}

	.mmt-mdp-sidebar {
		float: left;
		width: 25%;
		margin-left: -25%;
	}
}

.mmt-mdp-inner {
	padding-top: 1.6em;
}

/** Tables */
.mmt-meeting-detail-page table {
	width: 100%;
	border-collapse: collapse;
}

.mmt-meeting-detail-page caption {
	display: none;
	padding: 2px 0;
	background-color: #eee;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.mmt-meeting-detail-page th,
.mmt-meeting-detail-page td {
	text-align: left;
}

.mmt-meeting-detail-page td,
.mmt-mdp-section-attendees td,
.mmt-meeting-detail-page th,
.mmt-mdp-section-attendees th {
	padding: .5em 1em !important;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
}

.mmt-meeting-detail-page tr.mmt-mdp-last td {
	border-bottom: 0;
}

/** Reset "last" elements */
.mmt-mdp-last {
	margin: 0;
	padding: 0;
	border: 0;
}

/**
 * .mmt-mdp-back
 * Contains back button (if present)
 */

.mmt-mdp-back {
	width: 100%;
	padding: 5px 0;
}

.mmt-mdp-back a {
	padding: 5px 0 5px 23px;
	text-decoration: none;
	background: transparent url(../../../img/snippets/icon-arrow-left.png) no-repeat 0 50%;
}

/**
 * .mmt-mdp-header
 * Header of the page. Contains a summary of the meeting and it's cover image
 */

.mmt-mdp-header {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.mmt-mdp-cover-image {
	display: block;
	width: 100%;
	height: 150px;
	background: no-repeat 50% 50%;
	background-size: 100%;
	background-size: cover;
}

@media screen and (min-width: 550px) {
	.mmt-mdp-header {
		height: 280px;
	}

	.mmt-mdp-cover-image {
		float: left;
		width: 50%;
		height: 100%;
		margin-right: 50%;
	}
}

@media screen and (min-width: 768px) and (min-height: 700px) {
	.mmt-mdp-header {
		height: 320px;
	}
}

@media screen and (min-width: 768px) and (min-height: 900px) {
	.mmt-mdp-header {
		height: 350px;
	}
}

/** Meetings meta data */
.mmt-mdp-summary h2,
.mmt-mdp-summary p {
	margin: 0;
}

.mmt-mdp-summary p {
	font-size: 1em;
}

.mmt-mdp-summary h2 {
	border-bottom: 0;
	font-size: 1.5em;
}

@media screen and (min-width: 768px) {
	.mmt-mdp-summary h2 {
		font-size: 1.75em;
	}
}

.mmt-mdp-meta-data span {
	display: block;
	/*float: left;
	white-space: nowrap;*/
	margin: 3px 15px 3px 0;
	padding-left: 25px;
	line-height: 24px;
	font-size: 1.2em;
	background: transparent url(../../../img/snippets/icon-calendar.png) no-repeat 0 3px;
}

.mmt-mdp-meta-data .mmt-mdp-location {
	background-image: url(../../../img/snippets/icon-location.png);
}

.mmt-mdp-meta-data .mmt-mdp-labels {
	display: none;
}

/** Cover photo enabled */
.mmt-mdp-has-cover .mmt-mdp-summary {
	padding: 1em;
	color: #fff;
}

@media screen and (min-width: 550px) {
	.mmt-mdp-has-cover .mmt-mdp-summary {
		float: left;
		width: 50%;
		margin-left: -50%;
		padding: 2em;
	}
}

.mmt-mdp-has-cover .mmt-mdp-summary h2 {
	font-weight: 600;
	text-transform: none;
	color: #fff;
}

.mmt-mdp-has-cover .mmt-mdp-summary a {
	color: #fff;
}

.mmt-mdp-has-cover .mmt-mdp-meta-data span {
	background-image: url(../../../img/snippets/icon-calendar-white.png);
}

.mmt-mdp-has-cover .mmt-mdp-meta-data .mmt-mdp-location {
	background-image: url(../../../img/snippets/icon-location-white.png);
}

/**
 * .mmt-mdp-nav
 * Detail page navigation
 */

.mmt-mdp-nav-desktop-only {
	display: none;
	position: absolute;
	bottom: 0;
}

.mmt-mdp-has-cover .mmt-mdp-nav {
	margin-top: 0;
	border-top: 0;
	background-color: transparent;
}

.mmt-mdp-nav li {
	float: left;
}

.mmt-mdp-nav a {
	position: relative;
	display: block;
	padding: 15px 20px;
	text-decoration: none;
}

.mmt-mdp-active a,
.mmt-mdp-active a:hover {
	font-weight: bold;
}

.mmt-mdp-active a:after,
.mmt-mdp-nav a:hover:after {
	content: '';
	position: absolute;
	bottom: -8px;
	left: 50%;
	display: block;
	width: 16px;
	height: 16px;
	margin-left: -8px;
	border-radius: 50%;
	background-color: #fff;
}

@media screen and (min-width: 1024px) {
	.mmt-mdp-nav-desktop-only {
		display: block;
		right: 0;
	}

	.mmt-mdp-nav-desktop-only a {
		padding: 15px 5px;
	}

	.mmt-mdp-nav-mobile-only {
		display: none;
	}
}

@media screen and (min-width: 1100px) {
	.mmt-mdp-nav-desktop-only {
		right: 1em;
	}
}

@media screen and (min-width: 1200px) {
	.mmt-mdp-nav-desktop-only a {
		padding: 15px 10px;
	}
}

@media screen and (min-width: 1400px) {
	.mmt-mdp-nav-desktop-only a {
		padding: 15px;
	}
}

/**
 * .mmt-mdp-sidebar
 * Layout of content inside sidebar (same sidebar on every page, hence in generic file)
 */

.mmt-mdp-sidebar .mmt-mdp-section {
	margin-bottom: 1.6em;
	border: 1px solid #ccc;
	background-color: #eee;
}

.mmt-mdp-sidebar .mmt-mdp-section-inner {
	padding: 10px;
}

.mmt-mdp-sidebar h3 {
	margin: 0;
	padding: 10px;
	border-bottom: 1px solid #ccc;
	background-color: #fff;
}

/** Ticket prices */
.mmt-mdp-ticket-price {
	width: 100px;
}

/** Subscribe button */
.mmt-mdp-cta {
	display: block;
	padding: 1em;
	font-size: 1.1em;
	line-height: 1.5;
	text-decoration: none;
	text-align: center;
	font-weight: 600;
	color: #fff;
	border: 2px solid transparent;
	border-radius: .3em;
	transition: 0.1s linear all;
}

.mmt-mdp-cta:hover {
	border: 2px solid;
	background-color: #fff;
}

.mmt-mdp-cta-secondary {
	background-color: #ddd;
	border-color: #ccc;
	color: #444;
}

.mmt-mdp-cta-secondary:hover {
	background-color: #ccc;
	border-color: #bbb;
	color: #000;
}

/** Block: List of tickets */
.mmt-mdp-sidebar .mmt-mdp-section-tickets th {
	font-weight: bold;
}

.mmt-mdp-sidebar .mmt-has-help {
	margin-bottom: 1em;
}

.mmt-mdp-sidebar .mmt-mdp-section-tickets p:last-child {
	margin: 0;
}

/** Block: Register */
.mmt-mdp-registration-status {
	padding-top: 1em;
	border-top: 1px dotted #ccc;
}

.mmt-mdp-registration-status-message {
	margin-bottom: 10px;
	font-size: 1.2em;
	line-height: 1.4em;
}

.mmt-mdp-registration-status-cta {
	margin: 0;
}

/** Block: List of attendees */
.mmt-mdp-section-attendees-list li {
	padding: 5px 0;
	border-top: 1px solid #ccc;
}

.mmt-mdp-section-attendees-list .mmt-mdp-first {
	padding-top: 0;
	border-top: 0;
}

.mmt-mdp-section-attendees-list span,
.mmt-mdp-section-attendees-list a {
	display: block;
}

.mmt-mdp-attendee-fn {
	font-size: 1.1em;
	font-weight: bold;
}

.mmt-mdp-section-attendees-list p {
	margin-bottom: 0;
	text-align: right;
}
