@charset "UTF-8";
/*
Theme Name: Terschelling
Theme URI: http://www.themeforest.net
Author: Mairel Theafila
Author URI: http://www.themeforest.net/user/KaizenThemes
Description: A Modern Photography WordPress Theme
Version: 2.0
Tested up to: 6.1
Requires PHP: 5.3
License: Envato Marketplace License
License URI: http://themeforest.net/licenses
Tags: grid-layout, custom-colors, custom-menu, custom-logo, featured-image-header, featured-images, microformats, sticky-post, theme-options, threaded-comments, translation-ready, blog, e-commerce, photography
Text Domain: terschelling
________                        ______      _______________                          ______  _______ 
___  __/___________________________  /_________  /__  /__(_)_____________ _   ___   ___|__ \ __  __ \
__  /  _  _ \_  ___/_  ___/  ___/_  __ \  _ \_  /__  /__  /__  __ \_  __ `/   __ | / /___/ / _  / / /
_  /   /  __/  /   _(__  )/ /__ _  / / /  __/  / _  / _  / _  / / /  /_/ /    __ |/ /_  __/__/ /_/ / 
/_/    \___//_/    /____/ \___/ /_/ /_/\___//_/  /_/  /_/  /_/ /_/_\__, /     _____/ /____/(_)____/  
                                                                  /____/                             
=----------------------=
   Table of Contents
=----------------------=
01. Scaffolding
	1.1 CSS Variables
	1.2 Headings
	1.3 Blockquote
	1.4 Pre
	1.5 Figure
	1.6 Table
	1.7 Button & Form
02. WordPress
	2.1 WordPress Alignments
	2.2 Screen Reader Text
	2.3 WordPress Gallery
03. Components
	3.1 Image Placeholder
	3.2 Preloader Animation
	3.3 Object Fit Backgrounds
	3.4 Multiscroll
	3.5 Video Background
	3.6 Justified Grids
	3.7 Spacer
	3.8 NProgress
04. Contact Form 7
05. Layout
	5.1 Site Sticky Footer
	5.2 Site Header
	5.3 Site Logo
	5.4 Site Global Links
	5.5 Site Main Header
	5.6 Site Social Links
	5.7 Site Footer
06. Modules
	6.1 Testimonial
	6.2 Team
	6.3 Pricing Table
	6.4 Service
	6.5 Tabs
	6.6 Accordion
	6.7 Button styles
	6.8 Alert
	6.9 Client
	6.10 Icon Box
	6.11 Leaflet Map
	6.12 Call to Action
07. Isotope Grid
08. Site Nav
09. WordPress Admin Bar
10. Splash
	10.1 Splash Base
	10.2 Splash Slider
	10.3 Splash Multiscroll
	10.4 Splash Video
	10.5 Splash Content
11. Entry
	11.1 Entry Loop
	11.2 Entry Title
	11.3 Entry Meta
	11.4 Entry Header
	11.5 Entry Header Cover
	11.6 Entry Header Background
	11.7 Entry Media
	11.8 Entry Inner Wrap
	11.9 Entry More Link
	11.10 Entry Taxonomy
	11.11 Entry Details
	11.12 Entry Interaction
	11.13 Entry Interaction Likes
	11.14 Entry Footer
	11.15 Entry Author
	11.16 Entry Related
	11.17 Entry Pagination
	11.18 Entry Nav
	11.19 Entry Comments
	11.20 Entry Protected
12. Entry Card
	12.1 Entry Card Thumbnail
	12.2 Entry Card Thumbnail Icon
	12.3 Entry Card Header
	12.4 Entry Card Content
	12.5 Entry Card Links
13. Portfolio
14. Gallery
	14.1 Single Gallery
	14.2 Gallery Content
	14.3 Gallery Toggle
15. Taxonomy
	15.1 Taxonomy Carousel
	15.2 Taxonomy List
16. Featured Entries
	16.1 Featured Entries Base
	16.2 Featured Entries Slider
	16.3 Featured Entries Parallax Slider
	16.4 Featured Entries Carousel
17. Widgets
	17.1 Widgets Base
	17.2 Form controls in Widgets
	17.3 Lists in WordPress Widgets
	17.4 WordPress Recent Comments Widget
	17.5 WordPress RSS Widget
	17.6 Youxi Quotes Widget
	17.7 Youxi Flickr & Instagram Widget
	17.8 Youxi Social Widget
	17.9 Youxi Posts Widget
	17.10 Youxi Twitter Widget
	17.11 WooCommerce Widgets
18. Media Queries
	18.1 Media Queries >= 544px
	18.2 Media Queries >= 768px
	18.3 Media Queries >= 992px
	18.4 Media Queries >= 1200px
	18.5 Media Queries >= 1600px
*/
/* ==========================================================================
	1.1 CSS Variables
============================================================================= */
/* ==========================================================================
	1.2 Headings
============================================================================= */
h1, .h1 {
  margin-top: 3rem;
  margin-bottom: 1.5rem;
}

h2, .h2 {
  margin-top: 3.2rem;
  margin-bottom: 1.6rem;
}

h3, .h3 {
  margin-top: 2.8rem;
  margin-bottom: 1.4rem;
}

h4, .h4 {
  margin-top: 2.4rem;
  margin-bottom: 1.2rem;
}

h5, .h5 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

h6, .h6 {
  margin-top: 1.6rem;
  margin-bottom: 0.8rem;
}

h1 .subtitle, .h1 .subtitle,
h2 .subtitle, .h2 .subtitle,
h3 .subtitle, .h3 .subtitle,
h4 .subtitle, .h4 .subtitle,
h5 .subtitle, .h5 .subtitle,
h6 .subtitle, .h6 .subtitle {
  color: #757575;
  line-height: 1.75;
  font-size: 1rem;
  display: block;
}

/* ==========================================================================
	1.3 Blockquote
============================================================================= */
blockquote p {
  font-family: "Merriweather", serif;
  font-style: italic;
  font-size: 1.25rem;
  font-weight: 300;
}
blockquote p:first-child:before {
  content: "“";
}
blockquote p:first-child:after {
  content: "”";
}

/* ==========================================================================
	1.4 Pre
============================================================================= */
pre {
  display: block;
  padding: 1rem;
  font-size: 0.875rem;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
}

/* ==========================================================================
	1.5 Figure
============================================================================= */
figure img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

/* ==========================================================================
	1.6 Table
============================================================================= */
table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
}
table th,
table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #e2e2e2;
}
table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #e2e2e2;
}
table tbody + tbody {
  border-top: 2px solid #e2e2e2;
}
table table {
  background-color: #fff;
}

/* ==========================================================================
	1.7 Button & Form
============================================================================= */
input,
button,
select,
textarea {
  font: inherit;
}

/* ==========================================================================
	2.1 WordPress Alignments
============================================================================= */
.alignleft,
.alignright,
.aligncenter,
.alignnone {
  display: block;
  margin: 0 0 1rem;
  max-width: 100%;
  height: auto;
}

.aligncenter {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.alignleft,
.alignright {
  max-width: 50%;
  max-width: calc(50% - 1.75rem);
}

.alignleft {
  float: left;
  margin-right: 1.75rem;
}

.alignright {
  float: right;
  margin-left: 1.75rem;
}

.wp-caption-text {
  font-size: 0.875rem;
  color: #757575;
  text-align: center;
  margin: 0.5rem 0 0;
}

.wp-video-shortcode,
.wp-audio-shortcode {
  margin-bottom: 1rem;
}

/* ==========================================================================
	2.2 Screen Reader Text
============================================================================= */
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  border: 0;
}

