/*
  Theme Name: Cold Spring Landscaping
  Theme URI: https://coldspringlandscaping.com
  Version: 1.0.0
  Template: Divi
  Author: Patricia Birchenough
  Author URI: https://coldspringlandscaping.com
  Text Domain: cold-spring-landscaping
  License: GNU General Public License v2 or later
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

html, body {
	overflow-x: hidden;
}

/* Group Carousel Settings */
.carousel-dots-spacing .swiper-pagination {
  padding-top: 20px;
  padding-bottom: 10px;
}

.carousel-dots-spacing .swiper-pagination-bullet {
  margin: 0 6px;
}

@media (max-width: 980px) {
  .stack-on-tablet {
    display: flex;
    flex-direction: column;
  }

  .stack-on-tablet .et_pb_column {
    width: 100% !important;
  }
}