/*
Theme Name:     2013 Green
Theme URI:      http://noscope.com/2013/twenty-thirteen-make-it-yours/
Description:    Green color scheme for Twenty Thirteen.
Author:         Joen Asmussen
Author URI:     http://noscope.com
Template:       twentythirteen
Version:        1.0.9
License: 		GNU General Public License v2 or later
License URI: 	http://www.gnu.org/licenses/gpl-2.0.html
Tags: blue, green, light, one-column, two-columns, right-sidebar, flexible-width, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: twentythirteen

Please fork this theme. Please modify it. Please make it your own. Then share it back with the community.

2013 Green WordPress theme, Copyright (C) 2013 Joen Asmussen.
2013 Green WordPress theme is licensed under the GPL.
*/


/**
 * New header 
 */

body .site-header {
    background-size: 1600px auto;
    color: #202225;
}


/**
 * Standard
 */

body {
    color: #202225;
    font-size: 20px;
}

a:visited {
    color: #9c1f9e;
}

.comment-author .fn,
.comment-author .url,
.comment-reply-link,
.comment-reply-login {
    color: #2f7d3d;
}

a:active,
a:hover {
    color: #95c26c;
}

.entry-meta,
.entry-meta a,
.entry-content a,
.entry-summary a {
    color: #266331;
}

.entry-meta a:hover {
    color: #95c26c;
}

.entry-title a,
.site-header .home-link {
    color: #202225;
}

.entry-title a:hover {
    color: #202225;
}

a {
    color: #2f7d3d;
}

.form-allowed-tags,
.form-allowed-tags code {
    color: #333;
}

.comment-meta a {
    color: #a2a2a2;
}

input,
textarea {
    border: 2px solid #a2a2a2;
}

.comment-respond {
    background-color: #c8e8e2;
}

input[type="submit"],
input[type="button"],
input[type="reset"] {
    border-color: #69963e;
    background: #7caa51;
}

input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover {
    background: #68973c;
    border-color: #58832f;
}

input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
    background: #68973c;
    border-color: #58832f;
}

.nav-menu .current_page_item>a,
.nav-menu .current_page_ancestor>a,
.nav-menu .current-menu-item>a,
.nav-menu .current-menu-ancestor>a {
    color: #398647;
}

.archive-header,
.page-header {
    background: #aed9bd;
}


/**
 * Menu, Links, Asides, Chat, Paging, Footer, 404
 */

.navbar,
.format-link,
.format-aside,
.paging-navigation,
.site-footer,
.post-navigation {
    background-color: #eef8f6;
}

.nav-menu .sub-menu,
.nav-menu .children {
    border-color: #eef8f6;
}

.error404 .page-title:before {
    color: #95c26c;
}

.error404 .page-wrapper {
    background-color: #eef8f6;
}

.format-aside .entry-meta,
.format-aside .entry-meta a,
.format-aside .entry-title a,
.format-aside .entry-content a,
.format-aside .entry-summary a,
.format-link .entry-meta,
.format-link .entry-meta a,
.format-link .entry-title a,
.format-link .entry-content a,
.format-link .entry-summary a {
    color: #0e5c13;
}

.nav-menu li:hover>a,
.nav-menu li a:hover,
.nav-menu .sub-menu,
.nav-menu .children {
    background-color: #0e5c13;
}

ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover,
.toggled-on .nav-menu li a:hover,
.toggled-on .nav-menu ul a:hover {
    background-color: #398647;
}

.blog-post {
    margin-top: 20px;
    padding-top: 20px;
    background-color: #FFF;
    padding: 20px;
    box-shadow: 0 0 3px #999;
    border-radius: 20px;
}

.blog-post p {
    color: #000;
}

.blog .format-link:first-of-type,
.single .format-link:first-of-type,
.format-link+.format-aside,
.format-link+.format-link,
.format-aside+.format-aside {
    box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.1);
}

.blog .format-aside:first-of-type,
.single .format-aside:first-of-type,
.format-aside+.format-aside,
.format-aside+.format-link,
.format-link+.format-aside {
    box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.1);
}

.site-footer a,
.navigation a {
    color: #448275;
}

.site-footer a:hover,
.navigation a:hover {
    color: #95c26c;
}

.paging-navigation .meta-nav {
    background-color: #448275;
}

.paging-navigation a:hover .meta-nav {
    background-color: #95c26c;
}


/**
 * Galleries
 */

.format-gallery {
    background-color: #95c26c;
}

.format-gallery .entry-meta,
.format-gallery .entry-meta a,
.format-gallery .entry-content a,
.format-gallery .entry-summary a {
    color: #004c3c;
}


/**
 * Quotes
 */

.format-quote,
.site-footer .sidebar-container {
    background-color: #0a3112;
    color: #fff;
}

.format-quote .entry-meta,
.format-quote .entry-meta a,
.format-quote .entry-content a,
.format-quote .entry-summary a {
    color: #48b29c;
}


/**
 * Status
 */

.format-status,
.paging-navigation .meta-nav {
    background-color: #448275;
    color: #fff;
}


/**
 * Video, Audio
 */

.format-video,
.format-audio {
    background-color: #398647;
    color: #fff;
}

.format-video .entry-meta,
.format-video .entry-meta a,
.format-video .entry-content a,
.format-video .entry-summary a,
.format-audio .entry-meta,
.format-audio .entry-meta a,
.format-audio .entry-content a,
.format-audio .entry-summary a {
    color: #0a3112;
}

.format-video .entry-title a,
.format-audio .entry-title a,
.format-video .entry-title a:hover,
.format-audio .entry-title a:hover {
    color: #fff;
}

