/************Events Page**************/

/*STYLING FOR SEARCH BAR INPUT BOX*/
#searchform input[name="s"]::-webkit-input-placeholder {
    color: #999999;
}

#searchform input[name="s"]::-moz-placeholder {
    color: #999999;
    opacity: 1;
}

#searchform input[name="s"]:-ms-input-placeholder {
    color: #999999;
}

.mec-search-bar-wrap input#mec-search-bar-input {
	border:none;
}

.mec-search-bar-wrap input#mec-search-bar-input:hover {
    background: var(--fdoh-dark-blue);
	border:none;
}

.mec-search-bar-wrap .mec-search-form .mec-text-input-search {
   width: 100%;
	padding-left: 0px !important;
}



/*Events Search Bar Styling*/
input#s {
    background-color: var(--base-3);
    border-radius: 16px;
    color: var(--contrast);
    font-size: 16px;
    font-weight: 700;
    font-family: var(--gp-font--roboto-condensed);
    text-transform: capitalize;
    height: 44px;
    padding: 5px 5px;
    width: 300px;
    border-radius: 8px !important;
  border: 2px solid var(--accent)
}

/* .mec-search-bar-wrap input#mec-search-bar-input {
    width: calc(100% - 84%);
    margin-left: 11px;
    background: var(--accent);
    color: red;
    font-weight: 400;
} */

.mec-search-bar-wrap input#mec-search-bar-input {
    width: calc(100% - 84%);
     border-radius: 16px;
    color: var(--base-3);
    font-size: 17px;
    font-weight: 700;
    font-family: var(--gp-font--roboto-condensed);
    text-transform: capitalize;
    height: 44px;
    padding: 5px 15px;
    width: 30%;
    border-radius: 8px;
	text-transform:capitalize !important;
	background:var(--accent);
}


.events-page-section .mec-search-form.mec-totalcal-box {
    margin: 0;
    background: var(--base-3);
    border: none;
    padding-bottom: 0;
    display: flex;
;
}

/*Search PHP*/
.search #primary{
	width:100%;
	max-width:1360px;
	margin:auto;
}
.dropdown-click .main-navigation ul.toggled-on, .dropdown-click .main-navigation ul li.sfHover > ul.toggled-on {
    display: block;
    left: auto;
    right: auto;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    height: auto;
    background: white;
    overflow: visible;
    float: none;
}



/*List Section*/
/*Padding for card*/
.mec-wrap .col-md-4 {
	padding: 0 10px;
}

/*Card Container*/
.events-page-section .mec-event-grid-classic .mec-event-article,
.single-florida .mec-event-grid-classic .mec-event-article{
	border:none;
	background-color: var(--base-3) !important;
	border-radius:16px;
}
.events-page-section .mec-event-grid-classic .mec-event-article:hover,
.single-florida .mec-event-grid-classic .mec-event-article:hover {
	background-color: var(--base-3) !important;
}

/*Event Card Image*/
.events-page-section .mec-event-image,
.single-florida .mec-event-image {
	border-radius:16px 16px 0 0;
/* 	border-bottom: 5px solid red; */
}

/*Hides Date Background*/
div.mec-event-date.mec-bg-color {
    display: none;
}

/*Event Card Title*/
.events-page-section .mec-event-title,
.single-florida .mec-event-title {
    font-family: var(--gp-font--bebas-neue), Helvetica, Arial, sans-serif;
    font-weight: normal;
	text-align:left;
	font-size: clamp(1.3rem, 5vw, 1.563rem) !important;
		letter-spacing: 1px !important;
}

/*Date and Time Event Containers*/
.event-information-mec{
	text-align:left;
	display:grid;
	padding: 10px 0;
}

 .date-location-mec{
	font-family: var(--gp-font--bebas-kai);
	color:var(--contrast);
	font-size:16px;
	line-height:25px;
}

/**********************************
 
LISTING GRID STYLING 

**********************************/

/*Event Content inside container*/
.events-page-section .mec-event-grid-classic .mec-event-content,
.single-florida .mec-event-grid-classic .mec-event-content  {
    padding-top:20px !important;
}

ul.mec-event-sharing-wrap {
    display: none;
}


.date-location-mec{
	font-size:16px;
	font-weight:400;
	line-height:25px;
	font-family: var(--gp-font--bebas-kai);
}

/*Date and Location*/
.event-data {
/* 	padding-left:30px; */
	color: #8c8c8c;
	font-family: var(--gp-font--bebas-kai);
}

