@charset "UTF-8";
/*!
 * Theme Name: Welletjes
 * Version: 5.1
 * Text Domain: welletjes
 */
/* Reset CSS <http://meyerweb.com/eric/tools/css/reset/> */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strong, sub, sup, var, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form,
label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav,
output, ruby, section, summary, time, mark, audio, video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav,
section {
  display: block; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* Fonts */
@font-face {
  font-family: 'Futura PT';
  src: local("Futura PT"), url("fonts/futura-pt.woff") format("woff"); }

@font-face {
  font-family: 'Futura PT';
  font-weight: bold;
  src: local("Futura PT bold"), url("fonts/futura-pt-bold.woff") format("woff"); }

@font-face {
  font-family: 'Montserrat';
  src: local("Montserrat"), url("fonts/montserrat-regular-webfont.woff") format("woff"); }

@font-face {
  font-family: 'Proxima Nova';
  src: local("Proxima Nova"), url("fonts/proximanova-regular.woff") format("woff"); }

@font-face {
  font-family: 'Univers LT 57 Condensed';
  src: local("Univers LT 57 Condensed"), url("fonts/Univers-LT-57-Condensed.woff") format("woff"); }

@font-face {
  font-family: 'ShadowsIntoLight';
  src: local("ShadowsIntoLight"), url("fonts/ShadowsIntoLightTwo-Regular.woff") format("woff"); }

body {
  background: #fff;
  color: #333;
  font: 9pt/175% 'Arial', 'Helvetica', sans-serif;
  margin: 93px auto 63px !important; }

h2, .post h1, p, ol, ul, .bubble, .align-bottom, .portfolio-gallery {
  margin-bottom: 20px; }

h2, .post h1 {
  color: #191919;
  font: bold 11pt 'ShadowsIntoLight', sans-serif;
  text-transform: uppercase; }

h2:not(:first-child) {
  margin-top: 40px; }

p:empty {
  /* Hide broken <p> tags that WordPress outputs. */
  display: none; }

strong, b {
  font-weight: bold; }

em, i {
  font-style: italic; }

a {
  color: inherit;
  font-weight: bold;
  text-decoration: none; }

a:hover {
  text-decoration: underline; }

ol, ul {
  padding-left: 30px; }

nav ol, nav ul, ul#portfolio-list {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0; }

th {
  font-weight: bold;
  padding-right: 20px;
  text-transform: lowercase;
  text-align: left; }

td a {
  font-weight: normal; }

mark {
  background: transparent;
  border-bottom: #3ac2d6 2px solid;
  color: inherit; }

hr {
  background: url("images/line.png");
  border: 0;
  height: 9px;
  width: 100%
  margin: 55px -25px; }

html, #header {
  padding: 0 40px; }

body, #header > div {
  margin: auto;
  max-width: 1400px; }

#header h1 a:not(.snap-svg), .cover > h1 {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap; }

#header .menu a, #portfolio a, .post h1 a {
  color: inherit; }

#portfolio-list a:hover h2, .selectboxit-options .selectboxit-focus {
  color: #9c9c9c !important;
  transition: all 0.3s linear; }

#portfolio-list img, .portfolio-gallery img, #graphic-design img,
.image-group img {
  height: auto;
  width: 100%; }

#header {
  background: #fff;
  left: 0;
  right: 0;
  position: fixed;
  top: 0;
  z-index: 102; }

#header h1 a {
  float: left;
  line-height: 0;
  margin-left: 21px;
  padding: 60px 20px 7px; }

#header h1 a:not(.snap-svg) {
  background: content-box url("images/logo.svg");
  line-height: 33x;
  text-indent: 66px;
  width: 46px; }

#header .menu {
  font: 11pt 'ShadowsIntoLight', sans-serif;
  letter-spacing: -0.04em;
  text-align: right;
  text-transform: uppercase; }

#header .menu li {
  display: inline; }

#header .menu a {
  color: #999;
  display: inline-block;
  font-weight: normal;
  line-height: 26px;
  padding: 67px 20px 0; }

#header .menu a:hover {
  position: relative;
  text-decoration: none; }

