width
.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
    line-height: 0;
}

.clearfix:after {
    clear: both;
}

#fb-eventify * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#fb-eventify *:before,
#fb-eventify *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#fb-eventify ul {
    margin: 0 0 15px;
    padding: 0;
}

#fb-eventify li {
    list-style: none;
}

 
.fb-eventify-btn,
.fb-eventify-btn:hover {
    text-decoration: none;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    outline: none;
}
 
.fb-eventify-btn {
    -moz-user-select: none;
    background-image: none;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 10px 30px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

#fb-eventify .btn-green-dark,
#fb-eventify .btn-black-dark:hover {
    background: #069572;
    color: #fff !important;
}

#fb-eventify .btn-black-dark,
#fb-eventify .btn-green-dark:hover {
    background: #565656;
    color: #fff !important;
}

#fb-eventify .btn-grey-dark {
    background: #fff;
    border: 1px solid #979797;
    color: #565656;
}

#fb-eventify .free-entry {
    cursor: auto;
}

#fb-eventify .text-center {
    text-align: center;
}

#fb-eventify .text-right {
    text-align: right;
}

#fb-eventify .btn,
#fb-eventify a:focus,
#fb-eventify a:hover,
#fb-eventify i {
    outline: none;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
}

#fb-eventify .img-100 {
    width: 100%;
}

.fb-eventify-container {
    margin: 0 auto;
    max-width: 100%;
    padding: 0 20px;
}

#fb-eventify .margin-auto {
    margin: 0 auto;
}

#fb-eventify img {
    display: block;
    height: auto;
    max-width: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#fb-eventify b,
#fb-eventify strong {
    font-weight: bold;
}

#fb-eventify label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 500;
}

.fb-eventify-form-control {
    background-color: #fff;
    background-image: none;
    border: 1px solid #d1d1d1;
    border-radius: 4px;
    box-shadow: none;
    color: #333;
    display: block;
    font-size: 14px;
    height: 2.5rem;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}

.fb-eventify-form-control:focus {
    border-color: #717171;
    outline: none;
}

.fb-eventify-content h2 {
    margin-top: -5px;
}

.fb-eventify-row {
    margin-right: -10px;
    margin-left: -10px;
}

.fb-eventify-row::after,
.fb-eventify-row::before {
    content: " ";
    display: table;
}

.fb-eventify-row::after {
    clear: both;
}

.fb-eventify-1,
.fb-eventify-2,
.fb-eventify-3,
.fb-eventify-4,
.fb-eventify-5,
.fb-eventify-6,
.fb-eventify-7,
.fb-eventify-8,
.fb-eventify-9,
.fb-eventify-10,
.fb-eventify-11,
.fb-eventify-12 {
    float: left;
}

.fb-eventify-1,
.fb-eventify-2,
.fb-eventify-3,
.fb-eventify-4,
.fb-eventify-5,
.fb-eventify-6,
.fb-eventify-7,
.fb-eventify-8,
.fb-eventify-9,
.fb-eventify-10,
.fb-eventify-11,
.fb-eventify-12 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.fb-eventify-12 {
    width: 100%;
}

.fb-eventify-11 {
    width: 91.66666667%;
}

.fb-eventify-10 {
    width: 83.33333333%;
}

.fb-eventify-9 {
    width: 75%;
}

.fb-eventify-8 {
    width: 66.66666667%;
}

.fb-eventify-7 {
    width: 58.33333333%;
}

.fb-eventify-6 {
    width: 50%;
}

.fb-eventify-5 {
    width: 41.66666667%;
}

.fb-eventify-4 {
    width: 33.33333333%;
}

.fb-eventify-3 {
    width: 25%;
}

.fb-eventify-2 {
    width: 16.66666667%;
}

.fb-eventify-1 {
    width: 8.33333333%;
}

.fb-eventify-sm-1,
.fb-eventify-md-1,
.fb-eventify-sm-2,
.fb-eventify-md-2,
.fb-eventify-sm-3,
.fb-eventify-md-3,
.fb-eventify-sm-4,
.fb-eventify-md-4,
.fb-eventify-sm-5,
.fb-eventify-md-5,
.fb-eventify-sm-6,
.fb-eventify-md-6,
.fb-eventify-sm-7,
.fb-eventify-md-7,
.fb-eventify-sm-8,
.fb-eventify-md-8,
.fb-eventify-sm-9,
.fb-eventify-md-9,
.fb-eventify-sm-10,
.fb-eventify-md-10,
.fb-eventify-sm-11,
.fb-eventify-md-11,
.fb-eventify-sm-12,
.fb-eventify-md-12 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