/*Event Description*/
.events-page-section .mec-event-grid-classic .mec-event-content p,
.single-florida .mec-event-grid-classic .mec-event-content p {
/*     font-size: 15px;
    color: #363634;
	font-family: var(--gp-font--roboto-condensed); */
/* 	font-weight:400; */
/* 	line-height:24px; */
	text-align:left;
	color: var(--contrast);
}

/*More button*/
.events-page-section .more-ico-button-mec,
.single-florida .more-ico-button-mec {
	display:flex;
	column-gap:10px;
	display: -webkit-box;
  	display: -moz-box;
  	display: -ms-flexbox;
  	display: -webkit-flex;
	align-items:center;
	justify-content: start;
	padding:0;
}

.events-page-section .mec-event-footer .mec-booking-button,
.single-florida .mec-event-footer .mec-booking-button {
    position: inherit;
}

.events-page-section .mec-event-footer a.mec-booking-button,
.single-florida .mec-event-footer a.mec-booking-button{
	font-family: var(--gp-font--bebas-kai);
	font-size:23px;
	line-height:24px;
	letter-spacing: 6%;
	color: var(--contrast-2);
	display:flex;
	display: -webkit-box;
  	display: -moz-box;
  	display: -ms-flexbox;
  	display: -webkit-flex;
  	display: flex;
	align-items:center;
	background:none;
	border:none;
	left:0;
	justify-self:left;
	padding:0;
}
.events-page-section .mec-event-footer a.mec-booking-button:hover,
.single-florida .mec-event-footer a.mec-booking-button:hover{
	background:none;
	color: var(--contrast-2);
}

.events-page-section .mec-event-footer,
.single-florida .mec-event-footer {
	background:var(--base-3);
	border:none;
	border-radius:16px;
}

/*Load More Button*/
.mec-load-more-button {
    color: var(--orange-fdoh);
	font-family: "Roboto Condensed", sans-serif;
	font-weight:700;
	border: 3px solid var(--orange-fdoh);
	border-radius:62px;
	line-height:0;
	padding:19px 25px; 
	font-size:14px;
	letter-spacing:0;
}
.mec-load-more-button:hover{
	color: var(--base-2);
	font-family: "Roboto Condensed", sans-serif;
	border: 3px solid var(--fdoh-green);
	font-weight:700;
	background-color: var(--fdoh-green);
	border-radius:62px;
	line-height:0;
	padding:19px 25px; 
	font-size:14px;
	letter-spacing:0;
	transition: 0.4s;
}

/* Remove background from MORE text buttons but style the text color */
.mec-event-grid-classic .mec-booking-button {
    background: none !important;
}

/* Style MORE text colors for each group */

/* First event MORE text (1st, 4th, 7th, etc.) */
.mec-event-grid-classic .row .col-md-4:nth-child(3n+1) .more-ico-button-mec a.mec-booking-button:first-child {
    color: var(--orange-fdoh) !important; /* Orange */
}

/* Second event MORE text (2nd, 5th, 8th, etc.) */
.mec-event-grid-classic .row .col-md-4:nth-child(3n+2) .more-ico-button-mec a.mec-booking-button:first-child {
    color: var(--fdoh-green) !important; /* Red text */
}

/* Third event MORE text (3rd, 6th, 9th, etc.) */
.mec-event-grid-classic .row .col-md-4:nth-child(3n) .more-ico-button-mec a.mec-booking-button:first-child {
    color: var(--fdoh-dark-blue) !important; /* Dark Blue text */
}

/* Style only the arrow SVG with backgrounds */

/* Default styling for first event arrow (1st, 4th, 7th, etc.) */
.mec-event-grid-classic .row .col-md-4:nth-child(3n+1) .mec-booking-button svg {
    background-color: var(--orange-fdoh) !important;
    border-radius: 50% !important;
    padding: 5px !important;
}

.mec-event-grid-classic .row .col-md-4:nth-child(3n+1) .mec-booking-button svg path {
    fill: white !important; /* White arrow */
}

/* Second event arrow styling (2nd, 5th, 8th, etc.) */
.mec-event-grid-classic .row .col-md-4:nth-child(3n+2) .mec-booking-button svg {
    background-color: var(--fdoh-green);
    border-radius: 50% !important;
    padding: 5px !important;
}

.mec-event-grid-classic .row .col-md-4:nth-child(3n+2) .mec-booking-button svg path {
    fill: white !important; /* White arrow */
}

/* Third event arrow styling (3rd, 6th, 9th, etc.) */
.mec-event-grid-classic .row .col-md-4:nth-child(3n) .mec-booking-button svg {
    background-color: var(--fdoh-dark-blue) !important;
    border-radius: 50% !important;
    padding: 5px !important;
}