#header .menu a:hover:before {
  background: url("images/menu-underline.svg") 90% top;
  bottom: 1px;
  content: '';
  height: 6px;
  left: 20px;
  position: absolute;
  right: 20px; }

#header .menu li:first-child {
  /* Hide the home link. */
  display: none; }

#header .menu li:last-child a {
  margin-right: 20px; }

#header .menu li:last-child a:hover:before {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1); }

#header .menu .current-page-ancestor a,
#header .menu .current_page_item:not(.menu-item-home) a,
#header .menu .current_page_parent a {
  color: black; }

:target {
  /* Prevent the header from overlapping the target of a hash link. */
  margin-top: -93px;
  padding-top: 93px; }

#languages {
  float: right;
  margin-left: -100%;
  padding: 10px 13px;
  position: relative;
  z-index: 1; }

#languages a, #languages li:not(:last-child):after {
  color: #191919;
  font-weight: normal;
  opacity: 0.4; }

#languages a:hover {
  text-decoration: none; }

#languages li.current-lang a {
  text-decoration: none;
  opacity: 1; }

#languages li {
  float: left;
  font-size: 10pt; }

#languages li:not(:last-child):after {
  content: '/'; }

.cover, .cover > h1, .cover > h1 a {
  height: 0;
  /* Based on background size: 424/1400. */
  padding-bottom: 30.2857143%; }

.cover {
  background-size: contain;
  background-repeat: no-repeat;
  position: relative; }

.cover > h1 {
  background-repeat: no-repeat;
  background-position: 43px 43px; }

.cover > h1 a {
  display: block; }

.cover .caption {
  bottom: 35px;
  left: 110px;
  position: absolute;
  max-width: 500px; }

.cover .caption > * {
  margin: 7px 0 0; }

.cover .caption span {
  background: black;
  box-decoration-break: clone;
  box-shadow: 5px 0 0 black, -5px 0 0 black;
  color: white;
  padding: 5px 0; }

.cover .caption h1 {
  font-size: 400%;
  line-height: 1;
  padding-bottom: 7px; }

.adjacent-pages a {
  background: url("images/arrows.svg") no-repeat content-box;
  height: 86px;
  overflow: hidden;
  position: absolute;
  text-indent: 43px;
  top: calc(50% - 43px);
  white-space: nowrap;
  width: 34px;
  z-index: 101; }

.adjacent-pages li:first-child a {
  background-position: 25px;
  padding-right: 9px;
  text-align: right; }

.adjacent-pages li:last-child a {
  background-position: -8px;
  padding-left: 9px;
  right: 0; }

.adjacent-pages a:hover {
  text-decoration: none; }

#content {
  margin: 53px 43px 0 43px; }

#content:after, .portfolio-gallery:after {
  clear: both;
  content: '';
  display: table; }

.column {
  border-right: 135px solid transparent;
  float: left;
  position: relative;
  width: calc(50% - 135px); }

.column:nth-of-type(2n) {
  float: right; }

.home .column, #blog-content {
  border-left: 179px solid transparent;
  border-right: 0; }

.bubble {
  background: url("images/balloon-arrow.svg") no-repeat bottom right;
  padding-bottom: 15px;
  position: absolute;
  right: 100%;
  white-space: nowrap; }

.bubble > * {
  background: black;
  color: white;
  margin: 0;
  font: inherit;
  font-weight: bold;
  padding: 0 5px; }

.align-bottom {
  display: table; }

.align-bottom > * {
  display: table-cell;
  vertical-align: bottom; }

.align-bottom > *:not(:last-child) {
  border-right: 20px solid transparent; }

.align-bottom img {
  vertical-align: text-bottom; }

/* Home Page */
.home .cover {
  /* Based on background size: 1300/2094. */
  padding-bottom: 62.0821394%; }

.home .column {
  max-width: 500px;
  width: auto; }

.home .bubble {
  left: -117px;
  max-width: 97px;
  right: auto;
  white-space: normal; }

/* Portfolio Page */
#portfolio {
  clear: both;
  margin-left: -30px;
  padding-top: 45px; }

#portfolio a {
  text-decoration: none; }

#portfolio .selectboxit-btn, #portfolio .selectboxit-list {
  margin-left: 30px; }

#portfolio-list {
  margin-top: -35px; }

