@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: 4.0
Requires at least: 5.0
Tested up to: 5.6
Requires PHP: 8.0
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

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

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

/* = Base : 8. Reset

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

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

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

button,
input,
textarea {
  -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 */
.site-footer .copyright .wrapper:after, .site-footer .site-info:after, .post-navigation:after,
.posts-navigation:after,
.woocommerce-pagination:after, .woocommerce-checkout #payment ul.payment_methods li:after, .woocommerce-checkout #payment ul.payment_methods:after, .single-product .product-information:after, .woocommerce-page .pre-loop:after, .portfolio-container:after, .boxed-row:after, .wplook-shortcode.shortcode-row.boxed-row: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 0 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: 0.855em;
    line-height: 1.375;
  }
}
@media (min-width: 35.5em) {
  .site {
    font-size: 0.895em;
    line-height: 1.375;
  }
}
@media (min-width: 40.063em) {
  .site {
    font-size: 0.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;
  }
}

code,
pre {
  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;
  -webkit-transition: border-bottom-color 0.3s ease-in-out;
  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,
.h3,
.h4,
.h5,
h2,
h3,
h4,
h5 {
  margin-bottom: 0.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, .search-form .search-submit, .woocommerce-account .woocommerce-MyAccount-navigation ul li a, .woocommerce-page .button,
.woocommerce-page button[type=submit], input[type=button],
input[type=reset],
input[type=submit],
.btn:visited {
  display: inline-block;
  padding: 12px 18px;
  margin-bottom: 5px;
  vertical-align: top;
  border-radius: 0;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #b69853;
  color: #ffffff;
}
.btn:hover, .search-form .search-submit:hover, .woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover, .woocommerce-page .button:hover,
.woocommerce-page button[type=submit]:hover, input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover,
.btn:visited:hover {
  background-color: rgb(168.1387755102, 138.812244898, 71.3612244898);
  color: rgb(242.25, 242.25, 242.25);
}
.btn.btn-small, .search-form .btn-small.search-submit, .woocommerce-account .woocommerce-MyAccount-navigation ul li a.btn-small, .woocommerce-page .btn-small.button,
.woocommerce-page button.btn-small[type=submit], input.btn-small[type=button],
input.btn-small[type=reset],
input.btn-small[type=submit],
.btn:visited.btn-small {
  padding: 10px 14px;
  font-size: 13px;
}
.btn.btn-large, .search-form .btn-large.search-submit, .woocommerce-account .woocommerce-MyAccount-navigation ul li a.btn-large, .woocommerce-page .btn-large.button,
.woocommerce-page button.btn-large[type=submit], input.btn-large[type=button],
input.btn-large[type=reset],
input.btn-large[type=submit],
.btn:visited.btn-large {
  padding: 16px 24px;
  font-size: 16px;
}
.btn.btn-default, .search-form .btn-default.search-submit, .woocommerce-account .woocommerce-MyAccount-navigation ul li a.btn-default, .woocommerce-page .btn-default.button,
.woocommerce-page button.btn-default[type=submit], input.btn-default[type=button],
input.btn-default[type=reset],
input.btn-default[type=submit],
.btn:visited.btn-default {
  background: #8c8c8c;
  color: #ffffff;
}
.btn.btn-default:hover, .search-form .btn-default.search-submit:hover, .woocommerce-account .woocommerce-MyAccount-navigation ul li a.btn-default:hover, .woocommerce-page .btn-default.button:hover,
.woocommerce-page button.btn-default[type=submit]:hover, input.btn-default[type=button]:hover,
input.btn-default[type=reset]:hover,
input.btn-default[type=submit]:hover,
.btn:visited.btn-default:hover {
  background-color: rgb(127.25, 127.25, 127.25);
}
.btn.btn-primary, .search-form .btn-primary.search-submit, .woocommerce-account .woocommerce-MyAccount-navigation ul li a.btn-primary, .woocommerce-page .btn-primary.button,
.woocommerce-page button.btn-primary[type=submit], input.btn-primary[type=button],
input.btn-primary[type=reset],
input.btn-primary[type=submit],
.btn:visited.btn-primary {
  color: #ffffff;
}
.btn.btn-primary:hover, .search-form .btn-primary.search-submit:hover, .woocommerce-account .woocommerce-MyAccount-navigation ul li a.btn-primary:hover, .woocommerce-page .btn-primary.button:hover,
.woocommerce-page button.btn-primary[type=submit]:hover, input.btn-primary[type=button]:hover,
input.btn-primary[type=reset]:hover,
input.btn-primary[type=submit]:hover,
.btn:visited.btn-primary:hover {
  background-color: #282b2d;
}
.btn.btn-black, .search-form .btn-black.search-submit, .woocommerce-account .woocommerce-MyAccount-navigation ul li a.btn-black, .woocommerce-page .btn-black.button,
.woocommerce-page button.btn-black[type=submit], input.btn-black[type=button],
input.btn-black[type=reset],
input.btn-black[type=submit],
.btn:visited.btn-black {
  background: #282b2d;
  color: #ffffff;
}
.btn.btn-black:hover, .search-form .btn-black.search-submit:hover, .woocommerce-account .woocommerce-MyAccount-navigation ul li a.btn-black:hover, .woocommerce-page .btn-black.button:hover,
.woocommerce-page button.btn-black[type=submit]:hover, input.btn-black[type=button]:hover,
input.btn-black[type=reset]:hover,
input.btn-black[type=submit]:hover,
.btn:visited.btn-black:hover {
  background-color: rgb(100, 107.5, 112.5);
}
.btn.btn-white, .search-form .btn-white.search-submit, .woocommerce-account .woocommerce-MyAccount-navigation ul li a.btn-white, .woocommerce-page .btn-white.button,
.woocommerce-page button.btn-white[type=submit], input.btn-white[type=button],
input.btn-white[type=reset],
input.btn-white[type=submit],
.btn:visited.btn-white {
  background: #ffffff;
  color: #282b2d;
}
.btn.btn-white:hover, .search-form .btn-white.search-submit:hover, .woocommerce-account .woocommerce-MyAccount-navigation ul li a.btn-white:hover, .woocommerce-page .btn-white.button:hover,
.woocommerce-page button.btn-white[type=submit]:hover, input.btn-white[type=button]:hover,
input.btn-white[type=reset]:hover,
input.btn-white[type=submit]:hover,
.btn:visited.btn-white:hover {
  background-color: rgb(216.75, 216.75, 216.75);
}
.btn.btn-type-outlined, .search-form .btn-type-outlined.search-submit, .woocommerce-account .woocommerce-MyAccount-navigation ul li a.btn-type-outlined, .woocommerce-page .btn-type-outlined.button,
.woocommerce-page button.btn-type-outlined[type=submit], input.btn-type-outlined[type=button],
input.btn-type-outlined[type=reset],
input.btn-type-outlined[type=submit],
.btn:visited.btn-type-outlined {
  background: transparent;
}
.btn.btn-type-outlined.btn-default, .search-form .btn-type-outlined.btn-default.search-submit, .woocommerce-account .woocommerce-MyAccount-navigation ul li a.btn-type-outlined.btn-default, .woocommerce-page .btn-type-outlined.btn-default.button,
.woocommerce-page button.btn-type-outlined.btn-default[type=submit], input.btn-type-outlined.btn-default[type=button],
input.btn-type-outlined.btn-default[type=reset],
input.btn-type-outlined.btn-default[type=submit],
.btn:visited.btn-type-outlined.btn-default {
  border: 2px solid #8c8c8c;
  color: #8c8c8c;
  background: none;
}
.btn.btn-type-outlined.btn-default:hover, .search-form .btn-type-outlined.btn-default.search-submit:hover, .woocommerce-account .woocommerce-MyAccount-navigation ul li a.btn-type-outlined.btn-default:hover, .woocommerce-page .btn-type-outlined.btn-default.button:hover,
.woocommerce-page button.btn-type-outlined.btn-default[type=submit]: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,
.btn:visited.btn-type-outlined.btn-default:hover {
  background-color: #8c8c8c;
  color: #ffffff;
}
.btn.btn-type-outlined.btn-primary, .search-form .btn-type-outlined.btn-primary.search-submit, .woocommerce-account .woocommerce-MyAccount-navigation ul li a.btn-type-outlined.btn-primary, .woocommerce-page .btn-type-outlined.btn-primary.button,
.woocommerce-page button.btn-type-outlined.btn-primary[type=submit], input.btn-type-outlined.btn-primary[type=button],
input.btn-type-outlined.btn-primary[type=reset],
input.btn-type-outlined.btn-primary[type=submit],
.btn: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, .search-form .btn-type-outlined.btn-primary.search-submit:hover, .woocommerce-account .woocommerce-MyAccount-navigation ul li a.btn-type-outlined.btn-primary:hover, .woocommerce-page .btn-type-outlined.btn-primary.button:hover,
.woocommerce-page button.btn-type-outlined.btn-primary[type=submit]: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,
.btn:visited.btn-type-outlined.btn-primary:hover {
  background: #b69853;
  color: #ffffff;
}
.btn.btn-type-outlined.btn-black, .search-form .btn-type-outlined.btn-black.search-submit, .woocommerce-account .woocommerce-MyAccount-navigation ul li a.btn-type-outlined.btn-black, .woocommerce-page .btn-type-outlined.btn-black.button,
.woocommerce-page button.btn-type-outlined.btn-black[type=submit], input.btn-type-outlined.btn-black[type=button],
input.btn-type-outlined.btn-black[type=reset],
input.btn-type-outlined.btn-black[type=submit],
.btn:visited.btn-type-outlined.btn-black {
  border: 2px solid #282b2d;
  color: #282b2d;
  background: none;
}
.btn.btn-type-outlined.btn-black:hover, .search-form .btn-type-outlined.btn-black.search-submit:hover, .woocommerce-account .woocommerce-MyAccount-navigation ul li a.btn-type-outlined.btn-black:hover, .woocommerce-page .btn-type-outlined.btn-black.button:hover,
.woocommerce-page button.btn-type-outlined.btn-black[type=submit]: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,
.btn:visited.btn-type-outlined.btn-black:hover {
  background-color: #282b2d;
  color: #ffffff;
}
.btn.btn-type-outlined.btn-white, .search-form .btn-type-outlined.btn-white.search-submit, .woocommerce-account .woocommerce-MyAccount-navigation ul li a.btn-type-outlined.btn-white, .woocommerce-page .btn-type-outlined.btn-white.button,
.woocommerce-page button.btn-type-outlined.btn-white[type=submit], input.btn-type-outlined.btn-white[type=button],
input.btn-type-outlined.btn-white[type=reset],
input.btn-type-outlined.btn-white[type=submit],
.btn:visited.btn-type-outlined.btn-white {
  border: 2px solid #ffffff;
  color: #ffffff;
}
.btn.btn-type-outlined.btn-white:hover, .search-form .btn-type-outlined.btn-white.search-submit:hover, .woocommerce-account .woocommerce-MyAccount-navigation ul li a.btn-type-outlined.btn-white:hover, .woocommerce-page .btn-type-outlined.btn-white.button:hover,
.woocommerce-page button.btn-type-outlined.btn-white[type=submit]: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,
.btn:visited.btn-type-outlined.btn-white:hover {
  background-color: #ffffff;
  color: #282b2d;
}

/* = 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;
  -webkit-transform: translate3d(0, 0, 0);
          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;
  -webkit-transition: all 400ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 400ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.image-placeholder img.img-loaded {
  visibility: visible;
  opacity: 1;
}
.image-placeholder.is-finished img, .image-placeholder.loading-finished img {
  opacity: 1;
}

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

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

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

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

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

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

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

sup {
  bottom: 1ex;
}

sub {
  top: 0.5ex;
}

small {
  font-size: smaller;
}

big {
  font-size: 125%;
}

del,
s {
  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;
}

code,
kbd,
output,
pre,
samp,
var {
  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,
kbd,
samp {
  padding: 4px 6px;
  border-radius: 2px;
}
@media (max-width: 35.5em) {
  code,
  kbd,
  samp {
    padding: 2px 4px;
  }
}

code {
  background: #f2f2f2;
  border: 1px solid rgb(231.45, 231.45, 231.45);
}

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 rgb(216.15, 216.15, 216.15);
}
samp.red-pastel {
  background: red;
  border: 1px solid rgb(219.3, 0, 0);
}
samp.green-pastel {
  background: green;
  border: 1px solid rgb(0, 92.3, 0);
}

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

code,
kbd,
pre,
samp,
tt,
var {
  font-family: monospace, serif;
  font-size: 14px;
}
@media (max-width: 35.5em) {
  code,
  kbd,
  pre,
  samp,
  tt,
  var {
    font-size: 0.765em;
  }
}
code,
kbd,
pre,
samp,
tt,
var {
  -ms-hyphens: none;
  hyphens: none;
}

cite {
  display: block;
  margin-top: 1em;
  font-style: italic;
  font-size: 1rem;
}
cite:before {
  padding-right: 8px;
  content: "—";
}

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

.wp-video,
embed,
object,
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-playlist.wp-audio-playlist,
.wp-video {
  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.1em;
  color: #8c8c8c;
  font-size: 14px;
}

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

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

table thead td,
table thead th {
  color: #282b2d;
  padding: 0.825em 1.1em;
  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 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],
.comment-respond textarea {
  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: -webkit-box;
  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 [class*=col-], .wplook-shortcode.shortcode-row.boxed-row .grid [class*=col-] {
    width: 100%;
  }
  .grid, .wplook-shortcode.shortcode-row.boxed-row .grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/* 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;
  -webkit-transition: opacity 0.4s linear;
  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: 0.825em;
    margin-bottom: 6px;
  }
}
.search .hentry .entry-header .entry-meta .comments-link i {
  margin-right: 2px;
}
.search .hentry .entry-header .entry-meta .comments-link {
  margin-left: 8px;
}
.search .hentry .entry-summary {
  padding: 12px 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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  opacity: 0;
  -webkit-transition: all 0.4s 0.1s linear;
  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;
      align-self: center;
  opacity: 0;
  -webkit-transition: all 400ms ease-out 250ms;
  transition: all 400ms ease-out 250ms;
  -webkit-transform: translateY(15%);
  -khtml-transform: translateY(15%);
  transform: translateY(15%);
}
.portfolio-container .tile a .unveil .wrapper .title {
  color: #fff;
}
.portfolio-container .tile a .unveil .wrapper .meta {
  -webkit-transition: all 400ms ease-out 250ms;
  transition: all 400ms ease-out 250ms;
  -webkit-transform: translateY(25%);
  -khtml-transform: translateY(25%);
  transform: translateY(25%);
}
.portfolio-container .tile a .unveil .wrapper .meta p {
  color: #888;
}
.portfolio-container .tile:focus .unveil, .portfolio-container .tile:hover .unveil {
  opacity: 1;
}
.portfolio-container .tile:focus .unveil .wrapper, .portfolio-container .tile:hover .unveil .wrapper {
  opacity: 1;
  -webkit-transform: translateY(0);
  -khtml-transform: translateY(0);
  transform: translateY(0);
}
.portfolio-container .tile:focus .unveil .wrapper .meta, .portfolio-container .tile:hover .unveil .wrapper .meta {
  -webkit-transform: translateY(0);
  -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 */
}
.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;
}
.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 {
  /* 14.2.2 Project Content */
}
.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 {
  /* 14.2.3 Project Slider */
}
.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  -webkit-transition: opacity 0.5s, background 0.5s;
  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: "Font Awesome 5 Free";
  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 */
