/* 
	Theme Name: The Tourist
	Theme Author: Olaru Stefan
*/

:root {
    --trst-gray: #EEF4F8;
	--trst-lightgray : #ebeced; 
    --trst-blue: #00A6FF;
    --trst-darkblue: #043F60;
    --trst-orange: #FF6600;
    --trst-white: #FFF;
    --trst-red: #ED1C24;
}
.text-gray { color: var(--trst-gray) }
.text-lightgray { color: var(--trst-lightgray); }
.text-blue { color: var(--trst-blue); }
.text-darkblue { color: var(--trst-darkblue); }
.text-white { color: var(--trst-white); }
.text-red { color: var(--trst-red); }

body {
	font-family: 'Montserrat', 'Open Sans', Helvetica, Arial, sans-serif;
	letter-spacing: 0.6px; 
	font-weight: 400; ;
	font-size: 14px; 
}


p { opacity: 1; line-height: normal; }

.indom { background: var(--trst-darkblue); padding: 15px; color: var(--trst-white); margin-top: 10px; }

.indom a { color: var(--trst-white); }


.gallery-wrapper.inCategory {  }
h1, h2, h3, h4, h5, h6 {
	font-family: 'Oswald', sans-serif!important;
}

blockquote {
    padding: 15px 30px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid var(--trst-orange);
	background: var(--trst-gray);
}

section:not(.block) h2 {
    margin-bottom: 0;
}

.homepage h2 { color: #FFF; margin: 0; padding: 0; text-align: left; text-transform: uppercase; letter-spacing: 1px;  }

.place-detail h2 { padding-left: 32px; font-weight: 500; text-align: right; }
.page-title { display: block; margin: 0;  }
.page-title h1 { color: var(--trst-white);  opacity: 1; padding: 0; margin: 0; }
.page-title a { color: var var(--trst-gray); }
.page-title h3 { margin: 0; padding: 0; margin-top: 15px; }

.carouselGallery .item a { height: auto!important; }

.homepage .section-title {
    margin: 0; 
}
.section-title {
   margin: 0;
   
}

/*.page-wrapper #page-header { display: none }; */

.ml-1 {
	margin-left: 5px;
}

.ml-2 {
	margin-left: 10px;
}

.ml-3 {
	margin-left: 15px;
}

.mr-1 {
	margin-right: 5px;
}

.mr-2 {
	margin-right: 10px;
}

.mr-3 {
	margin-right: 15px;
}

.mt-1 {
	margin-top: 5px;
}

.mt-2 {
	margin-top: 10px;
}

.mt-3 {
	margin-top: 15px;
}

.mb-1 {
	margin-bottom: 5px;
}

.mb-2 {
	margin-bottom: 10px;
}

.mb-3 {
	margin-bottom: 15px;
}

.m-1 {
	margin: 5px;
}

.m-2 {
	margin: 10px;
}

.m-3 {
	margin: 15px;
}

.width-1024px {
	width: 1024px;
}

.float-right {
	float: right;
}

.hero-section .map-wrapper {
	width: 100%;
	transition: all 0.3s linear;
}

.hero-section .map-wrapper .tinySidebar {
	position: fixed;
	height: 100%;
	left: 0;
	top: 0;
	width: 1px;
	background: transparent;
	z-index: +5;
	border-right: solid 1px rgba(0, 0, 0, 0.2);
}

.hero-section .map-wrapper .tinySidebar .routeFromHome {
	background: #FFF;
	border: solid 1px rgba( 0, 0, 0, 0.2);
	border-radius: 10px;
	width: 320px;
	padding: 10px;
	position: absolute;
	left: -320px;
	bottom: 15px;
	box-shadow: 5px 5px 15px #aaa;
	transition: all 0.3s linear;
	z-index: 1;
}

.hero-section .map-wrapper .tinySidebar .routeFromHome .routeDetails, .shadow .routeFromHome .routeDetails {
	font-size: 12px;
}

.hero-section .map-wrapper .tinySidebar .routeFromHome .routeDetails em, .shadow .routeFromHome .routeDetails em {
	font-style: normal;
}

.hero-section .map-wrapper .tinySidebar .routeFromHome .routeDetails div, .shadow .routeFromHome .routeDetails div {
	padding: 3px;
}

.hero-section .map-wrapper .tinySidebar .routeFromHome .routeDetails .total, .shadow .routeFromHome .routeDetails .total {
	border-top: solid 1px #ccc;
	font-weight: 500;
	display: flex;
	justify-content: space-between;
}

.hero-section .map-wrapper .tinySidebar .routeFromHome.active {
	left: 1px;
	transition: all 0.3s linear;
}

.hero-section .map-wrapper .tinySidebar .routeFromHome .routeMap {
	height: 320px;
}

.hero-section .map-wrapper .tinySidebar>ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.hero-section .map-wrapper .tinySidebar a {
	display: block;
	text-align: center;
}

.hero-section .map-wrapper .tinySidebar a .material-icons {
	font-size: 32px;
	padding: 10px;
	transition: all 0.3s linear;
}

.hero-section .map-wrapper .tinySidebar a:hover .material-icons {
	font-size: 42px;
	padding: 2px;
	transition: all 0.3s linear;
}

.hero-section .map-wrapper .map {
	width: 100%;
	left: 0;
	
	background: #FFF;
}

.hero-section .map-wrapper.show-sidebar {
	width: 76%;
	transition: all 0.3s linear;
}

.hero-section .map-wrapper.category {
	width: 50%;
}

.hero-section .map-wrapper.category.show-sidebar {
	width: 45%;
}

.categories-timeline {
	position: absolute;
	top: 15px;
	left: 65px;
	background: #FaFaFa;
	max-width: 320px;
	box-shadow: 1px 1px 2px rgb(0 0 0 / 20%);
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px;
}

.categories-timeline .material-icons {
	font-size: 32px;
}

.categories-timeline select.form-control {
	font-size: 16px;
	border: solid 1px #aaa;
	padding: 2px;
	margin-top: -4px;
	font-family: inherit;
}

.sidebar {
	position: fixed;
	top: 0;
	right: -24%;
	height: 100%;
	width: 24%;
	border-left: solid 1px #aaa;
	z-index: 3;
	transition: all 0.3s linear;
	padding: 10px;
	overflow: auto;
	box-shadow: -1px 0px 4px rgb(0 0 0 / 20%);
	background: var(--trst-gray);
}
.sidebar:before {
	content: ''; 
	position: absolute;
	top: 0; left: 0; width: 100%; height: 100%;
	
}

.sidebar.visible {
	transition: all 0.3s linear;
	right: 0;
}

.hero-section .map-wrapper.category .marker-content {
	padding: 15px;
	position: fixed;
	top: 0;
	left: 50%;
	height: 100%;
	overflow: auto;
	border-left: solid 1px #000;
	transition: all 0.3s linear;
	z-index: 2;
	max-width: 50%;
}

.hero-section .map-wrapper.category .marker-content:after {
	content: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.5);
	z-index: +1;
	transition: all 0.4s linear;
}

