@charset "UTF-8";
/*
Theme Name: Writee
Author: Scissor Themes
Author URI: http://www.scissorthemes.com
Description: Personal Blog Theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: infinity
Tags: black, dark, light, two-columns, left-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
*/
body {
  direction: ltr;
  text-align: left;
  unicode-bidi: embed;
}

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
----------------------------------------------------------------*/
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*, *::after, *::before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

/*--------------------------------------------------------------
3.0 - Reset
--------------------------------------------------------------*/
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
  height: auto;
  max-height: 100%;
  max-width: 100%;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button, .comment-respond .comment-form button, .comment-respond .comment-form input[type="button"], .comment-respond .comment-form input[type="reset"], .comment-respond .comment-form input[type="submit"], .widget_wrt_shop .product .product-button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button, .comment-respond .comment-form button, .comment-respond .comment-form input[type="button"], .comment-respond .comment-form input[type="reset"], .comment-respond .comment-form input[type="submit"], .widget_wrt_shop .product .product-button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button, .comment-respond .comment-form button, .comment-respond .comment-form input[type="button"], .comment-respond .comment-form input[type="reset"], .comment-respond .comment-form input[type="submit"], .widget_wrt_shop .product .product-button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button, .comment-respond .comment-form button, .comment-respond .comment-form input[type="button"], .comment-respond .comment-form input[type="reset"], .comment-respond .comment-form input[type="submit"], .widget_wrt_shop .product .product-button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled], .comment-respond .comment-form button[disabled], .comment-respond .comment-form input[disabled][type="button"], .comment-respond .comment-form input[disabled][type="reset"], .comment-respond .comment-form input[disabled][type="submit"], .widget_wrt_shop .product [disabled].product-button,
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner, .comment-respond .comment-form button::-moz-focus-inner, .comment-respond .comment-form input[type="button"]::-moz-focus-inner, .comment-respond .comment-form input[type="reset"]::-moz-focus-inner, .comment-respond .comment-form input[type="submit"]::-moz-focus-inner, .widget_wrt_shop .product .product-button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

button, .comment-respond .comment-form button, .comment-respond .comment-form input[type="button"], .comment-respond .comment-form input[type="reset"], .comment-respond .comment-form input[type="submit"], .widget_wrt_shop .product .product-button, input[type="button"], input[type="reset"], input[type="submit"],
button,
.comment-respond .comment-form button,
.comment-respond .comment-form input[type="button"],
.comment-respond .comment-form input[type="reset"],
.comment-respond .comment-form input[type="submit"],
.widget_wrt_shop .product .product-button, .button {
  position: relative;
  z-index: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-font-smoothing: antialiased;
  -webkit-border-radius: 0;
          border-radius: 0;
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  padding: 0.8rem 1.6rem;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
button:disabled, .comment-respond .comment-form button:disabled, .comment-respond .comment-form input[type="button"]:disabled, .comment-respond .comment-form input[type="reset"]:disabled, .comment-respond .comment-form input[type="submit"]:disabled, .widget_wrt_shop .product .product-button:disabled, input[type="button"]:disabled, input[type="reset"]:disabled, input[type="submit"]:disabled,
button:disabled,
.comment-respond .comment-form button:disabled,
.comment-respond .comment-form input[type="button"]:disabled,
.comment-respond .comment-form input[type="reset"]:disabled,
.comment-respond .comment-form input[type="submit"]:disabled,
.widget_wrt_shop .product .product-button:disabled, .button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

fieldset {
  margin: 0 0 0.8rem;
  padding: 1.6rem;
}

input,
label,
select {
  display: block;
}

label {
  font-weight: 600;
  margin-bottom: 0.4rem;
}
label.required::after {
  content: "*";
}
label abbr {
  display: none;
}

input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="name"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], textarea,
select,
textarea {
  background-color: #ffffff;
  border: 1px solid #000000;
  -webkit-border-radius: 0px;
          border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.01);
          box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.01);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.8rem;
  -webkit-transition: border-color;
  -o-transition: border-color;
  transition: border-color;
  width: 100%;
}
input[type="color"]:not(:last-child), input[type="date"]:not(:last-child), input[type="datetime"]:not(:last-child), input[type="datetime-local"]:not(:last-child), input[type="email"]:not(:last-child), input[type="month"]:not(:last-child), input[type="name"]:not(:last-child), input[type="number"]:not(:last-child), input[type="password"]:not(:last-child), input[type="search"]:not(:last-child), input[type="tel"]:not(:last-child), input[type="text"]:not(:last-child), input[type="time"]:not(:last-child), input[type="url"]:not(:last-child), input[type="week"]:not(:last-child), textarea:not(:last-child),
select:not(:last-child),
textarea:not(:last-child) {
  margin-bottom: 0.8rem;
}
input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="name"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, textarea:hover,
select:hover,
textarea:hover {
  border-color: #000000;
}
input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="name"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, textarea:focus,
select:focus,
textarea:focus {
  border-color: #bf9e3b;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.01), 0 0 5px rgba(254, 253, 251, 0.7);
          box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.01), 0 0 5px rgba(254, 253, 251, 0.7);
  outline: none;
}

textarea {
  resize: vertical;
}

input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

input[type="checkbox"],
input[type="radio"] {
  display: inline;
  margin-right: 0.4rem;
}

input[type="file"] {
  padding-bottom: 0.8rem;
  width: 100%;
}

select {
  margin-bottom: 1.6rem;
  max-width: 100%;
  width: 100%;
}

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
dl {
  margin-bottom: 0.8rem;
}
dl dt {
  font-weight: bold;
  margin-top: 0.8rem;
}
dl dd {
  margin: 0;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figure {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

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

html, body {
  -webkit-font-feature-settings: "kern", "liga", "pnum";
  -ms-font-feature-settings: "kern", "liga", "pnum";
  font-feature-settings: "kern", "liga", "pnum";
  -webkit-font-smoothing: antialiased;
  color: #000000;
  font-family: "Lato", "Lora", serif;
  font-size: 16px;
  line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 0.8rem;
}

h1 {
  font-size: 2.25em;
}

h2 {
  font-size: 2em;
}

h3 {
  font-size: 1.75em;
}

h4 {
  font-size: 1.5em;
}

h5 {
  font-size: 1.25em;
}

h6 {
  font-size: 1em;
}

p {
  margin: 0 0 0.8rem;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: color 0.1s linear;
  -o-transition: color 0.1s linear;
  transition: color 0.1s linear;
}
a:active, a:focus, a:hover {
  color: #bf9e3b;
}
a:active, a:focus {
  outline: none;
}

hr {
  border-bottom: 1px solid #000000;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1.6rem 0;
}

img,
picture {
  margin: 0;
  max-width: 100%;
  vertical-align: middle;
}

blockquote {
  position: relative;
  z-index: 1;
  display: block;
  font-size: 1.4em;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  padding: 0.8rem;
  margin: 0;
}

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

table {
  -webkit-font-feature-settings: "kern", "liga", "tnum";
  -ms-font-feature-settings: "kern", "liga", "tnum";
  font-feature-settings: "kern", "liga", "tnum";
  border-collapse: collapse;
  margin: 0.8rem 0;
  table-layout: fixed;
  width: 100%;
}
table th {
  border-bottom: 1px solid black;
  font-weight: 600;
  padding: 0.8rem 0;
  text-align: left;
}
table td {
  border-bottom: 1px solid black;
  padding: 0.8rem 0;
}
table tr,
table td,
table th {
  vertical-align: middle;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.3125em;
  line-height: normal;
  padding: 0.9375em 1.4375em 0.875em;
  text-decoration: none;
  top: 0.3125em;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

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

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

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

@media screen and (max-width: 767px) {
  .alignleft, .alignright {
    float: none;
    margin: 0;
  }
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
/* Make sure select elements fit in widgets. */
.widget select {
  max-width: 100%;
}

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

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.byline,
.updated:not(.published) {
  display: none;
}

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

.page-content:not(:first-child),
.entry-content:not(:first-child),
.entry-summary:not(:first-child) {
  margin: 1.5em 0 0;
}

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

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

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

.bypostauthor {
  display: block;
}

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

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

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

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

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

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

/*--------------------------------------------------------------
## Gallery
--------------------------------------------------------------*/
.gallery-caption {
  color: currentColor;
}

.gallery:after {
  display: table;
  clear: both;
  content: " ";
}
.gallery .gallery-item {
  position: relative;
  display: block;
  margin-bottom: 1.5%;
  min-height: 1px;
  text-align: center;
}
.gallery .gallery-item:before {
  display: block;
  padding-bottom: 100%;
  content: "";
}
.gallery .gallery-item .entry-media {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 100%;
  max-height: 100%;
  margin-left: auto;
}
.gallery .gallery-item .gallery-meta {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
  color: #ffffff;
  padding: 1.25em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  overflow-y: auto;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.gallery .gallery-item:hover .gallery-meta {
  background-color: rgba(0, 0, 0, 0.4);
}
@media screen and (min-width: 768px) {
  .gallery.gallery-columns-1 .gallery-item {
    float: left;
    display: block;
    margin-right: 1.6129%;
    width: 100%;
  }
  .gallery.gallery-columns-1 .gallery-item:last-child {
    margin-right: 0;
  }
  .gallery.gallery-columns-1 .gallery-item:nth-child(n) {
    margin-right: 0;
  }
  .gallery.gallery-columns-2 .gallery-item {
    float: left;
    display: block;
    margin-right: 1.6129%;
    width: 49.19355%;
  }
  .gallery.gallery-columns-2 .gallery-item:last-child {
    margin-right: 0;
  }
  .gallery.gallery-columns-2 .gallery-item:nth-child(2n) {
    margin-right: 0;
  }
  .gallery.gallery-columns-2 .gallery-item:nth-child(2n+1) {
    clear: left;
  }
  .gallery.gallery-columns-3 .gallery-item {
    float: left;
    display: block;
    margin-right: 1.6129%;
    width: 32.25806%;
  }
  .gallery.gallery-columns-3 .gallery-item:last-child {
    margin-right: 0;
  }
  .gallery.gallery-columns-3 .gallery-item:nth-child(3n) {
    margin-right: 0;
  }
  .gallery.gallery-columns-3 .gallery-item:nth-child(3n+1) {
    clear: left;
  }
  .gallery.gallery-columns-4 .gallery-item {
    float: left;
    display: block;
    margin-right: 1.6129%;
    width: 23.79032%;
  }
  .gallery.gallery-columns-4 .gallery-item:last-child {
    margin-right: 0;
  }
  .gallery.gallery-columns-4 .gallery-item:nth-child(4n) {
    margin-right: 0;
  }
  .gallery.gallery-columns-4 .gallery-item:nth-child(4n+1) {
    clear: left;
  }
  .gallery.gallery-columns-5 .gallery-item {
    float: left;
    display: block;
    margin-right: 1.44928%;
    width: 18.84058%;
  }
  .gallery.gallery-columns-5 .gallery-item:last-child {
    margin-right: 0;
  }
  .gallery.gallery-columns-5 .gallery-item:nth-child(5n) {
    margin-right: 0;
  }
  .gallery.gallery-columns-5 .gallery-item:nth-child(5n+1) {
    clear: left;
  }
  .gallery.gallery-columns-6 .gallery-item {
    float: left;
    display: block;
    margin-right: 1.6129%;
    width: 15.32258%;
  }
  .gallery.gallery-columns-6 .gallery-item:last-child {
    margin-right: 0;
  }
  .gallery.gallery-columns-6 .gallery-item:nth-child(6n) {
    margin-right: 0;
  }
  .gallery.gallery-columns-6 .gallery-item:nth-child(6n+1) {
    clear: left;
  }
  .gallery.gallery-columns-7 .gallery-item {
    float: left;
    display: block;
    margin-right: 1.37931%;
    width: 13.10345%;
  }
  .gallery.gallery-columns-7 .gallery-item:last-child {
    margin-right: 0;
  }
  .gallery.gallery-columns-7 .gallery-item:nth-child(7n) {
    margin-right: 0;
  }
  .gallery.gallery-columns-7 .gallery-item:nth-child(7n+1) {
    clear: left;
  }
  .gallery.gallery-columns-8 .gallery-item {
    float: left;
    display: block;
    margin-right: 1.81818%;
    width: 10.90909%;
  }
  .gallery.gallery-columns-8 .gallery-item:last-child {
    margin-right: 0;
  }
  .gallery.gallery-columns-8 .gallery-item:nth-child(8n) {
    margin-right: 0;
  }
  .gallery.gallery-columns-8 .gallery-item:nth-child(8n+1) {
    clear: left;
  }
  .gallery.gallery-columns-9 .gallery-item {
    float: left;
    display: block;
    margin-right: 1.6129%;
    width: 9.67742%;
  }
  .gallery.gallery-columns-9 .gallery-item:last-child {
    margin-right: 0;
  }
  .gallery.gallery-columns-9 .gallery-item:nth-child(9n) {
    margin-right: 0;
  }
  .gallery.gallery-columns-9 .gallery-item:nth-child(9n+1) {
    clear: left;
  }
}

/*--------------------------------------------------------------
## Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  margin-bottom: 1.25em;
}

/*--------------------------------------------------------------
Essentials
--------------------------------------------------------------*/
.fl-left {
  float: left;
}

.fl-right {
  float: right;
}

.fl-center {
  float: none;
  margin: 0 auto;
}

.clear {
  clear: both;
}

.clearfix:after {
  display: table;
  clear: both;
  content: " ";
}

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

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

.text-center {
  text-align: center !important;
}

.no-margin {
  margin: 0 !important;
}

.no-margin-top {
  margin-top: 0 !important;
}

.no-margin-bottom {
  margin-bottom: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

.no-padding-top {
  padding-top: 0 !important;
}

.no-padding-bottom {
  padding-bottom: 0 !important;
}

.none-transition {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.inline-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}
.inline-list:before, .inline-list:after {
  display: table;
  clear: left;
  content: "";
}
.inline-list li {
  display: block;
  float: left;
}
.inline-list li:not(:last-child) {
  margin-left: 0.3125em;
  margin-left: 0.3125em;
}

.unstyle-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}
.unstyle-list li {
  display: block;
}

/*--------------------------------------------------------------
4.0 - Plugins
--------------------------------------------------------------*/
/*
$slick-dot-color: $medium-gray !default;
$slick-dot-color-active: $slick-dot-color !default;
*/
/* Slider */
.slick-loading .slick-list {
  background: #fff center center no-repeat;
}

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  z-index: 10;
  display: block;
  height: 2.5em;
  width: 2.5em;
  line-height: 1.25em;
  font-size: 1rem;
  text-align: center;
  cursor: pointer;
  background: #000000;
  color: transparent;
  top: 50%;
  margin-top: -0.625em \9;
  /*lte IE 8*/
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0.625em;
  border: 0;
  outline: none;
  opacity: 1;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  color: transparent;
  opacity: 1;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.1;
}

.slick-prev:before, .slick-next:before {
  font-family: "FontAwesome";
  color: #ffffff;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -3.125em;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -3.125em;
}
.slick-prev:before {
  content: "";
}
[dir="rtl"] .slick-prev:before {
  content: "";
}

.slick-next {
  right: -3.125em;
}
[dir="rtl"] .slick-next {
  left: -3.125em;
  right: auto;
}
.slick-next:before {
  content: "";
}
[dir="rtl"] .slick-next:before {
  content: "";
}

.slick-slider:hover .slick-prev {
  left: 0;
}
[dir="rtl"] .slick-slider:hover .slick-prev {
  left: auto;
  right: 0;
}

.slick-slider:hover .slick-next {
  right: 0;
}
[dir="rtl"] .slick-slider:hover .slick-next {
  right: auto;
  left: 0;
}

/* Dots */
.slick-dots {
  position: relative;
  z-index: 99;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 15px;
  width: 15px;
  margin: 0 3px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li span {
  border: 0;
  background: transparent;
  display: block;
  height: 15px;
  width: 15px;
  padding: 0;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  cursor: pointer;
}
.slick-dots li span:hover, .slick-dots li span:focus {
  outline: none;
}
.slick-dots li span:hover:before, .slick-dots li span:focus:before {
  opacity: 1;
}
.slick-dots li span:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 15px;
  height: 15px;
  font-family: "FontAwesome";
  font-size: 16px;
  line-height: 10px;
  text-align: center;
  color: #000000;
  opacity: 0.1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active span:before {
  color: #000000;
  opacity: 1;
  content: "";
}

.wrapper-light .slick-dots li span:before {
  color: #000000;
}
.wrapper-light .slick-dots li.slick-active span:before {
  color: #000000;
}

.wrapper-dark .slick-dots li span:before {
  color: #ffffff;
}
.wrapper-dark .slick-dots li.slick-active span:before {
  color: #ffffff;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  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);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: inline-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;
}

.slick-arrow.slick-hidden {
  display: none;
}

#scrollUp {
  bottom: 0;
  right: 0;
  width: 2.5em;
  height: 2.5em;
  text-align: center;
  font-family: FontAwesome;
  font-size: 1.2rem;
  line-height: 2.25em;
  background-color: #000000;
  color: #ffffff;
}
[dir="rtl"] #scrollUp {
  left: 0.625em;
  right: auto;
}

#scrollUp-active {
  display: none;
}

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 9999;
  -webkit-transform: translate3d(0, -3.125em, 0);
  -ms-transform: translate3d(0, -3.125em, 0);
  transform: translate3d(0, -3.125em, 0);
  -webkit-transition: -webkit-transform .5s ease-out;
  transition: -webkit-transform .5s ease-out;
  -o-transition: transform .5s ease-out;
  transition: transform .5s ease-out;
  transition: transform .5s ease-out, -webkit-transform .5s ease-out;
}
.pace.pace-active {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.pace .pace-progress {
  display: block;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 5px;
  background: #bf9e3b;
  pointer-events: none;
}
.pace-running .pace {
  background-color: rgba(255, 255, 255, 0.9);
}
.pace-done .pace {
  background-color: rgba(255, 255, 255, 0);
}

/*
 * selection-sharer: Medium like popover menu to share on Twitter or by email any text selected on the page
 *
 * -- Requires jQuery --
 * -- AMD compatible  --
 *
 * Author: Xavier Damman (@xdamman)
 * GIT: https://github.com/xdamman/selection-sharer
 * MIT License
 */
@-webkit-keyframes selectionSharerPopover-animation {
  0% {
    -webkit-transform: matrix(0.97, 0, 0, 1, 0, 12);
            transform: matrix(0.97, 0, 0, 1, 0, 12);
    filter: alpha(opacity=0);
    opacity: 0;
  }
  20% {
    -webkit-transform: matrix(0.99, 0, 0, 1, 0, 2);
            transform: matrix(0.99, 0, 0, 1, 0, 2);
    filter: alpha(opacity=70);
    opacity: 0.7;
  }
  40% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, -1);
            transform: matrix(1, 0, 0, 1, 0, -1);
    filter: alpha(opacity=100);
    opacity: 1;
  }
  70% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
            transform: matrix(1, 0, 0, 1, 0, 0);
    filter: alpha(opacity=100);
    opacity: 1;
  }
  100% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
            transform: matrix(1, 0, 0, 1, 0, 0);
    filter: alpha(opacity=100);
    opacity: 1;
  }
}
@keyframes selectionSharerPopover-animation {
  0% {
    -webkit-transform: matrix(0.97, 0, 0, 1, 0, 12);
            transform: matrix(0.97, 0, 0, 1, 0, 12);
    filter: alpha(opacity=0);
    opacity: 0;
  }
  20% {
    -webkit-transform: matrix(0.99, 0, 0, 1, 0, 2);
            transform: matrix(0.99, 0, 0, 1, 0, 2);
    filter: alpha(opacity=70);
    opacity: 0.7;
  }
  40% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, -1);
            transform: matrix(1, 0, 0, 1, 0, -1);
    filter: alpha(opacity=100);
    opacity: 1;
  }
  70% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
            transform: matrix(1, 0, 0, 1, 0, 0);
    filter: alpha(opacity=100);
    opacity: 1;
  }
  100% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
            transform: matrix(1, 0, 0, 1, 0, 0);
    filter: alpha(opacity=100);
    opacity: 1;
  }
}
#selectionSharerPopover {
  display: none;
  position: absolute;
  top: -100px;
  left: -100px;
  z-index: 1010;
}

#selectionSharerPopover:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -3px;
  left: 50%;
  margin-left: -4px;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  background: #262625;
  -webkit-box-shadow: 0 0 2px #262625;
          box-shadow: 0 0 2px #262625;
}

#selectionSharerPopover.anim {
  -webkit-transition: top .075s ease-out;
  -o-transition: top .075s ease-out;
  transition: top .075s ease-out;
  animation: selectionSharerPopover-animation 180ms forwards linear;
  -webkit-animation: selectionSharerPopover-animation 180ms forwards linear;
}

#selectionSharerPopover-inner {
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid;
  border-color: #262625 #1c1c1b #121211;
  -webkit-box-shadow: 0 1px 3px -1px rgba(0, 0, 0, 0.7), inset 0 0 1px rgba(255, 255, 255, 0.07), inset 0 0 2px rgba(255, 255, 255, 0.15);
          box-shadow: 0 1px 3px -1px rgba(0, 0, 0, 0.7), inset 0 0 1px rgba(255, 255, 255, 0.07), inset 0 0 2px rgba(255, 255, 255, 0.15);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(49, 49, 47, 0.97)), to(#262625));
  background: -webkit-linear-gradient(top, rgba(49, 49, 47, 0.97), #262625);
  background: -o-linear-gradient(top, rgba(49, 49, 47, 0.97), #262625);
  background: linear-gradient(to bottom, rgba(49, 49, 47, 0.97), #262625);
  background-repeat: repeat-x;
}

#selectionSharerPopover .selectionSharerPopover-clip {
  position: absolute;
  bottom: -11px;
  display: block;
  left: 50%;
  clip: rect(12px 24px 24px 0);
  margin-left: -12px;
  width: 24px;
  height: 24px;
  line-height: 24px;
}

#selectionSharerPopover .selectionSharerPopover-arrow {
  display: block;
  width: 20px;
  height: 20px;
  -webkit-transform: rotate(45deg) scale(0.5);
  -ms-transform: rotate(45deg) scale(0.5);
      transform: rotate(45deg) scale(0.5);
  background-color: #454543;
  border: 2px solid #121211;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.selectionSharer ul {
  padding: 0;
  display: inline;
}

.selectionSharer ul li {
  float: left;
  list-style: none;
  background: none;
  margin: 0;
}

.selectionSharer a.action {
  display: block;
  text-indent: -200px;
  margin: 5px 7px;
  width: 20px;
  height: 20px;
  border: none;
}

.selectionSharer a:hover {
  color: #ccc;
}

.selectionSharer a.tweet {
  background: url("data:image/svg+xml;charset=utf8,%3csvg xmlns='http://www.w3.org/2000/svg' width='171' height='139'%3e%3cg transform='translate(-282.32053,-396.30734)'%3e%3cpath style='fill:white' d='m 453.82593,412.80619 c -6.3097,2.79897 -13.09189,4.68982 -20.20852,5.54049 7.26413,-4.35454 12.84406,-11.24992 15.47067,-19.46675 -6.79934,4.03295 -14.3293,6.96055 -22.34461,8.53841 -6.41775,-6.83879 -15.56243,-11.111 -25.68298,-11.111 -19.43159,0 -35.18696,15.75365 -35.18696,35.18525 0,2.75781 0.31128,5.44359 0.91155,8.01875 -29.24344,-1.46723 -55.16995,-15.47582 -72.52461,-36.76396 -3.02879,5.19662 -4.76443,11.24048 -4.76443,17.6891 0,12.20777 6.21194,22.97747 15.65332,29.28716 -5.76773,-0.18265 -11.19331,-1.76565 -15.93716,-4.40083 -0.004,0.14663 -0.004,0.29412 -0.004,0.44248 0,17.04767 12.12889,31.26806 28.22555,34.50266 -2.95247,0.80436 -6.06101,1.23398 -9.26989,1.23398 -2.2673,0 -4.47114,-0.22124 -6.62011,-0.63114 4.47801,13.97857 17.47214,24.15143 32.86992,24.43441 -12.04227,9.43796 -27.21366,15.06335 -43.69965,15.06335 -2.84014,0 -5.64082,-0.16722 -8.39349,-0.49223 15.57186,9.98421 34.06703,15.8094 53.93768,15.8094 64.72024,0 100.11301,-53.61524 100.11301,-100.11387 0,-1.52554 -0.0343,-3.04251 -0.10204,-4.55261 6.87394,-4.95995 12.83891,-11.15646 17.55618,-18.21305 z' /%3e%3c/g%3e%3c/svg%3e") no-repeat;
  -webkit-background-size: 18px 18px;
          background-size: 18px;
  background-position: 2px 4px;
}

.selectionSharer a.facebook {
  background: url("data:image/svg+xml;charset=utf8,%3csvg viewBox='0 0 33 33' width='25' height='25' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3cg%3e%3cpath style='fill:white' d='M 17.996,32L 12,32 L 12,16 l-4,0 l0-5.514 l 4-0.002l-0.006-3.248C 11.993,2.737, 13.213,0, 18.512,0l 4.412,0 l0,5.515 l-2.757,0 c-2.063,0-2.163,0.77-2.163,2.209l-0.008,2.76l 4.959,0 l-0.585,5.514L 18,16L 17.996,32z'%3e%3c/path%3e%3c/g%3e%3c/svg%3e") no-repeat;
  -webkit-background-size: 18px 18px;
          background-size: 18px;
  background-position: 0px 2px;
  display: none;
}

.selectionSharer a.email {
  background: url("data:image/svg+xml;charset=utf8,%3csvg xmlns='http://www.w3.org/2000/svg' width='94' height='64'%3e%3cg transform='translate(-10, -10)' fill='transparent'%3e%3crect x='0' y='0' width='114' height='114'%3e%3c/rect%3e%3cpath d='M12,12 L102,12 L102,72 L12,72 L12,12 Z M16,12 L53,49 C55.6666667,51 58.3333333,51 61,49 L98,12 L16,12 Z M15,72 L45,42 L15,72 Z M69,42 L99,72 L69,42 Z' stroke='white' stroke-width='5'%3e%3c/path%3e%3c/g%3e%3c/svg%3e") no-repeat;
  -webkit-background-size: 20px 20px;
          background-size: 20px;
  background-position: 0px 4px;
}

#selectionSharerPopunder.fixed {
  -webkit-transition: bottom 0.5s ease-in-out;
  -o-transition: bottom 0.5s ease-in-out;
  transition: bottom 0.5s ease-in-out;
  width: 100%;
  position: fixed;
  left: 0;
  bottom: -50px;
}

