/*
Theme Name: Fox
Theme URI: https://themeforest.net/item/the-fox-contemporary-magazine-theme-for-creators/11103012?ref=withemes
Author: WiThemes
Author URI: http://themeforest.net/user/withemes?ref=withemes
Description: A Modern WordPress Blog / Newspaper / Magazine Theme for Creativity
Version: 2.9.1
License: 
License URI:
Text Domain: wi
Real tags: blog theme, modern magazine, minimal blog, minimalist, white, simple magazine, clean, video, music, gallery, food, fashion, traveling, magazine, newspaper
Primary use: Blog / Magazine
*/
/*------------------------------------------------------------------
[TABLE OF CONTENTS]

1 - Normalize
2 - Bootstrap (tiny version, not related to span classes)
3 - Flexslider library
4 - Slick carousel library
5 - Colorbox library

6 - General settings
7 - Slick Carousel
8 - Flexslider
9 - Layout
10 - Title
11 - Header
12 - Menu
13 - Featured Slider
14 - Section
15 - Big post
16 - Standard Blog
    + Related posts
17 - Blog masonry
18 - Blog Newspaper
19 - Blog Grid
20 - Blog List
21 - Pagination
22 - Single post
    + Comments
    + Responds
    + Posts in same category
23 - Widgets
24 - Contact form 7
25 - Footer
    + Footer widgets
    + Footer elements
26 - Disable lines CSS

    /* PATTERN FOR RESPONSIVENESS DESIGN OR CHILD THEME */
/* 6 - General settings 
---------------------------- */
/* 7 - Slick carousel
---------------------------- */
/* 8 - Flexslider
---------------------------- */
/* 9 - Layout
---------------------------- */
/* 10 - Title
---------------------------- */
/* 11 - Header
---------------------------- */
/* 12 - Menu
---------------------------- */
/* 13 - Featured Slider
---------------------------- */
/* 14 - Section
---------------------------- */
/* 15 - Big post
---------------------------- */
/* 16 - Standard Blog
---------------------------- */
/* 17 - Blog masonry
---------------------------- */
/* 18 - Blog Newspaper
---------------------------- */
/* 19 - Blog Grid
---------------------------- */
/* 20 - Blog List
---------------------------- */
/* 21 - Pagination
---------------------------- */
/* 22 - Single post
---------------------------- */
/* 23 - Widgets
---------------------------- */
/* 24 - Contact form 7
---------------------------- */
/* 25 - Footer
---------------------------- */
/* 26 - Disable lines CSS
---------------------------- */
/* 27 - Dock Posts
---------------------------- */
/* -------------------------------------------------------------------
[COLORS USED]

Background:	#ffffff (white)
Color:	#000 (light black)
Link: $accent
Accent color: $accent

-------------------------------------------------------------------
[FONTS USED]
Body font: Merriweather
Heading font: Oswald
Navigation font: Oswald

------------------------------------------------------------------- */
/* NORMALIZE 2.1.2 git.io/normalize
-------------------------------------------------------------------------------------- */
article, aside, details, figcaption, figure, footer, topbar, 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: serif;
  -ms-text-size-adjust: 100%;
  -webkit-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: 700; }

dfn {
  font-style: italic; }

hr {
  -webkit-box-sizing: content-box;
  -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: -.5em; }

sub {
  bottom: -.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"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

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

input[type="search"]::-webkit-search-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; }

/* BOOTSTRAP 2.2.2
-------------------------------------------------------------------------------------- */
.clearfix {
  *zoom: 1; }

.clearfix:before, .clearfix:after {
  display: table;
  content: "";
  line-height: 0; }

.clearfix:after {
  clear: both; }

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

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

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

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

a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

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

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

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

img {
  max-width: 100%;
  width: auto\9;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic; }

button, input, select, textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle; }

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

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

/* FLEXSLIDER
-------------------------------------------------------------------------------------- */
@font-face {
  font-family: 'flexslider-icon';
  src: url(css/flexslider/flexslider-icon.eot);
  src: url(css/flexslider/flexslider-icon.eot?#iefix) format("embedded-opentype"), url(css/flexslider/flexslider-icon.woff) format("woff"), url(css/flexslider/flexslider-icon.ttf) format("truetype"), url(css/flexslider/flexslider-icon.svg#flexslider-icon) format("svg");
  font-weight: 400;
  font-style: normal; }
.flex-container a:hover, .flex-slider a:hover, .flex-container a:focus, .flex-slider a:focus {
  outline: none; }

.slides, .flex-control-nav, .flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

.flex-pauseplay span {
  text-transform: capitalize; }

.flexslider {
  margin: 0;
  padding: 0; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

.flexslider .slides img {
  width: 100%;
  display: block; }

.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .flexslider .slides {
  display: block; }

* html .flexslider .slides {
  height: 1%; }

.no-js .flexslider .slides > li:first-child {
  display: block; }

.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2); }

.flexslider .slides {
  zoom: 1; }

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.carousel li {
  margin-right: 5px; }

.flex-direction-nav {
  *height: 0; }

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }

.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001'; }

.flex-direction-nav a.flex-next:before {
  content: '\f002'; }

.flex-direction-nav .flex-prev {
  left: -50px; }

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right; }

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: .7;
  left: 10px; }

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1; }

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: .7;
  right: 10px; }

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1; }

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default; }

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: .8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000; }

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004'; }

.flex-pauseplay a:hover {
  opacity: 1; }

.flex-pauseplay a .flex-play:before {
  content: '\f003'; }

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center; }

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px; }

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7); }

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0; }

.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.flex-control-thumbs img:hover {
  opacity: 1; }

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default; }

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px; }

  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px; } }
/* SLICK CAROUSEL
-------------------------------------------------------------------------------------- */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }

.slick-track:before, .slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

/* COLORBOX
-------------------------------------------------------------------------------------- */
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden; }

#cboxWrapper {
  max-width: none; }

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%; }

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left; }

#cboxContent {
  position: relative; }

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

#cboxTitle {
  margin: 0; }

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer; }

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic; }

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0; }

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; }

#cboxOverlay {
  background: #000;
  opacity: .9;
  filter: alpha(opacity=90); }

#colorbox {
  outline: 0; }

#cboxContent {
  margin-top: 20px;
  background: #000; }

.cboxIframe {
  background: #fff; }

#cboxError {
  padding: 50px;
  border: 1px solid #ccc; }

#cboxLoadedContent {
  border: 5px solid #000;
  background: #fff; }

#cboxTitle {
  position: absolute;
  top: -20px;
  left: 0;
  color: #ccc; }

#cboxCurrent {
  position: absolute;
  top: -20px;
  right: 0;
  color: #ccc; }

#cboxLoadingGraphic {
  background: url(images/loading.gif) no-repeat center center; }

#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none; }

#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0; }

#cboxSlideshow {
  position: absolute;
  top: -20px;
  right: 90px;
  color: #fff; }

#cboxPrevious {
  position: absolute;
  top: 50%;
  left: 5px;
  margin-top: -32px;
  background: url(images/controls.png) no-repeat top left;
  width: 28px;
  height: 65px;
  text-indent: -9999px; }

#cboxPrevious:hover {
  background-position: bottom left; }

#cboxNext {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -32px;
  background: url(images/controls.png) no-repeat top right;
  width: 28px;
  height: 65px;
  text-indent: -9999px; }

#cboxNext:hover {
  background-position: bottom right; }

#cboxClose {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  background: url(images/controls.png) no-repeat top center;
  width: 38px;
  height: 19px;
  text-indent: -9999px; }

#cboxClose:hover {
  background-position: bottom center; }

/* GENERAL
-------------------------------------------------------------------------------------- */
*, *:before, *:after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; }

body {
  font-size: 16px;
  line-height: 1.6;
  font-family: Merriweather, georgia, serif;
  color: #000;
  background: #fff;
  background-position: top center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover; }

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 24px;
  line-height: 1.3;
  font-family: Oswald, sans-serif;
  font-weight: bold;
  clear: both; }

h1 {
  font-size: 40px; }

h2 {
  font-size: 32px; }

h3 {
  font-size: 26px; }

h4 {
  font-size: 22px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 14px; }

p,
ul,
ol {
  margin: 0 0 24px; }

ul, ol {
  padding-left: 28px; }

ul {
  list-style-type: square; }

li {
  line-height: 1.5; }

.page-content li,
.post-content li {
  margin-bottom: 0.25em; }

a {
  color: #db4a37;
  text-decoration: none; }

img {
  border: none;
  max-width: 100%; }

iframe {
  display: block;
  width: 100%;
  max-width: 100%; }

.media-container iframe {
  width: 100% !important; }

.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1; }

.container:before, .container:after {
  display: table;
  content: "";
  line-height: 0; }

.container:after {
  clear: both; }

blockquote {
  font-weight: inherit;
  position: relative;
  margin: 40px auto;
  max-width: 500px;
  padding: 60px 0 20px;
  text-align: center;
  font-size: 1.27em;
  line-height: 1.5;
  display: block;
  clear: both;
  background: url(images/line-h.png) top left repeat-x;
  font-weight: 300;
  font-style: italic;
  -webkit-column-span: all;
  -moz-column-span: all;
  column-span: all; }
  blockquote cite {
    display: block;
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 11px;
    font-style: normal;
    text-align: inherit;
    font-weight: normal;
    margin-top: 10px; }
    blockquote cite:after {
      content: "\2013";
      margin-left: 5px; }
  blockquote.align-left {
    text-align: left;
    float: left;
    margin: 0 40px 20px 0;
    max-width: 50%; }
    blockquote.align-left:before {
      left: 0;
      margin-left: 0; }
  blockquote.align-right {
    text-align: right;
    float: right;
    margin: 0 0 40px 20px;
    max-width: 50%; }
    blockquote.align-right:before {
      left: auto;
      right: 0;
      margin-left: 0; }

blockquote p {
  margin-bottom: 10px; }

blockquote:before {
  content: "";
  display: block;
  position: absolute;
  font-size: 120px;
  left: 50%;
  top: 26px;
  width: 40px;
  z-index: 20;
  text-align: center;
  margin-left: -20px;
  z-index: 20;
  line-height: 1;
  font-family: georgia, serif;
  background: url(images/cite.png) center center no-repeat;
  background-size: 36px;
  width: 36px;
  height: 24px; }

blockquote:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  display: block;
  height: 2px;
  background: url(images/line-h.png) top left repeat-x; }

input, textarea, select {
  max-width: 100%;
  background: none; }

input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]), textarea {
  color: #000;
  font-size: 16px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 1px solid #111;
  outline: none;
  background: none;
  height: 36px;
  line-height: 20px;
  padding: 8px;
  width: 100%;
  max-width: 100%; }

textarea {
  height: 180px;
  width: 100%; }

select {
  width: 100%;
  max-width: 100%;
  border: 1px solid #aaa;
  outline: none;
  height: 36px;
  line-height: 20px;
  padding: 8px; }

button, input[type="button"], input[type="reset"], input[type="submit"],
.wi-btn {
  display: block;
  margin: 0 auto;
  background-color: #000;
  color: #fff;
  padding: 0 20px;
  line-height: 36px;
  border: none;
  text-decoration: none;
  font-family: Oswald, sans-serif;
  font-size: 0.7em;
  letter-spacing: 4px;
  text-transform: uppercase;
  position: relative;
  transition: background-color .6s ease, color .6s ease; }
  button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus,
  .wi-btn:focus {
    outline: 0; }
  button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover,
  .wi-btn:hover {
    background-color: #db4a37; }

/* Single elements */
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto; }

.alignright,
a img.alignright {
  margin: 5px 0 36px 28px;
  float: right; }

.alignleft,
a img.alignleft {
  margin: 5px 36px 28px 0;
  float: left; }

.aligncenter,
a img.aligncenter {
  display: block;
  margin: 5px auto 20px; }

.wp-caption {
  border: none;
  max-width: 100%;
  /* Image does not overflow the content area */ }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 48px 28px 0; }

.wp-caption.alignright {
  margin: 5px 0 28px 48px; }

.wp-caption.aligncenter {
  margin: 0 auto 28px;
  text-align: center; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto; }

.wp-caption-text,
.gallery-caption {
  margin: 0;
  font-size: 0.85em;
  padding-top: 5px; }
  .wp-caption-text a,
  .gallery-caption a {
    color: inherit;
    text-decoration: underline; }
    .wp-caption-text a:hover,
    .gallery-caption a:hover {
      text-decoration: none; }

.mejs-controls .mejs-time-rail .mejs-time-current {
  background: #db4a37 !important; }

.notfound-text {
  text-align: center;
  margin: 40px 0 72px; }
  .notfound-text p {
    margin: 0; }
  .notfound-text a {
    border-bottom: 1px solid #ccc; }
    .notfound-text a:hover {
      border-bottom-color: #111; }
    .notfound-text a:focus {
      outline: 0; }

/* Built-in Wordpress Gallery */
.gallery {
  /*
  -webkit-column-span: all;
  -moz-column-span: all;
  column-span: all; */
  display: grid;
  grid-gap: 10px;
  margin: 24px 0; }

.gallery-item {
  display: block;
  text-align: center; }

.gallery-caption {
  display: none; }

.gallery-columns-2 {
  grid-template-columns: 1fr 1fr; }

.gallery-columns-3 {
  grid-template-columns: 1fr 1fr 1fr; }

.gallery-columns-4 {
  grid-template-columns: 1fr 1fr 1fr 1fr; }

.gallery-columns-5 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr; }

.gallery-columns-6 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr; }

.gallery-columns-7 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr; }

.gallery-icon {
  transition: all .1s; }

.gallery-icon:hover {
  transform: translate(0, -3px); }

/* Social List
--------------------- */
.social-list ul {
  overflow: hidden; }

.social-list ul li {
  display: block;
  float: left; }

.social-list ul li a {
  display: block;
  width: 32px;
  height: 32px;
  font-size: 24px;
  border-radius: 100%; }

.social-list.skin-black ul li a {
  background: #000;
  color: #fff;
  line-height: 32px;
  transition: all .3s ease-out; }
  .social-list.skin-black ul li a:hover {
    background: #db4a37; }
.social-list.skin-outline ul li a {
  color: inherit;
  border: 1px solid;
  line-height: 30px; }

.social-list ul li a i {
  display: block;
  line-height: inherit; }

.social-list ul li a span {
  display: none; }

/* Accessibility
--------------------- */
.says,
.screen-reader-text,
.updated:not(.published) {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px; }

/* GALLERY
-------------------------------------------------------------------------------------- */
.wi-carousel {
  margin: 0 0 32px; }

.wi-slick .slick-item {
  opacity: 0;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s; }

.wi-slick.loaded .slick-item {
  -webkit-animation-name: fade;
  -moz-animation-name: fade;
  -o-animation-name: fade;
  animation-name: fade; }

@-webkit-keyframes fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-o-keyframes fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.wi-slick .slick-item:nth-child(2) {
  -webkit-animation-delay: .3s;
  -moz-animation-delay: .3s;
  -o-animation-delay: .3s;
  animation-delay: .3s; }

.wi-slick .slick-item:nth-child(3) {
  -webkit-animation-delay: .5s;
  -moz-animation-delay: .5s;
  -o-animation-delay: .5s;
  animation-delay: .5s; }

.slick-item {
  margin: 0 2px; }

.slick-item img {
  height: 500px;
  width: auto; }

@media (min-width: 980px) {
  .has-sidebar .wi-post .slick-item img {
    height: 380px; } }
.slick-nav {
  border: 3px solid #fff;
  border-color: rgba(255, 255, 255, 0.8);
  background: none;
  width: 50px;
  height: 50px;
  line-height: 42px;
  padding: 0;
  font-size: 20px;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  outline: none;
  transition: none; }
  .slick-nav i {
    display: block;
    line-height: inherit; }
  .slick-nav.slick-disabled {
    opacity: .1; }

.slick-nav:hover {
  border-color: #fff;
  background: none;
  box-shadow: 5px 5px 0 black;
  text-shadow: 5px 5px 0 black; }

.slick-next {
  right: 20px; }

.slick-prev {
  left: 20px; }

/* colorbox */
#cboxCurrent {
  color: rgba(255, 255, 255, 0.8);
  font-size: .9em;
  font-weight: normal;
  text-transform: capitalize; }

#cboxTitle {
  color: white;
  left: 5px; }

/* FLEXSLIDER
-------------------------------------------------------------------------------------- */
.flexslider {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: none; }

/* navi */
.thumbnail-gallery {
  overflow: hidden; }

