/*======================================
Theme Name: Divi Child
Theme URI: https://divicake.com/
Description: A Divi Child
Version: 1.0
Author: Stefan Stiller
Author URI: https://divicake.com/
Template: Divi
======================================*/
/* You can add your own CSS styles here. Use !important to overwrite styles if needed. */
body.single-project h1 {
  font-size: 56px;
}
@media only screen and (max-width: 980px) {
  body.single-project h1 {
    font-size: 46px;
  }
}
@media only screen and (max-width: 767px) {
  body.single-project h1 {
    font-size: 36px;
  }
}
body.single-project .et_pb_title_featured_container img {
  margin-top: 30px;
  width: auto;
}
@media only screen and (min-width: 980px) {
  body.single-project .et_pb_title_featured_container img {
    max-width: 800px;
    max-height: 500px;
  }
}
body.single-project .et_pb_title_meta_container {
  color: #717070;
  font-size: 24px;
  font-weight: 800;
  padding-top: 5px;
}
body .projects .et_pb_portfolio_grid_items, body .projects .et_pb_portfolio_items {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 980px) {
  body .projects .et_pb_portfolio_grid_items, body .projects .et_pb_portfolio_items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 630px) {
  body .projects .et_pb_portfolio_grid_items, body .projects .et_pb_portfolio_items {
    grid-template-columns: auto;
  }
}
body .projects .et_pb_portfolio_grid_items .et_pb_grid_item, body .projects .et_pb_portfolio_items .et_pb_grid_item {
  width: 100%;
}
body .projects .et_pb_portfolio_grid_items .et_pb_grid_item > a, body .projects .et_pb_portfolio_items .et_pb_grid_item > a {
  display: block;
}
@media only screen and (min-width: 630px) {
  body .projects .et_pb_portfolio_grid_items .et_pb_grid_item > a, body .projects .et_pb_portfolio_items .et_pb_grid_item > a {
    height: 200px;
  }
}
body .projects .et_pb_portfolio_grid_items .et_pb_grid_item > a span, body .projects .et_pb_portfolio_items .et_pb_grid_item > a span {
  height: 100%;
}
body .projects .et_pb_portfolio_grid_items .et_pb_grid_item > a span img, body .projects .et_pb_portfolio_items .et_pb_grid_item > a span img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

body #main-header #logo {
  display: none;
}
body .et_mobile_menu .menu-item-has-children > a {
  font-weight: inherit;
  background-color: transparent;
}
body .mobile_menu_bar::before, body .mobile_menu_bar::after, body #top-menu li.current-menu-ancestor > a, body #top-menu li.current-menu-item > a {
  color: #0c71c3;
}
body .et_mobile_menu {
  border-color: #0c71c3;
}
body .et_mobile_menu li.current_page_item a {
  color: #0c71c3;
}
body .et_mobile_menu .current-menu-item {
  background: rgba(0, 0, 0, 0.03);
}

