/* Search results */
/*.search-results #widget_area_main_holder, .search-no-results #widget_area_main_holder {
    display: none;
}
.search-results #widget_area_main_wrap, .search-no-results #widget_area_main_wrap {
    width: 100%;
    box-sizing: border-box;
}
.search-results-wrapper {
    position: relative;
}*/
body.search #backbtn {
    display: none;
}

.event-search-results {
    box-sizing: border-box;
    border: #DDDDDD solid 1px;
    border-radius: 3px;
    padding: 10px;
}

.event-search-results h2 {
    margin: 0;
}

.search-results-wrapper h2.entry-title a {
    font-size: 16px;
    color: #222222;
    font-weight: bold;
}

.top-search {
    padding: 7px 0;
    background: #4D4D4D;
    margin-bottom: 5px;
}

.top-search input {
    border: #FFFFFF solid 1px;
    padding: 5px 10px;
    box-sizing: border-box;
    margin-right: 7px;
    border-radius: 7px;
}

.top-search input[type=text] {
    width: 120px;
}

.top-search input[type=submit] {
    background: #CC081C;
    color: white;
    border-color: #CC081C;
    cursor: pointer;
}

.vo_events_overview .blog_full {
    margin-top: 0;
}

.vo_events_overview h2 {
    margin-bottom: 0;
}

.vo-events-overview-header {
    width: 100%;
    float: left;
    padding-bottom: 20px;
    border-bottom: #CCCCCC solid 1px;
    margin-bottom: 30px;
}

.vo-events-overview-current-year {
    float: right;
    font-size: 16px;
}

.vo-events-overview-current-year a.year-nav {
    color: #000000;
    text-decoration: none;
}

.vo-events-overview-current-year a.year-nav:hover {
    text-decoration: underline;
}

.vo-events-overview-months,
.vo-events-overview-weekend,
.vo-events-overview-week {
    float: left;
}

.vo-events-overview-months ul,
.vo-events-overview-weekend ul,
.vo-events-overview-week ul {
    padding-left: 0;
    list-style-type: none;
    margin: -10px 0 0;
}

.vo-events-overview-months ul li,
.vo-events-overview-weekend ul li,
.vo-events-overview-week ul li {
    padding-right: 6px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 16px;
    padding-top: 10px;
}

.vo-events-overview-months ul li a,
.vo-events-overview-weekend ul li a,
.vo-events-overview-week ul li a {
    color: #000000;
    text-decoration: none;
}

.vo-events-overview-months ul li a:hover,
.vo-events-overview-weekend ul li a:hover,
.vo-events-overview-week ul li a:hover {
    text-decoration: underline;
}

.vo-events-overview-months ul li strong a,
.vo-events-overview-weekend ul li strong a,
.vo-events-overview-week ul li strong a {
    background: #F0ECEC;
    color: #CC081C;
    padding: 0 3px;
}

.vo-events-overview-months ul li span.past-month {
    color: #CCCCCC;
}

.vo-events-overview-weekend,
.vo-events-overview-week {
    width: 100%;
}

.vo-events-overview-weekend .weekend-nav,
.vo-events-overview-week .week-nav {
    display: table;
    width: 100%;
}

.vo-events-overview-weekend ul li,
.vo-events-overview-week ul li {
    display: table-cell;
    text-align: left;
    vertical-align: text-top;
}

.vo-events-overview-weekend ul li.weekend-nav-month,
.vo-events-overview-week ul li.week-nav-month {
    text-align: center;
}

.vo-events-overview-weekend ul li.weekend-nav-next,
.vo-events-overview-week ul li.week-nav-next {
    text-align: right;
}

.vo-events-overview-header .go-to-current-month {
    float: none;
    margin: -10px 0 -10px 0;
}

.vo-events-overview-header .go-to-current-month-button {
    display: inline-block;
    padding: 0 15px;
    background: #CC081C;
    color: white;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    text-decoration: none;
    font-weight: bold;
}

.vo-events-overview-header .go-to-current-month-button:hover {
    text-decoration: inherit;
    background: #666666;
}

/*highlights*/
.vo-events-highlight-title {
    float: left;
    padding: 0 15px;
    height: 38px;
    line-height: 38px;
    background: #CC081C;
    color: white;
    font-size: 14px;
    font-weight: bold;
}

.vo-events-main-highlight {
    width: 100%;
    height: 200px;
    overflow: hidden;
    position: relative;
    clear: both;
    margin-bottom: 20px;
}

.vo-events-main-highlight img {
    width: 100%;
}

.vo-events-main-highlight img:hover {
    opacity: 0.5;
}

.vo-events-main-highlight-text {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 20px 3px;
    background: url(../images/highlight_description_bg.png) repeat-x top left;
}

