.wpb_widgetised_column .widget ul {
	position: relative;
}
.wpb_widgetised_column .widget ul li:after {
	content: none;
}
.wpb_widgetised_column .widget ul li.has_children > a:after {
    font-family: "FontAwesome";
    content: "\f105";
    position: absolute;
    right: 0;
    font-size: 14px;
    color: #cccccc;
}
.wpb_widgetised_column .widget > ul > li ul li > a:before {
	/*
    content: '-';
    margin-right: 10px;
    */
	content: '';
    margin-right: 0;
}
.wpb_widgetised_column .widget > ul > li ul li.has_children > a:before {
	/*
    content: '+';
    */
	content: '';
}
.wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon, .wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon {
	top: 0;
}
.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header {
	padding-left: 16px;
}
h2.headline {
	text-align: center;
	color: #2584b6;
}
.flex-control-paging li a {
	box-shadow: 0px 0px 5px #000;
}
.tablepress-id-2 th,
#tablepress-2 td {
	padding: 0 0 0 0 !important;
}
.tablepress-id-2 th:nth-child(3),
#tablepress-2 td:nth-child(3) {
	padding-right: 18px !important;
}
#tablepress-2 td:nth-child(4) {
	wrap: break-word;
}


.isloggedin { display: none; }
.logged-in .isloggedin { display: block; }

.not_isloggedin { display: block; }
.logged-in .not_isloggedin { display: none; }


.caeplogin-form { text-align: center; }
.caeplogin-form p { display: inline-block; margin: 0 15px; }
.caeplogin-form p.login-username label,
.caeplogin-form p.login-password label {
  display: none;
}

.caep_event_table { width: 100%; border: 1px solid #dee5e9; }
.caep_event_table td { border: 1px solid #dee5e9; }
.caep_event_table thead { background: #d6ecf8; }
.caep_event_table tbody tr:nth-child(odd) { background: #eef5f9; }

.company-category { margin-bottom: 50px; padding-bottom: 50px; border-bottom: 1px solid #ddd; }
.company-category:last-of-type { padding-bottom: 0; border: none; }

.company-box { padding: 15px; border: 1px solid #ddd; border-radius: 5px; text-align: center; }
a.company-box-logo { height: 150px; max-width: 80%; margin: 0 auto; display: block; }
.company-box-logo img { object-fit: contain; width: 100% !important; height: 100% !important; }
.company-box p { font-size: 0.9em; line-height: 1.4; }

.virtual-hall-categories { margin-bottom: 50px; }
.virtual-hall-categories .row-bs > div { margin-bottom: 30px; }

.virtual-hall-category { display: block; padding: 30px 15px; background: #1178af; color: white; text-align: center; border-radius: 5px; }
.virtual-hall-category h3 { margin: 0; color: white; }
.virtual-hall-category:hover { color: white; background: #d1212f; }
.virtual-hall-category:hover h3 { color: white; }

@media only screen and (max-width: 1199px) and (min-width: 960px) {
    
    .container .sixteen.columns {
        width: 950px;
    }
    
}