@media (min-width: 768px) {
    .fb-eventify-sm-1,
    .fb-eventify-sm-2,
    .fb-eventify-sm-3,
    .fb-eventify-sm-4,
    .fb-eventify-sm-5,
    .fb-eventify-sm-6,
    .fb-eventify-sm-7,
    .fb-eventify-sm-8,
    .fb-eventify-sm-9,
    .fb-eventify-sm-10,
    .fb-eventify-sm-11,
    .fb-eventify-sm-12 {
        float: left;
    }
    .fb-eventify-sm-12 {
        width: 100%;
    }
    .fb-eventify-sm-11 {
        width: 91.66666667%;
    }
    .fb-eventify-sm-10 {
        width: 83.33333333%;
    }
    .fb-eventify-sm-9 {
        width: 75%;
    }
    .fb-eventify-sm-8 {
        width: 66.66666667%;
    }
    .fb-eventify-sm-7 {
        width: 58.33333333%;
    }
    .fb-eventify-sm-6 {
        width: 50%;
    }
    .fb-eventify-sm-5 {
        width: 41.66666667%;
    }
    .fb-eventify-sm-4 {
        width: 33.33333333%;
    }
    .fb-eventify-sm-3 {
        width: 25%;
    }
    .fb-eventify-sm-2 {
        width: 16.66666667%;
    }
    .fb-eventify-sm-1 {
        width: 8.33333333%;
    }
    .fb-eventify-sm-pull-12 {
        right: 100%;
    }
    .fb-eventify-sm-pull-11 {
        right: 91.66666667%;
    }
    .fb-eventify-sm-pull-10 {
        right: 83.33333333%;
    }
    .fb-eventify-sm-pull-9 {
        right: 75%;
    }
    .fb-eventify-sm-pull-8 {
        right: 66.66666667%;
    }
    .fb-eventify-sm-pull-7 {
        right: 58.33333333%;
    }
    .fb-eventify-sm-pull-6 {
        right: 50%;
    }
    .fb-eventify-sm-pull-5 {
        right: 41.66666667%;
    }
    .fb-eventify-sm-pull-4 {
        right: 33.33333333%;
    }
    .fb-eventify-sm-pull-3 {
        right: 25%;
    }
    .fb-eventify-sm-pull-2 {
        right: 16.66666667%;
    }
    .fb-eventify-sm-pull-1 {
        right: 8.33333333%;
    }
    .fb-eventify-sm-pull-0 {
        right: auto;
    }
    .fb-eventify-sm-push-12 {
        left: 100%;
    }
    .fb-eventify-sm-push-11 {
        left: 91.66666667%;
    }
    .fb-eventify-sm-push-10 {
        left: 83.33333333%;
    }
    .fb-eventify-sm-push-9 {
        left: 75%;
    }
    .fb-eventify-sm-push-8 {
        left: 66.66666667%;
    }
    .fb-eventify-sm-push-7 {
        left: 58.33333333%;
    }
    .fb-eventify-sm-push-6 {
        left: 50%;
    }
    .fb-eventify-sm-push-5 {
        left: 41.66666667%;
    }
    .fb-eventify-sm-push-4 {
        left: 33.33333333%;
    }
    .fb-eventify-sm-push-3 {
        left: 25%;
    }
    .fb-eventify-sm-push-2 {
        left: 16.66666667%;
    }
    .fb-eventify-sm-push-1 {
        left: 8.33333333%;
    }
    .fb-eventify-sm-push-0 {
        left: auto;
    }
    .fb-eventify-sm-offset-12 {
        margin-left: 100%;
    }
    .fb-eventify-sm-offset-11 {
        margin-left: 91.66666667%;
    }
    .fb-eventify-sm-offset-10 {
        margin-left: 83.33333333%;
    }
    .fb-eventify-sm-offset-9 {
        margin-left: 75%;
    }
    .fb-eventify-sm-offset-8 {
        margin-left: 66.66666667%;
    }
    .fb-eventify-sm-offset-7 {
        margin-left: 58.33333333%;
    }
    .fb-eventify-sm-offset-6 {
        margin-left: 50%;
    }
    .fb-eventify-sm-offset-5 {
        margin-left: 41.66666667%;
    }
    .fb-eventify-sm-offset-4 {
        margin-left: 33.33333333%;
    }
    .fb-eventify-sm-offset-3 {
        margin-left: 25%;
    }
    .fb-eventify-sm-offset-2 {
        margin-left: 16.66666667%;
    }
    .fb-eventify-sm-offset-1 {
        margin-left: 8.33333333%;
    }
    .fb-eventify-sm-offset-0 {
        margin-left: 0;
    }
}

