/*gemaakt voor detafelvanhendrick*/

.setE .site-header {
    background-color: #fff;
}
.setE .site-header.sticky {
        border-bottom: 3px solid #316f91;
    	opacity: 0.8;
    	filter:alpha(opacity= 80); /* For IE8 and earlier */
}
.setE .site-title a, 
.setE .site-title a:hover, 
.setE .site-title a:focus {
    color: #316f91;
}
.setE .site-description {
    color: #b18a5a;
}
.setE .genesis-nav-menu a:hover, 
.setE .genesis-nav-menu a:focus, 
.setE .genesis-nav-menu .current-menu-item > a, 
.setE .genesis-nav-menu .sub-menu .current-menu-item > a:hover, 
.setE .genesis-nav-menu .sub-menu .current-menu-item > a:focus {
    color: #316f91;
    border-bottom: 5px solid #b18a5a;
    /* text-decoration: underline; */
}
.setE .genesis-nav-menu .sub-menu a:hover, 
.setE .genesis-nav-menu .sub-menu a:focus {
    background-color: #96b9ef;
    color: #333;
}
.setE .genesis-nav-menu .sub-menu a,
.setE .genesis-nav-menu .sub-menu a:hover {
    border: none;
}
@media only screen and (max-width: 1023px) {
    .js .nav-primary .genesis-nav-menu .menu-item a:hover, 
    .js .site-header .genesis-nav-menu .menu-item a:hover {
        background-color: #96b9ef;
        color: #333;
    } 
}

.setE .site-inner {
    padding-top: 10px;
}
.no_headerfoto.setE .site-inner {
    padding-top: 10px;
}
    /*media query mobile first*/
    @media only screen and (min-width: 1024px) {
    /*    .no_headerfoto.setE .site-inner {
            padding-top: 150px;
        }*/
    }
.setE .sidebar {
    padding-top: 60px;
}
.setE .site-inner p a,
.setE .entry-title a {
    color: #316f91;
}

.setE .site-inner button,
.setE .site-inner a.button,
.setE input[type="button"],
.setE input[type="reset"],
.setE input[type="submit"],
.setE .site-inner .button {
    background-color: #85bb57;
    border: 0;
    color: #fff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
        -webkit-box-shadow: 3px 2px 20px 0px rgba(30, 30, 30, 0.31);
        -moz-box-shadow:    3px 2px 20px 0px rgba(30, 30, 30, 0.31);
        box-shadow:         3px 2px 20px 0px rgba(30, 30, 30, 0.31);
    padding: 8px 18px;
    text-align: center;    
}

.setE .site-inner button:hover,
.setE .site-inner a.button:hover,
.setE input:hover[type="button"],
.setE input:hover[type="reset"],
.setE input:hover[type="submit"],
.setE .site-inner .button:hover,
.setE button:focus,
.setE input:focus[type="button"],
.setE input:focus[type="reset"],
.setE input:focus[type="submit"],
.setE .site-inner .button:focus  {
    background-color: #316f91;
    color: #fff;
}

.setE .entry-content .button:hover,
.setE .entry-content .button:focus {
    color: #fff;
}
.setE #text-16 input[type="text"] {
    background-color: rgba(255, 255, 255, 0.38);
    width: 80%;
}
.setE input[type="submit"] {
    margin-top: 10px;
}
.setE .flex-footer,
.setE .site-footer {
    background-color: #b18a5a;
        color: #fff;
}
.setE .flex-footer a {
        color: #fff;
}
.setE .flex-footer a:hover,
.setE .flex-footer a:focus {
	color: #fff;
}
.setE .tablepress tfoot th, 
.setE .tablepress thead th {
    background-color: #96b9ef;
}
.setE .site-footer span.klant,
.setE .site-footer p, 
.setE .site-footer a {
    color: #fff;
}
.setE .content h1:before { /*streepje*/
    background: #b18a5a;
}

.setE .content blockquote {
    background-color: #316f91;
    padding: 20px 20px 13px 50px;
    color: #fff;
    font-weight: 400;
    margin: 15px 0;
    font-size: 24px;
}
.setE .page-id-281 .content blockquote {
    background-color: transparent;
    padding: 20px 20px 20px 50px;
    color: #316f91;
    font-weight: 500;
    margin: 15px 0;
    font-size: 30px;
}
.setE blockquote p:before,
.setE blockquote p:after {
    color: #316f91;
}
.setE .content blockquote p:before,
.setE .content blockquote p:after {
    color: #fff;
}
.setE .klant_img img {
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}
/*frontpage ------------------------------ */
.setE .front-page-div:nth-child(even) {
    background: #D8D6D6;
}

.setE .front-page-div:nth-child(2)  {
    /*background-color: #316f91;*/
    background-color: #f8f8f8;
}
.setE .entry-title,
.setE h2,
.setE .front-page-div:nth-child(2) .widget-title  {
    color: #b18a5a;
}

