/*
Theme Name: Ergotherapie Verheesen
Theme URI: http://underscores.me/
Author: Cor Spiegels
Author URI: http://rocsdesign.nl
Description: Special theme for Ergotherapie Verheesen
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ergoverheesen
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Ergotherapie Verheesen is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Theme Specific Styles
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33333%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66667%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28571%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11111%;
}

.gallery-caption {
	display: block;
}

/* --------------------------------------------------
 Theme Specific Styles
----------------------------------------------------- */

 /* Color references
    Paars: #50266c
    Groen: #79982f
    Oranje: #fb7b00
 */

body {
    font-size: 18px;
    color: #555;
    font-family: 'Nunito', sans-serif;
    background: url('../ergoverheesen/assets/img/generic-bg.jpg') 50% 100% repeat fixed;
}

h1, h2, h3, h4, h5, h6 {
    color: #fb7b00;
}

h1.title {
    text-align: center;
    margin-top: 50px;
}

h1.title-contact {
    text-align: center;
    margin: 0;
}

h2.title {
    margin-bottom: 20px;
    font-size: 20px;
}

p {
    margin-top: 10px;
}

a {
    color: #fb7b00;

}

a:hover {
    color: #79982f;
    text-decoration: none;
}

/*
 * Navigation
 */
.navbar-default {
    border: none;
    background: none;
    margin-top: 60px;
}

.navbar-default .navbar-collapse {


}

ul#primary-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
}

nav a{
    display: block;
    padding: 0 10px;
    color: #50266c;
    font-size: 25px;
    text-decoration: none;
}

nav a:hover {
    color: #50266c;
}

nav a:after {
    content: " ";
    display: block;
    height: 5px;
    background: #79982f;
    width: 0;
}

nav a:hover::after {
    width: 100%;
    transition: width .5s;
}

.navbar-default .navbar-nav li a {
    font-size: 22px;
    color: #50266c;
}

ul.sub-menu{
    margin: 0;
    padding: 10px;
    display: none;
    position: absolute;
    background: #fff;
    left: 0;
    right: 0;
    white-space: nowrap;
    z-index: 999;
    border: 1px solid #50266c;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    box-shadow: 0 5px 3px rgba(0, 0, 0, 0.3);
    background: url('../ergoverheesen/assets/img/generic-bg.jpg') 50% 100% repeat fixed;
}

ul.sub-menu li {
    list-style-type: none;
}

.navbar-nav .sub-menu li a{
    color: #50266c;
}


ul.sub-menu a:hover {
    background: #79982f;
    color: #fff;
}

ul.sub-menu a:hover::after {
    width: 0;
}

ul#primary-menu li:hover > ul {
    display: table;
}

/* --------------------------------------------------
 Homepage Iconen
----------------------------------------------------- */
.homepage-icons {
    margin: 0 auto;
}

/* --------------------------------------------------
 contactbanner
 ---------------------------------------------------*/
 #contactgegevens {
	 background: #79982f;

	 color: #fff;
	 padding: 10px 0;
 }

 #contactgegevens .contactbanner-icon{
	 font-size: 40px;
 }

 .logocontainer{
	 display: flex;
	 align-content: center;
 }

 #contactgegevens p.contactbanner-title, #contactgegevens p.contactbanner-text{
	 margin:0;
 }

 #contactgegevens p.contactbanner-title{
	 font-weight: bold;
	 text-shadow: 1px 1px #000;
 }

/* --------------------------------------------------
 FOOTER MENU
----------------------------------------------------- */
.menu-footer-menu-container {
    margin-bottom: 30px;
}

.menu-footer-menu-container a {
    color: #fff;
    font-size: 12px;
}

.menu-footer-menu-container a:hover {
    color: #79982f;
}

.menu-footer-menu-container a:hover::after{
    width: 0;
}


/*
 * Hero
 */
#hero {

}



/*
 * LAYOUT
 */
header {

}

.section-header {
    margin-top: 50px;
    text-align: center;
}

.section-header h1, .section-header h3 {
    margin-bottom: 50px;
}

.sections {
    margin-bottom: 50px;
}

