@charset "UTF-8";
/*
Theme Name: Studio9 WPL
Theme URI:  https://wplook.com/theme/studio-9/
Description: A super flexible premium WordPress theme for creative professionals, agencies, content creators & businesses.
Author: WPlook Studio
Author URI: https://wplook.com/
Version: 2.1
Tags: full-width-template, theme-options, threaded-comments, translation-ready, custom-menu, featured-image-header, featured-images
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: studio9-wpl
Domain Path: /languages
*/
/******************************************************************

[Table of contents]

1. Normalize/Reset
	1.1. HTML5 display definitions
8. Reset
9. Extends
    9.1 Clearfix & Helpers
10. Typography
    10.1 Body
    10.2 Anchors
    10.3 Lists
    10.4 Styling
    10.5 Headings
    10.6 Blockquote
11. Buttons
12. Base
    12.1 Body
    12.2 Pace.js
    12.3 Reusable
    12.4 Image Placeholder
    12.5 Type
    12.6 Forms
13. Layouts
    13.1 Grid
    13.2 Columns
    13.3 Site
    13.4 Search
14. Portfolio
    14.1 Index & VC
    14.2 Single
        14.2.1 Fullscreen Layout
        14.2.2 Standard Layout
15. Blog
    15.1 General
    15.2 Single Post
    15.3 Comments
16. Modules
    16.1 Boxed Header
    16.2 Fullwidth Header
    16.3 Site Header
        16.3.1 Site Branding
        16.3.2 Main Navigation
            16.3.2.1 Dropdown Nabigation
        16.3.3 Trigger
        16.3.4 Header Animation
        16.3.5 Header Centered
        16.3.6 Header Mobile
    16.4 Hero Area
        16.4.1 Hero Content
        16.4.2 Background Video
    17.1 Search Form
17. Footer
    17.1 Site Footer
        17.1.1 Site Info
        17.1.2 Copyright
        17.1.3 Widgets
18. 404 Page
19. Shortcodes
20. Forms
21. WooCommerce
    21.1 Global
    21.2 Shop Listing
    21.3 Single Product Page
    21.4 Basket Page
    21.5 Checkout Page
    21.6 Account Page
    21.7 Widgets

******************************************************************/
/*!
 *  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/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("assets/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("assets/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("assets/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("assets/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("assets/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.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 {
  margin-right: .3em;
}

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

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

.pull-left {
  float: left;
}

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

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

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

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

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}

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

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

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

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

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=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-diners-club:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-linode:before {
  content: "";
}

.fa-address-book:before {
  content: "";
}

.fa-address-book-o:before {
  content: "";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

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

.fa-user-o:before {
  content: "";
}

.fa-id-badge:before {
  content: "";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "";
}

.fa-podcast:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-eercast:before {
  content: "";
}

.fa-microchip:before {
  content: "";
}

.fa-snowflake-o:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * 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;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * 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 */
}

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

/* Text-level semantics
   ========================================================================== */
/**
 * 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;
}

/**
 * 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;
}

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

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

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

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

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

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

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * 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 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * 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 macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 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 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/*
 * jQuery FlexSlider v2.7.0
 * 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
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url("fonts/flexslider-icon.eot");
  src: url("fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("fonts/flexslider-icon.woff") format("woff"), url("fonts/flexslider-icon.ttf") format("truetype"), url("fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* ====================================================================================================================
 * 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 {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

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

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

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

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  zoom: 1;
  border-radius: 4px;
  -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;
  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);
  transition: all 0.3s ease-in-out;
}

.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}

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

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

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

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 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-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}

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

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

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

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

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -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);
  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;
  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;
  }
}

.fr-overlay {
  z-index: 999999;
}

.fr-window {
  z-index: 9999999;
}

/* = Base : 8. Reset

-------------------------------------------------------------- */
html {
  box-sizing: border-box;
}

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

h1, h2, h3, h4, h5, h6, ul, li {
  margin: 0;
  padding: 0;
}

input,
textarea,
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  outline: 0;
  border: 0;
}

embed,
iframe,
img,
object,
video {
  max-width: 100%;
}

img {
  height: auto;
  width: auto;
  /* IE8 */
}

/* = Base : 9. Extends

-------------------------------------------------------------- */
/* 9.1 Clearfix & Helpers */
.boxed-row:after, .wplook-shortcode.shortcode-row.boxed-row:after, .portfolio-container:after, .woocommerce-page .pre-loop:after, .single-product .product-information:after, .woocommerce-checkout #payment ul.payment_methods:after, .woocommerce-checkout #payment ul.payment_methods li:after, .post-navigation:after, .posts-navigation:after, .woocommerce-pagination:after, .site-footer .site-info:after, .site-footer .copyright .wrapper:after, .cf:after {
  content: "";
  display: table;
  clear: both;
}

ul {
  list-style: none;
}

.visibility-hidden {
  opacity: 0;
}

/* = Base : 10. Typography

-------------------------------------------------------------- */
/* 10.1 Body */
body {
  font-size: 100%;
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #8c8c8c;
}

/* 10.2 Anchors */
a {
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  text-decoration: none;
  color: #b69853;
}

a:visited {
  color: #b69853;
}

a:hover {
  color: #282b2d;
}

a.external[target="_blank"]:after {
  content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAQElEQVR42qXKwQkAIAxDUUdxtO6/RBQkQZvSi8I/pL4BoGw/XPkh4XigPmsUgh0626AjRsgxHTkUThsG2T/sIlzdTsp52kSS1wAAAABJRU5ErkJggg==);
  vertical-align: super;
}

/* 10.3 Lists */
ul li {
  margin-bottom: 5px;
  line-height: 1.5;
}

/* 10.4 Styling */
p {
  margin: 0;
  margin-bottom: 1.5em;
  line-height: 1.575;
}

.lead {
  font-size: 1.55rem;
  color: #282b2d;
  word-wrap: break-word;
}

@media (max-width: 35.5em) {
  .lead {
    font-size: 1.1rem;
  }
}

@media (min-width: 35.5em) {
  .lead {
    font-size: 1.3rem;
  }
}

@media (min-width: 40.063em) {
  .lead {
    font-size: 1.4rem;
  }
}

@media (min-width: 64em) {
  .lead {
    font-size: 1.55rem;
  }
}

.lead .wpb_wrapper p {
  font-size: inherit;
  color: inherit;
  word-wrap: inherit;
}

.site {
  font-size: 1em;
  line-height: 1.375;
}

@media (max-width: 35.5em) {
  .site {
    font-size: .855em;
    line-height: 1.375;
  }
}

@media (min-width: 35.5em) {
  .site {
    font-size: .895em;
    line-height: 1.375;
  }
}

@media (min-width: 40.063em) {
  .site {
    font-size: .925em;
    line-height: 1.375;
  }
}

@media (min-width: 64em) {
  .site {
    font-size: 1em;
    line-height: 1.475;
  }
}

@media (min-width: 90.063em) {
  .site {
    font-size: 1.2em;
    line-height: 1.675;
  }
}

pre,
code {
  font-size: inherit;
}

strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

pre {
  white-space: pre;
}

code {
  overflow: hidden;
}

/* 10.5 Headings */
h1,
h2,
h3,
h4,
h5 {
  font-family: 'Average', sans-serif;
  font-weight: 500;
  color: #282b2d;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  border-bottom: 1px solid transparent;
  transition: border-bottom-color 0.3s ease-in-out;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  border-bottom-color: #b69853;
}

h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  margin-bottom: .5em;
}

h1, .h1 {
  font-size: 3.5em;
  line-height: 1.25;
}

@media (max-width: 35.5em) {
  h1, .h1 {
    font-size: 1.5em;
  }
}

@media (min-width: 35.5em) {
  h1, .h1 {
    font-size: 2em;
  }
}

@media (min-width: 40.063em) {
  h1, .h1 {
    font-size: 2.5em;
  }
}

@media (min-width: 64em) {
  h1, .h1 {
    font-size: 3em;
  }
}

@media (min-width: 90.063em) {
  h1, .h1 {
    font-size: 3.5em;
  }
}

h2, .h2 {
  font-size: 3em;
  line-height: 1.25;
}

@media (max-width: 35.5em) {
  h2, .h2 {
    font-size: 1.5em;
  }
}

@media (min-width: 35.5em) {
  h2, .h2 {
    font-size: 2em;
  }
}

@media (min-width: 40.063em) {
  h2, .h2 {
    font-size: 2.5em;
  }
}

@media (min-width: 64em) {
  h2, .h2 {
    font-size: 2.5em;
  }
}

@media (min-width: 90.063em) {
  h2, .h2 {
    font-size: 3em;
  }
}

h3, .h3 {
  font-size: 2.5em;
  line-height: 1.25;
}

@media (max-width: 35.5em) {
  h3, .h3 {
    font-size: 1.4em;
  }
}

@media (min-width: 35.5em) {
  h3, .h3 {
    font-size: 1.8em;
  }
}

@media (min-width: 40.063em) {
  h3, .h3 {
    font-size: 2em;
  }
}

@media (min-width: 64em) {
  h3, .h3 {
    font-size: 2em;
  }
}

@media (min-width: 90.063em) {
  h3, .h3 {
    font-size: 2.5em;
  }
}

h4, .h4 {
  font-size: 2em;
  line-height: 1.25;
}

@media (max-width: 35.5em) {
  h4, .h4 {
    font-size: 1.2em;
  }
}

@media (min-width: 35.5em) {
  h4, .h4 {
    font-size: 1.4em;
  }
}

@media (min-width: 40.063em) {
  h4, .h4 {
    font-size: 1.6em;
  }
}

@media (min-width: 64em) {
  h4, .h4 {
    font-size: 1.6em;
  }
}

@media (min-width: 90.063em) {
  h4, .h4 {
    font-size: 2em;
  }
}

h5, .h5 {
  font-size: 1.3em;
  line-height: 1.25;
}

@media (max-width: 35.5em) {
  h5, .h5 {
    font-size: 1.2em;
  }
}

@media (min-width: 35.5em) {
  h5, .h5 {
    font-size: 1.2em;
  }
}

@media (min-width: 40.063em) {
  h5, .h5 {
    font-size: 1.2em;
  }
}

@media (min-width: 64em) {
  h5, .h5 {
    font-size: 1.3em;
  }
}

@media (min-width: 90.063em) {
  h5, .h5 {
    font-size: 1.3em;
  }
}

h6, .h6 {
  font-size: 18px;
  line-height: 1.25;
  margin-bottom: 55px;
  text-transform: uppercase;
  line-height: 1.22222222;
}

@media (max-width: 35.5em) {
  h6, .h6 {
    font-size: 0.95em;
    margin-bottom: 35px;
  }
}

/* 10.6 Blockquote */
blockquote {
  font-size: 1.25em;
  line-height: 1.25;
  padding: 0 6%;
  margin: 4%;
  border-left: 3px solid #b69853;
}

@media (max-width: 35.5em) {
  blockquote {
    font-size: 1.1em;
  }
}

@media (min-width: 43.75em) {
  blockquote {
    font-size: 1.25em;
    line-height: 1.25833333;
  }
}

blockquote p {
  font-family: 'Average', sans-serif;
  font-weight: 500;
  color: #282b2d;
}

/* = Base : 11. Buttons

-------------------------------------------------------------- */
.btn, input[type="button"],
input[type="reset"],
input[type="submit"], .woocommerce-page .button, .woocommerce-page button[type='submit'], .woocommerce-account .woocommerce-MyAccount-navigation ul li a, .search-form .search-submit, .btn:visited, input[type="button"]:visited,
input[type="reset"]:visited,
input[type="submit"]:visited, .woocommerce-page .button:visited, .woocommerce-page button[type='submit']:visited, .woocommerce-account .woocommerce-MyAccount-navigation ul li a:visited, .search-form .search-submit:visited {
  display: inline-block;
  padding: 12px 18px;
  margin-bottom: 5px;
  vertical-align: top;
  border-radius: 0;
  transition: all 0.2s linear;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #b69853;
  color: #ffffff;
}

.btn:hover, input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover, .woocommerce-page .button:hover, .woocommerce-page button[type='submit']:hover, .woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover, .search-form .search-submit:hover, .btn:visited:hover, input[type="button"]:visited:hover,
input[type="reset"]:visited:hover,
input[type="submit"]:visited:hover, .woocommerce-page .button:visited:hover, .woocommerce-page button[type='submit']:visited:hover, .woocommerce-account .woocommerce-MyAccount-navigation ul li a:visited:hover, .search-form .search-submit:visited:hover {
  background-color: #a88b47;
  color: #f2f2f2;
}

.btn.btn-small, input.btn-small[type="button"],
input.btn-small[type="reset"],
input.btn-small[type="submit"], .woocommerce-page .btn-small.button, .woocommerce-page button.btn-small[type='submit'], .woocommerce-account .woocommerce-MyAccount-navigation ul li a.btn-small, .search-form .btn-small.search-submit, .btn:visited.btn-small, input[type="button"]:visited.btn-small,
input[type="reset"]:visited.btn-small,
input[type="submit"]:visited.btn-small, .woocommerce-page .button:visited.btn-small, .woocommerce-page button[type='submit']:visited.btn-small, .woocommerce-account .woocommerce-MyAccount-navigation ul li a:visited.btn-small, .search-form .search-submit:visited.btn-small {
  padding: 10px 14px;
  font-size: 13px;
}

.btn.btn-large, input.btn-large[type="button"],
input.btn-large[type="reset"],
input.btn-large[type="submit"], .woocommerce-page .btn-large.button, .woocommerce-page button.btn-large[type='submit'], .woocommerce-account .woocommerce-MyAccount-navigation ul li a.btn-large, .search-form .btn-large.search-submit, .btn:visited.btn-large, input[type="button"]:visited.btn-large,
input[type="reset"]:visited.btn-large,
input[type="submit"]:visited.btn-large, .woocommerce-page .button:visited.btn-large, .woocommerce-page button[type='submit']:visited.btn-large, .woocommerce-account .woocommerce-MyAccount-navigation ul li a:visited.btn-large, .search-form .search-submit:visited.btn-large {
  padding: 16px 24px;
  font-size: 16px;
}

.btn.btn-default, input.btn-default[type="button"],
input.btn-default[type="reset"],
input.btn-default[type="submit"], .woocommerce-page .btn-default.button, .woocommerce-page button.btn-default[type='submit'], .woocommerce-account .woocommerce-MyAccount-navigation ul li a.btn-default, .search-form .btn-default.search-submit, .btn:visited.btn-default, input[type="button"]:visited.btn-default,
input[type="reset"]:visited.btn-default,
input[type="submit"]:visited.btn-default, .woocommerce-page .button:visited.btn-default, .woocommerce-page button[type='submit']:visited.btn-default, .woocommerce-account .woocommerce-MyAccount-navigation ul li a:visited.btn-default, .search-form .search-submit:visited.btn-default {
  background: #8c8c8c;
  color: #ffffff;
}

.btn.btn-default:hover, input.btn-default[type="button"]:hover,
input.btn-default[type="reset"]:hover,
input.btn-default[type="submit"]:hover, .woocommerce-page .btn-default.button:hover, .woocommerce-page button.btn-default[type='submit']:hover, .woocommerce-account .woocommerce-MyAccount-navigation ul li a.btn-default:hover, .search-form .btn-default.search-submit:hover, .btn:visited.btn-default:hover, input[type="button"]:visited.btn-default:hover,
input[type="reset"]:visited.btn-default:hover,
input[type="submit"]:visited.btn-default:hover, .woocommerce-page .button:visited.btn-default:hover, .woocommerce-page button[type='submit']:visited.btn-default:hover, .woocommerce-account .woocommerce-MyAccount-navigation ul li a:visited.btn-default:hover, .search-form .search-submit:visited.btn-default:hover {
  background-color: #7f7f7f;
}

.btn.btn-primary, input.btn-primary[type="button"],
input.btn-primary[type="reset"],
input.btn-primary[type="submit"], .woocommerce-page .btn-primary.button, .woocommerce-page button.btn-primary[type='submit'], .woocommerce-account .woocommerce-MyAccount-navigation ul li a.btn-primary, .search-form .btn-primary.search-submit, .btn:visited.btn-primary, input[type="button"]:visited.btn-primary,
input[type="reset"]:visited.btn-primary,
input[type="submit"]:visited.btn-primary, .woocommerce-page .button:visited.btn-primary, .woocommerce-page button[type='submit']:visited.btn-primary, .woocommerce-account .woocommerce-MyAccount-navigation ul li a:visited.btn-primary, .search-form .search-submit:visited.btn-primary {
  color: #ffffff;
}