@media (min-width: 992px) {
    .fb-eventify-container {
        min-width: 700px;
    }
    .fb-eventify-md-1,
    .fb-eventify-md-2,
    .fb-eventify-md-3,
    .fb-eventify-md-4,
    .fb-eventify-md-5,
    .fb-eventify-md-6,
    .fb-eventify-md-7,
    .fb-eventify-md-8,
    .fb-eventify-md-9,
    .fb-eventify-md-10,
    .fb-eventify-md-11,
    .fb-eventify-md-12 {
        float: left;
    }
    .fb-eventify-md-12 {
        width: 100%;
    }
    .fb-eventify-md-11 {
        width: 91.66666667%;
    }
    .fb-eventify-md-10 {
        width: 83.33333333%;
    }
    .fb-eventify-md-9 {
        width: 75%;
    }
    .fb-eventify-md-8 {
        width: 66.66666667%;
    }
    .fb-eventify-md-7 {
        width: 58.33333333%;
    }
    .fb-eventify-md-6 {
        width: 50%;
    }
    .fb-eventify-md-5 {
        width: 41.66666667%;
    }
    .fb-eventify-md-4 {
        width: 33.33333333%;
    }
    .fb-eventify-md-3 {
        width: 25%;
    }
    .fb-eventify-md-2 {
        width: 16.66666667%;
    }
    .fb-eventify-md-1 {
        width: 8.33333333%;
    }
    .fb-eventify-md-pull-12 {
        right: 100%;
    }
    .fb-eventify-md-pull-11 {
        right: 91.66666667%;
    }
    .fb-eventify-md-pull-10 {
        right: 83.33333333%;
    }
    .fb-eventify-md-pull-9 {
        right: 75%;
    }
    .fb-eventify-md-pull-8 {
        right: 66.66666667%;
    }
    .fb-eventify-md-pull-7 {
        right: 58.33333333%;
    }
    .fb-eventify-md-pull-6 {
        right: 50%;
    }
    .fb-eventify-md-pull-5 {
        right: 41.66666667%;
    }
    .fb-eventify-md-pull-4 {
        right: 33.33333333%;
    }
    .fb-eventify-md-pull-3 {
        right: 25%;
    }
    .fb-eventify-md-pull-2 {
        right: 16.66666667%;
    }
    .fb-eventify-md-pull-1 {
        right: 8.33333333%;
    }
    .fb-eventify-md-pull-0 {
        right: auto;
    }
    .fb-eventify-md-push-12 {
        left: 100%;
    }
    .fb-eventify-md-push-11 {
        left: 91.66666667%;
    }
    .fb-eventify-md-push-10 {
        left: 83.33333333%;
    }
    .fb-eventify-md-push-9 {
        left: 75%;
    }
    .fb-eventify-md-push-8 {
        left: 66.66666667%;
    }
    .fb-eventify-md-push-7 {
        left: 58.33333333%;
    }
    .fb-eventify-md-push-6 {
        left: 50%;
    }
    .fb-eventify-md-push-5 {
        left: 41.66666667%;
    }
    .fb-eventify-md-push-4 {
        left: 33.33333333%;
    }
    .fb-eventify-md-push-3 {
        left: 25%;
    }
    .fb-eventify-md-push-2 {
        left: 16.66666667%;
    }
    .fb-eventify-md-push-1 {
        left: 8.33333333%;
    }
    .fb-eventify-md-push-0 {
        left: auto;
    }
    .fb-eventify-md-offset-12 {
        margin-left: 100%;
    }
    .fb-eventify-md-offset-11 {
        margin-left: 91.66666667%;
    }
    .fb-eventify-md-offset-10 {
        margin-left: 83.33333333%;
    }
    .fb-eventify-md-offset-9 {
        margin-left: 75%;
    }
    .fb-eventify-md-offset-8 {
        margin-left: 66.66666667%;
    }
    .fb-eventify-md-offset-7 {
        margin-left: 58.33333333%;
    }
    .fb-eventify-md-offset-6 {
        margin-left: 50%;
    }
    .fb-eventify-md-offset-5 {
        margin-left: 41.66666667%;
    }
    .fb-eventify-md-offset-4 {
        margin-left: 33.33333333%;
    }
    .fb-eventify-md-offset-3 {
        margin-left: 25%;
    }
    .fb-eventify-md-offset-2 {
        margin-left: 16.66666667%;
    }
    .fb-eventify-md-offset-1 {
        margin-left: 8.33333333%;
    }
    .fb-eventify-md-offset-0 {
        margin-left: 0;
    }
}

