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

body{
	font-weight:normal;
	padding: 0;
	margin: 0;
	font-size:15px;
	line-height:1.5em;
	font-family: "Montserrat", Sans-serif!important;
	font-weight: 400;
	overflow-x: hidden;
	background-image:url('../images/mvp-dark-bg-1.jpg');
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #000000;
	color: white;
	background-attachment: fixed;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

.elementor-widget-heading h1.elementor-heading-title,
.elementor-widget-heading h2.elementor-heading-title,
.elementor-widget-heading h3.elementor-heading-title,
.elementor-widget-heading h4.elementor-heading-title,
.elementor-widget-heading h5.elementor-heading-title,
.elementor-widget-heading h6.elementor-heading-title,
h1,h2,h3,h4,h5,h6{
	font-family: "Montserrat", Sans-serif;
	color: white; 
    font-weight:300;
	margin-bottom:30px;
	line-height:1.2em;
}
.elementor-widget-text-editor{
	color: white;
}

h1{
	font-size:36px;
}
h2{
	font-size:30px;
}
h3{
	font-size:26px;
}
h4{
	font-size:20px;
}
h5{
	font-size:16px;
}
h6{
	font-size:12px;
}

a{
	text-decoration:none;
}
label a,
p a{
	color:#ff8000;
}
p{
	font-size:14px;
	line-height: 1.5em;
	margin-bottom: 30px;
	color: 	white;
}
label a:hover,
p a:hover{
	color: white;
}
ul,ol{
	padding-left:50px;
	margin-bottom: 30px;
}
.elementor-text-editor p{
	margin-bottom: 30px;
	color: white;
	font-weight: 300;
}
.elementor-text-editor dl{
	margin-bottom: 30px;
	border:1px solid #ff8000;
	color: white;
}
.elementor-text-editor ul,
.elementor-text-editor ol{
	margin-bottom: 30px;
	padding-left:15px;
}

.elementor-text-editor ol li,
.elementor-text-editor ul li{
	color: white;
	font-weight: 300;
	line-height: 1.5em;
	font-size:14px;
}
.elementor-text-editor blockquote,
.elementor-text-editor pre{
	border-left: 1px solid #ff8000;
	padding-left: 15px;
	white-space: normal;
	color: white;
	background: rgba(0,0,0,0.4);
	margin-bottom: 30px;
	padding:15px 10px 15px 15px;
}
.elementor-text-editor blockquote p:last-of-type,
.elementor-text-editor pre p:last-of-type{
	margin-bottom: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
pre,
blockquote{
	border-left: 10px solid;
	padding-left: 15px; 
	white-space:normal;
	margin-bottom: 30px;
}
i{
	font-style:italic;
}
code, b,strong {
	font-weight:700; 
}
dl {
   border: 3px solid;
   padding: 15px;
   margin-bottom: 30px;
}
dt {
    text-decoration:underline;
}
.text-center{
	text-align: center;	
}

body #pricing-table .elementor-button,
body #upgrade-template .elementor-button,
body #pricing-table button,
body .buttons-list-wrapper .button,
body .elementor-widget-form .elementor-button,
body .elementor-widget-button .elementor-button{
	background: #ff8000;
    border-radius: 0;
    font-weight: 700;
    white-space: nowrap;
    border: none;
    padding: 13px 15px;
    font-size: 12px;
    text-align: center;
    max-width: 140px;
    line-height: 1em;
    color: white;
    display: inline-block;
    max-width: none;
}
body #pricing-table .elementor-button:hover,
body #upgrade-template .elementor-button:hover,
body #pricing-table button:hover,
body .buttons-list-wrapper .button:hover,
body .elementor-widget-form .elementor-button:hover,
body .elementor-widget-button .elementor-button:hover{
	background: #666666;
}

body #pricing-table button{
	background: #ff8000;
}

body #pricing-table button:hover{
	background: #666666;
}

.wonderplugin-video {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
  margin-bottom: 30px;
  background: black;
}

/* Then style the iframe to fit in the container div with full height and width */
.wonderplugin-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}



/* ============= */
#main-nav .elementor-widget-container{
	margin-bottom: 0;
}
#main-nav .elementor-nav-menu--main{
	margin:0 -15px;
}
#main-nav .elementor-nav-menu{
	display: flex;
	justify-content: center;
	align-items:center;
	flex-wrap: nowrap;
	width: 100%;
}
#main-nav .elementor-nav-menu li + li{
	border-left:1px solid #FF8000;
}	
#main-nav .elementor-nav-menu a{
	font-size: 11px;
	padding:0 13px;
	line-height: 1.5em;
	font-weight: 300;
	letter-spacing: 1px;
}
#main-nav .elementor-nav-menu a.elementor-item-active,
#main-nav .elementor-nav-menu a:hover{
	color:#ff8000;
}

