/*
Theme Name: Steelpress
Theme URI: http://demo.wpwolf.com/steelpress
Description: A Solid Buisness Wordpress Theme coded in Steel
Version: 1.1.2
Author: Constantin Saguin
Author URI: http://wpwolf.com/about
Tags: post-formats, sticky-post, translation-ready, theme options
*/
/*-----------------------------------------------------------------------------------*/
/*  Normalize
/*-----------------------------------------------------------------------------------*/
/* normalize.css v2.1.0 | MIT License | git.io/normalize */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

a:focus {
  outline: thin dotted;
}

a:active, a:hover {
  outline: 0;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

code, kbd, pre, samp {
  font-family: monospace,serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

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: 0;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  border: 0;
  padding: 0;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button, input {
  line-height: normal;
}

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;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -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;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*-----------------------------------------------------------------------------------*/
/*  Base
/*-----------------------------------------------------------------------------------*/
/*BORDER-BOX ALL THE THINGS! (http://paulirish.com/2012/box-sizing-border-box-ftw/)*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*Contain floats*/
.clearfix, .centered, .clear {
  zoom: 1;
}
.clearfix:before, .clearfix:after, .centered:before, .centered:after, .clear:before, .clear:after {
  content: "";
  display: table;
}
.clearfix:after, .centered:after, .clear:after {
  clear: both;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.centered {
  margin-left: auto!important;
  margin-right: auto!important;
  display: block;
  float: none!important;
}

/*-----------------------------------------------------------------------------------*/
/*  Shadow Effects
/*-----------------------------------------------------------------------------------*/
.shadow-effect {
  display: inline-block;
  margin-bottom: 2.3em;
  width: auto;
  max-width: 100%;
}
.shadow-effect img {
  vertical-align: bottom;
  max-width: 100%;
  position: relative;
  z-index: 1;
}

.shadow-effect.effect5, .blog_thumb_effect5 .shadow-effect.entry-thumbnail, .portfolio_thumb_effect5 .shadow-effect.entry-thumbnail, body.dark.blog_thumb_effect5 .shadow-effect.entry-thumbnail, body.dark.portfolio_thumb_effect5 .shadow-effect.entry-thumbnail {
  margin-bottom: 3.3em;
}

.shadow-effect.effect8, .blog_thumb_effect8 .shadow-effect.entry-thumbnail, .portfolio_thumb_effect8 .shadow-effect.entry-thumbnail, body.dark.blog_thumb_effect8 .shadow-effect.entry-thumbnail, body.dark.portfolio_thumb_effect8 .shadow-effect.entry-thumbnail {
  margin-bottom: 1.5em;
}

/*==================================================
 * Effect 1
 * ===============================================*/
.effect1, .blog_thumb_effect1 .entry-thumbnail, .portfolio_thumb_effect1 .entry-thumbnail, body.dark.blog_thumb_effect1 .entry-thumbnail, body.dark.portfolio_thumb_effect1 .entry-thumbnail {
  -webkit-box-shadow: 0 10px 6px -6px #777777;
  -moz-box-shadow: 0 10px 6px -6px #777777;
  box-shadow: 0 10px 6px -6px #777777;
}

/*==================================================
 * Effect 2
 * ===============================================*/
.effect2, .blog_thumb_effect2 .entry-thumbnail, .portfolio_thumb_effect2 .entry-thumbnail, body.dark.blog_thumb_effect2 .entry-thumbnail, body.dark.portfolio_thumb_effect2 .entry-thumbnail {
  position: relative;
}

.effect2:before, .blog_thumb_effect2 .entry-thumbnail:before, .portfolio_thumb_effect2 .entry-thumbnail:before, body.dark.blog_thumb_effect2 .entry-thumbnail:before, body.dark.portfolio_thumb_effect2 .entry-thumbnail:before, .effect2:after, .blog_thumb_effect2 .entry-thumbnail:after, .portfolio_thumb_effect2 .entry-thumbnail:after, body.dark.blog_thumb_effect2 .entry-thumbnail:after, body.dark.portfolio_thumb_effect2 .entry-thumbnail:after {
  z-index: 0;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width: 300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777777;
  -moz-box-shadow: 0 15px 10px #777777;
  box-shadow: 0 15px 10px #777777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

.effect2:after, .blog_thumb_effect2 .entry-thumbnail:after, .portfolio_thumb_effect2 .entry-thumbnail:after, body.dark.blog_thumb_effect2 .entry-thumbnail:after, body.dark.portfolio_thumb_effect2 .entry-thumbnail:after {
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}

/*==================================================
 * Effect 3
 * ===============================================*/
.effect3, .blog_thumb_effect3 .entry-thumbnail, .portfolio_thumb_effect3 .entry-thumbnail, body.dark.blog_thumb_effect3 .entry-thumbnail, body.dark.portfolio_thumb_effect3 .entry-thumbnail {
  position: relative;
}

.effect3:before, .blog_thumb_effect3 .entry-thumbnail:before, .portfolio_thumb_effect3 .entry-thumbnail:before, body.dark.blog_thumb_effect3 .entry-thumbnail:before, body.dark.portfolio_thumb_effect3 .entry-thumbnail:before {
  z-index: 0;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width: 300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777777;
  -moz-box-shadow: 0 15px 10px #777777;
  box-shadow: 0 15px 10px #777777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

/*==================================================
 * Effect 4
 * ===============================================*/
.effect4, .blog_thumb_effect4 .entry-thumbnail, .portfolio_thumb_effect4 .entry-thumbnail, body.dark.blog_thumb_effect4 .entry-thumbnail, body.dark.portfolio_thumb_effect4 .entry-thumbnail {
  position: relative;
}

.effect4:after, .blog_thumb_effect4 .entry-thumbnail:after, .portfolio_thumb_effect4 .entry-thumbnail:after, body.dark.blog_thumb_effect4 .entry-thumbnail:after, body.dark.portfolio_thumb_effect4 .entry-thumbnail:after {
  z-index: 0;
  position: absolute;
  content: "";
  bottom: 15px;
  right: 10px;
  left: auto;
  width: 50%;
  top: 80%;
  max-width: 300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777777;
  -moz-box-shadow: 0 15px 10px #777777;
  box-shadow: 0 15px 10px #777777;
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  transform: rotate(3deg);
}

/*==================================================
 * Effect 5
 * ===============================================*/
.effect5, .blog_thumb_effect5 .entry-thumbnail, .portfolio_thumb_effect5 .entry-thumbnail, body.dark.blog_thumb_effect5 .entry-thumbnail, body.dark.portfolio_thumb_effect5 .entry-thumbnail {
  position: relative;
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
}

.effect5:before, .blog_thumb_effect5 .entry-thumbnail:before, .portfolio_thumb_effect5 .entry-thumbnail:before, body.dark.blog_thumb_effect5 .entry-thumbnail:before, body.dark.portfolio_thumb_effect5 .entry-thumbnail:before, .effect5:after, .blog_thumb_effect5 .entry-thumbnail:after, .portfolio_thumb_effect5 .entry-thumbnail:after, body.dark.blog_thumb_effect5 .entry-thumbnail:after, body.dark.portfolio_thumb_effect5 .entry-thumbnail:after {
  z-index: 0;
  position: absolute;
  content: "";
  bottom: 25px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width: 300px;
  background: #777;
  -webkit-box-shadow: 0 35px 20px #777777;
  -moz-box-shadow: 0 35px 20px #777777;
  box-shadow: 0 35px 20px #777777;
  -webkit-transform: rotate(-8deg);
  -moz-transform: rotate(-8deg);
  -ms-transform: rotate(-8deg);
  -o-transform: rotate(-8deg);
  transform: rotate(-8deg);
}

.effect5:after, .blog_thumb_effect5 .entry-thumbnail:after, .portfolio_thumb_effect5 .entry-thumbnail:after, body.dark.blog_thumb_effect5 .entry-thumbnail:after, body.dark.portfolio_thumb_effect5 .entry-thumbnail:after {
  -webkit-transform: rotate(8deg);
  -moz-transform: rotate(8deg);
  -ms-transform: rotate(8deg);
  -o-transform: rotate(8deg);
  transform: rotate(8deg);
  right: 10px;
  left: auto;
}

/*==================================================
 * Effect 6
 * ===============================================*/
.effect6, .blog_thumb_effect6 .entry-thumbnail, .portfolio_thumb_effect6 .entry-thumbnail, body.dark.blog_thumb_effect6 .entry-thumbnail, body.dark.portfolio_thumb_effect6 .entry-thumbnail {
  position: relative;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.effect6:before, .blog_thumb_effect6 .entry-thumbnail:before, .portfolio_thumb_effect6 .entry-thumbnail:before, body.dark.blog_thumb_effect6 .entry-thumbnail:before, body.dark.portfolio_thumb_effect6 .entry-thumbnail:before, .effect6:after, .blog_thumb_effect6 .entry-thumbnail:after, .portfolio_thumb_effect6 .entry-thumbnail:after, body.dark.blog_thumb_effect6 .entry-thumbnail:after, body.dark.portfolio_thumb_effect6 .entry-thumbnail:after {
  content: "";
  position: absolute;
  z-index: 0;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  top: 50%;
  bottom: 0;
  left: 10px;
  right: 10px;
  -moz-border-radius: 100px/10px;
  border-radius: 100px/10px;
}

.effect6:after, .blog_thumb_effect6 .entry-thumbnail:after, .portfolio_thumb_effect6 .entry-thumbnail:after, body.dark.blog_thumb_effect6 .entry-thumbnail:after, body.dark.portfolio_thumb_effect6 .entry-thumbnail:after {
  right: 10px;
  left: auto;
  -webkit-transform: skew(8deg) rotate(3deg);
  -moz-transform: skew(8deg) rotate(3deg);
  -ms-transform: skew(8deg) rotate(3deg);
  -o-transform: skew(8deg) rotate(3deg);
  transform: skew(8deg) rotate(3deg);
}

/*==================================================
 * Effect 7
 * ===============================================*/
.effect7, .blog_thumb_effect7 .entry-thumbnail, .portfolio_thumb_effect7 .entry-thumbnail, body.dark.blog_thumb_effect7 .entry-thumbnail, body.dark.portfolio_thumb_effect7 .entry-thumbnail {
  position: relative;
  border-bottom: solid 1px rgba(255, 255, 255, 0.5);
}

.effect7:before, .blog_thumb_effect7 .entry-thumbnail:before, .portfolio_thumb_effect7 .entry-thumbnail:before, body.dark.blog_thumb_effect7 .entry-thumbnail:before, body.dark.portfolio_thumb_effect7 .entry-thumbnail:before, .effect7:after, .blog_thumb_effect7 .entry-thumbnail:after, .portfolio_thumb_effect7 .entry-thumbnail:after, body.dark.blog_thumb_effect7 .entry-thumbnail:after, body.dark.portfolio_thumb_effect7 .entry-thumbnail:after {
  z-index: 0;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 60%;
  top: 80%;
  max-width: 35%;
  background: #777;
  -webkit-box-shadow: 0 20px 18px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 20px 18px rgba(0, 0, 0, 0.4);
  box-shadow: 0 20px 18px rgba(0, 0, 0, 0.4);
  -webkit-transform: rotate(2.5deg);
  -moz-transform: rotate(2.5deg);
  -ms-transform: rotate(2.5deg);
  -o-transform: rotate(2.5deg);
  transform: rotate(2.5deg);
}

.effect7:after, .blog_thumb_effect7 .entry-thumbnail:after, .portfolio_thumb_effect7 .entry-thumbnail:after, body.dark.blog_thumb_effect7 .entry-thumbnail:after, body.dark.portfolio_thumb_effect7 .entry-thumbnail:after {
  -webkit-transform: rotate(-2.5deg);
  -moz-transform: rotate(-2.5deg);
  -ms-transform: rotate(-2.5deg);
  -o-transform: rotate(-2.5deg);
  transform: rotate(-2.5deg);
  right: 10px;
  left: auto;
}

/*==================================================
 * Effect 8
 * ===============================================*/
.effect8, .blog_thumb_effect8 .entry-thumbnail, .portfolio_thumb_effect8 .entry-thumbnail, body.dark.blog_thumb_effect8 .entry-thumbnail, body.dark.portfolio_thumb_effect8 .entry-thumbnail {
  padding: 5px;
  -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.08), 0 0 5px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.08), 0 0 5px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.08), 0 0 5px 1px rgba(0, 0, 0, 0.15);
}

/* Blog Thumb Shadow */
.blog_thumb_effect5 .entry-thumbnail {
  margin-bottom: 2.5em;
}

/* Portfolio Thumb Shadow */
body.dark .effect1, body.dark .blog_thumb_effect1 .entry-thumbnail, .blog_thumb_effect1 body.dark .entry-thumbnail, body.dark .portfolio_thumb_effect1 .entry-thumbnail, .portfolio_thumb_effect1 body.dark .entry-thumbnail, body.dark.blog_thumb_effect1 .entry-thumbnail, body.dark.portfolio_thumb_effect1 .entry-thumbnail {
  -webkit-box-shadow: 0 10px 6px -6px black;
  -moz-box-shadow: 0 10px 6px -6px black;
  box-shadow: 0 10px 6px -6px black;
}
body.dark .effect2:before, body.dark .blog_thumb_effect2 .entry-thumbnail:before, .blog_thumb_effect2 body.dark .entry-thumbnail:before, body.dark .portfolio_thumb_effect2 .entry-thumbnail:before, .portfolio_thumb_effect2 body.dark .entry-thumbnail:before, body.dark.blog_thumb_effect2 .entry-thumbnail:before, body.dark.portfolio_thumb_effect2 .entry-thumbnail:before, body.dark .effect2:after, body.dark .blog_thumb_effect2 .entry-thumbnail:after, .blog_thumb_effect2 body.dark .entry-thumbnail:after, body.dark .portfolio_thumb_effect2 .entry-thumbnail:after, .portfolio_thumb_effect2 body.dark .entry-thumbnail:after, body.dark.blog_thumb_effect2 .entry-thumbnail:after, body.dark.portfolio_thumb_effect2 .entry-thumbnail:after {
  background: #000;
  -webkit-box-shadow: 0 15px 10px black;
  -moz-box-shadow: 0 15px 10px black;
  box-shadow: 0 15px 10px black;
}
body.dark .effect3:before, body.dark .blog_thumb_effect3 .entry-thumbnail:before, .blog_thumb_effect3 body.dark .entry-thumbnail:before, body.dark .portfolio_thumb_effect3 .entry-thumbnail:before, .portfolio_thumb_effect3 body.dark .entry-thumbnail:before, body.dark.blog_thumb_effect3 .entry-thumbnail:before, body.dark.portfolio_thumb_effect3 .entry-thumbnail:before {
  background: #000;
  -webkit-box-shadow: 0 15px 10px black;
  -moz-box-shadow: 0 15px 10px black;
  box-shadow: 0 15px 10px black;
}
body.dark .effect4:after, body.dark .blog_thumb_effect4 .entry-thumbnail:after, .blog_thumb_effect4 body.dark .entry-thumbnail:after, body.dark .portfolio_thumb_effect4 .entry-thumbnail:after, .portfolio_thumb_effect4 body.dark .entry-thumbnail:after, body.dark.blog_thumb_effect4 .entry-thumbnail:after, body.dark.portfolio_thumb_effect4 .entry-thumbnail:after {
  background: #000;
  -webkit-box-shadow: 0 15px 10px black;
  -moz-box-shadow: 0 15px 10px black;
  box-shadow: 0 15px 10px black;
}
body.dark .effect5:before, body.dark .blog_thumb_effect5 .entry-thumbnail:before, .blog_thumb_effect5 body.dark .entry-thumbnail:before, body.dark .portfolio_thumb_effect5 .entry-thumbnail:before, .portfolio_thumb_effect5 body.dark .entry-thumbnail:before, body.dark.blog_thumb_effect5 .entry-thumbnail:before, body.dark.portfolio_thumb_effect5 .entry-thumbnail:before, body.dark .effect5:after, body.dark .blog_thumb_effect5 .entry-thumbnail:after, .blog_thumb_effect5 body.dark .entry-thumbnail:after, body.dark .portfolio_thumb_effect5 .entry-thumbnail:after, .portfolio_thumb_effect5 body.dark .entry-thumbnail:after, body.dark.blog_thumb_effect5 .entry-thumbnail:after, body.dark.portfolio_thumb_effect5 .entry-thumbnail:after {
  background: #000;
  -webkit-box-shadow: 0 35px 20px black;
  -moz-box-shadow: 0 35px 20px black;
  box-shadow: 0 35px 20px black;
}
body.dark .effect6, body.dark .blog_thumb_effect6 .entry-thumbnail, .blog_thumb_effect6 body.dark .entry-thumbnail, body.dark .portfolio_thumb_effect6 .entry-thumbnail, .portfolio_thumb_effect6 body.dark .entry-thumbnail, body.dark.blog_thumb_effect6 .entry-thumbnail, body.dark.portfolio_thumb_effect6 .entry-thumbnail {
  -webkit-box-shadow: 0 1px 4px black, 0 0 40px rgba(0, 0, 0, 0.9) inset;
  -moz-box-shadow: 0 1px 4px black, 0 0 40px rgba(0, 0, 0, 0.9) inset;
  box-shadow: 0 1px 4px black, 0 0 40px rgba(0, 0, 0, 0.9) inset;
}
body.dark .effect6:before, body.dark .blog_thumb_effect6 .entry-thumbnail:before, .blog_thumb_effect6 body.dark .entry-thumbnail:before, body.dark .portfolio_thumb_effect6 .entry-thumbnail:before, .portfolio_thumb_effect6 body.dark .entry-thumbnail:before, body.dark.blog_thumb_effect6 .entry-thumbnail:before, body.dark.portfolio_thumb_effect6 .entry-thumbnail:before, body.dark .effect6:after, body.dark .blog_thumb_effect6 .entry-thumbnail:after, .blog_thumb_effect6 body.dark .entry-thumbnail:after, body.dark .portfolio_thumb_effect6 .entry-thumbnail:after, .portfolio_thumb_effect6 body.dark .entry-thumbnail:after, body.dark.blog_thumb_effect6 .entry-thumbnail:after, body.dark.portfolio_thumb_effect6 .entry-thumbnail:after {
  -webkit-box-shadow: 0 0 20px black;
  -moz-box-shadow: 0 0 20px black;
  box-shadow: 0 0 20px black;
}
body.dark .effect7, body.dark .blog_thumb_effect7 .entry-thumbnail, .blog_thumb_effect7 body.dark .entry-thumbnail, body.dark .portfolio_thumb_effect7 .entry-thumbnail, .portfolio_thumb_effect7 body.dark .entry-thumbnail, body.dark.blog_thumb_effect7 .entry-thumbnail, body.dark.portfolio_thumb_effect7 .entry-thumbnail {
  border-bottom: solid 1px #000;
}
body.dark .effect7:before, body.dark .blog_thumb_effect7 .entry-thumbnail:before, .blog_thumb_effect7 body.dark .entry-thumbnail:before, body.dark .portfolio_thumb_effect7 .entry-thumbnail:before, .portfolio_thumb_effect7 body.dark .entry-thumbnail:before, body.dark.blog_thumb_effect7 .entry-thumbnail:before, body.dark.portfolio_thumb_effect7 .entry-thumbnail:before, body.dark .effect7:after, body.dark .blog_thumb_effect7 .entry-thumbnail:after, .blog_thumb_effect7 body.dark .entry-thumbnail:after, body.dark .portfolio_thumb_effect7 .entry-thumbnail:after, .portfolio_thumb_effect7 body.dark .entry-thumbnail:after, body.dark.blog_thumb_effect7 .entry-thumbnail:after, body.dark.portfolio_thumb_effect7 .entry-thumbnail:after {
  background: #000;
  -webkit-box-shadow: 0 20px 18px black;
  -moz-box-shadow: 0 20px 18px black;
  box-shadow: 0 20px 18px black;
}
body.dark .effect8, body.dark .blog_thumb_effect8 .entry-thumbnail, .blog_thumb_effect8 body.dark .entry-thumbnail, body.dark .portfolio_thumb_effect8 .entry-thumbnail, .portfolio_thumb_effect8 body.dark .entry-thumbnail, body.dark.blog_thumb_effect8 .entry-thumbnail, body.dark.portfolio_thumb_effect8 .entry-thumbnail {
  -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.6), 0 0 5px 1px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.6), 0 0 5px 1px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.6), 0 0 5px 1px rgba(0, 0, 0, 0.8);
}