.thumbnail-gallery .flex-direction-nav a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 3px solid #fff;
  color: #fff;
  text-shadow: none;
  font-size: 0;
  text-align: center;
  outline: none;
  width: 50px;
  height: 50px;
  top: 50%;
  margin-top: -25px;
  opacity: 1 !important;
  transition: none; }
  .thumbnail-gallery .flex-direction-nav a:hover {
    box-shadow: 5px 5px 0 black;
    text-shadow: 5px 5px 0 black; }

.thumbnail-gallery .flex-direction-nav a:before {
  font-size: 18px;
  line-height: 52px; }

.thumbnail-gallery .flex-direction-nav .flex-next,
.thumbnail-gallery .flexslider:hover .flex-direction-nav .flex-next {
  right: 20px; }

.thumbnail-gallery .flex-direction-nav .flex-prev,
.thumbnail-gallery .flexslider:hover .flex-direction-nav .flex-prev {
  left: 20px; }

/* caption */
.slide {
  position: relative; }

.slide .slide-caption {
  display: block;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 6px 12px;
  background: #000;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-family: Oswald, sans-serif;
  font-size: 0.7em;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: normal;
  text-align: left;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%); }

.slide:hover .slide-caption {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0); }

/* LAYOUT
-------------------------------------------------------------------------------------- */
#primary,
#secondary {
  display: block;
  padding-bottom: 40px; }

.container {
  width: 1020px;
  max-width: 97%; }

#wi-wrapper {
  margin: 24px auto;
  max-width: 1080px;
  position: relative;
  z-index: 1000;
  padding-top: 16px;
  background: #fff url(images/line-h.png) top left repeat-x; }

#wi-wrapper:before,
#wi-wrapper:after {
  content: "";
  background: url(images/line.png) top left repeat-y;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 2px;
  display: block;
  z-index: 99; }

#wi-wrapper:after {
  left: auto;
  right: 0; }

.has-sidebar #primary,
.has-sidebar #secondary {
  float: left; }

.has-sidebar #primary {
  width: 74%;
  padding-right: 30px; }

.has-sidebar #secondary {
  width: 26%; }

/* left sidebar */
.has-sidebar.sidebar-left #primary {
  float: right;
  padding-right: 0;
  padding-left: 30px; }

.has-sidebar.sidebar-left #secondary {
  float: left; }

/* TITLE
-------------------------------------------------------------------------------------- */
/* header */
.page-header {
  padding: 0 0 20px; }

/* title */
/* page title */
.page-title {
  font-size: 70px;
  text-align: center;
  overflow: hidden;
  margin-bottom: 0;
  border-top: 3px solid;
  border-bottom: 2px solid;
  padding: 10px 0 16px; }

.page-title span {
  position: relative;
  display: inline-block; }

.page-title span:before,
.page-title span:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 999px;
  border-top: 2px solid;
  border-bottom: 2px solid;
  height: 8px;
  margin-top: -1px;
  display: none; }

.page-title span:before {
  right: 100%;
  margin-right: 24px; }

.page-title span:after {
  left: 100%;
  margin-left: 24px; }

#titlebar {
  position: relative;
  z-index: 90;
  text-align: center;
  margin-bottom: 32px; }

#titlebar .container {
  position: relative;
  padding: 10px;
  background: #f0f0f0; }

.title-area {
  padding: 24px;
  border: 2px solid; }

.title-label {
  position: absolute;
  display: block;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  line-height: 1; }

.title-label span {
  display: inline-block;
  padding: 0 10px;
  letter-spacing: 5px;
  font-size: 10px;
  color: #fff;
  background: #000;
  height: 20px;
  line-height: 20px;
  font-family: Oswald, sans-serif;
  text-transform: uppercase; }

.archive-title {
  margin-bottom: 0;
  font-size: 80px;
  line-height: 1.2; }

.page-subtitle {
  display: block;
  max-width: 700px;
  margin: 16px auto 0;
  font-size: 1.3em;
  font-weight: normal;
  position: relative;
  margin-top: 32px;
  padding-top: 20px; }

.page-subtitle:before {
  position: absolute;
  content: "";
  top: 0px;
  left: 50%;
  border-top: 2px solid;
  width: 100px;
  margin-left: -50px; }

.headline-authorbox {
  margin: 1em auto 0;
  max-width: 600px;
  overflow: hidden; }
  .headline-authorbox .author-social {
    float: none;
    display: inline-block; }

.heading-author-avatar {
  margin: 0 0 1em; }
  .heading-author-avatar img {
    width: 90px;
    height: 90px; }

/* HEADER
-------------------------------------------------------------------------------------- */
#wi-header {
  position: relative;
  padding: 20px 0 20px; }

#wi-header > .container {
  position: relative; }

#logo-area {
  overflow: hidden;
  padding: 0 0; }

#wi-logo {
  position: relative;
  text-align: center; }

#wi-logo h1,
#wi-logo h2 {
  margin-bottom: 0; }

.slogan {
  margin: 6px 0 0;
  font-weight: normal;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 12px;
  text-align: center; }

/* Header Area */
#header-area {
  padding: 30px 0 20px;
  text-align: center; }

.single #header-area,
.page #header-area {
  padding-bottom: 0; }

/* topbar */
.header-sticky-element {
  position: relative;
  z-index: 100;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s; }

#wi-topbar .container {
  padding: 10px 0 0;
  position: relative; }
  #wi-topbar .container #wi-mainnav {
    position: relative;
    z-index: 10; }
  #wi-topbar .container .header-social {
    z-index: 10; }

.topbar-inner:after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  right: 0;
  content: "";
  background: url(images/line-h.png) top left repeat-x; }

.header-logo-above #wi-header {
  padding: 10px 0; }
.header-logo-above #wi-topbar {
  padding-bottom: 10px; }
.header-logo-above #wi-topbar:not(.is-sticky) .container {
  padding: 5px 0; }
  .header-logo-above #wi-topbar:not(.is-sticky) .container .header-social {
    bottom: 5px; }
.header-logo-above .topbar-inner:after {
  z-index: 1;
  top: 0;
  height: auto;
  border-top: 2px solid; }

.header-logo-below #wi-topbar.is-sticky {
  padding-bottom: 10px; }

.header-sticky-element.is-sticky {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99999999;
  background: rgba(255, 255, 255, 0.9);
  /*
  -webkit-box-shadow: inset 0 -1px 0 rgba( 0, 0, 0, 0.32 ), 0 1px 3px rgba( 0, 0, 0, 0.22 );
  -moz-box-shadow: inset 0 -1px 0 rgba( 0, 0, 0, 0.32 ), 0 1px 3px rgba( 0, 0, 0, 0.22 );
  box-shadow: inset 0 -1px 0 rgba( 0, 0, 0, 0.32 ), 0 1px 3px rgba( 0, 0, 0, 0.22 ); */
  border-bottom: 1px solid;
  -webkit-animation-name: topbar;
  -moz-animation-name: topbar;
  -o-animation-name: topbar;
  animation-name: topbar; }
  .header-sticky-element.is-sticky #wi-logo img {
    width: auto;
    max-height: 50px; }
  .header-sticky-element.is-sticky .main-container {
    padding: 10px 0;
    align-items: center; }

@-webkit-keyframes topbar {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@-moz-keyframes topbar {
  0% {
    opacity: 0;
    -moz-transform: translateY(-100%); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }
@-o-keyframes topbar {
  0% {
    opacity: 0;
    -o-transform: translateY(-100%); }
  100% {
    opacity: 1;
    -o-transform: translateY(0); } }
@keyframes topbar {
  0% {
    opacity: 0;
    transform: translateY(-100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
.admin-bar .header-sticky-element.is-sticky {
  top: 32px; }

#wi-topbar.is-sticky .topbar-inner:after {
  display: none; }

/* HEADER SOCIAL */
#header-social {
  position: absolute;
  right: 0;
  bottom: 0; }

.header-social ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.header-social ul li {
  display: block;
  float: left;
  margin-left: 0; }

.header-social ul li:first-child {
  margin-left: 0; }

.header-social ul li a {
  text-decoration: none;
  display: block;
  font-size: 24px;
  color: #000;
  width: 34px;
  height: 40px;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out; }

.header-social ul li a:hover {
  color: #db4a37; }

.header-social ul li a span {
  display: none; }

.header-social ul li a i {
  line-height: 40px;
  display: block; }

/* search */
#header-search {
  display: block;
  height: 40px;
  width: 100%;
  z-index: 999;
  margin-bottom: 20px;
  display: none; }

#header-search .submit {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background: #000;
  border: none;
  outline: none;
  display: none; }

#header-search .s {
  border: none;
  background: #ddd;
  height: 40px;
  line-height: 20px;
  padding: 10px;
  padding-right: 50px; }

/* Header inline
--------------------------- */
.header-inline .main-container {
  display: flex;
  align-items: flex-end;
  padding-bottom: 10px; }
  .header-inline .main-container #logo-area {
    max-width: 40%;
    flex: none; }
  .header-inline .main-container #wi-mainnav {
    position: relative;
    margin-left: auto; }
  .header-inline .main-container #header-social {
    position: static;
    margin-left: 10px; }

/* MENU
-------------------------------------------------------------------------------------- */
#toggle-menu {
  display: none;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 40px;
  padding: 10px;
  color: #000;
  text-decoration: none;
  outline: none;
  border: none;
  cursor: pointer;
  z-index: 50; }
  #toggle-menu span {
    height: 2px;
    background: currentColor;
    width: 100%;
    display: block; }
    #toggle-menu span + span {
      margin-top: 5px; }

.no-menu,
#wi-mainnav {
  float: left;
  display: block;
  font-family: Oswald, sans-serif;
  font-style: normal; }

.no-menu {
  font-size: 22px; }

#wi-mainnav .menu > ul {
  list-style: none;
  margin: 0;
  padding: 0; }

#wi-mainnav .menu > ul > li {
  display: block;
  float: left;
  position: relative; }

#wi-mainnav .menu > ul > li:first-child {
  margin-left: 0; }

#wi-mainnav .menu > ul > li > a {
  display: block;
  position: relative;
  text-decoration: none;
  height: 40px;
  line-height: 40px;
  padding: 0 14px;
  position: relative;
  color: #000;
  font-size: 26px;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out; }

#wi-mainnav .menu > ul > li.menu-item-has-children > a:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "\f107";
  margin-left: 6px; }

#wi-mainnav .menu > ul > li a > i {
  margin-right: 8px;
  display: inline-block;
  vertical-align: top; }

#wi-mainnav .menu > ul > li > a > i {
  line-height: 40px; }

#wi-mainnav .menu > ul > li.current-menu-item > a,
#wi-mainnav .menu > ul > li.current-menu-ancestor > a {
  background: #000;
  color: #fff; }

#wi-mainnav .menu > ul > li > a .indicator,
#wi-mainnav .menu > ul > li > ul > li > a .indicator {
  display: none; }

#wi-mainnav .menu > ul > li > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  background: #fff;
  border: 1px solid;
  padding: 0;
  position: absolute;
  top: 100%;
  left: 0;
  width: 180px;
  z-index: 101;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  margin-top: -6px; }

#wi-mainnav .menu > ul > li:hover > ul {
  display: block;
  opacity: 1;
  visibility: visible;
  margin-top: -2px; }

#wi-mainnav .menu > ul > li > ul > li {
  display: block;
  position: relative; }

#wi-mainnav .menu > ul > li > ul > li > a {
  text-decoration: none;
  display: block;
  padding: 7px 14px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #000;
  border-top: 1px solid #333;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s; }

#wi-mainnav .menu > ul > li > ul > li:first-child > a {
  border-top: none; }

#wi-mainnav .menu > ul > li > ul li > a:hover,
#wi-mainnav .menu > ul > li > ul li.current-menu-item > a,
#wi-mainnav .menu > ul > li > ul li.current-menu-ancestor > a {
  background: #f9f9f9;
  color: #db4a37; }

/* third drop-down */
#wi-mainnav .menu > ul > li > ul > li > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  background: #fff;
  border: 1px solid;
  padding: 0;
  position: absolute;
  left: 100%;
  top: 0;
  width: 180px;
  z-index: 101;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  margin-left: -8px; }

#wi-mainnav .menu > ul > li > ul > li:hover > ul {
  display: block;
  opacity: 1;
  visibility: visible;
  margin-left: 0px; }

#wi-mainnav .menu > ul > li > ul > li > ul > li {
  display: block;
  position: relative; }

#wi-mainnav .menu > ul > li > ul > li > ul > li > a {
  text-decoration: none;
  display: block;
  padding: 7px 14px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #000;
  border-top: 1px solid #333;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s; }

#wi-mainnav .menu > ul > li > ul > li > ul > li:first-child > a {
  border-top: none; }

#wi-mainnav .menu > ul > li > ul li > a:hover,
#wi-mainnav .menu > ul > li > ul li.current-menu-item > a,
#wi-mainnav .menu > ul > li > ul li.current-menu-ancestor > a {
  background: #f9f9f9;
  color: #db4a37; }

/* Submenu dark */
.submenu-dark #wi-mainnav .menu > ul > li > ul,
.submenu-dark #wi-mainnav .menu > ul > li > ul > li > ul {
  background: #000; }

.submenu-dark #wi-mainnav .menu > ul {
  color: #fff; }

.submenu-dark #wi-mainnav .menu > ul > li > ul {
  border: 0; }

.submenu-dark #wi-mainnav .menu > ul > li > ul > li > a,
.submenu-dark #wi-mainnav .menu > ul > li > ul > li > ul > li > a {
  color: #fff;
  border-top-color: #444; }
  .submenu-dark #wi-mainnav .menu > ul > li > ul > li > a:hover,
  .submenu-dark #wi-mainnav .menu > ul > li > ul > li > ul > li > a:hover {
    color: #db4a37;
    background: rgba(255, 255, 255, 0.1); }

.submenu-dark #wi-mainnav .menu > ul > li > ul li > a:hover,
.submenu-dark #wi-mainnav .menu > ul > li > ul li.current-menu-item > a,
.submenu-dark #wi-mainnav .menu > ul > li > ul li.current-menu-ancestor > a {
  background: #333; }

.submenu-dark #wi-mainnav .menu > ul > li > ul li > a:hover,
.submenu-dark #wi-mainnav .menu > ul > li > ul li.current-menu-item > a,
.submenu-dark #wi-mainnav .menu > ul > li > ul li.current-menu-ancestor > a {
  color: #db4a37; }

/* Mega Menu */
#wi-mainnav .menu > li.mega-full {
  position: static; }

#wi-mainnav .menu > li.mega > ul {
  width: 100%;
  table-layout: fixed;
  padding: 20px 0;
  overflow: hidden; }

#wi-mainnav .menu > li.mega.column-2 > ul {
  width: 400px; }

#wi-mainnav .menu > li.mega.column-3 > ul {
  width: 600px; }

#wi-mainnav .menu > li.mega.column-4 > ul,
#wi-mainnav .menu > li.mega.column-5 > ul {
  width: 100%;
  left: auto;
  right: 0; }

#wi-mainnav .menu > li.mega.column-2 > ul > li {
  width: 50%; }

#wi-mainnav .menu > li.mega.column-3 > ul > li {
  width: 33.33%; }

#wi-mainnav .menu > li.mega.column-4 > ul > li {
  width: 25%; }

#wi-mainnav .menu > li.mega.column-5 > ul > li {
  width: 20%; }

#wi-mainnav .menu > li.mega > ul > li {
  display: table-cell;
  position: static;
  border-left: 1px solid; }

.submenu-dark #wi-mainnav .menu > li.mega > ul > li {
  border-left-color: rgba(255, 255, 255, 0.3); }

#wi-mainnav .menu > li.mega > ul > li:first-child {
  border-left: none; }

/* mega lead item */
#wi-mainnav .menu > li.mega > ul > li > a {
  border-top: none;
  font-weight: 600;
  color: inherit !important; }

#wi-mainnav .menu > li.mega > ul > li > ul {
  display: none;
  opacity: 1 !important;
  visibility: visible;
  position: static;
  box-shadow: none;
  width: 100%;
  border: none;
  margin: 0;
  overflow: hidden; }

#wi-mainnav .menu > ul > li.mega:hover > ul > li > ul {
  display: block; }

#wi-mainnav .menu > li.mega > ul > li > ul > li {
  display: block;
  float: right;
  width: 100%; }

#wi-mainnav .menu > li.mega > ul > li > ul a {
  display: block;
  width: 100%;
  border: none;
  transition: none;
  font-size: 11px; }
  #wi-mainnav .menu > li.mega > ul > li > ul a:hover {
    color: white;
    background: #111; }

/* Mega menu for category loading latest posts
 * @since 2.8
--------------------- */
#wi-mainnav .menu > li.mega > ul.submenu-display-items {
  padding: 10px;
  table-layout: fixed; }

