@charset "utf-8";
/* CSS Document */

/* X-CD Login Forms */
#x-cd-login-form fieldset {
	border:none;
}

#x-cd-login-form input {
	display:block;
	clear: both;
	padding:10px 5px;
	margin-bottom:15px;
	width:250px;
}

.x-cd-overlay {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #000;
    opacity: 0.5;
    z-index: 90;
}

.x-cd-error-wrap {
	position: fixed;
	top:0;
	left:0;
	width:100%;
	height:100vh;
	z-index:95;
}

.x-cd-error-wrap .errors {
	position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
    background: #fff;
    padding: 0 25px 25px;
}

.x-cd-error-wrap .errors span {
    display: block;
    text-align: right;
    margin-right: -25px;
    padding-bottom: 15px;
}

.slim-login-errors{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 0px 0px 50px 50px;
	z-index:100;
}

.slim-login-errors span {
	display:block;
	text-align: right;
	padding: 10px 0px 30px;
}

.close-slim-errors {
    color: #000;
    text-decoration: none;
    margin-right: 10px;
    font-family: Arial, sans-serif;
    font-size: 13px;
}

.slim-login-errors p {
	padding-right:50px;
}

.x-c-hidden {
	display:none;
}

.x-cd-login-slim-form input {
	display:block;
	margin:0 auto 15px;
	width:200px;
}

.x-cd-login-slim-form input.x-cd-slim-login-submit {
	width:auto;
	padding:5px 10px;
}
/* END X-CD LOGIN FORMS */

/* X-CD EXHIBITORS LIST */
article.xcd-exhibitor {
	margin-bottom:50px !important;
}

.xcd-exhibitor-name-booth {
	padding:10px 0;
	margin-bottom:15px;
	display:flex;
	justify-content: space-between;
	background:#808080;
	align-items: center;
}

.xcd-exhibitor-name h2 {
	padding:0px 0 0 10px;
}

.xcd-exhibitor-name h2 a {
	text-decoration: none !important;
	color:#fff;
}

.xcd-exhibitor-booth p {
	font-weight: 600;
	padding:0px 10px 0 0;
	font-size: 30px;
	color:#fff;
}

.xcd-exhibitor-info {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding:10px;
}

.xcd-exhibitor-img {
	width:30%;
}

.xcd-exhibitor-text {
	width:70%;
}

.xcd-exhibitor-text a {
	display: inline-block;
	margin-bottom:25px;
}

/* END X-CD EXHIBITORS LIST */

/* X-CD EVENTS DEFAULT */
#x-cd-events-default {
	width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    padding: 0px 25px;
    box-sizing: border-box;
}

#x-cd-events-default .x-cd-event {
	display:block;
	clear: both;
	width:100%;
	padding-bottom:50px;
}

#x-cd-events-default .x-cd-event-image {
	width:100%;
	display:block;
	clear: both;
}

#x-cd-events-default img {
	max-width:100%;
}

#x-cd-events-default .x-cd-event-info h1 {
	margin: 0 auto 5px;
	padding: 0;
}

#x-cd-events-default .x-cd-event-info .x-cd-event-date {
    font-weight: 400;
    margin-bottom: 0;
	padding:0;
}

#x-cd-events-default .x-cd-event-info .x-cd-event-location {
    font-weight: 500;
    margin: 0;
	padding: 0;
}
/* END X-CD EVENTS DEFAULT */

/* X-CD DIRECTORY LIST */
.x-cd-directory-list { 
	max-width:100%;
	margin: 0 auto;
	padding: 25px 15px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
}

.x-cd-directory-list .x-cd-directory-listing {
	width:30%;
	margin:0 1.5% 15px;
}

.x-cd-directory-list .x-cd-directory-listing h2, .x-cd-directory-list .x-cd-directory-listing p {
	font-size:16px;
	font-weight: 500;
	color:#000;
	margin:2px auto;
	padding:0;
	line-height: 20px;
}
/* END X-CD DIRECTORY LIST */

/* X-CD GROUP MEMBER LIST */

.x-cd-group-member-list, #site-content .entry-content .x-cd-group-member-list {
	width:100%;
	max-width: 100%;
	padding:0 35px;
	box-sizing: border-box;
}

.x-cd-group-category-list {
	display:block;
	width:100%;
}

.x-cd-group-category-list .x-cd-group-cat-link {
	margin-bottom:35px;
}

.x-cd-group-category-list ul {
	display:flex;
	flex-wrap: wrap;
	width:100%;
	padding:25px;
	box-sizing: border-box;
	justify-content: space-around;
}

.x-cd-group-category-list li {
	width:45%;
	list-style: none;
}

.x-cd-group-category-list li ul {
	display:block;
	padding:0;
	margin:0;
}

.x-cd-group-category-list ul li ul li {
	width:100%;
	list-style: none;
	line-height: 20px;
	margin-bottom:25px;
}

.x-cd-group-category-list ul li ul li a {
	font-size: 16px;
	font-weight: 300;
	letter-spacing: .5px;
	text-decoration: underline;
}

.x-cd-group {
	display: none;
}

.x-cd-group-members {
	width:100%;
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	justify-content: space-between;
}

.x-cd-group-member {
	padding:20px;
	margin-bottom:25px;
	box-sizing: border-box;
	width:32%;
	display:flex;
}

.x-cd-group-member.smallGroup {
	width:100%;
}

.x-cd-group-member-image {
	width:20%;
	margin-right:5%;
}

.x-cd-group-member-image img {
	width:100%;
	height:auto;
}

.x-cd-group-member-details {
	width:70%;
}

.x-cd-group-member h3 {
	font-size:24px;
	font-weight: 400;
	margin:0px auto 5px !important;
}

.x-cd-group-member p {
	margin-bottom:5px;
}


/* END X-CD GROUP MEMBER LIST */

@media screen and (max-width:1100px) {
	.xcd-exhibitor-name-booth {
		display:block;
		text-align: center;
	}
	
	.xcd-exhibitor-name h2 {
		padding:0px 5px;
	}

	
	.xcd-exhibitor-info {
		flex-wrap: wrap;
		padding:10px 0;
	}
	
	.xcd-exhibitor-img {
		width:100%;
		text-align: center;
	}

	.xcd-exhibitor-text {
		width:85%;
		margin-top:20px;
	}
	
	.xcd-exhibitor-booth {
		text-align: center;
	}
}

@media screen and (max-width:700px) {
	.xcd-exhibitor-text {
		width:100%;
	}	
	
	.xcd-exhibitor-link {
		display: none;
		text-align: center;
	}
	
	.x-cd-directory-list .x-cd-directory-listing {
		width:100%;
		margin:0 0 25px;
	}
}