/* Blog Thumb Shadow */
/* Portfolio Thumb Shadow */
.blog_thumb_effect1 .format-audio .entry-thumbnail, .blog_thumb_effect2 .format-audio .entry-thumbnail, .blog_thumb_effect3 .format-audio .entry-thumbnail, .blog_thumb_effect4 .format-audio .entry-thumbnail,
.blog_thumb_effect5 .format-audio .entry-thumbnail, .blog_thumb_effect6 .format-audio .entry-thumbnail, .blog_thumb_effect7 .format-audio .entry-thumbnail, .blog_thumb_effect8 .format-audio .entry-thumbnail {
  margin-bottom: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.blog_thumb_effect1 .format-audio .entry-thumbnail:before, .blog_thumb_effect1 .format-audio .entry-thumbnail:after, .blog_thumb_effect2 .format-audio .entry-thumbnail:before, .blog_thumb_effect2 .format-audio .entry-thumbnail:after, .blog_thumb_effect3 .format-audio .entry-thumbnail:before, .blog_thumb_effect3 .format-audio .entry-thumbnail:after, .blog_thumb_effect4 .format-audio .entry-thumbnail:before, .blog_thumb_effect4 .format-audio .entry-thumbnail:after,
.blog_thumb_effect5 .format-audio .entry-thumbnail:before,
.blog_thumb_effect5 .format-audio .entry-thumbnail:after, .blog_thumb_effect6 .format-audio .entry-thumbnail:before, .blog_thumb_effect6 .format-audio .entry-thumbnail:after, .blog_thumb_effect7 .format-audio .entry-thumbnail:before, .blog_thumb_effect7 .format-audio .entry-thumbnail:after, .blog_thumb_effect8 .format-audio .entry-thumbnail:before, .blog_thumb_effect8 .format-audio .entry-thumbnail:after {
  display: none;
}

@-webkit-viewport {
  width: device-width;
}

@-moz-viewport {
  width: device-width;
}

@-ms-viewport {
  width: device-width;
}

@-o-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

/*html, body { height: 100%; overflow-x:hidden  }*/
html.js, .js body {
  height: auto;
}

.home #page {
  display: none;
}

.js .home #page {
  display: block;
}

/*********************
GENERAL STYLES
*********************/
body {
  background: whitesmoke;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
  color: #666;
  overflow-x: hidden;
  position: relative;
}

#page {
  background: #fff;
}

#main {
  margin: 30px auto;
  zoom: 1;
}
#main:before, #main:after {
  content: "";
  display: table;
}
#main:after {
  clear: both;
}

.wrap, article, hr {
  zoom: 1;
}
.wrap:before, .wrap:after, article:before, article:after, hr:before, hr:after {
  content: "";
  display: table;
}
.wrap:after, article:after, hr:after {
  clear: both;
}

.wrap, #hello-inner {
  width: 95%;
  margin: 0 auto;
  max-width: 960px;
}

.entry-header, .entry-meta, .entry-content,
.entry-summary,
.comments-title,
.comment-list,
#secondary,
#reply-title,
#respond #commentform,
#respond iframe {
  margin-left: auto;
  margin-right: auto;
  margin: 0 auto;
}

hr {
  border: none;
  height: 2px;
  background: rgba(0, 0, 0, 0.1);
  margin: 2em auto;
}

p {
  margin: 0 0 1.5em;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

p.no-margin {
  margin: 0!important;
}

.clear {
  clear: both;
}

/*********************
TEXT STYLES
*********************/
.caption {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}

.small {
  font-size: 0.8em;
}

.cite {
  font-size: 15px;
  padding-top: 1em;
}
.cite:before {
  content: '\2014 \00A0';
}

a, a:visited {
  color: #83c140;
  text-decoration: none;
  outline: none;
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  -o-transition: color 0.1s linear;
  transition: color 0.1s linear;
  /* mobile tap color */
}
a:link, a:visited:link {
  -webkit-tap-highlight-color: #83c140;
}

a:focus {
  outline: none;
}

/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1, h2, h3, h4, h5 {
  font-family: "PT Serif", "Georgia", Cambria, Times New Roman, Times, serif;
  text-rendering: optimizelegibility;
  font-weight: 700;
  color: #333;
  margin-top: 0;
}
h1 a, h2 a, h3 a, h4 a, h5 a {
  text-decoration: none;
}

h1 {
  font-size: 2.5em;
  line-height: 1.333em;
}

h1.entry-title {
  font-size: 2em;
  line-height: 1.4em;
  margin-bottom: 0;
}

h2, .wolf-widget-area .col_6 .widget-title {
  font-size: 1.75em;
  line-height: 1.4em;
  margin-bottom: 0.375em;
}

h3 {
  font-size: 1.125em;
}

h4 {
  font-size: 1.1em;
  font-weight: 700;
}

h5, h6 {
  font-size: 0.846em;
  line-height: 2.09em;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 400;
  font-family: "PT Serif", "Georgia", Cambria, Times New Roman, Times, serif;
}

h6 {
  font-weight: 400;
  text-transform: none;
}

/* List
---------------------------------------*/
ul {
  list-style-type: square;
  margin: 0;
  padding: 0;
}

.tag-list {
  margin-bottom: 2em;
  display: block;
}
.tag-list li {
  list-style-type: none;
}
.tag-list ul {
  margin-left: 0!important;
  -webkit-column-count: 2;
  -webkit-column-gap: .75em;
  -moz-column-count: 2;
  -moz-column-gap: .75em;
  -o-column-count: 2;
  -o-column-gap: .75em;
  column-count: 2;
  column-gap: .75em;
}

/* Typo
---------------------------------------*/
strong {
  color: #333333;
}

/* Quote
---------------------------------------*/
blockquote {
  font-style: italic;
  padding: 0 0 0 1em;
  border-left: 0.3em solid #83c140;
  margin: 2em 0 2em 2em;
  color: black;
}
blockquote cite:before, blockquote small:before {
  content: '\2014 \00A0';
}

/* Buttons
---------------------------------------*/
.button, .more-link, .flat-button,
input[type="submit"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  vertical-align: middle;
  display: inline-block;
  background: #333333;
  color: white !important;
  width: auto;
  padding: 0.8em 1.2em 0.8em;
  margin: 0 0.1em 0.5em 0.2em;
  text-shadow: none!important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 1!important;
  letter-spacing: 0;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  border: solid 1px rgba(0, 0, 0, 0.08);
}
.button:hover, .more-link:hover, .flat-button:hover,
input[type="submit"]:hover {
  background: #83c140;
  color: white !important;
}
.button:active, .more-link:active, .flat-button:active,
input[type="submit"]:active {
  top: 1px;
}

.button, .more-link, .flat-button {
  display: inline-block;
}

.flat-button {
  background: #83c140;
}
.flat-button:hover {
  background: #83c140;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

.more-link {
  margin-bottom: 1.8em;
}

/* Button dark skin */
body.dark .button, body.dark .more-link {
  border: solid 1px rgba(255, 255, 255, 0.05);
}

/* Dropcap
---------------------------------------*/
@font-face {
  font-family: 'css/fonts/RomanCapsRegular';
  src: url("css/fonts/Roman_SD-webfont.eot");
  src: url("css/fonts/Roman_SD-webfont.eot?#iefix") format("embedded-opentype"), url("css/fonts/Roman_SD-webfont.woff") format("woff"), url("css/fonts/Roman_SD-webfont.ttf") format("truetype"), url("css/fonts/Roman_SD-webfont.svg#RomanCapsRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.dropcap {
  font-family: 'RomanCapsRegular';
  font-size: 3.5em;
  float: left;
  line-height: 0.8;
  text-transform: uppercase;
  margin: 0.1em 0.2em 0 0;
  color: #333;
}

/* Box
---------------------------------------*/
.box {
  display: block;
  margin-bottom: 45px;
}
.box .box-inner {
  display: block;
}
.box p {
  margin-bottom: 0;
}

.box .box-inner, #secondary .widget .widget-content {
  zoom: 1;
}
.box .box-inner:before, .box .box-inner:after, #secondary .widget .widget-content:before, #secondary .widget .widget-content:after {
  content: "";
  display: table;
}
.box .box-inner:after, #secondary .widget .widget-content:after {
  clear: both;
}

.box_light #secondary .widget, .box_dark #secondary .widget {
  margin-bottom: 1.8em;
}
.box_light .box .box-inner, .box_light #secondary .widget .widget-content, .box_dark .box .box-inner, .box_dark #secondary .widget .widget-content {
  padding: 1.8em;
}
.box_light #secondary .widget_custom_tabs .widget-custom-tabs-container, .box_dark #secondary .widget_custom_tabs .widget-custom-tabs-container {
  padding: 0 1.8em 1.9em 1.8em;
}

.box_light .box, .box_light #secondary .widget {
  background: #fbfbfb;
  border: solid 1px rgba(0, 0, 0, 0.08);
  color: #333333;
}
.box_light .box.widget_member a, .box_light #secondary .widget.widget_member a {
  color: #333333;
}
.box_light .box strong, .box_light .box blockquote, .box_light .box h1, .box_light .box h2, .box_light .box h3, .box_light .box h4, .box_light .box h5, .box_light .box h6, .box_light .box .wolf-tweet-time_big a, .box_light #secondary .widget strong, .box_light #secondary .widget blockquote, .box_light #secondary .widget h1, .box_light #secondary .widget h2, .box_light #secondary .widget h3, .box_light #secondary .widget h4, .box_light #secondary .widget h5, .box_light #secondary .widget h6, .box_light #secondary .widget .wolf-tweet-time_big a {
  color: #333!important;
}
.box_light .box .share-title, .box_light #secondary .widget .share-title {
  color: #333!important;
}

.box_dark .box, .box_dark #secondary .widget {
  background: #2e2e2e;
  border: solid 1px rgba(255, 255, 255, 0.05);
  color: white;
}
.box_dark .box.widget_member a, .box_dark #secondary .widget.widget_member a {
  color: white;
}
.box_dark .box strong, .box_dark .box blockquote, .box_dark .box h1, .box_dark .box h2, .box_dark .box h3, .box_dark .box h4, .box_dark .box h5, .box_dark .box h6, .box_dark .box .wolf-tweet-time_big a, .box_dark #secondary .widget strong, .box_dark #secondary .widget blockquote, .box_dark #secondary .widget h1, .box_dark #secondary .widget h2, .box_dark #secondary .widget h3, .box_dark #secondary .widget h4, .box_dark #secondary .widget h5, .box_dark #secondary .widget h6, .box_dark #secondary .widget .wolf-tweet-time_big a {
  color: white !important;
}
.box_dark .box a.share-title, .box_dark .box a.share-link, .box_dark #secondary .widget a.share-title, .box_dark #secondary .widget a.share-link {
  color: white !important;
}

/* Call to action */
.call-to-action-button, .gradient-button {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.8em 1.2em 0.8em;
  margin: 0 0.1em 0.5em 0.2em;
  position: relative;
  opacity: 1!important;
  line-height: 1!important;
  font-style: normal!important;
  vertical-align: middle;
  -webkit-transition: background-color 0.1s;
  -moz-transition: background-color 0.1s;
  -o-transition: background-color 0.1s;
  transition: background-color 0.1s;
  text-shadow: none!important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  font-weight: 700;
  text-decoration: none!important;
  display: inline-block;
  letter-spacing: 0;
  color: white!important;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.4);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.4);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.4);
  width: auto;
  border: 1px solid #699c32;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  background: #83c140;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #83c140), color-stop(100%, #699c32));
  background-image: -webkit-linear-gradient(#83c140, #699c32);
  background-image: -moz-linear-gradient(#83c140, #699c32);
  background-image: -o-linear-gradient(#83c140, #699c32);
  background-image: linear-gradient(#83c140, #699c32);
  text-shadow: 0px 0px 5px #699c32;
}
.call-to-action-button:hover, .call-to-action-button:focus, .gradient-button:hover, .gradient-button:focus {
  color: #fff!important;
  background: #8fc753;
}
.call-to-action-button:active, .gradient-button:active {
  color: #fff!important;
  background: #83c140;
  top: 1px;
  -moz-box-shadow: none!important;
  -webkit-box-shadow: none!important;
  -o-box-shadow: none!important;
  box-shadow: none!important;
}

.call-to-action {
  text-align: center;
}
.call-to-action .call-to-action-container {
  padding-left: 3em!important;
  padding-right: 3em!important;
  padding-top: 2em!important;
  padding-bottom: 2.3em!important;
}
.call-to-action h2, .call-to-action h3 {
  margin-top: 5px;
  margin-bottom: 5px;
  line-height: 1.5;
  font-size: 1.5em;
}
.call-to-action .call-to-action-button {
  margin-top: 15px;
}

/* Pre, code, address
---------------------------------------*/
code, pre {
  font: 0.8em "andale mono", "lucida console", monospace;
  line-height: 1.5;
  color: black;
}

code {
  display: inline;
  background-color: #fff;
  padding: 0.5em;
  color: black;
}

pre {
  overflow-x: auto;
  overflow-y: hidden;
  margin-bottom: 2.4em;
}

address {
  margin-bottom: 1.3em;
}
address p {
  margin-bottom: 0;
}

/* Table
---------------------------------------*/
table {
  border-bottom: 1px solid #ededed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
  line-height: 2;
  margin: 0 0 20px;
  width: 100%;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

caption {
  font-size: 16px;
  margin: 20px 0;
}

th {
  font-weight: bold;
  text-transform: uppercase;
}

td {
  border-top: 1px solid #ededed;
  padding: 6px 10px 6px 0;
}

/*-----------------------------------------------------------------------------------*/
/*  Header
/*-----------------------------------------------------------------------------------*/
#top-bar {
  width: 100%;
  background: #0d0d0d;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #8c8c8c;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  min-height: 50px;
  line-height: 40px;
  text-align: center;
}
#top-bar .socials {
  cursor: pointer;
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 10px;
}
#top-bar .socials a, #top-bar .socials i {
  display: inline-block;
  padding: 0 7px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 8px;
}
#top-bar .socials a:hover, #top-bar .socials i:hover {
  color: white;
}
#top-bar .contact-infos, #top-bar .contact-infos a {
  font-size: 12px;
  color: #8c8c8c;
}

