/*
	Theme Name: Sven Bakker 2017 - 1.2.1
	Description: This is the custom genesis theme created for Sven Bakker.
	Author: Het Woelige Web

  Version: 1.2.1

	Template: genesis

  Text Domain: svenbakker
*/



/* # HTML5 Reset
---------------------------------------------------------------------------- */

/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
---------------------------------------------------------------------------- */
/* stylelint-disable */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}
/* stylelint-enable */

/* ## Box Sizing
--------------------------------------------- */

html,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}


/* ## Float Clearing
--------------------------------------------- */

.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
	content: " ";
	display: table;
}

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.footer-widgets::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
	clear: both;
	content: " ";
	display: table;
}


/* # Defaults
---------------------------------------------------------------------------- */

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

html {
	font-size: 62.5%; /* 10px browser default */
}

/* Chrome fix */
body > div {
	font-size: 16px;
	font-size: 1.6rem;
}

body {
    background: #000;
    color: #eee;
	font-family: 'Oxygen', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	-webkit-font-smoothing: antialiased;
	font-weight: 300;
	line-height: 1.625;
	margin: 0;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition:    all 0.5s ease-in-out;
	-ms-transition:     all 0.5s ease-in-out;
	-o-transition:      all 0.5s ease-in-out;
	transition:         all 0.5s ease-in-out;
}

a {
    color: #de5114;
    text-decoration: none;
    font-weight: 400;
}

a:hover,
a:focus {
    color: #e4a313;
}

a:focus,
a:hover,
a:active,
a:visited {
    outline: none;
}