.fb-eventify-form-control::-moz-placeholder {
    color: #434343;
    font-weight: 300;
    opacity: 1;
}

.fb-eventify-form-control:-ms-input-placeholder {
    color: #434343;
    font-weight: 300;
}

.form-control::-webkit-input-placeholder {
    color: #434343;
    font-weight: 300;
}

.fb-eventify-form-control::-ms-expand {
    background-color: transparent;
    border: 0;
    color: #434343;
    font-weight: 300;
}

:focus::-webkit-input-placeholder {
    color: transparent;
}

:focus:-moz-placeholder {
    color: transparent;
}

:focus::-moz-placeholder {
    color: transparent;
    opacity: 1;
}

:focus:-ms-input-placeholder {
    color: transparent;
}

.fb-eventify-form-control[disabled],
.fb-eventify-form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1;
}

.fb-eventify-form-control[disabled],
fieldset[disabled] .fb-eventify-form-control {
    cursor: not-allowed;
}

#fb-eventify textarea.fb-eventify-form-control {
    height: auto;
}

#fb-eventify input[type="search"] {
    -webkit-appearance: none;
}

#fb-eventify {
    padding: 40px 0;
}

.fb-eventify-list-content {
    border-bottom: 1px solid #d1d1d1;
    margin-bottom: 40px;
    padding-bottom: 35px;
}

.fb-eventify-search-form {
    background-color: #f5f5f5;
    margin-bottom: 40px;
    padding: 15px 20px 25px;
}

.fb-eventify-list-img {
    max-height: 150px;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}

.fb-eventify-list-img img {
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.fb-eventify-list-img:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.fb-eventify-search-form .fb-eventify-btn {
    margin-top: 32px;
}

/* .fb-eventify-content h2 a,
.fb-eventify-widget-content h3 a {
    color: #404040;
    text-decoration: none;
}

.fb-eventify-content h2 a:hover,
.fb-eventify-widget-content h3 a:hover {
    color: #2ec5a0;
}
*/
.fb-eventify-content-list{margin-left:0px!important;}
.fb-eventify-content-list li {
    display: inline-block;
    line-height: 26px;
    margin-right: 30px;
}

.fb-eventify-widget-content h3 {
    margin-bottom: 0.7rem !important;
}

.fb-eventify-left-sidebar {
    float: left;
    width: 24%;
}

.fb-eventify-has-left-sidebar {
    float: right;
    width: 74%;
}
.fb-eventify-right-sidebar .sidebar {
    margin-left: 0;
    width: 100%;
}

/*.sidebar {
    margin-left: 0 !important;
    width: 100% !important;
}*/

.fb-eventify-has-right-sidebar {
    float: left;
    width: 74%;
}

.fb-eventify-right-sidebar {
    float: right;
    width: 24%;
}

.fb-eventify-left-sidebar .sidebar {
    margin-left: 0;
    width: 100%;
}
 

.fb-eventify-content-list li:last-child {
    margin-right: 0;
}

.fb-eventify-content-list li i {
    color: #2ec5a0;
    margin-right: 4px;
}

.fb-eventify-content > a {
    font-weight: 500;
}

.fb-eventify-content > a:hover i,
.widget-link a:hover i {
    transform: translateX(3px);
}

.eventify-list-content-grid .grid-img,
.eventify-list-content-grid .grid-content,
.fb-eventify-detail .eventify-detail-img {
    margin-bottom: 35px;
}

.fb-eventify-content {
    display: table;
    width: 100%;
}

#fb-eventify .grid-content {
    display: block;
    min-height: 240px;
}

