/* single art_deco_event */
.art_deco_event-breadcrub{
    border-radius: 2px;
    padding: 9px 15px 6px;
    font-size: 11px;
    color: #8d8d8d;
    letter-spacing: 0;
    text-transform: none;
    font-weight: 500;
    margin: auto 0 33px 0;
    border: 1px solid #e6e6e6;
    box-shadow: 0 2px 0 0 rgba(0,0,0,.025);
}
.art_deco_event-breadcrub a{

}
.art_deco_event{
    display: grid;
    grid-template-columns: 70fr 30fr;
    grid-gap: 30px;
}

@media(max-width:768px){
    .art_deco_event{

        grid-template-columns: 1fr;

    }
}
.art_deco_event__main{

}
.art_deco_event__main-thumb{
    max-height: 400px;
    overflow: hidden;
    position: relative;
}
.art_deco_event__main-thumb img{
    width: 100%;
    height: auto;
}
.art_deco_event__main-label{
    position: absolute;
    background: #04DE78;
    padding: 5px 50px;
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;

    width: 100%;
    text-align: center;
    transform-origin: center;
    top:50px;
    right:-50px;
    transform: rotateZ(45deg) translateX(-11px);
}
.art_deco_event__main-label-wrapper{
    position: absolute;
    right: 0;
    top: 0;
    width:200px;
    height:200px;
}