.archive .heading-area,
.blog .heading-area,
.category .heading-area,
.single-post .heading-area {
  padding: 72px 0;
  margin-bottom: 90px;
  background: #f2f2f2;
}
@media (max-width: 35.5em) {
  .archive .heading-area,
  .blog .heading-area,
  .category .heading-area,
  .single-post .heading-area {
    padding: 48px 0;
  }
}
.archive .heading-area .dash,
.blog .heading-area .dash,
.category .heading-area .dash,
.single-post .heading-area .dash {
  margin-bottom: 0 !important;
}
.archive .hentry,
.blog .hentry,
.category .hentry,
.single-post .hentry {
  margin-top: 90px;
}
.archive .hentry.sticky,
.blog .hentry.sticky,
.category .hentry.sticky,
.single-post .hentry.sticky {
  border-bottom: 2px solid #eaeaea;
  padding-bottom: 4%;
}
.archive .hentry.sticky hr,
.blog .hentry.sticky hr,
.category .hentry.sticky hr,
.single-post .hentry.sticky hr {
  display: none;
}
.archive .hentry .entry-header,
.blog .hentry .entry-header,
.category .hentry .entry-header,
.single-post .hentry .entry-header {
  position: relative;
  width: 50%;
  float: left;
}
@media (max-width: 35.5em) {
  .archive .hentry .entry-header,
  .blog .hentry .entry-header,
  .category .hentry .entry-header,
  .single-post .hentry .entry-header {
    width: 100%;
  }
}
.archive .hentry .entry-header .entry-meta,
.blog .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) {
  .archive .hentry .entry-header .entry-meta,
  .blog .hentry .entry-header .entry-meta,
  .category .hentry .entry-header .entry-meta,
  .single-post .hentry .entry-header .entry-meta {
    font-size: 0.825em;
    margin-bottom: 6px;
  }
}
.archive .hentry .entry-header .entry-meta .comments-link i,
.blog .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;
}
.archive .hentry .entry-header .entry-meta .comments-link,
.blog .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;
}
.archive .hentry .entry-header .entry-title a,
.blog .hentry .entry-header .entry-title a,
.category .hentry .entry-header .entry-title a,
.single-post .hentry .entry-header .entry-title a {
  color: #282b2d;
}
.archive .hentry .entry-content,
.blog .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) {
  .archive .hentry .entry-content,
  .blog .hentry .entry-content,
  .category .hentry .entry-content,
  .single-post .hentry .entry-content {
    width: 100%;
    padding: 1.5% 0 0;
  }
}
.archive .hentry.has-post-thumbnail.size-cropped .post-thumbnail, .archive .hentry.has-post-thumbnail.size-large .post-thumbnail,
.blog .hentry.has-post-thumbnail.size-cropped .post-thumbnail,
.blog .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;
}
.archive .hentry.has-post-thumbnail.size-large .post-thumbnail,
.blog .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;
}
.archive .hentry.has-post-thumbnail.size-cropped .post-thumbnail,
.blog .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;
}
.archive .hentry.has-post-thumbnail.size-small .entry-header,
.blog .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;
}
.archive .hentry.has-post-thumbnail.size-small .entry-content,
.blog .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;
}
.archive .hentry.has-post-thumbnail.size-small .post-thumbnail,
.blog .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;
}
.archive .hentry:last-of-type,
.blog .hentry:last-of-type,
.category .hentry:last-of-type,
.single-post .hentry:last-of-type {
  margin-bottom: 90px;
}
.archive .hentry:last-of-type > hr,
.blog .hentry:last-of-type > hr,
.category .hentry:last-of-type > hr,
.single-post .hentry:last-of-type > hr {
  display: none;
}
.archive .hentry:last-of-type .post-thumbnail,
.blog .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 */
.page .hentry .entry-content,
.page .hentry .entry-header,
.page .product .entry-content,
.page .product .entry-header,
.single-post .hentry .entry-content,
.single-post .hentry .entry-header,
.single-post .product .entry-content,
.single-post .product .entry-header,
.woocommerce-page .hentry .entry-content,
.woocommerce-page .hentry .entry-header,
.woocommerce-page .product .entry-content,
.woocommerce-page .product .entry-header {
  width: 100%;
  float: none;
}
.page .hentry:first-of-type > hr,
.page .product:first-of-type > hr,
.single-post .hentry:first-of-type > hr,
.single-post .product:first-of-type > hr,
.woocommerce-page .hentry:first-of-type > hr,
.woocommerce-page .product:first-of-type > hr {
  display: block;
}
.page .hentry .entry-header,
.page .product .entry-header,
.single-post .hentry .entry-header,
.single-post .product .entry-header,
.woocommerce-page .hentry .entry-header,
.woocommerce-page .product .entry-header {
  padding-top: 0;
}
@media (max-width: 35.5em) {
  .page .hentry .entry-header,
  .page .product .entry-header,
  .single-post .hentry .entry-header,
  .single-post .product .entry-header,
  .woocommerce-page .hentry .entry-header,
  .woocommerce-page .product .entry-header {
    padding-bottom: 24px;
  }
}
.page .hentry .entry-author,
.page .product .entry-author,
.single-post .hentry .entry-author,
.single-post .product .entry-author,
.woocommerce-page .hentry .entry-author,
.woocommerce-page .product .entry-author {
  margin: 72px 0;
  text-align: center;
}
@media (max-width: 35.5em) {
  .page .hentry .entry-author,
  .page .product .entry-author,
  .single-post .hentry .entry-author,
  .single-post .product .entry-author,
  .woocommerce-page .hentry .entry-author,
  .woocommerce-page .product .entry-author {
    margin: 48px 0;
  }
}
@media (min-width: 35.5em) {
  .page .hentry .entry-author,
  .page .product .entry-author,
  .single-post .hentry .entry-author,
  .single-post .product .entry-author,
  .woocommerce-page .hentry .entry-author,
  .woocommerce-page .product .entry-author {
    margin: 72px 0;
  }
}
.page .hentry .entry-author .dash,
.page .product .entry-author .dash,
.single-post .hentry .entry-author .dash,
.single-post .product .entry-author .dash,
.woocommerce-page .hentry .entry-author .dash,
.woocommerce-page .product .entry-author .dash {
  margin: 24px auto 48px;
}
.page .hentry .entry-author span,
.page .product .entry-author span,
.single-post .hentry .entry-author span,
.single-post .product .entry-author span,
.woocommerce-page .hentry .entry-author span,
.woocommerce-page .product .entry-author span {
  display: block;
}
.page .hentry .entry-author span.avatar img,
.page .product .entry-author span.avatar img,
.single-post .hentry .entry-author span.avatar img,
.single-post .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%;
}
.page .hentry .post-thumbnail,
.page .product .post-thumbnail,
.single-post .hentry .post-thumbnail,
.single-post .product .post-thumbnail,
.woocommerce-page .hentry .post-thumbnail,
.woocommerce-page .product .post-thumbnail {
  margin-bottom: 72px;
}
.page .hentry .entry-content,
.page .product .entry-content,
.single-post .hentry .entry-content,
.single-post .product .entry-content,
.woocommerce-page .hentry .entry-content,
.woocommerce-page .product .entry-content {
  padding: 0 10%;
}
@media (max-width: 35.5em) {
  .page .hentry .entry-content,
  .page .product .entry-content,
  .single-post .hentry .entry-content,
  .single-post .product .entry-content,
  .woocommerce-page .hentry .entry-content,
  .woocommerce-page .product .entry-content {
    padding: 0;
  }
}
.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,
.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,
.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;
}
.page .hentry .entry-footer,
.page .product .entry-footer,
.single-post .hentry .entry-footer,
.single-post .product .entry-footer,
.woocommerce-page .hentry .entry-footer,
.woocommerce-page .product .entry-footer {
  margin-bottom: 6%;
}
@media (max-width: 35.5em) {
  .page .hentry .entry-footer,
  .page .product .entry-footer,
  .single-post .hentry .entry-footer,
  .single-post .product .entry-footer,
  .woocommerce-page .hentry .entry-footer,
  .woocommerce-page .product .entry-footer {
    margin-bottom: 15%;
  }
}
.page .hentry .entry-footer .cat-links,
.page .hentry .entry-footer .tags-links,
.page .product .entry-footer .cat-links,
.page .product .entry-footer .tags-links,
.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,
.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;
}
.page .hentry.sidebar-left .entry-content, .page .hentry.sidebar-right .entry-content,
.page .product.sidebar-left .entry-content,
.page .product.sidebar-right .entry-content,
.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,
.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) {
  .page .hentry.sidebar-left .entry-content, .page .hentry.sidebar-right .entry-content,
  .page .product.sidebar-left .entry-content,
  .page .product.sidebar-right .entry-content,
  .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,
  .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) {
  .page .hentry.sidebar-left .entry-content, .page .hentry.sidebar-right .entry-content,
  .page .product.sidebar-left .entry-content,
  .page .product.sidebar-right .entry-content,
  .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,
  .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) {
  .page .hentry.sidebar-left .entry-content, .page .hentry.sidebar-right .entry-content,
  .page .product.sidebar-left .entry-content,
  .page .product.sidebar-right .entry-content,
  .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,
  .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%;
  }
}
.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,
.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,
.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;
}
.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,
.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,
.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;
}
.page .hentry.sidebar-left .widget-area, .page .hentry.sidebar-right .widget-area,
.page .product.sidebar-left .widget-area,
.page .product.sidebar-right .widget-area,
.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,
.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) {
  .page .hentry.sidebar-left .widget-area, .page .hentry.sidebar-right .widget-area,
  .page .product.sidebar-left .widget-area,
  .page .product.sidebar-right .widget-area,
  .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,
  .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) {
  .page .hentry.sidebar-left .widget-area, .page .hentry.sidebar-right .widget-area,
  .page .product.sidebar-left .widget-area,
  .page .product.sidebar-right .widget-area,
  .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,
  .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) {
  .page .hentry.sidebar-left .widget-area, .page .hentry.sidebar-right .widget-area,
  .page .product.sidebar-left .widget-area,
  .page .product.sidebar-right .widget-area,
  .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,
  .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%;
  }
}
.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,
.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,
.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;
}
.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,
.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,
.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;
  }
}

