/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

.header-aligned-left .site-header {
    text-align:center;
}
.site-logo img {
    width:800px;
}

.site-main .nospace p {
    margin-bottom:0px;
}
.nospace .elementor-widget:not(:last-child) {
    margin-bottom:0px;
}

.dark-bg a:hover {
    color:#d9bf9c;
}

.single-landingpage .entry-content {
	margin-top: 0;
}
.single-landingpage .inside-article {
    padding: 0px;
}


.elementor a {
	text-decoration: underline!important;
}

@media only screen and (min-width: 1020px) and (max-width: 1200px) {
    #menu-hoofdmenu li a {
        padding-left:10px;
        padding-right:10px;
        font-size:16px;
    }
    .menu-item-has-children span.dropdown-menu-toggle {
        padding-right:0px;
        padding-left:6px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1020px) {
    #menu-hoofdmenu li a {
        padding-left:5px;
        padding-right:5px;
        font-size:15px;
    }
    .menu-item-has-children span.dropdown-menu-toggle {
        padding-right:0px;
        padding-left:5px;
    }
}