.mec-event-grid-classic .row .col-md-4:nth-child(3n) .mec-booking-button svg path {
    fill: white !important;
}

/* Hover effects for all MORE buttons */
.mec-event-grid-classic .mec-booking-button:hover {
    opacity: 0.8 !important;
    transform: scale(1.05) !important;
    transition: all 0.3s ease !important;
}


/* Make MEC grid cards equal height */
.mec-event-grid-classic .row {
    display: flex;
    flex-wrap: wrap;
}

.mec-event-grid-classic .col-md-4 {
    display: flex;
    margin-bottom: 30px; /* Add space between rows */
}

.mec-event-grid-classic .mec-event-article {
    display: flex;
    flex-direction: column;
    width: 100%;
    border: 1px solid #e0e0e0; /* Optional: add border for better visual separation */
    border-radius: 8px; /* Optional: rounded corners */
    overflow: hidden;
}

.mec-event-grid-classic .mec-event-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    padding: 20px;
}

.mec-event-grid-classic .mec-event-description {
    margin-bottom: 20px;
    /* Remove flex-grow to prevent excessive spacing */
}

.mec-event-grid-classic .event-information-mec {
    margin-top: auto;
    margin-bottom: 20px;
}

.mec-event-grid-classic .mec-event-footer {
    margin-top: auto;
    padding: 20px;
    padding-top: 0;
}

/* Make image take up half the card height */
.mec-event-grid-classic .mec-event-image {
/*     flex: 1; */
    overflow: hidden;
/*     min-height: 250px;  */
}

.mec-event-grid-classic .mec-event-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .mec-event-grid-classic .row {
        flex-direction: column;
    }
    
    .mec-event-grid-classic .col-md-4 {
        margin-bottom: 20px;
    }
}






/**********************************
 
FULL MONTH/LIST CALENDAR STYLING 

**********************************/

/*Styling for blue Search bar*/
input[id^="mec_sf_s_"]::placeholder {
        color: white;
        opacity: 1;
            font-weight: 700;
    font-family: var(--gp-font--roboto-condensed);
    text-transform: capitalize !important;
    height: 74px;
    }
    
    input[id^="mec_sf_s_"]::-webkit-input-placeholder { color: white; }


    input[id^="mec_sf_s_"]::-moz-placeholder { 
			color: white;
        opacity: 1;
            font-weight: 700;
    font-family: var(--gp-font--roboto-condensed);
    text-transform: capitalize !important;
    height: 74px;
}
    input[id^="mec_sf_s_"]:-ms-input-placeholder { 
			color: white;
   		opacity: 1;
      font-weight: 700;
    font-family: var(--gp-font--roboto-condensed);
    text-transform: capitalize !important;
    height: 74px;
}

    .mec-full-calendar-search-ends {
        display: flex;
			margin-bottom:20px;
    }

/*Top of the calendar styling*/
.events-page-section .mec-wrap .mec-totalcal-box {
    background-color: rgba(0, 0, 0, 0);
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
    max-width: 80%;
}

/* .mec-full-calendar-search-ends{
	display:grid !important;
	grid-template-columns: auto auto;
} */

/*Styles the background color for that specfic day*/
.mec-calendar .mec-selected-day, .mec-calendar .mec-selected-day:hover {
    background: var(--base-3);
    color: var(--accent);
}

.mec-calendar .mec-calendar-row dt.mec-has-event:hover {
    background: var(--accent);
}

/*Hides tabs for month, year, week, day and /*hides on icon next to select month*/
.events-page-section .mec-totalcal-view, .events-page-section i.mec-sl-calendar, .mec-sl-magnifier{
	display:none;
}

/*Background color for top*/
.events-page-section .mec-search-form.mec-totalcal-box{
	margin:0;
	background: var(--base-3);
	border:none;
	padding-bottom:0;
	padding-top:20px;
}

/*Flex of select month and year*/
div.mec-date-search{
	display:flex;
	 display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
	column-gap:18px;
}

/*Month Dropdown*/
 .events-page-section select#mec_sf_month_767{
	background-color: var(--accent);
	border-radius:16px;
 	color: var(--base-3);
	font-size:17px;
	font-weight:700;
	font-family: var(--gp-font--roboto-condensed);
	text-transform: capitalize;
	height:74px;
	padding: 10px 5px;
	width: auto;
	margin-right; 20px;
	 border:1px solid var(--accent);
}

