@charset "UTF-8";
/*
Theme Name: Radians
Theme URI: https://themeforest.net/item/radians-responsive-magazine-theme/18122598
Author: WiThemes
Author URI: https://withemes.com/
Description: Modern Magazine Theme
Version: 1.2.3
Text Domain: radians
License:
License URI:
Tags: two-columns, right-sidebar, custom-colors, custom-menu, featured-images, threaded-comments, translation-ready
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Reset
2.0 Include font awesome
3.0 Tipsy tooltip
4.0 Magnific popup
5.0 Flickity
6.0 Typography + general elements
7.0 Layout
8.0 Header
9.0 Blog
10.0 Widgets
11.0 Footer
12.0 Contact Form 7
13.0 Off Canvas Menu
14.0 Responsive
--------------------------------------------------------------*/
/* Loading
--------------------------------------------- */
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

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

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

.cssload-container, .mfp-preloader {
  width: 40px;
  height: 40px;
  text-align: center; }

.cssload-speeding-wheel, .cssload-speeding-wheel-black, .mfp-preloader:before {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  border: 3px solid white;
  border-radius: 50%;
  border-left-color: transparent;
  border-right-color: transparent;
  animation: cssload-spin 1100ms infinite linear;
  -o-animation: cssload-spin 1100ms infinite linear;
  -ms-animation: cssload-spin 1100ms infinite linear;
  -webkit-animation: cssload-spin 1100ms infinite linear;
  -moz-animation: cssload-spin 1100ms infinite linear; }

.cssload-speeding-wheel-black {
  border: 2px solid rgba(0, 0, 0, 0.7);
  border-radius: 50%;
  border-left-color: transparent;
  border-right-color: transparent; }

@keyframes cssload-spin {
  100% {
    transform: rotate(360deg);
    transform: rotate(360deg); } }
@-o-keyframes cssload-spin {
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-ms-keyframes cssload-spin {
  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-webkit-keyframes cssload-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-moz-keyframes cssload-spin {
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg); } }
/*!
 *  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("assets/css/font-awesome-4.7.0/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("assets/css/font-awesome-4.7.0/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("assets/css/font-awesome-4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("assets/css/font-awesome-4.7.0/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("assets/css/font-awesome-4.7.0/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype");
  font-weight: normal;
  font-style: normal; }
.fa, .bypostauthor .comment-author .fn:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  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.2857142857em;
  text-align: center; }

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

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.8571428571em; }

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

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

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

.fa.fa-pull-left, .bypostauthor .comment-author .fa-pull-left.fn:after {
  margin-right: .3em; }
.fa.fa-pull-right, .bypostauthor .comment-author .fa-pull-right.fn:after {
  margin-left: .3em; }

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

.pull-left {
  float: left; }

.fa.pull-left, .bypostauthor .comment-author .pull-left.fn:after {
  margin-right: .3em; }
.fa.pull-right, .bypostauthor .comment-author .pull-right.fn:after {
  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 {
  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 {
  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-radiansrs-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; }

.tipsy {
  position: absolute;
  padding: 5px;
  z-index: 100000;
  font-weight: 400; }

.tipsy-inner {
  background-color: rgba(0, 0, 0, 0.95);
  color: #FFF;
  max-width: 200px;
  padding: 5px 8px 4px 8px;
  text-align: center;
  font-size: 1em;
  line-height: 2; }

/* Rounded corners */
.tipsy-inner {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px; }

/* Uncomment for shadow */
/*.tipsy-inner { box-shadow: 0 0 5px #000000; -webkit-box-shadow: 0 0 5px #000000; -moz-box-shadow: 0 0 5px #000000; }*/
.tipsy-arrow {
  position: absolute;
  width: 0;
  height: 0;
  line-height: 0;
  border: 5px dashed rgba(0, 0, 0, 0.95); }

/* Rules to colour arrows */
.tipsy-arrow-n {
  border-bottom-color: rgba(0, 0, 0, 0.95); }

.tipsy-arrow-s {
  border-top-color: rgba(0, 0, 0, 0.95); }

.tipsy-arrow-e {
  border-left-color: rgba(0, 0, 0, 0.95); }

.tipsy-arrow-w {
  border-right-color: rgba(0, 0, 0, 0.95); }

.tipsy-n .tipsy-arrow {
  top: 0px;
  left: 50%;
  margin-left: -5px;
  border-bottom-style: solid;
  border-top: none;
  border-left-color: transparent;
  border-right-color: transparent; }

.tipsy-nw .tipsy-arrow {
  top: 0;
  left: 10px;
  border-bottom-style: solid;
  border-top: none;
  border-left-color: transparent;
  border-right-color: transparent; }

.tipsy-ne .tipsy-arrow {
  top: 0;
  right: 10px;
  border-bottom-style: solid;
  border-top: none;
  border-left-color: transparent;
  border-right-color: transparent; }

.tipsy-s .tipsy-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top-style: solid;
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent; }

.tipsy-sw .tipsy-arrow {
  bottom: 0;
  left: 10px;
  border-top-style: solid;
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent; }

.tipsy-se .tipsy-arrow {
  bottom: 0;
  right: 10px;
  border-top-style: solid;
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent; }

.tipsy-e .tipsy-arrow {
  right: 0;
  top: 50%;
  margin-top: -5px;
  border-left-style: solid;
  border-right: none;
  border-top-color: transparent;
  border-bottom-color: transparent; }

.tipsy-w .tipsy-arrow {
  left: 0;
  top: 50%;
  margin-top: -5px;
  border-right-style: solid;
  border-left: none;
  border-top-color: transparent;
  border-bottom-color: transparent; }

@keyframes radiansTipsy {
  from {
    transform: scale(0.9); }
  to {
    transform: scale(1); } }
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: .8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: .65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial,Baskerville,monospace; }

.mfp-close:hover, .mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: .65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before, .mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: .7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0;
  margin: 0 auto; }

.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }

  .mfp-img-mobile img.mfp-img {
    padding: 0; }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
i.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: default; }

.mfp-bg {
  z-index: 11042; }

.mfp-wrap {
  z-index: 11043; }

.mfp-container {
  padding: 0; }

/* Loader
------------------------ */
.mfp-preloader {
  display: block;
  direction: ltr;
  text-indent: -9999px;
  margin: -20px 0 0 -20px;
  left: 50%;
  z-index: 99999;
  background: none; }
  .mfp-preloader:before {
    display: block;
    content: "";
    position: absolute; }

.mfp-s-error .mfp-preloader {
  text-indent: 0;
  background: none; }

.mfp-s-error .mfp-preloader a {
  color: inherit;
  text-decoration: underline; }

/* Animation
------------------------ */
.mfp-gallery .mfp-figure {
  opacity: 0;
  transform: scale(0.99);
  -webkit-transition: all 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: all 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
.mfp-gallery.mfp-image-loaded .mfp-figure {
  transform: scale(1);
  opacity: 1; }

/* Frame
------------------------ */
.mfp-bg {
  opacity: .95;
  background: #000;
  color: #fff;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s; }

.mfp-bg.mfp-removing {
  opacity: 0; }

.mfp-figure:after {
  display: none; }

.mfp-iframe-scaler iframe {
  box-shadow: none;
  background: none; }

.mfp-wrap {
  color: #fff; }

/* Video
------------------------ */
.mfp-content .wp-video {
  max-height: 80%;
  max-width: 80%;
  margin: auto; }

.mfp-content .wp-video-shortcode {
  margin: 0; }

/* Cursor
------------------------ */
.mfp-zoom-out-cur,
.mfp-zoom-out-cur
.mfp-image-holder .mfp-close {
  cursor: default; }

/* Next / Prev
------------------------ */
button.mfp-arrow,
button.mfp-arrow:hover {
  display: block;
  background: none;
  color: inherit;
  visibility: visible;
  top: auto;
  margin: 0;
  width: 60px;
  height: 60px;
  left: 30px;
  top: 50%;
  padding: 0;
  margin: 0;
  transition: color .2s ease-out, background .2s ease-out, border .2s ease-out;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

button.mfp-arrow.mfp-arrow-right {
  right: 30px;
  left: auto; }

button.mfp-arrow:before,
button.mfp-arrow:after {
  display: none; }

button.mfp-arrow {
  opacity: .7; }
  button.mfp-arrow:hover {
    opacity: 1; }

/* Close
------------------------ */
button.mfp-close,
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  position: fixed;
  top: 10px;
  left: auto;
  right: 20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 32px;
  color: inherit;
  text-align: center;
  -webkit-transition: color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: .7; }
  button.mfp-close:hover,
  .mfp-image-holder .mfp-close:hover,
  .mfp-iframe-holder .mfp-close:hover {
    opacity: 1;
    color: inherit; }
  button.mfp-close:active, button.mfp-close:focus,
  .mfp-image-holder .mfp-close:active,
  .mfp-image-holder .mfp-close:focus,
  .mfp-iframe-holder .mfp-close:active,
  .mfp-iframe-holder .mfp-close:focus {
    top: 10px; }
  button.mfp-close span,
  .mfp-image-holder .mfp-close span,
  .mfp-iframe-holder .mfp-close span {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    border-top: 1px solid;
    width: 20px;
    margin-left: -10px;
    transform: rotate(45deg);
    transform-origin: center center; }
    button.mfp-close span.line2,
    .mfp-image-holder .mfp-close span.line2,
    .mfp-iframe-holder .mfp-close span.line2 {
      transform: rotate(-45deg); }

button.mfp-close:hover,
.mfp-image-holder .mfp-close:hover,
.mfp-iframe-holder .mfp-close:hover {
  background: none; }

button.mfp-close i {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.admin-bar .mfp-close {
  top: 42px; }
  .admin-bar .mfp-close:active, .admin-bar .mfp-close:focus {
    top: 42px; }

.mfp-close-btn-in .mfp-close {
  color: inherit; }

/* Fix MFP click target
------------------------ */
body button.mfp-arrow-left:before,
body button.mfp-arrow-right:before,
body .mfp-close:before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  z-index: 40;
  border: none !important;
  outline: 0;
  background: none !important;
  content: "";
  margin: 0 !important;
  padding: 0 !important;
  opacity: 0; }

/* Caption
------------------------ */
.mfp-bottom-bar {
  font-family: "Julius Sans One", sans-serif; }

.mfp-title {
  padding-right: 50px; }

.mfp-title,
.mfp-counter {
  color: inherit; }

/* TEXT
------------------------ */
.mfp-title {
  line-height: initial; }

.mfp-counter {
  font-size: inherit;
  line-height: initial; }

.lightbox-caption {
  position: absolute;
  bottom: 10%;
  right: 5%;
  text-align: right;
  padding: 1em;
  font-size: .85em;
  line-height: 1.4;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  max-width: 300px;
  cursor: default;
  z-index: 30; }
  .lightbox-caption a {
    color: inherit;
    text-decoration: underline;
    white-space: nowrap; }
    .lightbox-caption a:hover {
      color: inherit;
      text-decoration: none; }

.lightbox-caption-title {
  display: block;
  font-weight: bold;
  font-size: 1.1em; }

.lightbox-caption-content {
  display: block;
  margin: .5em 0 0; }

/*
 * jQuery FlexSlider v2.6.2
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none; }

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

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

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0; }

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

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

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

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

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

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

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

.flexslider .slides {
  zoom: 1; }

.flexslider .slides img {
  height: auto;
  -moz-user-select: none; }

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

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

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

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

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

.flex-direction-nav a:before {
  font-size: 40px;
  display: inline-block;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3); }

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

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

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

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

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

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

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

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

.flex-pauseplay a:before {
  font-size: 20px;
  display: inline-block; }

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

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

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

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

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

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

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

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

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

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

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

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

  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px; } }
.woocommerce {
  -webkit-column-span: all;
  -moz-column-span: all;
  column-span: all; }

.woocommerce .page-share,
.woocommerce-page .page-share {
  display: none !important; }

/* Header Cart
-------------------------------------------------------------------------------------- */
#header-cart {
  position: fixed;
  top: 15%;
  right: 0;
  background: #fff;
  background: rgba(255, 255, 255, 0.95);
  color: #333;
  border: 1px solid;
  border-width: 1px 0 1px 1px;
  z-index: 9999;
  -webkit-transition: all .4s;
  transition: all .4s;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0); }
  #header-cart .items-total {
    display: block; }
  #header-cart.header-cart-hidden {
    -webkit-transform: translate(110%, 0);
    -moz-transform: translate(110%, 0);
    -ms-transform: translate(110%, 0);
    -o-transform: translate(110%, 0);
    transform: translate(110%, 0); }

.header-cart a {
  display: block;
  color: inherit;
  font-size: 14px;
  padding: 10px; }

.header-cart a:hover {
  color: #c00; }

.header-cart a span,
.header-cart a i {
  display: inline-block;
  vertical-align: middle; }

.header-cart a span {
  margin-left: 1px; }

#logo-area .header-cart {
  display: none; }

/* Widgets
-------------------------------------------------------------------------------------- */
/* Average Rating
--------------------- */
.widget_rating_filter a {
  color: inherit;
  outline: 0;
  font-size: .9em; }

/* Product List Widget
--------------------- */
.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li {
  padding: 0; }

.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a {
  outline: 0;
  color: inherit;
  font-size: .9em; }
  .woocommerce ul.cart_list li a:hover,
  .woocommerce ul.product_list_widget li a:hover {
    text-decoration: underline; }

.woocommerce .widget_shopping_cart .cart_list li a.remove,
.woocommerce.widget_shopping_cart .cart_list li a.remove {
  top: 10px;
  text-decoration: none; }

.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
  width: 48px; }

.woocommerce ul.cart_list li + li,
.woocommerce ul.product_list_widget li + li {
  border-top: 1px solid #e9e9e9;
  margin-top: 16px;
  padding-top: 16px; }

/* Sidebar Cart
--------------------- */
.woocommerce .widget_shopping_cart .cart_list li.empty,
.woocommerce.widget_shopping_cart .cart_list li.empty {
  padding-left: 0;
  font-style: italic;
  letter-spacing: 1px;
  color: #999; }

.woocommerce .widget_shopping_cart .cart_list li + li,
.woocommerce.widget_shopping_cart .cart_list li + li {
  padding-top: 16px; }
  .woocommerce .widget_shopping_cart .cart_list li + li a.remove,
  .woocommerce.widget_shopping_cart .cart_list li + li a.remove {
    top: 26px; }

.woocommerce .widget_shopping_cart .total,
.woocommerce.widget_shopping_cart .total {
  margin-top: 20px;
  padding-top: 10px;
  text-align: center; }

/* Layered Nav
--------------------- */
.woocommerce .widget_layered_nav ul li a,
.woocommerce .widget_layered_nav ul li span {
  padding: 0; }

.woocommerce .widget_layered_nav ul li + li {
  padding-top: 10px; }

/* Price Filter
--------------------- */
.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  background: #c00; }

.woocommerce .widget_price_filter .ui-slider-horizontal {
  height: 4px; }

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  border: 0; }

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background: #ccc; }