.selectionSharer {
  transition: -webkit-transform 0.6s ease-in-out;
}

.selectionSharer.moveDown {
  -webkit-transform: translate3d(0, 60px, 0);
}

#selectionSharerPopunder {
  position: absolute;
  left: 0;
  width: 100%;
  height: 0px;
  -webkit-transition: height 0.5s ease-in-out;
  -o-transition: height 0.5s ease-in-out;
  transition: height 0.5s ease-in-out;
  background: #ccc;
  border: none;
  -webkit-box-shadow: inset 0px 10px 5px -10px rgba(0, 0, 0, 0.5), inset 0px -10px 5px -10px rgba(0, 0, 0, 0.5);
          box-shadow: inset 0px 10px 5px -10px rgba(0, 0, 0, 0.5), inset 0px -10px 5px -10px rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 0;
          border-radius: 0;
  overflow: hidden;
}

#selectionSharerPopunder.show {
  height: 50px;
}

.selectionSharerPlaceholder {
  height: 1em;
  margin-bottom: -2em;
  -webkit-transition: height 0.5s ease-in-out;
  -o-transition: height 0.5s ease-in-out;
  transition: height 0.5s ease-in-out;
}

.selectionSharerPlaceholder.show {
  height: 50px !important;
}

#selectionSharerPopunder-inner ul {
  overflow: hidden;
  float: right;
  margin: 0px;
}

#selectionSharerPopunder-inner ul li {
  padding: 5px;
  overflow: hidden;
}

#selectionSharerPopunder-inner label {
  color: white;
  font-weight: 300;
  line-height: 50px;
  margin: 0px 20px 0px 10px;
}

#selectionSharerPopunder-inner a {
  width: 30px;
  height: 30px;
  -webkit-background-size: 30px 30px;
          background-size: 30px;
}

#selectionSharerPopunder-inner a.tweet {
  background-position: 0px 2px;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot");
  src: url("../fonts/fontawesome-webfont.eot") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2") format("woff2"), url("../fonts/fontawesome-webfont.woff") format("woff"), url("../fonts/fontawesome-webfont.ttf") format("truetype"), url("../fonts/fontawesome-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  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;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  -webkit-border-radius: .1em;
          border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-feed:before,
.fa-rss:before,
.widget_rss .widget-title .rsswidget:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-credit-card-alt:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-pause-circle-o:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stop-circle-o:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-wheelchair-alt:before {
  content: "";
}

.fa-question-circle-o:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-volume-control-phone:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}

.fa-handshake-o:before {
  content: "";
}

.fa-envelope-open:before {
  content: "";
}

.fa-envelope-open-o:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

.fa-address-book:before {
  content: "";
}

