/** Tribe common **/
:root {
--tec-color-icon-focus: #0A89BD;
--tec-color-event-icon-hover: #0A89BD;
--tec-color-accent-primary: #0A89BD;
--tec-color-accent-primary-hover: rgba(0,0,0,.8);
--tec-color-accent-primary-active: rgba(0,0,0,.9);
--tec-color-link-accent-hover: rgba(0,0,0,.8);
}
/** Events Calendar List View **/
.tribe-common .wec_list{
    max-width: 1176px;
    margin: 0px auto;
}
.tribe-common .wec_list_fallback{
    background-color: #eee;
    padding: 20px;
    margin: 30px 0;
}
.tribe-common .wec_list_item {
    display: flex;
    position: relative;
    width: 100%;
}

.tribe-common .wec_list_item_thumbnail {
    height: 200px;
    width: 350px;
    overflow: hidden;
    position: relative;
}

.tribe-common .wec_list_item_thumbnail .wec_list_item_thumbnail_image,
.tribe-common.wec_related-events .wec_list_item_thumbnail img.attachment-large.size-large.wp-post-image {
  width: 350px;
  height: 200px;
  display: block;
  object-position: center;
  object-fit: cover; 
}

.tribe-common .wec_list_item_thumbnail img {
    border: 5px solid #ccc;
}

.tribe-common .wec_list_timedate{
    position: absolute;
    bottom: 5px;
    left: 5px;
}

.tribe-common .wec_list_timedate_bg {
    text-transform: uppercase;
    width: 80px;
    height: 80px;
    background: #000;
    color: #fff;
    position: relative;
    font-family: 'Oswald';
    text-transform: uppercase;
}

.tribe-common .wec_list_datebox {
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    width: 70px;
}

.tribe-common .wec_list_date_start_daymonth {
    font-size: 14px;
    font-weight: bold;
}

.tribe-common .wec_list_date_start_daynum {
    font-size: 45px;
    font-weight: bold;
    line-height: 1;
}

.tribe-common .wec_list_date_start, 
.tribe-common .wec_list_date_space, 
.tribe-common .wec_list_date_end {
    line-height: 1;
    font-size: 18px;
    font-weight: bold;
}


.tribe-common .wec_list_featured {
    background-color: #f00;
    color: white;
    text-align: center;
    padding: 10px;
    display: inline-block;
}

.tribe-common .wec_list_title_des {
    padding: 0 20px;
    max-width: 520px;
}

