#content-main [id^="my_calendar_"] input, #content-main [id^="my_calendar_"] select {
  height: 34.25px;
  border: 1px solid black;
  margin: 0 4px;
  display: inline-block;
  border-radius: 4px;
}

[id^="my_calendar_"] .mc-main .mc-date-switcher div,
.mc-main .mc-search-form,
.mc-main .mc_filters form {
  align-items: flex-start;
}

[id^="my_calendar_"] .mc-main .my-calendar-header,
.mc-main .my-calendar-footer {
  align-items: flex-start;
}

[id^="my_calendar_"] .mc-image {
  width: auto;
  max-height: 500px;
}

[id^="my_calendar_"].mc-main *,
[id^="my_calendar_"].mc-main *:before,
[id^="my_calendar_"].mc-main *:after {
  list-style: none;
  list-style-type: none;
}

/* Single event page blog image removal */
.single-mc-events .featured-image-container-full {
  display: none;
}

/* js modal is Mobile & Grid Calendar pop-up*/
#js-modal {
  top: 20vh;
  min-height: 15vw;
}

.mc-locations .featured-image-container-full {
  display: none;
}

.mc-locations .posted {
  display: none;
}

.mc-locations .mc-location-upcoming {
  padding-top: 30px;
}

/* apply the height and default image for Location pages */
.mc-location-content {
  background: url(../../../../wp-content/themes/Stellar_Responsive/images/logos/oneida-logo.png);
  height: 400px;
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
}

/* Homepage Upcoming Events */
#upcoming-event-frame ul.upcoming-events {
  display: flex;
  flex-direction: row;
  padding-right: 500px;
  padding-left: 500px;
  overflow-x: scroll;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
}

#upcoming-event-frame .upcoming-event img {
  max-width: 340px;
  max-height: 347px;
}

#upcoming-event-frame li.upcoming-event {
  scroll-snap-align: center;
  padding-bottom: 10px;
  display: inline;
  list-style: none;
  background: url(../../../../wp-content/themes/Stellar_Responsive/images/logos/oneida-logo.png);
  background-position: center;
  background-repeat: no-repeat;
}

#upcoming-event-frame .upcoming-event h3 {
  font-size: 20px;
  font-family: 'lato-bold';
  color: white;
  text-transform: inherit;
}

/* Works on Firefox */
ul.upcoming-events {
  scrollbar-width: thin;
  scrollbar-color: rgb(10, 10, 10, 0) rgba(200, 200, 198, 0);
}

/* Works on Chrome, Edge, and Safari */
ul.upcoming-events::-webkit-scrollbar {
  width: 12px;
}

ul.upcoming-events::-webkit-scrollbar-track {
  background: rgba(200, 200, 198, 0);
}

ul.upcoming-events::-webkit-scrollbar-thumb {
  background-color: rgb(10, 10, 10, 0);
  border-radius: 20px;
  border: 2px solid rgb(0, 0, 0, 0);
}

/* Right button */
.icon_upcoming_event_next {
  background-image: url(../images/rightButton.png);

  height: 53px;
  width: 27px;
  border: none;

  display: block;
  float: right;
  position: absolute;
  right: 0%;
}

/* Left button */
.icon_upcoming_event_prev {
  background-image: url(../images/leftButton.png);

  height: 53px;
  width: 27px;
  border: none;

  display: block;
  float: left;
  position: absolute;
}

/* Calendar */
h2.my-calendar-month span{
  font-size: 2.5rem;
  line-height:1
}

tr.mc-row {
  display: flex;
  flex-direction: row;
}

.mc-content td.day-with-date {
  overflow-y: auto;
  height: 153px;
  width: 15%;
}

th.weekend-heading {
  width: 15%;
}

th.day-heading {
  width: 15%;
}

.my-calendar-modal[role=dialog]{
  background-color: white;
  padding: 25px;
  box-shadow: 5px 5px 5px 1px rgb(0 0 0 / 0.5);
  border: 3px solid #31254d;
}

dialog.my-calendar-modal #modal-title {
  font-size: 1.5rem !important; /*Bug related to app sending empty value to this field that can't otherwise be overwritten*/
  font-weight: 600;
  line-height:2
}

button.mc-toggle:hover, button.mc-toggle:focus, button.mc-toggle {
  opacity: 0;
}

/* Works on Firefox */
td.day-with-date {
  scrollbar-width: thin;
  scrollbar-color: rgb(10, 10, 10) rgb(49,50,51);
}

/* Works on Chrome, Edge, and Safari */
td.day-with-date::-webkit-scrollbar {
  width: 10px;
}

td.day-with-date::-webkit-scrollbar-track {
  background: rgb(49,50,51);
}

td.day-with-date::-webkit-scrollbar-thumb {
  background-color: rgb(255 255 255);
  border-radius: 10px;
  border: 1px solid rgb(255 255 255);
}

/* Location specific upcoming events */
.mc-location-upcoming .upcoming-events {
  display: flex;
  flex-direction: column;
  padding-right: 0px;
  padding-left: 0px;
  overflow-x: auto;
  overflow-y: auto;
  scroll-snap-type: none;
  background: none;
}

/* Mini calendar height */

[id^="my_calendar_"].mc-main.mini td {
  overflow-y: auto;
  height: 40px;
  width: 15%;
}

/*VVVV Advanced Search Styling VVVV*/
.mc-advanced-search .mc_location_type{
  display:none
}

.duet-date__input-wrapper{
  display:flex;
}

div .mc-advanced-search .duet-date__input{
  width: 275px;
  height: 3.2vh;
  margin-right:10px;
}

.mc-advanced-search .duet-date__toggle{
  width: 3vh;
  height: 3vh;
  display:flex;
  position: initial
}

.mc-advanced-search form input[type=text], .mc-advanced-search form select{
  border: 1px solid black;
  border-radius: 4px;
  color: black;
}
/*^^^^ Advanced Search Styling ^^^^*/

/* Specific Calendars*/
[id^="community-health"] .category-icon { /*hides icons specifically for the community-health calendar*/
  display:none;
}