.fa-address-book-o:before {
  content: "";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

.fa-user-circle-o:before {
  content: "";
}

.fa-user-o:before {
  content: "";
}

.fa-id-badge:before {
  content: "";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "";
}

.fa-podcast:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-eercast:before {
  content: "";
}

.fa-microchip:before {
  content: "";
}

.fa-snowflake-o:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/*--------------------------------------------------------------
5.0 - Modules or Components
--------------------------------------------------------------*/
/*----------------------------------------
Modules
-----------------------------------------*/
.site-brand {
  position: relative;
}
.site-brand:after {
  display: table;
  clear: both;
  content: " ";
}
.site-brand h1, .site-brand h2, .site-brand h3, .site-brand h4, .site-brand h5, .site-brand h6 {
  font-size: 2.25rem;
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .site-brand {
    padding-top: 1.11111em;
    padding-bottom: 1.11111em;
  }
}
@media screen and (max-width: 767px) {
  .site-brand {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

.site-logo, .site-heading {
  display: block;
  text-align: inherit;
}
.site-logo img, .site-heading img {
  display: inline-block;
  -webkit-transition: all 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@media screen and (max-width: 767px) {
  .site-logo, .site-heading {
    vertical-align: middle;
    vertical-align: -webkit-baseline-middle;
    padding-top: 1rem !important;
    padding-bottom: 0rem !important;
  }
  .site-logo img, .site-heading img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
}

/*--------------------------------------------------------------
Primary. Secondary, Social and Mobile Navigation
--------------------------------------------------------------*/
.primary-navigation {
  display: block;
  z-index: 100;
}
.primary-navigation a {
  position: relative;
  display: block;
  vertical-align: middle;
  line-height: 3.125em;
  color: currentColor;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  text-align: left;
  padding: 0 1.25em;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.primary-navigation a:hover {
  opacity: 0.8;
  color: currentColor;
}
.primary-navigation > ul > li > a, .primary-navigation > ul > li > a:before {
  line-height: 3.125em;
}
.primary-navigation ul {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
  background-color: inherit;
}
.primary-navigation ul li {
  display: block;
  background-color: inherit;
}
.primary-navigation ul li ul li a {
  min-width: 11.25em;
}
.primary-navigation ul li ul {
  display: none;
}
@media screen and (min-width: 768px) {
  .primary-navigation {
    display: inline-block;
    vertical-align: middle;
  }
  .primary-navigation .menu-item-has-children > a {
    padding-right: 3.125em;
  }
  .primary-navigation .menu-item-has-children > a:before {
    position: absolute;
    top: 0;
    right: 3px;
    display: inline-block;
    padding: 0 0.625em;
    font-family: FontAwesome;
    line-height: 3.125em;
    content: "\f107";
  }
  .primary-navigation .menu-item-has-children > .menu-item-arrow {
    display: none;
  }
  .primary-navigation > ul > li.menu-item-has-children > a:before {
    line-height: 3.125em;
  }
  .primary-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .primary-navigation ul li {
    position: relative;
    display: inline-block;
  }
  .primary-navigation ul li:not(.mega-menu):hover > ul {
    display: block;
  }
  .primary-navigation .sub-menu {
    position: absolute;
    left: 0;
    top: calc(100% - 0px);
    z-index: 1;
    display: none;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
  }
  .primary-navigation .sub-menu li {
    position: relative;
    display: block;
  }
  .primary-navigation .sub-menu li a:not(.mega-menu-link):hover {
    background-color: rgba(255, 255, 255, 0.05);
  }
  .primary-navigation .sub-menu li:not(:last-child) a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .primary-navigation .sub-menu li.menu-item-has-children > a:before {
    content: "\f105";
  }
  .primary-navigation .sub-menu li:last-child > a {
    border-bottom-width: 0;
  }
  .primary-navigation .sub-menu .sub-menu {
    top: 0;
    left: 100%;
    right: auto;
  }
  .primary-navigation > ul > li:nth-child(-n+50):nth-child(n+5):not(.mega-menu) .sub-menu {
    position: absolute;
    top: 100%;
    right: 0;
    left: auto;
  }
  .primary-navigation > ul > li:nth-child(-n+50):nth-child(n+5):not(.mega-menu) .sub-menu .sub-menu {
    top: 0;
    left: auto;
    right: 100%;
  }
  .primary-navigation .mega-menu {
    position: static !important;
  }
  .primary-navigation .mega-menu > .sub-menu {
    display: none;
  }
}
@media screen and (min-width: 768px) and (min-width: 1200px) {
  .primary-navigation .mega-menu:hover > .sub-menu {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .primary-navigation .mega-menu .sub-menu {
    width: 100%;
  }
  .primary-navigation .mega-menu .sub-menu .mega-menu-content a {
    line-height: 1.2;
    min-width: initial;
  }
  .primary-navigation .mega-menu .sub-menu li.menu-item-has-children > a:before {
    content: "\f107";
  }
  .primary-navigation .mega-menu .sub-menu .sub-menu {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    -webkit-animation: none;
            animation: none;
    -webkit-animation-duration: 0;
            animation-duration: 0;
  }
  .primary-navigation .mega-menu .mega-menu-block {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  .primary-navigation .mega-menu .mega-menu-block > * {
    display: table-cell !important;
    vertical-align: top;
  }
  .primary-navigation .mega-menu .mega-cat-sub-categories,
  .primary-navigation .mega-menu .sub-list {
    width: 13.75em;
  }
  .primary-navigation .mega-menu .mega-cat-sub-categories:nth-last-child(2),
  .primary-navigation .mega-menu .sub-list:nth-last-child(2) {
    background-color: rgba(0, 0, 0, 0.05);
  }
  .primary-navigation .mega-menu .mega-cat-sub-categories:nth-last-child(3),
  .primary-navigation .mega-menu .sub-list:nth-last-child(3) {
    background-color: rgba(0, 0, 0, 0.1);
  }
  .primary-navigation .mega-menu .mega-cat-sub-categories > li,
  .primary-navigation .mega-menu .sub-list > li {
    background-color: transparent;
  }
  .primary-navigation .mega-menu.mega-links > ul:after {
    display: table;
    clear: both;
    content: " ";
  }
  .primary-navigation .mega-menu.mega-links > ul > li {
    width: 25%;
    float: left;
    padding: 0.625em;
  }
  .primary-navigation .mega-menu.mega-links > ul > li > a {
    border-bottom-width: 0;
  }
  .primary-navigation .mega-menu .mega-menu-block .mega-menu-content {
    width: 100%;
    padding: 2.43902%;
    text-align: center;
  }
  .primary-navigation .mega-menu .mega-menu-block .mega-menu-post a {
    padding: 0 !important;
    margin: 0 !important;
    white-space: normal;
    text-align: inherit;
  }
  .primary-navigation .mega-menu .mega-menu-block .mega-post-title {
    font-size: 1.125rem;
    line-height: 1.2;
    font-weight: 600;
    text-align: center;
    margin: 0;
    padding: 5px 0;
  }
  .primary-navigation .mega-menu.mega-recent-featured .mega-menu-content, .primary-navigation .mega-menu.mega-cat .mega-menu-content {
    display: block;
  }
  .primary-navigation .mega-menu.mega-recent-featured .mega-menu-content:after, .primary-navigation .mega-menu.mega-cat .mega-menu-content:after {
    display: table;
    clear: both;
    content: " ";
  }
  .primary-navigation .mega-menu.mega-recent-featured .mega-menu-content:after, .primary-navigation .mega-menu.mega-cat .mega-menu-content:after {
    display: table;
    clear: both;
    content: " ";
  }
  .primary-navigation .mega-menu.mega-recent-featured .mega-menu-post, .primary-navigation .mega-menu.mega-cat .mega-menu-post {
    float: left;
    display: block;
    margin-right: 2.94118%;
    width: 17.64706%;
  }
  .primary-navigation .mega-menu.mega-recent-featured .mega-menu-post:last-child, .primary-navigation .mega-menu.mega-cat .mega-menu-post:last-child {
    margin-right: 0;
  }
  .primary-navigation .mega-menu.mega-recent-featured .sub-list + .mega-menu-content .mega-menu-post,
  .primary-navigation .mega-menu.mega-recent-featured .mega-cat-sub-categories + .mega-menu-content .mega-menu-post, .primary-navigation .mega-menu.mega-cat .sub-list + .mega-menu-content .mega-menu-post,
  .primary-navigation .mega-menu.mega-cat .mega-cat-sub-categories + .mega-menu-content .mega-menu-post {
    float: left;
    display: block;
    margin-right: 2.43902%;
    width: 23.17073%;
  }
  .primary-navigation .mega-menu.mega-recent-featured .sub-list + .mega-menu-content .mega-menu-post:last-child,
  .primary-navigation .mega-menu.mega-recent-featured .mega-cat-sub-categories + .mega-menu-content .mega-menu-post:last-child, .primary-navigation .mega-menu.mega-cat .sub-list + .mega-menu-content .mega-menu-post:last-child,
  .primary-navigation .mega-menu.mega-cat .mega-cat-sub-categories + .mega-menu-content .mega-menu-post:last-child {
    margin-right: 0;
  }
  .primary-navigation .mega-menu.mega-recent-featured .sub-list + .mega-cat-sub-categories + .mega-menu-content .mega-menu-post, .primary-navigation .mega-menu.mega-cat .sub-list + .mega-cat-sub-categories + .mega-menu-content .mega-menu-post {
    float: left;
    display: block;
    margin-right: 2.43902%;
    width: 31.70732%;
  }
  .primary-navigation .mega-menu.mega-recent-featured .sub-list + .mega-cat-sub-categories + .mega-menu-content .mega-menu-post:last-child, .primary-navigation .mega-menu.mega-cat .sub-list + .mega-cat-sub-categories + .mega-menu-content .mega-menu-post:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .primary-navigation .menu-item-has-children {
    position: relative;
  }
  .primary-navigation .menu-item-has-children > .menu-item-arrow {
    position: absolute;
    top: 3px;
    right: 3px;
    display: inline-block;
    padding: 0 0.625em;
    font-family: FontAwesome;
    line-height: 3.125em;
    cursor: pointer;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .primary-navigation .menu-item-has-children > .menu-item-arrow:before {
    content: "\f107";
  }
  .primary-navigation .mega-menu .mega-menu-content {
    display: none;
  }
}

.secondary-navigation a {
  position: relative;
  display: block;
  line-height: 3.125em;
  color: inherit;
  text-transform: uppercase;
  text-decoration: none;
  text-align: inherit;
  white-space: nowrap;
  text-align: left;
  padding: 0 1.25em;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.secondary-navigation a:hover, .secondary-navigation a:focus, .secondary-navigation a:active {
  color: inherit;
}
.secondary-navigation ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
.secondary-navigation ul li {
  position: relative;
  display: block;
}
@media screen and (min-width: 768px) {
  .secondary-navigation a {
    padding: 0 5px;
  }
  .secondary-navigation ul {
    display: inline-block;
  }
  .secondary-navigation ul li {
    display: inline-block;
    padding-left: 1px;
    padding-right: 1px;
  }
}

.social-navigation, .author-navigation {
  display: inline-block;
}
.social-navigation a, .author-navigation a {
  position: relative;
  display: block;
  line-height: 3.125em;
  color: inherit;
  text-transform: uppercase;
  text-decoration: none;
  text-align: inherit;
  white-space: nowrap;
  text-align: left;
  padding: 0 1.25em;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.social-navigation a:hover, .author-navigation a:hover, .social-navigation a:focus, .author-navigation a:focus, .social-navigation a:active, .author-navigation a:active {
  color: inherit;
}
.social-navigation ul, .author-navigation ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
.social-navigation ul li, .author-navigation ul li {
  position: relative;
  display: block;
}
.social-navigation.default-colors, .default-colors.author-navigation {
  color: inherit;
}
.social-navigation.theme-colors, .theme-colors.author-navigation {
  color: #bf9e3b;
}
.social-navigation.original-colors .fa-facebook, .original-colors.author-navigation .fa-facebook {
  color: #3b5998;
}
.social-navigation.original-colors .fa-twitter, .original-colors.author-navigation .fa-twitter {
  color: #00aced;
}
.social-navigation.original-colors .fa-instagram, .original-colors.author-navigation .fa-instagram {
  color: #125688;
}
.social-navigation.original-colors .fa-google-plus, .original-colors.author-navigation .fa-google-plus {
  color: #dd4b39;
}
.social-navigation.original-colors .fa-linkedin, .original-colors.author-navigation .fa-linkedin {
  color: #007bb5;
}
.social-navigation.original-colors .fa-youtube, .original-colors.author-navigation .fa-youtube {
  color: #bb0000;
}
.social-navigation.original-colors .fa-pinterest-p, .original-colors.author-navigation .fa-pinterest-p {
  color: #cb2027;
}
.social-navigation.original-colors .fa-dribbble, .original-colors.author-navigation .fa-dribbble {
  color: #EA4C89;
}
.social-navigation.original-colors .fa-vimeo, .original-colors.author-navigation .fa-vimeo {
  color: #17B3E8;
}
.social-navigation.original-colors .fa-skype, .original-colors.author-navigation .fa-skype {
  color: #0BBFF2;
}
.social-navigation.original-colors .fa-tumblr, .original-colors.author-navigation .fa-tumblr {
  color: #32506d;
}
.social-navigation.original-colors .fa-vk, .original-colors.author-navigation .fa-vk {
  color: #527498;
}
.social-navigation.original-colors .fa-rss, .original-colors.author-navigation .fa-rss, .social-navigation.original-colors .widget_rss .widget-title .rsswidget, .widget_rss .widget-title .social-navigation.original-colors .rsswidget, .original-colors.author-navigation .widget_rss .widget-title .rsswidget, .widget_rss .widget-title .original-colors.author-navigation .rsswidget {
  color: #FF9900;
}
.social-navigation.original-colors .fa-buffer, .original-colors.author-navigation .fa-buffer {
  color: #000000;
}
.social-navigation.original-colors .fa-yelp, .original-colors.author-navigation .fa-yelp {
  color: #D32323;
}
.social-navigation.original-colors .fa-github, .original-colors.author-navigation .fa-github {
  color: #24292E;
}
.social-navigation.original-colors .fa-tripadvisor, .original-colors.author-navigation .fa-tripadvisor {
  color: #00AF87;
}
.social-navigation.original-colors .fa-soundcloud, .original-colors.author-navigation .fa-soundcloud {
  color: #FF9533;
}
.social-navigation.original-colors .fa-snapchat, .original-colors.author-navigation .fa-snapchat {
  color: #FFFC00;
}
.social-navigation.original-colors .fa-plus, .original-colors.author-navigation .fa-plus {
  color: #232323;
}
@media screen and (min-width: 768px) {
  .social-navigation a, .author-navigation a {
    padding: 0 5px;
  }
  .social-navigation ul, .author-navigation ul {
    display: inline-block;
  }
  .social-navigation ul li, .author-navigation ul li {
    display: inline-block;
    padding-left: 1px;
    padding-right: 1px;
  }
}
@media screen and (max-width: 767px) {
  .social-navigation ul, .author-navigation ul {
    display: inline-block;
  }
  .social-navigation ul li, .author-navigation ul li {
    display: inline-block;
  }
}

.mobile-navigation-toggle {
  display: none;
  padding: 1.25rem 0.625rem 0.625rem;
}
.mobile-navigation-toggle:before {
  display: inline-block;
  vertical-align: initial;
  width: 1.25rem;
  height: 15px;
  margin-right: 15px;
  background-color: transparent;
  border-top: 3px solid;
  border-bottom: 9px double;
  content: "";
}
@media screen and (max-width: 767px) {
  .mobile-navigation-toggle {
    display: inline-block;
    vertical-align: middle;
    vertical-align: -webkit-baseline-middle;
  }
}

.site-mobile-navigation {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  display: block;
  width: 100%;
  overflow-y: scroll !important;
  max-width: 18.75em;
  background-color: #ffffff;
  color: #000000;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.site-mobile-navigation .primary-navigation > ul,
.site-mobile-navigation .secondary-navigation > ul {
  display: block;
}
.site-mobile-navigation .primary-navigation > ul li,
.site-mobile-navigation .secondary-navigation > ul li {
  display: block;
}
.site-mobile-navigation .primary-navigation > ul li a,
.site-mobile-navigation .secondary-navigation > ul li a {
  border-bottom: 1px solid;
}
.site-mobile-navigation .primary-navigation > ul li ul,
.site-mobile-navigation .secondary-navigation > ul li ul {
  position: relative;
  top: inherit;
  left: inherit;
  bottom: inherit;
  right: inherit;
}
.site-mobile-navigation .primary-navigation > ul li ul li,
.site-mobile-navigation .secondary-navigation > ul li ul li {
  border-left: 0.625em solid;
}
.site-mobile-navigation .social-navigation, .site-mobile-navigation .author-navigation {
  display: block;
}

.site-navigation-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9990;
  display: block;
  background-color: rgba(0, 0, 0, 0.7);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.opened-site-navigation {
  overflow: hidden;
}
.opened-site-navigation .site-wrapper {
  -webkit-transform: translateX(-18.75em);
  -ms-transform: translateX(-18.75em);
  transform: translateX(-18.75em);
}
.opened-site-navigation .site-mobile-navigation {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.opened-site-navigation .site-navigation-overlay {
  visibility: visible;
  opacity: 1;
}

.site-search {
  z-index: 105;
  display: none;
  text-align: center;
  background-color: #e5e5e5;
  color: #000000;
}
.site-search:before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  height: 100%;
}
.site-search.with-style-1 {
  position: relative;
}
.site-search.with-style-2 {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.site-search.with-style-3 {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
}
.site-search > div {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}
.site-search-toggle {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  line-height: 3.125em;
  color: inherit;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  text-align: left;
  padding: 0 1.25em;
  cursor: pointer;
}
.secondary-navigation + .site-search-toggle, .social-navigation + .site-search-toggle, .author-navigation + .site-search-toggle {
  line-height: 3.125em;
}
.primary-navigation + .site-search-toggle {
  line-height: 3.125em;
}
.site-search input[type="search"], .site-search input[type="text"] {
  position: relative;
  display: block;
  width: 100%;
  height: 7.5rem;
  line-height: 7.5em;
  margin: 0;
  padding: 1.875em 0;
  background-color: transparent;
  border-color: transparent;
  border-width: 0;
  color: currentColor;
}
.site-search input[type="search"]:active, .site-search input[type="text"]:active,
.site-search input[type="search"]:focus, .site-search input[type="text"]:focus {
  -webkit-box-shadow: 0 0 0 0 transparent;
          box-shadow: 0 0 0 0 transparent;
  border: none;
}
.site-search .site-search-close {
  position: absolute;
  top: 50%;
  right: 1.25em;
  bottom: 0;
  left: auto;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: block;
  width: 1.25em;
  height: 1.25em;
}
.site-search .site-search-close:before, .site-search .site-search-close:after {
  position: absolute;
  top: 0.625em;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 3px;
  background-color: currentColor;
  content: "";
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.site-search .site-search-close:after {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

/*-----------------------------------------------------------
Slider
-----------------------------------------------------------*/
.site-banner a, .site-banner a:hover, .site-banner a:active {
  color: inherit;
}
.site-banner.banner-fluid .site-banner-carousel {
  padding-top: 0;
}
.site-banner.banner-non-fluid .site-banner-carousel {
  padding-top: 2.5em;
}
.site-banner .banner-item {
  position: relative;
  display: block;
  text-align: left;
  color: #ffffff;
  padding: 3px;
}
@media screen and (max-width: 991px) {
  .site-banner .banner-item {
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .site-banner {
    background-color: #000000;
  }
  .site-banner .site-container-fluid,
  .site-banner .site-container {
    padding: 0.625em;
  }
}
.page-template-landing-page .site-banner {
  background-color: #f5f5f5;
}

.banner-media {
  position: relative;
  display: block;
  width: 100%;
  height: 31.25em;
  overflow: hidden;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: 50% 50%;
}
.banner-media:before {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: transparent;
}

.banner-item:hover .banner-media:before, .banner-item.stop .banner-media:before {
  background-color: rgba(0, 0, 0, 0.4);
}

.banner-text {
  position: absolute;
  width: 100%;
  max-width: 37.5em;
  background-color: transparent !important;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  text-align: center;
}
.banner-text-container {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  width: 90%;
  height: 90%;
  margin: auto;
}
.banner-text.banner-text-hleft {
  left: 0;
  text-align: left;
}
.banner-text.banner-text-hcenter {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  text-align: center;
}
.banner-text.banner-text-hright {
  right: 0;
  text-align: right;
}
.banner-text.banner-text-vtop {
  top: 0;
}
.banner-text.banner-text-vcenter {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}
.banner-text.banner-text-vbottom {
  bottom: 0;
}
.banner-text.banner-text-hcenter.banner-text-vcenter {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
}
.banner-text .banner-title {
  font-size: 1.75rem;
  line-height: 1.2;
  font-weight: 700;
  margin: 0 0 0.4em;
  padding: 0;
}
.banner-text .entry-header .entry-meta {
  position: relative;
}
.banner-text .entry-header .entry-cat {
  color: currentColor;
}
.banner-text .entry-header .entry-title {
  font-size: 1.75rem;
  line-height: 1.2;
  font-weight: 700;
  margin: 0 0 0.4em;
  padding: 0;
}

@media screen and (max-width: 991px) {
  .banner-media {
    height: 23.4375rem;
  }
  .banner-media img {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .banner-media {
    height: 15.625rem;
  }

  .banner-text {
    padding: 0.625em;
  }
  .banner-text .banner-title {
    font-size: 1.25rem;
    line-height: 1.3;
  }
  .banner-text .entry-header .entry-meta {
    line-height: 1.2;
  }
  .banner-text .entry-header .entry-title {
    font-size: 1.25rem;
    line-height: 1.3;
  }
}
@media screen and (min-width: 768px) {
  .banner-items-grid:after {
    display: table;
    clear: both;
    content: " ";
  }
  .banner-items-grid .banner-item {
    display: block;
    float: left;
  }

  .group-of-1 .banner-text .banner-title,
  .group-of-1 .banner-text .entry-header .entry-title {
    font-size: 1.75rem;
  }

  .group-of-2 .banner-text .banner-title,
  .group-of-2 .banner-text .entry-header .entry-title {
    font-size: 1.4rem;
  }

  .group-of-3 .banner-text .banner-title,
  .group-of-3 .banner-text .entry-header .entry-title {
    font-size: 1.05rem;
  }

  .group-of-4 .banner-text .banner-title,
  .group-of-4 .banner-text .entry-header .entry-title {
    font-size: 0.875rem;
  }
  .group-of-4 .banner-text .entry-header .entry-meta {
    font-size: 0.75em;
  }

  .group-of-1 .banner-items-grid .banner-item {
    width: 100%;
  }

  .group-of-2 .banner-items-grid .banner-item,
  .group-of-3 .banner-items-grid .banner-item {
    width: 50%;
  }

  .group-of-4 .banner-items-grid .banner-item {
    width: 50%;
  }
  .group-of-4 .banner-items-grid .banner-item:nth-child(3), .group-of-4 .banner-items-grid .banner-item:nth-child(4) {
    width: 25%;
  }

  .group-of-3 .banner-items-grid .banner-item:nth-child(2) .banner-media, .group-of-3 .banner-items-grid .banner-item:nth-child(3) .banner-media, .group-of-3 .banner-items-grid .banner-item:nth-child(4) .banner-media,
  .group-of-4 .banner-items-grid .banner-item:nth-child(2) .banner-media,
  .group-of-4 .banner-items-grid .banner-item:nth-child(3) .banner-media,
  .group-of-4 .banner-items-grid .banner-item:nth-child(4) .banner-media {
    height: 15.625rem;
  }
}
/*--------------------------------------------------------------
Authors
--------------------------------------------------------------*/
.author:after {
  display: table;
  clear: both;
  content: " ";
}

.author-image {
  position: relative;
  display: block;
  text-align: center;
  margin-bottom: 1.875em;
}
.author-image img {
  position: relative;
  z-index: 1;
  width: 13.75em;
  height: 13.75em;
  padding: 3px;
  background-color: transparent;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.author-name {
  font-size: 1.25rem;
  line-height: 1.2;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}

.author-work {
  font-size: 0.875rem;
  line-height: 1.2;
}

.author-desc {
  margin: 1.25em 0 0;
  padding: 0;
}

.authors-list {
  margin-top: 1.875em;
}
.authors-list .author {
  width: 100%;
  text-align: left;
}
.authors-list .author:not(:first-child) {
  margin-top: 1.875em;
  padding-top: 1.875em;
  border-top: 1px solid #000000;
}
.authors-list .author-image {
  float: left;
  margin: 0 1.25em 0 0;
}
.authors-list .author-name {
  font-size: 1.5rem;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .authors-list .author {
    text-align: center;
  }
  .authors-list .author-image {
    float: none;
    margin: 0 0 1.25em 0;
  }
}

/*--------------------------------------------------------------
Comments
--------------------------------------------------------------*/
.comments-area:not(:first-child) {
  margin-top: 1.875em;
}
.comments-area .comments-title, .comments-area .comment-reply-title {
  font-size: 1.375rem;
  line-height: 1.2;
}
.comments-area .comments-title:not(:first-child), .comments-area .comment-reply-title:not(:first-child) {
  margin-top: 1.25em;
}

.comment {
  padding: 1.25em 0;
  margin-top: 1.25em;
  border-top: 1px solid #000000;
}
.comment:after {
  display: table;
  clear: both;
  content: " ";
}
.comment .comment-img {
  float: left;
  margin-right: 1.25em;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  overflow: hidden;
}
.comment .comment-img img {
  width: 4em;
  height: 4em;
}
.comment .comment-meta {
  padding: 0;
  margin-left: 5.3125em;
}
.comment .comment-meta .comment-header {
  margin-bottom: 1.25em;
}
.comment .comment-meta .comment-header > * {
  display: inline;
}
.comment .comment-meta .comment-author {
  font-weight: bold;
}
.comment .comment-meta .comment-reply {
  margin-left: 0.625em;
  color: #bf9e3b;
}
.comment .comment-meta .comment-reply:before {
  content: "- ";
}

.comments-list:not(:first-child) {
  margin-top: 1.25em;
}
.comments-list .children {
  padding: 0 0 0 1.875em;
}
.comments-list .children .comment {
  border-top: 1px solid #000000;
  margin-top: 1.25em;
  padding-top: 1.25em;
}

.comment-respond {
  padding: 1.875em;
  border: 1px solid #000000;
}
.comment-respond:not(:first-child) {
  margin-top: 1.25em;
}
.comment-respond .comment-form input[type="color"], .comment-respond .comment-form input[type="date"], .comment-respond .comment-form input[type="datetime"], .comment-respond .comment-form input[type="datetime-local"], .comment-respond .comment-form input[type="email"], .comment-respond .comment-form input[type="month"], .comment-respond .comment-form input[type="name"], .comment-respond .comment-form input[type="number"], .comment-respond .comment-form input[type="password"], .comment-respond .comment-form input[type="search"], .comment-respond .comment-form input[type="tel"], .comment-respond .comment-form input[type="text"], .comment-respond .comment-form input[type="time"], .comment-respond .comment-form input[type="url"], .comment-respond .comment-form input[type="week"], .comment-respond .comment-form textarea {
  background-color: #ffffff;
  color: #000000;
  border-color: #000000;
}
.comment-respond .comment-form button, .comment-respond .comment-form input[type="button"], .comment-respond .comment-form input[type="reset"], .comment-respond .comment-form input[type="submit"], .comment-respond .comment-form .widget_wrt_shop .product .product-button, .widget_wrt_shop .product .comment-respond .comment-form .product-button, .comment-respond .comment-form input[type="button"], .comment-respond .comment-form input[type="reset"], .comment-respond .comment-form input[type="submit"] {
  margin-top: 2.14286em;
  background-color: #000000;
  color: #ffffff;
  border: 3px solid #000000;
}
.comment-respond .comment-form button:hover, .comment-respond .comment-form input[type="button"]:hover, .comment-respond .comment-form input[type="reset"]:hover, .comment-respond .comment-form input[type="submit"]:hover, .comment-respond .comment-form .widget_wrt_shop .product .product-button:hover, .widget_wrt_shop .product .comment-respond .comment-form .product-button:hover, .comment-respond .comment-form button:focus, .comment-respond .comment-form input[type="button"]:focus, .comment-respond .comment-form input[type="reset"]:focus, .comment-respond .comment-form input[type="submit"]:focus, .comment-respond .comment-form .widget_wrt_shop .product .product-button:focus, .widget_wrt_shop .product .comment-respond .comment-form .product-button:focus, .comment-respond .comment-form button.added, .comment-respond .comment-form input.added[type="button"], .comment-respond .comment-form input.added[type="reset"], .comment-respond .comment-form input.added[type="submit"], .comment-respond .comment-form .widget_wrt_shop .product .added.product-button, .widget_wrt_shop .product .comment-respond .comment-form .added.product-button, .comment-respond .comment-form input[type="button"]:hover, .comment-respond .comment-form input[type="button"]:focus, .comment-respond .comment-form input[type="button"].added, .comment-respond .comment-form input[type="reset"]:hover, .comment-respond .comment-form input[type="reset"]:focus, .comment-respond .comment-form input[type="reset"].added, .comment-respond .comment-form input[type="submit"]:hover, .comment-respond .comment-form input[type="submit"]:focus, .comment-respond .comment-form input[type="submit"].added {
  background-color: #ffffff;
  color: #000000;
}
.comment-respond .comment-form textarea {
  min-height: 12.5em;
}

/*--------------------------------------------------------------
Search Form
--------------------------------------------------------------*/
.search-form {
  position: relative;
  display: block;
}
.search-form .search-input {
  height: 2.5em;
  padding-right: 3.75em;
}
.search-form .search-submit-icon {
  position: absolute;
  padding: 0.625em 1.25em;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 2.5em;
  line-height: 1.25em;
  background-color: #000000;
  color: #ffffff;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.search-form .search-submit {
  display: none;
}

/*---------------------------------------------------------------
Pagination
----------------------------------------------------------------*/
.pagination {
  margin-top: 1.875em;
}
.pagination .nav-links {
  text-align: center;
}
.pagination ul {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0;
}
.pagination ul li {
  display: inline-block;
  margin: 0 2px;
}
.pagination a, .pagination span {
  display: inline-block;
  padding: 0.3125em 0.625em;
}
.pagination span {
  background-color: #000000;
  color: #ffffff;
}
.pagination a {
  background-color: transparent;
}
.pagination a:hover {
  background-color: #000000;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .pagination {
    text-align: center;
  }
}

body {
  background-color: #f5f5f5;
}

/**********
Patterns
***********************/
.pattern-1 {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAJElEQVQIW2NkwATGjGhixgwMDGeRBcECIEUwQbgATBBFACQIAK/DBDlqoCn9AAAAAElFTkSuQmCC);
}

.pattern-2 {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAHklEQVQIW2NkYGAwZmBgOMsAAXA2I1QAg8IrQSWjAI/iBAfzTy11AAAAAElFTkSuQmCC);
}

.pattern-3 {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAIklEQVQYV2NkYGAwZoCAs1AaK8VIikJ8BsHlQCYSBUamQgAAxgILNCZNagAAAABJRU5ErkJggg==);
}

.pattern-4 {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAARklEQVQYV43Q2Q0AIAgE0aUm+i/BngwkEBU59vuFiRJmYxo4BrA6qEiOVdBRBS+UQUEyTdre9HkpTYccgPCYH7Kqf0+FHG+9Fwxxy6ZBZgAAAABJRU5ErkJggg==);
}

.pattern-5 {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAICAYAAADA+m62AAAAP0lEQVQYV2NkwATGDAwMZ9GFGdEEYIowFCMrRJdE4cMUYrWOgYEBLg5SiEsRzFVgeXQ3YvEbWMiYWIUMRCsEAJsqCTymOpdiAAAAAElFTkSuQmCC);
}

.pattern-6 {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAASElEQVQYV33Q2wkAMAgDwDiT+4/gTsVCIY0P/8QDowbA8VdIn62bwBalZDgihit6sIlUct/VWnpczkNhi3T1iBiuSN/DWcsXDk6dCgrMqdEgAAAAAElFTkSuQmCC);
}

.pattern-7 {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAHElEQVQIW2NkYGAwZmBgOMsABYwwBjYBsEoMFQBQhgIFTA5z/AAAAABJRU5ErkJggg==);
}

.pattern-8 {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAF0lEQVQIW2NkYGAwZmBgOMuABhgHUgIA5HoGB3VE7DEAAAAASUVORK5CYII=);
}

.pattern-9 {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2P8//+/MQMewIhPASMj41mcCkCSIIOxKoBJYlWALImhAF0SRQE2SbgCXJIgBQAYZR85m3p6YQAAAABJRU5ErkJggg==);
}

/*--------------------------------------------------------------
6.0 - Layouts
--------------------------------------------------------------*/
/*---------------------------
Layouts
----------------------------*/
/*--------------------------------------------------------------
Grids
--------------------------------------------------------------*/
.site-container, .site-container-fluid {
  max-width: 96%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0.625em;
}
.site-container:after, .site-container-fluid:after {
  display: table;
  clear: both;
  content: " ";
}
.site-container:after, .site-container-fluid:after {
  display: table;
  clear: both;
  content: " ";
}

@media screen and (min-width: 768px) {
  .site-container {
    max-width: 48em;
  }
}
@media screen and (min-width: 992px) {
  .site-container {
    max-width: 61.875em;
  }
}
@media screen and (min-width: 1200px) {
  .site-container {
    max-width: 75em;
  }
}

.site-row {
  display: block;
}
.site-row:after {
  display: table;
  clear: both;
  content: " ";
}
.site-row:after {
  display: table;
  clear: both;
  content: " ";
}
.site-row .site-column-1 {
  position: relative;
  min-height: 1px;
}
@media screen and (min-width: 768px) {
  .site-row .site-column-1 {
    float: left;
    display: block;
    margin-right: 2.43902%;
    width: 6.09756%;
  }
  .site-row .site-column-1:last-child {
    margin-right: 0;
  }
}
.site-row .site-column-2 {
  position: relative;
  min-height: 1px;
}
@media screen and (min-width: 768px) {
  .site-row .site-column-2 {
    float: left;
    display: block;
    margin-right: 2.43902%;
    width: 14.63415%;
  }
  .site-row .site-column-2:last-child {
    margin-right: 0;
  }
}
.site-row .site-column-3 {
  position: relative;
  min-height: 1px;
}
@media screen and (min-width: 768px) {
  .site-row .site-column-3 {
    float: left;
    display: block;
    margin-right: 2.43902%;
    width: 23.17073%;
  }
  .site-row .site-column-3:last-child {
    margin-right: 0;
  }
}
.site-row .site-column-4 {
  position: relative;
  min-height: 1px;
}
@media screen and (min-width: 768px) {
  .site-row .site-column-4 {
    float: left;
    display: block;
    margin-right: 2.43902%;
    width: 31.70732%;
  }
  .site-row .site-column-4:last-child {
    margin-right: 0;
  }
}
.site-row .site-column-5 {
  position: relative;
  min-height: 1px;
}
@media screen and (min-width: 768px) {
  .site-row .site-column-5 {
    float: left;
    display: block;
    margin-right: 2.43902%;
    width: 40.2439%;
  }
  .site-row .site-column-5:last-child {
    margin-right: 0;
  }
}
.site-row .site-column-6 {
  position: relative;
  min-height: 1px;
}
@media screen and (min-width: 768px) {
  .site-row .site-column-6 {
    float: left;
    display: block;
    margin-right: 2.43902%;
    width: 48.78049%;
  }
  .site-row .site-column-6:last-child {
    margin-right: 0;
  }
}
.site-row .site-column-7 {
  position: relative;
  min-height: 1px;
}
@media screen and (min-width: 768px) {
  .site-row .site-column-7 {
    float: left;
    display: block;
    margin-right: 2.43902%;
    width: 57.31707%;
  }
  .site-row .site-column-7:last-child {
    margin-right: 0;
  }
}
.site-row .site-column-8 {
  position: relative;
  min-height: 1px;
}
@media screen and (min-width: 768px) {
  .site-row .site-column-8 {
    float: left;
    display: block;
    margin-right: 2.43902%;
    width: 65.85366%;
  }
  .site-row .site-column-8:last-child {
    margin-right: 0;
  }
}
.site-row .site-column-9 {
  position: relative;
  min-height: 1px;
}
@media screen and (min-width: 768px) {
  .site-row .site-column-9 {
    float: left;
    display: block;
    margin-right: 2.43902%;
    width: 74.39024%;
  }
  .site-row .site-column-9:last-child {
    margin-right: 0;
  }
}
.site-row .site-column-10 {
  position: relative;
  min-height: 1px;
}
@media screen and (min-width: 768px) {
  .site-row .site-column-10 {
    float: left;
    display: block;
    margin-right: 2.43902%;
    width: 82.92683%;
  }
  .site-row .site-column-10:last-child {
    margin-right: 0;
  }
}
.site-row .site-column-11 {
  position: relative;
  min-height: 1px;
}
@media screen and (min-width: 768px) {
  .site-row .site-column-11 {
    float: left;
    display: block;
    margin-right: 2.43902%;
    width: 91.46341%;
  }
  .site-row .site-column-11:last-child {
    margin-right: 0;
  }
}
.site-row .site-column-12 {
  position: relative;
  min-height: 1px;
}
@media screen and (min-width: 768px) {
  .site-row .site-column-12 {
    float: left;
    display: block;
    margin-right: 2.43902%;
    width: 100%;
  }
  .site-row .site-column-12:last-child {
    margin-right: 0;
  }
}

.site-table-row {
  display: block;
}
.site-table-row:after {
  display: table;
  clear: both;
  content: " ";
}
.site-table-row .site-column-1 {
  position: relative;
  min-height: 1px;
}
.site-table-row .site-column-2 {
  position: relative;
  min-height: 1px;
}
.site-table-row .site-column-3 {
  position: relative;
  min-height: 1px;
}
.site-table-row .site-column-4 {
  position: relative;
  min-height: 1px;
}
.site-table-row .site-column-5 {
  position: relative;
  min-height: 1px;
}
.site-table-row .site-column-6 {
  position: relative;
  min-height: 1px;
}
.site-table-row .site-column-7 {
  position: relative;
  min-height: 1px;
}
.site-table-row .site-column-8 {
  position: relative;
  min-height: 1px;
}
.site-table-row .site-column-9 {
  position: relative;
  min-height: 1px;
}
.site-table-row .site-column-10 {
  position: relative;
  min-height: 1px;
}
.site-table-row .site-column-11 {
  position: relative;
  min-height: 1px;
}
.site-table-row .site-column-12 {
  position: relative;
  min-height: 1px;
}
@media screen and (min-width: 768px) {
  .site-table-row {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  .site-table-row > * {
    vertical-align: middle;
  }
  .site-table-row .site-column-1 {
    float: none;
    display: table-cell;
    width: 8.33333%;
  }
  .site-table-row .site-column-2 {
    float: none;
    display: table-cell;
    width: 16.66667%;
  }
  .site-table-row .site-column-3 {
    float: none;
    display: table-cell;
    width: 25%;
  }
  .site-table-row .site-column-4 {
    float: none;
    display: table-cell;
    width: 33.33333%;
  }
  .site-table-row .site-column-5 {
    float: none;
    display: table-cell;
    width: 41.66667%;
  }
  .site-table-row .site-column-6 {
    float: none;
    display: table-cell;
    width: 50%;
  }
  .site-table-row .site-column-7 {
    float: none;
    display: table-cell;
    width: 58.33333%;
  }
  .site-table-row .site-column-8 {
    float: none;
    display: table-cell;
    width: 66.66667%;
  }
  .site-table-row .site-column-9 {
    float: none;
    display: table-cell;
    width: 75%;
  }
  .site-table-row .site-column-10 {
    float: none;
    display: table-cell;
    width: 83.33333%;
  }
  .site-table-row .site-column-11 {
    float: none;
    display: table-cell;
    width: 91.66667%;
  }
  .site-table-row .site-column-12 {
    float: none;
    display: table-cell;
    width: 100%;
  }
}

.site-col-center {
  float: none !important;
  margin: auto !important;
}

.site-wrapper {
  background-color: #ffffff;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.site-wrapper.shadow-wrapper {
  -webkit-box-shadow: 0 0 1.25em 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 1.25em 0 rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 992px) {
  .site-wrapper.boxed-wrapper {
    margin: 0 auto;
    max-width: 80em;
  }
  .site-wrapper.boxed-wrapper .site-container {
    padding: 0 1.25em;
  }
  .site-wrapper.full-wrapper {
    margin: 0;
    max-width: 100%;
  }
}

/*--------------------------------------------------------------
Headers
--------------------------------------------------------------*/
.site-header {
  position: relative;
  z-index: 101;
  background-color: #ffffff;
  background-repeat: repeat;
  background-repeat: repeat;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center center;
  /**Search**/
  /**Sticky Effect**/
}
.site-header .site-container {
  position: relative;
}
.site-header [class*="-column"] {
  position: static;
}
.site-header > div {
  background-position: center center;
  background-repeat: no-repeat;
}
.site-header .site-header-top {
  position: relative;
  background-color: #ffffff;
  color: #000000;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
}
.site-header .site-header-top .site-header-top-left {
  text-align: left;
}
.site-header .site-header-top .site-header-top-left:last-child {
  float: none;
  margin: auto;
  text-align: center;
}
.site-header .site-header-top .site-header-top-center {
  text-align: center;
}
.site-header .site-header-top .site-header-top-right {
  text-align: right;
}
.site-header .site-header-top .site-header-top-right:first-child {
  float: none;
  margin: auto;
  text-align: center;
}
.site-header .site-header-middle {
  position: relative;
  background-color: #ffffff;
  color: #000000;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
}
.site-header .site-header-middle .site-header-middle-left {
  text-align: left;
}
.site-header .site-header-middle .site-header-middle-left:last-child {
  float: none;
  margin: auto;
  text-align: center;
}
.site-header .site-header-middle .site-header-middle-center {
  text-align: center;
}
.site-header .site-header-middle .site-header-middle-right {
  text-align: right;
}
.site-header .site-header-middle .site-header-middle-right:first-child {
  float: none;
  margin: auto;
  text-align: center;
}
.site-header .site-header-bottom {
  position: relative;
  background-color: #ffffff;
  color: #000000;
  text-align: center;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
}
.site-header .site-header-one .site-header-top {
  z-index: 103;
  background-color: transparent;
}
.is-sticky-started .site-header .site-header-one .site-header-top {
  background-color: #ffffff;
}
.site-header .site-header-one .site-header-bottom {
  z-index: 101;
}
.site-header .site-header-two .site-header-top {
  z-index: 103;
}
.site-header .site-header-two .site-header-middle {
  z-index: 102;
  background-color: transparent;
}
.is-sticky-started .site-header .site-header-two .site-header-middle {
  background-color: #ffffff;
}
.site-header .site-header-two .site-header-bottom {
  z-index: 101;
}
.site-header .site-header-three .site-header-top {
  z-index: 101;
}
.site-header .site-header-three .site-header-top .site-header-top-right nav {
  display: inline-block;
  vertical-align: middle;
}
.site-header .site-header-three .primary-navigation > ul > li > a, .site-header .site-header-three .primary-navigation > ul > li.menu-item-has-children > a:before, .site-header .site-header-three .primary-navigation > ul > li > .menu-item-arrow {
  padding: 0 0.625em;
  line-height: 80px;
}
.site-header .site-header-three .primary-navigation .menu-item-has-children > a {
  padding-right: 1.875em;
}
@media screen and (min-width: 768px) {
  .site-header .site-header-three .site-brand {
    line-height: 80px;
    padding-top: 0;
    padding-bottom: 0;
  }
  .site-header .site-header-three .site-brand > * {
    line-height: 1.2;
  }
  .site-header .site-header-three .site-brand img {
    display: inline-block;
    max-width: 100%;
    max-height: 80px;
    padding: 10px 0;
  }
  .site-header .site-header-three .mega-menu .sub-menu .sub-menu {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
.site-header .site-header-three .primary-navigation + .secondary-navigation a, .site-header .site-header-three .primary-navigation + .secondary-navigation .site-search-toggle, .site-header .site-header-three .primary-navigation + .social-navigation a, .site-header .site-header-three .primary-navigation + .author-navigation a, .site-header .site-header-three .primary-navigation + .social-navigation .site-search-toggle, .site-header .site-header-three .primary-navigation + .author-navigation .site-search-toggle {
  padding: 0 0.3125em;
  line-height: 80px;
}
.site-header .site-header-four .site-header-top {
  z-index: 103;
}
.site-header .site-header-four .site-header-bottom {
  z-index: 101;
  background-color: transparent;
}
.is-sticky-started .site-header .site-header-four .site-header-bottom {
  background-color: #ffffff;
}
.site-header .sticky, .site-header .sticky-wrapper {
  position: relative;
}
@media screen and (max-width: 767px) {
  .site-header {
    border-bottom: 1px solid;
  }
  .site-header .site-header-top,
  .site-header .site-header-middle,
  .site-header .site-header-bottom {
    padding-top: 0.625em;
    padding-bottom: 0.625em;
  }
  .site-header .site-header-one .site-header-bottom,
  .site-header .site-header-one .site-header-top-left,
  .site-header .site-header-one .site-header-top-right {
    display: none;
  }
  .site-header .site-header-two .site-header-bottom,
  .site-header .site-header-two .site-header-top {
    display: none;
  }
  .site-header .site-header-three .site-header-top-left,
  .site-header .site-header-three .site-header-top-right {
    text-align: center;
  }
  .site-header .site-header-three .site-header-top-right {
    display: none;
  }
  .site-header .site-header-four .site-header-top {
    display: none;
  }
}

.site-content {
  display: block;
  width: 100%;
  padding: 1.25em 0;
}
@media screen and (min-width: 768px) {
  .site-content {
    padding: 1.875em 0;
  }
  .site-content.with-sidebar {
    width: 65.85366%;
    width: calc(97.56098% - 25rem);
  }
  .site-content.with-no-sidebar {
    float: none;
    margin: 0 auto;
  }
  .site-content.with-no-sidebar.compact-view {
    width: 65.85366%;
  }
  .site-content.with-no-sidebar.expand-view {
    width: 82.92683%;
  }
  .site-content.with-no-sidebar.full-view {
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .site-content {
    padding: 3.75em 0;
  }
}

.site-breadcrumbs .current, .breadcrumbs .current {
  color: #bf9e3b;
}

.site-content-header {
  padding-bottom: 1.875em;
  margin-bottom: 1.875em;
  border-bottom: 1px solid #000000;
}
.site-content-header h1, .site-content-header h2, .site-content-header h3 {
  margin: 0;
  padding: 0;
}
.site-content-header h1 a, .site-content-header h2 a, .site-content-header h3 a {
  color: inherit;
}

/*--------------------------------------------------------------
Posts
--------------------------------------------------------------*/
.entry {
  position: relative;
  display: block;
}
.entry:after {
  display: table;
  clear: both;
  content: " ";
}
.entry.sticky {
  margin-top: 1.25em;
  padding: 1.875em;
  background-color: #f5f5f5;
}

.entry-header {
  position: relative;
  display: block;
  overflow: hidden;
}
.entry-header:not(:first-child) {
  margin-top: 1.875em;
}
.entry-header > * {
  position: relative;
}

.entry-footer {
  position: relative;
}
.entry-footer:after {
  display: table;
  clear: both;
  content: " ";
}
.entry-footer:not(:first-child) {
  margin-top: 1.25em;
}
.entry-footer:not(:last-child) {
  margin-bottom: 1.25em;
}
.entry-footer > * {
  position: relative;
  z-index: 2;
}

.entry-title {
  font-size: 1.75rem;
  line-height: 1.2;
  font-weight: 400;
}
.entry-title:not(:last-child) {
  margin-bottom: 0.53571em;
}

.entry-meta {
  font-size: 0.875rem;
  line-height: 1.2;
}
.entry-meta:not(:last-child) {
  margin-bottom: 0.9375em;
}

.entry-cat {
  color: #bf9e3b;
  text-transform: uppercase;
  display: inline-block;
  padding: 3px 6px;
}
.entry-cat a {
  display: inline-block;
  vertical-align: middle;
}
.entry-cat a:not(:first-child) {
  margin-left: 0.33333em;
}
.entry-cat a:not(:first-child):before {
  display: inline-block;
  vertical-align: middle;
  content: "/";
  margin-right: 0.33333em;
}

.entry-date, .entry-author {
  position: relative;
}

.entry-author a {
  text-transform: capitalize;
}

.entry-media {
  position: relative;
  overflow: hidden;
}
.entry-media:not(:first-child) {
  margin-top: 1.875em;
}
.entry-media.justified-gallery {
  margin-left: -0.625em;
  margin-right: -0.625em;
}
.entry-media > div, .entry-media.carousel > div .slick-slide {
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}
.entry-media > div > span:first-child, .entry-media.carousel > div .slick-slide > span:first-child {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}
.entry-media.carousel .slick-slide span:first-child {
  width: auto;
}
.entry-media img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 100%;
  margin: auto;
  vertical-align: middle;
  display: inline-block;
}
.entry-media a {
  display: block;
}
.entry-media iframe {
  width: 100%;
  height: 100%;
}

.entry-icon {
  position: absolute;
  right: 50%;
  bottom: 50%;
  -webkit-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
  z-index: 1;
  width: 2.33333em;
  height: 2.33333em;
  -webkit-border-radius: 2.33333em;
  border-radius: 2.33333em;
  font-size: 1.875rem;
  line-height: 1em;
  background-color: rgba(0, 0, 0, 0.3);
  color: #ffffff;
  border: 2px solid currentColor;
  padding: 0.66667em;
  text-align: center;
}

.entry-video-icon {
  padding: 0.53333em 0.8em 0.53333em 0.86667em;
}

.entry-image-icon {
  padding: 0.66667em 0.33333em;
}

.entry-share, .entry-comments {
  position: relative;
  display: inline-block;
  font-size: 0.85rem;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: right;
}
.single .entry-share:first-child > a, .single .entry-comments:first-child > a {
  display: none;
}
.single-post .entry-share, .single-post .entry-comments {
  text-align: left;
}
.entry-share ul, .entry-comments ul {
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
  list-style: none;
  margin: 0;
  padding: 0;
}
.entry-share ul li, .entry-comments ul li {
  display: inline-block;
  vertical-align: middle;
}
.single .entry-share ul, .single .entry-comments ul {
  position: relative;
  top: auto;
  left: auto;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.single .entry-share ul li, .single .entry-comments ul li {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.entry-share a, .entry-comments a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 2.4rem;
  height: 2.4rem;
  line-height: 2.4rem;
  text-align: center;
}
.single .entry-share a, .single .entry-comments a {
  width: auto;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
  margin-right: 5px;
}
.single .entry-share a:after, .single .entry-comments a:after {
  content: attr(title);
  margin-left: 0.4rem;
}
.entry-share .social-shares, .entry-comments .social-shares {
  display: inline-block;
  vertical-align: middle;
}
.entry-share .social-shares .fa, .entry-comments .social-shares .fa {
  font-family: inherit;
}
.entry-share .social-shares .fa:before, .entry-comments .social-shares .fa:before {
  font-family: FontAwesome;
}
.entry-share.-fill a, .entry-comments.-fill a {
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff;
}
.entry-share.-fill .social-shares .fa, .entry-comments.-fill .social-shares .fa {
  color: #ffffff;
  border-width: 0;
}
.entry-share.-fill .social-shares .fa-facebook, .entry-comments.-fill .social-shares .fa-facebook {
  background-color: #3b5998;
}
.entry-share.-fill .social-shares .fa-twitter, .entry-comments.-fill .social-shares .fa-twitter {
  background-color: #00aced;
}
.entry-share.-fill .social-shares .fa-instagram, .entry-comments.-fill .social-shares .fa-instagram {
  background-color: #125688;
}
.entry-share.-fill .social-shares .fa-pinterest-p, .entry-comments.-fill .social-shares .fa-pinterest-p {
  background-color: #cb2027;
}
.entry-share.-fill .social-shares .fa-google-plus, .entry-comments.-fill .social-shares .fa-google-plus {
  background-color: #dd4b39;
}
.entry-share.-fill .social-shares .fa-linkedin, .entry-comments.-fill .social-shares .fa-linkedin {
  background-color: #007bb5;
}
.entry-share.-fill .social-shares .fa-youtube, .entry-comments.-fill .social-shares .fa-youtube {
  background-color: #bb0000;
}
.entry-share.-fill .social-shares .fa-vimeo, .entry-comments.-fill .social-shares .fa-vimeo {
  background-color: #17B3E8;
}
.entry-share.-fill .social-shares .fa-skype, .entry-comments.-fill .social-shares .fa-skype {
  background-color: #0BBFF2;
}
.entry-share.-fill .social-shares .fa-dribbble, .entry-comments.-fill .social-shares .fa-dribbble {
  background-color: #EA4C89;
}
.entry-share.-fill .social-shares .fa-tumblr, .entry-comments.-fill .social-shares .fa-tumblr {
  background-color: #32506d;
}
.entry-share.-fill .social-shares .fa-vk, .entry-comments.-fill .social-shares .fa-vk {
  background-color: #527498;
}
.entry-share.-fill .social-shares .fa-buffer, .entry-comments.-fill .social-shares .fa-buffer {
  background-color: #000000;
}
.entry-share.-fill .social-shares .fa-rss, .entry-share.-fill .social-shares .widget_rss .widget-title .rsswidget, .widget_rss .widget-title .entry-share.-fill .social-shares .rsswidget, .entry-comments.-fill .social-shares .fa-rss, .entry-comments.-fill .social-shares .widget_rss .widget-title .rsswidget, .widget_rss .widget-title .entry-comments.-fill .social-shares .rsswidget {
  background-color: #FF9900;
}
.entry-share.-line a, .entry-comments.-line a {
  background-color: #ffffff;
  border: 1px solid currentColor;
}
.entry-share.-line .social-shares .fa, .entry-comments.-line .social-shares .fa {
  color: #ffffff;
  border-width: 0;
}
.entry-share.-line .social-shares .fa-facebook, .entry-comments.-line .social-shares .fa-facebook {
  background-color: #3b5998;
}
.entry-share.-line .social-shares .fa-twitter, .entry-comments.-line .social-shares .fa-twitter {
  background-color: #00aced;
}
.entry-share.-line .social-shares .fa-instagram, .entry-comments.-line .social-shares .fa-instagram {
  background-color: #125688;
}
.entry-share.-line .social-shares .fa-pinterest-p, .entry-comments.-line .social-shares .fa-pinterest-p {
  background-color: #cb2027;
}
.entry-share.-line .social-shares .fa-google-plus, .entry-comments.-line .social-shares .fa-google-plus {
  background-color: #dd4b39;
}
.entry-share.-line .social-shares .fa-linkedin, .entry-comments.-line .social-shares .fa-linkedin {
  background-color: #007bb5;
}
.entry-share.-line .social-shares .fa-youtube, .entry-comments.-line .social-shares .fa-youtube {
  background-color: #bb0000;
}
.entry-share.-line .social-shares .fa-vimeo, .entry-comments.-line .social-shares .fa-vimeo {
  background-color: #17B3E8;
}
.entry-share.-line .social-shares .fa-skype, .entry-comments.-line .social-shares .fa-skype {
  background-color: #0BBFF2;
}
.entry-share.-line .social-shares .fa-dribbble, .entry-comments.-line .social-shares .fa-dribbble {
  background-color: #EA4C89;
}
.entry-share.-line .social-shares .fa-tumblr, .entry-comments.-line .social-shares .fa-tumblr {
  background-color: #32506d;
}
.entry-share.-line .social-shares .fa-vk, .entry-comments.-line .social-shares .fa-vk {
  background-color: #527498;
}
.entry-share.-line .social-shares .fa-buffer, .entry-comments.-line .social-shares .fa-buffer {
  background-color: #000000;
}
.entry-share.-line .social-shares .fa-rss, .entry-share.-line .social-shares .widget_rss .widget-title .rsswidget, .widget_rss .widget-title .entry-share.-line .social-shares .rsswidget, .entry-comments.-line .social-shares .fa-rss, .entry-comments.-line .social-shares .widget_rss .widget-title .rsswidget, .widget_rss .widget-title .entry-comments.-line .social-shares .rsswidget {
  background-color: #FF9900;
}
.entry-share.-no-style a, .entry-comments.-no-style a {
  padding-left: 0;
  font-size: 1.5em;
  background-color: #ffffff;
}
.entry-share.-no-style .social-shares .fa-facebook, .entry-comments.-no-style .social-shares .fa-facebook {
  color: #3b5998;
}
.entry-share.-no-style .social-shares .fa-twitter, .entry-comments.-no-style .social-shares .fa-twitter {
  color: #00aced;
}
.entry-share.-no-style .social-shares .fa-instagram, .entry-comments.-no-style .social-shares .fa-instagram {
  color: #125688;
}
.entry-share.-no-style .social-shares .fa-pinterest-p, .entry-comments.-no-style .social-shares .fa-pinterest-p {
  color: #cb2027;
}
.entry-share.-no-style .social-shares .fa-google-plus, .entry-comments.-no-style .social-shares .fa-google-plus {
  color: #dd4b39;
}
.entry-share.-no-style .social-shares .fa-linkedin, .entry-comments.-no-style .social-shares .fa-linkedin {
  color: #007bb5;
}
.entry-share.-no-style .social-shares .fa-youtube, .entry-comments.-no-style .social-shares .fa-youtube {
  color: #bb0000;
}
.entry-share.-no-style .social-shares .fa-vimeo, .entry-comments.-no-style .social-shares .fa-vimeo {
  color: #17B3E8;
}
.entry-share.-no-style .social-shares .fa-skype, .entry-comments.-no-style .social-shares .fa-skype {
  color: #0BBFF2;
}
.entry-share.-no-style .social-shares .fa-dribbble, .entry-comments.-no-style .social-shares .fa-dribbble {
  color: #EA4C89;
}
.entry-share.-no-style .social-shares .fa-tumblr, .entry-comments.-no-style .social-shares .fa-tumblr {
  color: #32506d;
}
.entry-share.-no-style .social-shares .fa-vk, .entry-comments.-no-style .social-shares .fa-vk {
  color: #527498;
}
.entry-share.-no-style .social-shares .fa-buffer, .entry-comments.-no-style .social-shares .fa-buffer {
  color: #000000;
}
.entry-share.-no-style .social-shares .fa-rss, .entry-share.-no-style .social-shares .widget_rss .widget-title .rsswidget, .widget_rss .widget-title .entry-share.-no-style .social-shares .rsswidget, .entry-comments.-no-style .social-shares .fa-rss, .entry-comments.-no-style .social-shares .widget_rss .widget-title .rsswidget, .widget_rss .widget-title .entry-comments.-no-style .social-shares .rsswidget {
  color: #FF9900;
}

.entry-quote {
  position: relative;
  display: block;
  background-position: center center;
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
}
.entry-quote a, .entry-quote div {
  display: block;
  padding: 1.875em;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.2);
  color: #ffffff;
}
.entry-quote > * {
  position: relative;
  z-index: 2;
}
.entry-quote.fl-left {
  max-width: 70%;
  padding-right: 1.25em;
  text-align: left;
}
.entry-quote.fl-right {
  max-width: 70%;
  padding-right: 0;
  text-align: left;
}
.entry-quote.fl-center {
  padding-left: 0;
  padding-right: 0;
}

.entry-quote-author {
  display: block;
  padding-bottom: 1.25em;
  text-align: center;
  color: #bf9e3b;
}

.entry-link span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: inline-block;
  max-width: 80%;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  color: #ffffff;
}

.entry-button {
  position: relative;
  display: inline-block;
  height: 2.4rem;
  padding: 0 1.6rem;
  font-size: 0.85rem;
  line-height: 2.4rem;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.entry-button.-fill {
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff;
}
.entry-button.-line {
  background-color: #ffffff;
  border: solid 1px;
}
.sticky .entry-button.-line {
  background-color: #f5f5f5;
}
.entry-button.-no-style {
  padding: 0;
}
@media screen and (max-width: 767px) {
  .entry-button {
    width: 100%;
    border-width: 0;
  }
}

/*-----------------------------------------------------------------
Single Page and Post Elements
--------------------------------------------------------------*/
.entry-dropcap:first-letter {
  display: inline-block;
  vertical-align: top;
  font-size: 4.875rem;
  line-height: 1;
  font-weight: 700;
  float: left;
  margin: 0 0.14286em 0 0;
}

.entry-ordered-list {
  list-style: none;
  margin: 1.25em 0 1.5625em 0;
  padding: 0;
  counter-reset: li-list;
}
.entry-ordered-list ol {
  list-style: none;
  padding: 0;
}
.entry-ordered-list li {
  position: relative;
  padding: 0.57em 0 0.57em 2.85em;
}
.entry-ordered-list li:before {
  position: absolute;
  top: calc(50% - 0.83333em);
  left: 0;
  font-size: 0.75rem;
  line-height: 1;
  background-color: #000000;
  color: #ffffff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  padding: 0.33333em;
  text-align: center;
  width: 1.66667em;
  height: 1.66667em;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  content: counter(li-list);
  counter-increment: li-list;
}

.entry-unordered-list {
  list-style: none;
  margin: 1.25em 0 1.5625em 0;
  padding: 0;
}
.entry-unordered-list ul {
  list-style: none;
  padding: 0;
}
.entry-unordered-list li {
  position: relative;
  padding: 0.5em 0.5em 0.5em 1.875em;
}
.entry-unordered-list li: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;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  display: inline-block;
  font-size: 1.125rem;
  line-height: 1;
  text-align: center;
  content: " ";
}
.entry-unordered-list.arrow-forward-a li:before {
  content: "\f0a9";
}
.entry-unordered-list.arrow-forward-b li:before {
  content: "\f0da";
}
.entry-unordered-list.arrow-forward-c li:before {
  content: "\f061";
}
.entry-unordered-list.arrow-right-a li:before {
  content: "\f178";
}
.entry-unordered-list.arrow-right-b li:before {
  content: "\f054";
}
.entry-unordered-list.arrow-right-c li:before {
  content: "\f101";
}
.entry-unordered-list.arrow-thin-right li:before {
  content: "\f105";
}
.entry-unordered-list.checkmark li:before {
  content: "\f00c";
}
.entry-unordered-list.checkmark-round li:before {
  content: "\f058";
}
.entry-unordered-list.checkmark-square li:before {
  content: "\f14a";
}
.entry-unordered-list.star li:before {
  content: "\f005";
}
.entry-unordered-list.circle-fill li:before {
  content: "\f111";
}
.entry-unordered-list.circle-non-fill li:before {
  content: "\f10c";
}
.entry-unordered-list.dot-circle li:before {
  content: "\f192";
}
.entry-unordered-list.plus-square li:before {
  content: "\f0fe";
}

.entry-highlight-text {
  background-color: #000000;
  color: #ffffff;
  padding: 0 3px;
}

.entry-highlight-block {
  background-color: #000000;
  color: #ffffff;
  padding: 1.875em 1.25em;
}

.entry-columns:after {
  display: table;
  clear: both;
  content: " ";
}
@media screen and (min-width: 768px) {
  .entry-columns.columns-two .entry-column {
    display: table-cell;
    width: 50%;
  }
}
@media screen and (min-width: 1200px) {
  .entry-columns.columns-three .entry-column {
    display: table-cell;
    width: 33.33333%;
  }
  .entry-columns.columns-four .entry-column {
    display: table-cell;
    width: 25%;
  }
  .entry-columns.columns-five .entry-column {
    display: table-cell;
    width: 20%;
  }
}

.entry-content {
  text-align: left;
}
.entry-content:after {
  display: table;
  clear: both;
  content: " ";
}
.entry-content:not(:first-child) {
  margin-top: 0.8rem;
}
.entry-content * > p {
  font-size: inherit;
  line-height: inherit;
}
.entry-content em {
  font-style: italic;
}
.entry-content ul:not(.entry-unordered-list) {
  list-style-type: disc;
  list-style-position: inside;
  padding-left: 1.25em;
}
.entry-content ol:not(.entry-ordered-list) {
  list-style-type: decimal;
  list-style-position: inside;
  padding-left: 1.25em;
}
.entry-content .entry-link {
  padding: 1.25em;
}
.entry-content .entry-link a, .entry-content .entry-link span {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
      transform: translate(0, 0);
  color: inherit;
}
.entry-content .entry-half-left {
  max-width: 50%;
  padding-right: 1.5%;
  float: left;
}
.entry-content .entry-half-right {
  max-width: 50%;
  padding-left: 1.5%;
  float: right;
}
.entry-content .entry-quote:after {
  font-size: 8.5rem;
  line-height: 1;
  content: '\201C' !important;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  opacity: 0.1;
}

.entry-navigation {
  display: table;
  table-layout: fixed;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #000000;
}
.entry-navigation:not(:first-child) {
  margin-top: 1.875em;
}
.entry-navigation a {
  display: block;
  font-family: inherit;
  font-size: 1.05rem;
  padding: 1.6rem;
  background-color: #ffffff;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.entry-navigation a small {
  display: block;
  font-size: 0.85em;
}
.entry-navigation a small:before, .entry-navigation a small:after {
  display: inline;
  font-family: 'FontAwesome';
  font-size: inherit;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.entry-navigation a:hover {
  background-color: #000000;
  color: #ffffff;
}

.entry-previous, .entry-next {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
  width: 50%;
}
.entry-previous a, .entry-next a {
  min-height: 7.5rem;
}

.entry-previous {
  text-align: left;
}
.entry-previous:only-child {
  padding-right: 50%;
}
.entry-previous small:before {
  content: "\f053";
  margin-right: 10px;
}

.entry-next {
  text-align: right;
}
.entry-next:only-child {
  padding-left: 50%;
}
.entry-next small:after {
  content: "\f054";
  margin-left: 10px;
}

.entry-author:not(:first-child) {
  margin-top: 1.875em;
}
.entry-author .author {
  text-align: left;
}
.entry-author .author .author-image {
  float: left;
  margin-bottom: 0;
}
.entry-author .author .author-image img {
  width: 10.75em;
  height: 10.75em;
  -webkit-box-shadow: 0 0 0 0 #ffffff;
  box-shadow: 0 0 0 0 #ffffff;
}
.entry-author .author .author-meta {
  margin-left: 10.625em;
}

.entry-tags a, .entry-tags a:hover {
  display: inline-block;
  padding: 0.3125em 0.5em;
  margin-top: 0.3125em;
  margin-bottom: 0.3125em;
  background-color: #000000;
  color: #ffffff;
}
.entry-tags a:not(:last-child), .entry-tags a:hover:not(:last-child) {
  margin-right: 0.375em;
}

@media screen and (max-width: 1199px) {
  .single-post .entry-share ul li a:after, .single-post .entry-comments ul li a:after {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .entry-footer {
    text-align: center;
  }
  .single-post .entry-footer {
    text-align: left;
  }
  .entry-footer > div:last-child:not(:first-child) {
    display: inline-block;
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    border-left-width: 0;
  }

  .entry-share:last-child, .entry-comments:last-child {
    padding-left: 0;
  }
  .single-post .entry-share a, .single-post .entry-comments a {
    width: 2.4rem;
    padding-left: 0;
    padding-right: 0;
  }
  .single-post .entry-share a:after, .single-post .entry-comments a:after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .entry-title {
    font-size: 1.25rem;
  }

  .entry-footer > div:last-child:not(:first-child) {
    margin-top: 1.25rem;
  }

  .entry-quote.fl-left, .entry-quote.fl-right {
    float: none;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    text-align: center;
  }

  .entry-half-left, .entry-half-right {
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    float: none;
  }

  .entry-navigation {
    display: block;
    table-layout: auto;
  }
  .entry-navigation .entry-previous, .entry-navigation .entry-next {
    display: block;
    vertical-align: baseline;
    width: 100%;
  }
  .entry-navigation .entry-previous:not(:last-child), .entry-navigation .entry-next:not(:last-child) {
    margin-bottom: 1.25em;
  }

  .entry-author .author {
    text-align: center;
  }
  .entry-author .author .author-image {
    float: none;
    margin: 0 0 1.25em 0;
  }
  .entry-author .author .author-meta {
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) {
  .entry .entry-row {
    display: block;
  }
  .entry .entry-row:after {
    display: table;
    clear: both;
    content: " ";
  }
  .entry .entry-row .entry-full-center, .entry .entry-row .entry-half-left, .entry .entry-row .entry-half-right {
    float: left;
    display: block;
    margin-right: 5%;
    width: 100%;
  }
  .entry .entry-row .entry-full-center:last-child, .entry .entry-row .entry-half-left:last-child, .entry .entry-row .entry-half-right:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 992px) {
  .entry .entry-row {
    display: block;
  }
  .entry .entry-row:after {
    display: table;
    clear: both;
    content: " ";
  }
  .entry .entry-row .entry-half-left, .entry .entry-row .entry-half-right {
    float: left;
    display: block;
    margin-right: 5%;
    width: 47.5%;
  }
  .entry .entry-row .entry-half-left:last-child, .entry .entry-row .entry-half-right:last-child {
    margin-right: 0;
  }
  .entry .entry-row .entry-half-left, .entry .entry-row .entry-half-right {
    text-align: left;
  }
  .entry.entry-right .entry-row {
    display: block;
  }
  .entry.entry-right .entry-row:after {
    display: table;
    clear: both;
    content: " ";
  }
  .entry.entry-right .entry-row .entry-half-left, .entry.entry-right .entry-row .entry-half-right {
    float: right;
    display: block;
    margin-left: 5%;
    width: 47.5%;
    margin-right: 0;
  }
  .entry.entry-right .entry-row .entry-half-left:last-child, .entry.entry-right .entry-row .entry-half-right:last-child {
    margin-left: 0;
  }
}
@media screen and (max-width: 991px) {
  .entry .entry-row .entry-half-left:not(:last-child),
  .entry .entry-row .entry-half-right:not(:last-child) {
    margin-bottom: 1.25em;
  }
}
@media screen and (max-width: 767px) {
  .entry {
    margin-bottom: 1.875em;
  }
  .entry .entry-row {
    display: block;
  }
  .entry .entry-row:after {
    display: table;
    clear: both;
    content: " ";
  }
  .entry .entry-row .entry-half-left,
  .entry .entry-row .entry-half-right {
    float: left;
    display: block;
    margin-right: 5%;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
  }
  .entry .entry-row .entry-half-left:last-child,
  .entry .entry-row .entry-half-right:last-child {
    margin-right: 0;
  }
  .entry.entry-left .entry-header {
    padding: 0;
  }
  .entry.entry-right .entry-header {
    padding: 0;
  }
  .entry.entry-right .entry-row {
    display: block;
  }
  .entry.entry-right .entry-row:after {
    display: table;
    clear: both;
    content: " ";
  }
  .entry.entry-right .entry-row .entry-half-left {
    float: right;
    display: block;
    margin-left: 5%;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 1.25em;
  }
  .entry.entry-right .entry-row .entry-half-left:last-child {
    margin-left: 0;
  }
}

/*-----------------------------------------------------------------
Layout Post Elements
--------------------------------------------------------------*/
.grid-container {
  position: relative;
  z-index: 1;
}
.grid-container .entry {
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
}
.grid-container .entry:before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  content: " ";
  height: 1px;
  background-color: #000000;
}

.grid-container {
  display: block;
  margin-top: -2.5em;
}
.grid-container:after {
  display: table;
  clear: both;
  content: " ";
}
@media screen and (min-width: 768px) {
  .grid-container .entry {
    padding-top: 2.5em;
  }
  .grid-container .entry-footer {
    text-align: center;
  }
  .grid-container .entry-footer > div:last-child:not(:first-child) {
    margin-top: 0.8rem;
  }
  .grid-container.grid-no-sidebar.grid-with-3 .entry {
    float: left;
    display: block;
    margin-right: 2.43902%;
    width: 48.78049%;
  }
  .grid-container.grid-no-sidebar.grid-with-3 .entry:last-child {
    margin-right: 0;
  }
  .grid-container.grid-no-sidebar.grid-with-3 .entry.entry-first {
    width: 100%;
    margin-right: 0;
  }
  .grid-container.grid-no-sidebar.grid-with-3.grid-no-first .entry:nth-child(2n) {
    margin-right: 0;
  }
  .grid-container.grid-no-sidebar.grid-with-3.grid-no-first .entry:nth-child(2n+1) {
    clear: left;
  }
  .grid-container.grid-no-sidebar.grid-with-3.grid-with-first .entry:nth-child(2n+1) {
    margin-right: 0;
  }
  .grid-container.grid-no-sidebar.grid-with-3.grid-with-first .entry:nth-child(2n) {
    clear: left;
  }
}
@media screen and (min-width: 992px) {
  .grid-container .entry {
    float: left;
    display: block;
    margin-right: 2.43902%;
    width: 48.78049%;
  }
  .grid-container .entry:last-child {
    margin-right: 0;
  }
  .grid-container .entry.entry-first {
    width: 100%;
    margin-right: 0;
  }
  .grid-container.grid-no-first .entry:nth-child(2n) {
    margin-right: 0;
  }
  .grid-container.grid-no-first .entry:nth-child(2n+1) {
    clear: left;
  }
  .grid-container.grid-with-first .entry:nth-child(2n+1):not(:first-child) {
    margin-right: 0;
  }
  .grid-container.grid-with-first .entry:nth-child(2n):not(:first-child) {
    clear: left;
  }
  .grid-container > .entry:first-child {
    margin-bottom: 0;
  }
  .grid-container > .entry:first-child:not(:last-child):before {
    bottom: 1.2rem;
  }
  .grid-container > .entry:first-child .entry-footer {
    margin-bottom: -2.4rem;
  }
  .grid-container > .entry:first-child .entry-footer > div {
    position: relative;
    z-index: 2;
    background-color: #ffffff;
  }
  .grid-container > .entry:first-child .entry-footer > div:first-child {
    float: left;
    text-align: left;
    border-right: 1.25em solid #ffffff;
  }
  .grid-container > .entry:first-child .entry-footer > div:last-child {
    float: right;
    text-align: right;
    border-left: 1.25em solid #ffffff;
  }
  .grid-container > .entry:first-child .entry-footer > div:first-child:last-child {
    float: none;
    text-align: center;
    border-right: 1.25em solid #ffffff;
    border-left: 1.25em solid #ffffff;
  }
  .sticky .grid-container > .entry:first-child .entry-footer > div {
    background-color: #f5f5f5;
  }
  .sticky .grid-container > .entry:first-child .entry-footer > div:first-child, .sticky .grid-container > .entry:first-child .entry-footer > div:last-child {
    border-color: #f5f5f5;
  }
  .grid-container > .entry:first-child .entry-content:not(:first-child) {
    margin-top: 1.6rem;
  }
  .grid-container.grid-no-sidebar.grid-with-3 .entry {
    float: left;
    display: block;
    margin-right: 2.43902%;
    width: 31.70732%;
  }
  .grid-container.grid-no-sidebar.grid-with-3 .entry:last-child {
    margin-right: 0;
  }
  .grid-container.grid-no-sidebar.grid-with-3 .entry:nth-child(3n+2):nth-last-child(2):before {
    display: none;
  }
  .grid-container.grid-no-sidebar.grid-with-3 .entry:nth-child(3n+1):nth-last-child(3):before {
    display: none;
  }
  .grid-container.grid-no-sidebar.grid-with-3 .entry.entry-first {
    width: 100%;
    margin-right: 0;
  }
  .grid-container.grid-no-sidebar.grid-with-3.grid-no-first .entry:nth-child(2n) {
    margin-right: 2.43902%;
  }
  .grid-container.grid-no-sidebar.grid-with-3.grid-no-first .entry:nth-child(2n+1) {
    clear: none;
  }
  .grid-container.grid-no-sidebar.grid-with-3.grid-no-first .entry:nth-child(3n) {
    margin-right: 0;
  }
  .grid-container.grid-no-sidebar.grid-with-3.grid-no-first .entry:nth-child(3n+1) {
    clear: left;
  }
  .grid-container.grid-no-sidebar.grid-with-3.grid-with-first .entry:nth-child(2n+1):not(:first-child) {
    margin-right: 2.43902%;
  }
  .grid-container.grid-no-sidebar.grid-with-3.grid-with-first .entry:nth-child(2n):not(:first-child) {
    clear: none;
  }
  .grid-container.grid-no-sidebar.grid-with-3.grid-with-first .entry:nth-child(3n+1):not(:first-child) {
    margin-right: 0;
  }
  .grid-container.grid-no-sidebar.grid-with-3.grid-with-first .entry:nth-child(3n+2):not(:first-child) {
    clear: left;
  }
}

.list-container,
.masonry-container {
  position: relative;
  z-index: 1;
}
.list-container .entry,
.masonry-container .entry {
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
}
.list-container .entry:not(:last-child):before,
.masonry-container .entry:not(:last-child):before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  content: " ";
  height: 1px;
  background-color: #000000;
}

.masonry-container {
  display: block;
}
.masonry-container:after {
  display: table;
  clear: both;
  content: " ";
}
@media screen and (min-width: 768px) {
  .masonry-container {
    margin: -2.5em 0 0 0;
  }
  .masonry-container .entry {
    padding-top: 2.5em;
  }
  .masonry-container .entry-footer {
    text-align: center;
    padding-bottom: 1.25em;
  }
  .masonry-container .entry-footer > div:last-child:not(:first-child) {
    margin-top: 0.8rem;
  }
  .masonry-container .entry.entry-first {
    width: 100%;
  }
  .masonry-container.masonry-no-sidebar .entry {
    width: calc(50% - 15px);
  }
}
@media screen and (min-width: 992px) {
  .masonry-container.masonry-with-sidebar .entry {
    width: calc(50% - 15px);
  }
  .masonry-container.masonry-no-sidebar .entry {
    width: calc(33.33% - 20px);
  }
}

.list-container {
  margin-top: -2.4rem;
}
.list-container .entry-footer > div:not(:first-child) {
  margin-top: 0.8rem;
}
.list-container .entry-content {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .list-container.list-with-sidebar .entry-row .entry-half-left,
  .list-container.list-with-sidebar .entry-row .entry-half-right {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .list-container.list-no-sidebar .entry-row .entry-half-left {
    width: 39%;
  }
  .list-container.list-no-sidebar .entry-row .entry-half-right {
    width: 55%;
    float: right;
  }
  .list-container .entry-share ul, .list-container .entry-comments ul {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  .list-container .entry-share ul li, .list-container .entry-comments ul li {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(5px, 0);
        -ms-transform: translate(5px, 0);
            transform: translate(5px, 0);
    -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    -o-transition: opacity 0.3s ease, transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .list-container .entry-share ul li:nth-child(5), .list-container .entry-comments ul li:nth-child(5) {
    -webkit-transition-delay: 0.07s;
         -o-transition-delay: 0.07s;
            transition-delay: 0.07s;
  }
  .list-container .entry-share ul li:nth-child(4), .list-container .entry-comments ul li:nth-child(4) {
    -webkit-transition-delay: 0.14s;
         -o-transition-delay: 0.14s;
            transition-delay: 0.14s;
  }
  .list-container .entry-share ul li:nth-child(3), .list-container .entry-comments ul li:nth-child(3) {
    -webkit-transition-delay: 0.21s;
         -o-transition-delay: 0.21s;
            transition-delay: 0.21s;
  }
  .list-container .entry-share ul li:nth-child(2), .list-container .entry-comments ul li:nth-child(2) {
    -webkit-transition-delay: 0.28s;
         -o-transition-delay: 0.28s;
            transition-delay: 0.28s;
  }
  .list-container .entry-share ul li:nth-child(1), .list-container .entry-comments ul li:nth-child(1) {
    -webkit-transition-delay: 0.35s;
         -o-transition-delay: 0.35s;
            transition-delay: 0.35s;
  }
  .list-container .entry-share ul li:nth-child(0), .list-container .entry-comments ul li:nth-child(0) {
    -webkit-transition-delay: 0.42s;
         -o-transition-delay: 0.42s;
            transition-delay: 0.42s;
  }
  .list-container .entry-share:hover ul, .list-container .entry-share:hover ul li, .list-container .entry-comments:hover ul, .list-container .entry-comments:hover ul li {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}
@media screen and (min-width: 992px) {
  .list-container.list-with-sidebar .entry-row .entry-half-left {
    width: 44%;
  }
  .list-container.list-with-sidebar .entry-row .entry-half-right {
    width: 50%;
    float: right;
  }
}

.standard-container,
.standard-post {
  position: relative;
  z-index: 1;
}
.standard-container .entry,
.standard-post .entry {
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
}
.standard-container .entry:before,
.standard-post .entry:before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  content: " ";
  height: 1px;
  background-color: #000000;
}

.standard-container,
.standard-post {
  margin-top: -2.4rem;
}
.standard-container .entry:before,
.standard-post .entry:before {
  bottom: 1.2rem;
}
.standard-container .entry.sticky,
.standard-post .entry.sticky {
  margin-top: 1.25em;
  padding-top: 1.875em;
  padding-bottom: 3.75em;
}
.standard-container .entry.sticky:before,
.standard-post .entry.sticky:before {
  left: 1.875em;
  right: 1.875em;
  bottom: 2.625em;
}
@media screen and (max-width: 991px) {
  .standard-container .entry,
  .standard-post .entry {
    bottom: 0;
  }
}
.standard-container .entry.entry-left .entry-header, .standard-container .entry.entry-right .entry-header,
.standard-post .entry.entry-left .entry-header,
.standard-post .entry.entry-right .entry-header {
  padding-right: 0;
  padding-left: 0;
}
.standard-container .entry.entry-left .entry-content, .standard-container .entry.entry-right .entry-content,
.standard-post .entry.entry-left .entry-content,
.standard-post .entry.entry-right .entry-content {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .standard-container .entry-footer,
  .standard-post .entry-footer {
    margin-bottom: -2.4rem;
  }
  .standard-container .entry-footer > div,
  .standard-post .entry-footer > div {
    position: relative;
    z-index: 2;
    background-color: #ffffff;
  }
  .standard-container .entry-footer > div:first-child,
  .standard-post .entry-footer > div:first-child {
    float: left;
    text-align: left;
    border-right: 1.25em solid #ffffff;
  }
  .standard-container .entry-footer > div:last-child,
  .standard-post .entry-footer > div:last-child {
    float: right;
    text-align: right;
    border-left: 1.25em solid #ffffff;
  }
  .standard-container .entry-footer > div:first-child:last-child,
  .standard-post .entry-footer > div:first-child:last-child {
    float: none;
    text-align: center;
    border-right: 1.25em solid #ffffff;
    border-left: 1.25em solid #ffffff;
  }
  .standard-container .entry-footer > div:last-child:not(:first-child),
  .standard-post .entry-footer > div:last-child:not(:first-child) {
    margin-top: 0;
  }
  .sticky .standard-container .entry-footer > div, .sticky
  .standard-post .entry-footer > div {
    background-color: #f5f5f5;
  }
  .sticky .standard-container .entry-footer > div:first-child, .sticky .standard-container .entry-footer > div:last-child, .sticky
  .standard-post .entry-footer > div:first-child, .sticky
  .standard-post .entry-footer > div:last-child {
    border-color: #f5f5f5;
  }
  .standard-container .entry-share ul, .standard-container .entry-comments ul,
  .standard-post .entry-share ul,
  .standard-post .entry-comments ul {
    position: absolute;
    top: 0;
    right: 100%;
    left: auto;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  .standard-container .entry-share ul li, .standard-container .entry-comments ul li,
  .standard-post .entry-share ul li,
  .standard-post .entry-comments ul li {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(5px, 0);
        -ms-transform: translate(5px, 0);
            transform: translate(5px, 0);
    -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    -o-transition: opacity 0.3s ease, transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .standard-container .entry-share ul li:nth-child(5), .standard-container .entry-comments ul li:nth-child(5),
  .standard-post .entry-share ul li:nth-child(5),
  .standard-post .entry-comments ul li:nth-child(5) {
    -webkit-transition-delay: 0.07s;
         -o-transition-delay: 0.07s;
            transition-delay: 0.07s;
  }
  .standard-container .entry-share ul li:nth-child(4), .standard-container .entry-comments ul li:nth-child(4),
  .standard-post .entry-share ul li:nth-child(4),
  .standard-post .entry-comments ul li:nth-child(4) {
    -webkit-transition-delay: 0.14s;
         -o-transition-delay: 0.14s;
            transition-delay: 0.14s;
  }
  .standard-container .entry-share ul li:nth-child(3), .standard-container .entry-comments ul li:nth-child(3),
  .standard-post .entry-share ul li:nth-child(3),
  .standard-post .entry-comments ul li:nth-child(3) {
    -webkit-transition-delay: 0.21s;
         -o-transition-delay: 0.21s;
            transition-delay: 0.21s;
  }
  .standard-container .entry-share ul li:nth-child(2), .standard-container .entry-comments ul li:nth-child(2),
  .standard-post .entry-share ul li:nth-child(2),
  .standard-post .entry-comments ul li:nth-child(2) {
    -webkit-transition-delay: 0.28s;
         -o-transition-delay: 0.28s;
            transition-delay: 0.28s;
  }
  .standard-container .entry-share ul li:nth-child(1), .standard-container .entry-comments ul li:nth-child(1),
  .standard-post .entry-share ul li:nth-child(1),
  .standard-post .entry-comments ul li:nth-child(1) {
    -webkit-transition-delay: 0.35s;
         -o-transition-delay: 0.35s;
            transition-delay: 0.35s;
  }
  .standard-container .entry-share ul li:nth-child(0), .standard-container .entry-comments ul li:nth-child(0),
  .standard-post .entry-share ul li:nth-child(0),
  .standard-post .entry-comments ul li:nth-child(0) {
    -webkit-transition-delay: 0.42s;
         -o-transition-delay: 0.42s;
            transition-delay: 0.42s;
  }
  .standard-container .entry-share:hover ul, .standard-container .entry-share:hover ul li, .standard-container .entry-comments:hover ul, .standard-container .entry-comments:hover ul li,
  .standard-post .entry-share:hover ul,
  .standard-post .entry-share:hover ul li,
  .standard-post .entry-comments:hover ul,
  .standard-post .entry-comments:hover ul li {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .standard-container .entry-content:not(:first-child),
  .standard-post .entry-content:not(:first-child) {
    margin-top: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .standard-container .entry-header,
  .standard-post .entry-header {
    padding-right: 0;
    padding-left: 0;
  }
  .standard-container .entry-content,
  .standard-post .entry-content {
    padding: 0;
  }
  .standard-container .entry-footer-bottom,
  .standard-post .entry-footer-bottom {
    margin-top: 1.25em;
  }
}

.site-sidebar {
  position: relative;
  display: block;
  width: 100%;
  padding: 1.25rem 0;
}
.site-sidebar:before {
  content: "";
  display: block;
  padding-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .site-sidebar {
    padding: 0 0 1.875rem 0;
    width: 31.70732%;
    width: 25rem;
  }
}

.with-left-sidebar .site-content, .with-left-sidebar .site-sidebar {
  float: right;
  margin-left: 2.43902%;
}
.with-left-sidebar .site-content:last-child, .with-left-sidebar .site-sidebar:last-child {
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .with-left-sidebar .site-sidebar {
    padding: 3.75rem 2.5rem 3.75rem 0;
  }
}

.with-right-sidebar .site-content, .with-right-sidebar .site-sidebar {
  float: left;
  margin-right: 2.43902%;
}
.with-right-sidebar .site-content:last-child, .with-right-sidebar .site-sidebar:last-child {
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .with-right-sidebar .site-sidebar {
    padding: 3.75rem 0 3.75rem 2.5rem;
  }
}

.site-post-sidebar {
  padding-top: 1.875rem;
  clear: both;
}
.site-post-sidebar:after {
  display: table;
  clear: both;
  content: " ";
}

.site-featured-sidebar {
  padding-top: 1.25rem;
  margin-top: -1.875rem;
}
.site-featured-sidebar:after {
  display: table;
  clear: both;
  content: " ";
}
@media screen and (min-width: 768px) {
  .site-featured-sidebar {
    padding-top: 1.875rem;
  }
}
@media screen and (min-width: 992px) {
  .site-featured-sidebar {
    padding-top: 3.75rem;
  }
}
.site-featured-sidebar.with-2-col .widget {
  position: relative;
  min-height: 1px;
  margin-top: 1.875em !important;
}
@media screen and (min-width: 768px) {
  .site-featured-sidebar.with-2-col .widget {
    float: left;
    display: block;
    margin-right: 2.43902%;
    width: 48.78049%;
  }
  .site-featured-sidebar.with-2-col .widget:last-child {
    margin-right: 0;
  }
  .site-featured-sidebar.with-2-col .widget:nth-child(2n) {
    margin-right: 0;
  }
  .site-featured-sidebar.with-2-col .widget:nth-child(2n+1) {
    clear: left;
  }
}
@media screen and (min-width: 1200px) {
  .site-featured-sidebar.with-2-col .widget {
    float: left;
    display: block;
    margin-right: 2.43902%;
    width: 48.78049%;
  }
  .site-featured-sidebar.with-2-col .widget:last-child {
    margin-right: 0;
  }
  .site-featured-sidebar.with-2-col .widget:nth-child(2n) {
    margin-right: 2.43902%;
  }
  .site-featured-sidebar.with-2-col .widget:nth-child(2n + 1) {
    clear: none;
  }
  .site-featured-sidebar.with-2-col .widget:nth-child(2n) {
    margin-right: 0;
  }
  .site-featured-sidebar.with-2-col .widget:nth-child(2n + 1) {
    clear: left;
  }
}
.site-featured-sidebar.with-3-col .widget {
  position: relative;
  min-height: 1px;
  margin-top: 1.875em !important;
}
@media screen and (min-width: 768px) {
  .site-featured-sidebar.with-3-col .widget {
    float: left;
    display: block;
    margin-right: 2.43902%;
    width: 48.78049%;
  }
  .site-featured-sidebar.with-3-col .widget:last-child {
    margin-right: 0;
  }
  .site-featured-sidebar.with-3-col .widget:nth-child(2n) {
    margin-right: 0;
  }
  .site-featured-sidebar.with-3-col .widget:nth-child(2n+1) {
    clear: left;
  }
}
@media screen and (min-width: 1200px) {
  .site-featured-sidebar.with-3-col .widget {
    float: left;
    display: block;
    margin-right: 2.43902%;
    width: 31.70732%;
  }
  .site-featured-sidebar.with-3-col .widget:last-child {
    margin-right: 0;
  }
  .site-featured-sidebar.with-3-col .widget:nth-child(2n) {
    margin-right: 2.43902%;
  }
  .site-featured-sidebar.with-3-col .widget:nth-child(2n + 1) {
    clear: none;
  }
  .site-featured-sidebar.with-3-col .widget:nth-child(3n) {
    margin-right: 0;
  }
  .site-featured-sidebar.with-3-col .widget:nth-child(3n + 1) {
    clear: left;
  }
}
.site-featured-sidebar.with-4-col .widget {
  position: relative;
  min-height: 1px;
  margin-top: 1.875em !important;
}
@media screen and (min-width: 768px) {
  .site-featured-sidebar.with-4-col .widget {
    float: left;
    display: block;
    margin-right: 2.43902%;
    width: 48.78049%;
  }
  .site-featured-sidebar.with-4-col .widget:last-child {
    margin-right: 0;
  }
  .site-featured-sidebar.with-4-col .widget:nth-child(2n) {
    margin-right: 0;
  }
  .site-featured-sidebar.with-4-col .widget:nth-child(2n+1) {
    clear: left;
  }
}
@media screen and (min-width: 1200px) {
  .site-featured-sidebar.with-4-col .widget {
    float: left;
    display: block;
    margin-right: 2.43902%;
    width: 23.17073%;
  }
  .site-featured-sidebar.with-4-col .widget:last-child {
    margin-right: 0;
  }
  .site-featured-sidebar.with-4-col .widget:nth-child(2n) {
    margin-right: 2.43902%;
  }
  .site-featured-sidebar.with-4-col .widget:nth-child(2n + 1) {
    clear: none;
  }
  .site-featured-sidebar.with-4-col .widget:nth-child(4n) {
    margin-right: 0;
  }
  .site-featured-sidebar.with-4-col .widget:nth-child(4n + 1) {
    clear: left;
  }
}

/*--------------------------------------------------------------
Widgets
--------------------------------------------------------------*/
.widget {
  position: relative;
  display: block;
  background-color: #ffffff;
  width: 100%;
}
.widget:after {
  display: table;
  clear: both;
  content: " ";
}
.widget > *{
  position: relative;
  z-index: 1;
}
.widget .widget-title {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  margin-bottom: 1.25rem;
  background-color: inherit;
}
.widget .widget-title span {
  position: relative;
  display: inline-block;
  z-index: 1;
}
.widget:not(:first-child) {
  margin-top: 1.875rem;
}
.widget.widget-line {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1.875rem;
}
.widget.widget-line:before {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid currentColor;
  content: "";
}
.widget.widget-line .widget-title {
  height: 2.5rem;
  line-height: 2.5rem;
}
.widget.widget-line .widget-title span {
  background-color: #000000;
  color: #ffffff;
  border-left: 20px solid #000000;
  border-right: 20px solid #000000;
}
.widget.widget-non-line .widget-title {
  height: 2.5rem;
  line-height: 2.5rem;
}
.widget.widget-non-line .widget-title span {
  background-color: #000000;
  color: #ffffff;
  border-left: 20px solid #000000;
  border-right: 20px solid #000000;
}
.site-sidebar .widget.widget-non-line:first-child {
  margin-top: -1.25rem;
}
.widget.widget-style-1 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1.875rem;
}
.widget.widget-style-1:before {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid currentColor;
  content: "";
}
.widget.widget-style-1 .widget-title {
  text-align: left;
  border-bottom: 1px solid currentColor;
  height: 100%;
  line-height: 100%;
}
.widget.widget-style-1 .widget-title span {
  position: relative;
  padding-bottom: 1.25rem;
}
.widget.widget-style-1 .widget-title span:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  border-bottom: 4px solid currentColor;
}
.widget.widget-style-2 .widget-title {
  text-align: left;
  padding-top: 1.25rem;
}
.widget.widget-style-2 .widget-title:before {
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  border-top: 3px solid currentColor;
}
.widget.widget-ver.widget-line:first-child {
  margin-top: 1.25rem;
}
.widget.widget-ver.widget-line:not(:first-child) {
  margin-top: 3.125rem;
}
.widget.widget-ver.widget-line .widget-title {
  text-align: center;
  margin-top: -3.125rem;
}
.widget.widget-ver.widget-non-line .widget-title {
  text-align: center;
}
.widget.widget-ver.widget-non-line .widget-title span {
  display: block;
}
.widget.widget-hor.widget-line:first-child {
  margin-top: 1.25rem;
}
.widget.widget-hor.widget-line:not(:first-child) {
  margin-top: 3.125rem;
}
.widget.widget-hor.widget-line .widget-title {
  display: table;
  text-align: left;
  margin-top: -3.125rem;
  margin-left: -1.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.widget.widget-hor.widget-non-line .widget-title {
  text-align: left;
  border-bottom: 1px solid currentColor;
}
.widget.widget-hor.widget-non-line .widget-title span {
  display: inline-block;
}

/*******************/
.widget_wrt_about {
  text-align: center;
}
.widget_wrt_about .author .author-image:not(.circle) img {
  -webkit-border-radius: 0;
  border-radius: 0;
}
.widget_wrt_about .social-navigation a, .widget_wrt_about .author-navigation a {
  font-size: 1.25rem;
}
.widget_wrt_about.widget-ver {
  text-align: center;
}
.widget_wrt_about.widget-hor .author-image {
  float: left;
  margin-right: 1.875rem;
  margin-bottom: 0;
}
.widget_wrt_about.widget-hor .author-meta {
  text-align: left;
}

.widget_posts .entry-list:after, .widget_wrt_recent-post .entry-list:after,
.widget_wrt_popular-post .entry-list:after {
  display: table;
  clear: both;
  content: " ";
}
.widget_posts .entry, .widget_wrt_recent-post .entry,
.widget_wrt_popular-post .entry {
  padding-top: 0;
  padding-bottom: 1.25rem;
}
.widget_posts .entry:not(:first-child), .widget_wrt_recent-post .entry:not(:first-child),
.widget_wrt_popular-post .entry:not(:first-child) {
  margin-top: 1.25rem;
}
.widget_posts .entry:before, .widget_wrt_recent-post .entry:before,
.widget_wrt_popular-post .entry:before {
  height: 1px;
}
.widget_posts .entry .entry-meta, .widget_wrt_recent-post .entry .entry-meta,
.widget_wrt_popular-post .entry .entry-meta {
  margin: 0;
  padding: 0;
}
.widget_posts .entry .entry-meta .entry-cat, .widget_wrt_recent-post .entry .entry-meta .entry-cat,
.widget_wrt_popular-post .entry .entry-meta .entry-cat {
  color: #bf9e3b;
  text-transform: uppercase;
  display: inline-block;
  padding: 0;
}
.widget_posts .entry .entry-meta .entry-cat a:not(:first-child), .widget_wrt_recent-post .entry .entry-meta .entry-cat a:not(:first-child),
.widget_wrt_popular-post .entry .entry-meta .entry-cat a:not(:first-child) {
  margin-left: 0.3125em;
}
.widget_posts .entry .entry-meta .entry-cat a:not(:first-child):before, .widget_wrt_recent-post .entry .entry-meta .entry-cat a:not(:first-child):before,
.widget_wrt_popular-post .entry .entry-meta .entry-cat a:not(:first-child):before {
  display: inline-block;
  vertical-align: middle;
  content: "/";
  margin-right: 0.3125em;
}
.widget_posts .entry .entry-title, .widget_wrt_recent-post .entry .entry-title,
.widget_wrt_popular-post .entry .entry-title {
  font-size: 1.375rem;
  line-height: 1.4;
  margin: 0.45455em 0;
  padding: 0;
}
.widget_posts .entry-small-thumb .entry > *:not(.entry-media), .widget_wrt_recent-post .entry-small-thumb .entry > *:not(.entry-media),
.widget_wrt_popular-post .entry-small-thumb .entry > *:not(.entry-media) {
  margin-left: 7.5rem;
}
.widget_posts .entry-small-thumb .entry .entry-media, .widget_wrt_recent-post .entry-small-thumb .entry .entry-media,
.widget_wrt_popular-post .entry-small-thumb .entry .entry-media {
  width: 100%;
  max-width: 6.25rem;
  float: left;
}
.widget_posts .entry-small-thumb .entry .entry-title, .widget_wrt_recent-post .entry-small-thumb .entry .entry-title,
.widget_wrt_popular-post .entry-small-thumb .entry .entry-title {
  font-size: 1.125rem;
}
.widget_posts .entry-first-thumb .entry:not(:first-child) > *:not(.entry-media), .widget_wrt_recent-post .entry-first-thumb .entry:not(:first-child) > *:not(.entry-media),
.widget_wrt_popular-post .entry-first-thumb .entry:not(:first-child) > *:not(.entry-media) {
  margin-left: 7.5rem;
}
.widget_posts .entry-first-thumb .entry:not(:first-child) .entry-media, .widget_wrt_recent-post .entry-first-thumb .entry:not(:first-child) .entry-media,
.widget_wrt_popular-post .entry-first-thumb .entry:not(:first-child) .entry-media {
  width: 100%;
  max-width: 6.25rem;
  float: left;
}
.widget_posts .entry-first-thumb .entry:not(:first-child) .entry-title, .widget_wrt_recent-post .entry-first-thumb .entry:not(:first-child) .entry-title,
.widget_wrt_popular-post .entry-first-thumb .entry:not(:first-child) .entry-title {
  font-size: 1.125rem;
}
.widget_posts.widget-ver .entry, .widget-ver.widget_wrt_recent-post .entry,
.widget-ver.widget_wrt_popular-post .entry {
  width: 100%;
}
.widget_posts.widget-ver .entry .entry-media, .widget-ver.widget_wrt_recent-post .entry .entry-media,
.widget-ver.widget_wrt_popular-post .entry .entry-media {
  margin: 0 auto 1.25rem;
}
.widget_posts.widget-hor .entry, .widget-hor.widget_wrt_recent-post .entry,
.widget-hor.widget_wrt_popular-post .entry {
  text-align: center;
}
.widget_posts.widget-hor .entry > *:not(.entry-media), .widget-hor.widget_wrt_recent-post .entry > *:not(.entry-media),
.widget-hor.widget_wrt_popular-post .entry > *:not(.entry-media) {
  margin-left: 0;
}
.widget_posts.widget-hor .entry .entry-media, .widget-hor.widget_wrt_recent-post .entry .entry-media,
.widget-hor.widget_wrt_popular-post .entry .entry-media {
  float: none;
  max-width: 100%;
  margin: 0 auto 1.25rem;
}
.widget_posts.widget-hor .entry-small-thumb .entry .entry-media, .widget-hor.widget_wrt_recent-post .entry-small-thumb .entry .entry-media,
.widget-hor.widget_wrt_popular-post .entry-small-thumb .entry .entry-media {
  max-width: 6.25rem;
  /* margin-bottom: 0; */
}
.widget_posts .with-carousel .entry, .widget_wrt_recent-post .with-carousel .entry,
.widget_wrt_popular-post .with-carousel .entry {
  width: 100%;
  padding: 0 0.3125rem;
  margin: 0;
}
.widget_posts .with-carousel .entry:before, .widget_wrt_recent-post .with-carousel .entry:before,
.widget_wrt_popular-post .with-carousel .entry:before {
  display: none;
}
.widget_posts .with-carousel .entry:nth-child(n), .widget_wrt_recent-post .with-carousel .entry:nth-child(n),
.widget_wrt_popular-post .with-carousel .entry:nth-child(n) {
  clear: none !important;
}
.widget_posts .with-columns.with-column-1 .entry, .widget_wrt_recent-post .with-columns.with-column-1 .entry,
.widget_wrt_popular-post .with-columns.with-column-1 .entry {
  position: relative;
  background-color: transparent;
  min-height: 1px;
  margin-top: 1.875rem !important;
}
@media screen and (min-width: 768px) {
  .widget_posts .with-columns.with-column-1 .entry, .widget_wrt_recent-post .with-columns.with-column-1 .entry,
  .widget_wrt_popular-post .with-columns.with-column-1 .entry {
    float: left;
    display: block;
    margin-right: 2.43902%;
    width: 48.78049%;
  }
  .widget_posts .with-columns.with-column-1 .entry:last-child, .widget_wrt_recent-post .with-columns.with-column-1 .entry:last-child,
  .widget_wrt_popular-post .with-columns.with-column-1 .entry:last-child {
    margin-right: 0;
  }
  .widget_posts .with-columns.with-column-1 .entry:nth-child(2n), .widget_wrt_recent-post .with-columns.with-column-1 .entry:nth-child(2n),
  .widget_wrt_popular-post .with-columns.with-column-1 .entry:nth-child(2n) {
    margin-right: 0;
  }
  .widget_posts .with-columns.with-column-1 .entry:nth-child(2n + 1), .widget_wrt_recent-post .with-columns.with-column-1 .entry:nth-child(2n + 1),
  .widget_wrt_popular-post .with-columns.with-column-1 .entry:nth-child(2n + 1) {
    clear: left;
  }
  .widget_posts .with-columns.with-column-1.entry-first-thumb .entry:first-child, .widget_wrt_recent-post .with-columns.with-column-1.entry-first-thumb .entry:first-child,
  .widget_wrt_popular-post .with-columns.with-column-1.entry-first-thumb .entry:first-child {
    width: 100%;
  }
  .widget_posts .with-columns.with-column-1.entry-first-thumb .entry:nth-child(2n), .widget_wrt_recent-post .with-columns.with-column-1.entry-first-thumb .entry:nth-child(2n),
  .widget_wrt_popular-post .with-columns.with-column-1.entry-first-thumb .entry:nth-child(2n) {
    margin-right: gutter(12);
  }
  .widget_posts .with-columns.with-column-1.entry-first-thumb .entry:nth-child(2n + 1), .widget_wrt_recent-post .with-columns.with-column-1.entry-first-thumb .entry:nth-child(2n + 1),
  .widget_wrt_popular-post .with-columns.with-column-1.entry-first-thumb .entry:nth-child(2n + 1) {
    clear: none;
  }
  .widget_posts .with-columns.with-column-1.entry-first-thumb .entry:nth-child(2n + 1), .widget_wrt_recent-post .with-columns.with-column-1.entry-first-thumb .entry:nth-child(2n + 1),
  .widget_wrt_popular-post .with-columns.with-column-1.entry-first-thumb .entry:nth-child(2n + 1) {
    margin-right: 0;
  }
  .widget_posts .with-columns.with-column-1.entry-first-thumb .entry:nth-child(2n), .widget_wrt_recent-post .with-columns.with-column-1.entry-first-thumb .entry:nth-child(2n),
  .widget_wrt_popular-post .with-columns.with-column-1.entry-first-thumb .entry:nth-child(2n) {
    clear: left;
  }
}
@media screen and (min-width: 1200px) {
  .widget_posts .with-columns.with-column-1 .entry, .widget_wrt_recent-post .with-columns.with-column-1 .entry,
  .widget_wrt_popular-post .with-columns.with-column-1 .entry {
    float: left;
    display: block;
    margin-right: 2.43902%;
    width: 100%;
  }
  .widget_posts .with-columns.with-column-1 .entry:last-child, .widget_wrt_recent-post .with-columns.with-column-1 .entry:last-child,
  .widget_wrt_popular-post .with-columns.with-column-1 .entry:last-child {
    margin-right: 0;
  }
  .widget_posts .with-columns.with-column-1 .entry:nth-child(2n), .widget_wrt_recent-post .with-columns.with-column-1 .entry:nth-child(2n),
  .widget_wrt_popular-post .with-columns.with-column-1 .entry:nth-child(2n) {
    margin-right: 2.43902%;
  }
  .widget_posts .with-columns.with-column-1 .entry:nth-child(2n + 1), .widget_wrt_recent-post .with-columns.with-column-1 .entry:nth-child(2n + 1),
  .widget_wrt_popular-post .with-columns.with-column-1 .entry:nth-child(2n + 1) {
    clear: none;
  }
  .widget_posts .with-columns.with-column-1 .entry:nth-child(1n), .widget_wrt_recent-post .with-columns.with-column-1 .entry:nth-child(1n),
  .widget_wrt_popular-post .with-columns.with-column-1 .entry:nth-child(1n) {
    margin-right: 0;
  }
  .widget_posts .with-columns.with-column-1 .entry:nth-child(1n + 1), .widget_wrt_recent-post .with-columns.with-column-1 .entry:nth-child(1n + 1),
  .widget_wrt_popular-post .with-columns.with-column-1 .entry:nth-child(1n + 1) {
    clear: left;
  }
  .widget_posts .with-columns.with-column-1.entry-first-thumb .entry:first-child, .widget_wrt_recent-post .with-columns.with-column-1.entry-first-thumb .entry:first-child,
  .widget_wrt_popular-post .with-columns.with-column-1.entry-first-thumb .entry:first-child {
    width: 100%;
  }
  .widget_posts .with-columns.with-column-1.entry-first-thumb .entry:nth-child(2n + 1), .widget_wrt_recent-post .with-columns.with-column-1.entry-first-thumb .entry:nth-child(2n + 1),
  .widget_wrt_popular-post .with-columns.with-column-1.entry-first-thumb .entry:nth-child(2n + 1) {
    margin-right: 2.43902%;
  }
  .widget_posts .with-columns.with-column-1.entry-first-thumb .entry:nth-child(2n), .widget_wrt_recent-post .with-columns.with-column-1.entry-first-thumb .entry:nth-child(2n),
  .widget_wrt_popular-post .with-columns.with-column-1.entry-first-thumb .entry:nth-child(2n) {
    clear: none;
  }
  .widget_posts .with-columns.with-column-1.entry-first-thumb .entry:nth-child(1n + 1), .widget_wrt_recent-post .with-columns.with-column-1.entry-first-thumb .entry:nth-child(1n + 1),
  .widget_wrt_popular-post .with-columns.with-column-1.entry-first-thumb .entry:nth-child(1n + 1) {
    margin-right: 0;
  }
  .widget_posts .with-columns.with-column-1.entry-first-thumb .entry:nth-child(1n + 2), .widget_wrt_recent-post .with-columns.with-column-1.entry-first-thumb .entry:nth-child(1n + 2),
  .widget_wrt_popular-post .with-columns.with-column-1.entry-first-thumb .entry:nth-child(1n + 2) {
    clear: left;
  }
}
.widget_posts .with-columns.with-column-2 .entry, .widget_wrt_recent-post .with-columns.with-column-2 .entry,
.widget_wrt_popular-post .with-columns.with-column-2 .entry {
  position: relative;
  background-color: transparent;
  min-height: 1px;
  margin-top: 1.875rem !important;
}
@media screen and (min-width: 768px) {
  .widget_posts .with-columns.with-column-2 .entry, .widget_wrt_recent-post .with-columns.with-column-2 .entry,
  .widget_wrt_popular-post .with-columns.with-column-2 .entry {
    float: left;
    display: block;
    margin-right: 2.43902%;
    width: 48.78049%;
  }
  .widget_posts .with-columns.with-column-2 .entry:last-child, .widget_wrt_recent-post .with-columns.with-column-2 .entry:last-child,
  .widget_wrt_popular-post .with-columns.with-column-2 .entry:last-child {
    margin-right: 0;
  }
  .widget_posts .with-columns.with-column-2 .entry:nth-child(2n), .widget_wrt_recent-post .with-columns.with-column-2 .entry:nth-child(2n),
  .widget_wrt_popular-post .with-columns.with-column-2 .entry:nth-child(2n) {
    margin-right: 0;
  }
  .widget_posts .with-columns.with-column-2 .entry:nth-child(2n + 1), .widget_wrt_recent-post .with-columns.with-column-2 .entry:nth-child(2n + 1),
  .widget_wrt_popular-post .with-columns.with-column-2 .entry:nth-child(2n + 1) {
    clear: left;
  }
  .widget_posts .with-columns.with-column-2.entry-first-thumb .entry:first-child, .widget_wrt_recent-post .with-columns.with-column-2.entry-first-thumb .entry:first-child,
  .widget_wrt_popular-post .with-columns.with-column-2.entry-first-thumb .entry:first-child {
    width: 100%;
  }
  .widget_posts .with-columns.with-column-2.entry-first-thumb .entry:nth-child(2n), .widget_wrt_recent-post .with-columns.with-column-2.entry-first-thumb .entry:nth-child(2n),
  .widget_wrt_popular-post .with-columns.with-column-2.entry-first-thumb .entry:nth-child(2n) {
    margin-right: gutter(12);
  }
  .widget_posts .with-columns.with-column-2.entry-first-thumb .entry:nth-child(2n + 1), .widget_wrt_recent-post .with-columns.with-column-2.entry-first-thumb .entry:nth-child(2n + 1),
  .widget_wrt_popular-post .with-columns.with-column-2.entry-first-thumb .entry:nth-child(2n + 1) {
    clear: none;
  }
  .widget_posts .with-columns.with-column-2.entry-first-thumb .entry:nth-child(2n + 1), .widget_wrt_recent-post .with-columns.with-column-2.entry-first-thumb .entry:nth-child(2n + 1),
  .widget_wrt_popular-post .with-columns.with-column-2.entry-first-thumb .entry:nth-child(2n + 1) {
    margin-right: 0;
  }
  .widget_posts .with-columns.with-column-2.entry-first-thumb .entry:nth-child(2n), .widget_wrt_recent-post .with-columns.with-column-2.entry-first-thumb .entry:nth-child(2n),
  .widget_wrt_popular-post .with-columns.with-column-2.entry-first-thumb .entry:nth-child(2n) {
    clear: left;
  }
}
@media screen and (min-width: 1200px) {
  .widget_posts .with-columns.with-column-2 .entry, .widget_wrt_recent-post .with-columns.with-column-2 .entry,
  .widget_wrt_popular-post .with-columns.with-column-2 .entry {
    float: left;
    display: block;
    margin-right: 2.43902%;
    width: 48.78049%;
  }
  .widget_posts .with-columns.with-column-2 .entry:last-child, .widget_wrt_recent-post .with-columns.with-column-2 .entry:last-child,
  .widget_wrt_popular-post .with-columns.with-column-2 .entry:last-child {
    margin-right: 0;
  }
  .widget_posts .with-columns.with-column-2 .entry:nth-child(2n), .widget_wrt_recent-post .with-columns.with-column-2 .entry:nth-child(2n),
  .widget_wrt_popular-post .with-columns.with-column-2 .entry:nth-child(2n) {
    margin-right: 2.43902%;
  }
  .widget_posts .with-columns.with-column-2 .entry:nth-child(2n + 1), .widget_wrt_recent-post .with-columns.with-column-2 .entry:nth-child(2n + 1),
  .widget_wrt_popular-post .with-columns.with-column-2 .entry:nth-child(2n + 1) {
    clear: none;
  }
  .widget_posts .with-columns.with-column-2 .entry:nth-child(2n), .widget_wrt_recent-post .with-columns.with-column-2 .entry:nth-child(2n),
  .widget_wrt_popular-post .with-columns.with-column-2 .entry:nth-child(2n) {
    margin-right: 0;
  }
  .widget_posts .with-columns.with-column-2 .entry:nth-child(2n + 1), .widget_wrt_recent-post .with-columns.with-column-2 .entry:nth-child(2n + 1),
  .widget_wrt_popular-post .with-columns.with-column-2 .entry:nth-child(2n + 1) {
    clear: left;
  }
  .widget_posts .with-columns.with-column-2.entry-first-thumb .entry:first-child, .widget_wrt_recent-post .with-columns.with-column-2.entry-first-thumb .entry:first-child,
  .widget_wrt_popular-post .with-columns.with-column-2.entry-first-thumb .entry:first-child {
    width: 100%;
  }
  .widget_posts .with-columns.with-column-2.entry-first-thumb .entry:nth-child(2n + 1), .widget_wrt_recent-post .with-columns.with-column-2.entry-first-thumb .entry:nth-child(2n + 1),
  .widget_wrt_popular-post .with-columns.with-column-2.entry-first-thumb .entry:nth-child(2n + 1) {
    margin-right: 2.43902%;
  }
  .widget_posts .with-columns.with-column-2.entry-first-thumb .entry:nth-child(2n), .widget_wrt_recent-post .with-columns.with-column-2.entry-first-thumb .entry:nth-child(2n),
  .widget_wrt_popular-post .with-columns.with-column-2.entry-first-thumb .entry:nth-child(2n) {
    clear: none;
  }
  .widget_posts .with-columns.with-column-2.entry-first-thumb .entry:nth-child(2n + 1), .widget_wrt_recent-post .with-columns.with-column-2.entry-first-thumb .entry:nth-child(2n + 1),
  .widget_wrt_popular-post .with-columns.with-column-2.entry-first-thumb .entry:nth-child(2n + 1) {
    margin-right: 0;
  }
  .widget_posts .with-columns.with-column-2.entry-first-thumb .entry:nth-child(2n + 2), .widget_wrt_recent-post .with-columns.with-column-2.entry-first-thumb .entry:nth-child(2n + 2),
  .widget_wrt_popular-post .with-columns.with-column-2.entry-first-thumb .entry:nth-child(2n + 2) {
    clear: left;
  }
}
.widget_posts .with-columns.with-column-3 .entry, .widget_wrt_recent-post .with-columns.with-column-3 .entry,
.widget_wrt_popular-post .with-columns.with-column-3 .entry {
  position: relative;
  background-color: transparent;
  min-height: 1px;
  margin-top: 1.875rem !important;
}
@media screen and (min-width: 768px) {
  .widget_posts .with-columns.with-column-3 .entry, .widget_wrt_recent-post .with-columns.with-column-3 .entry,
  .widget_wrt_popular-post .with-columns.with-column-3 .entry {
    float: left;
    display: block;
    margin-right: 2.43902%;
    width: 48.78049%;
  }
  .widget_posts .with-columns.with-column-3 .entry:last-child, .widget_wrt_recent-post .with-columns.with-column-3 .entry:last-child,
  .widget_wrt_popular-post .with-columns.with-column-3 .entry:last-child {
    margin-right: 0;
  }
  .widget_posts .with-columns.with-column-3 .entry:nth-child(2n), .widget_wrt_recent-post .with-columns.with-column-3 .entry:nth-child(2n),
  .widget_wrt_popular-post .with-columns.with-column-3 .entry:nth-child(2n) {
    margin-right: 0;
  }
  .widget_posts .with-columns.with-column-3 .entry:nth-child(2n + 1), .widget_wrt_recent-post .with-columns.with-column-3 .entry:nth-child(2n + 1),
  .widget_wrt_popular-post .with-columns.with-column-3 .entry:nth-child(2n + 1) {
    clear: left;
  }
  .widget_posts .with-columns.with-column-3.entry-first-thumb .entry:first-child, .widget_wrt_recent-post .with-columns.with-column-3.entry-first-thumb .entry:first-child,
  .widget_wrt_popular-post .with-columns.with-column-3.entry-first-thumb .entry:first-child {
    width: 100%;
  }
  .widget_posts .with-columns.with-column-3.entry-first-thumb .entry:nth-child(2n), .widget_wrt_recent-post .with-columns.with-column-3.entry-first-thumb .entry:nth-child(2n),
  .widget_wrt_popular-post .with-columns.with-column-3.entry-first-thumb .entry:nth-child(2n) {
    margin-right: gutter(12);
  }
  .widget_posts .with-columns.with-column-3.entry-first-thumb .entry:nth-child(2n + 1), .widget_wrt_recent-post .with-columns.with-column-3.entry-first-thumb .entry:nth-child(2n + 1),
  .widget_wrt_popular-post .with-columns.with-column-3.entry-first-thumb .entry:nth-child(2n + 1) {
    clear: none;
  }
  .widget_posts .with-columns.with-column-3.entry-first-thumb .entry:nth-child(2n + 1), .widget_wrt_recent-post .with-columns.with-column-3.entry-first-thumb .entry:nth-child(2n + 1),
  .widget_wrt_popular-post .with-columns.with-column-3.entry-first-thumb .entry:nth-child(2n + 1) {
    margin-right: 0;
  }
  .widget_posts .with-columns.with-column-3.entry-first-thumb .entry:nth-child(2n), .widget_wrt_recent-post .with-columns.with-column-3.entry-first-thumb .entry:nth-child(2n),
  .widget_wrt_popular-post .with-columns.with-column-3.entry-first-thumb .entry:nth-child(2n) {
    clear: left;
  }
}
@media screen and (min-width: 1200px) {
  .widget_posts .with-columns.with-column-3 .entry, .widget_wrt_recent-post .with-columns.with-column-3 .entry,
  .widget_wrt_popular-post .with-columns.with-column-3 .entry {
    float: left;
    display: block;
    margin-right: 2.43902%;
    width: 31.70732%;
  }
  .widget_posts .with-columns.with-column-3 .entry:last-child, .widget_wrt_recent-post .with-columns.with-column-3 .entry:last-child,
  .widget_wrt_popular-post .with-columns.with-column-3 .entry:last-child {
    margin-right: 0;
  }
  .widget_posts .with-columns.with-column-3 .entry:nth-child(2n), .widget_wrt_recent-post .with-columns.with-column-3 .entry:nth-child(2n),
  .widget_wrt_popular-post .with-columns.with-column-3 .entry:nth-child(2n) {
    margin-right: 2.43902%;
  }
  .widget_posts .with-columns.with-column-3 .entry:nth-child(2n + 1), .widget_wrt_recent-post .with-columns.with-column-3 .entry:nth-child(2n + 1),
  .widget_wrt_popular-post .with-columns.with-column-3 .entry:nth-child(2n + 1) {
    clear: none;
  }
  .widget_posts .with-columns.with-column-3 .entry:nth-child(3n), .widget_wrt_recent-post .with-columns.with-column-3 .entry:nth-child(3n),
  .widget_wrt_popular-post .with-columns.with-column-3 .entry:nth-child(3n) {
    margin-right: 0;
  }
  .widget_posts .with-columns.with-column-3 .entry:nth-child(3n + 1), .widget_wrt_recent-post .with-columns.with-column-3 .entry:nth-child(3n + 1),
  .widget_wrt_popular-post .with-columns.with-column-3 .entry:nth-child(3n + 1) {
    clear: left;
  }
  .widget_posts .with-columns.with-column-3.entry-first-thumb .entry:first-child, .widget_wrt_recent-post .with-columns.with-column-3.entry-first-thumb .entry:first-child,
  .widget_wrt_popular-post .with-columns.with-column-3.entry-first-thumb .entry:first-child {
    width: 100%;
  }
  .widget_posts .with-columns.with-column-3.entry-first-thumb .entry:nth-child(2n + 1), .widget_wrt_recent-post .with-columns.with-column-3.entry-first-thumb .entry:nth-child(2n + 1),
  .widget_wrt_popular-post .with-columns.with-column-3.entry-first-thumb .entry:nth-child(2n + 1) {
    margin-right: 2.43902%;
  }
  .widget_posts .with-columns.with-column-3.entry-first-thumb .entry:nth-child(2n), .widget_wrt_recent-post .with-columns.with-column-3.entry-first-thumb .entry:nth-child(2n),
  .widget_wrt_popular-post .with-columns.with-column-3.entry-first-thumb .entry:nth-child(2n) {
    clear: none;
  }
  .widget_posts .with-columns.with-column-3.entry-first-thumb .entry:nth-child(3n + 1), .widget_wrt_recent-post .with-columns.with-column-3.entry-first-thumb .entry:nth-child(3n + 1),
  .widget_wrt_popular-post .with-columns.with-column-3.entry-first-thumb .entry:nth-child(3n + 1) {
    margin-right: 0;
  }
  .widget_posts .with-columns.with-column-3.entry-first-thumb .entry:nth-child(3n + 2), .widget_wrt_recent-post .with-columns.with-column-3.entry-first-thumb .entry:nth-child(3n + 2),
  .widget_wrt_popular-post .with-columns.with-column-3.entry-first-thumb .entry:nth-child(3n + 2) {
    clear: left;
  }
}
.widget_posts .with-columns.with-column-4 .entry, .widget_wrt_recent-post .with-columns.with-column-4 .entry,
.widget_wrt_popular-post .with-columns.with-column-4 .entry {
  position: relative;
  background-color: transparent;
  min-height: 1px;
  margin-top: 1.875rem !important;
}
@media screen and (min-width: 768px) {
  .widget_posts .with-columns.with-column-4 .entry, .widget_wrt_recent-post .with-columns.with-column-4 .entry,
  .widget_wrt_popular-post .with-columns.with-column-4 .entry {
    float: left;
    display: block;
    margin-right: 2.43902%;
    width: 48.78049%;
  }
  .widget_posts .with-columns.with-column-4 .entry:last-child, .widget_wrt_recent-post .with-columns.with-column-4 .entry:last-child,
  .widget_wrt_popular-post .with-columns.with-column-4 .entry:last-child {
    margin-right: 0;
  }
  .widget_posts .with-columns.with-column-4 .entry:nth-child(2n), .widget_wrt_recent-post .with-columns.with-column-4 .entry:nth-child(2n),
  .widget_wrt_popular-post .with-columns.with-column-4 .entry:nth-child(2n) {
    margin-right: 0;
  }
  .widget_posts .with-columns.with-column-4 .entry:nth-child(2n + 1), .widget_wrt_recent-post .with-columns.with-column-4 .entry:nth-child(2n + 1),
  .widget_wrt_popular-post .with-columns.with-column-4 .entry:nth-child(2n + 1) {
    clear: left;
  }
  .widget_posts .with-columns.with-column-4.entry-first-thumb .entry:first-child, .widget_wrt_recent-post .with-columns.with-column-4.entry-first-thumb .entry:first-child,
  .widget_wrt_popular-post .with-columns.with-column-4.entry-first-thumb .entry:first-child {
    width: 100%;
  }
  .widget_posts .with-columns.with-column-4.entry-first-thumb .entry:nth-child(2n), .widget_wrt_recent-post .with-columns.with-column-4.entry-first-thumb .entry:nth-child(2n),
  .widget_wrt_popular-post .with-columns.with-column-4.entry-first-thumb .entry:nth-child(2n) {
    margin-right: gutter(12);
  }
  .widget_posts .with-columns.with-column-4.entry-first-thumb .entry:nth-child(2n + 1), .widget_wrt_recent-post .with-columns.with-column-4.entry-first-thumb .entry:nth-child(2n + 1),
  .widget_wrt_popular-post .with-columns.with-column-4.entry-first-thumb .entry:nth-child(2n + 1) {
    clear: none;
  }
  .widget_posts .with-columns.with-column-4.entry-first-thumb .entry:nth-child(2n + 1), .widget_wrt_recent-post .with-columns.with-column-4.entry-first-thumb .entry:nth-child(2n + 1),
  .widget_wrt_popular-post .with-columns.with-column-4.entry-first-thumb .entry:nth-child(2n + 1) {
    margin-right: 0;
  }
  .widget_posts .with-columns.with-column-4.entry-first-thumb .entry:nth-child(2n), .widget_wrt_recent-post .with-columns.with-column-4.entry-first-thumb .entry:nth-child(2n),
  .widget_wrt_popular-post .with-columns.with-column-4.entry-first-thumb .entry:nth-child(2n) {
    clear: left;
  }
}
@media screen and (min-width: 1200px) {
  .widget_posts .with-columns.with-column-4 .entry, .widget_wrt_recent-post .with-columns.with-column-4 .entry,
  .widget_wrt_popular-post .with-columns.with-column-4 .entry {
    float: left;
    display: block;
    margin-right: 2.43902%;
    width: 23.17073%;
  }
  .widget_posts .with-columns.with-column-4 .entry:last-child, .widget_wrt_recent-post .with-columns.with-column-4 .entry:last-child,
  .widget_wrt_popular-post .with-columns.with-column-4 .entry:last-child {
    margin-right: 0;
  }
  .widget_posts .with-columns.with-column-4 .entry:nth-child(2n), .widget_wrt_recent-post .with-columns.with-column-4 .entry:nth-child(2n),
  .widget_wrt_popular-post .with-columns.with-column-4 .entry:nth-child(2n) {
    margin-right: 2.43902%;
  }
  .widget_posts .with-columns.with-column-4 .entry:nth-child(2n + 1), .widget_wrt_recent-post .with-columns.with-column-4 .entry:nth-child(2n + 1),
  .widget_wrt_popular-post .with-columns.with-column-4 .entry:nth-child(2n + 1) {
    clear: none;
  }
  .widget_posts .with-columns.with-column-4 .entry:nth-child(4n), .widget_wrt_recent-post .with-columns.with-column-4 .entry:nth-child(4n),
  .widget_wrt_popular-post .with-columns.with-column-4 .entry:nth-child(4n) {
    margin-right: 0;
  }
  .widget_posts .with-columns.with-column-4 .entry:nth-child(4n + 1), .widget_wrt_recent-post .with-columns.with-column-4 .entry:nth-child(4n + 1),
  .widget_wrt_popular-post .with-columns.with-column-4 .entry:nth-child(4n + 1) {
    clear: left;
  }
  .widget_posts .with-columns.with-column-4.entry-first-thumb .entry:first-child, .widget_wrt_recent-post .with-columns.with-column-4.entry-first-thumb .entry:first-child,
  .widget_wrt_popular-post .with-columns.with-column-4.entry-first-thumb .entry:first-child {
    width: 100%;
  }
  .widget_posts .with-columns.with-column-4.entry-first-thumb .entry:nth-child(2n + 1), .widget_wrt_recent-post .with-columns.with-column-4.entry-first-thumb .entry:nth-child(2n + 1),
  .widget_wrt_popular-post .with-columns.with-column-4.entry-first-thumb .entry:nth-child(2n + 1) {
    margin-right: 2.43902%;
  }
  .widget_posts .with-columns.with-column-4.entry-first-thumb .entry:nth-child(2n), .widget_wrt_recent-post .with-columns.with-column-4.entry-first-thumb .entry:nth-child(2n),
  .widget_wrt_popular-post .with-columns.with-column-4.entry-first-thumb .entry:nth-child(2n) {
    clear: none;
  }
  .widget_posts .with-columns.with-column-4.entry-first-thumb .entry:nth-child(4n + 1), .widget_wrt_recent-post .with-columns.with-column-4.entry-first-thumb .entry:nth-child(4n + 1),
  .widget_wrt_popular-post .with-columns.with-column-4.entry-first-thumb .entry:nth-child(4n + 1) {
    margin-right: 0;
  }
  .widget_posts .with-columns.with-column-4.entry-first-thumb .entry:nth-child(4n + 2), .widget_wrt_recent-post .with-columns.with-column-4.entry-first-thumb .entry:nth-child(4n + 2),
  .widget_wrt_popular-post .with-columns.with-column-4.entry-first-thumb .entry:nth-child(4n + 2) {
    clear: left;
  }
}

.grid-container .widget_wrt_recent-post .entry:not(:last-child):before, .list-container .widget_wrt_recent-post .entry:not(:last-child):before, .masonry-container .widget_wrt_recent-post .entry:not(:last-child):before, .grid-container
.widget_wrt_popular-post .entry:not(:last-child):before, .list-container
.widget_wrt_popular-post .entry:not(:last-child):before, .masonry-container
.widget_wrt_popular-post .entry:not(:last-child):before {
  display: none;
}

.widget_wrt_popular-post {
  counter-reset: popular;
}
.widget_wrt_popular-post > div:not(.with-carousel) .entry {
  position: relative;
}
.widget_wrt_popular-post > div:not(.with-carousel) .entry-media:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 2.5em;
  height: 2.5em;
  background-color: #000000;
  color: #ffffff;
  font-size: 0.75rem;
  line-height: calc(2.5em - 4px);
  text-align: center;
  counter-increment: popular;
  content: counter(popular);
}
.widget_wrt_popular-post > div:not(.with-carousel) .entry:nth-child(1):before {
  font-size: 1rem;
}
.widget_wrt_popular-post > div:not(.with-carousel) .entry:nth-child(2):before {
  font-size: 0.875rem;
}
.widget_wrt_popular-post > div:not(.with-carousel) .entry:nth-child(3):before {
  font-size: 0.75rem;
}

.widget_wrt_standard-view-posts.widget-ver .entry:not(:first-child) .entry-content,
.widget_wrt_grid-view-posts.widget-ver .entry:not(:first-child) .entry-content,
.widget_wrt_list-view-posts.widget-ver .entry:not(:first-child) .entry-content,
.widget_wrt_masonary-view-posts.widget-ver .entry:not(:first-child) .entry-content,
.widget_wrt_mag-view-posts.widget-ver .entry:not(:first-child) .entry-content {
  display: none;
}
.widget_wrt_standard-view-posts.widget-hor,
.widget_wrt_grid-view-posts.widget-hor,
.widget_wrt_list-view-posts.widget-hor,
.widget_wrt_masonary-view-posts.widget-hor,
.widget_wrt_mag-view-posts.widget-hor {
  display: block;
}
.widget_wrt_standard-view-posts.widget-hor:after,
.widget_wrt_grid-view-posts.widget-hor:after,
.widget_wrt_list-view-posts.widget-hor:after,
.widget_wrt_masonary-view-posts.widget-hor:after,
.widget_wrt_mag-view-posts.widget-hor:after {
  display: table;
  clear: both;
  content: " ";
}
@media screen and (min-width: 768px) {
  .widget_wrt_standard-view-posts.widget-hor .list-container-left, .widget_wrt_standard-view-posts.widget-hor .list-container-right, .widget_wrt_standard-view-posts.widget-hor .grid-container-left, .widget_wrt_standard-view-posts.widget-hor .grid-container-right,
  .widget_wrt_grid-view-posts.widget-hor .list-container-left,
  .widget_wrt_grid-view-posts.widget-hor .list-container-right,
  .widget_wrt_grid-view-posts.widget-hor .grid-container-left,
  .widget_wrt_grid-view-posts.widget-hor .grid-container-right,
  .widget_wrt_list-view-posts.widget-hor .list-container-left,
  .widget_wrt_list-view-posts.widget-hor .list-container-right,
  .widget_wrt_list-view-posts.widget-hor .grid-container-left,
  .widget_wrt_list-view-posts.widget-hor .grid-container-right,
  .widget_wrt_masonary-view-posts.widget-hor .list-container-left,
  .widget_wrt_masonary-view-posts.widget-hor .list-container-right,
  .widget_wrt_masonary-view-posts.widget-hor .grid-container-left,
  .widget_wrt_masonary-view-posts.widget-hor .grid-container-right,
  .widget_wrt_mag-view-posts.widget-hor .list-container-left,
  .widget_wrt_mag-view-posts.widget-hor .list-container-right,
  .widget_wrt_mag-view-posts.widget-hor .grid-container-left,
  .widget_wrt_mag-view-posts.widget-hor .grid-container-right {
    float: left;
    display: block;
    margin-right: 5%;
    width: 47.5%;
  }
  .widget_wrt_standard-view-posts.widget-hor .list-container-left:last-child, .widget_wrt_standard-view-posts.widget-hor .list-container-right:last-child, .widget_wrt_standard-view-posts.widget-hor .grid-container-left:last-child, .widget_wrt_standard-view-posts.widget-hor .grid-container-right:last-child,
  .widget_wrt_grid-view-posts.widget-hor .list-container-left:last-child,
  .widget_wrt_grid-view-posts.widget-hor .list-container-right:last-child,
  .widget_wrt_grid-view-posts.widget-hor .grid-container-left:last-child,
  .widget_wrt_grid-view-posts.widget-hor .grid-container-right:last-child,
  .widget_wrt_list-view-posts.widget-hor .list-container-left:last-child,
  .widget_wrt_list-view-posts.widget-hor .list-container-right:last-child,
  .widget_wrt_list-view-posts.widget-hor .grid-container-left:last-child,
  .widget_wrt_list-view-posts.widget-hor .grid-container-right:last-child,
  .widget_wrt_masonary-view-posts.widget-hor .list-container-left:last-child,
  .widget_wrt_masonary-view-posts.widget-hor .list-container-right:last-child,
  .widget_wrt_masonary-view-posts.widget-hor .grid-container-left:last-child,
  .widget_wrt_masonary-view-posts.widget-hor .grid-container-right:last-child,
  .widget_wrt_mag-view-posts.widget-hor .list-container-left:last-child,
  .widget_wrt_mag-view-posts.widget-hor .list-container-right:last-child,
  .widget_wrt_mag-view-posts.widget-hor .grid-container-left:last-child,
  .widget_wrt_mag-view-posts.widget-hor .grid-container-right:last-child {
    margin-right: 0;
  }
}
.widget_wrt_standard-view-posts .category-tabs,
.widget_wrt_grid-view-posts .category-tabs,
.widget_wrt_list-view-posts .category-tabs,
.widget_wrt_masonary-view-posts .category-tabs,
.widget_wrt_mag-view-posts .category-tabs {
  position: relative;
  z-index: 1;
  display: inline-block;
  font-size: 0.875rem;
  height: 2.5rem;
  line-height: 2.5rem;
  margin-bottom: 1.25rem;
}
.widget_wrt_standard-view-posts .category-tabs .more-tabs > a:after,
.widget_wrt_grid-view-posts .category-tabs .more-tabs > a:after,
.widget_wrt_list-view-posts .category-tabs .more-tabs > a:after,
.widget_wrt_masonary-view-posts .category-tabs .more-tabs > a:after,
.widget_wrt_mag-view-posts .category-tabs .more-tabs > a:after {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 5px;
  font-family: FontAwesome;
  content: "\f107";
}
.widget_wrt_standard-view-posts .category-tabs ul,
.widget_wrt_grid-view-posts .category-tabs ul,
.widget_wrt_list-view-posts .category-tabs ul,
.widget_wrt_masonary-view-posts .category-tabs ul,
.widget_wrt_mag-view-posts .category-tabs ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget_wrt_standard-view-posts .category-tabs ul ul,
.widget_wrt_grid-view-posts .category-tabs ul ul,
.widget_wrt_list-view-posts .category-tabs ul ul,
.widget_wrt_masonary-view-posts .category-tabs ul ul,
.widget_wrt_mag-view-posts .category-tabs ul ul {
  position: absolute;
  top: 100%;
  right: 0;
  padding: 0.625rem 0;
  min-width: 6.25rem;
  background-color: #ffffff;
  color: #000000;
  border: 1px solid currentColor;
  display: none;
}
.widget_wrt_standard-view-posts .category-tabs ul li,
.widget_wrt_grid-view-posts .category-tabs ul li,
.widget_wrt_list-view-posts .category-tabs ul li,
.widget_wrt_masonary-view-posts .category-tabs ul li,
.widget_wrt_mag-view-posts .category-tabs ul li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget_wrt_standard-view-posts .category-tabs ul li li,
.widget_wrt_grid-view-posts .category-tabs ul li li,
.widget_wrt_list-view-posts .category-tabs ul li li,
.widget_wrt_masonary-view-posts .category-tabs ul li li,
.widget_wrt_mag-view-posts .category-tabs ul li li {
  display: block;
}
.widget_wrt_standard-view-posts .category-tabs ul li a,
.widget_wrt_grid-view-posts .category-tabs ul li a,
.widget_wrt_list-view-posts .category-tabs ul li a,
.widget_wrt_masonary-view-posts .category-tabs ul li a,
.widget_wrt_mag-view-posts .category-tabs ul li a {
  display: block;
  cursor: pointer;
  padding: 0 0.625rem;
  height: 1.875rem;
  line-height: 1.875rem;
}
.widget_wrt_standard-view-posts .category-tabs ul li:hover ul,
.widget_wrt_grid-view-posts .category-tabs ul li:hover ul,
.widget_wrt_list-view-posts .category-tabs ul li:hover ul,
.widget_wrt_masonary-view-posts .category-tabs ul li:hover ul,
.widget_wrt_mag-view-posts .category-tabs ul li:hover ul {
  display: block;
}
.widget_wrt_standard-view-posts .category-tabs ul > li:last-child a,
.widget_wrt_grid-view-posts .category-tabs ul > li:last-child a,
.widget_wrt_list-view-posts .category-tabs ul > li:last-child a,
.widget_wrt_masonary-view-posts .category-tabs ul > li:last-child a,
.widget_wrt_mag-view-posts .category-tabs ul > li:last-child a {
  padding-right: 0;
}
.widget_wrt_standard-view-posts .category-tabs + .category-tab-nav-container,
.widget_wrt_grid-view-posts .category-tabs + .category-tab-nav-container,
.widget_wrt_list-view-posts .category-tabs + .category-tab-nav-container,
.widget_wrt_masonary-view-posts .category-tabs + .category-tab-nav-container,
.widget_wrt_mag-view-posts .category-tabs + .category-tab-nav-container {
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 992px) {
  .widget_wrt_standard-view-posts.widget-hor.widget-line .category-tabs,
  .widget_wrt_grid-view-posts.widget-hor.widget-line .category-tabs,
  .widget_wrt_list-view-posts.widget-hor.widget-line .category-tabs,
  .widget_wrt_masonary-view-posts.widget-hor.widget-line .category-tabs,
  .widget_wrt_mag-view-posts.widget-hor.widget-line .category-tabs {
    position: absolute;
    top: 0;
    right: 1.875rem;
  }
  .widget_wrt_standard-view-posts.widget-hor.widget-line .category-tabs + *,
  .widget_wrt_grid-view-posts.widget-hor.widget-line .category-tabs + *,
  .widget_wrt_list-view-posts.widget-hor.widget-line .category-tabs + *,
  .widget_wrt_masonary-view-posts.widget-hor.widget-line .category-tabs + *,
  .widget_wrt_mag-view-posts.widget-hor.widget-line .category-tabs + * {
    margin-top: 3.75rem;
  }
  .widget_wrt_standard-view-posts.widget-hor.widget-non-line .category-tabs,
  .widget_wrt_grid-view-posts.widget-hor.widget-non-line .category-tabs,
  .widget_wrt_list-view-posts.widget-hor.widget-non-line .category-tabs,
  .widget_wrt_masonary-view-posts.widget-hor.widget-non-line .category-tabs,
  .widget_wrt_mag-view-posts.widget-hor.widget-non-line .category-tabs {
    position: absolute;
    top: 0;
    right: 0;
  }
  .widget_wrt_standard-view-posts.widget-hor.widget-non-line .category-tabs ul ul,
  .widget_wrt_grid-view-posts.widget-hor.widget-non-line .category-tabs ul ul,
  .widget_wrt_list-view-posts.widget-hor.widget-non-line .category-tabs ul ul,
  .widget_wrt_masonary-view-posts.widget-hor.widget-non-line .category-tabs ul ul,
  .widget_wrt_mag-view-posts.widget-hor.widget-non-line .category-tabs ul ul {
    top: 2.4rem;
  }
  .widget_wrt_standard-view-posts.widget-hor.widget-style-1 .category-tabs,
  .widget_wrt_grid-view-posts.widget-hor.widget-style-1 .category-tabs,
  .widget_wrt_list-view-posts.widget-hor.widget-style-1 .category-tabs,
  .widget_wrt_masonary-view-posts.widget-hor.widget-style-1 .category-tabs,
  .widget_wrt_mag-view-posts.widget-hor.widget-style-1 .category-tabs {
    position: absolute;
    top: 1.875rem;
    right: 1.875rem;
  }
  .widget_wrt_standard-view-posts.widget-hor.widget-style-1 .category-tabs ul ul,
  .widget_wrt_grid-view-posts.widget-hor.widget-style-1 .category-tabs ul ul,
  .widget_wrt_list-view-posts.widget-hor.widget-style-1 .category-tabs ul ul,
  .widget_wrt_masonary-view-posts.widget-hor.widget-style-1 .category-tabs ul ul,
  .widget_wrt_mag-view-posts.widget-hor.widget-style-1 .category-tabs ul ul {
    top: 1.9rem;
  }
  .widget_wrt_standard-view-posts.widget-hor.widget-style-1 .category-tabs > ul > li > a,
  .widget_wrt_grid-view-posts.widget-hor.widget-style-1 .category-tabs > ul > li > a,
  .widget_wrt_list-view-posts.widget-hor.widget-style-1 .category-tabs > ul > li > a,
  .widget_wrt_masonary-view-posts.widget-hor.widget-style-1 .category-tabs > ul > li > a,
  .widget_wrt_mag-view-posts.widget-hor.widget-style-1 .category-tabs > ul > li > a {
    height: auto;
    line-height: 1.2;
    padding-bottom: calc(1.25rem - 4px);
  }
  .widget_wrt_standard-view-posts.widget-hor.widget-style-2 .category-tabs,
  .widget_wrt_grid-view-posts.widget-hor.widget-style-2 .category-tabs,
  .widget_wrt_list-view-posts.widget-hor.widget-style-2 .category-tabs,
  .widget_wrt_masonary-view-posts.widget-hor.widget-style-2 .category-tabs,
  .widget_wrt_mag-view-posts.widget-hor.widget-style-2 .category-tabs {
    position: absolute;
    top: 0;
    right: 0;
  }
  .widget_wrt_standard-view-posts.widget-hor.widget-style-2 .category-tabs > ul > li > a,
  .widget_wrt_grid-view-posts.widget-hor.widget-style-2 .category-tabs > ul > li > a,
  .widget_wrt_list-view-posts.widget-hor.widget-style-2 .category-tabs > ul > li > a,
  .widget_wrt_masonary-view-posts.widget-hor.widget-style-2 .category-tabs > ul > li > a,
  .widget_wrt_mag-view-posts.widget-hor.widget-style-2 .category-tabs > ul > li > a {
    height: auto;
    line-height: 1.2;
    padding-top: 1.25rem;
    padding-bottom: 0.625rem;
  }
  .widget_wrt_standard-view-posts .entry .entry-row .entry-half-left,
  .widget_wrt_grid-view-posts .entry .entry-row .entry-half-left,
  .widget_wrt_list-view-posts .entry .entry-row .entry-half-left,
  .widget_wrt_masonary-view-posts .entry .entry-row .entry-half-left,
  .widget_wrt_mag-view-posts .entry .entry-row .entry-half-left {
    width: 32.5%;
  }
  .widget_wrt_standard-view-posts .entry .entry-row .entry-half-right,
  .widget_wrt_grid-view-posts .entry .entry-row .entry-half-right,
  .widget_wrt_list-view-posts .entry .entry-row .entry-half-right,
  .widget_wrt_masonary-view-posts .entry .entry-row .entry-half-right,
  .widget_wrt_mag-view-posts .entry .entry-row .entry-half-right {
    width: 62.5%;
  }
}

.widget_recent_entries ul li {
  margin-bottom: 0.9375rem;
}
.widget_recent_entries ul li a {
  font-size: 1.125rem;
  line-height: 1.2;
  display: block;
}

.widget_categories.widget-ver ul,
.widget_nav_menu.widget-ver ul,
.widget_pages.widget-ver ul,
.widget_meta.widget-ver ul,
.widget_archive.widget-ver ul,
.widget_archives.widget-ver ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
.widget_categories.widget-ver ul li,
.widget_nav_menu.widget-ver ul li,
.widget_pages.widget-ver ul li,
.widget_meta.widget-ver ul li,
.widget_archive.widget-ver ul li,
.widget_archives.widget-ver ul li {
  display: block;
}
.widget_categories.widget-ver ul li ul,
.widget_nav_menu.widget-ver ul li ul,
.widget_pages.widget-ver ul li ul,
.widget_meta.widget-ver ul li ul,
.widget_archive.widget-ver ul li ul,
.widget_archives.widget-ver ul li ul {
  padding-left: 1.25rem;
}
.widget_categories.widget-ver ul li a,
.widget_nav_menu.widget-ver ul li a,
.widget_pages.widget-ver ul li a,
.widget_meta.widget-ver ul li a,
.widget_archive.widget-ver ul li a,
.widget_archives.widget-ver ul li a {
  position: relative;
  display: block;
  padding: 0.625em 0;
  color: inherit;
}
.widget_categories.widget-ver ul li a:after,
.widget_nav_menu.widget-ver ul li a:after,
.widget_pages.widget-ver ul li a:after,
.widget_meta.widget-ver ul li a:after,
.widget_archive.widget-ver ul li a:after,
.widget_archives.widget-ver ul li a:after {
  display: table;
  clear: both;
  content: " ";
}
.widget_categories.widget-ver ul li a:hover,
.widget_nav_menu.widget-ver ul li a:hover,
.widget_pages.widget-ver ul li a:hover,
.widget_meta.widget-ver ul li a:hover,
.widget_archive.widget-ver ul li a:hover,
.widget_archives.widget-ver ul li a:hover {
  color: #bf9e3b;
}
.widget_categories.widget-ver ul li a:before,
.widget_nav_menu.widget-ver ul li a:before,
.widget_pages.widget-ver ul li a:before,
.widget_meta.widget-ver ul li a:before,
.widget_archive.widget-ver ul li a:before,
.widget_archives.widget-ver ul li a:before {
  position: absolute;
  right: 0;
  bottom: -1px;
  display: block;
  content: "";
  width: 0;
  height: 1px;
  background-color: currentColor;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.widget_categories.widget-ver ul li a:hover:before,
.widget_nav_menu.widget-ver ul li a:hover:before,
.widget_pages.widget-ver ul li a:hover:before,
.widget_meta.widget-ver ul li a:hover:before,
.widget_archive.widget-ver ul li a:hover:before,
.widget_archives.widget-ver ul li a:hover:before {
  width: 100%;
}
.widget_categories.widget-ver ul li span,
.widget_nav_menu.widget-ver ul li span,
.widget_pages.widget-ver ul li span,
.widget_meta.widget-ver ul li span,
.widget_archive.widget-ver ul li span,
.widget_archives.widget-ver ul li span {
  float: right;
}
.widget_categories.widget-ver ul li:not(:last-child) a,
.widget_nav_menu.widget-ver ul li:not(:last-child) a,
.widget_pages.widget-ver ul li:not(:last-child) a,
.widget_meta.widget-ver ul li:not(:last-child) a,
.widget_archive.widget-ver ul li:not(:last-child) a,
.widget_archives.widget-ver ul li:not(:last-child) a {
  border-bottom: 1px solid currentColor;
}
.widget_categories.widget-hor ul,
.widget_nav_menu.widget-hor ul,
.widget_pages.widget-hor ul,
.widget_meta.widget-hor ul,
.widget_archive.widget-hor ul,
.widget_archives.widget-hor ul {
  display: inline-block;
  vertical-align: middle;
  list-style: none;
  margin: 0;
  padding: 0;
}
.widget_categories.widget-hor ul > li,
.widget_nav_menu.widget-hor ul > li,
.widget_pages.widget-hor ul > li,
.widget_meta.widget-hor ul > li,
.widget_archive.widget-hor ul > li,
.widget_archives.widget-hor ul > li {
  display: inline-block;
  vertical-align: middle;
}
.widget_categories.widget-hor ul > li a,
.widget_nav_menu.widget-hor ul > li a,
.widget_pages.widget-hor ul > li a,
.widget_meta.widget-hor ul > li a,
.widget_archive.widget-hor ul > li a,
.widget_archives.widget-hor ul > li a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 0.3125em 0.625em;
  margin-left: 0.0625em;
  margin-bottom: 0.3125em;
  border: 1px solid currentColor;
  line-height: 1.2;
  color: inherit;
}
.widget_categories.widget-hor ul > li a:after,
.widget_nav_menu.widget-hor ul > li a:after,
.widget_pages.widget-hor ul > li a:after,
.widget_meta.widget-hor ul > li a:after,
.widget_archive.widget-hor ul > li a:after,
.widget_archives.widget-hor ul > li a:after {
  display: table;
  clear: both;
  content: " ";
}
.widget_categories.widget-hor ul > li a:hover,
.widget_nav_menu.widget-hor ul > li a:hover,
.widget_pages.widget-hor ul > li a:hover,
.widget_meta.widget-hor ul > li a:hover,
.widget_archive.widget-hor ul > li a:hover,
.widget_archives.widget-hor ul > li a:hover {
  color: #bf9e3b;
}
.widget_categories.widget-hor ul > li span,
.widget_nav_menu.widget-hor ul > li span,
.widget_pages.widget-hor ul > li span,
.widget_meta.widget-hor ul > li span,
.widget_archive.widget-hor ul > li span,
.widget_archives.widget-hor ul > li span {
  float: right;
  margin-left: 0.625em;
}

.widget_tag_cloud .tagcloud:after {
  display: table;
  clear: both;
  content: " ";
}
.widget_tag_cloud .tagcloud a {
  line-height: 1.2;
  display: inline-block;
  vertical-align: middle;
  padding: 0.3125em 0.625em;
  border: 1px solid currentColor;
  margin-left: 0.0625em;
  margin-bottom: 0.3125em;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.widget_tag_cloud .tagcloud a:hover {
  color: #bf9e3b;
  border-color: currentColor;
}

.widget_calendar table th, .widget_calendar table td {
  text-align: center;
}
.widget_calendar a {
  display: block;
  padding: 3px;
  background-color: #000000;
  color: #ffffff;
}

.widget_recent_comments .recentcomments {
  padding: 0.625rem 0;
}
.widget_recent_comments .recentcomments:not(:last-child) {
  border-bottom: 1px solid currentColor;
}
.widget_recent_comments .recentcomments span a {
  font-weight: bold;
  margin-right: 0.625em;
  color: #bf9e3b;
}
.widget_recent_comments .recentcomments span a:before {
  position: absolute;
  right: 0;
  bottom: -2px;
  display: block;
  content: "";
  width: 0;
  height: 1px;
  background-color: currentColor;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.widget_recent_comments .recentcomments span a:hover:before {
  width: 100%;
}

.widget_wrt_social.widget-ver .social-navigation, .widget_wrt_social.widget-ver .author-navigation {
  display: block;
  text-align: center;
}
.widget_wrt_social.widget-ver .social-navigation ul, .widget_wrt_social.widget-ver .author-navigation ul {
  width: 100%;
}
.widget_wrt_social.widget-ver .social-navigation ul:after, .widget_wrt_social.widget-ver .author-navigation ul:after {
  display: table;
  clear: both;
  content: " ";
}
.widget_wrt_social.widget-ver .social-navigation ul li, .widget_wrt_social.widget-ver .author-navigation ul li {
  float: left;
  display: block;
  margin-right: 2.43902%;
  width: 31.70732%;
}
.widget_wrt_social.widget-ver .social-navigation ul li:last-child, .widget_wrt_social.widget-ver .author-navigation ul li:last-child {
  margin-right: 0;
}
.widget_wrt_social.widget-ver .social-navigation ul li:nth-child(3n), .widget_wrt_social.widget-ver .author-navigation ul li:nth-child(3n) {
  clear: right;
  margin-right: 0;
}
.widget_wrt_social.widget-ver .social-navigation ul li a, .widget_wrt_social.widget-ver .author-navigation ul li a {
  font-size: 1.5rem;
  text-align: center;
  padding: 0.3125em;
}
.widget_wrt_social.widget-ver .social-navigation ul li span, .widget_wrt_social.widget-ver .author-navigation ul li span, .widget_wrt_social.widget-ver .social-navigation ul li small, .widget_wrt_social.widget-ver .author-navigation ul li small {
  display: block;
}
.widget_wrt_social.widget-ver .social-navigation ul li small, .widget_wrt_social.widget-ver .author-navigation ul li small {
  font-size: 0.75rem;
  line-height: 2.33333em;
}
@media screen and (max-width: 1199px) {
  .widget_wrt_social.widget-ver .social-navigation ul li small, .widget_wrt_social.widget-ver .author-navigation ul li small {
    display: none;
  }
}
.widget_wrt_social.widget-hor .social-navigation, .widget_wrt_social.widget-hor .author-navigation {
  display: block;
  text-align: center;
}
.widget_wrt_social.widget-hor .social-navigation ul li, .widget_wrt_social.widget-hor .author-navigation ul li {
  display: inline-block;
  vertical-align: middle;
}
.widget_wrt_social.widget-hor .social-navigation ul li a, .widget_wrt_social.widget-hor .author-navigation ul li a {
  font-size: 1.5rem;
  text-align: center;
  padding: 0.3125em;
}
.widget_wrt_social.widget-hor .social-navigation ul li span, .widget_wrt_social.widget-hor .author-navigation ul li span, .widget_wrt_social.widget-hor .social-navigation ul li small, .widget_wrt_social.widget-hor .author-navigation ul li small {
  display: block;
}
.widget_wrt_social.widget-hor .social-navigation ul li small, .widget_wrt_social.widget-hor .author-navigation ul li small {
  font-size: 0.75rem;
  line-height: 2.33333em;
}
@media screen and (max-width: 1199px) {
  .widget_wrt_social.widget-hor .social-navigation ul li small, .widget_wrt_social.widget-hor .author-navigation ul li small {
    display: none;
  }
}

.widget_wrt_shop {
  text-align: center;
}
.widget_wrt_shop .products-list:after {
  display: table;
  clear: both;
  content: " ";
}
.widget_wrt_shop .product .product-image {
  display: block;
}
.widget_wrt_shop .product .product-title {
  font-size: 1.375rem;
  margin: 0;
  padding: 0;
}
.widget_wrt_shop .product .product-price {
  line-height: 1.2;
  margin: 0;
  padding: 0;
}
.widget_wrt_shop .product > *:not(:last-child) {
  margin-bottom: 0.625rem;
}
.widget_wrt_shop.widget-ver .product:not(:last-child) {
  margin-bottom: 1.25rem;
}
.widget_wrt_shop.widget-hor .product {
  padding: 0 0.3125rem;
}

.widget_ad {
  padding: 0.625rem 0;
  text-align: center;
}
.widget_ad img {
  display: inline-block;
  max-width: 100%;
}

.widget_wrt_instagram .instagram-pics > div a {
  position: relative;
  display: block;
  overflow: hidden;
  background-color: #000000;
  padding-bottom: 99%;
  height: 0;
}
.widget_wrt_instagram .instagram-pics > div a:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: " ";
  width: 100%;
  height: 100%;
  background-color: #000000;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.widget_wrt_instagram .instagram-pics > div a img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: auto;
  width: 100%;
  max-width: 100%;
  max-height: none;
}
.widget_wrt_instagram .instagram-pics > div a:hover:before {
  opacity: 0.2;
}
.widget_wrt_instagram.widget-hor .instagram-pics {
  overflow: hidden;
  max-height: 19.6875em;
}
.widget_wrt_instagram.widget-ver {
  text-align: center;
}
.widget_wrt_instagram.widget-ver .instagram-pics {
  display: block;
}
.widget_wrt_instagram.widget-ver .instagram-pics:after {
  display: table;
  clear: both;
  content: " ";
}
.widget_wrt_instagram.widget-ver .instagram-pics li {
  margin-bottom: 2.43902%;
  float: left;
  display: block;
  margin-right: 2.43902%;
  width: 48.78049%;
}
.widget_wrt_instagram.widget-ver .instagram-pics li:last-child {
  margin-right: 0;
}
.widget_wrt_instagram.widget-ver .instagram-pics li:nth-child(2n) {
  clear: right;
  margin-right: 0;
}

.widget_wrt_newsletter {
  text-align: center;
  display: block;
}
.widget_wrt_newsletter .newsletter-text .newsletter-title {
  font-size: 1.225rem;
}
.widget_wrt_newsletter .newsletter-form {
  position: relative;
}
.widget_wrt_newsletter .newsletter-form input[type="color"], .widget_wrt_newsletter .newsletter-form input[type="date"], .widget_wrt_newsletter .newsletter-form input[type="datetime"], .widget_wrt_newsletter .newsletter-form input[type="datetime-local"], .widget_wrt_newsletter .newsletter-form input[type="email"], .widget_wrt_newsletter .newsletter-form input[type="month"], .widget_wrt_newsletter .newsletter-form input[type="name"], .widget_wrt_newsletter .newsletter-form input[type="number"], .widget_wrt_newsletter .newsletter-form input[type="password"], .widget_wrt_newsletter .newsletter-form input[type="search"], .widget_wrt_newsletter .newsletter-form input[type="tel"], .widget_wrt_newsletter .newsletter-form input[type="text"], .widget_wrt_newsletter .newsletter-form input[type="time"], .widget_wrt_newsletter .newsletter-form input[type="url"], .widget_wrt_newsletter .newsletter-form input[type="week"], .widget_wrt_newsletter .newsletter-form textarea {
  display: inline-block;
  vertical-align: middle;
  -webkit-border-radius: 0;
  height: 3.125em;
  line-height: 3.125em;
}
.widget_wrt_newsletter .newsletter-form .button {
  padding: 0 0.5em;
  height: 2.5em;
  line-height: 2.5em;
  border-width: 0;
  font-size: 1.25rem;
}
.widget_wrt_newsletter .newsletter-form .button:before {
  display: none;
}
.widget_wrt_newsletter.widget-hor {
  text-align: left;
}
.widget_wrt_newsletter.widget-hor .newsletter-container {
  display: table;
  width: 100%;
  table-layout: fixed;
}
@media screen and (min-width: 768px) {
  .widget_wrt_newsletter.widget-hor .newsletter-container .newsletter-text, .widget_wrt_newsletter.widget-hor .newsletter-container .newsletter-form {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
  }
}
.widget_wrt_newsletter.widget-hor .newsletter-container .newsletter-form {
  position: relative;
}
.widget_wrt_newsletter.widget-hor .newsletter-container .newsletter-form .site-row:not(:last-child) [class*='site-column'] {
  position: relative;
  margin-bottom: 2.43902%;
}
.widget_wrt_newsletter.widget-hor .newsletter-container .newsletter-form .button {
  display: block;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  overflow: hidden;
}
.widget_wrt_newsletter.widget-ver .newsletter-container .newsletter-form [class*='site-column'] {
  position: relative;
  width: 100%;
  padding: 2px;
}
.widget_wrt_newsletter.widget-ver .newsletter-container .newsletter-form .site-table-row {
  display: block;
}
.widget_wrt_newsletter.widget-ver .newsletter-container .newsletter-form .site-table-row:after {
  display: table;
  clear: both;
  content: " ";
}
.widget_wrt_newsletter.widget-ver .newsletter-container .newsletter-form .site-column-6, .widget_wrt_newsletter.widget-ver .newsletter-container .newsletter-form .site-column-12 {
  float: left;
  display: block;
  margin-right: 2.43902%;
  width: 100%;
}
.widget_wrt_newsletter.widget-ver .newsletter-container .newsletter-form .site-column-6:last-child, .widget_wrt_newsletter.widget-ver .newsletter-container .newsletter-form .site-column-12:last-child {
  margin-right: 0;
}
.widget_wrt_newsletter.widget-ver .newsletter-container .newsletter-form .site-column-6:nth-child(n), .widget_wrt_newsletter.widget-ver .newsletter-container .newsletter-form .site-column-12:nth-child(n) {
  margin-right: 0;
}
.widget_wrt_newsletter.widget-ver .newsletter-container .newsletter-form .button {
  display: block;
  width: 100%;
}
.widget_wrt_newsletter.widget-non-line .widget-newsletter-light {
  padding: 1.25em;
  background-color: #ffffff;
  color: #000000;
}
.widget_wrt_newsletter.widget-non-line .widget-newsletter-dark {
  padding: 1.25em;
  background-color: #000000;
  color: #ffffff;
}
.widget_wrt_newsletter.widget-non-line.widget-ver .widget-newsletter-light .button {
  background-color: #000000;
  color: #ffffff;
}
.widget_wrt_newsletter.widget-non-line.widget-ver .widget-newsletter-dark .button {
  background-color: #ffffff;
  color: #000000;
}
.widget_wrt_newsletter.widget-non-line input[type="color"], .widget_wrt_newsletter.widget-non-line input[type="date"], .widget_wrt_newsletter.widget-non-line input[type="datetime"], .widget_wrt_newsletter.widget-non-line input[type="datetime-local"], .widget_wrt_newsletter.widget-non-line input[type="email"], .widget_wrt_newsletter.widget-non-line input[type="month"], .widget_wrt_newsletter.widget-non-line input[type="name"], .widget_wrt_newsletter.widget-non-line input[type="number"], .widget_wrt_newsletter.widget-non-line input[type="password"], .widget_wrt_newsletter.widget-non-line input[type="search"], .widget_wrt_newsletter.widget-non-line input[type="tel"], .widget_wrt_newsletter.widget-non-line input[type="text"], .widget_wrt_newsletter.widget-non-line input[type="time"], .widget_wrt_newsletter.widget-non-line input[type="url"], .widget_wrt_newsletter.widget-non-line input[type="week"], .widget_wrt_newsletter.widget-non-line textarea {
  border-color: transparent;
}

.widget_wrt_pinterest.widget-ver .widget-title + div > span {
  max-width: 100%;
}

.widget_wrt_twitter .tweets-list .tweet a {
  color: #bf9e3b;
}
.widget_wrt_twitter .tweets-list .tweet .tweet-text {
  line-height: 1.4;
}
.widget_wrt_twitter .tweets-list .tweet .username {
  margin-right: 1.25em;
}
.widget_wrt_twitter.widget-ver .tweets-list .tweet:not(:last-child) {
  padding-bottom: 1.25em;
  margin-bottom: 1.25em;
  border-bottom: 1px solid currentColor;
}
.widget_wrt_twitter.widget-hor .tweets-list .tweet {
  padding-left: 0.625em;
  padding-right: 0.625em;
}

.widget_rss .widget-title .rsswidget + .rsswidget:before {
  display: none;
}
.widget_rss .widget-title .rsswidget img {
  display: none;
}
.widget_rss ul li {
  margin-bottom: 0.9375em;
}
.widget_rss ul li .rsswidget {
  display: block;
  font-size: 0.875rem;
}
.widget_rss ul li .rssSummary {
  line-height: 2;
}

.widget_wrt_cta_content {
  text-align: center;
}
.widget_wrt_cta_content a {
  position: relative;
  display: inline-block;
}
.widget_wrt_cta_content a h1, .widget_wrt_cta_content a h2, .widget_wrt_cta_content a h3, .widget_wrt_cta_content a h4, .widget_wrt_cta_content a h5, .widget_wrt_cta_content a h6 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  max-width: 80%;
  display: block;
  padding: 0.625em 1.25em;
  background-color: #000000;
  color: #ffffff;
}

/*--------------------------------------------------------------
Footers
--------------------------------------------------------------*/
.site-footer .site-footer-top {
  position: relative;
  background-color: #ffffff;
  color: #000000;
  padding: 3.75em 0;
}
.site-footer .site-footer-bottom {
  background-color: #ffffff;
  color: #000000;
  padding: 1.875em 0;
}

.site-footer-widget {
  background-color: transparent;
  color: #000000;
}
.site-footer-widget.widget_newsletter {
  background-color: #000000;
  color: #ffffff;
}
.site-footer-widget.widget_newsletter input[type="text"] {
  border-width: 0;
}
.site-footer-widget .widget_wrt_instagram.widget-hor {
  position: relative;
}
.site-footer-widget .widget_wrt_instagram.widget-hor .widget-title {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  display: inline-block;
  height: 40px;
  text-align: center;
  margin: 0;
  padding: 0;
  text-align: center;
  line-height: 40px;
  margin-bottom: 1.25em;
  background-color: transparent;
}
.site-footer-widget .widget_wrt_instagram.widget-hor .widget-title span {
  position: relative;
  display: inline-block;
  z-index: 1;
  background-color: #000000;
  color: #ffffff;
  border-left: 20px solid #000000;
  border-right: 20px solid #000000;
}
.site-footer-widget .widget_wrt_instagram.widget-hor .instagram-pics {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
7.0 - Pages
--------------------------------------------------------------*/
/*---------------------------
Pages
----------------------------*/
.landing-section {
  position: relative;
  display: block;
  padding: 1.875rem 0;
}
.landing-section:after {
  display: table;
  clear: both;
  content: " ";
}
@media screen and (min-width: 768px) {
  .landing-section {
    padding: 3.75rem 0;
  }
}
@media screen and (min-width: 992px) {
  .landing-section {
    padding: 5.625rem 0;
  }
}
.landing-widgets {
  background-color: #f5f5f5;
}
.landing-widgets .site-featured-sidebar {
  padding-top: 0;
}
.landing-widgets .site-featured-sidebar .widget {
  background-color: #f5f5f5;
}
.landing-posts {
  padding-top: 0;
}
.landing-posts .entry-list .entry {
  padding: 0 0.625em;
  text-align: center;
}
.landing-posts .entry-list .entry .entry-header .entry-title {
  font-size: 1.25rem;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .landing-posts .entry-list .entry {
    padding: 0 1.25em;
  }
}

.magazine-section {
  position: relative;
  display: block;
  padding: 1.875rem 0;
}
.magazine-section:after {
  display: table;
  clear: both;
  content: " ";
}
@media screen and (min-width: 768px) {
  .magazine-section {
    padding: 3.75rem 0;
  }
}
@media screen and (min-width: 992px) {
  .magazine-section {
    padding: 5.625rem 0;
  }
}
.magazine-block {
  margin-bottom: 1.875rem;
}

.portfolio-tabs {
  position: relative;
  z-index: 1;
  display: block;
  margin-bottom: 1.25rem;
  text-align: center;
}
.portfolio-tabs ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.portfolio-tabs ul li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 3px;
  border: 1px solid;
}
.portfolio-tabs ul li a {
  display: block;
  cursor: pointer;
  padding: 0 1.25rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
.portfolio-tabs ul li a.active {
  background-color: #000000;
  color: #ffffff;
}
@media screen and (min-width: 1200px) {
  .portfolio-tabs {
    border: 1px solid;
  }
  .portfolio-tabs ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .portfolio-tabs ul li {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    margin: 0;
    border-width: 0;
  }
  .portfolio-tabs ul li a {
    padding: 0 0.625rem;
  }
}

/*--------------------------------------------------------------
8.0 - woocommerce
--------------------------------------------------------------*/
