﻿/*
	Theme Name: Gember Gezond
	Theme URI: http://www.gembergezond.nl
	Description: Thema voor gember gezond
	Version: 1.0
	Tags: HTML5, CSS3
*/

/* -------------- RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
ul, ol {
	list-style: none;
}
img {
	max-width: 100%;
}
/*------------------------------------*\
    MAIN
\*------------------------------------*/
ins {
	padding: 1px 2px;
	background: #fff;
	text-decoration: none;
}
/* global box-sizing */
*,
*:after,
*:before {
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
	background-color: #F5F5F5;
}
body {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	font-weight: 300;
	font-size: 14px; 
	font-size: 1.4rem;
    font-weight: normal;
	line-height: 1.625em;
	background-color: #F5F5F5;
    color: #472007;
	word-spacing: 1px;
	letter-spacing: 0.1px;
}

/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a, a:active, a:visited {
    color:#444;
}
a:link, a:visited  {
	color: #C05E03;
	text-decoration:none;
}
a {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
	color:#C05E03;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus, input:hover {
	outline:0;
}
h1 { 
	font-size: 26px; 
	font-size: 2.6rem;
	font-weight: bold;
	color: #C05E03;
	margin-bottom: 20px;
} 
h2 {
    font-size: 22px;
	font-size: 2.2rem;
	color: #472007;
	margin-bottom: 10px;
}
h3,
h4 {
	font-size: 18px;
    font-size: 1.8rem;
	color: #472007;
	margin-bottom: 5px;
}
p, pre {
	margin-bottom: 1em;
}
div, textarea, table, td, th, code, pre, samp {
    /*-moz-hyphens: auto;
    word-wrap: break-word;*/
}
/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
/* wrapper */
.site-container {
	padding: 5px;
	position:relative;
	background: #ffffff;
}
/* sidebar */
.sidebar {
	padding: 0 0 0;
	width: 100%;
	background: #eeeeee;
}
.sidebar a {
}
.sidebar .sidebar-widget h4 {
	background-color: #C05E03;
	color: #FCFCBE;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	padding: 5px 12px;
	text-align: left;
}
.sidebar .sidebar-widget > div {
	background: #eeeeee;
	padding: 0;
	position:relative;
}
.sidebar .sidebar-widget li:before {
    content: "\f101";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	padding-right: 10px;
	color: #472007;
}
.sidebar .sidebar-widget ul {
	padding: 0px 10px;
}
.sidebar .sidebar-widget ul a:hover {
	color: #C05E03;
	text-decoration: underline;
}
.sidebar .sidebar-widget > div {
	margin-top: 0;
}
.sidebar a, .sidebar .sidebar-widget {
	text-decoration: none;
}
.sidebar .sidebar-widget ul li {
	margin: 0;
	padding: 5px 0;
	border: 0;
	border-radius: 0;
	background: none !important;
	font-size: 14px;
	font-size: 1.4rem;
	border-bottom: 1px dotted #DDDDDD;
}
.sidebar .sidebar-widget .sub-menu li {
	border-bottom: none;
}
.sidebar .children {
	margin-top: 5px;
	margin-left: 10px;
	background: none;
}
.sidebar .widget_ad {
	text-align: center;
}
.sidebar .textwidget {
	padding: 10px;
}
/* article */
article {
	width: 100%;
	-moz-box-sizing: border-box;
	padding: 1em;
}
/* content footer */
.content-footer {
	background: none repeat scroll 0 0 #F0F0F0;
	margin: 20px 0 0;
	width: 100%;
	padding: 2em;
}
/* footer */
.site-footer {
	margin: 0 auto;
	width: 100%;
	background: #313131;
	font-size: 12px;
	font-size: 1.2rem;
	position: relative;
	text-align: center;
	color: #FCFCBE;
	border-top: 5px solid #C05E03; 
}

