/*!
Theme Name: Zolea.be
Theme URI: Zolea.be
Author: Naomi van Dorst
AuthorURI: http://deliciae.org
Description: Custom Theme voor Zolea.be door Naomi
Version: 1.2
License: The MIT License (MIT)
License URI: http://opensource.org/licenses/MIT
Text Domain: starter_deliciae
*/
/* RESET & BASE
------------------ */
/* DEFAULT & RESET CSS*/
/* Table of Contents
==================================================
  1 Generic Styles
  2 Resets
    A Global
    B Media
    C Forms
  3 Typography
  
  
  
/* 1 GENERIC STYLES
================================================== */
/*Mash up based on
  (A) the Bootstrap toolkit from Twitter http://twitter.github.com/bootstrap
  (B) http://csswizardry.com/web-design+/#css
  (C) WordPress image styles */
html, body {
  height: 100%; }

div {
  position: relative; }

.clear {
  clear: both; }

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

.textcenter {
  text-align: center; }

.alignleft {
  float: left; }

.alignright {
  float: right; }

img.alignleft {
  margin-right: 1em;
  margin-bottom: 1.8em; }

img.alignright {
  margin-left: 1em;
  margin-bottom: 1.8em; }

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

.half {
  width: 45%;
  /* Not exactly half to account for paddings, margins etc. */ }

ul.unstyled {
  list-style-type: none; }

.hide {
  /* Hide stuff without resorting to display:none; */
  visibility: hidden;
  width: 0 !important;
  height: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important; }

/* 2 RESETS
================================================== */
/* 2A GLOBAL RESET
Based on 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td, address, caption, cite, code, dfn, em, strong, th, var {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: inherit; }

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

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

fieldset {
  border: 0; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  /* Read more > http://bit.ly/qh1V0T */ }

caption, th {
  text-align: center; }

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

html {
  overflow-y: scroll;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

/* The below restores some sensible defaults */
strong {
  font-weight: bold; }

em {
  font-style: italic; }

a img {
  border: none; }

/* Gets rid of IE's blue borders */
/* 2B MEDIA
Based on the Bootstrap toolkit from Twitter http://twitter.github.com/bootstrap */
audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

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

/* 2C FORMS
Based on the Bootstrap toolkit from Twitter http://twitter.github.com/bootstrap */
button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; }

button, input {
  line-height: normal;
  *overflow: visible; }

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

button {
  cursor: pointer;
  -webkit-appearance: button; }

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

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }
  input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

textarea {
  overflow: auto;
  vertical-align: top; }

/* 3 TYPOGRAPHY
================================================== */
.alert {
  background: red;
  color: white; }

/* 'alert' has a basic style, since it's useful to have it standing out for testing purposes. */
.clearfix::after {
  clear: both;
  content: " ";
  display: block;
  height: 0;
  visibility: hidden; }

/************************************************************************
 Borrowed from Bourbon: http://bourbon.io/docs/#html5-input-types

 Generate a variable ($all-text-inputs) with a list of all html5 input types that have a text-based input, excluding textarea.
 http://diveintohtml5.org/forms.html
************************************************************************/
/* Bare inputs */
/* Hover Pseudo-class */
/* Focus Pseudo-class */
/* BASE VARIABLES
 *******************/
/* Colors */
/* Fonts */
/* Font sizes */
/* Navigation */
/* Borders */
/* =LAYOUTS
------------------ */
html {
  height: 100%;
  width: 100%; }

body {
  margin: 0;
  padding: 0;
  min-height: 100%;
  height: auto !important;
  height: 100%; }

html, body {
  min-height: 100%; }

body {
  background: url(assets/images/bg-top.png) no-repeat center top; }

#page {
  margin: auto; }

#main {
  clear: both;
  margin-top: 50px; }

#primary.full-width,
#primary.full-width #content {
  width: 100%;
  float: none; }

#colophon {
  clear: both;
  overflow: hidden; }

/* Logo
------------------ */
.site-header img {
  margin: 25px 0 50px; }

.site-title, .site-description {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute; }

/* Social Media Bar
------------------ */
.social-media-bar {
  text-align: right; }
  .social-media-bar .social-media-icons {
    margin-right: 25px; }
  .social-media-bar a {
    color: #000;
    margin-left: 10px;
    font-size: 15px;
    line-height: 35px;
    display: inline-block; }

.social-media-bar a:hover {
  color: #e0b747; }

.social-media-bar-icons {
  position: absolute;
  right: 45px;
  top: 0; }

#social-media-bar-search.nosearch {
  right: 0; }

#social-media-bar-search {
  position: absolute;
  right: 15px;
  top: 0; }

#social-media-bar-search a.search {
  position: relative; }

#social-media-bar-search a.search:hover {
  opacity: .65; }

.show-search {
  position: absolute;
  top: 50px;
  right: 0;
  display: none;
  z-index: 10000; }

.show-search #searchform input#s {
  width: 250px;
  background: #fff;
  -webkit-box-shadow: 0 5px 4px -4px rgba(190, 190, 190, 0.1);
  -moz-box-shadow: 0 5px 4px -4px rgba(190, 190, 190, 0.1);
  box-shadow: 0 5px 4px -4px rgba(190, 190, 190, 0.1);
  border: 1px solid #eee; }

