/* Event Attendees tab start*/
.wps-e_attend {
    container-type: inline-size;
    width: 100%;
}


.wps-e_a-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.25;
    margin: 0 0 15px;
}

.wps-e_a-part {
    margin-top: 15px;
}

img.wps-e_ac-profile {
    width: 75px;
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 50%;
    margin: 0 0 10px;
    border: 1px solid #ccc;
}

.wps-e_a-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    gap: 15px;
}

.wps-e_ac-label {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.25;
    margin: 0 0 5px;
}

.wps-e_a-col {
    padding: 10px;
}

.wps-e_ac-desc {
    font-size: 14px;
    line-height: 1.25;
}

@container (max-width: 800px) {
    .wps-e_a-row {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
}

@container (max-width: 540px) {
    .wps-e_a-row {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@container (max-width: 420px) {
    .wps-e_a-row {
        grid-template-columns: 1fr 1fr;
    }
}

/* Event Attendees tab end*/

.wc-block-components-quantity-selector>.wc-block-components-quantity-selector__button--plus {
    display: none;
}

.wc-block-components-quantity-selector>.wc-block-components-quantity-selector__button--minus {
    display: none;
}

/* Event Calender Layout Enhancement */

#wps_event_listing_in_calender .fc-header-toolbar.fc-toolbar {
    align-items: center;
    display: flex;
}

#wps_event_listing_in_calender .fc-view-harness table.fc-col-header {
    margin: 0;
}

#wps_event_listing_in_calender .fc-view-harness a {
    text-decoration: none;
}

#wps_event_listing_in_calender .fc-view-harness table.fc-col-header a {
    color: #000;
    padding: 10px 0;
}

#wps_event_listing_in_calender .fc-view-harness a.fc-daygrid-day-number {
    padding: 8px 15px 8px 8px;
    color: #3788d8;
}

#wps_event_listing_in_calender .fc-view-harness table {
    margin: 0;
}

#wps_event_listing_in_calender .fc-view-harness .fc-daygrid-day-top {
    justify-content: center;
}

#wps_event_listing_in_calender .fc-view-harness .fc-daygrid-day-frame {
    padding: 10px;
}

#wps_event_listing_in_calender .fc-view-harness .fc-event-title {
    padding: 0 5px;
    font-size: 13px;
    color: #3788d8;
}

#wps_event_listing_in_calender .fc-view-harness a.fc-h-event.fc-event {
    background: #3788d821;
		border: 1px solid #3788d8;
}

#wps_event_listing_in_calender button.fc-button {
    background: #f2f2f2;
    border: 1px solid #dcdcdc;
    color: #000;
}

#wps_event_listing_in_calender button.fc-button:hover {
    background: #e5e5e5;
}

#wps_event_listing_in_calender button.fc-button:focus {
    outline: none;
    box-shadow: none;
}

#wps_event_listing_in_calender .fc-view-harness .fc-day-today {
    background: #F0CF651c;
    border: 2px solid #F0CF65;
}

#wps_event_listing_in_calender .fc-view-harness .fc-day-today a.fc-daygrid-day-number {
    color: #000;
}

#wps_event_listing_in_calender td {
    background: transparent;
}

#wps_event_listing_in_calender .fc-h-event .fc-event-main {
    color: #7f54b3;
}

@media only screen and (max-width: 768px) {
	#wps_event_listing_in_calender .fc-header-toolbar.fc-toolbar {
    flex-direction: column;
    margin: 0 0 10px;
}

#wps_event_listing_in_calender .fc-header-toolbar.fc-toolbar .fc-toolbar-chunk:first-of-type {
    order: 1;
}

#wps_event_listing_in_calender .fc-view-harness {
    overflow: auto;
    max-width: 100%;
}

#wps_event_listing_in_calender table.fc-scrollgrid {
    max-width: 100%;
    margin: auto;
}

#wps_event_listing_in_calender table.fc-col-header ,#wps_event_listing_in_calender table.fc-scrollgrid-sync-table {
    max-width: 100%;
}
	
	#wps_event_listing_in_calender .fc-view-harness table.fc-col-header a {
    padding: 8px 0;
    font-size: 14px;
}
}

#wps_etmwf_event_multiple_venue {
    margin: 15px 0;
}

#wps_etmwf_event_multiple_venue #location_select {
    max-width: 200px;
    width: 100%;
    min-height: 33px;
    padding: 8px;
}

.wps-etmfw-subscribe-checkbox {
    margin: 10px 0 0;
}

p.wps_etmfw_social_share_heading {
    margin: 50px 15px 20px 0;
    display: inline-block;
    font-weight: 600;
    font-size: 20px;
    color: #333;
    position: relative;
}

.wps_etmfw_social_share_heading:before {
    content: "";
    background-image: url(../partials/images/share.png);
    position: absolute;
    width: 100px;
    height: 49px;
    top: -50px;
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(-14deg);
}

@media screen and (max-width: 480px) {
    p.wps_etmfw_social_share_heading {
      display: block;
    }
}

.wps_etmfw_facebook_share_content,
.wps_etmfw_twitter_share_content,
.wps_etmfw_mail_share_content,
.wps_etmfw_whatsapp_content,
.wps_etmfw_pinterset_share_content {
  display: inline-block;
  margin: 0 15px 15px 0;
  vertical-align: middle;
}

.wps_etmfw_facebook_share_content img,
.wps_etmfw_twitter_share_content img,
.wps_etmfw_mail_share_content img,
.wps_etmfw_whatsapp_content img,
.wps_etmfw_pinterset_share_content img {
  max-height: 26px;
  transition: all 0.3s ease;
}

.wps_etmfw_facebook_share_content img:hover,
.wps_etmfw_twitter_share_content img:hover,
.wps_etmfw_mail_share_content img:hover,
.wps_etmfw_whatsapp_content img:hover,
.wps_etmfw_pinterset_share_content:hover img {
  transform: scale(1.2);
}