.woocommerce .widget_price_filter .price_slider_amount .button {
  font-size: 10px; }

/* Column System
------------------------------ */
.products-wrapper {
  overflow: hidden;
  clear: both; }
  .products-wrapper::after {
    clear: both;
    content: "";
    display: table; }

.woocommerce .products ul,
.woocommerce ul.products {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: -32px -16px 0; }

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  float: none !important;
  clear: none !important;
  display: block;
  margin: 0;
  padding: 32px 16px 0; }

.woocommerce-page.columns-1 ul.products li.product,
.woocommerce.columns-1 ul.products li.product {
  width: 100%; }

.woocommerce-page.columns-2 ul.products li.product,
.woocommerce.columns-2 ul.products li.product {
  width: 50%; }

.woocommerce-page.columns-3 ul.products li.product,
.woocommerce.columns-3 ul.products li.product {
  width: 33.33%; }

.woocommerce-page.columns-4 ul.products li.product,
.woocommerce.columns-4 ul.products li.product {
  width: 25%; }

.woocommerce-page.columns-5 ul.products li.product,
.woocommerce.columns-5 ul.products li.product {
  width: 20%; }

.woocommerce-page.columns-6 ul.products li.product,
.woocommerce.columns-6 ul.products li.product {
  width: 16.66%; }

/* Catalog
-------------------------------------------------------------------------------------- */
.woocommerce .page-title {
  margin-bottom: 2rem; }

.woocommerce .woocommerce-ordering,
.woocommerce .woocommerce-result-count {
  margin-bottom: 2rem; }

.woocommerce-result-count {
  line-height: 36px; }

.woocommerce-ordering .radians-nice-select a {
  padding-right: 30px; }

.woocommerce nav.woocommerce-pagination {
  clear: both; }
  .woocommerce nav.woocommerce-pagination::after {
    clear: both;
    content: "";
    display: table; }

/* Thumbnail */
.product-thumbnail {
  position: relative;
  margin: 0 0 10px;
  overflow: hidden; }

.product-thumbnail-inner {
  overflow: hidden; }

.thumb-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease-out;
  z-index: 1; }

.product-thumbnail-inner:hover .thumb-overlay {
  opacity: 1;
  visibility: visible; }

.product-thumbnail a {
  display: block;
  outline: 0;
  border: 0;
  text-decoration: none;
  color: inherit; }

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

.woocommerce ul.products li.product a {
  outline: 0; }

.woocommerce ul.products li.product a img {
  margin: 0; }

/* title */
.woocommerce ul.products li.product h3 {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 1.2em; }

.woocommerce ul.products li.product h3 a {
  color: inherit;
  display: block; }

.woocommerce ul.products li.product h3 a:hover {
  text-decoration: underline; }

/* rating */
.woocommerce .star-rating {
  line-height: 1.1; }

.woocommerce .products .star-rating {
  margin: .8em 0; }

.woocommerce .star-rating span:before {
  color: #c00; }

/* price */
.woocommerce ul.products li.product .price {
  font-size: .8em;
  color: inherit;
  margin: .5em 0 0; }

.woocommerce ul.products li.product .price ins {
  text-decoration: none;
  font-weight: normal; }

.woocommerce ul.products li.product .price del {
  display: inline;
  margin-right: 10px; }

/* sale label */
.woocommerce span.onsale {
  left: -2em; }

.woocommerce span.onsale,
.woocommerce ul.products li.product .onsale {
  font-weight: bold;
  display: block;
  background: #c00;
  color: #fff;
  top: 10%;
  right: 10%;
  z-index: 30;
  width: 60px;
  height: 60px;
  line-height: 60px;
  padding: 0; }

/* Button
-------------------------------------------------------------------------------------- */
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  font-size: 13px;
  line-height: 50px;
  font-weight: normal;
  border-radius: 2px;
  border: 0;
  padding: 0 30px;
  background: #f0f0f0;
  border: 1px solid #ccc;
  color: #333;
  outline: 0; }

.woocommerce #respond input#submit.loading,
.woocommerce a.button.loading,
.woocommerce button.button.loading,
.woocommerce input.button.loading {
  padding-right: 1.2em; }

.woocommerce #respond input#submit.added,
.woocommerce a.button.added,
.woocommerce button.button.added,
.woocommerce input.button.added,
.woocommerce #respond input#submit.added:hover,
.woocommerce a.button.added:hover,
.woocommerce button.button.added:hover,
.woocommerce input.button.added:hover {
  background: #e0efe0;
  color: #349c34; }

.woocommerce #respond input#submit.loading:after, .woocommerce a.button.loading:after, .woocommerce button.button.loading:after, .woocommerce input.button.loading:after {
  display: none; }

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  background: #e9e9e9; }

/* Alt Buttons
--------------------- */
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background: #999;
  color: #fff;
  border-radius: 2px;
  -webkit-font-smoothing: subpixel-antialiased;
  padding: 0 30px;
  border: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s; }

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background: #444;
  opacity: 1; }

.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover {
  background: #999; }

/* Cart Button
-------------------------------------------------------------------------------------- */
.woocommerce a.add_to_cart_button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  border-radius: 3px;
  background: white;
  color: #444;
  margin: 0;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 12px;
  outline: 0;
  display: block;
  border: 0;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  opacity: 0;
  z-index: 20; }

.woocommerce a.add_to_cart_button:hover {
  background: #f0f0f0; }

.woocommerce .product-thumbnail:hover a.add_to_cart_button {
  opacity: 1; }
  .woocommerce .product-thumbnail:hover a.add_to_cart_button.loading {
    opacity: .25; }

.woocommerce .product-thumbnail .added_to_cart {
  display: none; }

/* Pagination
-------------------------------------------------------------------------------------- */
.woocommerce nav.woocommerce-pagination {
  text-align: center; }
  .woocommerce nav.woocommerce-pagination ul {
    display: block;
    font-size: 14px;
    margin: 2em 0 0;
    padding: 1em 0 .8em;
    border: 1px solid #e9e9e9;
    border-width: 1px 0;
    text-align: right; }
    .woocommerce nav.woocommerce-pagination ul li {
      display: inline-block;
      float: none;
      border: 0;
      padding: 0 3px; }
      .woocommerce nav.woocommerce-pagination ul li:last-child a,
      .woocommerce nav.woocommerce-pagination ul li:last-child .current {
        margin-right: 0; }
      .woocommerce nav.woocommerce-pagination ul li a,
      .woocommerce nav.woocommerce-pagination ul li .current {
        color: inherit;
        line-height: 1.4;
        outline: 0;
        padding: 10px 5px;
        margin: 0 6px;
        color: #aaa; }
        .woocommerce nav.woocommerce-pagination ul li a:hover,
        .woocommerce nav.woocommerce-pagination ul li .current:hover {
          color: #111; }
      .woocommerce nav.woocommerce-pagination ul li .current {
        background: none; }
      .woocommerce nav.woocommerce-pagination ul li .next,
      .woocommerce nav.woocommerce-pagination ul li .prev {
        background: #fafafa;
        border: 1px solid #e9e9e9;
        border-radius: 1px;
        padding-left: 2em;
        padding-right: 2em;
        transition: all .1s ease-out; }
        .woocommerce nav.woocommerce-pagination ul li .next:hover,
        .woocommerce nav.woocommerce-pagination ul li .prev:hover {
          background: #f0f0f0;
          border-color: #c9c9c9; }

.woocommerce nav.woocommerce-pagination ul li span {
  padding: 0;
  display: block;
  line-height: inherit;
  background: none;
  margin: 0; }

.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
  background: none; }

.woocommerce nav.woocommerce-pagination ul li span.current {
  border: 0;
  color: #111; }

/* Single
-------------------------------------------------------------------------------------- */
.single-product .content {
  padding-top: 30px;
  padding-bottom: 60px;
  border-top: 2px solid; }

/* Images
--------------------- */
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
  margin: -5px; }
  .woocommerce div.product div.images .woocommerce-product-gallery__wrapper > div {
    padding: 5px; }

.woocommerce div.product div.images {
  position: relative; }

.woocommerce div.product div.images div.thumbnails {
  padding-top: 1.5em; }

.woocommerce div.product div.images a {
  color: inherit;
  border: 0;
  outline: 0;
  display: block; }

.woocommerce div.product div.images img {
  border: 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); }

/* Title
--------------------- */
.woocommerce div.product .product_title {
  text-align: left;
  font-size: 2.8em;
  letter-spacing: 1px;
  margin-bottom: 1rem; }

.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
  font-weight: normal;
  text-decoration: none; }

/* Price
--------------------- */
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: inherit;
  letter-spacing: 1px; }

.woocommerce div.product .woocommerce-product-rating a {
  color: inherit; }
  .woocommerce div.product .woocommerce-product-rating a:hover {
    text-decoration: underline; }

/* Variations
--------------------- */
.woocommerce-variation-price {
  margin: 0 0 1em; }

/* In Stock
--------------------- */
.woocommerce div.product .stock {
  color: #77a464;
  font-weight: bold;
  background: #fafafa;
  display: table;
  padding: 6px 12px;
  border: 1px dashed #ccc; }

/* Cart
--------------------- */
.woocommerce button.single_add_to_cart_button {
  height: 44px;
  line-height: 44px;
  padding: 0 30px; }

/* Meta
--------------------- */
.product_meta {
  font-size: .9em; }

.product_meta > span {
  display: block; }

.product_meta a {
  color: inherit; }

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

/* Quantity
--------------------- */
.woocommerce div.quantity,
.woocommerce-page div.quantity {
  border: 1px solid #e5e5e5;
  float: left;
  overflow: hidden;
  width: 126px;
  margin: 0 20px 0 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  /* prevent FOUC */
  opacity: 0;
  visibility: hidden; }

.woocommerce div.quantity,
.woocommerce-page div.quantity {
  opacity: 1;
  visibility: visible; }

.woocommerce div.quantity input.minus,
.woocommerce-page div.quantity input.minus,
.woocommerce div.quantity input.plus,
.woocommerce-page div.quantity input.plus {
  -webkit-appearance: none;
  /* remove input form */
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.woocommerce div.quantity input.minus,
.woocommerce-page div.quantity input.minus,
.woocommerce div.quantity input.plus,
.woocommerce-page div.quantity input.plus,
.woocommerce div.quantity input.qty,
.woocommerce-page div.quantity input.qty {
  border: none;
  font-family: inherit;
  -moz-appearance: textfield;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #333;
  float: left;
  font-size: 16px;
  width: 42px;
  height: 42px;
  line-height: 42px;
  margin: 0;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  background: none;
  cursor: pointer;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: none; }

.woocommerce div.quantity input.minus:hover,
.woocommerce-page div.quantity input.minus:hover,
.woocommerce div.quantity input.plus:hover,
.woocommerce-page div.quantity input.plus:hover {
  background: #fafafa; }

.woocommerce div.quantity input.minus,
.woocommerce-page div.quantity input.minus,
.woocommerce div.quantity input.qty,
.woocommerce-page div.quantity input.qty {
  border-right: 1px solid #e5e5e5; }

.woocommerce div.quantity input.qty,
.woocommerce-page div.quantity input.qty {
  background: transparent;
  width: 40px; }

.woocommerce div.quantity input.qty::-webkit-inner-spin-button,
.woocommerce-page div.quantity input.qty::-webkit-inner-spin-button,
.woocommerce div.quantity input.qty::-webkit-outer-spin-button,
.woocommerce-page div.quantity input.qty::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

/* Tabs
--------------------- */
.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding-left: 0; }

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: 0;
  border-radius: 2px 2px 0 0;
  background: none;
  padding: 0;
  margin: 0 10px 0 0;
  color: #777; }

.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
  display: none; }

.woocommerce div.product .woocommerce-tabs ul.tabs:before {
  border-color: #ccc; }

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  outline: 0;
  display: block;
  font-weight: normal;
  color: inherit;
  font-size: 13px;
  padding: 16px 30px;
  background: #fff;
  border: 1px solid #ccc;
  border-width: 1px 1px 0; }

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  background: #fff;
  color: #111; }

/* Tab Content */
#tab-additional_information h2,
.woocommerce-Tabs-panel--description > h2:first-child {
  display: none; }

.woocommerce table.shop_attributes th,
.woocommerce table.shop_attributes td {
  font-style: normal;
  font-weight: normal;
  padding: 10px 20px;
  border: 1px solid #999;
  background: none;
  text-align: inherit; }

/* Review Layout
--------------------- */
.woocommerce #reviews {
  overflow: hidden;
  padding: 20px 0; }

.woocommerce #reviews #comments,
.woocommerce #review_form_wrapper {
  display: block;
  min-height: 1px; }

.woocommerce #reviews #comments {
  border: 0;
  padding-top: 0; }

/* Review Form
--------------------- */
.woocommerce-Reviews #comments {
  margin: 0 0 30px; }

.woocommerce-Reviews-title {
  font-size: 2em;
  font-weight: normal;
  font-family: "Julius Sans One", sans-serif;
  text-transform: uppercase;
  margin: 0; }

.woocommerce-noreviews {
  border: 1px dashed #ccc;
  text-align: center;
  padding: 10px;
  background: #fafafa;
  letter-spacing: 1px;
  color: #999; }

#review_form #reply-title {
  text-align: inherit;
  font-size: 16px;
  display: block;
  text-align: center;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 2px; }

.comment-form-rating {
  text-align: center;
  margin: 0 0 10px; }

.comment-form-rating > * {
  display: inline-block;
  vertical-align: middle; }

.comment-form-rating label {
  color: #999; }

#review_form #respond p label {
  display: none; }

.woocommerce #review_form #respond p.stars {
  margin: 10px; }

.woocommerce #review_form #respond p.stars > span {
  display: block;
  height: 1em; }

.woocommerce p.stars a {
  border: 0 !important;
  outline: 0; }

.woocommerce #review_form #respond .form-submit input {
  margin: 0 auto;
  display: block;
  padding: 0 30px;
  line-height: 44px;
  height: 44px;
  background: #111;
  color: #fff; }
  .woocommerce #review_form #respond .form-submit input:hover {
    background: #c00; }

.woocommerce #reviews #comment {
  height: 10em; }