#portfolio-list li {
  display: inline-block;
  margin: 45px 0 0 30px;
  width: calc(33.333% - 30px); }

#portfolio-list a, #portfolio-list .image-wrap img {
  display: block; }

#portfolio-list a {
  font-weight: normal; }

#portfolio-list .image-wrap {
  margin-bottom: 15px;
  position: relative; }

#portfolio-list .image-wrap:before, #portfolio-list .image-wrap:after {
  opacity: 0;
  position: absolute;
  transition: 0.4s; }

#portfolio-list .image-wrap:before {
  background: rgba(25, 25, 25, 0.5);
  bottom: 0;
  content: '';
  left: 0;
  right: 0;
  top: 0; }

#portfolio-list .image-wrap:after {
  content: url("images/triangle.svg");
  left: 50%;
  margin: -16.5px 0 0 -19px;
  top: 50%; }

#portfolio-list a:hover .image-wrap:before,
#portfolio-list a:hover .image-wrap:after {
  opacity: 1; }

#portfolio-list h2, #portfolio-list h3 {
  line-height: 120%; }

#portfolio-list h2 {
  font-size: 10pt;
  margin: 0; }

#portfolio-list h3 {
  color: #666;
  font-size: 9pt; }

.portfolio-gallery {
  margin-top: 40px;
  position: relative; }

.portfolio-gallery .slideshow-wrap {
  bottom: calc(100% + 5px);
  position: absolute; }

.portfolio-gallery .slideshow {
  margin-left: -85px;
  width: calc(100% + 85px + 135px + 43px + 40px); }

.portfolio-gallery .image-group {
  width: calc(100% + 5px + 135px); }

.portfolio-gallery .image-group img {
  float: left;
  margin: 5px 5px 0 0;
  width: calc(50% - 5px); }

.slideshow-pager {
  bottom: 15px;
  left: 43px;
  position: absolute; }

.slideshow-pager span {
  background: url("images/circles.svg") 15px;
  cursor: pointer;
  float: left;
  height: 15px;
  margin-right: 5px;
  overflow: hidden;
  text-indent: 100%;
  width: 15px; }

.slideshow-pager span.cycle-pager-active {
  background-position: 0; }

/* Blog Page */
#blog-content {
  padding-bottom: 15px; }

#blog-sidebar {
  border-right: 0;
  float: right;
  max-width: 382px; }

.post {
  margin: 0 -30px;
  padding: 0 30px;
  position: relative;
  text-align: justify; }

.post:not(:last-of-type) {
  border-style: solid;
  border-width: 0px 0px 9px 0px;
  -moz-border-image: url("images/line.png") 9 0;
  -webkit-border-image: url("images/line.png") 9 0;
  -o-border-image: url("images/line.png") 9 0;
  border-image: url("images/line.png") 9 0; }

.post:not(:last-child) {
  padding-bottom: 22px;
  margin-bottom: 40px; }

.post h1 {
  float: left; }

.post h1:before {
  content: '“'; }

.post h1:after {
  content: '”'; }

.post img {
  height: auto;
  max-width: 100%; }

.post-date {
  display: block; }

.post-date span {
  float: right;
  font-size: 8pt;
  line-height: 12pt;
  padding: 0 3px; }

.post-date + * {
  clear: left; }

.search-form input[type='search'] {
  max-width: 50%; }

.search-form input[type='submit'] {
  display: none; }

ul.page-numbers li {
  display: inline; }

span.page-numbers, a.page-numbers {
  border: 1px #666 solid;
  color: inherit;
  display: inline-block;
  line-height: 25px;
  text-align: center;
  width: 25px; }

a.page-numbers {
  font-weight: normal; }

span.page-numbers.current, a.page-numbers:hover {
  background: #373737;
  color: #fff;
  text-decoration: none; }

.adjacent-posts li:first-child {
  float: left; }

.adjacent-posts li:last-child {
  float: right; }

.image-group {
  list-style: none;
  padding-left: 0; }

.image-group .no-thumbnail {
  display: none; }

.wp-smiley {
  vertical-align: middle; }

.wp-playlist {
  clear: both;
  border: 0 !important; }

/* Error 404 Page */
body.error404 #header .menu .current_page_parent a {
  color: inherit; }