.tribe-common .wec_list_title {
    display: block;
    display: -webkit-box;
    max-width: 100%;
    margin: 0px auto 15px;
    font-size: 25px;
    line-height: 1.1;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tribe-common .wec_list_excerpt {
    display: block;
    display: -webkit-box;
    max-width: 100%;
    margin: 0 auto 30px;
    line-height: 1;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tribe-common .wec_list_excerpt p {
    font-size: 18px;
}

.tribe-common-anchor-thin-alt a {
color: #2b2b2b;
text-decoration: none;
}

.tribe-common .wec_list_item_thumbnail img {
border: 0px;
}


.tribe-common .wec_list_readmore {
    padding: 5px 10px;
    border: none;
    background-color: #4b4957;
    color: #fff !important;
    text-decoration: none;
    font-family: 'Oswald';
    border-radius: 5px;
    line-height: 1;
text-transform: uppercase;
}


.tribe-events-back a, .tribe-events-back a:visited {
    color: var(--tec-color-text-primary);
    font-family: 'Oswald';
    background-color: #000;
    font-size: 15px;
    font-weight: var(--tec-font-weight-bold);
    text-decoration: none;
    color: #fff;
    padding: 10px;
    margin: 0px;
}

.tribe-common .wec_list_meta_item {
    margin: 5px 0;
    font-family: 'Roboto';
}

.tribe-common .wec_list_meta {
    position: inherit;
    left: 15px;
    width: 250px;
}

.tribe-common .wec_list_meta span {
    margin: 10px;
}

.tribe-common .wec_list_meta.wec_list_meta_item_venue span {
    margin: 0;
}
.wec_list_meta_item.wec_list_meta_item_venue a.wec_list_meta_item_venue_url span.badge {
    white-space: break-spaces;
    text-align: left;
}

.tribe-common a.wec_list_meta_item_category_url{
    text-decoration: none;
}
.tribe-common .wec_list_meta_item_location {
    padding: 5px;
    background-color: #869FAB;
    color: #fff;
    width: fit-content;
    font-weight: bold;
}

.tribe-common .wec_list_meta_item_location a.wec_list_meta_item_location_url{
    padding: 0;
    background-color: #869FAB;
    color: #fff;
    text-decoration: none;
}

@media screen and (max-width: 896px){
    .tribe-common .wec_list{
        max-width: 896px;
    }
    .tribe-common .wec_list_item{
        flex-direction: column;
    }
    .tribe-common .wec_list_item .wec_list_item_thumbnail{
        width: 100%;
        height: 250px;
    }
    .tribe-common .wec_list_item .wec_list_item_thumbnail .wec_list_item_thumbnail_image{
        height: 250px;
        object-fit: cover;
        object-position: center;
    }
    .tribe-common .wec_list_title{
        margin: 20px 0;
    }
    .tribe-common .wec_list_title_des{
        padding: 0 10px 20px;
        max-width: 100%;
    }
    .tribe-common .wec_list_meta{
        position: static;
        padding: 0px 10px;
    }
}
/** End Events Calendar List View **/
/** Start Events Calendar Single Page View **/
#wec-single-events  .tribe-events-notices {
    margin: 0 0 20px;
    padding: 10px 20px;
    background: rgba(255, 234, 68, 0.46);
    border-radius: 5px;
}
#wec-single-events p.tribe-events-back{
    margin-top: 0px;
display: none;
}

#wec-single-events .wec_single_header_meta {
    font-family: 'Oswald';
}

#wec-single-events .wec_list_meta_item_categories a {
text-decoration: none;
}

#wec-single-events .wec_single_meta_items a {
text-decoration: none;
}

#wec-single-events .wec_single_thumbnail {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    max-height: 768px;
    min-height: 450px;
}
#wec-single-events .wec_single_thumbnail .tribe-events-event-image{
    margin-bottom: 0;
}
#wec-single-events .wec_single_thumbnail .tribe-events-event-image img {
    width: 100%;
    max-height: 768px;
    min-height: 450px;
    object-fit: cover;
    object-position: center;
}
#wec-single-events .wec_single_title {
    line-height: 1;
    font-size: 50px;
}
#wec-single-events .wec_single_datebox {
    width: 120px;
    height: 120px;
    background: #040404;
    color: #ffffff;
    position: relative;
    margin: 0 auto;
    font-family: 'Oswald';
    text-transform: uppercase;
}

#wec-single-events .wec_single_datetime {
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    width: 100px;
}

#wec-single-events .wec_single_daymonth {
    font-size: 14px;
    font-weight: bold;
}

#wec-single-events .wec_single_daynum {
    font-size: 45px;
    font-weight: bold;
    line-height: 1;
}

#wec-single-events .wec_single_startdate, 
#wec-single-events .wec_single_vs, 
#wec-single-events .wec_single_enddate {
    line-height: 1;
    font-size: 25px;
    font-weight: bold;
}

#wec-single-events .wec_single_header {
    background: #EFEFEF;
    padding: 60px 0;
}

#wec-single-events .wec_single_header_meta > div {
    margin: 5px 0;
}

#wec-single-events .wec_single_map,
#wec-single-events .wec_single_map iframe{
    width: 100%;
    height: 450px;
    border: 0;
    padding: 0;
}