/* Reviews
--------------------- */
.woocommerce #reviews #comments ol.commentlist {
  padding: 0; }

.woocommerce #reviews #comments ol.commentlist li {
  margin: 1.5em 0 0;
  padding: 1.5em 0 0;
  border-top: 1px solid #e9e9e9; }

.woocommerce #reviews #comments ol.commentlist li img.avatar {
  top: 20px;
  width: 48px;
  height: 48px;
  border: 0;
  background: none;
  padding: 0; }

.woocommerce #reviews #comments ol.commentlist li .comment-text {
  border: 0;
  padding: 0;
  margin-left: 70px; }
  .woocommerce #reviews #comments ol.commentlist li .comment-text .description > *:last-child {
    margin-bottom: 0; }

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
  margin: 0 0 5px; }
  .woocommerce #reviews #comments ol.commentlist li .comment-text p.meta strong[itemprop="author"] {
    font-size: 14px;
    font-weight: bold; }
  .woocommerce #reviews #comments ol.commentlist li .comment-text p.meta time {
    font-size: 10px;
    text-decoration: none;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 1px; }

/* Related Products
--------------------- */
.products.related > h2,
.products.upsells > h2,
.cross-sells > h2 {
  font-family: "Julius Sans One", sans-serif;
  font-size: 2em;
  text-transform: uppercase;
  margin: 1.4em 0 .4em; }

/* Message
-------------------------------------------------------------------------------------- */
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
  color: #000;
  border: 0;
  background: #f9f9f9;
  padding: 10px 20px !important;
  line-height: 44px;
  font-size: .9em; }
  .woocommerce .woocommerce-error a,
  .woocommerce .woocommerce-info a,
  .woocommerce .woocommerce-message a {
    outline: 0;
    color: inherit;
    text-decoration: underline;
    border: 0; }
    .woocommerce .woocommerce-error a:hover,
    .woocommerce .woocommerce-info a:hover,
    .woocommerce .woocommerce-message a:hover {
      text-decoration: none; }

.woocommerce .woocommerce-message {
  background: #e5edf1;
  color: #4f89a7; }

.woocommerce .woocommerce-error {
  background: #F5EFEF;
  color: #DC6B6B; }

.woocommerce .woocommerce-error:before,
.woocommerce .woocommerce-info:before,
.woocommerce .woocommerce-message:before {
  display: none; }

.woocommerce .woocommerce-message #respond input#submit,
.woocommerce .woocommerce-message a.button,
.woocommerce .woocommerce-message button.button,
.woocommerce .woocommerce-message input.button {
  background: white; }

/* Cart
-------------------------------------------------------------------------------------- */
.woocommerce table.shop_table {
  border-collapse: collapse;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 1px solid #ccc; }

.woocommerce table.shop_table th {
  font-weight: bold; }

.woocommerce table.shop_table td,
.woocommerce table.shop_table th {
  padding: 20px;
  vertical-align: middle;
  border-top: 0;
  overflow: hidden; }

.woocommerce a.remove {
  margin: 0 auto; }

.woocommerce a.remove:hover {
  color: red !important;
  background: none; }

.woocommerce-cart table.cart .product-thumbnail {
  width: 100px; }

.woocommerce-cart table.cart img {
  width: 100%;
  display: block; }

.woocommerce table.shop_table td.product-name a {
  color: inherit;
  font-weight: bold;
  outline: 0; }
  .woocommerce table.shop_table td.product-name a:hover {
    text-decoration: underline; }

#coupon_code {
  width: 150px;
  line-height: 44px;
  height: 44px; }

.woocommerce-cart table.cart input[name="update_cart"] {
  display: block;
  margin-left: auto; }

.woocommerce-cart .wc-proceed-to-checkout {
  padding-bottom: 0; }

#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
  font-size: .9em;
  border: 0; }

.cart_totals h2 {
  font-size: 18px; }

.woocommerce-cart .cart-collaterals .cart_totals tr td, .woocommerce-cart .cart-collaterals .cart_totals tr th {
  border-top: 0; }

.woocommerce table.shop_table {
  border-bottom: 0; }

.woocommerce-cart .cart-collaterals .cart_totals table td, .woocommerce-cart .cart-collaterals .cart_totals table th {
  vertical-align: middle; }

.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
  font-weight: 400; }

.entry-content .select2-container .select2-choice,
.entry-content .select2-container .select2-choice:hover {
  border-bottom: 1px solid #ccc; }

#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
  padding-left: 10px; }

.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
  width: 150px; }

/* Checkout
-------------------------------------------------------------------------------------- */
.woocommerce form .form-row input.input-text {
  line-height: 44px; }

.woocommerce form .form-row textarea {
  height: 10em;
  line-height: 20px; }

.woocommerce .select2-container,
.woocommerce-page .select2-container {
  z-index: 9999; }
.woocommerce .select2-search--dropdown .select2-search__field,
.woocommerce-page .select2-search--dropdown .select2-search__field {
  padding: 0 12px; }

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #fafafa; }

#add_payment_method table.cart input, .woocommerce-cart table.cart input, .woocommerce-checkout table.cart input {
  line-height: 42px; }

#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
  border-color: #f0f0f0; }

#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
  background: #efefef;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

#add_payment_method #payment div.payment_box:before, .woocommerce-cart #payment div.payment_box:before, .woocommerce-checkout #payment div.payment_box:before {
  border-bottom-color: #efefef; }

.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled] {
  padding-top: 0;
  padding-bottom: 0; }

/* Order Received
-------------------------------------------------------------------------------------- */
.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
  border-top: 0; }

.product-quantity {
  font-weight: normal; }

/* My Account
-------------------------------------------------------------------------------------- */
.woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.woocommerce-MyAccount-navigation ul li + li {
  padding-top: .5em;
  margin-top: .5em;
  border-top: 1px solid #e9e9e9; }

.woocommerce-MyAccount-navigation ul a {
  color: inherit;
  font-size: 1em; }
  .woocommerce-MyAccount-navigation ul a:hover {
    color: #c00; }

.woocommerce-MyAccount-navigation ul li.is-active a {
  color: #aaa; }

.woocommerce-MyAccount-content fieldset {
  display: block;
  margin: 0 0 1em; }

/* Login Form
-------------------------------------------------------------------------------------- */
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  border-radius: 0;
  border-color: #111; }

.woocommerce form.checkout_coupon > p {
  margin-bottom: 0; }
.woocommerce form.checkout_coupon #coupon_code {
  width: 100%; }

@media only screen and (max-width: 740px) {
  .woocommerce #reviews {
    display: block;
    margin: 0; }

  .woocommerce #review_form_wrapper,
  .woocommerce #reviews #comments {
    width: auto;
    padding: 0; }

  .woocommerce #review_form_wrapper {
    margin-top: 2rem;
    padding-top: 2rem;
    border: 0;
    box-shadow: none;
    border-top: 1px solid; } }
@media only screen and (max-width: 400px) {
  /* Catalog
  --------------------------- */
  .woocommerce .woocommerce-result-count,
  .woocommerce-page .woocommerce-result-count {
    float: none; }

  .woocommerce .woocommerce-ordering,
  .woocommerce-page .woocommerce-ordering {
    float: none;
    margin: 1rem 0 3rem; }

  /* Product Item
  --------------------------- */
  .woocommerce span.onsale,
  .woocommerce ul.products li.product .onsale {
    top: 20px; } }
/* 6.0 - Typography + general elements
--------------------------------------------------------------*/
/* Box Sizing
--------------------- */
body,
html,
input[type="search"] {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; }

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

/* General
--------------------- */
html {
  background: #f0f0f0;
  font-size: .625em;
  /* To make sure that 1rem = 10px */ }

body {
  transform-origin: top center; }

.font-antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body,
button,
input,
select,
textarea {
  font-family: Cabin, sans-serif;
  font-size: 16px;
  line-height: 1.8;
  color: #111;
  font-weight: 400;
  font-style: normal; }

figure {
  display: block; }

img {
  max-width: 100%;
  height: auto; }

strong,
b {
  font-weight: bold; }

.hide {
  display: none !important; }

/* Margin
--------------------- */
p, h1, h2, h3, h4, h5, h6, blockquote, table, figure, ul, ol, dl, pre, address, .media-container {
  margin: 0 0 20px; }

figure {
  margin: 0 0 20px; }

/* Headings
--------------------- */
h1, h2, h3, h4, h5, h6 {
  font-family: "EB Garamond", serif;
  line-height: 1.15;
  font-weight: normal;
  font-style: normal;
  margin: 0 0 20px;
  clear: both; }

h1 {
  font-size: 48px; }

h2 {
  font-size: 40px; }

h3 {
  font-size: 32px; }

h4 {
  font-size: 24px; }

h5 {
  font-size: 16px; }

h6 {
  font-size: 14px; }

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

.light {
  font-weight: 300; }

.bold {
  font-weight: bold; }

.underline {
  text-decoration: underline; }

.uppercase {
  text-transform: uppercase; }

.nouppercase {
  text-transform: inherit; }

.spacing-1 {
  letter-spacing: 1px; }

.spacing-2 {
  letter-spacing: 2px; }

.spacing-3 {
  letter-spacing: 3px; }

.spacing-4 {
  letter-spacing: 4px; }

.spacing-5 {
  letter-spacing: 5px; }

.spacing-6 {
  letter-spacing: 6px; }

/* Link
--------------------- */
a {
  text-decoration: none;
  color: #c00;
  cursor: pointer; }

a:focus {
  outline: dotted thin; }

/* List
--------------------- */
ol {
  list-style: decimal; }

ul {
  list-style: disc; }

ul ul,
ul ol,
ol ol,
ol ul {
  margin-left: 20px;
  padding-left: 0; }

/* Media
--------------------- */
iframe {
  display: block;
  width: 100%;
  border: 0;
  outline: 0; }

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

/* Blockquote
--------------------- */
blockquote {
  position: relative;
  margin: 2em auto;
  font-size: 1.5em;
  max-width: 600px;
  font-family: "EB Garamond", serif;
  line-height: 1.5;
  text-align: center; }

/* Table
--------------------- */
table {
  width: 100%;
  border-collapse: collapse; }

th,
td {
  border: 1px solid #ccc;
  padding: .6em;
  text-align: left; }

