/*
 Theme Name:   GeneratePress Child
 Theme URI:    http://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Thomas Usborne
 Author URI:   http://edge22.com
 Template:     generatepress
 Version:      0.1
 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
*/

/* HEADER EN MENU STYLING */
.top-bar,
.footer-widgets {
	border-bottom: 1px solid #eaeaea;
}



/* CONTENT STYLING */
.sow-features-list .sow-features-feature h5 {
	color: #367483;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: bold;
}
.widget_sow-button .ow-button-base a {
	padding: 10px 20px;
	background-color: #367483;
	background-image: none;
	box-shadow: 0 5px 0 #2f6471;
	color: #ffffff;
	font-size: 16px;
	text-transform: uppercase;
	border-radius: 5px;
	font-weight: bold;
	border: none;
	transition: all 0.3s;
}
.widget_sow-button .ow-button-base a:hover,
.widget_sow-button .ow-button-base a:focus,
.widget_sow-button .ow-button-base a:active {
	color: #ffffff;
	box-shadow: 0 0 2px #444444;
	text-decoration: none;
}
table {
	border: none;
}
table tbody tr td {
	border: none;
	padding: 0px;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
	width: 100%;
}



/* PAGINA MERKEN STYLING */
.page-id-6599 .widget_product_categories ul.product-categories > li > a {
	font-size: 24px;
	color: #444444;
	font-weight: 700;
}
.page-id-6599 .widget_product_categories ul.product-categories > li > ul {
	padding-left: 0px;
	list-style-type: none;
}



/* MEDIA QUERIES */
@media (min-width: 1024px) {
	.page-id-6599 .widget_product_categories ul.product-categories > li {
		display: inline-block;
		vertical-align: top;
		width: calc(100% / 4 - 3px);
	}
}
