/*
Theme Name: The Storm
Author: Vincent Jeannot
Author URI: http://www.thestorm.lu
Description: The Storm base theme
Version: 1.0.0
*/

@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,400i,700');

.sub-footer {
	display: none !important;
}

/* RESET CSS */
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}table{border-collapse:collapse;border-spacing:0}

::-moz-selection {
	background-color: rgba(0, 0, 0, .4);
}

::selection {
	background-color: rgba(0, 0, 0, .4);
}

html, body {
	background-color:#191919;
}

body {
	width: 100%;
	overflow-x: hidden;
	margin: 0;
	padding: 0;
	font-family: 'Roboto', sans-serif !important;
	vertical-align: middle;
}

.wpcf7-recaptcha:first-child div {
	margin:0px auto;
}

.footer-col a {
	text-decoration: none;
	color: white;
}

/* FONTS */

h1 {
	text-transform: uppercase;
	color: #ededed;
}

.site-content {
	overflow: hidden;
}

.site-header {
	display: block;
	position: fixed;
	top: 0;
	width: 100%;
	height: 75px;
	background-color: #191919;
	z-index: 100;
	border-bottom: 1px solid #b71923;
}

.header-wrapper {
	display: block;
	width: 96%;
	margin: 0 auto;
	max-width: 1500px;
	height: 75px;
	z-index: 100;
}

.header-logo {
	display: block;
	float: left;
	width: 180px;
	height: 50px;
	margin-top: 12px;
	background-image: url(img/thestorm-horizontal-logo-events-white.svg);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.header-logo:hover {
	-ms-transform: scale(0.97);
	-webkit-transform: scale(0.97);
	transform: scale(0.97);
}

.entry-title {
	display: none;
}

article.post .entry-title {
	display:block;
}

.hero h1 {
	font-size: 6vw;
	color: #ededed;
	letter-spacing: 2px;
	margin: 0;
	font-weight: bold;
}

.hero h2 {
	font-size: 2.5vw;
	text-transform: uppercase;
	padding: 10px 20px;
	display: inline-block;
	font-weight: 400;
	color: #ededed;
	background-color: #b71923;
	letter-spacing: 2px;
	margin: 0;
}

.hero p {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 400;
	color: #ededed;
	letter-spacing: 1px;
	margin-top: 15px;
}

a.action-button, .kc_button {
	display: inline-block;
	font-size: 18px;
	text-transform: uppercase;
	padding: 15px 25px;
	text-decoration: none;
	border: 2px solid #b71923;
	color: #b71923;
	font-weight: 400;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.hero-icon {
	display: inline-block;
	width: 90px;
	height: 60px;
	background-image: url(img/hero-icon.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	margin-bottom: 30px;
}

.hero-arrow {
	display: inline-block;
	width: 15px;
	height: 10px;
	background-image: url(img/hero-arrow.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	bottom: 50px;
	-webkit-transition: bottom .8s ease;
	-moz-transition: bottom .8s ease;
	-o-transition: bottom .8s ease;
	transition: bottom .8s ease;
}

.hero-arrow:hover {
	bottom: 45px;
}

.hero a.action-button {
	margin-top: 50px;
}

a.action-button:hover {
	background-color: #b71923;
	border-color: #b71923 !important;
}

.kc_button {
	background:none !important;
	font-size:18px !important;
}

.kc_button:hover {
	background-color:#ededed !important;
	color:#b71923 !important;
}

a.action-button.white, .kc_button {
	border-color: #ededed;
	color: #ededed !important;
}

.hero {
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100vh;
	background-image: url(img/videoslider.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;
}

.hero video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100vh;
	max-width: 100vw;
	width: auto;
	height: auto;
	object-fit: cover;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.hero-wrapper {
	display: block;
	width: 96%;
	margin: 75px 2% 0 2%;
}

.Y-autoalign < div {
	position: relative;
}

.Y-autoalign {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}


/* MENU */

.main-navigation {
	display: block;
	float: right;
}

#primary-menu li {
	list-style: none;
	display: block;
	float: left;
	margin: 30px 20px;
}


/* #primary-menu li::after {
	display:block;
	content:"";
	width:0%;
	height:3px;
	margin:5px auto 0 auto;
	background-color:#ededed;

	-webkit-transition: width .5s ease .3s;
  -moz-transition: width .5s ease .3s;
  -o-transition: width .5s ease .3s;
  transition: width .5s ease .3s;
}

#primary-menu li:hover::after {
	width:50%;
} */

#primary-menu li a {
	font-size: 14px;
	color: gray;
	font-weight: 400;
	text-decoration: none;
	text-transform:uppercase;
	letter-spacing: 1px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

#primary-menu li:hover > a {
	/* 	font-weight:700; */
	color: #ededed;
}

#primary-menu li.menu-item-has-children::after {
	display: block;
	float: right;
	content: "";
	width: 8px;
	height: 4px;
	margin: 7px 5px;
	background-image: url(img/menu-arrow.png);
	background-size: cover;
	background-position: 0 0;
	background-repeat: no-repeat;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

#primary-menu li.menu-item-has-children:hover::after {
	background-position: 0 -4px;
}

#primary-menu li.menu-item-has-children:hover> ul.sub-menu {
	visibility: visible;
	opacity: 1;
}

#primary-menu ul.sub-menu {
	visibility: hidden;
	position: absolute;
	opacity: 0;
	margin-left: -20px;
	top: 75px;
	clear: both;
	width: 300px;
	padding: 20px 0;
	background-color: #b71923;
	overflow: hidden;
	z-index: 90;
	box-shadow: 0 0px 5px rgba(0, 0, 0, .3);
	-webkit-transition: all .5s ease .3s;
	-moz-transition: all .5s ease .3s;
	-o-transition: all .5s ease .3s;
	transition: all .5s ease .3s;
}

#primary-menu ul.sub-menu li a {
	color: #ededed;
}

#primary-menu ul.sub-menu li {
	display: block;
	padding-bottom: 20px;
	margin:5px 20px 15px 20px;
	width: 260px;
	border-bottom: 1px solid rgba(255, 255, 255, .15);
	text-transform:uppercase;
}

#primary-menu ul.sub-menu li:last-child {
	border-bottom:0;
    padding-bottom: 0;
}

.header-action-buttons {
	display: block;
	float: right;
}

#primary-menu li.btn {
	padding: 15px 20px;
	margin: 13px 0;
	background-color: #fff;
	border:2px solid #fff;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

#primary-menu li.btn a {
	color: #ededed;
}

#primary-menu li.btn.tickets {
	background-color: #b71923;
	border:2px solid #b71923;
}

#primary-menu li.btn.tickets::before {
	display: inline-block;
	float: left;
	margin-right: 5px;
	font-family: 'FontAwesome';
	-webkit-font-smoothing: antialiased;
	content: "\f145";
	color:#ededed;
}

#primary-menu li.btn.tickets:hover, #primary-menu li.btn.exposer:hover {
	background-color:#191919;
}

#primary-menu li.btn.exposer {
	background-color: #378c35;
  border:2px solid #378c35;
}

#primary-menu li.btn.exposer::before {
	display: inline-block;
	float: left;
	margin-right: 5px;
	font-family: 'FontAwesome';
	-webkit-font-smoothing: antialiased;
	content: "\F0C0";
	color:#ededed;
}

#primary-menu li.btn-tickets a {
	color: #ededed;
}

.lang-wrapper {
	display: block;
	float: right;
	margin-top: 20px;
}

.lang-wrapper select {
	border: 0;
	outline: 0;
	padding: 10px;
	background-color: #191919;
	color: #575757;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.lang-wrapper select:hover {
	color: #ededed;
	/* 	font-weight:bold; */
}

.dslc-info-box-main {
	text-transform: uppercase;
	letter-spacing: 1px;
}

.dslc-modules-section h5 {
	color: #ededed;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: normal;
	margin: 0;
	letter-spacing: 1px;
}

.dslc-modules-section h1 {
	color: #ededed;
	font-size: 5vw;
	text-transform: uppercase;
	font-weight: 700;
	margin: 0;
	line-height: 1;
	letter-spacing: 1px;
}