.show-search #searchform input#s:focus {
  border: 1px solid #ddd; }

.social-media-bar {
  background: #e6f1df; }

.social-media-bar .container {
  position: relative; }

.navbar-deliciae {
  margin: 0;
  border-radius: 0px;
  min-height: 35px;
  float: left;
  text-align: left; }

.navbar-deliciae .navbar-nav a {
  color: #2d2c2a;
  font-family: Oswald, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 35px;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: block;
  margin: 0 25px 0 0;
  padding: 0; }
  .navbar-deliciae .navbar-nav a:hover {
    color: #e0b747; }

.navbar-deliciae .navbar-nav > li > a:hover, .navbar-deliciae .navbar-nav > li > a:focus, .navbar-deliciae .navbar-nav > li > a:active {
  background: none repeat scroll 0 0 transparent;
  border: none; }

.navbar-deliciae .navbar-collapse {
  box-shadow: none; }

.navbar-deliciae .dropdown-menu {
  background: #e6f1df;
  color: #2d2c2a;
  border: medium none;
  border-radius: 0;
  box-shadow: none;
  text-align: left; }

.navbar-deliciae .dropdown-menu > li > a, .navbar-deliciae .dropdown-menu > li.active > a, .navbar-deliciae .dropdown-menu > li.active > a:hover {
  padding: 0 10px;
  text-decoration: none;
  margin: 0; }

@media (min-width: 768px) {
  .navbar-deliciae .navbar-nav > li {
    display: inline-block;
    float: none;
    margin: 0 5px; }
  .navbar-deliciae .navbar-nav > li > a {
    display: inline; }
  .navbar-deliciae .navbar-nav > li.open a {
    background: #fdf9f0;
    color: #2d2c2a; } }

@media (max-width: 767px) {
  .navbar-collapse {
    background: none repeat scroll 0 0 transparent; }
  .navbar-toggle {
    background: #e0b747;
    color: #fff;
    display: block;
    float: left;
    margin: 10px 0; }
  .navbar-toggle .icon-bar {
    background: none repeat scroll 0 0 white; } }

.section-header {
  background: url(assets/images/large-button.jpg) no-repeat center center transparent;
  font-family: Oswald, Arial, Helvetica, sans-serif;
  font-size: 15px;
  letter-spacing: 2px;
  margin: -45px auto 25px;
  overflow: hidden;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
  width: 231px; }

.site-footer {
  background: url(assets/images/header-v1-bottom.jpg) no-repeat scroll center 0px #fff; }

.site-footer {
  font-family: "Karla", sans-serif;
  padding-top: 25px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 11px;
  color: #000; }
  .site-footer a {
    color: #000; }
    .site-footer a:hover, .site-footer a:focus {
      color: #000; }
  .site-footer .copyright {
    background: rgba(255, 255, 255, 0.5);
    color: #000;
    padding: 15px 0; }

/* Instagram footer area **********/
#instagram-footer {
  overflow: hidden;
  margin-top: 50px; }
  #instagram-footer ul {
    margin: 0; }
  #instagram-footer .widget-title {
    padding: 15px; }

#instagram-footer .instagram-pics li {
  width: 12.5%;
  display: inline;
  float: left; }

#instagram-footer .instagram-pics li img {
  max-width: 100%;
  vertical-align: middle; }

/* Footer social icons
--------------------------------------------- */
#footer-social-media-bar {
  border-bottom: 1px solid #e0b747;
  text-align: center;
  padding: 15px 0; }

#footer-social-media-bar a {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 25px; }

#footer-social-media-bar a span {
  margin-left: 5px; }

#footer-social-media-bar a:hover {
  color: #e0b747; }

/* Scroll to Top
--------------------------------------------- */
#scrollUp {
  font-family: inherit;
  font-size: 12px;
  font-weight: bold;
  line-height: 13px;
  right: 0;
  bottom: 70px;
  width: 40px;
  height: 40px;
  padding: 10px 5px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  background-color: #e0b747; }

/* =CONTENT
------------------ */
/* Web fonts integration*/
@font-face {
  font-family: name1;
  src: url("inc/fonts/filename.eot");
  src: url("inc/fonts/filename.eot?#iefix") format("embedded-opentype"), url("inc/fonts/filename.woff") format("woff"), url("inc/fonts/filename.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: name2;
  src: url("inc/fonts/filename.eot");
  src: url("inc/fonts/filename.eot?#iefix") format("embedded-opentype"), url("inc/fonts/filename.woff") format("woff"), url("inc/fonts/filename.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

/* Styling starts here */
body, input, textarea {
  color: #2d2c2a;
  font-family: "Karla", sans-serif;
  font-size: 14px;
  line-height: 28px; }

/* Headings */
h1, h2, h3, h4, h5, h6 {
  font-family: Oswald, Arial, Helvetica, sans-serif;
  font-weight: normal;
  letter-spacing: 0.2em;
  line-height: 26px; }

h1 {
  color: inherit;
  font-size: 1.78571em;
  font-weight: normal;
  letter-spacing: 2px; }

h2 {
  color: inherit;
  font-size: 1.28571em;
  letter-spacing: 2px; }

h3, h4, h5, h6 {
  color: #514e4d;
  font-family: Oswald, Arial, Helvetica, sans-serif;
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase; }

.entry-title {
  color: #000000;
  font-size: 24px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

/* Text elements */
p {
  margin-bottom: 1.5em; }

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

ul {
  list-style: square; }

ol {
  list-style-type: decimal; }
  ol ol {
    list-style: upper-alpha; }
    ol ol ol {
      list-style: lower-roman; }
    ol ol ol {
      list-style: lower-alpha; }

ul ul, ol ol, ul ol, ol ul {
  margin-bottom: 0; }

.entry-content ul, .entry-content li {
  list-style: outside none none;
  margin: 0;
  padding: 0; }

.entry-content li::before {
  color: #e0b747;
  content: "\f101";
  float: left;
  font-family: "FontAwesome";
  margin-left: -1.5em; }

.entry-content li {
  margin: 0.5em 0.5em 0.5em 1.3em;
  padding-bottom: 2px; }

dl {
  margin: 0 1.5em; }

dd {
  margin-bottom: 1.5em; }

em, i {
  font-style: italic; }

blockquote {
  font-style: italic;
  font-weight: normal;
  margin: 0 3em; }

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

cite {
  color: #666;
  letter-spacing: 0.05em;
  padding-left: 60px; }

pre {
  background: #f4f4f4;
  line-height: 1.5;
  margin-bottom: 1.5em;
  overflow: auto;
  padding: 0.75em 1.5em; }

code, kbd {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace; }

abbr, acronym, dfn {
  border-bottom: 1px solid #797977;
  cursor: help; }

address {
  display: block;
  margin: 0 0 1.5em; }

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

sup,
sub {
  font-size: 10px;
  height: 0;
  line-height: 1;
  position: relative;
  vertical-align: baseline; }

sup {
  bottom: 1ex; }

sub {
  top: .5ex; }

/* Links */
a {
  color: #e0b747;
  text-decoration: none; }
  a:focus,
  a:active,
  a:hover {
    color: #000;
    text-decoration: none;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear; }

/* Assistive text */
.assistive-text {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px); }

#access a.assistive-text:active,
#access a.assistive-text:focus {
  clip: auto !important;
  font-size: 12px;
  position: absolute;
  text-decoration: underline;
  top: 0;
  left: 7.6%; }

/* 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:hover, .screen-reader-text:active, .screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #555;
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  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 */ }

/* See _mixins.scss for more on this method for handling HTML5 elements */
input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="time"], input[type="week"],
textarea, select {
  border: 1px solid #fafafa;
  background: #fafafa;
  box-sizing: border-box;
  padding: 10px;
  -webkit-appearance: none;
  width: 100%;
  font-family: "Karla", sans-serif;
  font-size: 14px;
  text-align: left;
  color: #2d2c2a; }

input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="url"]:focus, input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus,
textarea:focus {
  border: 1px solid #2d2c2a;
  color: #2d2c2a; }

input[type=submit] {
  background: url(assets/images/button.png) no-repeat center center transparent;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
  font-family: Oswald, Arial, Helvetica, sans-serif;
  line-height: 45px;
  border: 0px;
  width: 150px; }
  input[type=submit]:hover, input[type=submit]:focus {
    color: #e0b747;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear; }

/* =COMPONENTS
------------------ */
/* Includes password protection for pages and posts, 404 page */
/* Password Protected Posts */
.post-password-required .entry-header .comments-link {
  margin: 1.5em 0 0; }

.post-password-required input[type=password] {
  margin: 0.8125em 0; }

/* =error404
----------------------------------------------- */
.error404 #main #s {
  width: 75%; }

/* =PROJECT PAGES SPECIFIC
------------------ */
.even .post-image {
  float: right; }

.entry-image {
  margin-bottom: 1em; }

.single .entry-header {
  margin: 0 0 1em; }

.no-padding {
  padding: 0px; }

.hentry {
  position: relative;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  margin-bottom: 45px;
  padding-bottom: 45px; }
  .page .hentry {
    border-bottom: none; }

.entry-content table {
  border-bottom: 1px solid #797977;
  margin: 0 0 1.5em;
  width: 100%; }
  .entry-content table td {
    border-top: 1px solid #797977;
    padding: 6px 10px 6px 0; }

.entry-content #s {
  width: 75%; }

.comment-content table {
  border-bottom: 1px solid #797977;
  margin: 0 0 1.5em;
  width: 100%; }
  .comment-content table td {
    border-top: 1px solid #797977;
    padding: 6px 10px 6px 0; }

.comment-content #s {
  width: 75%; }