.site-footer a, .site-footer a:active, .site-footer a:visited {
	color: #FCFCBE;
}
.site-footer a:hover {
	color: #C05E03;
}
.site-footer .footer-menu {
    display: block;
	text-align:center;
}
.site-footer .footer-menu .menu {
	margin: auto;
}
.site-footer .footer-menu .menu li {
	display: inline-block;
	text-align:center;
}
.site-footer .footer-menu .menu a {
	color: #FCFCBE;
	margin: 0 10px;
}
.site-footer .footer-menu .menu a:hover {
	color: #C05E03;
}
.site-footer .copyright {
	margin: 5px 0;
	padding: 0 1em;
}
.site-footer .footer-menu, .backtotop {
}
.site-footer .footer-menu {
}
/*------------------------------------*\
    Menu
\*------------------------------------*/
.main-menu {
	background: #2d2d2d;
	border-top: none;
}
.main-menu ul li {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: #222222;
	border-image: none;
	border-style: solid;
	border-width: 0 0 1px 0;
}
.main-menu ul li a{
	border-top: 1px solid #383838;
}
.main-menu ul li ul li {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: #222222;
	border-image: none;
	border-style: solid;
	border-width: 1px 0 0 0;
	background: none repeat scroll 0 0 transparent !important;
}
.main-menu ul ul {
	background: none repeat scroll 0 0 #2D2D2D !important;
}
.main-menu li a {
	color: #FCFCBE;
}
.main-menu ul li.current_page_item > a,
.main-menu ul li.current-menu-item > a {
	color: #FCFCBE;
}
.main-menu {
    display: block;
    float: left;
	margin: 0 auto;
    width: 100%;
}
.main-menu ul,
.main-menu  ul ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.main-menu li,
.main-menu .menu li {
    position: relative;
}
 .main-menu ul ul {
    display: none;
    position: absolute;
    left: 0;
    z-index: 99999;
}
.main-menu ul ul.active {
	display: block;
	position: relative;
}
.main-menu ul ul li {
	float: none;
}
.main-menu a {
    display: block;
	line-height: 2.4em;
    padding: 0 1.8em;
    text-decoration: none;
    font-weight: normal;
}
.main-menu li:hover > a,
.main-menu ul ul :hover > a {
    background: #333;
    color: #fff;
}
.main-menu ul ul a {
    padding: 0 2.5em;
}
.main-menu ul ul  ul a {
    padding: 0 3.5em;
}
.navtoggle,
.toggle-link {
	display: block;
}
.main-menu .navtoggle {
	width: 100%;
	padding: .8em 1em;
	text-align: right;
	background: none;
	border: none;
	cursor: pointer;
	color: #FCFCBE;
}
.navtoggle {
	position: relative;
}
.menu-link {
	border-bottom: 5px solid #C05E03 !important;
}
.navtoggle:before {
    content: "\f0c9";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #FCFCBE;
	font-size: 16px;
    font-size: 1.6rem;
    padding-right: 0.5em;
}
.toggle-link {
	position: absolute;
	top: 0;
	right: 0px;
	height: 100%;
	width: 50px;
	border: none;
	z-index: 200;
	font-size: 0;
	background: rgba(255, 255, 255,0.1);
	cursor: pointer;
}
.js .main-menu > ul {
	overflow: hidden;
	max-height: 0em;
}
.main-menu .active + ul,
.main-menu .keyboardactive + ul {
	max-height: 90em;
}
.main-menu .menu .has-subnav > .toggle-link:after {
	content: "\f116";
    font-family: FontAwesome;
	font-size: 16px;
	font-size: 1.6rem;
	color: #607890;
	position: absolute;
	width: 20px;
	top: 8px;
	bottom: 0px;
	right: 15px;
}
.main-menu .menu .has-subnav  > .toggle-link.active:after {
	content: "\f117";
    font-family: FontAwesome;
}
/*------------------------------------*\
    META
\*------------------------------------*/
.meta {
	border-top: 2px solid #C05E03;
    padding-bottom: 10px;
}
/*------------------------------------*\
    ENTRY
\*------------------------------------*/
.entry table a, .entry table a:link, .entry table a:visited {
	border: none;
}
.entry table img {
	border: 0;
	margin-top: 5px;
}
.entry table {
	width: 100%;
	border-top:1px solid #e5eff8;
	border-right:1px solid #e5eff8;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 20px auto;
	clear:both;
	font-size: 12px;
	font-size: 1.2rem;
}
caption {
	color: #C05E03;
	margin:5px 0 0 0;
	padding:0;
	caption-side:top;
	text-align:center;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	margin: 15px 0;
}
.entry td, th {
	border-bottom: 1px solid #e5eff8;
	border-left: 1px solid #e5eff8;
	padding: 5px;
}
.entry td {
	text-align:center;
}
.entry th {
	text-align:center;
	font-weight:normal;
}
.entry thead th {
	background: #f4f9fe;
	color: #66a3d3;
	font-weight: bold;
	text-align: center;
}
.entry tr td {
	border-top: 1px solid #ddd;
}
.entry tr.odd td {
	background: #f7fbff;
}
.entry tr.odd .column1 {
	background:#f4f9fe;
}
.entry .column1 {
	text-align: center;
	font-weight:bold;
}
.entry .link {
	vertical-align: top;
	text-align: left;
}
.entry .table-ap {
	border-top: 1px solid #e5eff8;
	border-right: 1px solid #e5eff8;
	border-collapse: collapse;
	border-spacing: 0;
	text-align: left;
}
.entry .table-product {
	text-align: center;
}
.entry .table-img {
	max-width: 225px;
}
.entry .table-img img {
	border: 0;
	margin: 5px;
}
.entry .table-shop {
	text-align: center;
}
.image-center {
	text-align: center;
	margin-top:0px;
    margin-bottom:0px;
    padding:0px;	
}
.entry li {
	margin: 0 0 10px 0;
}
.entry ul{
	list-style: square inside;
	margin: 0 0 1.5em 1.5em;
}
.entry ol {
	list-style: decimal inside;
}
.entry ol ol {
	list-style: upper-alpha inside;
}
.entry ol ol ol {
	list-style: lower-roman inside;
}
.entry ol ol ol ol {
	list-style: lower-alpha inside;
}
.entry ul ul, .entry ol ol, .entry ul ol, .entry ol ul {
	margin-bottom: 5px;
}
/*------------------------------------*\
    MISC
\*------------------------------------*/
.content-ad{
}
#content-ad-top{
	text-align: center;
	padding: 5px;
}
#content-ad-bottom {
	text-align: center;
	padding: 5px;
}
.search {
	margin: 5px;
}
.search-submit {
	float: right;
	background: #C05E03;
    border: medium none;
    color: #FCFCBE !important;
    cursor: pointer;
	font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    padding: 6px 20px;
    text-decoration: none !important
}
input[type=text] {
    width: 100%;
}
.search-box {
    overflow: hidden; 
    padding-right: 1%;
}