/*Year Dropdown*/
.events-page-section select#mec_sf_year_767{
	background-color: var(--accent);
	border-radius:16px;
 	color: var(--base-3);
	font-size:17px;
	font-weight:700;
	font-family: var(--gp-font--roboto-condensed);
	text-transform: capitalize;
	height:74px;
	padding: 10px 5px;
	width: auto;
	margin-right; 20px;
}

/* MEC Calendar Select Dropdown Styling */

/* Target MEC month and year selects specifically */
.mec-date-search select,
.mec-full-calendar-search-ends .mec-date-search select {
    
    padding: 10px 35px 10px 15px !important;
    height: auto !important;
    min-height: 40px !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
}

/* Custom dropdown arrow */
.mec-date-search select {
    background-image: url(https://staging2.knowyourhivstatus.com/wp-content/uploads/2025/06/Vector.svg) !important;
    background-repeat: no-repeat !important;
    background-position: right 12px center !important;
    background-size: 12px !important;
}

/*Search bar*/

.events-page-section .mec-wrap .mec-search-form .mec-date-search select:last-child {
    width: 70px;
    border-radius: 16px !important;
		border:1px solid var(--accent);
}

.events-page-section input#mec_sf_s_767 {
	background-color: var(--accent);
	border-radius:16px;
	border:none;
 	color: var(--base-3);
	font-size:17px;
	font-weight:700;
	font-family: var(--gp-font--roboto-condensed);
	text-transform: capitalize;
	=!important;
	margin-bottom: 0 !important;
	border-bottom: 2px solid white;
}


.events-page-section .mec-search-form .mec-full-calendar-search-ends .mec-text-input-search.col-md-12 {
    padding: 0;
    display: flex;
    align-items: center;
		background-color: var(--accent);
	height:74px;
	padding: 10px 5px;
	width: 100%;
	margin-right; 20px;
	border-radius: 16px;
	padding:0 10px;
		
	
}

.mec-search-form .mec-full-calendar-search-ends .mec-text-input-search.col-md-12::before {
    content:url(https://staging2.knowyourhivstatus.com/wp-content/uploads/2025/05/Union.svg);
	display:flex;
	padding-left: 10px;
	color:white;
	
}

.mec-search-form .mec-full-calendar-search-ends .mec-text-input-search.col-md-12 {
    padding: 0;
}

/*Styles the background*/
div#mec_skin_767 {
    background: var(--base-3) !important;
    padding: 10px;
		border-radius:16px !important;
}


/*makes calendar width*/
.mec-calendar .mec-calendar-side {
    padding: 0;
    width: 60% !important;
	
}
/*Right side that makes event list wdith*/
.mec-calendar .mec-calendar-events-side {
    border: none;
    padding: 0;
    width: 35%;
	background:transparent;
}

/*Hides all broders for the whole calendar/list*/
.mec-calendar {
    border: none;
}
/*displays the  calendar and list as a flex*/
.events-page-section .mec-calendar .mec-calendar-topsec {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    column-gap: 3.5%;
    width: 100%;
	background:transparent;
}

/*creates a border on top of the calendar on left side*/
.mec-calendar .mec-calendar-topsec .mec-calendar-side .mec-calendar-table {
    border-top: 1px solid #E3E3E3;
}

/*Calendar. row sizing*/
.mec-calendar .mec-calendar-side .mec-calendar-table dl {
    width: 100%;
}

/*Styles for 7 days on top of calendar*/
.mec-calendar .mec-calendar-side .mec-calendar-table dl.mec-calendar-table-head dt {
    font-size: .9375rem !important;
    height: 2.4375rem !important;
	color:#5E5E5E;
		font-family: var(--gp-font--roboto-condensed);
}

/*styling inside calendar*/
.mec-calendar .mec-calendar-side .mec-calendar-table dl dt {
    border: 1px solid #eee;
    border-radius: 0;
    font-size: 1rem !important;
    height: 5.6875rem !important;
    line-height: 2rem !important;
    padding: 0 .875rem;
    text-align: left;
	font-family: var(--gp-font--roboto-condensed);
}

/*Event Color inside calendar*/
.mec-calendar .mec-has-event .event-colors {
    display: block !important;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox!important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    column-gap: 3px;
    left: 15px;
    max-height: 40px;
    position: absolute;
    top: 30px;
}

/*Dates on calendar with an event*/
.mec-calendar .mec-has-event a {
   cursor: pointer;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    color: var(--accent);
    transition: all .25s ease;
    text-decoration: none;
    box-shadow: none;
}

.mec-calendar .mec-selected-day, .mec-calendar .mec-selected-day:hover {
    background: var(--fdoh-green);
    color: #fff;
}

