.mosiac_grid a {
  color: black;
}

.mosiac_grid a:hover {
  color: black;
}

.single_mosiac_div {
  padding: 30px 30px 70px 30px;
  color: black;
  display: flex;
  flex-direction: column;
}
@media (max-width: 700px) {
  .single_mosiac_div {
    padding: 0px;
    flex-direction: row;
    margin-bottom: 20px;
  }
}
.single_mosiac_div .wrapper a {
  display: block;
}
@media (max-width: 700px) {
  .single_mosiac_div .wrapper a {
    display: inline-block;
  }
}
.single_mosiac_div .image_wrapper {
  width: 100%;
}
@media (max-width: 700px) {
  .single_mosiac_div .image_wrapper {
    width: 120px;
  }
}
.single_mosiac_div .info_wrapper {
  width: 100%;
}
@media (max-width: 700px) {
  .single_mosiac_div .info_wrapper {
    width: calc(100% - 120px);
  }
}
.single_mosiac_div .info_wrapper a {
  width: 100%;
}
.single_mosiac_div .featured_image_bg {
  width: 100%; /* Adjust the width as necessary */
  padding-top: 100%; /* Adjust the height as necessary */
  background-position: center;
  background-repeat: no-repeat;
  background-size: 150%; /* Cover the div area with the background */
  transition: background-size 1s ease-in-out; /* Smooth transition for the background-size */
}
@media (max-width: 700px) {
  .single_mosiac_div .featured_image_bg {
    width: 120px;
    padding-top: 100%;
    height: 200px;
    background-size: cover;
  }
}
.single_mosiac_div .featured_image_bg:hover {
  background-size: 160%; /* Increase the background size on hover */
}
@media (max-width: 700px) {
  .single_mosiac_div .featured_image_bg:hover {
    background-size: cover;
  }
}
.single_mosiac_div .show-time {
  display: flex;
  flex-direction: row;
  border: 1px solid black;
}
.single_mosiac_div .info {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-top: -15%;
  padding: 30px;
  transition: 0.5s;
  display: flex;
  flex-direction: column;
}
@media (max-width: 700px) {
  .single_mosiac_div .info {
    margin-top: 0;
    width: 100%;
    height: 200px;
    flex-direction: column-reverse;
    padding: 25px;
  }
}
.single_mosiac_div .info h2 {
  font-family: "Editor Sans", Sans-serif;
  font-size: 2.3vw;
  font-weight: bold;
  font-style: italic;
  letter-spacing: -0.4px;
  text-align: center;
}
@media (max-width: 700px) {
  .single_mosiac_div .info h2 {
    font-size: 20px;
    text-align: right;
  }
}
@media (max-width: 700px) {
  .single_mosiac_div .lottieDiv {
    display: none;
  }
}
.single_mosiac_div .mobileBtn {
  display: none;
}
@media (max-width: 700px) {
  .single_mosiac_div .mobileBtn {
    display: block;
  }
}
.single_mosiac_div .info:hover {
  background-color: white !important;
  border: 2px solid black !important;
}
.single_mosiac_div .timeDateRow {
  display: flex;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 1px solid black;
  justify-content: space-between;
  font-family: "Editor Sans", Sans-serif;
  align-items: flex-end;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media (max-width: 700px) {
  .single_mosiac_div .timeDateRow {
    width: 100%;
    border-bottom: none;
    justify-content: flex-start;
  }
}
.single_mosiac_div .timeDateRow .date {
  font-size: 2.1vw;
}
@media (max-width: 700px) {
  .single_mosiac_div .timeDateRow .date {
    font-size: 17px;
  }
}
.single_mosiac_div .timeDateRow .day, .single_mosiac_div .timeDateRow .time {
  font-size: 1.5vw;
}
@media (max-width: 700px) {
  .single_mosiac_div .timeDateRow .day, .single_mosiac_div .timeDateRow .time {
    font-size: 17px;
  }
}
.single_mosiac_div a {
  color: black;
}

@media (max-width: 768px) { /* Adjust this breakpoint to suit your mobile breakpoint */
  .timeDateRow .day::after, .timeDateRow .date::after {
    content: ",";
    margin-left: 4px; /* Adjust the spacing to your preference */
  }
}
.mosiac_grid .single_mosiac_div:nth-child(4n+1) .info {
  background-color: #266b4a;
  border: 2px solid #266b4a;
}

.mosiac_grid .single_mosiac_div:nth-child(4n+2) .info {
  background-color: #a8dbff;
  border: 2px solid #a8dbff;
}

.mosiac_grid .single_mosiac_div:nth-child(4n+3) .info {
  background-color: #ffff59;
  border: 2px solid #ffff59;
}

.mosiac_grid .single_mosiac_div:nth-child(4n) .info {
  background-color: #705b4f;
  border: 2px solid #705b4f;
}

.grid-item {
  width: 49%;
}
@media (max-width: 700px) {
  .grid-item {
    width: 100%;
  }
}

.grid-item.spacer {
  visibility: hidden; /* Makes the spacer invisible */
  height: 100px; /* Adjust the height to control how far down the next item will start. */
}
@media (max-width: 700px) {
  .grid-item.spacer {
    display: none;
  }
}

.lottieDiv {
  transform: rotate(180deg);
  width: 50%;
  margin-right: auto;
  margin-left: 10%;
}/*# sourceMappingURL=custom.css.map */