p {
	margin: 0 0 28px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #a5750d;
	clear: both;
    margin: 40px 0;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

mark {
	background: #333;
	color: #eee;
}

blockquote {
	margin: 40px;
	font-size: 22px;
	font-size: 2.2rem;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 40px;
	font-size: 4rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

.svenbakker .wp-block-image figcaption {
	color: #ccc;
}


/* ## Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400 !important;
	line-height: 1.2;
	margin: 0 0 10px;
}

h1 {
    font-size: 36px;
	font-size: 3.6rem;
}

h2 {
	font-size: 28px;
	font-size: 2.8rem;
}

h3 {
	font-size: 22px;
	font-size: 2.2rem;
}

p h2,
p h3 {
    margin-top: 50px;
}

h4 {
	font-size: 18px;
	font-size: 1.8rem;
}

h5, h6 {
	font-size: 16px;
	font-size: 1.6rem;
}

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

/* ## Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

embed,
iframe,
img,
object,
video {
    border: 1px solid #2f2104; /*bruin*/
}

img {
	height: auto;
}

figure {
	margin: 0;
    border: none;
}

.wp-block-embed.is-type-video iframe {
	width: 840px;
	height: 473px;
}


/* ## Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
    margin: 0 -1% 28px;
}

.single .gallery,
.single .wp-block-gallery {
	margin: 0 -148px 28px;
}

.svenbakker.single .envira-gallery-wrap {
	margin: 0 -140px 20px;
	width: 1080px;
}

.gallery-item {
	float: left;
	margin: 1%;
	text-align: center;
}

.gallery-icon {
    border: 1px solid #2f2104; /*bruin*/
    overflow: hidden;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

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

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

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

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

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

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

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

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

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery img {
    display: block;
    border: none;
	height: auto;
	padding: 0;
    margin: 0;
    width: 100%;
}

.gallery a img {
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition:    all 0.6s ease-in-out;
    transition:         all 0.6s ease-in-out;
}

.gallery a:hover img,
.gallery a:focus img,
.gallery a:active img {
    transform:scale(1.03,1.03);
}


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

input,
select,
textarea {
    background-color: rgba(249,236,208,0.08);
    border: 1px solid rgba(249,236,208,0.1);
    color: #eee;
	padding: 12px;
	width: 100%;
    border-radius: 0;/*4px;*/
}

select {
    -webkit-appearance: none;
    /*-moz-appearance: none;
       appearance: none;*/
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23EEE'><polygon points='0,0 100,0 50,50'/></svg>");
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: calc(100% - 20px) center;
    background-repeat: no-repeat;
}

.select-selected:after {
    position: absolute;
    content: "";
    top: 14px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #eee transparent transparent transparent;
}

.svenbakker.woocommerce .quantity .qty {
	background-color: rgba(249,236,208,0.08);
    border: 1px solid rgba(249,236,208,0.1);
    color: #eee;
	padding: 12px;
	border-radius: 0;/*4px;*/
	font-size: 15px;
	font-size: 1.5rem;
}

input:focus,
textarea:focus,
select:focus {
	outline: none;
    background-color: rgba(249,236,208,0.1);
    color: #eee;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

.svenbakker input[type="radio"],
.svenbakker input[type="checkbox"] {
    filter: hue-rotate(180deg); /*net niet helemaal goede kleur*/
}

select option {
	background-color: #111;
	border: none;
}

::-moz-placeholder {
	color: #999;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #999;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder,
select:focus::-moz-placeholder {
	color: #333;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder,
select:focus::-webkit-input-placeholder {
	color: #333;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.svenbakker.woocommerce a.button,
.svenbakker.woocommerce button.button,
.svenbakker.woocommerce button.button.alt,
.svenbakker .woocommerce a.button,
.svenbakker .woocommerce a.button.alt,
.svenbakker .woocommerce button.button,
.svenbakker .woocommerce button.button.alt,
.button {
  background-color: #e4a313;
	border: 0;
	color: #000;
	cursor: pointer;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 400;
	padding: 12px 20px;
	text-decoration: none;
	white-space: normal;
	width: auto;
  border-radius: 4px;
  text-transform: uppercase;
}

button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.svenbakker.woocommerce a.button:focus,
.svenbakker.woocommerce a.button:hover,
.svenbakker.woocommerce button.button:focus,
.svenbakker.woocommerce button.button:hover,
.svenbakker.woocommerce button.button.alt:focus,
.svenbakker.woocommerce button.button.alt:hover,
.svenbakker .woocommerce a.button:focus,
.svenbakker .woocommerce a.button:hover,
.svenbakker .woocommerce a.button.alt:focus,
.svenbakker .woocommerce a.button.alt:hover,
.svenbakker .woocommerce button.button:focus,
.svenbakker .woocommerce button.button:hover,
.svenbakker .woocommerce button.button.alt:focus,
.svenbakker .woocommerce button.button.alt:hover,
.button:focus,
.button:hover {
    background-color: #de5114;
    border-width: 0;
    outline: none;
}

.button {
	display: inline-block;
}

a.button.small,
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small {
	padding: 8px 16px;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover,
.svenbakker.woocommerce button.button.disabled,
.svenbakker.woocommerce button.button.disabled:hover,
.svenbakker.woocommerce button.button.alt.disabled,
.svenbakker.woocommerce button.button.alt.disabled:hover,
.svenbakker .woocommerce button.button:disabled[disabled],
.svenbakker .woocommerce button.button:disabled[disabled]:hover {
	background-color: #e4a313;
	padding: 12px 20px;
	border: 0;
	color: #000;
	opacity: 0.3;
	cursor: not-allowed;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

.button.cta {
    color: #eee;
		background: transparent;
		border: solid 2px #eee;
    font-size: 22px;
    font-size: 2.2rem;
		font-weight: 400;
    padding: 10px 20px;
}

.button.cta:hover,
.button.cta:focus,
.button.cta:active {
	background: #e4a313;
  text-decoration: none;
}

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

.svenbakker .ninja-forms-cont {
    max-width: 800px;
    width: 100%;
}

.svenbakker .ninja-forms-form-wrap .label-inside input,
.svenbakker .ninja-forms-form-wrap .label-inside select,
.svenbakker .ninja-forms-form-wrap .label-inside textarea {
    width: 100%;
}

.svenbakker .nf-form-fields-required,
.svenbakker .ninja-forms-req-symbol {
    display: none;
}

.svenbakker .nf-form-content textarea,
.svenbakker .nf-form-content select,
.svenbakker .nf-form-content input:not([type="button"]) {
    color: #eee;
	background-color: rgba(249,236,208,0.08);
    border: solid 1px rgba(249,236,208,0.1);
}

.svenbakker .nf-form-content textarea:hover,
.svenbakker .nf-form-content select:hover,
.svenbakker .nf-form-content input:not([type="button"]):hover,
.svenbakker .nf-form-content textarea:focus,
.svenbakker .nf-form-content select:focus,
.svenbakker .nf-form-content input:not([type="button"]):focus {
    color: #eee;
	background-color: rgba(249,236,208,0.1);
}

.svenbakker .nf-form-content label {
    font-size: 16px;
		font-size: 1.6rem;
    line-height: 1.625;
}

.svenbakker .nf-field-label label {
    font-weight: 400;
}

.svenbakker .nf-field-container {
	margin-bottom: 10px;
}

.svenbakker .nf-form-content button,
.svenbakker .nf-form-content input[type="button"],
.svenbakker .nf-form-content input[type="submit"] {
	background-color: #e4a313;
	color: #000;
	margin-top: 10px;
}

.svenbakker .nf-form-content button:hover,
.svenbakker .nf-form-content input[type="button"]:hover,
.svenbakker .nf-form-content input[type="submit"]:hover,
.svenbakker .nf-form-content button:focus,
.svenbakker .nf-form-content input[type="button"]:focus,
.svenbakker .nf-form-content input[type="submit"]:focus {
	background-color: #de5114;
	color: #000;
}

.svenbakker .nf-response-msg {
	color: #e4a313;
	font-style: italic;
}


/* ## Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 50px;
	width: 100%;
	word-break: keep-all;
  word-wrap: normal;
  white-space: wrap;
}

tbody {
  border-bottom: 1px solid #5e4308;
}

td,
th {
	text-align: left;
}

td {
  border-top: 1px solid #5e4308;
	padding: 6px;
}

th {
	font-weight: 700;
	padding: 0 6px;
}

td:first-child,
th:first-child {
	padding-left: 0;
}

/* ## Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus {
	background: #eee;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
	clip: auto !important;
	color: #333;
	display: block;
	font-size: 1em;
	font-weight: bold;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.more-link {
	position: relative;
}


/* # Structure and Layout
---------------------------------------------------------------------------- */

/* ## Site Containers
--------------------------------------------- */

.site-container {
    position: relative;
		min-height: 100vh;
		padding-bottom: 350px;
}

.site-inner,
.wrap {
	margin: 0 auto;
    width: 96%;
    max-width: 1280px;
}

.site-inner {
    position: relative;
    clear: both;
    padding: 40px 0 0 0;
    word-wrap: break-word;
    margin-bottom: 50px;
}

.home .site-inner {
    padding: 0;
    margin-bottom: 0;
}

.textpage .site-inner {
	max-width: 800px;
}


/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/* # Common Classes
---------------------------------------------------------------------------- */

/* ## Avatar
--------------------------------------------- */

.avatar {
	border-radius: 50%;
	float: left;
}

.author-box .avatar,
.alignleft .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

/* ## Genesis
--------------------------------------------- */

.breadcrumb {
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 1px;
	padding: 12px 30px 12px 0;
}

.archive-description,
.author-box {
	margin-bottom: 40px;
	padding: 0;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* ## Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.entry-content .search-form,
.site-header .search-form {
	margin-bottom: 40px;
	width: 50%;
}

.site-header .search-form {
	float: right;
	margin: 12px auto 0;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	margin-top: 10px;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* ## Titles
--------------------------------------------- */

.archive-description .entry-title,
.archive-title,
.author-box-title {
	font-size: 20px;
	font-size: 2rem;
}

.entry-title {
	font-size: 36px;
	font-size: 3.6rem;
}

.page .entry-title {
    margin-bottom: 40px;/*consistent?*/
}

.entry-title a {
    color: #eee;
	text-decoration: none;
}

.entry-title a:focus,
.entry-title a:hover {
	color: #e4a313;
}


/* ## WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.gallery-caption,
.wp-caption-text {
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: 300;
	margin: 0;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

figure.alignright,
img.alignright,
figure.alignleft,
img.alignleft {
    max-width: 50%;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 28px;
}


/* # Plugins
---------------------------------------------------------------------------- */

/* ## Simple Share
 --------------------------------------------- */

.svenbakker .share-after {
    clear: both;
    margin-top: 40px;
}

.svenbakker .sharrre .count,
.svenbakker .sharrre .share {
    background-color: #000;
}



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

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	list-style: none;
	width: 0;
}


/* # Site Header
---------------------------------------------------------------------------- */

.site-header {
    background-color: transparent;
}

.site-header > .wrap {
	padding: 20px 0 0;
}

/* ## Title Area
--------------------------------------------- */

.title-area {
    float: left;
    padding: 10px 0;
    display: inline-block;
    float: left;
    width: 100%;
    margin: 0 auto;
    max-width: 240px;
    padding: 0;
}

.site-title {
    font-size: 30px;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.2;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
    color: #de5114;
    text-decoration: none;
}

.header-image .site-title > a {
    background-position: left !important;
    background-size: contain !important;
    float: left;
    min-height: 240px;
    width: 100%;
}

.site-description {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.5;
}

.site-description,
.site-title {
    margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
    display: block;
    text-indent: -9999px;
}


/* # Site Navigation
---------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	margin-bottom: 0;
	padding-bottom: 0;
	text-align: left;
}

.genesis-nav-menu a {
	color: #e4a313;
	display: block;
	padding: 32px 20px;
	text-decoration: none;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover  {
	color: #eee;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu > .first > a,
.genesis-nav-menu > li:first-child > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a,
.genesis-nav-menu > li:last-child > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	float: right;
}

/* ## Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu-toggle,
.sub-menu-toggle {
	display: none;
	visibility: hidden;
}

/* ## Site Header Navigation
--------------------------------------------- */

.nav-primary {
    display: inline-block;
    float: right;
}

.nav-primary .wrap {
    width: 100%;
}

.nav-primary .genesis-nav-menu a {
    color: #e4a313;
    text-decoration: none;
    font-family: 'Princess Sofia', script;
    font-weight: 400;
    font-size: 26px;
    font-size: 2.6rem;
}

.nav-primary .genesis-nav-menu a:hover,
.nav-primary .genesis-nav-menu a:focus,
.nav-primary .genesis-nav-menu .current-menu-item > a {
    color: #eee;
}

/* ## Language selector
 --------------------------------------------- */

.hww-responsive-lang-switcher {
	display: none;
}

.svenbakker .genesis-nav-menu .wpml-ls-menu-item {
    margin: 0 0 0 20px;
}

.svenbakker .genesis-nav-menu .wpml-ls-menu-item.wpml-ls-last-item {
    margin: 0 20px 0 0;
}

.svenbakker .genesis-nav-menu .wpml-ls-menu-item a,
.hww-responsive-lang-switcher li a {
    font-family: 'Princess Sofia', sans-serif;
    font-weight: 400;
    font-size: 28px;
    font-size: 2.8rem;
    padding: 32px 0;
    text-decoration: none !important;
		color: #e4a313;
}

.svenbakker .genesis-nav-menu .wpml-ls-menu-item a:after,
.hww-responsive-lang-switcher li a:after {
    content: '/';
    padding: 32px 0 32px 4px;
    color: #e4a313 !important;
}

/*.svenbakker .genesis-nav-menu .wpml-ls-menu-item:last-child a:after,
.hww-responsive-lang-switcher li:last-child a:after {*/
.svenbakker .genesis-nav-menu .wpml-ls-last-item a:after,
.hww-responsive-lang-switcher li.wpml-ls-last-item a:after,
.hww-responsive-lang-switcher li:last-child a:after {
    content: '';
    padding: 0;
}

.svenbakker .genesis-nav-menu .wpml-ls-menu-item.menu-item-language-current a,
.svenbakker .genesis-nav-menu .wpml-ls-menu-item.wpml-ls-current-language a,
.svenbakker .genesis-nav-menu .wpml-ls-menu-item a:hover,
.svenbakker .genesis-nav-menu .wpml-ls-menu-item a:focus,
.hww-responsive-lang-switcher li.hww-current-lang a,
.hww-responsive-lang-switcher li a:hover,
.hww-responsive-lang-switcher li a:focus {
    color: #eee;
}


/* ## Secondary menu (Drumschool and Art page templates)
---------------------------------------- */

.site-header + div[class^="menu-"] {
    background: url('images/border-top.png') repeat-x scroll right top,
    						url('images/border-bottom.png') repeat-x scroll right bottom,
                url('images/bg-menu-1500.jpg') no-repeat scroll 50% 50% #e4a313;
    background-size: 1000px auto, 1000px auto, cover;
    margin: -85px 0 30px 0;
    padding: 14px 0;
}

.site-header + div[class^="menu-"] ul.menu {
	width: 96%;
	max-width: 1280px;
	margin: 0 auto;
	text-align: right;
}

.site-header + div[class^="menu-"] li.menu-item {
    display: inline-block;
    margin-right: 4px;
}

.site-header + div[class^="menu-"] li.menu-item a {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 32px 16px;
    font-weight: 400;
    color: #000;
}

.site-header + div[class^="menu-"] li.menu-item:last-child {
    margin-right: 0;
}

.site-header + div[class^="menu-"] li.menu-item:last-child a {
    padding-right: 0;
}

.nav-primary .genesis-nav-menu .current-page-ancestor > a,
.site-header + div[class^="menu-"] li.menu-item a:hover,
.site-header + div[class^="menu-"] li.menu-item a:focus,
.site-header + div[class^="menu-"] li.menu-item.current-menu-item > a {
    color: #eee;
}



/* # Content Area
---------------------------------------------------------------------------- */

/* ## Entries
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
    padding: 0;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	margin-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #222;
	color: #000;
}

.entry-content a.more {
    display: block;
}

.entry .intro {
	font-size: 20px;
	font-size: 2rem;
}


/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.entry-footer .entry-meta {
	padding-top: 24px;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* ## Entry content
--------------------------------------------- */
.page .entry-content p.intro,
.single .entry-content p.intro {
	max-width: 900px;
	font-size: 20px;
	font-size: 2rem;
}

/* ## Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination a {
	color: orange;
	cursor: pointer;
	display: inline-block;
	padding: 8px 12px;
	text-decoration: none;
}

.archive-pagination a:focus,
.archive-pagination a:hover {
    text-decoration: underline;
}

.archive-pagination .active a,
.archive-pagination .active a:hover,
.archive-pagination .active a:focus {
    color: #eee;
    text-decoration: none;
}

/* ## Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
    margin: 80px auto;
}

.comment-list li {
	padding: 40px 0 0 30px;
}

.comment-list .depth-1 {
	padding-left: 0;
}

.comment-header {
	margin-bottom: 30px;
}

.comment-content {
	clear: both;
}

.comment-content ul > li {
	list-style-type: disc;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 100%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-header p {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}

.comment-time a {
	color: #eee;
}

.comment-form-author,
.comment-form-email,
.comment-form-url {
	width: 32%;
	float: left;
	margin-right: 2%;
}

.comment-form-url {
	margin-right: 0;
}


/* # Site Footer
---------------------------------------------------------------------------- */

.site-footer {
	background: url('images/border-top.png') repeat-x scroll right top,
							url('images/bg-concrete-yellow-1500.jpg') no-repeat scroll 50% 50% #e4a313;
	background-size: 1000px auto, cover;
	color: #000;
  padding: 0;
	/*height: 305px;*/
  margin: 0;
  text-align: left;
	position: absolute;
	bottom: 0;
	z-index: 999999999;
	width: 100%;
    font-size: 15px;
    font-size: 1.5rem;
}

.site-footer > .wrap {
	padding: 60px 0 40px;
}

.footer-left-widget-area {
	width: 32%;
	float: left;
}

.footer-left-widget-area img {
	border: none;
	max-width: 230px !important;
}

.site-footer .widget_nav_menu a,
.site-footer .textwidget a {
	color: #000;
    font-size: 15px;
    font-size: 1.5rem;
}

.site-footer .widget_nav_menu a:hover,
.site-footer .widget_nav_menu a:active,
.site-footer .textwidget a:hover,
.site-footer .textwidget a:active {
	color: #de5114;
}

.site-footer p {
	clear: both;
	margin: 0;
	font-size: 15px;
	font-size: 1.5rem;
	text-align: left;
	font-weight: 400;
}

.site-footer .wrap > p {
	padding-top: 40px;
}

.site-footer .wrap .wrap {
	width: 100%;
}

.footer-center-widget-area {
	width: 32%;
	float: right;
	margin: 0 2%;
	/*text-align: center;*/
}

.footer-right-widget-area {
	width: 32%;
	float: right;
	text-align: right;
}

.site-footer .widget-title {
	font-size: 17px;
	font-size: 1.7rem;
	margin-bottom: 14px;
	text-transform: uppercase;
	font-weight: 400;
}


/* ## Genesis Simple Social Icons
--------------------------------------------- */

.svenbakker .simple-social-icons ul li a {
		color: #000 !important;
		border: solid 1px #000 !important;
		border-radius: 50%;
		background-color: transparent !important;
		text-decoration: none;
}

.svenbakker .simple-social-icons ul li a:hover,
.svenbakker .simple-social-icons ul li a:focus {
		color: #e4a313 !important;
		border: solid 1px #000 !important;
		background-color: #000 !important;
		text-decoration: none;
}

.svenbakker .simple-social-icons ul.alignright li:last-child {
	margin-right: 0 !important;
}

.svenbakker .site-footer .wrap .widget + .widget {
    margin-top: 20px;
}

/* ## Genesis eNews Extended
--------------------------------------------- */

.svenbakker .enews form {
	width: 310px;
	/*float: right;*/
}

.svenbakker .footer-right-widget-area .enews form {
    float: right;
}

.enews input {
	display: block;
	float: left;
	margin: 0;
	height: 44px;
	line-height: 1;
}

.enews input[type="email"] {
	width: 70%;
	background: rgba(255,255,255,0.1);
	border: solid 1px #333;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	color: #000;
}

.enews input[type="email"]::-webkit-input-placeholder {
	color: #444;
}

.enews input[type="email"]::-moz-placeholder {
	color: #444;
}

.enews input[type="email"]:focus::-webkit-input-placeholder {
	color: #e4a313;
}

.enews input[type="email"]:focus::-moz-placeholder {
	color: #e4a313;
}

.enews input[type="submit"] {
	width: 30%;
	background: #000;
	color: #e4a313;
	border: 1px solid #000;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.enews input[type="submit"]:hover,
.enews input[type="submit"]:focus {
	background: #e4a313;
	color: #000;
}


/* # CTA section
 --------------------------------------------------------------------------- */

.hww-section-cta {
    width: 100vw;
    margin: -50px 0 -40px 0;
		margin-left: calc(-1 * ((100vw - 100%) / 2));
    padding: 0;
    transform: skewY(-3deg);
    transform-origin: right bottom 0;
}

.hww-section-cta .hww-overlay {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background: url('images/border-top.png') repeat-x scroll right top,
		 						url('images/border-bottom.png') repeat-x scroll right bottom rgba(13,13,13,0.6);
    background-size: 1000px auto;
}

.hww-section-cta .wrap {
    transform: skewY(3deg);
    transform-origin: right bottom 0;
    max-width: 800px;
    margin: 0 auto;
    padding: 160px 0;
    text-align: center;
}


/* # Homepage
 --------------------------------------------------------------------------- */

.home .site-inner {
    position: relative;
    width: 100%;
    max-width: 100%;
    padding: 0;
    z-index: 2;
}

.home-odd {
    background: url('images/border-top.png') repeat-x scroll right top,
                url('images/border-bottom.png') repeat-x scroll right bottom, url('images/bg-concrete-yellow-1500.jpg') no-repeat scroll 50% 50% #e4a313;
    background-size: 1500px auto, 1500px auto, cover;
}

.home .site-inner .home-odd .wrap {
    padding: 80px 0 140px 0;
    color: #000;
    width: 96%;
    max-width: 1280px;
    margin: 0 auto;
    text-align: left;
}

.home .site-inner .home-even {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.home .site-inner .home-even .wrap {
    padding: 0;
    margin: 0 auto;
    text-align: left;
    width: 96%;
}

.home .section-title {
    font-size: 42px;
    font-size: 4.2rem;
    font-weight: 300;
}

.home .site-inner .home-odd a {
    color: #000;
	}

.home .site-inner p > a {
		text-decoration: underline;
		font-weight: 400;
}

.home .home-odd .section-title {
    width: 25%;
    float: left;
    font-size: 36px;
    font-size: 3.6rem;
		font-weight: 300;
		text-transform: uppercase;
}

.home-odd .section-content {
    width: 75%;
    max-width: 800px;
    float: left;
    margin-top: 0;
}

.home-even .section-content,
.home-even .section-title {
    margin-left: 25%;
    max-width: 800px;
    float: left;
}

.home .site-inner .section-nav {
    margin-top: 20px;
}

.home .site-inner .section-nav a {
    font-family: 'Princess Sofia', sans-serif;
    text-decoration: none;
    font-size: 28px;
    font-size: 2.8rem;
    margin: 5px;
    padding: 10px 30px;
    display: inline-block;
}

.home .site-inner .home-odd .button.cta {
		font-family: 'Oxygen', sans-serif;
		font-weight: 400;
		color: #000;
		font-size: 20px;
		font-size: 2rem;
		background-color: transparent;
		border-color: #000;
}

.home .site-inner .section-nav a:hover,
.home .site-inner .section-nav a:focus {
	color: #de5114;
}

.home .site-inner .home-odd .button.cta:hover,
.home .site-inner .home-odd .button.cta:focus {
	background-color: #de5114;
}

/* ## Homepage header
 --------------------------------------------- */

.home .site-header {
    background: none;
    position: absolute;
    width: 100%;
    z-index: 99;
}

.home .nav-primary {
    position: relative;
    width: 100%;
    z-index: 9999;
    transform: skewY(3deg);
    transform-origin: right top 0;
    height: 90px;
    margin-top: -90px;
    text-shadow: 0px 0px 3px #000;
}

.home .nav-primary .wrap {
    width: 96%;
}


/* ## Intro section
 --------------------------------------------- */

.home-top {
	position: relative;
	height: 100vh;
	max-height: 900px;
	background: url('images/bg-sven-bakker-home-intro.jpg') no-repeat scroll 50% 40% #000;
	background-size: cover;
}

.home-top .wrap {
	position: relative;
	height: 100vh;
	max-height: 900px;
    text-align: center;
    z-index: 1;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
}

.home-top .home-pitch {
    padding: 0;
    width: 30%;
    margin: 0 0 10% 18%;
    float: left;
    color: #eee;
    text-shadow: 0px 0px 5px #000;
    font-size: 26px;
    font-size: 2.6rem;
    font-weight: 300;
    line-height: 1.3;
}

.home-top .home-pitch  h1 {
    font-family: 'Amatic SC', sans-serif;
    font-weight: 400;
    font-size: 54px;
    font-size: 5.4rem;
}


/* ## Drumschool section
 --------------------------------------------- */

.home-section-drumschool {
    z-index: 999;
    transform: skewY(3deg);
    transform-origin: right top 0;
    padding: 0;
    z-index: 999;
}

.home .site-inner .home-section-drumschool .wrap {
    transform: skewY(-3deg);
    transform-origin: right top 0;
}

.home .site-inner .home-section-drumschool .section-nav a:first-child {
	margin-left: 0;
	padding-left: 0;
}


/* ## Hiphop section
 --------------------------------------------- */

.home-section-hiphop {
	/*height: 100vh;*/
  background: url('images/bg-svenimal-1500.jpg') no-repeat scroll 50% 50%;
  background-size: cover;
  padding: 0;
  margin: -110px 0;
  text-shadow: 0px 0px 3px #000;
}

.home .site-inner .home-section-hiphop .wrap {
	padding: 260px 0;
}

.home-section-hiphop .wrap .section-content {
    font-size: 24px;
    font-size: 2.4rem;
}

/* ## Art(ist) section
 --------------------------------------------- */

.home-section-art {
    position: relative;
    transform: skewY(-3deg);
    transform-origin: right top 0;
    padding: 0;
}

.home .site-inner .home-section-art .wrap {
    transform: skewY(3deg);
    transform-origin: right top 0;
    padding: 140px 0 80px;
}

.home-section-art .section-nav a:first-child {
	margin-left: 25%;
	padding-left: 0;
}

.home-section-art .envira-gallery-wrap {
	clear: both;
	float: none;
	padding-top: 10px;
}


/* ## Blog section
 --------------------------------------------- */

.home-section-blog { /* background toont post-image large, zie template */
  padding: 0;
  margin: 0;
}

.home-section-blog .hww-overlay {
		display: block;
		width: 100%;
		margin: 0;
		padding: 0;
    background: rgba(0,0,0,0.6);
}

.home .site-inner .home-section-blog .wrap {
    text-shadow: 0px 0px 3px #000;
		padding: 200px 0;
}

.home-section-blog .section-title {
    font-size: 16px !important;
    font-size: 1.6rem !important;
    font-weight: 300;
    padding-bottom: 24px;
}

.home-section-blog .entry,
.home-section-blog .section-nav {
    clear: both;
    display: block;
    margin-left: 25%;
    max-width: 800px;
}

.home-section-blog .entry a.more {
    display: none;
}

.home-section-blog .share-before,
.home-section-blog .share-after {
    display: none;
}

.home-section-blog .entry-title {
    font-size: 30px;
    font-size: 3rem;
    margin-bottom: 24px;
}

.home .site-inner .home-section-blog .section-nav a {
	color: #e4a313;
}

.home .site-inner .home-section-blog .section-nav a:hover,
.home .site-inner .home-section-blog .section-nav a:focus {
	color: #de5114;
}

.home-section-blog .section-nav a:first-child {
    padding-left: 0;
    margin-left: 0;
}


/* ## Music section
 --------------------------------------------- */

.home-section-music {
    transform: skewY(3deg);
    transform-origin: right top 0;
    padding: 0;
}

.home .site-inner .home-section-music .wrap {
    transform: skewY(-3deg);
    transform-origin: right top 0;
}

.home .site-inner .home-section-music .section-nav a {
    padding-left: 0;
}


/* ## Contact section
 --------------------------------------------- */

.home-section-contact {
	background: url('images/bg-sven-bakker-contact.jpg') no-repeat scroll bottom right #000;
	background-size: 700px auto;
	margin-top: -70px;
	padding: 0;
}

.home .site-inner .home-section-contact .wrap {
  padding: 0;
	min-height: 500px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.home-section-contact .wrap-inner {
    width: 40%;
    padding: 0;
}

.home-section-contact .wrap-inner:after {
	clear: both;
}

.home-section-contact .section-title {
    width: 100%;
    margin: 0 !important;
    font-family: 'Amatic SC', sans-serif;
    font-size: 46px;
    font-size: 4.6rem;
    color: #eee;
}

.home-section-contact h4 {
    font-family: 'Amatic SC', sans-serif;
    font-size: 32px;
    font-size: 3.2rem;
    margin: 20px 0 0 0;
    color: #eee;
}


/* # Blogpage
 --------------------------------------------------------------------------- */

.blog .archive-description {
    display: none;
}

.svenbakker.blog .entry,
.svenbakker.archive .entry {
	max-width: 51%;
	float: right;
}

.svenbakker.blog .entry.has-post-thumbnail,
.svenbakker.archive .entry.has-post-thumbnail {
    max-width: 100%;
    margin-left: 0;
    margin-bottom: 40px;
		float: none;
}

.svenbakker.blog .entry.has-post-thumbnail .entry-image-link,
.svenbakker.archive .entry.has-post-thumbnail .entry-image-link {
    float: left;
		width: 45%;
    margin: 0 4% 0 0;
}

.blog .entry-image-link > img,
.archive .entry-image-link > img {
    width: 100%;
		max-width: 100%;
}

.svenbakker.blog .entry.has-post-thumbnail .entry-title,
.svenbakker.blog .entry.has-post-thumbnail .entry-content,
.svenbakker.blog .entry.has-post-thumbnail .entry-footer,
.svenbakker.archive .entry.has-post-thumbnail .entry-title,
.svenbakker.archive .entry.has-post-thumbnail .entry-content,
.svenbakker.archive .entry.has-post-thumbnail .entry-footer {
	display: inline-block;
	width: 51%;
	float: left;
}


/* # Single post
 --------------------------------------------------------------------------- */

.single-post .site-inner {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

.entry.max-width-800, /* manual post class */
.single-post .entry,
.single-post .entry-comments,
.single-post .entry-pings,
.single-post .comment-respond,
.single-post .breadcrumb {
    max-width: 800px;
    width: 96%;
    margin-left: auto;
    margin-right: auto;
}

.single-post .entry-comments h3,
.single-post .entry-pings h3,
.single-post .comment-respond h3 {
    font-size: 3.2rem;
    font-size: 32px;
}

/* Images uit kantlijn */
.single-post img.alignright,
.single-post .wp-block-image .alignright,
.single-post .wp-caption.alignright {
    margin-right: -140px;
}

.single-post img.alignleft,
.single-post .wp-block-image .alignleft,
.single-post .wp-caption.alignleft {
    margin-left: -140px;
}

.single-post .alignright .wp-caption-text,
.single-post .wp-block-image .alignright figcaption {
    text-align: right;
    padding-left: 3%;
}

.single-post .alignleft .wp-caption-text,
.single-post .wp-block-image .alignleft figcaption {
     text-align: left;
     padding-right: 3%;
}


/* # Contact page
 --------------------------------------------------------------------------- */

.page.contact .site-inner {
    background: url('images/bg-sven-bakker-contact.jpg') no-repeat scroll 100% 60% #000;
    background-size: 800px auto;
}

.page.contact .entry {
    width: 50%;
}

/* # 404 page
 --------------------------------------------------------------------------- */
.error404 .site-inner {
    max-width: 800px;
}


/* # WooCommerce
 --------------------------------------------------------------------------- */

.svenbakker.woocommerce .content {
	background-color: transparent;
	padding: 0;
	margin-bottom: 140px;
}

.svenbakker.woocommerce div.product p.price,
.svenbakker.woocommerce ul.products li.product .price,
.svenbakker.woocommerce div.product span.price,
.svenbakker .woocommerce ul.products li.product .price {
 	color: #eee;
}

.svenbakker .woocommerce-store-notice, p.demo_store {
	background-color: rgba(0,0,0,0.4);
}

.svenbakker.woocommerce ul.products li.product a,
.svenbakker .woocommerce ul.products li.product a {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition:    all 0.5s ease-in-out;
    -ms-transition:     all 0.5s ease-in-out;
    -o-transition:      all 0.5s ease-in-out;
    transition:         all 0.5s ease-in-out;
}

/* Account page
--------------------------------------------- */

.svenbakker .woocommerce-MyAccount-navigation {
    border-color: #5e4308;
}


.svenbakker .woocommerce-MyAccount-navigation-link--downloads {
    display: none;
}

.svenbakker .woocommerce-MyAccount-navigation ul li > a {
    color: #e4a313;
}

.svenbakker .woocommerce-MyAccount-navigation ul li > a:hover,
.svenbakker .woocommerce-MyAccount-navigation ul li > a:focus,
.svenbakker .woocommerce-MyAccount-navigation ul li > a:active,
.svenbakker .woocommerce-MyAccount-navigation ul li.is-active > a {
    color: #eee;
}

 /* Shop page & related products
 --------------------------------------------- */

.svenbakker.archive.woocommerce li.product,
.svenbakker.single-product.woocommerce li.product {
    float: left;
    text-align: center;
}

.svenbakker.archive.woocommerce li.product {
    margin-bottom: 60px;
}

.svenbakker.archive.woocommerce li .woocommerce-LoopProduct-link,
.svenbakker.single-product.woocommerce li .woocommerce-LoopProduct-link {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-end;
    align-items: center;
    align-content: center;
}

.svenbakker.archive.woocommerce li .woocommerce-LoopProduct-link img,
.svenbakker.single-product.woocommerce li .woocommerce-LoopProduct-link img {
    margin: auto;
    height: auto;
    max-height: 450px;
    width: auto;
}

.svenbakker.woocommerce ul.products li.product .woocommerce-loop-product__title,
.svenbakker .woocommerce ul.products li.product a .woocommerce-loop-product__title {
	/*padding: .5em 0;*/
	font-size: 18px;
	font-size: 1.8rem;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top: 24px;
    color: #eee;
}

.svenbakker.woocommerce ul.products li.product .price,
.svenbakker .woocommerce ul.products li.product .price {
	margin-bottom: 5px;
    font-size: 18px;
    font-size: 1.8rem;
		height: 30px;
}

.svenbakker.woocommerce ul.products li.product .woocommerce-loop-product__title:last-child,
.svenbakker .woocommerce ul.products li.product a .woocommerce-loop-product__title:last-child {
		margin-bottom: 35px;
}

.svenbakker .woocommerce-error,
.svenbakker .woocommerce-info,
.svenbakker .woocommerce-message {
    border-top: solid 1px #e4a313;
		background-color: transparent;
		color: #eee;
}

.svenbakker .woocommerce-error::before,
.svenbakker .woocommerce-info::before,
.svenbakker .woocommerce-message::before {
    color: #e4a313;
}

.svenbakker.woocommerce span.onsale {
    display: none;
	/*background-color: #de5114;
	color: white;
	padding: 5px 10px;
	border-radius: 4px;
	text-transform: uppercase;*/
}

.svenbakker.woocommerce ul.products li.product .button {
    display: inline-block;
    width: auto;
    margin-left: auto;
    margin-right: auto;
}

.svenbakker.woocommerce ul.products li.product a.added_to_cart {
    padding-left: 5px;
    padding-right: 5px;
    color: #eee;
}

.svenbakker.woocommerce ul.products li.product a.added_to_cart:hover,
.svenbakker.woocommerce ul.products li.product a.added_to_cart:focus,
.svenbakker.woocommerce ul.products li.product a.added_to_cart:active {
    color: #e4a313;
}


/* ## Single product
--------------------------------------------- */

.svenbakker.woocommerce.single-product .woocommerce-product-gallery,
.svenbakker.woocommerce.single-product .woocommerce-tabs {
	padding-left: 100px;
}

.svenbakker.woocommerce div.product div.images .flex-control-thumbs li {
	width: 24.7%;
	margin-right: 0.4%;
	margin-top: 0.4%;
}

.svenbakker.woocommerce div.product div.images .flex-control-thumbs li:nth-child(4n+0) {
	margin-right: 0;
}

.svenbakker.woocommerce.single-product span.onsale {
	margin-left: 100px;
}

.svenbakker.woocommerce.single-product .summary,
.svenbakker.woocommerce.single-product .woocommerce-tabs {
	padding-right: 100px;
}

.svenbakker.woocommerce div.product .product_title {
	margin-bottom: 10px;
}

.svenbakker .woocommerce-product-details__short-description {
	padding: 40px 0;
}

.svenbakker.woocommerce div.product form.cart {
	border-top: solid 1px #5e4308;
	border-bottom: solid 1px #5e4308;
	padding: 40px 0;
}

.svenbakker.woocommerce div.product form.cart .variations {
    table-layout: auto;
}

.svenbakker.woocommerce div.product form.cart .variations td.label {
		width: 150px;
}

.svenbakker.woocommerce div.product form.cart .variations td.label label {
		display: inline-block;
		line-height: 1.5;
		padding: 12px 0;
}

.svenbakker .variations_form .single_variation_wrap {
	max-width: 100%;
	width: 100%;
}

.svenbakker .variations_form .single_variation_wrap .quantity {
	display: inline-block;
}

.svenbakker.woocommerce .quantity .qty {
	width: 70px;
}

.svenbakker .product_meta .tagged_as {
	display: none;
}

.svenbakker.woocommerce div.product .sku_wrapper {
	display: block;
}

/*.svenbakker.woocommerce div.product .posted_in {
	display: none;
}*/

.woocommerce div.product form.cart .reset_variations {
	display: none;
}


.svenbakker.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding-top: 80px;
}

.svenbakker.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: none;
}

.svenbakker.woocommerce div.product .woocommerce-tabs ul.tabs::before {
	border-bottom: 1px solid #a5750d;
}

.svenbakker.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after,
.svenbakker.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before,
.svenbakker.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    box-shadow: none;
}

.svenbakker.woocommerce div.product .woocommerce-tabs ul.tabs li,
.svenbakker.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: transparent;
}

.svenbakker.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
		border-bottom: 3px solid #e4a313;
		color: #eee;
}

.svenbakker.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	padding: 0.8rem 2rem;
	padding: 8px 20px;
}

.svenbakker.woocommerce div.product .woocommerce-tabs ul.tabs li a,
.svenbakker.woocommerce div.product .woocommerce-tabs ul.tabs li a:visited {
		color: #e4a313;/*#de5114;*/
}

.svenbakker.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover,
.svenbakker.woocommerce div.product .woocommerce-tabs ul.tabs li a:focus {
		color: #eee;
}

.svenbakker.woocommerce div.product .woocommerce-tabs .panel {
	max-width: 800px;
}

.svenbakker.woocommerce div.product .woocommerce-tabs .panel h2 {
	display: none;
}

.svenbakker.woocommerce.single-product .summary,
.svenbakker.woocommerce.single-product .woocommerce-product-gallery {
    padding-bottom: 60px;
}

.svenbakker.woocommerce div.product .up-sells,
.svenbakker.woocommerce div.product .related {
    float: none;
    clear: both;
    padding-top: 50px;
}

.svenbakker.woocommerce div.product .up-sells h2,
.svenbakker.woocommerce div.product .related h2,
.svenbakker .woocommerce .cross-sells h2,
.svenbakker.woocommerce .cart-collaterals .cart_totals h2,
.svenbakker.woocommerce-page .cart-collaterals .cart_totals h2 {
	margin-bottom: 30px;
}


/* ## Cart icon (menu)
--------------------------------------------- */

li.hww-menucart {
    display: inline-block;
}

a.wcmenucart-contents:before {
    font-family: 'Fontawesome';
    content: "\f291";
    margin-right: 10px;
    font-weight: 400;
		font-size: 1.6rem;
		font-size: 16px;
}


/* ## Shopping cart
--------------------------------------------- */

/*.svenbakker.woocommerce-cart .entry {
    max-width: 1024px;
    margin: 0 auto 40px auto;
}*/

.svenbakker .woocommerce table.shop_table {
	border: none;
}

.svenbakker .woocommerce table.shop_table td,
.svenbakker .woocommerce table.shop_table th {
    border-color: #5e4308;
		border-width: 1px 0;
}

.svenbakker .woocommerce .quantity .qty {
	height: 50px;
}

.svenbakker.woocommerce-cart table.cart td,
.svenbakker .woocommerce .quantity .qty {
	font-size: 1.6rem;
	font-size: 16px;
}

/*.svenbakker #add_payment_method table.cart img,
.svenbakker .woocommerce-cart table.cart img,
.svenbakker .woocommerce-checkout table.cart img {
}*/

.svenbakker.woocommerce-cart table.cart img {
    width: 50px;
}

.svenbakker.woocommerce .cart-collaterals .cart_totals table,
.svenbakker.woocommerce-page .cart-collaterals .cart_totals table {
    border: solid 1px #5e4308;
    padding: 20px;
}

.svenbakker.woocommerce-cart .cart-collaterals .cart_totals tr th,
.svenbakker.woocommerce-cart .cart-collaterals .cart_totals tr td,
.svenbakker.woocommerce-cart #payment ul.payment_methods,
.svenbakker.woocommerce-checkout #payment ul.payment_methods,
.svenbakker #add_payment_method #payment ul.payment_methods {
	border-color: #5e4308;
}

.svenbakker.woocommerce-cart table.cart td.product-name a,
.svenbakker.woocommerce-checkout table.order_details td.product-name a,
.svenbakker .woocommerce a.remove {
    color: #eee !important;
}

.svenbakker.woocommerce-cart table.cart td.product-name a:hover,
.svenbakker.woocommerce-cart table.cart td.product-name a:focus,
.svenbakker.woocommerce-cart table.cart td.product-name a:active,
.svenbakker.woocommerce-checkout table.order_details td.product-name a:hover,
.svenbakker.woocommerce-checkout table.order_details td.product-name a:focus,
.svenbakker.woocommerce-checkout table.order_details td.product-name a:active,
.svenbakker .woocommerce a.remove:hover,
.svenbakker .woocommerce a.remove:focus,
.svenbakker .woocommerce a.remove:active {
    color: #e4a313 !important;
    background-color: transparent !important;
}



/* ## Checkout
--------------------------------------------- */

.svenbakker .woocommerce form .form-row .required {
    display: none;
}

#order_review_heading {
	margin-top: 90px;
}

.svenbakker .woocommerce-checkout-review-order {
	max-width: 1024px;
}

.svenbakker.woocommerce-cart #payment,
.svenbakker.woocommerce-checkout #payment,
.svenbakker #add_payment_method #payment {
    background-color: transparent;
    border-radius: 0;
    padding: 30px;
		border: solid 1px #5e4308;
}

.svenbakker.woocommerce-cart #payment div.payment_box,
.svenbakker.woocommerce-checkout #payment div.payment_box,
.svenbakker #add_payment_method #payment div.payment_box {
    background-color: transparent;
		color: #eee;
}

.svenbakker .woocommerce .woocommerce-customer-details address {
	border-color: #5e4308;
	border-radius: 0;
	padding: 12px;
}

.woocommerce .blockUI.blockOverlay {
    position: relative! important;
    display: none ! important;
}

.svenbakker .woocommerce form.checkout_coupon,
.svenbakker .woocommerce form.login,
.svenbakker .woocommerce form.register,
.svenbakker .woocommerce form .form-row .select2-container,
.svenbakker .woocommerce form .form-row.woocommerce-validated input.input-text,
.svenbakker .woocommerce form .form-row.woocommerce-validated select,
.svenbakker .woocommerce form .form-row.woocommerce-validated .select2-container {
    border-color: #5e4308;
}




/* # Media Queries
---------------------------------------------------------------------------- */

@media only screen and (min-width: 1200px) {

    .svenbakker .footer-right-widget-area .simple-social-icons ul.aligncenter {
        text-align: right;
    }

    .svenbakker .footer-right-widget-area .simple-social-icons ul.aligncenter li:last-child {
        margin-right: 0 !important;
    }

}

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

	.site-inner,
	.wrap,
  .home .site-inner .home-even .wrap,
  .home .site-inner .home-odd .wrap,
  .svenbakker.art .site-inner .content-sidebar-wrap,
	.site-header + div[class^="menu-"] ul.menu {
			max-width: 1140px;
	}

  .site-header + div[class^="menu-"] li.menu-item a {
      padding: 32px 0 32px 20px;
  }

	.hww-lang-switcher {
			margin-right: 80px;
	}

	.page.contact .site-inner {
	    background-position: 100% 70%;
	    background-size: 700px auto;
	}

    .svenbakker.woocommerce.single-product .woocommerce-product-gallery,
    .svenbakker.woocommerce.single-product .woocommerce-tabs {
            padding-left: 80px;
    }

    .svenbakker.woocommerce.single-product .summary,
    .svenbakker.woocommerce.single-product .woocommerce-tabs {
        padding-right: 80px;
    }

}


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

  .site-inner,
  .wrap,
  .home .site-inner .home-even .wrap,
  .home .site-inner .home-odd .wrap,
  .svenbakker.art .site-inner .content-sidebar-wrap,
  .site-header + div[class^="menu-"] ul.menu {
		max-width: 960px;
	}

	.site-footer,
	.home-odd {
	    background: url('images/bg-concrete-yellow-1000.jpg') no-repeat scroll 50% 50% #e4a313;
	    background-size: cover;
	}

	.site-container {
		padding-bottom: 0;
	}

	.site-footer {
		position: relative;
		height: auto;
	}

	.site-footer .footer-left-widget-area,
	.site-footer .footer-center-widget-area,
	.site-footer .footer-right-widget-area {
		width: 100%;
		margin: 18px 0 30px 0;
		text-align: center;
	}

	.site-footer .footer-left-widget-area,
	.site-footer p {
		text-align: center;
		margin-bottom: 0;
	}

	.svenbakker .site-footer .enews form {
		float: none;
		margin: 0 auto;
	}

	.home-section-hiphop {
	    background: url('images/bg-svenimal-1000.jpg') no-repeat scroll 50% 50%;
		}

    .header-image .title-area {
        max-width: 200px;
    }

    .header-image .site-title > a {
        min-height: 200px;
    }

    .nav-primary .genesis-nav-menu a {
        font-size: 24px;
        font-size: 2.4rem;
        padding: 32px 15px;
    }

    .hww-lang-switcher li a {
        font-size: 26px;
        font-size: 2.6rem;
    }

		.hww-lang-switcher {
				margin-right: 40px;
		}

    .home-top .home-pitch {
        margin-bottom: 2%;
        font-size: 26px;
        font-size: 2.6rem;
    }

    .home-top .home-pitch h1 {
        font-size: 46px;
        font-size: 4.6rem;
    }

		.home .home-odd .section-title {
			font-size: 32px;
			font-size: 3.2rem;
		}

		.home-section-contact {
			background-size: 600px auto;
		}

    .single-post img.alignright,
    .single-post .wp-caption.alignright,
		.single-post .wp-block-image .alignright {
        margin-right: -80px;
    }

    .single-post img.alignleft,
    .single-post .wp-caption.alignleft,
		.single-post .wp-block-image .alignleft {
        margin-left: -80px;
    }

		.single .gallery,
		.single .wp-block-gallery {
			margin: 0 -88px 28px;
		}

		.svenbakker.single .envira-gallery-wrap {
			margin: 0 -80px 20px;
			width: 960px;
		}

    .svenbakker.blog .entry.has-post-thumbnail .entry-image-link,
    .svenbakker.blog .entry.has-post-thumbnail .entry-title,
    .svenbakker.blog .entry.has-post-thumbnail .entry-meta,
    .svenbakker.blog .entry.has-post-thumbnail .entry-content,
    .svenbakker.archive .entry.has-post-thumbnail .entry-image-link,
    .svenbakker.archive .entry.has-post-thumbnail .entry-title,
    .svenbakker.archive .entry.has-post-thumbnail .entry-meta,
    .svenbakker.archive .entry.has-post-thumbnail .entry-content {
        width: 48%;
        display: block;
        float: right;
    }

    .svenbakker.blog .entry.has-post-thumbnail .entry-image-link,
    .svenbakker.archive .entry.has-post-thumbnail .entry-image-link {
        float: left;
    }

		.page.contact .site-inner {
		    background-position: 100% 80%;
		}

    .svenbakker.woocommerce.single-product .woocommerce-product-gallery,
    .svenbakker.woocommerce.single-product .woocommerce-tabs {
            padding-left: 0;
    }

    .svenbakker.woocommerce.single-product .summary,
    .svenbakker.woocommerce.single-product .woocommerce-tabs {
        padding-right: 0;
    }

}

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

    .site-inner,
    .wrap,
    .home .site-inner .home-even .wrap,
    .home .site-inner .home-odd .wrap,
    .svenbakker.art .site-inner .content-sidebar-wrap,
    .site-header + div[class^="menu-"] ul.menu {
				max-width: 800px;
		}

    .site-header + div[class^="menu-"] {
        margin-top: -14px;
		}

		.site-header + div[class^="menu-"] ul.menu {
				text-align: left;
    }

    .site-header + div[class^="menu-"] li.menu-item a {
        padding: 32px 20px 32px 0;
    }

    .header-image .title-area {
        max-width: 170px;
    }

    .header-image .site-title > a {
        min-height: 170px;
    }

	/* ### Genesis Responsive Menus */

    .site-header .wrap {
        position: relative;
    }

	.genesis-responsive-menu .wrap {
		padding: 0;
	}

	.genesis-responsive-menu {
		display: none;
        position: fixed;
        top: 0;
        right: 0;
        padding: 100px 20px 0;
        clear: both;
        background: rgba(0,0,0,0.9);
        z-index: 9999;
        width: 100%;
        height: 100%;
	}

    .home .nav-primary.genesis-responsive-menu {
        display: none;
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        padding: 100px 20px;
        clear: both;
        z-index: 9999;
        transform: none;
        height: auto;
				min-height: 100vh;
        width: 100%;
    }

	.genesis-skip-link .skip-link-hidden {
		display: none;
		visibility: hidden;
	}

	.menu-toggle {
        display: block;
        position: absolute;
        top: 20px;
        right: 0;
        background-color: transparent;
		color: #e4a313;
		margin: 0;
        padding-right: 0;
		overflow: hidden;
		text-align: center;
		visibility: visible;
        font-family: 'Princess Sofia', sans-serif;
        font-size: 28px;
        font-size: 2.8rem;
        text-transform: capitalize;
        line-height: 22px;
        z-index: 1000000;
    }

    .home .menu-toggle {
        right: 8%;
    }

	.menu-toggle:focus,
	.menu-toggle:hover {
        background: transparent;
		color: #eee;
        border-width: 0;
        outline: none;
	}

	.menu-toggle::before { /* menu icon */
		/*font-size: 1.5em;*/
		margin-right: 10px;
		text-rendering: auto;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item,
    .genesis-responsive-menu .genesis-nav-menu .hww-menucart {
		display: block;
		float: none;
		position: relative;
		text-align: center;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item:focus,
	.genesis-responsive-menu .genesis-nav-menu .menu-item:hover {
		position: relative;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item a,
	.genesis-responsive-menu .genesis-nav-menu .hww-menucart a {
		border: none;
		margin-bottom: 1px;
		padding: 15px 20px;
		width: 100%;
	}

	.svenbakker .genesis-nav-menu .wpml-ls-menu-item {
		display: none;
	}

    .hww-responsive-lang-switcher {
			display: inline-block;
			float: right;
        margin-right: 160px;
    }

		.hww-responsive-lang-switcher li {
			display: inline-block;
		}

		.hww-responsive-lang-switcher li a {
				padding-top: 10px;
		}

    .home-top .home-pitch {
        width: 50%;
        margin-bottom: 0;
        margin-left: 8%;
    }

    .home .home-odd .section-title {
        font-size: 26px;
        font-size: 2.6rem;
    }

    .single-post img.alignright,
		.single-post .wp-block-image .alignright,
    .single-post .wp-caption.alignright {
        margin-right: 0;
    }

    .single-post img.alignleft,
		.single-post .wp-block-image .alignleft,
    .single-post .wp-caption.alignleft {
        margin-left: 0;
    }

    .single .gallery {
        margin: 0 -1% 28px;
    }

		.single .wp-block-gallery {
        margin: 0 0 28px;
    }

		.svenbakker.single .envira-gallery-wrap {
			margin: 0 0 20px;
			width: 100%;
		}

		.page.contact .site-inner {
		    background-position: 50% 100%;
		    background-size: contain;
		}

		.page.contact .entry {
		    width: 100%;
				margin-bottom: 50%;
		}

}

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

		.home-top .home-pitch {
        width: 100%;
        max-width: 340px;
        margin-left: auto;
				margin-right: auto;
				font-size: 22px;
				font-size: 2.2rem;
    }

		.home-top .home-pitch h1 {
		    font-size: 40px;
		    font-size: 4rem;
		}

    .home .home-odd .section-title,
    .home-odd .section-content {
        width: 100%;
        float: none;
    }

    .home .site-inner .home-odd .wrap {
        padding: 40px 0 70px 0;
    }

    .home .site-inner .home-odd .button.cta {
        margin-bottom: 14px;
    }

    .home .site-inner .home-even .wrap {
        padding: 160px 0 140px;
    }

    .home-even .section-content,
    .home-even .section-title,
    .home-section-blog .entry,
    .home-section-blog .section-nav {
        margin-left: 0;
    }

    .home-section-hiphop .wrap .section-content {
        font-size: 22px;
        font-size: 2.2rem;
    }

    .home .site-inner .home-section-art .wrap {
        padding: 70px 0 40px;
    }

    .home .site-inner .home-even.home-section-blog .wrap {
        padding: 70px 0;
    }

    .home .site-inner .section-nav a {
        margin-bottom: 10px;
    }

		.home-section-art .section-nav a:first-child {
    	margin-left: 0;
		}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

	.home-section-contact {
		background-size: 550px auto;
		background-position: bottom 50%;
		padding-bottom: 12%;
	}

	.home .site-inner .home-section-contact .wrap {
		min-height: auto;
	}

	.home-section-contact .wrap-inner {
			width: 100%;
			padding: 0;
	}

    .home-section-contact h4 {
        margin: 0;
    }

     .svenbakker.blog .entry.has-post-thumbnail .entry-image-link,
     .svenbakker.blog .entry.has-post-thumbnail .entry-title,
     .svenbakker.blog .entry.has-post-thumbnail .entry-meta,
     .svenbakker.blog .entry.has-post-thumbnail .entry-content,
     .svenbakker.archive .entry.has-post-thumbnail .entry-image-link,
     .svenbakker.archive .entry.has-post-thumbnail .entry-title,
     .svenbakker.archive .entry.has-post-thumbnail .entry-meta,
     .svenbakker.archive .entry.has-post-thumbnail .entry-content {
         width: 100%;
         float: none;
     }

     .blog .entry-image-link > img,
     .archive .entry-image-link > img {
         width: 100%;
     }

     .site-footer .hww-footer-logo,
     .site-footer .hww-footer-logo a,
     .site-footer .hww-social-follow {
         display: block;
         width: 100%;
         clear: both;
         float: none;
         text-align: center;
     }

     .site-footer .hww-footer-logo img {
         display: inline;
     }

     table {
         line-height: 1.3;
     }

     .entry-title {
         font-size: 32px;
         font-size: 3.2rem;
     }

}


@media only screen and (max-width: 860px) and (orientation: landscape) {

	.header-image .site-title > a {
			min-height: 150px;
	}

	.home-top .wrap {
			align-items: flex-end;
			padding-bottom: 10%;
		}
}


@media only screen and (max-width: 700px) and (orientation: portrait) {

		.home-top {
			background: url('images/bg-sven-bakker-home-intro-ptr.jpg') no-repeat scroll 50% 50% #000;
			background-size: cover;
		}

}

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

	.svenbakker .home-section-art .envira-gallery-wrap {
		display: none;
	}

}


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

	.header-image .site-title > a {
			min-height: 150px;
	}

		.home .menu-toggle {
        right: 2%;
    }

		.home-section-contact {
			background-size: 500px auto;
			background-position: bottom left;
		}

    .hww-responsive-lang-switcher {
        padding: 0;
				margin-right: 110px;
    }

    .entry-content figure,
    .entry-content embed,
    .entry-content iframe,
    .entry-content img,
    .entry-content object,
    .entry-content video,
    .entry-content .wp-caption {
        width: 100% !important;
        max-width: 100% !important;
    }

		.svenbakker .enews form {
    	max-width: 100%;
		}

}

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

	.hww-responsive-lang-switcher {
			float: right;
			margin: 50px 0 0 0;
	}

	.home-top .wrap {
			align-items: flex-end;
			padding-bottom: 10%;
		}

		.home .site-inner .section-nav a {
			padding-left: 0;
			margin-left: 0;
			display: block;
		}

		.home .site-inner .home-odd a.button.cta {
			padding: 10px 20px;
			display: inline-block;
		}

}



/* # Print Styles
---------------------------------------------------------------------------------------------------- */

@media print {

	*,
	*::before,
	*::after {
		background: transparent !important;
		box-shadow: none !important;
		color: #000 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]::after {
		content: " (" attr(href) ")";
	}

	abbr[title]::after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]::after,
	a[href^="#"]::after,
	.site-title > a::after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	.content,
	.content-sidebar {
		width: 100%;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
		top: -100px;
	}

	.author-box {
		margin-bottom: 0;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}

	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

}
