/*
Theme Name: Genesis Sample Jan
Theme URI: https://demo.studiopress.com/
Description: This is the sample theme created for the Genesis Framework.
Author: StudioPress
Author URI: https://www.studiopress.com/

Version: 2.9.1

Tags: accessibility-ready, block-styles, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, left-sidebar, one-column, right-sidebar, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, two-columns, wide-blocks

Template: genesis

License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Text Domain: genesis-sample
*/


/*************************************************
**************************************************

Color Guide
***************
background color: #fafafa
donker blauw: #003559
licht blauw: #0091d0       


*************************************************/

/************************************************
*************************************************
0. General CSS and Typography
1. Header styles
2. Home styles 
3. Body styles
4. Footer styles
5. Comments & form styles
6. Media queries
*************************************************
************************************************/

/***********************************************
************************************************
0. General CSS and Typography
************************************************
***********************************************/

* {
letter-spacing: 0.4px;
}

h1.entry-title {
	display: none;
}

body {
	color: #003559;
}



.site-inner {
    margin-top: 0!Important;
    padding-top: 30px!Important;
}

h2, h3 {
    margin-bottom: 5px;
}

h2.h2Big {
    color: #0091d0;
    font-size: xx-large;
    font-weight: 600;
    margin-bottom: 3rem;
}


/***********************************************
************************************************
1. Header styles
************************************************
***********************************************/

/* Header marges links en rechts */
.site-header {
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    padding: 15px 5rem!Important;
}

/* Navigatie style */
.genesis-nav-menu a {
    color: #333;
    display: block;
    font-size: 17px;
    font-weight: 600;
    outline-offset: -1px;
    padding-bottom: 12px;
    padding-top: 12px;
    text-decoration: none;
}

/* Padding hoofdmenu */

@media only screen and (min-width: 960px) {
.nav-primary .genesis-nav-menu a {
    padding-left: 10px;
    padding-right: 10px;
}

}


/*Hoogte van de header image*/

.blox-theme-default .blox-image-wrap.blox-image-background {
    height: 550px;
}

/* Er zijn twee header bloks. Eén voor home (61) en 1 voor overige pagina's (13) */

#blox_global_61 .blox-caption-wrap h1 {
        margin-top: 5rem;
}

#blox_global_13 .blox-caption-wrap h1 {
        margin-top: 2rem;
}


#blox_global_61 .blox-caption-wrap h1, #blox_global_13 .blox-caption-wrap h1 {
    color: #003559!Important;
    padding-left: 4rem;
    text-shadow: 1px 1px 1px #fff!Important;
}



.blox-theme-default .blox-image-wrap.blox-image-background a {
    display: block;
    width: 11rem;
    height: 100%;
    margin-left: 4rem;
}

/* Button style header */

.banner-button {
    background-color: #0091d0;
    border: 0;
    border-radius: 50px;
    color: #fff;
    cursor: pointer;
    font-size: 17px;
    font-weight: 600;
    padding: 15px 30px;
    text-align: center;
    text-decoration: none;
    white-space: normal;
    width: auto;

}

.banner-button:hover {
    background-color: #fff;
    border: 0;
    color: #003559;
}



/***********************************************
************************************************
2. Home styles
************************************************
***********************************************/

/* HomeFeatured Styles */

div.featuredHome {
    background-color: #fafafa;
    padding: 80px;
    margin-bottom: 0px!Important;
}

.wp-block-columns.alignfull.has-3-columns.featuredHome {
    padding: 3rem 20%;  
}



/* textImageBlockHome Styles */

div.textImageBlockHome {
    background-color: #0091d0;
    padding: 80px;
    margin-bottom: 4rem!Important;
}

.wp-block-columns.alignfull.has-2-columns.textImageBlockHome {
    padding: 4rem 20% 4rem!Important;  
}

.wp-block-columns.alignfull.has-2-columns.textImageBlockHome h2, 
.wp-block-columns.alignfull.has-2-columns.textImageBlockHome p {
    color: #fff;  
}


/* aboutBlockHome Styles */

div.aboutBlockHome {
    background-color: #fafafa;
    padding: 80px;
    margin-bottom: 4rem!Important;
}

.wp-block-columns.alignfull.has-2-columns.aboutBlockHome {
    padding: 4rem 20% 4rem!Important;  
}

div.aboutBlockHome .wp-block-image {
    margin-top: -1rem!Important;
}

/* Social Media icoontjes centre */

p.socialMedia {
    text-align: center;
    color: white;
}

p.socialMedia a {
    text-align: center;
    color: white;
}

p.tekstArkies {
    padding-left: 4rem;
    padding-right: 4rem;
    margin-bottom: 0.5rem;

}


/* Style Testimonials home */


div.testimonialsHome .wp-block-column {
    margin-left: 3%!Important;
    margin-right: 3%!Important;
}

div.testimonialsHome .testimonialTekst{
    margin-bottom: 10px;
}

div.testimonialsHome .naamStyle {
    margin-bottom: 0px;
    font-size: 17px;
    font-weight: bold;

}

div.testimonialsHome .functieStyle {
    font-size: 17px;
}





/***********************************************
************************************************
3. Body styles
************************************************
***********************************************/

/***********************************************
************************************************
4. Footer styles
************************************************
***********************************************/

.footer-widgets {
    background-color: #003559;
}

.footer-widgets h3.widget-title {
    color: #0091d0!Important;
}

.footer-widgets p {
    color: #fff;
}

.footer-widgets p a {
    font-weight: bold!Important;
}

.footer-widgets .wrap ul li a, .footer-widgets .wrap a {
    text-decoration: none;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
}

.footer-widgets .wrap ul li a:hover, .footer-widgets .wrap a:hover,
.footer-widgets .wrap ul li a:active, .footer-widgets .wrap a:active {
    color: #0091d0;
}

/* Footer met credits */

.site-footer {
    background-color: #f4f2f1;
    border-top: 1px solid #eee;
    font-size: 14px;
    line-height: 1.5;
    padding: 20px;
    text-align: center;
}

.site-footer p {
   letter-spacing: 0.6px;
}

.site-footer p a {
    text-decoration: none;
    color: #003559;
    font-weight: 600;
}

.site-footer p a:hover {
    text-decoration: none;
    color: #0091d0;
}





/***********************************************
************************************************
5. Comments & form styles
************************************************
***********************************************/


/* E-mail veld 100% breed */

@media only screen and (min-width: 641px) {
.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {
    width: 100%;
}
}

/* padding */

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    font-size: inherit;
    font-family: inherit;
    padding: 10px 10px;
    letter-spacing: normal;
}


/* gform kleur placeholders*/
::-webkit-input-placeholder { color:#d1d3d4; }
:-moz-placeholder { opacity: 1; color:#d1d3d4; } /* Firefox 18- */
::-moz-placeholder { opacity: 1; color:#d1d3d4; } /* firefox 19+ */
:-ms-input-placeholder { color:#d1d3d4; } /* ie */
input:-moz-placeholder { color:#d1d3d4; }


.gform_wrapper textarea {
    margin-top: 10px;
    padding: 6px 8px;
    line-height: 1.5;
    resize: none;
}



/* Style versturen knop */

input[type="submit"] {
    background-color: #0091d0;
    border: 0;
    border-radius: 10px;
}

input[type="submit"]:hover {
    background-color: #003559;
    border: 0;
    border-radius: 10px;
}




/***********************************************
************************************************
6. Media queries
************************************************
***********************************************/