@media only screen and (max-width: 980px) {
  body .et_pb_slider_show_image.ac_slider .et_pb_slide_image, body .et_pb_slider_show_image.ac_slider .et_pb_slide_video {
    width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  body .et_pb_slider_show_image.ac_slider .et_pb_slide_image, body .et_pb_slider_show_image.ac_slider .et_pb_slide_video {
    width: 90%;
  }
}
@media only screen and (max-width: 768px) {
  body .et_pb_slider_show_image.ac_slider .et-pb-controllers {
    bottom: 3%;
  }
}

body.single-tribe_events .tribe-events-event-image img {
  margin-top: 30px;
  width: auto;
}
@media only screen and (min-width: 980px) {
  body.single-tribe_events .tribe-events-event-image img {
    max-width: 800px;
    max-height: 500px;
  }
}
body .tribe-events-c-subscribe-dropdown__container {
  display: none !important;
}
body .landing_upcoming_events .ecs-no-events {
  text-align: center;
}
body .landing_upcoming_events .ecs-event-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  padding: 0;
  list-style-type: none;
}
@media only screen and (max-width: 980px) {
  body .landing_upcoming_events .ecs-event-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 630px) {
  body .landing_upcoming_events .ecs-event-list {
    grid-template-columns: auto;
  }
}
body .landing_upcoming_events .ecs-event-list .ecs-event a {
  width: 100%;
  height: auto;
  position: relative;
  display: block;
  padding: 0;
  margin: 0;
}
body .landing_upcoming_events .ecs-event-list .ecs-event a:before img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.6;
  transition: 0.2s;
}
body .landing_upcoming_events .ecs-event-list .ecs-event .entry-title {
  font-weight: 600;
}
body .landing_upcoming_events .ecs-event-list .ecs-event .duration.time {
  color: #666;
}
body .footer_upcoming_events .ecs-event-list {
  padding: 0;
  list-style-type: none;
}
body .footer_upcoming_events .ecs-event-list .ecs-event {
  border-bottom: 1px solid #c8c8c8;
  padding-top: 10px;
}
body .footer_upcoming_events .ecs-event-list .ecs-event:first-child {
  padding-top: 0;
}
body .footer_upcoming_events .ecs-event-list .ecs-event:last-child {
  border-bottom: none;
}
body .footer_upcoming_events .ecs-event-list .ecs-event .entry-title {
  font-size: 16px;
  color: #0c71c3;
  font-weight: 500;
}
body .footer_upcoming_events .ecs-event-list .ecs-event .duration.time {
  font-weight: 600;
}

body h1 {
  font-size: 3.8rem;
  font-weight: 800;
}
body h2, body .et_pb_slider.et_pb_module .et_pb_slides .et_pb_slide_description h2.et_pb_slide_title {
  font-size: 3.8rem;
  font-weight: 800;
}
@media only screen and (max-width: 980px) {
  body h2, body .et_pb_slider.et_pb_module .et_pb_slides .et_pb_slide_description h2.et_pb_slide_title {
    font-size: 2.8rem;
    line-height: 2.1rem;
  }
}
@media only screen and (max-width: 767px) {
  body h2, body .et_pb_slider.et_pb_module .et_pb_slides .et_pb_slide_description h2.et_pb_slide_title {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  body .et_pb_slide_description {
    padding: 8% 8% 8% 8%;
  }
}
body .upcoming_performances h2.entry-title {
  display: none;
}
body .upcoming_performances article {
  margin-bottom: 0;
}
@media only screen and (max-width: 980px) {
  body .et_pb_slider_show_image .et_pb_slide_image, body .et_pb_slider_show_image .et_pb_slide_video {
    width: 80%;
  }
}
@media only screen and (max-width: 767px) {
  body .et_pb_slider_show_image .et_pb_slide_image, body .et_pb_slider_show_image .et_pb_slide_video {
    width: 100%;
  }
}
body #landing_hero h1 {
  font-size: 5.8rem;
}
body #landing_hero .text .et_pb_text_inner {
  max-width: 600px;
}
@media only screen and (max-width: 980px) {
  body #landing_hero .text .et_pb_text_inner {
    max-width: 70%;
  }
}
@media only screen and (max-width: 980px) {
  body #landing_hero {
    box-shadow: inset 0px 0vh 0px 0px #ffffff;
  }
  body #landing_hero h1 {
    font-size: 9vw;
  }
  body #landing_hero p {
    font-size: 3.6vw;
  }
}
@media only screen and (max-width: 767px) {
  body #landing_hero {
    min-height: 40vh;
    min-height: auto;
  }
}
body .ac_blurb.et_pb_blurb_position_left .et_pb_blurb_container {
  padding-left: 5px;
}
body .ac_blurb .et_pb_blurb_content {
  margin: 0;
}/*# sourceMappingURL=style.css.map */