/**
 * @author: Procurios
 * @about:  mmt-meeting-detail-page.css
 *          Layout and structure of the meeting detail page
 */

.mod-meeting2 .header-wrapper {
	margin-bottom: 2em;
}

/*.mod-meeting2 h1,*/
/*.mod-meeting2 .mmt-mdp-header,*/
.mod-meeting2 .mmt-mdp-cover-image,
.mod-meeting2 .sidebarright {
	display: none;
}

.mod-meeting2 .content {
	width: 100% !important;
	margin: 0 !important;
	float: none !important;
}

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

/** 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: 700px) {
	.mmt-mdp-main {
		float: left;
		width: 65%;
		margin-right: 5%;
	}

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

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

.mmt-mdp-section-inner img {
	max-width: 100%;
	height: auto;
}

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

.mmt-meeting-detail-page caption {
	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 {
	padding: 5px 0;
	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 {
	display: none;
	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 {
	width: 100%;
	display: block;
}

/** Meetings meta data */
.mmt-mdp-summary {
	padding: 1em;
	margin-bottom: 1em;
	border: 1px solid #e1e1e1;
	background-color: #fff;
	box-shadow: 0 0 10px #ccc;
}

.mmt-mdp-summary h2,
.mmt-mdp-summary p {
	margin: 0;
}

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

.mmt-mdp-summary h2 {
	font-size: 2.25em;
}

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

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

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

/** Cover photo enabled */
.mmt-mdp-has-cover .mmt-mdp-summary h2 {
	display: none;
}

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

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

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

.mmt-mdp-nav li {
	margin-bottom: .5em;
}

.mmt-mdp-nav li a {
	display: block;
	padding: .5em;
	border: 1px solid transparent;
	font-size: 1.2em;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background-color: #502d7f;
}

.mmt-mdp-nav li a[title="Aanmelden"] {
	display: none;
}

.mmt-mdp-nav li a:hover,
.mmt-mdp-nav .mmt-mdp-active a {
	border-color: #502d7f;
	color: #502d7f;
	background-color: #fff;
}

.mod-meeting2 .mmt-mdp-nav .mmt-mdp-active a {
	background-color: #fff;
}

/**
 * .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-nav {
	border-color: transparent;
	background-color: transparent;
}

.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: 5px;
	margin-bottom: 5px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	border: 1px solid #4792AC;
	background-color: #48ABCF;
}

.mmt-mdp-cta:hover {
	background-color: #048CBE;
}

.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 {
	display: none;
}

.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;
}

/**
 * Photo section
 */

.mmt-mdp-main .pb-gt2-images,
.mmt-mdp-main .pb-gallery {
	width: 100% !important;
	box-sizing: border-box;
}

.mmt-mdp-main .pb-gt2n-list {
	width: 100%;
}

.mmt-mdp-main .pb-gt2n-list li {
	width: 14.285%;
	margin: 0;
}

.mmt-mdp-main .pb-gt2n-list a {
	position: relative;
	padding-top: 100%;
}

.mmt-mdp-main .pb-gt2n-list img {
	position: absolute;
	top: 0;
}