/*
Theme Name: Uncode Child
Description: Child theme for Uncode theme
Author: Undsgn™
Author URI: http://www.undsgn.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/

@font-face {
    font-family: 'vtg stencil';
    src: url('fonts/vtgstencilgermanyno1-regular-webfont.woff2') format('woff2'),
         url('fonts/vtgstencilgermanyno1-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.map-panel {
    padding: 1.5em !important;
	overflow-y: auto !important;
}

.map-panel h3.title.title--quartenary.u-white {
    font-weight: 600;
    line-height: 1.1;
    color: #fff !important;
}

.map-panel .map-panel__list {
    list-style: none !important;
    padding-left: 0 !important;
    margin-top: 1.5em;
    font-size: 0.85em;
}

.map-panel .map-panel__list p {    
    font-size: 24px !important;
}

.map-panel .map-panel__list .tgl {
    display: none;
}
.map-panel .map-panel__list .tgl+.tgl-btn {    
	width: 52px;
    height: 26px;
    margin-bottom: 0;
}
.map-panel .map-panel__list .map-panel__category .map-panel__category-list {
    list-style: none !important;
    padding-left: 0 !important;
	margin-left: 0 !important;
}
.map-panel .map-panel__list .map-panel__category-list .map-panel__name {
    font-size: 16px !important;
    opacity: .9;
}
.map-panel .map-panel__list .map-panel__category-name .svg-caret {
	top: 0;
    height: 1em;
}

.map-panel .map-panel__list .map-panel__category .map-panel__item:before {    
    background-color: inherit;
	width: 30px;
    height: 30px;
}

.map-panel .map-panel__list .map-panel__category .map-panel__item.map-panel__item--transport:before{
	 background-color: #e94253;
}

.map-panel__item--marker:before {
    content: attr(data-index);
    display: block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    margin-right: 1em;
    font-family: usual,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;
    background-color: #1a3346;
    color: #1a3346;
    font-size: 15px;
    font-weight: 700;
    line-height: 32px;
    text-align: center;
}


.map-panel .map-panel__list .map-panel__item--transport:before {    
    background-image: url(./img/icons/rail-white.svg);
}

.map-panel .map-panel__list .map-panel__item--hotels:before {
    background-color: #45e9ff;
}

@media only screen and (max-width: 1024px) {
	body .map-wrapper {	
		height: auto;
	}
	body .map-wrapper .map-panel {
		display: block;
		width: 100%;
		height: auto;		
		position: relative;
	}
	body .map-wrapper .map {
		z-index: 0;
		height: 600px;
		margin-left: 0px;
	}
}
