/*!
Theme Name: Annegien
Author: Lelivero Design
Author URI: http://leliverodesign.nl/
Description: Custom theme for annegienvandoorn.com based on Underscores
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gp l-2.0.html
Text Domain: annegien
Tags: three-columns, responsive-layout, white, black

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Annegien is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type='checkbox'],
input[type='radio'] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto;
}

input[type='search'] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #000;
  font-family: 'Arimo', Helvetica, Arial, sans-serif;
  font-size: 12.8px;
  font-size: 0.8rem;
  line-height: 1.3;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

body#tinymce.wp-editor {
  font-family: 'Arimo', Helvetica, Arial, sans-serif;
}
body#tinymce.wp-editor a {
  color: #00f;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Arimo', Helvetica, Arial, sans-serif;
  clear: both;
  letter-spacing: 0.1px;
}

p {
  margin-bottom: 1.5em;
  font-weight: 400;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: 'Courier 10 Pitch', Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, 'Andale Mono', 'DejaVu Sans Mono', monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

blockquote,
q {
  quotes: '' '';
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
}

hr {
  margin-top: 56px;
  border: 0;
  height: 3px;
  background-color: #000;
}
hr.work {
  margin-top: 1.625em;
  margin-bottom: 1.75em;
}
hr.news {
  margin-top: 1.625em;
  margin-bottom: 1.75em;
}
hr.news:first-child {
  margin-top: 56px;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

iframe {
  display: block;
  float: none;
  margin: 0 auto;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.custom-mailchimp input,
input {
  font-family: 'Arimo', Helvetica, Arial, sans-serif;
  padding: 0em 0.25em;
  line-height: 1em;
}

.custom-mailchimp button.contact-newsletter-send,
.custom-mailchimp input[type='submit'].contact-newsletter-send,
.custom-mailchimp input.contact-newsletter-send,
.custom-mailchimp button,
.custom-mailchimp input[type='button'],
.custom-mailchimp input[type='reset'],
.custom-mailchimp input[type='submit'],
button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
  font-family: 'Arimo', Helvetica, Arial, sans-serif;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 400;
  padding: 0em 0.25em;
  line-height: 1em;
  background-color: black;
  color: white;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  border-radius: 0;
  text-transform: lowercase;
  width: auto;
}
.custom-mailchimp button.contact-newsletter-send:hover,
.custom-mailchimp input[type='submit'].contact-newsletter-send:hover,
.custom-mailchimp input.contact-newsletter-send:hover,
.custom-mailchimp button:hover,
.custom-mailchimp input[type='button']:hover,
.custom-mailchimp input[type='reset']:hover,
.custom-mailchimp input[type='submit']:hover,
button:hover,
input[type='button']:hover,
input[type='reset']:hover,
input[type='submit']:hover {
  border-color: #ccc #bbb #aaa;
}
.custom-mailchimp button.contact-newsletter-send:active,
.custom-mailchimp button.contact-newsletter-send:focus,
.custom-mailchimp input[type='submit'].contact-newsletter-send:active,
.custom-mailchimp input[type='submit'].contact-newsletter-send:focus,
.custom-mailchimp input.contact-newsletter-send:active,
.custom-mailchimp input.contact-newsletter-send:focus,
.custom-mailchimp button:active,
.custom-mailchimp button:focus,
.custom-mailchimp input[type='button']:active,
.custom-mailchimp input[type='button']:focus,
.custom-mailchimp input[type='reset']:active,
.custom-mailchimp input[type='reset']:focus,
.custom-mailchimp input[type='submit']:active,
.custom-mailchimp input[type='submit']:focus,
button:active,
button:focus,
input[type='button']:active,
input[type='button']:focus,
input[type='reset']:active,
input[type='reset']:focus,
input[type='submit']:active,
input[type='submit']:focus {
  border-color: #aaa #bbb #bbb;
}

.custom-mailchimp button.contact-newsletter-send,
.custom-mailchimp input[type='submit'].contact-newsletter-send,
.custom-mailchimp input.contact-newsletter-send {
  font-size: 32px;
  font-size: 2rem;
}

form .wpcf7-response-output {
  width: 100%;
  margin: 0;
  padding: 0.8em 0;
  border: none;
}

form img.ajax-loader {
  width: 16px;
  height: 16px;
  display: inline-block;
}

input[type='text'],
input[type='email'],
input[type='url'],
input[type='password'],
input[type='search'],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: transparent;
}
input[type='text']:focus,
input[type='email']:focus,
input[type='url']:focus,
input[type='password']:focus,
input[type='search']:focus,
textarea:focus {
  color: #111;
}

.custom-mailchimp input[type='email'].defaultform,
input[type='text'],
input[type='email'],
input[type='url'],
input[type='password'],
input[type='search'] {
  padding: 3px;
}

textarea {
  padding-left: 3px;
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #000;
}
a:visited {
  color: #000;
}
a:hover,
a:focus,
a:active {
  color: #000;
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}

.news p a,
.news div.a {
  color: #00f;
}

.read-more {
  margin-left: 23px;
}
.read-more:before {
  font-family: 'Fontawesome';
  content: '\f178';
  font-size: 20px;
  font-size: 1.25rem;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  margin-top: -5px;
  margin-left: -23px;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: none;
  width: 100%;
  font-family: 'Arimo', Helvetica, Arial, sans-serif;
}
.main-navigation .nav-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 1.5em;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  float: left;
  position: relative;
  margin: 0px;
  padding: 0px;
  margin-right: 12px;
}
.main-navigation li:hover:before,
.main-navigation li.focus:before {
  display: block;
  position: absolute;
  top: -1.5em;
  left: 41%;
  padding: 0 5px;
  vertical-align: top;
  text-align: center;
  font-family: 'Fontawesome';
  font-size: 20px;
  font-size: 22px;
  font-size: 1.375rem;
  -webkit-font-smoothing: antialiased;
}
.main-navigation li:last-child {
  margin-right: 0;
}
.main-navigation a[href*='work'] {
  content: url('images/small-new2/work.png');
  -webkit-transform: rotate(-2deg) translate(0, 4px);
  transform: rotate(-2deg) translate(0, 4px);
}
.main-navigation a[href*='about'] {
  content: url('images/small-new2/about.png');
  -webkit-transform: rotate(1deg);
  transform: rotate(1deg);
}
.main-navigation a[href*='news'] {
  content: url('images/small-new2/news.png');
  -webkit-transform: rotate(3deg) translate(0, 4px);
  transform: rotate(3deg) translate(0, 4px);
}
.main-navigation a[href*='shop'] {
  content: url('images/small-new2/buy.png');
  -webkit-transform: rotate(0deg) translate(0, 0px);
  transform: rotate(0deg) translate(0, 0px);
}
.main-navigation a[href*='buy'] {
  content: url('images/small-new2/buy.png');
  -webkit-transform: rotate(0deg) translate(0, 0px);
  transform: rotate(0deg) translate(0, 0px);
}
.main-navigation a[href*='contact'] {
  content: url('images/small-new2/contact.png');
  -webkit-transform: rotate(-2deg) translate(0, 4px);
  transform: rotate(-2deg) translate(0, 4px);
}
.main-navigation a {
  color: #fff;
  background-color: #333;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 400;
  padding: 0px 0px;
  text-align: center;
  text-transform: lowercase;
  text-decoration: none;
  letter-spacing: 1.1px;
  display: block;
  width: 110px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.main-navigation .current_page_item:before,
.main-navigation .current-menu-item:before,
.main-navigation .current_page_ancestor:before {
  display: block;
  position: absolute;
  font-size: 22px;
  font-size: 1.375rem;
  top: -1.5em;
  left: 41%;
  padding: 0 5px;
  vertical-align: top;
  text-align: center;
  font-family: 'Fontawesome';
  -webkit-font-smoothing: antialiased;
}

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

.main-navigation ul {
  display: none;
}

@media screen and (min-width: 10em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: none;
  }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

i.nav-arrow {
  visibility: hidden;
  display: block;
  position: absolute;
  top: -7px;
  padding: 0 5px;
  font-family: 'Fontawesome';
  font-size: 20px;
  font-size: 22px;
  font-size: 1.375rem;
  content: '\f175';
  -webkit-transition: left 0.3s ease-out, width 0.1s ease, background 0.2s ease;
  transition: left 0.3s ease-out, width 0.1s ease, background 0.2s ease;
}
i.nav-arrow.visible {
  visibility: visible;
}

/* Social Menu */
.menu-social ul {
  float: right;
  text-align: center;
  list-style: none;
}

