/*******************************
* Timeline
********************************/
.atwm-terry-timeline-shortcode {
	font-family: "rigid-square", Sans-serif;
}
.atwm-terry-timeline-shortcode .atwm-terry-timeline-slides {
	margin-top: 150px;
}
.atwm-terry-timeline-shortcode .atwm-terry-timeline-slides .atwm-timeline-slide {
	background-color: #fff;
	padding: 15px;
	display: flex;
}
.atwm-terry-timeline-shortcode .atwm-timeline-slide-image,
.atwm-terry-timeline-shortcode .atwm-timeline-slide-content {
	width: 50%;
}
.atwm-timeline-slide-image {
    position: relative;
    display: block;
    overflow: hidden;
}
.atwm-timeline-slide-image::before {
    content: "";
    display: block;
    position: relative;
    padding-bottom: 60%;
    height: 0;
}
.atwm-timeline-slide-image img {
    display: block;
    position: absolute;
    max-width: none;
    height: 100%;
    width: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    object-fit: cover;
    min-width: 100%;
    min-height: 100%;
    background-color: #fff;
}
.atwm-timeline-slide-content {
	padding: 20px 40px 0 60px;
	text-align: left;
	position: relative;
}
.atwm-timeline-slide-title {
	margin-bottom: 50px;
}
.atwm-timeline-slide-title img {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	float: left;
	margin-right: 20px;
}
.atwm-timeline-slide-title .suptitle {
	font-size: 1.1rem;
	font-weight: 700;
	margin: 0;
	color: #ED2754;
}
.atwm-timeline-slide-content h2 {
	padding: 0;
	margin: 0;
	font-size: 40px;
	color: #ED2754;
	font-weight: 700;
}
.atwm-timeline-slide-data {
	margin-bottom: 30px;
	display: flex;
	justify-content: space-between;
}
.atwm-timeline-slide-data > * {
	width: 33.333%;
	padding-top: 7px;
	color: #002E52;
	font-weight: 700;
}
.atwm-timeline-slide-data .distance {
	background-image: url( images/runner.svg );
	background-position: left center;
	background-size: auto 100%;
	background-repeat: no-repeat;
	padding-left: 25px;
}
.atwm-timeline-slide-data .route {
	background-image: url( images/road.svg );
	background-position: left center;
	background-size: 30px auto;
	background-repeat: no-repeat;
	padding-left: 35px;
}
.atwm-timeline-slide-data .location {
	background-image: url( images/country.svg );
	background-position: left center;
	background-size: 30px auto;
	background-repeat: no-repeat;
	padding-left: 35px;
}
.atwm-terry-timeline-shortcode .atwm-timeline-slide-content .hashtag {
	position: absolute;
	bottom: 0;
	color: #ED2754;
}
.atwm-timeline-slide-content-body {
	max-height: 200px;
	overflow-y: auto;
	position: relative;
	scrollbar-color: #ED2754 #f1f1f1;
	scrollbar-width: thin;
}
@media (max-width: 989px) {
	.atwm-terry-timeline-shortcode .atwm-terry-timeline-slides .atwm-timeline-slide {
		flex-wrap: wrap;
	}
	.atwm-terry-timeline-shortcode .atwm-timeline-slide-image, 
	.atwm-terry-timeline-shortcode .atwm-timeline-slide-content {
		width: 100%;
	}
	.atwm-terry-timeline-shortcode .atwm-timeline-slide-content {
		padding: 20px 0 0 0;
	}
	.atwm-timeline-slide-image::before {
		padding-bottom: 55%;
	}
	.atwm-timeline-slide-title {
		margin-bottom: 10px;
	}
	.atwm-timeline-slide-title img {
    	width: 60px;
		height: 60px;
	}
	.atwm-timeline-slide-content-body {
		max-height: 125px;
		margin-bottom: 10px;
	}
	.atwm-terry-timeline-shortcode .atwm-timeline-slide-content .hashtag {
		position: relative;
		bottom: unset;
	}
	.atwm-timeline-slide-data {
		font-size: 0.8em;
	}
	.atwm-timeline-slide-data .distance {
		padding-left: 20px;
	}
	.atwm-timeline-slide-data .route {
		background-size: 20px auto;
		padding-left: 25px;
	}
	.atwm-timeline-slide-data .location {
		background-size: 20px auto;
		padding-left: 25px;
	}
}
@media (min-width: 990px) {
	.atwm-timeline-slide-content-body {
		max-height: 100px;
		padding-right: 20px;
	}
}
@media (min-width: 1200px) {
	.atwm-timeline-slide-content-body {
		max-height: 120px;
		padding-right: 20px;
	}
}
@media (min-width: 1400px) {
	.atwm-timeline-slide-content-body {
		max-height: 150px;
		padding-right: 20px;
	}
}
@media (min-width: 1650px) {
	.atwm-timeline-slide-content-body {
		max-height: 200px;
		padding-right: 20px;
	}
}
/* width */
.atwm-timeline-slide-content-body::-webkit-scrollbar {
  width: 10px;
}
/* Track */
.atwm-timeline-slide-content-body::-webkit-scrollbar-track {
  background: #f1f1f1;
}
/* Handle */
.atwm-timeline-slide-content-body::-webkit-scrollbar-thumb {
  background: #ED2754;
}
.atwm-timeline-slide-content-body .cbs-audio-link a {
	background-image: url( images/audio-icon.svg);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 30px;
}