#wi-mainnav .menu > li.mega > ul > li.post-nav-item {
  border: 0;
  padding: 10px;
  display: block;
  float: left; }

.post-nav-item-thumbnail {
  display: block;
  width: 100%;
  margin: 0 0 10px;
  background: #f0f0f0;
  overflow: hidden;
  padding-bottom: 80%;
  position: relative;
  transition: all .3s ease-out; }
  .post-nav-item-thumbnail a {
    display: block;
    outline: 0;
    padding: 0 !important;
    background: none !important; }
  .post-nav-item-thumbnail img {
    display: block;
    width: 100%;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0; }

.post-nav-item-text {
  overflow: hidden; }

.post-nav-item-title {
  text-transform: none;
  font-size: 16px;
  line-height: 1.3;
  margin: 0;
  letter-spacing: 0;
  transition: all .3s ease-out; }
  .post-nav-item-title a {
    color: inherit;
    display: block;
    padding: 0 !important;
    background: none !important;
    outline: 0; }

.post-nav-item-loading .post-nav-item-title {
  height: 20px;
  width: 100px;
  background: #f0f0f0; }

.post-nav-item-excerpt {
  font-family: Merriweather, georgia, serif;
  text-transform: none;
  letter-spacing: 0;
  font-size: 13px;
  margin: .5em 0 0; }

#nav .post-nav-item-title a:hover {
  color: inherit; }

.post-nav-item.showing .post-nav-item-thumbnail,
.post-nav-item.showing .post-nav-item-title {
  opacity: 1;
  visibility: visible; }

/* FEATURED SLIDER
-------------------------------------------------------------------------------------- */
/* performance */
.blog-slider {
  min-height: 300px;
  margin-bottom: 32px;
  background: url(images/loader.gif) center center no-repeat;
  -webkit-background-size: 32px;
  -moz-background-size: 32px;
  background-size: 32px; }

.blog-slider.loaded {
  background: none; }

/* navigation */
.blog-slider .flex-direction-nav {
  position: absolute;
  top: 0;
  right: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  z-index: 40; }

.blog-slider .flex-direction-nav li {
  display: block;
  float: left; }

.blog-slider .flex-direction-nav a {
  position: static;
  top: 0;
  opacity: 1 !important;
  color: #fff;
  background: #000;
  background: rgba(0, 0, 0, 0.85);
  text-shadow: none;
  width: auto;
  height: 24px;
  line-height: 24px;
  padding: 0 10px;
  margin: 0;
  font-family: Oswald, sans-serif;
  font-weight: normal;
  font-size: 12px;
  letter-spacing: 6px;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out; }
  .blog-slider .flex-direction-nav a.flex-disabled {
    display: none !important; }