.search-input {
	border: 1px solid #C05E03;
	color: #C05E03;
	font-size: 14px;
	font-size: 1.4rem;
    font-weight: bold;
    padding: 5px 5px;
    width: 125px;
}
.social-top {
	max-width:400px;
}
/*------------------------------------*\
    GENERAL
\*------------------------------------*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-area img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
/*------------------------------------*\
	SECTION POST/PAGES
\*------------------------------------*/
section {
	padding: 1em;
}
section > h2 {
	color: #C05E03;
	font-size: 26px; 
	font-size: 2.6rem;
	font-weight: bold;
	margin-bottom: 20px;
}
section article h2 {
	margin-top: 10px;
}
section article h2 a:link, section article h2 a:visited {
	color: #111111;
	text-decoration: none;
}
section article {
	padding: 0;
	border-bottom: solid 1px #C05E03;
}
.pagination {
	margin-bottom: 10px;
}
/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
@media only screen and (min-width:480px) {
	.sidebar .sidebar-widget > div {
		width: 48%;
		float: left;
		margin: 0 1% 0;
	}
	.content-footer, .sidebar {
		overflow: hidden;
		width: 100%;
	}
	.content-footer-one, .content-footer-two, .content-footer-three, .content-footer-four {
		width: 50%;
		float: left;
	}
}
@media only screen and (min-width:768px) {
	.sidebar .sidebar-widget > div {
		width: 31%;
		float: left;
	}
	.site-container {
		box-shadow: 0 0 6px #DEDEDE;
	}
	#content-ad-top{
		float: right;
	}
	.content-footer-one, .content-footer-two, .content-footer-three, .content-footer-four {
		margin: 5px 1% 10px 1%;
		width: 23%;
	}
	.site-footer .copyright {
		float: left;
	}
	.site-footer .footer-menu, .backtotop {
		float: right;
	}
	.site-footer .footer-menu {
		margin: 5px;
	}
}
@media only screen and (min-width:1024px) {
	.site-container {
		margin: 0 auto;
		max-width: 1024px;
	}
	#main {
		overflow: auto;
		background: none repeat scroll 0 0 transparent;
		
	}
	article {
		width: 75%;
		float: left;
		min-height: 800px;
	}
	section {
		width: 75%;
		float: left;
	}
	section article {
		width: 100%;
		min-height: 0;
	}
	.sidebar {
		width: 25%;
	}
	.sidebar .sidebar-widget > div {
		width: 100%;
		margin: 0;
	}
	.content-footer {
		float: left;
	}
	.main-menu {
		 border-bottom: 5px solid #C05E03;
	}
	.main-menu .menu {
		border-right: 1px solid #383838;
		float: left;
	}
	.main-menu .menu a {
		border-right: 1px solid #222222;
	}
	.main-menu ul li a{
		border-left: 1px solid #383838 !important;
	}
	.main-menu ul li ul li {
		border-width: 1px 0 0 0 !important;
	}
	.main-menu ul li ul li a{
		border-top: 1px solid #383838;
	}
	.has-subnav {
		position: relative;
	}
	.main-menu .menu > .has-subnav > a:after {
		content: "\f0ab";
		font-family: FontAwesome;
		font-style: normal;
		font-weight: normal;
		text-decoration: inherit;
		color: #fff;
		font-size: 14px;
		font-size: 1.4rem;
		padding-right: 0.8em;
		position: absolute;
		right: -0.2em;		
	}
	.main-menu .menu .sub-menu .has-subnav > a:after { 
		content: "\f0a9";
		font-family: FontAwesome;
		font-style: normal;
		font-weight: normal;
		text-decoration: inherit;
		color: #fff;
		font-size: 14px;
		font-size: 1.4rem;
		padding-right: 0.8em;
		position: absolute;
		right: 0.2em;
	}
	.main-menu ul ul a {
		padding: 0 1em !important;
	}
		.main-menu li,
	.main-menu .menu li {
		float: left;
	}
	.navtoggle,
	.toggle-link {
		display: none;
	}
	.js .main-menu > ul {
		max-height: 30em;
		overflow: visible;
	}
	.main-menu .active + ul,
	.main-menu .keyboardactive + ul {
		max-height: 0em;
	}
	.main-menu ul li:hover > ul {
		display: block;
	}
	.main-menu ul ul,
	.main-menu ul ul a {
		width: 16em;
	}
	.main-menu  ul ul li ul { 
		left: 100%; 
		top: -0.001em;
	}
}

/*------------------------------------*\
    MISC
\*------------------------------------*/
::selection {
	background:#04A4CC;
	color:#ffffff;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#ffffff;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#ffffff;
	text-shadow:none;
}   
/*------------------------------------*\
    CORE
\*------------------------------------*/
.alignnone, .align-none {
	margin:5px 20px 20px 0;
}
.aligncenter, .align-center,
div.aligncenter, div.align-center {
	display:block;
	margin:5px auto 5px auto;
}
.alignright, .align-right {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft, .align-left {
	float:left;
	margin:5px 20px 20px 0;
}
.aligncenter, .align-center{
	display:block;
	margin:5px auto 5px auto;
}
a img.alignright, a img.align-right {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone, a img.align-none  {
	margin:5px 20px 20px 0;
}
a img.alignleft, a img.align-left {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter, a img.align-center {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	font-size:1.1rem;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {
	
}
.bypostauthor {
	
}
/*------------------------------------*\
    PRINT
\*------------------------------------*/
@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}