.btn.btn-primary:hover, input.btn-primary[type="button"]:hover,
input.btn-primary[type="reset"]:hover,
input.btn-primary[type="submit"]:hover, .woocommerce-page .btn-primary.button:hover, .woocommerce-page button.btn-primary[type='submit']:hover, .woocommerce-account .woocommerce-MyAccount-navigation ul li a.btn-primary:hover, .search-form .btn-primary.search-submit:hover, .btn:visited.btn-primary:hover, input[type="button"]:visited.btn-primary:hover,
input[type="reset"]:visited.btn-primary:hover,
input[type="submit"]:visited.btn-primary:hover, .woocommerce-page .button:visited.btn-primary:hover, .woocommerce-page button[type='submit']:visited.btn-primary:hover, .woocommerce-account .woocommerce-MyAccount-navigation ul li a:visited.btn-primary:hover, .search-form .search-submit:visited.btn-primary:hover {
  background-color: #282b2d;
}

.btn.btn-black, input.btn-black[type="button"],
input.btn-black[type="reset"],
input.btn-black[type="submit"], .woocommerce-page .btn-black.button, .woocommerce-page button.btn-black[type='submit'], .woocommerce-account .woocommerce-MyAccount-navigation ul li a.btn-black, .search-form .btn-black.search-submit, .btn:visited.btn-black, input[type="button"]:visited.btn-black,
input[type="reset"]:visited.btn-black,
input[type="submit"]:visited.btn-black, .woocommerce-page .button:visited.btn-black, .woocommerce-page button[type='submit']:visited.btn-black, .woocommerce-account .woocommerce-MyAccount-navigation ul li a:visited.btn-black, .search-form .search-submit:visited.btn-black {
  background: #282b2d;
  color: #ffffff;
}

.btn.btn-black:hover, input.btn-black[type="button"]:hover,
input.btn-black[type="reset"]:hover,
input.btn-black[type="submit"]:hover, .woocommerce-page .btn-black.button:hover, .woocommerce-page button.btn-black[type='submit']:hover, .woocommerce-account .woocommerce-MyAccount-navigation ul li a.btn-black:hover, .search-form .btn-black.search-submit:hover, .btn:visited.btn-black:hover, input[type="button"]:visited.btn-black:hover,
input[type="reset"]:visited.btn-black:hover,
input[type="submit"]:visited.btn-black:hover, .woocommerce-page .button:visited.btn-black:hover, .woocommerce-page button[type='submit']:visited.btn-black:hover, .woocommerce-account .woocommerce-MyAccount-navigation ul li a:visited.btn-black:hover, .search-form .search-submit:visited.btn-black:hover {
  background-color: #646c71;
}

.btn.btn-white, input.btn-white[type="button"],
input.btn-white[type="reset"],
input.btn-white[type="submit"], .woocommerce-page .btn-white.button, .woocommerce-page button.btn-white[type='submit'], .woocommerce-account .woocommerce-MyAccount-navigation ul li a.btn-white, .search-form .btn-white.search-submit, .btn:visited.btn-white, input[type="button"]:visited.btn-white,
input[type="reset"]:visited.btn-white,
input[type="submit"]:visited.btn-white, .woocommerce-page .button:visited.btn-white, .woocommerce-page button[type='submit']:visited.btn-white, .woocommerce-account .woocommerce-MyAccount-navigation ul li a:visited.btn-white, .search-form .search-submit:visited.btn-white {
  background: #ffffff;
  color: #282b2d;
}

.btn.btn-white:hover, input.btn-white[type="button"]:hover,
input.btn-white[type="reset"]:hover,
input.btn-white[type="submit"]:hover, .woocommerce-page .btn-white.button:hover, .woocommerce-page button.btn-white[type='submit']:hover, .woocommerce-account .woocommerce-MyAccount-navigation ul li a.btn-white:hover, .search-form .btn-white.search-submit:hover, .btn:visited.btn-white:hover, input[type="button"]:visited.btn-white:hover,
input[type="reset"]:visited.btn-white:hover,
input[type="submit"]:visited.btn-white:hover, .woocommerce-page .button:visited.btn-white:hover, .woocommerce-page button[type='submit']:visited.btn-white:hover, .woocommerce-account .woocommerce-MyAccount-navigation ul li a:visited.btn-white:hover, .search-form .search-submit:visited.btn-white:hover {
  background-color: #d9d9d9;
}

.btn.btn-type-outlined, input.btn-type-outlined[type="button"],
input.btn-type-outlined[type="reset"],
input.btn-type-outlined[type="submit"], .woocommerce-page .btn-type-outlined.button, .woocommerce-page button.btn-type-outlined[type='submit'], .woocommerce-account .woocommerce-MyAccount-navigation ul li a.btn-type-outlined, .search-form .btn-type-outlined.search-submit, .btn:visited.btn-type-outlined, input[type="button"]:visited.btn-type-outlined,
input[type="reset"]:visited.btn-type-outlined,
input[type="submit"]:visited.btn-type-outlined, .woocommerce-page .button:visited.btn-type-outlined, .woocommerce-page button[type='submit']:visited.btn-type-outlined, .woocommerce-account .woocommerce-MyAccount-navigation ul li a:visited.btn-type-outlined, .search-form .search-submit:visited.btn-type-outlined {
  background: transparent;
}

.btn.btn-type-outlined.btn-default, input.btn-type-outlined.btn-default[type="button"],
input.btn-type-outlined.btn-default[type="reset"],
input.btn-type-outlined.btn-default[type="submit"], .woocommerce-page .btn-type-outlined.btn-default.button, .woocommerce-page button.btn-type-outlined.btn-default[type='submit'], .woocommerce-account .woocommerce-MyAccount-navigation ul li a.btn-type-outlined.btn-default, .search-form .btn-type-outlined.btn-default.search-submit, .btn:visited.btn-type-outlined.btn-default, input[type="button"]:visited.btn-type-outlined.btn-default,
input[type="reset"]:visited.btn-type-outlined.btn-default,
input[type="submit"]:visited.btn-type-outlined.btn-default, .woocommerce-page .button:visited.btn-type-outlined.btn-default, .woocommerce-page button[type='submit']:visited.btn-type-outlined.btn-default, .woocommerce-account .woocommerce-MyAccount-navigation ul li a:visited.btn-type-outlined.btn-default, .search-form .search-submit:visited.btn-type-outlined.btn-default {
  border: 2px solid #8c8c8c;
  color: #8c8c8c;
  background: none;
}

.btn.btn-type-outlined.btn-default:hover, input.btn-type-outlined.btn-default[type="button"]:hover,
input.btn-type-outlined.btn-default[type="reset"]:hover,
input.btn-type-outlined.btn-default[type="submit"]:hover, .woocommerce-page .btn-type-outlined.btn-default.button:hover, .woocommerce-page button.btn-type-outlined.btn-default[type='submit']:hover, .woocommerce-account .woocommerce-MyAccount-navigation ul li a.btn-type-outlined.btn-default:hover, .search-form .btn-type-outlined.btn-default.search-submit:hover, .btn:visited.btn-type-outlined.btn-default:hover, input[type="button"]:visited.btn-type-outlined.btn-default:hover,
input[type="reset"]:visited.btn-type-outlined.btn-default:hover,
input[type="submit"]:visited.btn-type-outlined.btn-default:hover, .woocommerce-page .button:visited.btn-type-outlined.btn-default:hover, .woocommerce-page button[type='submit']:visited.btn-type-outlined.btn-default:hover, .woocommerce-account .woocommerce-MyAccount-navigation ul li a:visited.btn-type-outlined.btn-default:hover, .search-form .search-submit:visited.btn-type-outlined.btn-default:hover {
  background-color: #8c8c8c;
  color: #ffffff;
}

.btn.btn-type-outlined.btn-primary, input.btn-type-outlined.btn-primary[type="button"],
input.btn-type-outlined.btn-primary[type="reset"],
input.btn-type-outlined.btn-primary[type="submit"], .woocommerce-page .btn-type-outlined.btn-primary.button, .woocommerce-page button.btn-type-outlined.btn-primary[type='submit'], .woocommerce-account .woocommerce-MyAccount-navigation ul li a.btn-type-outlined.btn-primary, .search-form .btn-type-outlined.btn-primary.search-submit, .btn:visited.btn-type-outlined.btn-primary, input[type="button"]:visited.btn-type-outlined.btn-primary,
input[type="reset"]:visited.btn-type-outlined.btn-primary,
input[type="submit"]:visited.btn-type-outlined.btn-primary, .woocommerce-page .button:visited.btn-type-outlined.btn-primary, .woocommerce-page button[type='submit']:visited.btn-type-outlined.btn-primary, .woocommerce-account .woocommerce-MyAccount-navigation ul li a:visited.btn-type-outlined.btn-primary, .search-form .search-submit:visited.btn-type-outlined.btn-primary {
  border-width: 2px;
  border-style: solid;
  background: none;
  border-color: #b69853;
  color: #b69853;
}

.btn.btn-type-outlined.btn-primary:hover, input.btn-type-outlined.btn-primary[type="button"]:hover,
input.btn-type-outlined.btn-primary[type="reset"]:hover,
input.btn-type-outlined.btn-primary[type="submit"]:hover, .woocommerce-page .btn-type-outlined.btn-primary.button:hover, .woocommerce-page button.btn-type-outlined.btn-primary[type='submit']:hover, .woocommerce-account .woocommerce-MyAccount-navigation ul li a.btn-type-outlined.btn-primary:hover, .search-form .btn-type-outlined.btn-primary.search-submit:hover, .btn:visited.btn-type-outlined.btn-primary:hover, input[type="button"]:visited.btn-type-outlined.btn-primary:hover,
input[type="reset"]:visited.btn-type-outlined.btn-primary:hover,
input[type="submit"]:visited.btn-type-outlined.btn-primary:hover, .woocommerce-page .button:visited.btn-type-outlined.btn-primary:hover, .woocommerce-page button[type='submit']:visited.btn-type-outlined.btn-primary:hover, .woocommerce-account .woocommerce-MyAccount-navigation ul li a:visited.btn-type-outlined.btn-primary:hover, .search-form .search-submit:visited.btn-type-outlined.btn-primary:hover {
  background: #b69853;
  color: #ffffff;
}

.btn.btn-type-outlined.btn-black, input.btn-type-outlined.btn-black[type="button"],
input.btn-type-outlined.btn-black[type="reset"],
input.btn-type-outlined.btn-black[type="submit"], .woocommerce-page .btn-type-outlined.btn-black.button, .woocommerce-page button.btn-type-outlined.btn-black[type='submit'], .woocommerce-account .woocommerce-MyAccount-navigation ul li a.btn-type-outlined.btn-black, .search-form .btn-type-outlined.btn-black.search-submit, .btn:visited.btn-type-outlined.btn-black, input[type="button"]:visited.btn-type-outlined.btn-black,
input[type="reset"]:visited.btn-type-outlined.btn-black,
input[type="submit"]:visited.btn-type-outlined.btn-black, .woocommerce-page .button:visited.btn-type-outlined.btn-black, .woocommerce-page button[type='submit']:visited.btn-type-outlined.btn-black, .woocommerce-account .woocommerce-MyAccount-navigation ul li a:visited.btn-type-outlined.btn-black, .search-form .search-submit:visited.btn-type-outlined.btn-black {
  border: 2px solid #282b2d;
  color: #282b2d;
  background: none;
}

.btn.btn-type-outlined.btn-black:hover, input.btn-type-outlined.btn-black[type="button"]:hover,
input.btn-type-outlined.btn-black[type="reset"]:hover,
input.btn-type-outlined.btn-black[type="submit"]:hover, .woocommerce-page .btn-type-outlined.btn-black.button:hover, .woocommerce-page button.btn-type-outlined.btn-black[type='submit']:hover, .woocommerce-account .woocommerce-MyAccount-navigation ul li a.btn-type-outlined.btn-black:hover, .search-form .btn-type-outlined.btn-black.search-submit:hover, .btn:visited.btn-type-outlined.btn-black:hover, input[type="button"]:visited.btn-type-outlined.btn-black:hover,
input[type="reset"]:visited.btn-type-outlined.btn-black:hover,
input[type="submit"]:visited.btn-type-outlined.btn-black:hover, .woocommerce-page .button:visited.btn-type-outlined.btn-black:hover, .woocommerce-page button[type='submit']:visited.btn-type-outlined.btn-black:hover, .woocommerce-account .woocommerce-MyAccount-navigation ul li a:visited.btn-type-outlined.btn-black:hover, .search-form .search-submit:visited.btn-type-outlined.btn-black:hover {
  background-color: #282b2d;
  color: #ffffff;
}

.btn.btn-type-outlined.btn-white, input.btn-type-outlined.btn-white[type="button"],
input.btn-type-outlined.btn-white[type="reset"],
input.btn-type-outlined.btn-white[type="submit"], .woocommerce-page .btn-type-outlined.btn-white.button, .woocommerce-page button.btn-type-outlined.btn-white[type='submit'], .woocommerce-account .woocommerce-MyAccount-navigation ul li a.btn-type-outlined.btn-white, .search-form .btn-type-outlined.btn-white.search-submit, .btn:visited.btn-type-outlined.btn-white, input[type="button"]:visited.btn-type-outlined.btn-white,
input[type="reset"]:visited.btn-type-outlined.btn-white,
input[type="submit"]:visited.btn-type-outlined.btn-white, .woocommerce-page .button:visited.btn-type-outlined.btn-white, .woocommerce-page button[type='submit']:visited.btn-type-outlined.btn-white, .woocommerce-account .woocommerce-MyAccount-navigation ul li a:visited.btn-type-outlined.btn-white, .search-form .search-submit:visited.btn-type-outlined.btn-white {
  border: 2px solid #ffffff;
  color: #ffffff;
}

.btn.btn-type-outlined.btn-white:hover, input.btn-type-outlined.btn-white[type="button"]:hover,
input.btn-type-outlined.btn-white[type="reset"]:hover,
input.btn-type-outlined.btn-white[type="submit"]:hover, .woocommerce-page .btn-type-outlined.btn-white.button:hover, .woocommerce-page button.btn-type-outlined.btn-white[type='submit']:hover, .woocommerce-account .woocommerce-MyAccount-navigation ul li a.btn-type-outlined.btn-white:hover, .search-form .btn-type-outlined.btn-white.search-submit:hover, .btn:visited.btn-type-outlined.btn-white:hover, input[type="button"]:visited.btn-type-outlined.btn-white:hover,
input[type="reset"]:visited.btn-type-outlined.btn-white:hover,
input[type="submit"]:visited.btn-type-outlined.btn-white:hover, .woocommerce-page .button:visited.btn-type-outlined.btn-white:hover, .woocommerce-page button[type='submit']:visited.btn-type-outlined.btn-white:hover, .woocommerce-account .woocommerce-MyAccount-navigation ul li a:visited.btn-type-outlined.btn-white:hover, .search-form .search-submit:visited.btn-type-outlined.btn-white:hover {
  background-color: #ffffff;
  color: #282b2d;
}

/******************************************************************

Stylesheet: Animations Styles

******************************************************************/
.animated {
  animation-duration: .5s;
  animation-fill-mode: both;
}

.pulse:hover, .pulsing {
  animation-name: pulse;
  -webkit-animation-name: pulse;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  cursor: pointer;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.2);
    opacity: 0,7;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes slideDown {
  0% {
    transform: translateY(-8em);
  }
  100% {
    transform: translateY(0);
  }
}

.animated.slideDown {
  animation-name: slideDown;
}

@keyframes slideUp {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-8em);
  }
}

.animated.slideUp {
  animation-name: slideUp;
}

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

.fadeIn {
  animation-name: fadeIn;
}

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

.fadeOut {
  animation-name: fadeOut;
}

.kenburns {
  animation-name: kenburns;
}

.kenburnsreverse {
  animation-name: kenburnsreverse;
}

.kanimate {
  animation-fill-mode: both;
  animation-duration: 30s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  /* Safari and Chrome */
  transform-origin: 100% 100%;
  -moz-animation-iteration-count: 1;
  -moz-animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
}

@keyframes kenburns {
  0% {
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
  }
}

/**
 * kenburns Reverse
 */

@keyframes kenburnsreverse {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}

/* = Base : 12. Base

-------------------------------------------------------------- */
/* 12.1 Body */
body {
  overflow-x: hidden;
  background-color: #ffffff;
}