th {
  font-weight: bold;
  color: #111; }

/* Misc
--------------------- */
address {
  font-style: italic;
  margin: 0 0 1.6em; }

hr {
  border-top: 1px solid;
  border-bottom: 0;
  margin: 1em 0; }

code,
kbd,
tt,
var,
samp,
pre {
  font-family: Inconsolata, monospace;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none; }

pre {
  background-color: transparent;
  background-color: #fafafa;
  border: 1px dashed #aaa;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 0.8em;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

mark {
  background: #ffd;
  padding: 0 5px; }

input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]), textarea {
  display: block;
  max-width: 100%;
  width: 400px;
  padding: 0 14px;
  line-height: 44px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 4px;
  outline: none;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out; }
  input[type="color"]::-webkit-input-placeholder, input[type="date"]::-webkit-input-placeholder, input[type="datetime"]::-webkit-input-placeholder, input[type="datetime-local"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="month"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="text"]::-webkit-input-placeholder, input[type="time"]::-webkit-input-placeholder, input[type="url"]::-webkit-input-placeholder, input[type="week"]::-webkit-input-placeholder, input:not([type])::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    opacity: 1;
    color: #999; }
  input[type="color"]::-moz-placeholder, input[type="date"]::-moz-placeholder, input[type="datetime"]::-moz-placeholder, input[type="datetime-local"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="month"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="text"]::-moz-placeholder, input[type="time"]::-moz-placeholder, input[type="url"]::-moz-placeholder, input[type="week"]::-moz-placeholder, input:not([type])::-moz-placeholder, textarea::-moz-placeholder {
    opacity: 1;
    color: #999; }
  input[type="color"]:-moz-placeholder, input[type="date"]:-moz-placeholder, input[type="datetime"]:-moz-placeholder, input[type="datetime-local"]:-moz-placeholder, input[type="email"]:-moz-placeholder, input[type="month"]:-moz-placeholder, input[type="number"]:-moz-placeholder, input[type="password"]:-moz-placeholder, input[type="search"]:-moz-placeholder, input[type="tel"]:-moz-placeholder, input[type="text"]:-moz-placeholder, input[type="time"]:-moz-placeholder, input[type="url"]:-moz-placeholder, input[type="week"]:-moz-placeholder, input:not([type]):-moz-placeholder, textarea:-moz-placeholder {
    opacity: 1;
    color: #999; }
  input[type="color"]:-ms-input-placeholder, input[type="date"]:-ms-input-placeholder, input[type="datetime"]:-ms-input-placeholder, input[type="datetime-local"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="month"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="text"]:-ms-input-placeholder, input[type="time"]:-ms-input-placeholder, input[type="url"]:-ms-input-placeholder, input[type="week"]:-ms-input-placeholder, input:not([type]):-ms-input-placeholder, textarea:-ms-input-placeholder {
    opacity: 1;
    color: #999; }

input[type="color"]:focus::-webkit-input-placeholder, input[type="date"]:focus::-webkit-input-placeholder, input[type="datetime"]:focus::-webkit-input-placeholder, input[type="datetime-local"]:focus::-webkit-input-placeholder, input[type="email"]:focus::-webkit-input-placeholder, input[type="month"]:focus::-webkit-input-placeholder, input[type="number"]:focus::-webkit-input-placeholder, input[type="password"]:focus::-webkit-input-placeholder, input[type="search"]:focus::-webkit-input-placeholder, input[type="tel"]:focus::-webkit-input-placeholder, input[type="text"]:focus::-webkit-input-placeholder, input[type="time"]:focus::-webkit-input-placeholder, input[type="url"]:focus::-webkit-input-placeholder, input[type="week"]:focus::-webkit-input-placeholder, input:not([type]):focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  border-color: #797979;
  opacity: 1; }
input[type="color"]:focus::-moz-placeholder, input[type="date"]:focus::-moz-placeholder, input[type="datetime"]:focus::-moz-placeholder, input[type="datetime-local"]:focus::-moz-placeholder, input[type="email"]:focus::-moz-placeholder, input[type="month"]:focus::-moz-placeholder, input[type="number"]:focus::-moz-placeholder, input[type="password"]:focus::-moz-placeholder, input[type="search"]:focus::-moz-placeholder, input[type="tel"]:focus::-moz-placeholder, input[type="text"]:focus::-moz-placeholder, input[type="time"]:focus::-moz-placeholder, input[type="url"]:focus::-moz-placeholder, input[type="week"]:focus::-moz-placeholder, input:not([type]):focus::-moz-placeholder, textarea:focus::-moz-placeholder {
  border-color: #797979;
  opacity: 1; }
input[type="color"]:focus:-moz-placeholder, input[type="date"]:focus:-moz-placeholder, input[type="datetime"]:focus:-moz-placeholder, input[type="datetime-local"]:focus:-moz-placeholder, input[type="email"]:focus:-moz-placeholder, input[type="month"]:focus:-moz-placeholder, input[type="number"]:focus:-moz-placeholder, input[type="password"]:focus:-moz-placeholder, input[type="search"]:focus:-moz-placeholder, input[type="tel"]:focus:-moz-placeholder, input[type="text"]:focus:-moz-placeholder, input[type="time"]:focus:-moz-placeholder, input[type="url"]:focus:-moz-placeholder, input[type="week"]:focus:-moz-placeholder, input:not([type]):focus:-moz-placeholder, textarea:focus:-moz-placeholder {
  border-color: #797979;
  opacity: 1; }
input[type="color"]:focus:-ms-input-placeholder, input[type="date"]:focus:-ms-input-placeholder, input[type="datetime"]:focus:-ms-input-placeholder, input[type="datetime-local"]:focus:-ms-input-placeholder, input[type="email"]:focus:-ms-input-placeholder, input[type="month"]:focus:-ms-input-placeholder, input[type="number"]:focus:-ms-input-placeholder, input[type="password"]:focus:-ms-input-placeholder, input[type="search"]:focus:-ms-input-placeholder, input[type="tel"]:focus:-ms-input-placeholder, input[type="text"]:focus:-ms-input-placeholder, input[type="time"]:focus:-ms-input-placeholder, input[type="url"]:focus:-ms-input-placeholder, input[type="week"]:focus:-ms-input-placeholder, input:not([type]):focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
  border-color: #797979;
  opacity: 1; }

textarea {
  width: 100%;
  height: 10em;
  line-height: 1.6;
  padding-top: .5em;
  padding-bottom: .5em; }

select {
  background: #fff;
  border: 1px solid #ccc;
  font-size: 13px;
  padding: 0 12px;
  width: 100%;
  max-width: 100%;
  display: block;
  position: relative; }

button, input[type="button"], input[type="reset"], input[type="submit"],
.radians-btn,
.more-link,
.same-author-posts .viewall {
  cursor: pointer;
  display: block;
  font-size: 14px;
  line-height: 50px;
  letter-spacing: .5px;
  font-weight: normal;
  border-radius: 2px;
  border: 0;
  padding: 0 30px;
  color: #fff;
  background: #c00;
  text-align: center;
  outline: 0 !important;
  box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.1) inset;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover,
.radians-btn:hover,
.more-link:hover,
.same-author-posts .viewall:hover {
  color: white; }

/* Image
--------------------- */
.alignleft {
  display: block;
  float: left;
  margin: .5em 2em 2em 0; }

.alignright {
  display: block;
  float: right;
  margin: .5em 0 2em 2em; }

.aligncenter {
  display: block;
  text-align: center;
  clear: both;
  float: none;
  margin: 1.5em 0;
  margin-left: auto;
  margin-right: auto; }

.alignnone {
  display: block;
  margin: 1.5em 0; }

.wp-caption {
  max-width: 100%;
  position: relative; }
  .wp-caption a {
    outline: 0;
    border: 0; }
  .wp-caption img {
    display: block; }

.wp-caption-text {
  font-size: .85em;
  margin: 8px 0 0;
  line-height: 1.5; }

/* Gallery
--------------------- */
.gallery::after {
  clear: both;
  content: "";
  display: table; }

.gallery {
  margin: -1em -.5em 30px;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  box-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -ms-flex-align: stretch;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start; }

.gallery-item {
  display: block;
  padding: 1em .5em 0;
  text-align: center;
  margin: 0; }

.gallery-item a:focus {
  outline: none; }

.gallery-caption {
  display: none; }

.gallery-item img {
  display: block;
  width: 100%;
  border: 1px solid #ddd; }

.gallery-columns-2 .gallery-item {
  width: 50%; }

.gallery-columns-3 .gallery-item {
  width: 33.33%; }

.gallery-columns-4 .gallery-item {
  width: 25%; }

.gallery-columns-5 .gallery-item {
  width: 20%; }

.gallery-columns-6 .gallery-item {
  width: 16.66%; }

.gallery-columns-7 .gallery-item {
  width: 14.28%; }

.gallery-columns-8 .gallery-item {
  width: 12.5%; }

/* Video
--------------------- */
.wpb_video_wrapper, .video-container {
  position: relative;
  background: #000; }
  .wpb_video_wrapper .video-thumb, .video-container .video-thumb {
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: scroll;
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out; }
  .wpb_video_wrapper .video-play-btn, .video-container .video-play-btn {
    display: block;
    padding: 0;
    margin: 0;
    background: none;
    outline: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    border: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 20px;
    z-index: 2;
    text-align: center;
    color: white;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out; }
    .wpb_video_wrapper .video-play-btn:hover, .video-container .video-play-btn:hover {
      background: none;
      color: white;
      border: 0; }
    .wpb_video_wrapper .video-play-btn i, .video-container .video-play-btn i {
      display: block;
      line-height: inherit; }
  .wpb_video_wrapper iframe, .video-container iframe {
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out; }
  .wpb_video_wrapper.video-loaded iframe, .video-container.video-loaded iframe {
    opacity: 1;
    visibility: visible; }
  .wpb_video_wrapper.video-loaded .video-thumb,
  .wpb_video_wrapper.video-loaded .video-play-btn, .video-container.video-loaded .video-thumb,
  .video-container.video-loaded .video-play-btn {
    opacity: 0;
    visibility: hidden; }

.video-container {
  padding-top: 56.25%; }
  .video-container > div {
    padding-top: 0 !important;
    position: static; }
  .video-container iframe,
  .video-container .embed-youtube {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    margin: 0;
    top: 0;
    left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

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

/* Wraplink
--------------------- */
.wrap-link {
  outline: 0;
  border: 0;
  text-decoration: none;
  display: block;
  color: inherit;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 20; }

/* Nice Select
--------------------- */
select {
  opacity: 0; }

.radians-nice-select {
  position: relative; }
  .radians-nice-select: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;
    content: "\f107";
    position: absolute;
    z-index: 20;
    top: 50%;
    right: 12px;
    transform: translate(0, -50%);
    display: block;
    font-size: 16px; }
  .radians-nice-select a {
    display: block;
    color: inherit;
    text-decoration: none;
    outline: 0;
    z-index: 1;
    position: relative;
    padding: 0 12px;
    line-height: 36px;
    border: 1px solid #ccc;
    background: none; }
  .radians-nice-select select {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    z-index: 10; }

/* Slider
--------------------- */
.radians-slider {
  position: relative;
  background: #f0f0f0; }
  .radians-slider .flexslider {
    opacity: 0;
    visibility: hidden; }
  .radians-slider .loader {
    transition: all .3s;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 24px;
    margin: -12px 0 0 -12px;
    background: url(assets/images/ajax-loader.gif) center center no-repeat; }
  .radians-slider.loaded .flexslider {
    opacity: 1;
    visibility: visible; }
  .radians-slider.loaded .loader {
    opacity: 0;
    visibility: hidden; }

.flex-direction-nav a {
  opacity: 1;
  visibility: visible;
  display: block;
  width: 60px;
  height: 60px;
  margin-top: -30px;
  line-height: 60px;
  font-size: 16px;
  border-radius: 0;
  border: 0;
  direction: ltr;
  outline: 0;
  color: #000;
  background: #fff;
  text-align: center;
  transition: all 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86); }
  .flex-direction-nav a:before {
    display: none; }

.arrow {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }
  .arrow span {
    position: absolute;
    display: block;
    width: 40px;
    border-top: 1px solid;
    top: 50%;
    left: 10px;
    transform-origin: 0 0; }

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

.flex-direction-nav .flex-prev .arrow span:first-child,
.mfp-arrow-left .arrow span:first-child {
  transform: rotate(40deg); }
.flex-direction-nav .flex-prev .arrow span:nth-child(2),
.mfp-arrow-left .arrow span:nth-child(2) {
  transform: rotate(-40deg); }

.flex-direction-nav .flex-next {
  right: -60px; }

.flex-direction-nav .flex-next .arrow span,
.mfp-arrow-right .arrow span {
  left: auto;
  right: 10px;
  transform-origin: 100% 0; }
.flex-direction-nav .flex-next .arrow span:first-child,
.mfp-arrow-right .arrow span:first-child {
  transform: rotate(40deg); }
.flex-direction-nav .flex-next .arrow span:nth-child(2),
.mfp-arrow-right .arrow span:nth-child(2) {
  transform: rotate(-40deg); }

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

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

.flex-control-nav {
  bottom: 40px;
  z-index: 100; }

.flex-control-paging li a,
.flex-control-paging li a:hover {
  background: none;
  color: white;
  border: 2px solid;
  box-shadow: none;
  outline: 0;
  width: 12px;
  height: 12px; }

.flex-control-paging li a:hover,
.flex-control-paging li a.flex-active {
  background: white; }

/* Parallax
--------------------- */
.radians-parallax {
  overflow: hidden;
  position: relative;
  opacity: 0;
  visibility: hidden;
  transition: opacity .8s ease-out, visibility .8s ease-out;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll; }
  .radians-parallax.no-parallax {
    opacity: 1;
    visibility: visible; }
  .radians-parallax.parallaxable {
    opacity: 1;
    visibility: visible;
    background-position: -9999px -9999px !important; }
  .radians-parallax .container {
    position: relative;
    z-index: 50; }

.dark-bg {
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -30; }

.parallax-bg {
  z-index: -20;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 140%;
  background-color: transparent !important;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 1;
  visibility: visible; }

.radians-parallax-element {
  position: relative;
  opacity: 1;
  visibility: visible; }

/* 7.0 - Layout
---------------------------------------------------------------------------------------------------------------------------- */
/* Base Grid
--------------------- */
.row {
  margin: 0 -2em;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  box-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -ms-flex-align: stretch;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start; }
  .row::after {
    clear: both;
    content: "";
    display: table; }

.col {
  display: block;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  box-flex: none;
  -webkit-flex: none;
  -moz-flex: none;
  -ms-flex: none;
  flex: none;
  position: relative;
  padding: 0 2em;
  width: 100%; }

.col-1-2 {
  width: 50%; }

.col-1-3 {
  width: 33.3333333%; }

.col-2-3 {
  width: 66.6666666%; }

.col-1-4 {
  width: 25%; }

.col-3-4 {
  width: 75%; }

.col-1-5 {
  width: 20%; }

.col-2-5 {
  width: 40%; }

.col-3-5 {
  width: 60%; }

.col-4-5 {
  width: 80%; }

.col-1-6 {
  width: 16.6666666%; }

.col-5-6 {
  width: 83.3333333%; }

.col-1-7 {
  width: 14.2857143%; }

.col-1-8 {
  width: 12.5%; }

/* Container
--------------------- */
.container {
  width: 1170px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .container::after {
    clear: both;
    content: "";
    display: table; }

/* Boxed Wide Layout
--------------------- */
body {
  background: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  border: 0 solid; }

#page {
  position: relative;
  margin: 0 auto;
  z-index: 2999;
  overflow: hidden;
  min-height: 50vh; }

.layout-boxed #page {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  background: #fff;
  width: 1200px;
  max-width: 100%; }

/* Page Layout
--------------------- */
#page-wrapper .container {
  display: block; }

#primary {
  width: 100%;
  max-width: 100%;
  min-width: 60%;
  margin: 0 auto;
  padding: 3em 0; }

.has-sidebar #primary {
  padding: 3em 0;
  width: 76%;
  float: left;
  padding-right: 3em; }

#secondary {
  padding: 3em 0;
  float: left;
  width: 24%; }

.sidebar-left #primary {
  float: right;
  padding-right: 0;
  padding-left: 3em; }
.sidebar-left #secondary {
  float: left; }

/* Page Title
--------------------- */
#page-header {
  padding: 2em 0;
  border: 1px solid #e9e9e9;
  border-width: 0 0 1px; }

#page-title {
  font-family: "Julius Sans One", sans-serif;
  text-align: center;
  font-size: 3.2em;
  margin: 0; }

/* Side Navigation
--------------------- */
#sidenav {
  position: fixed;
  top: 50%;
  right: 40px;
  transform: translate(0, -50%);
  z-index: 10000;
  list-style: none;
  margin: 0;
  padding: 0;
  color: black; }
  #sidenav li {
    display: block;
    position: relative;
    margin: 4px 0; }
  #sidenav a {
    display: block;
    outline: 0;
    color: inherit;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 1px;
    position: relative;
    width: 20px;
    height: 20px; }
    #sidenav a:before {
      position: absolute;
      content: "";
      display: block;
      border: 2px solid;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      top: 50%;
      left: 50%;
      margin: -5px 0 0 -5px;
      transition: color .1s; }
  #sidenav span {
    display: block;
    position: absolute;
    top: 50%;
    right: 100%;
    margin-right: 0;
    text-align: right;
    transform: translate(0, -50%);
    opacity: 0;
    visibility: hidden;
    transition: all .2s ease-out; }
  #sidenav a:hover span {
    opacity: 1;
    visibility: visible;
    margin-right: 8px; }
  #sidenav li.active a:before {
    background: currentColor; }
  #sidenav.navlight {
    color: white; }

.vc_row,
.vc_section {
  position: relative; }

.section-bottom-anchor {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden; }

/* 8.0 - Header
---------------------------------------------------------------------------------------------------------------------------- */
#masthead {
  background: #fff;
  position: relative;
  z-index: 2000; }
  #masthead .container {
    position: relative;
    z-index: 2000;
    display: block; }

/* Topbar
--------------------- */
#topbar {
  background: #f0f0f0; }
  #topbar .container {
    display: flex;
    align-content: center;
    align-items: center;
    padding: 1em 0; }
  #topbar .topbar-left,
  #topbar .topbar-right {
    display: block;
    display: flex;
    align-content: center;
    align-items: center; }
    #topbar .topbar-left > * + *,
    #topbar .topbar-right > * + * {
      margin-left: 20px; }
  #topbar .topbar-right {
    margin-left: auto; }

#topbarnav {
  list-style: none;
  margin: 0;
  padding: 0; }
  #topbarnav li {
    display: inline-block; }
    #topbarnav li + li {
      border-left: 1px solid;
      margin-left: 10px;
      padding-left: 10px; }
  #topbarnav a {
    display: block;
    color: inherit;
    outline: 0;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: inherit;
    line-height: 1.3; }
    #topbarnav a:hover {
      text-decoration: underline; }