.art_deco_event__main-title{
    margin-top: 0;
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 33px;
    font-family: Montserrat,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;
    color: #171c24;
    margin-top: 40px;
}
.art_deco_event__main-label-wrapper.horizontal-bar{
    position: relative;
    height: 25px;
    width:100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.art_deco_event__main-label-wrapper.horizontal-bar .art_deco_event__main-label{
    position: relative;
    background: #04DE78;
    padding: 0px;
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;

    width: 100%;
    text-align: center;
    transform-origin: center;
    top:auto;
    right: auto;
    transform: none;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.art_deco_event__main-content{
    padding-bottom: 40px;
}
.art_deco_event__main-calender{
    margin-bottom: 30px;
    padding: 20px 30px;
    background: #fff;
    border: 1px solid #e6e6e6;
    box-shadow: 0 2px 0 0 rgba(0,0,0,.016);
}
.art_deco_event__main-calender ul {
    padding-left: 0;
    margin: 15px 5px;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media(max-width:767px){
    .art_deco_event__main-calender ul {
        flex-direction: column;
    }
    .art_deco_event__main-calender ul li a{
        margin-bottom: 20px;
        display: inline-block;
    }
}
.art_deco_event__main-calender ul a{

        background: #fff;
        padding: 12px 34px;
        font-size: 13px;
        font-weight: 400;
        letter-spacing: 0;
        border: 1px solid #e3e3e3;
        margin-right: 10px;
        transition: .3s;
}

.art_deco_event__main-calender ul a:hover{
  color:#fff;
  background: #ac8155;;
}

.art_deco_event__main-hourly-schedule{
    margin-bottom: 30px;
    padding: 20px 30px;
    background: #fff;
    border: 1px solid #e6e6e6;
    box-shadow: 0 2px 0 0 rgba(0,0,0,.016);
    font-family: Montserrat,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;

}
.art_deco_event__main-hourly-schedule.multi-day-event{

}
.art_deco_event__main-hourly-schedule.multi-day-event .art_deco_event__main-hourly-schedule-content{
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    margin-left: 25px;
    margin-bottom: 35px;
}
.art_deco_event__main-hourly-schedule.multi-day-event .art_deco_event__main-hourly-schedule-content dl{
    font-family: Montserrat,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;
    color: #ac8155;
    padding-left: 15px;
}
.art_deco_event__main-hourly-schedule.single-day-event .art_deco_event__main-hourly-schedule-content{
    border-left: 4px solid #f0f0f0;
    padding-top: 10px;
    margin-top: 30px;
    margin-left: 25px;
    margin-bottom: 20px;
    color: #8a8a8a;
}
.art_deco_event__main-hourly-schedule.single-day-event .art_deco_event__main-hourly-schedule-content dl{
    padding-left: 24px;
    font-size: 12px;
    position: relative;
    margin-bottom: 35px;
}
.art_deco_event__main-hourly-schedule.single-day-event .art_deco_event__main-hourly-schedule-content dl:before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 4px;
    width: 20px;
    height: 0;
    border-top: 4px solid #f0f0f0;
}
.art_deco_event__main-hourly-schedule.single-day-event .art_deco_event__main-hourly-schedule-start-time,
.art_deco_event__main-hourly-schedule.single-day-event .art_deco_event__main-hourly-schedule-end-time{
    color: #ac8155;
}
.art_deco_event__main-hourly-schedule-title{
    display: block;
}
.art_deco_event__main-hourly-schedule-desc{
    display: block;
}
.art_deco_event__main-hourly-schedule--title{

    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    padding-bottom: 5px;
    color: #313131;
    border-bottom: 4px solid #ebebeb;
    width: 100%;
    display: block;
    padding-bottom: 10px;
    position: relative;
    font-family: Montserrat,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;
    text-align: center;
    font-style: inherit;
    letter-spacing: normal;
}
.art_deco_event__main-hourly-schedule--title:before{
    padding: 1px 35px;
    border-bottom: 4px solid #ac8155;
    font-size: 6px;
    content: "";
    text-align: center;
    position: absolute;
    bottom: -4px;
    margin-left: -35px;
    left: 50%;
}
.art_deco_event__aside .aside-wrapper{
    margin-bottom: 30px;
    padding: 20px 30px;
    background: #fff;
    border: 1px solid #e6e6e6;
    box-shadow: 0 2px 0 0 rgba(0,0,0,.016);

}

.art_deco_event__aside-box{
    background: #f7f7f7;
    padding: 12px 14px 8px;
    margin-bottom: 12px;
    vertical-align: baseline;
    position: relative;
}
.aside__title{
    line-height: 1.2;
    margin-bottom: 8px;
    font-family: Montserrat,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;
    color: #171c24;
    font-style: inherit;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 5px;
    display: inline;
    color: #000;
    padding-left: 10px;
}

.art_deco-icon:before{
    color: #ac8155;
    font-size: 20px;
    vertical-align: middle;
}
.art_deco_event__aside-box dd{
    margin: 0;
    padding-left: 35px;
    font-size: 14px;
    color: #8d8d8d;
}
.art_deco_event-categories a{
    display: block;
}

.art_deco_event__aside-social{
    font-family: Montserrat,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;
    margin-bottom: 30px;
    padding: 20px 30px;
    background: #fff;
    border: 1px solid #e6e6e6;
    box-shadow: 0 2px 0 0 rgba(0,0,0,.016);
}
.art_deco_event__aside-social-title{
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    padding-bottom: 5px;
    color: #313131;
    border-bottom: 4px solid #ebebeb;
    width: 100%;
    display: block;
    padding-bottom: 10px;
    position: relative;
    font-family: Montserrat,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;
    text-align: center;
    font-style: inherit;
    letter-spacing: normal;
}
.art_deco_event__aside-social-title:before{
    padding: 1px 35px;
    border-bottom: 4px solid #ac8155;
    font-size: 6px;
    content: "";
    text-align: center;
    position: absolute;
    bottom: -4px;
    margin-left: -35px;
    left: 50%;
}
.art_deco-location-address{
    font-size: 12px;
}
.art_deco_event__aside-social .addtoany_shortcode{
 text-align: center;
 margin: 30px 0 10px;
}


.art_deco_event__aside-button{
    border-bottom: none;
    letter-spacing: .5px;
    line-height: 48px;
    height: 76px;
    transition: all .5s ease;
    color: #fff;
    padding: 16px;
    display: block;
    text-align: center;
    font-size: 16px;
    border-radius: 2px;
    box-shadow: 0 1px 2px rgba(0,0,0,.15);
    background-color: #ac8155;
}
.art_deco_event__aside-button:hover{
    color: #fff;
}
/* event archive */


.art_deco_event_archive-title{

}

.art_deco_event_archive-desc{
    margin-bottom: 40px;
}
.art_deco_event-archive-container{
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}


.masonry,
.masonry *{
 box-sizing: border-box !important;
}


.masonry { /* Masonry container */
    /* column-count: 3;
    column-gap: 30px; */
    max-width: 1140px;
    margin: auto;
  }

  .masonry__item { /* Masonry bricks or child elements */
    background-color: #fff;
    display: block;
    float: left;
    width: calc(33% - 30px) ;
    margin: 0 0px 30px;
    height: auto;
    border: 1px solid #eee;
    box-shadow: 0 6px 12px -4px rgba(0,0,0,.05);
  }

  @media(min-width:768px){
    .masonry__item {
        margin: 0 15px 30px;
    }
  }
  .masonry__item .module-link{
    display: flex;
    flex-direction: column;
  }

  @media(max-width: 1300px){
    .masonry__item {
        width: calc(50% - 30px) ;
    }
  }

  @media(max-width: 768px){
    .masonry__item {
        width: 100%;
    }
  }
.masonry__item-thumb{
    max-height: 400px;
    overflow: hidden;
    position: relative;
    background-repeat: no-repeat !important;
    height:200px;
    background-size: cover !important;

}
.masonry__item-thumb img{
    width: 100%;
    height: auto;

}
.masonry__item-event-meta{
    padding: 14px;
    min-height: 79px;
    margin-bottom: 10px;
    text-align: left;
    background: #f9f9f9;
    border-bottom: 1px solid #eee;
}
.masonry__item-content{
    padding: 0 20px 20px;
}

.masonry__item-content-desc{
    color: #767676;
    padding: 35px 15px 10px;
    text-align: left;
}

.masonry__item-content-desc a h4{
    font-family: Montserrat,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;
    color: #171c24 !important;
    font-family: 'Montserrat',sans-serif;
    font-weight: 400 !important;
    text-transform: none;
    font-size: 20px;
    text-transform: initial !important;
}

.masonry__item-content-desc p{
    font-size: 15px;
    color: #9a9a9a;
    line-height: 1.54;
}

.masonry__item-content-desc .event-link{
    font-size: 12px;
    padding: 0 31px;
    line-height: 49px;
    height: 50px;
    top: 0;
    box-shadow: 0 5px 11px -3px rgba(0,0,0,.05);
    transition: all .21s ease;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: #fff;
    color: #767676;
    border: 1px solid #e8e8e8;
    display: inline-block;
    line-height: 50px;
    margin-bottom: 20px;
}
.masonry__item-content-desc .event-link:hover{
    background: #000;
    color: #fff;
}

.masonry__item-event-meta{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
}

.masonry__item-event-meta-date{
    display: flex;
    align-items: center;
}
.masonry__item-event-meta-date span{
    display: block;
}
.masonry__item-event-meta-day{
    color: #ac8155;
    font-size: 24px;
    font-weight: 400;
    margin-right: 11px;
}
.masonry__item-event-month{
    color: #444;
    font-size: 15px;

}
.masonry__item-event-all-day{
    font-size: 11px;
}
.masonry__item-event-meta-date p{
    display: flex;
    flex-direction: column;
    margin: 0;
}
.masonry__item-event-meta-location{
    display: flex;
}
.masonry__item-event-meta-location p{
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
}
.masonry__item-event-meta-location i{
    margin-right: 11px;
}
.masonry__item-event-location-address{
    font-family: Montserrat,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;
    font-weight: 400;
    line-height: 19px;
    font-size: 11px;
    margin-bottom: 0;
}


/* event category filter */
#art_deco_event_category-filter{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#art_deco_event_category-filter li{
    padding: 6px 12px;
    font-size: 13px;
    font-weight: 400;
    border: 2px solid transparent;
}

#art_deco_event_category-filter li.selected{
    border-color: #ac8155;
}
#art_deco_event_category-filter li:hover{
    border-color: #ac8155;
    cursor: pointer;
}