/* 12.2 Pace.js */
.pace {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: -1;
  transform: translate3d(0, 0, 0);
  position: fixed;
  margin: auto;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 1;
  overflow: hidden;
  height: 75px;
}

.pace .pace-progress {
  display: block;
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  width: 100%;
  background: #282b2d;
}

@media (max-width: 768px) {
  .pace {
    height: 65px !important;
    margin-top: 0 !important;
    margin-left: 0 !important;
  }
}

.header-boxed .pace {
  width: 77.77778%;
  margin-left: 11.11111%;
}

.header-fullwidth .pace {
  width: 100%;
}

/* 12.3 Reusable */
hr {
  width: 77.77778%;
  margin-right: 11.11111%;
  margin-top: 4%;
  padding: 0;
  height: 1px;
  border: 0;
  background: #eaeaea;
}

hr.dash {
  margin: 18px 0 24px;
  width: 30px;
  padding: 0;
  height: 1px;
  border: 0;
  background-color: #b69853;
}

.boxed-row, .wplook-shortcode.shortcode-row.boxed-row {
  width: 77.77778%;
  margin-left: 11.11111%;
}

.aligncenter {
  text-align: center;
}

/* 12.4 Image Placeholder */
.image-placeholder {
  position: relative;
  display: block;
  overflow: hidden;
}

.image-placeholder img {
  display: block;
  position: absolute;
  width: 100%;
  height: auto !important;
  top: 0;
  left: 0;
  transition: all 400ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.image-placeholder img.img-loaded {
  visibility: visible;
  opacity: 1;
}

.image-placeholder.loading-finished img, .image-placeholder.is-finished img {
  opacity: 1;
}

/* 12.5 Type */
ul,
ol,
dl,
dd,
dt,
blockquote,
td,
th {
  line-height: 1.65em;
}

ul,
ol {
  margin-bottom: 1.65em;
}

ul ul,
ol ol,
ul ol,
ol ul {
  margin-left: 1.65em;
}

ol ol li {
  list-style-type: lower-alpha;
}

ol ol ol li {
  list-style-type: lower-roman;
}

dl,
table,
fieldset,
address {
  margin-top: 1.65em;
  margin-bottom: 1.65em;
}

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

sup {
  bottom: 1ex;
}

sub {
  top: .5ex;
}

small {
  font-size: smaller;
}

big {
  font-size: 125%;
}

s,
del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted #eaeaea;
  cursor: help;
}

ins,
u {
  text-decoration: underline;
}

mark {
  background-color: #fffcda;
  text-decoration: none;
}