.atwm-terry-timeline-shortcode .atwm-terry-timeline-thumbs {
	margin-top: 50px;
	margin-bottom: 100px;
}
.atwm-terry-timeline-thumbs .swiper-wrapper {
	height: 300px;
}
.atwm-terry-timeline-thumbs .swiper-slide {
	height: 150px;
	position: relative;
	overflow: unset;
}
.atwm-terry-timeline-thumbs .swiper-container .swiper-button-prev {
	width: 50px;
	height: 50px;
	background-color: #fff;
	left: 0;
	background-image: url( images/arrow-left-red.svg );
	background-size: 15px auto;
	background-position: center;
	background-repeat: no-repeat;
}
.atwm-terry-timeline-thumbs .swiper-container .swiper-button-next {
	width: 50px;
	height: 50px;
	background-color: #fff;
	right: 0;
	background-image: url( images/arrow-right-red.svg );
	background-size: 15px auto;
	background-position: center;
	background-repeat: no-repeat;
}
.atwm-terry-timeline-thumbs .swiper-container .swiper-button-prev.swiper-button-disabled, 
.atwm-terry-timeline-thumbs .swiper-container .swiper-button-next.swiper-button-disabled {
	opacity: 1;
}
.atwm-terry-timeline-thumbs .swiper-slide:nth-child(odd) {
	border-bottom: solid 1px #fff;
}
.atwm-terry-timeline-thumbs .swiper-container .swiper-slide:nth-child(odd):after  {
	content: "";
    display: block;
    position: absolute;
	width: 1px;
	height: 40px;
	background-color: #fff;
	left: 50%;
	bottom: 0;
	transform: translateX( -50% );
}

.atwm-terry-timeline-thumbs .swiper-container .swiper-slide:nth-child(even) {
	margin-top: 149px;
	border-top: solid 1px #fff;
}
.atwm-terry-timeline-thumbs .swiper-container .swiper-slide:nth-child(even):after  {
	content: "";
    display: block;
    position: absolute;
	width: 1px;
	height: 40px;
	background-color: #fff;
	left: 50%;
	top: 0;
	transform: translateX( -50% );
}
.atwm-terry-timeline-thumbs .swiper-slide:nth-child(even) .atwm-timeline-thumb {
	padding-top: 50px;
}

.atwm-terry-timeline-thumbs .swiper-slide.swiper-slide-thumb-active:after {
	background-color: #ED2754;
}
.atwm-terry-timeline-thumbs .swiper-container .swiper-slide.swiper-slide-thumb-active:nth-child(odd):before  {
	content: "";
    display: block;
    position: absolute;
	width: 10px;
	height: 20px;
	background-color: #ED2754;
	left: 50%;
	bottom: -10px;
	transform: translateX( -50% );
}
.atwm-terry-timeline-thumbs .swiper-container .swiper-slide.swiper-slide-thumb-active:nth-child(even):before  {
	content: "";
    display: block;
    position: absolute;
	width: 10px;
	height: 20px;
	background-color: #ED2754;
	left: 50%;
	top: -10px;
	transform: translateX( -50% );
}