/* load more */
.load_more_events {
    text-align: center;
}
#load_more_events{
    font-size: 12px;
    padding: 0 31px;
    line-height: 49px;
    height: 50px;
    top: 0;
    box-shadow: 0 5px 11px -3px rgba(0,0,0,.05);
    transition: all .21s ease;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: #fff;
    color: #767676;
    border: 1px solid #e8e8e8;
    display: inline-block;
    line-height: 50px;
    margin-bottom: 20px;
    font-family: 'Montserrat',sans-serif;
    font-weight: 900;
    color: #c39463;
    text-transform: uppercase;
    border-color: #c39463;
    border-width: 2px;
}



#load_more_events:hover{
    background: #c39463;
    color: #fff;
    cursor: pointer;
}


/* art_deco_event-sponsor */

.art_deco_event-sponsor{
    display: grid;
    grid-template-columns: 1fr .2fr;
    grid-gap: 20px;
    margin-bottom: 30px;
}
@media(max-width:600px){
    .art_deco_event-sponsor{

        grid-template-columns: 1fr;

    }
}
.art_deco_sponsor{

}

.art_deco_event-sponsor-image{
    text-align: center;
}
.art_deco_event-sponsor-image p{
    margin-bottom: 15px;;
}
.art_deco_event-sponsor-image img{
    max-width: 100%;
    height: auto;
    max-width: 200px;
}





/* favorite icon */

.simplefavorite-button{
    display: inline-block;
    position: absolute !important;
    left: 10px;
    top: 10px;

}

.art_deco_fav-single {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    color :#ac8155 !important;
    height: 50px;
}

.art_deco_fav-single .simplefavorite-button{
    display: inline-block;
    position: relative;
    left: auto;
    top: auto;

}


/* event navigation */

