/*----------------------------------------------------------------------------*/
/* VARIABLES */
/*----------------------------------------------------------------------------*/
/* FONTS */
@font-face {
  font-family: "Lato";
  src: url("/assets/fonts/lato-light.eot");
  src: url("/assets/fonts/lato-light.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/lato-light.woff") format("woff"), url("/assets/fonts/lato-light.ttf") format("truetype"), url("/assets/fonts/lato-light.svg#latolight") format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Lato";
  src: url("/assets/fonts/lato-regular.eot");
  src: url("/assets/fonts/lato-regular.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/lato-regular.woff") format("woff"), url("/assets/fonts/lato-regular.ttf") format("truetype"), url("/assets/fonts/lato-regular.svg#latoregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Lato";
  src: url("/assets/fonts/lato-bold.eot");
  src: url("/assets/fonts/lato-bold.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/lato-bold.woff") format("woff"), url("/assets/fonts/lato-bold.ttf") format("truetype"), url("/assets/fonts/lato-bold.svg#latobold") format("svg");
  font-weight: bold;
  font-style: normal;
}
/*----------------------------------------------------------------------------*/
/* GENERAL */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.clearfix {
  clear: both;
}

.clearleft {
  clear: left;
}

.clearright {
  clear: right;
}

/*----------------------------------------------------------------------------*/
/* MAIN */
html, body {
  font-family: "Lato", sans-serif;
  font-size: 19px;
  font-weight: 300;
}

body {
  min-height: 100%;
  overflow-x: hidden;
}

main {
  position: relative;
  left: 0;
  line-height: 1.6rem;
  padding: 0.5rem 3rem 4rem;
  text-align: justify;
}
main div.content {
  position: relative;
}
main section {
  position: relative;
  left: 0;
  margin-right: 29rem;
}
main section.sidebar {
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  width: 26rem;
  margin-right: 0;
}
main section.sidebar a.photocredit {
  background-color: black;
  color: white;
  text-decoration: none;
  padding: 4px 6px;
  font-family: -apple-system, BlinkMacSystemFont, "San Francisco", "Helvetica Neue", Helvetica, Ubuntu, Roboto, Noto, "Segoe UI", Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.2;
  display: inline-block;
  border-radius: 3px;
}
main section.sidebar span.photocredit {
  background-color: #666666;
  color: white;
  text-decoration: none;
  padding: 4px 6px;
  font-family: -apple-system, BlinkMacSystemFont, "San Francisco", "Helvetica Neue", Helvetica, Ubuntu, Roboto, Noto, "Segoe UI", Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.2;
  display: inline-block;
  border-radius: 3px;
}
main blockquote {
  border-left: 0.3rem solid #cccccc;
  padding-left: 0.4rem;
  font-size: 0.9rem;
  line-height: 1.3rem;
}
main blockquote p:last-child {
  margin-bottom: 0rem;
}
main blockquote + p {
  margin-top: 0.2rem;
  margin-bottom: 1rem;
  text-align: right;
}
main a {
  color: #0000ee;
  text-decoration: none;
}
main a:visited {
  color: #0000ee;
}
main a:hover {
  text-decoration: underline;
}
main h1 {
  margin: 0 0 3rem;
  padding: 1rem 0 0.5rem;
  text-align: left;
  color: #333333;
  font-size: 3rem;
  font-weight: 300;
  line-height: 4.8rem;
  text-shadow: 0px 0px 0.4rem #cccccc;
  box-shadow: 0 0.5rem 0 rgba(0, 0, 0, 0.04);
}
main h2 {
  margin: 2rem 0 0;
  padding: 2rem 0 1rem;
  text-align: left;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.6rem;
}
main h2 + p {
  margin-top: 0;
}
main h3 {
  margin: 2rem 0 0;
  padding: 2rem 0 0;
  text-align: left;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.6rem;
}
main h3 + p {
  margin-top: 0;
}
main p {
  margin: 0.7rem 0 0.7rem;
}
main ul {
  margin-left: 2.5rem;
  list-style: square;
}
main ol {
  margin-left: 2.5rem;
}
main table {
  margin: 0.5rem 0;
  padding: 0.5rem;
  border: 1px solid #cccccc;
  border-collapse: collapse;
}
main table td, main table th {
  border: 1px solid #cccccc;
  padding: 0.25rem 0.5rem;
}

img.float-right {
  width: 100%;
  margin-bottom: 1.5rem;
}

.bigger {
  font-size: 1.1rem;
}

/*----------------------------------------------------------------------------*/
/* NEWSITEM */
.newsitem {
  width: 100%;
  float: right;
  color: #333333;
  background-color: #e0e0e0;
  padding: 0.5rem;
  font-size: 0.85rem;
  font-weight: 400;
  line-height: 1.3rem;
  margin-bottom: 1.5rem;
}
.newsitem p {
  margin: 1rem 0 0 0;
}
.newsitem p:first-of-type {
  margin-top: 0;
}
.newsitem img.float-right {
  float: right;
  margin: 0 0 0 1rem;
  width: 5rem;
}

/*----------------------------------------------------------------------------*/
/* BLOG */
.postlist p + article {
  margin-top: 3rem;
}
.postlist article {
  position: relative;
  margin-bottom: 3rem;
}
.postlist article .posttitle {
  margin-left: 5rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2rem;
}
.postlist article .postexcerpt {
  margin-left: 5rem;
  font-size: 0.9rem;
  font-weight: 300;
  line-height: 1rem;
}

.post article {
  position: relative;
  padding-bottom: 3rem;
}
.post article .postheading {
  min-height: 3.2rem;
}
.post article h2 {
  font-size: 1.5rem;
  line-height: 1.7rem;
  margin-left: 5rem;
  padding-top: 0;
}
.post article .postheading + p {
  margin-top: 1.5rem;
}

.postdate {
  display: block;
  position: absolute;
  left: 0;
  background-color: #e6f3ff;
  border-radius: 0.5rem;
  width: 4rem;
  height: 3.2rem;
  min-height: 3.2rem;
  max-height: 3.2rem;
}
.postdate .date {
  display: none;
}
.postdate .day {
  display: block;
  text-align: center;
  position: absolute;
  bottom: 0.2rem;
  color: #000000;
  width: 100%;
  font-size: 1.9rem;
  line-height: 1.9rem;
  font-weight: 700;
}
.postdate .dayzero {
  display: none;
}
.postdate .month {
  background-color: #b4daff;
  border-top-left-radius: 0.5rem;
  color: #b4daff;
  display: inline-block;
  display: inline-block;
  font-size: 0.1rem;
  height: 1rem;
  min-height: 1rem;
  max-height: 1rem;
  left: 0;
  line-height: 0.65rem;
  padding-right: 1px;
  padding-top: 0.2rem;
  position: absolute;
  text-align: right;
  top: 0;
  width: 2rem;
}
.postdate .month:after {
  color: #000000;
  font-size: 0.65rem;
  font-weight: 700;
  text-align: right;
  text-transform: uppercase;
}
.postdate .month.m-en-01:after {
  content: "Jan";
}
.postdate .month.m-en-02:after {
  content: "Feb";
}
.postdate .month.m-en-03:after {
  content: "Mar";
}
.postdate .month.m-en-04:after {
  content: "Apr";
}
.postdate .month.m-en-05:after {
  content: "May";
}
.postdate .month.m-en-06:after {
  content: "Jun";
}
.postdate .month.m-en-07:after {
  content: "Jul";
}
.postdate .month.m-en-08:after {
  content: "Aug";
}
.postdate .month.m-en-09:after {
  content: "Sep";
}
.postdate .month.m-en-10:after {
  content: "Oct";
}
.postdate .month.m-en-11:after {
  content: "Nov";
}
.postdate .month.m-en-12:after {
  content: "Dec";
}
.postdate .month.m-af-01:after {
  content: "Jan";
}
.postdate .month.m-af-02:after {
  content: "Feb";
}
.postdate .month.m-af-03:after {
  content: "Mar";
}
.postdate .month.m-af-04:after {
  content: "Apr";
}
.postdate .month.m-af-05:after {
  content: "Mei";
}
.postdate .month.m-af-06:after {
  content: "Jun";
}
.postdate .month.m-af-07:after {
  content: "Jul";
}
.postdate .month.m-af-08:after {
  content: "Aug";
}
.postdate .month.m-af-09:after {
  content: "Sep";
}
.postdate .month.m-af-10:after {
  content: "Okt";
}
.postdate .month.m-af-11:after {
  content: "Nov";
}
.postdate .month.m-af-12:after {
  content: "Des";
}
.postdate .year {
  background-color: #b4daff;
  border-top-right-radius: 0.5rem;
  color: #000000;
  display: inline-block;
  display: inline-block;
  font-size: 0.65rem;
  height: 1rem;
  min-height: 1rem;
  max-height: 1rem;
  left: 2rem;
  line-height: 0.65rem;
  padding-left: 1px;
  padding-top: 0.2rem;
  position: absolute;
  text-align: left;
  top: 0;
  width: 2rem;
  font-weight: 700;
  text-transform: uppercase;
}

.post-siblings {
  padding-top: 2rem;
  position: relative;
}
.post-siblings .post-previous {
  float: left;
  height: 2.8rem;
  position: relative;
  left: -2.8rem;
  margin-left: 3.2rem;
  margin-top: 2px;
  background-color: #b4daff;
  font-size: 0.7rem;
  line-height: 0.7rem;
  padding: 0 1rem;
  display: table;
}
.post-siblings .post-previous a {
  vertical-align: middle;
  display: table-cell;
}
.post-siblings .post-previous:before {
  content: "";
  display: block;
  position: absolute;
  left: -2.8rem;
  width: 0;
  height: 0;
  border-style: solid;
  top: 0;
  border-color: transparent #b4daff transparent transparent;
  border-width: 1.4rem;
}
.post-siblings .post-next {
  float: right;
  height: 2.8rem;
  position: relative;
  right: -2.8rem;
  margin-right: 3.2rem;
  margin-top: 2px;
  background-color: #b4daff;
  font-size: 0.7rem;
  line-height: 0.7rem;
  padding: 0 1rem;
  display: table;
}
.post-siblings .post-next a {
  vertical-align: middle;
  display: table-cell;
}
.post-siblings .post-next:before {
  content: "";
  display: block;
  position: absolute;
  right: -2.8rem;
  width: 0;
  height: 0;
  border-style: solid;
  top: 0;
  border-color: transparent transparent transparent #b4daff;
  border-width: 1.4rem;
}

/*----------------------------------------------------------------------------*/
/* TESTIMONIALS */
body.page-aanbevelings h3,
body.page-testimonials h3 {
  font-weight: 600;
}

/*----------------------------------------------------------------------------*/
/* PODCAST */
.podlist p + article {
  margin-top: 3rem;
}
.podlist article {
  position: relative;
  margin-bottom: 3rem;
}
.podlist article .podtitle {
  margin-left: 5rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2rem;
}
.podlist article .podexcerpt {
  margin-left: 5rem;
  font-size: 0.9rem;
  font-weight: 300;
  line-height: 1rem;
}

.pod article {
  position: relative;
  padding-bottom: 3rem;
}
.pod article .podheading {
  min-height: 3.2rem;
}
.pod article h2 {
  font-size: 1.5rem;
  line-height: 1.7rem;
  margin-left: 5rem;
  padding-top: 0;
}
.pod article h3 {
  text-transform: uppercase;
  font-size: 0.85rem;
  font-weight: 500;
  margin-top: 1rem;
  padding-top: 1rem;
}
.pod article .podheading + p {
  margin-top: 1.5rem;
}

.poddate {
  display: block;
  position: absolute;
  left: 0;
  background-color: #e6f3ff;
  border-radius: 0.5rem;
  width: 4rem;
  height: 3.2rem;
  min-height: 3.2rem;
  max-height: 3.2rem;
}
.poddate:before {
  display: block;
  position: absolute;
  left: 1.4666666667rem;
  top: 0.5333333333rem;
  border-style: solid;
  border-width: 1.0666666667rem;
  border-color: transparent transparent transparent #ff0000;
  border-color: transparent transparent transparent #b4daff;
  width: 1.0666666667rem;
  height: 0;
  content: "";
  z-index: 0;
}
.poddate .date {
  display: none;
}
.poddate .day {
  display: block;
  text-align: center;
  position: absolute;
  bottom: 0.2rem;
  color: #000000;
  background-color: transparent;
  width: 100%;
  font-size: 1.9rem;
  line-height: 1.9rem;
  font-weight: 700;
}
.poddate .dayzero {
  display: none;
}
.poddate .month {
  background-color: transparent;
  border-top-left-radius: 0.5rem;
  color: #e6f3ff;
  display: inline-block;
  display: inline-block;
  font-size: 0.1rem;
  height: 1rem;
  min-height: 1rem;
  max-height: 1rem;
  left: 0;
  line-height: 0.65rem;
  padding-right: 1px;
  padding-top: 0.2rem;
  position: absolute;
  text-align: right;
  top: 0;
  width: 2rem;
}
.poddate .month:after {
  color: #000000;
  font-size: 0.65rem;
  font-weight: 700;
  text-align: right;
  text-transform: uppercase;
}
.poddate .month.m-en-01:after {
  content: "Jan";
}
.poddate .month.m-en-02:after {
  content: "Feb";
}
.poddate .month.m-en-03:after {
  content: "Mar";
}
.poddate .month.m-en-04:after {
  content: "Apr";
}
.poddate .month.m-en-05:after {
  content: "May";
}
.poddate .month.m-en-06:after {
  content: "Jun";
}
.poddate .month.m-en-07:after {
  content: "Jul";
}
.poddate .month.m-en-08:after {
  content: "Aug";
}
.poddate .month.m-en-09:after {
  content: "Sep";
}
.poddate .month.m-en-10:after {
  content: "Oct";
}
.poddate .month.m-en-11:after {
  content: "Nov";
}
.poddate .month.m-en-12:after {
  content: "Dec";
}
.poddate .month.m-af-01:after {
  content: "Jan";
}
.poddate .month.m-af-02:after {
  content: "Feb";
}
.poddate .month.m-af-03:after {
  content: "Mar";
}
.poddate .month.m-af-04:after {
  content: "Apr";
}
.poddate .month.m-af-05:after {
  content: "Mei";
}
.poddate .month.m-af-06:after {
  content: "Jun";
}
.poddate .month.m-af-07:after {
  content: "Jul";
}
.poddate .month.m-af-08:after {
  content: "Aug";
}
.poddate .month.m-af-09:after {
  content: "Sep";
}
.poddate .month.m-af-10:after {
  content: "Okt";
}
.poddate .month.m-af-11:after {
  content: "Nov";
}
.poddate .month.m-af-12:after {
  content: "Des";
}
.poddate .year {
  background-color: #e6f3ff;
  border-top-right-radius: 0.5rem;
  color: #000000;
  display: inline-block;
  display: inline-block;
  font-size: 0.65rem;
  height: 1rem;
  min-height: 1rem;
  max-height: 1rem;
  left: 2rem;
  line-height: 0.65rem;
  padding-left: 1px;
  padding-top: 0.2rem;
  position: absolute;
  text-align: left;
  top: 0;
  width: 2rem;
  font-weight: 700;
  text-transform: uppercase;
}

.pod-siblings {
  padding-top: 2rem;
  position: relative;
}
.pod-siblings .pod-previous {
  float: left;
  height: 2.8rem;
  position: relative;
  left: -2.8rem;
  margin-left: 3.2rem;
  margin-top: 2px;
  background-color: #b4daff;
  font-size: 0.7rem;
  line-height: 0.7rem;
  padding: 0 1rem;
  display: table;
}
.pod-siblings .pod-previous a {
  vertical-align: middle;
  display: table-cell;
}
.pod-siblings .pod-previous:before {
  content: "";
  display: block;
  position: absolute;
  left: -2.8rem;
  width: 0;
  height: 0;
  border-style: solid;
  top: 0;
  border-color: transparent #b4daff transparent transparent;
  border-width: 1.4rem;
}
.pod-siblings .pod-next {
  float: right;
  height: 2.8rem;
  position: relative;
  right: -2.8rem;
  margin-right: 3.2rem;
  margin-top: 2px;
  background-color: #b4daff;
  font-size: 0.7rem;
  line-height: 0.7rem;
  padding: 0 1rem;
  display: table;
}
.pod-siblings .pod-next a {
  vertical-align: middle;
  display: table-cell;
}
.pod-siblings .pod-next:before {
  content: "";
  display: block;
  position: absolute;
  right: -2.8rem;
  width: 0;
  height: 0;
  border-style: solid;
  top: 0;
  border-color: transparent transparent transparent #b4daff;
  border-width: 1.4rem;
}

/*----------------------------------------------------------------------------*/
/* NAVIGATION */
nav {
  background-color: #3399ff;
  display: block;
  font-weight: normal;
  height: 100%;
  left: -240px;
  position: fixed;
  width: 240px;
}
nav > a {
  background-color: #44aaff;
  border-bottom: 1px solid #2288ff;
  color: #ffffff;
  cursor: pointer;
  display: block;
  font-size: 0.95em;
  line-height: 2.8;
  padding: 0 20px;
  text-decoration: none;
}
nav > a:hover {
  background-color: #2288ff;
}
nav > h3 {
  box-shadow: 0px -1px 0px rgba(0, 0, 0, 0.05) inset;
  color: #ffffff;
  font-size: 1.6em;
  font-weight: 300;
  margin-top: 2rem;
  padding: 20px;
}
nav > span {
  bottom: 20px;
  display: block;
  padding: 0 20px;
  position: absolute;
  text-align: left;
}
nav > span > a {
  color: #000000;
  font-size: 1.6em;
  font-weight: 300;
  text-decoration: none;
}
.toc {
  display: inline-block;
  background: none repeat scroll 0% 0% #44aaff;
  border-radius: 50%;
  color: #ffffff;
  cursor: pointer;
  font-weight: bold;
  height: 32px;
  line-height: 30px;
  position: relative;
  text-align: center;
  text-indent: -9000px;
  top: 20px;
  width: 32px;
  z-index: 1000;
}
.toc:after {
  background: none repeat scroll 0% 0% #ffffff;
  box-shadow: 0px -4px #ffffff, 0px 4px #ffffff;
  content: "";
  height: 2px;
  left: 25%;
  margin-top: -1px;
  position: absolute;
  top: 50%;
  width: 50%;
}
.toc:hover {
  background: none repeat scroll 0% 0% #000000;
}

.backhome {
  margin-left: 0.4rem;
  display: inline-block;
  background: none repeat scroll 0% 0% #44aaff;
  border-radius: 50%;
  color: #ffffff;
  cursor: pointer;
  font-weight: bold;
  height: 32px;
  line-height: 30px;
  position: relative;
  text-align: center;
  text-indent: -9000px;
  top: 20px;
  width: 32px;
  z-index: 100;
}
.backhome:before {
  background-color: #ffffff;
  width: 12px;
  height: 12px;
  position: absolute;
  left: 10px;
  top: 12px;
  content: "";
  z-index: 105;
}
.backhome:after {
  border-color: transparent transparent #ffffff transparent;
  border-style: solid;
  border-width: 8px;
  width: 0;
  height: 12px;
  position: absolute;
  left: 8px;
  top: -2px;
  content: "";
  z-index: 110;
}

/*----------------------------------------------------------------------------*/
/* SLIDE MENU */
main {
  -o-transition: left 0.3s ease-in-out;
  -webkit-transition: left 0.3s ease-in-out;
  transition: left 0.3s ease-in-out;
}

nav {
  -o-transition: left 0.3s ease-in-out;
  -webkit-transition: left 0.3s ease-in-out;
  transition: left 0.3s ease-in-out;
}

.showmenu main {
  left: 240px;
}

.showmenu nav {
  left: 0;
}

/*----------------------------------------------------------------------------*/
/* ORDER-FORM */
form#orderform {
  font-size: 0.9rem;
}
form#orderform table#order-products {
  width: 100%;
}
form#orderform td#of-name,
form#orderform td#of-email,
form#orderform td#of-addr {
  padding: 0.1rem;
}
form#orderform td#of-name textarea,
form#orderform td#of-email textarea,
form#orderform td#of-addr textarea {
  display: block;
  resize: none;
  height: 8rem;
}
form#orderform td#of-name textarea,
form#orderform td#of-name input,
form#orderform td#of-email textarea,
form#orderform td#of-email input,
form#orderform td#of-addr textarea,
form#orderform td#of-addr input {
  padding: 0.1rem 0.2rem;
  border: none;
  background: #eeeeee;
  font: inherit;
  width: 100%;
}
form#orderform td#of-deliv {
  padding: 0.1rem;
}
form#orderform td#of-deliv div {
  padding: 0.2rem;
  background: #eeeeee;
}
form#orderform td#of-deliv div div {
  padding: 0;
  margin-bottom: 0.3rem;
  border: none;
  font: inherit;
  width: 100%;
  height: 1.6rem;
  display: flex;
}
form#orderform td#of-deliv div div label {
  display: flex;
  width: 100%;
  /*border: 1px solid red;*/
}
form#orderform td#of-deliv div div label span {
  /*border: 1px solid green;*/
  margin: 0;
}
form#orderform td#of-deliv div div label span.deliv-icon {
  flex: auto 0 0;
  width: 1.9rem;
  height: 1.5rem;
}
form#orderform td#of-deliv div div label span.deliv-icon img {
  display: inline;
  height: 100%;
  margin: auto 0.2rem;
}
form#orderform td#of-deliv div div label span.deliv-method {
  flex: 1 0 0;
}
form#orderform td#of-deliv div div label span.deliv-price {
  text-align: right;
  flex: 1 1 0;
}
form#orderform input[type=number]::-webkit-outer-spin-button,
form#orderform input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none; /* Chrome, Safari, Edge, Opera */
  margin: 0;
}
form#orderform input[type=number] {
  -moz-appearance: textfield; /* Firefox */
  appearance: textfield; /* Standard property for newer browsers */
}
form#orderform tr.heading {
  font-weight: bold;
}
form#orderform td.zoom_deliv {
  font: inherit;
  text-align: right;
}
form#orderform select.deliv {
  font: inherit;
}
form#orderform select.deliv option {
  text-align: right;
  text-align-last: right;
  font: inherit;
}
form#orderform td.of-amount {
  text-align: right;
  min-width: 6.5rem;
}
form#orderform td.of-amount::before {
  content: "R";
}
form#orderform td.of-quantity {
  align-items: center;
}
form#orderform td.of-quantity button.incButton,
form#orderform td.of-quantity button.decButton {
  background: inherit;
  border: none;
  font-size: 1.25rem;
}
form#orderform td.of-quantity button.incButton {
  color: green;
}
form#orderform td.of-quantity button.decButton {
  color: red;
}
form#orderform td.of-quantity input {
  text-align: right;
  max-width: 1.5rem;
  border: none;
  font: inherit;
}
form#orderform td#final-total-label,
form#orderform td#final-total {
  font-weight: bold;
}
form#orderform div#of-checkout {
  width: 100%;
  text-align: right;
}
form#orderform div#of-checkout button#of-checkout-button {
  border: 2px solid #dec20b;
  border-radius: 0.4rem;
  padding: 0 0.3rem;
  font: inherit;
  font-weight: bold;
  background: linear-gradient(340deg, #dba800, 10%, #ffde21);
}

