/*
 Theme Name:     Geert van Mesdag Stichting
 Theme URI:      http://example.com/twenty-thirteen-child/
 Description:    Geert van Mesdag Stichting Theme
 Author:         Jolanda Smits
 Author URI:     http://example.com
 Template:       twentythirteen
 Version:        1.0.0
*/

@import url("../twentythirteen/style.css");

/* =Theme customization starts here */

.site-footer, .site-info {
	background-color: #f7debe;
}
h1 {
	color: #004f74;
	font-size: 30px;
	margin: 2px 0;
}
h1.entry-title a {
	color: #004f74;
}
h2 {
	font-family: "Source Sans Pro", Helvetica, sans-serif;
	font-size: 110%;
	color: #b8600f;
	margin: 2px 0;
}
h2.site-description {
/* Jolanda, dit is de kleur van de tekst de gvms helpt */
	color: #f7debe;
	font-weight: normal;
}
.site-header .site-title:hover {
/* Jolanda, dit is de kleur van de roll-over in de header */
	color: #F79250;
	text-decoration: none;
}
.entry-header {
	margin-bottom: 5px;
}
.site-footer .sidebar-container {
	background-color: #004f74;
}
aside#text-3 {
	width: 400px;
}
@media (min-width: 835px) {

	.site-footer .widget-area{
		height: 164px !important;
	}
}
.site-footer .sidebar-container {
	padding: 1px 0;
}

/* Aanpassingen in de vormgeving van het menu */
.navbar {
	background-color: #f7debe;
}
.nav-menu li a {
	color: #004f74;
	font-size: 18px;
}
.nav-menu li:hover > a, .nav-menu li a:hover, .nav-menu li:focus > a, .nav-menu li a:focus {
	background-color: #004f74;
}
.nav-menu .sub-menu, .nav-menu .children {
	background-color: #004f74;
}
ul.nav-menu ul a, ul.nav-menu ul ul a {
	width: 210px;
}
ul.nav-menu ul a:hover, .nav-menu ul ul a:hover, ul.nav-menu ul a:focus, .nav-menu ul ul a:focus {
	background-color: #f7debe;
	color: #004f74;;
}
/* Aanpassingen media queries */
@media (max-width: 643px) {
	.site-title {
		font-size: 20px;
		font-weight: bold;
	}
	h2.site-description {
		font-size: 16px;
	}
}

/* IBAN field visuals */
.gfield.iban .ginput_container {
  position: relative;
}

.gfield.iban input[type="text"] {
  font-family: monospace;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding-right: 40px;
  transition: border-color 0.15s ease, background-color 0.15s ease;
}

.gfield.iban input.valid {
  border-color: #2e7d32;
  background-color: #f3fff5;
}

.gfield.iban input.invalid {
  border-color: #c62828;
  background-color: #fff6f6;
}

/* Status icons */
.gfield.iban .iban-status {
  position: absolute;
  right: 12px;
  top: 50%;
  width: 18px;
  height: 18px;
  transform: translateY(-50%);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.15s ease;
}

.gfield.iban .iban-status.active {
  opacity: 1;
}

/* Status message */
.gfield.iban .iban-message {
  font-size: 0.8rem;
  margin-top: 4px;
  min-height: 18px;
}

.gfield.iban .iban-message.valid { color: #2e7d32; }
.gfield.iban .iban-message.invalid { color: #c62828; }
