/*
Theme Name: Fitzeous Child
Description: This is a child theme for Fitzeous Theme
Author: Templatation
Template: fitzeous
Version: 1.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

.gallery-wrapper {
  padding-top: 90px;
  padding-bottom: 40px;
}

.gallery-wrapper .foogallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.gallery-wrapper .fg-default.fg-gutter-10 .fg-item {
  margin-right: 0;
  margin-bottom: 0;
}

.gform_heading {
  display: none;
}

/* EVENTS */
.blog_listing_inner .blog_img {
  height: 238px;
}

.blog_listing_inner .blog_img img {
  width: 100%;
  object-fit: cover;
}

body.single-tt_team .event_details_area ul:not(.hourly_schedule) {
  padding-left: 20px;
  margin-left: 20px;
  margin-bottom: 20px;
}

body.single-tt_team .event_details_area ul:not(.hourly_schedule) li {
  list-style: disc;
}

@media (max-width: 1229px) {
  .blog_listing_inner .blog_img {
    height: 188px;
  }
}

@media (max-width: 991px) {
  .blog_listing_inner .blog_img {
    height: 300px;
  }
}

@media (max-width: 767px) {
  .blog_listing_inner .blog_img {
    height: 222px;
  }
}

/* FAQs */
.frequently_asked_questions .frequently_questions_row .questions_ans .item>div a {
  font: 400 15px / 28px "Lato", sans-serif;
  color: #33cccc;
  letter-spacing: 0.5px;
}

.frequently_asked_questions .frequently_questions_row .questions_ans .item>div a:hover {
  color: #797979;
}

.frequently_asked_questions .frequently_questions_row .questions_ans .item>div a:after {
  display: none;
}

.frequently_asked_questions .frequently_questions_row .questions_ans .item ul,
.frequently_asked_questions .frequently_questions_row .questions_ans .item ol {
    font: 400 15px / 28px "Lato", sans-serif;
    color: #797979;
    letter-spacing: 0.5px;
	margin-top: 1rem;
}

.frequently_asked_questions .frequently_questions_row .questions_ans .item ul li,
.frequently_asked_questions .frequently_questions_row .questions_ans .item ol li {
    margin-bottom: 0.5rem;
}

@media only screen and (max-width: 48em) {
  /*************** ADD MOBILE ONLY CSS HERE  ***************/
}