/* ==========================================================================
	2.3 WordPress Gallery
============================================================================= */
.entry-text .gallery:not(.hentry) {
  margin-bottom: 1em;
}
.gallery .gallery-item {
  width: 100%;
  margin-bottom: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  overflow: hidden;
}
.gallery .gallery-caption {
  position: absolute;
  left: 0.9375rem;
  bottom: 0.9375rem;
  padding: 0.3125rem 0.9375rem;
  background-color: #252525;
  color: #fff;
  font-size: 0.75rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  opacity: 0;
  -webkit-transform: translate(0, 1rem);
          transform: translate(0, 1rem);
  -webkit-transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.gallery .gallery-item:hover .gallery-caption {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

@media (min-width: 544px) {
  .gallery-columns-2 .gallery-item,
.gallery-columns-3 .gallery-item,
.gallery-columns-4 .gallery-item,
.gallery-columns-5 .gallery-item,
.gallery-columns-6 .gallery-item,
.gallery-columns-7 .gallery-item,
.gallery-columns-8 .gallery-item,
.gallery-columns-9 .gallery-item {
    width: calc(50% - 2px);
  }
}
@media (min-width: 768px) {
  .gallery-columns-3 .gallery-item {
    width: calc(33.3333333333% - 2.6666666667px);
  }
  .gallery-columns-4 .gallery-item,
.gallery-columns-5 .gallery-item,
.gallery-columns-6 .gallery-item,
.gallery-columns-7 .gallery-item,
.gallery-columns-8 .gallery-item,
.gallery-columns-9 .gallery-item {
    width: calc(25% - 3px);
  }
}
@media (min-width: 992px) {
  .gallery-columns-5 .gallery-item {
    width: calc(20% - 3.2px);
  }
  .gallery-columns-6 .gallery-item,
.gallery-columns-7 .gallery-item,
.gallery-columns-8 .gallery-item,
.gallery-columns-9 .gallery-item {
    width: calc(16.6666666667% - 3.3333333333px);
  }
}
@media (min-width: 1200px) {
  .gallery-columns-7 .gallery-item {
    width: calc(14.2857142857% - 3.4285714286px);
  }
  .gallery-columns-8 .gallery-item {
    width: calc(12.5% - 3.5px);
  }
  .gallery-columns-9 .gallery-item {
    width: calc(11.1111111111% - 3.5555555556px);
  }
}
/* ==========================================================================
	3.1 Image Placeholder
============================================================================= */
@-webkit-keyframes preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.image-placeholder {
  display: block;
  position: relative;
}
.image-placeholder > a,
.image-placeholder > img,
.image-placeholder > a > img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}
.image-placeholder img.lazyload, .image-placeholder img.lazyloading {
  opacity: 0;
}
.image-placeholder img.lazyloaded {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.image-placeholder--lazyload:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  margin-top: -1rem;
  margin-left: -1rem;
  border: 0.25rem solid #eaeaea;
  border-top-color: #505050;
  -webkit-animation: preloader-spin 1s infinite linear;
          animation: preloader-spin 1s infinite linear;
}

/* ==========================================================================
	3.3 Object Fit Backgrounds
============================================================================= */
.object-fit-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.object-fit-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.object-fit-bg img.lazyload,
.object-fit-bg img.lazyloading {
  opacity: 0;
}

/* ==========================================================================
	3.4 Multiscroll
============================================================================= */
.gallery-multiscroll .ms-container,
.gallery-multiscroll-split .ms-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.gallery-multiscroll .ms-easing,
.gallery-multiscroll-split .ms-easing {
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.gallery-multiscroll .ms-right,
.gallery-multiscroll .ms-left,
.gallery-multiscroll-split .ms-right,
.gallery-multiscroll-split .ms-left {
  width: 50%;
  height: 100%;
  top: 0;
  position: absolute;
}
.gallery-multiscroll .ms-left,
.gallery-multiscroll-split .ms-left {
  left: 0;
}
.gallery-multiscroll .ms-right,
.gallery-multiscroll-split .ms-right {
  right: 0;
}
.gallery-multiscroll .ms-section,
.gallery-multiscroll-split .ms-section {
  height: 100%;
  overflow: hidden;
}
.gallery-multiscroll .ms-section .ms-figure,
.gallery-multiscroll-split .ms-section .ms-figure {
  width: 100%;
  height: 100%;
}
.gallery-multiscroll .ms-section .ms-figure img,
.gallery-multiscroll-split .ms-section .ms-figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.gallery-multiscroll .ms-section .ms-figure img.lazyload,
.gallery-multiscroll .ms-section .ms-figure img.lazyloading,
.gallery-multiscroll-split .ms-section .ms-figure img.lazyload,
.gallery-multiscroll-split .ms-section .ms-figure img.lazyloading {
  opacity: 0;
}

.gallery-multiscroll .ms-section .ms-figure {
  width: 200%;
}
.gallery-multiscroll .ms-right .ms-section .ms-figure {
  margin-left: -100%;
}

/* ==========================================================================
	3.5 Flickity
============================================================================= */
.flickity {
  white-space: nowrap;
  overflow: hidden;
  aspect-ratio: var(--intrinsic-ratio);
}
.flickity, .flickity__cell {
  width: 100%;
  height: 100%;
}
.flickity__cell img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.flickity--fit-contain .flickity__cell img {
  -o-object-fit: contain;
     object-fit: contain;
}
.flickity__cell {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
  position: relative;
  margin-bottom: 0;
}
.flickity__cell img {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.flickity__cell img.lazyload,
.flickity__cell img.lazyloading,
.flickity__cell img[data-flickity-lazyload] {
  opacity: 0;
}
.flickity.is-fade .flickity__cell {
  opacity: 0 !important;
  -webkit-transition: opacity 1s linear;
  transition: opacity 1s linear;
}
.flickity.is-fade .flickity__cell.is-selected {
  opacity: 1 !important;
  z-index: 9;
}
.flickity .flickity-page-dots {
  bottom: 1.5rem;
}

/* ==========================================================================
	3.6 Video Background
============================================================================= */
.video-bg,
.video-bg__plyr,
.video-bg__plyr .plyr,
.video-bg__plyr .plyr-element {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* ==========================================================================
	3.7 Justified Grids
============================================================================= */
.justified-grids {
  white-space: nowrap;
  overflow: hidden;
}
.justified-grids .justified-grids__item {
  display: inline-block;
  vertical-align: top;
}
.justified-grids .justified-grids__item--fail {
  display: none;
}
.justified-grids .justified-grids__break {
  visibility: hidden;
  width: 0;
  height: 0;
  pointer-events: none;
}

/* ==========================================================================
	3.8 Spacer
============================================================================= */
.spacer {
  margin-top: 0;
  margin-bottom: 0;
  border-top: none;
}
.spacer::after {
  display: block;
  clear: both;
  content: "";
}

.spacer-xs-0 {
  margin: 0rem 0;
}

.spacer-xs-10 {
  margin: 0.3125rem 0;
}

.spacer-xs-20 {
  margin: 0.625rem 0;
}

.spacer-xs-30 {
  margin: 0.9375rem 0;
}

.spacer-xs-40 {
  margin: 1.25rem 0;
}

.spacer-xs-50 {
  margin: 1.5625rem 0;
}

.spacer-xs-60 {
  margin: 1.875rem 0;
}

.spacer-xs-70 {
  margin: 2.1875rem 0;
}

.spacer-xs-80 {
  margin: 2.5rem 0;
}

.spacer-xs-90 {
  margin: 2.8125rem 0;
}

.spacer-xs-100 {
  margin: 3.125rem 0;
}

@media (min-width: 576px) {
  .spacer-sm-0 {
    margin: 0rem 0;
  }
  .spacer-sm-10 {
    margin: 0.3125rem 0;
  }
  .spacer-sm-20 {
    margin: 0.625rem 0;
  }
  .spacer-sm-30 {
    margin: 0.9375rem 0;
  }
  .spacer-sm-40 {
    margin: 1.25rem 0;
  }
  .spacer-sm-50 {
    margin: 1.5625rem 0;
  }
  .spacer-sm-60 {
    margin: 1.875rem 0;
  }
  .spacer-sm-70 {
    margin: 2.1875rem 0;
  }
  .spacer-sm-80 {
    margin: 2.5rem 0;
  }
  .spacer-sm-90 {
    margin: 2.8125rem 0;
  }
  .spacer-sm-100 {
    margin: 3.125rem 0;
  }
}
@media (min-width: 768px) {
  .spacer-md-0 {
    margin: 0rem 0;
  }
  .spacer-md-10 {
    margin: 0.3125rem 0;
  }
  .spacer-md-20 {
    margin: 0.625rem 0;
  }
  .spacer-md-30 {
    margin: 0.9375rem 0;
  }
  .spacer-md-40 {
    margin: 1.25rem 0;
  }
  .spacer-md-50 {
    margin: 1.5625rem 0;
  }
  .spacer-md-60 {
    margin: 1.875rem 0;
  }
  .spacer-md-70 {
    margin: 2.1875rem 0;
  }
  .spacer-md-80 {
    margin: 2.5rem 0;
  }
  .spacer-md-90 {
    margin: 2.8125rem 0;
  }
  .spacer-md-100 {
    margin: 3.125rem 0;
  }
}
@media (min-width: 992px) {
  .spacer-lg-0 {
    margin: 0rem 0;
  }
  .spacer-lg-10 {
    margin: 0.3125rem 0;
  }
  .spacer-lg-20 {
    margin: 0.625rem 0;
  }
  .spacer-lg-30 {
    margin: 0.9375rem 0;
  }
  .spacer-lg-40 {
    margin: 1.25rem 0;
  }
  .spacer-lg-50 {
    margin: 1.5625rem 0;
  }
  .spacer-lg-60 {
    margin: 1.875rem 0;
  }
  .spacer-lg-70 {
    margin: 2.1875rem 0;
  }
  .spacer-lg-80 {
    margin: 2.5rem 0;
  }
  .spacer-lg-90 {
    margin: 2.8125rem 0;
  }
  .spacer-lg-100 {
    margin: 3.125rem 0;
  }
}
@media (min-width: 1200px) {
  .spacer-xl-0 {
    margin: 0rem 0;
  }
  .spacer-xl-10 {
    margin: 0.3125rem 0;
  }
  .spacer-xl-20 {
    margin: 0.625rem 0;
  }
  .spacer-xl-30 {
    margin: 0.9375rem 0;
  }
  .spacer-xl-40 {
    margin: 1.25rem 0;
  }
  .spacer-xl-50 {
    margin: 1.5625rem 0;
  }
  .spacer-xl-60 {
    margin: 1.875rem 0;
  }
  .spacer-xl-70 {
    margin: 2.1875rem 0;
  }
  .spacer-xl-80 {
    margin: 2.5rem 0;
  }
  .spacer-xl-90 {
    margin: 2.8125rem 0;
  }
  .spacer-xl-100 {
    margin: 3.125rem 0;
  }
}
/* ==========================================================================
	4. Contact Form 7
============================================================================= */
.wpcf7-response-output {
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.wpcf7 .screen-reader-response {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  border: 0;
}

.wpcf7-mail-sent-ok {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.wpcf7-mail-sent-ok hr {
  border-top-color: #b1dfbb;
}
.wpcf7-mail-sent-ok .alert-link {
  color: #0b2e13;
}

.wpcf7-mail-sent-ng {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.wpcf7-mail-sent-ng hr {
  border-top-color: #ffe8a1;
}
.wpcf7-mail-sent-ng .alert-link {
  color: #533f03;
}

.wpcf7-spam-blocked {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.wpcf7-spam-blocked hr {
  border-top-color: #abdde5;
}
.wpcf7-spam-blocked .alert-link {
  color: #062c33;
}

.wpcf7-validation-errors {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.wpcf7-validation-errors hr {
  border-top-color: #f1b0b7;
}
.wpcf7-validation-errors .alert-link {
  color: #491217;
}

.wpcf7-form-control-wrap {
  position: relative;
}

.wpcf7-not-valid-tip {
  color: #dc3545;
  font-size: 80%;
  font-weight: 400;
  display: block;
  line-height: 1.875rem;
}

.wpcf7-list-item {
  position: relative;
  display: inline-block;
  line-height: 1.25rem;
}
.wpcf7-list-item + .wpcf7-list-item {
  margin-left: 0.75rem;
}
.wpcf7-list-item-label,
.wpcf7-list-item input[type=checkbox],
.wpcf7-list-item input[type=radio] {
  display: inline-block;
  vertical-align: middle;
}
.wpcf7-list-item-label {
  margin-left: 0.25rem;
}

.wpcf7-display-none {
  display: none;
}

.wpcf7 .ajax-error {
  display: none;
}

.wpcf7 .wpcf7-recaptcha iframe {
  margin-bottom: 0;
}

.rtl .wpcf7-not-valid-tip {
  direction: rtl;
}

/* ==========================================================================
	5.1 Site Sticky Footer
============================================================================= */
.site-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

.site-header,
.site-footer {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.site-main {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  position: relative;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.site-main--hidden {
  opacity: 0;
}

/* ==========================================================================
	5.2 Site Header
============================================================================= */
.site-header {
  height: 4.375rem;
}
.site-body--header-transparent .site-header, .site-body--header-hidden .site-header {
  height: auto;
}

.site-header__inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 4.375rem;
  z-index: 1010;
  background-color: #fff;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  background-color: #fff;
  -webkit-box-shadow: 0 1px 0 #eaeaea;
          box-shadow: 0 1px 0 #eaeaea;
  padding: 0 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-body--header-transparent .site-header:not(.opaque) .site-header__inner {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.site-body--header-hidden .site-header__inner {
  display: none;
}

.site-header__col--logo {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.site-header__col--links {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  text-align: right;
}
.site-header__col--nav, .site-header__col--links {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 80px;
      flex-basis: 80px;
}

/* ==========================================================================
	5.3 Site Logo
============================================================================= */
.site-logo--image .custom-logo-link {
  display: block;
  position: relative;
}
.site-logo--image .custom-logo-link img {
  width: auto;
  height: auto;
  max-height: 100%;
  display: block;
  -webkit-transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.site-logo--image .custom-logo-link img.custom-logo {
  max-width: 120px;
}
.site-logo--image .custom-logo-link img.custom-logo-inverted {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.site-body--header-transparent .site-header:not(.opaque) .site-logo--image .custom-logo-link:not(.no-inverted) img.custom-logo {
  opacity: 0;
}
.site-body--header-transparent .site-header:not(.opaque) .site-logo--image .custom-logo-link:not(.no-inverted) img.custom-logo-inverted {
  opacity: 1;
}
.site-logo--textual {
  margin: 0;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
}
.site-logo--textual a {
  color: inherit;
  display: block;
  max-width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.site-body--header-transparent .site-header:not(.opaque) .site-logo--textual {
  color: #fff;
}

/* ==========================================================================
	5.4 Site Global Links
============================================================================= */
.site-global-links {
  color: #252525;
}
.site-global-links ul {
  margin: 0;
  padding: 0;
  list-style: none;
  white-space: nowrap;
}
.site-global-links li {
  display: inline-block;
  vertical-align: top;
  line-height: 2.5rem;
  position: relative;
  white-space: normal;
}
.site-global-links a {
  display: block;
  color: inherit;
}
.site-global-links > ul > li {
  margin-right: 0.625rem;
}
.site-global-links > ul > li:last-child {
  margin-right: 0;
}
.site-body--header-transparent .site-header:not(.opaque) .site-global-links {
  color: #fff;
}
.site-global-links__social .site-social-links {
  display: none;
  position: absolute;
  top: 0;
  right: 100%;
  margin-right: 0.625rem;
  padding: 0 0.625rem;
  background-color: #fff;
  border: 1px solid #eaeaea;
}
.site-body--header-transparent .site-header:not(.opaque) .site-global-links__social .site-social-links {
  border: none;
}
.site-global-links__social .site-social-links a {
  color: #252525;
}
.site-global-links__social.show .site-social-links {
  display: block;
}
.site-global-links__search .search-form {
  position: absolute;
  width: 0;
  top: 0;
  right: 100%;
  margin-right: 0.625rem;
  overflow: hidden;
  -webkit-transition: width 0.1s linear;
  transition: width 0.1s linear;
}
.site-global-links__search .search-form .form-control {
  padding-top: 0.5625rem;
  padding-bottom: 0.5625rem;
}
.site-global-links__search.show .search-form {
  width: 220px;
}

/* ==========================================================================
	5.5 Site Main Header
============================================================================= */
.site-main__header {
  padding: 3.75rem 0 1.25rem;
  text-align: center;
}

.site-main__title {
  margin: 0;
  font-size: 2rem;
}

.site-main__subtitle {
  color: #757575;
  font-family: "Merriweather", serif;
  font-style: italic;
  margin-top: 0.1875rem;
}

/* ==========================================================================
	5.6 Site Social Links
============================================================================= */
.site-social-links {
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-social-links li {
  display: inline-block;
  vertical-align: top;
  margin-right: 0.5rem;
}
.site-social-links li:last-child {
  margin-right: 0;
}

/* ==========================================================================
	5.7 Site Footer
============================================================================= */
.site-footer {
  padding: 1.4375rem 1.25rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #757575;
  -webkit-box-shadow: 0 -1px 0 #eaeaea;
          box-shadow: 0 -1px 0 #eaeaea;
}
.site-footer a {
  color: #252525;
}
.site-footer .site-social-links {
  font-size: 1rem;
}
.site-body--footer-hidden .site-footer {
  display: none;
}

.site-footer__col {
  text-align: center;
}
.site-footer__col + .site-footer__col {
  margin-top: 0.5rem;
}

/* ==========================================================================
	6.1 Testimonial
============================================================================= */
.testimonials-slider {
  margin-bottom: 1rem;
}
.testimonials-slider .flickity-viewport {
  -webkit-transition: height 0.6s;
  transition: height 0.6s;
}

.testimonial {
  width: 100%;
  text-align: center;
  margin-bottom: 0;
}
.testimonial .testimonial-content {
  padding: 2.5rem;
  border: 1px solid #eaeaea;
}
.testimonial .testimonial-content p {
  font-size: 1.5rem;
  line-height: 1.5;
}
.testimonial .testimonial-content p:before {
  content: "“";
}
.testimonial .testimonial-content p:after {
  content: "”";
}
.testimonial .testimonial-content p:last-child {
  margin-bottom: 0;
}
.testimonial footer {
  position: relative;
  padding-top: 20px;
}
.testimonial footer:before, .testimonial footer:after {
  content: "";
  border: solid transparent;
  position: absolute;
  top: -1px;
  left: 50%;
}
.testimonial footer:before {
  border-width: 10px;
  border-top-color: #d4d4d4;
  z-index: 0;
}
.testimonial footer:after {
  border-width: 9px;
  border-top-color: #fff;
  z-index: 1;
  margin-left: 1px;
}
.testimonial footer > img,
.testimonial footer > span {
  display: inline-block;
  vertical-align: middle;
}
.testimonial footer img {
  border-radius: 50%;
  max-width: 4rem;
  max-height: 4rem;
  margin-right: 0.75rem;
}
.testimonial footer > span {
  color: #757575;
  font-size: 0.875rem;
  text-align: left;
}
.testimonial footer > span a {
  color: inherit;
}
.testimonial footer cite {
  font-style: normal;
  display: block;
  margin-bottom: 0;
}

/* ==========================================================================
	6.2 Team
============================================================================= */
.team-member {
  margin-bottom: 1rem;
}

.team-member__photo {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 1.5625rem;
}

.team-member__heading {
  margin-bottom: 0.625rem;
}

.team-member__name {
  margin-top: 0;
  margin-bottom: 0.25rem;
}

.team-member__role {
  font-size: 0.875rem;
  margin-bottom: 0;
}

.team-member__social {
  margin: 0;
  padding: 0;
  list-style: none;
}
.team-member__social li {
  display: inline-block;
  vertical-align: top;
}
.team-member__social li + li {
  margin-left: 0.625rem;
}

/* ==========================================================================
	6.3 Pricing Table
============================================================================= */
.pricing-table {
  border: 1px solid #eaeaea;
  text-align: center;
  margin-bottom: 1rem;
}

.pricing-table__header {
  padding: 1.25rem;
  border-bottom: 1px solid #eaeaea;
}

.pricing-table__name {
  margin: 0;
}

.pricing-table__price {
  padding: 1.5625rem 1.25rem;
  color: #252525;
}

.pricing-table__price-text {
  font-size: 3rem;
  line-height: 1;
}
.pricing-table__price-text > span {
  vertical-align: super;
  font-size: 0.5em;
}
.pricing-table--featured .pricing-table__price-text {
  font-size: 5rem;
}

.pricing-table__price-description {
  font-style: italic;
  font-size: 0.875rem;
  color: #757575;
}

.pricing-table__features {
  border: solid #eaeaea;
  border-width: 1px 0;
}
.pricing-table__features ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pricing-table__features li {
  padding: 0.625rem;
}
.pricing-table__features li:nth-child(odd) {
  background-color: rgba(0, 0, 0, 0.03);
}
.pricing-table__features li + li {
  border-top: 1px solid #eaeaea;
}

.pricing-table__footer {
  padding: 1.25rem;
}

/* ==========================================================================
	6.4 Service
============================================================================= */
.service {
  margin-bottom: 1rem;
}

.service__image {
  margin-bottom: 1.5625rem;
  max-width: 100%;
  height: auto;
}

.service__title {
  margin-top: 0;
  margin-bottom: 0.625rem;
}

/* ==========================================================================
	6.5 Tabs
============================================================================= */
.tabs {
  border: 1px solid #eaeaea;
  margin-bottom: 1rem;
}
.tabs .tab-nav {
  white-space: nowrap;
  background-color: #eaeaea;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}
.tabs .tab-nav::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.tabs .tab-nav::-webkit-scrollbar-button {
  width: 0;
  height: 0;
  display: none;
}
.tabs .tab-nav::-webkit-scrollbar-corner {
  background-color: transparent;
}
.tabs .tab-nav::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 2px;
}
.tabs .tab-nav::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
.tabs .tab-nav .nav-item {
  display: inline-block;
  vertical-align: top;
}
.tabs .tab-nav .nav-link {
  padding: 1.25rem 1.5625rem;
  color: #252525;
  line-height: 1.25rem;
}
.tabs .tab-nav .nav-item.active .nav-link,
.tabs .tab-nav .nav-link.active {
  background-color: #fff;
}
.tabs .tab-pane {
  padding: 1.875rem;
}
.tabs .tab-pane > p:last-child {
  margin-bottom: 0;
}

/* ==========================================================================
	6.6 Accordion
============================================================================= */
.accordion {
  margin-bottom: 1rem;
}

.accordion-panel {
  border: 1px solid #eaeaea;
}
.accordion-panel + .accordion-panel {
  margin-top: 0.625rem;
}

.accordion-title {
  margin: 0;
  line-height: 1;
  font-size: 1rem;
}
.accordion-title a {
  color: inherit;
  display: block;
  padding: 1.5625rem;
  position: relative;
}
.accordion-title a:after {
  content: "\f106";
  font-family: "FontAwesome";
  height: 2rem;
  line-height: 2rem;
  position: absolute;
  right: 1.5625rem;
  top: 50%;
  margin-top: -1rem;
  display: block;
}
.accordion-title a.collapsed:after {
  content: "\f107";
}

.accordion-content {
  border-top: 1px solid #eaeaea;
}

.accordion-content-inner {
  padding: 1.5625rem;
}
.accordion-content-inner p:last-child {
  margin-bottom: 0;
}

/* ==========================================================================
	6.7 Button styles
============================================================================= */
.btn-outline-light {
  color: #252525;
}

.btn-no-outline:focus, .btn-no-outline.focus, .btn-no-outline:active:focus, .btn-no-outline:active.focus, .btn-no-outline.active:focus, .btn-no-outline.active.focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* ==========================================================================
	6.8 Alert
============================================================================= */
.alert p:last-child {
  margin-bottom: 0;
}

/* ==========================================================================
	6.9 Client
============================================================================= */
.clients {
  white-space: nowrap;
  margin-bottom: 2.5625rem;
}
.clients .client-item {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}
.clients .client-item img {
  max-width: 100%;
  height: auto;
  max-height: 100%;
  vertical-align: middle;
}

.client-item__wrap {
  padding-top: 56.25%;
  position: relative;
}
.client-item__wrap > a,
.client-item__wrap > span {
  display: block;
  position: absolute;
  left: 15%;
  top: 15%;
  width: 70%;
  height: 70%;
}
.client-item__wrap > a:before,
.client-item__wrap > span:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

@media (min-width: 576px) {
  .clients .client-item {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .clients .client-item {
    width: 33.3333%;
  }
}
@media (min-width: 992px) {
  .clients .client-item {
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .clients .client-item {
    width: 20%;
  }
}
/* ==========================================================================
	6.10 Icon Box
============================================================================= */
.icon-box {
  margin-bottom: 1em;
}

.icon-box__header {
  margin-bottom: 0.625rem;
}

.icon-box__icon,
.icon-box__title {
  display: inline-block;
  vertical-align: middle;
}

.icon-box__icon {
  font-size: 1.875rem;
  line-height: 1;
  width: 1.875rem;
  height: 1.875rem;
  margin-right: 1.25rem;
}

.icon-box__title {
  font-size: 1rem;
  width: calc(100% - 3.125rem);
  margin: 0;
}

.icon-box__content {
  margin-left: 3.125rem;
}

/* ==========================================================================
	6.11 Leaflet Map
============================================================================= */
.leaflet-map-holder {
  margin-bottom: 1rem;
}

/* ==========================================================================
	6.12 Call to Action
============================================================================= */
.call-to-action {
  margin-bottom: 1em;
  padding: 2.5rem;
  border: 1px solid #eaeaea;
}

.call-to-action__title {
  margin-top: 0;
}

/* ==========================================================================
	7. Isotope Grid
============================================================================= */
.isotope-grid__filter-toggle {
  cursor: pointer;
  line-height: 1;
  padding: 0.625rem 0;
  border: 1px solid #eaeaea;
}
.isotope-grid__filter-toggle .active {
  display: none;
}
.isotope-grid__filter-toggle--active .active {
  display: block;
}
.isotope-grid__filter-toggle--active .inactive {
  display: none;
}

.isotope-grid__filter {
  font-size: 0.875rem;
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  padding: 1.875rem 1.25rem;
  text-align: center;
}
.portfolio-entries-shortcode .isotope-grid__filter, .gallery-entries-shortcode .isotope-grid__filter {
  padding-left: 0;
  padding-right: 0;
}
.site-main__header + .site-main__content > .isotope-grid:first-child .isotope-grid__filter {
  padding-top: 0;
}
.isotope-grid__filter ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: none;
}
.isotope-grid__filter li a {
  display: inline-block;
  line-height: 1;
  padding: 0.625rem 0;
  color: #757575;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  position: relative;
  z-index: 1;
}
.isotope-grid__filter li.current a {
  color: #252525;
}

ul.isotope-grid__container {
  padding: 0;
  margin: 0;
  list-style: none;
}

/* ==========================================================================
	8. Site Nav
============================================================================= */
.site-nav {
  font-size: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 4.4375rem;
  max-height: calc(100vh - 4.4375rem);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  display: none;
  background-color: #fff;
}
.site-body--header-transparent .site-header:not(.opaque) .site-nav {
  background-color: rgba(255, 255, 255, 0.9);
}
.site-nav ul.menu,
.site-nav ul.menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-nav ul.menu {
  padding: 0.5rem 0;
}
.site-nav ul.menu ul {
  margin-left: 0.9375rem;
  border-left: 1px dotted #d4d4d4;
}
.site-nav ul.menu ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 20px;
  width: 10px;
  border-top: 1px dotted #d4d4d4;
}
.site-nav li {
  font-size: 0.875rem;
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  text-align: left;
  position: relative;
}
.site-nav li a {
  display: block;
  line-height: 1.5rem;
  padding: 0.5rem 0.9375rem;
  color: #505050;
}
.site-nav li.current-menu-item > a, .site-nav li.current_page_item > a, .site-nav li:hover > a {
  color: #252525;
}
.site-nav__toggle {
  width: 40px;
  height: 44px;
  padding-top: 21px;
  padding-right: 20px;
  cursor: pointer;
}
.site-nav__toggle > span {
  width: 100%;
  height: 2px;
  background-color: #252525;
  position: relative;
  display: block;
  -webkit-transition: background-color 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: background-color 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}
.site-nav__toggle > span:after, .site-nav__toggle > span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 2px;
  background-color: #252525;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}
.site-nav__toggle > span:before {
  -webkit-transform: translate3d(0, -6px, 0);
          transform: translate3d(0, -6px, 0);
}
.site-nav__toggle > span:after {
  -webkit-transform: translate3d(0, 6px, 0);
          transform: translate3d(0, 6px, 0);
}
.site-nav__toggle.open > span {
  background-color: transparent;
}
.site-nav__toggle.open > span:before {
  -webkit-transform: scale(0.9) rotate(45deg);
          transform: scale(0.9) rotate(45deg);
}
.site-nav__toggle.open > span:after {
  -webkit-transform: scale(0.9) rotate(-45deg);
          transform: scale(0.9) rotate(-45deg);
}
.site-body--header-transparent .site-header:not(.opaque) .site-nav__toggle > span:after, .site-body--header-transparent .site-header:not(.opaque) .site-nav__toggle > span:before, .site-body--header-transparent .site-header:not(.opaque) .site-nav__toggle:not(.open) > span {
  background-color: #fff;
}

@media (min-width: 992px) {
  .site-nav {
    position: static;
    left: auto;
    right: auto;
    top: auto;
    max-height: none;
    overflow: visible;
    display: block;
  }
  .site-nav, .site-body--header-transparent .site-header:not(.opaque) .site-nav {
    background-color: transparent;
  }
  .site-nav ul.menu {
    padding: 0;
  }
  .site-nav ul.menu ul {
    position: absolute;
    width: 12.5rem;
    background-color: #fff;
    border: 1px solid #eaeaea;
    left: 0;
    top: 100%;
    margin-left: 0;
    display: none;
  }
  .site-nav ul.menu ul ul {
    top: -1px;
    left: 100%;
  }
  .site-nav ul.menu ul li:before {
    content: none;
  }
  .site-nav ul.menu ul li + li {
    border-top: 1px solid #eaeaea;
  }
  .site-body--header-transparent .site-header:not(.opaque) .site-nav ul.menu ul {
    border: none;
  }
  .site-body--header-transparent .site-header:not(.opaque) .site-nav ul.menu ul ul {
    top: 0;
    margin-left: 1px;
  }
  .site-header__inner--logo-links-nav .site-nav ul.menu ul, .site-header__inner--links-logo-nav .site-nav ul.menu ul {
    left: auto;
    right: 0;
  }
  .site-header__inner--logo-links-nav .site-nav ul.menu ul ul, .site-header__inner--links-logo-nav .site-nav ul.menu ul ul {
    right: 100%;
  }
  .site-body--header-transparent .site-header:not(.opaque) .site-header__inner--logo-links-nav .site-nav ul.menu ul ul, .site-body--header-transparent .site-header:not(.opaque) .site-header__inner--links-logo-nav .site-nav ul.menu ul ul {
    margin-left: 0;
    margin-right: 1px;
  }
  .site-nav li:hover > ul {
    display: block;
  }
  .site-nav ul.menu > li {
    display: inline-block;
    vertical-align: top;
  }
  .site-nav ul.menu > li + li {
    margin-left: 1.875rem;
  }
  .site-nav ul.menu > li > a {
    line-height: 2.5rem;
    padding: 0.9375rem 0;
  }
  .site-nav ul.menu > li.menu-item-has-children:before, .site-nav ul.menu > li.menu-item-has-children:after {
    border: solid transparent;
    position: absolute;
    left: 50%;
    bottom: -1px;
  }
  .site-nav ul.menu > li.menu-item-has-children:before {
    border-width: 9px;
    margin-left: -9px;
    z-index: 1;
    border-bottom-color: #fff;
  }
  .site-nav ul.menu > li.menu-item-has-children:after {
    border-width: 10px;
    margin-left: -10px;
    z-index: 0;
    border-bottom-color: #eaeaea;
  }
  .site-nav ul.menu > li.menu-item-has-children:hover:after, .site-nav ul.menu > li.menu-item-has-children:hover:before {
    content: "";
  }
  .site-nav ul.menu > li.menu-item-mega-menu ul ul {
    display: block;
    position: static;
    top: auto;
    left: auto;
    margin-left: 0;
    border: none;
  }
  .site-nav ul.menu > li.menu-item-mega-menu ul li + li {
    border-top: none;
  }
  .site-nav ul.menu > li.menu-item-mega-menu > ul {
    width: auto;
    padding: 0.9375rem;
  }
  .site-nav ul.menu > li.menu-item-mega-menu > ul > li > a {
    font-weight: 600;
  }
  .site-nav ul.menu > li.menu-item-mega-menu:hover > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .site-body--header-transparent .site-header:not(.opaque) .site-nav ul.menu > li > a, .site-body--header-transparent .site-header:not(.opaque) .site-nav ul.menu > li.current-menu-item > a, .site-body--header-transparent .site-header:not(.opaque) .site-nav ul.menu > li.current_page_item > a, .site-body--header-transparent .site-header:not(.opaque) .site-nav ul.menu > li:hover > a {
    color: #fff;
  }
  .site-body--header-transparent .site-header:not(.opaque) .site-nav ul.menu > li.menu-item-has-children:before {
    content: none;
  }
  .site-body--header-transparent .site-header:not(.opaque) .site-nav ul.menu > li.menu-item-has-children:after {
    border-bottom-color: #fff;
    bottom: 0;
  }
  .site-nav__toggle {
    display: none;
  }
}
/* ==========================================================================
	9. WordPress Admin Bar
============================================================================= */
.admin-bar.site-body {
  min-height: calc(100vh - 46px);
}
.admin-bar .site-header__inner {
  top: 46px;
}
.admin-bar .entry-gallery__content {
  top: 116px;
}
.admin-bar .featured-entries {
  height: calc(100vh - 4.375rem - 46px);
}
.admin-bar.site-body--header-transparent .featured-entries {
  height: calc(100vh - 46px);
}
.admin-bar .site-splash {
  height: calc(100vh - 4.375rem - 46px);
}
.admin-bar.site-body--header-transparent .site-splash, .admin-bar.site-body--header-hidden .site-splash {
  height: calc(100vh - 46px);
}
.admin-bar.single-gallery .entry-media--slider, .admin-bar.single-gallery .entry-media--carousel, .admin-bar.single-gallery .entry-media--multiscroll, .admin-bar.single-gallery .entry-media--multiscroll-split {
  height: calc(100vh - 4.375rem - 46px);
}
.admin-bar .taxonomy-carousel {
  height: calc(100vh - 4.375rem - 46px);
}
.admin-bar.site-body--header-transparent .taxonomy-carousel {
  height: calc(100vh - 46px);
}
@media (min-width: 783px) {
  .admin-bar.site-body {
    min-height: calc(100vh - 32px);
  }
  .admin-bar .site-header__inner {
    top: 32px;
  }
  .admin-bar .entry-gallery__content {
    top: 102px;
  }
  .admin-bar .featured-entries {
    height: calc(100vh - 4.375rem - 32px);
  }
  .admin-bar.site-body--header-transparent .featured-entries {
    height: calc(100vh - 32px);
  }
  .admin-bar .site-splash {
    height: calc(100vh - 4.375rem - 32px);
  }
  .admin-bar.site-body--header-transparent .site-splash, .admin-bar.site-body--header-hidden .site-splash {
    height: calc(100vh - 32px);
  }
  .admin-bar.single-gallery .entry-media--slider, .admin-bar.single-gallery .entry-media--carousel, .admin-bar.single-gallery .entry-media--multiscroll, .admin-bar.single-gallery .entry-media--multiscroll-split {
    height: calc(100vh - 4.375rem - 32px);
  }
  .admin-bar .taxonomy-carousel {
    height: calc(100vh - 4.375rem - 32px);
  }
  .admin-bar.site-body--header-transparent .taxonomy-carousel {
    height: calc(100vh - 32px);
  }
}

/* ==========================================================================
	10.1 Splash Base
============================================================================= */
.site-splash {
  position: relative;
  overflow: hidden;
  height: calc(100vh - 4.375rem);
  background-color: #343434;
  background-image: url(assets/images/poly.png);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-body--header-transparent .site-splash, .site-body--header-hidden .site-splash {
  height: 100vh;
}
.site-body--header-transparent .site-splash:after {
  content: "";
  position: absolute;
  z-index: 89;
  left: 0;
  top: 0;
  width: 100%;
  height: 210px;
  pointer-events: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
  background-repeat: repeat-x;
}

.site-splash__title {
  margin: 0;
  font-size: 2rem;
}

.site-splash__subtitle {
  font-family: "Merriweather", serif;
  font-style: italic;
}

.site-splash__title,
.site-splash__subtitle {
  pointer-events: auto;
}
.site-splash__title, .site-splash__title a, .site-splash__title a:hover,
.site-splash__subtitle,
.site-splash__subtitle a,
.site-splash__subtitle a:hover {
  color: inherit;
}

.site-splash__title + .site-splash__subtitle,
.site-splash__title + .site-splash__button,
.site-splash__subtitle + .site-splash__title {
  margin-top: 0.625rem;
}

.site-splash__subtitle + .site-splash__button {
  margin-top: 1.25rem;
}

.site-splash__button {
  border: 2px solid #fff;
  padding: 2px 15px;
  border-radius: 21px;
  position: relative;
  z-index: 1;
  display: inline-block;
  -webkit-transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
  color: inherit;
  letter-spacing: 0.1em;
  line-height: 1.875rem;
  text-transform: uppercase;
  font-size: 0.625rem;
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  font-weight: 600;
  pointer-events: auto;
}
.site-splash__button:hover, .site-splash__button:focus {
  color: #252525;
  text-shadow: none;
  background-color: #fff;
  outline: none;
}

/* ==========================================================================
	10.2 Splash Slider
============================================================================= */
/* ==========================================================================
	10.3 Splash Multiscroll
============================================================================= */
.site-splash--multiscroll .gallery-multiscroll {
  width: 100%;
  height: 100%;
}

/* ==========================================================================
	10.4 Splash Video
============================================================================= */
.site-splash--video {
  height: 100%;
}

/* ==========================================================================
	10.5 Splash Content
============================================================================= */
.site-splash__content {
  position: relative;
  z-index: 1;
  color: #fff;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.65);
  width: 100%;
  text-align: center;
  pointer-events: none;
}

.site-splash__media {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/* ==========================================================================
	11.1 Entry Loop
============================================================================= */
.entry-loop--classic .hentry:before {
  content: "";
  width: 40px;
  display: block;
  margin: 0 auto;
  margin-bottom: 2.5rem;
  border-top: 4px solid #eaeaea;
}
.entry-loop--classic .hentry + .hentry {
  margin-top: 2.5rem;
}
.entry-loop--classic .hentry.sticky .entry-header:before {
  content: "\f08d";
  font-family: "FontAwesome";
  font-style: normal;
  color: #757575;
  display: block;
}
.entry-loop--classic .entry-header,
.entry-loop--classic .entry-media {
  margin-bottom: 1.25rem;
}
.entry-loop--minimal .hentry {
  position: relative;
  text-align: center;
  padding: 2.5rem 1.25rem;
  border-top: 1px solid #eaeaea;
}
.entry-loop--minimal .hentry.sticky .entry-minimal__content:before {
  content: "\f08d";
  font-family: "FontAwesome";
  font-style: normal;
  color: #757575;
  display: block;
}
.entry-loop--minimal .hentry .entry-minimal__thumbnail {
  margin-bottom: 1.25rem;
  display: inline-block;
}
.entry-loop--minimal .hentry .entry-minimal__thumbnail img {
  border-radius: 50%;
  max-width: 4rem;
  height: auto;
}

/* ==========================================================================
	11.2 Entry Title
============================================================================= */
.entry-title {
  margin: 0;
}
.entry-title a {
  color: inherit;
}
.entry-inner-wrap .entry-header .entry-title {
  font-size: 2rem;
}

/* ==========================================================================
	11.3 Entry Meta
============================================================================= */
.entry-subtitle,
.entry-meta {
  color: #757575;
  font-size: 0.875rem;
  font-family: "Merriweather", serif;
  font-style: italic;
}
.entry-subtitle a,
.entry-meta a {
  color: inherit;
}
.entry-subtitle a:hover,
.entry-meta a:hover {
  color: var(--primary);
}

.entry-title + .entry-subtitle,
.entry-meta + .entry-title,
.entry-title + .entry-meta {
  margin-top: 0.625rem;
}

/* ==========================================================================
	11.4 Entry Header
============================================================================= */
.entry-header {
  position: relative;
  text-align: center;
}

.entry-header--cover {
  margin-bottom: 0;
}

/* ==========================================================================
	11.5 Entry Header Cover
============================================================================= */
.entry-header__cover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.65);
  background-color: #343434;
  background-image: url(assets/images/poly.png);
}
.entry-header__cover .entry-header__cover-inner {
  width: 100%;
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.entry-header__cover .entry-title,
.entry-header__cover .entry-meta,
.entry-header__cover .entry-subtitle {
  color: #fff;
  pointer-events: auto;
}
.entry-header__cover .entry-title a,
.entry-header__cover .entry-meta a,
.entry-header__cover .entry-subtitle a {
  color: inherit;
}
.entry-header__cover .entry-title {
  font-size: 2rem;
  margin: 0.625rem 0;
}
.entry-header__cover .entry-meta,
.entry-header__cover .entry-subtitle {
  font-size: 1rem;
}

.entry-header__cover--50vh {
  height: calc(0.5 * (100vh - 4.375rem));
}

.entry-header__cover--55vh {
  height: calc(0.55 * (100vh - 4.375rem));
}

.entry-header__cover--60vh {
  height: calc(0.6 * (100vh - 4.375rem));
}

.entry-header__cover--65vh {
  height: calc(0.65 * (100vh - 4.375rem));
}

.entry-header__cover--70vh {
  height: calc(0.7 * (100vh - 4.375rem));
}

.entry-header__cover--75vh {
  height: calc(0.75 * (100vh - 4.375rem));
}

.entry-header__cover--80vh {
  height: calc(0.8 * (100vh - 4.375rem));
}

.entry-header__cover--85vh {
  height: calc(0.85 * (100vh - 4.375rem));
}

.entry-header__cover--90vh {
  height: calc(0.9 * (100vh - 4.375rem));
}

.entry-header__cover--95vh {
  height: calc(0.95 * (100vh - 4.375rem));
}

.entry-header__cover--100vh {
  height: calc(100vh - 4.375rem);
}

.entry-header__cover-scroll {
  pointer-events: auto;
}
.entry-header__cover-scroll .fa, .entry-header__cover-scroll .t {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
}
.entry-header__cover-scroll .fa {
  border: 0.125rem solid #fff;
  width: 1.25rem;
  height: 1.25rem;
  line-height: 1rem;
  text-align: center;
  border-radius: 50%;
  font-size: 0.75rem;
}
.entry-header__cover-scroll .t {
  margin: 0 0 0 0.25rem;
  text-transform: uppercase;
  font-size: 0.75rem;
}

/* ==========================================================================
	11.6 Entry Header Background
============================================================================= */
.entry-header__bg {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
/* ==========================================================================
	11.7 Entry Media
============================================================================= */
.entry-media, .entry-media figure {
  position: relative;
  overflow: hidden;
}
.entry-media figure {
  margin: 0;
}
.entry-media figcaption {
  position: absolute;
  left: 0.9375rem;
  bottom: 0.9375rem;
  padding: 0.3125rem 0.9375rem;
  background-color: #252525;
  color: #fff;
  font-size: 0.75rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.entry-media--masonry figure:hover figcaption, .entry-media--justified figure:hover figcaption {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}
.entry-media--masonry figcaption, .entry-media--justified figcaption {
  opacity: 0;
  -webkit-transform: translate(0, 1rem);
          transform: translate(0, 1rem);
  -webkit-transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.entry-media--multiscroll .gallery-multiscroll, .entry-media--multiscroll-split .gallery-multiscroll-split {
  width: 100%;
  height: 100%;
}
.entry-media--carousel .flickity__cell img {
  width: auto;
  max-width: none;
}

/* ==========================================================================
	11.8 Entry Inner Wrap
============================================================================= */
.entry-inner-wrap {
  padding: 2.5rem 0;
}
.entry-inner-wrap .entry-header,
.entry-inner-wrap .entry-media {
  margin-bottom: 1.25rem;
}

.entry-text {
  margin-bottom: 1.875rem;
}

/* ==========================================================================
	11.9 Entry More Link
============================================================================= */
.entry-text .more-link,
.entry-excerpt .more-link {
  color: #757575;
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  position: relative;
  padding: 0.125rem 0;
  display: inline-block;
}
.entry-text .more-link:after,
.entry-excerpt .more-link:after {
  content: "";
  background-color: #252525;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  position: absolute;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition: -webkit-transform 0.75s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 0.75s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.75s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.75s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.75s cubic-bezier(0.19, 1, 0.22, 1);
}
.entry-text .more-link:hover,
.entry-excerpt .more-link:hover {
  color: #252525;
}
.entry-text .more-link:hover:after,
.entry-excerpt .more-link:hover:after {
  -webkit-transform: none;
          transform: none;
}

/* ==========================================================================
	11.10 Entry Taxonomy
============================================================================= */
.entry-taxonomy {
  margin-bottom: 1.875rem;
}
.entry-taxonomy ul {
  padding: 0;
  list-style: none;
}
.entry-taxonomy li {
  display: inline-block;
  vertical-align: top;
  margin-right: 0.375rem;
}
.entry-taxonomy li:last-child {
  margin-right: 0;
}
.entry-taxonomy a {
  font-size: 0.875rem;
  color: #757575;
  background-color: #eaeaea;
  display: block;
  padding: 0.125rem 0.625rem;
  border-radius: 0.125rem;
}

/* ==========================================================================
	11.11 Entry Details
============================================================================= */
.entry-details {
  margin-bottom: 1.875rem;
  -webkit-columns: 2 15rem;
     -moz-columns: 2 15rem;
          columns: 2 15rem;
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
}

.entry-details__item {
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
}
.entry-details__item + .entry-details__item {
  margin-top: 0.9375rem;
}

.entry-details__label,
.entry-details__value {
  margin: 0;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.entry-details__label {
  font-size: 0.875rem;
}
.entry-details__label .fa {
  font-size: 0.75rem;
}

/* ==========================================================================
	11.12 Entry Interaction
============================================================================= */
.entry-interaction h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
.entry-interaction ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.entry-interaction li {
  display: inline-block;
  vertical-align: top;
}
.entry-interaction li + li {
  margin-left: 0.375rem;
}
.entry-interaction li a {
  color: #252525;
}

.entry-interaction__item + .entry-interaction__item,
.entry-interaction__col + .entry-interaction__col {
  margin-top: 1.25rem;
}

.entry-interaction__col .entry-interaction__item {
  margin-top: 0;
}

/* ==========================================================================
	11.13 Entry Interaction Likes
============================================================================= */
.entry-interaction__likes .fa,
.entry-interaction__likes .feedback {
  display: inline-block;
  vertical-align: middle;
}
.entry-interaction__likes .fa {
  font-size: 1.75rem;
  color: #ed9191;
}
.entry-interaction__likes .fa-heart {
  display: none;
}
.entry-interaction__likes .feedback {
  color: #757575;
  margin-left: 0.25rem;
}
.entry-interaction__likes .youxi-likes-liked {
  pointer-events: none;
}
.entry-interaction__likes .youxi-likes-liked .fa-heart {
  display: inline-block;
}
.entry-interaction__likes .youxi-likes-liked .fa-heart-o {
  display: none;
}

/* ==========================================================================
	11.14 Entry Footer
============================================================================= */
.entry-footer__section {
  margin-top: 2.5rem;
  padding-top: 2.5rem;
  border-top: 4px solid #eaeaea;
}

.entry-footer__section-title {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* ==========================================================================
	11.15 Entry Author
============================================================================= */
.entry-author__header {
  margin-bottom: 0.9375rem;
}

.entry-author__avatar {
  float: left;
  width: 4rem;
  margin: 0 0.9375rem 0 0;
}
.entry-author__avatar img {
  border-radius: 50%;
}

.entry-author__subtitle {
  color: #757575;
  font-size: 0.875rem;
  display: block;
  margin-bottom: 0.375rem;
}

.entry-author__name {
  margin: 0;
}
.entry-author__name a {
  color: inherit;
}

.entry-author__social ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.entry-author__social li {
  display: inline-block;
  vertical-align: top;
  margin-right: 0.375rem;
}
.entry-author__social li:last-child {
  margin-right: 0;
}

/* ==========================================================================
	11.16 Entry Related
============================================================================= */
.entry-related__item-wrap + .entry-related__item-wrap {
  margin-top: 1.25rem;
}

.entry-related__item {
  position: relative;
  display: block;
}
.entry-related__item .entry-title,
.entry-related__item .entry-meta {
  color: #fff;
}
.entry-related__item .entry-title {
  margin: 0;
  word-wrap: break-word;
}
.entry-related__item .entry-meta {
  margin-bottom: 0.375rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.entry-related__item.has-post-thumbnail .entry-related__item-info {
  opacity: 0;
  -webkit-transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.entry-related__item.has-post-thumbnail .entry-title,
.entry-related__item.has-post-thumbnail .entry-meta {
  opacity: 0;
  -webkit-transform: translate3d(0, 10px, 0);
          transform: translate3d(0, 10px, 0);
  -webkit-transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}
.entry-related__item.has-post-thumbnail:hover .entry-related__item-info {
  opacity: 1;
}
.entry-related__item.has-post-thumbnail:hover .entry-title {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.entry-related__item.has-post-thumbnail:hover .entry-title,
.entry-related__item.has-post-thumbnail:hover .entry-meta {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
}

.entry-related__item-thumbnail {
  position: relative;
  z-index: 0;
}

.entry-related__item-info {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 1.875rem;
  background-color: rgba(0, 0, 0, 0.75);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.entry-related__item-info-inner {
  width: 100%;
}

/* ==========================================================================
	11.17 Entry Pagination
============================================================================= */
.entry-pagination {
  line-height: 2.5rem;
  padding: 1.25rem;
  font-family: "Poppins", Helvetica, Arial, sans-serif;
}
.portfolio-entries-shortcode .entry-pagination, .gallery-entries-shortcode .entry-pagination {
  padding-left: 0;
  padding-right: 0;
}
.entry-pagination ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.entry-pagination li > a,
.entry-pagination li > span {
  display: block;
  color: #757575;
}
.entry-pagination li.current > a,
.entry-pagination li.current > span, .entry-pagination li:hover > a,
.entry-pagination li:hover > span {
  color: #252525;
}
.entry-pagination--numbered, .entry-pagination--ajax {
  text-align: center;
}
.entry-pagination--numbered li, .entry-pagination--ajax li {
  display: inline-block;
  vertical-align: top;
}
.entry-pagination--numbered li > a,
.entry-pagination--numbered li > span, .entry-pagination--ajax li > a,
.entry-pagination--ajax li > span {
  padding: 0 0.9375rem;
  min-width: 2.5rem;
}
.entry-pagination--ajax button {
  font-size: 1rem;
  color: #505050;
}
.entry-pagination--pager ul::after {
  display: block;
  clear: both;
  content: "";
}
.entry-pagination--pager li.next {
  float: right;
}
.entry-pagination--pager li.prev {
  float: left;
}

.entry-link-pages {
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  line-height: 2rem;
  padding-left: 0;
  list-style: none;
}
.entry-link-pages li {
  display: inline-block;
  vertical-align: top;
}
.entry-link-pages li > a,
.entry-link-pages li > span {
  display: block;
  padding: 0 0.625rem;
  min-width: 2rem;
  color: inherit;
  text-align: center;
}
.entry-link-pages li > span {
  background-color: #eaeaea;
}

/* ==========================================================================
	11.18 Entry Nav
============================================================================= */
.post-navigation .nav-label {
  display: block;
  font-style: italic;
  font-family: "Merriweather", serif;
  font-size: 0.875rem;
  color: #757575;
}
.post-navigation .nav-previous + .nav-next {
  margin-top: 1.25rem;
}

/* ==========================================================================
	11.19 Entry Comments
============================================================================= */
.comment-list {
  margin-bottom: 1.5625rem;
}
.comment-list, .comment-list ul {
  padding: 0;
  list-style: none;
}
.comment-list ul.children {
  margin: 0;
  margin-left: 3.9375rem;
}
.comment-list .comment-entry::after {
  display: block;
  clear: both;
  content: "";
}
.comment-list .comment-entry,
.comment-list .comment-respond {
  padding: 0.9375rem 0;
}

.comment-avatar {
  float: left;
  margin: 0;
  margin-right: 0.9375rem;
}
.comment-avatar img {
  max-width: 3rem;
  border-radius: 50%;
}

.comment-body {
  overflow: hidden;
}
.comment-body .alert {
  margin: 0;
}

.comment-header {
  margin-top: 0.25rem;
  margin-bottom: 0.625rem;
}
.comment-header::after {
  display: block;
  clear: both;
  content: "";
}
.comment-header .comment-author {
  margin: 0;
}
.bypostauthor .comment-header .comment-author small {
  color: #757575;
}
.comment-header .comment-time {
  color: #757575;
  font-size: 0.875rem;
  display: block;
}

.comment-links {
  padding-left: 0;
  list-style: none;
}
.comment-links li {
  display: inline-block;
  vertical-align: top;
}
.comment-links li + li {
  margin-left: 0.3125rem;
}
.comment-links li a {
  font-size: 0.875rem;
  color: #757575;
  background-color: #eaeaea;
  display: block;
  padding: 0.125rem 0.625rem;
  border-radius: 0.125rem;
}

.comment-reply-title {
  margin-top: 0;
  font-size: 1.5rem;
}
.comment-reply-title.entry-footer__section-title {
  margin-bottom: 0;
}

/* ==========================================================================
	11.20 Entry Protected
============================================================================= */
.entry-protected {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/polylight.png);
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.entry-protected .entry-protected__inner {
  width: 100%;
}

.entry-protected__password-form {
  border: 1px solid #eaeaea;
  padding: 2.5rem;
  background-color: #fff;
}

.entry-protected__title {
  margin-top: 0;
}

/* ==========================================================================
	12.1 Entry Card Thumbnail
============================================================================= */
.entry-card--card .entry-card__thumbnail, .entry-card--summary .entry-card__thumbnail-link {
  display: block;
  position: relative;
  z-index: 0;
}
.entry-card--card .entry-card__thumbnail:before, .entry-card--summary .entry-card__thumbnail-link:before {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: #000;
  -webkit-transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.entry-card--card .entry-card__thumbnail {
  padding-top: 100%;
  background-color: #343434;
  background-image: url(assets/images/poly.png);
}
.entry-card--card.has-post-thumbnail .entry-card__thumbnail {
  background-color: transparent;
  background-image: none;
}
.entry-card--card.has-post-thumbnail .entry-card__thumbnail:before {
  content: "";
}
.entry-card--card.has-post-thumbnail:hover .entry-card__thumbnail:before {
  opacity: 0.75;
}
.entry-card--summary {
  padding: 1.25rem;
}
.entry-card--summary .entry-card__thumbnail {
  margin-bottom: 1.25rem;
}
.entry-card--summary .entry-card__thumbnail .entry-card__thumbnail-link:before {
  content: "";
}
.entry-card--summary .entry-card__thumbnail:hover .entry-card__thumbnail-link:before {
  opacity: 0.75;
}
.entry-card--summary.sticky .entry-card__header:before {
  content: "\f08d";
  font-family: "FontAwesome";
  font-style: normal;
  color: #757575;
  display: block;
}

/* ==========================================================================
	12.2 Entry Card Thumbnail Icon
============================================================================= */
.entry-card__thumbnail-icon {
  left: 50%;
  top: 50%;
  width: 1.5rem;
  height: 1.5rem;
  margin-left: -0.75rem;
  margin-top: -0.75rem;
  display: block;
  text-align: center;
  position: absolute;
  z-index: 11;
  -webkit-transform: translate3d(0, 2rem, 0);
          transform: translate3d(0, 2rem, 0);
  opacity: 0;
  -webkit-transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  color: #fff;
  font-size: 1.5rem;
}
.entry-card__thumbnail-icon .fa {
  display: block;
  line-height: 1;
}
.entry-card__thumbnail:hover .entry-card__thumbnail-icon {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

/* ==========================================================================
	12.3 Entry Card Header
============================================================================= */
.entry-card--card .entry-card__header .entry-title,
.entry-card--card .entry-card__header .entry-meta {
  color: #fff;
}
.entry-card--card .entry-card__header .entry-title {
  position: relative;
  margin: 0.9375rem 0;
}
.entry-card--card-title .entry-card__header .entry-title {
  font-size: 1.25rem;
}
.entry-card--card-title .entry-card__header .entry-meta {
  font-size: 0.75rem;
}
.entry-card--card-title .entry-card__header .entry-meta + .entry-title {
  margin-top: 0.5rem;
}
.entry-card--summary .entry-card__header {
  margin-bottom: 0.9375rem;
}

/* ==========================================================================
	12.4 Entry Card Content
============================================================================= */
.entry-card--card .entry-card__content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 2.5rem;
  z-index: 1;
  pointer-events: none;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.entry-card--card .entry-card__content a {
  pointer-events: auto;
}
.entry-card--card .entry-card__content a, .entry-card--card .entry-card__content a:hover {
  color: inherit;
}
.entry-card--card .entry-card__content-inner {
  width: 100%;
}
.entry-card--card-title .entry-card__content {
  position: relative;
}
.entry-card--card-title .entry-card__content-inner {
  padding: 1.25rem 0;
}
.entry-card--card.has-post-thumbnail .entry-card__content-inner {
  opacity: 0;
  -webkit-transform: translate3d(0, 2rem, 0);
          transform: translate3d(0, 2rem, 0);
  -webkit-transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}
.entry-card--card.has-post-thumbnail:hover .entry-card__content-inner {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

/* ==========================================================================
	12.5 Entry Card Links
============================================================================= */
.entry-card__links {
  color: #fff;
  line-height: 1;
}
.entry-card__links > a {
  display: inline-block;
  vertical-align: top;
  line-height: 1.5rem;
  padding: 0 0.375rem;
}
.entry-card__links .youxi-likes-count {
  margin-left: 0.1875rem;
}
.entry-card--card-title .entry-card__links {
  display: none;
  position: absolute;
  bottom: 100%;
  right: 0;
  background-color: #fff;
  padding: 0.5rem;
  font-size: 0.875rem;
  opacity: 0;
  -webkit-transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.entry-card--card-title.has-post-thumbnail .entry-card__links {
  display: block;
}
.entry-card--card-title .entry-card__thumbnail:hover + .entry-card__content .entry-card__links, .entry-card--card-title .entry-card__links:hover {
  opacity: 1;
}

/* ==========================================================================
	13. Single Portfolio
============================================================================= */
.single-portfolio .entry-media {
  margin-bottom: 0;
}
.single-portfolio .entry-media--carousel-50vh,
.single-portfolio .entry-media--slider-50vh {
  height: calc(0.5 * (100vh - 4.375rem));
}
.single-portfolio .entry-media--carousel-55vh,
.single-portfolio .entry-media--slider-55vh {
  height: calc(0.55 * (100vh - 4.375rem));
}
.single-portfolio .entry-media--carousel-60vh,
.single-portfolio .entry-media--slider-60vh {
  height: calc(0.6 * (100vh - 4.375rem));
}
.single-portfolio .entry-media--carousel-65vh,
.single-portfolio .entry-media--slider-65vh {
  height: calc(0.65 * (100vh - 4.375rem));
}
.single-portfolio .entry-media--carousel-70vh,
.single-portfolio .entry-media--slider-70vh {
  height: calc(0.7 * (100vh - 4.375rem));
}
.single-portfolio .entry-media--carousel-75vh,
.single-portfolio .entry-media--slider-75vh {
  height: calc(0.75 * (100vh - 4.375rem));
}
.single-portfolio .entry-media--carousel-80vh,
.single-portfolio .entry-media--slider-80vh {
  height: calc(0.8 * (100vh - 4.375rem));
}
.single-portfolio .entry-media--carousel-85vh,
.single-portfolio .entry-media--slider-85vh {
  height: calc(0.85 * (100vh - 4.375rem));
}
.single-portfolio .entry-media--carousel-90vh,
.single-portfolio .entry-media--slider-90vh {
  height: calc(0.9 * (100vh - 4.375rem));
}
.single-portfolio .entry-media--carousel-95vh,
.single-portfolio .entry-media--slider-95vh {
  height: calc(0.95 * (100vh - 4.375rem));
}
.single-portfolio .entry-media--carousel-100vh,
.single-portfolio .entry-media--slider-100vh {
  height: calc(100vh - 4.375rem);
}

/* ==========================================================================
	14.1 Single Gallery
============================================================================= */
.single-gallery .entry-media {
  margin-bottom: 0;
}
.single-gallery .entry-media--slider, .single-gallery .entry-media--carousel, .single-gallery .entry-media--multiscroll, .single-gallery .entry-media--multiscroll-split {
  height: calc(100vh - 4.375rem);
}

/* ==========================================================================
	14.2 Gallery Content
============================================================================= */
.entry-gallery {
  position: relative;
}
.entry-gallery__content {
  width: 16.875rem;
  position: fixed;
  z-index: 79;
  top: 4.4375rem;
  bottom: 0;
  background-color: #fff;
  border-right: 1px solid #eaeaea;
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}
.entry-gallery__content .entry-content {
  overflow: auto;
  overflow-x: hidden;
  height: 100%;
  -webkit-overflow-scrolling: touch;
}
.entry-gallery__content .entry-content .entry-summary {
  padding: 2.5rem;
}
.entry-gallery__content .entry-content::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.entry-gallery__content .entry-content::-webkit-scrollbar-button {
  width: 0;
  height: 0;
  display: none;
}
.entry-gallery__content .entry-content::-webkit-scrollbar-corner {
  background-color: transparent;
}
.entry-gallery__content .entry-content::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.15);
  border-radius: 2px;
}
.entry-gallery__content .entry-content::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
.entry-gallery__content .entry-header {
  text-align: inherit;
  margin-bottom: 1.25rem;
}
.entry-gallery__content .entry-title {
  font-size: 2rem;
}
.entry-gallery__content .entry-meta {
  font-size: 0.875rem;
}
.entry-gallery.showing-info .entry-gallery__content {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.entry-gallery.showing-info .entry-gallery__content-toggle span {
  background-color: transparent;
}
.entry-gallery.showing-info .entry-gallery__content-toggle span:before, .entry-gallery.showing-info .entry-gallery__content-toggle span:after {
  width: 100%;
}
.entry-gallery.showing-info .entry-gallery__content-toggle span:before {
  -webkit-transform: scale(0.9) rotate(45deg);
          transform: scale(0.9) rotate(45deg);
}
.entry-gallery.showing-info .entry-gallery__content-toggle span:after {
  -webkit-transform: scale(0.9) rotate(-45deg);
          transform: scale(0.9) rotate(-45deg);
}

/* ==========================================================================
	14.3 Gallery Toggle
============================================================================= */
.entry-gallery__content-toggle {
  position: absolute;
  left: 100%;
  top: 2.5rem;
  z-index: 99;
  border: 1px solid #eaeaea;
  border-left: 0;
  background-color: #fff;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  padding: 0 15px;
  line-height: 20px;
  cursor: pointer;
}
.entry-gallery__content-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 23px 0;
  background-color: #252525;
  position: relative;
  -webkit-transition: background-color 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: background-color 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}
.entry-gallery__content-toggle span:before, .entry-gallery__content-toggle span:after {
  content: "";
  width: 70%;
  height: 100%;
  background-color: #252525;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}
.entry-gallery__content-toggle span:before {
  -webkit-transform: translate3d(0, -6px, 0);
          transform: translate3d(0, -6px, 0);
}
.entry-gallery__content-toggle span:after {
  -webkit-transform: translate3d(0, 6px, 0);
          transform: translate3d(0, 6px, 0);
}

/* ==========================================================================
	15.1 Taxonomy Carousel
============================================================================= */
.taxonomy-carousel {
  position: relative;
  overflow: hidden;
  height: calc(100vh - 4.375rem);
  background-color: #343434;
  background-image: url(assets/images/poly.png);
}
.site-body--header-transparent .taxonomy-carousel {
  height: 100vh;
}
.site-body--header-transparent .taxonomy-carousel:before {
  content: "";
  position: absolute;
  z-index: 89;
  left: 0;
  top: 0;
  width: 100%;
  height: 210px;
  pointer-events: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
  background-repeat: repeat-x;
}
.taxonomy-carousel .taxonomy-term {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  text-align: center;
  color: #fff;
  position: relative;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.65);
}
.taxonomy-carousel .taxonomy-term__inner {
  width: 100%;
  padding: 0 2.5rem;
  position: relative;
  z-index: 1;
}
.taxonomy-carousel .taxonomy-term__bg:after {
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.25);
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
.taxonomy-carousel .taxonomy-term:hover .taxonomy-term__bg:after {
  opacity: 0;
}
.taxonomy-carousel .taxonomy-term__name {
  margin: 0.625rem 0 0;
  color: inherit;
}
.taxonomy-carousel .taxonomy-term__count {
  font-size: 0.875rem;
  font-family: "Merriweather", serif;
  font-style: italic;
}

/* ==========================================================================
	15.2 Taxonomy List
============================================================================= */
.taxonomy-list .taxonomy-list__item {
  padding: 2.5rem;
  position: relative;
}
.taxonomy-list .taxonomy-list__item + .taxonomy-list__item {
  border-top: 1px solid #eaeaea;
}
.taxonomy-list .taxonomy-list__term,
.taxonomy-list .taxonomy-list__posts {
  position: relative;
  z-index: 1;
}
.taxonomy-list .taxonomy-list__term {
  margin-bottom: 0.9375rem;
}
.taxonomy-list .taxonomy-list__term a {
  display: inline-block;
  vertical-align: top;
}
.taxonomy-list .taxonomy-list__term-count {
  font-size: 0.875rem;
  font-family: "Merriweather", serif;
  font-style: italic;
  color: #757575;
}
.taxonomy-list .taxonomy-list__term-name {
  margin: 0.5rem 0 0;
}
.taxonomy-list .taxonomy-list__posts {
  border-left: 1px solid #eaeaea;
}
.taxonomy-list .taxonomy-list__post {
  display: block;
  padding: 0.3125rem 0;
  padding-left: 2.5rem;
}
.taxonomy-list .taxonomy-list__post .entry-title {
  position: relative;
  z-index: 0;
}
.taxonomy-list .taxonomy-list__post .entry-title:before {
  content: "";
  position: absolute;
  display: block;
  left: -2.5rem;
  top: 50%;
  width: 1.875rem;
  height: 1px;
  background-color: #eaeaea;
}
.taxonomy-list .taxonomy-list__post .entry-title span {
  display: inline-block;
  vertical-align: top;
  padding: 0.625rem 0;
  position: relative;
}
.taxonomy-list .taxonomy-list__post .entry-title span:before {
  content: "";
  background-color: #252525;
  left: 0;
  bottom: 5px;
  width: 100%;
  height: 2px;
  position: absolute;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition: -webkit-transform 0.75s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 0.75s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.75s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.75s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.75s cubic-bezier(0.19, 1, 0.22, 1);
}
.taxonomy-list .taxonomy-list__post:hover .entry-title span:before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.taxonomy-list .taxonomy-list__post-images {
  margin-top: 0.3125rem;
}
.taxonomy-list .taxonomy-list__post-images img {
  display: inline-block;
  vertical-align: top;
  max-width: 5rem;
  height: auto;
  margin-right: 0.3125rem;
  margin-bottom: 0.3125rem;
}
.taxonomy-list .taxonomy-list__bg img {
  display: none;
}

/* ==========================================================================
	16.1 Featured Entries Base
============================================================================= */
.featured-entries {
  position: relative;
  overflow: hidden;
  height: calc(100vh - 4.375rem);
  background-color: #343434;
  background-image: url(assets/images/poly.png);
}
.site-body--header-transparent .featured-entries {
  height: 100vh;
}
.site-body--header-transparent .featured-entries:before {
  content: "";
  position: absolute;
  z-index: 89;
  left: 0;
  top: 0;
  width: 100%;
  height: 210px;
  pointer-events: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
  background-repeat: repeat-x;
}

.featured-entries__title {
  margin: 0.625rem 0;
}
.featured-entries__title:first-child {
  margin-top: 0;
}

.featured-entries__meta {
  font-family: "Merriweather", serif;
  font-style: italic;
}

.featured-entries__title, .featured-entries__title a, .featured-entries__title a:hover,
.featured-entries__meta,
.featured-entries__meta a,
.featured-entries__meta a:hover {
  color: inherit;
}

.featured-entries__permalink {
  border: 2px solid #fff;
  padding: 2px 15px;
  border-radius: 21px;
  position: relative;
  z-index: 1;
  display: inline-block;
  -webkit-transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
  color: inherit;
  letter-spacing: 0.1em;
  line-height: 1.875rem;
  text-transform: uppercase;
  font-size: 0.625rem;
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  font-weight: 600;
}
.featured-entries__permalink:hover, .featured-entries__permalink:focus {
  color: #252525;
  text-shadow: none;
  background-color: #fff;
  outline: none;
}

/* ==========================================================================
	16.2 Featured Entries Flickity
============================================================================= */
.featured-entries--carousel .featured-entries__item,
.featured-entries--parallax .featured-entries__item,
.featured-entries--slider .featured-entries__item {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
.featured-entries--carousel .featured-entries__item-content,
.featured-entries--parallax .featured-entries__item-content,
.featured-entries--slider .featured-entries__item-content {
  width: 100%;
  position: relative;
  z-index: 1;
  color: #fff;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.65);
  text-align: center;
}

/* ==========================================================================
	16.3 Featured Entries Carousel
============================================================================= */
.featured-entries--carousel .featured-entries__carousel {
  height: 100%;
}
.featured-entries--carousel .featured-entries__item-content {
  padding: 0 2.5rem;
}
.featured-entries--carousel .featured-entries__item-bg:before {
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.25);
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
.featured-entries--carousel .featured-entries__item:hover .featured-entries__item-bg:before {
  opacity: 0;
}
.featured-entries--carousel .featured-entries__meta {
  font-size: 0.875rem;
}

/* ==========================================================================
	17.1 Widgets Base
============================================================================= */
.widget-title {
  font-size: 1rem;
  margin: -1.875rem;
  margin-bottom: 1.875rem;
  padding: 1.25rem 1.875rem;
  text-align: center;
  border-bottom: 1px solid #eaeaea;
}

.widget {
  padding: 1.875rem;
  border: 1px solid #eaeaea;
}
.widget + .widget {
  margin-top: 1.25rem;
}
.widget img {
  max-width: 100%;
  height: auto;
}

/* ==========================================================================
17.2 Form controls in Widgets
============================================================================= */
.widget select,
.widget textarea,
.widget input:where([type=text],
[type=password],
[type=datetime-local],
[type=date],
[type=month],
[type=time],
[type=week],
[type=number],
[type=email],
[type=url],
[type=search],
[type=tel],
[type=color]) {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.75;
  color: #505050;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #d4d4d4;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.widget select::-ms-expand,
.widget textarea::-ms-expand,
.widget input:where([type=text],
[type=password],
[type=datetime-local],
[type=date],
[type=month],
[type=time],
[type=week],
[type=number],
[type=email],
[type=url],
[type=search],
[type=tel],
[type=color])::-ms-expand {
  background-color: transparent;
  border: 0;
}
.widget select:focus,
.widget textarea:focus,
.widget input:where([type=text],
[type=password],
[type=datetime-local],
[type=date],
[type=month],
[type=time],
[type=week],
[type=number],
[type=email],
[type=url],
[type=search],
[type=tel],
[type=color]):focus {
  color: #505050;
  background-color: #fff;
  border-color: #585858;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(24, 24, 24, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(24, 24, 24, 0.25);
}
.widget select::-webkit-input-placeholder, .widget textarea::-webkit-input-placeholder, .widget input:where([type=text],
[type=password],
[type=datetime-local],
[type=date],
[type=month],
[type=time],
[type=week],
[type=number],
[type=email],
[type=url],
[type=search],
[type=tel],
[type=color])::-webkit-input-placeholder {
  color: #757575;
  opacity: 1;
}
.widget select::-moz-placeholder, .widget textarea::-moz-placeholder, .widget input:where([type=text],
[type=password],
[type=datetime-local],
[type=date],
[type=month],
[type=time],
[type=week],
[type=number],
[type=email],
[type=url],
[type=search],
[type=tel],
[type=color])::-moz-placeholder {
  color: #757575;
  opacity: 1;
}
.widget select:-ms-input-placeholder, .widget textarea:-ms-input-placeholder, .widget input:where([type=text],
[type=password],
[type=datetime-local],
[type=date],
[type=month],
[type=time],
[type=week],
[type=number],
[type=email],
[type=url],
[type=search],
[type=tel],
[type=color]):-ms-input-placeholder {
  color: #757575;
  opacity: 1;
}
.widget select::-ms-input-placeholder, .widget textarea::-ms-input-placeholder, .widget input:where([type=text],
[type=password],
[type=datetime-local],
[type=date],
[type=month],
[type=time],
[type=week],
[type=number],
[type=email],
[type=url],
[type=search],
[type=tel],
[type=color])::-ms-input-placeholder {
  color: #757575;
  opacity: 1;
}
.widget select::placeholder,
.widget textarea::placeholder,
.widget input:where([type=text],
[type=password],
[type=datetime-local],
[type=date],
[type=month],
[type=time],
[type=week],
[type=number],
[type=email],
[type=url],
[type=search],
[type=tel],
[type=color])::placeholder {
  color: #757575;
  opacity: 1;
}
.widget select:disabled, .widget select[readonly],
.widget textarea:disabled,
.widget textarea[readonly],
.widget input:where([type=text],
[type=password],
[type=datetime-local],
[type=date],
[type=month],
[type=time],
[type=week],
[type=number],
[type=email],
[type=url],
[type=search],
[type=tel],
[type=color]):disabled,
.widget input:where([type=text],
[type=password],
[type=datetime-local],
[type=date],
[type=month],
[type=time],
[type=week],
[type=number],
[type=email],
[type=url],
[type=search],
[type=tel],
[type=color])[readonly] {
  background-color: #ececec;
  opacity: 1;
}
.widget select:not([size]):not([multiple]) {
  height: calc(2.5rem + 2px);
}
.widget select:focus::-ms-value {
  color: #505050;
  background-color: #fff;
}

/* ==========================================================================
	17.3 Lists in WordPress Widgets
============================================================================= */
:is(.widget_archive,
.widget_categories,
.widget_pages,
.widget_meta,
.widget_recent_comments,
.widget_recent_entries,
.widget_rss,
.widget_nav_menu) ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
:is(.widget_archive,
.widget_categories,
.widget_pages,
.widget_meta,
.widget_recent_comments,
.widget_recent_entries,
.widget_rss,
.widget_nav_menu) ul ul {
  padding-left: 1.25rem;
}

/* ==========================================================================
	17.4 WordPress Recent Comments Widget
============================================================================= */
.widget_recent_comments .recentcomments {
  line-height: 1.5;
}
.widget_recent_comments .recentcomments + .recentcomments {
  margin-top: 0.5rem;
}
.widget_recent_comments .comment-author-link {
  display: block;
}

/* ==========================================================================
	17.5 WordPress RSS Widget
============================================================================= */
.widget_rss .widget-title .rsswidget {
  display: inline-block;
}
.widget_rss ul li + li {
  margin-top: 1.25rem;
}
.widget_rss :is(.rsswidget, .rss-date) {
  display: block;
}
.widget_rss .rsswidget {
  font-weight: 700;
  line-height: 1.5;
}
.widget_rss .rss-date {
  font-size: 0.875rem;
  color: #757575;
}
.widget_rss .rssSummary {
  margin-top: 0.625rem;
}

/* ==========================================================================
	17.6 Youxi Quotes Widget
============================================================================= */
:is(.youxi-quote-widget, .youxi-rotating-quotes-widget) blockquote p {
  margin-bottom: 0.3125rem;
  font-size: inherit;
}
:is(.youxi-quote-widget, .youxi-rotating-quotes-widget) blockquote p:before {
  content: "“";
}
:is(.youxi-quote-widget, .youxi-rotating-quotes-widget) blockquote p:after {
  content: "”";
}
:is(.youxi-quote-widget, .youxi-rotating-quotes-widget) blockquote footer {
  line-height: 1.5;
  color: #757575;
}
:is(.youxi-quote-widget, .youxi-rotating-quotes-widget) blockquote footer:before {
  content: "—";
}
:is(.youxi-quote-widget, .youxi-rotating-quotes-widget) blockquote footer cite {
  font-style: normal;
}

/* ==========================================================================
	17.7 Youxi Flickr & Instagram Widget
============================================================================= */
:is(.youxi-flickr-widget, .youxi-instagram-widget) .feed-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
:is(.youxi-flickr-widget, .youxi-instagram-widget) .feed-list li {
  display: inline-block;
  vertical-align: middle;
  width: calc(33.3333% - 4px);
  margin-right: 6px;
  margin-bottom: 6px;
}
:is(.youxi-flickr-widget, .youxi-instagram-widget) .feed-list li:nth-child(3n) {
  margin-right: 0;
}

/* ==========================================================================
	17.8 Youxi Social Widget
============================================================================= */
.youxi-social-widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.youxi-social-widget li {
  display: inline-block;
  vertical-align: top;
  margin-right: 0.5rem;
}
.youxi-social-widget li:last-child {
  margin-right: 0;
}
.youxi-social-widget li a {
  display: block;
  border: 1px solid #eaeaea;
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.youxi-social-widget li a:hover {
  color: #fff;
  background-color: #252525;
  border-color: #252525;
}

/* ==========================================================================
	17.9 Youxi Posts Widget
============================================================================= */
.youxi-posts-widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.youxi-posts-widget .hentry + .hentry {
  margin-top: 0.9375rem;
}
.youxi-posts-widget .posts-widget__permalink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.youxi-posts-widget .posts-widget__thumbnail {
  -ms-flex-preferred-size: 5rem;
      flex-basis: 5rem;
  margin: 0 0.9375rem 0 0;
}
.youxi-posts-widget .posts-widget__thumbnail img {
  border-radius: 50%;
}
.youxi-posts-widget .posts-widget__info .entry-title {
  margin: 0;
}
.youxi-posts-widget .posts-widget__info .entry-title a {
  color: inherit;
}
.youxi-posts-widget .posts-widget__info .entry-meta {
  font-size: 0.875rem;
  margin-top: 0;
}

/* ==========================================================================
17.10 Youxi Twitter Widget
============================================================================= */
.youxi-twitter-widget .feed-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.youxi-twitter-widget li + li {
  margin-top: 1.25rem;
}
.youxi-twitter-widget .twitter-intents {
  display: none;
}
.youxi-twitter-widget .twitter-header {
  display: block;
  margin-bottom: 0.375rem;
}
.youxi-twitter-widget .twitter-header::after {
  display: block;
  clear: both;
  content: "";
}
.youxi-twitter-widget .twitter-avatar {
  float: left;
  margin-right: 0.625rem;
}
.youxi-twitter-widget .twitter-avatar a {
  display: block;
}
.youxi-twitter-widget :is(.twitter-info, .twitter-text) {
  display: block;
}
.youxi-twitter-widget .twitter-text {
  margin-bottom: 0.3125rem;
  word-wrap: break-word;
}
.youxi-twitter-widget .twitter-info {
  overflow: hidden;
  line-height: 1.5;
}
.youxi-twitter-widget .twitter-info a {
  display: block;
}
.youxi-twitter-widget :is(.twitter-user, .twitter-time) {
  color: #757575;
}
.youxi-twitter-widget .twitter-time {
  font-size: 0.875rem;
}

/* ==========================================================================
	17.11 WooCommerce Widgets
============================================================================= */
:is(.widget_rating_filter,
.widget_layered_nav,
.widget_layered_nav_filters,
.widget_product_categories,
.widget_products,
.widget_recently_viewed_products,
.widget_recent_reviews,
.widget_top_rated_products) ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
:is(.widget_rating_filter,
.widget_layered_nav,
.widget_layered_nav_filters,
.widget_product_categories,
.widget_products,
.widget_recently_viewed_products,
.widget_recent_reviews,
.widget_top_rated_products) ul ul {
  padding-left: 1.25rem;
}

:is(.widget_products,
.widget_recently_viewed_products,
.widget_recent_reviews,
.widget_top_rated_products) li + li {
  margin-top: 0.9375rem;
}

.widget_layered_nav_filters {
  font-size: 0.875rem;
  line-height: 1;
}
.widget_layered_nav_filters li {
  display: inline-block;
  vertical-align: top;
  margin-right: 0.25rem;
  margin-bottom: 0.25rem;
}
.widget_layered_nav_filters a {
  display: block;
  border-radius: 0.25rem;
  border: 1px solid #eaeaea;
  padding: 0.5rem 0.625rem;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.widget_layered_nav_filters a:after {
  content: "×";
  font-size: 1rem;
  font-family: serif;
  margin-left: 0.25rem;
}
.widget_layered_nav_filters a:hover {
  background-color: #eaeaea;
}

.widget_price_filter .price_slider {
  position: relative;
  background-color: #eaeaea;
  height: 0.25rem;
  margin: 0.1875rem 0 1.1875rem;
  border-radius: 0.125rem;
}
.widget_price_filter .price_slider .ui-slider-range {
  height: 100%;
  position: relative;
  border-radius: 0.125rem;
  background-color: #757575;
}
.widget_price_filter .price_slider .ui-slider-handle {
  display: block;
  position: absolute;
  top: -0.375rem;
  margin-left: -0.5rem;
  height: 1rem;
  width: 1rem;
  cursor: pointer;
  outline: none;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #d4d4d4;
}
.widget_price_filter .price_slider_amount :is(.button, .price_label) {
  display: inline-block;
  vertical-align: middle;
}
.widget_price_filter .price_slider_amount .price_label {
  font-size: 0.875rem;
  color: #757575;
}

:is(.widget_products,
.widget_recently_viewed_products,
.widget_top_rated_products) .product-widget__permalink {
  display: block;
}
:is(.widget_products,
.widget_recently_viewed_products,
.widget_top_rated_products) .product-widget__permalink::after {
  display: block;
  clear: both;
  content: "";
}
:is(.widget_products,
.widget_recently_viewed_products,
.widget_top_rated_products) .product-widget__thumbnail {
  float: left;
  width: 5rem;
  margin: 0 0.9375rem 0 0;
}
:is(.widget_products,
.widget_recently_viewed_products,
.widget_top_rated_products) .product-widget__info {
  overflow: hidden;
}
:is(.widget_products,
.widget_recently_viewed_products,
.widget_top_rated_products) .product-widget__info :is(.entry-title, .entry-meta) {
  margin: 0;
}
:is(.widget_products,
.widget_recently_viewed_products,
.widget_top_rated_products) .product-widget__info .entry-title a {
  color: inherit;
}
:is(.widget_products,
.widget_recently_viewed_products,
.widget_top_rated_products) .product-widget__info .entry-meta {
  font-size: 0.875rem;
}
:is(.widget_products,
.widget_recently_viewed_products,
.widget_top_rated_products) .product-widget__rating {
  margin: 0.25rem 0;
}
:is(.widget_products,
.widget_recently_viewed_products,
.widget_top_rated_products) .product-widget__rating .star-rating:before,
:is(.widget_products,
.widget_recently_viewed_products,
.widget_top_rated_products) .product-widget__rating .star-rating > span:before {
  font-size: 0.875rem;
}

.widget_recent_reviews li::after {
  display: block;
  clear: both;
  content: "";
}
.widget_recent_reviews li > a {
  display: block;
}
.widget_recent_reviews .product_list_widget img {
  float: left;
  width: 5rem;
  margin: 0 0.9375rem 0 0;
}
.widget_recent_reviews .star-rating {
  margin: 0.5rem 0;
}
.widget_recent_reviews .star-rating:before,
.widget_recent_reviews .star-rating > span:before {
  font-size: 0.875rem;
}
.widget_recent_reviews .reviewer {
  font-size: 0.875rem;
  color: #757575;
  display: block;
}

.woocommerce-mini-cart {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.woocommerce-mini-cart-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1rem;
}
.woocommerce-mini-cart .entry-meta {
  margin: 0.25rem 0 0;
}
.woocommerce-mini-cart .woocommerce-loop-product-thumbnail {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 5rem;
          flex: 0 0 5rem;
  margin: 0 0.9375rem 0 0;
}
.woocommerce-mini-cart__info {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}
.woocommerce-mini-cart .remove_from_cart_button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1.75rem;
          flex: 0 0 1.75rem;
  line-height: 1.125;
  font-size: 1rem;
}
.woocommerce-mini-cart__total {
  font-size: 0.875rem;
  background-color: #fafafa;
  padding: 0.9375rem;
}
.woocommerce-mini-cart__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 0.25rem;
     -moz-column-gap: 0.25rem;
          column-gap: 0.25rem;
}
.woocommerce-mini-cart__buttons .button {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}

/* ==========================================================================
	18.1 Media Queries >= 544px
============================================================================= */
@media (min-width: 576px) {
  /* Entry Header Cover */
  .entry-header__cover .entry-title {
    font-size: 2.5rem;
  }
  /* Featured Entries */
  .featured-entries__title {
    font-size: 2.5rem;
  }
  /* Taxonomy Carousel */
  .taxonomy-carousel .taxonomy-term__name {
    font-size: 2.5rem;
  }
  /* Splash */
  .site-splash__title {
    font-size: 2.5rem;
  }
  /* Entry Gallery */
  .entry-gallery__content {
    width: 20rem;
  }
  /* Isotope Blog */
  .isotope-grid--blog {
    padding: 0 1.25rem;
  }
  .isotope-grid--blog:last-child {
    padding-bottom: 1.25rem;
  }
}
/* ==========================================================================
	18.2 Media Queries >= 768px
============================================================================= */
@media (min-width: 768px) {
  /* Custom Logo */
  .site-logo--image .custom-logo-link img.custom-logo {
    max-width: 300px;
  }
  .site-logo--textual a {
    max-width: none;
  }
  /* Site Global Links */
  .site-global-links__social .site-social-links {
    display: block;
    position: static;
    top: auto;
    right: auto;
    margin-right: 0;
    padding: 0;
    background-color: transparent;
    border: none;
  }
  .site-global-links__social .site-social-links a {
    color: inherit;
  }
  /* Site Main Header */
  .site-main__header {
    padding: 5rem 0 3.125rem;
  }
  .site-main__title {
    font-size: 3rem;
  }
  .site-main__subtitle {
    font-size: 1.125rem;
  }
  /* Site Footer */
  .site-footer__col {
    text-align: inherit;
  }
  .site-footer__col--center {
    text-align: center;
  }
  .site-footer__col--right {
    text-align: right;
  }
  .site-footer__col + .site-footer__col {
    margin-top: 0;
  }
  /* Entry Margins and Font Size */
  .entry-inner-wrap .entry-header .entry-title,
.entry-loop--classic .entry-header .entry-title {
    font-size: 2.5rem;
  }
  .entry-inner-wrap .entry-header .entry-meta,
.entry-inner-wrap .entry-header .entry-subtitle,
.entry-loop--classic .entry-header .entry-meta,
.entry-loop--classic .entry-header .entry-subtitle {
    font-size: 1rem;
  }
  .entry-inner-wrap .entry-header,
.entry-inner-wrap .entry-media,
.entry-loop--classic .entry-header,
.entry-loop--classic .entry-media {
    margin-bottom: 1.875rem;
  }
  /* Entry Header Cover */
  .entry-header__cover .entry-title {
    margin: 0.9375rem 0;
    font-size: 3rem;
  }
  .entry-header__cover .entry-meta,
.entry-header__cover .entry-subtitle {
    font-size: 1.125rem;
  }
  /* Entry Inner Wrap */
  .entry-inner-wrap {
    padding: 3.75rem 0;
  }
  /* Entry Nav */
  .post-navigation .nav-links::after {
    display: block;
    clear: both;
    content: "";
  }
  .post-navigation .nav-previous + .nav-next {
    margin-top: 0;
  }
  .post-navigation .nav-previous,
.post-navigation .nav-next {
    width: 50%;
  }
  .post-navigation .nav-previous {
    float: left;
    padding-right: 1.25rem;
  }
  .post-navigation .nav-next {
    text-align: right;
    float: right;
    padding-left: 1.25rem;
  }
  /* Isotope Grid Filter */
  .isotope-grid__filter ul {
    display: block;
  }
  .isotope-grid__filter li {
    display: inline-block;
    vertical-align: top;
  }
  .isotope-grid__filter li + li {
    margin-left: 1.25rem;
  }
  .isotope-grid__filter li a {
    padding: 0.5rem 0;
  }
  .isotope-grid__filter li a:after {
    content: "";
    background-color: #252525;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    position: absolute;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transition: -webkit-transform 0.75s cubic-bezier(0.19, 1, 0.22, 1);
    transition: -webkit-transform 0.75s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.75s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.75s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.75s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .isotope-grid__filter li.current a:after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  /* Featured Entries */
  .featured-entries__title,
.featured-entries--carousel .featured-entries__title {
    margin: 0.9375rem 0;
    font-size: 3rem;
  }
  .featured-entries__carousel--2-cols .flickity__cell,
.featured-entries__carousel--3-cols .flickity__cell,
.featured-entries__carousel--4-cols .flickity__cell,
.featured-entries__carousel--5-cols .flickity__cell {
    width: 50%;
  }
  /* Taxonomy Carousel */
  .taxonomy-carousel .taxonomy-term__name {
    font-size: 3rem;
  }
  .taxonomy-carousel--2-cols .flickity__cell,
.taxonomy-carousel--3-cols .flickity__cell,
.taxonomy-carousel--4-cols .flickity__cell,
.taxonomy-carousel--5-cols .flickity__cell {
    width: 50%;
  }
  /* Splash */
  .site-splash__title {
    font-size: 3rem;
  }
  .site-splash__title + .site-splash__subtitle,
.site-splash__title + .site-splash__button,
.site-splash__subtitle + .site-splash__title {
    margin-top: 0.9375rem;
  }
  .site-splash__subtitle + .site-splash__button {
    margin-top: 1.875rem;
  }
  /* Entry Gallery */
  .entry-gallery__content {
    width: 25rem;
  }
  .entry-gallery__content .entry-content .entry-summary {
    padding: 5rem 3.75rem;
  }
  .entry-gallery__content .entry-title {
    font-size: 2.5rem;
  }
}
/* ==========================================================================
	18.3 Media Queries >= 992px
============================================================================= */
@media (min-width: 992px) {
  /* Site Header */
  .site-header__inner {
    padding: 0 0.625rem;
  }
  .site-header__col {
    padding: 0 1.25rem;
  }
  .site-header__inner--logo-links-nav .site-header__col--logo, .site-header__inner--logo-links-nav .site-header__col--links,
.site-header__inner--logo-nav-links .site-header__col--logo,
.site-header__inner--logo-nav-links .site-header__col--links {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .site-header__inner--logo-links-nav .site-header__col--nav, .site-header__inner--logo-links-nav .site-header__col--links,
.site-header__inner--logo-nav-links .site-header__col--nav,
.site-header__inner--logo-nav-links .site-header__col--links {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .site-header__inner--logo-links-nav .site-header__col--links,
.site-header__inner--logo-nav-links .site-header__col--links {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    text-align: inherit;
  }
  .site-header__inner--logo-links-nav .site-header__col--nav,
.site-header__inner--links-logo-nav .site-header__col--nav {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    text-align: right;
  }
  .site-header__inner--logo-links-nav .site-header__col--links {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .site-header__inner--links-logo-nav .site-header__col--links {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    text-align: inherit;
  }
  /* Site Global Links */
  .site-header__inner--logo-links-nav .site-global-links__search .search-form, .site-header__inner--links-logo-nav .site-global-links__search .search-form {
    left: 100%;
    right: auto;
    margin-left: 0.625rem;
    margin-right: auto;
  }
  /* Entry Header Cover */
  .entry-header__cover .entry-title {
    font-size: 4rem;
  }
  /* Entry Interaction */
  .entry-interaction__col + .entry-interaction__col {
    margin-top: 0;
  }
  .entry-interaction__likes--right {
    text-align: right;
  }
  /* Entry Related */
  .entry-related__wrapper {
    margin: 0 -0.625rem;
  }
  .entry-related__item-wrap {
    width: 33.3333333333%;
    padding: 0 0.625rem;
    display: inline-block;
    vertical-align: top;
  }
  .entry-related__item-wrap + .entry-related__item-wrap {
    margin-top: 0;
  }
  /* Featured Entries */
  .featured-entries__title {
    font-size: 4rem;
  }
  .featured-entries--slider .featured-entries__meta,
.featured-entries--parallax .featured-entries__meta {
    font-size: 1.25rem;
  }
  .featured-entries__permalink {
    padding: 4px 20px;
    font-size: 0.75rem;
  }
  .featured-entries__carousel--3-cols .flickity__cell,
.featured-entries__carousel--4-cols .flickity__cell,
.featured-entries__carousel--5-cols .flickity__cell {
    width: 33.3333333333%;
  }
  /* Taxonomy Carousel */
  .taxonomy-carousel--3-cols .flickity__cell,
.taxonomy-carousel--4-cols .flickity__cell,
.taxonomy-carousel--5-cols .flickity__cell {
    width: 33.3333333333%;
  }
  /* Splash */
  .site-splash__title {
    font-size: 4rem;
  }
  .site-splash__subtitle {
    font-size: 1.25rem;
  }
  .site-splash__button {
    padding: 4px 20px;
    font-size: 0.75rem;
  }
}
/* ==========================================================================
	18.4 Media Queries >= 1200px
============================================================================= */
@media (min-width: 1200px) {
  /* Featured Entries */
  .featured-entries__carousel--4-cols .flickity__cell,
.featured-entries__carousel--5-cols .flickity__cell {
    width: 25%;
  }
  /* Taxonomy Carousel */
  .taxonomy-carousel--4-cols .flickity__cell,
.taxonomy-carousel--5-cols .flickity__cell {
    width: 25%;
  }
  /* Entry Inner Wrap */
  .entry-inner-wrap {
    padding-top: 5rem;
  }
  /* Entry Gallery */
  .entry-gallery--left_side .entry-gallery__content,
.entry-gallery--right_side .entry-gallery__content {
    -webkit-transform: none;
            transform: none;
  }
  .entry-gallery--left_side .entry-gallery__content-toggle,
.entry-gallery--right_side .entry-gallery__content-toggle {
    display: none;
  }
  .entry-gallery--left_side .entry-gallery__content {
    left: 0;
  }
  .entry-gallery--left_side .entry-media {
    margin-left: 25rem;
  }
  .entry-gallery--right_side .entry-gallery__content {
    right: 0;
    border-right: 0;
    border-left: 1px solid #eaeaea;
  }
  .entry-gallery--right_side .entry-media {
    margin-right: 25rem;
  }
}
/* ==========================================================================
	18.5 Media Queries >= 1600px
============================================================================= */
@media (min-width: 1600px) {
  /* Featured Entries */
  .featured-entries__carousel--5-cols .flickity__cell {
    width: 20%;
  }
  /* Taxonomy Carousel */
  .taxonomy-carousel--5-cols .flickity__cell {
    width: 20%;
  }
}