/*
 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
*/

ul {
	margin-left:1em;
}
body {
	position:relative;
}
.one-container .site-content {
	min-height:100vh;
}
.site.grid-container.container:before {
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:rgba(255,255,255,0.95);
	z-index:-1
} 
.gb-button {
  display: inline-flex;
  padding: 10px 30px;
  border-radius: 60px;
  background-color: var(--global-color-9);
  color: #ffffff;
  text-decoration: none;
}
a.gb-button:hover {
  background-color: var(--accent);
  color: #ffffff;
}
h1.entry-title a {
	color: var(--global-color-9);
}
.paging-navigation {
	display:none;
}
.addtoany_content_bottom,
.a2a_floating_style {
	display:none;
}
.single .addtoany_content_bottom,
.single .a2a_floating_style {
	display:block;
}
.addtoany_content_bottom .a2a_kit:before {
	content:"Deel deze actie:";
	display:block;
	color:var(--accent);
}
.home .entry-title a,
.home .post-image a{
	pointer-events:none;
	color:var(--accent);
}
.home .gb-button + .gb-button {
	display:none;
}
