/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */ 

.tablepress {
    color: #fff;
}
.tablepress tbody td, .tablepress tfoot th {
    border-top: initial;
}
.tablepress td {
    padding: initial !important;
}
.fl-html {
    text-align: center;
}
a.hyper {
    color: rgb(68, 77, 112) !important;
    background-color: #fff;
    padding-top: 10px;
    padding-right: 30px;
    padding-bottom: 10px;
    padding-left: 30px;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.25) 1px 1px 4px 1px;
    border-image: initial;
}
a.hyper:hover {
    color: #fff !important;
    background-color: rgb(68, 77, 112);
    padding-top: 10px;
    padding-right: 30px;
    padding-bottom: 10px;
    padding-left: 30px;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.25) 1px 1px 4px 1px;
    border-image: initial;
}

/* CSS van de customizer */

.fl-builder-content .fl-node-5d91c332bda89 a.fl-button:hover, .fl-builder-content .fl-node-5d91c332bda89 a.fl-button:focus, .fl-builder-content .fl-node-5d91c332bda89 a.fl-button:hover *, .fl-builder-content .fl-node-5d91c332bda89 a.fl-button:focus {
    color: #444d70 !important;
}

.fl-col-content{
    border: none !important;
}

.fl-button:focus {
    background: white !important;
}

.fl-button-text:focus {
    color: #444d70 !important;
}

.fl-page-footer-widgets{
    background-color: #A9B0CB;
    padding: 50px;
}

.fl-contact-form label {
    font-family: 'zilla slab';
    color: #444d70 !important;
}

.fl-builder-content .fl-node-5d91ba3de410b a.fl-button{
    margin-top: 20px;
}

td.column-1 {
    width: 895px;
}
footer a {
    color: #444d70 !important;
}

/* CSS NAUD */

@media only screen and (max-width: 760px) {
	.menublok {
		margin: 0px 20px 20px 20px !important;
	}

	.fl-page-footer-widgets {
    	padding: 0 !important;
	}



}


