#information {
    background-color: #50266c;
    padding: 5px 0;
    color: #fff;
    font-size: 20px
}

#information h2 {
    color: #fff;
    font-size: 25px;
}

#ergo-video {
    padding: 50px 0;
    background: url('../ergoverheesen/assets/img/bg-video.jpg') 50% 100% repeat fixed;
}

#contact-page, #notfound-page {
    min-height: 100px;
    background: url('../ergoverheesen/assets/img/bg-video.jpg') 50% 100% repeat fixed;
    padding: 150px 0;
}

#contactbg, #notfoundbg {
    padding: 50px;
    background: url('../ergoverheesen/assets/img/generic-bg.jpg') 50% 100% repeat fixed;
    box-shadow: 5px 5px 5px 2px rgba(0, 0, 0, 0.2);
}

form#contact-form {


}

.btn-contact {
    margin-top: 15px;
}

p.contactpage {
    text-align: center;
}

.partner-images img {
    border: 1px solid #ccc;
    margin: 10px 10px 0 0;
}

.photo-aboutme {
    margin: 0 20px 20px 0;
    width: 200px;
    height: 200px;
}


/* --------------------------------------------------
 INFO SECTION
----------------------------------------------------- */
.numbers {
    font-size: 16px;

    padding: 10px 0;
    text-align: center;
}
/* --------------------------------------------------
 ABOUT ME PAGE
----------------------------------------------------- */



footer {
    background: #333;
    padding: 20px 0 10px;
    color: #fff;
    text-align: center;
}

footer p {
    font-size: 14px;
    margin: 0;
}

/* --------------------------------------------------
 EXTRA BOOTSTRAP
----------------------------------------------------- */
/*
 * Row with equal height columns
 * --------------------------------------------------
 */
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}
/*
 * Media
 */



@media screen and (max-width: 768px) {
    body { font-size: 14px; }
    h1 { font-size: 22px; }
    h2 { font-size: 16px;}
    h3 { font-size: 20px; }

    table, li, .numbers{ font-size: 14px; }


    .navbar-brand img {
        height: 50px;
    }

    .navbar-default .navbar-nav a {
        font-size: 14px;
    }

    .navbar-default .navbar-nav li a:hover {
        background-color: #79982f;
    }
    .navbar-default .navbar-nav .dropdown-menu li a:hover {
        background-color: #79982f;
        color: #fff;
    }

    .list-inline li {
        display: block;
    }

    .sections {
        margin-bottom: 10px;;
    }

    .sections-header {
        margin-top: 10px;
    }

    .photo-aboutme {
    margin: 0 5px 5px 0;
    width: 140px;
    height: 140px;
    }

		#hero, #feature-image{
			display: none;
		}

		.contactbanner-icon{
			font-size: 30px !important;
		}

}

@media (max-width: 1200px) {
.navbar-header {
    float: none;
}
.navbar-left,.navbar-right {
    float: none !important;
}
.navbar-toggle {
    display: block;
}
.navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
}
.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}
.navbar-collapse.collapse {
    display: none!important;
}
.navbar-nav {
    float: none!important;
    margin-top: 7.5px;
}
.navbar-nav>li {
    float: none;
}
.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
}
.collapse.in{
    display:block !important;
}

    /*.navbar-default .navbar-nav .dropdown-menu li a:hover::after {
        width: 0;
    }*/
    /*.navbar-default .navbar-nav .dropdown-menu li a:hover {
        background-color: #79982f;
        color: #fff;
    }*/
}

/* ***** OEFENINGEN CATEGORIE ***** */

.oef-cat{
	margin-bottom: 50px;
}

.img-oef-cat{
	display: block;
	margin: 0 auto;
}

.title-oef-cat{
	text-align: center;
}

@media screen and (max-width: 1600px) {

    .navbar-default {
        margin-top: 30px;
    }

    .navbar-default .navbar-nav li a {
        font-size: 14px;
    }
}

@media screen and (min-width: 768px) {
    .navbar-nav {
        margin-top: 70px;
        margin-left: 35px;
    }


}

.wp-block-file{
	margin-bottom: 0;
	text-align: center;
}