.top_bar_light #top-bar {
  background: #fff;
  border-top: 4px solid #83c140;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.top_bar_light #top-bar .socials a, .top_bar_light #top-bar .socials i {
  color: rgba(0, 0, 0, 0.5);
}
.top_bar_light #top-bar .socials a:hover, .top_bar_light #top-bar .socials i:hover {
  color: #333333;
}
.top_bar_light #top-bar .contact-infos, .top_bar_light #top-bar .contact-infos a {
  color: #333;
}

.top_bar_accent #top-bar {
  background: #83c140;
  border-bottom: 1px solid #83c140;
}
.top_bar_accent #top-bar .socials a, .top_bar_accent #top-bar .socials i {
  color: rgba(255, 255, 255, 0.6);
}
.top_bar_accent #top-bar .socials a:hover, .top_bar_accent #top-bar .socials i:hover {
  color: white;
}
.top_bar_accent #top-bar .contact-infos, .top_bar_accent #top-bar .contact-infos a {
  color: #FFF;
}

.site-header {
  position: relative;
  background: #222222;
}
.site-header a, .site-header a:hover, .site-header a:focus, .site-header a:visited {
  text-decoration: none;
}
.site-header #logo {
  display: block;
  position: absolute;
  right: 0px;
  top: 0;
  height: 44px;
  line-height: 44px;
  z-index: 10;
}
.site-header #logo a {
  display: block;
  height: 44px;
}
.site-header #logo a img {
  height: 44px;
}

.menu_light .site-header {
  position: relative;
  background: #fff;
}

#top-holder {
  padding: 1em 0 1.5em;
  background: #F2EFEF;
  color: #333333;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}
#top-holder .wrap {
  position: relative;
  z-index: 2;
}
#top-holder h1.page-title {
  line-height: 1.5;
  font-size: 2em;
  margin-top: 0.5em;
}
#top-holder h3 {
  border: none;
}
#top-holder .searchform {
  margin-top: 10px;
}
#top-holder .searchform input {
  padding: 0.2em 0.3em;
  width: 250px;
}
#top-holder .breadcrumb {
  font-size: 11px;
  line-height: 1.5;
  margin-top: 33px;
}
#top-holder .breadcrumb a {
  color: #333333;
}
#top-holder .breadcrumb a:hover {
  color: #83c140;
}

.top_holder_dark #top-holder {
  background: #1f1f1f;
  color: white;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}
.top_holder_dark #top-holder h1, .top_holder_dark #top-holder h2, .top_holder_dark #top-holder h3, .top_holder_dark #top-holder h4, .top_holder_dark #top-holder h5 {
  color: white;
}
.top_holder_dark #top-holder .breadcrumb a {
  color: white;
}
.top_holder_dark #top-holder .breadcrumb a:hover {
  color: #83c140;
}

/*-----------------------------------------------------------------------------------*/
/*  Footer
/*-----------------------------------------------------------------------------------*/
#bottom-holder {
  padding: 2em 0;
  background: #F2EFEF;
  color: #333333;
}
#bottom-holder .box {
  margin-bottom: 0;
}
#bottom-holder .button, #bottom-holder a.wolf-button {
  margin-left: 1em;
  margin-top: 0.5em;
}
#bottom-holder h3 {
  border: none;
}
#bottom-holder p {
  margin-bottom: 0.5em;
}
#bottom-holder p:last-child {
  margin-bottom: 0;
}
#bottom-holder .wolf-bigtweet-content {
  text-align: center;
}

.bottom_holder_light #bottom-holder strong, .bottom_holder_light #bottom-holder blockquote, .bottom_holder_light #bottom-holder h1, .bottom_holder_light #bottom-holder h2, .bottom_holder_light #bottom-holder h3, .bottom_holder_light #bottom-holder h4, .bottom_holder_light #bottom-holder h5, .bottom_holder_light #bottom-holder h6, .bottom_holder_light #bottom-holder .wolf-tweet-time_big a, .bottom_holder_light #bottom-holder .widget_member a {
  color: #333333;
}

.bottom_holder_dark #bottom-holder {
  background: #1f1f1f;
  color: white;
}
.bottom_holder_dark #bottom-holder strong, .bottom_holder_dark #bottom-holder blockquote, .bottom_holder_dark #bottom-holder h1, .bottom_holder_dark #bottom-holder h2, .bottom_holder_dark #bottom-holder h3, .bottom_holder_dark #bottom-holder h4, .bottom_holder_dark #bottom-holder h5, .bottom_holder_dark #bottom-holder h6, .bottom_holder_dark #bottom-holder .wolf-tweet-time_big a, .bottom_holder_dark #bottom-holder .widget_member a {
  color: white;
}

#sidebar-footer {
  padding: 2em 0 0.5em;
  background: #222;
  color: white;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
#sidebar-footer .widget-title {
  color: #FFF;
}
#sidebar-footer .widget-thumbnails-list article .entry-title a {
  color: white !important;
}
#sidebar-footer .widget-thumbnails-list article strong a {
  color: white !important;
}

.sidebar_footer_light #sidebar-footer {
  background: #fff;
  color: #333333;
  border-top: 1px solid rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.sidebar_footer_light #sidebar-footer .widget-title {
  color: #333;
}
.sidebar_footer_light #sidebar-footer .widget-thumbnails-list article .entry-title a {
  color: #333333 !important;
}
.sidebar_footer_light #sidebar-footer .widget-thumbnails-list article strong a {
  color: #333333 !important;
}

.site-footer {
  width: 100%;
  background: #0d0d0d;
  bottom: 0;
  left: 0;
  font-size: 3em;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  color: #8c8c8c;
}
.site-footer .wrap {
  min-height: 80px;
}
.site-footer .socials {
  cursor: pointer;
  font-size: 20px;
  line-height: 20px;
  margin-top: 27px;
  margin-bottom: 5px;
}
.site-footer .socials a, .site-footer .socials i {
  display: inline-block;
  padding: 0 7px;
  color: #999999;
  margin-bottom: 20px;
}
.site-footer .socials a:hover, .site-footer .socials i:hover {
  color: white;
}
.site-footer .bottom-menu {
  display: none;
  list-style-type: none;
}
.site-footer .bottom-menu li {
  text-align: left;
  margin-left: 0;
  float: left;
  display: inline-block;
  margin-right: 10px;
  line-height: 1.4;
}
.site-footer .bottom-menu li:first-child a span {
  display: none;
}
.site-footer .bottom-menu li a {
  color: #fff;
  font-size: 12px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.site-footer .bottom-menu li a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
  text-decoration: underline;
}
.site-footer .bottom-menu li a span {
  display: inline-block;
  padding-right: 10px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
}

.footer_light .site-footer {
  background: #fff;
  color: #737373;
}
.footer_light .site-footer .socials a, .footer_light .site-footer .socials i {
  color: #999999;
}
.footer_light .site-footer .socials a:hover, .footer_light .site-footer .socials i:hover {
  color: #333333;
}
.footer_light .site-footer .bottom-menu li a {
  color: #333;
}

.site-info {
  font-size: 11px;
  background: #050505;
  width: 100%;
  text-align: center;
  line-height: 4;
  color: #666!important;
}
.site-info a, .site-info a:visited {
  color: #333333 !important;
}

#wpstats {
  display: block;
  margin: -10px auto 0 auto;
}

#no-js-message {
  padding: 0;
  width: 88%;
  height: 100%;
  display: table;
  margin: 0 auto;
  font-weight: bold!important;
  font-size: 2em;
  line-height: 1.4em;
  margin-bottom: 0.83em;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#no-js-message div {
  display: table-cell;
  vertical-align: middle;
  max-width: 700px;
}
#no-js-message strong {
  color: #000;
  font-weight: bold;
}

/*-----------------------------------------------------------------------------------*/
/*  Navigation
/*-----------------------------------------------------------------------------------*/
.menu-toggle {
  cursor: pointer;
  display: inline-block;
  text-transform: uppercase;
  font: 400 15px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 10px;
  padding-left: 0;
  padding-bottom: 11px;
  color: #fff!important;
  text-shadow: none;
  border: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.menu-toggle:after {
  content: "\f502";
  font-size: 16px;
  padding-left: 8px;
  font-weight: 400!important;
  position: relative;
  top: 0;
}

.main-navigation {
  clear: both;
  margin: 0 auto;
  position: relative;
}

.nav-menu {
  display: none;
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
  margin-top: 0;
  /* end .menu li */
}
.nav-menu li:last-child {
  margin-bottom: 10px;
}
.nav-menu li a {
  display: block;
  text-decoration: none;
  padding: 0.5em 0;
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 14px;
}
.nav-menu li ul.sub-menu,
.nav-menu li ul.children {
  list-style-type: none!important;
  margin-left: 0;
}
.nav-menu li ul.sub-menu li a,
.nav-menu li ul.children li a {
  display: block;
  padding-left: 25px;
}
.nav-menu li ul.sub-menu li:last-child,
.nav-menu li ul.children li:last-child {
  margin-bottom: 0;
}
.nav-menu li ul.sub-menu li ul,
.nav-menu li ul.children li ul {
  margin-left: 25px;
}

/* end .nav */
/* Toggle */
.toggled-on .nav-menu,
.toggled-on .nav-menu > ul {
  display: block;
  font-size: 14px;
  margin-left: 0px;
  padding: 0;
  width: 100%;
}

.menu_light .menu-toggle {
  color: #333!important;
}
.menu_light .nav-menu li a {
  color: #333;
}

/*-----------------------------------------------------------------------------------*/
/*  Pagination
/*-----------------------------------------------------------------------------------*/
.paging-navigation, .post-navigation, .navigation-image {
  width: 100%;
  padding: 1em 0 2em;
}
.paging-navigation .nav-previous, .paging-navigation .nav-links a[rel="prev"], .paging-navigation .previous, .post-navigation .nav-previous, .post-navigation .nav-links a[rel="prev"], .post-navigation .previous, .navigation-image .nav-previous, .navigation-image .nav-links a[rel="prev"], .navigation-image .previous {
  float: left;
}
.paging-navigation .nav-next, .paging-navigation .nav-links a[rel="next"], .paging-navigation .next, .post-navigation .nav-next, .post-navigation .nav-links a[rel="next"], .post-navigation .next, .navigation-image .nav-next, .navigation-image .nav-links a[rel="next"], .navigation-image .next {
  float: right;
}

/* WP pagination
---------------------------------------*/
.page-numbers {
  line-height: 26px;
  position: relative;
  color: #333333 !important;
  font-weight: bold;
  float: left;
  cursor: pointer;
  display: inline-block;
  height: 28px;
  width: 26px;
  margin: 30px 5px 10px 0;
  text-align: center;
  text-shadow: none;
  text-decoration: none!important;
  border: none;
  background-color: #fff;
  border: solid 1px rgba(0, 0, 0, 0.08);
}
.page-numbers:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

.page-numbers.current {
  color: #fff!important;
  background-color: #83c140 !important;
  border: solid 1px #83c140;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.page-numbers.dots {
  opacity: 1!important;
  background: none;
}

.page-numbers.next, .page-numbers.prev {
  line-height: 25px;
}

body.dark .page-numbers {
  background: #333;
  border: solid 1px rgba(255, 255, 255, 0.05);
  color: #FFF;
  color: white !important;
}

/*-----------------------------------------------------------------------------------*/
/*  Entry
/*-----------------------------------------------------------------------------------*/
.single-attachment .entry-header {
  padding-top: 1.5em;
}

.sidebar .entry-header .entry-meta {
  padding: 0;
}

.entry-header {
  margin-bottom: 1em;
}

.entry-title a, .page-title a, .separator a {
  color: #333333 !important;
}
.entry-title a:hover, .page-title a:hover, .separator a:hover {
  color: #83c140 !important;
}

.single-post .entry-title {
  display: none;
}
.single-post .entry-thumbnail {
  margin-top: 0;
}

.separator {
  margin: -20px 0 25px;
}

.entry-content .entry-meta, .entry-header .entry-meta {
  width: 100%;
}

.entry-meta, .edit-link {
  clear: both;
  font-size: 11px;
  margin-top: 1.8em;
  padding: 0.5em 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
.entry-meta a, .edit-link a {
  color: #999999 !important;
}
.entry-meta a:hover, .edit-link a:hover {
  color: #83c140 !important;
}

.entry-meta {
  border-top: 1px rgba(0, 0, 0, 0.1) solid;
  border-bottom: 1px rgba(0, 0, 0, 0.1) solid;
}

.page .entry-meta {
  border: none;
  margin: 0;
  padding: 0;
}

.logged-in.page .entry-meta {
  border-top: 1px rgba(0, 0, 0, 0.1) solid;
  border-bottom: 1px rgba(0, 0, 0, 0.1) solid;
  margin-top: 1.8em;
  padding: 0.5em 0;
}

.entry-meta > span {
  margin-right: 20px;
}

.entry-meta > span:last-child {
  margin-right: 0;
}

.single-author .entry-meta .author,
.sticky.format-standard .entry-meta .date,
.sticky.format-audio .entry-meta .date,
.sticky.format-chat .entry-meta .date,
.sticky.format-image .entry-meta .date,
.sticky.format-gallery .entry-meta .date {
  display: none;
}

/* Author info */
.author-info {
  margin: 30px auto 0;
  text-align: left;
}

.author-avatar {
  margin-top: 0;
  margin-bottom: 20px;
}
.author-avatar a {
  margin: 0 5px;
  display: inline-block;
  font-size: 16px;
  color: #333333 !important;
}

.author-description p {
  margin-top: -1.2em;
  font-size: 12px;
}
.author-description h5 {
  font-size: inherit;
  line-height: 1.5;
}

.taxonomy-description {
  text-align: center;
  display: block;
  margin-top: 1em;
}

/* Share Meta
---------------------------------*/
.share-box {
  text-align: center;
  margin: 0.5em auto;
}
.share-box h4 {
  margin: 0;
  padding: 0;
  margin-top: 3px;
  margin-bottom: 5px;
  line-height: 1.5;
}
.share-box a.share-link {
  display: inline-block;
  margin: 0 5px;
  font-size: 18px;
  color: #333;
}

.dark.box_none .share-box a.share-link {
  color: #FFF;
}

article.post, article.page {
  padding: 1em 0;
}
article.post:first-child, article.page:first-child {
  padding-top: 0;
}

.entry-thumbnail {
  display: inline-block;
  max-width: 100%;
  margin-top: 1.5em;
  margin-bottom: 1em;
}
.entry-thumbnail img {
  vertical-align: bottom;
  max-width: 100%;
  position: relative;
  z-index: 1;
}

.entry-content blockquote, .comment-content blockquote {
  font-size: 1.3em;
  font-family: "PT Serif", "Georgia", Cambria, Times New Roman, Times, serif;
}
.entry-content blockquote small, .entry-content blockquote cite, .comment-content blockquote small, .comment-content blockquote cite {
  font-size: 16px;
}
.entry-content ul, .entry-content ol, .comment-content ul, .comment-content ol {
  margin-left: 2em;
  margin-bottom: 2em;
}

.entry-summary .more-link {
  margin-top: 2em;
}

.page-template-template-search-php .entry-content ul {
  margin-left: 1em;
  margin-bottom: 0;
}

.page .entry-thumbnail {
  margin-top: 0;
}
.page article.page:first-child {
  padding-top: 0;
}

footer.entry-meta {
  margin-top: 24px;
}

.format-standard footer.entry-meta {
  margin-top: 0;
}

/* Page links */
.page-links {
  clear: both;
  font-size: 16px;
  font-style: italic;
  font-weight: normal;
  line-height: 2.2;
  margin: 20px 0;
  text-transform: uppercase;
}

.page-links a,
.page-links > span {
  background: #fff;
  border: 1px solid #fff;
  padding: 5px 10px;
  text-decoration: none;
}

.page-links a, .page-links a:visited {
  background: #333333;
  color: white;
}

.page-links a:hover {
  background: #83c140;
  color: white;
}

.page-links .page-links-title {
  background: transparent;
  border: none;
  margin-right: 20px;
  padding: 0;
}

/*  404 page
------------------------------------*/
.error404 #primary {
  float: none;
  width: 100%;
  margin: 0;
}
.error404 .post {
  text-align: center;
  padding-top: 6em!important;
  padding: 8em 0;
}
.error404 .post h1 {
  font-size: 4em;
}

/*-----------------------------------------------------------------------------------*/
/*  Post Formats
/*-----------------------------------------------------------------------------------*/
/* Audio */
.format-audio audio {
  max-width: 100% !important;
}
.format-audio .entry-thumbnail {
  margin-top: 0;
}
.format-audio .entry-thumbnail img {
  margin-bottom: 0;
}

/* Link */
.format-link {
  text-align: center;
}

/* Quote */
.format-quote blockquote {
  border: none;
  margin-top: -0.8em;
  margin-left: 0;
  padding-left: 0;
  font-size: 2em;
  text-align: center;
  line-height: 1.4;
}
.format-quote blockquote p {
  margin: 0;
}

/* Image */
.format-image .entry-thumbnail {
  margin-top: 0;
}

/* Quote*/
article.post.format-quote {
  padding: 3em 0 1em;
}

.format-status .entry-content .avatar {
  float: left;
  margin-right: 1em;
  margin-bottom: 2em;
}

.format-chat p {
  margin-bottom: 0.2em;
}

/*-----------------------------------------------------------------------------------*/
/*  Home
/*-----------------------------------------------------------------------------------*/
#home-header {
  padding: 1em 0 0.5em;
}
#home-header .widget {
  margin-bottom: 1em;
}
#home-header .widget-title {
  line-height: 1;
  margin: 0;
  padding: 0;
  margin-bottom: 0.8em;
}

