.active-day {
    background: #b4b8c0;
}

.list-events-links {
    margin-bottom: 100px;
    text-align: center;
    font-size: 20px;
}

.list-events-links > a:first-child {
    margin-right: 20px;
}

.list-events-links > a.active-link {
    font-weight: bold;
}

.fusion-events-shortcode .cat-button {
    margin-top: 4px !important;
}

@media (max-width: 991px) {
    .fusion-events-shortcode .cat-button {
        float: left !important;
    }
}

.blog-event-container {
    padding: 0 20px;
}

.list-events-item {
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 40px;
    background-color: #fff;
}

.fusion-events-shortcode .fusion-full-one {
    background-color: transparent;
}

.fusion-events-shortcode.events-container {
	background-color: #e6e7e8;
    padding: 50px 50px 10px 50px;
}

.fusion-events-shortcode.events-container .fusion-full-one {
	margin: 0 !important;
}

/* venue events shortcode start */

.venue-events-shortcode-item {
    background-color: #fff;
    margin-bottom: 20px;
    padding-top: 4px;
}

.venue-events-shortcode-category {
    background: #333;
    color: #fff;
    padding: 2px 20px;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 2.2;
    position: absolute;
    top: 0;
}

.venue-events-shortcode-category-fix {
    padding: 10px 20px !important;
    position: relative !important;
}

.venue-events-shortcode-info {
    padding: 10px 20px 20px 20px;
}

.venue-events-shortcode-date-container {
    border-right: 1px solid #6C7174;
    min-height: 80px !important;
    display: table;
    padding-right: 14px !important;
}

.venue-events-shortcode-date {
    display: table-cell;
    vertical-align: middle;
}

.venue-events-shortcode-title-container {
    min-height: 80px !important;
    display: table;
}

.venue-events-shortcode-title {
    margin-top: 35px;
}

.venue-events-shortcode-director {
    font-size: 13px;
}

@media (max-width: 991px) {
    .venue-events-shortcode-date-container {
        border-right: none;
        min-height: 1px !important;
    }

    .venue-events-shortcode-title-container {
        min-height: 1px !important;
    }
}

/* venue events shortcode end */

/* schedule shortcode start */

.schedule-filters-container {
    margin-top: 30px;
    margin-bottom: 150px;
    background-color: #e6e7e8;
    padding: 10px 10px 20px 10px;
}

.schedule-filter-values-container {
    background-color: #fff;
    padding: 10px 20px;
    min-height: 160px;
}

@media (max-width: 799px) {
    .schedule-filter-values-container {
        min-height: 1px;
    }
}

h1.schedule-filter-heading {
    color: #000 !important;
    font-weight: bold !important;
    /*font-style: italic !important;*/
    margin: 5px 0 10px 0;
    font-size: 22px !important;
}

h1.schedule-results-date {
    margin-bottom: 0;
    color: #000 !important;
    /*font-style: italic !important;*/
    font-size: 22px !important;
}

.schedule-filter-values-container ul {
    list-style: none;
    padding-left: 0;
}

.schedule-filter-values-container ul > li {
    margin-bottom: 5px;
}

.schedule-filter-values-container .form-group {
    margin-bottom: 20px;
}

.schedule-filter-values-container select {
    display: block;
    width: 100%;
    font-family: 'Roboto', sans-serif;
    border-radius: 0;
}

/* Customize the label (the container) */
.radio-container {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.radio-container input {
    position: absolute;
    opacity: 0;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: #EEEBE4;
}

/* On mouse-over, add a grey background color */
.radio-container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.radio-container .checkmark:after {
    top: 4px;
    left: 4px;
    width: 8px;
    height: 8px;
    background: #6C7174;
}

.schedule-results-container {
    background-color: #e6e7e8;
    padding: 20px 20px 0 20px;
    margin-bottom: 40px;
}

.schedule-result .venue-events-shortcode-item {
    background-color: #fff;
}

.schedule-result .venue-events-shortcode-title > .event-title {
    font-size: 15px;
    font-weight: bold;
}

.schedule-result .venue-events-shortcode-category {
    background-color: #000;
}

.schedule-result .venue-events-shortcode-date,
.schedule-result .venue-events-shortcode-place,
.schedule-result .venue-events-shortcode-title > .event-title {
    color: #6C7174;
}

@media (max-width: 768px) {
    .schedule-result .venue-events-shortcode-category {
        display: block;
    }

    .schedule-result .venue-events-shortcode-item {
        padding-top: 0;
    }
}

.schedule-results-container .no-results {
    margin-bottom: 20px;
    font-style: italic;
}

.list-events-no-results {
    font-style: italic;
    font-size: 14px;
    padding: 20px;
    background-color: #fff;
}

p.search-no-results {
    font-style: italic;
    font-size: 14px;
    padding: 20px;
    margin-top: 0;
    background-color: #fff;
}

.schedule-result .venue-events-shortcode-info {
    padding: 10px 0 20px 0;
    margin-left: 0;
    margin-right: 0;
}

.schedule-filters-container.row {
    margin-right: 0;
    margin-left: 0;
}

.schedule-results-nav {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    line-height: 22px;
    /*font-style: italic;*/
}

#schedule-results-prev {
    text-align: left;
}

#schedule-results-next {
    text-align: right;
}

#schedule-results-nav {
    margin-bottom: 40px;
}

.hidden {
    display: none !important;
}

.bold {
    font-weight: bold;
}

/* schedule shortcode end */

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

.brand-tabs-container {
    margin-top: 20px;
}

.ilightbox-title,
.ilightbox-social {
    display: none !important;
}

.press-image-container {
    min-height: 140px;
    display: table;
    text-align: center;
    width: 100%;
}

.press-image {
    display: table-cell;
    vertical-align: middle;
    padding-bottom: 5px;
}

.press-title {
    text-align: center;
    margin-bottom: 20px;
    word-break: break-all;
}

.event-subtitle {
    font-size: 13px;
    font-weight: normal;
}

.event-subtitle-big {
    font-size: 15px;
    font-weight: normal;
    margin-left: 10px;
	margin-top: 15px;
	display: block;
	line-height: 1.7em;
}

.venue-events-shortcode-place {
    font-weight: bold;
}

.venue-listing-title {
    font-size: 20px !important;
    font-weight: bold !important;
    color: #6C7174;
    background-color: #fff;
    padding: 10px 20px;
    margin-bottom: 0;
    display: table;
    width: 100%;
}

.venue-listing-title-inner {
    display: table-cell;
    vertical-align: middle;
}

.venue-listing-image > img {
    width: 100%;
}

.venue-listing-item {
    margin-bottom: 20px;
    display: block;
}

.venue-events-shortcode-place > hr {
    margin: 10px 0 5px;
    border: 0;
	border-top: 1px solid #eee;
}

.venue-events-shortcode-image {
    margin-top: 36px;
}

.pagination {
    margin-bottom: 40px;
}

span.page-numbers.current {
    display: inline-block !important;
}

.fusion-gallery-more-btn {
    border: none;
    color: #fff;
    background-color: #333;
    padding: 5px 10px;
    margin-top: 20px;
}

.text-bold {
    font-weight: bold;
}
.center-month{
	text-align: center !important;
    display: block !important;
}

.text-left {
	text-align:left;
}

.text-right{
	text-align:right;
}

.tab button.tablink {
	font-size:13px;
}

.metaslider .theme-default .nivo-caption {
	font-family: "Roboto", sans-serif !important;
}