dl.gallery-item {
  margin: 0; }

/* Images & Embeds */
embed
iframe,
object {
  max-width: 100%; }

img {
  max-width: 100%; }
  img[class*="align"],
  img[class*="wp-image-"],
  img[class*="attachment-"] {
    height: auto; }
  img.size-full,
  img.size-large {
    width: auto;
    /* Prevent stretching of full-size and large-size images with height and width attributes in IE8 */
    height: auto;
    /* Make sure images with WordPress-added height and width attributes are scaled correctly */ }
  img.alignleft,
  img.alignright,
  img.aligncenter {
    margin-bottom: 1.5em; }

/* Captions */
.wp-caption {
  max-width: 100%;
  height: auto;
  margin-top: 0.5em;
  margin-bottom: 1.5em; }
  .wp-caption img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto; }
  .wp-caption .wp-caption-text {
    color: #2d2c2a;
    font-size: 85%;
    margin-bottom: 0.5em;
    padding: 5px 0;
    position: relative; }

/* Galleries */
.gallery-caption {
  color: LINKCOLOR;
  font-size: 10px; }

#content .gallery {
  margin: 0 auto 1.5em; }
  #content .gallery a img {
    border: none; }

#content .gallery-columns-4 .gallery-item {
  width: 23%;
  padding-right: 2%; }

