/*
 Theme Name:   Divi Child
 Theme URI:    http://elegantthemes.com/
 Description:  Divi Child Theme
 Author:       ElegantThemes
 Author URI:   http://elegantthemes.com
 Template:     Divi
 Version:      0.1.1 > edited by Brigitte pica2studio.nl
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags: responsive-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, featured-images, full-width-template, post-formats, rtl-language-support, theme-options, threaded-comments, translation-ready
 Text Domain:  divi-child-theme
 CSS file for: De Kern Leiden
*/

/* ==== Add your own styles below this line ====
 * -------------------------------------------- */
 
 /* zorgen dat logo niet zo pixelig wordt */
#logo {-webkit-transform: initial;}
 
 
 
 /*----- Width dropdown menu ----*/
.nav li ul a { font-size: 12pt !important; width: 325px; margin-left: -15px; line-height: 1.3;
}

.nav li ul {
	width: 350px;
	line-height:3.5;
}

#top-menu li li a {
	width: 345px;
}		

 




/* styling ninja forms */

.nf-form-fields-required {font-size: 11px; color: #a3a3a3;}
.nf-field-element input, .nf-field-element select, .nf-field-element textarea {padding: 15px; margin-bottom: -15px !important;}

/* All labels - base styling */
.field-wrap label,
.nf-form-content label,
.nf-field-label {
    font-weight: 500 !important;
    color: #a3a3a3 !important;
    font-size: 15px !important;
}

/* Strong fix for Date field label */
.nf-field-container.date-container label,
.nf-field-container.date-container .nf-field-label,
.date-container .nf-label-span,
.nf-field-label .nf-label-span {
    font-weight: 500 !important;
    color: #a3a3a3 !important;
    font-size: 15px !important;
}


/* Style for single-line fields, dropdowns, etc. */
.ninja-forms-field {
    background-color: rgba(113, 105, 173, 0.05) !important;
    border: 1px solid rgba(113,105,173,0.29) !important;
    font-size: 16px !important;
    border-radius: 5px !important;
}

/* Specific styling for Paragraph / Textarea field */
.ninja-forms-fieldtextarea,
textarea.ninja-forms-field {
    background-color: rgba(113, 105, 173, 0.05) !important;
    border: 1px solid rgba(113,105,173,0.29) !important;
    font-size: 16px !important;
    border-radius: 5px !important;
    min-height: 120px;           /* Optional: makes it taller */
    resize: vertical;            /* Optional: allows vertical resizing */
}

/* The Send button */
#nf-field-30, #nf-field-9 {
	color: #ffffff;
	font-size: 18px;
	background-color: #7169ad !important;
	border: 1px solid #7169ad;
	border-radius: 15px;
}

/* The Send button - hover - mouse over effect */
#nf-field-30:hover, #nf-field-9:hover {
	background-color: #e46a96 !important;
}