/*----------------------------------------------------------------------------*/
/* FORM */
form {
  display: block;
  margin: 1em 0 0;
  padding: 0;
}
form ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
form ul li {
  display: block;
  list-style: none;
  margin: 0 0 10px;
  padding: 5px;
}
form ul li input, form ul li textarea {
  font-family: "Lato", Calibri, Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.6;
  width: 80%;
}
form ul li textarea {
  height: 5rem;
}
form ul li input[type=submit], form ul li button {
  cursor: pointer;
  background-color: #dddddd;
  border: 1px solid #cccccc;
  font-family: "Lato", Calibri, Arial, sans-serif;
  font-size: 1.2em;
  font-weight: 300;
  font-weight: 600;
  line-height: 1.6;
  padding-left: 2em;
  padding-right: 2em;
}
form ul li.search_s {
  float: left;
  width: 60%;
}
form ul li.search_s input {
  width: 100%;
}
form ul li.search_submit {
  float: left;
}

/*----------------------------------------------------------------------------*/
/* AUDIO */
audio {
  display: block;
  width: 90%;
  margin: 3rem auto 2rem;
  padding: 0.3rem;
  -webkit-box-shadow: 5px 5px 15px 0px rgba(105, 105, 255, 0.3);
  -moz-box-shadow: 5px 5px 15px 0px rgba(105, 105, 255, 0.3);
  box-shadow: 5px 5px 15px 0px rgba(105, 105, 255, 0.3);
}