#top-header{
	background: #1F1F1F;
}
#top-header .elementor-text-editor,
#top-header .elementor-text-editor a, 
#top-header .elementor-text-editor p{
	font-size: 12px;
	color: white;
	margin-bottom: 0;
	line-height: 1em;
}
#top-header .elementor-text-editor a:hover {
	color: #FF8000;
}
#top-header .ctrls{
	color: white;
	text-align: right;
	
	padding: 10px 0;
	line-height: 0;
}
#top-header .ctrls a{
	font-size: 10px;
	text-transform: uppercase;
	color: white;
	line-height: 1.3em;
	display: inline;
	font-weight: 300;

}
#top-header .ctrls a + a{
	margin-left:10px;
	border-left: 1px solid white;
	padding-left:10px;
}
#top-header .ctrls a:hover{
	color: #FF8000;
}
#top-header .ctrls .item{
	display: inline-block;
	vertical-align: middle;
	margin-left:10px;
	border-left: 1px solid white;
    padding-left: 12px;
    line-height: 0;
}
#top-header .ctrls .item:first-child{
	margin-left:0;
	padding-left:0;
	border-left:0;
}
#top-header nav li{
	margin-left:10px;
	border-left: 1px solid white;
	padding-left:10px;
}
#top-header nav a {
	font-size: 12px;
	text-transform: uppercase;
	color: white;
	line-height: 1em;
	display: block;
	padding:0;
}

#top-header nav a:hover{
	color: #FF8000;
}
#top-header nav li:first-child{
	margin-left:0;
	padding-left:0;
	border-left: 0;
}

#top-header .header-social-media ul{
	vertical-align: middle;
	line-height: 0;
	margin: 0;
}
#top-header .header-social-media ul li{
	display: inline-block;
	vertical-align: middle;
	width: auto;
	padding:0;
	margin:0;
	padding-left:15px;
	margin-left: 15px;
	border-left:1px solid white;
}
#top-header .header-social-media a:hover .elementor-icon-list-icon i{
	color: #ff8000;
}
#top-header .header-social-media .elementor-icon-list-icon i{
	width: auto;
	color: white;
}
#top-header .header-social-media .elementor-icon-list-text{
	display: none!important;
}
#top-header .header-social-media .elementor-icon-list-icon{
	display: inline-block;
	flex: 0;
	vertical-align: middle;
}


#title-header.elementor-widget-heading .elementor-heading-title{
	color: 	white;
}
#header_pop .main-nav .elementor-nav-menu li{
	border-left: 1px solid;
	margin:0;
	padding: 0 20px;
}
#header_pop .main-nav .elementor-nav-menu li:first-child{
	border-left:0;
}
#header_pop .main-nav .elementor-nav-menu li a{
	padding:0;
	color: white;
}
#header_pop .main-nav .elementor-nav-menu li:hover a,
#header_pop .main-nav .elementor-nav-menu li.current-menu-item a{
	color: #ff8000;
}
#header_pop .main-nav .elementor-nav-menu li a:after{
	bottom:-10px;
	display: none;
}
#tradeshow-filter .filter-videos .searchandfilter{
	padding:0;
}
#tradeshow-filter .filter-videos .searchandfilter .sf-field-taxonomy-tradeshows_categories{
	padding: 0 15px;
}
#tradeshow-filter .image-wrapper{
	padding-top: calc(159 / 310* 100%);
	border:1px solid gray;
	position: relative;
	margin-bottom: 20px;
}
#tradeshow-filter  .image-wrapper .elementor-image > a{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#tradeshow-filter .image-wrapper .elementor-image > a img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    max-width: 100%;
    padding: 1em;
}

#single-tradeshow .sub-heading .elementor-heading-title{
	font-weight:700;
	color:white;
	margin-bottom: 30px;
	font-size: 24px;
}
#single-tradeshow .elementor-form .elementor-field-label{
	display:none;
}
#single-tradeshow .form-wrapper .elementor-heading-title{
	margin-bottom: 20px;
}
#single-tradeshow .form-wrapper p.elementor-heading-title{
	font-weight: 300;
	font-size:12px;
	color: white;
}
#single-tradeshow .form-wrapper .form-field-formconsent{
	color:white;
}
#single-tradeshow .form-wrapper .disclaimer p{
	font-size: 13px;
}
#single-tradeshow .table-events-exhibitor{
}