.menu-social ul li {
  position: relative;
  display: inline-block;
}

.menu-social li a:before {
  display: inline-block;
  padding: 0 5px;
  vertical-align: top;
  font-family: 'Fontawesome';
  font-size: 20px;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  content: '\f0c0';
}

.menu-social li a[href*='facebook.com']::before {
  content: '\f09a';
}

.menu-social li a[href*='twitter.com']::before {
  content: '\f099';
}

.menu-social li a[href*='dribbble.com']::before {
  content: '\f17d';
}

.menu-social li a[href*='plus.google.com']::before {
  content: '\f0d5';
}

.menu-social li a[href*='pinterest.com']::before {
  content: '\f0d2';
}

.menu-social li a[href*='github.com']::before {
  content: '\f09b';
}

.menu-social li a[href*='tumblr.com']::before {
  content: '\f173';
}

.menu-social li a[href*='youtube.com']::before {
  content: '\f167';
}

.menu-social li a[href*='flickr.com']::before {
  content: '\f16e';
}

.menu-social li a[href*='vimeo.com']::before {
  content: '\f194';
}

.menu-social li a[href*='instagram.com']::before {
  content: '\f16d';
}

.menu-social li a[href*='linkedin.com']::before {
  content: '\f0e1';
}

@media screen and (max-width: 600px) {
  #menu-social ul {
    position: absolute;
    top: 0;
    right: 6rem;
    display: block;
  }
  #menu-social li a {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
}