.hero-section .map-wrapper.category.show-sidebar .marker-content {
	left: 45%;
	width: 45%;
	transition: all 0.3s linear;
	overflow: hidden;
}

.hero-section .map-wrapper.category.show-sidebar .marker-content:after {
	content: "";
	transition: all 0.4s linear;
}

.landmarks {
	width: 320px;
	padding: 10px;
	border: solid 1px var(--trst-darkblue);
	position: relative;
	z-index: +1;
	background: var(--trst-white);
	margin-top: 15px; 
	margin-right: 15px; 
}


.landmarks a { color: var(--trst-darkblue); }
.landmarks a:hover { color: var(--trst-orange); font-weight: 500; ; }
.landmarks h5 {
	text-align: center;
}

.carousel-control.right, .carousel-control.left {
	background: none
}

audio, canvas, progress, video {
	width: 100%;
}

.gm-style-iw button {
	display: none!important;
}

#categories {
	display: block;
}

#categories .dropdown-menu {
	font-size: 1.3rem;
}

#categories .dropdown-menu>li>a {
	display: flex;
	justify-content: space-between;
	text-transform: uppercase;
	line-height: 3rem;
}

#categories .dropdown-menu>li:hover>a {
	font-weight: 600;
	color: #000;
}

.hero-section form {
	box-shadow: none;
	-webkit-box-shadow: none;
}

.hero-section .search-form {
	position: absolute;
	z-index: 20;
	height: 0;
	max-width: 320px;
	top: 0;
	left: 0;
}

.hero-section .results-wrapper .result-item {}

.hero-section .results-wrapper .result-item>a .result-item-detail .image:after {
	transition: all 0.4 linear;
}

.hero-section .results-wrapper .result-item:hover>a .result-item-detail .image:after {
	opacity: 0;
	transition: all 0.4 linear;
}

.page-wrapper #page-footer {
	height: auto;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	display: none;
}