#single-tradeshow .table-events-exhibitor{
	margin-bottom: 30px;
}
#single-tradeshow .table-events-exhibitor .item{
	display: table;
	width: 100%;
    padding: 10px 10px 0;
    color: white;
    border-top:1px solid #ff8000;
    margin-bottom: 10px;
    background: rgba(0,0,0,0.4);
}
#single-tradeshow .table-events-exhibitor .item:last-child{
	margin-bottom: 0;
}
#single-tradeshow .table-events-exhibitor .item > div{
	display: table-cell;
	font-size: 12px;
	text-align: left;
	vertical-align: middle;
	padding-bottom: 10px;
}
#single-tradeshow .table-events-exhibitor .item > div.date-wrapper{
	width: 25%;
	padding-right: 10px;
	font-weight: 700;
}
#single-tradeshow .table-events-exhibitor .item > div.heading-wrapper{
	width: 45%;
}
#single-tradeshow .table-events-exhibitor .item > div.button-wrapper{
	width: 30%;
	text-align: right;
}
#single-tradeshow .table-events-exhibitor .title{
	font-size: 12px;
	font-weight: 400;
	margin: 0;
}
#single-tradeshow .table-events-exhibitor .button i{
	display: inline-block;
	margin-left: 10px;
}
#single-tradeshow .table-events-exhibitor .button{
	display: inline-block;
	padding: 6px 25px;
	font-size: 12px;
}

#single-tradeshow .table-events-exhibitor .item.upcoming {
    background: rgba(0,0,0,0.4);
}
#single-tradeshow .table-events-exhibitor .item .coming-soon{
	font-size: 14px;
	font-weight: 700;
	display:block;
	width:100%;
	text-align:center;
}
#single-tradeshow .table-events-exhibitor .item .button,
#single-tradeshow .table-events-exhibitor .item .coming-soon{
	display: none;
	color: white;
	padding-left:15px;
	padding-right:15px;
}
#single-tradeshow .table-events-exhibitor .item .button.done{
    background:#005DA2;
}
#single-tradeshow .table-events-exhibitor .item .button.done:hover{
	background:#4D4D4D;
}
#single-tradeshow .table-events-exhibitor .item .button.upcoming{
	background:#666666;
}
#single-tradeshow .table-events-exhibitor .item .button.upcoming:hover{
	background:#666666;
}
#single-tradeshow .table-events-exhibitor .item .button.current{
	background:#FF8000;
}
#single-tradeshow .table-events-exhibitor .item .button.current:hover{
	background:#4D4D4D;
}
#single-tradeshow .table-events-exhibitor .item.done .button.done{
	display: inline-block;
}
#single-tradeshow .table-events-exhibitor .item.current .button.current{
	display: inline-block;
}
#single-tradeshow .table-events-exhibitor .item.no-video.done .coming-soon{
	display: inline-block;
	font-size:10px;
	padding: 0;
	width: auto;
}
#single-tradeshow .table-events-exhibitor .item.no-video.done .button.done{
	display: none;
}
#single-tradeshow .table-events-exhibitor .addtocalendar{
	display:none;
	text-align:center;
	font-size: 14px;
	position: relative;
	cursor: pointer;
}
#single-tradeshow .table-events-exhibitor .addtocalendar label{
	font-weight: 700;
}
#single-tradeshow .table-events-exhibitor .addtocalendar:hover .choices{
	display: block;
}
#single-tradeshow .table-events-exhibitor .addtocalendar .choices{
	position: absolute;
	top: 100%;
	width: 150px;
	text-align: center;
	left: 50%;
	margin-left: -75px;
	border:1px solid #d4d4d4;
	border-bottom: 0;
	display: none;
	z-index: 10;
}
#single-tradeshow .table-events-exhibitor .addtocalendar .choices a{
	display: block;
	font-size: 12px;
	border-bottom: 1px solid #d4d4d4;
	padding:10px;
	line-height: 1em;
	background:white;
}
#single-tradeshow .table-events-exhibitor .item.upcoming .addtocalendar{
	display: block;
}
#single-tradeshow .company-logo:empty {
	display: none;
}
#single-tradeshow .company-logo {
	margin-bottom:30px;
	padding:10px;
	background: white;
	display: inline-block;
}
#single-tradeshow .company-logo img{
	max-width: 200px;
	max-height: 200px;
	width: auto;
	height: auto;
}

#exhibitor-form button{
	cursor: pointer;
}
#exhibitor-form .elementor-field-group-formconsent .elementor-field-option{
	font-size: 12px;
    line-height: 16px;
    margin-bottom: 10px;
}



#members-filter .filter-wrapper{
	background: #e9e8e7;
}
#members-filter .filter-wrapper .elementor-heading-title{
	font-size:22px;
	font-weight:400;
	color: #231f20;
}