pre,
code,
kbd,
samp,
var,
output {
  font-size: 90%;
  font-style: normal;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

pre {
  font-size: 100%;
  line-height: 1.5;
  margin-bottom: 2em;
  overflow: auto;
}

code,
samp,
kbd {
  padding: 4px 6px;
  border-radius: 2px;
}

@media (max-width: 35.5em) {
  code,
  samp,
  kbd {
    padding: 2px 4px;
  }
}

code {
  background: #f2f2f2;
  border: 1px solid #e7e7e7;
}

pre code {
  display: inline-block;
  min-width: 65%;
  font-size: 100%;
  border: none;
  padding: 12px 24px;
  margin: 0;
  background: none;
  border-left: 4px solid #eaeaea;
  line-height: 1.65em;
}

var {
  color: rgba(0, 0, 0, 0.5);
}

samp {
  display: table;
  float: left;
  margin: 3px 8px 0 0;
  background: #eaeaea;
  border: 1px solid #d8d8d8;
}

samp.red-pastel {
  background: red;
  border: 1px solid #db0000;
}

samp.green-pastel {
  background: green;
  border: 1px solid #005c00;
}

kbd {
  background: black;
  color: rgba(255, 255, 255, 0.85);
  white-space: nowrap;
}

code,
kbd,
tt,
var,
samp,
pre {
  font-family: monospace, serif;
  font-size: 14px;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

@media (max-width: 35.5em) {
  code,
  kbd,
  tt,
  var,
  samp,
  pre {
    font-size: .765em;
  }
}

cite {
  display: block;
  margin-top: 1em;
  font-style: italic;
  font-size: 1rem;
}

cite:before {
  padding-right: 8px;
  content: "\2014 ";
}

dd {
  margin-left: 0;
  font-size: 0.9em;
  color: #8c8c8c;
  margin-bottom: 1.5em;
}

embed,
object,
video,
.wp-video {
  width: 100% !important;
  max-width: 100%;
}

.fluid-width-video-wrapper iframe {
  margin-bottom: 0;
}

.mejs-container {
  width: 100% !important;
  height: auto !important;
  padding-top: 57%;
}

.mejs-overlay, .mejs-poster {
  width: 100% !important;
  height: 100% !important;
}

.mejs-mediaelement video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100% !important;
  height: 100% !important;
}

.wp-audio-shortcode,
.wp-video,
.wp-playlist.wp-audio-playlist {
  font-size: 19px;
  font-size: 1.9rem;
  margin-top: 1.6842em;
  margin-bottom: 1.6842em;
}

.alignleft, img.alignleft {
  margin-right: 2em;
  display: inline;
  float: left;
}

@media only screen and (max-width: 768px) {
  .alignleft, img.alignleft {
    display: block;
    float: none;
    margin: 0 0 2em !important;
  }
}

.alignright, img.alignright {
  margin-left: 2em;
  display: inline;
  float: right;
}

@media only screen and (max-width: 768px) {
  .alignright, img.alignright {
    display: block;
    float: none;
    margin: 0 0 2em !important;
  }
}

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

.size-full {
  width: 100%;
}

.post-password-form {
  max-width: 960px;
  margin: 0 auto;
  padding: 72px 0;
}

.post-password-form input[type="password"] {
  max-width: 100%;
}

.wp-caption {
  position: relative;
  max-width: 100%;
  margin: 1em 0;
  /* images inside wp-caption */
}

.wp-caption img {
  max-width: 100%;
  width: 100%;
}

.wp-caption .wp-caption-text {
  display: block;
  font-size: 18px;
  font-style: italic;
  line-height: 1.5;
  padding: 0.5em 0;
}

table {
  max-width: 100%;
  width: 100%;
  empty-cells: show;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #f2f2f2;
  margin: 2.5% 0 4%;
}

table caption {
  text-transform: uppercase;
  padding: 0 1.0999999999999999em;
  color: #8c8c8c;
  font-size: 14px;
}

table th,
table td {
  border: 1px solid #f2f2f2;
  color: #8c8c8c;
  text-align: left;
  padding: 0.525em 1.0999999999999999em;
}

table tfoot th,
table tfoot td {
  color: #8c8c8c;
}

table thead th,
table thead td {
  color: #282b2d;
  padding: 0.825em 1.0999999999999999em;
  background: #f2f2f2;
}

table.table-hovered tbody tr:hover td {
  color: #282b2d;
}

.gallery {
  width: 100%;
  padding: 0 4%;
  margin: 6% 0;
}

.gallery .gallery-item {
  display: inline-block;
  margin: 0;
  text-align: center;
  width: 33.333333%;
}

@media (max-width: 35.5em) {
  .gallery .gallery-item {
    width: 50%;
  }
}

.gallery.gallery-columns-1 .gallery-item {
  width: 100%;
}

.gallery.gallery-columns-1 .attachment-medium {
  max-width: 100%;
  height: auto;
}

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

.gallery.gallery-columns-2 .attachment-medium {
  max-width: 92%;
  height: auto;
}

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

@media (max-width: 35.5em) {
  .gallery.gallery-columns-4 .gallery-item {
    width: 50%;
  }
}

.gallery.gallery-columns-4 .attachment-thumbnail {
  max-width: 84%;
  height: auto;
}

.gallery img {
  padding: 4%;
}

.gallery .gallery-caption {
  font-size: 16px;
  margin: 0 0 12px;
}

.gallery dl, .gallery td {
  margin: 0;
}

.gallery br + br {
  display: none;
}

/* 12.6 Forms */
input {
  background: none;
}

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"], input[type="week"],
input[type="email"], input[type="number"],
input[type="search"], input[type="tel"],
input[type="time"], input[type="url"],
textarea,
select {
  font-size: 1rem;
  border-width: 1px;
  border-style: solid;
  height: 2.5rem;
  outline: none;
  margin: 0;
  padding: 0 8px;
  width: 100%;
  color: #8c8c8c;
  border-color: rgba(140, 140, 140, 0.25);
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus, input[type="week"]:focus,
input[type="email"]:focus, input[type="number"]:focus,
input[type="search"]:focus, input[type="tel"]:focus,
input[type="time"]:focus, input[type="url"]:focus,
textarea:focus,
select:focus {
  color: #8c8c8c;
  border-color: rgba(140, 140, 140, 0.25);
}

textarea {
  height: auto;
  padding: 8px;
}

.comment-respond textarea,
.comment-respond input[type="text"],
.comment-respond input[type="password"],
.comment-respond input[type="date"],
.comment-respond input[type="datetime"],
.comment-respond input[type="datetime-local"],
.comment-respond input[type="month"],
.comment-respond input[type="week"],
.comment-respond input[type="email"],
.comment-respond input[type="number"],
.comment-respond input[type="search"],
.comment-respond input[type="tel"],
.comment-respond input[type="time"],
.comment-respond input[type="url"],
.comment-respond input[type="submit"] {
  width: 100%;
}

::-webkit-input-placeholder {
  font-weight: normal;
  color: #a1a1a1;
}

::-moz-placeholder {
  font-weight: normal;
  color: #a1a1a1;
  opacity: 1;
}

/* firefox 19+ */
:-ms-input-placeholder {
  font-weight: normal;
  color: #a1a1a1;
}

/* ie */
input:-moz-placeholder {
  font-weight: normal;
  color: #a1a1a1;
}

/* = 19. Shortcodes

-------------------------------------------------------------- */
.wplook-shortcode.shortcode-price-column ul li {
  border-bottom: 1px dotted #ccc;
  padding: 7px 0;
  font-size: 0.85em;
}

/* = 13. Layouts

-------------------------------------------------------------- */
/* 13.1 Grid */
.grid, .wplook-shortcode.shortcode-row.boxed-row .grid {
  min-width: 100%;
  margin-right: -36px !important;
  margin-left: -36px !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.grid [class*='col-'], .wplook-shortcode.shortcode-row.boxed-row .grid [class*='col-'] {
  padding-left: 36px;
  padding-right: 36px;
}

@media (max-width: 768px) {
  .grid, .wplook-shortcode.shortcode-row.boxed-row .grid {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .grid [class*='col-'], .wplook-shortcode.shortcode-row.boxed-row .grid [class*='col-'] {
    width: 100%;
  }
}

/* 13.2 Columns */
.col-1-1 {
  width: 100%;
}

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

.col-2-3, .col-8-12 {
  width: 66.66666667%;
}

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

.col-1-3, .col-4-12 {
  width: 33.33333333%;
}

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

.col-1-6, .col-2-12 {
  width: 16.66666667%;
}

.col-1-12 {
  width: 8.33333333%;
}

/* 13.3 Site */
.site {
  position: relative;
  width: 100%;
  z-index: 2;
  background: #ffffff;
  opacity: 0;
  transition: opacity 0.4s linear;
}

.site.loaded {
  opacity: 1;
}

.site .site-content {
  position: relative;
  overflow-x: hidden;
}

.hero-enable .site {
  -webkit-transform: translate3d(0, 0, 0);
}

/* 13.4 Search */
.search .hentry {
  padding: 96px 0;
  margin: 0 !important;
}

.search .hentry .entry-header {
  width: 100% !important;
}

.search .hentry .entry-header .entry-meta {
  font-size: 14px;
  text-transform: uppercase;
}

@media (max-width: 35.5em) {
  .search .hentry .entry-header .entry-meta {
    font-size: .825em;
    margin-bottom: 6px;
  }
}

.search .hentry .entry-header .entry-meta .comments-link {
  margin-left: 8px;
}

.search .hentry .entry-header .entry-meta .comments-link i {
  margin-right: 2px;
}

.search .hentry .entry-summary {
  padding: 12px 0 0 0;
}

.search .hentry hr {
  display: none;
}

.search .hentry:nth-child(even) {
  background: #f2f2f2;
}

/* 13.5 Page heading */
.page-heading {
  margin: 48px 0;
}

.page-heading .page-title span {
  color: #8c8c8c;
}

/* 13.5.1 Breadcrumbs */
.breadcrumbs {
  display: block;
  margin-bottom: 40px;
}

.breadcrumbs .delimiter {
  margin: 0 5px;
}

/* = 14. Portfolio

-------------------------------------------------------------- */
/* 14.1 Index & VC */
.portfolio-container .tile {
  position: relative;
  float: left;
  margin: 0 !important;
  overflow: hidden;
  height: 50vh;
  width: 100%;
}

.portfolio-container .tile a {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  outline: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
}

.portfolio-container .tile a.no-post-thumbnail {
  background-size: auto;
  background-repeat: repeat;
}

.portfolio-container .tile a .unveil {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.85);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  opacity: 0;
  transition: all 0.4s 0.1s linear;
}

.portfolio-container .tile a .unveil .wrapper {
  position: relative;
  width: auto;
  height: auto;
  padding: 0 64px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  opacity: 0;
  transition: all 400ms ease-out 250ms;
  -khtml-transform: translateY(15%);
  transform: translateY(15%);
}

.portfolio-container .tile a .unveil .wrapper .title {
  color: #fff;
}

.portfolio-container .tile a .unveil .wrapper .meta {
  transition: all 400ms ease-out 250ms;
  -khtml-transform: translateY(25%);
  transform: translateY(25%);
}

.portfolio-container .tile a .unveil .wrapper .meta p {
  color: #888;
}

.portfolio-container .tile:hover .unveil, .portfolio-container .tile:focus .unveil {
  opacity: 1;
}

.portfolio-container .tile:hover .unveil .wrapper, .portfolio-container .tile:focus .unveil .wrapper {
  opacity: 1;
  -khtml-transform: translateY(0);
  transform: translateY(0);
}

.portfolio-container .tile:hover .unveil .wrapper .meta, .portfolio-container .tile:focus .unveil .wrapper .meta {
  -khtml-transform: translateY(0);
  transform: translateY(0);
}

.portfolio-container.one-col .tile {
  width: 100%;
}

.portfolio-container.one-col .tile a .unveil .wrapper {
  padding: 0 72px;
}

@media (max-width: 35.5em) {
  .portfolio-container.one-col .tile a .unveil .wrapper .title {
    font-size: 6.2vw;
  }
}

@media (min-width: 35.5em) {
  .portfolio-container.one-col .tile a .unveil .wrapper .title {
    font-size: 6.2vw;
  }
}

@media (min-width: 40.063em) {
  .portfolio-container.one-col .tile a .unveil .wrapper .title {
    font-size: 6.2vw;
  }
}

@media (min-width: 64em) {
  .portfolio-container.one-col .tile a .unveil .wrapper .title {
    font-size: 5.2vw;
  }
}

@media (min-width: 90.063em) {
  .portfolio-container.one-col .tile a .unveil .wrapper .title {
    font-size: 4.2vw;
  }
}

.portfolio-container.two-cols .tile {
  width: 50%;
}

@media (max-width: 35.5em) {
  .portfolio-container.two-cols .tile {
    width: 100%;
  }
}

@media (min-width: 35.5em) {
  .portfolio-container.two-cols .tile {
    width: 100%;
  }
}

@media (min-width: 40.063em) {
  .portfolio-container.two-cols .tile {
    width: 100%;
  }
}

@media (min-width: 64em) {
  .portfolio-container.two-cols .tile {
    width: 50%;
  }
}

@media (min-width: 90.063em) {
  .portfolio-container.two-cols .tile {
    width: 50%;
  }
}

.portfolio-container.three-cols .tile {
  width: 33.33333%;
}

@media (max-width: 35.5em) {
  .portfolio-container.three-cols .tile {
    width: 100%;
  }
}

@media (min-width: 35.5em) {
  .portfolio-container.three-cols .tile {
    width: 100%;
  }
}

@media (min-width: 40.063em) {
  .portfolio-container.three-cols .tile {
    width: 100%;
  }
}

@media (min-width: 64em) {
  .portfolio-container.three-cols .tile {
    width: 33.33333%;
  }
}

@media (min-width: 90.063em) {
  .portfolio-container.three-cols .tile {
    width: 33.33333%;
  }
}

.portfolio-container.three-cols .tile a .unveil .wrapper {
  padding: 0 48px;
}

@media (max-width: 35.5em) {
  .portfolio-container.three-cols .tile a .unveil .wrapper .title {
    font-size: 1.5em;
  }
}

@media (min-width: 35.5em) {
  .portfolio-container.three-cols .tile a .unveil .wrapper .title {
    font-size: 1.5em;
  }
}

@media (min-width: 40.063em) {
  .portfolio-container.three-cols .tile a .unveil .wrapper .title {
    font-size: 1.5em;
  }
}

@media (min-width: 64em) {
  .portfolio-container.three-cols .tile a .unveil .wrapper .title {
    font-size: 1.5em;
  }
}

@media (min-width: 90.063em) {
  .portfolio-container.three-cols .tile a .unveil .wrapper .title {
    font-size: 2em;
  }
}

@media (max-width: 35.5em) {
  .portfolio-container.three-cols .tile a .unveil .wrapper .meta {
    display: none;
  }
}

@media (min-width: 35.5em) {
  .portfolio-container.three-cols .tile a .unveil .wrapper .meta {
    display: none;
  }
}

@media (min-width: 40.063em) {
  .portfolio-container.three-cols .tile a .unveil .wrapper .meta {
    display: none;
    max-width: 100%;
  }
}

@media (min-width: 64em) {
  .portfolio-container.three-cols .tile a .unveil .wrapper .meta {
    display: block;
  }
}

@media (min-width: 90.063em) {
  .portfolio-container.three-cols .tile a .unveil .wrapper .meta {
    display: block;
    max-width: 85%;
  }
}

.portfolio-container.four-cols .tile {
  width: 25%;
  height: 50vh;
}

@media (max-width: 35.5em) {
  .portfolio-container.four-cols .tile {
    width: 100%;
  }
}

@media (min-width: 35.5em) {
  .portfolio-container.four-cols .tile {
    width: 50%;
  }
}

@media (min-width: 40.063em) {
  .portfolio-container.four-cols .tile {
    width: 50%;
  }
}

@media (min-width: 64em) {
  .portfolio-container.four-cols .tile {
    width: 25%;
    height: 30vh;
  }
}

@media (min-width: 90.063em) {
  .portfolio-container.four-cols .tile {
    width: 25%;
    height: 30vh;
  }
}

.portfolio-container.four-cols .tile a .unveil .wrapper {
  padding: 0 48px;
}

@media (max-width: 35.5em) {
  .portfolio-container.four-cols .tile a .unveil .wrapper .title {
    font-size: 1.2em;
  }
}

@media (min-width: 35.5em) {
  .portfolio-container.four-cols .tile a .unveil .wrapper .title {
    font-size: 1.2em;
  }
}

@media (min-width: 40.063em) {
  .portfolio-container.four-cols .tile a .unveil .wrapper .title {
    font-size: 1.2em;
  }
}

@media (min-width: 64em) {
  .portfolio-container.four-cols .tile a .unveil .wrapper .title {
    font-size: 1.2em;
  }
}

@media (min-width: 90.063em) {
  .portfolio-container.four-cols .tile a .unveil .wrapper .title {
    font-size: 1.5em;
  }
}

@media (max-width: 35.5em) {
  .portfolio-container.four-cols .tile a .unveil .wrapper .meta {
    display: none;
  }
}

@media (min-width: 35.5em) {
  .portfolio-container.four-cols .tile a .unveil .wrapper .meta {
    display: none;
  }
}

@media (min-width: 40.063em) {
  .portfolio-container.four-cols .tile a .unveil .wrapper .meta {
    display: none;
    max-width: 100%;
  }
}

@media (min-width: 64em) {
  .portfolio-container.four-cols .tile a .unveil .wrapper .meta {
    display: block;
  }
}

@media (min-width: 90.063em) {
  .portfolio-container.four-cols .tile a .unveil .wrapper .meta {
    display: block;
    max-width: 85%;
  }
}

/* 14.2 Single */
.single-wpl_post_project {
  /* 14.2.1 Project Information */
  /* 14.2.2 Project Content */
  /* 14.2.3 Project Slider */
}

.single-wpl_post_project .project-information {
  padding: 150px 0;
  background-size: cover;
  background-position: center;
  position: relative;
  background-color: #f2f2f2;
}

.single-wpl_post_project .project-information.no-post-thumbnail {
  padding-bottom: 75px;
  background-size: auto;
  background-repeat: repeat;
}

.single-wpl_post_project .project-information.no-post-thumbnail .overlay {
  display: none;
}

.single-wpl_post_project .project-information.layout-slider-top {
  background-image: none !important;
}

.single-wpl_post_project .project-information.layout-slider-top .overlay {
  display: none;
}

.single-wpl_post_project .project-information .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  top: 0;
  left: 0;
  z-index: 99;
}

.single-wpl_post_project .project-information .boxed-row {
  z-index: 999;
  position: relative;
  margin-top: 75px;
}

.single-wpl_post_project .project-information .title-section {
  float: left;
  width: 75%;
  padding: 0 0 90px;
}

.single-wpl_post_project .project-information .title-section h1 {
  font-size: 4.2vw;
}

@media (max-width: 35.5em) {
  .single-wpl_post_project .project-information .title-section h1 {
    font-size: 8.2vw;
  }
}

@media (min-width: 35.5em) {
  .single-wpl_post_project .project-information .title-section h1 {
    font-size: 7.2vw;
  }
}

@media (min-width: 40.063em) {
  .single-wpl_post_project .project-information .title-section h1 {
    font-size: 6.2vw;
  }
}

@media (min-width: 64em) {
  .single-wpl_post_project .project-information .title-section h1 {
    font-size: 5.2vw;
  }
}

@media (min-width: 90.063em) {
  .single-wpl_post_project .project-information .title-section h1 {
    font-size: 4.2vw;
  }
}

@media (max-width: 35.5em) {
  .single-wpl_post_project .project-information .title-section {
    width: 100%;
    padding: 0 0 36px;
  }
}

.single-wpl_post_project .project-information .title-section .dash {
  margin: 10px 0;
}

.single-wpl_post_project .project-information .title-section .button-container {
  margin: 1.5em 0;
}

.single-wpl_post_project .project-information .info-section {
  float: left;
  width: 25%;
  padding: 12px 0 12px 0;
}

.single-wpl_post_project .project-information .info-section ul {
  margin-left: 0;
}

@media (max-width: 35.5em) {
  .single-wpl_post_project .project-information .info-section {
    display: none;
  }
}

.single-wpl_post_project .project-container {
  padding: 75px 0;
}

.single-wpl_post_project .project-container img {
  margin: 0 -15%;
  width: 130%;
  max-width: 130%;
}

.single-wpl_post_project .project-container .wp-caption {
  text-align: center;
  margin: 75px 0;
  width: 100% !important;
}

.single-wpl_post_project .slider {
  margin: 0;
  background: none;
  border: none;
  height: 100vw;
  max-height: 90vh;
}

.single-wpl_post_project .slider .flex-viewport {
  height: 100%;
}

.single-wpl_post_project .slider .flex-viewport .slides {
  height: 100%;
}

.single-wpl_post_project .slider .flex-viewport .slides li {
  height: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
}

.single-wpl_post_project .slider .flex-viewport .slides li .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px 60px;
  color: #ffffff;
  width: 100%;
}

.single-wpl_post_project .slider .flex-direction-nav li {
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 0;
  height: 100%;
  width: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  opacity: 0;
  transition: opacity 0.5s, background 0.5s;
  margin: 0;
}

.single-wpl_post_project .slider .flex-direction-nav li:hover {
  background: rgba(255, 255, 255, 0.8);
}

.single-wpl_post_project .slider .flex-direction-nav li.flex-nav-prev {
  left: 0;
}

.single-wpl_post_project .slider .flex-direction-nav li.flex-nav-next {
  right: 0;
}

.single-wpl_post_project .slider .flex-direction-nav li a {
  position: static;
  width: 28px;
  opacity: 1;
}

.single-wpl_post_project .slider .flex-direction-nav li a:hover {
  opacity: 1;
}

.single-wpl_post_project .slider .flex-direction-nav li a:before {
  font-family: 'FontAwesome';
  line-height: 40px;
  font-size: 60px;
}

.single-wpl_post_project .slider .flex-direction-nav li a.flex-prev:before {
  content: '\f104';
}

.single-wpl_post_project .slider .flex-direction-nav li a.flex-next:before {
  content: '\f105';
}

.single-wpl_post_project .slider:hover .flex-direction-nav li {
  opacity: 1;
}

.single-wpl_post_project .slider:hover .flex-direction-nav li a {
  opacity: 1;
}

/* = 15. Blog

-------------------------------------------------------------- */
/* 15.1 General */
.blog .heading-area, .archive .heading-area, .category .heading-area, .single-post .heading-area {
  padding: 72px 0;
  margin-bottom: 90px;
  background: #f2f2f2;
}

@media (max-width: 35.5em) {
  .blog .heading-area, .archive .heading-area, .category .heading-area, .single-post .heading-area {
    padding: 48px 0;
  }
}

.blog .heading-area .dash, .archive .heading-area .dash, .category .heading-area .dash, .single-post .heading-area .dash {
  margin-bottom: 0 !important;
}

.blog .hentry, .archive .hentry, .category .hentry, .single-post .hentry {
  margin-top: 90px;
}

.blog .hentry.sticky, .archive .hentry.sticky, .category .hentry.sticky, .single-post .hentry.sticky {
  border-bottom: 2px solid #eaeaea;
  padding-bottom: 4%;
}

.blog .hentry.sticky hr, .archive .hentry.sticky hr, .category .hentry.sticky hr, .single-post .hentry.sticky hr {
  display: none;
}

.blog .hentry .entry-header, .archive .hentry .entry-header, .category .hentry .entry-header, .single-post .hentry .entry-header {
  position: relative;
  width: 50%;
  float: left;
}

@media (max-width: 35.5em) {
  .blog .hentry .entry-header, .archive .hentry .entry-header, .category .hentry .entry-header, .single-post .hentry .entry-header {
    width: 100%;
  }
}

.blog .hentry .entry-header .entry-meta, .archive .hentry .entry-header .entry-meta, .category .hentry .entry-header .entry-meta, .single-post .hentry .entry-header .entry-meta {
  font-size: 14px;
  text-transform: uppercase;
}

@media (max-width: 35.5em) {
  .blog .hentry .entry-header .entry-meta, .archive .hentry .entry-header .entry-meta, .category .hentry .entry-header .entry-meta, .single-post .hentry .entry-header .entry-meta {
    font-size: .825em;
    margin-bottom: 6px;
  }
}

.blog .hentry .entry-header .entry-meta .comments-link, .archive .hentry .entry-header .entry-meta .comments-link, .category .hentry .entry-header .entry-meta .comments-link, .single-post .hentry .entry-header .entry-meta .comments-link {
  margin-left: 8px;
}

.blog .hentry .entry-header .entry-meta .comments-link i, .archive .hentry .entry-header .entry-meta .comments-link i, .category .hentry .entry-header .entry-meta .comments-link i, .single-post .hentry .entry-header .entry-meta .comments-link i {
  margin-right: 2px;
}

.blog .hentry .entry-header .entry-title a, .archive .hentry .entry-header .entry-title a, .category .hentry .entry-header .entry-title a, .single-post .hentry .entry-header .entry-title a {
  color: #282b2d;
}

.blog .hentry .entry-content, .archive .hentry .entry-content, .category .hentry .entry-content, .single-post .hentry .entry-content {
  position: relative;
  float: left;
  width: 50%;
  padding: 1.5% 0 0 8%;
}

@media (max-width: 35.5em) {
  .blog .hentry .entry-content, .archive .hentry .entry-content, .category .hentry .entry-content, .single-post .hentry .entry-content {
    width: 100%;
    padding: 1.5% 0 0 0;
  }
}

.blog .hentry.has-post-thumbnail.size-cropped .post-thumbnail, .blog .hentry.has-post-thumbnail.size-large .post-thumbnail, .archive .hentry.has-post-thumbnail.size-cropped .post-thumbnail, .archive .hentry.has-post-thumbnail.size-large .post-thumbnail, .category .hentry.has-post-thumbnail.size-cropped .post-thumbnail, .category .hentry.has-post-thumbnail.size-large .post-thumbnail, .single-post .hentry.has-post-thumbnail.size-cropped .post-thumbnail, .single-post .hentry.has-post-thumbnail.size-large .post-thumbnail {
  margin: 6% 0;
}

.blog .hentry.has-post-thumbnail.size-large .post-thumbnail, .archive .hentry.has-post-thumbnail.size-large .post-thumbnail, .category .hentry.has-post-thumbnail.size-large .post-thumbnail, .single-post .hentry.has-post-thumbnail.size-large .post-thumbnail {
  text-align: center;
}

.blog .hentry.has-post-thumbnail.size-cropped .post-thumbnail, .archive .hentry.has-post-thumbnail.size-cropped .post-thumbnail, .category .hentry.has-post-thumbnail.size-cropped .post-thumbnail, .single-post .hentry.has-post-thumbnail.size-cropped .post-thumbnail {
  height: 40vh;
  background-size: cover;
  background-position: center;
}

.blog .hentry.has-post-thumbnail.size-small .entry-header, .archive .hentry.has-post-thumbnail.size-small .entry-header, .category .hentry.has-post-thumbnail.size-small .entry-header, .single-post .hentry.has-post-thumbnail.size-small .entry-header {
  width: 35%;
  padding: 0 4% 0 0;
}

.blog .hentry.has-post-thumbnail.size-small .entry-content, .archive .hentry.has-post-thumbnail.size-small .entry-content, .category .hentry.has-post-thumbnail.size-small .entry-content, .single-post .hentry.has-post-thumbnail.size-small .entry-content {
  width: 35%;
  float: left;
  padding: 0 4% 0 0;
}

.blog .hentry.has-post-thumbnail.size-small .post-thumbnail, .archive .hentry.has-post-thumbnail.size-small .post-thumbnail, .category .hentry.has-post-thumbnail.size-small .post-thumbnail, .single-post .hentry.has-post-thumbnail.size-small .post-thumbnail {
  width: 30%;
  float: right;
  text-align: right;
}

.blog .hentry:last-of-type, .archive .hentry:last-of-type, .category .hentry:last-of-type, .single-post .hentry:last-of-type {
  margin-bottom: 90px;
}

.blog .hentry:last-of-type > hr, .archive .hentry:last-of-type > hr, .category .hentry:last-of-type > hr, .single-post .hentry:last-of-type > hr {
  display: none;
}

.blog .hentry:last-of-type .post-thumbnail, .archive .hentry:last-of-type .post-thumbnail, .category .hentry:last-of-type .post-thumbnail, .single-post .hentry:last-of-type .post-thumbnail {
  margin-bottom: 0;
}

/* 15.2 Single Post */
.single-post .hentry .entry-header, .single-post .hentry .entry-content, .single-post .product .entry-header, .single-post .product .entry-content, .page .hentry .entry-header, .page .hentry .entry-content, .page .product .entry-header, .page .product .entry-content, .woocommerce-page .hentry .entry-header, .woocommerce-page .hentry .entry-content, .woocommerce-page .product .entry-header, .woocommerce-page .product .entry-content {
  width: 100%;
  float: none;
}

.single-post .hentry:first-of-type > hr, .single-post .product:first-of-type > hr, .page .hentry:first-of-type > hr, .page .product:first-of-type > hr, .woocommerce-page .hentry:first-of-type > hr, .woocommerce-page .product:first-of-type > hr {
  display: block;
}

.single-post .hentry .entry-header, .single-post .product .entry-header, .page .hentry .entry-header, .page .product .entry-header, .woocommerce-page .hentry .entry-header, .woocommerce-page .product .entry-header {
  padding-top: 0;
}

@media (max-width: 35.5em) {
  .single-post .hentry .entry-header, .single-post .product .entry-header, .page .hentry .entry-header, .page .product .entry-header, .woocommerce-page .hentry .entry-header, .woocommerce-page .product .entry-header {
    padding-bottom: 24px;
  }
}

.single-post .hentry .entry-author, .single-post .product .entry-author, .page .hentry .entry-author, .page .product .entry-author, .woocommerce-page .hentry .entry-author, .woocommerce-page .product .entry-author {
  margin: 72px 0;
  text-align: center;
}

@media (max-width: 35.5em) {
  .single-post .hentry .entry-author, .single-post .product .entry-author, .page .hentry .entry-author, .page .product .entry-author, .woocommerce-page .hentry .entry-author, .woocommerce-page .product .entry-author {
    margin: 48px 0;
  }
}

@media (min-width: 35.5em) {
  .single-post .hentry .entry-author, .single-post .product .entry-author, .page .hentry .entry-author, .page .product .entry-author, .woocommerce-page .hentry .entry-author, .woocommerce-page .product .entry-author {
    margin: 72px 0;
  }
}

.single-post .hentry .entry-author .dash, .single-post .product .entry-author .dash, .page .hentry .entry-author .dash, .page .product .entry-author .dash, .woocommerce-page .hentry .entry-author .dash, .woocommerce-page .product .entry-author .dash {
  margin: 24px auto 48px;
}

.single-post .hentry .entry-author span, .single-post .product .entry-author span, .page .hentry .entry-author span, .page .product .entry-author span, .woocommerce-page .hentry .entry-author span, .woocommerce-page .product .entry-author span {
  display: block;
}

.single-post .hentry .entry-author span.avatar img, .single-post .product .entry-author span.avatar img, .page .hentry .entry-author span.avatar img, .page .product .entry-author span.avatar img, .woocommerce-page .hentry .entry-author span.avatar img, .woocommerce-page .product .entry-author span.avatar img {
  border-radius: 50%;
}

.single-post .hentry .post-thumbnail, .single-post .product .post-thumbnail, .page .hentry .post-thumbnail, .page .product .post-thumbnail, .woocommerce-page .hentry .post-thumbnail, .woocommerce-page .product .post-thumbnail {
  margin-bottom: 72px;
}

.single-post .hentry .entry-content, .single-post .product .entry-content, .page .hentry .entry-content, .page .product .entry-content, .woocommerce-page .hentry .entry-content, .woocommerce-page .product .entry-content {
  padding: 0 10%;
}

@media (max-width: 35.5em) {
  .single-post .hentry .entry-content, .single-post .product .entry-content, .page .hentry .entry-content, .page .product .entry-content, .woocommerce-page .hentry .entry-content, .woocommerce-page .product .entry-content {
    padding: 0;
  }
}

.single-post .hentry.sidebar-full-width .entry-content, .single-post .hentry.sidebar-none .entry-content, .single-post .product.sidebar-full-width .entry-content, .single-post .product.sidebar-none .entry-content, .page .hentry.sidebar-full-width .entry-content, .page .hentry.sidebar-none .entry-content, .page .product.sidebar-full-width .entry-content, .page .product.sidebar-none .entry-content, .woocommerce-page .hentry.sidebar-full-width .entry-content, .woocommerce-page .hentry.sidebar-none .entry-content, .woocommerce-page .product.sidebar-full-width .entry-content, .woocommerce-page .product.sidebar-none .entry-content {
  padding: 0;
}

.single-post .hentry .entry-footer, .single-post .product .entry-footer, .page .hentry .entry-footer, .page .product .entry-footer, .woocommerce-page .hentry .entry-footer, .woocommerce-page .product .entry-footer {
  margin-bottom: 6%;
}

@media (max-width: 35.5em) {
  .single-post .hentry .entry-footer, .single-post .product .entry-footer, .page .hentry .entry-footer, .page .product .entry-footer, .woocommerce-page .hentry .entry-footer, .woocommerce-page .product .entry-footer {
    margin-bottom: 15%;
  }
}

.single-post .hentry .entry-footer .cat-links, .single-post .hentry .entry-footer .tags-links, .single-post .product .entry-footer .cat-links, .single-post .product .entry-footer .tags-links, .page .hentry .entry-footer .cat-links, .page .hentry .entry-footer .tags-links, .page .product .entry-footer .cat-links, .page .product .entry-footer .tags-links, .woocommerce-page .hentry .entry-footer .cat-links, .woocommerce-page .hentry .entry-footer .tags-links, .woocommerce-page .product .entry-footer .cat-links, .woocommerce-page .product .entry-footer .tags-links {
  margin-right: 24px;
}

.single-post .hentry.sidebar-left .entry-content, .single-post .hentry.sidebar-right .entry-content, .single-post .product.sidebar-left .entry-content, .single-post .product.sidebar-right .entry-content, .page .hentry.sidebar-left .entry-content, .page .hentry.sidebar-right .entry-content, .page .product.sidebar-left .entry-content, .page .product.sidebar-right .entry-content, .woocommerce-page .hentry.sidebar-left .entry-content, .woocommerce-page .hentry.sidebar-right .entry-content, .woocommerce-page .product.sidebar-left .entry-content, .woocommerce-page .product.sidebar-right .entry-content {
  width: 75%;
}

@media (max-width: 35.5em) {
  .single-post .hentry.sidebar-left .entry-content, .single-post .hentry.sidebar-right .entry-content, .single-post .product.sidebar-left .entry-content, .single-post .product.sidebar-right .entry-content, .page .hentry.sidebar-left .entry-content, .page .hentry.sidebar-right .entry-content, .page .product.sidebar-left .entry-content, .page .product.sidebar-right .entry-content, .woocommerce-page .hentry.sidebar-left .entry-content, .woocommerce-page .hentry.sidebar-right .entry-content, .woocommerce-page .product.sidebar-left .entry-content, .woocommerce-page .product.sidebar-right .entry-content {
    width: 100%;
  }
}

@media (min-width: 35.5em) {
  .single-post .hentry.sidebar-left .entry-content, .single-post .hentry.sidebar-right .entry-content, .single-post .product.sidebar-left .entry-content, .single-post .product.sidebar-right .entry-content, .page .hentry.sidebar-left .entry-content, .page .hentry.sidebar-right .entry-content, .page .product.sidebar-left .entry-content, .page .product.sidebar-right .entry-content, .woocommerce-page .hentry.sidebar-left .entry-content, .woocommerce-page .hentry.sidebar-right .entry-content, .woocommerce-page .product.sidebar-left .entry-content, .woocommerce-page .product.sidebar-right .entry-content {
    width: 100%;
  }
}

@media (min-width: 40.063em) {
  .single-post .hentry.sidebar-left .entry-content, .single-post .hentry.sidebar-right .entry-content, .single-post .product.sidebar-left .entry-content, .single-post .product.sidebar-right .entry-content, .page .hentry.sidebar-left .entry-content, .page .hentry.sidebar-right .entry-content, .page .product.sidebar-left .entry-content, .page .product.sidebar-right .entry-content, .woocommerce-page .hentry.sidebar-left .entry-content, .woocommerce-page .hentry.sidebar-right .entry-content, .woocommerce-page .product.sidebar-left .entry-content, .woocommerce-page .product.sidebar-right .entry-content {
    width: 75%;
  }
}

.single-post .hentry.sidebar-left.sidebar-left .entry-content, .single-post .hentry.sidebar-right.sidebar-left .entry-content, .single-post .product.sidebar-left.sidebar-left .entry-content, .single-post .product.sidebar-right.sidebar-left .entry-content, .page .hentry.sidebar-left.sidebar-left .entry-content, .page .hentry.sidebar-right.sidebar-left .entry-content, .page .product.sidebar-left.sidebar-left .entry-content, .page .product.sidebar-right.sidebar-left .entry-content, .woocommerce-page .hentry.sidebar-left.sidebar-left .entry-content, .woocommerce-page .hentry.sidebar-right.sidebar-left .entry-content, .woocommerce-page .product.sidebar-left.sidebar-left .entry-content, .woocommerce-page .product.sidebar-right.sidebar-left .entry-content {
  padding-left: 2%;
  padding-right: 0;
  float: right;
}

.single-post .hentry.sidebar-left.sidebar-right .entry-content, .single-post .hentry.sidebar-right.sidebar-right .entry-content, .single-post .product.sidebar-left.sidebar-right .entry-content, .single-post .product.sidebar-right.sidebar-right .entry-content, .page .hentry.sidebar-left.sidebar-right .entry-content, .page .hentry.sidebar-right.sidebar-right .entry-content, .page .product.sidebar-left.sidebar-right .entry-content, .page .product.sidebar-right.sidebar-right .entry-content, .woocommerce-page .hentry.sidebar-left.sidebar-right .entry-content, .woocommerce-page .hentry.sidebar-right.sidebar-right .entry-content, .woocommerce-page .product.sidebar-left.sidebar-right .entry-content, .woocommerce-page .product.sidebar-right.sidebar-right .entry-content {
  padding-right: 2%;
  padding-left: 0;
  float: left;
}

.single-post .hentry.sidebar-left .widget-area, .single-post .hentry.sidebar-right .widget-area, .single-post .product.sidebar-left .widget-area, .single-post .product.sidebar-right .widget-area, .page .hentry.sidebar-left .widget-area, .page .hentry.sidebar-right .widget-area, .page .product.sidebar-left .widget-area, .page .product.sidebar-right .widget-area, .woocommerce-page .hentry.sidebar-left .widget-area, .woocommerce-page .hentry.sidebar-right .widget-area, .woocommerce-page .product.sidebar-left .widget-area, .woocommerce-page .product.sidebar-right .widget-area {
  width: 25%;
}

@media (max-width: 35.5em) {
  .single-post .hentry.sidebar-left .widget-area, .single-post .hentry.sidebar-right .widget-area, .single-post .product.sidebar-left .widget-area, .single-post .product.sidebar-right .widget-area, .page .hentry.sidebar-left .widget-area, .page .hentry.sidebar-right .widget-area, .page .product.sidebar-left .widget-area, .page .product.sidebar-right .widget-area, .woocommerce-page .hentry.sidebar-left .widget-area, .woocommerce-page .hentry.sidebar-right .widget-area, .woocommerce-page .product.sidebar-left .widget-area, .woocommerce-page .product.sidebar-right .widget-area {
    width: 100%;
  }
}

@media (min-width: 35.5em) {
  .single-post .hentry.sidebar-left .widget-area, .single-post .hentry.sidebar-right .widget-area, .single-post .product.sidebar-left .widget-area, .single-post .product.sidebar-right .widget-area, .page .hentry.sidebar-left .widget-area, .page .hentry.sidebar-right .widget-area, .page .product.sidebar-left .widget-area, .page .product.sidebar-right .widget-area, .woocommerce-page .hentry.sidebar-left .widget-area, .woocommerce-page .hentry.sidebar-right .widget-area, .woocommerce-page .product.sidebar-left .widget-area, .woocommerce-page .product.sidebar-right .widget-area {
    width: 100%;
  }
}

@media (min-width: 40.063em) {
  .single-post .hentry.sidebar-left .widget-area, .single-post .hentry.sidebar-right .widget-area, .single-post .product.sidebar-left .widget-area, .single-post .product.sidebar-right .widget-area, .page .hentry.sidebar-left .widget-area, .page .hentry.sidebar-right .widget-area, .page .product.sidebar-left .widget-area, .page .product.sidebar-right .widget-area, .woocommerce-page .hentry.sidebar-left .widget-area, .woocommerce-page .hentry.sidebar-right .widget-area, .woocommerce-page .product.sidebar-left .widget-area, .woocommerce-page .product.sidebar-right .widget-area {
    width: 25%;
  }
}

.single-post .hentry.sidebar-left.sidebar-left .widget-area, .single-post .hentry.sidebar-right.sidebar-left .widget-area, .single-post .product.sidebar-left.sidebar-left .widget-area, .single-post .product.sidebar-right.sidebar-left .widget-area, .page .hentry.sidebar-left.sidebar-left .widget-area, .page .hentry.sidebar-right.sidebar-left .widget-area, .page .product.sidebar-left.sidebar-left .widget-area, .page .product.sidebar-right.sidebar-left .widget-area, .woocommerce-page .hentry.sidebar-left.sidebar-left .widget-area, .woocommerce-page .hentry.sidebar-right.sidebar-left .widget-area, .woocommerce-page .product.sidebar-left.sidebar-left .widget-area, .woocommerce-page .product.sidebar-right.sidebar-left .widget-area {
  float: left;
}

.single-post .hentry.sidebar-left.sidebar-right .widget-area, .single-post .hentry.sidebar-right.sidebar-right .widget-area, .single-post .product.sidebar-left.sidebar-right .widget-area, .single-post .product.sidebar-right.sidebar-right .widget-area, .page .hentry.sidebar-left.sidebar-right .widget-area, .page .hentry.sidebar-right.sidebar-right .widget-area, .page .product.sidebar-left.sidebar-right .widget-area, .page .product.sidebar-right.sidebar-right .widget-area, .woocommerce-page .hentry.sidebar-left.sidebar-right .widget-area, .woocommerce-page .hentry.sidebar-right.sidebar-right .widget-area, .woocommerce-page .product.sidebar-left.sidebar-right .widget-area, .woocommerce-page .product.sidebar-right.sidebar-right .widget-area {
  float: right;
}

/* 15.3 Comments */
#disqus_thread {
  padding: 6% 10%;
}

