/*place button modules next to each other in the same column*/
.pa-inline-buttons .et_pb_button_module_wrapper {
    display: inline-block;
}

/* Start Pulse CSS*/

.blurb-call-pulse .et-pb-icon {
  position: relative;
  z-index: 2;
  background-color: #2c3324; /* Adjust as needed */
  border-radius: 50%;
  padding: 12px;
}

.blurb-call-pulse .et-pb-icon::before,
.blurb-call-pulse .et-pb-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.15); /* ripple color */
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0.8);
  opacity: 0;
  z-index: 1;
  animation: ringPulse 3s infinite ease-out;
}

.blurb-call-pulse .et-pb-icon::after {
  animation-delay: 1s;
}

@keyframes ringPulse {
  0% {
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 0.6;
  }
  100% {
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
}

.blurb-call-pulse .et_pb_blurb_description{
    margin-top: 11px;
}

/* End Pulse CSS*/

.dtq-image-carousel-item figure {
    position: relative;
    border: 1px solid #000;
    border-radius: 15px;
    overflow: hidden;
}

/* Divi Torque (Slick) — continuous, no-pause scroll */
.dtq-carousel .slick-list {
  overflow: hidden;               /* hide overflow while we animate the track */
}

.slick-list.draggable {
  transition-timing-function: linear !important;
}

@media only screen and (max-width: 979px) {
    .headerRow .et_pb_column{
        margin-bottom:0 !important;
    }
    .blurb-call-pulse .et_pb_blurb_container {
        display: none;
    }
    .blurb-call-pulse .et_pb_blurb_content {
        text-align: right !important;
    }
    .blurb-call-pulse {
        margin-right: 20px;
    }

    ul#mobile_menu1 {
        width: 100%;
        position: fixed;
        top: 120px;
        max-width: 100%;
        padding: 20px 0;
    }
}

@media only screen and (max-width: 575px) {
    ul#mobile_menu1 {
        top: 88px;
    }  
}