#members-filter .searchandfilter ul > li > ul:not(.children),
#members-filter .searchandfilter ul{
	padding:0;
}
#members-filter .searchandfilter ul > li > ul:not(.children){
	position:relative;
	padding-left:30px;
}
#members-filter .searchandfilter input[type="checkbox"]{
	position:absolute;
	opacity:0;
	display:none;
}
#members-filter .searchandfilter .sf-label-checkbox:before{
	content: "\f058";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size:25px;
	margin-right:15px;
	position:absolute;
	left:0;
}
#members-filter .searchandfilter input:checked ~ .sf-label-checkbox:before{
	content: "\f111";
}
#members-filter .list-wrapper .ae-post-list-item .elementor-column-wrap{
	padding:0;
}
#members-filter .list-wrapper {
	padding-left:30px;
}
#members-filter .list-wrapper .ae-post-list-item {
	margin-bottom:30px;
}
#members-filter .list-wrapper .ae-post-list-item .elementor-image img{
	padding-right:30px;
}
#members-filter .list-wrapper .ae-post-list-item .elementor-heading-title{
	font-size:20px;
	font-weight:400;
	color: #231f20;
}

#members-filter .list-wrapper .ae-post-list-item .position  h2{
	font-size:17px;
	font-weight:300;
	color: #231f20;
}
#members-filter .list-wrapper .ae-post-list-item .company a{
	font-size:17px;
	font-weight:700;
	color: #231f20;
}


#exhibitor-search {
	padding: 0;
	/*margin-bottom:30px;*/
	margin-bottom:0;
	text-align: left;
}
#exhibitor-search label{
	display: inline-block;
	margin-right:0;
	/*border-right: 1px solid #7a7a7a;*/
	padding-right: 15px;
	padding-top: 0;
	padding-bottom: 0;
	position:relative;
	padding-left:35px;
	margin-bottom:15px;
	width: 33%;
	text-align: left;
	vertical-align: top;
}
.tradeshow-wrapper {
    background-color: #e9e8e7;
    padding: 20px;
}
.btn-wrapper {
	text-align: right;
	    margin-bottom: 10px;
}
.btn-uncheck {
	padding: 10px 20px;
    background-color: #ffffff;
    color: #231f20;
    border: none;
    -webkit-box-shadow: 0px 0px 8px -2px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 8px -2px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 8px -2px rgba(0,0,0,0.75);
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    border-radius: 4px;
}
#exhibitor-search label:last-child{
	border-right: none;
}
#exhibitor-search input[type="checkbox"]{
	position:absolute;
	opacity:0;
	display:none;
}
#exhibitor-search .name{
	cursor:pointer;
	padding-left:0;
	color:white;
}
#exhibitor-search .label:hover{
	color:white;
}
#exhibitor-search input:checked ~ .name{
	color:white;
}

#exhibitor-search .name:before{
	content: "\f111";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size:25px;
	margin-right:15px;
	position:absolute;
	left:0;
	color: #ff8000;
}
#exhibitor-search input:checked ~ .name:before{
	content: "\f058";
}

#exhibitor-searc .reset{

}
#exhibitor-holder .exhibitor-list-wrapper{
	margin:30px -15px;
	text-align: center;
}
#exhibitor-holder .exhibitor-list-wrapper .exhibitor-list{
	padding:0;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
#exhibitor-holder .exhibitor-list-wrapper .item{
	display: inline-block;
	width: 20%;
	vertical-align: middle;
	padding:0 15px 15px;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
#exhibitor-holder .exhibitor-list-wrapper .item.hidden{
	display:none;
}
#exhibitor-holder .exhibitor-list-wrapper.gray .item .image-wrapper{
	background: #D0D0D0;
}

/*#exhibitor-holder .exhibitor-list-wrapper .item.primary-59 .image-wrapper{
	border-color:#a100b4;
	box-shadow: 1px 1px 10px #a100b4;
}
#exhibitor-holder .exhibitor-list-wrapper .item.primary-63 .image-wrapper{
	border-color:#00b30b;
	box-shadow: 1px 1px 10px #00b30b;
}*/
	
#exhibitor-holder .image-wrapper{
	padding-top: calc(159 / 310* 100%);
	border:1px solid #666666;
	position: relative;
	margin-bottom: 20px;
	background: white;
}
#exhibitor-holder .image-wrapper:hover{
	border-color: #ff8000;
}
#exhibitor-holder .image-wrapper .image{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#exhibitor-holder .image-wrapper .image img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    max-width: 100%;
    padding: 10px;
    max-height: 100%;
}



#recording-search {
	padding: 0;
	margin-bottom:30px;
}
#recording-search label{
	display: inline-block;
	margin-right:30px;
	border-right: 1px solid #7a7a7a;
	padding-right: 30px;
	padding-top: 0;
	padding-bottom: 0;
	position:relative;
	padding-left:35px;
	margin-bottom:15px;
}
#recording-search label:last-child{
	border-right: none;
}
#recording-search input[type="checkbox"]{
	position:absolute;
	opacity:0;
	display:none;
}
#recording-search .name{
	cursor:pointer;
	padding-left:0;
	color:#4D4D4D;
}
#recording-search .label:hover{
	color:#4D4D4D;
}
#recording-search input:checked ~ .name{
	color:#4D4D4D;
}

