/*
Theme Name: Haag Child
Theme URI: http://underscores.me/
Author: Shopcommerce
Author URI: http://www.shopcommerce.nl
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: haag Child
Tags:

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.

Haag is based on Underscores http://underscores.me/, (C) 2012-2015 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.com/normalize.css/
*/

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

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


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

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
ul.menu{list-style: none; padding-left:0;}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

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

.main-navigation {
	display: none;
}
.menu-toggle {
	border: 0;
	background: #3d8611;
	color: #ffffff;
	padding: 6px 12px;
	margin-left: 15px;
}

@media screen and (max-width: 991px) {
	.main-navigation {
		display: block;
	}
	.main-navigation .nav-menu {
		margin-top: 15px;
		padding-left: 20px;
	}
	.main-navigation li {
		float: none;
	}
	.widget_nav_menu {
		display: none;
	}
}

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

@media screen and (max-width: 768px) {
	.site-title,
	.site-tittle a {
		font-size: 30px;
	}
}

@media screen and (min-width: 769px) {
	.site-title,
	.site-tittle a {
		font-size: 48px;
	}
}

.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;
}

.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;
}

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

.single .byline,
.group-blog .byline {
	display: inline;
}

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

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

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## 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%;
}

/*--------------------------------------------------------------
## 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.33%;
}

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
## Custom
--------------------------------------------------------------*/
* {
  border-radius: 0 !important;
}



body {
	font-family: 'Roboto', serif;
	font-size: 15px;
	line-height: 1.7;
	color: #747373;
	background:#3d8611;
	margin-top: 30px;
	background: url(assets/img/cover.jpg) no-repeat center center fixed; 
 	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}


img {
	width:100%; 
	height: auto;
	margin-top: 15px;
	margin-bottom:10px;
	vertical-align: middle;
}

h1,
h2
{
	color:#464646;
	font-family: 'Roboto Slab', serif;
}

h1 {font-size: 30px;}
h2 {font-size: 20px; margin-bottom: 20px;}

a, a:hover {color:#333;}

p>a {
	 color: #3d8611;
	 text-decoration: underline;
}

header {}


.btn {
	display: block;
	width:100%;
	border: 0;
	background: transparent;
	margin: 20px 0;
}
.btn a {
	display: block;
	padding: 20px 20px;
	background: #fff;
	border: 6px solid #d4d2d2;
	font-family: Roboto Slab;
	font-weight: bold;
	font-size: 18px;
	color: #464646;
	margin-bottom:10px;
}

.btn a:hover, .btn a:focus {
	border-color: #3d8611;
	text-decoration: none;
}

.btn:hover {
	border-color: #3d8611;
}
.col-md-3 a, 
.col-md-4 a {
	display: block;
	overflow: hidden;
}
a>img {
	margin: 0;
	
 	
 	-webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
 
a>img:hover {
  transform: scale(1.1);
}

.menu-footer-menu-container {width:100%;}

.link {
	padding: 0;
}

.link li{
	display: inline-block;
	width: 33%;
	padding: 0 10px;
	margin-bottom:10px;
}
.link li a, .btn {
	display: block;
	width: 100%;
	padding: 20px 12px;
	background: #fff;
	border: 6px solid #d4d2d2;
	font-family: Roboto Slab;
	font-weight: bold;
	font-size: 18px;
	color: #464646;
	text-decoration:none;
}

nav>ul {list-style-type: none;}

.link li a:hover {
	border-color: #3d8611;
	text-decoration: none;
}

.menu a {
	display: inline; 
	color: #a5a5a5;
}

.current-menu-item a {
	color: #3d8611;
	font-weight:bold;

}

.breadcrumbs>p {margin:0;}

.breadcrumbs {
	font-size: 14px; 
	border-bottom: 1px dashed #dedede;
	border-top: 1px dashed #dedede;
	line-height:40px;
	margin: 15px;
}

.breadcrumbs a {color:#3d8611;}

.breadcrumbs span span:before { 
	content: '\f105'; 
	font-family: 'FontAwesome'; 
	margin-left: 5px; 
	margin-right: 5px; 
	text-decoration: none; 
}


ul.menu li:before {
	content: '\f105';
	font-family: 'FontAwesome';
	margin-right:10px;
	color: #3d8611;
}
.site-title,
.site-title>a{

	color: #464646; 
	font-family: 'Roboto Slab', serif;
	margin:0;
	line-height:1.4;
	text-decoration: none;
}

.site-description {font-size:17px;}
.site-branding {margin:25px;}

.site-branding,
.site-title, 
.site-description {
	text-align: center;
}

.container {
	background: #fff; 
	margin-bottom: 30px;
}

.site-footer{text-align: center; margin: 15px;}