/* Work Menu */
.work-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 25px 0 0 0;
}
.work-menu a {
  font-weight: 700;
  font-size: 110%;
}
.work-menu .divider {
  font-weight: 700;
  font-size: 110%;
  margin: 0px 4px 0;
}

.align-menu {
  position: fixed;
  top: 20px;
  right: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 20px 0 0 0;
}
.align-menu .a-box {
  display: inline-block;
  font-size: 90%;
  margin: 0px 4px 0;
  cursor: pointer;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #000;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: '';
  display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
  display: none;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

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

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

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

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

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

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*='wp-image-'] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
.site-branding,
.site-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.site-title {
  margin: 1.2em 0 1.4em;
}
.site-title a {
  font-size: 48px;
  font-size: 3rem;
  font-weight: 400;
  text-decoration: none;
}

.title-box {
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0 auto;
  position: relative;
}

.header-image img {
  display: block;
  margin: 0 auto;
  width: 400px;
  margin: 15px 0 35px;
}

.header-background-image {
  background: no-repeat center;
  background-size: cover !important;
}

.header-background-image .title-box {
  background: #fff;
}

.qstar-i::before {
  content: url('images/ster5.png');
  position: absolute;
  width: 1rem;
  top: 0rem;
  margin: 0 auto;
  text-align: center;
}

.sterwrap {
  position: absolute;
  left: 30.95%;
  left: 8.5625rem;
  top: 24%;
  top: 1.8125rem;
}

.logoster {
  content: url('images/ster5.png');
  width: 1rem;
  position: absolute;
  margin: 0 auto;
  text-align: center;
}

.dotblock {
  width: 12px;
  height: 12px;
  background-color: #fff;
  position: absolute;
  top: 0.6875rem;
}

#ster {
  -webkit-transition: 10000s;
  transition: 10000s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
