@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 {
	font-size: 24px;
	margin: 0 auto 5px;
	padding: 0;
}

#x-cd-events-default .x-cd-event-info .x-cd-event-date {
	font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
	padding:0;
}

#x-cd-events-default .x-cd-event-info .x-cd-event-location {
	font-size: 14px;
    font-weight: 500;
    margin: 0;
	padding: 0;
}
/* END X-CD EVENTS DEFAULT */

@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;
	}
}