/* Site Branding
--------------------- */
.site-branding {
  text-align: center;
  clear: both;
  padding: 30px 0; }
  .site-branding a {
    display: inline-block;
    color: inherit;
    outline: 0;
    border: 0;
    text-decoration: none; }

.text-logo {
  font-family: "EB Garamond", serif;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 3em;
  line-height: 1.1;
  color: #111; }

#logo img {
  display: block;
  width: 360px; }

#tagline {
  margin: 0;
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-family: "Julius Sans One", sans-serif;
  line-height: 1.3; }

/* Primary Menu
--------------------- */
#navbar {
  display: block;
  text-align: center;
  clear: both; }
  #navbar em {
    font-style: normal; }
  #navbar a {
    outline: 0; }
  #navbar ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  #navbar li {
    display: block;
    position: relative; }

#nav {
  height: 56px;
  border: 1px solid #e9e9e9;
  border-width: 1px 0;
  /* Mega Menu
  ------------------------ */ }
  #nav > li {
    display: inline-block;
    position: relative; }
    #nav > li + li {
      margin-left: 30px; }
    #nav > li > a {
      color: inherit;
      display: block;
      line-height: 54px;
      position: relative;
      color: #111;
      font-weight: normal; }
      #nav > li > a:hover {
        color: #999; }
    #nav > li.active > a, #nav > li.current-menu-item > a, #nav > li.current-menu-ancestor > a {
      color: #999; }
  #nav ul {
    text-align: left;
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    margin-top: -8px;
    padding: 1.1em .9em;
    width: 160px;
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 4px 0 6px 1px rgba(0, 0, 0, 0.1); }
    #nav ul:before, #nav ul:after {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 8px 8px 8px;
      border-color: transparent transparent #fff transparent;
      position: absolute;
      top: -8px;
      left: 10px;
      z-index: 10; }
    #nav ul:after {
      top: -9px;
      z-index: 9;
      border-color: transparent transparent #bbb transparent; }
    #nav ul a {
      display: block;
      outline: 0;
      color: inherit;
      font-size: 14px;
      padding: 4px 8px;
      border-radius: 3px; }
    #nav ul > li:hover > a,
    #nav ul > li.active > a,
    #nav ul > li.current-menu-item > a,
    #nav ul > li.current-menu-ancestor > a {
      background: #f0f0f0; }
    #nav ul ul {
      left: 100%;
      top: 0; }
      #nav ul ul:before, #nav ul ul:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 8px 8px 8px 0;
        border-color: transparent #fff transparent transparent;
        position: absolute;
        left: -8px;
        top: 10px;
        z-index: 10; }
      #nav ul ul:after {
        left: -9px;
        z-index: 9;
        border-color: transparent #bbb transparent transparent; }
  #nav > li.mega.column-2 > ul {
    width: 320px; }
    #nav > li.mega.column-2 > ul > li {
      width: 50%; }
  #nav > li.mega.column-3 > ul {
    width: 480px; }
    #nav > li.mega.column-3 > ul > li {
      width: 33.33%; }
  #nav > li.mega.column-4 {
    position: static; }
    #nav > li.mega.column-4 > ul {
      width: 100%; }
      #nav > li.mega.column-4 > ul > li {
        width: 25%; }
  #nav > li.mega > ul {
    padding-left: 0;
    padding-right: 0; }
    #nav > li.mega > ul ul {
      margin: 0;
      position: static;
      overflow: hidden;
      display: block !important;
      opacity: 1  !important;
      visibility: visible !important;
      border: 0;
      padding: 0;
      box-shadow: none;
      width: 100%; }
      #nav > li.mega > ul ul:before, #nav > li.mega > ul ul:after {
        display: none; }
      #nav > li.mega > ul ul > li {
        float: right;
        width: 100%; }
        #nav > li.mega > ul ul > li a {
          font-size: .85em;
          padding-top: 2px;
          padding-bottom: 2px;
          border-radius: 0; }
      #nav > li.mega > ul ul a {
        border: 0;
        padding-left: 22px;
        padding-right: 22px; }
    #nav > li.mega > ul > li {
      position: static;
      display: block;
      float: none;
      display: table-cell; }
      #nav > li.mega > ul > li + li {
        border-left: 1px solid #e9e9e9; }
      #nav > li.mega > ul > li > a {
        background: none;
        border: 0;
        padding-left: 22px;
        padding-right: 22px; }
      #nav > li.mega > ul > li > a:after {
        display: none; }

/* Social List
--------------------- */
.social-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  @align-items ( center ); }
  .social-list li {
    display: block; }
  .social-list a {
    color: inherit;
    border: 0;
    display: block;
    padding: 0 5px;
    height: 24px;
    font-size: 16px;
    text-align: center;
    color: inherit;
    border-radius: 50%;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out; }
    .social-list a:hover {
      color: #333; }
    .social-list a i {
      display: block;
      line-height: inherit; }
    .social-list a span {
      display: none; }

.header-social {
  margin-left: 20px; }

/* Header Search
--------------------- */
#header-search .search-form input[type="search"] {
  height: 24px;
  line-height: 24px;
  padding: 0 28px 0 0;
  background: none;
  border: 0;
  border-bottom: 1px solid;
  letter-spacing: .5px;
  font-size: 12px; }
#header-search .search-form input[type="search"]:focus {
  border-bottom-color: #999; }
  #header-search .search-form input[type="search"]:focus + button {
    color: #333; }

/* CTA
--------------------- */
.header-cta {
  margin-left: 20px; }
  .header-cta a {
    outline: 0;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    color: #fff;
    background: #111;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    transform: rotate(-15deg);
    font-family: "EB Garamond", serif;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-size: 12px; }
  .header-cta:hover a {
    transform: scale(1.03) rotate(-15deg); }
  .header-cta span {
    display: block; }

/* Sticky Header
--------------------- */
#mainheader-height {
  display: none; }

#main-header {
  background: white;
  display: block;
  text-align: center;
  position: static;
  top: -200px;
  transition: top .6s; }
  #main-header.before-sticky {
    position: fixed;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.08);
    border: 0;
    z-index: 3000;
    overflow: hidden;
    /* when user hovers the menu doesn't behave weird */ }
    #main-header.before-sticky + #mainheader-height {
      display: block; }
    #main-header.before-sticky .site-branding {
      padding: 10px 0; }
    #main-header.before-sticky #logo img {
      height: 40px;
      width: auto; }
    #main-header.before-sticky #tagline {
      display: none; }
    #main-header.before-sticky #nav {
      height: 46px; }
      #main-header.before-sticky #nav ul {
        margin-top: -2px; }
    #main-header.before-sticky #nav > li > a {
      line-height: 44px; }
  #main-header.is-sticky {
    top: 0;
    overflow: visible; }

.admin-bar #main-header.is-sticky {
  top: 32px; }

/* 9.0 - Blog
---------------------------------------------------------------------------------------------------------------------------- */
.sticky-label {
  display: none; }

.sticky {
  border: 1px solid #ddd;
  padding: 24px;
  border-radius: 2px; }
  .sticky .sticky-label {
    display: table;
    margin: 0 auto 8px;
    background: #c00;
    color: white;
    padding: 2px 5px;
    border-radius: 4px; }

.post-thumbnail {
  display: block;
  margin: 0 0 2em;
  position: relative; }
  .post-thumbnail a {
    display: block;
    text-decoration: none;
    outline: 0;
    color: inherit; }
  .post-thumbnail img {
    display: block; }

.page-thumbnail {
  margin: 20px auto 0; }

.content-area {
  padding-left: 80px;
  position: relative; }

/* Share
------------------------- */
.mobile-share {
  display: none; }

.entry-share {
  position: absolute;
  top: 20px;
  left: 0; }
  .entry-share ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .entry-share li {
    display: block; }
    .entry-share li + li {
      margin-top: 8px; }
  .entry-share a {
    display: block;
    width: 32px;
    height: 32px;
    line-height: 28px;
    border-radius: 50%;
    text-align: center;
    color: inherit;
    border: 2px solid;
    outline: 0; }
    .entry-share a i {
      display: block;
      line-height: inherit; }

.email-share {
  position: relative; }
  .email-share .envelope {
    position: absolute;
    top: 8px;
    left: 6px;
    display: block;
    background: #000;
    width: 16px;
    height: 12px; }
  .email-share .ar {
    display: block;
    position: absolute;
    width: 16px;
    top: 10px;
    left: 6px; }
    .email-share .ar:before, .email-share .ar:after {
      width: 10px;
      border-top: 1px solid white;
      content: "";
      display: block;
      position: absolute;
      top: 3px;
      left: 46%;
      transform: rotate(-30deg); }
    .email-share .ar:after {
      left: -1px;
      transform: rotate(30deg); }

.mobile-share {
  margin: 1em 0; }
  .mobile-share .entry-share {
    position: static;
    text-align: center; }
    .mobile-share .entry-share ul {
      display: inline-block;
      overflow: hidden; }
    .mobile-share .entry-share li {
      display: block;
      float: left;
      margin: 0 5px; }

/* Content
------------------------- */
.entry-content::after {
  clear: both;
  content: "";
  display: table; }

.post .entry-content > p:first-child:first-letter {
  font-family: "EB Garamond", serif;
  font-size: 5em;
  line-height: 1;
  display: block;
  float: left;
  margin: 0 .3em 0 0; }

.entry-excerpt {
  margin: 2em 0 0; }

.more-link {
  margin-top: 10px;
  display: inline-block;
  line-height: 36px;
  border: 1px solid #ccc;
  box-shadow: none;
  background: none;
  color: #999;
  transition: none; }
  .more-link:hover {
    background: #111;
    border-color: #111;
    color: white; }

/* Header
------------------------- */
.entry-header {
  padding: 2em 0 0;
  text-align: center; }

.entry-header + .post-thumbnail {
  margin-top: 2em; }

.entry-title {
  font-size: 2.4em;
  margin: 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word; }
  .entry-title a {
    color: inherit;
    outline: 0; }
    .entry-title a:hover {
      text-decoration: underline; }

h1.entry-title {
  font-size: 3.6em; }

.entry-meta {
  text-transform: uppercase;
  font-size: .8em;
  color: #999;
  margin: 0 0 .2em; }
  .entry-meta > * {
    display: inline-block; }
    .entry-meta > * + *:before {
      content: "/";
      margin: 0 3px; }

.entry-categories {
  color: #ccc;
  font-family: "Julius Sans One", sans-serif; }
  .entry-categories a {
    display: inline-block;
    margin: 0 2px;
    outline: 0; }
    .entry-categories a:hover {
      text-decoration: underline; }

.entry-author {
  margin: 1.5em 0 0;
  font-size: .85em; }
  .entry-author a {
    font-weight: bold;
    color: inherit; }
    .entry-author a:hover {
      text-decoration: underline; }

.single .entry-categories {
  font-size: 1em; }
.single .entry-meta {
  text-transform: uppercase;
  font-size: 13px;
  margin: 1em 0 0; }

/* Password
------------------------- */
.post-password-form label {
  display: inline-block; }
.post-password-form input[type="password"] {
  display: block;
  width: 300px;
  max-width: 100%;
  margin: 0 0 10px; }
.post-password-form input[type="submit"] {
  display: inline-block;
  line-height: 46px; }