.home_header_no_bg #home-header {
  padding-bottom: 0!important;
}

.home_header_light #home-header strong, .home_header_light #home-header blockquote, .home_header_light #home-header h1, .home_header_light #home-header h2, .home_header_light #home-header h3, .home_header_light #home-header h4, .home_header_light #home-header h5, .home_header_light #home-header h6, .home_header_light #home-header .wolf-tweet-time_big a {
  color: #333333;
}

.home_header_dark #home-header strong, .home_header_dark #home-header blockquote, .home_header_dark #home-header h1, .home_header_dark #home-header h2, .home_header_dark #home-header h3, .home_header_dark #home-header h4, .home_header_dark #home-header h5, .home_header_dark #home-header h6, .home_header_dark #home-header .wolf-tweet-time_big a {
  color: white;
}

.home.paged #home-header {
  display: none;
}

.more-work {
  margin-top: 1em;
}

/*-----------------------------------------------------------------------------------*/
/*  Portfolio
/*-----------------------------------------------------------------------------------*/
.single-work #content {
  margin-top: 2em;
  margin-bottom: 2em;
}

/* Filter
------------------------------*/
#portfolio-filter {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  width: auto;
  margin-top: -2em;
  font-size: 0.95em;
  margin-bottom: 1.8em;
}
#portfolio-filter ul {
  margin-left: 0;
  list-style-type: none;
  float: left;
}
#portfolio-filter ul li {
  margin-left: 0;
  display: inline-block;
  margin: 10px 10px 0;
}
#portfolio-filter ul li a {
  color: #333333;
}
#portfolio-filter ul li a:after {
  content: ".";
}
#portfolio-filter ul li a:hover {
  color: #83c140 !important;
}
#portfolio-filter ul li a.active {
  color: white !important;
  display: inline-block;
  background: #333333;
  padding: 0 0.6em;
}

/* Portfolio Grid
------------------------------*/
#portfolio {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

.work-item {
  margin-bottom: 1em;
  width: 100%;
  padding-top: 2px;
}
.work-item .enty-link {
  display: block;
}
.work-item .work-thumb {
  width: 96%;
  height: 96%;
  padding: 0%;
  margin: 0 auto;
  background: #fff;
  position: relative;
  -webkit-box-shadow: 0px 0px 5px 0px #cccccc;
  -moz-box-shadow: 0px 0px 5px 0px #cccccc;
  box-shadow: 0px 0px 5px 0px #cccccc;
  overflow: hidden;
}
.work-item .work-thumb img {
  display: block;
  vertical-align: bottom;
  text-align: center;
  overflow: hidden;
  width: 100%;
  margin: 0%;
  height: auto;
}
.work-item .work-thumb .overlay {
  position: absolute;
  top: 0;
  left: -2px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  text-shadow: 0 0 5px #0d0d0d;
  color: white;
  height: 100%;
  width: 101%;
}
.work-item .work-thumb .overlay .overlay-inner {
  display: table;
  width: 100%;
  height: 100%;
  padding: 1.3em;
}
.work-item .work-thumb .overlay .overlay-inner .overlay-content {
  display: table-cell;
  vertical-align: bottom;
  text-align: center;
}
.work-item .work-thumb .overlay .overlay-inner .overlay-content i {
  display: none;
}
.work-item .work-thumb .overlay .overlay-inner .overlay-content .entry-title {
  margin: 0;
  line-height: 1.5em;
  font-size: 1.4em;
  background: none;
  border: none;
  color: white;
}
.work-item .work-thumb .overlay .overlay-inner .overlay-content .taxonomies-links {
  font-size: 15px;
}
.work-item .work-thumb .overlay .overlay-inner .overlay-content .taxonomies-links a {
  color: #FFF;
}

.portfolio_thumb_round .work-item .work-thumb {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.portfolio_thumb_round .work-item .work-thumb img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.portfolio_thumb_round .work-item .work-thumb .overlay {
  width: 100%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none!important;
  left: 0;
}

/* Single Item
------------------------------*/
.work-meta {
  margin-top: 1.5em;
}
.work-meta .entry-meta {
  text-align: left;
  margin: 0;
  margin-right: auto;
  margin-left: auto;
  border: none!important;
  text-transform: none;
}
.work-meta .entry-meta a {
  color: #83c140 !important;
}
.work-meta #gallery,
.work-meta audio,
.work-meta .audiojs,
.work-meta embed,
.work-meta iframe,
.work-meta object,
.work-meta .fluid-video,
.work-meta video {
  display: none!important;
}
.work-meta p {
  margin-bottom: 0.1em;
}
.work-meta hr {
  margin: 0.8em 0;
}
.work-meta .views-and-likes {
  margin-top: 5px;
  font-size: 15px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333;
}
.work-meta .views-and-likes i {
  position: relative;
  padding-top: 0;
}
.work-meta .views-and-likes i.wolf-ui-icon-spinner {
  top: 2px;
  left: -5px;
}
.work-meta .views-and-likes .work-like {
  cursor: pointer;
  display: inline-block;
}
.work-meta .views-and-likes .work-like.liked {
  color: #e64c4c;
  cursor: default;
}
.work-meta .entry-title {
  margin-bottom: 0.5em;
}

.work-content .default-gallery ul li {
  width: 100%;
}
.work-content .default-gallery ul li img {
  max-width: 100%;
}
.work-content .fluid-video {
  margin-bottom: 20px;
}
.work-content span.single-work-thumb {
  display: block;
}
.work-content span.single-work-thumb img {
  vertical-align: bottom;
  margin: 0;
}
.work-content .wolf-embed {
  float: right;
  width: 100%;
  text-align: right;
  max-width: 800px;
}
.work-content .wolf-embed iframe {
  width: 100%;
  max-width: 800px;
}

.work-nav {
  margin: 1em 0 1em;
}
.work-nav i {
  margin-right: 5px;
  background: #333333;
  color: white;
}
.work-nav a {
  display: block;
  float: right;
  text-decoration: none!important;
}

.work-entry .entry-thumbnail {
  margin: 0;
}

/* Isotope styles
---------------------------------------*/
.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -o-transition-property: top, left, opacity;
  transition-property: transform, opacity;
}

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/*-----------------------------------------------------------------------------------*/
/*  Theme Icons
/*-----------------------------------------------------------------------------------*/
/**
Thanks to ICOMOON 
http://icomoon.io
 */
@font-face {
  font-family: 'WolfIcons';
  src: url("css/fonts/WolfIcons.eot");
  src: url("css/fonts/WolfIcons.eot?#iefix") format("embedded-opentype"), url("css/fonts/WolfIcons.svg#WolfIcons") format("svg"), url("css/fonts/WolfIcons.woff") format("woff"), url("css/fonts/WolfIcons.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

.genericon:before,
.menu-toggle:after,
.featured-post:before,
.date a:before,
.permalink a:before,
.entry-meta .author a:before,
.format-audio .entry-content:before,
.format-quote .entry-content:before,
.format-video .entry-content:before,
.format-image .entry-thumbnail:before,
.comments-link a:before,
.tags-links a:first-child:before,
.categories-links a:first-child:before,
.taxonomies-links:before,
.edit-link a:before,
.attachment .entry-title:before,
.attachment-meta:first-child:before,
.attachment-meta a:before,
.comment-awaiting-moderation:before,
.comment-reply-link:before,
.comment-count a:before,
#reply-title small a:before,
.bypostauthor .fn:after,
.home-menu-item a:before,
.ampersand:before,
.format-link .entry-title a:after,
.twitter:before,
.facebook:before,
.dribbble:before,
.instagram:before,
.forrst:before,
.youtube:before,
.google-plus:before,
.vimeo:before,
.linkedin:before,
.pinterest:before,
.website:before,
.zoom:before,
.deviantart:before,
.github:before,
.tumblr:before,
.skype:before,
.lastfm:before,
.delicious:before,
.stumbleupon:before,
.foursquare:before,
.zerply:before,
.myspace:before,
.grooveshark:before,
.evernote:before,
.digg:before,
.behance:before,
.pixels:before,
.soundcloud:before,
.spotify:before,
.mail:before,
.rss:before,
.format-quote blockquote:before,
.format-gallery .entry-content:before {
  -webkit-font-smoothing: antialiased !important;
  font-family: 'WolfIcons';
  font-weight: normal!important;
  text-decoration: none!important;
  line-height: 1;
  vertical-align: text-bottom;
  background-image: none !important;
  font-size: 1em!important;
  font-style: normal;
}

.menu-toggle:after {
  content: "\e000";
  padding-left: 0;
  font-size: 1.5em!important;
}

.format-link .entry-title a:after {
  content: "\e03e";
  margin-left: 10px;
  position: relative;
  top: -6px;
  font-size: inherit;
  font-size: 0.8em!important;
  display: inline-block;
}

.attachment-meta:first-child:before {
  content: "\e03a";
  margin-right: 5px;
}

.full-size-link a:before {
  content: "\e03c";
  margin-right: 5px;
}

.comment-awaiting-moderation:before {
  content: "\e044";
  margin-right: 5px;
  position: relative;
  top: -2px;
}

.comment-reply-link:before {
  content: "\e005";
  margin-right: 3px;
  position: relative;
  top: -3px;
}

#reply-title small a:before {
  content: "\e006";
  margin-right: 3px;
  margin-left: 15px;
  position: relative;
  top: -2px;
}

.bypostauthor .fn:after {
  content: "\e01c";
  margin-left: 5px;
  top: -2px;
  position: relative;
}

.featured-post:before {
  content: "\e007";
  margin-right: 5px;
}

.entry-meta .date a:before {
  content: "\e047";
  margin-right: 5px;
  top: -1px;
  position: relative;
}

.comments-link a:before, .comment-count a:before {
  content: "\e038";
  margin-right: 5px;
  top: -1px;
  position: relative;
}

.entry-meta .author a:before {
  content: "\e008";
  margin-right: 5px;
  top: -1px;
  position: relative;
}

.categories-links a:first-child:before {
  content: "\e001";
  margin-right: 5px;
  position: relative;
  top: -2px;
}

.taxonomies-links:before {
  content: "\e001";
  margin-right: 5px;
  position: relative;
  top: -2px;
  color: white !important;
}

.tags-links a:first-child:before {
  content: "\e033";
  margin-right: 5px;
  top: -1px;
  position: relative;
}

.edit-link a:before {
  content: "\e009";
  top: -1px;
  margin-right: 5px;
  position: relative;
}

.format-quote blockquote:before {
  content: "\e004";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  font-size: 0.7em!important;
}

.format-aside .entry-content .date a:before {
  content: "\e047";
}

/*.format-video .entry-content:before {
	content: "\e018";
	display: block;
	margin-bottom: 0.8em;
	display: none;
	font-size: 32px!important;
	text-align: center;
}

.format-gallery .entry-content:before {
	content: "\e027";
	display: block;
	margin-bottom: 0.8em;
	display: none;
	font-size: 32px!important;
	text-align: center;
}

.format-image .entry-thumbnail:before {
	content: "\f083";
	display: block;
	margin-bottom: 0.8em;
	display: none;
	font-size: 32px!important;
	text-align: center;
}*/
.format-aside cite:before {
  content: "&mdash;";
  margin-right: 5px;
}

.format-audio .entry-content:before {
  float: left;
  content: "\e00b";
  font-size: 64px!important;
  display: none;
}

.format-chat .entry-meta .date a:before {
  content: "\e039";
  margin-right: 5px;
}

.format-status .entry-meta .date a:before {
  content: "\e00c";
}

.ampersand:before {
  content: "\e01d";
  font-size: inherit;
  color: #83c140;
  margin: 0 5px;
}

/* Socials
------------------------*/
.twitter:before {
  content: "\e028";
}

.facebook:before {
  content: "\e029";
}

.dribbble:before {
  content: "\e00f";
}

.instagram:before {
  content: "\e04f";
}

.forrst:before {
  content: "\e011";
}

.youtube:before {
  content: "\e012";
}

.google-plus:before {
  content: "\e015";
}

.vimeo:before {
  content: "\e016";
}

.linkedin:before {
  content: "\e00e";
}

.pinterest:before {
  content: "\e00d";
}

.deviantart:before {
  content: "\e02a";
}

.github:before {
  content: "\e02b";
}

.tumblr:before {
  content: "\e02c";
}

.skype:before {
  content: "\e02d";
}

.lastfm:before {
  content: "\e02e";
}

.delicious:before {
  content: "\e02f";
}

.stumbleupon:before {
  content: "\e030";
}

.foursquare:before {
  content: "\e031";
}

.zerply:before {
  content: "\e050";
}

.myspace:before {
  content: "\e051";
}

.grooveshark:before {
  content: "\e052";
}

.evernote:before {
  content: "\e053";
}

.digg:before {
  content: "\e054";
}

.behance:before {
  content: "\e055";
}

.pixels:before {
  content: "\e059";
}

.soundcloud:before {
  content: "\e013";
}

.spotify:before {
  content: "\e045";
}

.website:before {
  content: "\e025";
}

.mail:before {
  content: "\e017";
}

.rss:before {
  content: "\e010";
}

/* Portfolio
------------------------------------*/
.work-type-video:before,
.work-type-audio:before,
.work-type-image:before,
.work-type-slider:before,
.wolf-ui-icon-spinner:before,
.wolf-ui-icon-close:before,
.wolf-ui-icon-chevron-left:before,
.wolf-ui-icon-chevron-right:before,
.wolf-ui-icon-eye:before,
.wolf-ui-icon-heart:before,
.work-launch:before,
.work-taxonomy:first-child:before {
  -webkit-font-smoothing: antialiased !important;
  font-family: 'WolfIcons';
  font-weight: normal!important;
  text-decoration: none!important;
  line-height: 1;
  vertical-align: text-bottom;
  background-image: none !important;
  font-size: 1em!important;
  font-style: normal;
}

.work-type-video:before,
.work-type-audio:before,
.work-type-image:before,
.work-type-slider:before {
  font-size: 1.4em!important;
}

/*  */
.wolf-ui-icon-spinner,
.wolf-ui-icon-close,
.wolf-ui-icon-chevron-left,
.wolf-ui-icon-chevron-right {
  display: inline-block;
  width: auto;
  height: auto;
  position: relative;
  padding: 16px;
}

.wolf-ui-icon-spinner:before,
.wolf-ui-icon-chevron-left:before,
.wolf-ui-icon-chevron-right:before,
.wolf-ui-icon-close:before {
  margin-top: -8px;
  margin-left: -16px;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
}

.wolf-ui-icon-close:before {
  content: "\e049";
}

.wolf-ui-icon-chevron-left:before {
  content: "\e04a";
  font-size: 16px!important;
}

.wolf-ui-icon-chevron-right:before {
  content: "\e04b";
  font-size: 16px!important;
}

.wolf-ui-icon-eye:before {
  content: "\e023";
}

.wolf-ui-icon-heart:before {
  content: "\e037";
}

/*  Work Type */
.work-type-video:before {
  content: "\e019";
}

.work-type-audio:before {
  content: "\e03d";
}

.work-type-image:before {
  content: "\f083";
}

.work-type-slider:before {
  content: "\e027";
}

.work-launch:before {
  content: "\e03e";
  margin-right: 3px;
}

.work-taxonomy:first-child:before {
  content: "\e001";
  margin-right: 3px;
  position: relative;
  top: -2px;
}

/* Spinner */
.wolf-ui-icon-spinner:before {
  content: "\e00a";
}

.wolf-ui-icon-spin {
  display: inline-block;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
  }
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
  }
}

@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }

  100% {
    -o-transform: rotate(359deg);
  }
}

@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }

  100% {
    -ms-transform: rotate(359deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(359deg);
  }
}

/*-----------------------------------------------------------------------------------*/
/*  Medias
/*-----------------------------------------------------------------------------------*/
/* Override the Twitter embed fixed width. */
.entry-content .twitter-tweet-rendered {
  max-width: 100% !important;
  width: 100% !important;
}

.js .entry-content .twitter-tweet-rendered {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

/*
 * Responsive images
 *
 * Fluid images for posts, comments, and widgets
 */
.entry-content img,
.entry-thumbnail img,
.entry-summary img,
.comment-content img,
.widget img,
.wp-caption {
  max-width: 100%;
}

/* Make sure images with WordPress-added height and width attributes are scaled correctly. */
.entry-content img,
.entry-summary img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
  height: auto;
}

img.size-full,
img.size-large,
img.wp-post-image {
  height: auto;
  max-width: 100%;
}

