/*
 Theme Name:   Salient Child
 Template:     salient
 Version:      1.0.0
*/

@import url("../salient/style.css");

.timeline-element .inner-wrapper .timeline-row {
	display: flex;
	gap: 40px;
	.date {
		text-align: end;
	}
	.circle {
		text-align: center;
		svg {
			margin-bottom: 6px;
		}
	}

	.timeline {
		position: relative;
	
	}
	.line {
		position: absolute;
		top: 0;
		height: 100%;
		left: 50%;
		transform: translateX(-50%);
		z-index: -1 !important;
	}
	.col-2 {
		width: 16.6%;
	}
	.col-8 {
		width: 66.6%;
	}
	.col-10 {
		width: 83.3%;
	}
}

.hide-desktop {
	display: none;
	padding-top: 42px;
}

@media only screen and (max-width: 1700px) {
  body {
    background-color: lightblue;
  }

  .hide-mobile {
	display: none;
  }

  .hide-desktop {
	display: block;
  }

}
