/* Calendar */
#calendar {
  position: relative;
}

#calendar .popover {
  overflow: visible !important;
}

#calendar .popover-content {
  padding: 9px 14px;
}

#calendar .popover.top>.arrow {
  border-top-color: #FFFFFF;
}

#calendar .popover.right>.arrow {
  margin-left: 0px;
  border-right-color: #FFFFFF;
}

#calendar .popover.left>.arrow {
  border-left-color: #FFFFFF;
  margin-left: 0px;
  left: auto;
}

#calendar .popover-content ul {
  list-style-type: disc;
  padding-left: 15px !important;
}

#calendar-loader {
  left: 50%;
  margin-left: -32px;
  position: absolute;
  top: 185px;
  z-index: 100;
}

#calendar-filter {
  margin-bottom: 25px;
}

#calendar-filter #filter-form {
  width: 100%;
}

.popover .btn-modify-event {
  position: absolute;
  right: 2px;
}

/* modal */

#modal-loader {
  left: 50%;
  margin-left: -32px;
  position: absolute;
  top: 185px;
  z-index: 999999999;
}

/* forms */

label.error {
  color: #ff0000;
  font-size: 12px;
  margin-top: 3px;
  position: absolute;
  right: 0;
  top: 0;
}

div.error {
  color: #ff0000;
  font-weight: 500;
  position: absolute;
}

div.success {
  color: #00CC00;
  position: absolute;
  text-align: left;
}

.form-group {
  position: relative;
}

/* button */
.ssws-events-link-wrapper {
  padding: 15px;
  border: 1px solid #555;
}

.ssws-events-link-wrapper .ssws-events-terms-input-wrapper {
  margin-bottom: 15px;
}

.ssws-events-terms-error.hidden {
  display: none;
}

.ssws-events-terms-error {
  color: #ff0000;
  font-size: 14px;
  margin-top: 3px;
}

.sev-section-title,
.se-section-title {
  font-size: 1.5em;
  font-weight: 700;
}

.se-organizer-name {
  font-weight: 700;
}

.se-single {
  clear: both;
}

.ssws-events-list-single-media img.wp-post-image {
  width: 100%;
  margin-right: 0;
}

.layout-grid .ssws-events-list-single-media {
      margin-right: 0 !important;
    margin-bottom: 15px;
        flex-basis: 250px;
    height: 250px;
    min-width: 148px;
    display: flex;
}

.layout-list .ssws-events-list-single-media{
  flex-basis: 200px;
    height: 200px;
    min-width: 148px;
    display: flex;
    margin-right: 15px;
}

.ssws-events-list-single-media-thumb {
  width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
        display: block;
    object-fit: cover;
}

/*shortcode*/
.ssws-events-list-wp-nav {
  margin-bottom: 16px;
  display: inline-block;
  width: 100%;
}

.ssws-events-list-wp-nav .nav-next {
  float: right;
}

.ssws-events-list-wp-nav .nav-prev {
  float: left;
}

.ssws-events-list-view-nav {
  margin-bottom: 16px;
  width: 50%;
  float: left;
  text-align: right;
  padding-right: 16px;
}

.ssws-events-list-ajax {
  margin-bottom: 16px;
}

.ssws-events-list-archive-link {
  margin-bottom: 16px;
}

.ssws-events-list-view-nav+.ssws-events-list-archive-link {
  width: 50%;
  float: left;
  padding-left: 16px;
}

.ssws-events-list-events {
  margin-bottom: 16px;
}

/* filters */

.se-filters-wrapper {
  margin-bottom: 16px;
}

.se-filters-wrapper .se-filter {
  float: left;
}

.se-filters-wrapper .se-filter-label {
  margin-right: 15px !important;
  padding: 5px 10px !important;
  border: 1px solid #4a4a49;
  border-radius: 5px;
  cursor: pointer;
  user-select: none;
  font-size: 16px !important;
}

.se-filters-wrapper .se-filter-terms {
  display: inline-block;
  width: 100%;
}

