/**
 * * Timeliner for Elementor
 * * Beautiful graphical representation of a period of time for Elementor
 * * Exclusively on https://1.envato.market/timeliner-elementor
 * *
 * * @encoding        UTF-8
 * * @version         1.0.4
 * * @copyright       (C) 2018 - 2023 Merkulove ( https://merkulov.design/ ). All rights reserved.
 * * @license         Envato License https://1.envato.market/KYbje
 * * @contributors    Nemirovskiy Vitaliy (nemirovskiyvitaliy@gmail.com)
 * * @support         help@merkulov.design
 * **/
.timeline__content {
  overflow: hidden;
  border: none;
  border-radius: 0;
}

.timeline-nav-button {
  border: none;
  border-radius: 0;
}

.mdp-timeliner-title,
.mdp-timeliner-image,
.mdp-timeliner-description,
.mpd-timeliner-button {
  display: inline-block;
  vertical-align: top;
}

.timeline__content:before,
.timeline__content:after {
  display: none;
}