/*
Theme Name: VIP Castricum
Theme URI: http://dutchwebdevelopment.nl
Author: Dutch Web Development
Author URI: http://dutchwebdevelopment.nl/
Text Domain: dutchwebdevelopment
Version: 1.03

License: Dutch Web Development
*/

.popmake-content img {
	margin-bottom: 1em !important
}
table, th, td {
  border: 1px solid black;
}

.grid-home {
	display: grid;
    overflow: hidden;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 1fr;
	width: 100%;
    grid-row-gap: 5px;
}

@media screen and (max-width: 950px) {
	.grid-home {
		display: block;	
	}
}

.home-container .grid-home .home-news-item {
	width: 100%;
}

.home-container .grid-home .home-news-inner {
	height: 100% !important;
}

p a {
	text-decoration: underline;
}

#main li a {
	text-decoration: underline;	
}