.fb-eventify-has-left-sidebar,
.fb-eventify-has-right-sidebar {
    padding-top: 0 !important;
}

.fb-eventify-detailed-content,
.fb-eventify-buy-ticket {
    display: table-cell;
    vertical-align: top;
}

.fb-eventify-buy-ticket {
    padding-left: 15px;
    text-align: right;
    vertical-align: top;
}

.fb-eventify-map-content {
    margin-bottom: 35px;
}

.fb-eventify-details {
    margin-bottom: 35px;
}

.fb-eventify-tab-list > li {
    display: inline-block;
}

.fb-eventify-tab-list a {
    background-color: #d7f0ea;
    color: #404040;
    font-size: 12px;
    line-height: 2;
    padding: 5px 15px 3px;
    text-align: center;
    text-transform: uppercase;
    width: 200px;
}

.fb-eventify-tab-list a:hover {
    background: #404040;
    color: #fff;
}

#fb-eventify .map-blog {
    margin-top: 30px;
}

.fb-eventify-widget-content {
    border-bottom: 1px solid #d1d1d1;
    margin-bottom: 20px;
}

.fb-eventify-widget-title {
    background-color: #2ec5a0;
    color: #fff;
    margin-bottom: 30px;
    padding: 12px 20px;
}

.fb-eventify-widget-title h3 {
    margin-bottom: 0;
}

.fb-eventify-widget-img {
    margin-bottom: 20px;
}

.widget-link {
    margin-bottom: 20px;
    text-align: right;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: left;
    font-size: 13px !important;
    padding: 0.5em 1em !important;
    text-decoration: none;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    background: #333 none repeat scroll 0 0 !important;
    color: #fff !important;
    text-decoration: none;
}

.wp-person a:focus .gravatar,
a:focus,
a:focus .media-icon img {
    box-shadow: none !important;
}

#fb-eventify-calendar-wrap-widget #fb-eventify-calendar tbody tr td {
    color: #666;
    font-size: 14px;
    height: 40px;
    padding: 5px;
    text-align: center;
    vertical-align: middle;
}

#fb-eventify-calendar tbody tr td:hover {
    background: #fafafa;
}

#fb-eventify-calendar-wrap-widget #fb-eventify-calendar tbody tr td.has-events {
    position: relative;
}

#fb-eventify-calendar-wrap-widget #fb-eventify-calendar tbody tr td.has-events::before {
    border-color: #2ec5a0 transparent transparent;
    border-style: solid;
    border-width: 12px 0 0 12px;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    top: 0;
    transform: rotate(269deg);
    width: 0;
}

#fb-eventify-calendar tbody tr td {
    color: #666;
    display: table-cell;
    font-size: 14px;
    font-weight: 500;
    height: 100px;
    padding: 15px 12px;
    vertical-align: top;
    width: 14.2857%;
}
 

.desktop-view tbody tr td.has-events a {
    display: block;
    height: auto;
}

#fb-eventify-calendar tbody tr .start.title {
    background-color: #444;
    border: medium none;
    color: #fff !important;
    font-weight: 500;
    height: auto;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
}

.fbeventify-cal-tooltip {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #c6c6c6;
    bottom: 90%;
    box-shadow: 1px 0 40px rgba(0, 0, 0, 0.11);
    padding: 15px;
    position: absolute;
    width: 350px;
    z-index: 555;
}

.fbeventify-cal-tooltip::before {
    bottom: -13px;
    color: #c6c6c6;
    content: "";
    display: block;
    font-family: "FontAwesome";
    left: 30px;
    position: absolute;
    transform: rotate(180deg);
    z-index: 5;
}