.dslc-info-box-button a.dslc-primary {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.dslc-info-box-content p {
	line-height: 1.2;
}

.height33 {
	display: block;
	position: relative;
	height: 33.3333vw;
}

.maxwidth {
	max-width: 1500px;
	width:95%;
	margin: 0 auto;
}

.timewrapper .maxwidth {
	max-width:1000px;
}

/* KingComposer */

.infobox-item {
	display: block;
	position: relative;
	margin: 60px 0;
}

.infobox-icon {
	display: block;
	width: 20%;
	margin-right: 5%;
	margin-top: 10px;
	float: left;
	text-align: right;
	height: 100%;
}

.gdpr-notice {
	display: block;
	margin: 30px 0;
	color: white;
	line-height: 1.5;
}

.infobox-icon i {
	font-size: 40px;
	text-align: right;
	color: #ededed;
}

.infobox-text {
	display: block;
	width: 70%;
	color: #ededed;
	text-transform: uppercase;
	float: left;
}

.kc-fb-layout-3 .content-title {
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom: 5px !important;
	color: #ededed;
	text-transform: uppercase;
}

.kc-fb-layout-3 .content-desc,
.timebox p {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.2;
	color: #ededed;
	text-transform: uppercase;
	margin-bottom: 0 !important;
}

.kc-fb-layout-3 .content-icon {
	position: relative;
	display: block;
	margin-top: 10px;
}

.kc-fb-layout-3 .content-icon i {
	display: inline-block;
	font-size: 40px !important;
	color: #ededed;
}

.kc_text_block h2 {
	font-size: 24px;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #ededed;
}

.kc_text_block h1,
.kc-countdown-timer h1,
.map-overlay h1 {
	font-size: 5vw;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
}


/* .kc-row-container:not(.kc-container), .kc_row_inner, .kc-row-container .kc-wrap-columns {
	height:100%;
} */

.kc-call-to-action {
	background: none !important;
	padding: 15px 50px !important;
}

.kc-call-to-action h2,
.kc-call-to-action .kc-cta-text,
.homepage .kc-fb-layout-1 .content-desc,
.map-overlay p {
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #ededed;
	margin-bottom: 5px !important;
}

.homepage .kc-fb-layout-1 .content-icon i {
	color: #ededed !important;
}

.homepage .kc-fb-layout-1 .content-title {
	font-size: 30px !important;
	font-weight: bold !important;
	letter-spacing: 1px;
	text-transform: uppercase !important;
	color: #ededed !important;
	margin-bottom: 5px !important;
}

.homepage .kc-fb-layout-1 .content-desc,
.map-overlay p {
	font-weight: 300 !important;
	margin: 0;
	padding: 0;
}

.kc-call-to-action .kc-cta-text {
	font-weight: 300;
	margin: 0;
	padding: 0;
}

.kc-call-to-action .kc-cta-button a,
.homepage .content-button a {
	background: none !important;
	padding: 20px !important;
	color: #ededed !important;
	border: 2px solid #ededed;
	text-decoration: none;
	font-size: 20px !important;
	margin-top: 30px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.content-button a {
	background: none !important;
	padding: 15px !important;
	color: #b71923 !important;
	border: 2px solid #b71923;
	text-decoration: none;
	font-size: 16px !important;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.content-button a:hover {
	background-color:#b71923 !important;
	color:#ededed !important;
}

.purple .kc-call-to-action h2,
.purple .kc-call-to-action .kc-cta-text {
	color: #b71923;
}

.purple .kc-call-to-action .kc-cta-button a {
	color: #b71923 !important;
	border: 2px solid #b71923;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.kc-call-to-action .kc-cta-button a:hover,
.content-button a:hover {
	color: #ededed !important;
	border: 2px solid #b71923;
	background-color: #b71923 !important;
}

span.ticketprice {
	display: inline-block;
	margin-top: 15px;
	color: #ededed;
	padding: 10px 20px;
	background-color: #b71923;
}

.tickets .kc-cta-desc h2 {
	font-size: 30px !important;
}

.tickets .kc-cta-desc i {
	font-style: italic;
	font-size: 15px;
	color: gray;
}

.timebox {
	display: block;
	float: left;
	text-align: center;
	margin: 0px 50px;
}

.newsletter {
	display: inline-block;
}

.white h2 {
	color: #808080 !important;
}

.homepage .kc_column, .homepage .kc_column_inner, .split-container .kc_column, .split-container .kc_column_inner {
	padding: 0 !important;
}

.map-overlay {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(77, 53, 140, .9);
	text-align: center;
	opacity: 1;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.map-overlay * {
	cursor: default;
}

.map-overlay .spacer {
	display: block;
	width: 100%;
	height: 70px;
}

.map-overlay p {
	margin-top: 30px;
}

.timewrapper {
	margin-top: 10px;
}

.timewrapper .timebox {
	width:100%;
	text-align:center;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin:0 !important;
}

.owl-wrapper .item img {
	display: block;
	width: 100%;
}

.newsletter {
	padding-top: 10px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}

.newsletter input[type=text],
[form] input[type=email],
[form] select {
	display: block;
	width: 400px;
	float: left;
	padding: 20px 20px;
	text-align: center;
	background-color: #3b296b;
	border: 0;
	color: #ededed;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.newsletter .sib-default-btn {
	margin-left: 20px;
	cursor: pointer;
	display: block;
	float: left;
	padding: 15px 20px;
	color: #ededed;
	border: 2px solid #ededed;
	font-size: 18px;
	font-weight: 300;
	background: none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.newsletter .sib-default-btn:hover {
	background-color: #ededed;
	color: #b71923;
}

.newsletter input[type=text]:hover,
.newsletter input[type=email]:hover,
.newsletter input[type=text]:active,
.newsletter input[type=email]:active,
.newsletter input[type=text]:focus,
.newsletter input[type=email]:focus {
	outline: 2px solid #ededed;
}

#sitenavigation {
	visibility: visible;
}

ul#primary-menu::after {
	display: none;
}

.contentpage {
	padding: 75px 0;
	display: block;
	overflow:auto;
	overflow-x:hidden;
	overflow-y:hidden;
}

.entry-header, .page-title {
	display: block;
	width: 100%;
	padding: 50px;
	background-color: #b71923;
	color: #ededed !important;
	text-align: center;
	margin-bottom: 75px;
}

.woocommerce button.button.alt {
	background-color: #ededed !important;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
	padding: 20px 20px 0 20px !important;
  font-size: 20px !important;
	color: #b71923;
	font-weight: bold;
  margin: 0 !important;
}

.woocommerce-result-count, .woocommerce-ordering {
	display:none;
}

.site {
	background-color: #ededed;
}


/* PAGE */

.contentpage h1.entry-title, body.blog .page-title, .single-news article.post .entry-title {
	display: block;
	font-size: 38px;
	font-weight: 700;
	letter-spacing: 1px;
	color: #ededed;
	text-transform: uppercase;
}

.contentpage h1 {
	font-size: 38px;
	font-weight: 400;
	color: #646464;
	text-transform: uppercase;
	margin-bottom: 10px;
	letter-spacing: 1px;
}

.contentpage h2 {
	font-size: 28px;
	font-weight: 400;
	color: #646464;
	text-transform: uppercase;
	margin-bottom: 10px;
	letter-spacing: 1px;
}

.contentpage h3 {
	font-size: 22px;
	font-weight: 700;
	color: #b71923;
	text-transform: uppercase;
	margin-bottom: 10px;
	letter-spacing: 1px;
}

.contentpage h4 {
	font-size: 18px;
	font-weight: 700;
	color: #646464;
	text-transform: uppercase;
	margin-bottom: 10px;
	letter-spacing: 1px;
}

.contentpage p,
.contentpage h5 {
	color: #646464;
	font-size: 16px;
	line-height: 1.2;
	margin-bottom: 20px;
}

.contentpage p a, body.blog article.post .entry-footer a {
	color: #b71923;
	text-decoration: none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.contentpage p a:hover,body.blog article.post .entry-footer a:hover  {
	color: #8c141b;
	border-bottom: 1px solid #8c141b;
}

.contentpage h5 {
	font-weight: bold;
	text-transform: uppercase;
	color: #b71923;
	letter-spacing: 1px;
}

.contentpage hr {
	border: 0;
	border-bottom: 1px dashed #646464;
	opacity: .5;
	margin: 30px 0;
}

.contentpage ul {
	list-style: circle;
	margin-left:40px;
}

.contentpage ul li {
	margin-top:10px;
}

.site-footer {
	display: block;
	width: 100%;
	padding: 50px 0;
	background-color: #191919;
	overflow: auto;
	overflow-x: hidden;
	overflow-y: hidden;
}

.edit-link {
	display: none;
	width: 100%;
	overflow: auto;
	opacity: .5;
}

.edit-link:hover {
	opacity: 1;
}

.post-edit-link {
	display: block;
	width: 100%;
	padding: 20px 0;
	background-color: #d57e37;
	text-align: center;
	color: #ededed;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

.post-edit-link span {
	border-bottom: 1px dashed #ededed;
}

.site-info {
	display: block;
	position: relative;
	width: 100%;
	overflow: auto;
	max-width: 1500px;
	margin: 0 auto;
}

.footer-col {
	display: block;
	position: relative;
	min-height: 40px;
	width: 25%;
	float: left;
	padding: 0 2.5%;
	text-align: center;
	border-right: 1px solid rgba(255, 255, 255, .15);
}

.footer-col p {
	font-size: 11px;
	color: gray;
	text-transform: uppercase;
	line-height: 1.4;
	letter-spacing: 1px;
}

.footer-col li {
	list-style: none;
}

.footer-col:last-child {
	border: 0;
}

.footer-col .textwidget {
	display: inline-block;
}

.footer-logo {
	display: block;
	width: 100%;
	height: 40px;
	background-image: url(img/thestorm-horizontal-logo-events-white.svg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	opacity: .7;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.footer-logo:hover {
	opacity: 1;
}

.footer-copyright {
	display: block;
	padding: 20px;
	text-align: center;
	background-color: #b71923;
	color: #ededed;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.footer-col .kc-icon-wrapper {
	width: auto !important;
}

.footer-col .kc-icon-wrapper i {
	color: gray !important;
	display: inline-block;
	float: left;
	margin: 0 10px;
	font-size: 24px !important;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.footer-col .kc-icon-wrapper i:hover {
	color: #b71923 !important;
}

.error-wrap {
	display: block;
	text-align: center;
	width: 50%;
	max-width: 800px;
	margin: 0 auto;
	padding: 250px 0 200px 0;
}

.error-wrap h1 {
	font-size: 20vw;
	font-weight: bold;
	color: #b71923;
	letter-spacing: 1px;
}

.error-wrap h2 {
	color: #b71923;
	letter-spacing: 1px;
	font-weight: 24px;
	text-transform: uppercase;
}

.error-wrap .page-content {
	margin-top: 20px;
	color: gray;
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.doodle-pattern {
	background-image: url(img/doodle-pattern.png);
}

.contentpage .kc-container {
	width: 90% !important;
}

.go-up {
	display: block;
	position: fixed;
	bottom: 30px;
	right: 30px;
	padding: 15px 14px;
	text-decoration: none;
	color: #ededed;
	font-size: 20px;
	background-color: #b71923;
	font-weight: normal;
	z-index: 200;
	opacity: .5;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	-ms-transform: rotate(-90deg);
	/* IE 9 */
	-webkit-transform: rotate(-90deg);
	/* Chrome, Safari, Opera */
	transform: rotate(-90deg);
}

.go-up:hover {
	background-color: #ededed;
	color: #b71923;
	opacity: 1;
}

.archivepage article.exhibitor .entry-header {
	display: none;
}

article.exhibitor .edit-link {
	display: none;
}

.exbtr-archive-wrapper {
	display: block;
	position: relative;
	width: 20%;
	margin: 0 2.5%;
	float: left;
}

.exbtr-archive-box {
	display: block;
	width: 100%;
	background-color: #f5f5f5;
	-webkit-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.3);
	/*		-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;*/
}

.exbtr-titletag {
	width: 100%;
	display: block;
	text-align: center;
	font-size: 16px;
	color: #646464;
	font-weight: bold;
	text-transform: uppercase;
	height: 40px;
	line-height: 40px;
	/* 	padding:20px 0; */
	/* 	margin-top:20px; */
}

.exbtr-star {
	position: absolute;
	height: 40px;
	width: 40px;
	background-image: url(img/star.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	left: -10px;
	top: 25px;
}

.exbtr-sponsor .exbtr-star {
	display: inline-block;
	position: relative;
	margin-top: 5px;
	top: 6px;
	left: 0;
	height: 25px;
	width: 25px;
}

.exbtr-archive-image {
	display: block;
	width: 100%;
	height: 200px;
	background-image: url(img/videoslider.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.exbtr-archive-image img,
.exbtr-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	pointer-events: none;
}

.exbtr-archive-content {
	display: block;
	padding: 20px;
	width: 100%;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.exbtr-archive-content h2 {
	font-size: 24px;
	color: #646464;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.exbtr-archive-content p,
.exbtr-text h3 {
	font-size: 14px;
	font-weight: normal;
	color: #646464;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 0px;
}

.exbtr-archive-more {
	display: block;
	width: 100%;
	padding: 13px;
	background-color: #b71923;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-decoration: none;
	text-align: center;
	color: #ededed;
	border: 2px solid #b71923;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.exbtr-archive-more:hover {
	background-color: #ededed;
	color: #b71923;
	font-weight: bold;
}

.pagelimiter {
	max-width: 1500px;
	margin: 0 auto;
	padding-bottom: 80px;
	overflow: auto;
}

.exbtr-wrapper {
	width: 96%;
	max-width: 1500px;
	margin: 80px auto;
	overflow: auto;
}

.exbtr-image {
	display: block;
	width: 20%;
	margin-right: 5%;
	float: left;
	background-image: url(img/videoslider.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.exbtr-text {
	display: block;
	width: 75%;
	float: left;
}

.exbtr-title h2 {
	font-size: 34px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #b71923;
	margin: 0;
}

.exbtr-title h3 {
	margin-top: 5px;
	margin-bottom: 20px;
}

.exbtr-links {
	display: block;
}

.exbtr-links .social-links {
	display: inline-block;
	float: right;
}

.exbtr-links .social-links a i {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.exbtr-links .social-links a:hover i {
	color: #b71923;
}

.exbtr-sponsor {
	display: block;
	width: 20%;
	float: left;
	clear: both;
	text-align: center;
	font-size: 16px;
	color: #646464;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 5px;
}


/* .exbtr-links .website::before {
	content:"";
	display:block;
	float:left;
	width:46px;
	height:46px;
	background-color:red;
	margin-top:10px;
} */

.exbtr-links {
	display: block;
	width: 99%;
	padding: 15px;
	background-color: #f5f5f5;
	margin-top: 10px;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.3);
}

.exbtr-links i {
	display: inline-block;
	margin-right: 10px;
	font-size: 22px;
	vertical-align: middle;
	color: #646464;
	margin-top: -1px;
}

.exbtr-links a {
	color: #646464;
	text-decoration: none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.exbtr-links a:hover {
	color: #b71923;
}

.exbtr-navigation {
	display: block;
	width: 96%;
	max-width: 1500px;
	margin: 0 auto;
}

.exbtr-navigation .col50 {
	display: block;
	width: 50%;
	float: left;
	min-height: 10px;
}

.exbtr-navigation .col50:last-child {
	text-align: right;
}

.exbtr-navigation .col50 a {
	padding: 10px 15px;
	background-color: #b71923;
	color: #ededed;
	text-decoration: none;
	border: 2px solid #b71923;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.exbtr-navigation .col50 a:hover {
	background-color: #ededed;
	color: #b71923;
	border: 2px solid #b71923;
}

.woocommerce .products ul,
.woocommerce ul.products {
	display: block;
	width: 96%;
	margin: 100px auto 50px auto;
	max-width: 1500px;
}

.woocommerce ul.products span.onsale,
.woocommerce span.onsale {
	display: none;
}

.woocommerce ul.products li.product {
	text-align: center;
}

.woocommerce ul.products li.product h3 {
	font-weight: bold;
	letter-spacing: 1px;
	color: #b71923;
	margin-top: 10px;
	font-size: 24px;
}

.woocommerce ul.products li.product a img {
	margin: 0;
}

.woocommerce ul.products li.product a.button,
.woocommerce button.button.alt {
	border-radius: 0;
	padding: 15px;
	border: 2px solid #b71923;
	color: #b71923;
	font-weight: normal;
	text-transform: uppercase;
	background-color: #ededed;
	letter-spacing: 1px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.woocommerce button.button.alt {
	background-color: #f5f5f5;
}

.woocommerce .quantity .qty {
	display: block;
	padding: 15px 15px 16px 15px;
	width: 80px;
	margin-right: 10px;
}

.woocommerce div.product form.cart {
	margin-top: 20px;
}

.woocommerce ul.products li.product a.button:hover {
	background-color: #b71923;
	color: #ededed;
}

.woocommerce ul.products li.product .price {
	color: #646464;
	display: block;
	margin: 15px 0;
	font-size: 14px;
}

.woocommerce ul.products li.product .price ins {
	font-size: 18px;
	text-decoration: none;
	letter-spacing: 1px;
	font-weight: normal;
	color: #ededed;
	background-color: #b71923;
	padding:10px;
}

.woocommerce ul.products li.product .price del {
	margin-bottom:20px !important;
}

.woocommerce .woocommerce-breadcrumb {
	display: none;
}

.woocommerce div.product {
	display: block;
	width: 96%;
	margin: 80px auto 0 auto;
	max-width: 1000px;
}

.woocommerce .add_to_cart_button {
	opacity:0;
	position:absolute !important;
	top:120px !important;
	left:50% !important;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.woocommerce li.product:hover .add_to_cart_button {
	opacity:1;
}

.woocommerce li.product img {
	background-color:#b71923;
	-webkit-transition: all .8s ease;
	-moz-transition: all .8s ease;
	-o-transition: all .8s ease;
	transition: all .8s ease;
}

.woocommerce li.product:hover img {
	opacity:.7;
}

.cart-wrapper {
/* 	display: block;
	position: fixed; */
	z-index: 300;
	padding: 30px;
	background-color: #b71923;
/* 	right: 20px;
	top: 100px; */
	width:auto;
	color: #ededed;
	box-shadow: 0 0px 5px rgba(0, 0, 0, .3);
}

.cart-wrapper a {
	color: #ededed;
	text-decoration:none;
}

.cart-wrapper span.amount {
	color: gray;
}

li.wpmenucartli {
	text-transform:uppercase;
}

li.wpmenucartli a.wpmenucart-contents span.amount {
	display:none !important;
}

/* .woocommerce {
	max-width:800px;
	margin:0px auto;
} */

.woocommerce table.shop_table {
	width: 70%;
	max-width:1000px;
	margin: 0px auto;
}

.woocommerce table .product-name a {
	color: #b71923;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
}

.woocommerce table .product-price {
	color:gray;
}

.woocommerce thead {
	background-color:#b71923;
	color:#ededed;
	text-transform:uppercase;
	font-weight:normal;
}

.woocommerce tbody tr:nth-child(even) {
	background-color:#f7f7f7;
}

.woocommerce tbody .quantity input {
	background:none;
	border:1px solid #b71923;
	outline:0;
}

.woocommerce tbody .coupon input[type="text"] {
	height:36px;
	background-color:#ededed;
	color:gray;
	outline:0px;
	width:90px !important;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.woocommerce tbody .coupon input[type="text"]:hover {
	color:#b71923;
}

.woocommerce tbody .coupon input[type="submit"] {
	border:0px;
	background:none !important;
	color:gray;
	font-size:12px;
	text-transform:uppercase;
	margin:12px 0 0 15px;
	padding:0 0 3px;
	border-radius:0px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.woocommerce tbody .coupon input[type="submit"]:hover {
	color:#b71923;
}

.woocommerce tbody input.button {
	background:none;
	border:2px solid #b71923;
	color:#b71923 !important;
	text-transform:uppercase;
	border-radius:0px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.woocommerce tbody input.button:hover {
	background-color:#b71923;
	color:#ededed !important;
}

.woocommerce a.remove {
	color: #b5b5b5 !important;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.woocommerce a.remove:hover {
	background: none !important;
	color: #c94833 !important;
}

.woocommerce a.button.alt {
	background-color:#b71923;
	color: #ededed;
 	border:2px solid #b71923;
	border-radius: 0;
	text-transform: uppercase;
	font-weight: normal;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.woocommerce a.button.alt:hover {
	background-color: #ededed;
	color:#b71923;
}

.woocommerce .cart-collaterals .cart_totals {
	width:50%;
	margin:50px auto 0 auto;
}

.woocommerce .cart-collaterals .cart_totals h2 {
	font-size:18px;
	font-weight:bold;
	letter-spacing:1px;
	color:#b71923;
}

.woocommerce .cart-collaterals .cart_totals table {
	width:100%;
}

.woocommerce .cart-collaterals .cart_totals table th {
	font-weight:normal;
	text-transform:uppercase;
}

.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
	width:70%;
	max-width:1000px;
	margin:0 auto;
}

.woocommerce form.woocommerce-checkout {
	width:70%;
	max-width:1000px;
	margin:50px auto;
}

.woocommerce-info, .checkout_coupon {
	width:70%;
	max-width:1000px;
	background-color:#f5f5f5;
	border:0;
	margin:0 auto !important;
}

.woocommerce .related.products {
	margin-top:80px;
}

.woocommerce .related.products ul.products {
	margin:0px;
	margin-top:20px;
}

.woocommerce-tabs .tabs.wc-tabs{
	display:none;
}

.checkout_coupon {
	border:0;
	border-radius:0;
}

.checkout_coupon input.button {
	color:#b71923;
	border:2px solid #b71923;
	text-transform:uppercase;
	border-radius:0;
	background:none !important;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.checkout_coupon input.button:hover {
	color:#ededed;
	border:2px solid #b71923;
	background-color:#b71923 !important;
}

.exbtr-archive-wrapper a {
	color:#ededed !important;
}

.exbtr-archive-wrapper a:hover {
	color:#b71923 !important;
}

.entry-content a, .message-boxes a {
	color:#b71923;
	text-decoration:none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.entry-content a:hover, .message-boxes a:hover {
	color:#8c141b;
}

.woocommerce #customer_details {
	margin-bottom:50px;
}

.woocommerce table.woocommerce-checkout-review-order-table {
	width:100% !important;
}

.woocommerce table.woocommerce-checkout-review-order-table tr {
	min-height:35px;
}

.woocommerce input#place_order {
	background-color:#ededed;
	border:2px solid #b71923;
	border-radius:0;
	color:#b71923;
	text-transform:uppercase;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.woocommerce input#place_order:hover {
	background-color:#b71923 !important;
	color:#ededed;
}

/* INPUTS */
.entry-content input, .entry-content textarea, .contentpage select {
	background-color:#121212;
	padding:15px;
	border:1px solid #0c0c0c;
	margin-top:5px;
	color:gray;
	-webkit-transition: all .5s ease .2s;
	-moz-transition: all .5s ease .2s;
	-o-transition: all .5s ease .2s;
	transition: all .5s ease .2s;
}

.entry-content .wpcf7-list-item {
	display:block;
	padding:15px;
	background-color:#121212;
	margin-top:5px;
	margin:0 0 15px 0;
}

.entry-content .wpcf7-list-item input {
	width:auto !important;
}

.woocommerce .select2-container .select2-choice {
	background-color:#f5f5f5;
	border:1px solid #0c0c0c;
	padding:10px 15px;
	margin-top:10px;
	color:gray;
	-webkit-transition: all .5s ease .2s;
	-moz-transition: all .5s ease .2s;
	-o-transition: all .5s ease .2s;
	transition: all .5s ease .2s;
	border-radius:0;
}

.entry-content textarea {
	min-width:100%;
	max-width:100%;
	min-height:150px;
}

.entry-content input:focus, .entry-content input:active, .entry-content textarea:focus, .entry-content textarea:active, .contentpage form select:focus, .contentpage form select:active,
.woocommerce .select2-container .select2-choice:focus, .woocommerce .select2-container .select2-choice:active {
	border:1px solid #ededed !important;
	color:#ededed !important;
	outline:0;
}

.entry-content input:hover, .entry-content textarea:hover, .contentpage form select:hover, .woocommerce .select2-container .select2-choice:hover {
	border:1px solid #ededed !important;
}

.entry-content label, .contentpage form p {
	text-transform:uppercase;
	font-size:14px;
	color:gray;
	letter-spacing:1px;
}

.contentpage form input, .contentpage form textarea, .contentpage form select {
	width:100%;
}

.contentpage form .input-checkbox {
	width:auto !important;
}

.woocommerce .product_meta {
	display:none;
}

.woocommerce div.product p.price {
	display:block;
	background-color: #f5f5f5;
	padding:10px;
	overflow: auto;
}

.woocommerce div.product p.price del {
	display: block;
	float:left;
	line-height: 40px;
}

.woocommerce div.product form.cart .button {
	float: right !important;
}

.woocommerce div.product .woocommerce-tabs .panel {
	background-color: #f5f5f5;
	padding:20px;
}

.woocommerce .contentpage h2 {
	color: #b71923;
	font-weight: bold;
}

.woocommerce div.product p.price ins {
	display: block;
	float:right;
}

.woocommerce div.product p.price {

	right: 10px;
}

.woocommerce input.button {
	width:auto !important;
}

.contentpage form input[type="submit"] {
	color:#b71923;
	text-transform:uppercase;
	font-weight:bold;
	padding:15px;
	border:2px solid #b71923;
	background:none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	cursor:pointer;
}

.contentpage form input[type="submit"]:hover {
	color:#ededed;
	background:#b71923;
}

.entry-content label abbr.required {
	color:gray !important;
}

.validate-required.woocommerce-validated input {
	border:1px solid #378c35 !important;
	border-bottom:5px solid #378c35 !important;
}

.validate-required.woocommerce-invalid input {
	border:1px solid #c94833 !important;
	border-bottom:5px solid #c94833 !important;
}

.woocommerce-invalid label {
	color:gray !important;
}

.woocommerce ul.woocommerce-error {
	border:0;
	background-color: #c94833;
	color:#ededed;
	width:70%;
	max-width:1000px;
	margin:0 auto 50px auto !important;
}

.woocommerce ul.woocommerce-error li {
	padding:0;
	margin:0;
}

.woocommerce-message {
	border:0;
	background-color: #378c35;
	color:#ededed;
	width:70%;
	max-width:1000px;
	margin:0 auto 50px auto !important;
}

.woocommerce-message:before {
	color:#ededed !important;
}

.woocommerce a.checkout-button.button.alt {
	background-color:#ededed;
}

.woocommerce a.checkout-button.button.alt:hover,
.woocommerce input#place_order:hover {
	background-color:#b71923;
    color:#ededed !important;
}

.woocommerce-message a.button {
	color:#ededed !important;
	border:2px solid #ededed;
	text-transform:uppercase;
	background: none !important;
	border-radius:0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

p.cart-empty, p.return-to-shop {
	width:70%;
	max-width:1000px;
	margin:0 auto;
}

.woocommerce .woocommerce-info:before {
	color:#b71923;
}

.woocommerce .woocommerce-message:before, .woocommerce .woocommerce-error:before {
	color:#ededed;
}

.woocommerce .woocommerce-message a.button:hover {
	color:#378c35;
	background-color: #ededed !important;
}

p.return-to-shop a.button {
	padding:15px;
	border:2px solid #b71923;
	color:#b71923;
	background:none !important;
	border-radius:0;
	text-transform:uppercase;
	margin:20px 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

p.return-to-shop a.button:hover {
	background-color: #b71923 !important;
	color:#ededed;
}

/* SPLIT */
.split-container {
	display:block;
	margin-top:75px;
	overflow:auto;
}

.split-left {
  display:block;
	position:fixed;
	height:100vh;
	background-color:#1b1b1b;
	top:75px;
	left:0;
	width:50% !important;
	padding:70px 150px 150px 70px;
	overflow-x:hidden !important;
	overflow-y:auto !important;
	background-image: url(img/videoslider.jpg);
	background-size:cover;
	background-position:center;
}

.split-left .kc_button {
	background:none !important;
	padding:15px 15px 15px 0;
	border:0;
	opacity:.3;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.split-left p {
	padding:5px 0;
	margin:0;
}

.grecaptcha-badge {
	display: none;
}

.split-right h2 {
	font-size:14px;
	color:gray;
}

.split-left h2 {
	font-size:36px;
	font-weight:bold;
	letter-spacing:1px;
	margin-top:10px;
	color:#ededed;
}

.split-left .kc_button:hover {
	opacity:1;
}

.split-left .kc_button i {
	margin-right:10px;
	font-size:12px;
}

.split-right {
	display:block;
	width:100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding:70px 150px;
	overflow:auto;
	overflow-x:hidden; overflow-y:hidden;
}

.small-line-spacer {
	display:block;
	height:7px;
	width:70px;
	background-color:#ededed;
	margin:40px 0;
}

.contentpage form span.wpcf7-not-valid-tip {
	display:block;
	border-top:5px solid #c94833;
	text-transform:uppercase;
	color:#c94833 !important;
	padding-top:5px;
}

.contentpage .wpcf7-response-output.wpcf7-validation-errors {
	padding:20px !important;
	background-color:#c94833;
	border:0;
	color:#ededed;
	margin: 30px 0 0 0;
}

.contentpage .wpcf7-mail-sent-ok {
	padding:20px !important;
	background-color:#378c35;
	border:0;
	color:#ededed;
	margin: 20px 0;
}

.split-right h1 {
	font-size:24px;
	color:#b71923;
	font-weight:bold;
	display:block;
	margin-bottom:40px;
}

.split-right p b {
	font-weight: bold !important;
}

.split-right i, .split-right p i {
	font-style: italic !important;
}

.reg-sep {
	display:block;
	margin:50px;
	height:1px;
	background-color:silver;
}

.reg-spacer {
	display:block;
	height:20px;
	clear:both;
}

.reg-booth-type {
	display:block;
	width:100%;
	overflow:auto;
}

.reg-booth-type .col50 {
	display:block;
	float:left;
	width:47.5%;
	margin:15px 0 15px 2.5%;
	background-color:#f5f5f5;
	height:auto;
}

.reg-booth-type .col50 h4 {
	font-weight:normal;
	letter-spacing:1px;
	color:gray;
	font-size:16px;
	text-align:center;
	text-transform:uppercase;
}

.reg-booth-type .col50:first-child {
	margin:15px 2.5% 15px 0;
}

.reg-booth-type .col50 img {
	display:block;
	width:100%;
}

.booth-size, .room-date {
	display:block;
	width:100%;
	overflow:auto;
}

.booth-size p, .room-date p {
	margin:0;
	padding:0;
}

.booth-size .col50, .room-date .col50 {
	display:block;
	float:left;
	width:45%;
}

.booth-size span.times, .room-date span.times {
	display:block;
	float:left;
	width:10%;
	text-align:center;
	color:gray;
	font-weight:bold;
	font-size:14px;
	line-height:55px;
}

.reg-social-links {
	display:block;
	width:100%;
	margin-top:-25px;
	overflow:auto;
 	overflow-x:hidden; overflow-y:hidden;
	height:auto;
	clear:both;
	margin-bottom:15px;
}

.reg-social-links .social-link i {
	display:block;
	float:left;
/* 	width:40px;
	height:40px; */
	padding:13px 15px;
	background-color:#f5f5f5;
	color:gray;
/* 	line-height:40px; */
	text-align:center;
	font-size:16px;
	margin-right:10px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	cursor:default;
}

.reg-social-links .social-link i {
	font-size:16px;
	font-style:normal !important;
}

.reg-social-links .social-link:hover i {
	background-color:#b71923;
	color:#ededed;
}

.reg-social-links .social-link:hover > .social-field {
	display:block;
}

.reg-social-links .social-field {
	display:none;
	width:100%;
	padding:20px;
	background-color:#b71923;
	clear:both;
}

.reg-social-links .social-field p {
	margin:0;
	padding:0;
	color:#ededed;
}

.reg-gallery img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
	opacity:.3;
	-webkit-transition: all .7s ease .2s;
	-moz-transition: all .7s ease .2s;
	-o-transition: all .7s ease .2s;
	transition: all .7s ease .2s;
}

.reg-gallery img:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
	opacity:1;
}

.room-type {
	display:block;
	width:100%;
	overflow:auto;
	overflow-x:hidden;
	overflow-y:hidden;
}

.room-type .room {
	display:block;
	width:100%;
	clear:both;
	overflow:auto;
	background-color:#f5f5f5;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding:5px 10px;
	margin-bottom:15px;
}

.room-type .room p {
	margin:0;
	display:block;
	float:left;
	width:75%;
	margin-left:5%;
	margin-top:3px;
	line-height:50px;
}

.kc_accordion_header {
	background-color:#f5f5f5;
}

.kc-team .content-image img {
	display:block;
	width:100%;
}

.kc-team .content-title {
	margin:25% 0 0 0 !important;
}

.kc-team .content-subtitle {
	margin:20px 0 0 0 !important;
}

.kc-team .content-title, .kc-team .content-subtitle {
	color:#ededed !important;
	text-transform:uppercase !important;
}

.kc-team .content-socials a {
	background-color:#b71923 !important;
	color:#ededed !important;
	border:0 !important;
	border-radius:0 !important;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.kc-team .content-socials a:hover {
	background-color:#ededed !important;
	color:#b71923 !important;
}

.kc-team-3 .overlay {
	background-color: rgba(0,0,0,0.6) !important;
}

body.blog article.format-standard:first-of-type {
	display:block;
	width:95%;
	margin:50px 2.5% 30px 2.5%;
	clear:both;
	background-color:#f5f5f5;
}

body.blog article.post {
	display:block;
	width:45%;
	margin:20px 2.5%;
	float:left;
	background-color:#f5f5f5;
}

body.blog article.post .entry-title a {
	font-size:22px;
	text-decoration:none;
	color:#b71923;
	text-transform:uppercase;
	font-weight:bold;
	letter-spacing:1px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

body.blog article.post .entry-title a:hover {
	color:#8c141b;
}

body.blog article.post .entry-content {
	margin:0 0 30px 0;
	color:gray;
	line-height:1.2;
}

body.blog article.post .byline {
	display:none;
}

body.blog article.post .entry-meta {
	margin-top:5px;
}

body.blog article.post .entry-meta a {
	text-decoration:none;
	color:gray;
	pointer-events:none;
}

body.blog .site-main {
	width:96%;
	margin:250px auto 100px auto;
	max-width:1000px;
	overflow:auto;
	overflow-x:hidden;
	overflow-y:hidden;
}

body.blog .page-title {
	position:absolute;
	top:75px;
	left:0;
	right:0;
}

body.blog article.format-image .entry-header, body.blog article.format-image .entry-content, body.blog article.format-image .entry-footer {
	display:none;
}

body.blog .entry-header {
	display: block;
	width: 100%;
	padding: 0;
	background-color: #f5f5f5;
	color: gray !important;
	text-align: center;
	margin-bottom: 0;
}

body.blog article.post .featured-image {
	display:block;
	width:100%;
	overflow:auto;
	overflow-y:hidden;
	overflow-x:hidden;
}

body.blog article.post .featured-image img {
	display:block;
	width:100%;
	height:100%;
}

body.blog article.post .entry-header {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding:30px;
}

body.blog article.post .entry-content {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding:0 30px;
}

body.blog article.post .entry-footer .comments-link {
	display:none;
}

.single-news {
	display:block;
	width:96%;
	margin:280px auto 100px auto;
	max-width:1000px;
}

.single-news article.post .entry-header {
	position:absolute;
	left:0; right:0;
	top:75px;
}

.single-news article.post .byline {
	display:none;
}

.single-news article.post .entry-meta {
	color:gray;
	font-style:italic;
	text-transform:uppercase;
	font-size:12px;
	margin-top:5px;
}

.single-news article.post .entry-meta a {
	text-decoration:none;
	color:gray;
	pointer-events:none;
}

.single-news .featured-image img {
	display:block;
	width:100%;
	height:100%;
	object-fit:contain;
}

.single-news article.post .entry-content {
	padding:50px 20px;
	color:gray;
}

.single-news nav.navigation h2.screen-reader-text {
	display:none;
}

.single-news article.post .entry-meta time.updated {
	display:none;
}

.single-news article.post .entry-meta time.published {
	display:initial !important;
}

.single-news nav.navigation .nav-links {
	display:block;
	width:100%;
	margin:40px 0 0 0;
	padding-bottom:50px;
}

.single-news nav.navigation .nav-links .nav-previous, .single-news nav.navigation .nav-links .nav-next {
	display:block;
	width:50%;
	float:left;
}

.single-news nav.navigation .nav-links .nav-next {
	text-align:right;
}

/* .single-news nav.navigation .nav-links .nav-previous:before {
	content:"\2039";
	color:gray;
}

.single-news nav.navigation .nav-links .nav-next:after {
	content:"\203A";
	color:gray;
} */

.single-news nav.navigation .nav-links a {
	padding:15px;
	background-color:#f5f5f5;
	color:#b71923;
	text-transform:uppercase;
	text-decoration:none;
	font-size:14px;
	-webkit-transition: all .3s ease .2s;
	-moz-transition: all .3s ease .2s;
	-o-transition: all .3s ease .2s;
	transition: all .3s ease .2s;
}

.single-news nav.navigation .nav-links a:hover {
	background-color:#b71923;
	color:#ededed;
}

.single-news .format-image .featured-image img {
	max-height:500px;
}

.post-recommend {
	display:block;
	position:relative;
	width:100%;
	text-align:center;
	margin:20px 0;
	font-size:14px;
}

.post-recommend:before {
	display:block;
	content:"";
	position:absolute;
	left:50px;
	right:50px;
	top:12px;
	height:1px;
	background-color:rgba(0,0,0,.15);
}

.single-news .post-recommend a {
	background-color:#ededed;
}

.post-recommend a {
	position:relative;
	padding:0 10px;
	background-color:#f5f5f5;
}

.post-recommend .dot-irecommendthis-count:before {
	display:inline-block;
	margin:5px;
	content:"\f164";
	font-family: 'FontAwesome';
	font-style: inherit;
	-webkit-font-smoothing: antialiased;
}

.divider_line {
	margin-top:0 !important;
	margin-bottom:20px !important;
}

.graymap iframe {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

body.blog article.post .share-buttons {
	display:none;
}

.share-buttons {
	display:inline-block;
  background-color:#f5f5f5;
	overflow:auto;
	overflow-x:hidden;
	overflow-y:hidden;
	padding:15px;
	margin:0 auto;
}

.share-buttons p {
	display:block;
	float:left;
	color:gray;
}

.share-buttons .buttons {
	display:block;
	float:left;
	margin-left:15px;
}

.share-buttons .buttons a {
	display:inline-block;
	margin:0 5px;
	color:gray;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.share-buttons .buttons a:hover {
	color:#b71923;
}

.kc-button-main a {
	border:2px solid #b71923 !important;
	color:#b71923 !important;
	background:none !important;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.kc-button-main a:hover {
	color:#ededed !important;
	background-color:#b71923 !important;
}

ul.products li.product {
	background-color:#f5f5f5;
	padding-bottom: 20px !important;
}

.woocommerce ul.products li.product h3 {
	padding: .5em 20px !important;
}

.woocommerce div.product p.price del {
	color:gray !important;
}

.woocommerce div.product p.price .woocommerce-Price-amount {
	color:#b71923 !important;
}

.woocommerce div.product p.price ins {
	text-decoration:none !important;
	border:0 !important;
	font-size:34px;
}

.woocommerce .product_meta {
	padding:15px;
	background-color:#f5f5f5;
	color:gray;
}

.woocommerce .product_meta a {
	text-decoration:none;
	color:#b71923;
}

.woocommerce div.product .product_title {
	color:#b71923;
}

.woomessage-shop {
	position: absolute;
	display: none;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 235px;
	width: 90%;
	max-width: 1500px;
	padding: 15px 25px;
	background-color: #f5f5f5;
	color: #b71923;
}

.notice-miseajour {
	position:relative;
	display:block;
	width: 90%;
	max-width: 1500px;
	margin:-30px auto 20px auto;
	padding: 15px 25px;
	background-color: #f5f5f5;
	color: #b71923;
}

ul.products ~ .woomessage-shop {
	display:block !important;
}

.kc-feature-boxes .content-button a:hover,
.contentpage form input[type="submit"]:hover {
	color:#ededed !important;
}

.woomessage-shop a {
	color:#b71923;
	border-bottom:1px dashed #b71923;
	text-decoration:none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.woomessage-shop a:hover {
	color:#8c141b;
	border-bottom:1px solid #8c141b;
}

.woomessage-shop i, .notice-miseajour i {
	font-size:26px;
	vertical-align:middle;
	margin-right:5px;
}

article.post .entry-meta time.updated {
	display:none;
}

.exbtr-archive-wrapper .post-recommend {
	margin:0 0 20px 0;
}

.exbtr-archive-wrapper .post-recommend a.dot-irecommendthis {
	color:#b71923 !important;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.exbtr-archive-wrapper .post-recommend a.dot-irecommendthis:hover {
	color:#8c141b !important;
}

.exbtr-likes {
	display:block;
	float:right;
	padding:20px;
	background-color:#b71923;
}

.reg-booth-type .col50 p i {
	display:block;
	text-align: center;
	font-size:12px;
}

.reg-artist-box .reg-artist-button {
	color:#ededed;
	margin:20px 0;
	display:block;
	width:100%;
	text-align:center;
	padding:15px;
	cursor:pointer;
	background-color:#b71923;
}

.reg-artist-box .artist {
	display:none;
}

.artist:hover {
	display:block;
}

.reg-artist-button:focus ~ .artist {
	display:block;
}

.split-right li#polylang-2, .split-right li#polylang-2 ul li,
.clangwrapper li#polylang-2, .clangwrapper li#polylang-2 ul li{
	list-style:none;
}

.split-right li#polylang-2,
.clangwrapper li#polylang-2{
	display:block;
	width:100%;
	margin-bottom:30px;
	overflow:auto;
	overflow-x:hidden;
	overflow-y:hidden;
}

.split-right li#polylang-2 ul li,
.clangwrapper li#polylang-2 ul li{
	display:block;
	float:right;
	margin-left:10px;
}

.split-right li#polylang-2 ul li img,
.clangwrapper li#polylang-2 ul li img{
	height:20px;
}

.split-left h4 {
	color:#ededed;
}

body.page-template-page-split footer, body.page-template-page-split .footer-copyright {
    display:none;
}

@media only screen and (max-width:1366px) {
	.split-right, .split-left {
		padding:50px 100px;
	}
	.kc-call-to-action h2, .kc-call-to-action .kc-cta-text, .homepage .kc-fb-layout-1 .content-desc, .map-overlay p {
		font-size:16px;
	}
	.kc-call-to-action .kc-cta-button a, .homepage .content-button a {
		font-size:16px !important;
	}
	.kc-call-to-action {
    background: none !important;
    padding: 10px 30px !important;
	}
	body.kc-css-system .kc-css-779298 i {
		font-size:70px !important;
	}
}

@media only screen and (max-width:1024px) {
    .header-wrapper {
		width: 90%;
	}
	.error-wrap {
		width: 80%;
	}
	.error-wrap h1 {
		font-size: 20vw;
	}
	#primary-menu {
		opacity: 0;
		-webkit-transition: all .5s ease;
		-moz-transition: all .5s ease;
		-o-transition: all .5s ease;
		transition: all .5s ease;
	}
	#sitenavigation {
		visibility: hidden;
	}
	#mobilebkg {
		display: none;
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background-color: rgba(0, 0, 0, .8);
		z-index: 10;
	}
	ul#primary-menu {
		background-color: #b71923;
		display: block;
		position: absolute;
		left: 0;
		top: 75px;
		padding: 20px;
		right: 0;
		pointer-events:all;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	ul#primary-menu::after {
		display: block;
		content: "CLICK TO CLOSE";
		color: #ededed;
		letter-spacing: 1px;
		text-align: center;
		position: fixed;
		left: 0;
		right: 0;
		font-weight: 300;
		bottom: 30px;
/* 		padding-bottom:30px; */
		pointer-events: none;
	}
	ul#primary-menu li {
		display: block;
		clear: both;
		margin: 0;
		padding: 20px;
		width: 100%;
		border-bottom: 1px solid rgba(255, 255, 255, .15);
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	ul#primary-menu li a {
		color: #ededed;
		width: 80%;
		display: block;
		float: left;
	}
	.main-navigation {
		width: 40px;
		height: 75px;
		margin-right: 10px;
	}
	.main-navigation::before {
		visibility: visible;
		cursor: pointer;
		display: block;
		content: "☰";
		float: left;
		color: #ededed;
		font-size: 36px;
		padding: 20px;
		-webkit-transition: all .3s ease;
		-moz-transition: all .3s ease;
		-o-transition: all .3s ease;
		transition: all .3s ease;
	}
	#primary-menu li.menu-item-has-children::after {
		background-position: 0 -4px;
	}
	.main-navigation:hover::before {
		color: #b71923;
	}
	#primary-menu li:hover ul.sub-menu,
	#primary-menu li:active ul.sub-menu,
	#primary-menu li:focus ul.sub-menu {
		display: block;
	}
	#primary-menu li:hover ul.sub-menu li a {
		display: block;
		width: 100%;
	}
	#primary-menu ul.sub-menu {
		display: none;
		position: relative;
		margin: 0;
		width: 100%;
		padding: 20px;
		background-color: #3b296b;
		overflow: hidden;
		top: 20px;
		z-index: 90;
		box-shadow: none;
		-webkit-transition: all .5s ease .3s;
		-moz-transition: all .5s ease .3s;
		-o-transition: all .5s ease .3s;
		transition: all .5s ease .3s;
	}
	#primary-menu li.btn.tickets {
		background-color: #3b296b;
	}
	#primary-menu li.btn {
		margin: 0;
	}
	#primary-menu li.btn.tickets::before,
	#primary-menu li.btn.exposer::before {
		margin-top: -3px;
	}
	.tickets .kc-cta-desc h2 {
		font-size: 24px !important;
	}
	.kc-call-to-action .kc-cta-text,
	.homepage .kc-fb-layout-1 .content-desc,
	.map-overlay p {
		font-size: 16px !important;
	}
	.kc_row.kc_row_inner {
		padding: 0 50px;
	}
	.homepage .kc-fb-layout-1 .content-title {
		font-size: 24px !important;
	}
	.kc-call-to-action .kc-cta-button a,
	.content-button a {
		font-size: 16px !important;
	}
	.ticketprice {
		font-size: 16px;
	}
	body.kc-css-system .kc-css-889200 i {
		font-size: 70px !important;
	}
	.exbtr-image {
		width: 30%;
	}
	.exbtr-sponsor {
		width: 30%;
	}
	.exbtr-text {
		width: 65%;
	}
	.exbtr-archive-wrapper {
		width: 30%;
		margin: 0 1.66665%;
	}
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    margin: 0 1.5% 2.992em 1.5%;
    width: 30%;
	}
	.kc_col-sm-3 {
		width:45% !important;
		margin:20px 2.5% 0 2.5% !important;
	}
	.kc-team .content-title {
		margin:10% 0 0 0 !important;
	}
	.single-news {
		display: block;
		width: 95%;
		margin: 330px auto 50px auto;
		max-width: 1000px;
	}
	.timewrapper .kc_col-sm-3 {
		width:25% !important;
		margin:0 !important;
	}
}

@media only screen and (max-width:768px) {
	.kc-call-to-action {
    background: none !important;
    padding: 15px 50px !important;
	}
	body.kc-css-system .kc-css-779298 i {
		font-size:100px !important;
	}
	.height33 {
		width: 100vw !important;
		height: 100vw;
	}
	.error-wrap h1 {
		font-size: 40vw;
	}
	.hero h1 {
		font-size: 12vw;
		margin-bottom: 10px;
	}
	.hero h2 {
		font-size: 6vw;
	}
	.tickets .kc-cta-desc h2 {
		font-size: 30px !important;
	}
	.kc-call-to-action .kc-cta-text,
	.homepage .kc-fb-layout-1 .content-desc,
	.map-overlay p,
	.ticketprice,
	.content-button a {
		font-size: 20px !important;
	}
	.kc-call-to-action .kc-cta-desc h2 {
		font-size: 24px !important;
	}
	.kc-elm.kc_col-of-5 {
		width: 20% !important;
	}
	.timebox {
		padding: 0 20px;
		margin: 0;
	}
	.timebox h1 {
		font-size: 7vw;
	}
	.newsletter input[type="text"],
	.newsletter input[type="email"] {
		width: 350px !important;
	}
	.footer-col {
		width: 90%;
		margin: 0 5% 20px 5%;
		padding-bottom: 20px;
		border-right: 0;
		border-bottom: 1px solid rgba(255, 255, 255, .15);
		min-height: none;
	}
	.footer-col:first-child {
		margin-top: 20px;
	}
	.footer-col:last-child {
		margin-bottom: 0;
	}
	.footer-logo {
		height: 70px;
		width: 70%;
		margin: 0 15%
	}
	.contentpage .kc-container {
		width: 80% !important;
	}
	.exbtr-image {
		width: 100%;
		height: 200px;
	}
	.exbtr-text {
		margin-top: 15px;
		width: 100%;
	}
	.exbtr-title {
		text-align: center;
	}
	.exbtr-sponsor {
		width: 100%;
		margin-top: 20px;
	}
	.exbtr-links {
		width: 96%;
		margin: 10px 2% 0 2%;
	}
	.exbtr-archive-wrapper {
		width: 45%;
		margin: 0 2.5%;
	}
	.woocommerce table.shop_table {
		width: 90%;
		margin: 50px auto 0 auto;
		text-transform:uppercase;
	}
	.woocommerce .cart-collaterals .cart_totals {
		width:100%;
		margin:50px auto 0 auto;
	}
	.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
		width:90%;
		margin:0 auto;
	}
	.woocommerce div.product {
		width:90%;
		margin-top:10%;
	}
	.woocommerce div.product .product_title {
		text-align: center;
		font-size: 30px;
	}
	.woocommerce div.product p.price {
		margin-top:20px;
	}
	.woocommerce table .product-name {
		background-color:#b71923 !important;
		color:#ededed !important;
		height:50px;
		line-height:39px;
	}
	.woocommerce table .product-name a {
		color:#ededed;
	}
	.woocommerce table .product-price, .woocommerce table .product-quantity {
		width:50%;
		float:left;
		line-height:30px;
		background-color:#f5f5f5 !important;
	}
	.woocommerce table .product-quantity {
		text-align:right;
	}
	.woocommerce table .quantity input {
		height:20px;
		display:initial !important;
	}
	.woocommerce table .product-subtotal {
		height:90px;
		padding-top:60px !important;
		background-color:#f5f5f5 !important;
		border:1px solid #b71923;
	}
	.woocommerce table.shop_table_responsive {
		border-radius:0;
		border:0;
	}
	.woocommerce table .cart_item {
		margin-bottom:50px;
	}
	.woocommerce table.shop_table_responsive tr:last-child {
		background-color:#f5f5f5 !important;
	}
	.woocommerce table input#coupon_code {
		width:180px !important;
	}
	.woocommerce strong.product-quantity {
		background-color:#b71923 !important;
		color:#ededed;
		font-weight:bold;
		line-height:39px;
		width: auto !important;
		margin-right:10px !important;
	}
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    margin: 0 2.5% 2.992em 2.5%;
    width: 45%;
	}
	.split-left {
		position:relative;
		overflow:auto;
		height:auto;
		width:100% !important;
		clear:both;
		padding:70px 80px 130px 80px;
	}
	.split-container {
		margin-top:-75px;
	}
	.split-right {
		margin-top:120px;
		padding:70px 80px;
	}
	.kc_col-sm-3 {
		width:90% !important;
		margin:20px 5% 0 5% !important;
	}
	.kc-team .content-title {
		margin:25% 0 0 0 !important;
	}
	.kc-team {
		margin-bottom:50px !important;
	}
	body.blog article.post {
		width:95%;
		margin:20px 2.5%;
	}
	.kc_col-sm-6 {
		margin-bottom:80px;
	}
	.height33 {
		margin-bottom:0px;
	}
	#primary-menu ul.sub-menu li {
		margin:0;
	}
/* 	ul#primary-menu {
		overflow-y:auto;
	} */

	.menu-main_fr-container, .menu-main_en-container, .menu-main_de-container {
		width: 100vw;
    height: 80vh;
    position: absolute;
    left: 0;
    overflow: scroll;
    padding-bottom: 20px;
	}
}

@media only screen and (max-width:600px) {
	.post-type-archive-exhibitor .entry-header {
		margin-bottom: 10px;
	}
	.kc-feature-boxes {
		padding: 40px 50px !important;
	}
	.kc_text_block h1,
	.kc-countdown-timer h1 {
		font-size: 6vw !important;
	}
	.map-overlay h1 {
		font-size: 9vw !important;
	}
	.map-overlay .spacer {
		height: 120px;
	}
	.newsletter {
		text-align: center;
		width: 100%;
	}
	.newsletter input[type="text"],
	.newsletter input[type="email"] {
		width: 100% !important;
		margin-bottom: 10px;
	}
	.newsletter .sib-default-btn {
		margin: 0 auto !important;
		float: none !important;
	}
	.kc_row.kc_row_inner {
		padding: 0 30px;
	}
	.timebox {
		padding: 0 10px;
	}
	.timebox h1 {
		font-size: 8vw !important;
	}
	.exbtr-navigation .col50 {
		width: 100%;
	}
	.exbtr-archive-wrapper {
		width: 90%;
		margin: 15px 5% 0 5%;
	}
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    margin: 0 5% 2.992em 5%;
    width: 90%;
	}
	.split-left {
		padding:70px 50px 130px 50px;
	}
	.split-right {
		padding:70px 50px;
	}
	.kc_col-sm-3 {
		width:100% !important;
		margin:20px 0 0 0 !important;
	}
}

@media only screen and (max-width:450px) {
	.main-navigation {
		margin-right: 5px;
	}
	.kc-feature-boxes {
		padding:30px !important;
	}
	.kc-call-to-action.purple .kc-cta-desc h2 {
	  font-size:18px !important;
	}
	.kc-call-to-action .kc-cta-text, .homepage .kc-fb-layout-1 .content-desc, .map-overlay p, .ticketprice, .content-button a {
	  font-size:15px !important;
	}
	body.kc-css-system .kc-css-138412 i {
		display:none;
	}
	.kc-call-to-action .kc-cta-button a, .homepage .content-button a {
		padding:10px !important;
		margin-top: 10px;
	}
	.divider_line {
		margin-bottom:0px !important;
		margin-top:-10px !important;
	}
	.timebox p {
		font-size:10px !important;
	}
}

@media only screen and (max-width:370px) {
	.kc-css-932325.kc-icon-wrapper {
		display:none;
	}
}