@media (max-width: 35.5em) {
  #disqus_thread {
    padding: 15% 0;
  }
}

.comments-area, #disqus_thread, .woocommerce-Reviews {
  padding: 6% 10%;
}

@media (max-width: 35.5em) {
  .comments-area, #disqus_thread, .woocommerce-Reviews {
    padding: 15% 0;
  }
}

.comments-area hr.dash, #disqus_thread hr.dash, .woocommerce-Reviews hr.dash {
  margin: 48px auto;
}

@media (max-width: 35.5em) {
  .comments-area hr.dash, #disqus_thread hr.dash, .woocommerce-Reviews hr.dash {
    margin: 24px auto;
  }
}

.comments-area .comments-title, #disqus_thread .comments-title, .woocommerce-Reviews .comments-title {
  text-align: center;
}

.comments-area article, #disqus_thread article, .woocommerce-Reviews article {
  padding: 48px 0 0;
  margin: 0;
}

.comments-area .comment-list, .comments-area .commentlist, #disqus_thread .comment-list, #disqus_thread .commentlist, .woocommerce-Reviews .comment-list, .woocommerce-Reviews .commentlist {
  list-style: none;
  padding: 0;
  margin: 17px 0 0 !important;
}

.comments-area .comment-list li, .comments-area .commentlist li, #disqus_thread .comment-list li, #disqus_thread .commentlist li, .woocommerce-Reviews .comment-list li, .woocommerce-Reviews .commentlist li {
  margin-top: 6px;
  padding-bottom: 48px;
  border-bottom: 1px solid #f1f1f1;
}

.comments-area .comment-list li:last-child, .comments-area .commentlist li:last-child, #disqus_thread .comment-list li:last-child, #disqus_thread .commentlist li:last-child, .woocommerce-Reviews .comment-list li:last-child, .woocommerce-Reviews .commentlist li:last-child {
  border: none;
}

.comments-area .comment-list .children, .comments-area .commentlist .children, #disqus_thread .comment-list .children, #disqus_thread .commentlist .children, .woocommerce-Reviews .comment-list .children, .woocommerce-Reviews .commentlist .children {
  width: 100%;
  list-style: none;
}

@media (max-width: 35.5em) {
  .comments-area .comment-list .children, .comments-area .commentlist .children, #disqus_thread .comment-list .children, #disqus_thread .commentlist .children, .woocommerce-Reviews .comment-list .children, .woocommerce-Reviews .commentlist .children {
    padding: 0;
    margin-top: 24px;
  }
}

.comments-area .comment-list .children li, .comments-area .commentlist .children li, #disqus_thread .comment-list .children li, #disqus_thread .commentlist .children li, .woocommerce-Reviews .comment-list .children li, .woocommerce-Reviews .commentlist .children li {
  border-left: 1px dotted #ddd;
  padding: 24px;
  padding-right: 0;
  border-radius: 3px;
}

.comments-area .comment-list .children li .comment-content, .comments-area .commentlist .children li .comment-content, #disqus_thread .comment-list .children li .comment-content, #disqus_thread .commentlist .children li .comment-content, .woocommerce-Reviews .comment-list .children li .comment-content, .woocommerce-Reviews .commentlist .children li .comment-content {
  padding-left: 0;
}

.comments-area .comment-list .children li article, .comments-area .commentlist .children li article, #disqus_thread .comment-list .children li article, #disqus_thread .commentlist .children li article, .woocommerce-Reviews .comment-list .children li article, .woocommerce-Reviews .commentlist .children li article {
  padding: 0;
}

.comments-area .comment-list .children li article .comment-reply-link, .comments-area .commentlist .children li article .comment-reply-link, #disqus_thread .comment-list .children li article .comment-reply-link, #disqus_thread .commentlist .children li article .comment-reply-link, .woocommerce-Reviews .comment-list .children li article .comment-reply-link, .woocommerce-Reviews .commentlist .children li article .comment-reply-link {
  padding-left: 0;
}