.fbeventify-cal-tooltip::after {
    background-color: #f1f1f1;
    bottom: -1px;
    content: "";
    height: 1px;
    left: 30px;
    position: absolute;
    width: 10px;
    z-index: 5;
}

.fbeventify-cal-tooltip h3 {
    color: #404040;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px;
}

.tooltip-meta {
    color: #2ec5a0;
    font-size: 12px;
    font-weight: 500;
}

.fbeventify-cal-tooltip-cotent {
    margin-top: 8px;
}

.fbeventify-cal-tooltip-cotent:before,
.fbeventify-cal-tooltip-cotent:after {
    content: "";
    display: table;
}

.fbeventify-cal-tooltip-cotent:after {
    clear: both;
}

#fb-eventify-calendar tbody tr td.has-events {
    color: #2ec5a0;
    /*cursor: pointer;*/
}

.fbeventify-cal-tooltip-cotent figure {
    float: left;
    margin-right: 15px;
    max-height: 90px;
    max-width: 90px;
    overflow: hidden;
}

.fbeventify-cal-tooltip-excerpt {
    color: #404040;
    float: left;
    font-size: 12px;
    font-weight: 300;
    line-height: 20px;
    margin-top: -5px;
    width: calc(100% - 105px);
}

.fbeventify-cal-event {
    border-bottom: 1px solid #c6c6c6;
    line-height: 17px;
    margin: 0 -13px;
    padding: 12px;
    position: relative;
}

.fbeventify-cal-event:last-child {
    border-bottom: medium none;
    margin-bottom: -15px;
}

.fb-eventify-cell-events a.fbeventify-tooltip-trigger,
.fb-eventify-cell-events p a {
    display: block;
    padding: 5px 12px;
}

.fb-eventify-cell-events a {
    color: #6ee0c4;
    color: #666;
    font-size: 12px;
}

.fb-eventify-cell-events a:hover {
    color: #404040;
    color: #6ee0c4;
}

.has-events .fbeventify-cal-tooltip h3:hover {
    color: #2ec5a0;
}

.fb-eventify-box-content > table {
    border-top: medium none;
    width:100%;
}

.fbeventify-box .header,
.fb-eventify-box .header {
    display: table;
    width: 100%;
}

.fbeventify-box .header a.prev,
.fbeventify-box .header a.next,
.fbeventify-box .header span.title,
.fb-eventify-box .header a.prev,
.fb-eventify-box .header a.next,
.fb-eventify-box .header span.title {
    display: table-cell;
    vertical-align: middle;
}

.fbeventify-box .header span.title,
.fb-eventify-box .header span.title {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
}

.fbeventify-box .header a,
.fb-eventify-box .header a {
    font-weight: 500;
}

.fbeventify-box .header a.next,
.fb-eventify-box .header a.next {
    text-align: right;
}

.fbeventify-box .header .prev i,
.fb-eventify-box .header .prev i {
    margin-right: 5px;
}

.fbeventify-box .header .next i,
.fb-eventify-box .header .next i {
    margin-left: 5px;
}

.fbeventify-box.table-top {
    margin-bottom: 40px;
}

#fb-eventify-calendar-wrap-widget .fbeventify-box.table-top {
    margin-bottom: 10px;
}

.comiseo-daterangepicker-triggerbutton.ui-button {
    border-radius: 3px;
    min-width: auto;
    padding: 10px;
    width: 100%;
}

.fb-eventify-pagination ul.page-numbers {
    text-align: center;
}

.fb-eventify-pagination ul.page-numbers li {
    display: inline-block;
    vertical-align: top;
}

.fb-eventify-pagination ul.page-numbers li a {
    background: none;
    border: 1px solid #ddd;
    border-radius: 3px;
    color: #2ec5a0;
    display: block;
    font-weight: 600;
    padding: 5px 15px;
}

.fb-eventify-pagination ul.page-numbers li .current {
    background: #2ec5a0;
    border: 1px solid #2ec5a0;
    border-radius: 3px;
    color: #fff;
    font-weight: 600;
    padding: 6px 15px;
    display: block;
}

.fb-eventify-pagination ul.page-numbers li a:hover,
.fb-eventify-pagination ul.page-numbers li a:focus {
    background: #2ec5a0;
    color: #fff !important;
}