.hentry .mejs-mediaelement,
.hentry .mejs-container .mejs-controls {
    background: #202225;
}


/**
 * Chat
 */

.format-chat {
    background-color: #aed9bd;
}

.format-chat .entry-meta,
.format-chat .entry-meta a,
.format-chat .entry-content a,
.format-chat .entry-summary a {
    color: #0e5c13;
}


/**
 * Widgets
 */

.widget {
    background: #eef8f6;
}

.widget a,
.site-footer .widget a {
    color: #2f7d3d;
}

.site-footer .sidebar-container {
    background: #0a3112;
}


/**
 * Post pagination
 */

#content .format-status .entry-content .page-links a,
#content .format-gallery .entry-content .page-links a,
#content .format-chat .entry-content .page-links a,
#content .format-quote .entry-content .page-links a,
#content .entry-content .page-links a {
    background: #266331;
    border: 1px solid #266331;
    color: #fff;
}

#content .format-gallery .entry-content .page-links a:hover,
#content .format-audio .entry-content .page-links a:hover,
#content .format-status .entry-content .page-links a:hover,
#content .format-video .entry-content .page-links a:hover,
#content .format-chat .entry-content .page-links a:hover,
#content .format-quote .entry-content .page-links a:hover,
#content .entry-content .page-links a:hover {
    background: #fff;
    color: #266331;
}


/*WPA 07-02-2017*/

.site-header {
    background-color: #79c575 !important;
}

.metaslider .caption-wrap {
    bottom: 20% !important;
    background: unset !important;
    opacity: 1 !important;
    text-align: center;
}

.metaslider .caption-wrap .caption {
    font-size: 50px;
    font-weight: bold;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #CCC;
}

div.wpcf7 {
    margin: auto;
    padding: 0;
    width: 75%;
}

.wpcf7-form label {
    width: 100% !important;
    display: block !important;
}

.wpcf7-form input[type="submit"] {
    padding: 8px 25px;
}

.home .entry-content p {
    display: inline-block;
    margin-right: 25px;
}

.home .entry-content img {
    /*height: 350px;
	width: 450px;*/
}

.entry-summary,
.entry-content {
    text-align: initial;
}

.home .entry-content p {
    font-weight: bold;
    font-size: 27px;
    text-align: center;
    color: #FFF;
}

ol {
    counter-reset: item;
}

ol li {
    display: block;
}

ol li:before {
    content: counter(item) ". ";
    counter-increment: item;
    color: orange;
}

.pll-parent-menu-item img {
    margin: auto;
}

.top-image {
    text-align: center;
}

.top-image img:first-child {
    width: 400px !important;
    height: 266px !important;
}

@media (max-width: 700px) {
    .metaslider .caption-wrap .caption {
        font-size: 20px;
    }
}


/*
@media (min-width: 700px) {
	.entry-header, .entry-content, .entry-summary, .entry-meta {
		max-width: 67%;
	}	
}*/

.entry-content img.alignright,
.entry-content .wp-caption.alignright {
    margin-right: 0;
    margin-left: 60px;
}

.entry-title {
    text-align: center;
}


/** KBO 7-2-2017 **/

h1 {
    font-size: 65px;
}

.top-image {
    background-image: url("http://lifecoachwomen.be/wp-content/uploads/2017/03/gletsjer.jpg");
    height: 770px;
    width: 100%;
    position: absolute;
    left: 0;
    background-size: cover;
}

.second-image {
    background-image: url("http://lifecoachwomen.be/wp-content/uploads/2017/03/klimmen-3.jpg");
    height: 800px;
    width: 100%;
    position: absolute;
    left: 0;
    background-size: cover;
    background-position-x: 50%;
    background-position-y: -70px;
    background-repeat: no-repeat !important;
}

.home h4 {
    margin-top: 825px;
    font-size: 50px;
    margin-bottom: 25px;
}

.home .entry-content p:first-of-type {
    margin-top: 830px;
}

.home .entry-content {
    text-align: center;
}

.main-navigation {
    max-width: inherit;
}

#site-navigation ul#primary-menu {
    text-align: right;
}

form.wpcf7-form input,
form.wpcf7-form textarea {
    width: 100%;
}

form.wpcf7-form input[type=submit] {
    width: inherit;
}

#content,
body,
#colophon,
footer,
.site-footer {
    background-color: #00bb2d;
}

h3,
h4 {
    color: #FFF;
}

.entry-thumbnail {
    margin-bottom: 20px;
}

.sub-menu {
    text-align: left;
}

.entry-content img {
    margin: 20px auto;
}

h1,
h2,
h3,
h4 {
    color: #fff !important;
}

p,
.type-post>.entry-meta,
.type-post>.entry-header {
    margin: 20px;
}

.site-footer {
    border-bottom: none;
}

p {
    -webkit-hyphens: manual;
    -moz-hyphens: manual;
    hyphens: manual;
}


/*WPA 2018-11-29*/

.comment-button,
.comment-button:hover {
    border-color: #69963e;
    background: #7caa51;
    color: #FFF;
}

.comment-button:hover {
    color: #000;
}

article,
footer.entry-meta {
    opacity: 1 !important;
}

.workshop-wrapper {
    background-color: #FFF;
    color: #000;
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 5px;
}

h2.workshop-title {
    color: #000 !important;
    margin-top: 0;
}

.workshop-body p {
    color: #000;
}

.workshop-date {
    margin-bottom: 10px;
}


/*Categorieën verbergen*/

.categories-links {
    display: none;
}