/* Resize Sliders For Mobile */
@media screen and (max-width: 800px){
	.swiper-container,
	.swiper-slide,
	.slider{
		max-height: 550px !important;
	}
}
@media screen and (max-width: 600px){
	.swiper-container,
	.swiper-slide,
	.slider{
		max-height: 350px !important;
	}
	.layers-slider-widget .heading{
		font-size: 1rem;
	}
	.layers-slider-widget p{
		font-size: 1rem;
	}	
}

/* Map Click */
.map-container {
  position: relative;
  width: 100%;
}

.map-container iframe {
  position: absolute;
  top: -47px;
  width: 100%;
  display: block;
  pointer-events: none;
 
}

.map-container iframe.clicked {
  pointer-events: auto;
}

/* Search Page */
.search.heading{
	font-size: 3rem;
}

.search-image,
.search-info{
	display: inline-block;
	clear: right;
	vertical-align: top;
	width: 46%;
	min-width: 400px;
	margin: 50px 2% 50px 0;
}

/* 404 Page */
.search-form input{
	display: inline-block;
	float: left;
	height: 50px;
	border-radius: 0px;
}

.search-form input[type="search"]{
	border: solid 1px #bbb;
}

.search-form input[type="submit"]{
	background: #666;
	border: solid 1px #666;
	color: #f5f5f5;
}

.search-form input[type="submit"]:hover{
	background: #666;
	color: #fff;
}

/* Toggle Button */

.toggle-button{
	margin: 5px;
}

.toggle-element{
	position: relative;
	display: block;	
	margin: 20px 0;
	padding: 10px 20px;
	overflow: hidden;
	visibility: hidden;
	opacity: 0;
	transition: .5s;	
}

.toggle-element.active{
	margin-top: 50px;
	overflow: visible;
	visibility: visible;
	opacity: 1; 
	transition: 1s;
}

/* Widget Widths */

.w25,
.w50,
.w75,
.w100{
	position: relative !important;
	top: 0 !important;
	right: 0 !important;
	bottom: 0 !important;
	left: 0 !important;
	display: inline-block !important;
	float: left !important;
	vertical-align: top !important;
	margin: 0 !important;
	padding: 2em;
}

.w25{
	width: 25% !important;
}

.w50{
	width: 50% !important;
}

.w75{
	width: 75% !important;
}

.w100{
	width: 100% !important;
}

@media screen and (max-width:800px){
	.w25,
	.w50,
	.w75,
	.w100,
	.home-content.boxes {
		width: 100% !important;
	}
}