/*
Theme Name: Enfold Child
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: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/

/* gebruik de map css voor custom css*/

/* header */
@media only screen and (max-width: 767px) {
	.phone-info span {
		padding-right:5px !important;
	}
}

@media only screen and (max-width: 480px) {
	.phone-info a {
	    font-size: 12px;
	}
	.phone-info span {
		display: flex;
	    justify-content: space-between;
	}
}

span.avia-menu-text {
	text-transform: uppercase;
}


.phone-info {
    font-size: 15px;
}

.phone-info a {
	display:block;
	float:left;
	padding-right: 20px;
	padding-top: 4px;
}

#header_meta {
	border:none !important;
}


/* full screen slider home */
.home .avia-fullscreen-slider {
	z-index: 1;
}

.home .avia-link-column {
	transition: 0.2s;
}

.home .avia-link-column:hover {
	box-shadow: 0 0 10px 0 #000000 !important;
}


/* Icoonlijsten */
@media only screen and (max-width: 767px) {
	.av-iconlist-big h4 {
		font-size: 13px;
	}
	.av-iconlist-big .iconlist_icon {
		margin-right: 14px;
	}
}

.kj_list_link_underscore .av_iconlist_title a {
    text-decoration: underline!important;
}

.av-iconlist-big .av_inherit_color a, #footer .av-iconlist-small .av_inherit_color a, #top .av_iconlist_title a  {
    text-decoration: none;
    text-transform: none;
}


.iconlist-timeline {
	display:none;
}

/* Widgets op mobiel */
@media only screen and (max-width: 767px) {
	#footer .widget {
		margin-bottom: -20px;
	}
}