#ster.rotating {
  -webkit-transform: rotate(-360000deg);
  transform: rotate(-360000deg);
}

.taxonomies {
  font-size: 9.016px;
  font-size: 0.5635rem;
  margin-top: 0.7rem;
  margin-bottom: 1px;
}
.taxonomies a {
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: -0.5px;
}

.works-page .entry-header,
.works-page .entry-content,
.works-page .entry-meta,
.works-page .entry-footer,
.works-page .tag-links,
.works-page .post-navigation,
.works-page .comments-area,
.works-page .paging-navigation {
  padding: 0;
}
.works-page .entry-header h4,
.works-page .entry-content h4,
.works-page .entry-meta h4,
.works-page .entry-footer h4,
.works-page .tag-links h4,
.works-page .post-navigation h4,
.works-page .comments-area h4,
.works-page .paging-navigation h4 {
  margin-top: 0;
}

.worksview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.work-item {
  width: 33.33333%;
  -ms-flex-preferred-size: 33.33333%;
  flex-basis: 33.33333%;
}
.work-item h4 {
  margin: 0;
  letter-spacing: -0.3px;
}
.work-item p {
  margin-top: 0;
}

.work-short {
  padding-bottom: 10px !important;
}

.work-item-big {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.work-item-big .workstext {
  width: 310px;
  margin-right: 30px;
}
.work-item-big .worksimage {
  width: 604px;
}
.work-item-big .workstext-gal {
  width: 277px;
  margin-right: 20px;
}
.work-item-big .worksimage-gal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  width: 603px;
}

/* Featured Images */
.single-post-thumbnail img {
  display: block;
  margin: 0 auto;
}

.video-iframe {
  margin-bottom: 5px;
  margin: 35px 0 40px;
}

.works-gal .ngg-galleryoverview {
  margin-top: 0;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-line-pack: center;
  align-content: center;
  position: relative;
  right: -3px;
}
.works-gal .ngg-galleryoverview .ngg-gallery-thumbnail-box {
  margin: 0 0px 0 0;
}
.works-gal .ngg-galleryoverview .ngg-gallery-thumbnail {
  margin: 0;
}
.works-gal .ngg-galleryoverview .ngg-gallery-thumbnail a {
  margin: 0;
}
.works-gal .ngg-galleryoverview .ngg-gallery-thumbnail img {
  background-color: #fff;
  border: none;
  display: block;
  margin: 0 0 5px 0;
  padding: 0;
  position: relative;
}

.works-gal .a-left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.works-gal .a-justify {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.works-gal .a-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.works-gal .a-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

#fancybox-close {
  display: none !important;
}

#fancybox-overlay {
  opacity: 1 !important;
  background-color: #fff !important;
}

#fancybox-left {
  left: -55px !important;
}
#fancybox-left #fancybox-left-ico {
  background-image: none !important;
}
#fancybox-left #fancybox-left-ico:before {
  position: absolute;
  font-family: 'Fontawesome' !important;
  font-size: 30px !important;
  -webkit-font-smoothing: antialiased;
  content: '\f177' !important;
}

#fancybox-right {
  right: -55px !important;
}
#fancybox-right #fancybox-right-ico {
  background-image: none !important;
}
#fancybox-right #fancybox-right-ico:before {
  position: absolute;
  font-family: 'Fontawesome' !important;
  font-size: 30px !important;
  -webkit-font-smoothing: antialiased;
  content: '\f178' !important;
}

.fancybox-bg {
  background-image: none !important;
}

.wp-caption .wp-caption-text,
.gallery-caption {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 0.8075em 1em;
}

.site-main .gallery {
  margin-bottom: 1.5em;
}

.site-main .gallery-item {
  float: left;
  max-width: 100%;
  margin-right: 3.333333333%;
  margin-bottom: 3rem;
  overflow: hidden;
  position: relative;
}

.gallery-caption {
  bottom: 0;
  color: #fff;
  font-size: 12px;
  left: 0;
  line-height: 1.5;
  margin: 0;
  max-height: 50%;
  opacity: 0;
  padding: 6px 8px;
  position: absolute;
  width: 100%;
  text-align: left;
}

