.switcher .option { 
	position: absolute !important;
}

.page-header .entry-title, .comment-respond {
	display: none; 
}

/* START OF RESPONSIVE */
@media only screen and (max-width: 800px) {
.elementor-170 .elementor-element.elementor-element-26aefa6b img {
		width: auto;
		max-width: 100%;
	}
}

@media only screen and (max-width: 780px) { 
	.elementor-1524 .elementor-element.elementor-element-5e6a5fd0 > .elementor-widget-container,
	.elementor-1481 .elementor-element.elementor-element-5e6a5fd0 > .elementor-widget-container { 
		padding:0; 
	}

	.map-icons-header ul { 
		justify-content: center; 
	}
}

/* END OF RESPONSIVE */

	/*  sticky */
.sticky{
    position: fixed;
    top: 0;
    z-index: 999;
    background: #fff;
    width: 100%;
}
  
  .menu-container.sticky ul li a{
    color: #333;
  }


/* HEADER MAP ICONS */

.map-icons-header ul {
 display: flex;
	padding: 0; 
} 
.map-icons-header ul li {
 list-style: none;
 padding-right: 10px;	
} 