/* Make sure videos and embeds fit their containers. */
embed,
iframe,
object,
video {
  border: none!important;
  max-width: 100%;
}

.fluid-video {
  display:block;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}

.fluid-video iframe, .fluid-video embed, .fluid-video object {
  width: 100%!important;
  height: 100%!important;
  position: absolute;
  top: 0;
  left: 0;
}

/* Override the Twitter embed fixed width. */
.entry-content .twitter-tweet-rendered {
  max-width: 100% !important;
}

/* Images */
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignleft, .wp-caption.alignleft,
.alignright, .wp-caption.alignright {
  margin: 0 auto;
  text-align: center;
  width: 100%!important;
}

img.aligncenter {
  margin: 1em auto;
}

.wp-caption .wp-caption-text,
.entry-caption {
  font-size: 14px;
  font-style: italic;
  font-weight: 300;
  font-family: "PT Serif", "Georgia", Cambria, Times New Roman, Times, serif;
  text-align: center;
}

img.wp-smiley,
.rsswidget img {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Expand Icon
----------------------*/
.zoom {
  position: relative!important;
  display: inline-block!important;
  width: auto;
  max-width: 100%;
}
.zoom img {
  margin-bottom: 0!important;
}
.zoom:before {
  content: "\e03c";
  position: absolute;
  bottom: 8px;
  right: 8px;
  width: 25px;
  height: 25px;
  color: #fff;
  font-size: 18px!important;
  z-index: 3;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
.zoom.shadow-zoom:before {
  bottom: 38px;
}
.zoom.shadow-zoom5:before {
  bottom: 70px;
}

/*-----------------------------------------------------------------------------------*/
/*  Plugin Custom Styles
/*-----------------------------------------------------------------------------------*/
/* Wolf Plugins
---------------------------------------*/
/* Wolf Twitter */
.wolf-twitter-widget ul.wolf-tweet-list li:before {
  content: "\e028";
  -webkit-font-smoothing: antialiased !important;
  font-family: 'WolfIcons';
  color: #41b7d8;
  font-size: 1.2em;
  opacity: 0.6;
  position: absolute;
  left: -0.1em;
  top: 0;
  font-weight: 700;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.wolf-bigtweet-content {
  padding-left: 1em;
}
.wolf-bigtweet-content:before {
  content: "\e028";
  -webkit-font-smoothing: antialiased !important;
  font-family: 'WolfIcons';
  font-weight: normal!important;
  font-size: 2em;
  position: relative;
  top: 0.15em;
  margin-right: 0.4em;
}

.wolf-tweet-time_big a {
  color: #333;
}

.wolf-bigtweet-content span.wolf-tweet-text {
  font-size: 24px;
  font-style: normal;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
}

.wolf-tweet-time a {
  color: #b3b3b3;
}

/* Wolf Message bar */
#wolf-topbar-container #ribbon {
  z-index: 99998;
}

/* Wolf Dribbble */
#wolf-dribbble {
  margin-top: 0;
}

.wolf-dribbble-item-container {
  margin-bottom: 0.5em!important;
}
.wolf-dribbble-item-container .wolf-dribbble-item {
  width: 96%;
  height: 96%;
  padding: 0;
  margin: 0 auto;
  background: #fff;
  position: relative;
  -webkit-box-shadow: 0px 0px 5px 0px #ccc;
  box-shadow: 0px 0px 5px 0px #ccc;
  overflow: hidden;
}
.wolf-dribbble-item-container .wolf-dribbble-item img {
  width: 100%;
  margin: 0!important;
  height: auto;
  padding: 0!important;
  display: block;
  position: relative;
}
.wolf-dribbble-item-container .wolf-dribbble-item .wolf-dribbble-overlay {
  z-index: 2;
}

/* WolfGram */
#wolf-instagram {
  margin-bottom: 1em;
  background: none;
}

.wolf-instagram-item-container {
  margin-bottom: 0.5em!important;
}
.wolf-instagram-item-container .wolf-instagram-item {
  width: 96%;
  height: 96%;
  padding: 0;
  margin: 0 auto;
  background: #fff;
  position: relative;
  -webkit-box-shadow: 0px 0px 5px 0px #ccc;
  box-shadow: 0px 0px 5px 0px #ccc;
  overflow: hidden;
}
.wolf-instagram-item-container .wolf-instagram-item img {
  width: 100%;
  margin: 0!important;
  height: auto;
  padding: 0!important;
  display: block;
  position: relative;
}
.wolf-instagram-item-container .wolf-instagram-item .wolf-instagram-overlay {
  z-index: 2;
}

/* Wolf jPlayer */
.work-meta .wolf-jplayer-playlist {
  display: none!important;
}

.work-content .wolf-jplayer-playlist {
  text-align: left;
}

/* Wolf Shortcode */
/* Remove the margin and padding if a google map is displayed in the contact page bottom area */
#bottom-holder .wolf-google-map {
  /*height: auto;*/
  margin: 0!important;
  padding: 0!important;
}
#bottom-holder .wolf-google-map iframe {
  margin-bottom: 0!important;
  padding-bottom: 0!important;
  width: 100%;
}
#bottom-holder iframe[src^="https://maps.google"] {
  margin: 0!important;
  padding: 0!important;
  width: 100%;
}

.wolf-testimonials blockquote {
  font-family: "PT Serif", "Georgia", Cambria, Times New Roman, Times, serif;
  font-size: 20px!important;
}

.wolf_rev_custom .wolf_rev_slider_container {
  overflow: hidden;
}
.wolf_rev_custom .rev_slider_wrapper embed,
.wolf_rev_custom .rev_slider_wrapper iframe,
.wolf_rev_custom .rev_slider_wrapper object,
.wolf_rev_custom .rev_slider_wrapper video {
  max-width: 2200px;
}
.wolf_rev_custom .rev_slider_wrapper.fullwidthbanner-container {
  overflow: visible;
}
.wolf_rev_custom .rev_slider_wrapper .tp-caption.small_text {
  font-weight: 400;
}
.wolf_rev_custom .rev_slider_wrapper .tp-bullets .bullet {
  background: none!important;
  margin-top: 0!important;
  margin-left: 6px!important;
  margin-right: 6px!important;
  width: 11px!important;
  height: 11px!important;
  background: #666!important;
  background: rgba(0, 0, 0, 0.5) !important;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3), 0 0 1px rgba(255, 255, 255, 0.8);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3), 0 0 1px rgba(255, 255, 255, 0.8);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3), 0 0 1px rgba(255, 255, 255, 0.8);
}
.wolf_rev_custom .rev_slider_wrapper .tp-bullets .bullet.selected {
  background: #000!important;
  background: rgba(0, 0, 0, 0.9) !important;
  cursor: default;
}
.wolf_rev_custom .rev_slider_wrapper .tparrows.tp-leftarrow, .wolf_rev_custom .rev_slider_wrapper .tparrows.tp-rightarrow {
  -webkit-background-size: 32px 32px;
  -o-background-size: 32px 32px;
  background-size: 32px 32px;
}
.wolf_rev_custom .rev_slider_wrapper .tparrows.tp-rightarrow {
  height: 55px;
  width: 50px;
  background-color: rgba(0, 0, 0, 0.3);
  background-image: url("images/flexslider/flexslider-next.png");
  background-position: 10px 10px;
  right: 0!important;
}
.wolf_rev_custom .rev_slider_wrapper .tparrows.tp-leftarrow {
  height: 55px;
  width: 50px;
  background-color: rgba(0, 0, 0, 0.3);
  background-image: url("images/flexslider/flexslider-prev.png");
  background-position: 6px 10px;
  left: 0!important;
}
.wolf_rev_custom .rev_slider_wrapper .tp-button {
  height: auto;
  padding: 0.7em 1.2em 0.8em;
}
.wolf_rev_custom .rev_slider_wrapper .tp-button.small {
  font-size: 13px;
}
.wolf_rev_custom .rev_slider_wrapper .tp-button.green {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.8em 1.2em 0.8em;
  margin: 0 0.1em 0.5em 0.2em;
  position: relative;
  opacity: 1!important;
  line-height: 1!important;
  font-style: normal!important;
  vertical-align: middle;
  -webkit-transition: background-color 0.1s;
  -moz-transition: background-color 0.1s;
  -o-transition: background-color 0.1s;
  transition: background-color 0.1s;
  text-shadow: none!important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  font-weight: 700;
  text-decoration: none!important;
  display: inline-block;
  letter-spacing: 0;
  color: white!important;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.4);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.4);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.4);
  width: auto;
  border: 1px solid #699c32;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  background: #83c140;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #83c140), color-stop(100%, #699c32));
  background-image: -webkit-linear-gradient(#83c140, #699c32);
  background-image: -moz-linear-gradient(#83c140, #699c32);
  background-image: -o-linear-gradient(#83c140, #699c32);
  background-image: linear-gradient(#83c140, #699c32);
  text-shadow: 0px 0px 5px #699c32;
}
.wolf_rev_custom .rev_slider_wrapper .tp-button.green:hover, .wolf_rev_custom .rev_slider_wrapper .tp-button.green:focus {
  color: #fff!important;
  background: #8fc753;
}
.wolf_rev_custom .rev_slider_wrapper .tp-button.green:active {
  color: #fff!important;
  background: #83c140;
  top: 1px;
  -moz-box-shadow: none!important;
  -webkit-box-shadow: none!important;
  -o-box-shadow: none!important;
  box-shadow: none!important;
}
.wolf_rev_custom .rev_slider_wrapper .tp-button.orange {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.8em 1.2em 0.8em;
  margin: 0 0.1em 0.5em 0.2em;
  position: relative;
  opacity: 1!important;
  line-height: 1!important;
  font-style: normal!important;
  vertical-align: middle;
  -webkit-transition: background-color 0.1s;
  -moz-transition: background-color 0.1s;
  -o-transition: background-color 0.1s;
  transition: background-color 0.1s;
  text-shadow: none!important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  font-weight: 700;
  text-decoration: none!important;
  display: inline-block;
  letter-spacing: 0;
  color: white!important;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.4);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.4);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.4);
  width: auto;
  border: 1px solid #ffb525;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  background: #ffc759;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffc759), color-stop(100%, #ffb525));
  background-image: -webkit-linear-gradient(#ffc759, #ffb525);
  background-image: -moz-linear-gradient(#ffc759, #ffb525);
  background-image: -o-linear-gradient(#ffc759, #ffb525);
  background-image: linear-gradient(#ffc759, #ffb525);
  text-shadow: 0px 0px 5px #ffb525;
}
.wolf_rev_custom .rev_slider_wrapper .tp-button.orange:hover, .wolf_rev_custom .rev_slider_wrapper .tp-button.orange:focus {
  color: #fff!important;
  background: #ffcf72;
}
.wolf_rev_custom .rev_slider_wrapper .tp-button.orange:active {
  color: #fff!important;
  background: #ffc759;
  top: 1px;
  -moz-box-shadow: none!important;
  -webkit-box-shadow: none!important;
  -o-box-shadow: none!important;
  box-shadow: none!important;
}
.wolf_rev_custom .rev_slider_wrapper .tp-button.red {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.8em 1.2em 0.8em;
  margin: 0 0.1em 0.5em 0.2em;
  position: relative;
  opacity: 1!important;
  line-height: 1!important;
  font-style: normal!important;
  vertical-align: middle;
  -webkit-transition: background-color 0.1s;
  -moz-transition: background-color 0.1s;
  -o-transition: background-color 0.1s;
  transition: background-color 0.1s;
  text-shadow: none!important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  font-weight: 700;
  text-decoration: none!important;
  display: inline-block;
  letter-spacing: 0;
  color: white!important;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.4);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.4);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.4);
  width: auto;
  border: 1px solid #d43730;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  background: #dd605a;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #dd605a), color-stop(100%, #d43730));
  background-image: -webkit-linear-gradient(#dd605a, #d43730);
  background-image: -moz-linear-gradient(#dd605a, #d43730);
  background-image: -o-linear-gradient(#dd605a, #d43730);
  background-image: linear-gradient(#dd605a, #d43730);
  text-shadow: 0px 0px 5px #d43730;
}
.wolf_rev_custom .rev_slider_wrapper .tp-button.red:hover, .wolf_rev_custom .rev_slider_wrapper .tp-button.red:focus {
  color: #fff!important;
  background: #e1746f;
}
.wolf_rev_custom .rev_slider_wrapper .tp-button.red:active {
  color: #fff!important;
  background: #dd605a;
  top: 1px;
  -moz-box-shadow: none!important;
  -webkit-box-shadow: none!important;
  -o-box-shadow: none!important;
  box-shadow: none!important;
}
.wolf_rev_custom .rev_slider_wrapper .tp-button.blue {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.8em 1.2em 0.8em;
  margin: 0 0.1em 0.5em 0.2em;
  position: relative;
  opacity: 1!important;
  line-height: 1!important;
  font-style: normal!important;
  vertical-align: middle;
  -webkit-transition: background-color 0.1s;
  -moz-transition: background-color 0.1s;
  -o-transition: background-color 0.1s;
  transition: background-color 0.1s;
  text-shadow: none!important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  font-weight: 700;
  text-decoration: none!important;
  display: inline-block;
  letter-spacing: 0;
  color: white!important;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.4);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.4);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.4);
  width: auto;
  border: 1px solid #0a5684;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  background: #0d75b4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0d75b4), color-stop(100%, #0a5684));
  background-image: -webkit-linear-gradient(#0d75b4, #0a5684);
  background-image: -moz-linear-gradient(#0d75b4, #0a5684);
  background-image: -o-linear-gradient(#0d75b4, #0a5684);
  background-image: linear-gradient(#0d75b4, #0a5684);
  text-shadow: 0px 0px 5px #0a5684;
}
.wolf_rev_custom .rev_slider_wrapper .tp-button.blue:hover, .wolf_rev_custom .rev_slider_wrapper .tp-button.blue:focus {
  color: #fff!important;
  background: #0f84cc;
}
.wolf_rev_custom .rev_slider_wrapper .tp-button.blue:active {
  color: #fff!important;
  background: #0d75b4;
  top: 1px;
  -moz-box-shadow: none!important;
  -webkit-box-shadow: none!important;
  -o-box-shadow: none!important;
  box-shadow: none!important;
}
.wolf_rev_custom .rev_slider_wrapper .tp-button.darkgrey {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.8em 1.2em 0.8em;
  margin: 0 0.1em 0.5em 0.2em;
  position: relative;
  opacity: 1!important;
  line-height: 1!important;
  font-style: normal!important;
  vertical-align: middle;
  -webkit-transition: background-color 0.1s;
  -moz-transition: background-color 0.1s;
  -o-transition: background-color 0.1s;
  transition: background-color 0.1s;
  text-shadow: none!important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  font-weight: 700;
  text-decoration: none!important;
  display: inline-block;
  letter-spacing: 0;
  color: white!important;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.4);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.4);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.4);
  width: auto;
  border: 1px solid #1a1a1a;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  background: #333333;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #333333), color-stop(100%, #1a1a1a));
  background-image: -webkit-linear-gradient(#333333, #1a1a1a);
  background-image: -moz-linear-gradient(#333333, #1a1a1a);
  background-image: -o-linear-gradient(#333333, #1a1a1a);
  background-image: linear-gradient(#333333, #1a1a1a);
  text-shadow: 0px 0px 5px #1a1a1a;
}
.wolf_rev_custom .rev_slider_wrapper .tp-button.darkgrey:hover, .wolf_rev_custom .rev_slider_wrapper .tp-button.darkgrey:focus {
  color: #fff!important;
  background: #404040;
}
.wolf_rev_custom .rev_slider_wrapper .tp-button.darkgrey:active {
  color: #fff!important;
  background: #333333;
  top: 1px;
  -moz-box-shadow: none!important;
  -webkit-box-shadow: none!important;
  -o-box-shadow: none!important;
  box-shadow: none!important;
}
.wolf_rev_custom .rev_slider_wrapper .tp-button.lightgrey {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.8em 1.2em 0.8em;
  margin: 0 0.1em 0.5em 0.2em;
  position: relative;
  opacity: 1!important;
  line-height: 1!important;
  font-style: normal!important;
  vertical-align: middle;
  -webkit-transition: background-color 0.1s;
  -moz-transition: background-color 0.1s;
  -o-transition: background-color 0.1s;
  transition: background-color 0.1s;
  text-shadow: none!important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  font-weight: 700;
  text-decoration: none!important;
  display: inline-block;
  letter-spacing: 0;
  color: white!important;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.4);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.4);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.4);
  width: auto;
  border: 1px solid #4d4d4d;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  background: #666666;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #666666), color-stop(100%, #4d4d4d));
  background-image: -webkit-linear-gradient(#666666, #4d4d4d);
  background-image: -moz-linear-gradient(#666666, #4d4d4d);
  background-image: -o-linear-gradient(#666666, #4d4d4d);
  background-image: linear-gradient(#666666, #4d4d4d);
  text-shadow: 0px 0px 5px #4d4d4d;
}
.wolf_rev_custom .rev_slider_wrapper .tp-button.lightgrey:hover, .wolf_rev_custom .rev_slider_wrapper .tp-button.lightgrey:focus {
  color: #fff!important;
  background: #737373;
}
.wolf_rev_custom .rev_slider_wrapper .tp-button.lightgrey:active {
  color: #fff!important;
  background: #666666;
  top: 1px;
  -moz-box-shadow: none!important;
  -webkit-box-shadow: none!important;
  -o-box-shadow: none!important;
  box-shadow: none!important;
}

/*-----------------------------------------------------------------------------------*/
/*  Gallery
/*-----------------------------------------------------------------------------------*/
/*  Main galleries styles 
------------------------------*/
.gallery, .default-gallery, .masonry-gallery {
  zoom: 1;
}
.gallery:before, .gallery:after, .default-gallery:before, .default-gallery:after, .masonry-gallery:before, .masonry-gallery:after {
  content: "";
  display: table;
}
.gallery:after, .default-gallery:after, .masonry-gallery:after {
  clear: both;
}

.gallery ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.gallery ul li {
  float: left;
}

/*  Masonry gallery 
------------------------------*/
#gallery-grid {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  margin-top: 0;
  margin-bottom: 1em;
  zoom: 1;
}
#gallery-grid:before, #gallery-grid:after {
  content: "";
  display: table;
}
#gallery-grid:after {
  clear: both;
}
#gallery-grid .masonry-gallery ul li {
  display: block;
  margin: 0;
  float: left;
  height: auto;
  width: 33%;
  margin-bottom: 0.8em;
}
#gallery-grid .masonry-gallery ul li a {
  display: block;
  position: relative;
  width: 96%;
  height: 96%;
  padding: 0%;
  margin: 0 auto;
  background: #fff;
  position: relative;
  -webkit-box-shadow: 0px 0px 5px 0px #ccc;
  box-shadow: 0px 0px 5px 0px #ccc;
  overflow: hidden;
}
#gallery-grid .masonry-gallery ul li a img {
  width: 100%;
  height: auto;
  padding: 0!important;
  display: block;
  position: relative;
}

/*-----------------------------------------------------------------------------------*/
/*  Comments
/*-----------------------------------------------------------------------------------*/
#respond {
  margin-bottom: 2em;
  margin-top: 0.2em;
}
#respond #reply-title small {
  font-size: 80%;
}