/*Positions event color*/
.mec-calendar .mec-has-event:after {
    background-color: var(--orange-fdoh);
    border-radius: 50%;
    display: block;
}

.mec-wrap.mec-sm959 .mec-calendar:not(.mec-event-calendar-classic):not(.mec-calendar-weekly) .mec-has-event:after {
    width: 9px !important;
    height: 9px !important;
    left: 12px !important;
    top: 30px !important;
}

/*Hides Month title on top of the calendar*/
.mec-calendar-header{
	display:none;
}

/**RIGHT SIDE*/

/*Hide month and date button that moves left and right on top of calendar*/
.mec-previous-month.mec-load-month.mec-previous-month, .mec-next-month.mec-load-month.mec-next-month, .events-page-section .mec-calendar .mec-calendar-events-side .mec-table-side-day {
    display: none;
}

/*Month Title for the right side above blue container*/
.mec-calendar .mec-calendar-events-side .mec-table-side-title 
{
  font-family: var(--gp-font--bebas-kai);
	font-size:25px;
	line-height:27px;
	letter-spacing:0px;
	color: var(--accent);
	text-align:left;
	margin-top:-60px;
	padding-bottom:17px;
}

/*Background color for event*/
.events-page-section article.mec-event-article {
  background: var(--accent);
	border-radius:16px;
}
/*Background hover for event*/
.events-page-section article.mec-event-article:hover {
    background: var(--accent);
}

.mec-calendar .mec-calendar-events-side .mec-event-article {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: var(--accent);
    border: none;
    border-radius: 6px;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox!important;
    display: flex !important;
    column-gap: 14px;
    margin-bottom: 1.25rem;
    position: relative;
}

/*Hides Image & event time inside blue container*/
.events-page-section .mec-calendar:not(.mec-liquid-custom-scrollbar,.mec-liquid-daily) .mec-event-article .mec-event-image, .mec-event-time {
   display:none;
}

/*Adds padding inside events blue container*/
.events-page-section .mec-monthly-contents {
    padding: 14px;
    width: 100% !important;
}

/*Event Title inside blue container*/
.events-page-section .mec-calendar .mec-event-article .mec-event-title {
  font-size: 25px;
	line-height:27px;
	letter-spacing:0px;
  font-weight: 400;
	color:white !important;
	font-family: var(--gp-font--bebas-kai);
}
/*Event location description*/
.mec-event-loc-place{
	color:white;
	font-family: var(--gp-font--roboto-condensed);font-size:16px;
	line-height:26px;
}
/*No events styling*/
.mec-calendar .mec-event-article .mec-event-detail{
	color:white;
	font-family: var(--gp-font--roboto-condensed);
	font-size:16px;
	line-height:26px;
	 padding: 0;
}



@media print, screen and (max-width: 63.9988em) {
    .mec-calendar .mec-calendar-side {
        margin-bottom: 40px;
        width: 100% !important;
    }
}


@media print, screen and (max-width: 63.9988em) {
    .mec-calendar .mec-calendar-events-side {
        width: 100% !important;
    }
	

	
.mec-calendar .mec-calendar-events-side .mec-table-side-title 
{
  font-family: var(--gp-font--bebas-kai);
	font-size:25px;
	line-height:27px;
	letter-spacing:0px;
	color: var(--accent);
	text-align:left;
	margin-top:0px;
	padding-bottom:17px;
}
	
	.mec-full-calendar-search-ends {
    display: grid !important
;
    grid-template-columns: auto;
}
	
	
}

@media print, screen and (max-width: 63.9988em) {
    .mec-full-calendar-search-ends {
        /* display: grid !important
; */
        /* grid-template-columns: auto; */
        width: 100%;
        display: block !important;
    }
}


/**********************************
 
SINGLE EVENT CALENDAR

**********************************/

/*Single Events*/
.single-mec-events .entry-content{
	overflow:hidden;
}



/*Hides map on single*/
.mec-events-meta-group.mec-events-meta-group-gmap {
    display: none;
}


/*Image sizing*/
img.attachment-full.size-full.wp-post-image {
    width: 100%;
	border-radius: 0 0 16px 16px
}
/*padding from content to header*/
article.row.mec-single-event.\30 {
    padding-top: 66px;
}

/*single event title*/
.mec-wrap .mec-single-title, .single-mec-events .mec-wrap.mec-no-access-error h1 {
    
  font-size: 25px;
	line-height:35px;
	letter-spacing: 1px;
	color: var(--contrast-2);
  font-family: var(--gp-font--bebas-kai);
}

/*HIDES ALLL COMMENTS*/
#comments{
	display:none;
}