.page-link {
  clear: both;
  display: block;
  margin: 0 0 1.5em; }
  .page-link span {
    margin-right: 6px; }

/* Uncomment if you have a custom home page
@import "home";*/
.archive-header {
  border-bottom: 1px solid;
  border-top: 1px solid;
  padding: 15px 0;
  margin-bottom: 40px;
  text-align: center; }
  .archive-header span {
    display: inline-block;
    font-size: 17px;
    font-style: italic;
    margin-right: 4px; }
  .archive-header h2 {
    display: inline;
    font-size: 16px;
    letter-spacing: 1px;
    font-family: "Droid Serif", Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    text-transform: lowercase; }

.category .entry-title {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: Oswald, Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 28px;
  font-size: 12px;
  margin-bottom: 1em;
  padding: 5px 0; }

.category .hentry {
  margin: 0px;
  padding: 0px;
  background: none; }

/* =BLOG SPECIFIC
------------------ */
/* Blog Styles */
/* =Pager Navigation
-------------------------------------------------------------- */
.pagination {
  font-family: "Karla", sans-serif;
  display: block;
  padding: 0px;
  margin: 0px 0px 25px 0; }

.pagination a {
  background: url(assets/images/button.jpg) no-repeat center center transparent;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
  font-family: Oswald, Arial, Helvetica, sans-serif;
  line-height: 39px;
  display: inline-block;
  color: #000;
  width: 150px; }

.diy-index a {
  background: url(assets/images/button-small.jpg) no-repeat center center transparent;
  width: 39px;
  margin-right: 5px; }

.diy-index a.jp-next {
  background: url(assets/images/button.jpg) no-repeat center center transparent;
  width: 150px;
  margin-right: 5px; }

.pagination a:hover {
  color: #e0b747; }

.widget-title {
  margin: 0;
  padding: 5px 0;
  text-align: center; }

.widget {
  margin: 0 0 15px; }
  .widget select {
    margin: 1em 0; }

.widget a {
  color: #000; }
  .widget a:focus,
  .widget a:active,
  .widget a:hover {
    color: #e0b747;
    text-decoration: none;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear; }

.widget ul {
  margin: 2em 0; }

.widget ul, .widget li {
  list-style: outside none none;
  margin: 0;
  padding: 0; }

.widget li::before {
  color: #e0b747;
  content: "\f101";
  float: left;
  font-family: "FontAwesome";
  margin-left: -1.5em; }

.widget li {
  border-bottom: 1px solid #ddd;
  margin: 1em 1em 1em 1.3em;
  padding-bottom: 2px; }

.deliciae_widget_popular_entries {
  position: relative;
  margin-bottom: 50px; }
  .deliciae_widget_popular_entries .widget-inside {
    background: #e6f1df;
    border: 0px;
    padding: 10px 25px; }

.deliciae_widget_popular_entries::after {
  background: transparent url("assets/images/entry-footer-bg.png") no-repeat scroll right bottom;
  bottom: -47px;
  content: "";
  height: 194px;
  left: 20%;
  position: absolute;
  width: 214px;
  z-index: -1; }

/* Over Mij
--------------------------------------------- */
.widget-about h2 {
  letter-spacing: 2px; }

.about-social {
  text-align: center;
  margin: 0px; }

/* Social Icons
--------------------------------------------- */
.widget-social a {
  text-decoration: none; }

.about-social span {
  display: inline-block;
  margin-bottom: 10px; }

.social {
  display: inline-block;
  font-family: 'FontAwesome';
  font-size: 20px;
  padding: 3px;
  margin: 0 3px 5px; }

.social-email:before {
  content: "\f003"; }

.social-bloglovin:before {
  content: "\f004"; }

.social-feed:before {
  content: "\f09e"; }

.social-linkedin:before {
  content: "\f0e1"; }

.social-twitter:before {
  content: "\f081"; }

.social-facebook:before {
  content: "\f082"; }

.social-googleplus:before {
  content: "\f0d4"; }

.social-pinterest:before {
  content: "\f0d2"; }

.social-instagram:before {
  content: "\f16d"; }

.social-flickr:before {
  content: "\f16e"; }

.social-youtube:before {
  content: "\f166"; }

.social-vimeo:before {
  content: "\f194"; }

.social-dribbble:before {
  content: "\f17d"; }

.social-tumblr:before {
  content: "\f173"; }

/*** Widget categories ***/
.widget_categories a {
  margin-right: 10px; }

/*** Tagcloud widget ***/
.widget .tagcloud a {
  font-size: 10px !important;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: #000;
  color: #fff;
  padding: 6px 8px 7px;
  margin-right: 5px;
  margin-bottom: 8px;
  display: inline-block;
  border-radius: 2px;
  -o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s; }

.widget .tagcloud a:hover {
  opacity: .6;
  text-decoration: none; }

/*** Calender widget ***/
#wp-calendar {
  width: 100%; }

#wp-calendar caption {
  text-align: right;
  color: #777;
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 15px; }

