/*
Theme Name: Divi Houtvrij Theme
Description: A child theme to house custom coding which modifies the Divi parent theme by Elegant Themes. 
Author:   Henk de Jong 
Author URI: https://houtvrij.nl
Template: Divi
*/


/*------------------------------------------------*/
/*---------------------[FOOTER]-------------------*/
/*------------------------------------------------*/

.right {
	float: right !important;
}
#footer-bottom {
	display: none;
}

#menu-footermenu {
	padding-top: 5px;
	padding-bottom: 5px;
}

/*------------------------------------------------*/
/*---------------[login boekhouding]--------------*/
/*------------------------------------------------*/


.post-password-required .et_pb_row {
    width: 80%;
    padding: 2% 0;
    margin: auto;
}

/*------------------------------------------------*/
/*---------------[gallery options]----------------*/
/*------------------------------------------------
.et_pb_gallery_caption {
	display: none !important;
}

.et_pb_gallery_title {
	margin: 10px 10px 15px 10px !important;
}

.et_pb_gallery_item h3 {
	font-size: 15px !important;
}