.gm-control-active.gm-fullscreen-control {
	display: none;
}

/* .gmnoprint { display: none; } */

.sidebar-detail .section-title h2, .modal .section-title h2 {
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	font-size: 2.2rem;
	margin-top: 30px;
}

a.full-detail {
	position: absolute;
	top: -40px;
	right: 0;
}

section.place-detail p {
	font-size: 15px;
	line-height: 24px;
	text-align: justify;
	opacity: 1;
	font-weight: 300;
}

section.place-detail blockquote p {
	font-weight: 700;
	font-size: 17px;
}

section.place-detail blockquote {
	font-weight: 700;
	font-size: 17px;
}

.sidebar .back:hover {
	border: 2px solid rgba(0, 0, 0, 0.8);
	color: rgba( 255, 0, 0, 1);
	transition: 0.3s ease;
}

.sidebar .back {
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	-moz-transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
	cursor: pointer;
	border: 2px solid rgba(0, 0, 0, 0.3);
	background: #FFF;
	width: 40px;
	height: 40px;
	margin-right: 15px;
	position: absolute;
	top: 27px;
	left: 22px; 
	font-size: 20px;
	text-align: center;
	line-height: 35px;
	color: rgba( 255, 0, 0, 0.5)
}

.itinerarySwitch {
	position: absolute;
	bottom: 124px;
	left: 15px;
	width: 320px;
	background: #FFF;
	padding: 10px 15px;
	font-size: 12px;
	text-align: center;
}

.itinerarySwitch .info {
	border-top: solid 1px darkred;
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
	font-size: 11px;
	color: darkred;
}

.itinerarySwitch input[type="checkbox"] {
	margin-top: 2px
}

.itineraryResponse {
	position: absolute;
	bottom: 10px;
	right: -9999px;
	width: calc(100% - 410px);
	height: 152px;
	box-shadow: 0px -1px 2px rgba(0, 0, 0, 0.2);
	background-color: #fafafa;
	transition: all 1s ease-out;
	overflow: hidden;
}

.itineraryResponse.active {
	right: 60px;
	transition: all 1s ease-in;
}

.itineraryResponse ul {
	margin: 0;
	padding: 0;
	list-style: none;
	max-height: 110px;
	overflow-y: auto;
}

.itineraryResponse ul>li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: solid 1px #000;
	padding: 4px 10px;
	font-weight: 400;
	font-size: 12px;
	
}

.itineraryResponse ul>li:last-child {
	border: none;
}

.itineraryResponse ul>li>span {
	width: 40%;
}

.itineraryResponse ul>li>span:last-child {
	width: 20%;
	display: flex;
	justify-content: space-between;
}

.itineraryResponse ul>li>span>em {
	font-style: normal;
	font-weight: bold;
}

.itineraryResponse>.total {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 4px 10px;
	border-top: solid 2px #000;
	font-weight: 400;
	font-size: 12px;
}

.itineraryResponse>.total>span {
	width: 80%;
	text-align: center;
}

.itineraryResponse>.total>span:last-child {
	width: 20%;
	display: flex;
	justify-content: space-between;
}

.itineraryResponse>.total>span>em {
	font-style: normal;
	font-weight: bold;
}

.routeResponse {
	position: absolute;
	bottom: -100px;
	right: 60px;
	width: auto;
	max-width: calc(100% - 410px);
	box-shadow: 0px -1px 2px rgba(0, 0, 0, 0.2);
	background-color: #fafafa;
	padding: 10px 15px;
	z-index: 2;
	white-space: nowrap;
	display: block;
	align-items: center;
	transition: all 0.7s linear;
	opacity: 0;
}

.routeResponse.active {
	bottom: 10px;
	opacity: 1;
	transition: all 0.7s linear;
}

.routeResponse .results {
	color: darkred;
}

.routeResponse .results p {
	margin: 0;
	padding: 0;
}

.routeResponse .results .distance-time {
	font-size: 18px;
	font-weight: bold;
	color: darkred;
	padding-left: 0px;
	text-align: right;
	margin-top: 15px;
}

.detail-sidebar { 
	margin: 15px;
	max-width: 420px; 
}

.detail-sidebar .nshadow {
	padding: 5px; border: solid 1px var(--trst-darkblue); 
	background: var(--trst-white); 
	margin: 0; 
	width: 350px; 
}

.detail-sidebar .nshadow .content { 
	background: var(--trst-gray);
	font-size: 12px; 
}