#wp-calendar thead {
  font-size: 12px; }

#wp-calendar thead th {
  padding-bottom: 10px; }

#wp-calendar tbody {
  color: #aaa; }

#wp-calendar tbody td {
  background: #f5f5f5;
  border: 1px solid #fff;
  text-align: center;
  padding: 8px; }

#wp-calendar tbody td a {
  font-weight: 700;
  color: #222; }

#wp-calendar tbody td:hover {
  background: #fff; }

#wp-calendar tbody .pad {
  background: none; }

#wp-calendar tfoot #next {
  font-size: 10px;
  text-transform: uppercase;
  text-align: right; }

#wp-calendar tfoot #prev {
  font-size: 10px;
  text-transform: uppercase;
  padding-top: 10px; }

#wp-calendar thead th {
  padding-bottom: 10px;
  text-align: center; }

/* Recent posts
--------------------------------------------- */
.deliciae_widget_popular_entries .side-post {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #ebebeb; }

.deliciae_widget_popular_entries .post-title {
  font-family: Oswald, Arial, Helvetica, sans-serif;
  letter-spacing: 1px;
  margin: 1em 0 0;
  text-align: center; }

.deliciae_widget_popular_entries .post-date {
  letter-spacing: 1px;
  color: #2d2c2a; }

ol.commentlist {
  list-style: outside none none;
  margin: 0; }

.comments-title, .reply, .edit-link, .comment-reply-title {
  font-size: 12px;
  margin: 15px 0;
  font-weight: bold;
  letter-spacing: 2px; }

.comments-title {
  display: block;
  margin: 2em 0;
  text-align: center; }

.nopassword,
.nocomments {
  font-size: 24px;
  margin: 26px 0; }

.comment-list {
  list-style: none;
  margin: 0 auto;
  width: 100%; }
  .comment-list > li.comment {
    position: relative;
    margin: 0; }
  .comment-list pingback {
    margin: 0 0 10px;
    padding: 10px; }
  .comment-list .children {
    list-style: none;
    margin: 0 0 10px 20px; }
    .comment-list .children .children {
      margin: 10px 0 10px 10px; }
    .comment-list .children li.comment {
      position: relative; }

#comments ol.commentlist li {
  margin: 0 0 15px;
  padding: 0 0 15px;
  border-bottom: 1px solid #797977; }

.commentlist li {
  border-bottom: 1px solid #797977;
  padding-bottom: 15px;
  padding-top: 15px; }

.commentlist li.depth-2,
.commentlist li.depth-3,
.commentlist li.depth-4,
.commentlist li.depth-5,
.commentlist li.depth-6,
.commentlist li.depth-7,
.commentlist li.depth-8,
.commentlist li.depth-9,
.commentlist li.depth-10 {
  border-bottom: 0px;
  border-top: 1px solid #797977;
  width: 90%;
  margin: 0 0 15px 5%;
  padding: 15px 10px 0; }

#comments ol li.depth-2,
#comments ol li.depth-3,
#comments ol li.depth-4,
#comments ol li.depth-5,
#comments ol li.depth-6,
#comments ol li.depth-7,
#comments ol li.depth-8,
#comments ol li.depth-9,
#comments ol li.depth-10 {
  width: 90%;
  margin: 0 0 15px 5%;
  padding: 15px 10px;
  list-style: none outside none;
  border-color: #2d2c2a transparent transparent; }

.comment-meta {
  margin-bottom: 12px; }
  .comment-meta .fn,
  .comment-meta time, .comment-meta .reply {
    letter-spacing: 1px;
    margin: 0 0 15px; }
  .comment-meta .fn {
    text-transform: capitalize; }

.comment-meta time, .comment-meta .reply {
  color: #ccc;
  display: block;
  font-size: 12px; }

.avatar {
  float: left;
  display: block;
  vertical-align: bottom;
  margin: 0 15px 0 0;
  -webkit-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%; }

.comment-content p {
  margin-bottom: 1em; }
  .comment-content p:last-of-type {
    margin-bottom: 0; }

.form-allowed-tags, .comment-notes, .says {
  display: none; }

.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

a.comment-reply-link {
  color: #2d2c2a;
  display: inline-block;
  text-decoration: none;
  margin-top: 10px; }

#cancel-comment-reply-link {
  display: block;
  position: absolute;
  right: 1.5em;
  text-decoration: none;
  top: 1.1em;
  margin-left: 10px;
  text-decoration: none; }

.commentlist #respond {
  margin: 1.5em 0 0;
  width: auto; }