#wec-single-events .wec_single_metas{
    background-color: #eee;
}
#wec-single-events .wec_single_meta {
    padding: 30px;
}
#wec-single-events .wec_single_meta_title{
    font-size: 22px;
    font-weight: bold;
    color: #000;
    text-transform: capitalize;
}
#wec-single-events .wec_single_header_meta_location .badge {
    font-size: 18px;
    font-weight: bold;
    white-space: break-spaces;
    text-align: left;
    line-height: 1.2;
}
#wec-single-events .wec_single_descriptions{
    padding: 30px;
}

nav.tribe-events-nav-pagination {
    display: table;
    width: 100%;
}

ul.tribe-events-sub-nav {
    display: table-row;
    list-style: none;
}

li.tribe-events-nav-previous {
    display: table-cell;
    width: 50%;
    list-style: none;
}

li.tribe-events-nav-next {
    text-align: right;
}


.tribe-common .badge,
#wec-single-events .badge {
    display: inline-block;
    padding: .25em .4em !important;
    font-size: 100%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin: 0;
    font-family: 'Oswald';
}
.tribe-common .badge-info,
#wec-single-events .badge-info {
    color: #fff;
    background-color: #4f46e5cc;
}


@media screen and (max-width: 896px){
	#wec-single-events .wec_single_datebox{margin: 0}
}
/** End Events Calendar Single Page View **/



/*** Related Events **/
.tribe-common.wec_related-events .wec_list {
    margin: 0 auto;
}

/**** Tribe Common Css Override **/
button.tribe-common-c-btn.tribe-events-c-search__button {
    font-family: 'Oswald' !important;
    background: #000 !important;
    color: #fff !important;
    width: 130px !important;
}
button.tribe-common-c-btn.tribe-events-c-search__button:hover,
button.tribe-common-c-btn.tribe-events-c-search__button:focus {
	width: 130px !important;
	background: #000 !important;
    box-shadow: none !important;
    transform: none !important;
}

button.tribe-common-c-btn.tribe-events-c-search__button:before, 
button.tribe-common-c-btn.tribe-events-c-search__button:after {
  display: block;
  content: " ";
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: none;
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  transition: opacity 200ms ease-in-out;
}

button.tribe-common-c-btn.tribe-events-c-search__button:before {
  top: -0.125rem;
  left: 0;
}

button.tribe-common-c-btn.tribe-events-c-search__button:after {
  bottom: 0;
  right: 0;
}

button.tribe-common-c-btn.tribe-events-c-search__button:hover:before {
  width: 130px;
  height: 100%;
  opacity: 1;
  border-top: 3px solid #FFCC0D;
  border-right: 3px solid #FFCC0D;
  transition: width 300ms cubic-bezier(0.07, 0.62, 0.61, 1), height 150ms 300ms cubic-bezier(0.07, 0.62, 0.61, 1);
}

button.tribe-common-c-btn.tribe-events-c-search__button:hover:after {
  width: 130px;
  height: 100%;
  opacity: 1;
  border-bottom: 3px solid #FFCC0D;
  border-left: 3px solid #FFCC0D;
  transition: width 300ms cubic-bezier(0.07, 0.62, 0.61, 1), height 150ms 300ms cubic-bezier(0.07, 0.62, 0.61, 1);
}

button.tribe-events-c-events-bar__filter-button{
	box-shadow: none !important;
    transform: none !important;
}
.tribe-filter-bar__filters-slider-wrapper.tribe-swiper-wrapper {
    margin: 5px;
}
.single-tribe_events .tribe-events .tribe-events-c-subscribe-dropdown__container, 
.single-tribe_events .tribe-events-c-subscribe-dropdown__button{
	width: 250px !important;
}
.single-tribe_events .tribe-events-c-subscribe-dropdown__button{
	font-family: 'Oswald';
}
input#tribe-events-events-bar-keyword:focus {
    box-shadow: none !important;
}
.tribe-events-pro .tribe-events-pro-week-grid__event{
	position: static !important;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--labels .tribe-events-c-view-selector__list-item-link{
	padding: 8px 20px !important;
}

/*** caption work **/
#wec-single-events .wec_single_thumbnail {
    position: relative;
}
#wec-single-events .wec_single_thumbnail .tribe-events-event-image{
    z-index: 1;
    position: relative;
}
.wec-single-full-width-image .wec-events-image-caption, 
#wec-single-events .wec_single_thumbnail .wec-events-image-caption {
    position: absolute;
    bottom: 0;
    color: #000;
    z-index: 2;
    right: 0;
    background: #fff;
    padding: 2px 10px;
    border-radius: 2px;
    margin-right: 5px;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-family: var(--font_titles-font-family);
    font-size: 20px;
}