/*----------------------------------------------------------------------------*/
/* MEDIA */
@media (max-width: 1100px) {
  main section {
    margin-right: 53%;
  }
  main section.sidebar {
    width: 47%;
  }
}
@media (max-width: 800px) {
  main {
    line-height: 1.4;
  }
  main section {
    margin-right: 0;
  }
  main section.sidebar {
    position: static;
    width: 100%;
  }
  main section.sidebar > img {
    display: none;
  }
  main section.sidebar > .photocredit {
    display: none;
  }
}
@media (max-width: 650px) {
  main h1 {
    font-size: 1.5rem;
    line-height: 1.6rem;
    margin-top: 1rem;
  }
}
@media (max-height: 840px) {
  nav > a {
    font-size: 0.9em;
    line-height: 2.4;
    padding: 0 10px;
  }
  nav > h3 {
    font-size: 1.5em;
    margin-top: 1rem;
    padding: 10px;
  }
  nav > span {
    bottom: 10px;
    padding: 0 10px;
  }
  nav > span > a {
    font-size: 1.5em;
  }
}
/*----------------------------------------------------------------------------*/
/* SPECIAL PURPOSE */
body.page-the-first-layer,
body.page-life-anon {
  background: url("/assets/images/pages/halftone.png");
}

body.page-life-anon main section {
  margin-right: 0;
}
body.page-life-anon main section.sidebar {
  width: 0;
}