.se-filters-wrapper .se-filter input {
  width: auto;
  height: 15px;
  margin-right: 10px;
  visibility: hidden;
  position: fixed;
  left: -9999999999px;
}

.se-filters-wrapper .se-filter input:checked+.se-filter-label {
  background-color: #CCC;
  border-color: #CCC;
  color: #fff;
}

.se-list-error-container {
  display: none;
  padding: 16px;
  background: lightcoral;
  color: white;
}

.se-list-no-result-container {
  display: none;
}

.se-list-no-result-container.no-results {
  display: block;
}

.se-list-error-container.has-error {
  display: block;
}

/*SPINNER FILTERS*/
.se-filters-wrapper .lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.se-filters-wrapper .lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #555;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.se-filters-wrapper .lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-b-ellipsis1 0.6s infinite;
}

.se-filters-wrapper .lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-b-ellipsis2 0.6s infinite;
}

.se-filters-wrapper .lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-b-ellipsis2 0.6s infinite;
}

.se-filters-wrapper .lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-b-ellipsis3 0.6s infinite;
}

@keyframes lds-b-ellipsis1 {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes lds-b-ellipsis3 {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(0);
  }
}

@keyframes lds-b-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(24px, 0);
  }
}

.filter-loader {
  display: none;
}

.ssws-events-list-wrapper {
  flex-direction: column;
}

.ssws-events-list-wrapper.loading .ssws-events-list-events {
  opacity: 0.5;
}



/*SPINNER AJAX*/
.ssws-events-list-ajax .lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 6px;
}

.ssws-events-list-ajax .lds-ellipsis div {
  position: absolute;
  top: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #333333;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.ssws-events-list-ajax .lds-ellipsis div:nth-child(1) {
  left: 4px;
  animation: lds-s-ellipsis1 0.6s infinite;
}

.ssws-events-list-ajax .lds-ellipsis div:nth-child(2) {
  left: 4px;
  animation: lds-s-ellipsis2 0.6s infinite;
}

.ssws-events-list-ajax .lds-ellipsis div:nth-child(3) {
  left: 16px;
  animation: lds-s-ellipsis2 0.6s infinite;
}

.ssws-events-list-ajax .lds-ellipsis div:nth-child(4) {
  left: 28px;
  animation: lds-s-ellipsis3 0.6s infinite;
}

@keyframes lds-s-ellipsis1 {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes lds-s-ellipsis3 {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(0);
  }
}

@keyframes lds-s-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(12px, 0);
  }
}

.ssws-events-list-ajax .loader-container {
  display: none;
}

.ssws-events-list-ajax.loading .loader-container {
  display: inline-block;
}

.ssws-events-list-events {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  position: relative;
  padding-right: 0px !important;
  padding-left: 0px !important;
  flex: 100% !important;
  max-width: unset !important;
}

.ssws-events-list-events.layout-grid {
  flex-direction: row !important;
}

.layout-grid .ssws-events-list-wrapper .ssws-events-list-events article {
  margin-bottom: 0px !important;
  flex-direction: column;
}

.ssws-events-list-events.layout-grid article {
  flex-basis: 100%;
  max-width: 100%;
  width: 100%;
  padding: 15px;
  flex-direction: column;
}

.ssws-events-list-events.layout-list article,
.ssws-events-list-events.layout-list article .ssws-events-list-single-content-wrap {
  flex-basis: 100%;
  max-width: 100%;
  width: 100%;
  padding: 15px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: wrap;
}

.ssws-events-list-events.layout-list article > .ssws-event-tile-link,
.ssws-events-list-events.layout-list article .ssws-events-list-single-content-wrap > .ssws-event-tile-link {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
}

.layout-list .ssws-events-list-single-body {
  flex: 1 1 0;
  min-width: 0;
}