.comment-subscription-form {
  clear: both;
  display: block; }

.comment-form {
  margin-bottom: 15px; }

.green-bg {
  background: #e6f1df; }

.page .entry-title {
  margin-bottom: 1em; }

.entry-date {
  font-family: "Karla", sans-serif;
  font-size: 14px;
  letter-spacing: 1px; }

.read-more {
  background: url(assets/images/button.jpg) no-repeat center center transparent;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: Oswald, Arial, Helvetica, sans-serif;
  line-height: 40px; }
  .read-more .more-link {
    font-size: 12px;
    color: #2d2c2a; }
    .read-more .more-link:hover, .read-more .more-link:focus {
      color: #e0b747; }

.entry-meta {
  position: relative;
  text-align: center; }

.entry-meta::after {
  background: transparent url("assets/images/entry-footer-bg.png") no-repeat scroll right bottom;
  bottom: -47px;
  content: "";
  height: 194px;
  left: 35%;
  position: absolute;
  width: 214px;
  z-index: -1; }

.social-media-links {
  box-sizing: border-box;
  float: left;
  padding: 27px 0 23px;
  width: 30.5%; }
  .social-media-links a {
    margin: 0 5px; }

.categories {
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  box-sizing: border-box;
  float: left;
  padding: 27px 10px 23px;
  width: 39%; }

.entry-meta .entry-meta-info, .entry-date {
  font: italic 14px "Karla", sans-serif;
  text-transform: lowercase;
  letter-spacing: 1px;
  margin: 0.5em 0 0; }

.comments-link {
  box-sizing: border-box;
  float: right;
  padding: 27px 0 23px;
  width: 30.5%; }

/* Handle sticky posts */
.post-related {
  font-size: 14px;
  border-top: 1px solid #797977;
  border-bottom: 1px solid #797977;
  border-color: #807d78;
  letter-spacing: 0px;
  margin: 75px 0 0;
  padding: 25px 15px;
  text-align: center; }
  .post-related .post-box-title {
    margin-bottom: 15px; }
  .post-related .post-related-title {
    margin-top: 15px; }

/* Comment Form */
#respond {
  margin: 1.5em 0;
  position: relative;
  width: 100%; }
  #respond .comment-form-author,
  #respond .comment-form-email,
  #respond .comment-form-url,
  #respond .comment-form-comment {
    position: relative;
    margin: 5px 0 0; }
    #respond .comment-form-author label,
    #respond .comment-form-email label,
    #respond .comment-form-url label,
    #respond .comment-form-comment label {
      font-weight: normal;
      margin: 0 0 1em;
      position: relative;
      text-transform: lowercase;
      z-index: 1; }
  #respond input[type=submit] {
    cursor: pointer;
    margin: 10px 0; }
  #respond .logged-in-as a {
    color: #2d2c2a; }
  #respond p {
    margin-bottom: 1em; }

a.comment-reply-link {
  color: #e0b747;
  display: inline-block;
  text-decoration: none;
  margin-top: 10px; }

#cancel-comment-reply-link {
  color: #2d2c2a;
  display: block;
  position: absolute;
  right: 1.5em;
  text-decoration: none;
  top: 1.1em;
  margin-left: 10px;
  text-decoration: none; }

.commentlist #respond {
  margin: 1.5em 0 0;
  width: auto; }

.form-allowed-tags {
  display: none; }

.comment-subscription-form {
  clear: both;
  display: block; }

@media only screen and (min-width: 942px) and (max-width: 1170px) {
  /* Footer */
  #footer-social a {
    margin: 0 19px; } }

@media only screen and (max-width: 991px) {
  .even .post-image {
    float: none; }
  .widget {
    padding: 0 15px; } }

@media only screen and (min-width: 768px) and (max-width: 960px) {
  /* Footer */
  #footer-social-media-bar a span {
    display: none; }
  #footer-social-media-bar a {
    font-size: 18px; } }

@media only screen and (max-width: 767px) {
  .social-media-bar a {
    line-height: 50px; }
  /* Footer */
  #footer-social-media-bar a span {
    display: none; }
  #footer-social-media-bar a {
    font-size: 18px;
    margin: 0 10px; }
  /* Instagram */
  #instagram-footer ul.instagram-pics > li {
    width: 25% !important; }
  #instagram-footer ul.instagram-pics > li:nth-child(8), #instagram-footer ul.instagram-pics > li:nth-child(7), #instagram-footer ul.instagram-pics > li:nth-child(6), #instagram-footer ul.instagram-pics > li:nth-child(5) {
    display: none; } }

@media only screen and (min-width: 480px) and (max-width: 768px) {
  /* Footer */
  #footer-social-media-bar a {
    font-size: 18px;
    margin: 0 18px; } }

#diy-index .entry-title {
  font-family: Oswald, Arial, Helvetica, sans-serif;
  letter-spacing: 1px;
  margin: 1em 0 0;
  text-align: center;
  font-size: 14px; }

#diy-index .hentry {
  margin-bottom: 0;
  padding-bottom: 15px; }