#recording-search .name:before{
	content: "\f111";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size:25px;
	margin-right:15px;
	position:absolute;
	left:0;
}
#recording-search input:checked ~ .name:before{
	content: "\f058";
}

#recording-holder {
}
#recording-holder .recording-list-wrapper{
	margin:0 -15px;
}
#recording-holder .recording-list-wrapper .recording-list{
	padding:0;
}
#recording-holder .recording-list-wrapper .recording-list .item{
	display: inline-block;
	width: 33.33%;
	vertical-align: top;
	padding:0 15px 30px;
}
#recording-holder .recording-list-wrapper .item.active .image-wrapper{
	border-color:#00b30b;
	box-shadow: 1px 1px 10px #00b30b;
	
}
#recording-holder .image-wrapper{
	margin-bottom:15px;
}
#recording-holder .image{
	padding-top: calc(720 / 1280 * 100%);
	display:block;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	}
#recording-holder .name a{
	font-size:22px;
	margin-bottom:10px;
	font-weight:700;
	color:#4D4D4D;
}
#recording-holder .button-wrapper{
	margin-top:15px;
	display: inline-block;
	width:100%;
	clear:both;
}
#recording-holder .button-wrapper .button{
	display: inline-block;
}

.buttons-list-wrapper h2{
	margin-bottom:30px;
	font-weight:700;
	color:white;
	margin-bottom: 30px;
	font-size: 24px;
}

.buttons-list-wrapper .button{
	margin-right:20px;
	text-transform:uppercase;
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
	vertical-align: top;
	padding-left: 15px;
	padding-right: 15px;
}





.filter-videos .searchandfilter {
	padding: 0 60px;
}
.filter-videos .searchandfilter li.sf-field-taxonomy-tracks_categories,
.filter-videos .searchandfilter ul{
	padding: 0;
}
.filter-videos .searchandfilter ul li{
	display: inline-block;
	margin-right:30px;
	border-right: 1px solid #7a7a7a;
	padding-right: 30px;
	padding-top: 0;
	padding-bottom: 0;
	position:relative;
	padding-left:35px;
	margin-bottom:15px;
}
.filter-videos .searchandfilter ul li:last-child{
	border-right: none;
}
.filter-videos .searchandfilter input[type="checkbox"]{
	position:absolute;
	opacity:0;
	display:none;
}
.filter-videos .searchandfilter .sf-label-checkbox{
	cursor:pointer;
	padding-left:0;
	color:#4D4D4D;
}
.filter-videos .searchandfilter .sf-label-checkbox:hover{
	color:#4D4D4D;
}
.filter-videos .searchandfilter input:checked ~ .sf-label-checkbox{
	color:#4D4D4D;
}

.filter-videos .searchandfilter .sf-label-checkbox:before{
	content: "\f058";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size:25px;
	margin-right:15px;
	position:absolute;
	left:0;
}
.filter-videos .searchandfilter input:checked ~ .sf-label-checkbox:before{
	content: "\f111";
}

#wpmem_restricted_msg{
	max-width:400px;
	margin:40px auto 0;
}
body #wpmem_login,
body #wpmem_reg {
	max-width:400px;
	margin:0 auto 80px;
}

body #wpmem_login .div_text,
body #wpmem_reg .div_text{
	width: 100%;
    margin: 0 0 30px;
}
body #wpmem_reg a,
body .link-text a,
body #wpmem_login .link-text a,
body #wpmem_login .div_text a,
body #wpmem_reg .div_text a{
	color:#ff8000;
}
body #wpmem_login legend, body #wpmem_reg legend {
    font-size: 24px;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 30px;
    width: 100%;
    padding: 0;
    color: white;
    text-align: center;
}
body #wpmem_login .button_div, body #wpmem_reg .button_div {
    width: 100%;
    padding: 0;
	text-align: center;
    margin-bottom: 30px;
}
body #wpmem_login .link-text {
    padding: 0;
    width: 100%;
    text-align: center;
}
body #wpmem_reg .buttons,
body #wpmem_login .buttons{
	color: white;
	padding: 15px 20px!important;
  
    border-radius: 5px;
    font-weight: 700;
    font-size: 14px!important;
    background:#ff8000;
    cursor:pointer;
}
body #wpmem_reg .buttons:hover,
body #wpmem_login .buttons:hover{
	background:#666666;
}
body #wpmem_reg .div_select{
	width: 100%;
}
body #wpmem_reg .div_select .dropdown{
	width: 100%;
	background: white;
}