.ssws-events-list-events.layout-grid article .ssws-events-list-single-content-wrap,
.ssws-events-list-events.layout-grid article .ssws-events-list-single-content-wrap > a {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.ssws-events-list-events.layout-grid article .ssws-events-list-single-content-wrap .ssws-events-list-single-body {
    padding: 0 15px 15px;
}

.ssws-events-list-events.layout-grid article .ssws-events-list-single-content-wrap .ssws-event-view-more {
    padding: 0 15px 15px;
}

@media (max-width: 575px) {
  .ssws-events-list-events.layout-list article,
  .ssws-events-list-events.layout-list article > .ssws-event-tile-link,
  .ssws-events-list-events.layout-list article .ssws-events-list-single-content-wrap > .ssws-event-tile-link {
    flex-direction: column;
  }

  .layout-list .ssws-events-list-single-media {
    flex-basis: auto;
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .layout-list .ssws-events-list-single-body {
    min-width: 100%;
  }
}

@media (min-width: 768px) {
    .ssws-events-list-events.layout-grid.cols-4 article,
    .ssws-events-list-events.layout-grid.cols-3 article,
    .ssws-events-list-events.layout-grid.cols-2 article {
        flex-basis: 50%;
        max-width: 50%;
        width: 50%;
    }
}

@media (min-width: 992px) {
    .ssws-events-list-events.layout-grid.cols-3 article {
        flex-basis: 33.33333%;
        max-width: 33.33333%;
        width: 33.33333%;
    }

    .ssws-events-list-events.layout-grid.cols-4 article {
        flex-basis: 25%;
        max-width: 25%;
        width: 25%;
    }
}

.ssws-events-list-wrapper .ssws-events-list-ajax {
  max-width: 100% !important;
}

.ssws-event-view-more {
  margin-top: 15px;
}

.ssws-event-view-more .ssws-rmore-btn {
    background-color: #058;
    color: #fff !important;
    text-decoration: none !important;
    border: 2px solid #058;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    padding: .875rem 1.5rem;
    border-width: 2px;
    border-radius: 2rem;
    font-size: 1rem;
    display: inline-block;
}

.ssws-events-list-single-inner {
  display: flex;
    flex-direction: column;
    height: 100%;
}

.ssws-event-view-more a i {
    margin-right: 5px;
    text-decoration: none !important;
    overflow: hidden;
    -ms-flex-item-align: center;
    align-self: center;
}

.ssws-event-view-more .ssws-rmore-link {
  background: none !important;
    border: none;
    padding: 0;
    color: var(--ssws-theme-primary) !important;
    display: flex;
    align-items: center;
    font-size: 1.125em;
    text-decoration: underline !important;
}

.ssws-event-view-more .ssws-rmore-link i.fa-chevron-circle-right:before {
    content: "";
    width: 25px;
    height: 25px;
    background-color: var(--ssws-theme-primary);
    display: block;
    background-size: 60%;
    background-position: 6px 5px;
    background-repeat: no-repeat;
    border-radius: 50%;
    color: #fff;
    left: 0;
    top: 0;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCI+PHBhdGggZD0iTTUuODggNC4xMkwxMy43NiAxMmwtNy44OCA3Ljg4TDggMjJsMTAtMTBMOCAyeiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGZpbGw9Im5vbmUiIGQ9Ik0wIDBoMjR2MjRIMHoiLz48L3N2Zz4=);
}

.ssws-event-tile-link {
  text-decoration: none !important;
  color: inherit !important;
}

.ssws-events-list-single-body {
  flex: 1;
}

.ssws-event-tile-link .ssws-events-list-single-body h3 {
  text-decoration: underline;
  color: #058;
}

.se-filter-tax-name {
    font-family: BrownLLWeb-Bold !important;
    font-size: 1.5rem !important;
    margin-bottom: .5rem !important;
    font-weight: 500;
    line-height: 1.2;
}

.ssws-events-list-wrapper .se-filters-wrapper {
  max-width: 100%;
}

.ssws-events-list-single-date,
.ssws-events-list-single-body .entry-summary,
.ssws-events-list-single-meta-wrapper {
  font-size: 1.25rem;
}