.comments-area {
  padding: 2em 0;
}

.comment-list,
.comment-list .children {
  list-style-type: none;
  padding: 0;
}
.comment-list li #reply-title,
.comment-list li #respond #commentform,
.comment-list li #respond iframe,
.comment-list .children li #reply-title,
.comment-list .children li #respond #commentform,
.comment-list .children li #respond iframe {
  width: 100%;
}
.comment-list .comment,
.comment-list .children .comment {
  font-size: 0.9em;
}

.comment-list .children {
  margin-left: 20px;
}

.comment-list > li:after,
.comment-list .children > li:before {
  background: rgba(0, 0, 0, 0.1);
  content: "";
  display: block;
  height: 2px;
  width: 100%;
}

.comment-list > li:last-child:after {
  display: none;
}

.comment {
  padding: 24px 0;
}

.comment-author {
  float: left;
  margin-right: 50px;
  max-width: 74px;
}

.avatar {
  display: block;
  margin-bottom: 10px;
}

.comment-reply-link {
  color: #333333;
  font-size: 1em;
  font-style: normal;
  font-weight: 700;
}

.comment-meta .fn, .comment-meta .fn a {
  color: #333333;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  font-family: "PT Serif", "Georgia", Cambria, Times New Roman, Times, serif;
}

.comment-reply-link {
  color: #83c140;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

cite.fn {
  display: block;
}

cite.fn:before {
  display: none;
}

.no-avatars .comment-author {
  float: none;
  margin: 0 0 5px;
  max-width: 100%;
}

.no-avatars .comment-meta,
.no-avatars .comment-content,
.no-avatars .reply {
  width: 100%;
}

.comment-list .edit-link {
  margin-left: 20px;
}

.comment-content p {
  margin-top: 0;
}

.comment-meta,
.comment-content,
.reply {
  float: right;
  width: 79%;
  width: -webkit-calc(100% - 124px);
  width: calc(100% - 124px);
}

#cancel-comment-reply-link {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.comment-meta,
.comment-meta a {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #a2a2a2;
  font-size: 0.95em;
  margin-bottom: 10px;
}

.comment-meta a:hover {
  color: black;
}

.ping-meta {
  color: #a2a2a2;
  font-size: 13px;
  line-height: 2;
}

.comment-awaiting-moderation {
  color: #a2a2a2;
}

.no-comments {
  text-align: center;
}

.form-allowed-tags {
  font-size: 14px;
}

.comments-title {
  font-size: 1.4em;
}

.trackback p, .pingback p {
  margin-top: 2em;
}

/*-----------------------------------------------------------------------------------*/
/*  Form Style
/*-----------------------------------------------------------------------------------*/
input[type="text"],
input[type="email"],
input[type="search"],
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: #333333;
  border: none;
  line-height: inherit;
  padding: 0.7em 0.5em;
  border: 1px solid #333;
  border-color: rgba(0, 0, 0, 0.3);
  text-shadow: none;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
textarea:focus,
select:focus {
  outline: none;
  border-color: rgba(0, 0, 0, 0.5);
}

select, option {
  padding: 0.3em 0.1em;
  min-width: 200px;
}

textarea {
  margin-top: 1em;
  height: 250px;
}

input[type="submit"] {
  border: none;
  background: #333333;
  color: white;
  width: 100%;
}

.contactform, .wpcf7 {
  font-size: 0.9em;
  max-width: 48rem;
  width: 100%;
  margin-top: 2em!important;
}
.contactform textarea, .contactform input, .wpcf7 textarea, .wpcf7 input {
  font: normal 100%/1.6;
}
.contactform input[type="text"],
.contactform input[type="email"],
.contactform input[type="search"],
.contactform textarea, .wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="search"],
.wpcf7 textarea {
  width: 100%;
  margin: 0 auto;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.contactform .input, .wpcf7 .input {
  margin: 1em 0;
}
.contactform .input label, .wpcf7 .input label {
  text-align: left;
  display: block;
  width: 100%;
  margin: 0 auto;
}
.contactform .error-inline, .wpcf7 .error-inline {
  display: none;
  color: red;
  padding: 1em 0 0;
}
.contactform p, .wpcf7 p {
  margin: 1em 0;
}
.contactform .wpcf7-not-valid-tip, .wpcf7 .wpcf7-not-valid-tip {
  height: 100%;
  width: 100%;
  font-size: 1em;
  padding: 0 0.5em;
  margin: 0;
  display: block;
  top: 0;
  left: 0;
  border: none;
  background: none;
  color: red;
  line-height: 1.5;
}
.contactform .wpcf7-response-output, .wpcf7 .wpcf7-response-output {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.8em;
  margin: 0;
  padding: 0;
  border: none;
}

#commentform {
  padding-top: 2em;
}
#commentform textarea, #commentform input[type="text"],
#commentform input[type="email"] {
  width: 100%;
}
#commentform input[type="text"],
#commentform input[type="email"] {
  -webkit-appearance: none;
  font-size: 1em;
  padding: 0.2em;
  margin-right: 0.7em;
  -webkit-border-radius: 0px;
  color: #333;
}
#commentform textarea {
  color: #333;
  -webkit-appearance: none;
  font-size: 1em;
  padding: 0.2em;
  height: 8.75em;
  margin-bottom: 0.7em;
  -webkit-border-radius: 0px;
}
#commentform p {
  margin-bottom: 1.8em;
}
#commentform .comment-form-comment {
  margin-bottom: 0;
}

.archives-search, .nothing-found {
  padding-top: 1.5em;
}
.archives-search #send, .archives-search input#searchsubmit, .nothing-found #send, .nothing-found input#searchsubmit {
  margin: 0;
  color: #fff;
  background-color: #000;
  border: none;
  -webkit-border-radius: 0px;
  -webkit-appearance: none;
  float: left;
}
.archives-search #send:hover, .archives-search #searchsubmit:hover, .nothing-found #send:hover, .nothing-found #searchsubmit:hover {
  background-color: #EE4938;
  cursor: pointer;
}
.archives-search #send, .nothing-found #send {
  width: 5em;
  font-size: 0.889em;
  height: 2.3em;
  padding-top: 0.4em;
  cursor: pointer;
}
.archives-search #searchform input, .nothing-found #searchform input {
  padding: 0.1em 0.05em 0.1em 0.2em;
  font: 1.667em;
  border: 0.063em solid rgba(0, 0, 0, 0.2);
  width: 100%;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  float: left;
  margin-bottom: 0.25em;
  color: #333;
  font-family: "PT Serif", "Georgia", Cambria, Times New Roman, Times, serif;
}
.archives-search input, .nothing-found input {
  font-size: 1.8em;
}

.archives-search #searchform input, .nothing-found #searchform input {
  width: 88%;
}

/*-----------------------------------------------------------------------------------*/
/*  Widgets
/*-----------------------------------------------------------------------------------*/
.widget ul {
  margin-left: 0;
}
.widget .wolf-flickr-img:hover, .widget .wolf-dribbble-img:hover, .widget a img:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

.widget_text ul,
.widget_recent_entries ul,
.widget_meta ul,
.widget_categories ul,
.widget_archive ul,
.widget_rss ul,
.widget_pages ul,
.widget_nav_menu ul {
  margin-left: 1.2em;
  margin-bottom: 1em;
}

.widget_pages ul ul {
  margin-bottom: 0;
}

#sidebar-footer, #secondary {
  width: 100%;
}
#sidebar-footer .widget-title, #secondary .widget-title {
  margin-top: 0;
  font-weight: 700;
  border: none;
}
#sidebar-footer .widget, #secondary .widget {
  margin-bottom: 3em;
  font-size: 13px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#sidebar-footer .widget ul, #secondary .widget ul {
  padding: 0;
  margin: 0;
}
#sidebar-footer .widget ul li, #secondary .widget ul li {
  margin-left: 1.2em;
}
#sidebar-footer .widget .entry-title, #secondary .widget .entry-title {
  background: none;
}
#sidebar-footer .searchform, #secondary .searchform {
  zoom: 1;
}
#sidebar-footer .searchform:before, #sidebar-footer .searchform:after, #secondary .searchform:before, #secondary .searchform:after {
  content: "";
  display: table;
}
#sidebar-footer .searchform:after, #secondary .searchform:after {
  clear: both;
}

#secondary {
  margin-top: 1em;
  /* FB Fanbox */
}
#secondary .widget_fb_fanbox, #secondary .work-slider-widget, #secondary .post-slider-widget {
  background: none!important;
  border: none!important;
}
#secondary .widget_fb_fanbox .widget-content, #secondary .work-slider-widget .widget-content, #secondary .post-slider-widget .widget-content {
  padding: 0!important;
}

.wrapped #secondary .recent-works-widget img {
  width: 75px;
  height: 75px;
}

.dark.box_none #secondary .widget, .light.box_none #secondary .widget {
  padding-bottom: 2.5em;
  margin-bottom: 2.5em;
}

.dark.box_none #secondary .widget {
  border-bottom: solid 2px rgba(255, 255, 255, 0.1);
}

.light.box_none #secondary .widget {
  border-bottom: solid 2px #ccc;
}

#sidebar-footer .widget {
  margin-bottom: 1.5em;
}

.wolf-widget-area .widget:first-child {
  margin-left: 0;
}
.wolf-widget-area .widget:last-child {
  margin-right: 0;
}

.widget_member {
  margin-top: 1em;
}
.widget_member h5 {
  line-height: 1;
  margin-bottom: 0;
  margin-top: 1em;
}
.widget_member img {
  width: 100%;
  height: auto;
}
.widget_member a {
  color: #333333;
}
.widget_member .widget_member_left {
  float: left;
}
.widget_member .widget_member_right {
  float: right;
  text-align: right;
}
.widget_member .widget_member_right ul li {
  list-style-type: none;
  display: inline-block;
  margin-top: 15px;
  margin-left: 5px;
}

/* Recent post widget
-------------------------------*/
.widget-thumbnails-list {
  margin-top: 15px;
}
.widget-thumbnails-list article {
  margin-bottom: 5px;
  line-height: 18px;
}
.widget-thumbnails-list .entry-title a {
  font-weight: bold;
}
.widget-thumbnails-list .widget-thumb-link {
  display: block;
  float: left;
  margin: 2px 10px 10px 0;
  width: 80px;
  height: 80px;
}
.widget-thumbnails-list .widget-thumb-link img {
  width: 100%;
  height: 100%;
}

/* Tabs
-------------------------------*/
.wolf-tabgroup ul.tabs-menu {
  text-shadow: none;
  margin-bottom: 0;
  margin-left: 0;
  padding: 0;
  z-index: 1;
  position: relative;
}

.wolf-tabgroup .tabs-container {
  margin-top: -7px;
  padding-top: 0.5em;
  background: #FFF;
  padding: 1em;
  border: 1px solid #d9d9d9;
  z-index: 0;
  position: relative;
  color: #333;
  text-shadow: none!important;
}

.ui-tabs .ui-tabs-hide {
  display: none !important;
}

.wolf-tabgroup {
  width: 100%;
}

.wolf-tabgroup ul.tabs-menu {
  margin-left: 0;
  margin-bottom: 0;
  height: 46px;
  font-size: 90%;
  text-shadow: none;
}

.wolf-tabgroup ul.tabs-menu a {
  color: #262626;
}
.wolf-tabgroup ul.tabs-menu a:focus, .wolf-tabgroup ul.tabs-menu a:active {
  outline: 0;
}

.wolf-tabgroup ul.tabs-menu a:hover {
  color: #000!important;
}

.wolf-tabgroup .tabs {
  margin-top: 8px;
}

.wolf-tabgroup .tabs h5 {
  margin: 15px 0 0;
}

.wolf-tabgroup .tabs p {
  margin: 0 0 0;
}

.wolf-tabgroup ul.tabs-menu li {
  background: #f2f2f2;
  border-bottom: none;
  text-align: center;
  list-style-type: none;
  float: left;
  height: 40px;
  width: 100px;
  border-top: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  border-bottom: none!important;
  position: relative;
  margin: 0;
  margin-right: 1%;
  margin-left: 0!important;
}
.wolf-tabgroup ul.tabs-menu li:before {
  display: none;
}

.wolf-tabgroup ul.tabs-menu li:hover, .wolf-tabgroup ul.tabs-menu li.ui-tabs-active {
  background-color: #fff;
}

.wolf-tabgroup ul.tabs-menu li a {
  color: #262626;
  border-bottom: none;
  position: absolute;
  line-height: 40px;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  text-decoration: none;
}

.wolf-tabgroup ul.tabs-menu li.ui-tabs-selected {
  background-color: #fff;
  border: 1px solid #ababab;
  border-bottom: none;
}

.wolf-tabgroup ul.tabs-menu li.ui-tabs-selected a {
  background-color: #fff;
  color: #000;
}

/*Widget custom tabs in sidebar*/
aside .wolf-tabgroup ul.tabs-menu li, #sidebar .wolf-tabgroup ul.tabs-menu li,
#secondary .wolf-tabgroup ul.tabs-menu li,
.widget-row .wolf-tabgroup ul.tabs-menu li {
  width: 31%;
  margin-right: 1.5%;
}

.wolf-tabgroup.wolf-tabgroup-skin-dark .tabs-container {
  background: #333;
  border: 1px solid #000;
  color: #FFF;
}
.wolf-tabgroup.wolf-tabgroup-skin-dark ul.tabs-menu a:hover {
  color: #FFF!important;
  background: #333;
}
.wolf-tabgroup.wolf-tabgroup-skin-dark ul.tabs-menu li {
  background: #1a1a1a;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}
.wolf-tabgroup.wolf-tabgroup-skin-dark ul.tabs-menu li a {
  color: #ccc;
}

.wolf-tabgroup.wolf-tabgroup-skin-dark ul.tabs-menu li:hover,
.wolf-tabgroup.wolf-tabgroup-skin-dark ul.tabs-menu li.ui-tabs-active {
  background-color: #333;
}
.wolf-tabgroup.wolf-tabgroup-skin-dark ul.tabs-menu li:hover a,
.wolf-tabgroup.wolf-tabgroup-skin-dark ul.tabs-menu li.ui-tabs-active a {
  color: #FFF;
}

.widget_custom_tabs {
  border-top: none!important;
}
.widget_custom_tabs li {
  margin-left: 0!important;
  background: none!important;
  background: #fff!important;
}
.widget_custom_tabs li:first-child {
  border-left: none;
}
.widget_custom_tabs li.ui-tabs-active {
  -webkit-box-shadow: inset 0 3px 0 0 #83c140;
  -moz-box-shadow: inset 0 3px 0 0 #83c140;
  box-shadow: inset 0 3px 0 0 #83c140;
  background: #FBFBFB!important;
}

.box_dark .widget_custom_tabs ul.tabs-menu li, .dark .widget_custom_tabs ul.tabs-menu li {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  border-left: 1px solid rgba(255, 255, 255, 0.05);
  border-right: 1px solid rgba(255, 255, 255, 0.05);
}
.box_dark .widget_custom_tabs li, .dark .widget_custom_tabs li {
  margin-left: 0!important;
  background: none!important;
  background: #222!important;
}
.box_dark .widget_custom_tabs li a, .box_dark .widget_custom_tabs li a:hover, .dark .widget_custom_tabs li a, .dark .widget_custom_tabs li a:hover {
  color: white!important;
}
.box_dark .widget_custom_tabs li:first-child, .dark .widget_custom_tabs li:first-child {
  border-left: none;
}
.box_dark .widget_custom_tabs li.ui-tabs-active, .dark .widget_custom_tabs li.ui-tabs-active {
  background: #2E2E2E!important;
}

#secondary .widget_custom_tabs {
  border-top: none!important;
}
#secondary .widget_custom_tabs .widget-content {
  padding: 0!important;
}