/*** recent works **/
.wpdevs_events_before_header {
    margin-bottom: 30px !important;
}

.wec-venue-header-title{
    order: 1 !important;
    margin-bottom: 32px !important;
}
body.tribe_venue-template-default.single.single-tribe_venue div#wpdevs-filter-tab{
    order: 2 !important;
}
body.tribe_venue-template-default.single.single-tribe_venue header.tribe-events-header .tribe-events-header__breadcrumbs.tribe-events-c-breadcrumbs{
    order: 3 !important;
    margin-top: 30px;
    margin-bottom: 0;
}

div#tribe-events-view-selector-content {
    width: 150px;
}
.wec-single-full-width-image{
	position: relative;
}

body.tribe_events-template-default.single.single-tribe_events #tribe-events-pg-template {
    margin-top: -30px !important;
    max-width: 100%;
    padding: 0;
}

#wec-single-events{
	margin: 0 auto;
    max-width: 1048px;
    padding: var(--tec-spacer-8) var(--tec-spacer-4) var(--tec-spacer-4);
}

.wec-single-full-width-image .tribe-events-event-image{
    max-height: 550px;
    height: 100%;
}

.wec-single-full-width-image .tribe-events-event-image img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    max-height: 550px;
}
#wec-single-events {
    padding-top: 0;
    margin-top: -32px;
}

.wpdevs_events_before_header,
.wpdevs_events_after_footer {
    max-width: 1170px;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
}

.wpdevs_events_after_footer .grid-4 {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 30px;
}

.wpdevs_events_after_footer header.section-header {
    padding: 0px 15px 30px;
}

.wpdevs_events_after_footer a.wec-view-all-posts {
    color: #000;
    border: 1px solid #000;
    padding: 10px 20px;
    transform: translateX(0);
}

.wpdevs_events_after_footer a.wec-view-all-posts:hover {
    box-shadow: 1px 1px #000, 2px 2px #000, 2px 2px #000;
    transform: translateX(-3px);
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    margin-left: -1px;
    transition: 0.1s;
}

.tribe-filter-bar .tribe-filter-bar-c-pill--button .tribe-filter-bar-c-pill__pill:hover, 
.tribe-filter-bar .tribe-filter-bar-c-pill--button .tribe-filter-bar-c-pill__pill:focus,
.tribe-common--breakpoint-medium .tribe-filter-bar .tribe-filter-bar-c-clear-button:hover,
.tribe-common--breakpoint-medium .tribe-filter-bar .tribe-filter-bar-c-clear-button:focus {
    outline: 0 !important;
    box-shadow: none !important;
    transition: none !important;
    transform: none !important;
}
.tribe-filter-bar .tribe-filter-bar-c-pill--has-selections .tribe-filter-bar-c-pill__remove-button:hover,
.tribe-filter-bar .tribe-filter-bar-c-pill--has-selections .tribe-filter-bar-c-pill__remove-button:focus{
    outline: 0 !important;
    box-shadow: none !important;
}

.tribe-common-l-container.tribe-events-l-container {
    padding-top: 10px !important;
}

.tribe-common .tribe-events .wec_list .tribe-events-header__messages:not(.tribe-events-header__messages--mobile) {
    display: block !important;
}

.tribe-events-c-events-bar__views {
    display: none !important;
}