.blog-slider .flex-direction-nav a:hover {
  background: #db4a37; }

.blog-slider .flex-direction-nav .flex-prev,
.blog-slider .flexslider:hover .flex-direction-nav .flex-prev {
  left: auto;
  right: 44px; }

.blog-slider .flex-direction-nav .flex-next,
.blog-slider .flexslider:hover .flex-direction-nav .flex-next {
  right: 0; }

.blog-slider .flex-direction-nav a:before {
  font-size: 10px;
  display: inline;
  margin: 0 6px; }

.blog-slider .flex-direction-nav a.flex-next:before {
  float: right; }

.blog-slider .counter {
  display: none;
  position: absolute;
  bottom: 60px;
  left: 420px;
  color: #db4a37;
  font-size: 100px;
  font-style: italic;
  line-height: 1; }

/* slide details */
.post-slider {
  position: relative; }

.slider-body {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.slider-table {
  display: table;
  width: 100%;
  height: 100%; }

.slider-cell {
  display: table-cell;
  vertical-align: bottom;
  padding-bottom: 60px;
  color: #fff; }

.slider-date:after {
  content: "\2014";
  margin: 0 4px; }

.slider-header {
  padding-left: 10px; }

.slider-title {
  font-size: 60px;
  margin-bottom: 0;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4); }

.slider-title a,
.slider-title a:hover {
  color: #fff; }

.slider-excerpt {
  max-width: 440px;
  padding: 8px;
  background: #000; }

.slider-excerpt p {
  font-size: .9em;
  margin-bottom: 0; }

.slider-more {
  font-family: Oswald, sans-serif;
  letter-spacing: 1px;
  font-weight: bold; }

.slider-more:hover {
  text-decoration: underline; }

/* SECTIONS
-------------------------------------------------------------------------------------- */
.section-ad,
.single-ad {
  margin: 10px 0 30px; }
  .section-ad img,
  .single-ad img {
    display: block;
    margin: 0 auto; }

.section-heading {
  border-top: 4px solid;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 80px;
  text-align: center;
  position: relative; }

.section-heading .viewall {
  font-size: 12px;
  position: absolute;
  top: 12px;
  right: 0;
  letter-spacing: 1.5px;
  font-weight: 400; }

.section-heading .viewall:hover {
  text-decoration: underline; }

.wi-section .post-grid .readmore {
  display: none; }

.main-stream-ad {
  width: 100%;
  padding: 16px 16px 32px;
  clear: both; }
  .main-stream-ad img {
    display: block;
    margin: 0 auto; }
  .main-stream-ad a {
    outline: 0; }

/* BIG POST
-------------------------------------------------------------------------------------- */
.post-big {
  position: relative; }

.post-big .post-thumbnail {
  margin-bottom: 0;
  position: relative; }
  .post-big .post-thumbnail .post-thumbnail-caption {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 50%;
    padding: 5px 0 0 5px;
    background: white; }

.post-big .post-thumbnail img {
  display: block;
  width: 100%; }

.big-body {
  position: relative; }

.big-content {
  font-size: 1.3em; }

.big-title {
  font-size: 60px;
  padding-top: 10px;
  margin-bottom: 20px; }

.big-title a,
.big-title a:hover {
  color: #000; }

.big-meta {
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  letter-spacing: 3px;
  font-size: 14px;
  padding-top: 3px;
  border-top: 2px solid; }

.format-video .big-meta,
.format-audio .big-meta,
.format-gallery .big-meta {
  border-top: none;
  padding-top: 0;
  margin-top: 12px; }

.has-thumbnail .big-meta {
  position: absolute;
  height: 28px;
  background: #fff;
  top: -28px;
  line-height: 28px;
  padding-right: 6px;
  left: 0;
  padding-top: 0;
  border: none; }

.big-date {
  margin-left: 6px; }

.big-date:before {
  content: "/";
  margin-right: 6px; }

.big-cats a {
  color: #000; }

.big-cats a:hover {
  text-decoration: underline; }

.post-big .more-link {
  width: auto;
  display: block;
  float: right;
  margin-bottom: 20px;
  font-family: Oswald, sans-serif;
  text-transform: uppercase;
  letter-spacing: 4px;
  color: #000;
  font-weight: bold; }

.post-big .more-link:hover {
  text-decoration: underline; }

/* BLOG
-------------------------------------------------------------------------------------- */
/* general */
.wi-post {
  position: relative;
  padding-top: 50px;
  padding-bottom: 36px; }

.wi-post:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none; }

.wi-post:first-child:before {
  display: none; }

.wi-post.sticky .post-content {
  /* style the sticky post here */ }

/* thumbnail */
.post-thumbnail {
  position: relative;
  margin-bottom: 32px;
  text-align: center; }

/* layout */
.post-header {
  position: relative;
  display: block;
  border-top: 4px solid;
  border-bottom: 2px solid;
  margin-bottom: 32px;
  padding: 12px 0;
  text-align: center; }

/* title */
.post-title {
  font-size: 52px;
  font-weight: bold;
  margin-bottom: 0;
  position: relative; }

.post-title a {
  color: #000;
  text-decoration: none;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out; }

.post-title a:hover {
  color: #333; }

/* meta header */
.post-header-meta a {
  color: #000; }

.post-header-meta a:hover {
  text-decoration: underline; }

.post-header-meta > span:before {
  content: "\2014";
  margin: 0 6px; }

.post-header-meta > span:first-child:before {
  display: none; }

/* more link */
a.more-link {
  float: left;
  width: 100%;
  text-align: center;
  border-bottom: 0 !important; }

a.more-link span.post-more {
  background: #000;
  display: inline-block;
  padding: 4px 12px;
  color: #fff;
  font-family: Oswald, sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 12px;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out; }

.more-link span.post-more:hover {
  background: #db4a37; }

.entry-content {
  padding-bottom: 32px; }
  .entry-content a {
    border-bottom: 1px solid #ccc; }
    .entry-content a:hover {
      border-bottom-color: #111; }
    .entry-content a:focus {
      outline: 0; }

.enable-2-columns:not(.woocommerce):not(.woocommerce-page) .entry-content {
  text-align: justify;
  -moz-column-count: 2;
  -moz-column-gap: 30px;
  -webkit-column-count: 2;
  -webkit-column-gap: 30px;
  column-count: 2;
  column-gap: 30px; }

.enable-2-columns .entry-content p {
  margin-bottom: 24px; }

.wi-dropcap,
.enable-dropcap .dropcap-content:first-letter {
  font-weight: bold;
  font-size: 4em;
  display: block;
  float: left;
  margin: 5px 18px 10px 0;
  line-height: 1; }

.enable-dropcap .small-dropcap-content:first-letter {
  font-size: 2em; }

.wi-dropcap.dropcap-dark,
.dropcap-style-dark .enable-dropcap .dropcap-content:first-letter {
  background: #111;
  color: white;
  width: 64px;
  height: 64px;
  padding: 14px;
  line-height: 36px;
  text-align: center;
  font-size: 2.6em; }

.dropcap-style-dark .enable-dropcap .small-dropcap-content:first-letter,
.dropcap-style-color .enable-dropcap .small-dropcap-content:first-letter {
  font-size: 1.6em;
  width: 34px;
  height: 34px;
  line-height: 20px;
  padding: 7px;
  margin: 5px 18px 4px 0; }

.wi-dropcap.dropcap-color,
.dropcap-style-color .enable-dropcap .dropcap-content:first-letter {
  background: #db4a37;
  color: white;
  text-shadow: 3px 3px 0 black;
  width: 64px;
  height: 64px;
  padding: 14px;
  line-height: 36px;
  text-align: center;
  font-size: 2.6em; }

/* social share */
.post-share {
  display: block;
  position: relative;
  font-family: Arial, sans-serif;
  letter-spacing: 2px;
  font-size: 9px;
  text-transform: uppercase;
  margin: 0 auto;
  max-width: 720px; }

.share-label {
  display: none;
  text-align: center;
  letter-spacing: 1px;
  font-weight: 400;
  font-size: 12px;
  margin: 0 0 10px; }

.post-share ul {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden; }

.post-share ul li {
  display: block;
  margin: 0;
  float: left;
  width: 20%;
  padding: 0 1px 0 0; }

.post-share.share-1 ul li {
  width: 100%; }

.post-share.share-2 ul li {
  width: 50%; }

.post-share.share-3 ul li {
  width: 33.33%; }

.post-share.share-4 ul li {
  width: 25%; }

.post-share.share-6 ul li {
  width: 16.66%; }

.post-share ul li:last-child {
  margin-right: 0; }

.post-share ul li a {
  display: block;
  padding: 10px 0;
  text-align: center;
  color: #fff;
  background: #000;
  cursor: pointer;
  text-decoration: none;
  overflow: hidden;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  text-decoration: none; }

.post-share i {
  font-size: 12px;
  margin-right: 4px; }

.post-share ul li.li-facebook a {
  background: #3b5998; }

.post-share ul li.li-twitter a {
  background: #55acee; }

.post-share ul li.li-pinterest a {
  background: #cc2127; }

.post-share ul li.li-google-plus a {
  background: #dd4b39; }

.post-share ul li.li-linkedin a {
  background: #0077b5; }

.post-share ul li.li-comment a {
  background: #777; }

.post-share ul li.li-email a {
  background: #111; }

.post-share ul li.li-whatsapp a {
  background: #128c7e; }

.post-share ul li.li-reddit a {
  background: #5f99cf; }

.post-share ul li a:hover {
  opacity: 0.8; }

/* RELATED
-------------------------------------------------------------------------------------- */
.related-area {
  padding: 54px 0 20px; }

.blog-related-heading {
  text-align: center;
  font-size: 22px;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 0;
  padding-bottom: 8px;
  background: url(images/line-h.png) bottom left repeat-x; }

.blog-related {
  margin-left: -10px;
  margin-right: -10px;
  position: relative;
  padding-top: 20px; }

.blog-related .line {
  position: absolute;
  top: 0;
  left: 33.33%;
  display: block;
  bottom: 0;
  content: "";
  width: 2px;
  background: url(images/line.png) top left repeat-y; }

.blog-related .line2 {
  left: 66.66%; }

/* animation */
.blog-related .post-related,
.newspaper-related .post-related .related-thumbnail img,
.related-list .post-grid .grid-thumbnail img,
#posts-small .post-small .small-thumbnail img {
  opacity: 0;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s; }

.blog-related.inview .post-related,
.newspaper-related.inview .post-related .related-thumbnail img,
.related-list.inview .post-grid .grid-thumbnail img,
#posts-small.inview .post-small .small-thumbnail img {
  -webkit-animation-name: popup;
  -moz-animation-name: popup;
  -o-animation-name: popup;
  animation-name: popup; }

.blog-related .post-related:nth-child(2),
.newspaper-related .post-related:nth-child(2) .related-thumbnail img,
.related-list .post-grid:nth-child(2) .grid-thumbnail img,
#posts-small .post-small:nth-child(2) .small-thumbnail img {
  -webkit-animation-delay: .2s;
  -moz-animation-delay: .2s;
  -o-animation-delay: .2s;
  animation-delay: .2s; }

.blog-related .post-related:nth-child(3),
.newspaper-related .post-related:nth-child(3) .related-thumbnail img,
.related-list .post-grid:nth-child(3) .grid-thumbnail img,
#posts-small .post-small:nth-child(3) .small-thumbnail img {
  -webkit-animation-delay: .4s;
  -moz-animation-delay: .4s;
  -o-animation-delay: .4s;
  animation-delay: .4s; }

#posts-small .post-small:nth-child(4) .small-thumbnail img {
  -webkit-animation-delay: .6s;
  -moz-animation-delay: .6s;
  -o-animation-delay: .6s;
  animation-delay: .6s; }

#posts-small .post-small:nth-child(5) .small-thumbnail img {
  -webkit-animation-delay: .8s;
  -moz-animation-delay: .8s;
  -o-animation-delay: .8s;
  animation-delay: .8s; }

/* post related */
.post-related {
  display: block;
  float: left;
  width: 33.33%;
  padding: 0 10px; }

.related-thumbnail {
  display: block;
  float: left;
  width: 72px;
  margin: 0 12px 8px 0; }

.related-thumbnail .format-sign {
  display: none; }

.related-title {
  margin-bottom: 8px;
  font-size: 22px;
  clear: none; }

.related-title a {
  color: #000;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out; }

.related-title a:hover {
  color: #db4a37; }

.related-excerpt {
  font-size: .9em; }

.related-excerpt p {
  margin-bottom: 0; }

/* COOL POST
 * @since 2.9
-------------------------------------------------------------------------------------- */
.cool-post #primary {
  padding-top: 0; }
.cool-post #wi-main > .container {
  width: 100%;
  max-width: none; }
.cool-post .post-thumbnail img {
  display: block;
  width: 100%; }
.cool-post .post-thumbnail-caption {
  position: absolute;
  bottom: 0;
  right: 20px;
  color: white;
  padding: 5px 10px;
  background: black; }
.cool-post .post-header,
.cool-post .single-body,
.cool-post .single-tags,
.cool-post .related-posts,
.cool-post .authorbox,
.cool-post .comments-area,
.cool-post .post-nav {
  margin-left: auto;
  margin-right: auto;
  width: 660px;
  max-width: 96%; }
.cool-post .wp-caption.alignnone .wp-caption-text {
  text-align: center; }
.cool-post .alignright,
.cool-post blockquote.align-right {
  margin-right: -100px; }
.cool-post .alignleft,
.cool-post blockquote.align-left {
  margin-left: -100px; }
.cool-post img.fullsize {
  max-width: none;
  display: block;
  margin-top: 30px;
  opacity: 0;
  visibility: hidden;
  transition: opacity .1s, visibility .1s; }
  .cool-post img.fullsize.loaded {
    visibility: visible;
    opacity: 1; }
.cool-post img.largesize {
  margin-left: -100px;
  margin-right: -100px;
  display: block;
  max-width: calc(100% + 200px); }

/* BLOG MASONRY
-------------------------------------------------------------------------------------- */
/* animation */
.blog-masonry {
  position: relative;
  background: url(images/loader.gif) center 100px no-repeat;
  -webkit-background-size: 32px;
  -moz-background-size: 32px;
  background-size: 32px; }

.blog-masonry .post-masonry {
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.9s;
  -moz-animation-duration: .5s;
  -ms-animation-duration: .5s;
  -o-animation-duration: .5s;
  animation-duration: .5s;
  opacity: 0; }

.blog-masonry.loaded .post-masonry {
  opacity: 1;
  -webkit-animation-name: fade;
  -moz-animation-name: fade;
  -o-animation-name: fade;
  animation-name: fade; }

.blog-masonry .masonry-thumbnail img {
  visibility: hidden;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.9s;
  -moz-animation-duration: .5s;
  -ms-animation-duration: .5s;
  -o-animation-duration: .5s;
  animation-duration: .5s;
  opacity: 0; }

.blog-masonry.loaded {
  background: none; }

.blog-masonry.loaded .inview .masonry-thumbnail img {
  visibility: visible;
  -webkit-animation-name: popup;
  -moz-animation-name: popup;
  -o-animation-name: popup;
  animation-name: popup; }

@-webkit-keyframes popup {
  from {
    -webkit-transform: translateY(10px); }
  to {
    -webkit-transform: translateY(0px);
    opacity: 1; } }
@-moz-keyframes popup {
  from {
    -moz-transform: translateY(10px); }
  to {
    -moz-transform: translateY(0px);
    opacity: 1; } }
@keyframes popup {
  from {
    transform: translateY(10px); }
  to {
    transform: translateY(0px);
    opacity: 1; } }
/* general */
.post-masonry {
  display: block;
  float: left; }

/* 2 columns */
.blog-masonry.column-2 {
  margin-left: -16px;
  margin-right: -16px; }

.blog-masonry.column-2 .post-masonry,
.blog-masonry.column-2 .main-stream-ad {
  width: 50%;
  padding: 0 16px 32px; }

.blog-masonry.column-2 .grid-sizer {
  width: 50%; }

.blog-masonry.column-2 .post-masonry:first-child {
  width: 100%; }

/* 3 columns */
.blog-masonry.column-3 {
  margin-left: -16px;
  margin-right: -16px; }

.blog-masonry.column-3 .post-masonry,
.blog-masonry.column-3 .main-stream-ad {
  width: 33.33%;
  padding: 0 16px 32px; }

.blog-masonry.column-3 .grid-sizer {
  width: 33.33%; }

.blog-masonry.column-3 .post-masonry:first-child {
  width: 66.66%; }

/* 4 columns */
.blog-masonry.column-4 {
  margin-left: -6px;
  margin-right: -6px; }

.blog-masonry.column-4 .post-masonry,
.blog-masonry.column-4 .main-stream-ad {
  width: 25%;
  padding: 0 6px 30px; }

.blog-masonry.column-4 .grid-sizer {
  width: 25%; }

.blog-masonry.column-4 .post-masonry:first-child {
  width: 50%; }

.blog-masonry.column-4 .post-masonry .masonry-title a {
  font-size: .8em; }

/* thumbnail */
.masonry-thumbnail {
  position: relative;
  overflow: hidden;
  margin-bottom: 16px;
  background: #db4a37; }

.masonry-thumbnail img {
  display: block;
  width: 100%; }

/* header */
.masonry-header {
  margin-bottom: 12px;
  border-bottom: 2px solid; }

/* title */
.masonry-title {
  font-size: 32px;
  text-transform: inherit;
  margin-bottom: 0; }

.masonry-title a {
  color: #000; }

/* meta */
.masonry-meta {
  font-size: 0.7em;
  font-family: Oswald, sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase; }

.masonry-cats:before {
  content: "/";
  margin-right: 4px; }

.masonry-cats {
  overflow: hidden;
  margin-left: 4px; }

.masonry-cats a {
  color: #000; }

.masonry-cats a:hover {
  text-decoration: underline; }

.masonry-cats .sep {
  margin: 0 4px; }

/* masonry content */
.masonry-content {
  font-size: 0.9em; }

.masonry-content p {
  margin-bottom: 10px; }

/* BLOG NEWSPAPER
-------------------------------------------------------------------------------------- */
/* animation */
.blog-newspaper {
  position: relative;
  background: url(images/loader.gif) center 100px no-repeat;
  -webkit-background-size: 32px;
  -moz-background-size: 32px;
  background-size: 32px; }

.blog-newspaper.loaded {
  background: none; }

.blog-newspaper .post-newspaper {
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.9s;
  -moz-animation-duration: .5s;
  -ms-animation-duration: .5s;
  -o-animation-duration: .5s;
  animation-duration: .5s;
  opacity: 0; }

.blog-newspaper.loaded .post-newspaper {
  opacity: 1;
  -webkit-animation-name: fade;
  -moz-animation-name: fade;
  -o-animation-name: fade;
  animation-name: fade; }

/* general */
.blog-newspaper {
  margin-left: -20px;
  margin-right: -20px; }

.post-newspaper,
.blog-newspaper .main-stream-ad {
  display: block;
  float: left;
  width: 50%;
  padding: 0 20px 40px; }

.blog-newspaper .grid-sizer {
  width: 50%; }

/* thumbnail */
.post-newspaper .slick-item img {
  height: 260px; }

.post-newspaper .post-thumbnail {
  margin-bottom: 16px; }
  .post-newspaper .post-thumbnail .post-thumbnail-caption {
    color: #999;
    font-size: 11px; }

/* header */
.newspaper-header {
  margin-bottom: 16px;
  border-bottom: 1px solid;
  border-top: 2px solid;
  padding: 12px 0; }

/* title */
.newspaper-title {
  text-align: center;
  font-size: 36px;
  text-transform: inherit;
  line-height: 1.1;
  margin-bottom: 8px; }

.newspaper-title a {
  color: #000; }

/* meta */
.newspaper-meta {
  text-align: center;
  font-size: .9em; }

.newspaper-meta a {
  color: #000; }

.newspaper-meta a:hover {
  text-decoration: underline; }

.newspaper-meta > span:before {
  content: "/";
  margin: 0 2px; }

.newspaper-meta > span:first-child:before {
  display: none; }

/* newspaper content */
.newspaper-content {
  font-size: 0.9em;
  padding-bottom: 20px; }

.enable-2-columns:not(.woocommerce):not(.woocommerce-page) .newspaper-content {
  text-align: justify;
  -moz-column-count: 2;
  -moz-column-gap: 20px;
  -webkit-column-count: 2;
  -webkit-column-gap: 20px;
  column-count: 2;
  column-gap: 20px; }

.newspaper-content p {
  margin-bottom: 10px; }

/* more link */
.post-newspaper .more-link span {
  letter-spacing: 8px; }

/* share */
.post-newspaper .post-share {
  margin-top: 20px; }
  .post-newspaper .post-share ul li a {
    letter-spacing: 1px;
    font-size: 9px; }
  .post-newspaper .post-share span {
    display: none; }

/* related */
.post-newspaper .related-area {
  /* remove background since 2.9 */
  border-top: 4px solid;
  padding: 24px 0;
  margin-top: 24px; }

.newspaper-related-heading {
  letter-spacing: 3px;
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 32px; }

.newspaper-related {
  margin-left: -14px;
  margin-right: -14px; }

.post-newspaper .post-related {
  padding-left: 14px;
  padding-right: 14px; }

.post-newspaper .related-thumbnail {
  float: none;
  display: block;
  margin: 0 0 10px;
  width: 100%;
  overflow: hidden;
  background: #db4a37; }

.post-newspaper .related-title {
  margin: 0;
  font-weight: inherit;
  font-size: 13px;
  font-family: inherit;
  clear: none; }

.post-newspaper .related-excerpt {
  display: none; }

/* GRID LAYOUT
-------------------------------------------------------------------------------------- */
/* layout */
.blog-grid {
  position: relative;
  margin-left: -16px;
  margin-right: -16px;
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start; }

.post-grid {
  display: block;
  padding: 0 16px 16px; }

/* 2 columns */
.blog-grid.column-2 .post-grid {
  width: 50%; }

/* 3 columns */
.blog-grid.column-3 .post-grid {
  width: 33.33%; }

/* 4 columns */
.blog-grid.column-4 .post-grid {
  width: 25%; }

/* thumbnail */
.grid-thumbnail {
  position: relative;
  margin-bottom: 16px; }

figure {
  position: relative; }

figure .entry-view-count {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 20;
  background: #111;
  color: white;
  font-family: Oswald, sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 10px;
  padding: 3px; }

.grid-thumbnail img {
  display: block;
  width: 100%; }

.grid-thumbnail .format-indicator {
  color: #000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  border: 2px solid; }

.grid-thumbnail .format-indicator i {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin: -40px 0 0 -40px;
  line-height: 80px;
  font-size: 20px;
  text-align: center; }

.format-sign {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  text-align: center;
  font-size: 12px;
  background: none;
  padding: 4px 4px 0 0; }
  .format-sign i {
    position: relative;
    z-index: 20; }

.format-sign:before {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 40px 40px 0;
  border-color: transparent #000 transparent transparent;
  -webkit-transition: all .15s;
  -moz-transition: all .15s;
  -ms-transition: all .15s;
  -o-transition: all .15s;
  transition: all .15s; }

.grid-thumbnail .format-sign,
.masonry-thumbnail .format-sign,
.list-thumbnail .format-sign,
.carousel-thumbnail .format-sign,
.small-thumbnail .format-sign {
  display: block; }

.grid-thumbnail:hover .format-sign:before,
.masonry-thumbnail:hover .format-sign:before,
.list-thumbnail:hover .format-sign:before,
.carousel-thumbnail:hover .format-sign:before,
.small-thumbnail:hover .format-sign:before {
  border-right-color: #db4a37; }

/* VIDEO FORMAT SIGN ="= */
.format-sign.sign-video {
  z-index: 30;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  margin: -25px 0 0 -25px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  color: #fff;
  background: none;
  background: rgba(0, 0, 0, 0.8);
  font-size: 16px;
  padding: 0;
  text-align: center; }

.grid-thumbnail:hover .format-sign.sign-video,
.masonry-thumbnail:hover .format-sign.sign-video,
.list-thumbnail:hover .format-sign.sign-video,
.carousel-thumbnail:hover .format-sign.sign-video,
.small-thumbnail:hover .format-sign.sign-video {
  background: #db4a37; }

.format-sign.sign-video:before {
  display: none; }

.format-sign.sign-video i {
  display: block;
  line-height: 50px; }

/* header */
.grid-header {
  margin-bottom: 20px;
  border-bottom: 2px solid; }

/* title */
.grid-title {
  font-size: 26px;
  padding-bottom: 6px;
  margin-bottom: 0;
  line-height: 1.1; }

.grid-title a {
  color: #000;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out; }

.grid-title a:hover {
  color: #db4a37; }

/* grid meta */
.grid-meta,
.masonry-meta {
  font-size: 0.7em;
  padding-top: 7px;
  font-family: Oswald, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px; }
  .grid-meta > * + *:before,
  .masonry-meta > * + *:before {
    content: "/";
    margin-right: 2px; }
  .grid-meta a,
  .masonry-meta a {
    color: inherit; }
    .grid-meta a:hover,
    .masonry-meta a:hover {
      text-decoration: underline; }
  .grid-meta .sep,
  .masonry-meta .sep {
    margin: 0 4px; }
  .grid-meta .in-word,
  .masonry-meta .in-word {
    display: none; }

.grid-cats:before {
  content: "/";
  margin-right: 2px; }

.grid-cats {
  overflow: hidden;
  margin-left: 2px; }

.grid-cats a {
  color: #000; }

.grid-cats a:hover {
  text-decoration: underline; }

.grid-cats .sep {
  margin: 0 4px; }

/* grid-content */
.grid-content {
  font-size: 0.9em; }

.grid-content p {
  margin-bottom: 20px; }

/* more */
.readmore {
  font-family: Oswald, sans-serif;
  letter-spacing: 1px;
  font-weight: bold;
  display: inline-block; }

.readmore:hover {
  text-decoration: underline; }

/* BLOG LIST
-------------------------------------------------------------------------------------- */
.post-list {
  overflow: hidden;
  position: relative;
  padding: 40px 0 32px; }

.post-list:first-child {
  padding-top: 0; }

.post-list:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: url(images/line-h.png) top left repeat-x;
  height: 2px;
  content: ""; }

.post-list:first-child:before {
  display: none; }

.list-thumbnail {
  display: block;
  float: left;
  margin-right: 28px;
  width: 360px;
  position: relative; }

/* nosidebar case */
.post-list .post-body {
  overflow: hidden; }

/* cats */
.list-meta {
  font-size: 0.7em;
  font-family: Oswald, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px; }

.list-meta a {
  color: #000; }

.list-cats a:hover {
  text-decoration: underline; }

.list-meta .sep {
  margin: 0 5px; }

.list-cats {
  margin-left: 4px; }

.list-cats:before {
  content: "/";
  margin-right: 4px; }

/* header */
.list-header {
  padding: 0px 0 26px; }

/* title */
.list-title {
  font-size: 36px;
  line-height: 1.2;
  margin: 0; }

.list-title a {
  color: #000; }

.list-title a:hover {
  color: #333; }

/* grid-content */
.list-content p {
  margin-bottom: 10px; }

/* PAGINATION
-------------------------------------------------------------------------------------- */
.wi-pagination {
  padding: 48px 0 24px;
  text-align: center; }

.pagination-inner {
  display: inline-block;
  border: 2px solid #444;
  padding: 5px 16px;
  letter-spacing: 5px;
  font-family: Oswald, sans-serif;
  text-transform: uppercase;
  font-size: 13px; }

.wi-pagination a.page-numbers {
  color: #000;
  padding: 0 6px;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out; }

.wi-pagination span.page-numbers {
  color: #ccc; }

.wi-pagination a.page-numbers:hover {
  color: #db4a37; }

/* SINGLE
-------------------------------------------------------------------------------------- */
/* meta */
.single-meta {
  overflow: hidden; }

.single-date {
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  letter-spacing: 2px;
  font-size: 0.8em;
  float: left; }

.single-cats {
  float: right;
  font-size: 0.8em;
  font-family: Oswald, sans-serif; }

.single-cats a {
  color: inherit;
  text-transform: uppercase; }

.single-cats a:hover {
  text-decoration: underline; }

/* Paginated */
.page-links-container {
  overflow: hidden;
  margin: 20px auto;
  font-weight: normal;
  font-family: Oswald, sans-serif;
  line-height: 1.2;
  border-top: 2px solid;
  padding-top: 8px; }

.page-links-label {
  float: left;
  margin-right: 20px;
  font-weight: bold; }

.page-links > span,
.page-links > a,
.page-links > a:hover {
  display: block;
  float: left;
  padding: 0 10px;
  border-bottom: none;
  border-right: 1px solid;
  color: #000; }

.page-links > span:last-child,
.page-links > a:last-child {
  padding-right: 0;
  border-right: none; }

.page-links > a {
  color: #333;
  text-decoration: none; }

.page-links > a:hover {
  color: #db4a37; }

.page-links > span {
  color: #999; }

/* info */
.single-info {
  position: relative;
  padding-top: 30px;
  margin-top: 20px; }

.single-info:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  border-top: 1px solid;
  content: ""; }

/* post count */
.post-views.entry-meta {
  margin-bottom: 10px;
  background: #f0f0f0;
  padding: 14px;
  font-family: Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 11px; }
  .post-views.entry-meta i {
    font-size: inherit; }

/* tags */
.single-tags {
  font-family: Oswald, sans-serif;
  letter-spacing: 2px;
  font-size: 11px;
  text-transform: uppercase;
  margin-top: 32px;
  text-align: center; }

.tag-label {
  font-weight: bold;
  margin-right: 12px; }

.single-tags a {
  display: inline-block;
  margin: 0 4px 6px 0;
  border: 1px solid #999;
  padding: 5px 8px;
  color: inherit;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out; }

.single-tags a:hover {
  color: #db4a37; }

/* single share */
/* related posts */
#related-posts {
  padding-top: 40px; }

.related-heading {
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 6px;
  text-transform: uppercase;
  margin-bottom: 22px;
  position: relative;
  padding: 12px 0 0;
  text-align: center; }

.related-heading:before {
  content: "";
  width: 100%;
  left: 0;
  top: 0;
  height: 6px;
  border-top: 2px solid;
  position: absolute; }

.related-list .grid-thumbnail {
  background: #db4a37;
  overflow: hidden; }

.related-list .readmore {
  display: none !important; }

.related-list.column-3 {
  margin-left: -16px;
  margin-right: -16px; }

.related-list.column-3 .post-grid {
  padding-left: 16px;
  padding-right: 16px; }

/* authorbox tab */
.authorbox-tab {
  display: none;
  overflow: hidden; }

.authorbox-tab.active {
  display: block; }

.authorbox-nav {
  display: block;
  height: 24px;
  margin-bottom: 16px;
  font-size: 11px;
  font-family: Oswald, sans-serif;
  letter-spacing: 2px; }

.authorbox-nav ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  clear: both;
  overflow: hidden;
  position: relative; }

.authorbox-nav ul li {
  display: block;
  float: left;
  margin-right: 4px; }

.authorbox-nav ul li:first-child:before {
  display: none; }

.authorbox-nav ul li a {
  display: block;
  padding: 3px 6px;
  text-transform: uppercase;
  color: #000;
  cursor: pointer; }

.authorbox-nav ul li.active a {
  position: relative;
  z-index: 30;
  color: #fff;
  background: #000; }

/* authorbox */
.authorbox {
  margin-top: 48px;
  position: relative;
  overflow: hidden;
  padding: 10px;
  background: #f0f0f0; }

.authorbox-inner {
  border: 1px solid #000;
  padding: 24px;
  overflow: hidden; }

.author-avatar {
  position: relative;
  display: block;
  width: 90px;
  height: 90px;
  float: left;
  margin-right: 44px;
  margin-top: 34px; }

.author-avatar:after {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 106%;
  height: 106%;
  content: "";
  background: #ccc;
  -webkit-transform: rotate(5deg);
  -moz-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg); }

.author-avatar img {
  display: block;
  position: relative;
  z-index: 30;
  background: #fff;
  padding: 4px;
  border: 1px solid #000; }

.authorbox-content {
  overflow: hidden;
  position: relative; }

.author-name {
  margin-bottom: 12px;
  font-size: 20px; }

.author-name a {
  color: #000;
  font-style: normal;
  font-size: 20px;
  text-decoration: none; }

.author-name a:hover {
  text-decoration: underline; }

.authorbox-content .desc p {
  margin-bottom: 10px; }

.author-social {
  margin-top: 8px;
  float: right; }

.author-social ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0; }

.author-social ul li {
  display: block;
  float: left; }

.author-social ul li a {
  display: block;
  width: 32px;
  height: 32px;
  font-size: 22px;
  color: #000;
  text-align: center;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out; }

.author-social ul li a:hover {
  color: #db4a37; }

.author-social ul li a i {
  line-height: 32px; }

/* same author posts */
.same-author-list {
  margin: 0;
  list-style: decimal;
  padding-left: 40px; }

.same-author-list > li > a {
  color: #000; }

.same-author-list > li > a:hover {
  text-decoration: underline; }

.same-author-posts .viewall {
  display: inline-block;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  letter-spacing: 2px;
  font-size: 12px;
  color: #000;
  margin-top: 20px;
  margin-left: 40px;
  border: 2px solid #000;
  padding: 2px 12px;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out; }

.same-author-posts .viewall:hover {
  background: #000;
  color: #fff; }

/* Single Nav */
.post-nav {
  width: 100%;
  overflow: hidden;
  background: url(images/line-h.png) top left repeat-x; }

.post-nav .container {
  padding: 32px 0 30px; }

.post-navigation {
  position: relative; }

.post-navigation h2 {
  display: none; }

.post-navigation .nav-links {
  overflow: hidden; }

.post-navigation a,
.post-navigation a:hover {
  color: #333;
  text-decoration: none; }

.post-navigation .nav-links .nav-previous {
  float: left;
  display: block;
  width: 50%;
  padding-right: 12px; }

.post-navigation .nav-links .nav-next {
  float: right;
  display: block;
  width: 50%;
  padding-left: 12px;
  text-align: right; }

.post-navigation .meta-nav {
  font-size: 0.7em;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: block;
  font-family: Arial, sans-serif;
  text-decoration: underline; }

.post-navigation .nav-links a:hover .meta-nav {
  text-decoration: underline; }

.post-navigation .nav-next .meta-nav i {
  margin-left: 3px; }

.post-navigation .nav-previous .meta-nav i {
  margin-right: 3px; }

.post-navigation .post-title {
  display: block;
  text-align: inherit;
  font-size: 22px;
  line-height: 1.2;
  font-weight: normal;
  font-family: Oswald, sans-serif;
  margin: 0 !important;
  font-weight: bold; }

/* Review @since 2.4
-------------------------------------------------------------------------------------- */
#review-heading {
  text-align: center;
  font-size: 24px;
  letter-spacing: 3px;
  font-weight: 300;
  text-transform: uppercase; }
  #review-heading:after {
    display: block;
    width: 20px;
    height: 2px;
    background: #111;
    content: "";
    margin: 10px auto 0; }

#review-wrapper {
  margin: 0 0 30px; }

#review {
  font-size: 18px; }

.review-item {
  display: block;
  padding: 7px 0;
  border-bottom: 1px dotted #999;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center; }
  .review-item.overrall .review-score {
    border: 2px solid #db4a37;
    background: #db4a37;
    color: #fff;
    font-size: 24px; }
  .review-item.overrall .review-criterion {
    background: none;
    color: inherit;
    font-size: 18px; }

.review-criterion {
  font-family: Oswald, sans-serif;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 300;
  background: #111;
  color: white;
  padding: 0 10px;
  font-size: 12px;
  letter-spacing: 4px; }

.review-score {
  margin-left: auto;
  font-family: Oswald, sans-serif;
  padding: 0 10px; }
  .review-score .unit {
    letter-spacing: 2px;
    font-weight: 400;
    margin-left: 4px; }

/* Since 2.9 */
.review-text {
  background: #f0f0f0;
  padding: 5px;
  margin: 1em 0 0;
  font-family: Oswald, sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px; }

.review-text-inner {
  border: 1px solid #ccc;
  padding: 30px; }

.review-buttons {
  margin: 1em 0 0;
  text-align: center; }
  .review-buttons .wi-btn {
    display: inline-block;
    margin: 0 4px; }

/* COMMENTS
-------------------------------------------------------------------------------------- */
#comments {
  overflow: hidden;
  margin-top: 64px;
  border-top: 2px solid; }

/* Commentlist
--------------------------------------------- */
.comments-title,
#reply-title,
.woocommerce-Reviews-title {
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 6px;
  text-transform: uppercase;
  margin-bottom: 42px;
  position: relative;
  padding: 12px 0 0;
  text-align: center; }

.commentlist {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 40px; }

.commentlist li > .comment-body {
  padding: 0;
  display: block;
  border-bottom: 1px solid;
  margin-bottom: 24px;
  padding-bottom: 24px;
  position: relative; }

.commentlist .comment-author img {
  float: left;
  margin-right: 24px;
  width: 60px;
  display: block;
  margin-top: 3px;
  padding: 4px;
  border: 1px solid #000; }

.comment-metadata {
  line-height: 1.3;
  margin-bottom: 20px; }

.comment-metadata a,
.comment .reply a {
  color: #000;
  font-size: 10px;
  text-decoration: none;
  font-family: "Helvetica Neue", sans-serif !important;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 1px; }

.comment-metadata a:hover {
  text-decoration: underline; }

.comment-metadata .edit-link {
  margin-left: 16px; }

.comment .reply a {
  padding: 3px 6px;
  color: #000;
  border: 1px solid #000;
  position: absolute;
  top: 6px;
  right: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out; }

.comment .reply a:hover {
  background: #000;
  color: #fff; }

.commentlist .fn {
  font-family: Oswald, sans-serif;
  font-weight: normal;
  font-size: 20px; }

.commentlist .says {
  display: none; }

.commentlist .fn a {
  text-decoration: none;
  color: #000; }

.commentlist .fn a:hover {
  text-decoration: none; }

.comment-metadata,
.comment .reply {
  padding-left: 84px; }

.comment-content {
  clear: both;
  padding-top: 10px; }

.comment-content p {
  margin-bottom: 10px; }

.comment-content a {
  text-decoration: none;
  border-bottom: 1px dotted; }

.comment-content a:hover {
  border-bottom: 1px solid; }

/* by post author */
.comment.bypostauthor .fn {
  background: #eaeaea;
  padding: 0 5px; }

.comment-content ul,
.comment-content ol {
  margin-bottom: 30px; }

.comment-content ul ul,
.comment-content ul ol,
.comment-content ol ol,
.comment-content ol ul {
  margin-bottom: 0; }

/* Children */
.commentlist ul.children {
  list-style: none;
  padding-left: 42px; }

.commentlist ul.children .comment-avatar {
  width: 55px; }

/* RESPOND
-------------------------------------------------------------------------------------- */
.comment-notes,
.logged-in-as {
  text-align: center;
  padding: 8px 12px;
  border: 1px dashed;
  font-size: 0.7em;
  margin-bottom: 48px;
  font-family: Oswald, sans-serif;
  letter-spacing: 8px;
  text-transform: uppercase;
  display: none; }

.logged-in-as a {
  color: inherit; }

.logged-in-as a:hover {
  text-decoration: underline; }

#respond .required {
  color: red; }

#cancel-comment-reply-link {
  margin-left: 12px;
  color: #333;
  font-size: 10px;
  font-weight: 400;
  margin-top: 6px;
  display: inline-block;
  text-decoration: underline; }

.comment-awaiting-moderation {
  color: red;
  margin: 10px 0;
  font-style: italic; }

.comment-form-author,
.comment-form-email,
.comment-form-url {
  width: 32%;
  float: left;
  margin-left: 2%;
  margin-bottom: 20px; }

.comment-form-author {
  margin-left: 0; }

#respond p label,
#respond p .required {
  display: none;
  font-family: Oswald, sans-serif;
  margin-bottom: 6px;
  cursor: default;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-size: 0.8em; }

#respond input[type="text"],
#respond input[type="email"],
#respond input[type="url"],
#respond textarea {
  border: 1px solid #111; }

#respond input[type="text"]:focus,
#respond input[type="email"]:focus,
#respond input[type="url"]:focus,
#respond textarea:focus {
  border-color: #333; }

#respond input[type="text"]::-webkit-input-placeholder {
  color: #000; }

#respond input[type="text"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #000; }

#respond input[type="text"]:-ms-input-placeholder {
  color: #000; }

#respond input[type="email"]::-webkit-input-placeholder {
  color: #000; }

#respond input[type="email"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #000; }

#respond input[type="email"]:-ms-input-placeholder {
  color: #000; }

#respond input[type="url"]::-webkit-input-placeholder {
  color: #000; }

#respond input[type="url"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #000; }

#respond input[type="url"]:-ms-input-placeholder {
  color: #000; }

#respond textarea::-webkit-input-placeholder {
  color: #000; }

#respond textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #000; }

#respond textarea:-ms-input-placeholder {
  color: #000; }

#respond #submit {
  display: block;
  margin: 0 auto;
  background: #000;
  color: #fff;
  padding: 0 30px;
  line-height: 32px;
  border: none;
  text-decoration: none;
  font-size: 12px;
  font-family: Helvetica, Arial, sans-serif;
  letter-spacing: 3px;
  text-transform: uppercase;
  position: relative;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out; }

#respond #submit:hover,
#respond #submit:focus,
#respond #submit:active {
  background: #db4a37; }

.form-submit {
  margin-bottom: 14px; }

/* Autoload post
------------------------------------------------------------------------------------- */
.page-wrapper {
  position: relative; }

.post-divider {
  opacity: 0;
  visibility: hidden;
  margin: 0;
  border: 0; }

#page-wrapper .post-divider {
  height: 0;
  margin: 0; }

.partial-content {
  border-top: 3px solid #db4a37; }
  .partial-content .main-wrapper {
    border-top: 0; }

.single .post-standard-header {
  margin-bottom: 2.4em; }

/* Comment Hidden
--------------------------------- */
.comment-hidden #comments {
  display: none; }

button.show-comment-btn {
  display: block;
  margin: 2em auto 1em;
  width: 33.33%;
  text-align: center;
  padding: 0 10px;
  cursor: pointer; }

/* Fallback nav
--------------------------------- */
.autoload-nav .post-navigation {
  padding: 2em 0;
  border-top: 1px solid; }
.autoload-nav a {
  color: inherit;
  outline: 0; }
  .autoload-nav a:hover {
    text-decoration: underline; }

/* POSTS SAME CATEGORY
-------------------------------------------------------------------------------------- */
#posts-small-wrapper {
  margin-bottom: 24px;
  background: url(images/line-h.png) top left repeat-x; }

#posts-small-wrapper .container {
  padding: 0 0 20px;
  position: relative; }

#posts-small-heading {
  display: block;
  text-align: center;
  line-height: 1;
  margin: 0;
  height: 20px;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 32px;
  position: relative;
  top: -8px; }

#posts-small-heading span {
  height: 20px;
  line-height: 20px;
  display: inline-block;
  padding: 0 20px;
  letter-spacing: 6px;
  font-size: 11px;
  background: #000;
  color: #fff; }

#posts-small {
  margin-left: -14px;
  margin-right: -14px; }

.post-small {
  position: relative;
  padding: 14px;
  display: block;
  float: left;
  width: 20%; }

.small-thumbnail {
  display: block;
  position: relative;
  margin-bottom: 12px;
  overflow: hidden;
  background: #db4a37; }

.small-thumbnail img {
  display: block;
  width: 100%;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out; }

.small-thumbnail:hover img {
  opacity: .85; }

.small-meta {
  font-size: .9em;
  display: none; }

.small-title {
  font-size: 18px;
  margin-bottom: 6px; }

.small-title a {
  color: #000;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.small-title a:hover {
  color: #db4a37; }

.small-excerpt {
  font-size: .9em; }

.small-excerpt p {
  margin-bottom: 0; }

.thumbnail-pseudo {
  background: #eee;
  position: relative; }

.thumbnail-pseudo .format-indicator {
  color: #000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  border: 2px solid; }

.thumbnail-pseudo .format-indicator i {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin: -40px 0 0 -40px;
  line-height: 80px;
  font-size: 20px;
  text-align: center; }

/* WIDGETS
-------------------------------------------------------------------------------------- */
/* general */
.widget {
  position: relative;
  margin-top: 52px; }

.widget:first-child {
  margin-top: 0; }

.widget-title {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 8px;
  margin-bottom: 16px;
  text-align: center;
  background: #000;
  color: #fff;
  padding: 4px 0;
  font-weight: normal; }

.widget a {
  color: inherit; }

/* dropdown */
.widget select {
  width: 100%;
  height: 32px;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 32px;
  outline: none;
  background: none; }

/* text */
.textwidget {
  font-size: 0.9em; }
  .textwidget p:last-child {
    margin-bottom: 0; }

/* search */
.searchform {
  position: relative; }

.searchform .s {
  display: block;
  height: 40px;
  padding: 0 40px 0 10px;
  border: none;
  outline: none;
  border: none;
  width: 100%;
  max-width: 100%;
  border: 1px solid;
  color: #000;
  font-size: 0.9em; }

.searchform .s::-webkit-input-placeholder {
  color: #000; }

.searchform .s::-moz-placeholder {
  /* Firefox 19+ */
  color: #000; }

.searchform .s:-ms-input-placeholder {
  color: #000; }

.searchform .submit {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 12px;
  color: #000;
  border: none;
  outline: none;
  background: none;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out; }

.searchform .submit:hover {
  color: #999; }

.searchform .submit i {
  line-height: 18px; }

/* calendar */
table {
  width: 100%; }

td, th {
  border: 1px solid;
  text-align: center; }

#today {
  background: rgba(0, 0, 0, 0.04); }

/* list */
.widget_archive ul,
.widget_nav_menu ul,
.widget_meta ul,
.widget_pages ul,
.widget_recent_entries ul,
.widget_categories ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: Oswald, sans-serif; }

.widget_archive ul li,
.widget_nav_menu ul li,
.widget_meta ul li,
.widget_pages ul li,
.widget_recent_entries ul li,
.widget_categories ul li {
  padding: 6px 0;
  position: relative;
  border-bottom: 1px solid #999; }

.widget_archive ul li:last-child,
.widget_nav_menu ul li:last-child,
.widget_meta ul li:last-child,
.widget_pages ul li:last-child,
.widget_recent_entries ul li:last-child,
.widget_categories ul li:last-child {
  border-bottom: none;
  padding-bottom: 0; }

.widget_archive ul li a,
.widget_nav_menu ul li a,
.widget_meta ul li a,
.widget_pages ul li a,
.widget_recent_entries ul li a,
.widget_categories ul li a {
  text-decoration: none;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out; }

.widget_archive ul li a:hover,
.widget_nav_menu ul li a:hover,
.widget_meta ul li a:hover,
.widget_pages ul li a:hover,
.widget_recent_entries ul li a:hover,
.widget_categories ul li a:hover {
  color: #db4a37; }

.widget_archive ul ul,
.widget_nav_menu ul ul,
.widget_meta ul ul,
.widget_pages ul ul,
.widget_recent_entries ul ul,
.widget_categories ul ul {
  padding-left: 20px;
  margin-left: 0; }

/* recent posts builtin */
.post-date {
  display: block;
  font-size: 0.8em;
  color: #999; }

/* rss */
.widget-title .rsswidget img {
  margin-top: -4px;
  margin-right: 6px; }

.widget_rss > ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.widget_rss > ul > li {
  border-top: 1px solid;
  padding-top: 14px;
  margin-top: 14px;
  line-height: 1.5;
  overflow: hidden; }

.widget_rss > ul > li:first-child {
  border-top: none; }

a.rsswidget {
  font-family: Oswald, sans-serif;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 1; }

.rss-date {
  display: block; }

.rssSummary {
  font-size: 0.9em;
  margin-top: 20px; }

.widget_rss > ul > li > cite {
  float: right;
  margin-top: 8px;
  font-size: 0.8em;
  font-family: Oswald, sans-serif; }

/* recent comments */
.widget_recent_comments ul {
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: count;
  font-family: Oswald, sans-serif; }

.widget_recent_comments ul li {
  padding: 10px 0;
  position: relative;
  border-bottom: 1px solid #999;
  padding-left: 40px; }

.widget_recent_comments ul li:last-child {
  border-bottom: none;
  padding-bottom: 0; }

.widget_recent_comments ul li:before {
  content: counter(count);
  counter-increment: count;
  position: absolute;
  top: 10px;
  left: 0;
  font-size: 32px;
  font-style: italic;
  font-family: serif; }

.widget_recent_comments ul li a {
  text-decoration: none;
  color: #000; }

.widget_recent_comments ul li > a:last-child {
  font-size: 18px;
  display: block !important;
  line-height: 1.3;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out; }

.widget_recent_comments ul li > a:last-child:hover {
  color: #db4a37; }

/* tags */
.tagcloud {
  overflow: hidden; }

.tagcloud a {
  color: #000;
  text-decoration: none;
  font-family: Oswald, sans-serif;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out; }

.tagcloud a:hover {
  color: #db4a37; }

/* about */
.about-image {
  margin-bottom: 24px;
  text-align: center; }

.widget-about .desc p {
  margin-bottom: 20px; }

.widget-about .desc p:last-child {
  margin-bottom: 0; }

/* social */
.widget-social {
  display: block;
  text-align: center; }

.widget-social ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block; }

.widget-social ul li {
  display: block;
  float: left;
  overflow: hidden;
  margin: 0 4px 4px 0; }

.widget-social ul li:last-child {
  margin-right: 0; }

.widget-social ul li a {
  display: block;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  text-decoration: none;
  width: 28px;
  height: 28px;
  line-height: 28px;
  font-size: 14px;
  color: #fff;
  background: #000;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  outline: none; }

.widget-social ul li a i {
  display: block;
  line-height: 28px; }

.widget-social ul li a:hover {
  background: #db4a37; }

.widget-social ul li a span {
  display: none; }

/* latest posts */
.latest-list {
  list-style: none;
  margin: 0;
  padding: 0; }

.latest-list > li {
  display: block;
  padding-top: 40px;
  overflow: hidden; }

.latest-list > li:first-child {
  padding-top: 0; }

.latest-thumb {
  background: #eee;
  color: #000;
  text-align: center;
  font-size: 20px;
  position: relative; }

.latest-layout-small .latest-thumb {
  float: left;
  width: 100px;
  margin-right: 20px; }

.latest-layout-big .latest-thumb {
  margin: 0 0 10px; }

.latest-pseudo-thumb {
  line-height: 80px;
  color: #000; }

.latest-date {
  font-size: .8em;
  display: block; }

.latest-content {
  overflow: hidden; }

.latest-title {
  font-size: 20px;
  margin-bottom: 0; }

.latest-title a {
  color: #000;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out; }

.latest-title a:hover {
  color: #db4a37; }

.latest-excerpt {
  font-size: .9em;
  margin: 5px 0 0; }
  .latest-excerpt p {
    margin: 0; }

/* Best Rated */
.best-rated-posts .rated-list {
  margin: 0;
  padding: 0;
  list-style: none; }
.best-rated-posts .rated-article {
  display: block; }
  .best-rated-posts .rated-article + .rated-article {
    margin-top: 1em; }

.rated-article-thumb {
  position: relative;
  overflow: hidden;
  margin: 0 0 .5em; }
  .rated-article-thumb .score {
    position: absolute;
    font-family: serif;
    font-size: 62px;
    line-height: 1;
    color: #fff;
    font-style: italic;
    bottom: 0;
    right: 10px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1); }

.rated-article-title {
  margin: 0; }

.rated-article-date {
  font-size: .9em; }

/* facebook */
.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe {
  width: 100%; }

/* instagram */
.instagram-pics {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  margin-left: -3px;
  margin-right: -3px; }

.instagram-pics li {
  display: block;
  float: left;
  width: 33.33%;
  padding: 3px; }

.instagram-pics li img {
  display: block;
  width: 100%; }

.null-instagram-feed .clear {
  text-align: center;
  margin-bottom: 0;
  margin-top: 20px; }

.null-instagram-feed .clear a {
  display: inline-block;
  color: #000;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  padding: 5px 12px;
  text-decoration: none;
  border: 1px solid #777;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out; }

.null-instagram-feed .clear a:hover {
  border-color: #db4a37;
  color: #db4a37; }

/* Pinterest */
.wi-pin-list {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  margin: -4px -2px 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease-out; }
  .wi-pin-list.loaded {
    opacity: 1;
    visibility: visible; }
  .wi-pin-list li {
    display: block;
    float: left;
    width: 50%;
    padding: 4px 2px 0; }
  .wi-pin-list a {
    display: block;
    color: inherit;
    outline: 0;
    width: 100%;
    text-decoration: none; }
    .wi-pin-list a:hover {
      opacity: .85; }
  .wi-pin-list img {
    display: block;
    width: 100%; }

.widget-pin-follow {
  margin: 1em 0 0; }
  .widget-pin-follow a {
    display: table;
    margin: 0 auto;
    background: #bd081c;
    color: white;
    border-radius: 2px;
    line-height: 36px;
    padding: 0 24px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 10px;
    font-weight: 400;
    font-family: Oswald, sans-serif;
    box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.1) inset; }
    .widget-pin-follow a i {
      line-height: inherit;
      margin-left: 5px; }

/* Instagram
------------------------------------------ */
.wi-instagram-widget {
  overflow: hidden; }
  .wi-instagram-widget .wi-button {
    margin: 1em 0 0; }

.wi-instagram-widget ul {
  list-style: none;
  display: block;
  margin: -5px;
  padding: 0; }

.wi-instagram-widget ul:after {
  display: table;
  clear: both;
  content: ""; }

.wi-instagram-widget ul li {
  float: left;
  padding: 5px; }

.wi-instagram-widget ul li a {
  position: relative;
  display: block;
  outline: 0;
  text-decoration: none;
  overflow: hidden; }

.wi-instagram-widget ul li a img {
  display: block;
  width: 100%; }

/* like count */
.wi-instagram-widget ul li a .photo-text {
  display: none;
  /* todo list */
  position: absolute;
  z-index: 20;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 3px 0;
  text-align: center;
  background: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  color: #000;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); }

.wi-instagram-widget ul li a .photo-text span + span {
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle; }

.wi-instagram-widget ul li a .photo-text i {
  margin-right: 2px; }

.wi-instagram-widget.column-1 ul li {
  width: 100%; }

.wi-instagram-widget.column-2 ul li {
  width: 50%; }

.wi-instagram-widget.column-3 ul li {
  width: 33.33%; }

.wi-instagram-widget.column-4 ul li {
  width: 25%; }

.wi-instagram-widget.column-5 ul li {
  width: 20%; }

.wi-instagram-widget.column-6 ul li {
  width: 16.66%; }

.wi-instagram-widget.column-7 ul li {
  width: 14.28%; }

.wi-instagram-widget.column-8 ul li {
  width: 12.5%; }

.wi-instagram-widget.column-9 ul li {
  width: 11.11%; }

.instagram-button {
  text-align: center;
  margin: 20px 0 0; }

a.follow-us {
  outline: 0;
  display: block;
  margin: 1em auto 0;
  text-align: center;
  letter-spacing: 4px;
  font-family: Oswald, sans-serif;
  font-size: 10px;
  line-height: 32px;
  background: #f0f0f0;
  color: #111;
  text-decoration: none;
  text-transform: uppercase; }
  a.follow-us:hover {
    background: #e0e0e0; }

/* latest tweets */
.widget_displaytweetswidget > p {
  display: block;
  padding-left: 30px;
  position: relative;
  overflow: hidden;
  font-size: 0.9em; }

.widget_displaytweetswidget > p:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "\f099";
  position: absolute;
  left: 0px;
  top: 6px;
  color: #45BCF0; }

.widget_displaytweetswidget > p a {
  border-bottom: 1px dotted; }

.widget_displaytweetswidget > p a:hover {
  border-bottom: 1px solid; }

/* MOST VIEWED POSTS - since 3.0 */
.widget_post_views_counter_list_widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block; }
.widget_post_views_counter_list_widget li {
  display: block; }
  .widget_post_views_counter_list_widget li + li {
    margin-top: 24px; }
.widget_post_views_counter_list_widget .post-thumbnail {
  display: block;
  position: relative;
  margin-bottom: 10px; }
  .widget_post_views_counter_list_widget .post-thumbnail img {
    display: block;
    width: 100%; }
  .widget_post_views_counter_list_widget .post-thumbnail .view-count {
    background: #000;
    color: #fff;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 2px 8px;
    font-family: Oswald, sans-serif;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 11px; }

.popular-excerpt p {
  margin: 0; }

/* popular posts */
.popular-thumbnail-container {
  position: relative;
  margin-bottom: 10px; }

.popular-thumbnail img {
  display: block;
  width: 100%; }

.popular-counter {
  position: absolute;
  font-family: serif;
  font-size: 62px;
  line-height: 1;
  color: #fff;
  font-style: italic;
  bottom: 0;
  right: 10px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1); }

.view-count {
  background: #000;
  color: #fff;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 2px 8px;
  font-family: Oswald, sans-serif;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 11px; }

.popular-content {
  font-size: 0.9em; }

.widget a.readmore:hover {
  color: #db4a37;
  text-decoration: none; }

/* Author List
------------------------------------------ */
.widget-author-list .author-list {
  list-style: none;
  margin: 0;
  padding: 0; }
.widget-author-list .author-list-item {
  display: block;
  overflow: hidden; }
  .widget-author-list .author-list-item + .author-list-item {
    border-top: 1px solid;
    padding-top: .7em;
    margin-top: .7em; }
.widget-author-list .author-list-item-avatar {
  float: left;
  width: 60px;
  height: 60px;
  margin: 0 1.4em 0 0; }

.author-list-item-avatar {
  display: block;
  filter: grayscale(1); }
  .author-list-item-avatar a {
    display: block;
    outline: 0; }
  .author-list-item-avatar img {
    margin: 0;
    display: block;
    width: 100%; }
  .author-list-item-avatar:hover {
    filter: grayscale(0); }

.author-list-item-text {
  display: block;
  overflow: hidden; }

.author-list-item-name {
  font-size: .9em;
  margin: 0 0 .3em;
  font-weight: 400; }
  .author-list-item-name a {
    color: inherit;
    outline: 0; }

.author-list-item-post-name {
  display: block;
  color: inherit;
  font-size: .85em;
  outline: 0;
  line-height: 1.3; }

.author-list-item-description {
  font-size: .85em;
  line-height: 1.5; }
  .author-list-item-description p {
    margin: 0; }

/* Author Grid
------------------- */
.widget-author-grid ul {
  display: block;
  list-style: none;
  padding: 0;
  margin: -4px;
  overflow: hidden; }
  .widget-author-grid ul li {
    display: block;
    float: left;
    padding: 4px;
    width: 25%; }

/* CONTACT FORM 7
-------------------------------------------------------------------------------------- */
.wpcf7 {
  display: block;
  clear: both;
  overflow: hidden;
  margin: 0 0 30px; }

.wpcf7 .input {
  display: block;
  width: 48%;
  float: left;
  margin-right: 4%; }

.wpcf7 .textarea {
  display: block;
  overflow: hidden; }

.wpcf7 p {
  display: block;
  color: #222;
  font-family: Oswald, sans-serif;
  font-size: 0.9em;
  text-transform: uppercase;
  letter-spacing: 1px; }

span.wpcf7-form-control-wrap {
  display: block;
  margin-top: 6px; }

.wpcf7 input[type=text],
.wpcf7 input[type=date],
.wpcf7 input[type=email],
.wpcf7 input[type=number],
.wpcf7 input[type=tel],
.wpcf7 textarea {
  width: 100%;
  max-width: 100%;
  border: 1px solid; }

.wpcf7 input[type=text]:focus,
.wpcf7 input[type=date]:focus,
.wpcf7 input[type=email]:focus,
.wpcf7 input[type=number]:focus,
.wpcf7 input[type=tel]:focus,
.wpcf7 textarea:focus {
  border-color: #666; }

.wpcf7 textarea {
  height: 149px; }

.wpcf7 .wpcf7-submit {
  color: #fff;
  display: block;
  width: 100%;
  background: #000;
  padding: 0 20px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  cursor: pointer;
  border: none;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  font-family: Oswald, sans-serif;
  font-size: 0.9em;
  letter-spacing: 3px;
  font-weight: normal;
  text-transform: uppercase; }

.wpcf7 .wpcf7-submit:hover {
  background: #db4a37; }

/*	Response
----------------------------------------------- */
div.wpcf7-response-output {
  margin-left: 0 !important;
  margin-right: 0 !important;
  border: 1px solid #f7e700 !important;
  font-family: Oswald, sans-serif;
  padding: 10px 15px !important;
  font-weight: bold; }

div.wpcf7-mail-sent-ng {
  border: 1px solid #ff0000 !important; }

span.wpcf7-not-valid-tip {
  padding: 2px 8px !important;
  border: none !important;
  color: #fff !important;
  background: #000 !important; }

span.wpcf7-not-valid-tip-no-ajax {
  display: block;
  margin-top: 6px !important; }

/* FOOTER WIDGETS
-------------------------------------------------------------------------------------- */
#footer-widgets {
  overflow: hidden;
  background: url(images/line-h.png) top left repeat-x;
  padding: 48px 0 32px; }
  #footer-widgets .widget {
    margin-top: 30px; }
    #footer-widgets .widget:first-child {
      margin-top: 0; }

.footer-widgets-inner {
  margin-left: -15px;
  margin-right: -15px;
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-flow: row wrap; }

.footer-col {
  display: block;
  width: 25%;
  padding: 0 15px;
  min-height: 1px; }

.footer-widgets-inner .line {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  bottom: 0px;
  content: "";
  width: 2px;
  background: url(images/line.png) top left repeat-y; }

.footer-widgets-inner .line2 {
  left: 25%; }

.footer-widgets-inner .line3 {
  left: 75%; }

/* FOOTER
-------------------------------------------------------------------------------------- */
#wi-footer {
  overflow: hidden;
  background: url(images/line-h.png) bottom left repeat-x; }

/* footer bottom */
#footer-bottom {
  position: relative;
  padding: 20px 0 60px; }

#footer-bottom:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  content: "";
  display: block;
  background: url(images/line-h.png) top left repeat-x;
  height: 2px; }

/* logo */
#footer-logo {
  margin: 36px 0 0;
  text-align: center; }

/* copyright */
.copyright {
  position: relative;
  margin: 18px auto 0;
  padding: 6px 0;
  text-align: center;
  max-width: 600px; }

.copyright a {
  color: inherit;
  font-weight: bold; }

.copyright a:hover {
  text-decoration: underline; }

.copyright i {
  margin: 0 4px;
  font-size: 12px; }

.copyright i.fa-heart {
  color: #D82E2E; }

/* FOOTER SEARCH */
#footer-search {
  position: relative;
  text-align: center;
  margin: 36px 0 0; }

#footer-search form {
  display: inline-block;
  width: 240px;
  max-width: 100%;
  position: relative; }

#footer-search .s {
  width: 100%;
  height: 32px;
  line-height: 20px;
  padding: 6px 8px;
  padding-right: 36px;
  border: none;
  border: 1px solid;
  z-index: 100;
  background: none;
  color: #000;
  font-size: 14px;
  outline: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

#footer-search .s::-webkit-input-placeholder {
  color: #000; }

#footer-search .s::-moz-placeholder {
  color: #000; }

#footer-search .s:-ms-input-placeholder {
  color: #000; }

/* button */
#footer-search .submit {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  background: none;
  width: 32px;
  height: 32px;
  font-size: 12px;
  background: #000;
  color: #fff;
  cursor: pointer;
  text-align: center;
  border: none;
  outline: none;
  display: block;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  padding: 0; }

#footer-search .submit:hover {
  background: #db4a37; }

#footer-search .submit i {
  display: block; }

/* social */
#footer-social {
  text-align: center;
  margin: 36px 0 0; }

#footer-social ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block; }

#footer-social ul li + li {
  margin-left: 8px; }

/* backtotop */
#backtotop {
  position: fixed;
  z-index: 9999;
  bottom: -3px;
  right: 30px;
  padding: 6px 12px;
  text-align: center;
  background: #fff;
  color: #000;
  cursor: pointer;
  border: 2px solid #333;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out; }

#backtotop.shown {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0); }

#backtotop:hover {
  padding-bottom: 10px; }

#backtotop span {
  display: block;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  line-height: 1.1; }

#backtotop .go {
  font-size: 12px; }

#backtotop .top {
  font-size: 20px;
  font-weight: bold; }

/* FOOTER MENU - since 2.4 */
#footernav {
  font-family: "Helvetica Neue", Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 11px;
  text-align: center;
  margin: 1.5em 0 0; }
  #footernav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block; }
  #footernav li {
    display: inline-block;
    margin: 0 8px 5px; }
    #footernav li.current-menu-item a {
      text-decoration: underline; }
  #footernav a {
    color: inherit; }
    #footernav a:hover {
      text-decoration: underline; }

/* MAILCHIMP since 2.4
-------------------------------------------------------------------------------------- */
button, input[type="button"], input[type="reset"], input[type="submit"] {
  display: block;
  font-family: Oswald, sans-serif;
  text-transform: uppercase;
  background: #111;
  color: white;
  font-size: 11px;
  letter-spacing: 3px;
  border: 0;
  line-height: 36px;
  padding: 0 20px; }

.mc4wp-form-fields p {
  margin-bottom: 10px; }
.mc4wp-form-fields input[type="color"], .mc4wp-form-fields input[type="date"], .mc4wp-form-fields input[type="datetime"], .mc4wp-form-fields input[type="datetime-local"], .mc4wp-form-fields input[type="email"], .mc4wp-form-fields input[type="month"], .mc4wp-form-fields input[type="number"], .mc4wp-form-fields input[type="password"], .mc4wp-form-fields input[type="search"], .mc4wp-form-fields input[type="tel"], .mc4wp-form-fields input[type="text"], .mc4wp-form-fields input[type="time"], .mc4wp-form-fields input[type="url"], .mc4wp-form-fields input[type="week"], .mc4wp-form-fields input:not([type]), .mc4wp-form-fields textarea {
  width: 100%; }
.mc4wp-form-fields button, .mc4wp-form-fields input[type="button"], .mc4wp-form-fields input[type="reset"], .mc4wp-form-fields input[type="submit"] {
  width: 100%; }

/* Site border
 *
 * DISABLE HAND-DRAWN LINES
 *
-------------------------------------------------------------------------------------- */
html .site-no-border #wi-wrapper:before,
html .site-no-border #wi-wrapper:after {
  display: none; }
html .site-no-border #wi-wrapper {
  max-width: 100% !important;
  border-top: 0;
  padding-top: 24px;
  padding-bottom: 24px;
  margin-bottom: 0;
  margin-top: 0;
  background-image: none; }
html .site-no-border #wi-footer {
  border-bottom: 0; }
html .site-no-border #footer-widgets,
html .site-no-border #footer-bottom:before {
  border-top-width: 1px; }

.disable-hand-lines blockquote,
.disable-hand-lines blockquote:after,
.disable-hand-lines #wi-wrapper,
.disable-hand-lines #posts-small-wrapper,
.disable-hand-lines .post-nav,
.disable-hand-lines #footer-widgets,
.disable-hand-lines #footer-bottom:before,
.post-list:before {
  background-image: none;
  border-top: 2px solid #333; }

.disable-hand-lines blockquote:after {
  border-top-width: 1px; }

.disable-hand-lines blockquote {
  border-top-width: 5px; }

.disable-hand-lines #wi-wrapper:before,
.disable-hand-lines #wi-wrapper:after {
  background: none;
  border-left: 2px solid #333; }

.disable-hand-lines #posts-small-heading {
  top: -10px; }

.disable-hand-lines #wi-footer,
.disable-hand-lines .topbar-inner:after {
  background: none;
  border-bottom: 2px solid #333; }

.disable-hand-lines .blog-related-heading {
  background: none;
  border-bottom: 1px solid #333; }

.disable-hand-lines .blog-related .line,
.disable-hand-lines .footer-widgets-inner .line {
  background: none;
  border-left: 1px solid #333; }

/* Dock Posts
-------------------------------------------------------------------------------------- */
#content-dock {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 5000;
  background: white;
  box-shadow: 3px 8px 10px rgba(0, 0, 0, 0.3);
  width: 300px;
  max-height: 50%;
  overflow: scroll;
  padding: 0 24px 24px;
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  /* Animation
  ------------------------------------ */ }
  #content-dock.shown {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }
  #content-dock .close {
    position: absolute;
    top: 1px;
    right: 0px;
    height: 24px;
    width: 24px;
    text-align: center;
    line-height: 22px;
    margin: 0;
    padding: 0;
    border: 0;
    background: none;
    border: 2px solid;
    border-radius: 50%;
    color: #fff;
    outline: 0; }
    #content-dock .close i {
      margin-left: 2px;
      display: block;
      line-height: inherit; }
  #content-dock .dock-title {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-bottom: 16px;
    text-align: left;
    background: #000;
    color: #fff;
    padding: 6px 0 6px 24px;
    font-weight: 400;
    margin: 0 -24px 24px; }
  #content-dock .post-dock {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(0, 10px);
    -moz-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    -o-transform: translate(0, 10px);
    transform: translate(0, 10px);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    overflow: hidden; }
    #content-dock .post-dock + .post-dock {
      margin-top: 20px; }
    #content-dock .post-dock .post-dock-thumbnail {
      display: block;
      float: left;
      width: 72px;
      margin: 0 20px 0 0; }
    #content-dock .post-dock .post-dock-body {
      overflow: hidden; }
    #content-dock .post-dock .post-dock-title {
      font-size: 16px;
      font-weight: bold;
      margin: 0; }
      #content-dock .post-dock .post-dock-title a {
        color: inherit; }
    #content-dock .post-dock .post-dock-excerpt {
      font-size: 12px; }
      #content-dock .post-dock .post-dock-excerpt p {
        margin: 0; }
  #content-dock.shown .post-dock {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }

/* Off Canvas Menu
 * @since 2.9
---------------------------------------------------------------------------------------------------------------------------- */
#offcanvas {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 280px;
  background: #fff;
  padding: 16px;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  z-index: 9999;
  -webkit-transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transform: translate3d(-280px, 0, 0);
  -moz-transform: translate3d(-280px, 0, 0);
  -ms-transform: translate3d(-280px, 0, 0);
  -o-transform: translate3d(-280px, 0, 0);
  transform: translate3d(-280px, 0, 0);
  /* Elements
  --------------- */
  border-right: 1px solid; }
  #offcanvas .social-list {
    margin-top: 20px; }

.admin-bar #offcanvas {
  top: 32px;
  height: -webkit-calc(100% - 32px);
  height: calc(100% - 32px); }

#offcanvas-overlay {
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: 4000;
  background: #000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1); }

.offcanvas-open {
  overflow: hidden; }
  .offcanvas-open #offcanvas {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); }
  .offcanvas-open #offcanvas-overlay {
    visibility: visible;
    opacity: .8; }

/* Mobile Menu
--------------------- */
.offcanvas-nav {
  font-family: Oswald, sans-serif;
  color: #111; }

.offcanvas-nav .menu > ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .offcanvas-nav .menu > ul a:focus {
    outline: 0 !important; }
  .offcanvas-nav .menu > ul a i {
    margin-right: 5px; }
  .offcanvas-nav .menu > ul li {
    display: block;
    position: relative; }
    .offcanvas-nav .menu > ul li > .indicator {
      display: none;
      position: absolute;
      top: 0;
      right: 0;
      height: 40px;
      width: 40px;
      text-align: right;
      color: #ccc;
      font: normal normal normal 14px/1 FontAwesome;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 20px;
      line-height: 40px; }
      .offcanvas-nav .menu > ul li > .indicator:before {
        content: "\f107"; }
    .offcanvas-nav .menu > ul li.menu-item-has-children {
      cursor: pointer; }
      .offcanvas-nav .menu > ul li.menu-item-has-children > .indicator {
        display: block; }
  .offcanvas-nav .menu > ul > li {
    display: block;
    position: relative; }
    .offcanvas-nav .menu > ul > li + li {
      border-top: 1px solid; }
    .offcanvas-nav .menu > ul > li > a {
      color: inherit;
      display: block;
      padding-right: 40px;
      line-height: 40px;
      font-size: 20px; }
    .offcanvas-nav .menu > ul > li.current-menu-item > a, .offcanvas-nav .menu > ul > li.current-menu-ancestor > a, .offcanvas-nav .menu > ul > li.active > a {
      color: #db4a37; }
  .offcanvas-nav .menu > ul ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
    border-top: 1px solid; }
    .offcanvas-nav .menu > ul ul > li + li {
      border-top: 1px solid; }
    .offcanvas-nav .menu > ul ul a {
      padding-left: 16px;
      line-height: 32px;
      text-transform: uppercase;
      font-size: 12px;
      letter-spacing: 2px;
      display: block;
      outline: 0;
      color: #000; }
    .offcanvas-nav .menu > ul ul > li.current-menu-item > a,
    .offcanvas-nav .menu > ul ul > li.current-menu-ancestor > a {
      color: #db4a37; }
  .offcanvas-nav .menu > ul ul ul a {
    padding-left: 32px; }

.offcanvas-nav .menu > li > a {
  opacity: 0;
  visibility: hidden;
  transform: translate(0px, 5px);
  transition: opacity .3s, visibility .3s, transform .3s ease; }

.offcanvas-open .offcanvas-nav .menu > li > a {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0); }

/* Off Canvas Social Icons
------------------------------ */
.offcanvas-social {
  margin-top: 24px; }

/* Search Form
------------------------------ */
#offcanvas .searchform {
  margin-top: 24px; }

/* RESPONSIVE
------------------------------------------------------------------------------------------------------------------------ */
@media (max-width: 1138px) {
  .container {
    width: 1000px; }

  /* wrapper */
  #wi-wrapper {
    max-width: 1000px;
    background-image: none !important;
    border: none !important;
    max-width: none;
    width: 100%;
    margin: 0 auto; }

  #wi-wrapper:before,
  #wi-wrapper:after {
    display: none; }

  #wi-footer {
    background: none;
    border: none !important; }

  /* slogan */
  .slogan {
    letter-spacing: 11px;
    /* 0.9 */ }

  /* menu */
  #wi-mainnav ul.menu > li > a {
    padding: 0 10px; }

  .slick-item img {
    height: 460px; } }
@media (max-width: 1023px) {
  #header-cart {
    display: none; }

  input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]), textarea {
    -webkit-appearance: none; }

  /* 6 - General settings 
  ---------------------------- */
  #wi-wrapper {
    padding-top: 0; }

  /* container */
  .container {
    width: 97%; }

  /* 7 - Slick carousel
  ---------------------------- */
  .slick-item img {
    height: 380px; }

  /* 8 - Flexslider
  ---------------------------- */
  /* 9 - Layout
  ---------------------------- */
  .has-sidebar #primary,
  .has-sidebar #secondary {
    width: 100% !important;
    float: none !important; }

  .has-sidebar #primary {
    padding-right: 0 !important;
    padding-left: 0 !important; }

  .has-sidebar #secondary {
    padding-bottom: 0; }

  .has-sidebar #secondary .widget-area .widget {
    display: block;
    float: left;
    width: 45%;
    margin-top: 0;
    margin-bottom: 52px; }

  .gutter-sidebar {
    width: 10%; }

  /* 10 - Title
  ---------------------------- */
  /* 11 - Header
  ---------------------------- */
  .slogan {
    letter-spacing: 6px; }

  #wi-topbar {
    display: none; }

  #toggle-menu {
    display: block; }

  .wi-logo-main {
    max-width: calc(100% - 120px);
    margin-left: auto;
    margin-right: auto; }

  /* Header Inline */
  .header-inline #wi-mainnav,
  .header-inline #header-social,
  .header-inline #header-search {
    display: none; }
  .header-inline .main-container {
    display: block;
    padding: 10px 0; }
    .header-inline .main-container #logo-area {
      max-width: none; }
  .header-inline #wi-logo img {
    width: auto;
    max-height: 40px; }

  /* 13 - Featured Slider
  ---------------------------- */
  .slider-title {
    font-size: 48px;
    /* 0.8 */ }

  .slider-cell {
    padding-bottom: 40px; }

  /* 14 - Section
  ---------------------------- */
  .section-heading {
    font-size: 56px;
    /* 0.7 */
    letter-spacing: 1px; }

  /* 15 - Big post
  ---------------------------- */
  .big-title {
    font-size: 48px;
    /* 0.8 */ }

  .big-content {
    font-size: 1.2em; }

  /* 16 - Standard Blog
  ---------------------------- */
  /* 17 - Blog masonry
  ---------------------------- */
  /* 3 columns -> 2 columns, 4 columns -> 3 columns */
  .blog-masonry.column-3 .post-masonry {
    width: 50%; }

  .blog-masonry.column-3 .grid-sizer {
    width: 50%; }

  .blog-masonry.column-3 .post-masonry:first-child {
    width: 100%; }

  .blog-masonry.column-4 .post-masonry {
    width: 33.33%; }

  .blog-masonry.column-4 .grid-sizer {
    width: 33.33%; }

  .blog-masonry.column-4 .post-masonry:first-child {
    width: 66.66%; }

  /* 18 - Blog Newspaper
  ---------------------------- */
  .blog-newspaper {
    margin-left: 0;
    margin-right: 0; }

  .post-newspaper {
    padding-left: 0;
    padding-right: 0;
    float: none;
    width: 100%; }

  /* 19 - Blog Grid
  ---------------------------- */
  /* 4 columns -> 2 columns */
  .blog-grid.column-4 .post-grid {
    width: 50%; }

  /* 20 - Blog List
  ---------------------------- */
  /* 21 - Pagination
  ---------------------------- */
  .wi-pagination {
    padding-top: 28px; }

  /* 22 - Single post
  ---------------------------- */
  .post-small {
    padding: 10px; }

  #posts-small {
    margin-left: -10px;
    margin-right: -10px; }

  .small-excerpt {
    font-size: .8em; }

  /* 23 - Widgets
  ---------------------------- */
  /* 24 - Contact form 7
  ---------------------------- */
  /* 25 - Footer
  ---------------------------- */
  #wi-footer {
    background: none; }

  .footer-widgets-inner {
    margin-left: -35px;
    margin-right: -35px; }

  .footer-col {
    width: 50%;
    padding-bottom: 12px;
    padding-left: 35px;
    padding-right: 35px; }

  .footer-widgets-inner .line2,
  .footer-widgets-inner .line3 {
    display: none; }

  /* 26 - Disable lines CSS
  ---------------------------- */ }