.detail-sidebar figure {
	background: var(--trst-lightgray); 
	padding: 10px; 
	text-align: center; 
}

.detail-sidebar figure figcaption {
	font-weight: 500; 
	text-transform: uppercase;
	margin-bottom: 10px; 
}

.form-email {
	margin: 0;
	padding: 0;
}

.form-email .forn-inline {
	padding: 0;
}

.form-email .form-inline .form-group input {
	padding: 5px!important;
}

.form-email .form-inline button[type="submit"] {
	margin: 0!important;
	padding: 5px!important;
}

section.location p {
	font-size: 16px;
	line-height: normal;
	opacity: 1;
	text-align: justify;
}

.flexo {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.credits-content h3 {
	font-weight: normal;
}

.credits-content ul {
	margin-top: 30px;
}

.credits-content .ue {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
}

.credits-content .ue img {
	width: 20%;
	height: auto;
}

.credits-content ul strong {
	color: #511FAC;
}

.credits-content em {
	font-style: normal;
	color: darkred;
}

.credits-content em:before {
	content: ' (';
}

.credits-content em:after {
	content: ')'
}

.page-title h1 {
	font-weight: normal;
}

.controlBar {
	background-color: #511FAC;
}

.gallery-nav {
	font-size: 32px;
	color: #000;
	text-align: center;
	margin-bottom: 0;
	top: -37px;
	background: rgb(255, 255, 255);
	position: relative;
	width: 106px;
	left: 50%;
	transform: translateX(-50%);
	padding: 0 1px 4px 1px;
	border-radius: 44px;
}

.map-wrapper.category .gallery-nav {
	top: -54px
}

.fullWidth {
	width: 100%;
	background: #FFF;
}

.img-carousel {}

.modal-location {}

.modal-location .modal-dialog {
	width: 95%;
}

.modal-location .modal-content {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	background: none;
	padding: 0;
	box-shadow: none;
}

.modal-location .modal-content .location-content {
	width: 70%;
	background: #FFF;
	padding: 30px;
	outline: 2px solid #ccc;
	outline-offset: -5px;
}

.modal-location .modal-content .location-sidebar {
	width: 29%;
	background: #FFF;
	padding: 30px;
	outline: 2px solid #ccc;
	outline-offset: -5px;
}

.modal-location .detail-sidebar .shadow {
	margin-bottom: 10px;
	margin-left: 20px;
}

.modal-location .detail-sidebar .shadow .routeResponse .results {
	max-width: 310px;
}

.sigleMode .routeResponse .results {
	display: block;
}

.detail-sidebar.singleMode .routeResponse .results .route {
	width: 100%;
}

.detail-sidebar.singleMode .routeResponse .results .distance-time {
	width: 100%;
	text-align: center;
}

.infowindow { max-width: 320px; }
.infowindow h4 {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif!important;
	font-size: 0.9rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0;
	padding: 0;
}

.w40 { width: 40%; }
.w10 { width: 10%; }
.w5 { width: 5%; }


.modal-circuit {  }
.modal-circuit .modal-dialog { width: 90%; margin: 0;}
.modal-circuit .modal-content { padding: 0; background: transparent; box-shadow: none; }
.modal-circuit .modal-content .modal-header { margin: 15px; padding: 15px; background: #FFF; width: 75%; }
.modal-circuit .modal-content .modal-body { margin: 15px; padding: 15px; background: #FFF; width: 75%; }
.modal-circuit .modal-content .modal-footer { text-align: left; max-height: 150px; margin: 15px; padding: 15px; background: #FFF; width: 75%; }
.modal-circuit .modal-content .modal-sidebar { position: absolute; padding: 15px; background: #FFF; width: calc(25% - 30px); top: 15px; right:0; height: calc(100% - 30px); overflow: auto; }
.modal-circuit .modal-content .modal-footer .crow-container { height: 80px; overflow: auto; margin-bottom: 10px; }
.modal-circuit .modal-content .modal-footer .crow { display: flex; justify-content: space-between; font-size: 11px; font-weight: 500;  
	font-family: 'Source Code Pro', mono-space;
}
.modal-circuit .modal-content .modal-sidebar ol.route { margin:0; padding: 0; border-top: solid 1px var(--trst-gray); padding-top: 15px; margin-top: 15px;  }
.modal-circuit .modal-content .modal-sidebar ol.route li { display: flex; justify-content: space-between; align-items: center;}
.modal-circuit .modal-content .modal-footer .total { background: var(--trst-gray); display: flex; align-items: center; justify-content: space-between; padding: 5px; }