/* Tags
------------------------- */
.entry-tags {
  margin: 2em 0 0;
  padding: 2em 0;
  border: 1px solid #e9e9e9;
  border-width: 1px 0; }
  .entry-tags::after {
    clear: both;
    content: "";
    display: table; }
  .entry-tags .tag-label {
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
    font-size: 10px;
    margin-right: 5px; }
  .entry-tags a {
    color: inherit;
    outline: 0;
    display: inline-block;
    margin: 0 5px 5px 0;
    text-transform: uppercase;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px 8px;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: .5px;
    color: #999; }
    .entry-tags a:hover {
      color: #111;
      background: #f0f0f0; }

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

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

.authorbox-nav {
  display: block;
  height: 24px;
  margin-bottom: 16px;
  text-transform: uppercase; }

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

.authorbox-nav ul li {
  display: inline-block;
  margin: 0;
  line-height: 1; }
  .authorbox-nav ul li + li {
    border-left: 1px solid;
    margin-left: 10px;
    padding-left: 10px; }

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

.authorbox-nav ul li a {
  display: block;
  color: #ccc;
  cursor: pointer; }
  .authorbox-nav ul li a:hover {
    color: #111; }

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

/* authorbox */
.authorbox {
  position: relative;
  overflow: hidden;
  padding: 2em 3em;
  border: 1px solid #e9e9e9;
  border-width: 1px 0;
  margin-top: -1px; }

.author-image {
  float: left;
  position: relative;
  display: block;
  margin-right: 2em; }
  .author-image img {
    width: 120px;
    margin: 0;
    display: block;
    z-index: 30;
    border-radius: 50%;
    border: 1px solid #ccc; }

.authorbox-info {
  padding-top: .5em; }

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

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

.author-name a {
  color: inherit;
  font-style: normal;
  text-decoration: none; }

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

.authorbox-content .desc p {
  margin: 0; }

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

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

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

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

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

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

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

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

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

.same-author-posts .viewall {
  margin-top: 10px;
  display: inline-block;
  line-height: 36px;
  border: 1px solid #ccc;
  box-shadow: none;
  background: none;
  color: #999;
  transition: none; }

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

/* Related Area
------------------------- */
#related-area {
  margin-top: -1px;
  margin-bottom: 2em; }
  #related-area .radians-heading {
    margin: 0 0 2em; }

.related-posts-wrapper {
  overflow: hidden;
  position: relative; }
  .related-posts-wrapper .lines {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden; }
  .related-posts-wrapper .line {
    float: left;
    height: 100%;
    border-left: 1px solid #e9e9e9;
    margin-left: 33.33%; }

.related-posts {
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-flow: row wrap;
  margin: -36px -36px 0;
  overflow: hidden; }

.post-related {
  width: 33.33%;
  display: block;
  padding: 36px 36px 0; }

.post-related-thumbnail {
  position: relative;
  margin: 0;
  overflow: hidden; }
  .post-related-thumbnail a {
    color: inherit;
    outline: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block; }
  .post-related-thumbnail img {
    display: block;
    width: 100%;
    margin: 0 0 1em;
    opacity: 0;
    visibility: hidden;
    transition-delay: .1s;
    transition: all .6s ease-out; }

.post-related-thumbnail-inner {
  background: #e9e9e9; }

.inview .post-related-thumbnail img {
  opacity: 1;
  visibility: visible; }

.post-related-title {
  text-align: center;
  font-size: 1.3em;
  margin: 0; }
  .post-related-title a {
    color: inherit;
    outline: 0; }
    .post-related-title a:hover {
      text-decoration: underline; }

.post-related-thumbnail:hover .post-related-title {
  text-decoration: underline; }

/* 404
------------------------- */
.error404 .page-content {
  padding: 60px 0;
  text-align: center; }
  .error404 .page-content .search-form {
    margin: 0 auto; }

/* Search
------------------------- */
.search-results .post-list-item + .post-list-item {
  border-top: 1px solid #e9e9e9;
  padding-top: 2em;
  margin-top: 2em; }
.search-results .entry-meta {
  font-size: .7em; }
.search-results .post-list-thumbnail {
  width: 150px; }
.search-results .post-list-title {
  font-size: 1.5em; }
.search-results .post-grid-excerpt {
  font-size: .9em; }

/* Pagination
------------------------- */
.radians-pagination {
  font-size: 14px;
  margin: 2em 0 0;
  padding: 2em 0;
  border: 1px solid #e9e9e9;
  border-width: 1px 0;
  text-align: center; }
  .radians-pagination a, .radians-pagination .current {
    color: inherit;
    line-height: 1.4;
    outline: 0;
    padding: 10px 5px;
    margin: 0 6px;
    color: #aaa; }
  .radians-pagination .current {
    border: 0;
    color: #111; }
  .radians-pagination a:hover {
    color: #111; }
  .radians-pagination .next,
  .radians-pagination .prev {
    background: #fafafa;
    border: 1px solid #e9e9e9;
    border-radius: 1px;
    padding-left: 2em;
    padding-right: 2em;
    transition: all .1s ease-out; }
    .radians-pagination .next:hover,
    .radians-pagination .prev:hover {
      background: #f0f0f0;
      border-color: #c9c9c9; }

/* Paginated Posts
------------------------- */
.page-links {
  position: relative;
  padding-top: 20px;
  font-family: "EB Garamond", serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
  letter-spacing: 2px;
  font-size: .9em; }
  .page-links:before {
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid;
    border-width: 1px 0 0;
    width: 30px; }
  .page-links .page-links-title {
    display: inline-block;
    font-size: .9em;
    margin: 0 10px 0 0; }
  .page-links > span,
  .page-links > a {
    display: inline-block;
    margin: 0 10px 0 0; }
  .page-links a {
    color: inherit;
    outline: 0; }
    .page-links a:hover {
      color: inherit; }
  .page-links > span {
    font-size: 20px;
    font-weight: 300;
    color: #aaa; }

/* Comment
------------------------ */
#comments {
  margin: 0;
  margin-top: -1px;
  border: 1px solid #e9e9e9;
  border-width: 1px 0;
  padding: 3em 0; }

.comments-title {
  font-family: "Julius Sans One", sans-serif;
  text-align: center;
  font-size: 2.4em; }

.comment-list {
  list-style: none;
  margin: 0;
  padding: 0; }
  .comment-list ol.children {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-left: 2em; }
  .comment-list li.comment .comment-body {
    position: relative;
    margin-top: 1.5em;
    padding-top: 24px;
    border-top: 1px solid #e9e9e9; }
  .comment-list > li.comment:first-child > .comment-body {
    margin-top: 0;
    padding-top: 0;
    border: 0; }
    .comment-list > li.comment:first-child > .comment-body .reply {
      top: 0; }

.comment-meta {
  margin: 0 0 16px 0; }
  .comment-meta .comment-author img {
    display: block;
    float: left;
    width: 48px;
    margin-top: 1px; }
  .comment-meta .comment-author .fn {
    margin-left: 20px;
    font-family: "EB Garamond", serif;
    font-size: 1.1em;
    font-weight: bold; }
  .comment-meta a {
    text-decoration: none;
    color: inherit;
    outline: 0; }
  .comment-meta .comment-metadata {
    margin-left: 68px;
    line-height: 16px;
    text-transform: uppercase;
    font-size: 11px; }
    .comment-meta .comment-metadata > * + * {
      margin-left: 8px; }

.reply {
  position: absolute;
  top: 24px;
  right: 0; }
  .reply a {
    outline: 0;
    display: inline-block;
    margin: 0 5px 5px 0;
    text-transform: uppercase;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px 8px;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: .5px;
    color: #999; }
    .reply a:hover {
      color: #111;
      background: #f0f0f0; }

.bypostauthor .comment-author .fn {
  position: relative; }
  .bypostauthor .comment-author .fn:after {
    content: "\f058";
    position: absolute;
    width: 20px;
    height: 20px;
    line-height: 20px;
    display: block;
    color: green;
    right: -24px;
    top: 3px;
    font-size: 10px; }

.comment-content {
  margin-left: 68px; }
  .comment-content p,
  .comment-content ul,
  .comment-content ol {
    margin: 0 0 10px; }
  .comment-content > *:last-child {
    margin-bottom: 0; }

.comment-awaiting-moderation {
  color: red;
  margin-left: 68px;
  font-size: .85em;
  line-height: 1.5; }

/* Respond
------------------------ */
#respond {
  margin-top: 2em; }

#reply-title {
  font-family: "Julius Sans One", sans-serif;
  font-size: 2em;
  line-height: 1.2;
  text-align: center; }

#cancel-comment-reply-link {
  font-size: 11px;
  outline: 0;
  color: white;
  background: #ccc;
  padding: 2px 5px;
  border-radius: 2px; }
  #cancel-comment-reply-link:hover {
    text-decoration: none; }

.comment-notes {
  background: #fcfcfc;
  border: 1px dashed #ccc;
  padding: 10px;
  letter-spacing: 1px;
  font-size: .9em;
  text-align: center; }

#respond p {
  margin-top: 1em;
  margin-bottom: 1em; }
  #respond p label {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: "EB Garamond", serif;
    font-size: 10px; }

#respond .comment-form-url {
  margin-right: 0;
  margin-bottom: 1em;
  clear: right; }

.form-submit {
  clear: left; }
  .form-submit::after {
    clear: both;
    content: "";
    display: table; }
  .form-submit input[type="submit"] {
    line-height: 44px;
    border: 1px solid #ccc;
    color: #999;
    background: none;
    box-shadow: none; }
    .form-submit input[type="submit"]:hover {
      color: #fff;
      border-color: #111;
      background: #111; }

/* Post Slider
---------------------------------------------------------------------------------------------------------------------------- */
.post-slider {
  padding-bottom: 52%;
  position: relative; }
  .post-slider .flexslider {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }

.flexslider,
.flexslider .slide {
  overflow: hidden;
  margin: 0;
  padding: 0;
  outline: none;
  border: 0;
  border-radius: 0; }

.post-slide {
  position: relative;
  display: block; }
  .post-slide .height-element {
    display: block;
    padding-bottom: 52%; }
  .post-slide .bg-element {
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10; }
  .post-slide .slide-caption {
    min-width: 240px;
    display: block;
    z-index: 20;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    background: white;
    text-align: center;
    padding: 1.5em 2em 0;
    box-shadow: -2px -2px 5px 0 rgba(0, 0, 0, 0.1); }
  .post-slide .post-slide-title {
    font-size: 2.4em;
    margin: 0 0 10px; }
    .post-slide .post-slide-title a {
      color: inherit;
      outline: 0; }
      .post-slide .post-slide-title a:hover {
        text-decoration: underline; }
  .post-slide .post-slide-excerpt {
    max-width: 440px;
    margin: 0 auto; }
    .post-slide .post-slide-excerpt p {
      margin: 0; }

/* Post Grid
---------------------------------------------------------------------------------------------------------------------------- */
.post-grid {
  overflow: hidden;
  position: relative; }
  .post-grid .blog-inner {
    position: relative;
    z-index: 30;
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    align-content: flex-start;
    overflow: hidden;
    margin: -48px -36px 0; }
  .post-grid .lines {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden; }
  .post-grid .line {
    float: left;
    height: 100%;
    border-left: 1px solid #e9e9e9; }
  .post-grid.column-1 .post-grid-item {
    width: 100%; }
  .post-grid.column-1 .line {
    display: none; }
  .post-grid.column-2 .post-grid-item {
    width: 50%; }
  .post-grid.column-2 .line {
    margin-left: 50%; }
  .post-grid.column-3 .post-grid-item {
    width: 33.33%; }
  .post-grid.column-3 .line {
    margin-left: 33.33%; }
  .post-grid.column-4 .post-grid-item {
    width: 25%; }
  .post-grid.column-4 .line {
    margin-left: 25%; }
  .post-grid.column-4 .post-grid-title {
    font-size: 1.8em; }
  .post-grid.column-4 .post-grid-excerpt {
    font-size: .95em; }
  .post-grid.column-5 .post-grid-item {
    width: 20%; }
  .post-grid.column-5 .line {
    margin-left: 20%; }
  .post-grid.column-5 .post-grid-title {
    font-size: 1.6em; }
  .post-grid.column-5 .blog-inner {
    margin-left: -18px;
    margin-right: -18px; }
  .post-grid.column-5 .post-grid-item-inner {
    padding-left: 18px;
    padding-right: 18px; }

.post-grid-item {
  width: 33.33%;
  padding: 48px 0 0; }

.post-grid-item-inner {
  height: 100%;
  padding: 0 36px; }

.post-grid-thumbnail {
  margin: 0 0 1em;
  position: relative;
  background: #e9e9e9;
  transition: all .3s ease-out; }
  .post-grid-thumbnail a {
    color: inherit;
    display: block;
    outline: 0; }
  .post-grid-thumbnail img {
    width: 100%;
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease-out;
    transition-delay: .1s; }

.video-indicator {
  z-index: 20;
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  margin: -20px 0 0 -20px;
  color: white;
  border: 2px solid rgba(255, 255, 255, 0.8);
  background: rgba(0, 0, 0, 0.1); }
  .video-indicator i {
    display: block;
    line-height: inherit; }

.gallery-indicator {
  z-index: 20;
  position: absolute;
  display: block;
  bottom: 18px;
  left: 18px;
  width: 50px;
  height: 40px;
  color: #fff;
  background: rgba(0, 0, 0, 0.5); }
  .gallery-indicator .square1,
  .gallery-indicator .square2 {
    position: absolute;
    top: 18px;
    left: 15px;
    width: 12px;
    height: 8px; }
  .gallery-indicator .square1 {
    background: white; }
  .gallery-indicator .square2 {
    border-top: 2px solid white;
    border-right: 2px solid white;
    transform: translate(3px, -3px); }

.post-thumbnail .gallery-indicator {
  width: auto;
  padding-top: 8px;
  padding-left: 40px;
  padding-right: 10px;
  text-transform: uppercase;
  font-family: "Julius Sans One", sans-serif; }

.view-gallery {
  background: #111;
  color: white;
  position: absolute;
  font-family: "Julius Sans One", sans-serif;
  text-transform: uppercase;
  color: white;
  z-index: 30;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  display: block;
  padding: 1em 1em; }

.post-thumbnail:hover .view-gallery {
  background: #c00; }

.inview .post-grid-thumbnail {
  background: transparent; }
  .inview .post-grid-thumbnail img {
    opacity: 1;
    visibility: visible; }

.post-grid-title {
  font-size: 2.4em;
  margin: 0; }
  .post-grid-title a {
    color: inherit;
    outline: 0; }
    .post-grid-title a:hover {
      text-decoration: underline; }

.post-grid-excerpt {
  line-height: 1.5;
  margin: 1.3em 0 0; }

/* Post List
---------------------------------------------------------------------------------------------------------------------------- */
.post-list-item {
  display: block;
  overflow: hidden; }
  .post-list-item + .post-list-item {
    margin-top: 3em; }

.post-list-thumbnail {
  margin: 0;
  width: 270px;
  max-width: 50%;
  float: left;
  position: relative;
  text-align: center; }
  .post-list-thumbnail a {
    display: block;
    color: inherit;
    outline: 0; }
  .post-list-thumbnail img {
    width: 100%; }

.post-list-content {
  overflow: hidden; }

.post-list-thumbnail + .post-list-content {
  padding-left: 1.5em; }

.post-list-title {
  font-size: 2.4em; }
  .post-list-title a {
    color: inherit;
    outline: 0; }
    .post-list-title a:hover {
      text-decoration: underline; }

.blog-title-medium .post-list-title {
  font-size: 2em; }

.blog-thumbnail-large .post-list-item {
  display: flex;
  align-content: center;
  align-items: center; }
.blog-thumbnail-large .post-list-thumbnail,
.blog-thumbnail-large .post-list-content {
  width: 50%;
  float: none; }

/* 10.0 - Widgets
---------------------------------------------------------------------------------------------------------------------------- */
/* General
------------------------- */
.widget + .widget {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #ccc; }

.widget-title {
  font-size: 1.5em;
  margin: 0 0 .5em;
  text-transform: uppercase;
  font-family: "Julius Sans One", sans-serif; }

/* Archives, Categories, Menu...
--------------------- */
.widget_archive ul,
.widget_categories ul,
.widget_nav_menu ul,
.widget_meta ul,
.widget_pages ul,
.widget_recent_entries ul,
.widget_recent_comments ul,
.widget_product_categories ul,
.widget_layered_nav ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .widget_archive ul ul,
  .widget_categories ul ul,
  .widget_nav_menu ul ul,
  .widget_meta ul ul,
  .widget_pages ul ul,
  .widget_recent_entries ul ul,
  .widget_recent_comments ul ul,
  .widget_product_categories ul ul,
  .widget_layered_nav ul ul {
    margin-left: 20px; }
  .widget_archive ul li,
  .widget_categories ul li,
  .widget_nav_menu ul li,
  .widget_meta ul li,
  .widget_pages ul li,
  .widget_recent_entries ul li,
  .widget_recent_comments ul li,
  .widget_product_categories ul li,
  .widget_layered_nav ul li {
    line-height: 1.5; }
    .widget_archive ul li + li,
    .widget_categories ul li + li,
    .widget_nav_menu ul li + li,
    .widget_meta ul li + li,
    .widget_pages ul li + li,
    .widget_recent_entries ul li + li,
    .widget_recent_comments ul li + li,
    .widget_product_categories ul li + li,
    .widget_layered_nav ul li + li {
      margin-top: 4px; }
  .widget_archive ul a,
  .widget_categories ul a,
  .widget_nav_menu ul a,
  .widget_meta ul a,
  .widget_pages ul a,
  .widget_recent_entries ul a,
  .widget_recent_comments ul a,
  .widget_product_categories ul a,
  .widget_layered_nav ul a {
    outline: 0; }
  .widget_archive ul a:not(.url),
  .widget_categories ul a:not(.url),
  .widget_nav_menu ul a:not(.url),
  .widget_meta ul a:not(.url),
  .widget_pages ul a:not(.url),
  .widget_recent_entries ul a:not(.url),
  .widget_recent_comments ul a:not(.url),
  .widget_product_categories ul a:not(.url),
  .widget_layered_nav ul a:not(.url) {
    color: inherit; }
    .widget_archive ul a:not(.url):hover,
    .widget_categories ul a:not(.url):hover,
    .widget_nav_menu ul a:not(.url):hover,
    .widget_meta ul a:not(.url):hover,
    .widget_pages ul a:not(.url):hover,
    .widget_recent_entries ul a:not(.url):hover,
    .widget_recent_comments ul a:not(.url):hover,
    .widget_product_categories ul a:not(.url):hover,
    .widget_layered_nav ul a:not(.url):hover {
      text-decoration: underline; }

.comment-author-link a {
  color: inherit; }

/* deeper menu */
.widget_archive ul ul,
.widget_categories ul ul,
.widget_nav_menu ul ul,
.widget_pages ul ul,
.widget_product_categories ul ul,
.widget_layered_nav ul ul {
  margin-left: 1.5rem; }

/* recent entries */
.widget_recent_entries ul {
  counter-reset: count; }
  .widget_recent_entries ul li {
    position: relative;
    padding: 16px 0 16px 40px; }
    .widget_recent_entries ul li + li {
      margin-top: 0;
      padding-top: 16px;
      border-top: 1px solid #ccc; }
    .widget_recent_entries ul li:before {
      display: block;
      content: counter(count);
      counter-increment: count;
      position: absolute;
      top: 46%;
      -webkit-transform: translate(0, -50%);
      -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      -o-transform: translate(0, -50%);
      transform: translate(0, -50%);
      left: 0;
      font-size: 32px;
      font-style: italic;
      font-family: serif; }

.widget_recent_entries ul li .post-date {
  display: block;
  font-size: 11px; }

/* RSS
--------------------- */
.widget_rss ul {
  list-style: none;
  margin: 0;
  padding: 0; }
.widget_rss li {
  display: block; }

/* Mailchimp
--------------------- */
.mc4wp-form-fields p {
  margin: 0; }
.mc4wp-form-fields p + p {
  margin-top: 15px; }
.mc4wp-form-fields button, .mc4wp-form-fields input[type="button"], .mc4wp-form-fields input[type="reset"], .mc4wp-form-fields input[type="submit"] {
  margin: 0 auto;
  border: 1px solid;
  border: none;
  box-shadow: none;
  transition: none; }

.mc4wp-response {
  font-size: .9em; }

.mc4wp-response p {
  margin: 1em 0; }

.mc4wp-alert {
  margin: 1em 0 0;
  font-size: .9em;
  line-height: 1.66; }

.mc4wp-alert p {
  padding: 1em;
  background: #fafafa;
  border: 1px solid #e9e9e9;
  position: relative; }

.mc4wp-alert.mc4wp-success p {
  border-color: #e5efe2;
  color: #71a971;
  background: #ebffeb; }

.mc4wp-alert.mc4wp-notice p {
  border-color: #c5e1ec;
  color: #5ca8ce;
  background: #f2faff; }

.mc4wp-alert.mc4wp-error p {
  border-color: #efd2d2;
  color: #bb6a6a;
  background: #fff4f2; }

/* Search
--------------------- */
.search-form {
  max-width: 320px;
  display: block;
  position: relative;
  margin: 0; }
  .search-form input[type="search"] {
    border-radius: 0;
    display: block;
    width: 100%;
    padding-right: 32px; }
  .search-form button {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%); }
    .search-form button:hover {
      color: #777; }

.search-btn {
  position: absolute;
  width: 24px;
  height: 24px;
  padding: 0;
  line-height: 24px;
  background: none;
  outline: 0;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  color: inherit;
  cursor: pointer; }
  .search-btn:hover {
    color: #777; }
  .search-btn .circle {
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid; }
  .search-btn .handler {
    display: block;
    position: absolute;
    right: 6px;
    bottom: 4px;
    height: 0;
    transform: rotate(45deg);
    width: 5px;
    border-top: 3px solid; }

/* Calendar
--------------------- */
#wp-calendar caption {
  text-align: center;
  margin-bottom: 10px; }

#wp-calendar th,
#wp-calendar td {
  font-size: .9em;
  text-align: center;
  padding: .6em;
  border: 1px solid #ccc; }
  #wp-calendar th:hover,
  #wp-calendar td:hover {
    background: #fafafa; }

#wp-calendar a {
  color: inherit;
  text-decoration: underline; }

/* Popular Post
------------------------- */
.radians-post-popular + .radians-post-popular {
  margin-top: 2em; }

.popular-post-thumbnail {
  position: relative;
  overflow: hidden;
  margin: 0 0 1em; }
  .popular-post-thumbnail a {
    color: inherit;
    outline: 0; }
  .popular-post-thumbnail img {
    display: block;
    width: 100%; }

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

.popular-post-thumbnail .view-count {
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 5px 10px;
  font-size: 12px; }

.popular-title {
  font-size: 1.8em;
  margin: 0 0 .5em; }
  .popular-title a {
    color: inherit;
    outline: 0; }
    .popular-title a:hover {
      text-decoration: underline; }

.popular-content {
  font-size: .9em;
  line-height: 1.5; }
  .popular-content p {
    margin: 0; }

/* Text Widget
------------------------- */
.textwidget {
  font-size: .9em;
  line-height: 1.6; }
  .textwidget p, .textwidget ul, .textwidget ol {
    margin-bottom: 1em; }
  .textwidget > *:last-child {
    margin-bottom: 0; }

.widget_media_image a {
  color: inherit;
  outline: 0; }
.widget_media_image img {
  display: block;
  opacity: 0;
  visibility: hidden;
  transition: all .6s ease-out;
  transition-delay: .1s; }
.widget_media_image.inview img {
  opacity: 1;
  visibility: visible; }

/* Social List
------------------------- */
.widget-social .social-list {
  flex-flow: row wrap; }
  .widget-social .social-list a {
    font-size: 20px; }

/* Tagcloud
--------------------- */
.tagcloud::after {
  clear: both;
  content: "";
  display: table; }
.tagcloud a {
  line-height: 1.3;
  cursor: pointer;
  margin: 0 5px 5px 0;
  outline: 0;
  color: inherit;
  text-transform: uppercase; }
  .tagcloud a:hover {
    text-decoration: underline; }

/* 11.0 - Footer
---------------------------------------------------------------------------------------------------------------------------- */
#footer {
  color: #999;
  background: #111; }

/* Footer Widgets
------------------------- */
#footer-sidebar {
  display: block;
  padding: 0 0;
  font-size: .9em; }
  #footer-sidebar .widget-title {
    color: white; }
  #footer-sidebar .widget + .widget {
    margin-top: 24px;
    border: 0;
    padding-top: 0; }
  #footer-sidebar .widget_recent_entries ul li + li {
    border-color: rgba(255, 255, 255, 0.2); }
  #footer-sidebar .social-list a:hover {
    color: white; }
  #footer-sidebar input[type="color"], #footer-sidebar input[type="date"], #footer-sidebar input[type="datetime"], #footer-sidebar input[type="datetime-local"], #footer-sidebar input[type="email"], #footer-sidebar input[type="month"], #footer-sidebar input[type="number"], #footer-sidebar input[type="password"], #footer-sidebar input[type="search"], #footer-sidebar input[type="tel"], #footer-sidebar input[type="text"], #footer-sidebar input[type="time"], #footer-sidebar input[type="url"], #footer-sidebar input[type="week"], #footer-sidebar input:not([type]), #footer-sidebar textarea {
    border: 0; }

.footer-sidebar-wrapper {
  display: flex;
  align-items: center;
  align-items: stretch;
  border-right: 1px solid rgba(255, 255, 255, 0.08); }
  .footer-sidebar-wrapper.column-1 .footer-col {
    width: 100%; }
  .footer-sidebar-wrapper.column-2 .footer-col {
    width: 50%; }
  .footer-sidebar-wrapper.column-3 .footer-col {
    width: 33%; }

.footer-col {
  padding: 60px 30px;
  border-left: 1px solid rgba(255, 255, 255, 0.08); }

/* Footer Bottom
------------------------- */
#footer-bottom {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08); }

#footer-logo {
  display: block;
  margin: 10px auto;
  text-align: center; }
  #footer-logo a {
    display: inline-block;
    outline: 0;
    color: inherit; }
  #footer-logo img {
    display: block;
    width: 280px; }

/* Copyright
------------------------- */
.copyright-text {
  text-align: center;
  margin: 0;
  font-size: .8em;
  text-transform: uppercase;
  font-family: "Julius Sans One", sans-serif; }
  .copyright-text a {
    color: inherit; }
    .copyright-text a:hover {
      text-decoration: underline; }

#scrollup {
  display: block;
  position: fixed;
  bottom: 0;
  right: 40px;
  z-index: 3000;
  transform: translate(0, 100%);
  transition: all .4s ease-out;
  text-transform: uppercase;
  text-align: center; }
  #scrollup .scroll-arrow {
    display: block;
    position: relative;
    opacity: 0;
    transform: translate(0, 5px);
    transition: all .3s; }
    #scrollup .scroll-arrow span {
      display: block;
      position: absolute;
      top: 14px;
      width: 24px;
      border-top: 1px solid; }
    #scrollup .scroll-arrow span:first-child {
      margin-right: -4px;
      right: 50%;
      transform: rotate(-45deg); }
    #scrollup .scroll-arrow span:nth-child(2) {
      margin-left: -4px;
      left: 50%;
      transform: rotate(45deg); }
  #scrollup.shown {
    transform: translate(0, 0); }
    #scrollup.shown .scroll-arrow {
      opacity: 1;
      transform: translate(0, 0); }
  #scrollup a {
    display: block;
    background: white;
    color: #111;
    height: 44px;
    width: 54px;
    padding: 8px 8px 6px;
    outline: 0;
    text-decoration: none;
    border-radius: 0; }