.recording-tabs .tabs-heading {
	padding:0;
}
.recording-tabs .tabs-heading .tab-title a{
	padding: 15px 13px;
	font-size: 11px;
}
.recording-tabs .tabs-content .title{
	font-weight:700;
	font-size:24px;
	padding-bottom:30px;
	margin-bottom:0;
}
.recording-tabs .tabs-content .name,
.recording-tabs .tabs-content .company,
.recording-tabs .tabs-content .position{
	font-size:16px;
	font-weight:400;
	margin:0;
}

.recordings-single-info{
	
}

.recording-tabs .speaker-table{
	display: table;
	width:100%;
	margin-bottom: 30px;
}
.recording-tabs .speaker-table-item{
	display: table;
	width:100%;
	display: table-row;
}
.recording-tabs .speaker-table-item > div{
	display: table-cell;
	vertical-align: middle;
	font-size: 14px
}
.recording-tabs .speaker-table-item .speaker-company{
	text-align: right;
}
.recording-tabs .speaker-table-item img{
	max-width: 70px;
	vertical-align: middle;
}


#home-banner .sidelinks .elementor-widget-container{
	padding:0;
	border-radius: 5px;
}
#home-banner .sidelinks .elementor-widget:not(:last-child){
	margin-bottom: 13px;
}
#home-banner .sidelinks .elementor-widget-container a{
	padding: 31px 20px;
	display: block;
	font-size: 15px;
	border-radius: 5px;
	overflow: hidden;
	background:#4D4D4D;
	color:#fff;
	line-height: 1em;
	font-weight: 700;
	text-transform: uppercase;
}
#home-banner .sidelinks .live .elementor-widget-container a{
	background:#FF8000;
}
#home-banner .sidelinks .elementor-widget-container a:hover{
	background:#666666;
}
#home-banner .elementor-heading-title{
	margin-bottom: 0;
}

#faq-page{
	text-align:center;
}
#faq-page .elementor-toggle{
	margin-bottom: 30px;
}

#faq-page .elementor-toggle-item{
	border:1px solid #d4d4d4;
}
#faq-page .elementor-toggle .elementor-tab-title{
	border: 0;
	border-bottom:1px solid #d4d4d4;
	font-weight: 400;
	padding: 20px;
	font-size:15px;
	color: white;

}
#faq-page .elementor-toggle .elementor-toggle-icon .elementor-toggle-icon-closed,
#faq-page .elementor-toggle .elementor-tab-title a{
	color: white;
}
#faq-page .elementor-toggle .elementor-toggle-icon .elementor-toggle-icon-opened,

#faq-page .elementor-toggle .elementor-tab-title.elementor-active a,
#faq-page .elementor-toggle .elementor-tab-title a:hover,
#faq-page .elementor-toggle .elementor-tab-title.elementor-active a:hover{
	color:#ff8000;
}
#faq-page .elementor-toggle .elementor-tab-content p{
	margin:0;
	color: white;
}

#networking-page{
	text-align:center;
}
#networking-page .elementor-widget-wrap{
	display: block;
}
#networking-page .button-wrapper{
	display: inline-block;
	margin:0 10px;
}
#networking-page .elementor-widget-heading{
	margin-bottom: 40px;
}
#networking-page .elementor-widget-text-editor{
	margin-bottom: 60px;
	text-align: left;
}

#footer-wrapper{
	background-color: #4D4D4D;
}
#footer-wrapper .elementor-widget .elementor-icon-list-item a{
	font-size: 12px;
	font-weight: 400;
}
#footer-wrapper .elementor-widget .elementor-icon-list-item a:hover{
	background:#FF8000;
}
#footer-wrapper .elementor-text-editor p{
	font-size: 12px;
	margin-bottom: 0;
	font-weight: 300;
	color: #AFAFAF;
}


#sponsors-list{
	background: transparent;
	padding-top:0;
}
.sponsors-heading{
	text-align: center;
	padding-top: 40px;
	border-top:1px solid #ff8000;
	padding-bottom: 40px;
}
.sponsors-heading h2{
	font-size: 25px;
	margin-bottom: 0;
	font-weight:400;
	color: white;
	font-family: "Montserrat", Sans-serif;
}
.sponsors-heading p{
	font-family: "Montserrat", Sans-serif;
	font-size:12px;
	color: white;
	font-weight: 300;
	margin-bottom: 0;
}
.sponsors-group {
	text-align: center;
	border-top:1px solid #424242;
}	

.sponsors-group h2{
	font-size: 12px;
	margin-bottom: 0;
	font-family: "Montserrat", Sans-serif;
	font-weight: 300;
	padding:40px 0 20px;
	color: white;
}
.sponsors-group-list{
	padding-bottom: 40px;
	margin: 0 -10px;
}
.sponsors-group-list .item{
	display: inline-block;
	vertical-align: middle;
	width: 16.66%;
	padding:10px;
}