@media (max-width: 767px) {
  .hide_on_mobile {
    display: none; }

  /* container */
  .container {
    width: calc(100% - 40px); }

  /* 7 - Slick carousel
  ---------------------------- */
  .slick-item img {
    height: 230px; }

  .wi-slick .slick-nav {
    display: none !important; }

  /* 8 - Flexslider
  ---------------------------- */
  .slide .slide-caption {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding-left: 6px;
    padding-right: 6px; }

  .thumbnail-gallery .flex-direction-nav a {
    width: 36px;
    height: 36px;
    line-height: 32px; }

  .thumbnail-gallery .flex-direction-nav a:before {
    font-size: 16px;
    line-height: inherit; }

  /* 9 Layout
  ---------------------------- */
  #primary {
    padding-top: 0;
    padding-bottom: 20px; }

  #secondary {
    padding-bottom: 20px; }

  .has-sidebar #secondary .widget-area .widget {
    float: none;
    width: 100%; }

  /* 10 - Title
  ---------------------------- */
  .page-title {
    font-size: 42px;
    /* 0.6 */ }

  #titlebar {
    margin-bottom: 24px; }

  .archive-title {
    font-size: 48px;
    /* 0.6em */ }

  /* 11 - Header
  ---------------------------- */
  .header-inline #wi-logo img {
    width: auto;
    max-height: 36px; }

  #toggle-menu {
    padding: 12px; }
    #toggle-menu span {
      height: 1px; }
    #toggle-menu span + span {
      margin-top: 4px; }

  #wi-header {
    margin-bottom: 0; }

  .slogan {
    letter-spacing: 2px !important; }

  /* 12 - Menu
  ---------------------------- */
  /* 13 - Featured Slider
  ---------------------------- */
  /* navi */
  .blog-slider {
    padding-top: 24px;
    min-height: 150px; }

  .blog-slider .flex-direction-nav {
    top: -24px; }

  .blog-slider .flex-direction-nav a {
    letter-spacing: 3px; }

  /* details */
  .slider-cell {
    vertical-align: middle;
    padding-bottom: 0;
    text-align: center; }

  .slider-title {
    font-size: 36px;
    /* 0.6em */ }

  .slider-title a {
    padding: 0 8px;
    background: #000; }

  .slider-excerpt {
    display: none; }

  /* 14 - Section
  ---------------------------- */
  .section-heading {
    font-size: 40px;
    /* 0.5em */
    text-align: left;
    letter-spacing: 0; }

  .section-heading .viewall {
    top: 5px; }

  /* 15 - Big post
  ---------------------------- */
  .big-meta,
  .has-thumbnail .big-meta {
    font-size: 12px;
    letter-spacing: 2px;
    height: 20px;
    line-height: 20px;
    top: -20px; }

  .big-title {
    font-size: 30px;
    /* .5em */ }

  .big-content {
    font-size: 1.1em; }

  /* 16 - Standard Blog
  ---------------------------- */
  .wi-post {
    padding-top: 30px; }

  .wi-post:first-child {
    padding-top: 0; }

  .post-thumbnail,
  .post-header {
    margin-bottom: 32px; }

  .post-title {
    font-size: 31px;
    /* .6em */ }

  .post-header-meta {
    font-size: .9em; }

  .wi-dropcap,
  .enable-dropcap .dropcap-content:first-letter {
    font-size: 3em;
    margin: 5px 12px 6px 0; }

  .enable-dropcap .small-dropcap-content:first-letter {
    font-size: 1.6em; }

  .wi-dropcap.dropcap-dark,
  .dropcap-style-dark .enable-dropcap .dropcap-content:first-letter,
  .wi-dropcap.dropcap-color,
  .dropcap-style-color .enable-dropcap .dropcap-content:first-letter {
    font-size: 1.6em;
    width: 34px;
    height: 34px;
    line-height: 20px;
    padding: 7px; }

  .enable-2-columns:not(.woocommerce):not(.woocommerce-page) .entry-content {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px; }

  .post-share {
    width: 100%;
    letter-spacing: 1px; }

  .more-link span.post-more {
    letter-spacing: 3px; }

  /* related post */
  .blog-related-heading {
    letter-spacing: 2px; }

  .related-thumbnail {
    float: none;
    width: 80px;
    margin: 0 0 14px; }

  .related-title {
    font-size: 16px;
    margin-bottom: 0; }

  .related-excerpt {
    display: none; }

  /* 17 - Blog masonry
  ---------------------------- */
  /* 4 columns -> 2 columns, padding smaller */
  .blog-masonry.column-2 {
    margin-left: -6px;
    margin-right: -6px; }

  .blog-masonry.column-2 .post-masonry {
    padding: 6px 6px 12px; }

  .masonry-title a {
    font-size: .8em; }

  .blog-masonry.column-3 {
    margin-left: -6px;
    margin-right: -6px; }

  .blog-masonry.column-3 .post-masonry {
    padding: 6px 6px 12px; }

  .blog-masonry.column-4 {
    margin-left: -6px;
    margin-right: -6px; }

  .blog-masonry.column-4 .post-masonry {
    padding: 6px 6px 12px;
    width: 50%; }

  .blog-masonry.column-4 .grid-sizer {
    width: 50%; }

  .blog-masonry.column-4 .post-masonry:first-child {
    width: 100%; }

  /* 18 - Blog Newspaper
  ---------------------------- */
  /* 19 - Blog Grid
  ---------------------------- */
  /* all --> 2 columns */
  .blog-grid {
    margin-left: -10px;
    margin-right: -10px; }

  .post-grid {
    padding: 0 10px 10px; }

  .grid-title a {
    font-size: .8em; }

  .grid-meta,
  .masonry-meta {
    font-size: .8em;
    padding-bottom: 7px; }

  .blog-grid.column-3 .post-grid {
    width: 50%; }

  /* 20 - Blog List
  ---------------------------- */
  .list-cats {
    margin-bottom: 0; }

  .post-list {
    padding-bottom: 10px; }

  .list-thumbnail {
    width: 150px;
    margin-right: 16px; }

  .list-header {
    padding-bottom: 10px; }

  .list-title {
    font-size: 22px; }

  .list-content {
    font-size: .9em; }

  /* 21 - Pagination
  ---------------------------- */
  /* 22 - Single post
  ---------------------------- */
  /* related */
  .related-heading, .comments-title, #reply-title {
    letter-spacing: 2px; }

  .related-list.column-3 {
    margin-left: -5px;
    margin-right: -5px; }

  .related-list.column-3 .post-grid {
    width: 33.33%;
    padding: 0 5px 5px; }

  .related-list .grid-header {
    border: none;
    margin-bottom: 0; }

  .related-list .grid-meta {
    display: none; }

  .related-list .grid-content {
    display: none; }

  .related-list .grid-title {
    font-size: 20px; }

  /* authorbox */
  .authorbox {
    margin-top: 32px; }

  .author-social ul li a {
    font-size: 18px; }

  .authorbox-inner {
    padding: 16px; }

  .authorbox .author-avatar {
    width: 60px;
    height: 60px;
    margin-right: 36px; }

  .authorbox-nav {
    margin-bottom: 10px; }

  /* same category */
  #posts-small-heading {
    top: -2px; }

  #posts-small {
    margin-left: 0;
    margin-right: 0; }

  .post-small {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    float: none; }

  .small-thumbnail {
    float: left;
    width: 120px;
    margin: 0 20px 0 0; }

  .small-body {
    overflow: hidden; }

  .small-excerpt {
    font-size: .9em; }

  /* navigation */
  .post-navigation .post-title {
    font-size: 18px;
    /* 18 = 24*.75 */ }

  /* comment */
  #comments {
    padding-top: 24px;
    margin-bottom: 20px; }

  .comments-title,
  #reply-title,
  .comment-notes, .logged-in-as {
    margin-bottom: 24px; }

  .commentlist .comment-author img {
    width: 48px;
    height: 48px;
    padding: 3px;
    margin-right: 14px; }

  .comment-metadata, .comment .reply {
    padding-left: 62px; }

  .commentlist ul.children {
    padding-left: 22px; }

  .comment-content {
    padding-top: 3px; }

  /* respond */
  .comment-form-author,
  .comment-form-email,
  .comment-form-url {
    float: none;
    width: 100%;
    margin-left: 0; }

  /* 23 - Widgets
  ---------------------------- */
  /* 24 - Contact form 7
  ---------------------------- */
  .wpcf7 .input,
  .wpcf7 .textarea {
    width: 100%;
    float: none;
    margin: 0; }

  /* 25 - Footer
  ---------------------------- */
  #backtotop {
    display: none; }

  .footer-col {
    width: 100%;
    float: none;
    clear: both;
    margin-top: 12px; }

  .footer-widgets-inner .line {
    display: none; }

  /* 26 - Disable lines CSS
  ---------------------------- */ }