#error-404 {
  color: #000;
  line-height: 120%;
  margin: auto;
  max-width: 260px; }

#error-404 h1 {
  font-size: 50pt;
  font-weight: bold;
  margin: 80px 40px 40px 0;
  text-align: center; }

#error-404 ul {
  color: #666;
  font-size: 8pt;
  padding-left: 10px; }

.google-plus {
  display: none; }

/* Graphic Design */
#graphic-design {
  background-repeat: no-repeat;
  background-size: contain;
  height: 0;
  margin-bottom: 20px;
  position: relative;
  /* Based on background size: 979/1400. */
  padding-bottom: 69.9285714%; }

#graphic-design h1 {
  background-repeat: no-repeat; }

#graphic-design .images a {
  position: absolute; }

#graphic-design .images a[href$='/philipsmixer.png'] {
  bottom: 59.7548519%;
  left: 5.5714286%;
  right: 82.2857143%; }

#graphic-design .images a[href$='/areyousinking.png'] {
  bottom: 59.7548519%;
  left: 59.4285714%;
  right: 28.5%; }

#graphic-design .images a[href$='/blowdryer.png'] {
  bottom: 59.7548519%;
  left: 73.1428571%;
  right: 4.7142857%; }

#graphic-design .images a[href$='/mp4players.png'] {
  bottom: 31.7671093%;
  left: 5.5714286%;
  right: 72.6428571%; }

#graphic-design .images a[href$='/wordsarewonderful.png'] {
  bottom: 31.7671093%;
  left: 29.2142857%;
  right: 52.3571429%; }

#graphic-design .images a[href$='/radiantradio.png'] {
  bottom: 31.7671093%;
  left: 49.3571429%;
  right: 28.5%; }

#graphic-design .images a[href$='/glass.png'] {
  bottom: 31.7671093%;
  left: 73.1428571%;
  right: 4.7142857%; }

/* SelectBoxIt */
.selectboxit-container {
  font: 10pt 'Univers LT 57 Condensed', 'Arial', 'Helvetica', sans-serif;
  text-transform: uppercase; }

.selectboxit-text, .selectboxit-option {
  padding: 0 14px 0 9px; }

.selectboxit-options {
  padding: 10px 0 5px !important; }

.selectboxit-option-anchor {
  font-weight: normal; }

.selectboxit-arrow-container {
  background: url("images/arrow-down.svg") no-repeat right;
  height: 9px !important;
  margin-top: -5px;
  right: auto;
  top: 50%;
  transition: 0.15s ease-in-out;
  width: 10px; }

.selectboxit-container[aria-expanded='true'] .selectboxit-arrow-container {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg); }

.selectboxit-list {
  background: #fff; }

/* ShareThis */
.share-buttons {
  clear: left; }

.share-button[st_processed='yes'] {
  background-image: url("images/share-icons.svg");
  border: 1px #666 solid;
  cursor: pointer;
  display: inline-block;
  height: 14px;
  width: 14px; }

.share-button[st_processed='yes']:hover {
  background-color: #373737; }

.st_facebook_custom:hover {
  background-position: 0 14px; }

.st_twitter_custom {
  background-position: -14px 0; }

.st_twitter_custom:hover {
  background-position: -14px 14px; }

.st_googleplus_custom {
  background-position: -28px 0; }

.st_googleplus_custom:hover {
  background-position: -28px 14px; }

.st_linkedin_custom {
  background-position: -42px 0; }

.st_linkedin_custom:hover {
  background-position: -42px 14px; }

.st_pinterest_custom {
  background-position: -56px 0; }

.st_pinterest_custom:hover {
  background-position: -56px 14px; }

.st_sharethis_custom {
  background-position: -70px 0; }

.st_sharethis_custom:hover {
  background-position: -70px 14px; }

/* Views */
/* Compact Two-Column View */
@media (max-width: 1200px) {
  .column {
    border-right-width: 50px !important;
    width: calc(50% - 25px); }
  .column:nth-of-type(2n) {
    border-right-width: 0 !important; }
  .portfolio-gallery .slideshow {
    width: calc(100% + 85px + 43px + 40px); }
  .portfolio-gallery .image-group {
    margin-left: 85px;
    width: calc(100% - 85px); }
  #blog-content {
    border-left-width: 0; }
  .post h1 {
    margin-bottom: 5px;
    float: none; }
  .post-date {
    background-image: none;
    margin-bottom: 15px;
    padding-bottom: 0;
    position: static; }
  .post-date span {
    float: none;
    padding: 3px; } }

@media (min-width: 1000px) and (max-width: 1200px) {
  .portfolio-gallery .image-group li:not(.no-thumbnail):not(:first-of-type) {
    display: none; }
  .portfolio-gallery .image-group img {
    width: 100%; } }

/* One-Column View */
@media (max-width: 1000px) {
  .cover .caption {
    left: 48px; }
  .column {
    border-right: 0;
    float: none !important;
    margin-top: 40px;
    width: 100%; }
  .home .column {
    border-left: 0; }
  .home .bubble {
    display: inline-block;
    max-width: none;
    position: static; }
  .portfolio-gallery .slideshow-wrap {
    position: static; }
  .portfolio-gallery .slideshow, .portfolio-gallery .image-group {
    margin-left: 0; }
  .portfolio-gallery .slideshow {
    width: auto; }
  .portfolio-gallery .image-group {
    width: 100%; }
  .slideshow-pager {
    display: none; }
  #blog-sidebar {
    float: none;
    max-width: none; } }