.sponsors-group-list .item  .image-wrapper{
	padding-top: calc(159 / 310* 100%);
	border:1px solid #666666;
	position: relative;
	margin-bottom: 20px;
	background: white;
}
.sponsors-group-list .item .image-wrapper:hover{
	border-color: #ff8000;
}
.sponsors-group-list .item .image-wrapper .image{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.sponsors-group-list .item  img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    max-width: 100%;
    padding: 10px;
    max-height: 100%;
}




#exhibitor-single-heading {
	margin: 0 -210px;
	padding-left: 15px;
	padding-right: 15px;
	background-color: #4D4D4D;
}
#exhibitor-single-heading .company-logo{
	max-width: 200px;
	line-height: 0;
}
#exhibitor-single-heading .company-logo img{
	max-width: 200px;
	max-height: 70px;
}
#footer-links .elementor-icon-list-item a:hover  {
	background: none !important;
}
#footer-links .elementor-icon-list-item a span:hover  {
	color: #7a7a7a !important;
}

.comming-soon p {
	padding: 20px;
}
p.comming-soon {
	margin-bottom: 0 !important;
	text-align: center;
}



#exhibitor-search {
	padding: 0;
	/*margin-bottom:30px;*/
	margin-bottom:0;
	font-family: "Montserrat", Sans-serif;
	text-align: left;
}
#exhibitor-search label{
	display: inline-block;
	margin-right:0;
	/*border-right: 1px solid #7a7a7a;*/
	padding-right: 15px;
	padding-top: 0;
	padding-bottom: 0;
	position:relative;
	padding-left:35px;
	margin-bottom:15px;
	width: 33%;
	text-align: left;
	vertical-align: top;
}
.tradeshow-wrapper {
    background:rgba(0,0,0,0.4);
    border-top:1px solid #ff8000;
    padding: 30px 20px 50px;
    position: relative;

}
.tradeshow-wrapper .btn-wrapper {
	position: absolute;
	right: 20px;
	bottom: 10px;
	cursor: pointer;
}

.pricing-box.elementor-widget-price-table .elementor-widget-container{
	background: transparent;
}
.pricing-box .elementor-price-table {
	background-color: rgba(0,0,0,0.4);
}
.pricing-box .elementor-price-table .elementor-price-table__header{
	background-color: transparent;
	border: 1px solid #ff8000;
	color: white;
}
.pricing-box.elementor-widget-price-table .elementor-price-table__price{
	color: white;
}
.pricing-box .elementor-price-table .elementor-price-table__features-list{
	padding-bottom: 30px;
	color: white;
}


body.with-sideads #main,
body.single-schedule #main,
body.single-schedule > div.type-schedule,
body.single-reuters_tradeshow > div.reuters_tradeshow,
body.single-reuters_tradeshow #main,
body.page-id-267 #main,
body.page-id-632 #main,
body.page-id-238 #main,
body.page-id-669 #main,
body.page-id-838 #mai{
	padding: 0 210px;
	/*min-height: 680px;*/
}

#upgrade-template{
	background-color: #4D4D4D;
	text-align: center;
	padding:30px 15px;
}
#upgrade-template h2{
	margin:0;

}
#upgrade-template p{
	margin-bottom: 20px;
}
#watch-live-slido{
	margin-bottom: 20px;
}
#watch-live-slido-note{
	border-top:1px solid #ff8000;
	padding: 15px 0 0;
}
#watch-live-slido-note p{
    font-size: 10px;
}


@media screen and (max-width: 1200px) {

	#exhibitor-holder .exhibitor-list-wrapper .item{
		width: 50%;
	}
	#recording-holder .recording-list-wrapper .recording-list .item{
		width: 50%;
	}

	#single-tradeshow .table-events-exhibitor .item {
	    padding-bottom: 10px;
	    border-bottom: 1px solid #d4d4d4;
	    margin-bottom: 10px;
	}
	#single-tradeshow .table-events-exhibitor .item > div.date-wrapper,
	#single-tradeshow .table-events-exhibitor .item > div.heading-wrapper,
	#single-tradeshow .table-events-exhibitor .item > div.button-wrapper,
	#single-tradeshow .table-events-exhibitor .item > div{
		display: block;
		width: 100%;	
		padding:0;
		text-align: left;
	}
	#single-tradeshow .table-events-exhibitor .item.upcoming .addtocalendar {
	    display: inline-block;
	}
	#single-tradeshow .table-events-exhibitor .addtocalendar .choices{
		left: 0;
		margin-left: 0;
	}
	#single-tradeshow .table-events-exhibitor .item > div.heading-wrapper{
		padding-bottom: 10px;
	}
	
}
@media screen and (max-width: 1024px) {

	#exhibitor-single-heading {
		margin: 0 -115px;
	}

	body.with-sideads #main,
	body.single-schedule #main,
	body.single-schedule > div.type-schedule,
	body.single-reuters_tradeshow > div.reuters_tradeshow,
	body.single-reuters_tradeshow #main,
	body.page-id-267 #main,
	body.page-id-632 #main,
	body.page-id-238 #main,
	body.page-id-669 #main,
	body.page-id-838 #main{
		padding: 0 115px;
	}

	#exhibitor-search label{
		width: 50%;
	}

	.sponsors-group-list .item{
		width: 25%;
	}
	.sponsors-group-list .item img{
		max-height: 70px;
	}

}

