/*

 Theme Name:   GeneratePress Child

 Theme URI:    https://www.happiness-coaching-heidelberg.de

 Description:  Default GeneratePress child theme

 Author:       Damiaan van Vliet

 Author URI:   https://www.albuswebdesign.nl

 Template:     generatepress

 Version:      1.0

 Tags: two-columns, three-columns, one-column, right-sidebar, left-sidebar, fluid-layout, responsive-layout, custom-header, custom-background, custom-menu, custom-colors, sticky-post, threaded-comments, translation-ready, featured-images, theme-options, light, white, dark, black, blue, brown, gray, green, orange, pink, purple, red, silver, tan, yellow

*/
h2.widget-title {
	color: #95c11a!important;
	margin-bottom: 0em;
}

body.page .entry-title {
    display: none;
}

.post-to-page-categories, .post-to-page-tags {
    margin-right: 5px;
}

.socialicon {
    margin-right: 0.5em;
}

.widget-area .widget {
    text-align: center;
}

/* landingspage */
/* paarse balk */
body.page-id-10156 #masthead {
    border-top: 2em solid #652082;
}

/* 3 widgets niet tonen */ 
body.page-id-10156 .footer-widget-1 aside, 
body.page-id-10156 .footer-widget-2 aside, 
body.page-id-10156 .footer-widget-3 aside {
    display: none;
}

#post-10156 .inside-article {
    background: none;
}

/* blogbericht */
body.single #comment {
    height: 5em;
}


/* wp show posts */
a.wp-show-posts-read-more, a.wp-show-posts-read-more:visited {
    border: 2px solid #652082;
    border-radius: 8px;
}
a.wp-show-posts-read-more:focus, a.wp-show-posts-read-more:hover {
    background-color: #EFE8F2;
    border: 2px solid #652082;
    color: #000;
}

body.page-id-757 a.wp-show-posts-read-more:focus, body.page-id-757 a.wp-show-posts-read-more:hover {
    background-color: #fff;
    border: 2px solid #652082;
}
/* ========== 19" scherm aanpassingen ========== */
@media all and (max-width: 1440px) and (min-width: 1367px) {

}	
/* ========== 13" scherm aanpassingen ========== */
@media all and (max-width: 1366px) and (min-width: 1025px) {
    
}	
/* ========== tablet landscape aanpassingen ========== */
@media all and (max-width: 1024px) and (min-width: 801px) {
    
}
/* ========== tablet portret aanpassingen ========== */
@media all and (max-width: 800px) and (min-width: 501px) {
    
}
/* ========== smartphone aanpassingen ========== */
@media all and (max-width: 500px) and (min-width: 50px) {
    
    /* marges aanpassen want bij mobiel lijnt de post-to-page berichten niet goed uit */
    body.home #content {
        margin: 0 25px;
    }
    body.home #main {
        margin: 0;
    }
    
    /* geen zijbalk bij mobiel */
    #right-sidebar, #left-sidebar {
        display: none;
    }    
}



