/* General */
h3.title-background {
    background: #fef1dc;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-decoration: underline;
    font-weight: bolder;
    font-size: 16px;
    margin-top: 35px;
}
h3{
    font-weight: bold;
    font-size: 24px;
}
hr.wp-block-separator {
    border-bottom: 1px solid black;
    margin-top: -5px;
    margin-bottom: 23px;
    width: 200px;
}
hr.wp-block-separator.is-style-wide {
    width: 100%;
}
h4 {
    font-size: 15px;
    font-weight: bolder;
    margin-bottom: 10px;
    margin-top: 25px;
}
h5 {
    font-size: 15px;
    font-weight: bolder;
    margin-bottom: 10px;
}
ul {
    margin-bottom: 50px;
}

/* Header */
header .logo img {
    /* height: 60px; */
    max-width: 150px;
    height: auto;
}
.menu-main-menu-container {
    width: 100%;
}
ul#menu-main-menu {
    display: inline;
}
.menu-item {
    display: inline;
    padding: 10px 20px;
}


/* carousel */
.carousel-item{
	max-height: 496px;
}

/* Hightlights */
.hightlights-caption{
	line-height: 1.5;
}

/* Event */
.hightlight-right-2 a:visited, .hightlight-right-2 a:focus{
	color: #fff;
}

.col-form-label.text-grey.text-uppercase.text-left.text-space {
    display: inline;
}
.filter {
    display: inline;
}

/* page content */
.fair-container {
    padding-top: 0;
}

/*side bar*/
#menu-sidebar-menu {
    display: inline-block;
    padding-left: 0;
}
#menu-sidebar-menu li {
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid #000;
    padding: 20px 0;
	text-align: center;
}
#menu-sidebar-menu li a {
    color: black;
    font-weight: bolder;
    text-transform: uppercase;
}

/* table */
.event-table table{
    border: 2px solid #f7f7f7;
}
thead {
    background: #BBBBBB;
    text-align: center;
}
thead tr th {
    padding: 15px;
    font-weight: normal;
    border: 2px solid #f7f7f7;
}
tbody tr td{
    padding: 10px;
}
.blue-color{
    color: #0f69c9;
}