@media screen and (max-width: 767px) {

	body.with-sideads #main,
	body.single-schedule #main,
	body.single-schedule > div.type-schedule,
	body.single-reuters_tradeshow > div.reuters_tradeshow,
	body.single-reuters_tradeshow #main,
	body.page-id-267 #main,
	body.page-id-632 #main,
	body.page-id-238 #main,
	body.page-id-669 #main,
	body.page-id-838 #main{
		padding:0;
		overflow-x: hidden;
	}

	#exhibitor-single-heading .company-logo{
		margin:10px auto 0;
	}

/*	.events-tabs .tabs-heading {
		padding:0;
		border: none;
	}
	.events-tabs .tabs-heading .tab-title{
		display:none;

	}
	.events-tabs .tabs-mobile-heading{
		display:block;
		border:1px solid #d4d4d4;
		padding: 15px 25px;
		border-bottom:none;
		font-weight:700;
		clear: both;
	}
	.events-tabs .tabs-content{
		display: block;
	}
	.events-tabs .tabs-content .item{
		width:100%;
		border-top:1px solid #d4d4d4;
		
	}
	.events-tabs-list .tabs-heading .tab-title{
		display:none;

	}
	.events-tabs-list .tabs-mobile-heading{
		display:block;
		border:1px solid #d4d4d4;
		padding: 15px 25px;
		border-bottom:none;
		font-weight:700;
		clear: both;
	}
	.events-tabs-list .tabs-content.active{
		display: block;
	}
	.events-tabs-list .tabs-content .item {
	    display: block;
	    width: 100%;
		padding: 15px;
	}
	.events-tabs-list .tabs-content .item > div{
		display: block;
		width: 100%;
		padding: 0;
	}
	.events-tabs-list .tabs-content .title{
		margin-bottom:20px;
		font-weight: 700;
	}
	.events-tabs-list .tabs-content .desc{
		margin-bottom: 20px;
	}
	.events-tabs-list .tabs-content .button-wrapper{
		margin-top: 20px;
	}

	#exhibitor-holder .exhibitor-list-wrapper .item{
		width: 100%;
	}
	#exhibitor-single-heading .company-logo{
		text-align: center;
	}

	#recording-holder .recording-list-wrapper .recording-list .item{
		width: 100%;
	}
	
	.events-tabs .clockwrapper{
		position: relative;
		text-align:center;
		top: 0;
	}
	.table-new .tabs-content .item > div {
	    width: 100%;
	    display: block;
	}
	.table-new .tabs-content .item > div > div {
	    display: block;
	    width: 100%;
	}
	.table-new .tabs-content .item > div .desc-wrapper,
	.table-new .tabs-content .item > div .speakers-wrapper,
	.table-new .tabs-content .item > div .button-wrapper,{
		width: 100%;
		padding-right: 0;
	}

	.event-title-order .item > div > div{
		width: 100%;
	    display: block;
	}
	.event-title-order .item > div .desc-wrapper,
	.event-title-order .item > div .speakers-wrapper{
		width: 100%;
		padding-right: 0;
	}
*/


	.filter-videos .searchandfilter {
		padding: 0 30px;
	}

	#home-banner .sidelinks .elementor-widget-container a{
		padding: 15px;
	}
	

	#members-filter .list-wrapper {
		padding-left:0;
	}
	#members-filter .list-wrapper .ae-post-list-item .elementor-image img{
		margin-bottom:30px;
		padding-right:0;
	}
	#members-filter .list-wrapper .ae-post-list-item {
		text-align:center;
	}

	.sponsors-group-list .item{
		width: 33.33%;
	}

	#exhibitor-search label{
		width: 100%;
	}


	#main-nav{
		position: absolute;
	}
	#main-nav .elementor-nav-menu{
		display: block;
		padding: 15px;
	}
	#main-nav .elementor-nav-menu li + li{
		border:none;
	}
	#main-nav .elementor-nav-menu a{
		padding: 5px;
	}
		
}