.comments-area .comment, #disqus_thread .comment, .woocommerce-Reviews .comment {
  padding: 0;
}

.comments-area .comment .comment-meta, #disqus_thread .comment .comment-meta, .woocommerce-Reviews .comment .comment-meta {
  position: relative;
}

.comments-area .comment .comment-author, #disqus_thread .comment .comment-author, .woocommerce-Reviews .comment .comment-author {
  overflow: hidden;
}

.comments-area .comment .comment-author img, #disqus_thread .comment .comment-author img, .woocommerce-Reviews .comment .comment-author img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
}

.comments-area .comment .comment-author .fn, #disqus_thread .comment .comment-author .fn, .woocommerce-Reviews .comment .comment-author .fn {
  display: inline-block;
  padding: 0;
  margin: 0 0 0 10px;
  text-transform: capitalize;
  font-weight: normal;
  line-height: 26px;
  vertical-align: top;
}

.comments-area .comment .comment-author .says, #disqus_thread .comment .comment-author .says, .woocommerce-Reviews .comment .comment-author .says {
  display: none;
}

.comments-area .comment .comment-metadata, #disqus_thread .comment .comment-metadata, .woocommerce-Reviews .comment .comment-metadata {
  position: absolute;
  left: 54px;
  top: 24px;
}

.comments-area .comment .comment-metadata time, #disqus_thread .comment .comment-metadata time, .woocommerce-Reviews .comment .comment-metadata time {
  font-size: 14px;
  color: #8c8c8c;
}

.comments-area .comment .comment-content, #disqus_thread .comment .comment-content, .woocommerce-Reviews .comment .comment-content {
  padding-left: 54px;
  margin: 15px 0 10px 0;
}

.comments-area .comment .comment-reply-link, #disqus_thread .comment .comment-reply-link, .woocommerce-Reviews .comment .comment-reply-link {
  padding-left: 54px;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

@media (max-width: 35.5em) {
  .comments-area .comment .comment-reply-link, #disqus_thread .comment .comment-reply-link, .woocommerce-Reviews .comment .comment-reply-link {
    font-size: 12px;
  }
}

.comments-area .comment-edit-link, #disqus_thread .comment-edit-link, .woocommerce-Reviews .comment-edit-link {
  margin-left: 6px;
  font-size: 16px;
}

.comment-awaiting-moderation {
  font-style: italic;
  font-size: 14px;
}

.comment-respond {
  margin: 0px 0 30px 0;
}

.comment-respond #reply-title {
  text-align: center;
}

.comment-respond #reply-title a {
  font-size: 14px;
  color: #b69853;
}

.comment-respond label {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 7px;
  font-size: .8em;
}

.comment-respond .logged-in-as,
.comment-respond .comment-notes {
  text-align: center;
  margin-bottom: 30px;
}

.comment-respond .form-allowed-tags {
  font-family: monospace, monospace;
  font-size: 14px;
  background: #f1f1f1;
  padding: 8px 12px;
}

.comment-respond .form-allowed-tags code {
  font-size: 14px;
}

.comment-respond .bypostauthor {
  display: block;
}

.comment-respond textarea#comment {
  height: 200px;
  line-height: 1.8em;
}

/* 15.4 Pages */
.page .page-header {
  margin: 72px 0;
}

.page .hentry .entry-content {
  padding-bottom: 10%;
}

/* = 18. 404 Page & content-none.php

-------------------------------------------------------------- */
/* 18.1 Both pages */
.not-found {
  padding: 6% 10%;
}

.not-found .page-header {
  text-align: center;
}

.not-found .page-header .page-title {
  margin: 0 auto;
}

.not-found .page-content .message {
  text-align: center;
  margin-bottom: 150px;
}

.not-found .widget, .not-found .search-form {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 40.063em) {
  .not-found .widget, .not-found .search-form {
    max-width: 70%;
  }
}

/* 18.2 Error 404 page */
.error404 .page-container {
  padding-top: 150px;
}

.error-404 .search-form {
  margin-bottom: 48px;
}

/* = 21. WooCommerce

-------------------------------------------------------------- */
/* 21.1 Global */
.woocommerce-page .onsale {
  position: absolute;
  top: 0;
  right: 16px;
  background-color: #b69853;
  padding: 5px 7px 4px;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 0.9em;
  font-weight: bold;
}

.woocommerce-page .price {
  line-height: 32px;
}

.woocommerce-page .price ins, .woocommerce-page .price .amount {
  text-decoration: none;
  font-weight: bold;
  font-size: 1em;
  margin-left: 3px;
  color: #b69853;
}

.woocommerce-page .price del .amount {
  color: #8c8c8c;
}

.woocommerce-page .hidden {
  display: none;
}

.woocommerce-page .quantity {
  display: inline-block;
}

.woocommerce-page .quantity input {
  width: 50px;
}

.woocommerce-page .woocommerce-message, .woocommerce-page .woocommerce-Message {
  background: #f2f2f2;
  margin-bottom: 20px;
  padding: 10px;
}

.woocommerce-page .woocommerce-message .btn, .woocommerce-page .woocommerce-message input[type="button"], .woocommerce-page .woocommerce-message
input[type="reset"], .woocommerce-page .woocommerce-message
input[type="submit"], .woocommerce-page .woocommerce-message .button, .woocommerce-page .woocommerce-message button[type='submit'], .woocommerce-page .woocommerce-message .woocommerce-account .woocommerce-MyAccount-navigation ul li a, .woocommerce-account .woocommerce-MyAccount-navigation ul li .woocommerce-page .woocommerce-message a, .woocommerce-page .woocommerce-message .search-form .search-submit, .search-form .woocommerce-page .woocommerce-message .search-submit, .woocommerce-page .woocommerce-Message .btn, .woocommerce-page .woocommerce-Message input[type="button"], .woocommerce-page .woocommerce-Message
input[type="reset"], .woocommerce-page .woocommerce-Message
input[type="submit"], .woocommerce-page .woocommerce-Message .button, .woocommerce-page .woocommerce-Message button[type='submit'], .woocommerce-page .woocommerce-Message .woocommerce-account .woocommerce-MyAccount-navigation ul li a, .woocommerce-account .woocommerce-MyAccount-navigation ul li .woocommerce-page .woocommerce-Message a, .woocommerce-page .woocommerce-Message .search-form .search-submit, .search-form .woocommerce-page .woocommerce-Message .search-submit {
  vertical-align: middle;
  margin-right: 10px;
  margin-bottom: 0;
}

.woocommerce-page .woocommerce-password-strength {
  text-align: center;
  color: #282b2d;
  padding: 3px .5em;
  font-size: 1em;
}

.woocommerce-page .woocommerce-password-strength.strong {
  background-color: #c1e1b9;
  border-color: #83c373;
}

.woocommerce-page .woocommerce-password-strength.short {
  background-color: #f1adad;
  border-color: #e35b5b;
}

.woocommerce-page .woocommerce-password-strength.bad {
  background-color: #fbc5a9;
  border-color: #f78b53;
}

.woocommerce-page .woocommerce-password-strength.good {
  background-color: #ffe399;
  border-color: #ffc733;
}

.woocommerce-page .woocommerce-password-hint {
  margin: .5em 0 0 0;
  display: block;
}

/* 21.2 Shop Listing */
.woocommerce-page .hentry:last-of-type {
  margin-bottom: 0;
}

.woocommerce-page .boxed-row > .entry-content {
  padding: 0 10%;
}

@media (max-width: 35.5em) {
  .woocommerce-page .boxed-row > .entry-content {
    padding: 0;
  }
}

.woocommerce-page .boxed-row > .entry-content.has-sidebar {
  padding-left: 2%;
  padding-right: 0;
  width: 75%;
  float: right;
}

@media (max-width: 35.5em) {
  .woocommerce-page .boxed-row > .entry-content.has-sidebar {
    width: 100%;
  }
}

@media (min-width: 35.5em) {
  .woocommerce-page .boxed-row > .entry-content.has-sidebar {
    width: 100%;
  }
}

@media (min-width: 40.063em) {
  .woocommerce-page .boxed-row > .entry-content.has-sidebar {
    width: 75%;
  }
}

.woocommerce-page .boxed-row > .widget-area {
  float: left;
  width: 25%;
}

@media (max-width: 35.5em) {
  .woocommerce-page .boxed-row > .widget-area {
    width: 100%;
  }
}

@media (min-width: 35.5em) {
  .woocommerce-page .boxed-row > .widget-area {
    width: 100%;
  }
}

@media (min-width: 40.063em) {
  .woocommerce-page .boxed-row > .widget-area {
    width: 25%;
  }
}

.woocommerce-page .title-row {
  margin-bottom: 80px;
}

.woocommerce-page .pre-loop {
  margin-bottom: 40px;
}

.woocommerce-page .pre-loop .woocommerce-result-count {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  width: 50%;
  float: left;
}

.woocommerce-page .pre-loop .woocommerce-ordering {
  width: 50%;
  float: right;
  text-align: right;
}

.woocommerce-page .pre-loop .woocommerce-ordering select {
  width: auto;
}

.woocommerce-page .products {
  min-width: 100%;
  margin-right: -16px !important;
  margin-left: -16px !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.woocommerce-page .products .product {
  position: relative;
  margin-bottom: 60px;
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}

@media (min-width: 35.5em) {
  .woocommerce-page .products .product {
    width: 50%;
  }
}

@media (min-width: 64em) {
  .woocommerce-page .products .product {
    width: 33.33333333%;
  }
}

.woocommerce-page .products .product .item-title h3 {
  margin-bottom: 7px;
}

.woocommerce-page .products .product .item-rating {
  margin-bottom: 10px;
}

.woocommerce-page .products .product .item-meta .read-more .add_to_cart_button {
  line-height: 32px;
  font-size: 2em;
  float: right;
}

.woocommerce-page .products .product .item-meta .read-more .added_to_cart {
  font-size: 1rem;
  display: block;
  text-align: right;
}

/* 21.3 Single Product Page */
.single-product .product-information {
  box-sizing: border-box;
  margin-bottom: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.single-product .product-information .woocommerce-product-gallery {
  width: 40%;
  padding-right: 16px;
  position: relative;
}

.single-product .product-information .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
  margin: 0;
}

.single-product .product-information .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
  display: inline-block;
  width: 32%;
  margin-right: 2%;
}

.single-product .product-information .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:first-child {
  width: 100%;
  margin: 0;
}

.single-product .product-information .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:nth-child(3n+1) {
  margin-right: 0;
}

.single-product .product-information .summary {
  width: 60%;
  padding-left: 16px;
}

.single-product .product-information .summary .review-meta {
  margin-left: 20px;
}

.single-product .product-information .summary .review-meta > span:after {
  content: ' | ';
}

.single-product .product-information .summary .review-meta > span:last-child:after {
  content: none;
}

.single-product .product-information .summary .price ins, .single-product .product-information .summary .price .amount {
  font-size: 1.2em;
}

.single-product .product-information .summary .cart {
  margin-bottom: 1.5em;
}

.single-product .product-information .summary .variations_form .variations {
  border: none;
}

.single-product .product-information .summary .variations_form .variations td {
  border: none;
  padding: 0;
}

.single-product .product-information .summary .variations_form .reset_variations {
  display: none;
}

.single-product .panels .panel {
  margin-bottom: 40px;
}

.single-product .panels #reviews {
  padding: 0;
}

.single-product .panels #reviews .woocommerce-comment-meta .comment-image {
  width: 42px;
  float: left;
}

.single-product .panels #reviews .woocommerce-comment-meta .comment-image img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
}

.single-product .panels #reviews .woocommerce-comment-meta .comment-meta {
  float: right;
  width: calc(100% - 42px);
  padding-left: 10px;
}

.single-product .panels #reviews .woocommerce-comment-meta .comment-meta .comment-author .fn {
  margin-left: 0;
}

.single-product .panels #reviews .woocommerce-comment-meta .comment-meta .comment-metadata {
  position: static;
}

.single-product .panels #reviews .comment-content {
  padding-left: 52px;
}

.single-product .panels #reviews #review_form .stars span a {
  font-size: 1px;
  letter-spacing: -1px;
  color: transparent;
}

.single-product .panels #reviews #review_form .stars span a:before {
  font-family: 'FontAwesome';
  content: "\f006";
  font-size: 18px;
  letter-spacing: normal;
  color: #8c8c8c;
}

.single-product .panels #reviews #review_form .stars span a.color:before {
  content: "\f005";
  color: #b69853;
}

.single-product .panels #reviews #review_form .comment-form-rating .stars {
  height: 30px;
  margin-bottom: 0;
}

.single-product .panels #reviews #review_form .comment-form-comment .required {
  display: none;
}

.single-product .product > .products {
  margin: 0 !important;
}

/* 21.4 Basket Page */
.woocommerce-cart .shop_table {
  margin-top: 0;
}

.woocommerce-cart .shop_table .product-thumbnail {
  width: 15%;
}

.woocommerce-cart .shop_table .product-remove {
  text-align: center;
}

.woocommerce-cart .shop_table tr:last-child .coupon {
  margin-bottom: 20px;
}

.woocommerce-cart .shop_table tr:last-child .coupon label {
  display: none;
}

.woocommerce-cart .shop_table tr:last-child .coupon .input-text {
  width: 260px;
  margin-right: 10px;
  margin-bottom: 5px;
}

/* 21.5 Checkout Page */
.woocommerce-checkout .woocommerce-info {
  margin-bottom: 1.5em;
}

.woocommerce-checkout .required {
  border-bottom: none;
  text-decoration: none;
}

.woocommerce-checkout .select2-container .select2-choice {
  border-color: rgba(140, 140, 140, 0.25);
}

.woocommerce-checkout .select2-container .select2-choice > .select2-chosen {
  color: #8c8c8c;
}

.woocommerce-checkout #payment {
  background: #f2f2f2;
  color: #282b2d;
  border-radius: 5px;
}

.woocommerce-checkout #payment ul.payment_methods {
  text-align: left;
  padding: 1em;
  border-bottom: 1px solid #d9d8d8;
  margin: 0;
  list-style: none outside;
}

.woocommerce-checkout #payment ul.payment_methods li {
  line-height: 2;
  text-align: left;
  margin: 0;
  font-weight: normal;
}

.woocommerce-checkout #payment ul.payment_methods li input {
  margin: 0 1em 0 0;
}

.woocommerce-checkout #payment ul.payment_methods li img {
  vertical-align: middle;
  margin: -2px 0 0 .5em;
  padding: 0;
  position: relative;
  box-shadow: none;
  max-width: 40px;
}

.woocommerce-checkout #payment ul.payment_methods li img + img {
  margin-left: 2px;
}

.woocommerce-checkout #payment ul.payment_methods li label {
  font-weight: bold;
  -webkit-font-smoothing: auto;
}

.woocommerce-checkout #payment ul.payment_methods li label a {
  font-weight: normal;
}

.woocommerce-checkout #payment div.form-row {
  padding: 1em;
}

.woocommerce-checkout #payment div.payment_box {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 1em;
  margin: 1em 0 1em 0;
  font-size: 0.92em;
  border-radius: 2px;
  line-height: 1.5;
  background-color: #e5e5e5;
  color: #313131;
}

.woocommerce-checkout #payment div.payment_box input[type='checkbox'] {
  -webkit-appearance: checkbox;
  margin-right: 0.5em;
  vertical-align: middle;
}

.woocommerce-checkout #payment div.payment_box input[type='radio'] {
  -webkit-appearance: radio;
  margin-right: 0.5em;
  vertical-align: middle;
}

.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods {
  list-style: none outside;
  margin: 0;
}

.woocommerce-checkout #payment div.payment_box .wc-credit-card-form {
  border: 0;
  padding: 0;
  margin: 1em 0 0;
}

.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc {
  font-size: 1.5em;
  padding: 8px;
  background-repeat: no-repeat;
  background-position: right .618em center;
  background-size: 32px 20px;
}

.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.visa,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.visa,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.visa {
  background-image: url(../../plugins/woocommerce/assets/images/icons/credit-cards/visa.svg);
}

.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.mastercard,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard {
  background-image: url(../../plugins/woocommerce/assets/images/icons/credit-cards/mastercard.svg);
}

.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.laser,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.laser,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.laser {
  background-image: url(../../plugins/woocommerce/assets/images/icons/credit-cards/laser.svg);
}