#disqus_thread,
.comments-area,
.woocommerce-Reviews {
  padding: 6% 10%;
}
@media (max-width: 35.5em) {
  #disqus_thread,
  .comments-area,
  .woocommerce-Reviews {
    padding: 15% 0;
  }
}
#disqus_thread hr.dash,
.comments-area hr.dash,
.woocommerce-Reviews hr.dash {
  margin: 48px auto;
}
@media (max-width: 35.5em) {
  #disqus_thread hr.dash,
  .comments-area hr.dash,
  .woocommerce-Reviews hr.dash {
    margin: 24px auto;
  }
}
#disqus_thread .comments-title,
.comments-area .comments-title,
.woocommerce-Reviews .comments-title {
  text-align: center;
}
#disqus_thread article,
.comments-area article,
.woocommerce-Reviews article {
  padding: 48px 0 0;
  margin: 0;
}
#disqus_thread .comment-list,
#disqus_thread .commentlist,
.comments-area .comment-list,
.comments-area .commentlist,
.woocommerce-Reviews .comment-list,
.woocommerce-Reviews .commentlist {
  list-style: none;
  padding: 0;
  margin: 17px 0 0 !important;
}
#disqus_thread .comment-list li,
#disqus_thread .commentlist li,
.comments-area .comment-list li,
.comments-area .commentlist li,
.woocommerce-Reviews .comment-list li,
.woocommerce-Reviews .commentlist li {
  margin-top: 6px;
  padding-bottom: 48px;
  border-bottom: 1px solid #f1f1f1;
}
#disqus_thread .comment-list li:last-child,
#disqus_thread .commentlist li:last-child,
.comments-area .comment-list li:last-child,
.comments-area .commentlist li:last-child,
.woocommerce-Reviews .comment-list li:last-child,
.woocommerce-Reviews .commentlist li:last-child {
  border: none;
}
#disqus_thread .comment-list .children,
#disqus_thread .commentlist .children,
.comments-area .comment-list .children,
.comments-area .commentlist .children,
.woocommerce-Reviews .comment-list .children,
.woocommerce-Reviews .commentlist .children {
  width: 100%;
  list-style: none;
}
@media (max-width: 35.5em) {
  #disqus_thread .comment-list .children,
  #disqus_thread .commentlist .children,
  .comments-area .comment-list .children,
  .comments-area .commentlist .children,
  .woocommerce-Reviews .comment-list .children,
  .woocommerce-Reviews .commentlist .children {
    padding: 0;
    margin-top: 24px;
  }
}
#disqus_thread .comment-list .children li,
#disqus_thread .commentlist .children li,
.comments-area .comment-list .children li,
.comments-area .commentlist .children li,
.woocommerce-Reviews .comment-list .children li,
.woocommerce-Reviews .commentlist .children li {
  border-left: 1px dotted #ddd;
  padding: 24px 0 24px 24px;
  border-radius: 3px;
}
#disqus_thread .comment-list .children li .comment-content,
#disqus_thread .commentlist .children li .comment-content,
.comments-area .comment-list .children li .comment-content,
.comments-area .commentlist .children li .comment-content,
.woocommerce-Reviews .comment-list .children li .comment-content,
.woocommerce-Reviews .commentlist .children li .comment-content {
  padding-left: 0;
}
#disqus_thread .comment-list .children li article,
#disqus_thread .commentlist .children li article,
.comments-area .comment-list .children li article,
.comments-area .commentlist .children li article,
.woocommerce-Reviews .comment-list .children li article,
.woocommerce-Reviews .commentlist .children li article {
  padding: 0;
}
#disqus_thread .comment-list .children li article .comment-reply-link,
#disqus_thread .commentlist .children li article .comment-reply-link,
.comments-area .comment-list .children li article .comment-reply-link,
.comments-area .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;
}
#disqus_thread .comment,
.comments-area .comment,
.woocommerce-Reviews .comment {
  padding: 0;
}
#disqus_thread .comment .comment-meta,
.comments-area .comment .comment-meta,
.woocommerce-Reviews .comment .comment-meta {
  position: relative;
}
#disqus_thread .comment .comment-author,
.comments-area .comment .comment-author,
.woocommerce-Reviews .comment .comment-author {
  overflow: hidden;
}
#disqus_thread .comment .comment-author img,
.comments-area .comment .comment-author img,
.woocommerce-Reviews .comment .comment-author img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
}
#disqus_thread .comment .comment-author .fn,
.comments-area .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;
}
#disqus_thread .comment .comment-author .says,
.comments-area .comment .comment-author .says,
.woocommerce-Reviews .comment .comment-author .says {
  display: none;
}
#disqus_thread .comment .comment-metadata,
.comments-area .comment .comment-metadata,
.woocommerce-Reviews .comment .comment-metadata {
  position: absolute;
  left: 54px;
  top: 24px;
}
#disqus_thread .comment .comment-metadata time,
.comments-area .comment .comment-metadata time,
.woocommerce-Reviews .comment .comment-metadata time {
  font-size: 14px;
  color: #8c8c8c;
}
#disqus_thread .comment .comment-content,
.comments-area .comment .comment-content,
.woocommerce-Reviews .comment .comment-content {
  padding-left: 54px;
  margin: 15px 0 10px;
}
#disqus_thread .comment .comment-reply-link,
.comments-area .comment .comment-reply-link,
.woocommerce-Reviews .comment .comment-reply-link {
  padding-left: 54px;
  font-size: 14px;
}
@media (max-width: 35.5em) {
  #disqus_thread .comment .comment-reply-link,
  .comments-area .comment .comment-reply-link,
  .woocommerce-Reviews .comment .comment-reply-link {
    font-size: 12px;
  }
}
#disqus_thread .comment .comment-reply-link,
.comments-area .comment .comment-reply-link,
.woocommerce-Reviews .comment .comment-reply-link {
  letter-spacing: 1px;
  text-transform: uppercase;
}
#disqus_thread .comment-edit-link,
.comments-area .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: 0 0 30px;
}
.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: 0.8em;
}
.comment-respond .comment-notes,
.comment-respond .logged-in-as {
  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 .search-form,
.not-found .widget {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 40.063em) {
  .not-found .search-form,
  .not-found .widget {
    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 .amount,
.woocommerce-page .price ins {
  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 .search-form .search-submit, .search-form .woocommerce-page .woocommerce-Message .search-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 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 .btn,
.woocommerce-page .woocommerce-message .search-form .search-submit,
.search-form .woocommerce-page .woocommerce-message .search-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 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] {
  vertical-align: middle;
  margin-right: 10px;
  margin-bottom: 0;
}
.woocommerce-page .woocommerce-password-strength {
  text-align: center;
  color: #282b2d;
  padding: 3px 0.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: 0.5em 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: -webkit-box;
  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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 40px;
  display: -webkit-box;
  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 .amount,
.single-product .product-information .summary .price ins {
  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: "Font Awesome 5 Free";
  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 rgb(216.5, 216.5, 216.5);
  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 0.5em;
  padding: 0;
  position: relative;
  -webkit-box-shadow: none;
          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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 1em;
  margin: 1em 0;
  font-size: 0.92em;
  border-radius: 2px;
  line-height: 1.5;
  background-color: rgb(229.25, 229.25, 229.25);
  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-cvc,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number {
  font-size: 1.5em;
  padding: 8px;
  background-repeat: no-repeat;
  background-position: right 0.618em center;
  background-size: 32px 20px;
}
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.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-number.visa {
  background-image: url("../../plugins/woocommerce/assets/images/icons/credit-cards/visa.svg");
}
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.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-number.mastercard {
  background-image: url("../../plugins/woocommerce/assets/images/icons/credit-cards/mastercard.svg");
}
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.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-number.laser {
  background-image: url("../../plugins/woocommerce/assets/images/icons/credit-cards/laser.svg");
}
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.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-number.dinersclub {
  background-image: url("../../plugins/woocommerce/assets/images/icons/credit-cards/diners.svg");
}
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.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-number.maestro {
  background-image: url("../../plugins/woocommerce/assets/images/icons/credit-cards/maestro.svg");
}
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.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-number.jcb {
  background-image: url("../../plugins/woocommerce/assets/images/icons/credit-cards/jcb.svg");
}
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.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-number.amex {
  background-image: url("../../plugins/woocommerce/assets/images/icons/credit-cards/amex.svg");
}
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.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-number.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 rgb(229.25, 229.25, 229.25);
  /* arrow size / color */
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
  position: absolute;
  top: -0.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: "Font Awesome 5 Free";
}
.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: 0.5em;
  margin-right: 0.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: -0.3em;
  margin-left: -0.5em;
}
.woocommerce.widget.widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.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: rgb(114.4326530612, 94.4734693878, 48.5673469388);
  border: 0;
}
.woocommerce.widget.widget_price_filter .ui-slider-horizontal {
  height: 0.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: rgb(168.1387755102, 138.812244898, 71.3612244898);
}
.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: "Font Awesome 5 Free";
  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;
  -webkit-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
}
.site-header .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.site-header .basket i {
  margin-right: 5px;
}
.site-header {
  /* 16.1.1 Site Branding */
}
.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: 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 {
  /* 16.1.2 Main Navigation */
}
.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;
}
.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 {
  /* 16.3.2.1 Dropdown Navigation */
}
.site-header .main-navigation .menu li ul.children,
.site-header .main-navigation .menu li ul.sub-menu {
  position: absolute;
  display: none;
  right: -24px;
  top: 75px;
  padding: 24px 2px;
  margin: 0;
  width: 100%;
  min-width: 240px;
  height: auto;
  z-index: 9999;
  -webkit-box-shadow: -10px 18px 30px rgba(0, 0, 0, 0.1);
          box-shadow: -10px 18px 30px rgba(0, 0, 0, 0.1);
  background-color: #282b2d;
}
.site-header .main-navigation .menu li ul.children li,
.site-header .main-navigation .menu li ul.sub-menu li {
  display: block;
  margin: 0;
  padding: 6px 24px;
  height: auto;
  line-height: 1.5;
}
.site-header .main-navigation .menu li ul.children li.menu-item-has-children:before,
.site-header .main-navigation .menu li ul.sub-menu li.menu-item-has-children:before {
  content: "\f053";
  font-family: "Font Awesome 5 Free";
  float: left;
  margin-top: -2px;
}
.site-header .main-navigation .menu li ul.children li a,
.site-header .main-navigation .menu li ul.sub-menu li a {
  display: block;
}
.site-header .main-navigation .menu li ul.children li ul,
.site-header .main-navigation .menu li ul.sub-menu li ul {
  right: 100%;
  top: -24px;
}
.site-header .main-navigation .menu li ul.children li ul ul li:before,
.site-header .main-navigation .menu li ul.sub-menu 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 {
  /* 16.1.3 Trigger */
}
.site-header .trigger {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 75px;
  height: 75px;
  margin: -37.5px 0 0;
  padding: 0;
  text-align: center;
  font-size: 2.5em;
  color: #b69853;
  line-height: 75px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
.site-header .basket,
.site-header .main-navigation,
.site-header .site-branding {
  opacity: 0;
  -webkit-transition: opacity 0.4s linear;
  transition: opacity 0.4s linear;
}
.site-header.active .basket,
.site-header.active .main-navigation,
.site-header.active .site-branding {
  opacity: 1;
}
.site-header.active .main-navigation {
  height: 75px;
}
.site-header {
  /* 16.2 Header Settings */
  /* 16.2.1.1 Header Layout: Centered */
}
.site-header.header-centered .wrapper {
  display: -webkit-box;
  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.children,
.site-header.header-centered .left-menu .menu li ul.sub-menu,
.site-header.header-centered .right-menu .menu li ul.children,
.site-header.header-centered .right-menu .menu li ul.sub-menu {
  left: -24px;
}
.site-header.header-centered .left-menu .menu li ul.children ul li:before,
.site-header.header-centered .left-menu .menu li ul.sub-menu ul li:before,
.site-header.header-centered .right-menu .menu li ul.children ul li:before,
.site-header.header-centered .right-menu .menu li ul.sub-menu 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.children li.menu-item-has-children:before,
.site-header.header-centered .left-menu .menu li ul.sub-menu li.menu-item-has-children:before {
  float: right;
  content: "\f054";
}
.site-header.header-centered .left-menu .menu li ul.children li ul,
.site-header.header-centered .left-menu .menu li ul.sub-menu 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.children li.menu-item-has-children:before,
.site-header.header-centered .right-menu .menu li ul.sub-menu li.menu-item-has-children:before {
  margin-right: 10px;
}
.site-header.header-centered .right-menu .menu li ul.children li ul,
.site-header.header-centered .right-menu .menu li ul.sub-menu li ul {
  right: 100%;
  left: auto;
}
.site-header {
  /* 16.2.1.2 Header Layout: Right */
}
.site-header.header-right .site-branding {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.site-header.header-right .main-navigation {
  -webkit-box-ordinal-group: 2;
      -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.children,
.site-header.header-right .main-navigation .menu li ul.sub-menu {
  right: auto;
  left: -24px;
}
.site-header.header-right .main-navigation .menu li ul.children li.menu-item-has-children:before,
.site-header.header-right .main-navigation .menu li ul.sub-menu li.menu-item-has-children:before {
  float: right;
  content: "\f054";
}
.site-header.header-right .main-navigation .menu li ul.children li ul,
.site-header.header-right .main-navigation .menu li ul.sub-menu li ul {
  right: auto;
  left: 100%;
}
.site-header {
  /* 16.2.1.3 Header Layout: Big */
}
.site-header.header-big {
  height: 150px;
}
.site-header.header-big .content {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -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 {
  /* 16.2.2.1 Header Style: Boxed */
}
.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.automatically-closed, .site-header.header-boxed.closed {
  background-color: #b69853;
}
.site-header.header-boxed.automatically-closed:focus, .site-header.header-boxed.automatically-closed:hover, .site-header.header-boxed.closed:focus, .site-header.header-boxed.closed:hover {
  background-color: #282b2d;
  width: 77.77778%;
}
.site-header {
  /* 16.2.2.2 Header Style: Full Width */
}
.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 {
  /* 16.2.3 Header Animation */
}
.site-header.automatically-closed, .site-header.closed {
  width: 75px;
  height: 75px;
  padding: 0;
}
.site-header.automatically-closed .basket,
.site-header.automatically-closed .main-navigation,
.site-header.automatically-closed .site-branding, .site-header.closed .basket,
.site-header.closed .main-navigation,
.site-header.closed .site-branding {
  visibility: hidden;
  opacity: 0;
  height: 0;
}
.site-header.automatically-closed .trigger, .site-header.closed .trigger {
  color: #ffffff;
  opacity: 1;
}
.site-header.automatically-closed:hover,
.site-header.automatically-closed .is-swipped, .site-header.closed:hover,
.site-header.closed .is-swipped {
  width: 100%;
}
.site-header.automatically-closed:hover .basket,
.site-header.automatically-closed:hover .main-navigation,
.site-header.automatically-closed:hover .site-branding,
.site-header.automatically-closed .is-swipped .basket,
.site-header.automatically-closed .is-swipped .main-navigation,
.site-header.automatically-closed .is-swipped .site-branding, .site-header.closed:hover .basket,
.site-header.closed:hover .main-navigation,
.site-header.closed:hover .site-branding,
.site-header.closed .is-swipped .basket,
.site-header.closed .is-swipped .main-navigation,
.site-header.closed .is-swipped .site-branding {
  visibility: visible;
  -webkit-transition: opacity 0.4s 0.5s linear;
  transition: opacity 0.4s 0.5s linear;
  opacity: 1;
  height: 75px;
}
.site-header.automatically-closed:hover .trigger,
.site-header.automatically-closed .is-swipped .trigger, .site-header.closed:hover .trigger,
.site-header.closed .is-swipped .trigger {
  -webkit-transform: rotate(180deg);
  -khtml-transform: rotate(180deg);
  transform: rotate(180deg);
}
.site-header.automatically-closed:hover.header-big,
.site-header.automatically-closed .is-swipped.header-big, .site-header.closed:hover.header-big,
.site-header.closed .is-swipped.header-big {
  height: 150px;
}
.site-header.automatically-closed:hover.header-big .main-navigation,
.site-header.automatically-closed .is-swipped.header-big .main-navigation, .site-header.closed:hover.header-big .main-navigation,
.site-header.closed .is-swipped.header-big .main-navigation {
  height: 150px;
}

/* 16.1.4 WP Admin Bar fix */
body.admin-bar > .pace,
body.admin-bar .site-header,
body.admin-bar .trigger-mobile-nav,
body.admin-bar .trigger-mobile-nav .fas {
  top: 32px;
}
@media screen and (max-width: 782px) {
  body.admin-bar > .pace,
  body.admin-bar .site-header,
  body.admin-bar .trigger-mobile-nav,
  body.admin-bar .trigger-mobile-nav .fas {
    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;
}
.trigger-mobile-nav.active {
  width: 100vw;
  height: 100vh;
  background: #282b2d;
}
.trigger-mobile-nav.active > .fas {
  color: #b69853;
  -webkit-transform: rotate(180deg);
  -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 {
  -webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.trigger-mobile-nav > .fas {
  position: fixed;
  top: 0;
  right: 0;
  font-size: 2.2em;
  text-align: center;
  width: 65px;
  height: 65px;
  line-height: 65px;
  color: #ffffff;
  -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  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%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.trigger-mobile-nav .main-navigation .menu > li {
  position: relative;
  display: block;
  margin: 2em 0;
  padding: 0;
}
.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 {
  /*
  /* Dropdown Navigation
  /*/
}
.trigger-mobile-nav .main-navigation .menu > li ul.children,
.trigger-mobile-nav .main-navigation .menu > li ul.sub-menu {
  position: relative;
  padding: 0;
  margin: 0 0 8px;
  background: transparent;
}
.trigger-mobile-nav .main-navigation .menu > li ul.children li,
.trigger-mobile-nav .main-navigation .menu > li ul.sub-menu li {
  display: block;
  line-height: 1.6;
}
.trigger-mobile-nav .main-navigation .menu > li ul.children li a,
.trigger-mobile-nav .main-navigation .menu > li ul.sub-menu li a {
  display: block;
  font-size: 1em;
  text-transform: none;
  color: #8c8c8c;
}
.trigger-mobile-nav .main-navigation .menu > li ul.children li a:hover,
.trigger-mobile-nav .main-navigation .menu > li ul.sub-menu li a:hover {
  color: #ffffff;
}
.trigger-mobile-nav .main-navigation .menu > li ul.children li ul,
.trigger-mobile-nav .main-navigation .menu > li ul.sub-menu 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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  -webkit-transition: opacity 0.4s linear;
  transition: opacity 0.4s linear;
}
.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 {
  /* 16.2.1 Hero Content */
}
.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 {
  /* 16.2.2 Background Video */
}
.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 ((-o-object-fit: cover) or (object-fit: cover)) {
  .page-hero #video-bg > video {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.page-hero #skip {
  position: absolute;
  bottom: 48px;
  z-index: 4;
  left: 50%;
  -webkit-transform: translateX(-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 .nav-links,
.post-navigation .wrapper,
.posts-navigation .nav-links,
.posts-navigation .wrapper,
.woocommerce-pagination .nav-links,
.woocommerce-pagination .wrapper {
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -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;
  -webkit-box-pack: end;
      -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: 40px 0 0;
}
.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: rgb(168.1387755102, 138.812244898, 71.3612244898);
}

.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 ol,
.widget ul {
  margin: 0;
  list-style: none;
}
.widget ol .children,
.widget ol .sub-menu,
.widget ul .children,
.widget ul .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: "Font Awesome 5 Free";
  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: 0.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;
  -webkit-transition: all 0.1s ease;
  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: 0.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 tfoot,
.widget.widget_calendar table thead {
  background: none;
}
.widget.widget_calendar table thead td,
.widget.widget_calendar table thead th {
  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 td,
.widget.widget_calendar table tr th {
  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;
  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;
}
.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 {
  opacity: 0;
  -webkit-transition: opacity 0.4s linear;
  transition: opacity 0.4s linear;
}
.site-footer.loaded {
  opacity: 1;
}
.site-footer {
  /* 17.1.1 Site Info */
}
.site-footer .site-info {
  position: relative;
  width: 77.77778%;
  margin-left: 11.11111%;
  line-height: 1.575;
}
.site-footer {
  /* 17.1.2 Copyright */
}
.site-footer .copyright {
  padding: 24px 0 0;
  display: block;
  text-align: left;
}
@media (max-width: 768px) {
  .site-footer .copyright {
    text-align: center;
    font-size: 0.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 {
  /* 17.1.3 Widgets */
}
.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -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;
}