.atwm-timeline-thumb-image {
	width: 70px;
	height: 70px;
	margin-left: auto;
	margin-right: auto;
	cursor: pointer;
}
.atwm-timeline-thumb-image img {
	max-width: 100%;
	max-height: 100%;
	border-radius: 50%;
	border: solid 1px #fff;
}

.atwm-timeline-thumb-content h3 {
	font-size: 12px;
	color: #fff;
	font-weight: 400;
}
.atwm-terry-timeline-thumbs .swiper-slide.swiper-slide-thumb-active .atwm-timeline-thumb-image img {
	border-color: #ED2754;
}


/*******************************
* SVG Map
********************************/
#svg-map {
	min-height: 500px;
}
#svg-map .svgcontainer {
	display: flex;
	flex-direction: column-reverse;
}
#svg-map .svgControl {
	display: flex;
	justify-content: space-evenly;
}
#svg-map input[type=button] {
	padding: 10px 20px;
}
#svg-map .elementor-widget-container,
#svg-map .elementor-shortcode {
	position: relative;
	height: 100%;
}
.atwm-shortcode-map {
	position: relative;
	height: 100%;
}
.atwm-map-area-container {
	overflow: hidden;
	cursor: grab;
	height: 100%;
}
.atwm-map-area,
.atwm-map-image {
	height: 100%;
}
.atwm-map-image svg {
	width: 100%;
	height: 100%;
}
.atwm-map-area-buttons {
	position: absolute;
	bottom: 0px;
	right: 3%;
	user-select: none;
	
}
.atwm-map-area-buttons > div {
	border: none;
	width: 40px;
	height: 40px;
	display: inline-block;
	position: relative;
	cursor: pointer;
	background-color: #ffa228;
}
.atwm-map-area-buttons > div:after {
	content: "";
	position: absolute;
	width: 60%;
	height: 5px;
	background-color: #ffffff;
	top: 50%;
	left: 50%;
	transform: translate( -50%, -50% );
}
.atwm-map-button-zoomin:before {
	content: "";
	position: absolute;
	width: 5px;
	height: 60%;
	background-color: #ffffff;
	top: 50%;
	left: 50%;
	transform: translate( -50%, -50% );
}
.atwm-enlarge-map {
	position: absolute;
	bottom: 0;
	left: 0;
}
#atwm-enlarge-map-link {
	color: #B32C2D;
	text-decoration: underline;
	cursor: pointer;
}
@media (max-width: 767px) {
	.atwm-shortcode-map {
		min-height: 400px;
	}
}
@media (min-width: 990px) {
	#svg-map {
		min-height: 900px;
	}
}
@media (min-width: 1200px) {
	#svg-map {
		min-height: 1000px;
	}
}
@media (min-width: 1600px) {
	#svg-map {
		min-height: 1500px;
	}
}

.atwm-map-popup-bg {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba( 0,0,0,0.4 );
	z-index: 200;
	justify-content: center;
	align-items: center;
	display: none;
}
.atwm-map-popup-bg.open {
	display: flex;
}
.atwm-map-popup {
	background-color: #fff;
	width: 96vw;
	height: 70vh;
	overflow: hidden;
	position: relative;
}
.atwm-map-popup-title {
    position: absolute;
	padding: 12px 20px;
    z-index: 10000;
	top: 0;
	left: 0;
	right: 0;
	background-color: rgba(255,255,255,0.5);
	font-size: 1.3em;
}
.atwm-map-popup svg {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX( -50% );
	width: 100%;
	height: auto;
}
.atwm-map-popup-close {
    position: absolute;
    width: 48px;
    height: 48px;
    cursor: pointer;
    z-index: 10001;
	top: 10px;
	right: 10px;
}
.atwm-map-popup-close:after, .atwm-map-popup-close:before {
    display: block;
    content: "";
    width: 24px;
    height: 2px;
    background: #B32C2D;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
}
.atwm-map-popup-close:before {
    transform: translate( -50%, -50%) rotate(-45deg)!important;
}
.atwm-map-popup-close:after {
    transform: translate( -50%, -50%) rotate(45deg)!important;
}

/*******************************
* MASTER SLIDER Thumbs
********************************/

.thumb-desc {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    color: #fff;
    transform: translate(-50%,-50%);
    text-align: center;
    font-size: 0.8em;
    line-height: 1.5em;
	font-weight: 500;
}