.home-index {
  padding: 25px 0 10px;
  margin: 50px 0 25px; }

/* reset */
ul.ft-menu {
  border: 0 none;
  color: #2d2c2a;
  font-weight: normal !important;
  line-height: 1;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: left;
  margin: 2em 0 0;
  text-align: center;
  list-style: none; }
  ul.ft-menu * {
    border: 0 none;
    color: #2d2c2a;
    font-weight: normal !important;
    line-height: 1;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: left; }
  ul.ft-menu > li.ft-field {
    background: #f9f9f9;
    border: 1px solid #e0b747;
    color: #FFFFFF;
    display: inline-block;
    font-family: Oswald, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    letter-spacing: 0.4em;
    margin-bottom: 0;
    margin-right: 3.5%;
    padding: 8px 10px;
    position: relative !important;
    text-transform: uppercase;
    width: 30.5%; }
    ul.ft-menu > li.ft-field:last-of-type {
      margin-right: 0; }
    ul.ft-menu > li.ft-field > span.ft-label {
      cursor: pointer; }
      ul.ft-menu > li.ft-field > span.ft-label:after {
        font-family: FontAwesome;
        font-size: 90%;
        content: "\f0dd";
        padding: 0 5px;
        position: relative;
        bottom: 1px;
        float: right;
        color: #e0b747; }
      ul.ft-menu > li.ft-field > span.ft-label.ft-active {
        color: #e0b747; }
      ul.ft-menu > li.ft-field > span.ft-label.ft-opened:after {
        content: "\f0de";
        bottom: -3px; }
    ul.ft-menu > li.ft-field > div.ft-panel {
      position: absolute;
      min-width: 200px;
      background-clip: padding-box;
      border: 5px solid #e0b747;
      border: 5px solid rgba(0, 0, 0, 0.3);
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px;
      top: 100%;
      margin-top: 15px;
      left: 50%;
      margin-left: -105px;
      z-index: 9999;
      box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2); }
      ul.ft-menu > li.ft-field > div.ft-panel:before, ul.ft-menu > li.ft-field > div.ft-panel:after {
        position: absolute;
        content: " ";
        height: 0;
        width: 0;
        left: 50%; }
      ul.ft-menu > li.ft-field > div.ft-panel:before {
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #e0b747;
        border-bottom: 10px solid rgba(0, 0, 0, 0.3);
        top: -14px;
        margin-left: -10px; }
      ul.ft-menu > li.ft-field > div.ft-panel:after {
        content: " ";
        height: 0;
        width: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 8px solid #eee;
        top: -8px;
        margin-left: -8px; }
      ul.ft-menu > li.ft-field > div.ft-panel > ul.ft-selected {
        padding: 10px 10px 0 10px;
        background: #eee; }
        ul.ft-menu > li.ft-field > div.ft-panel > ul.ft-selected > li {
          font-size: 12px;
          display: inline-block;
          *display: inline;
          *zoom: 1;
          margin: 1px;
          cursor: pointer;
          padding: 1px 5px 2px 5px;
          color: #555;
          border: 1px solid #555; }
          ul.ft-menu > li.ft-field > div.ft-panel > ul.ft-selected > li:after {
            font-family: FontAwesome;
            content: " \f00d";
            color: #555; }
          ul.ft-menu > li.ft-field > div.ft-panel > ul.ft-selected > li:active {
            background: #e0b747; }
      ul.ft-menu > li.ft-field > div.ft-panel > fieldset.ft-search {
        padding: 10px;
        background: #eee; }
        ul.ft-menu > li.ft-field > div.ft-panel > fieldset.ft-search:before {
          font-family: "FontAwesome";
          content: "\f002";
          position: absolute;
          width: 20px;
          bottom: 17px;
          left: 18px;
          color: #BBB;
          text-shadow: none;
          z-index: 1; }
        ul.ft-menu > li.ft-field > div.ft-panel > fieldset.ft-search > input {
          outline: none;
          display: block;
          width: 140px;
          padding: 6px 10px 3px 25px !important;
          color: gray;
          background: white; }
      ul.ft-menu > li.ft-field > div.ft-panel > ul.ft-tags {
        position: relative !important;
        max-height: 200px !important;
        border-top: 1px solid #e0b747;
        overflow-x: hidden;
        overflow-y: auto;
        width: 100%; }
        ul.ft-menu > li.ft-field > div.ft-panel > ul.ft-tags > li {
          background: white;
          display: block;
          border-bottom: 1px solid #e0b747;
          display: block;
          padding: 8px 35px 8px 15px;
          cursor: pointer; }
          ul.ft-menu > li.ft-field > div.ft-panel > ul.ft-tags > li:after {
            content: attr(data-count);
            font-size: 12px;
            font-weight: normal;
            display: inline-block;
            *display: inline;
            *zoom: 1;
            position: absolute;
            right: 15px;
            top: 50%;
            margin-top: -9px;
            padding: 3px 5px 3px 8px;
            color: white;
            background: #e0b747;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            border-radius: 10px; }
          ul.ft-menu > li.ft-field > div.ft-panel > ul.ft-tags > li.ft-highlight {
            border-bottom: 1px solid #e0b747;
            background: #e0b747;
            color: #fff; }
            ul.ft-menu > li.ft-field > div.ft-panel > ul.ft-tags > li.ft-highlight:after {
              background: #fff;
              color: #2d2c2a; }
      ul.ft-menu > li.ft-field > div.ft-panel > div.ft-mismatch {
        padding: 10px 15px;
        color: white;
        background: #555555; }

@media screen and (max-width: 885px) {
  ul.ft-menu > li.ft-field {
    width: 91%;
    margin-right: 0; } }

/* REQUIRED! */
.ft-hidden {
  display: none !important; }

/* Custom webkit scrollbars */
ul.ft-menu > li.ft-field > div.ft-panel > ul.ft-tags::-webkit-scrollbar {
  width: 10px; }

ul.ft-menu > li.ft-field > div.ft-panel > ul.ft-tags::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
  background: #e0b747; }

ul.ft-menu > li.ft-field > div.ft-panel > ul.ft-tags::-webkit-scrollbar-thumb {
  border-radius: 2px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
  background: #EEE; }

.animated {
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -ms-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.hinge {
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -ms-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-ms-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-o-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -ms-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }

@-ms-keyframes fadeInUp {
  0% {
    opacity: 0;
    -ms-transform: translateY(20px); }
  100% {
    opacity: 1;
    -ms-transform: translateY(0); } }

@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(20px); }
  100% {
    opacity: 1;
    -o-transform: translateY(0); } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -ms-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp; }

#recepten-index {
  margin: 25px 0 100px; }

.recepten-search {
  background: #f9f9f9 none repeat scroll 0 0;
  margin: 15px;
  padding: 15px 0; }

.recept-item .entry-title {
  font-size: 13px;
  margin-top: 1em;
  text-transform: uppercase;
  line-height: 1em; }

#legend {
  margin: 2em 0; }

#legend > span {
  font-size: 15px;
  font-style: italic;
  letter-spacing: 1px; }

/***************
	WOOCOMMERCE FIXES
***************/

.woocommerce ul.products li.product .button {
  background: url(assets/images/button.jpg) no-repeat center center transparent;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: Oswald, Arial, Helvetica, sans-serif;
  line-height: 40px;
  font-size: 12px;
  color: #2d2c2a; 
  padding: 0.618em 3.7em;
}

.woocommerce ul.products li.product .button:hover {
  color: #e0b747;
}

.shopTitle{
	font-size: 34px;
	text-align: center;
	margin-bottom: 60px;
}

.woocommerce-breadcrumb{
	text-align: center;
}

.woocommerce-result-count, .woocommerce-ordering{
	display: none;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
	width: 30%;
	margin: 0 1.5% 3em 1.5%;
}

.variations td.label{
	color: #514e4d;
	font-size: 16px;
	display: block;
	padding-right: 0 !important;
	padding-top: 0.4em;
	text-align: left;
}

.variations select{
	max-width: 50% !important;
	min-width: 30% !important;
	margin-right: 5em !important;
	margin-bottom: 5px !important;
}

.reset_variations{
	display: block !important;
}

.single_add_to_cart_button{
  background: url(assets/images/button.jpg) no-repeat center center transparent !important;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: Oswald, Arial, Helvetica, sans-serif;
  line-height: 40px !important;
  font-size: 12px;
  color: #2d2c2a !important; 
  min-width: 150px;
  transition: color 0.2s ease;
}

.single_add_to_cart_button:hover{
	color: #e0b747 !important;
}

.woocommerce button.button.disabled:hover{
	color: #2d2c2a !important;
}

.quantity .qty{
	margin-top: 9px;
	padding: 5px 0 5px 0;
}

.woocommerce div.product p.price{
	font-size: 2em !important;
	margin-top: 10px;
	color: #e0b747 !important;
}

.product_meta .sku_wrapper{
	display: none !important;
}

.product_meta span{
	display: block;
}

.woocommerce-tabs h2, .related h2{
	margin-bottom: 10px !important;
}

.woocommerce #content div.product div.thumbnails a, .woocommerce div.product div.thumbnails a, .woocommerce-page #content div.product div.thumbnails a, .woocommerce-page div.product div.thumbnails a{
	width: 15%;
	margin-right: 2%;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li{
	border-color: #e0b747;
	background-color: #fbedc6;
}

.woocommerce div.product .woocommerce-tabs .panel{
	padding: 0 10px;
}

@media (max-width: 480px){
	.container{
		margin-left: 15px !important;
		margin-right: 15px !important;
	}
	
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
		width: 100%;
		margin: 0 0 3em 0;
	}
}

@media (max-width: 768px){
	.container{
		margin-left: 15px !important;
		margin-right: 15px !important;
	}
	
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
		width: 47%;
		margin: 0 1.5% 3em 1.5%;
	}
}

.shop_table input[type=submit]{
	width: auto !important;
}

.shop_table th{
	text-align: left !important;
}

.webshopLink a{
	background-color: #fff;
	padding: 5px 7px !important;
	border-radius: 3px;
}

.webshopLink a:hover{
	background-color: #fff !important;
}
