/*
Theme Name: Organisatiedoorbraak
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Ivaldi
Author URI: http://www.ivaldi.nl
Template: themeforest
*/

.flex_column.av_one_half.first{
	z-index: 9;
	position: relative;
}

.ivaldi-maps,
.ivaldi-maps img{
	display: block;
	margin: 0 auto;
	position: relative;
}

.ivaldi-maps{
	display: none;
}
.alignleft{
	float: left;
}
.alignright{
	float: right;
}
.ivaldi-point{
	position: absolute;
	overflow: hidden;
	width: 40px;
	height: 40px;
}

.ivaldi-point:hover{
	overflow: inherit;
	z-index: 20;
}

.ivaldi-point .bubble{
	background: #FFF;
	z-index: 3;
	width: 300px;
	padding: 10px 20px;
	border-radius: 3px;
	box-shadow: 0 2px 2px rgba(0,0,0,0.1);
	position: absolute;
	top: 40px;
	left: 50%;
	margin-left: -150px;
	border: 1px solid #ddd;
	font-size: 12px;
	line-height: 1.5;
	opacity: 0;
	transform: translate3d(0, 50px, 0);
	-webkit-transform: translate3d(0, 50px, 0);
	-moz-transform: translate3d(0, 50px, 0);
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
	z-index: 3;
}

.ivaldi-point:hover .bubble{
	transition: opacity 0.2s ease-out, transform 0.3s ease-out;
	-webkit-transition: opacity 0.2s ease-out, -webkit-transform 0.3s ease-out;
	-moz-transition: opacity 0.2s ease-out, -moz-transform 0.3s ease-out;
}

.ivaldi-point .bubble:after{
	content: "";
	border: 12px solid transparent;
	border-bottom-color: #fff;
	position: absolute;
	left: 50%;
	margin-left: -12px;
	top: -24px;
}

.ivaldi-point .bubble:before{
	content: "";
	border: 14px solid transparent;
	border-bottom-color: #ddd;
	position: absolute;
	left: 50%;
	margin-left: -14px;
	top: -28px;
}

.ivaldi-point .bubble img{
	margin: 3px 10px 0 0;
}

.ivaldi-point a.pointer{
	width: 40px;
	height: 40px;
	display: block;
	position: relative;
	opacity: 0;
	transition-property: opacity;
	transition-duration: 0.2s;
	transition-timing-function: ease-out;
	z-index: 4;
	border: 1px solid #ddd;
	background: #eee;
	border-radius: 50%;
	text-align: center;
	line-height: 38px;
	color: #222;
	font-size: 1.4em;
	font-family: 'entypo-fontello';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: normal;
	speak: none;
	text-decoration: none;
}
.ivaldi-point.active a.pointer{
	opacity: 0.8;
}
.ivaldi-point a.pointer:hover{
	opacity: 1;
}
.ivaldi-point:hover .bubble:hover{
	opacity: 1;
	transform: translate3d(0, 0px, 0);
	-webkit-transform: translate3d(0, 0px, 0);
	-moz-transform: translate3d(0, 0px, 0);
}
.ivaldi-point a.pointer:hover + .bubble{
	opacity: 1;
	transform: translate3d(0, 0px, 0);
	-webkit-transform: translate3d(0, 0px, 0);
	-moz-transform: translate3d(0, 0px, 0);
}

.ivaldi-map-holder{
	width: 100%;
	border: none;
}

.grid-entry .inner-entry{
	height: 270px;
	max-height: 270px;
}
.grid-image img{
	max-height: 200px;
}
.inner-entry .grid-content{
	position: absolute;
	bottom: 0;
}
.grid-entry{
	margin-bottom: 20px;
}

.avia-content-slider .slide-image img{
	margin: 0 auto;
}

.av_one_third .avia_textblock div .products .product{
	width: 100%;
}

/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

@media only screen and (min-width: 768px) {
  /* Add your Desktop Styles here */

}



/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

@media only screen and (max-width: 767px) {
  /* Add your Mobile Styles here */

}