/* Search widget */
.searchform .submit {
  display: none;
}

.widget .searchform .field {
  width: 95%;
  margin-bottom: 20px;
  max-width: 320px;
}

/* Tags */
.widget_tag_cloud .widget-content {
  font-weight: 700;
}

/* Text Widget */
.widget_text p {
  margin-bottom: 1em;
}

/* RSS Widget */
.widget_rss .rss-date {
  display: block;
  color: #a2a2a2;
}
.widget_rss li > cite {
  color: #a2a2a2;
}

/* Calendar Widget */
.widget_calendar table, .widget_calendar td {
  border: 0;
  border-collapse: separate;
  border-spacing: 1px;
}
.widget_calendar caption {
  font-size: 14px;
  margin: 0;
}
.widget_calendar th, .widget_calendar td {
  padding: 0;
  text-align: center;
}
.widget_calendar a {
  display: block;
}
.widget_calendar a:hover {
  background-color: rgba(0, 0, 0, 0.15);
}
.widget_calendar tbody td {
  background-color: rgba(255, 255, 255, 0.5);
}

.site-footer .widget_calendar tbody td {
  background-color: rgba(255, 255, 255, 0.05);
}

.widget_calendar tbody .pad, .site-footer .widget_calendar tbody .pad {
  background-color: transparent;
}

.wolf-instagram-list li {
  margin-left: 0!important;
}

/*-----------------------------------------------------------------------------------*/
/*  Flexslider
/*-----------------------------------------------------------------------------------*/
/* Custom Flexslider Styles
---------------------------------------*/
.flexslider {
  margin: 0 0 1em;
  border: none;
  background: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.flexslider img {
  -webkit-backface-visibility: hidden;
}
.flexslider ul, .flexslider ol {
  margin: 0;
  padding: 0;
}
.flexslider ul.slides li {
  margin-left: 0!important;
}

.flexslider:hover .flex-next {
  right: 0;
}

.flexslider:hover .flex-prev {
  left: 0;
}

.flex-direction-nav .flex-next {
  right: 0;
}

.flex-direction-nav .flex-prev {
  left: 0;
}

.flex-control-nav {
  bottom: 25px;
}

.flex-direction-nav {
  display: none;
}
.flex-direction-nav .flex-prev, .flex-direction-nav .flex-next {
  height: 55px;
  width: 50px;
  -webkit-background-size: 32px 32px;
  -o-background-size: 32px 32px;
  background-size: 32px 32px;
}
.flex-direction-nav .flex-next {
  background-color: rgba(0, 0, 0, 0.3);
  background-image: url("images/flexslider/flexslider-next.png");
  background-position: 10px 10px;
  right: 0!important;
}
.flex-direction-nav .flex-prev {
  background-color: rgba(0, 0, 0, 0.3);
  background-image: url("images/flexslider/flexslider-prev.png");
  background-position: 6px 10px;
  left: 0!important;
}

.format-gallery .wolf-gallery-slider .flex-direction-nav a {
  top: 40%!important;
}
.format-gallery .wolf-gallery-slider .flex-control-thumbs {
  margin-top: 5px;
}

.flex-caption {
  display: block;
  position: absolute;
  bottom: 0.4em;
  padding: 0.5em 1em;
  font-size: 0.95em;
  background: rgba(0, 0, 0, 0.5);
  color: white;
}

.flex-control-thumbs {
  display: none;
  margin-top: 10px;
  width: -webkit-calc(100% + 5px);
  width: calc(100% + 5px);
}
.flex-control-thumbs li img {
  width: -webkit-calc(100% - 5px);
  width: calc(100% - 5px);
}

/* Portfolio Slider
---------------------------------------*/
.work-entry .flex-control-nav, .post-slider .flex-control-nav {
  top: 10px!important;
  right: 10px!important;
  text-align: right;
}
.work-entry .flex-control-nav li, .post-slider .flex-control-nav li {
  margin: 0 3px;
}
.work-entry .flex-control-nav a, .post-slider .flex-control-nav a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  display: block;
  width: auto!important;
  height: auto;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: white;
  font-size: 14px;
  line-height: 10px;
  padding: 10px;
  margin: 0;
  text-decoration: none;
  list-style-type: decimal;
  text-indent: 0px;
}

.post-slider {
  margin-bottom: 1em;
}
.post-slider a img {
  opacity: 1!important;
}
.post-slider .flexslider {
  margin-bottom: 0;
}
.post-slider .flex-direction-nav {
  top: 100px!important;
  height: 32px;
  display: none;
}
.post-slider .flex-control-nav {
  height: 50px;
}
.post-slider .flex-caption {
  padding: 1em;
  position: static;
  top: 0;
}
.post-slider .flex-caption .entry-title {
  text-transform: none;
  letter-spacing: 0;
  line-height: 1.5;
  font-size: 18px;
  margin: 0;
  padding: 0;
  font-weight: 700;
}
.post-slider .flex-caption p {
  margin-bottom: 0;
}
.post-slider .flex-caption .more-link {
  margin-top: 1em;
  margin-bottom: 1em;
}

.wolf-custom-slider .flexslider .flex-control-nav {
  bottom: 20px;
}
.wolf-custom-slider .flexslider .flex-direction-nav {
  top: 50%!important;
  height: 32px;
  margin-top: -25px;
}

.box_light .post-slider {
  border: solid 1px rgba(0, 0, 0, 0.08);
}
.box_light .post-slider .flex-caption {
  background: #fbfbfb;
  color: #333333;
}

.box_dark .post-slider {
  border: solid 1px rgba(255, 255, 255, 0.05);
}
.box_dark .post-slider .flex-caption {
  background: #2e2e2e;
  color: white;
}

/*-----------------------------------------------------------------------------------*/
/*  Lightbox
/*-----------------------------------------------------------------------------------*/
/* Hide the admin bar when the lightbox is open if sticky menu is set */
.wolf.sticky_menu #wpadminbar {
  z-index: 99998!important;
}

/* Swipebox Custom Styles
---------------------------------------*/
/* Custom Swipebox Styles
-----------------------------------------*/
#swipebox-slider .slide {
  background-image: url("images/swipebox/loader.gif");
}

#swipebox-action #swipebox-prev, #swipebox-action #swipebox-next,
#swipebox-action #swipebox-close {
  background-image: url("images/swipebox/icons.png");
}

/* Fancybox Custom Styles
---------------------------------------*/
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("images/fancybox/fancybox_sprite.png");
}

#fancybox-loading div {
  background-image: url("images/fancybox/fancybox_loading.gif");
}

.fancybox-nav {
  background: transparent url("images/fancybox/blank.gif");
}

.fancybox-overlay {
  background-image: url("images/fancybox/fancybox_overlay.png");
}