/* 12.0 - Contact Form 7
---------------------------------------------------------------------------------------------------------------------------- */
.wpcf7 input.wpcf7-submit {
  border: 1px solid #ccc;
  color: #999;
  background: none;
  box-shadow: none; }
  .wpcf7 input.wpcf7-submit:hover {
    color: #666;
    border-color: #aaa;
    background: #fafafa; }

/* 13.0 - Off Canvas Menu
---------------------------------------------------------------------------------------------------------------------------- */
#hamburger {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: none;
  cursor: pointer;
  color: inherit;
  border: 0;
  outline: 0 !important;
  width: 24px;
  padding: 5px 0;
  background: none;
  border-radius: 0; }
  #hamburger span {
    height: 1px;
    background: currentColor;
    width: 100%;
    display: block; }
    #hamburger span + span {
      margin-top: 6px; }

#offcanvas {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 280px;
  background: #fff;
  color: #000;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  z-index: 9999;
  padding: 2.4rem;
  -webkit-transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transform: translate3d(-280px, 0, 0);
  -moz-transform: translate3d(-280px, 0, 0);
  -ms-transform: translate3d(-280px, 0, 0);
  -o-transform: translate3d(-280px, 0, 0);
  transform: translate3d(-280px, 0, 0);
  /* Elements
  --------------- */ }
  #offcanvas .social-list,
  #offcanvas .search-form {
    margin-top: 1em; }
  #offcanvas .social-list ul a {
    outline: 0;
    font-size: 16px;
    width: auto;
    padding: 0 10px 0 0; }

.admin-bar #offcanvas {
  top: 32px;
  height: -webkit-calc(100% - 32px);
  height: calc(100% - 32px); }

#offcanvas-overlay {
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: 4000;
  background: #000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1); }

.offcanvas-open {
  overflow: hidden; }
  .offcanvas-open #offcanvas {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); }
  .offcanvas-open #offcanvas-overlay {
    visibility: visible;
    opacity: .8; }