.vo-events-main-highlight-text a {
    color: inherit;
    text-decoration: none;
}

.vo-events-main-highlight-text a:hover {
    text-decoration: underline;
}

.vo-events-highlight-description {
    display: block;
}

/*sub highlights*/
.vo-events-sub-highlights {
    clear: both;
    width: 100%;
    margin-left: -2px;
    margin-right: -2px;
}

.vo-events-sub-highlight {
    float: left;
    box-sizing: border-box;
    padding: 0 2px;
    width: 33.3333%;
    margin-bottom: 40px;
}

.vo-events-sub-highlight-image {
    width: 100%;
    overflow: hidden;
    height: 105px;
    margin-bottom: 10px;
}

.vo-events-sub-highlight-image img {
    width: 100%;
}

.vo-events-sub-highlight-image img:hover {
    opacity: 0.5;
}

.vo-events-sub-highlights a {
    color: inherit;
    text-decoration: none;
}

.vo-events-sub-highlights a:hover {
    text-decoration: underline;
}

/*monthly events*/
div.vo-events-overview-monthly-events-wrapper {
    padding: 20px 10px;
    background: #EEEEEE;
}

ul.vo-events-overview-monthly-events {
    list-style-type: none;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

ul.vo-events-overview-monthly-events li {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    width: 50%;
    box-sizing: border-box;
    margin-bottom: 8px;
}

ul.vo-events-overview-monthly-events li span.vo-events-overview-monthly-event-wrapper {
    display: block;
    padding-top: 11px;
    border-top: #CCCCCC solid 1px;
    overflow: hidden;
}

ul.vo-events-overview-monthly-events li:nth-child(-n+2) span.vo-events-overview-monthly-event-wrapper {
    border: 0;
    padding-top: 0;
}

/*filters*/
.vo-events-overview-filters {
    line-height: 40px;
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
}

.vo-events-overview-filters * {
    display: inline-block;
}

.vo-events-overview-filters label {
    font-weight: bold;
}

.vo-events-overview-filters input[type=text] {
    border: #B5B5B5 solid 1px;
    height: 38px;
    line-height: 38px;
    padding: 0 10px;
    margin: 0 7px 0 0;
    color: #666666;
    font-size: 16px;
    width: 140px;
}

.vo-events-overview-filters input[type=text].date-field, .vo-events-date-field {
    padding-left: 36px !important;
    background: #FFFFFF url(../images/calendar.png) no-repeat;
    background-position: left 10px center;
    cursor: pointer;
    border-radius: 5px;
}

.vo-events-overview-filters-title {
    margin-top: 22px;
    padding-left: 0;
}

.vo-events-overview-filters .vo-events-overview-filter-button {
    background: #7DB461 !important;
    border-radius: 0;
    color: white;
    float: right;
    height: 40px;
    line-height: 40px;
    padding: 0 30px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font-weight: 400;
    box-sizing: border-box;
}

.vo-events-overview-filters .vo-events-overview-filter-button:hover {
    background: #666666;
}

@media (min-width:767px) {
    .vo-events-overview-filters {
        display:flex;
        align-items:center;
        justify-content:center;
        align-content:center;
    }

    .vo-events-overview-filters label {
        margin:0;
    }

    .vo-events-overview-filters input[type="text"] {
        margin-left:5px;
        font-size:15px;
        max-height:38px;
        flex-grow: 1;
    }

    .vo-events-overview-filters .vo-events-overview-filter-button {
        max-height: 38px;
        border-radius: 5px;
        flex-shrink: 0;
    }
}

/*advanced search*/
.advanced-search .vo-events-overview-filters {
    padding: 10px 0;
    margin: 0;
    line-height: 30px;
}

.advanced-search .vo-events-overview-filters input[type=text] {
    width: 140px;
    border-radius: 20px;
    text-transform: lowercase;
}

.advanced-search .vo-events-overview-filters input[type=text].date-field {
    width: 100px;
    text-transform: none;
}

.advanced-search .vo-events-overview-filters .vo-events-overview-filter-button {
    font-family: 'FontAwesome';
    font-size: 18px;
    font-weight: normal;
    border-radius: 20px;
    padding: 0;
    width: 40px;
    text-align: center;
    margin-left: -40px;
}

/*daily events*/
h2.vo-events-overview-daily-events-heading {
    margin-bottom: 10px;
}

div.vo-events-overview-daily-events-holder {
    position: relative;
}

div.vo-events-overview-daily-events-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #FFFFFF;
    opacity: 0.8;
}

.vo-events-overview-daily-events *, .vo-events-overview-daily-events *:before, .vo-events-overview-daily-events *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.vo-events-overview-event {
    position: relative;
    margin-top: 10px;
    border: 1px solid #B9C1D1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: left;
}

