/*======================================
Theme Name: RSD Afbouw
Theme URI: https://athemes.com/theme/sydney
Description: AH Vastgoed
Version: 1.0
Author: Maurits Weebers
Author URI: https://athemes.com/theme/sydney
Template: sydney
License: GNU General Public License v2.0
License URI: https://www.gnu.org/licenses/gpl-2.0.html
======================================*/

@import url("../sydney/style.css");

#header{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9999;
}
#header #header-menu{
	float: right;
}

#header-menu li{
	display: inline;
	margin-right: 10px
}

.logo.style-svg img{
	height: 70px;
}

#footer .menu ul{
	list-style: none;
	margin: 0;
	padding: 0 0 0 15px
}
#footer .menu li a {
	color: #fff;
}
#footer .menu li a:hover {
	color: #665118;
}

#footer .svg-image img{
	width: 120px;
}
@media (max-width: 1025px){
	#footer .menu li a{
		text-align: center;
		display: inherit;
	}
}

@media (max-width: 767px){
	.elementor-column.col-half {
			width: 50%;
	}
	#footer .menu ul{
		padding: 0 0 0 0;
	}
	#footer .menu li a{
		text-align: center;
		display: inherit;
	}
	#header .elementor-widget-image .elementor-image>a img[src$=".svg"], #header .elementor-widget-image.elementor-image figure>a img[src$=".svg"]{
		max-width: 100px !important;
	}
	.elementor-widget-image .elementor-image>a img[src$=".svg"], .elementor-widget-image.elementor-image figure>a img[src$=".svg"]{
		width: auto;
		max-width: 100px !important;
	}
}