@font-face{
    font-family: FontAwesome;
    src: url(/wp-content/plugins/ul_event_calendar/webfonts/fa-brands-400.ttf);
    src: url(/wp-content/plugins/ul_event_calendar/webfonts/fa-brands-400.woff2) format("woff2"),url(/wp-content/plugins/ul_event_calendar/webfonts/fa-brands-400.woff) format("woff"),url(/wp-content/plugins/ul_event_calendar/webfonts/fa-brands-400.ttf) format("truetype"),url(/wp-content/plugins/ul_event_calendar/webfonts/fa-brands-400.svg#fa-brands-400) format("svg"),url(/wp-content/plugins/ul_event_calendar/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype");
}
@font-face{
    font-family: FontAwesomeWhite;
    src: url(/wp-content/plugins/ul_event_calendar/webfonts/fa-regular-400.ttf);
    src: url(/wp-content/plugins/ul_event_calendar/webfonts/fa-regular-400.woff2) format("woff2"),url(/wp-content/plugins/ul_event_calendar/webfonts/fa-regular-400.woff) format("woff"),url(/wp-content/plugins/ul_event_calendar/webfonts/fa-regular-400.ttf) format("truetype"),url(/wp-content/plugins/ul_event_calendar/webfonts/fa-regular-400.svg#fa-brands-400) format("svg"),url(/wp-content/plugins/ul_event_calendar/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype");
}
@font-face{
    font-family: FontAwesomeBlack;
    src: url(/wp-content/plugins/ul_event_calendar/webfonts/fa-solid-900.ttf);
    src: url(/wp-content/plugins/ul_event_calendar/webfonts/fa-solid-900.woff2) format("woff2"),url(/wp-content/plugins/ul_event_calendar/webfonts/fa-solid-900.woff) format("woff"),url(/wp-content/plugins/ul_event_calendar/webfonts/fa-solid-900.ttf) format("truetype"),url(/wp-content/plugins/ul_event_calendar/webfonts/fa-solid-900.svg#fa-brands-400) format("svg"),url(/wp-content/plugins/ul_event_calendar/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype");
}

.ul-event-hidden{
    display: none;
}
.ul-event-inline-flex{
    display: flex;
}
.ul-event-default{
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px;
}
.ul-event-pointer{
    cursor: pointer;
}
@media (max-width: 768px){
    .ul-event-desctop{
        /*display: none;*/
    }
}

/***********Fa ico*/
.ul-event-fa__lite {
    font-family: FontAwesome;
    font-style: initial;
}
.ul-event-fa__white {
    font-family: FontAwesomeWhite;
    font-style: initial;
}
.ul-event-fa__black {
    font-family: FontAwesomeBlack;
    font-style: initial;
}
.ul-event-fa {
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}
.ul-event-fa-chevron-left:before {
    content: "\f053";
}
.ul-event-fa-calendar-o:before {
    content: "\f133";
}
.ul-event-fa-chevron-right:before {
    content: "\f054";
}
.ul-event-fa-map-marker:before{
    content: "\f041";
}
.ul-event-fa-money:before{
    content: "\f0d6";
}
.ul-event-fa-user:before{
    content: "\f007";
}
.ul-event-fa-phone:before{
    content: "\f095";
}
.ul-event-fa-email:before{
    content: "\f0e0";
}
.ul-event-fa-url:before{
    content: "\f0ac";
}
/*Fa ico***********/

.ul-event-main-unit a{
    text-decoration: none;
}

/********top panel*/
.ul-event-categories-line,
.ul-event-calendar-pagination{
    /*margin: 10px 0px;*/
}
.ul-event-categories-line{
    background: #ffffff;
    padding: 5px;
    flex-wrap: wrap;
    justify-content: space-around;
}
.ul-event-categories-line div:last-child {
    margin: 20px 0;
}
.ul-event-category-point{
    margin-right: 10px;
}
.ul-event-calendar-info>*{
    line-height: 1em;
    vertical-align: middle;
    margin: 0px 2px;
}
.ul-event-calendar-text{
    font-size: 13px;
    line-height: 1em;
}
.ul-event-marker{
    width: 7px;
    height: 7px;
    margin: 1px 5px 1px 1px;
    display: inline-flex;
    border-radius: 50%;
}
.ul-event-cat-hidden span{
    background-color: #555555 !important;
}
/*top panel********/

/************for time*/
.ul-event-calendar__table {
    width: 100%;
    border-collapse: separate;
}
.ul-event-calendar__table td {
    vertical-align: top;
    padding: 0;
    width: calc(100% / 7);
}
.ul-event-calendar__table tbody tr:first-child td {
    font-size: 15px;
    height: 42px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    margin-right: 5px;
    font-weight: bold;
}
.ul-event-calendar__table tbody tr:first-child td div {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #f2f2f2;
    border-radius: 5px;
}
.ul-event-calendar__table tbody tr:first-child td div span {
    margin-right: 5px;
}
/*.ul-event-calendar__table tbody tr td div {*/
/*    height: 85px;*/
/*    border-radius: 5px;*/
/*}*/
.ul-event-calendar__table tr:not(:first-child) td > div {
    height: 85px;
    border-radius: 5px;
}
.ul-event-one-day{
    border-bottom: 1px solid #dddddd77;
    border-right: 1px solid #dddddd77;
}
.ul-event-calendar__table tr td div.ul-event-line-day {
    height: auto;
}
.ul-event-one-day,
.ul-event-line-day{
    padding: 0 2px;
}
.ul-event-calendar__table p.ul-event-one-post__title,
.ul-event-calendar__table p.ul-event-line-day__title,
.ul-event-calendar__table p.ul-event-one-post__time,
.ul-event-calendar__table p.ul-event-line-day__time,
.ul-event-calendar__table p.ul-event-one-post__location,
.ul-event-calendar__table p.ul-event-line-day__location {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-size: 11px;
    margin: 3px;
    color: #ffffff;
    font-weight: bold;
    overflow: hidden;
}
.ul-event-calendar__table p.ul-event-one-post__location {
    opacity: 0.9;
    margin-bottom: 9px;
}
.ul-event-calendar__table p.ul-event-one-post__title,
.ul-event-calendar__table p.ul-event-line-day__title {
    -webkit-line-clamp: 3;
}
.ul-event-calendar__table p.ul-event-one-post__time,
.ul-event-calendar__table p.ul-event-line-day__time,
.ul-event-calendar__table p.ul-event-one-post__location,
.ul-event-calendar__table p.ul-event-line-day__location {
    -webkit-line-clamp: 1;
}
.ul-event-line-day{
    border: 1px solid #ffffff;
    border-radius: 5px;
    min-height: 18px;
}
.ul-event-calendar__table tbody tr td.ul-event-today{
    background-color: #ffffdd;
}
/*for time************/

/************post*/
.ul-event-content-info{
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 20px;
}
.ul-event-content--datetime span{
    color: #4d4d4d;
    font-size: 14px;
}
.ul-event-content--title{
    font-size: 34px;
    line-height: 1.15;
    margin-bottom: 25px;
    hyphens: auto;
    padding-right: 10px;
}
.ul-event-content--contacts p{
    margin-bottom: 5px;
    color: #4d4d4d;
    font-size: 14px;
    margin: 0px;
}
.ul-event-content--addres{
    margin-bottom: 5px;
    color: #4d4d4d;
    font-size: 14px;
}
.ul-event-content--price{
    margin-bottom: 5px;
    color: #4d4d4d;
    font-size: 14px;
}
.event-age-restrictions {
    color: #e31e24;
    padding: 3px;
    background-color: #ffffff;
    border-radius: 5px;
    border: 1px solid #e31e24;
    display: block !important;
    width: max-content;
}

.ul-event-content--category a{
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0 1px rgb(38 38 38 / 50%);
    box-shadow: inset 0 0 1px rgb(38 38 38 / 50%);
    cursor: pointer;
    display: inline-block;
    font-size: 0.9em;
    line-height: 2em !important;
    margin: 1px 0;
    padding: 0 0.5em !important;
    text-transform: uppercase;
    white-space: nowrap;
    color: #333;
}
.ul-event-content--category a span{
    display: inline-block;
    height: 6px;
    margin: 0 1px;
    padding: 1px;
    width: 6px;
}
.ul-event-content--main-wrapper-left {
    min-width: auto;
    margin-right: 30px;
}
.ul-event-content--main-wrapper-right {
    max-width: 100%;
}
.post-info a,
a.return_to_events {
    color: blue;
    word-wrap: break-word;
    hyphens: auto;
    margin-top: 10px;
    display: block;
}
@media (max-width: 768px){
    .ul-event-content-info{
        flex-direction: column;
    }
    #ulevents .section-content{
        display: grid;
    }
    .ul-event-main-unit{
        overflow-x: scroll;
    }
    .ul-event-content--title{
        font-size: 18px;
        font-weight: bold;
    }
}
/*post************/

/************post new-design*/
.ul-event-one-day,
.ul-event-line-day {
    position: relative;
}

.ul-event-category-badges-container {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.ul-event-category-badges-container .ul-event-category-badge {
    margin: 20px 5px 0 0;
}

.ul-event-category-badge {
    width: fit-content;
    margin: 20px 0;
    cursor: pointer;
}

.ul-event-category-badge a,
.ul-event-category-badge span {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff !important;
    padding: 7px 15px;
    border-radius: 10px;
    font-size: 14px !important;
    background-color: #777777;
}
.ul-event-category-badge a:before,
.ul-event-category-badge span:before{
    margin-right: 15px;
}
.ul-event-category-badge .category-important,
.ul-event-one-day.category-important,
.ul-event-line-day.category-important {
    background-color: #f2c94c;
}
.ul-event-category-badge .category-important:before {
    content: url('../img/icons/event-category-important.svg');
}
.ul-event-category-badge .category-kino,
.ul-event-one-day.category-kino,
.ul-event-line-day.category-kino {
    background-color: #90b6c8;
}
.ul-event-category-badge .category-kino:before {
    content: url('../img/icons/event-category-kino.svg');
}
.ul-event-category-badge .category-culture,
.ul-event-one-day.category-culture,
.ul-event-line-day.category-culture {
    background-color: #f2994a;
}
.ul-event-category-badge .category-culture:before {
    content: url('../img/icons/event-category-culture.svg');
}
.ul-event-category-badge .category-politics,
.ul-event-one-day.category-politics,
.ul-event-line-day.category-politics {
    background-color: #eb5757;
}
.ul-event-category-badge .category-politics:before {
    content: url('../img/icons/event-category-politics.svg');
}
.ul-event-category-badge .category-fun,
.ul-event-one-day.category-fun,
.ul-event-line-day.category-fun {
    background-color: #9b51e0;
}
.ul-event-category-badge .category-fun:before {
    content: url('../img/icons/event-category-fun.svg');
}
.ul-event-category-badge .category-sport,
.ul-event-one-day.category-sport,
.ul-event-line-day.category-sport {
    background-color: #219653;
}
.ul-event-category-badge .category-sport:before {
    content: url('../img/icons/event-category-sport.svg');
}
.ul-event-category-badge .category-exhibition,
.ul-event-one-day.category-exhibition,
.ul-event-line-day.category-exhibition {
    background-color: #f2c94c;
}
.ul-event-category-badge .category-exhibition:before {
    content: url('../img/icons/event-category-exhibition.svg');
}
.ul-event-category-badge .category-theatre,
.ul-event-one-day.category-theatre,
.ul-event-line-day.category-theatre {
    background-color: #f2994a;
}
.ul-event-category-badge .category-theatre:before {
    content: url('../img/icons/event-category-theatre.svg');
}
.ul-event-category-badge .category-for-children,
.ul-event-one-day.category-for-children,
.ul-event-line-day.category-for-children {
    background-color: #6fbdd4;
}
.ul-event-category-badge .category-for-children:before {
    content: url('../img/icons/event-category-for-children.svg');
}
.ul-event-category-badge .category-concerts,
.ul-event-one-day.category-concerts,
.ul-event-line-day.category-concerts {
    background-color: #2f80ed;
}
.ul-event-category-badge .category-concerts:before {
    content: url('../img/icons/event-category-concerts.svg');
}

.ul-event-main-unit-wrapper-mobile .category-important .event-title {
    color: #f2c94c;
}

.ul-event-main-unit-wrapper-mobile .category-kino .event-title {
    color: #90b6c8;
}

.ul-event-main-unit-wrapper-mobile .category-culture .event-title {
    color: #f2994a;
}

.ul-event-main-unit-wrapper-mobile .category-politics .event-title {
    color: #eb5757;
}

.ul-event-main-unit-wrapper-mobile .category-fun .event-title {
    color: #9b51e0;
}

.ul-event-main-unit-wrapper-mobile .category-sport .event-title {
    color: #219653;
}

.ul-event-main-unit-wrapper-mobile .category-exhibition .event-title {
    color: #f2c94c;
}

.ul-event-main-unit-wrapper-mobile .category-theatre .event-title {
    color: #f2994a;
}

.ul-event-main-unit-wrapper-mobile .category-for-children .event-title {
    color: #6fbdd4;
}

.ul-event-main-unit-wrapper-mobile .category-concerts .event-title {
    color: #2f80ed;
}

.ul-event-content .ul-event-fa {
    display: none;
}

.ul-event-content--main-wrapper-right {
    display: table;
}

.ul-event-content--main-wrapper-right > div {
    display: table-row;
    font-size: 16px;
}

.ul-event-content--main-wrapper-right > div span {
    display: table-cell;
    vertical-align: middle;
    padding-bottom: 10px;
}

.ul-event-content--main-wrapper-right > div:before {
    padding: 0 10px 10px 0;
    width: 34px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.ul-event-content--main-wrapper-right > div a span {
    color: #4d4d4d;
}

.ul-event-content--main-wrapper-right > div a span:hover {
    color: #e31e24;
}

.ul-event-content .ul-event-content--addres:before {
    content: url('../img/icons/location.svg');
}

.ul-event-content .ul-event-content--price:before {
    content: url('../img/icons/wallet.svg');
}

.ul-event-content .ul-event-content--ticket:before {
    content: url('../img/icons/credit-card.svg');
}

/*post new-design************/



/*.single-ai1ec_event .page-content_single .middle{padding:0 !important}
.single-ai1ec_event .post-info{border-bottom:1px solid #eee}
.single-ai1ec_event .return_to_events{margin:10px 0;display:block;font-size:14px}
.sticky-events.sticky-events{background-color:#ffffff;border-radius:5px;padding:20px;}
.sticky-events .card-cover{position:relative;display:block;color:inherit;text-decoration:none}
.sticky-events.sticky-events .sticky-events-top .sticky-event{vertical-align:top;height:auto}
.sticky-events.sticky-events .sticky-events-top .sticky-event .sticky-event-title,.sticky-events.sticky-events .sticky-events-top .sticky-event .sticky-event-place{overflow:none;height:auto}
.card-cover_content.thumbnail{background-size:cover; height: 236px;}
.sticky-events .card-cover_content{position:relative;top:0;right:0;bottom:0;left:0;z-index:1}
.sticky-events .card-labels{position:relative;width:100%;height:100%}
.sticky-events .card-labels_panel__top{position:absolute;right:0;left:0;top:0}
.sticky-events .card-labels_panel__bottom{position:absolute;right:0;left:0;bottom:0}
.sticky-events .card-labels_panel-inner{display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;position:relative;z-index:1;width:100%}
.sticky-events .card-labels_block__reset-gutter__vertical{padding-top:0;padding-bottom:0;padding:15px 20px}
.sticky-events .tile-date{display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;width:60px;height:60px;box-sizing:border-box;overflow:hidden;font-weight:700;font-size:12px;line-height:1;font-family:PTSans,Arial,"Helvetica Neue",Helvetica,sans-serif;text-align:center;color:#fff;background:rgba(0,0,0,0.5)}
.sticky-events .tile-date_day{margin:2px 0;font-size:18px;letter-spacing:.29px}
.sticky-events .tile-date_time{margin:6px 0}
.sticky-events .card-labels_panel-inner{display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;position:relative;z-index:1;width:100%}
.sticky-events .card-labels_panel__bottom::after{content:"";position:absolute;right:0;bottom:0;left:0;height:90px;background:linear-gradient(to bottom,rgba(0,0,0,0) 0,#000 100%)}
.sticky-events .card-labels_block{padding:15px 20px}
.sticky-events .card-labels_text{font-weight:700;font-size:12px;line-height:1;color:#fff;text-transform:uppercase}
.sticky-events .sticky-event-title{font-size:20px}
.container-main,.container-main-wrapper{background:#f5f5f5;overflow:auto}
.container-main-wrapper{padding:25px 15px}
.container-main-wrapper-left{width:50%;float:left}
.container-main-wrapper-right{width:50%;float:right}
.container-main-wrapper-right .ai1ec-event-avatar{max-width:-webkit-fill-available}
.container-main-wrapper-right .ai1ec-event-avatar img{max-width:100%}
.event-title{font-size:34px;line-height:1.15;margin-bottom:25px;hyphens:auto;}
.ai1ec-row{margin:0 !important}
.datetime-wrapper{display:inline-block}
.dt-duration{margin-bottom:12px;font-size:18px}
.ai1ec-field-value{margin-bottom:5px;color:#4d4d4d}
.ai1ec-term-id-2027{display: none;}
.ai1ec-tags{margin-top:10px !important}
.the-share{margin-top:20px}
.sticky-events{background:white;margin-top:20px;margin-bottom:40px}
.ai1ec-btn-group .ai1ec-btn-xs{line-height:1em;background:0;border:0}
.sticky-events .sticky-events-top{text-align: center;position: relative;}
.sticky-events .sticky-events-top .sticky-event .sticky-event-featured-img{background-size:cover;background-repeat:no-repeat;width:100%;height:150px;background-position:center center}
.sticky-events .sticky-events-top .sticky-event.sticky_posts{border:1px solid #c80000}
.sticky-events .sticky-events-top .sticky-event{width:236px;border:1px solid #e4e4e4;border-radius:5px;background:#f9f9f9;display:inline-table;margin:2px;height:312px}
.sticky-events .sticky-events-top .sticky-event .sticky-event-a{padding:10px;display:block}
.sticky-events .sticky-events-top .sticky-event .sticky-event-a:hover{text-decoration:none}
.sticky-events .sticky-events-top .sticky-event .sticky-event-title{font-weight:bold;margin-bottom:7px;font-size:14px;height:48px;overflow:hidden}
.sticky-events .sticky-events-top .sticky-event .starpage-event-accent{height:32px;overflow:hidden}
.sticky-events .sticky-events-top .sticky-event .sticky-event-place{height:48px;overflow:hidden}
.sticky-events .sticky-events-top .sticky-event .starpage-event-accent{margin-bottom:5px}
.sticky-events .sticky-events-left{width:60%;display:inline-block;vertical-align:top}
.sticky-events .sticky-events-left .first-event-datetime{margin-top:10px;color:#ff3029;font-size:14px;line-height:1.15;text-decoration:none}
.sticky-events .sticky-events-left .first-event-title{margin-top:6px;font-size:24px;line-height:1.16;text-decoration:none}
.sticky-events .sticky-events-left .first-event-place{margin-top:10px;font-size:14px;line-height:1.15;color:#888;text-decoration:none}
.sticky-events .sticky-events-left .first-event-featured-img{display:block;max-width:100%;transition:opacity .2s ease-out}
.sticky-events .sticky-events-left .first-event-wrapper{position:relative;padding-right:55px}
.sticky-events .sticky-events-left .first-event-wrapper a{text-decoration:none}
.sticky-events .sticky-events-right{width:39%;display:inline-block;vertical-align:top}
.sticky-events .sticky-events-right .sticky-event{margin-bottom:39px}
.sticky-events .sticky-events-right .sticky-event a{color:#222;text-decoration:none}
.sticky-events .sticky-events-right .sticky-event .sticky-event-wrapper{position:relative;padding-left:145px;min-height:91px}
.sticky-events .sticky-events-right .sticky-event .sticky-event-featured-img{width:130px;float:left;transition:opacity .2s ease-out}
.sticky-events .sticky-events-right .sticky-event .sticky-event-wrapper .sticky-event-title{font-size:14px;line-height:1.15;text-decoration:none;padding-bottom:4px}
.sticky-events .sticky-events-right .sticky-event .sticky-event-wrapper .sticky-event-title span{display:block;color:#ff3029;padding-bottom:3px}
.sticky-events .sticky-events-right .sticky-event .sticky-event-wrapper .sticky-event-place{font-size:14px;line-height:1;color:#888;text-decoration:none}*/