.single-event-navigation{
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.single-event-navigation a{
    font-size: 12px;
    padding: 0 31px;
    line-height: 49px;
    height: 50px;
    top: 0;
    box-shadow: 0 5px 11px -3px rgba(0,0,0,.05);
    transition: all .21s ease;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: #fff;
    color: #767676;
    border: 1px solid #e8e8e8;
    display: inline-block;
    line-height: 50px;
    margin-bottom: 20px;
}


.single-event-navigation a:hover{
    background: #000;
    color: #fff;
    cursor: pointer;
}

@media(max-width:450px){
    .single-event-navigation p{
        margin: 0;
    }
    .single-event-navigation{
       flex-direction: column;
    }
    .single-event-navigation a{
        width:225px;
        text-align: center;
    }
}





/* category filter */
.art_deco_event_category-filter-wrap{
    display: none;
}
.art_deco_event_category-mobile-filter-wrap{
    display: block;
    text-align: center;
    padding: 40px 10px;
}
#art_deco_event_category-mobile-filter{
    max-width: 100%;
}

@media(min-width:768px){
    .art_deco_event_category-filter-wrap{
        display: block;
    }
    .art_deco_event_category-mobile-filter-wrap{
        display: none;

    }

}


/* keyword search */

.event__search{
    text-align: center;
    margin: 30px auto;
    position: relative;
    height:50px;
}
.event__search-input-box{
    position: absolute;
    border: 1px solid#313131;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    display: flex;
    align-items: center;
}
.event_search-form{
    display: flex;
    align-items: center;
}
#keyword{
    border: none;
    padding:3px 10px;
}
#keyword:focus{
    outline: none;

}
.astra-icon-search{
    font-size: 28px;
}

.event_search-form .astra-icon-search:hover{
    cursor: pointer;
}


/* event registration */


.masonry__item-thumb {max-height:200px}
.acf-button{
	margin-top:10px;
	display:inline-block;

}
#wplink-link-existing-content,
#search-panel{
	 display:none;
}

#acf-form .button{
	display:inline-block;
	margin-top:10px;
}


#acf-form .button:active,
#acf-form .acf-button:active,
#acf-form .button:focus,
#acf-form .acf-button:focus,
#acf-form .button:visited,
#acf-form .acf-button:visited{
	  color: #c39463;
    border-color: #c39463;
		background:#fff !important;
}

#acf-form .button:hover,
#acf-form .acf-button:hover{
	  color: #fff;
    /* border-color: #c39463; */
		background:#c39463 !important;
}


 #ui-datepicker-div{
	min-width:300px !important;
}

#acf-form{
	max-width:860px;
	margin:auto;
}

#acf-form input[type=email],
#acf-form input[type=password],
#acf-form input[type=search],
#acf-form input[type=tel],
#acf-form input[type=text],
#acf-form input[type=url],
#acf-form input[type=number],

#acf-form textarea,
#acf-form input[type=email]:focus,
#acf-form input[type=password]:focus,
#acf-form input[type=search]:focus,
#acf-form input[type=tel]:focus,
#acf-form input[type=text]:focus,
#acf-form input[type=url]:focus,
#acf-form input[type=number]:focus,
#acf-form textarea:focus,
#acf-form input[type=email]:focus-visible,
#acf-form input[type=password]:focus-visible,
#acf-form input[type=search]:focus-visible,
#acf-form input[type=tel]:focus-visible,
#acf-form input[type=text]:focus-visible,
#acf-form input[type=url]:focus-visible,
#acf-form input[type=number]:focus-visible,
#acf-form textarea:focus-visible {
    padding: 8px;
    border: 2px solid #AC8155 !important;
    background-color: #FAF7F2 !important;
}
.acf-tab-group li{
  margin-top: 10px !important;
  margin-bottom: 10px !important;

}
.acf-tab-group li a{
      border: 1px solid #ccc !important;
}


.acf-fields>.acf-field{
  border: none !important;
}
.page-template-events-list .masonry__item .masonry__item-content-desc .masonry__item-title{
  height: 124px !important; /*Old value 64px */
  overflow: hidden;
}

.page-template-events-list .masonry__item .masonry__item-content-desc p{
  height: 90px !important;
  overflow: hidden;
}

.page-template-events-list .masonry__item .masonry__item-event-meta{
  height:80px !important;
  min-height: 80px !important;
  overflow: hidden;
}


.acf-form-submit .btn__disabled{
  background: #ccc;
  color:#000;
  border-color:#ccc;
  cursor: default !important;
}
#acf-form .acf-form-submit .btn__disabled:hover,
#acf-form .acf-form-submit .btn__disabled:active,
#acf-form .acf-form-submit .btn__disabled:focus{
  background: #ccc !important;
  color:#000;
  border-color:#ccc;
}
#acf-form  .acf_form-empty{
  margin-bottom: 0;
  color:red;
}

 .acf-form-submit{
    display: none;
}
.acf-field-60fe7ae3be5d6 .acf-label{
    display: none;
}
/* .acf-form-submit{
   
} */