/*-----------------------------------------------------------------------------------*/
/*  Player
/*-----------------------------------------------------------------------------------*/
.audiojs {
  width: 100%;
  margin-bottom: 1em;
  background: #222222;
  position: relative;
  max-width: 800px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.audiojs .play-pause {
  float: none;
  width: 39px;
  position: absolute;
  left: 0;
  top: 0;
  border-right: solid 1px #333;
  -webkit-box-shadow: -1px 0 black inset;
  -moz-box-shadow: -1px 0 black inset;
  box-shadow: -1px 0 black inset;
}
.audiojs .scrubber {
  width: auto;
  position: relative;
  float: none;
  margin-left: 50px;
  margin-right: 105px;
  height: 10px;
  margin-top: 12px;
  background: #333333;
  border-top: none;
  border: 1px solid black;
}
.audiojs .scrubber .progress {
  background: #d9d9d9;
  cursor: pointer;
}
.audiojs .scrubber .loaded {
  background: #737373;
  cursor: pointer;
}
.audiojs .time {
  float: none;
  position: absolute;
  right: 0;
  top: 0;
  margin-right: 5px;
  font-family: Helvetica, Arial, sans-serif;
  border-left: solid 1px #333;
  -webkit-box-shadow: -1px 0 black;
  -moz-box-shadow: -1px 0 black;
  box-shadow: -1px 0 black;
}
.audiojs .time .duration {
  color: #fff;
}

/*-----------------------------------------------------------------------------------*/
/* LARGER MOBILE DEVICES
/* This is for devices like the Galaxy Note or something that's
/* larger than an iPhone but smaller than a tablet. Let's call them
/* tweeners.
/*-----------------------------------------------------------------------------------*/
@media only screen and (min-width: 480px) {
  /*  Portfolio Item
  ------------------------------------*/
  .work-item {
    float: left;
    width: 50%;
  }

  /*  Footer
  ------------------------------------*/
  .site-footer {
    line-height: 60px;
  }
}
/*end of media query*/
/* 600px up : intermediary media queries for optimization */
@media screen and (min-width: 600px) {
  /*  Header logo size
  ------------------------------------*/
  .site-header #logo {
    height: 60px;
    line-height: 60px;
    margin-left: 0;
    margin-top: 0;
  }
  .site-header #logo a {
    height: 60px;
  }
  .site-header #logo a img {
    height: 60px;
    width: auto;
  }

  .menu-toggle {
    padding-top: 16px;
    padding-bottom: 17px;
  }
  .menu-toggle:after {
    font-size: 1.8em!important;
  }

  /*  Tag List
  ------------------------------------*/
  .tag-list ul {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    -o-column-count: 3;
    column-count: 3;
  }

  /*  Submit button
  ------------------------------------*/
  input[type="submit"] {
    width: auto;
  }
}
/* Ensure that no backgrounds are in fixed attachment on mobile devices */
@media screen and (max-width: 600px) {
  * {
    background-attachment: scroll!important;
  }
}
/*end of media query*/
/*-----------------------------------------------------------------------------------*/
/* TABLET & SMALLER LAPTOPS
/* This is the average viewing window. So Desktops, Laptops, and
/* in general anyone not viewing on a mobile device. Here's where
/* you can add resource intensive styles.
/*-----------------------------------------------------------------------------------*/
@media screen and (min-width: 600px) {
  #home-header {
    padding: 1.5em 0;
  }

  /*  Image and Caption Alignment
  -----------------------------------------------*/
  .alignleft, .wp-caption.alignleft,
  .alignright, .wp-caption.alignright {
    text-align: center;
    width: auto!important;
  }

  .alignleft, .wp-caption.alignleft, .shadow-alignleft {
    float: left;
  }

  .alignright, .wp-caption.alignright, .shadow-alignright {
    float: right;
  }

  .alignleft, .wp-caption.alignleft, .shadow-alignleft {
    margin: 10px 15px 5px 0;
  }

  .alignright, .wp-caption.alignright, .shadow-alignright {
    margin: 10px 0 5px 15px;
  }

  .shadow-alignleft .alignleft, .shadow-alignright .alignleft {
    margin: 0;
  }
  .shadow-alignleft .alignright, .shadow-alignright .alignright {
    margin: 0;
  }

  .wp-caption-text {
    margin-bottom: 10px;
  }

  /*  Featured Slider Caption and navigation
  ------------------------------------------------------------*/
  .flex-direction-nav, .flex-control-thumbs {
    display: block;
  }

  /* Post Formats
  ------------------------------------*/
  .format-audio .audio-content {
    float: right;
    margin: 0 0 24px;
    padding-left: 35px;
    width: 80%;
    width: -webkit-calc(100% - 115px);
    width: calc(100% - 115px);
  }

  .format-audio .entry-content:before,
  .format-video .entry-content:before,
  .format-gallery .entry-content:before,
  .format-image .entry-thumbnail:before {
    display: block;
  }

  .share-box {
    margin: 1.5em auto;
  }

  /* Tag List
  ------------------------------------*/
  .tag-list ul {
    -webkit-column-count: 5;
    -webkit-column-gap: .75em;
    -moz-column-count: 5;
    -moz-column-gap: .75em;
    -o-column-count: 5;
    -o-column-gap: .75em;
    column-count: 5;
    column-gap: .75em;
  }

  /*  Comments Form
  ------------------------------------*/
  #commentform input[type="text"],
  #commentform input[type="email"] {
    width: 50%;
    float: left;
  }
}
/*end of media query*/
/*-----------------------------------------------------------------------------------*/
/* DESKTOP
/* This is the average viewing window. So Desktops, Laptops, and
/* in general anyone not viewing on a mobile device. Here's where
/* you can add resource intensive styles.
/*-----------------------------------------------------------------------------------*/
/*  1030 */
@media only screen and (min-width: 1030px) {
  /*  Grid 
  ------------------------------*/
  .col, .col_1, .col_2, .col_3, .col_4, .col_5, .col_6, .col_7, .col_8, .col_9, .col_10, .col_11, .col_12 {
    float: left;
    position: relative;
    margin-left: 1%;
    margin-right: 1%;
  }

  .col_1 {
    width: 6.5%;
  }

  .col_2 {
    width: 15%;
  }

  .col_3 {
    width: 23.5%;
  }

  .col_4 {
    width: 32%;
  }

  .col_5 {
    width: 40.5%;
  }

  .col_6 {
    width: 49%;
  }

  .col_7 {
    width: 57.5%;
  }

  .col_8 {
    width: 66%;
  }

  .col_9 {
    width: 74.5%;
  }

  .col_10 {
    width: 83%;
  }

  .col_11 {
    width: 91.5%;
  }

  .col_12 {
    width: 100%;
  }

  .alpha, .first {
    margin-left: 0!important;
  }

  .omega, .last {
    margin-right: 0!important;
  }

  .panel-right, .panel-left {
    position: relative;
    width: 49%;
  }

  .panel-right {
    float: right;
  }
  .panel-right .entry-header, .panel-right .entry-meta, .panel-right .entry-content, .panel-right hr {
    margin-left: 0!important;
    margin-right: 0!important;
  }

  .panel-left {
    float: left;
  }
  .panel-left img, .panel-left .fluid-video, .panel-left .audiojs, .panel-left .gallery ul li {
    float: right;
  }
  .panel-left .thumb img, .panel-left .gallery ul li img {
    margin-bottom: 1em;
  }

  /* Home Header
  -------------------------------------*/
  #home-header {
    padding: 3em 0;
  }

  /* Containers
  -------------------------------------*/
  #main {
    margin: 55px auto;
  }

  #primary {
    width: 65%;
    margin-right: 2%;
    float: left;
  }

  #secondary {
    margin-top: 0;
    width: 32%;
    margin-left: 1%;
    float: right;
  }

  .sidebar_left #primary {
    margin-right: 0;
    margin-left: 2%;
    float: right;
  }
  .sidebar_left #secondary {
    margin-top: 0;
    margin-left: 0;
    margin-right: 1%;
    float: left;
  }

  .page-template-template-search-php #primary,
  .page-template-template-fullwidth-php #primary,
  .page-template-template-gallery-php #primary,
  .page-template-template-home-php #primary,
  .page-template-template-home-portfolio-php #primary,
  .single-work #primary {
    width: 100%;
    margin-right: 0;
    float: none;
  }

  .site-header {
    height: 70px;
  }

  #hello {
    background: #222222;
    width: 100%;
    height: 70px;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
  }

  span#shadow-holder {
    position: absolute;
    z-index: 99;
    left: 0;
    bottom: -40px;
    height: 40px;
    width: 100%;
    background: url(images/shadow-holder.png) center top no-repeat;
    -webkit-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
  }

  #top-bar .socials {
    font-size: 16px;
    line-height: 45px;
    margin-top: 1px;
    margin-bottom: 0;
    position: relative;
    float: right;
  }
  #top-bar .socials a, #top-bar .socials i {
    margin-bottom: 0;
  }
  #top-bar .contact-infos {
    float: left;
    font-size: 11px;
    line-height: 49px;
  }

  /*  Header logo size
  ------------------------------------*/
  .site-header #logo {
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
    height: 70px;
    line-height: 70px;
    margin-left: 0;
    margin-top: 0;
    position: static;
  }
  .site-header #logo a {
    height: 70px;
  }
  .site-header #logo a img {
    height: 70px;
    width: auto;
  }

  .left {
    float: left;
  }

  .right {
    float: right;
  }

  /*  Navigation horizontal padding
  -----------------------------------------------*/
  .nav-menu li a {
    padding: 0 3em;
  }

  /*  Navigation
  ------------------------------------*/
  .main-navigation {
    float: right;
    position: relative;
  }

  .menu-toggle {
    display: none;
  }

  .nav-menu {
    display: block;
    border: 0;
    margin: 0;
    padding: 0;
    margin-top: 0;
    height: 70px;
  }
  .nav-menu li:hover {
    -webkit-box-shadow: inset 0 5px 0 0 #83c140;
    -moz-box-shadow: inset 0 5px 0 0 #83c140;
    box-shadow: inset 0 5px 0 0 #83c140;
  }
  .nav-menu li {
    float: left;
    position: relative;
    height: 70px;
    line-height: 70px;
  }
  .nav-menu li a {
    display: block;
    padding: 0 2.5em;
    border: 0;
    color: #fff;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
    border-right: 1px solid #333;
    -webkit-box-shadow: -1px 0 black inset;
    -moz-box-shadow: -1px 0 black inset;
    box-shadow: -1px 0 black inset;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.7);
    font-size: 13px;
  }
  .nav-menu li:first-child a {
    -webkit-box-shadow: -1px 0 black inset, 1px 0 black inset;
    -moz-box-shadow: -1px 0 black inset, 1px 0 black inset;
    box-shadow: -1px 0 black inset, 1px 0 black inset;
    border-left: 1px solid #333;
  }
  .nav-menu li:last-child {
    margin-bottom: 0;
  }
  .nav-menu li ul.sub-menu,
  .nav-menu li ul.children {
    display: none;
    margin-top: 0;
    float: left;
    padding: 0;
    position: absolute;
    top: 44px;
    left: -2px;
    z-index: 99997!important;
  }
  .nav-menu li ul.sub-menu li,
  .nav-menu li ul.children li {
    display: block;
    margin: 0;
    line-height: 55px;
    height: 55px;
  }
  .nav-menu li ul.sub-menu li a,
  .nav-menu li ul.children li a {
    display: block;
    padding-left: 1.4em;
    margin: 0;
    background: #1a1a1a;
    color: white !important;
    width: 185px;
    box-shadow: none;
    border: none;
    font-size: 12px;
  }
  .nav-menu li ul.sub-menu li a:hover, .nav-menu li ul.sub-menu li a:focus,
  .nav-menu li ul.children li a:hover,
  .nav-menu li ul.children li a:focus {
    background: #333333;
  }
  .nav-menu li ul.sub-menu li ul,
  .nav-menu li ul.children li ul {
    margin-left: 0;
    border-left: 0;
    left: 100%;
    top: 0;
    display: none;
  }
  .nav-menu li ul.sub-menu li:hover ul,
  .nav-menu li ul.children li:hover ul {
    display: block;
  }
  .nav-menu li:hover ul {
    top: auto;
    display: block;
  }
  .nav-menu li.current-menu-item,
  .nav-menu li.current_page_item,
  .nav-menu li.current-menu-ancestor {
    -webkit-box-shadow: inset 0 5px 0 0 #83c140;
    -moz-box-shadow: inset 0 5px 0 0 #83c140;
    box-shadow: inset 0 5px 0 0 #83c140;
  }

  /* Menu Light
  -------------------------------------*/
  .menu_light #hello {
    background: #fff;
    border-bottom: 2px solid #e1e1e1;
  }
  .menu_light span#shadow-holder {
    bottom: -39px;
  }
  .menu_light .nav-menu li a {
    color: #333333;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
  }
  .menu_light .nav-menu li ul.sub-menu li a,
  .menu_light .nav-menu li ul.children li a {
    background: white;
    color: #333333 !important;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
  }
  .menu_light .nav-menu li ul.sub-menu li a:hover, .menu_light .nav-menu li ul.sub-menu li a:focus,
  .menu_light .nav-menu li ul.children li a:hover,
  .menu_light .nav-menu li ul.children li a:focus {
    background: #f2f2f2;
    color: #333333;
  }
  .menu_light .nav-menu li ul.sub-menu:last-child a,
  .menu_light .nav-menu li ul.children:last-child a {
    border-bottom: 1px solid #e6e6e6;
  }
  .menu_light .nav-menu li ul.sub-menu ul,
  .menu_light .nav-menu li ul.children ul {
    margin-left: 0;
  }

  /* Sticky navigation
  ------------------------------------*/
  .navbar-fixed.sticky_menu #hello {
    position: fixed!important;
    height: 55px!important;
    z-index: 99997!important;
    width: 100%;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
    text-shadow: none;
    top: 0!important;
  }
  .navbar-fixed.sticky_menu #logo {
    height: 55px!important;
    line-height: 55px!important;
  }
  .navbar-fixed.sticky_menu #logo a img {
    height: 55px!important;
    width: auto;
  }
  .navbar-fixed.sticky_menu .nav-menu li {
    line-height: 55px;
  }
  .navbar-fixed.sticky_menu .nav-menu li ul.sub-menu li,
  .navbar-fixed.sticky_menu .nav-menu li ul.children li {
    line-height: 55px;
    height: 55px;
  }
  .navbar-fixed.sticky_menu .nav-menu li ul.sub-menu a,
  .navbar-fixed.sticky_menu .nav-menu li ul.children a {
    color: white !important;
  }

  .navbar-fixed.sticky_menu.menu_light .nav-menu li ul.sub-menu li a,
  .navbar-fixed.sticky_menu.menu_light .nav-menu li ul.children li a {
    background: white;
    color: #333333 !important;
  }
  .navbar-fixed.sticky_menu.menu_light .nav-menu li ul.sub-menu li a:hover, .navbar-fixed.sticky_menu.menu_light .nav-menu li ul.sub-menu li a:focus,
  .navbar-fixed.sticky_menu.menu_light .nav-menu li ul.children li a:hover,
  .navbar-fixed.sticky_menu.menu_light .nav-menu li ul.children li a:focus {
    background: #f2f2f2;
    color: #333333;
  }

  /* Navbar when admin bar is here */
  .navbar-fixed.sticky_menu.wp-toolbar #hello {
    top: 28px!important;
    height: 55px;
  }

  .navbar-fixed.sticky_menu.menu_light #hello {
    border-bottom: none;
  }

  /* Entry Meta
  ------------------------------------*/
  .share-box {
    margin: 2em auto;
  }

  .author-avatar {
    margin-bottom: 0;
  }

  /*  Portfolio Item
  ------------------------------------*/
  .work-content {
    width: 65%;
    margin-right: 2%;
    float: left;
  }

  .work-meta {
    margin-top: 0;
    width: 32%;
    margin-left: 1%;
    float: right;
  }

  .work-item .work-thumb .overlay {
    background: #83c140;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    text-shadow: none;
    border-top: 1px solid rgba(255, 255, 255, 0.7);
    -webkit-backface-visibility: hidden;
    -webkit-transition: opacity 0.1s;
    -moz-transition: opacity 0.1s;
    -o-transition: opacity 0.1s;
    transition: opacity 0.1s;
  }
  .work-item .work-thumb .overlay:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
    opacity: 0.9;
  }
  .work-item .work-thumb .overlay .overlay-inner .overlay-content {
    vertical-align: middle;
  }
  .work-item .work-thumb .overlay .overlay-inner .overlay-content i {
    display: inline-block;
  }

  .work-meta .views-and-likes {
    margin-top: 0;
  }
  .work-meta .entry-meta {
    font-size: 14px;
  }

  /*  Gallery hover state
  ------------------------------------*/
  #gallery-grid .masonry-gallery ul li a .gallery-item-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    background: black url("images/eye.png") 50% 50% no-repeat;
    -webkit-background-size: 48px 48px;
    -o-background-size: 48px 48px;
    background-size: 48px 48px;
    z-index: 2;
  }
  #gallery-grid .masonry-gallery ul li a:hover .gallery-item-overlay {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    opacity: 0.4;
  }

  /* Back to the top link
  ---------------------------------------*/
  a#top-arrow {
    display: none;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -ms-border-radius: 3px 3px 0 0;
    -o-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    background: #0d0d0d;
    position: fixed;
    right: 40px;
    z-index: 9999;
    bottom: 0;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  a#top-arrow:hover {
    background-color: #333;
  }
  a#top-arrow:before {
    content: "\e05a";
    -webkit-font-smoothing: antialiased !important;
    font-family: 'WolfIcons';
    font-weight: normal!important;
    text-decoration: none!important;
    line-height: 1;
    color: white;
    top: 17px;
    left: 17px;
    position: absolute;
    font-size: 16px;
  }

  /* Back to the top link - dark page
  ------------------------------------------*/
  body.dark a#top-arrow {
    background-color: #000;
  }
  body.dark a#top-arrow:hover {
    background-color: #0d0d0d;
  }

  /* Top anchor */
  #top {
    position: absolute;
    top: 0;
  }

  /* Wrapped Layout
  ----------------------------*/
  body.wrapped #page {
    zoom: 1;
    max-width: 1200px;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  body.wrapped #page:before, body.wrapped #page:after {
    content: "";
    display: table;
  }
  body.wrapped #page:after {
    clear: both;
  }
  body.wrapped #page #gallery-grid,
  body.wrapped #page #wolf-instagram,
  body.wrapped #page #wolf-dribbble,
  body.wrapped #page article.work {
    padding-left: 30px;
    padding-right: 30px;
  }
  body.wrapped #page article {
    background-attachment: scroll!important;
  }
  body.wrapped #page .site-footer {
    position: relative;
  }
  body.wrapped a#top-arrow {
    bottom: 0!important;
    position: fixed !important;
  }

  /*  Default WP gallery (full width template) 
  ----------------------------------------------------*/
  .entry-content .default-gallery ul li a img, .work-content .default-gallery ul li a img {
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .entry-content .default-gallery ul li a:hover img, .work-content .default-gallery ul li a:hover img {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
  }
  .entry-content .default-gallery ul li a img, .work-content .default-gallery ul li a img {
    -webkit-backface-visibility: hidden;
  }

  /* Tag LIst
  ------------------------------------*/
  .tag-list ul {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    -o-column-count: 4;
    column-count: 4;
  }

  /* Footer
  ------------------------------------*/
  .site-footer .socials {
    font-size: 16px;
    float: right;
  }
  .site-footer .bottom-menu {
    display: block;
  }

  /*  Call to action
  ------------------------------------*/
  .call-to-action .call-to-action-container {
    display: table;
  }
  .call-to-action .call-to-action-container .call-to-action-left {
    display: table-cell;
    vertical-align: middle;
    width: 75%;
    text-align: left;
  }
  .call-to-action .call-to-action-container .call-to-action-right {
    display: table-cell;
    vertical-align: middle;
    width: 25%;
    text-align: right;
  }
  .call-to-action .call-to-action-container .call-to-action-button {
    margin-top: 0;
  }

  /*  Footer Widgets
  ------------------------------------*/
  #sidebar-footer .widget {
    margin-left: 1%;
    margin-right: 1%;
    width: 23.5%;
    float: left;
  }
  #sidebar-footer .widget:first-child {
    margin-left: 0;
  }
  #sidebar-footer .widget:last-child {
    margin-right: 0;
  }
}
/*end of media query*/
/*-----------------------------------------------------------------------------------*/
/* LARGE VIEWING SIZE
/* This is for the larger monitors and possibly full screen viewers.
/*-----------------------------------------------------------------------------------*/
/* 1200 - 31.250em */
@media screen and (min-width: 1200px) and (min-height: 570px) {
  /*  Home Header
  ------------------------------------*/
  #home-header {
    padding: 3.5em 0;
  }

  /*  Wrappers
  ------------------------------------*/
  .wrap, #hello-inner {
    width: 95%;
    margin: 0 auto;
    max-width: 1140px;
  }

  /*  Header Logo Size
  ------------------------------------*/
  #hello {
    height: 80px;
  }

  .site-header {
    height: 80px;
  }
  .site-header #logo {
    height: 80px;
    line-height: 80px;
  }
  .site-header #logo a {
    height: 80px;
  }
  .site-header #logo a img {
    height: 80px;
  }

  /*  Navigation Size
  ------------------------------------*/
  .nav-menu {
    height: 80px;
  }
  .nav-menu li {
    height: 80px;
    line-height: 80px;
  }

  /*  Tag list
  ------------------------------------*/
  .tag-list ul {
    -webkit-column-count: 5;
    -webkit-column-gap: .75em;
    -moz-column-count: 5;
    -moz-column-gap: .75em;
    -o-column-count: 5;
    -o-column-gap: .75em;
    column-count: 5;
    column-gap: .75em;
  }

  /*  Portfolio Item
  ------------------------------------*/
  .work-item {
    float: left;
    width: 25%;
  }

  /* Wrapped Layout
  ----------------------------*/
  body.wrapped.admin-bar #hello {
    top: 0;
  }

  body.wrapped.admin-bar.navbar-fixed #hello {
    top: 28px;
  }

  body.wrapped #hello {
    position: relative;
  }
  body.wrapped #hello #hello-inner {
    max-width: 1200px;
    width: 100%;
  }
  body.wrapped .nav-menu li:last-child a {
    border-right: none;
  }
  body.wrapped #page {
    margin: 0 auto;
  }
}
/*end of media query*/
/*  */
@media screen and (min-width: 1650px) and (min-height: 800px) {
  #home-header {
    padding: 4em 0 3.5em;
  }

  .wrap, #hello-inner {
    width: 95%;
    margin: 0 auto;
    max-width: 1200px;
  }

  /*  Header
  ------------------------------------*/
  #hello {
    height: 100px;
  }

  .site-header {
    height: 100px;
  }
  .site-header #logo {
    height: 100px;
    line-height: 100px;
  }
  .site-header #logo a {
    height: 100px;
  }
  .site-header #logo a img {
    height: 100px;
  }

  /*  Navigation
  ------------------------------------*/
  .nav-menu {
    height: 100px;
  }
  .nav-menu li {
    height: 100px;
    line-height: 100px;
  }

  /* Home
  -------------------------------------*/
  #home-header.right-side, #home-header.left-side, #home-header.wide {
    margin-top: 4em;
  }

  /*  Posts
  ------------------------------------*/
  article.post, article.page {
    padding: 1.5em 0;
  }

  /* Bottom Area
  -------------------------------------*/
  #bottom-holder {
    padding: 3em 0 4em;
  }
}
/*end of media query*/
/* Min height : 480px */
/*end of media query*/
/*-----------------------------------------------------------------------------------*/
/*  Skins
/*-----------------------------------------------------------------------------------*/
/* Dark Skin 
---------------------*/
body.dark {
  color: white;
}
body.dark #page {
  background: #262626;
}
body.dark .dropcap, body.dark strong,
body.dark h1, body.dark h2, body.dark h3, body.dark h4, body.dark h5, body.dark h6, body.dark blockquote,
body.dark .entry-title, body.dark blockquote {
  color: white;
}
body.dark .comment-meta .fn, body.dark .comment-meta .fn a {
  color: white;
}
body.dark hr, body.dark .comment-list > li:after,
body.dark .comment-list .children > li:before {
  background: rgba(255, 255, 255, 0.1);
}
body.dark .entry-title a, body.dark .page-title a, body.dark .separator a {
  color: white !important;
}
body.dark .entry-meta {
  border-top: 1px rgba(255, 255, 255, 0.1) solid;
  border-bottom: 1px rgba(255, 255, 255, 0.1) solid;
}
body.dark .author-avatar a {
  color: #FFF!important;
}
body.dark .page-links a,
body.dark .page-links > span {
  border-color: #333;
}
body.dark .widget_member a {
  color: white;
}
body.dark #portfolio-filter ul li a {
  color: white;
}
body.dark #portfolio-filter ul li a.active:hover {
  color: white !important;
}
body.dark #gallery-grid .masonry-gallery ul li a,
body.dark .wolf-instagram-item-container .wolf-instagram-item,
body.dark .work-item .work-thumb,
body.dark .wolf-dribbble-item-container .wolf-dribbble-item {
  background: #121212;
  -webkit-box-shadow: 0px 0px 5px 0px black;
  -moz-box-shadow: 0px 0px 5px 0px black;
  box-shadow: 0px 0px 5px 0px black;
}
body.dark .work-item .work-thumb .overlay {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
body.dark .views-and-likes {
  color: #FFF;
}
body.dark code, body.dark pre {
  color: #FFF;
}
body.dark .wolf-icon-round, body.dark .wolf-icon-square {
  background: #333;
  color: #FFF;
}

/*-----------------------------------------------------------------------------------*/
/*  Cross Browser fixes
/*-----------------------------------------------------------------------------------*/
/* Opera Icon position fixes
-----------------------------------------------------------------*/
body.opera .entry-meta .date a:before,
body.opera .comments-link a:before, body.opera .comment-count a:before,
body.opera .entry-meta .author a:before,
body.opera .categories-links a:first-child:before,
body.opera .tags-links a:first-child:before,
body.opera .edit-link a:before,
body.opera .taxonomies-links:before,
body.opera .featured-post:before {
  position: relative;
  top: -5px;
}
body.opera .format-link .entry-title a:after {
  top: -14px;
}
body.opera #work-grid .taxonomies-links:before {
  top: -8px;
}

/*-----------------------------------------------------------------------------------*/
/* PRINT STYLESHEET
/*-----------------------------------------------------------------------------------*/
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

  a, a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  a:after, a:visited:after {
    content: " (" attr(href) ")";
  }
  a abbr[title]:after, a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr, img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .sidebar, .site-header,
  .page-navigation,
  .post-navigation,
  .wp-prev-next,
  .respond-form,
  .comments-link,
  #respond,
  nav, .edit-link, .site-footer, #sidebar-footer {
    display: none;
  }

  .site-header hgroup {
    min-height: 0;
  }
}