.fb-eventify-list-img .paid,
.fb-eventify-list-img .free {
    color: #fff;
    font-size: 13px;
    left: -45%;
    padding: 5px 20px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 10px;
    transform: rotate(-40deg);
    width: 100%;
    z-index: 10;
}
 

.fb-eventify-list-img .paid {
    background-color: #069572;
}

.fb-eventify-list-img .free {
    background-color: #529ad1;
}

.fb-eventify-list-img:hover .paid,
.fb-eventify-list-img:hover .free {
    /*transform: scale(0);*/
}

.fb-eventify-keyword,
.fb-eventify-date,
.fb-eventify-location,
.fb-eventify-submit {
    float: left;
    margin-right: 2%;
    width: 23%;
}

.fb-eventify-submit {
    margin-right: 0;
}

.from {
    float: left;
    margin-right: 2.5%;
    width: 47.5%;
}

.to {
    float: left;
    margin-left: 2.5%;
    width: 47.5%;
}

.fb-eventify-has-sidebar .fb-eventify-keyword,
.fb-eventify-has-sidebar .fb-eventify-location {
    width: 20%;
}

.fb-eventify-has-sidebar .fb-eventify-date {
    width: 31%;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    background: #f6f6f6 none repeat scroll 0 0;
    border: 1px solid #c5c5c5;
    color: #454545;
    font-weight: normal;
    text-align: center;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    background: #2ec5a0 none repeat scroll 0 0;
    border: 1px solid #2ec5a0;
    color: #fff;
}

.fb-eventify-cell-events p {
    margin-bottom: -10px;
}


#fb-eventify .lSAction > a, .fb-eventify-ue-list .lSAction > a{ border-radius: 50%; box-shadow: 0 0 10px rgba(0,0,0,0.08); opacity: 0;}
#fb-eventify .lSSlideWrapper:hover .lSAction > a, .fb-eventify-ue-list:hover .lSAction > a{ opacity: 1; }


#fb-eventify .lSAction > a.lSNext, .fb-eventify-ue-list .lSAction > a.lSNext{  background: #929292 url('arrow-right.png') no-repeat center;  }
#fb-eventify .lSAction > a.lSPrev, .fb-eventify-ue-list .lSAction > a.lSPrev{ background: #929292 url('arrow-left.png') no-repeat center; }

.fb-eventify-ue-list .lSSlideOuter .lSPager.lSpg,
.hide-pager.fb-eventify-ue-list .lSAction > a { display: none; }


/******************************** 
    Responsive Style sheets 
********************************/

@media(max-width: 414px) {
    #fb-eventify h1 {
        font-size: 22px;
    }
    #fb-eventify h2 {
        font-size: 18px;
    }
    .fb-eventify-detailed-content,
    .fb-eventify-buy-ticket {
        display: block;
    }
    .fb-eventify-buy-ticket {
        margin-bottom: 15px;
        padding-left: 0;
        text-align: left;
    }
    #fb-eventify-calendar tbody tr .start.title {
        font-size: 13px;
        height: auto;
        padding: 10px 4px;
    }
    .fb-eventify-pagination ul.page-numbers li a,
    .fb-eventify-pagination ul.page-numbers li .current {
        padding: 1px 10px;
    }
    .fb-eventify-content-list {
        font-size: 13px;
    }
    .fbeventify-box .header span.title,
    .fb-eventify-box .header span.title {
        font-size: 18px;
    }
    .fbeventify-map-holder.single-map {
        height: 300px !important;
    }
}