.sample-img {
  width: 20%;
  margin-right: 0.5rem;
}

.lasample {
  display: block;
  position: relative;
  float: right;
  width: 1104px;
  height: 590px;
  background-image: url("/assets/images/lifeanon/bg_planks.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin-left: 1.5rem;
  overflow: hidden;
  text-align: center;
  padding: 0;
  list-style: none;
}

.carousel__controls, .carousel__activator {
  display: none;
}

.carousel__activator:nth-of-type(1):checked ~ .carousel__track {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

.carousel__activator:nth-of-type(1):checked ~ .carousel__slide:nth-of-type(1) {
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.carousel__activator:nth-of-type(1):checked ~ .carousel__controls:nth-of-type(1) {
  display: block;
  opacity: 1;
}

.carousel__activator:nth-of-type(1):checked ~ .carousel__indicators .carousel__indicator:nth-of-type(1) {
  opacity: 1;
}

.carousel__activator:nth-of-type(2):checked ~ .carousel__track {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.carousel__activator:nth-of-type(2):checked ~ .carousel__slide:nth-of-type(2) {
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.carousel__activator:nth-of-type(2):checked ~ .carousel__controls:nth-of-type(2) {
  display: block;
  opacity: 1;
}

.carousel__activator:nth-of-type(2):checked ~ .carousel__indicators .carousel__indicator:nth-of-type(2) {
  opacity: 1;
}

.carousel__activator:nth-of-type(3):checked ~ .carousel__track {
  -webkit-transform: translateX(-200%);
  transform: translateX(-200%);
}

.carousel__activator:nth-of-type(3):checked ~ .carousel__slide:nth-of-type(3) {
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.carousel__activator:nth-of-type(3):checked ~ .carousel__controls:nth-of-type(3) {
  display: block;
  opacity: 1;
}

.carousel__activator:nth-of-type(3):checked ~ .carousel__indicators .carousel__indicator:nth-of-type(3) {
  opacity: 1;
}

.carousel__activator:nth-of-type(4):checked ~ .carousel__track {
  -webkit-transform: translateX(-300%);
  transform: translateX(-300%);
}

.carousel__activator:nth-of-type(4):checked ~ .carousel__slide:nth-of-type(4) {
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.carousel__activator:nth-of-type(4):checked ~ .carousel__controls:nth-of-type(4) {
  display: block;
  opacity: 1;
}

.carousel__activator:nth-of-type(4):checked ~ .carousel__indicators .carousel__indicator:nth-of-type(4) {
  opacity: 1;
}

.carousel__activator:nth-of-type(5):checked ~ .carousel__track {
  -webkit-transform: translateX(-400%);
  transform: translateX(-400%);
}

.carousel__activator:nth-of-type(5):checked ~ .carousel__slide:nth-of-type(5) {
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.carousel__activator:nth-of-type(5):checked ~ .carousel__controls:nth-of-type(5) {
  display: block;
  opacity: 1;
}

.carousel__activator:nth-of-type(5):checked ~ .carousel__indicators .carousel__indicator:nth-of-type(5) {
  opacity: 1;
}

.carousel__activator:nth-of-type(6):checked ~ .carousel__track {
  -webkit-transform: translateX(-500%);
  transform: translateX(-500%);
}

.carousel__activator:nth-of-type(6):checked ~ .carousel__slide:nth-of-type(6) {
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.carousel__activator:nth-of-type(6):checked ~ .carousel__controls:nth-of-type(6) {
  display: block;
  opacity: 1;
}

.carousel__activator:nth-of-type(6):checked ~ .carousel__indicators .carousel__indicator:nth-of-type(6) {
  opacity: 1;
}

.carousel__activator:nth-of-type(7):checked ~ .carousel__track {
  -webkit-transform: translateX(-600%);
  transform: translateX(-600%);
}

.carousel__activator:nth-of-type(7):checked ~ .carousel__slide:nth-of-type(7) {
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.carousel__activator:nth-of-type(7):checked ~ .carousel__controls:nth-of-type(7) {
  display: block;
  opacity: 1;
}

.carousel__activator:nth-of-type(7):checked ~ .carousel__indicators .carousel__indicator:nth-of-type(7) {
  opacity: 1;
}

.carousel__control {
  height: 30px;
  width: 30px;
  margin-top: -15px;
  top: 50%;
  position: absolute;
  display: block;
  cursor: pointer;
  border-width: 5px 5px 0 0;
  border-style: solid;
  border-color: #fafafa;
  opacity: 0.35;
  outline: 0;
  z-index: 3;
}

.carousel__control:hover {
  opacity: 1;
}

.carousel__control--backward {
  left: 10px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.carousel__control--forward {
  right: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.carousel__indicators {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
}

.carousel__indicator {
  height: 15px;
  width: 15px;
  border-radius: 100%;
  display: inline-block;
  z-index: 10;
  cursor: pointer;
  opacity: 0.3;
  margin: 0 2.5px 0 2.5px;
  background-color: white;
}

.carousel__indicator:hover {
  opacity: 0.85;
}

.carousel__track {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0;
  margin: 0;
  transition: -webkit-transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
}

.carousel__track .carousel__slide {
  display: block;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
}

.carousel__track .carousel__slide:nth-of-type(1) {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

.carousel__track .carousel__slide:nth-of-type(2) {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.carousel__track .carousel__slide:nth-of-type(3) {
  -webkit-transform: translateX(200%);
  transform: translateX(200%);
}

.carousel__track .carousel__slide:nth-of-type(4) {
  -webkit-transform: translateX(300%);
  transform: translateX(300%);
}

.carousel__track .carousel__slide:nth-of-type(5) {
  -webkit-transform: translateX(400%);
  transform: translateX(400%);
}

.carousel__track .carousel__slide:nth-of-type(6) {
  -webkit-transform: translateX(500%);
  transform: translateX(500%);
}

.carousel__track .carousel__slide:nth-of-type(7) {
  -webkit-transform: translateX(600%);
  transform: translateX(600%);
}

.carousel--scale .carousel__slide {
  -webkit-transform: scale(0);
  transform: scale(0);
}

.carousel__slide {
  height: 100%;
  position: absolute;
  overflow: hidden;
  opacity: 0;
}
.carousel__slide img {
  width: 1104px;
  height: 590px;
}

/*# sourceMappingURL=main.css.map */