/*hides countdown and qr code*/
.mec-single-event .mec-events-meta-group-countdown, .wp-block-latest-comments__comment-meta, #block-4, .mec-qrcode-details {
display:none;
}

/*background color for title and desc*/
.mec-single-event .mec-event-content {
    padding: 40px 0 30px;
    margin-bottom: 10px;
	 background: var(--base-3)  !important;
    padding: 40px !important;
    border-radius: 0 0 16px 16px;
    border-top: 5px solid var(--orange-fdoh);
    margin-top: 30px;
}

/*Google and iCal button*/
.mec-border-color, .mec-border-color-hover, .mec-wrap .mec-border-color, .mec-wrap .mec-border-color-hover {
    color: var(--orange-fdoh);
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    border: 3px solid var(--orange-fdoh);
    border-radius: 62px;
    line-height: 0;
    padding: 19px 25px;
    font-size: 16px;
    letter-spacing: 0;
	cursor:pointer;
	display:flex;
	 display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
	text-align:center;
	justify-content:center;
	column-gap:20px;
	
}

/* .mec-bg-color, .mec-bg-color-hover:hover, .mec-wrap .mec-bg-color, .mec-wrap .mec-bg-color-hover:hover {
    background-color: var(--fdoh-green) !important;
	border: 3px solid var(--fdoh-green);
		cursor:pointer;
} */

a.mec-booking-button.mec-bg-color {
    padding: 0;
    border-radius: 100px;
    background: var(--orange-fdoh) !important;
}

a.mec-booking-button.mec-bg-color:hover{
	        background-color: #cf5103 !important;

}

/*hides background of google and ical button*/
.mec-event-export-module.mec-frontbox {
    background: transparent !important;
}

.single-mec-events i.mec-sl-clock, .single-mec-events i.mec-sl-calendar, .single-mec-events i.mec-sl-location-pin, .single-mec-events i.mec-sl-wallet, .single-mec-events i.mec-sl-people {
	display:none;
}

.mec-single-event-time, .mec-single-event-date, .mec-single-event-location, .mec-event-cost, .mec-single-event-organizer {
    padding: 0;
}

.single-mec-events dd{
	padding-left:45px !important;
}