.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub {
  background-image: url(../../plugins/woocommerce/assets/images/icons/credit-cards/diners.svg);
}

.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.maestro,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.maestro {
  background-image: url(../../plugins/woocommerce/assets/images/icons/credit-cards/maestro.svg);
}

.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.jcb,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.jcb {
  background-image: url(../../plugins/woocommerce/assets/images/icons/credit-cards/jcb.svg);
}

.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.amex,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.amex,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.amex {
  background-image: url(../../plugins/woocommerce/assets/images/icons/credit-cards/amex.svg);
}

.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.discover,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.discover,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.discover {
  background-image: url(../../plugins/woocommerce/assets/images/icons/credit-cards/discover.svg);
}

.woocommerce-checkout #payment div.payment_box p:last-child {
  margin-bottom: 0;
}

.woocommerce-checkout #payment div.payment_box:before {
  content: "";
  display: block;
  border: 1em solid #e5e5e5;
  /* arrow size / color */
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
  position: absolute;
  top: -.75em;
  left: 0;
  margin: -1em 0 0 2em;
}

.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
  float: right;
  line-height: 52px;
  font-size: 0.83em;
}

.woocommerce-checkout #payment .payment_method_paypal img {
  max-height: 52px;
  vertical-align: middle;
}

/* 21.6 Account Page */
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  display: inline-block;
  margin-bottom: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  margin-bottom: 4px;
}

.woocommerce-account .edit-account fieldset p:last-child {
  margin-bottom: 0;
}

/* 21.7 Widgets */
.woocommerce.widget.widget_rating_filter .wc-layered-nav-rating a:before {
  font-family: 'FontAwesome';
}

.woocommerce.widget.widget_rating_filter .wc-layered-nav-rating a span span {
  display: none;
}

.woocommerce.widget.widget_rating_filter .wc-layered-nav-rating a[href$="min_rating=4"]:before {
  content: '\f005\f005\f005\f005\f006';
}

.woocommerce.widget.widget_rating_filter .wc-layered-nav-rating a[href$="min_rating=3"]:before {
  content: '\f005\f005\f005\f006\f006';
}

.woocommerce.widget.widget_rating_filter .wc-layered-nav-rating a[href$="min_rating=2"]:before {
  content: '\f005\f005\f006\f006\f006';
}

.woocommerce.widget.widget_rating_filter .wc-layered-nav-rating a[href$="min_rating=1"]:before {
  content: '\f005\f006\f006\f006\f006';
}

.woocommerce.widget.widget_shopping_cart .mini_cart_item img {
  display: none;
}

.woocommerce.widget.widget_shopping_cart p.buttons {
  margin-bottom: 0;
}

.woocommerce.widget.widget_price_filter .price_slider {
  margin-bottom: 1em;
}

.woocommerce.widget.widget_price_filter .price_slider_amount {
  line-height: 2.4;
}

.woocommerce.widget.widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
  margin-left: .5em;
  margin-right: .5em;
}

.woocommerce.widget.widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1em;
  height: 1em;
  background-color: #b69853;
  border-radius: 1em;
  cursor: ew-resize;
  outline: none;
  top: -.3em;
  margin-left: -.5em;
}

.woocommerce.widget.widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  border-radius: 1em;
  background-color: #b69853;
}

.woocommerce.widget.widget_price_filter .price_slider_wrapper .ui-widget-content {
  border-radius: 1em;
  background-color: #725e31;
  border: 0;
}

.woocommerce.widget.widget_price_filter .ui-slider-horizontal {
  height: .5em;
}

.woocommerce.widget.widget_price_filter .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.woocommerce.widget.widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
  left: -1px;
}

.woocommerce.widget.widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
  right: -1px;
}

.woocommerce.widget.widget_product_search .screen-reader-text {
  display: none;
}

.woocommerce.widget.widget_product_search .search-field {
  margin-bottom: 10px;
}

.woocommerce.widget.widget_product_search input[type='submit'] {
  background-color: #b69853;
}

.woocommerce.widget.widget_product_search input[type='submit']:hover {
  color: #ffffff;
  background-color: #a88b47;
}

.woocommerce.widget.widget_recent_reviews .star-rating > span, .woocommerce.widget.widget_top_rated_products .star-rating > span {
  font-size: 0;
}

.woocommerce.widget.widget_recent_reviews .star-rating > span:before, .woocommerce.widget.widget_top_rated_products .star-rating > span:before {
  font-family: 'FontAwesome';
  font-size: 1rem;
}

.woocommerce.widget.widget_recent_reviews .star-rating > span:before, .woocommerce.widget.widget_top_rated_products .star-rating > span:before {
  content: '\f006\f006\f006\f006\f006';
}

.woocommerce.widget.widget_recent_reviews .star-rating > span[style*="width:1"]:before, .woocommerce.widget.widget_top_rated_products .star-rating > span[style*="width:1"]:before {
  content: '\f123\f006\f006\f006\f006';
}

.woocommerce.widget.widget_recent_reviews .star-rating > span[style*="width:2"]:before, .woocommerce.widget.widget_top_rated_products .star-rating > span[style*="width:2"]:before {
  content: '\f005\f006\f006\f006\f006';
}

.woocommerce.widget.widget_recent_reviews .star-rating > span[style*="width:3"]:before, .woocommerce.widget.widget_top_rated_products .star-rating > span[style*="width:3"]:before {
  content: '\f005\f123\f006\f006\f006';
}

.woocommerce.widget.widget_recent_reviews .star-rating > span[style*="width:4"]:before, .woocommerce.widget.widget_top_rated_products .star-rating > span[style*="width:4"]:before {
  content: '\f005\f005\f006\f006\f006';
}

.woocommerce.widget.widget_recent_reviews .star-rating > span[style*="width:5"]:before, .woocommerce.widget.widget_top_rated_products .star-rating > span[style*="width:5"]:before {
  content: '\f005\f005\f123\f006\f006';
}

.woocommerce.widget.widget_recent_reviews .star-rating > span[style*="width:6"]:before, .woocommerce.widget.widget_top_rated_products .star-rating > span[style*="width:6"]:before {
  content: '\f005\f005\f005\f006\f006';
}

.woocommerce.widget.widget_recent_reviews .star-rating > span[style*="width:7"]:before, .woocommerce.widget.widget_top_rated_products .star-rating > span[style*="width:7"]:before {
  content: '\f005\f005\f005\f123\f006';
}

.woocommerce.widget.widget_recent_reviews .star-rating > span[style*="width:8"]:before, .woocommerce.widget.widget_top_rated_products .star-rating > span[style*="width:8"]:before {
  content: '\f005\f005\f005\f005\f006';
}

.woocommerce.widget.widget_recent_reviews .star-rating > span[style*="width:9"]:before, .woocommerce.widget.widget_top_rated_products .star-rating > span[style*="width:9"]:before {
  content: '\f005\f005\f005\f005\f123';
}

.woocommerce.widget.widget_recent_reviews .star-rating > span[style*="width:10"]:before, .woocommerce.widget.widget_top_rated_products .star-rating > span[style*="width:10"]:before {
  content: '\f005\f005\f005\f005\f005';
}

/* = 16. Header

-------------------------------------------------------------- */
/* 16.1 Site Header */
.site-header {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  padding: 0;
  z-index: 9999;
  display: none;
  background-color: #282b2d;
  height: 75px;
  transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
  /* 16.1.1 Site Branding */
  /* 16.1.2 Main Navigation */
  /* 16.1.3 Trigger */
  /* 16.2 Header Settings */
  /* 16.2.1.1 Header Layout: Centered */
  /* 16.2.1.2 Header Layout: Right */
  /* 16.2.1.3 Header Layout: Big */
  /* 16.2.2.1 Header Style: Boxed */
  /* 16.2.2.2 Header Style: Full Width */
  /* 16.2.3 Header Animation */
}

.site-header .content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.site-header .basket i {
  margin-right: 5px;
}

.site-header .site-branding {
  max-width: 25%;
}

.site-header .site-branding a {
  display: block;
  height: 75px;
  padding: 15px 0;
  text-transform: uppercase;
  text-decoration: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

.site-header .site-branding a img {
  height: auto;
  max-height: 100%;
}

.site-header .site-branding .site-title {
  margin: 0;
  padding: 0;
  vertical-align: middle;
  color: #ffffff;
  font-size: 24px;
  height: 45px;
  line-height: 45px;
}

.site-header .main-navigation {
  height: 0;
}

.site-header .main-navigation .menu {
  display: inline-block;
  margin: 0;
  padding: 0;
  text-align: right;
}

.site-header .main-navigation .menu li {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  margin-left: 30px;
  height: 75px;
  line-height: 75px;
  /* 16.3.2.1 Dropdown Navigation */
}

.site-header .main-navigation .menu li a {
  text-decoration: none;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 0.8em;
  color: #ffffff;
}

.site-header .main-navigation .menu li a:hover {
  color: #b69853;
}

.site-header .main-navigation .menu li ul.sub-menu,
.site-header .main-navigation .menu li ul.children {
  position: absolute;
  display: none;
  right: -24px;
  top: 75px;
  padding: 24px 2px;
  margin: 0;
  width: 100%;
  min-width: 240px;
  height: auto;
  z-index: 9999;
  box-shadow: -10px 18px 30px rgba(0, 0, 0, 0.1);
  background-color: #282b2d;
}

.site-header .main-navigation .menu li ul.sub-menu li,
.site-header .main-navigation .menu li ul.children li {
  display: block;
  margin: 0;
  padding: 6px 24px;
  height: auto;
  line-height: 1.5;
}

.site-header .main-navigation .menu li ul.sub-menu li.menu-item-has-children:before,
.site-header .main-navigation .menu li ul.children li.menu-item-has-children:before {
  content: '\f053';
  font-family: 'FontAwesome';
  float: left;
  margin-top: -2px;
}

.site-header .main-navigation .menu li ul.sub-menu li a,
.site-header .main-navigation .menu li ul.children li a {
  display: block;
}

.site-header .main-navigation .menu li ul.sub-menu li ul,
.site-header .main-navigation .menu li ul.children li ul {
  right: 100%;
  top: -24px;
}

.site-header .main-navigation .menu li ul.sub-menu li ul ul li:before,
.site-header .main-navigation .menu li ul.children li ul ul li:before {
  display: none;
}

.site-header .main-navigation .menu > li:first-child {
  margin-left: 0;
}

.site-header .main-navigation .menu > li:last-child {
  margin-right: 0;
}

.site-header .trigger {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 75px;
  height: 75px;
  margin: 0;
  margin-top: -37.5px;
  padding: 0;
  text-align: center;
  font-size: 2.5em;
  color: #b69853;
  line-height: 75px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

.site-header .basket, .site-header .site-branding, .site-header .main-navigation {
  opacity: 0;
  transition: opacity 0.4s linear;
}

.site-header.active .basket, .site-header.active .site-branding, .site-header.active .main-navigation {
  opacity: 1;
}

.site-header.active .main-navigation {
  height: 75px;
}

.site-header.header-centered .wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.site-header.header-centered .site-branding {
  text-align: center;
}

.site-header.header-centered .left-menu .menu, .site-header.header-centered .right-menu .menu {
  margin: 0;
  text-align: left;
}

.site-header.header-centered .left-menu .menu li ul.sub-menu,
.site-header.header-centered .left-menu .menu li ul.children, .site-header.header-centered .right-menu .menu li ul.sub-menu,
.site-header.header-centered .right-menu .menu li ul.children {
  left: -24px;
}

.site-header.header-centered .left-menu .menu li ul.sub-menu ul li:before,
.site-header.header-centered .left-menu .menu li ul.children ul li:before, .site-header.header-centered .right-menu .menu li ul.sub-menu ul li:before,
.site-header.header-centered .right-menu .menu li ul.children ul li:before {
  display: none;
}

.site-header.header-centered .left-menu .menu li {
  margin-left: 30px;
}

.site-header.header-centered .left-menu .menu li:first-child {
  margin-left: 0;
}

.site-header.header-centered .left-menu .menu li ul.sub-menu li.menu-item-has-children:before,
.site-header.header-centered .left-menu .menu li ul.children li.menu-item-has-children:before {
  float: right;
  content: '\f054';
}

.site-header.header-centered .left-menu .menu li ul.sub-menu li ul,
.site-header.header-centered .left-menu .menu li ul.children li ul {
  right: auto;
  left: 100%;
}

.site-header.header-centered .right-menu .menu li {
  margin-left: 0;
  margin-right: 30px;
}

.site-header.header-centered .right-menu .menu li ul.sub-menu li.menu-item-has-children:before,
.site-header.header-centered .right-menu .menu li ul.children li.menu-item-has-children:before {
  margin-right: 10px;
}

.site-header.header-centered .right-menu .menu li ul.sub-menu li ul,
.site-header.header-centered .right-menu .menu li ul.children li ul {
  right: 100%;
  left: auto;
}

.site-header.header-right .site-branding {
  -ms-flex-order: 2;
      order: 2;
}

.site-header.header-right .main-navigation {
  -ms-flex-order: 1;
      order: 1;
}

.site-header.header-right .main-navigation .menu {
  text-align: left;
}

.site-header.header-right .main-navigation .menu > li:first-child {
  margin-left: 0;
}

.site-header.header-right .main-navigation .menu li ul.sub-menu,
.site-header.header-right .main-navigation .menu li ul.children {
  right: auto;
  left: -24px;
}

.site-header.header-right .main-navigation .menu li ul.sub-menu li.menu-item-has-children:before,
.site-header.header-right .main-navigation .menu li ul.children li.menu-item-has-children:before {
  float: right;
  content: '\f054';
}

.site-header.header-right .main-navigation .menu li ul.sub-menu li ul,
.site-header.header-right .main-navigation .menu li ul.children li ul {
  right: auto;
  left: 100%;
}

.site-header.header-big {
  height: 150px;
}

.site-header.header-big .content {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
}

.site-header.header-big .site-branding {
  width: 100%;
  max-width: 100%;
}

.site-header.header-big .main-navigation ul {
  text-align: center;
}

.site-header.header-boxed {
  width: 77.77778%;
  margin-right: 11.11111%;
}

.site-header.header-boxed .wrapper {
  width: 100%;
  margin-left: 0;
  padding: 0 90px 0 45px;
}

.site-header.header-boxed.closed, .site-header.header-boxed.automatically-closed {
  background-color: #b69853;
}

.site-header.header-boxed.closed:hover, .site-header.header-boxed.closed:focus, .site-header.header-boxed.automatically-closed:hover, .site-header.header-boxed.automatically-closed:focus {
  background-color: #282b2d;
  width: 77.77778%;
}

.site-header.header-full-width {
  width: 100%;
}

.site-header.header-full-width .wrapper {
  width: 77.77778%;
  margin-left: 11.11111%;
}

.site-header.header-full-width.header-big {
  height: 150px;
}

.site-header.closed, .site-header.automatically-closed {
  width: 75px;
  height: 75px;
  padding: 0;
}

.site-header.closed .basket, .site-header.closed .site-branding, .site-header.closed .main-navigation, .site-header.automatically-closed .basket, .site-header.automatically-closed .site-branding, .site-header.automatically-closed .main-navigation {
  visibility: hidden;
  opacity: 0;
  height: 0;
}

.site-header.closed .trigger, .site-header.automatically-closed .trigger {
  color: #ffffff;
  opacity: 1;
}

.site-header.closed:hover, .site-header.closed .is-swipped, .site-header.automatically-closed:hover, .site-header.automatically-closed .is-swipped {
  width: 100%;
}

.site-header.closed:hover .basket, .site-header.closed:hover .site-branding, .site-header.closed:hover .main-navigation, .site-header.closed .is-swipped .basket, .site-header.closed .is-swipped .site-branding, .site-header.closed .is-swipped .main-navigation, .site-header.automatically-closed:hover .basket, .site-header.automatically-closed:hover .site-branding, .site-header.automatically-closed:hover .main-navigation, .site-header.automatically-closed .is-swipped .basket, .site-header.automatically-closed .is-swipped .site-branding, .site-header.automatically-closed .is-swipped .main-navigation {
  visibility: visible;
  transition: opacity 0.4s 0.5s linear;
  opacity: 1;
  height: 75px;
}

.site-header.closed:hover .trigger, .site-header.closed .is-swipped .trigger, .site-header.automatically-closed:hover .trigger, .site-header.automatically-closed .is-swipped .trigger {
  -khtml-transform: rotate(180deg);
  transform: rotate(180deg);
}

.site-header.closed:hover.header-big, .site-header.closed .is-swipped.header-big, .site-header.automatically-closed:hover.header-big, .site-header.automatically-closed .is-swipped.header-big {
  height: 150px;
}

.site-header.closed:hover.header-big .main-navigation, .site-header.closed .is-swipped.header-big .main-navigation, .site-header.automatically-closed:hover.header-big .main-navigation, .site-header.automatically-closed .is-swipped.header-big .main-navigation {
  height: 150px;
}

/* 16.1.4 WP Admin Bar fix */
body.admin-bar .site-header, body.admin-bar > .pace, body.admin-bar .trigger-mobile-nav, body.admin-bar .trigger-mobile-nav .fa {
  top: 32px;
}

@media screen and (max-width: 782px) {
  body.admin-bar .site-header, body.admin-bar > .pace, body.admin-bar .trigger-mobile-nav, body.admin-bar .trigger-mobile-nav .fa {
    top: 46px;
  }
}

/* 16.1.5 Header Mobile */
@media screen and (min-width: 769px) {
  .site-header.active {
    display: block !important;
  }
}

body.mobile-menu-active {
  overflow-y: hidden;
}

.trigger-mobile-nav {
  position: fixed;
  top: 0;
  right: 0;
  width: 65px;
  height: 65px;
  line-height: 65px;
  z-index: 9999;
  display: none;
  background: #b69853;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.trigger-mobile-nav.active {
  width: 100vw;
  height: 100vh;
  background: #282b2d;
}

.trigger-mobile-nav.active > .fa {
  color: #b69853;
  -khtml-transform: rotate(180deg);
  transform: rotate(180deg);
}

.trigger-mobile-nav.active .main-navigation, .trigger-mobile-nav.active .site-branding {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 768px) {
  .trigger-mobile-nav {
    display: block !important;
  }
}

.trigger-mobile-nav:hover {
  cursor: pointer;
}

.trigger-mobile-nav > .fa {
  position: fixed;
  top: 0;
  right: 0;
  font-size: 2.2em;
  text-align: center;
  width: 65px;
  height: 65px;
  line-height: 65px;
  color: #ffffff;
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

.trigger-mobile-nav .site-branding {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  line-height: 65px;
  visibility: hidden;
  opacity: 0;
}

.trigger-mobile-nav .site-branding a {
  display: block;
  height: 65px;
  width: 100%;
  margin-top: 20px;
}

.trigger-mobile-nav .site-branding a img {
  max-height: 100%;
  width: auto;
}

.trigger-mobile-nav .site-branding .site-title {
  margin: 0;
  padding: 0;
  line-height: 65px;
  vertical-align: middle;
}

.trigger-mobile-nav .site-branding .site-title a {
  font-size: 24px;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
}

.trigger-mobile-nav .main-navigation {
  position: absolute;
  padding: 0;
  margin: 0;
  width: 100%;
  text-align: center;
  overflow-y: scroll;
  max-height: 80vh;
  margin-top: 32px;
  visibility: hidden;
  opacity: 0;
  top: 50%;
  transform: translateY(-50%);
}

.trigger-mobile-nav .main-navigation .menu > li {
  position: relative;
  display: block;
  margin: 2em 0;
  padding: 0;
  /*
                /* Dropdown Navigation
                /*/
}

.trigger-mobile-nav .main-navigation .menu > li a {
  text-transform: uppercase;
  font-size: 1.1em;
  letter-spacing: 1px;
}

.trigger-mobile-nav .main-navigation .menu > li a:hover {
  color: #ffffff;
}

.trigger-mobile-nav .main-navigation .menu > li ul.sub-menu,
.trigger-mobile-nav .main-navigation .menu > li ul.children {
  position: relative;
  padding: 0;
  margin: 0 0 8px 0;
  background: transparent;
}

.trigger-mobile-nav .main-navigation .menu > li ul.sub-menu li,
.trigger-mobile-nav .main-navigation .menu > li ul.children li {
  display: block;
  line-height: 1.6;
}

.trigger-mobile-nav .main-navigation .menu > li ul.sub-menu li a,
.trigger-mobile-nav .main-navigation .menu > li ul.children li a {
  display: block;
  font-size: 1em;
  text-transform: none;
  color: #8c8c8c;
}

.trigger-mobile-nav .main-navigation .menu > li ul.sub-menu li a:hover,
.trigger-mobile-nav .main-navigation .menu > li ul.children li a:hover {
  color: #ffffff;
}

.trigger-mobile-nav .main-navigation .menu > li ul.sub-menu li ul,
.trigger-mobile-nav .main-navigation .menu > li ul.children li ul {
  margin-top: 1em;
}

/* 16.1.6 Page Container */
.page-container {
  padding-top: 150px;
}

/* 16.2 Hero Area */
.page-hero {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-size: cover;
  background-position: center;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  opacity: 0;
  transition: opacity 0.4s linear;
  /* 16.2.1 Hero Content */
  /* 16.2.2 Background Video */
}

.page-hero.cover:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  z-index: 2;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.4);
}

.page-hero.active {
  opacity: 1;
}

.page-hero .hero-content {
  z-index: 2;
  width: 100%;
}

.page-hero .hero-content .inner {
  width: 65%;
  margin-left: 11.11111%;
}

@media (max-width: 35.5em) {
  .page-hero .hero-content .inner {
    width: 85%;
  }
}

.page-hero .hero-content .inner h1 {
  font-size: 7.2vw;
  color: #ffffff;
}

@media (max-width: 35.5em) {
  .page-hero .hero-content .inner h1 {
    font-size: 11.2vw;
  }
}

@media (min-width: 35.5em) {
  .page-hero .hero-content .inner h1 {
    font-size: 10.2vw;
  }
}

@media (min-width: 40.063em) {
  .page-hero .hero-content .inner h1 {
    font-size: 9.2vw;
  }
}

@media (min-width: 64em) {
  .page-hero .hero-content .inner h1 {
    font-size: 8.2vw;
  }
}

@media (min-width: 90.063em) {
  .page-hero .hero-content .inner h1 {
    font-size: 7.2vw;
  }
}

.page-hero .hero-content .inner h2 {
  color: #ffffff;
}

.page-hero #video-bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: 1;
}