@media (max-width: 900px) {
  #portfolio-list li {
    width: calc(50% - 30px); } }

/* Phone View */
@media (max-width: 650px) {
  body {
    margin-top: auto !important; }
  #header {
    margin-top: 10px;
    padding: 0;
    position: static; }
  #header h1 a {
    display: inline-block;
    float: none;
    margin: 0 0 10px;
    padding: 0;
    position: relative;
    z-index: 2; }
  #header .menu {
    text-align: center; }
  #header .menu-transitions {
    transition: opacity 0.4s, visibility 0.4s; }
  #header .menu.hidden, #header .menu.shown {
    background: url("images/menu-background.png") rgba(0, 0, 0, 0.4);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1; }
  #header .menu.hidden ul, #header .menu.shown ul {
    position: relative;
    top: 25%; }
  #header .menu.hidden li:first-child, #header .menu.shown li:first-child {
    /* Show the home link. */
    display: block; }
  #header .menu.hidden {
    opacity: 0;
    visibility: hidden; }
  #header .menu.shown {
    opacity: 1;
    visibility: visible; }
  #header .menu li {
    display: block;
    margin-left: 0; }
  #header .menu a {
    background: black;
    background-clip: padding-box;
    border: 2px solid transparent;
    color: white !important;
    font: bold 24pt 'Arial', sans-serif;
    line-height: 24pt;
    margin: 0 !important;
    padding: 0 5px; }
  #header .menu a:hover {
    color: white !important;
    text-decoration: none !important; }
  #header .menu a:hover:before {
    content: none; }
  :target {
    margin-top: inherit;
    padding-top: inherit; }
  #languages {
    float: left;
    margin-left: 43px;
    padding: 0 0 3px;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%); }
  .cover {
    background-image: none !important;
    height: auto;
    margin: 46px 43px 0;
    padding-bottom: 0 !important; }
  .cover > h1 {
    display: none; }
  .cover .caption {
    padding: 0 5px;
    position: static; }
  .adjacent-pages ul:after {
    content: '';
    clear: both;
    display: block; }
  .adjacent-pages li:first-child {
    float: left; }
  .adjacent-pages li:last-child {
    float: right; }
  .adjacent-pages a {
    background-image: none;
    position: static;
    white-space: normal; }
  .portfolio-gallery .image-group img {
    width: 100%; }
  #graphic-design .images {
    margin-left: -6px; }
    #graphic-design .images a {
      float: left;
      margin-left: 6px;
      position: static;
      width: calc(50% - 6px); } }

@media (max-width: 600px) {
  #portfolio-list li {
    width: calc(100% - 30px); } }

@media (max-width: 500px) {
  html {
    padding: 0 10px; }
  hr {
    margin-left: 0;
    margin-right: 0; }
  #content, .cover {
    margin: 40px 10px 0; }
  .post {
    margin: 0;
    padding: 0 10px; } }