/************* FILTER BAR & FILTER TAB ****************/
.tribe-common #wpdevs-filter-tab{
    max-width: 1176px;
    width: 100%;
}
.tribe-common #wpdevs-filter-tab button:hover,
.tribe-common #wpdevs-filter-tab button:focus{
    outline: none !important;
    border: 0 !important;
    box-shadow: none !important;
    transform: none !important;
}
.tribe-common #wpdevs-filterbar, 
.tribe-common #wpdevs-advance-filterbar {
    max-width: 1176px;
    position: relative;
    background: #869FAB;
    padding: 15px 20px;
    width: 100%;
    margin-top: -1px;
}
.tribe-common .wpdevs-filtervar-container{
    max-width: 1176px;
    overflow: hidden;
    position: relative;
}
.tribe-common .wpdevs-filterbar-main {
    display: flex;
    flex-direction: row;
}
.tribe-common .wpdevs-filterbar-main a{
    font-size: 30px;
    text-decoration: none;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    font-family: sans-serif;
    text-align: center;
    display: flex;
    flex-direction: column;
    margin-left: 2px;
    margin-right: 2px;
    background: #ddd;
    padding: 10px;
    flex: none;
}
.tribe-common .wpdevs-filterbar-main a span:last-child {
    font-size: 17px;
}
.tribe-common #wpdevs-filterbar button.wpdevs-filterbar-left-button {
    position: absolute;
    outline: none;
    border: 0;
    width: 40px;
    top: 0;
    bottom: 0;
    left: 19px;
    cursor: pointer;
    display: none;
    background-image: -webkit-gradient(linear,right top,left top,from(rgba(134,159,171,0)),to(#869fab));
    background-image: linear-gradient(270deg,rgba(134,159,171,0),#869fab);
    background-color: transparent;
    
}
.tribe-common #wpdevs-filterbar button.wpdevs-filterbar-right-button {
    position: absolute;
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(134,159,171,0)),to(#869fab));
    background-image: linear-gradient(90deg,rgba(134,159,171,0),#869fab);
    outline: none;
    border: 0;
    width: 40px;
    top: 0;
    bottom: 0;
    right: 19px;
    cursor: pointer;
    background-color: transparent;
}
.tribe-common .wpdevs-filterbar-main a.wpdevs_filter_button.selected{
    background-color: #000;
    color: #fff;
}
.tribe-common .wpdevs-filter-tab-button {
    background: #ddd;
    border: 0;
    outline: none;
    margin: 0;
    padding: 10px 20px;
    display: inline;
    font-size: 18px;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: bold;
    color: #000;
}
.tribe-common .wpdevs-filter-tab-button.wpdevs-tab-active {
    background: #869FAB;
    color: #fff;
}
.tribe-common .wpdevs-filter-tab-button.wpdevs-filter-tab-button-monthly {
    margin-left: 40px;
}
.tribe-common .wpdevs-filter-tab-button.wpdevs-filter-tab-button-advanced {
  margin-left: -5px;
}


.tribe-common .tribe-filter-bar.tribe-filter-bar--horizontal.tribe-filter-bar--open {
    background: #869FAB;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-top: 0px;
}

.tribe-events .tribe-events-c-events-bar__search-container {
    background-color: #869fab;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-search{
    background-color: #fff;
}


.wpdevs_overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 999;
}

.wpdevs_loader {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-45%, -50%);
}
.wpdevs_upcoming_events_title{
    margin-bottom: 10px;
}
.wpdevs_upcoming_events_subtitle {
    font-size: 20px;
}

@media screen and (min-width: 320px) and (max-width: 479px){
    #wpdevs-filter-tab .wpdevs-filter-tab-button{
        font-size: 10px !important;
        padding: 10px !important;
    }
}
@media screen and (max-width: 1023px){
    .tribe-events .wec_list .tribe-events-header__messages:not(.tribe-events-header__messages--mobile){
        display: block !important;
    }
    .tribe-events .tribe-events-header{
        padding: 0 !important;
    }
}