/* Mobile Menu
--------------------- */
.offcanvas-nav .menu > ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .offcanvas-nav .menu > ul li {
    display: block;
    position: relative; }
    .offcanvas-nav .menu > ul li > .indicator {
      display: none;
      position: absolute;
      top: 1.3rem;
      right: 0;
      font-size: 1.2em;
      font: normal normal normal 14px/1 FontAwesome;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
      .offcanvas-nav .menu > ul li > .indicator:before {
        content: "\f107"; }
    .offcanvas-nav .menu > ul li.menu-item-has-children {
      cursor: pointer; }
      .offcanvas-nav .menu > ul li.menu-item-has-children > a {
        margin-right: 3rem; }
      .offcanvas-nav .menu > ul li.menu-item-has-children > .indicator {
        display: block; }
  .offcanvas-nav .menu > ul > li {
    display: block;
    position: relative;
    padding: 9px 0; }
    .offcanvas-nav .menu > ul > li + li {
      border-top: 1px solid #e9e9e9; }
    .offcanvas-nav .menu > ul > li > a {
      color: inherit;
      font-size: 14px; }
      .offcanvas-nav .menu > ul > li > a:hover {
        color: #999; }
    .offcanvas-nav .menu > ul > li.current-menu-item > a, .offcanvas-nav .menu > ul > li.current-menu-ancestor > a, .offcanvas-nav .menu > ul > li.active > a {
      color: #999; }
  .offcanvas-nav .menu > ul ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
    padding: 1rem 0 1rem 1rem; }
    .offcanvas-nav .menu > ul ul > li {
      padding: 6px 0; }
      .offcanvas-nav .menu > ul ul > li + li {
        border-top: 1px solid #e9e9e9; }
      .offcanvas-nav .menu > ul ul > li > .indicator {
        top: .7rem; }
    .offcanvas-nav .menu > ul ul a {
      line-height: 18px;
      outline: 0;
      font-size: .9em;
      color: inherit;
      -webkit-transition: all 0.2s;
      -moz-transition: all 0.2s;
      transition: all 0.2s; }
      .offcanvas-nav .menu > ul ul a:hover {
        color: #999; }
    .offcanvas-nav .menu > ul ul > li:hover > a,
    .offcanvas-nav .menu > ul ul > li.current-menu-item > a,
    .offcanvas-nav .menu > ul ul > li.current-menu-ancestor > a {
      color: #999; }

/* Off Canvas Social Icons
------------------------------ */
.offcanvas-social {
  display: block;
  text-align: center;
  margin: 20px 0 0; }

/* Header Search
--------------------- */
.mobile-search-btn {
  display: none;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%); }

#mobile-search {
  display: none; }
  #mobile-search .container {
    padding: 10px 0; }
  #mobile-search .search-form {
    width: 100%;
    max-width: none;
    display: block; }
    #mobile-search .search-form input[type="search"] {
      display: block;
      width: 100%; }

/* Dock Posts
-------------------------------------------------------------------------------------- */
#content-dock {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 5000;
  background: white;
  box-shadow: 3px 8px 10px rgba(0, 0, 0, 0.3);
  width: 300px;
  max-height: 50%;
  overflow: scroll;
  padding: 0 24px 24px;
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  /* Animation
  ------------------------------------ */ }
  #content-dock.shown {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }
  #content-dock .close {
    position: absolute;
    top: 6px;
    right: 3px;
    height: 24px;
    width: 24px;
    text-align: center;
    line-height: 22px;
    margin: 0;
    padding: 0;
    border: 0;
    background: none;
    color: inherit;
    outline: 0;
    box-shadow: none; }
    #content-dock .close span {
      display: block;
      width: 20px;
      border-top: 1px solid;
      position: absolute;
      top: 50%;
      left: 0; }
    #content-dock .close span:nth-child(2) {
      transform: rotate(45deg); }
    #content-dock .close span:first-child {
      transform: rotate(-45deg); }
  #content-dock .dock-title {
    font-size: 20px;
    font-family: "Julius Sans One", sans-serif;
    margin-bottom: 16px;
    text-align: left;
    background: #f0f0f0;
    padding: 0 0 0 24px;
    height: 36px;
    line-height: 36px;
    margin: 0 -24px 24px; }
  #content-dock .post-dock {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(0, 10px);
    -moz-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    -o-transform: translate(0, 10px);
    transform: translate(0, 10px);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    overflow: hidden; }
    #content-dock .post-dock + .post-dock {
      margin-top: 20px;
      padding-top: 20px;
      border-top: 1px solid #e9e9e9; }
    #content-dock .post-dock .post-dock-thumbnail {
      display: block;
      float: left;
      width: 72px;
      margin: 0 20px 0 0; }
      #content-dock .post-dock .post-dock-thumbnail a {
        color: inherit;
        outline: 0; }
      #content-dock .post-dock .post-dock-thumbnail img {
        display: block; }
    #content-dock .post-dock .post-dock-body {
      overflow: hidden; }
    #content-dock .post-dock .post-dock-title {
      font-size: 1.4em;
      margin: 0; }
      #content-dock .post-dock .post-dock-title a {
        color: inherit;
        outline: 0; }
        #content-dock .post-dock .post-dock-title a:hover {
          text-decoration: underline; }
    #content-dock .post-dock .post-dock-excerpt {
      font-size: .8em;
      line-height: 1.5; }
      #content-dock .post-dock .post-dock-excerpt p {
        margin: 0; }
  #content-dock.shown .post-dock {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }

/* 14.0 - Responsive
---------------------------------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 1279px) {
  /* Side Navigation
  ------------------------------------ */
  #sidenav {
    right: 10px; }

  /* Header
  ------------------------------------ */
  #tagline {
    font-size: 16px;
    letter-spacing: 3px; }

  /* Layout
  ------------------------------------ */
  .container {
    max-width: 940px;
    width: 940px; }

  .row {
    margin-left: -20px;
    margin-right: -20px; }

  .col {
    padding-left: 20px;
    padding-right: 20px; }

  .content-area {
    padding-left: 54px; }

  .has-sidebar #primary {
    padding-right: 1em; }

  .sidebar-left #primary {
    padding-right: 0;
    padding-left: 1em; }

  /* Post Slider
  ------------------------------------ */
  .post-slider,
  .post-slide .height-element {
    padding-bottom: 60%; }

  .flex-direction-nav .flex-prev {
    left: 0; }

  .flex-direction-nav .flex-next {
    right: 0; }

  /* Post Grid
  ------------------------------------ */
  .post-grid.column-4 .blog-inner {
    margin: -24px -12px 0; }
  .post-grid.column-4 .post-grid-item {
    padding-top: 24px; }
  .post-grid.column-4 .post-grid-item-inner {
    padding: 0 12px; }

  /* Single
  ------------------------------------ */
  h1.entry-title {
    font-size: 3.2em; }

  .related-posts {
    margin: -12px -12px 0; }

  .post-related {
    padding: 12px 12px 0; }

  .post .entry-content > p:first-child:first-letter {
    font-size: 4em; }

  /* Widgets
  ------------------------------------ */
  .popular-title {
    font-size: 1.4em; } }
/**
 * Portrait Tablet
 * target screen 768px
 */
@media only screen and (max-width: 1023px) {
  /* Header
  ------------------------------------ */
  #masthead {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 200;
    box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.08); }

  #content {
    padding-top: 80px; }

  .site-branding {
    padding: 10px 0 !important; }

  #masthead #logo {
    max-width: 90%; }

  #masthead #logo img {
    width: auto;
    max-height: 36px; }

  #mobile-nav {
    display: block; }

  #nav,
  #topbar {
    display: none; }

  #masthead .container {
    position: relative; }

  .mobile-search-btn {
    display: block; }

  #hamburger {
    display: block; }

  #navbar {
    display: none !important; }

  /* Layout
  ------------------------------------ */
  .container {
    width: 724px;
    max-width: 724px; }

  .layout-boxed {
    background: none; }
    .layout-boxed .container {
      width: 724px; }
    .layout-boxed #page {
      box-shadow: none !important;
      width: 100% !important; }

  .has-sidebar #primary,
  .has-sidebar #secondary {
    width: 100% !important;
    padding-left: 0;
    padding-right: 0;
    float: none; }

  #secondary {
    margin-top: 0;
    padding-top: 0 !important; }

  /* Post Slider
  ------------------------------------ */
  .post-slide .slide-caption {
    padding: 1em 1em 0; }
    .post-slide .slide-caption .post-slide-excerpt {
      display: none; }
    .post-slide .slide-caption .post-slide-title {
      font-size: 1.5em; }

  /* Post Grid: 4, 5 cols -> 3 cols
  ------------------------------------ */
  .post-grid.column-4 .post-grid-item {
    width: 50%; }
  .post-grid.column-4 .line {
    margin-left: 50%; }
  .post-grid.column-4 .line:nth-child(3) {
    display: none; }
  .post-grid.column-5 .post-grid-item {
    width: 33.33%; }
  .post-grid.column-5 .line {
    margin-left: 33.33%; }
  .post-grid.column-5 .line:nth-child(3),
  .post-grid.column-5 .line:nth-child(4) {
    display: none; }

  .vc_col-sm-6 .list-thumbnail {
    margin-right: 1em; }

  .footer-sidebar-wrapper {
    margin-left: -12px;
    margin-right: -12px;
    border: 0; }

  .footer-col {
    padding-left: 12px;
    padding-right: 12px;
    border: 0; } }
@media only screen and (max-width: 767px) {
  body {
    font-size: 14px;
    line-height: 1.57142857143; }

  /* General
  ------------------------------------------------ */
  blockquote p br {
    display: none; }

  .spacing-4,
  .spacing-5,
  .spacing-6,
  .spacing-7,
  .spacing-8,
  .spacing-9,
  .spacing-10 {
    letter-spacing: 2px; }

  /* Header
  ------------------------------------------------ */
  #tagline {
    font-size: 13px;
    letter-spacing: 1px; }

  /* Basic Structure
  ------------------------------------------------ */
  .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    flex-flow: row wrap; }

  .col {
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important; }
    .col + .col {
      margin-top: 1em; }

  div.wpcf7 .row {
    margin-bottom: 20px; }
    div.wpcf7 .row .col + .col {
      margin-top: 20px; }

  .container {
    width: 90%;
    min-width: 300px; }

  /* Layout
  ------------------------------------------------ */
  #page-wrapper .container {
    display: block; }

  #primary,
  #secondary {
    padding: 40px 0;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important; }

  #page-title {
    font-size: 50px; }

  #page-subtitle {
    font-size: 14px;
    letter-spacing: 1.5px; }

  /* Post Slider
  ------------------------------------------------ */
  .post-slide .slide-caption .entry-meta,
  .post-slide .slide-caption .entry-author {
    display: none; }

  .post-slide .slide-caption .post-slide-title {
    font-size: 1.5em;
    margin: 0; }

  .flex-direction-nav a {
    width: 32px;
    height: 32px; }

  .flex-direction-nav .flex-next .arrow {
    right: -5px; }

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

  /* Post Grid
  ------------------------------------------------ */
  .post-grid-excerpt {
    margin: .6em 0 0; }

  .post-grid-title {
    font-size: 1.8em; }

  .post-grid .blog-inner {
    margin: -24px -12px 0; }
  .post-grid .post-grid-item {
    padding: 24px 0 0; }
  .post-grid .post-grid-item-inner {
    padding: 0 12px; }

  /* Post List
  ------------------------------------------------ */
  .post-list-thumbnail {
    width: 120px; }

  .post-list-title {
    font-size: 1.8em;
    margin: 0 0 .4em; }

  .post-list-thumbnail + .post-list-content {
    padding-left: 1em; }

  .blog-thumbnail-large .post-list-item {
    display: block; }
  .blog-thumbnail-large .post-list-thumbnail {
    width: 100%;
    max-width: 100%;
    margin: 0 0 1em; }
    .blog-thumbnail-large .post-list-thumbnail img {
      display: block;
      width: 100%;
      max-width: 100%; }
  .blog-thumbnail-large .post-list-content {
    width: 100%;
    padding: 0; }

  /* Single
  ------------------------------------------------ */
  h1.entry-title {
    font-size: 2.4em; }

  .mobile-share {
    display: block; }

  .content-area {
    padding-left: 0; }
    .content-area > .entry-share {
      display: none; }

  .author-image {
    margin-right: 1em; }

  .author-image img {
    width: 80px; }

  .authorbox-nav {
    margin-bottom: 5em; }

  .comment-list ol.children {
    margin: 0 0 0 1em; }

  .comment-meta .comment-author .fn {
    margin-left: 12px;
    letter-spacing: 1px;
    font-size: 11px; }
  .comment-meta .comment-author img {
    display: block;
    float: left;
    width: 32px; }
  .comment-meta .comment-metadata {
    letter-spacing: 0; }

  .comment-meta .comment-metadata,
  .comment-content,
  .comment-awaiting-moderation {
    margin-left: 44px; }

  .comment-form-author,
  .comment-form-email,
  .comment-form-url {
    width: 100%;
    margin-right: 0; }

  .radians-heading .heading-title.related-heading {
    width: 100%; }

  /* Footer
  ------------------------------------------------ */
  .footer-sidebar-wrapper {
    display: block;
    margin-left: 0 !important;
    margin-right: 0 !important; }

  .footer-col {
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important; }
    .footer-col + .footer-col {
      border: 0;
      margin-top: 30px; }

  #footer-sidebar {
    padding-top: 4em;
    padding-bottom: 4em; }
    #footer-sidebar .footer-col {
      padding-top: 0;
      padding-bottom: 0; }
      #footer-sidebar .footer-col + .footer-col {
        margin-top: 24px; }

  #footer-bottom .container {
    display: block;
    text-align: center; }
  #footer-bottom #footernav {
    display: table;
    margin: 0 auto; }

  #footernav li + li:before {
    margin: 0 5px; }

  #scrollup {
    display: none; }

  .woocommerce-page.columns-4 ul.products li.product,
  .woocommerce.columns-4 ul.products li.product,
  .woocommerce-page.columns-3 ul.products li.product,
  .woocommerce.columns-3 ul.products li.product {
    width: 49.5%; }

  .woocommerce ul.products li.product, .woocommerce-page ul.products li.product, .woocommerce-page[class*=columns-] ul.products li.product, .woocommerce[class*=columns-] ul.products li.product {
    margin-bottom: 0; } }
@media only screen and (max-width: 480px) {
  /* Typography
  ------------------------------------------------ */
  button, input[type="button"], input[type="reset"], input[type="submit"],
  .radians-btn,
  .more-link,
  .same-author-posts .viewall {
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 36px; }

  h1 {
    font-size: 28px; }

  h2 {
    font-size: 22px; }

  h3 {
    font-size: 18px; }

  h4 {
    font-size: 16px; }

  .gallery {
    margin: -0.4em -0.2em 20px; }

  .gallery-item {
    padding: .4em .2em 0; }

  /* Header
  ------------------------------------------------ */
  /* Footer
  ------------------------------------------------ */
  #footernav li {
    letter-spacing: 0; }
  #footernav a {
    letter-spacing: 0; }

  /* Post Slider
  ------------------------------------------------ */
  .post-slide .slide-caption .post-slide-title {
    font-size: 1.3em; }

  /* Post Grid
  ------------------------------------------------ */
  .post-grid {
    margin: 0 !important; }
    .post-grid .blog-inner {
      margin: 0 !important; }
    .post-grid .lines {
      display: none; }
    .post-grid .post-grid-item {
      padding: 0 !important;
      width: 100% !important; }
      .post-grid .post-grid-item + .post-grid-item {
        margin: 2em 0 0; }

  /* Post List
  ------------------------------------------------ */
  .post-list-thumbnail {
    width: 80px; }

  /* Layout
  ------------------------------------------------ */
  #page-title {
    font-size: 32px;
    letter-spacing: 0px; }

  #page-subtitle {
    font-size: 11px;
    letter-spacing: 1px; }

  /* Blog
  ------------------------------------------------ */
  .sticky {
    padding: 12px; }

  a.more-link {
    padding: 6px 12px;
    letter-spacing: 1px; }

  .entry-meta {
    font-size: 10px;
    font-weight: normal; }

  .entry-title {
    font-size: 24px; }

  /* Single Post
  ------------------------------------------------ */
  .comment-list li.comment .comment-body {
    display: block; }
  .comment-list li.comment .comment-meta {
    width: 100%;
    margin: 0 0 10px; }

  .woocommerce-page.columns-4 ul.products li.product,
  .woocommerce.columns-4 ul.products li.product,
  .woocommerce-page.columns-3 ul.products li.product,
  .woocommerce.columns-3 ul.products li.product,
  .woocommerce-page.columns-2 ul.products li.product,
  .woocommerce.columns-2 ul.products li.product {
    width: 100%; }

  #coupon_code,
  .woocommerce table.cart td.actions .coupon .button {
    width: 100%;
    margin-bottom: 10px; }

  .woocommerce div.product .woocommerce-tabs ul.tabs li a {
    padding-left: 20px;
    padding-right: 20px; } }

/*# sourceMappingURL=style.css.map */