.gallery-item:hover .gallery-caption {
  opacity: 1;
}

.site-main .gallery a img {
  border: 0;
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}

.site-main .ngg-gallery-thumbnail {
  border: 0;
}

.newspage {
  padding: 0 1rem;
}
.newspage h3 {
  margin-top: 0px;
  letter-spacing: -0.5px;
}
.newspage img {
  float: none;
  display: block;
  margin: 0 auto;
  width: 100%;
}
.newspage .posted-on {
  font-size: 9.016px;
  font-size: 0.5635rem;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: -0.5px;
  margin-top: 0.7rem;
  margin-bottom: 1px;
}

.buypage {
  padding: 0;
}
.buypage h2 {
  letter-spacing: -0.1px;
}

.buypage-middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.buypage-middle h2,
.buypage-middle h3 {
  margin-top: 0px;
}
.buypage-middle img {
  float: none;
  display: block;
  margin: 0 auto;
  width: 100%;
}
.buypage-middle .buyimg {
  width: 430px;
}
.buypage-middle .buytext {
  width: 300px;
  margin-left: 30px;
}
.buypage-middle .posted-on {
  font-size: 9.016px;
  font-size: 0.5635rem;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: -0.5px;
  margin-top: 0.7rem;
  margin-bottom: 1px;
}

.mail-form form {
  padding: 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.mail-form form .wpcf7-response-output {
  width: auto;
}
.mail-form form p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.mail-form form input {
  font-family: 'Arimo', Helvetica, Arial, sans-serif;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 700;
  padding: 0em 0.25em;
  line-height: 1em;
}
.mail-form form input[type='email'],
.mail-form form input.defaultform {
  margin-right: 20px;
  width: 472px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  border-bottom: 2px black solid;
  border-radius: 0;
  background-color: transparent;
}
.mail-form form input[type='submit'] {
  font-weight: 400;
}

/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/
p.contact {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 0;
  letter-spacing: -0.1px;
}

span.tel {
  font-size: 35.2px;
  font-size: 2.2rem;
}

.lean {
  display: block;
  margin: 0 auto;
  width: 760px;
}

.lean-middle {
  display: block;
  margin: 0 auto;
  width: 840px;
}

.lean-small {
  display: block;
  margin: 0 auto;
  width: 620px;
}

.full {
  display: block;
  margin: 0 auto;
  width: 100%;
}

.entry-header,
.entry-content,
.entry-meta,
.entry-footer,
.tag-links,
.post-navigation,
.comments-area,
.paging-navigation {
  position: relative;
  max-width: 900px;
  max-width: 90rem;
  padding: 0 1rem;
  margin: 0 auto;
}
.entry-header.cat-item,
.entry-content.cat-item,
.entry-meta.cat-item,
.entry-footer.cat-item,
.tag-links.cat-item,
.post-navigation.cat-item,
.comments-area.cat-item,
.paging-navigation.cat-item {
  padding: 0;
}

.entry-meta {
  padding: 0;
}

.non-indent {
  padding: 0;
}

.full-site {
  min-width: 100%;
  min-height: 100%;
  width: 100%;
}

.content-area-full {
  width: 100%;
  height: 100%;
}
.content-area-full .site-main-full .distribute {
  position: relative;
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  width: 100%;
  overflow: hidden;
}
.content-area-full .site-main-full .distribute .img-full-page {
  margin: 0 auto;
  width: 100%;
  height: 100%;
}

.flex-full {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.distribute {
  width: 100%;
  height: auto;
}

.sign {
  position: absolute;
  -webkit-transition: 0.15s;
  transition: 0.15s;
  opacity: 0;
}
.sign.front-buy {
  opacity: 0;
}
.sign.front-contact {
  opacity: 0;
}
.sign:hover {
  opacity: 1;
  -webkit-filter: contrast(1.2);
  filter: contrast(1.2);
  -webkit-filter: contrast(1.2) drop-shadow(0px 0px 7px rgba(0, 0, 0, 0.5));
  filter: contrast(1.2) invert(1) drop-shadow(0px 0px 7px rgba(0, 0, 0, 0.5));
}

.woocommerce ul.products li.product .price,
.woocommerce div.product p.price {
  color: black;
}

.secondary-nav {
  display: flex;
  flex-flow: row;
  justify-content: center;
  margin: 25px 0 0 0;
  padding: 0;
}

.secondary-nav li {
  list-style: none;
  font-weight: 700;
  font-size: 110%;
  text-transform: lowercase;
}

.secondary-nav li.current-menu-item a {
  text-decoration: underline;
}

.secondary-nav li::after {
  content: '//';
  margin: 0 4px;
}
.secondary-nav li:last-child:after {
  content: '';
}

.type-product a[rel='tag'] {
  font-size: 0.5635rem;
  letter-spacing: -0.5px;
  text-transform: uppercase;
  text-decoration: none;
  margin-top: 0.7rem;
  margin-bottom: 1px;
}

h4.productcategory {
  margin: 0;
  padding: 0;
  letter-spacing: -0.3px;
}

/* Single product page*/
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background-color: black;
  color: white;
  -webkit-font-smoothing: antialiased;
  border: 1px solid black;
  border-radius: 0;
  transform: translateX(10px) translateY(-7px) rotate(-5deg);
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background-color: white;
  color: black;
  border: 1px solid black;
}

.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt:disabled[disabled]:hover {
  background-color: white;
  color: black;
}

/* Display page*/
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  background-color: white;
  color: black;
  -webkit-font-smoothing: antialiased;
  border: 1px solid black;
  border-radius: 0;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  background-color: black;
  color: white;
  /* border: 1px solid black; */
}