.page-hero #video-bg:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  z-index: 2;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.4);
}

.page-hero #video-bg > video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-aspect-ratio: 16 / 9) {
  .page-hero #video-bg > video {
    height: 300%;
    top: -100%;
  }
}

@media (max-aspect-ratio: 16 / 9) {
  .page-hero #video-bg > video {
    width: 300%;
    left: -100%;
  }
}

@supports (object-fit: cover) {
  .page-hero #video-bg > video {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.page-hero #skip {
  position: absolute;
  bottom: 48px;
  z-index: 4;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.7);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
}

.page-hero #skip a {
  color: #ffffff;
  outline: 0;
  margin-top: 7px;
  display: inline-block;
}

.page-hero .wplook-google-map {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

/* = Navigation : Pagination

-------------------------------------------------------------- */
.post-navigation, .posts-navigation, .woocommerce-pagination {
  padding: 40px 0;
  background: #f2f2f2;
}

@media (max-width: 35.5em) {
  .post-navigation, .posts-navigation, .woocommerce-pagination {
    text-align: center;
  }
}

.post-navigation .wrapper, .post-navigation .nav-links, .posts-navigation .wrapper, .posts-navigation .nav-links, .woocommerce-pagination .wrapper, .woocommerce-pagination .nav-links {
  width: 77.77778%;
  margin-left: 11.11111%;
}

.post-navigation .screen-reader-text, .posts-navigation .screen-reader-text, .woocommerce-pagination .screen-reader-text {
  display: none;
}

.post-navigation .post, .posts-navigation .post, .woocommerce-pagination .post {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.post-navigation .post .arrow, .posts-navigation .post .arrow, .woocommerce-pagination .post .arrow {
  font-size: 56px;
  color: #ccc;
  padding-right: 20px;
}

.post-navigation .post .content .hint, .posts-navigation .post .content .hint, .woocommerce-pagination .post .content .hint {
  text-transform: uppercase;
  font-size: 0.8em;
  color: #b69853;
}

.post-navigation .post .content h4, .posts-navigation .post .content h4, .woocommerce-pagination .post .content h4 {
  margin-bottom: 0;
}

.post-navigation .post .content .description, .posts-navigation .post .content .description, .woocommerce-pagination .post .content .description {
  color: #8c8c8c;
}

.post-navigation .post.next, .posts-navigation .post.next, .woocommerce-pagination .post.next {
  text-align: right;
  -ms-flex-pack: end;
      justify-content: flex-end;
}

.post-navigation .post.next .arrow, .posts-navigation .post.next .arrow, .woocommerce-pagination .post.next .arrow {
  padding-left: 20px;
}

.post-navigation .post.previous, .posts-navigation .post.previous, .woocommerce-pagination .post.previous {
  text-align: left;
}

.post-navigation .all-posts, .posts-navigation .all-posts, .woocommerce-pagination .all-posts {
  text-align: center;
  margin: 0;
  margin-top: 40px;
}

.post-navigation .all-posts a, .posts-navigation .all-posts a, .woocommerce-pagination .all-posts a {
  color: #b69853;
}

.post-navigation .all-posts a:hover, .posts-navigation .all-posts a:hover, .woocommerce-pagination .all-posts a:hover {
  color: #a88b47;
}

.posts-navigation .nav-links .arrow {
  font-size: 56px;
  color: #ccc;
  padding-right: 20px;
  vertical-align: -23.5%;
}

.posts-navigation .nav-links .nav-previous {
  float: right;
}

.posts-navigation .nav-links .nav-previous .arrow {
  padding-right: 0;
  padding-left: 20px;
}

.posts-navigation .nav-links .nav-next {
  float: left;
}

/* = Navigation : Widgets

-------------------------------------------------------------- */
.widget {
  border-radius: 3px;
  padding: 36px;
  margin-bottom: 48px;
  background: #f2f2f2;
}

@media (max-width: 35.5em) {
  .widget {
    padding: 24px;
  }
}

@media (min-width: 35.5em) {
  .widget {
    padding: 24px;
  }
}

@media (min-width: 40.063em) {
  .widget {
    padding: 24px;
  }
}

@media (min-width: 64em) {
  .widget {
    padding: 36px;
  }
}

@media (max-width: 768px) {
  .widget {
    max-width: 100%;
    margin-bottom: 36px;
  }
}

.widget .widget-title {
  line-height: 1;
  margin-bottom: 24px;
  color: #282b2d;
}

.widget form {
  margin: 0;
}

.widget form input {
  background: #ffffff;
}

.widget ul,
.widget ol {
  margin: 0;
  list-style: none;
}

.widget ul .children, .widget ul .sub-menu,
.widget ol .children,
.widget ol .sub-menu {
  margin: 6px 0 6px 24px;
}

.widget.widget_recent_entries li {
  padding-bottom: 12px;
}

.widget.widget_recent_entries li .post-date {
  position: relative;
  display: inline-block;
  margin-left: 24px;
}

.widget.widget_recent_entries li .post-date:before {
  position: absolute;
  color: #8c8c8c;
  content: "on";
  top: 0;
  left: -22px;
  width: 20px;
  height: 20px;
}

.widget.widget_recent_comments .recentcomments {
  position: relative;
  padding-left: 32px;
  padding-bottom: 12px;
}

.widget.widget_recent_comments .recentcomments:before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  content: "\f0e5";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
}

.widget.widget_recent_comments .recentcomments .comment-author-link {
  display: inline-block;
}

.widget.widget_recent_comments .recentcomments .comment-author-link a {
  display: inline-block;
  font-size: 1em;
}

.widget.widget_recent_comments .recentcomments a {
  font-size: .9em;
  display: block !important;
}

.widget .tagcloud a {
  color: #8c8c8c;
  border-color: #ccc;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  display: inline-block;
  font-size: 12px !important;
  line-height: 1.2;
  margin-bottom: 5px;
  margin-right: 4px;
  padding: 6px 13px 4px;
  text-transform: uppercase;
  word-wrap: break-word;
  transition: all 0.1s ease;
}

.widget .tagcloud a:hover {
  color: #282b2d;
  border: 1px solid;
}

.widget.widget_rss .widget-title a {
  color: #282b2d;
}

.widget.widget_rss .widget-title a:first-child {
  display: none;
}

.widget.widget_rss li {
  padding-bottom: 12px;
}

.widget.widget_rss li .rss-date {
  display: block;
  font-size: .9em;
}

.widget.widget_rss li .rssSummary {
  display: block;
  margin-top: 24px;
}

.widget.widget_rss li cite {
  padding: 12px 0;
}

.widget.widget_calendar table {
  width: 100%;
  margin: 0;
  border: 0;
}

.widget.widget_calendar table thead, .widget.widget_calendar table tfoot {
  background: none;
}

.widget.widget_calendar table thead th, .widget.widget_calendar table thead td {
  padding: 4px;
  text-align: center;
}

.widget.widget_calendar table thead th {
  font-size: 0.875rem !important;
  font-weight: 700;
  color: #ffffff;
}

.widget.widget_calendar table tr {
  border: none;
}

.widget.widget_calendar table tr th, .widget.widget_calendar table tr td {
  text-align: center;
}

.widget.widget_calendar table tr td {
  padding: 2px;
  font-size: 0.8125rem;
}

.widget.widget_calendar caption {
  font-size: 0.875rem;
  padding: 0 0 10px 0;
  font-weight: normal;
  text-align: left;
  text-transform: uppercase;
}

.widget.widget_calendar #prev {
  text-align: left;
}

.widget.widget_calendar #next {
  text-align: right;
}

.widget.widget_calendar #today {
  font-weight: 700;
}

/* = 17. Footer

-------------------------------------------------------------- */
/* 17.1 Site Footer */
.site-footer {
  position: relative;
  width: 100%;
  z-index: 19;
  padding: 4% 0;
  -webkit-transform: translate3d(0, 0, 0);
  background-color: #282b2d;
  color: #8c8c8c;
  opacity: 0;
  transition: opacity 0.4s linear;
  /* 17.1.1 Site Info */
  /* 17.1.2 Copyright */
  /* 17.1.3 Widgets */
}

.site-footer p {
  color: #8c8c8c;
}

.site-footer a, .site-footer a:visited {
  color: #ffffff;
}

.site-footer a:hover {
  color: #b69853;
}

@media (max-width: 768px) {
  .site-footer {
    padding: 8% 0;
    text-align: center;
  }
}

@media (min-width: 35.5em) {
  .site-footer {
    padding: 6% 0;
  }
}

@media (min-width: 40.063em) {
  .site-footer {
    padding: 4% 0;
  }
}

.site-footer.loaded {
  opacity: 1;
}

.site-footer .site-info {
  position: relative;
  width: 77.77778%;
  margin-left: 11.11111%;
  line-height: 1.575;
}

.site-footer .copyright {
  padding: 24px 0 0 0;
  display: block;
  text-align: left;
}

@media (max-width: 768px) {
  .site-footer .copyright {
    text-align: center;
    font-size: .825em;
  }
}

.site-footer .copyright .wrapper {
  width: 77.77778%;
  margin-left: 11.11111%;
}

.site-footer .copyright .wrapper p {
  margin: 0;
  padding: 0;
}

.site-footer .copyright .wrapper p#wplook {
  margin-top: 1.5em;
}

.site-footer .widget {
  margin-top: 24px;
  margin-bottom: 0;
  padding: 0;
  max-width: 100%;
  background: transparent;
}

.site-footer .widget .widget-title {
  margin-bottom: 24px;
  color: #b69853;
}

.site-footer .widget.widget_recent_entries .post-date {
  position: relative;
  display: inline-block;
  margin-left: 24px;
}

.site-footer .widget.widget_recent_entries .post-date:before {
  color: #ffffff;
  content: " @";
  position: absolute;
  top: 0;
  left: -20px;
  width: 20px;
  height: 20px;
}

.site-footer .widget .tagcloud a {
  color: #8c8c8c !important;
}

.site-footer .widget .tagcloud a:hover {
  border-color: #b69853;
  color: #ffffff !important;
}

/* = 17.1 Search Form

-------------------------------------------------------------- */
.search-form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}

.search-form .screen-reader-text {
  display: none;
}

.search-form label {
  width: calc( 100% - 2.75rem);
  display: inline-block;
}

.search-form .search-submit {
  width: 2.5rem;
  height: 2.5rem;
  display: inline-block;
  font-size: 16px;
  margin: 0;
  padding: 0.5rem;
}
/*# sourceMappingURL=style.css.map */
