/* ---------------------------------------
	Variables and Mixins
--------------------------------------- */
/* ---------------------------------------
	Typography / Forms / Inputs / Buttons
--------------------------------------- */
/* ---------------------------------------
	Layout ( Header / Footer / Sidebar )
--------------------------------------- */
/* ---------------------------------------
	WPBakery ( Custom Classes / Default Modules )
--------------------------------------- */
#wrap .site-main .section-events-tabs {
  padding: 20px 0; }
  #wrap .site-main .section-events-tabs .events-entry .event-wrp {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    padding: 50px 0; }
    #wrap .site-main .section-events-tabs .events-entry .event-wrp .item-event {
      padding: 5px 30px;
      border: 1px solid #ccc;
      margin: 0 7px; }
      #wrap .site-main .section-events-tabs .events-entry .event-wrp .item-event a {
        font-size: 18px;
        color: #000; }
        #wrap .site-main .section-events-tabs .events-entry .event-wrp .item-event a:hover {
          text-decoration: none; }
    #wrap .site-main .section-events-tabs .events-entry .event-wrp .active {
      background: #f49517;
      color: #fff;
      border: none; }
      #wrap .site-main .section-events-tabs .events-entry .event-wrp .active a {
        color: inherit; }
  #wrap .site-main .section-events-tabs .events-grid__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    #wrap .site-main .section-events-tabs .events-grid__items .event-grid {
      border: 1px solid #ccc;
      margin: 10px 0 30px 0;
      width: 70%;
      padding: 20px;
      background: #f7fbfb; }
      #wrap .site-main .section-events-tabs .events-grid__items .event-grid .title-event {
        font-size: 22px;
        font-weight: bold;
        padding-bottom: 15px; }
        #wrap .site-main .section-events-tabs .events-grid__items .event-grid .title-event a:hover {
          text-decoration: none; }
      #wrap .site-main .section-events-tabs .events-grid__items .event-grid .data-event {
        font-size: 16px;
        font-style: italic;
        padding-bottom: 5px; }
      #wrap .site-main .section-events-tabs .events-grid__items .event-grid .excerpt-event {
        padding-bottom: 10px;
        font-size: 16px; }
      #wrap .site-main .section-events-tabs .events-grid__items .event-grid .btn-event a {
        font-size: 20px; }
  #wrap .site-main .section-events-tabs .events-grid .btn-load-more-wrp {
    text-align: center;
    margin-top: 50px;
    position: relative; }
    #wrap .site-main .section-events-tabs .events-grid .btn-load-more-wrp .btn-load-more {
      font-size: 18px; }
      #wrap .site-main .section-events-tabs .events-grid .btn-load-more-wrp .btn-load-more:hover {
        text-decoration: none; }

.lds-roller {
  display: inline-block;
  position: absolute;
  width: 80px;
  height: 80px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); }

.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px; }

.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #000;
  margin: -4px 0 0 -4px; }

.lds-roller div:nth-child(1) {
  animation-delay: -0.036s; }

.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px; }

.lds-roller div:nth-child(2) {
  animation-delay: -0.072s; }

.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px; }

.lds-roller div:nth-child(3) {
  animation-delay: -0.108s; }

.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px; }

.lds-roller div:nth-child(4) {
  animation-delay: -0.144s; }

.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px; }

.lds-roller div:nth-child(5) {
  animation-delay: -0.18s; }

.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px; }

.lds-roller div:nth-child(6) {
  animation-delay: -0.216s; }

.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px; }

.lds-roller div:nth-child(7) {
  animation-delay: -0.252s; }

.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px; }

.lds-roller div:nth-child(8) {
  animation-delay: -0.288s; }

.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px; }

@keyframes lds-roller {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

/* ---------------------------------------
	Grid Builder ( WPBakery )
--------------------------------------- */
/* ---------------------------------------
	Single Event
--------------------------------------- */
.my-container {
  max-width: 1310px;
  padding: 0 15px;
  margin: 0 auto; }

#change_tab {
  text-decoration: underline; }

#start_anchor {
  text-align: center; }

.single-event__banner {
  text-align: center;
  margin-bottom: 20px; }
  .single-event__banner img {
    max-width: 100%;
    object-fit: cover;
    height: auto; }

.single-event__info h1 {
  font-size: 35px; }

.single-event__info .date h5 {
  margin: 0 25px 0 0;
  display: inline-block; }

.single-event__info address {
  color: #000;
  margin-bottom: 0;
  font-weight: 700; }
  .single-event__info address p {
    display: inline-block; }

.single-event__content .gform_legacy_markup_wrapper form {
  max-width: 700px; }

/*# sourceMappingURL=custom.css.map */