.woocommerce div.product form.cart .variations {
  margin-bottom: 2.5em;
}

/* Message style*/
.woocommerce-message,
.woocommerce-info {
  border: none;
}

.woocommerce-message::before,
.woocommerce-info::before {
  color: black;
}

.wc-proceed-to-checkout .woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.wc-proceed-to-checkout .woocommerce button.button.alt,
.wc-proceed-to-checkout .woocommerce input.button.alt {
  transform: translateX(0px) translateY(0px) rotate(0deg);
}

/* Product variations image swatches */

.woo-variation-swatches.wvs-style-squared
  .variable-items-wrapper
  .variable-item {
  border-radius: 0 !important;
}

.woo-variation-swatches
  .variable-items-wrapper
  .variable-item:not(.radio-variable-item) {
  padding: 0 !important;
}

/* Shopping cart icon*/
.nav-secondary {
  position: relative;
}

a.cart {
  position: absolute;
  top: 0;
  padding: 10px 10px 10px;
  right: 1em;
  font-size: 1.5em;
  transition: ease-in-out 1s;
}

a.cart:hover {
  transform: translateX(10px) rotate(5deg);
}

.shop-page {
  padding: 0;
}

.woocommerce #masonry-layout {
  width: 297px !important;
  margin: 0 0 1.5rem !important;
  padding: 0 1rem !important;
}

.woocommerce #masonry-layout {
  width: 868px !important;
}


#close-button.intro_popup {
  position: fixed;
  font-size: large;
  font-weight: 600;
  width: 34px;
  height: 34px;
  text-align: center;
  cursor: pointer;
  background-color: white;
  padding: 4px;
  top: 1vw;
  right: 1vw;
  border: white;
  border-radius: 50%;
  border-width: 2px;
  border-style: solid;
}

section.intro_popup {
  background-color: transparent;
}

a.intro_popup {
  position: relative;
  background-color: red;
  border: #f0ff5f;
  border-style: solid;
  /* border-width: 18px; */
  border-width: 1vw;
  background-color: white;
}

img.intro_popup {
  padding: 4px 4px 0px;
  background-color: white;
}
/*# sourceMappingURL=maps/style.css.map */

.color-link a {
  color: #2271b1;
}
