/*
 Theme Name:   TimeMaps
 Template:     Divi
 Version:      1.0.0
*/

/*****Add any custom CSS below this line*****/


.arrows-container {
    position: fixed;
    left: 0;
    width: 100%;
    top: 50%;
    z-index: 9999;
}

.map-arrow-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10;
    margin: auto;
	background: none;
    border: none;
    padding: 0!important;
}

.map-arrow-prev svg, .map-arrow-next svg {
    width: 44px;
    height: 44px;
	border-radius:50%;
    background-color: wheat !important;
    border: solid 1px wheat !important;
}
.map-arrow-next {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background: none;
    border: none;
    padding: 0!important;
}
.arrows-container .link-timeline-next, .arrows-container .link-timeline-prev{
	border: 0px solid #F7F6F3;
    background: #F7F6F3;
}
#et-boc {
    overflow-x: unset;
}

@media (max-width: 768px) {
	.map-arrow-prev svg, .map-arrow-next svg {
		width: 32px;
		height: 32px;
		border-radius:0;
	}
}