.vo-events-overview-event:first-child {
    margin-top: 0;
}

.vo-events-overview-event.active a.vo-events-overview-trigger .fa {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.vo-events-overview-container {
    display: table;
    table-layout: fixed;
    padding: 10px 10px 10px 0;
    width: 100%;
}

a.vo-events-overview-trigger {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #B9C1D1;
}

.vo-events-overview-event a.vo-events-overview-button {
    display: inline-block;
    padding: 10px 30px;
    vertical-align: top;
    background: #7DB461;
    border: 1px solid transparent;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 1;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
}

a.vo-events-overview-button:hover {
    background: #659B4F;
}

.vo_events_overview-template-default a.vo-events-overview-button {
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

a.vo-events-overview-button.secondary {
    background: #FFFFFF;
    border-color: #B9C1D1;
    color: #607599;
}

.vo-events-overview-date, .vo-events-overview-data {
    display: table-cell;
    vertical-align: middle;
}

.vo-events-overview-date {
    margin-left: -10px;
    width: 60px;
    border-right: 1px solid #B9C1D1;
    text-align: center;
    font-size: 15px;
    text-transform: uppercase;
    color: #B9C1D1;
}

.vo-events-overview-date.with-button {
    min-width: 80px;
    width: 80px;
}

.vo-events-overview-date span {
    display: block;
    font-size: 24px;
    color: #53A4E4;
}

.vo-events-overview-data {
    padding-left: 10px;
    vertical-align: top;
    font-size: 14px;
}

.vo-events-overview-extended-date {
    color: #B9C1D1;
}

a.vo-events-overview-title,
span.vo-events-overview-title {
    text-decoration: none;
    font-weight: bold;
    color: #607599;
}

a.vo-events-overview-title:hover, a.vo-events-overview-title:focus,
span.vo-events-overview-title:hover, span.vo-events-overview-title:focus {
    text-decoration: inherit;
    color: #607599;
}

.vo-events-overview-actions {
    padding: 0 10px 10px;
}

.vo-events-show-mobile {
    display: none;
}

.vo-events-hidden {
    display: none;
}

.vo-events-prev-next {
    display: none;
    margin-bottom: 10px;
    overflow: hidden;
}

a.vo-events-prev,
a.vo-events-next {
    background: #666666;
    border-radius: 5px;
    color: #FFFFFF;
    font-weight: bold;
    padding: 6px 15px;
    text-align: center;
    text-decoration: none;
    width: 40%;
}

a.vo-events-prev:hover,
a.vo-events-next:hover {
    background: #CC081C;
}

.vo-events-prev {
    float: left;
}

.vo-events-prev:before {
    content: '\f104';
    font-family: 'FontAwesome';
    margin-right: 10px;
}

.vo-events-next {
    float: right;
}

.vo-events-next:after {
    content: '\f105';
    font-family: 'FontAwesome';
    margin-left: 10px;
}

.vo-events-tooltip {
    display: inline-block;
    position: relative;
    margin-left: 5px;
    line-height: normal;
}

.vo-events-tooltip:hover > .vo-events-tooltip-text {
    visibility: visible;
    opacity: 1;
}

.vo-events-tooltip:hover > .fa {
    color: #CC081C;
}

.vo-events-tooltip > .fa {
    cursor: pointer;
}

.vo-events-tooltip-text {
    position: absolute;
    bottom: 125%;
    right: -8px;
    visibility: hidden;
    width: 240px;
    background-color: #666666;
    color: #FFFFFF;
    text-align: center;
    padding: 5px;
    border-radius: 3px;
    z-index: 1;
    opacity: 0;
    transition: opacity .3s;
}

.vo-events-tooltip-text::after {
    content: "";
    position: absolute;
    top: 100%;
    right: 10px;
    border-width: 5px;
    border-style: solid;
    border-color: #666666 transparent transparent transparent;
}

.vo-events-tooltip-text.loading::before {
    content: '\f110';
    font-family: "FontAwesome";
}

.vo-events-tooltip-text.hide {
    display: none !important;
}

/*desktop*/
@media only screen and (min-width: 1024px) {
    .vo-events-overview-container {
        float: left;
        width: 70%;
    }

    .vo-events-overview-actions {
        display: inline-block;
        float: right;
        padding: 12px 10px;
    }

    a.vo-events-overview-trigger {
        display: none;
    }
}

/*tablet*/
@media only screen and (max-width: 767px) {
    .top-search {
        display: none;
    }

    .event-search-results {
        display: none;
    }

    .vo-events-ajax {
        max-height: 200px;
        overflow: scroll;
    }

    ul.vo-events-overview-monthly-events li {
        width: 100%;
    }

    ul.vo-events-overview-monthly-events li span.vo-events-overview-monthly-event-wrapper {
        height: auto;
    }

    ul.vo-events-overview-monthly-events li:nth-child(-n+2) span.vo-events-overview-monthly-event-wrapper {
        border-top: #CCCCCC solid 1px;
        padding-top: 11px;
    }

    ul.vo-events-overview-monthly-events li:first-child span.vo-events-overview-monthly-event-wrapper {
        padding-top: 0;
        border-top: 0;
    }

    .vo-events-main-highlight {
        height: auto;
        padding-bottom: 50px;
    }

    .vo-events-overview-filters * {
        display: block;
        float: left;
    }

    .vo-events-overview-filters label {
        clear: both;
        width: 50px;
    }

    .vo-events-overview-filters .vo-events-overview-filter-button {
        clear: both;
    }

    .vo-events-overview-header .go-to-current-month .go-to-current-month-button {
        height: 30px;
        line-height: 30px;
    }

    .vo-events-overview-current-year {
        margin-top: 10px;
    }

    .vo-events-hide-mobile {
        display: none;
    }

    .vo-events-show-mobile {
        display: block;
    }

    .vo-events-overview-filters input[type=text].date-field, .vo-events-date-field {
        box-sizing: border-box;
        float: none;
        width: 100%;
    }

    .vo-events-overview-filters .vo-events-overview-filter-button {
        margin-top: 15px;
        float: none;
        width: 100%;
    }
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 641px) and (max-width: 767px) {
    .vo-events-sub-highlight-image {
        height: 80px;
    }
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 640px) {
    .vo-events-prev-next {
        display: block;
    }

    .vo-events-sub-highlight {
        width: 100%;
        margin-bottom: 10px;
    }

    .vo-events-sub-highlight:last-child {
        margin-bottom: 20px;
    }

    table.vo-events-overview-date {
        min-width: 30%;
        width: auto;
    }

    .vo-events-overview-current-year {
        float: left;
        clear: both;
    }

    .vo-events-main-highlight {
        height: auto;
        padding-bottom: 80px;
    }

    .vo-events-main-highlight + .vo-events-highlight-title,
    .vo-events-sub-highlights,
    .vo-events-overview-header,
    .vo-events-monthly,
    .vo-events-overview-monthly-events-wrapper {
        display: none;
    }

    body {
        background: #FFFFFF;
    }

    .vo-events-highlight-title + .vo-events-highlight-title {
        display: none;
    }

    .vo-events-highlight-title {
        background: #E05163;
        color: #F8DDE0;
        position: relative;
        float: none;
        padding: 14px 10px 28px 80px;
        bottom: -14px;
        font-size: 18px;
        line-height: 1;
        height: auto;
        border-radius: 8px;
    }

    .vo-events-highlight-title:before {
        content: '';
        background-image: url('../images/eric-cartoon.png');
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: 80%;
        position: absolute;
        top: -20px;
        left: 10px;
        height: 80px;
        width: 70px;
    }

    .vo-events-main-highlight {
        background: #C94858;
        padding: 10px;
        border-radius: 8px;
        box-sizing: border-box;
    }

    .vo-events-main-highlight img {
        border-radius: 6px;
    }

    .vo-events-main-highlight-text {
        position: relative;
        background: none;
        padding: 0;
        color: #FFFFFF;
        font-size: 18px;
    }

    .vo-events-main-highlight-text:after {
        content: '\f101';
        font-family: 'FontAwesome', sans-serif;
        font-size: 22px;
        position: absolute;
        right: 6px;
        top: 12px;
        color: #EAB7BE;
    }

    .vo-events-main-highlight-text a {
        display: block;
        padding-top: 10px;
        padding-bottom: 8px;
    }

    .vo-events-main-highlight-text br {
        display: none;
    }
}

@media only screen and (min-width: 480px) {
    .vo-events-tooltip-text {
        right: auto;
        left: 50%;
        margin-left: -120px;
    }

    .vo-events-tooltip-text::after {
        right: auto;
        left: 50%;
        margin-left: -5px;
    }
}

@media only screen and (min-width: 768px) {
    .search-results-wrapper.with-events {
        padding-right: 50%;
    }

    .event-search-results {
        position: absolute;
        right: 0;
        top: 0;
        width: 45%;
    }

    table.vo-events-overview-date.with-button {
        min-width: 125px;
        width: 125px;
    }
}

.event-search-results table.vo-events-overview-date {
    width: auto;
    min-width: 0;
    font-size: 12px;
}

.event-search-results table.vo-events-overview-date span {
    font-size: 14px;
}

.no-margin-bottom {
    margin-bottom: 0px;
}