.mec-single-event-time::before {
    content: url(https://staging2.knowyourhivstatus.com/wp-content/uploads/2025/12/Group-162827.svg);
	padding-right: 10px;
}



.mec-single-event-time::before {
    content: url(https://staging2.knowyourhivstatus.com/wp-content/uploads/2025/12/Group-162827.svg);
	padding-right: 10px;
}

.mec-single-event-date::before {
    content: url(https://staging2.knowyourhivstatus.com/wp-content/uploads/2025/12/Group-162828.svg);
		padding-right: 10px;
}

.mec-single-event-location::before {
    content: url(https://staging2.knowyourhivstatus.com/wp-content/uploads/2025/12/Group-162823.svg);
	padding-right: 10px;
}

.mec-event-cost::before {
    content: url(https://staging2.knowyourhivstatus.com/wp-content/uploads/2025/12/Wallet.svg);
	padding-right: 10px;
}

.mec-single-event-organizer::before{
	content: url(https://staging2.knowyourhivstatus.com/wp-content/uploads/2025/07/People.svg);
	padding-right: 10px;
	
}

h3.mec-events-single-section-title.mec-location, h3.mec-events-single-section-title{
	margin-bottom: 0 !important;
}



/*date and time*/
.mec-single-event .mec-frontbox{
	background:var(--base-3) !important;
	padding:20px 40px 40px 40px!important;
	border-radius: 0 0 16px 16px;
	border:none;
}

/*date,time,location,share*/
.mec-date, .mec-time, .mec-location, .mec-social-single, .mec-cost{
	 font-family: var(--gp-font--bebas-kai) !important;
	font-size:25px !important;
	line-height:35px !important;
	color: var(--contrast-2) !important;
	text-align:left;
}

/*share this event*/
.mec-single-event .mec-event-social h3 {
    justify-content:left;
	justify-self:left;
	text-align:left;
}

.lity-content .mec-events-meta-group-booking .mec-wrap-checkout h4:before, .lity-content .mec-events-meta-group-booking form>h4:before, .mec-events-meta-group-booking .mec-booking-shortcode .mec-wrap-checkout h4:before, .mec-events-meta-group-booking .mec-booking-shortcode form>h4:before, .mec-single-event .mec-events-meta-group-booking .mec-wrap-checkout h4:before, .mec-single-event .mec-events-meta-group-booking form>h4:before, .mec-single-event .mec-frontbox-title:before, .mec-single-event .mec-wrap-checkout h4:before {
    padding: 1px 35px;
    border-bottom: none !important;
    font-size: 6px;
    content: "";
    text-align: center;
    position: absolute;
    bottom: -4px;
    margin-left: -35px;
    left: 50%;
	display:none !important;
}

/*Adjust the styling for date, location, time*/
abbr.mec-events-abbr {
	color:var(--contrast-2);
	font-size:16px;
	font-weight:400;
	line-height:26px;
	font-family: var(--gp-font--roboto-condensed);
}

/*Hides extra location icon next to address*/
dd.author.fn.org img {
	display:none;
}

/*Styles Location section under time*/
dd.author.fn.org {
	color:var(--contrast-2);
	font-size:16px;
	font-weight:400;
	line-height:26px;
	font-family: var(--gp-font--roboto-condensed);
	padding-left:33px;
}

.mec-single-event .mec-event-meta .mec-events-address .mec-address, .mec-single-event .mec-event-meta .mec-location-opening-hour span, .mec-single-event .mec-event-meta .mec-location-url span, .mec-single-event .mec-event-meta h6, .mec-single-event-sponsor span {
   color:var(--contrast-2);
	font-size:16px;
	font-weight:400;
	line-height:26px;
	font-family: var(--gp-font--roboto-condensed);
	margin-right: 10px !important;
}

/*Adjust the icons sizing*/
.mec-event-banner img.mec-custom-image-icon, .mec-event-meta img.mec-custom-image-icon, .mec-single-event-bar img.mec-custom-image-icon {
    width: 25px;
	margin-left: 10px;
}

/*Sharing*/
.mec-single-event .mec-event-social h3 {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 400;
    padding-bottom: 5px;
    color: #313131;
    border-bottom: 0 !important;
    width: 100%;
    display: block;
    padding-bottom: 10px;
    position: relative;
	margin-bottom:0 !important;
}

.mec-single-event .mec-event-sharing {
    margin-top: 0 !important;
}


.mec-single-event .mec-event-social ul {
    list-style: none;
    margin-left: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    justify-self: baseline;
	gap:20px;
}

.mec-single-event .mec-event-social li.mec-event-social-icon a {
    display: inline-block;
    color: #fff;
    width: 40px;
    height: 40px;
    padding: 6px;
    font-size: 18px;
    margin-right: 5px;
    margin-bottom: 5px;
    border-radius: 100px;
	background: var(--accent);
}

.mec-single-event .mec-event-social li.mec-event-social-icon a:hover {
    display: inline-block;
    color: #fff;
    width: 40px;
    height: 40px;
    padding: 6px;
    font-size: 18px;
    margin-right: 5px;
    margin-bottom: 5px;
    border-radius: 100px;
	background: var(--accent);
}

.mec-wrap li.mec-event-social-icon a > svg {
    width: 36px;
    height: 36px;
    fill: var(--base-3) !important;
    margin-right: 3px;
    border-radius: 50%;
    padding: 9px;
}

/*Single Event, makes Gcal and iCal background transparent*/
.mec-event-export-module:nth-child(4){
	background:transparent !important;
}

@media screen and (max-width:1023px){
	  .mec-full-calendar-search-ends {
        display: block;
    }

/*Top of the calendar styling*/
.events-page-section .mec-wrap .mec-totalcal-box {
    background-color: rgba(0, 0, 0, 0);
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
    max-width: 100%;
}
	
	.events-page-section select#mec_sf_month_767 {
    width:100%
}
	
	.mec-search-form .mec-date-search, .mec-search-form .mec-time-picker-search {
    width: 100%;
}
	
	/*Adds padding underneath search when on mobile*/
	.mec-search-form .mec-full-calendar-search-ends .mec-text-input-search.col-md-12 {
    /* padding: 0 0 0 20px; */
    margin-bottom: 18px;
}
		
}

/*Single Event:L Date, Location, Time Styling*/
img.mec-custom-image-icon {
    width: 30px !important;
		height:30px;
    padding: 0;
		margin:0;

}
span.mec-address {
	padding: 0 !important;
	
}


.mec-single-event .mec-event-meta dt, .mec-single-event .mec-event-meta h3, .mec-single-modern .col-md-4 .mec-sponsors-details h3, .mec-sponsors-details .mec-events-single-section-title {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 5px;
    display: inline;
    color: #000;
    padding-left: 0px;

}

.mec-single-event .mec-event-meta .mec-single-event-additional-locations .mec-events-single-section-title, .mec-single-event .mec-event-meta .mec-single-event-additional-organizers .mec-events-single-section-title, .mec-single-event .mec-event-meta .mec-single-event-category .mec-events-single-section-title, .mec-single-event .mec-event-meta .mec-single-event-location .mec-events-single-section-title, .mec-single-event .mec-event-meta .mec-single-event-organizer .mec-events-single-section-title, .mec-single-event .mec-events-meta-date h3 {
    padding: 0;
    margin-top: 0;
    display: inline-block;
}





/*Front End Submission*/
.mec-fes-form {
    background: transparent;
}

.page-id-618 .mec-fes-form-top-actions a, .mec-fes-list-top-actions a, .single-mec-events .pmpro_content_message a, .single-mec-events .pmpro_content_message a:link {
        color: var(--orange-fdoh) !important;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    border: 3px solid var(--orange-fdoh);
    border-radius: 62px;
    line-height: 0;
    padding: 19px 25px;
    font-size: 14px;
    letter-spacing: 0;
	background: white;
	text-transform: uppercase;
}

a.mec-fes-form-back-to:hover {
    color: var(--base-2) !important;
    font-family: "Roboto Condensed", sans-serif;
    border: 3px solid var(--fdoh-green);
    font-weight: 700;
    background-color: var(--fdoh-green);
    border-radius: 62px;
    line-height: 0;
    padding: 19px 25px;
    font-size: 14px;
    letter-spacing: 0;
    transition: 0.4s;
		text-transform: uppercase;
}



/*Go Back Button*/
.mec-fes-form-top-actions a:before {
    content: "";
    border: solid #ff6002;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 6px;
    margin-right: 5px;
    vertical-align: sub;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.mec-fes-form-top-actions a:hover:before {
    content: "";
    border: solid white;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 6px;
    margin-right: 5px;
    vertical-align: sub;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.page-id-618 .mec-meta-box-fields h4 {
	color: var(--accent);
	font-weight:400 !important;
    font-family: var(--gp-font--roboto-condensed);
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 6%;
    line-height: 24px;
    padding-bottom: 16px;
    text-transform: uppercase;
}


.mec-fes-form .mec-meta-box-fields h4, .mec-fes-form .quicktags-toolbar, .mec-fes-form div.mce-toolbar-grp {
    background: var(--base-3);
/* 	border-bottom: 2px solid black; */
}

.mec-fes-form .mec-meta-box-fields {
    padding: 0 20px 20px;
/*     border: 2px solid black; */
    margin-bottom: 20px !important;
    box-shadow: 0 2px 6px -3px #cfeff5;
    border-radius: 3px;
    background: var(--base-3);
}

button.mec-fes-sub-button {
    align-items: center;
    background-color: var(--base-2) !important;
    color: var(--orange-fdoh) !important;
    display: block;
    font-family: var(--gp-font--bebas-kai);
    font-size: 25px;
    font-weight: 400;
    margin-top: 28px;
    padding-bottom: 0.4rem;
    padding-top: 0.4rem;
    text-align: center;
    text-decoration: none;
    width: 100%;
    border: 5px solid var(--orange-fdoh) !important;
	box-shadow:none !important;
    border-radius: 100px !important;
}

.mec-fes-form button[type=submit].mec-fes-sub-button:focus {
    color: var(--base-2) !important;
    font-family: "Roboto Condensed", sans-serif;
    border: 3px solid var(--fdoh-green) !important;
    font-weight: 700;
    background-color: var(--fdoh-green) !important;
    border-radius: 62px;
    line-height: 0;
    padding: 19px 25px;
    font-size: 14px;
    letter-spacing: 0;
    transition: 0.4s;
		text-transform: uppercase;
}


/******* MAP View *****/

.mec-map-lightbox-wp.mec-event-list-classic {
    padding: 20px;
}

/*Map View > Circular Number*/
.mec-marker-infowindow-wp .mec-marker-infowindow-count {
    width: 60px;
    min-width: 60px;
    height: 60px;
    display: block;
    text-align: center;
    line-height: 60px;
    border: 2px solid var(--orange-fdoh);
    border-radius: 50%;
    font-size: 32px;
    color: var(--orange-fdoh);
	font-weight:700;
    float: left;
    margin-right: 11px;
	font-family: var(--gp-font--roboto-condensed);
}




/*Hides green shadow in Submit Event Button for Front End Submisison*/
.mec-fes-form-top-actions a, .mec-fes-list-top-actions a, .single-mec-events .pmpro_content_message a, .single-mec-events .pmpro_content_message a:link {
   
    box-shadow: none !important;
   
}