/**
 * Theme Name:  Make (child theme)
 * Theme URI:   https://thethemefoundry.com/make/
 * Author:      The Theme Foundry
 * Author URI:  https://thethemefoundry.com
 * Description: Create your website without touching a line of code. Make's flexible customization features and a powerful drag and drop page builder make designing your site fun and easy. Build almost anything: a simple portfolio or photography site, an ecommerce business site, a minimalist blog, or even a professional magazine. You'll start by customizing your background, layouts, fonts, colors, and logo. Next, add and organize your content using the drag and drop page builder. Add a photo, a video, a gallery, or even a slider to any page on your website. Make is responsive, so your website will naturally look great on phones, tablets, and desktop screens. It's also fully compatible with popular plugins like WooCommerce, Gravity Forms, Contact Form 7, Jetpack, and WP PageNavi.
 * Version:     1.1.0
 * License:     GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Template: make
 * Text Domain: make
 * Domain Path: /languages/
 * Tags:        black, blue, green, gray, orange, red, white, yellow, dark, light, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, fluid-layout, responsive-layout, buddypress, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, photoblogging
 *
 * Make WordPress Theme, Copyright 2015 The Theme Foundry
 * Make is distributed under the terms of the GNU GPL
 */

/*
 * Add your custom styles below.
 * This version of the Make child theme is only compatible with Make 1.6.0 and above.
 */

.site-header-main {
    padding: 20px 0 0 0;
}

.custom-logo {
    width: 325px !important;
}

header .tcycle {
    border-top: 5px solid #004588;
    border-bottom: 5px solid #004588;
    padding: 0;
    margin: 0;
}

header .tcycle img {
	display: block;
    width: 100%;
}

header .builder-section {
	margin-bottom: 0;
}
 
header section {
	background: white;
	color: black;
}

header section .builder-text-column {
	height: 250px;
	margin-top: 64px;
	margin-bottom: 32px;
	padding: 10px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

header section .builder-text-column img {
	display: block;
    width: 64px;
    margin: -42px auto 20px auto;
}

header section .builder-text-column h3 {
    color: #004588;
    text-align: center;
}

header section .builder-text-column p {
    text-align: center;
    margin: 0;
    padding: 0;
    font-size: 90%;
}

.builder-text-content .tcycle img {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.builder-text-content p {
	font-size: 90%;
	text-align: justify;
}

.builder-text-column figure img {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

h1 {
    color: #E0001A;
}

h2, h3, h4, h5, h5 {
    color: #004588;
}

h4 {
    font-size: 100%;
    font-weight: bold;
}

h4 span {
    font-size: 80%;
    font-weight: normal;
    color: #000000;
}

.button input:hover {
    background: #E0001A;
}

table.logos,
table.logos td {
    border: none;
    text-align: center;
}

table.logos td a img {
    width: 80%;
}

table.diensten,
table.diensten td {
    border: none;
    margin: 0;
    vertical-align: top;
    font-size: 90%;
}

table.diensten td img {
    display: block;
    border-radius: 10px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
}

table.diensten td:first-child {
    box-sizing: border-box;
    width: 25%;
    padding: 10px 10px 30px 10px;
}

table.diensten td:last-child {
    box-sizing: border-box;
    width: 75%;
    padding: 10px 10px 30px 10px;
    text-align: justify;
}

.site-footer, #footer-1, .widget {
    margin: 0;
    padding: 0;
}

.custom-footer {

}

.custom-footer .image {
    display: flex;
	flex-flow: row nowrap;
	flex: 1 1 auto;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}

.custom-footer .image img {

}

.entry-content iframe[src*="google.com/maps"] { 
    height: 300px !important;
	max-height: auto;
}