@media(max-width: 767px) {
    #fb-eventify h1 {
        margin-bottom: 15px;
    }
    .fb-eventify-form-control {
        margin-bottom: 15px;
    }
    .fb-eventify-3,
    .fb-eventify-5,
    .fb-eventify-6,
    .fb-eventify-7,
    .fb-eventify-10 {
        width: 100%;
    }
    .fb-eventify-search-form .fb-eventify-btn {
        margin-top: 0;
    }
    .fb-eventify-search-form {
        margin-bottom: 20px;
    }
    .fb-eventify-list-img {
        margin-bottom: 20px;
    }
    .fb-eventify-list-content {
        margin-bottom: 25px;
        padding-bottom: 10px;
    }
    .eventify-list-content-grid .grid-img,
    .eventify-list-content-grid .grid-content,
    .fb-eventify-detail .eventify-detail-img {
        margin-bottom: 22px;
    }
    .fb-eventify-search-form {
        margin-bottom: 20px;
    }
    .grid-content {
        border-bottom: 1px solid #d1d1d1;
        padding-bottom: 10px;
    }
    .fb-eventify-list-img {
        max-width: 360px;
    }
    .fb-eventify-list-img.grid-img {
        max-width: 460px;
    }
    .fb-eventify-details,
    .fb-eventify-tab-list {
        margin-bottom: 20px;
    }
    .fb-eventify-tab-list > li {
        display: inline-block;
        float: left;
        margin: 0 5px 8px 0;
    }
    .fb-eventify-buy-ticket {
        vertical-align: top;
    }
    .map-blog {
        margin: 20px 0 25px;
    }
    .fb-eventify-widget-title {
        margin-bottom: 20px;
    }
    .fb-eventify-keyword,
    .fb-eventify-date,
    .fb-eventify-location,
    .fb-eventify-submit {
        float: left;
        margin-right: 0;
        width: 100%;
    }
    .fb-eventify-has-sidebar .fb-eventify-keyword,
    .fb-eventify-has-sidebar .fb-eventify-location,
    .fb-eventify-has-sidebar .fb-eventify-date {
        width: 100%;
    }
    .fb-eventify-pagination ul.page-numbers {
        margin: 15px 0;
    }
    #fb-eventify-calendar tbody tr td {
        font-size: 14px;
        height: 40px;
        padding: 0;
        text-align: center;
        vertical-align: middle;
    }
    #fb-eventify-calendar tbody tr td.has-events a {
        display: block;
        height: 40px;
        line-height: 40px;
    }
    #fb-eventify-calendar tbody tr td.has-events {
        position: relative;
    }
    #fb-eventify-calendar tbody tr td.has-events::before {
        border-color: #2ec5a0 transparent transparent;
        border-style: solid;
        border-width: 12px 0 0 12px;
        content: "";
        height: 0;
        left: 0;
        position: absolute;
        top: 0;
        transform: rotate(269deg);
        width: 0;
    }
    .fb-eventify-content h2 {
        line-height: 25px;
    }
}

@media (min-width: 415px) and (max-width: 767px) {
    #fb-eventify h1 {
        font-size: 26px;
    }
    #fb-eventify h2 {
        font-size: 20px;
    }
}

@media (min-width: 992px) and (max-width: 1024px) {}

@media (min-width: 768px) and (max-width: 991px) {
    .fb-eventify-10 {
        width: 100%;
    }
    .fb-eventify-pagination ul.page-numbers {
        margin: 20px 0;
    }
    .fb-eventify-has-sidebar .fb-eventify-keyword,
    .fb-eventify-has-sidebar .fb-eventify-location,
    .fb-eventify-has-sidebar .fb-eventify-date {
        width: 48%;
    }
}

@media (max-width: 991px) {
    #fb-eventify ul {
        margin: 0 0 7px;
    }
    #fb-eventify p {
        margin: 0 0 10px;
    }
    #fb-eventify {
        padding: 20px 0 0;
    }
    .fb-eventify-list-content:last-child {
        margin-bottom: 15px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    #fb-eventify h1 {
        font-size: 25px;
        margin-bottom: 20px;
    }
    #fb-eventify h2 {
        font-size: 20px;
    }
    .fb-eventify-btn {
        padding: 10px 20px;
    }
    .fb-eventify-content h2 {
        margin-bottom: 5px;
    }
    .fb-eventify-list-content {
        border-bottom: 1px solid #ccc;
        margin-bottom: 25px;
        padding-bottom: 12px;
    }
    .fb-eventify-list-img {
        max-width: 360px;
    }
    .fb-eventify-list-img.grid-img {
        max-width: 460px;
    }
    .fb-eventify-search-form {
        margin-bottom: 20px;
    }
    .fb-eventify-keyword,
    .fb-eventify-date,
    .fb-eventify-location,
    .fb-eventify-submit {
        width: 30%;
    }

}

@media (max-width: 1024px) {
    .entry-content .lightSlider  h2{ font-size: 1.5rem; }
}