@media (max-width: 479px) {
  /* TYPOGRAPHY
  ---------------------------- */
  body {
    font-size: 14px;
    /* 0.875em compared with desktop size */ }

  /* factor 0.7em from h1 - h6 */
  h1 {
    font-size: 28px; }

  h2 {
    font-size: 22px;
    /* 0.7*32 */ }

  h3 {
    font-size: 18px; }

  h4 {
    font-size: 15px; }

  h5 {
    font-size: 13px; }

  h6 {
    font-size: 10px; }

  p,
  ul,
  ol {
    margin-bottom: 18px; }

  .offcanvas-nav .menu > ul > li > a {
    font-size: 18px; }

  /* COMMON ELEMENTS
  ---------------------------- */
  .alignleft, a img.alignleft,
  .alignright, a img.alignright {
    float: none;
    display: block;
    margin-right: 0;
    margin-left: 0; }

  .wp-caption.alignright,
  .wp-caption.alignleft {
    margin-left: 0;
    margin-right: 0;
    text-align: left; }

  blockquote {
    font-size: 1.3em; }

  blockquote {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1.2em; }

  .post-thumbnail,
  .grid-thumbnail,
  .masonry-thumbnail {
    margin-left: -20px;
    margin-right: -20px; }

  .has-thumbnail .big-meta {
    padding-left: 6px; }

  /* CAROUSEL & SLIDER
  ---------------------------- */
  .slick-item img {
    height: 180px; }

  .thumbnail-gallery .flex-direction-nav a {
    border-width: 2px;
    line-height: 32px; }

  .slide .slide-caption {
    padding: 3px 6px;
    line-height: 1.4; }

  /* PAGE LAYOUT / PRIMARY / SIDEBAR
  ---------------------------- */
  /* TITLES
  ---------------------------- */
  .archive-title {
    font-size: 32px;
    /* .4em */ }

  .page-subtitle {
    font-size: 1.1em; }

  .title-area {
    border: none; }

  /* HEADERS
  ---------------------------- */
  #wi-header {
    padding-top: 14px;
    padding-bottom: 14px; }

  .slogan {
    letter-spacing: 1px !important;
    font-size: 10px; }

  /* FOOTER
  ---------------------------- */
  #footer-logo {
    margin-bottom: 20px; }

  #footer-logo,
  #footer-social {
    margin-top: 14px; }

  .copyright {
    padding: 0;
    margin-top: 14px; }

  #footernav {
    letter-spacing: 1px; }

  #footer-bottom {
    padding: 30px 0; }

  /* 13 - Featured Slider
  ---------------------------- */
  .slider-title {
    font-size: 24px;
    /* 50% */ }

  .blog-slider .flex-direction-nav a {
    letter-spacing: 1px; }

  /* 14 - Section
  ---------------------------- */
  .section-heading {
    letter-spacing: 1px;
    text-align: center; }

  .section-heading .viewall {
    display: block;
    position: static;
    text-align: right; }

  /* 15 - Big post
  ---------------------------- */
  .big-title {
    font-size: 1.8em;
    padding-top: 15px;
    margin-bottom: 12px; }

  .big-content {
    font-size: 1em; }

  /* 16 - Standard Blog
  ---------------------------- */
  .post-title {
    font-size: 24px;
    margin-bottom: 6px; }

  .post-thumbnail,
  .post-header {
    margin-bottom: 24px; }

  /* share */
  .post-share ul li,
  .post-share.share-4 ul li,
  .post-share.share-3 ul li,
  .post-share.share-6 ul li,
  .post-share.share-2 ul li {
    float: none;
    margin-bottom: 4px;
    width: 100%; }

  /* content */
  .enable-2-columns:not(.woocommerce):not(.woocommerce-page) .entry-content {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
    text-align: left; }

  /* related area */
  .related-area {
    padding-top: 32px; }

  .blog-related-heading {
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 1px; }

  .related-thumbnail {
    width: 100%; }

  .blog-related .line {
    display: none; }

  .related-excerpt {
    display: none; }

  /* 17 - Blog masonry
  ---------------------------- */
  /* all-> 1 column */
  .blog-masonry {
    margin-left: 0 !important;
    margin-right: 0 !important; }

  .post-masonry {
    width: 100% !important; }

  .masonry-title {
    font-size: 24px;
    /* .75em */ }

  .masonry-title a {
    font-size: 1em !important; }

  /* 18 - Blog Newspaper
  ---------------------------- */
  .newspaper-title {
    font-size: 24px;
    margin-bottom: 8px; }

  .enable-2-columns:not(.woocommerce):not(.woocommerce-page) .entry-content {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    text-align: left; }

  .newspaper-content p {
    margin-bottom: 20px; }

  /* related posts */
  .newspaper-related-heading {
    letter-spacing: 1px;
    font-weight: normal; }

  .newspaper-related {
    margin-left: 0;
    margin-right: 0; }

  .post-newspaper .post-related {
    float: none;
    width: 100%;
    padding: 0;
    margin-top: 16px; }

  .post-newspaper .post-related:first-child {
    margin-top: 0; }

  .post-newspaper .related-thumbnail {
    width: 72px;
    float: left;
    margin: 0 20px 0 0; }

  /* 19 - Blog Grid
  ---------------------------- */
  /* all -> 1 column */
  .blog-grid {
    margin-left: 0;
    margin-right: 0; }

  .blog-grid .post-grid {
    padding-left: 0;
    padding-right: 0;
    width: 100% !important; }

  .grid-thumbnail {
    margin-bottom: 10px; }

  .grid-title {
    font-size: 24px; }

  .grid-title a {
    font-size: 1em !important; }

  /* 20 - Blog List
  ---------------------------- */
  .post-list,
  .post-list:first-child {
    padding-top: 24px; }

  .post-list:before,
  .post-list:first-child:before {
    display: block; }

  .list-thumbnail {
    width: 100px;
    margin: 0 20px 10px 0; }

  .post-list .post-body {
    overflow: visible; }

  /* 21 - Pagination
  ---------------------------- */
  .wi-pagination {
    padding: 18px 0 10px; }

  .pagination-inner {
    padding-left: 10px;
    padding-right: 10px;
    letter-spacing: 2px;
    border-width: 1px; }

  /* 22 - Single post
  ---------------------------- */
  /* related */
  .related-heading, .comments-title, #reply-title {
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 1px; }

  .related-list.column-3 .post-grid {
    padding-bottom: 16px; }

  /* authorbox */
  .authorbox .author-avatar {
    width: 90px;
    height: 90px;
    float: none;
    clear: both;
    margin: 0 auto 24px; }

  .authorbox-nav ul li {
    margin: 0;
    width: 50%;
    text-align: center; }

  .authorbox-content .desc {
    text-align: center; }

  .author-social ul {
    display: inline-block; }

  .author-social {
    text-align: center;
    line-height: 1;
    float: none; }

  .author-social ul li a {
    height: 28px;
    width: 28px;
    font-size: 16px; }

  /* navigation */
  .post-nav .container {
    padding: 24px 0; }

  .post-navigation .nav-links .nav-previous,
  .post-navigation .nav-links .nav-next {
    width: 100%;
    float: none;
    text-align: center;
    padding: 10px 0; }

  .post-navigation .post-title {
    font-size: 22px; }

  /* same category */
  #posts-small-heading span {
    letter-spacing: 2px;
    padding-left: 6px;
    padding-right: 6px; }

  #posts-small {
    margin-left: 0;
    margin-right: 0; }

  .post-small {
    padding: 10px;
    clear: both;
    width: 100%;
    float: none;
    padding: 0;
    margin-top: 20px; }

  /* comment */
  .commentlist .comment-author img {
    margin-right: 15px; }

  .comment-content,
  .comment-metadata,
  .comment .reply {
    padding-left: 55px; }

  .comment-metadata .edit-link {
    margin-left: 8px; }

  /* 23 - Widgets
  ---------------------------- */
  .textwidget {
    font-size: 1em; }

  /* 24 - Contact form 7
  ---------------------------- */
  /* 25 - Footer
  ---------------------------- */
  /* 26 - Disable lines CSS
  ---------------------------- */
  .disable-hand-lines #posts-small-heading {
    top: -3px; }

  /* WOOCOMMERCE
  ---------------------------- */
  .woocommerce-page.columns-4 ul.products li.product,
  .woocommerce.columns-4 ul.products li.product,
  .woocommerce-page.columns-3 ul.products li.product,
  .woocommerce.columns-3 ul.products li.product,
  .woocommerce-page.columns-2 ul.products li.product,
  .woocommerce.columns-2 ul.products li.product {
    width: 100%; }

  #coupon_code,
  .woocommerce table.cart td.actions .coupon .button {
    width: 100%;
    margin-bottom: 10px; } }

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