@charset "UTF-8";
/*!
 * Theme Name: Instock
 * Theme URI: https://www.freshthemes.com/themes/instock/
 * Description: Instock is a fully features e-commerce theme for WordPress. Packed with all the functionality of WooCommerce, for a sleek, stylish online store.
 * Version: 1.0.1
 * Author: FreshThemes
 * Author URI: https://www.freshthemes.com/
 * Tags: one-column, two-columns, left-sidebar, right-sidebar, grid-layout, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, theme-options, threaded-comments, translation-ready, blog
 * Text Domain: instock
 *
 * License: GNU General Public License v2.0 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Instock WordPress Theme, Copyright 2020 https://www.freshthemes.com/
 * Instock is distributed under the terms of the GNU GPL
 *
 * Please DO NOT EDIT THIS FILE, if you want to customize the styles, you can create a child theme
 * See: http://codex.wordpress.org/Child_Themes
 */
/*------------------------------------*
    $CONTENTS
*------------------------------------*/
/**
 * BASE
 * - VARIABLES
 * - NORMALIZE
 * - ICONFONTS
 * - SHARED
 * - LAYOUTS
 * - MAIN
 * - TYPOGRAPHY
 * - FORMS
 * - TABLE
 *
 * SECTIONS
 * - HEADER
 * - NAVIGATIONS
 * - MODULES
 * - FOOTER
 * - COMMENT
 * - SIDEBARS
 *
 * PLUGINS
 * - ELEMENTOR
 * - EVENTS
 *
 */
/*------------------------------------*
	$VARIABLES
*------------------------------------*/
:root {
  --nunito: 'Nunito', sans-serif;
  --font-size: 1.6rem;
  --line-height: 2.6rem;
  --white-color: #fff;
  --black-color: #3b3939;
  --primary-color: #dc9814;
  --secondary-color: #fdf7eb;
  --tertiary-color: #fbfbfb;
  --border-color: #efefef;
  --primary-text-color: var(--black-color);
  --secondary-text-color: #b0acac;
  --heading-text-color: var(--black-color);
}

/*------------------------------------*
	$NORMALIZE
*------------------------------------*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

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

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

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

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

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

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

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

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

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

/*------------------------------------*
	$ICONFONTS
*------------------------------------*/
@font-face {
  font-family: 'fontello';
  src: url("assets/fonts/fontello.eot?25789795");
  src: url("assets/fonts/fontello.eot?25789795#iefix") format("embedded-opentype"), url("assets/fonts/fontello.woff2?25789795") format("woff2"), url("assets/fonts/fontello.woff?25789795") format("woff"), url("assets/fonts/fontello.ttf?25789795") format("truetype"), url("assets/fonts/fontello.svg?25789795#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family: 'fontello';
		src: url('assets/fonts/fontello.svg?25789795#fontello') format('svg');
	}
}
*/
[class^="icon-"]:before, .menu-account-items > li > a::before, .social-links a::before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-heart-empty:before {
  content: '\e800';
}

/* '' */
.icon-phone:before {
  content: '\e801';
}

/* '' */
.icon-mail:before, .social-links a[href*="mailto"]::before {
  content: '\e802';
}

/* '' */
.icon-clock:before {
  content: '\e803';
}

/* '' */
.icon-wordpress:before, .social-links a[href*="wordpress.com"]::before, .social-links a[href*="wordpress.org"]::before {
  content: '\e804';
}

/* '' */
.icon-rss:before, .social-links a[href*="/feed"]::before, .social-links a[href*="feedburner.com"]::before {
  content: '\e805';
}

/* '' */
.icon-soundcloud:before {
  content: '\e806';
}

/* '' */
.icon-check:before {
  content: '\e807';
}

/* '' */
.icon-search:before {
  content: '\e808';
}

/* '' */
.icon-menu:before {
  content: '\e809';
}

/* '' */
.icon-compare:before {
  content: '\e80a';
}

/* '' */
.icon-eye:before {
  content: '\e80b';
}

/* '' */
.icon-play:before {
  content: '\e80c';
}

/* '' */
.icon-cancel:before {
  content: '\e80d';
}

/* '' */
.icon-heart:before {
  content: '\e80e';
}

/* '' */
.icon-location:before {
  content: '\e80f';
}

/* '' */
.icon-play-circle:before {
  content: '\e810';
}

/* '' */
.icon-home:before {
  content: '\e811';
}

/* '' */
.icon-arrow-down:before {
  content: '\e813';
}

/* '' */
.icon-arrow-left:before {
  content: '\e814';
}

/* '' */
.icon-arrow-right:before {
  content: '\e815';
}

/* '' */
.icon-arrow-up:before {
  content: '\e816';
}

/* '' */
.icon-download:before {
  content: '\e817';
}

/* '' */
.icon-twitter:before, .social-links a[href*="twitter.com"]::before {
  content: '\f099';
}

/* '' */
.icon-facebook:before, .social-links a[href*="facebook.com"]::before {
  content: '\f09a';
}

/* '' */
.icon-github:before, .social-links a[href*="github.com"]::before {
  content: '\f09b';
}

/* '' */
.icon-choose:before {
  content: '\f0c8';
}

/* '' */
.icon-gplus:before, .social-links a[href*="plus.google.com"]::before {
  content: '\f0d5';
}

/* '' */
.icon-linkedin:before, .social-links a[href*="linkedin.com"]::before {
  content: '\f0e1';
}

/* '' */
.icon-dashboard:before {
  content: '\f0e4';
}

/* '' */
.icon-chosen:before {
  content: '\f14a';
}

/* '' */
.icon-youtube:before, .social-links a[href*="youtube.com"]::before {
  content: '\f16a';
}

/* '' */
.icon-instagram:before, .social-links a[href*="instagram.com"]::before {
  content: '\f16d';
}

/* '' */
.icon-dribbble:before, .social-links a[href*="dribbble.com"]::before {
  content: '\f17d';
}

/* '' */
.icon-skype:before {
  content: '\f17e';
}

/* '' */
.icon-behance:before {
  content: '\f1b4';
}

/* '' */
.icon-pinterest:before, .social-links a[href*="pinterest.com"]::before {
  content: '\f231';
}

/* '' */
.icon-medium:before, .social-links a[href*="medium.com"]::before {
  content: '\f23a';
}

/* '' */
.icon-vimeo:before, .social-links a[href*="vimeo.com"]::before {
  content: '\f27d';
}

/* '' */
.icon-shopping-bag:before {
  content: '\f290';
}

/* '' */
.icon-shopping-basket:before {
  content: '\f291';
}

/* '' */
.icon-snapchat:before, .social-links a[href*="snapchat.com"]::before {
  content: '\f2ac';
}

/* '' */
.icon-address:before {
  content: '\f2b9';
}

/* '' */
.icon-user:before {
  content: '\f2bd';
}

/* '' */
.icon-flickr:before, .social-links a[href*="flickr.com"]::before {
  content: '\f303';
}

/* '' */
.icon-codepen:before, .social-links a[href*="codepen.io"]::before {
  content: '\f32c';
}

/* '' */
/*------------------------------------*
	$SHARED
*------------------------------------*/
figure > img {
  display: block;
}

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

img[class*="align"],
img[class*="attachment-"] {
  height: auto;
}

.wp-caption {
  max-width: 100%;
  margin-bottom: 2.4rem;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-bottom: 0.5rem;
}

.wp-caption-text {
  font-size: 1.4rem;
  font-style: italic;
  color: #999;
}

.wp-smiley {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  border: 0;
}

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

.alignleft {
  float: left;
  margin-right: var(--line-height);
}

.alignright {
  float: right;
  margin-left: var(--line-height);
}

.aligncenter {
  clear: both;
}

.alignnone {
  display: inline;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

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

.sticky,
.bypostauthor {
  font-size: inherit;
}

/**
 * Gallery
 * Taken from Twenty Fourteen theme.
 */
.gallery {
  margin-bottom: 2rem;
}

.gallery-item {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 0 0.4rem 0.4rem 0;
}

.gallery-icon a,
.gallery-icon img {
  display: block;
}

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

.gallery-columns-2 .gallery-item {
  max-width: 48%;
  max-width: calc(50% - 4px);
}

.gallery-columns-3 .gallery-item {
  max-width: 32%;
  max-width: calc(33.3% - 4px);
}

.gallery-columns-4 .gallery-item {
  max-width: 23%;
  max-width: calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
  max-width: 19%;
  max-width: calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
  max-width: 15%;
  max-width: calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
  max-width: 13%;
  max-width: calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
  max-width: 11%;
  max-width: calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
  max-width: 9%;
  max-width: calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
  margin-right: 0;
}

.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
  clear: left;
}

.gallery-caption {
  font-size: 1.4rem;
  line-height: 2.1rem;
  position: absolute;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  max-height: 50%;
  margin: 0;
  padding: 0.2rem 0.8rem;
  text-align: left;
  opacity: 0;
  color: var(--white-color);
  background-color: var(--black-color);
}

.gallery-caption:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 5rem;
  content: "";
}

.gallery-item:hover .gallery-caption {
  opacity: 0;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}

.gallery, .clearfix, .pagination .nav-links {
  *zoom: 1;
}

.gallery:before, .clearfix:before, .pagination .nav-links:before, .gallery:after, .clearfix:after, .pagination .nav-links:after {
  display: table;
  content: "";
}

.gallery:after, .clearfix:after, .pagination .nav-links:after {
  clear: both;
}

.menu, .menu .sub-menu, .menu-mobile-items, .social-links ul, .commentlist, .widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

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

.menu-account-items > li > a {
  overflow: hidden;
  white-space: nowrap;
  text-indent: 110%;
}

.site-content .container, .right-navigation, .featured .container, .featured-post, .featured-categories.featured-categories-layout-modern .featured-category-content, .newsletter, .pagination .nav-page, .author-bio, .site-footer .container, .sidebar-footer .container {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

@media (min-width: 768px) {
  .site-content .container, .right-navigation, .featured .container, .featured-post, .featured-categories.featured-categories-layout-modern .featured-category-content, .newsletter, .pagination .nav-page, .author-bio, .site-footer .container, .sidebar-footer .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    flex-wrap: wrap;
  }
}

/*------------------------------------*
	$LAYOUTS
*------------------------------------*/
.wide-container {
  background-color: var(--white-color);
}

.boxed-container .wide-container, .framed-container .wide-container {
  max-width: 120rem;
  margin: 0 auto;
  box-shadow: 0 0 0.4rem rgba(0, 0, 0, 0.05);
}

.framed-container {
  margin: 0 auto;
}

@media (min-width: 1024px) {
  .framed-container {
    margin: 4rem auto;
  }
}

.container {
  max-width: 117rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 2rem;
}

.container:after {
  content: " ";
  display: block;
  clear: both;
}

@media (min-width: 1280px) {
  .container {
    padding: 0;
  }
}

.site-content {
  margin-bottom: 8rem;
}

.full-width-narrow .site-content .container {
  -webkit-box-pack: center;
          justify-content: center;
}

@media (max-width: 768px) {
  .content-area {
    margin-bottom: 6rem;
  }
}

@media (min-width: 768px) {
  .right-sidebar .content-area {
    -webkit-box-flex: 0;
            flex: 0 0 74.358974359%;
    margin-right: 2.5641025641%;
    padding-right: 3rem;
  }
}

@media (min-width: 768px) {
  .left-sidebar .content-area {
    -webkit-box-flex: 0;
            flex: 0 0 74.358974359%;
    -webkit-box-ordinal-group: 3;
            order: 2;
    padding-left: 3rem;
  }
}

@media (min-width: 768px) {
  .full-width-narrow .content-area {
    -webkit-box-flex: 0;
            flex: 0 0 74.358974359%;
  }
}

.full-width .content-area {
  -webkit-box-flex: 0;
          flex: 0 0 100%;
}

@media (min-width: 768px) {
  .right-sidebar .widget-area {
    -webkit-box-flex: 0;
            flex: 0 0 23.0769230769%;
  }
}

@media (min-width: 768px) {
  .left-sidebar .widget-area {
    -webkit-box-flex: 0;
            flex: 0 0 23.0769230769%;
    margin-right: 2.5641025641%;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
}

.posts .post-thumbnail {
  margin-bottom: 2rem;
}

.posts-grid {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

@media (min-width: 576px) {
  .posts-grid {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    flex-wrap: wrap;
  }
}

.full-width .posts-grid .entry {
  -webkit-box-flex: 0;
          flex: 0 0 31.6239316239%;
}

.posts-grid.two-columns .entry-grid {
  -webkit-box-flex: 0;
          flex: 0 0 48.7179487179%;
}

.posts-grid.three-columns .entry-grid {
  -webkit-box-flex: 0;
          flex: 0 0 31.6239316239%;
  margin-bottom: 4rem;
}

.posts-grid.three-columns .entry-grid:nth-child(3n) {
  margin-right: 0;
}

.posts-grid.overlay-style .thumbnail-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  -webkit-box-align: center;
          align-items: center;
  padding: 3rem;
}

@media (max-width: 800px) and (min-width: 576px) {
  .posts-grid.overlay-style .thumbnail-content {
    padding: 2rem;
  }
}

.posts-grid.overlay-style .entry-header .entry-cat {
  color: var(--secondary-text-color);
}

.posts-grid.overlay-style .entry-header .entry-cat a,
.posts-grid.overlay-style .entry-header .entry-cat a:visited {
  color: var(--secondary-text-color);
}

.posts-grid.overlay-style .entry-header .entry-cat a:hover,
.posts-grid.overlay-style .entry-header .entry-cat a:visited:hover {
  color: var(--primary-color);
}

.posts-grid.overlay-style .entry-title, .posts-grid.overlay-style .page-title {
  margin: 0;
}

@media (max-width: 800px) and (min-width: 576px) {
  .posts-grid.overlay-style .entry-title, .posts-grid.overlay-style .page-title {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}

.posts-grid.overlay-style .entry-title a, .posts-grid.overlay-style .page-title a {
  text-transform: uppercase;
  color: var(--secondary-text-color);
}

.posts-grid.overlay-style .entry-title a:hover, .posts-grid.overlay-style .page-title a:hover {
  color: var(--primary-color);
}

.posts-grid.overlay-style .entry-meta, .posts-grid.overlay-style .entry-header {
  color: var(--secondary-text-color);
}

.posts-grid.overlay-style .entry-meta a, .posts-grid.overlay-style .entry-header a {
  color: var(--secondary-text-color);
}

.posts-grid.overlay-style .entry-meta a:hover, .posts-grid.overlay-style .entry-header a:hover {
  color: var(--primary-color);
}

.posts-grid.overlay-style .entry-meta .cat-links, .posts-grid.overlay-style .entry-header .cat-links {
  display: none;
}

.posts-list .entry-list,
.posts-alternate .entry-list {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
}

@media (min-width: 576px) {
  .posts-list .entry-list,
  .posts-alternate .entry-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    flex-wrap: wrap;
  }
}

.posts-list .entry-list .post-thumbnail,
.posts-alternate .entry-list .post-thumbnail {
  -webkit-box-flex: 0;
          flex: 0 0 42.5287356322%;
  margin-bottom: 2rem;
}

@media (min-width: 576px) {
  .posts-list .entry-list .post-thumbnail,
  .posts-alternate .entry-list .post-thumbnail {
    margin-bottom: 0;
  }
}

.posts-list .entry-list .entry-wrapper,
.posts-alternate .entry-list .entry-wrapper {
  -webkit-box-flex: 0;
          flex: 0 0 54.0229885057%;
}

.posts-alternate .entry:first-child .post-thumbnail {
  margin-bottom: 2rem;
}

.posts-alternate .posts-small .entry {
  margin-bottom: 0;
}

.posts-alternate .posts-small .entry .post-thumbnail {
  margin-bottom: 0;
}

/*------------------------------------*
	$MAIN
*------------------------------------*/
*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-family: var(--nunito);
  font-size: var(--font-size);
  line-height: var(--line-height);
  color: var(--primary-text-color);
  background: var(--white-color);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

/**
 * Selection Color.
 */
::-moz-selection {
  color: var(--white-color);
  background: var(--primary-color);
  text-shadow: none;
}
::selection {
  color: var(--white-color);
  background: var(--primary-color);
  text-shadow: none;
}

::-moz-selection {
  color: var(--white-color);
  background: var(--primary-color);
  text-shadow: none;
}

/*------------------------------------*
	$TYPOGRAPHY
*------------------------------------*/
/**
 * Set link colors.
 */
a {
  -webkit-transition: all 200ms ease-in-out 0s;
  transition: all 200ms ease-in-out 0s;
  text-decoration: none;
  color: var(--primary-color);
}

a:visited {
  color: var(--primary-color);
}

a:hover, a:visited:hover {
  text-decoration: none;
  color: var(--primary-color);
}

/**
 * Headings.
 */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--nunito);
  font-weight: 800;
  margin: calc( var(--line-height) / 2) 0;
  color: var(--heading-text-color);
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: var(--heading-text-color);
}

h1 a:visited,
h2 a:visited,
h3 a:visited,
h4 a:visited,
h5 a:visited,
h6 a:visited {
  color: var(--heading-text-color);
}

h1,
.h1 {
  font-size: 3rem;
  line-height: 3.3rem;
}

@media (min-width: 576px) {
  h1,
  .h1 {
    font-size: 3.6rem;
    line-height: 3.96rem;
  }
}

h2,
.h2 {
  font-size: 2.4rem;
  line-height: 3.4rem;
}

@media (min-width: 576px) {
  h2,
  .h2 {
    font-size: 3rem;
    line-height: 3.3rem;
  }
}

h3,
.h3 {
  font-size: 2.4rem;
  line-height: 3.12rem;
}

h4,
.h4 {
  font-size: 2rem;
  line-height: 2.6rem;
}

h5,
.h5 {
  font-size: 1.6rem;
}

h6,
.h6 {
  font-size: 1.4rem;
}

/**
 * Text elements.
 */
p {
  margin: 0 0 var(--line-height);
}

abbr[title],
dfn[title] {
  cursor: help;
}

del {
  vertical-align: baseline;
  text-decoration: line-through;
  color: #aaa;
}

code,
kbd,
pre,
samp {
  font-size: var(--font-size);
}

pre {
  margin: var(--line-height) 0;
  padding: var(--line-height);
  color: #2080ad;
  background-color: #fafafa;
}

code {
  color: #2080ad;
}

blockquote {
  font-style: italic;
  margin: var(--line-height) 4rem;
  padding-left: 2rem;
  color: #777;
  border-left: 0.3rem solid #555;
}

blockquote cite {
  position: relative;
  display: block;
  padding: 1rem 0 0 2rem;
  color: #555;
}

blockquote cite:before {
  position: absolute;
  left: 0;
  content: "\2014";
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}

address {
  display: block;
  margin: 0 0 var(--line-height);
}

ul,
ol {
  margin: var(--font-size) 0;
  padding: 0 0 0 var(--line-height);
}

ul {
  list-style: disc;
}

ol {
  list-style-type: decimal;
}

ol ol {
  list-style: upper-alpha;
}

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

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

li ul,
li ol {
  margin: 0;
}

dl {
  margin: var(--line-height);
}

dt {
  font-weight: 600;
}

dd {
  margin-bottom: var(--line-height);
}

hr {
  clear: both;
  height: 0.1rem;
  min-height: 0;
  margin: var(--line-height) 0;
  border-top: 0.1rem solid var(--border-color);
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
}

hr.dotted {
  border-style: dotted;
}

hr.dashed {
  border-style: dashed;
}

hr.blackborder {
  border-color: #000;
}

hr.whiteborder {
  border-color: #fff;
}

/**
 * Print styles.
 */
@media print {
  * {
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: .5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

/*------------------------------------*
	$FORMS
*------------------------------------*/
form input[type="text"],
form input[type="password"],
form input[type="email"],
form input[type="url"],
form input[type="date"],
form input[type="month"],
form input[type="time"],
form input[type="datetime"],
form input[type="datetime-local"],
form input[type="week"],
form input[type="number"],
form input[type="search"],
form input[type="tel"],
form input[type="color"],
form select,
form textarea {
  display: inline-block;
  box-sizing: border-box;
  height: 4.8rem;
  padding: 1.5rem;
  vertical-align: middle;
  border-radius: .3rem;
  border: 0;
  -webkit-appearance: none;
  border: 0.1rem solid var(--border-color);
  border-radius: .3rem;
  box-shadow: 0 3px 2px rgba(0, 0, 0, 0.02);
  font-size: 1.4rem;
}

form textarea {
  height: auto;
  border-radius: .5rem;
}

/*
Need to separate out the :not() selector from the rest of the CSS 2.1 selectors
since IE8 won't execute CSS that contains a CSS3 selector.
*/
form input:not([type]) {
  display: inline-block;
  box-sizing: border-box;
  padding: .5em .6em;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 3px #ddd;
}

/* Chrome (as of v.32/34 on OS X) needs additional room for color to display. */
/* May be able to remove this tweak as color inputs become more highstakeized across browsers. */
form input[type="color"] {
  padding: .2em .5em;
}

form input[type="text"]:focus,
form input[type="password"]:focus,
form input[type="email"]:focus,
form input[type="url"]:focus,
form input[type="date"]:focus,
form input[type="month"]:focus,
form input[type="time"]:focus,
form input[type="datetime"]:focus,
form input[type="datetime-local"]:focus,
form input[type="week"]:focus,
form input[type="number"]:focus,
form input[type="search"]:focus,
form input[type="tel"]:focus,
form input[type="color"]:focus,
form select:focus,
form textarea:focus {
  border-color: #ececec;
  outline: 0;
}

/*
Need to separate out the :not() selector from the rest of the CSS 2.1 selectors
since IE8 won't execute CSS that contains a CSS3 selector.
*/
form input:not([type]):focus {
  border-color: #129fea;
  outline: 0;
}

form input[type="file"]:focus,
form input[type="radio"]:focus,
form input[type="checkbox"]:focus {
  outline: thin solid #129fea;
  outline: 1px auto #129fea;
}

form input[type="checkbox"],
form input[type="radio"] {
  display: inline-block;
  margin: .5em 0;
}

form input[type="text"][disabled],
form input[type="password"][disabled],
form input[type="email"][disabled],
form input[type="url"][disabled],
form input[type="date"][disabled],
form input[type="month"][disabled],
form input[type="time"][disabled],
form input[type="datetime"][disabled],
form input[type="datetime-local"][disabled],
form input[type="week"][disabled],
form input[type="number"][disabled],
form input[type="search"][disabled],
form input[type="tel"][disabled],
form input[type="color"][disabled],
form select[disabled],
form textarea[disabled] {
  cursor: not-allowed;
  color: #cad2d3;
  background-color: #eaeded;
}

/*
Need to separate out the :not() selector from the rest of the CSS 2.1 selectors
since IE8 won't execute CSS that contains a CSS3 selector.
*/
form input:not([type])[disabled] {
  cursor: not-allowed;
  color: #cad2d3;
  background-color: #eaeded;
}

form input[readonly],
form select[readonly],
form textarea[readonly] {
  color: #777;
  /* menu text color */
  border-color: #ccc;
  background-color: #eee;
  /* menu hover bg color */
}

form input:focus:invalid,
form textarea:focus:invalid,
form select:focus:invalid {
  color: #b94a48;
  border-color: #e9322d;
}

form input[type="file"]:focus:invalid:focus,
form input[type="radio"]:focus:invalid:focus,
form input[type="checkbox"]:focus:invalid:focus {
  outline-color: #e9322d;
}

form select {
  /* Normalizes the height; padding is not sufficient. */
  background-color: white;
}

form select[multiple] {
  height: auto;
}

form label {
  margin: .5em 0 .2em;
}

form fieldset {
  margin: 0;
  padding: .35em 0 .75em;
  border: 0;
}

form legend {
  display: block;
  width: 100%;
  margin-bottom: .3em;
  padding: .3em 0;
  color: var(--black-color);
  font-weight: 700;
  border-bottom: 0.1rem solid var(--border-color);
}

/**
 * Button
 */
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.menu li.btn a {
  font-family: inherit;
  font-size: 1.3rem;
  font-weight: 800;
  text-decoration: none;
  padding: 1.5rem 5.3rem;
  color: var(--primary-text-color);
  border: 0.2rem solid var(--black-color);
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: background-color linear 200ms;
  transition: background-color linear 200ms;
  border-radius: 5rem;
  background-color: transparent;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
.button:hover,
.menu li.btn a:hover,
.button:focus,
.menu li.btn a:focus {
  background-color: var(--black-color);
  color: var(--white-color);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
.button:focus,
.menu li.btn a:focus {
  outline: 0;
}

button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active,
.button:active,
.menu li.btn a:active {
  background-color: var(--primary-color);
  color: var(--white-color);
}

/* Firefox: Get rid of the inner focus border */
button::-moz-focus-inner,
.button::-moz-focus-inner,
.menu li.btn a::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/*------------------------------------*
	$TABLE
*------------------------------------*/
table {
  width: 100%;
  margin-bottom: var(--line-height);
  border-spacing: 0;
  border: 0.1rem solid var(--border-color);
}

table th,
table td {
  padding: 1.8rem 2.4rem;
  text-align: left;
  vertical-align: top;
  border-bottom: 0.1rem solid var(--border-color);
  vertical-align: middle;
  text-transform: capitalize;
}

table th p,
table td p {
  margin: 0;
}

table th {
  background-color: var(--secondary-color);
}

table th:first-child {
  border-bottom: 0;
}

table tr:last-child td {
  border-bottom: 0;
}

/*------------------------------------*
	$HEADER
*------------------------------------*/
.site-header {
  margin-bottom: 6rem;
  background-color: var(--white-color);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.08);
}

.search .site-header,
.archive .site-header,
.woocommerce-cart .site-header,
.woocommerce-checkout .site-header,
.woocommerce-account .site-header {
  margin-bottom: 0;
}

.site-header .container {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
  min-height: 8rem;
  -webkit-box-pack: center;
          justify-content: center;
}

@media (min-width: 325px) {
  .site-header .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    flex-wrap: wrap;
  }
}

.site-branding {
  -webkit-box-flex: 0;
          flex: 0 0 50%;
}

@media (min-width: 576px) {
  .site-branding {
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    margin-bottom: 0;
    margin-top: 0;
  }
}

@media (min-width: 800px) {
  .site-branding {
    -webkit-box-flex: 0;
            flex: 0 0 23.0769230769%;
    margin-right: 2.5641025641%;
  }
}

@media (min-width: 992px) {
  .site-branding {
    -webkit-box-flex: 0;
            flex: 0 0 16.6666666667%;
    margin-right: 0;
  }
}

.site-branding .site-title {
  font-size: 3rem;
}

.site-branding .logo img {
  display: block;
}

/**
 * Right navigation
 */
@media (max-width: 799px) {
  .right-navigation {
    display: none;
  }
}

@media (min-width: 800px) {
  .right-navigation {
    -webkit-box-align: center;
            align-items: center;
    position: relative;
    margin-left: auto;
    text-align: right;
  }
}

/**
 * Search icon
 */
@media (min-width: 800px) {
  .mobile-search .search-icon {
    display: none;
  }
}

.search-icon .search-toggle {
  display: inline-block;
  vertical-align: middle;
  color: var(--black-color);
  font-size: 1.3rem;
}

.search-icon .search-toggle:focus {
  outline: none;
}

.search-icon .search-toggle:visited {
  color: var(--black-color);
}

.search-icon .search-toggle:hover, .search-icon .search-toggle:visited:hover {
  color: var(--primary-color);
}

/**
 * Archive header
 */
.archive-header {
  margin-bottom: 6rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column wrap;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  min-height: 18rem;
  background-color: var(--secondary-color);
}

.archive-header .archive-content {
  position: relative;
  z-index: 1;
  max-width: 65rem;
  text-align: center;
}

.archive-header .archive-title {
  letter-spacing: 0;
  font-size: 3rem;
}

@media (min-width: 768px) {
  .archive-header .archive-title {
    font-size: 5rem;
  }
}

.author .archive-header .archive-title {
  margin-top: 0;
  margin-bottom: 2rem;
}

.archive-header .avatar {
  border-radius: 50%;
}

/*------------------------------------*
	$NAVIGATIONS
*------------------------------------*/
/**
 * Primary navigation
 */
.main-navigation {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
}

@media (min-width: 800px) {
  .main-navigation {
    -webkit-box-pack: start;
            justify-content: flex-start;
    -webkit-box-flex: 0;
            flex: 0 0 74.358974359%;
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  .main-navigation {
    -webkit-box-flex: 0;
            flex: 0 0 83.3333333333%;
  }
}

.menu-primary-items {
  display: none;
}

@media (min-width: 800px) {
  .menu-primary-items {
    display: block;
  }
}

.menu li {
  position: relative;
  display: inline-block;
  margin-right: 3rem;
}

.menu li:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
  z-index: 9;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  -webkit-transition-delay: 0s, 0s, 0.3s;
          transition-delay: 0s, 0s, 0.3s;
}

.menu li:hover > a {
  color: var(--primary-color);
}

.menu li:last-child {
  margin-right: 0;
}

.menu li:last-child.btn {
  margin-left: 0;
}

.menu li.btn {
  float: right;
  margin-right: 0;
  margin-left: 4rem;
}

.menu li.btn a {
  padding: .8rem 2.1rem;
}

.menu li.current-menu-item > a {
  color: var(--primary-color);
}

.menu a {
  font-size: 1.4rem;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  padding: 1rem 0;
  color: var(--black-color);
}

.menu a:hover {
  color: var(--primary-color);
}

.menu .sub-menu {
  padding: 1.3rem 0;
  text-align: left;
  border-top: 0;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(2rem);
          transform: translateY(2rem);
  -webkit-transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
  min-width: 20rem;
  background-color: var(--white-color);
  box-shadow: 0 0 0.6rem rgba(0, 0, 0, 0.1);
  z-index: 9;
}

.right-navigation .menu .sub-menu {
  right: 0;
  left: auto;
}

.menu .sub-menu ul {
  top: 0;
  left: 100%;
}

.menu .sub-menu li {
  display: block;
  position: relative;
  margin-right: 0;
  padding: 0 2rem;
}

.menu .sub-menu a {
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  padding: .8rem 0;
  color: var(--black-color);
  text-transform: capitalize;
}

.menu .sub-menu a:hover {
  margin-left: .3rem;
}

/**
 * Mobile navigation
 */
.menu-toggle {
  display: block;
  font-size: 2.4rem;
  color: var(--black-color);
}

.menu-toggle:visited {
  color: var(--black-color);
}

@media (min-width: 800px) {
  .menu-toggle {
    display: none;
  }
}

.site {
  overflow: hidden;
}

@media (max-width: 800px) {
  .site.show-mobile-nav {
    position: relative;
  }
  .site.show-mobile-nav .mobile-navigation {
    -webkit-transform: none;
            transform: none;
    width: 100%;
  }
}

.mobile-navigation {
  width: 0;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  background: var(--white-color);
  color: var(--black-color);
  z-index: 99;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}

.mobile-navigation .menu-toggle {
  color: var(--white-color);
  font-size: 1.4rem;
  font-weight: 600;
  text-transform: uppercase;
  background: #ea6262;
  padding: 1rem;
  text-align: center;
}

.mobile-navigation .icon-navigation {
  padding: 1.5rem 2rem;
  border-bottom: 1px solid var(--border-color);
  text-align: center;
}

.mobile-navigation .icon-navigation > ul,
.mobile-navigation .icon-navigation > div {
  display: inline-block;
  margin-right: 3rem;
}

.mobile-navigation .icon-navigation .menu-account-items {
  vertical-align: top;
}

@-webkit-keyframes slide-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

.menu-mobile-items {
  padding: 0 2rem 2rem;
}

.menu-mobile-items li {
  display: block;
  border-bottom: 0.1rem solid var(--border-color);
  position: relative;
}

.menu-mobile-items li:last-child {
  border-bottom: 0;
}

.menu-mobile-items li.submenu-open .submenu-expand i::before {
  content: "\e816";
}

.menu-mobile-items a {
  color: var(--black-color);
  font-size: 1.6rem;
  font-weight: 600;
  display: inline-block;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.menu-mobile-items .submenu-expand {
  position: absolute;
  top: 15px;
  right: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: transparent;
}

.menu-mobile-items .submenu-expand:hover, .menu-mobile-items .submenu-expand:active, .menu-mobile-items .submenu-expand:focus {
  color: var(--black-color);
}

.menu-mobile-items .sub-menu {
  display: none;
  padding-left: 1.5rem;
}

/**
 * My Account Navigation
 */
.menu-account-items {
  margin-right: 1.2rem;
}

.menu-account-items > li > a {
  display: block;
  width: 1em;
  height: 1em;
  position: relative;
  padding: 1.3rem;
  margin-top: 0.6180469716em;
}

.menu-account-items > li > a::before {
  content: "\f2bd";
  height: 100%;
  width: 100%;
  text-align: center;
  text-indent: 0;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1.8rem;
}

/**
 * Social navigation
 */
.social-links {
  text-align: center;
}

@media (min-width: 768px) {
  .social-links {
    margin-left: auto;
    text-align: initial;
  }
}

.social-links li {
  display: inline-block;
  padding: 0;
  margin-right: .5rem;
  margin-bottom: 0;
}

.social-links li:last-child {
  margin-right: 0;
}

.social-links a {
  display: inline-block;
  color: var(--black-color);
}

.social-links a::before {
  margin: 0;
}

.social-links a:hover {
  color: var(--primary-color);
}

.social-links a[href*="plus.google.com"]::before {
  margin: 0 1.3rem 0 0;
}

.social-links .social-name {
  display: none;
}

@media (min-width: 600px) {
  .social-links .social-name {
    display: inline-block;
  }
}

/*------------------------------------*
	$CONTENT
*------------------------------------*/
.entry {
  margin-bottom: 6rem;
  position: relative;
  word-break: break-word;
}

.woocommerce-page .entry {
  margin-bottom: 0;
}

.post-thumbnail {
  display: block;
  position: relative;
}

.single .entry .post-thumbnail {
  margin-bottom: 2rem;
}

.post-thumbnail img {
  display: block;
}

.entry-header {
  margin-bottom: 2.4rem;
  text-align: center;
}

.posts-grid .entry-header {
  margin-bottom: 1.8rem;
}

.posts-list .entry-header {
  margin-bottom: .5rem;
}

.posts-list .entry-header,
.posts-grid .entry-header {
  text-align: left;
}

.posts-alternate .entry-list .entry-header {
  text-align: left;
}

.woocommerce-page .entry-header {
  display: none;
}

.entry-title, .page-title {
  margin-top: 0;
  margin-bottom: .8rem;
}

@media (min-width: 576px) {
  .entry-title, .page-title {
    font-size: 3rem;
    line-height: normal;
  }
}

.posts-grid .entry-title, .posts-grid .page-title {
  font-size: 2.8rem;
  line-height: 3.5rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.posts-list .entry-title, .posts-list .page-title,
.posts-alternate .entry-list .entry-title,
.posts-alternate .entry-list .page-title {
  font-size: 3rem;
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 4rem;
}

.entry-meta, .posts-grid.overlay-style .entry-header {
  font-size: 1.2rem;
  text-transform: uppercase;
  color: var(--secondary-text-color);
}

.entry-meta a, .posts-grid.overlay-style .entry-header a {
  color: var(--secondary-text-color);
}

.entry-meta a:hover, .posts-grid.overlay-style .entry-header a:hover, .entry-meta a:visited:hover, .posts-grid.overlay-style .entry-header a:visited:hover {
  color: var(--primary-color);
}

.entry-meta a:visited, .posts-grid.overlay-style .entry-header a:visited {
  color: var(--secondary-text-color);
}

.entry-meta .posted-on, .posts-grid.overlay-style .entry-header .posted-on,
.entry-meta .cat-links,
.posts-grid.overlay-style .entry-header .cat-links {
  position: relative;
}

.entry-meta .posted-on::before, .posts-grid.overlay-style .entry-header .posted-on::before,
.entry-meta .cat-links::before,
.posts-grid.overlay-style .entry-header .cat-links::before {
  content: "\00b7";
  display: inline-block;
  padding: 0 1rem;
}

.entry-summary {
  font-size: 1.5rem;
  line-height: 2.6rem;
}

.more-link {
  font-size: 1.2rem;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--primary-color);
  border-bottom: 0.2rem solid var(--primary-color);
}

.more-link:visited {
  color: var(--primary-color);
}

.more-link:hover, .more-link:visited:hover {
  color: var(--primary-text-color);
  border-color: var(--primary-text-color);
}

.tag-links .tag-title {
  margin-right: 2rem;
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: 600;
}

.tag-links a {
  font-size: 1.4rem;
  text-transform: uppercase;
  color: var(--primary-color);
  margin-right: 3rem;
}

.tag-links a:hover {
  color: var(--black-color);
}

/**
 * 404 content
 */
.not-found {
  text-align: center;
}

.not-found-header {
  margin-top: 5rem;
}

.not-found-title {
  letter-spacing: 0.035rem;
  font-size: 15rem;
}

@media (min-width: 576px) {
  .not-found-title {
    font-size: 25rem;
  }
}

.not-found-content {
  margin-bottom: 6rem;
  margin-top: 10rem;
}

@media (min-width: 576px) {
  .not-found-content {
    margin-top: 20rem;
  }
}

.not-found-content h3 {
  letter-spacing: 0;
  line-height: normal;
  margin-bottom: 3rem;
}

@media (min-width: 576px) {
  .not-found-content h3 {
    font-size: 3.6rem;
  }
}

.not-found .search-field {
  width: calc(100% - 7rem);
  margin-bottom: 1rem;
}

@media (min-width: 576px) {
  .not-found .search-field {
    width: calc(100vh - 30rem);
  }
}

/*------------------------------------*
	$MODULES
*------------------------------------*/
/**
 * Modules
 */
.module-title {
  font-size: 2rem;
}

.posts-small .entry {
  margin-bottom: 3rem;
}

@media (min-width: 768px) {
  .posts-small .entry {
    margin-bottom: 0;
  }
}

.posts-small .entry-header {
  margin-bottom: 0;
}

.posts-small .entry-title, .posts-small .page-title {
  font-size: 1.8rem;
  line-height: 2.7rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  letter-spacing: 0;
}

/**
 * Search popup
 */
.popup-content {
  position: relative;
  text-align: center;
}

.popup-content .search-field {
  color: var(--black-color);
  border: none;
  background: transparent;
  height: auto;
  width: 100%;
  font-size: 6rem;
  text-align: center;
}

@media (min-width: 500px) {
  .popup-content .search-field {
    font-size: 10rem;
  }
}

.popup-content .search-field::-webkit-input-placeholder {
  color: var(--black-color);
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
}

.popup-content .search-field::-moz-placeholder {
  color: var(--black-color);
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
}

.popup-content .search-field:-ms-input-placeholder {
  color: var(--black-color);
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
}

.popup-content .search-field:-moz-placeholder {
  color: var(--black-color);
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
}

.popup-content .search-field:focus {
  background: transparent;
}

button.mfp-close {
  opacity: 1;
  color: var(--black-color);
  font-size: 4rem;
  border-radius: 0;
}

button.mfp-close:hover {
  color: var(--white-color);
  background-color: var(--primary-color);
}

.popup-fade {
  background: var(--white-color);
}

.popup-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.popup-fade.mfp-bg.mfp-ready {
  opacity: 1;
}

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

.popup-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.popup-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.popup-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/**
 * Featured Posts
 */
.featured {
  margin-bottom: 6rem;
  /**
	 * Owl Navigation
	 */
}

.featured .featured-layout-default .featured-content {
  -webkit-box-ordinal-group: 2;
          order: 1;
}

@media (min-width: 768px) {
  .featured .featured-layout-default .featured-content {
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
}

.featured .featured-layout-default .thumbnail {
  -webkit-box-ordinal-group: 1;
          order: 0;
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .featured .featured-layout-default .thumbnail {
    -webkit-box-ordinal-group: 2;
            order: 1;
    margin-bottom: 0;
  }
}

.featured .featured-layout-left-image .featured-content {
  -webkit-box-ordinal-group: 2;
          order: 1;
}

.featured .featured-layout-left-image .thumbnail {
  -webkit-box-ordinal-group: 1;
          order: 0;
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .featured .featured-layout-left-image .thumbnail {
    margin-bottom: 0;
  }
}

.featured .featured-layout-default .featured-post,
.featured .featured-layout-left-image .featured-post {
  padding: 3rem;
}

@media (min-width: 576px) {
  .featured .featured-layout-default .featured-post,
  .featured .featured-layout-left-image .featured-post {
    padding: 4rem;
  }
}

@media (min-width: 992px) {
  .featured .featured-layout-default .featured-post,
  .featured .featured-layout-left-image .featured-post {
    padding: 8rem 7.5rem;
  }
}

.featured .featured-layout-default .featured-content,
.featured .featured-layout-left-image .featured-content {
  -webkit-box-flex: 0;
          flex: 0 0 40.1709401709%;
}

.featured .featured-layout-default .thumbnail,
.featured .featured-layout-left-image .thumbnail {
  -webkit-box-flex: 0;
          flex: 0 0 52.9914529915%;
}

.featured .featured-layout-full-image .post-thumbnail,
.featured .featured-layout-two-cols .post-thumbnail {
  position: relative;
  z-index: -1;
  box-shadow: none;
}

.featured .featured-layout-full-image .post-thumbnail::after,
.featured .featured-layout-two-cols .post-thumbnail::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.featured .featured-layout-full-image .featured-content,
.featured .featured-layout-two-cols .featured-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 48.7179487179%;
  text-align: center;
}

@media (min-width: 576px) {
  .featured .featured-layout-full-image .featured-content,
  .featured .featured-layout-two-cols .featured-content {
    width: 40.1709401709%;
  }
}

.featured .featured-layout-full-image .entry-summary,
.featured .featured-layout-two-cols .entry-summary {
  display: none;
}

@media (min-width: 576px) {
  .featured .featured-layout-full-image .entry-summary,
  .featured .featured-layout-two-cols .entry-summary {
    display: block;
  }
}

.featured .featured-layout-full-image .more-link-wrapper,
.featured .featured-layout-two-cols .more-link-wrapper {
  display: none;
}

@media (min-width: 375px) {
  .featured .featured-layout-full-image .more-link-wrapper,
  .featured .featured-layout-two-cols .more-link-wrapper {
    display: block;
  }
}

.featured .featured-layout-full-image .owl-nav button.owl-prev,
.featured .featured-layout-two-cols .owl-nav button.owl-prev {
  left: 1rem;
}

.featured .featured-layout-full-image .owl-nav button.owl-next,
.featured .featured-layout-two-cols .owl-nav button.owl-next {
  right: 1rem;
}

@media (max-width: 375px) {
  .featured .featured-layout-full-image .entry-title, .featured .featured-layout-full-image .page-title,
  .featured .featured-layout-two-cols .entry-title,
  .featured .featured-layout-two-cols .page-title {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
}

.featured .featured-layout-two-cols .featured-content {
  width: 65.811965812%;
}

.featured .container {
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  background-color: var(--secondary-color);
}

@media (min-width: 992px) {
  .featured .container {
    min-height: 60rem;
  }
}

.featured-layout-full-image .featured .container,
.featured-layout-two-cols .featured .container {
  background-color: transparent;
}

@media (max-width: 768px) {
  .featured-layout-full-image .featured .container,
  .featured-layout-two-cols .featured .container {
    padding: 0;
  }
}

.featured-post {
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
}

.featured .entry-title, .featured .page-title {
  margin-top: 0;
}

@media (min-width: 992px) {
  .featured .entry-title, .featured .page-title {
    font-size: 4.8rem;
    line-height: 5.4rem;
  }
}

.featured .entry-summary {
  margin-bottom: 3rem;
}

.featured .owl-nav button {
  margin-top: 0;
  position: relative;
}

.featured .owl-nav button.owl-prev, .featured .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1rem;
  margin: 0;
  word-wrap: break-word;
  white-space: pre-wrap;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.6rem;
}

.featured .owl-nav button.owl-prev:hover, .featured .owl-nav button.owl-next:hover {
  background-color: transparent;
  color: var(--secondary-text-color);
}

.featured .owl-nav button.owl-prev::before, .featured .owl-nav button.owl-next::before {
  content: '';
  border-left: 0.1rem solid var(--border-color);
  display: block;
  width: .1rem;
  height: 3rem;
  margin-left: .2rem;
  margin-bottom: 1rem;
}

.featured .owl-nav button.owl-prev {
  left: 0;
}

@media (min-width: 576px) {
  .featured .owl-nav button.owl-prev {
    left: 1rem;
  }
}

.featured .owl-nav button.owl-next {
  right: 0;
}

@media (min-width: 576px) {
  .featured .owl-nav button.owl-next {
    right: 1rem;
  }
}

/**
 * After featured posts
 */
.after-featured-posts {
  margin-bottom: 6rem;
}

/**
 * Featured categories
 */
.featured-categories {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

@media (min-width: 576px) {
  .featured-categories {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    flex-wrap: wrap;
  }
}

.featured-categories.featured-categories-layout-grid {
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.featured-categories.featured-categories-layout-grid .featured-category {
  position: relative;
  text-align: center;
  margin-bottom: 2rem;
}

@media (min-width: 576px) {
  .featured-categories.featured-categories-layout-grid .featured-category {
    -webkit-box-flex: 0;
            flex: 0 0 48.7179487179%;
  }
}

@media (min-width: 768px) {
  .featured-categories.featured-categories-layout-grid .featured-category {
    -webkit-box-flex: 0;
            flex: 0 0 23.0769230769%;
    margin-bottom: 0;
  }
}

.featured-categories.featured-categories-layout-grid .featured-category::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  -webkit-transition: background-color 200ms ease-in-out;
  transition: background-color 200ms ease-in-out;
}

.featured-categories.featured-categories-layout-grid .featured-category:hover {
  color: var(--primary-color);
}

.featured-categories.featured-categories-layout-grid .featured-category:hover::after {
  background-color: var(--secondary-color);
}

.featured-categories.featured-categories-layout-grid .featured-category-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  width: calc(100% - 5rem);
}

.featured-categories.featured-categories-layout-modern .featured-category {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  margin-bottom: 3rem;
}

@media (min-width: 576px) {
  .featured-categories.featured-categories-layout-modern .featured-category {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    flex-wrap: wrap;
  }
}

@media (min-width: 576px) {
  .featured-categories.featured-categories-layout-modern .featured-category {
    margin-bottom: 0;
  }
}

@media (min-width: 576px) {
  .featured-categories.featured-categories-layout-modern .featured-category.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            flex-direction: row-reverse;
  }
}

.featured-categories.featured-categories-layout-modern .featured-category:hover .featured-category-content {
  background-color: var(--primary-color);
}

.featured-categories.featured-categories-layout-modern .featured-category:hover .module-title::after {
  border-color: var(--secondary-text-color);
}

@media (min-width: 576px) {
  .featured-categories.featured-categories-layout-modern .featured-category-img,
  .featured-categories.featured-categories-layout-modern .featured-category-content {
    -webkit-box-flex: 0;
            flex: 0 0 50%;
  }
}

.featured-categories.featured-categories-layout-modern .featured-category-content {
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  text-align: center;
  background-color: var(--secondary-color);
  -webkit-transition: none;
  transition: none;
}

.featured-categories.featured-categories-layout-modern .category-content-wrap {
  width: 100%;
  padding: 2rem;
}

@media (min-width: 576px) {
  .featured-categories.featured-categories-layout-modern .category-content-wrap {
    width: calc(100% - 5rem);
    padding: 0;
  }
}

.featured-categories.featured-categories-layout-modern .category-title {
  margin-bottom: 1rem;
}

@media (min-width: 576px) {
  .featured-categories.featured-categories-layout-modern .category-title {
    margin-bottom: 3rem;
  }
}

.featured-categories .featured-category-img {
  display: block;
}

.featured-categories .featured-category-img img {
  display: block;
}

.featured-categories .category-content-wrap .category-desc {
  margin-bottom: 0;
  line-height: 2rem;
  display: block;
}

@media (min-width: 576px) {
  .featured-categories .category-content-wrap .category-desc {
    display: none;
  }
}

@media (min-width: 992px) {
  .featured-categories .category-content-wrap .category-desc {
    display: block;
  }
}

.featured-categories .category-title {
  display: block;
}

@media (min-width: 992px) {
  .featured-categories .category-title {
    font-size: 2.4rem;
    line-height: 3.12rem;
  }
}

.featured-categories .category-title::after {
  margin: auto;
  padding-top: 1rem;
}

/**
 * Newsletter form
 */
.newsletter {
  background-color: var(--secondary-color);
  padding: 3rem;
  text-align: center;
}

@media (min-width: 768px) {
  .newsletter {
    text-align: left;
  }
}

.newsletter-content {
  margin-bottom: 3rem;
}

@media (min-width: 768px) {
  .newsletter-content {
    margin-bottom: 0;
  }
}

.newsletter-title {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 2.7rem;
  margin: 0;
}

@media (min-width: 768px) {
  .newsletter-form {
    margin-left: auto;
  }
}

.newsletter-form input[type="email"],
.newsletter-form input[type="text"] {
  background-color: var(--white-color);
  min-width: 22rem;
}

.widget .mc4wp-form p {
  display: block;
  margin-right: 0;
  margin-bottom: 1rem;
}

.widget .mc4wp-form input {
  width: 100%;
}

.mc4wp-form label {
  display: none;
}

.mc4wp-form p {
  margin-bottom: 2rem;
}

.mc4wp-form p input[type="text"],
.mc4wp-form p input[type="email"] {
  width: 100%;
}

/**
 * Grid posts
 */
.grid-posts .posts-small {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

@media (min-width: 576px) {
  .grid-posts .posts-small {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    flex-wrap: wrap;
  }
}

@media (min-width: 576px) {
  .grid-posts .entry {
    -webkit-box-flex: 0;
            flex: 0 0 48.7179487179%;
  }
}

@media (min-width: 768px) {
  .grid-posts .entry {
    -webkit-box-flex: 0;
            flex: 0 0 23.0769230769%;
  }
}

/**
 * Promo boxes
 */
.promo-boxes {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

@media (min-width: 576px) {
  .promo-boxes {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    flex-wrap: wrap;
  }
}

@media (min-width: 576px) {
  .promo-boxes .promo-box {
    -webkit-box-flex: 0;
            flex: 0 0 31.6239316239%;
  }
}

.promo-boxes .promo-box-link {
  position: relative;
  display: block;
  margin-bottom: 3rem;
}

@media (min-width: 576px) {
  .promo-boxes .promo-box-link {
    margin-bottom: 0;
  }
}

.promo-boxes .promo-box-link img {
  display: block;
  width: 100%;
}

.promo-boxes .promo-box-link::after {
  content: "";
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 1rem;
  border: 0.2rem solid var(--white-color);
  -webkit-transition: border 200ms ease-in-out;
  transition: border 200ms ease-in-out;
}

.promo-boxes .promo-box-link:hover {
  color: var(--primary-color);
  opacity: .7;
}

.promo-boxes .promo-box-title-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  display: block;
  background-color: var(--white-color);
  padding: .6rem 2rem;
}

.promo-boxes .promo-box-title {
  text-transform: uppercase;
}

/**
 * Related Posts
 */
.related-posts {
  margin-top: 4rem;
}

.related-posts .related-title {
  margin-bottom: 2rem;
}

.related-posts .posts-small {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

@media (min-width: 576px) {
  .related-posts .posts-small {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    flex-wrap: wrap;
  }
}

.related-posts .entry {
  -webkit-box-flex: 0;
          flex: 0 0 31.0344827586%;
  margin-bottom: 3rem;
}

/**
 * Posts pagination
 */
.pagination {
  /**
	 * Older / Newer
	 */
  /**
	 * Number
	 */
}

.posts-grid .pagination {
  flex-basis: 100%;
}

.pagination .nav-page {
  -webkit-box-pack: end;
          justify-content: flex-end;
}

.pagination .nav-page a {
  letter-spacing: 0;
  position: relative;
  color: inherit;
}

.pagination .nav-page a:hover {
  color: var(--primary-color);
}

.pagination .nav-newer {
  -webkit-box-flex: 1;
          flex: 1;
  -webkit-box-ordinal-group: 1;
          order: 0;
}

.pagination .nav-older {
  -webkit-box-flex: 1;
          flex: 1;
  -webkit-box-ordinal-group: 2;
          order: 1;
  text-align: right;
}

.pagination .nav-links {
  text-align: center;
}

.pagination .page-numbers {
  letter-spacing: 0;
  color: var(--primary-text-color);
  width: 3rem;
  height: 3rem;
  line-height: 2.8rem;
  border-radius: 50%;
  background-color: var(--white-color);
  display: inline-block;
  border: 0.1rem solid var(--border-color);
  margin: 0 .3rem;
}

.pagination .page-numbers:hover, .pagination .page-numbers.current {
  color: var(--white-color);
  background-color: var(--primary-color);
  border-color: transparent;
}

/**
 * Post pagination
 */
.post-pagination {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin-top: 0;
  margin-bottom: 6rem;
  word-break: break-all;
}

@media (min-width: 576px) {
  .post-pagination {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    flex-wrap: wrap;
  }
}

.post-pagination .post-detail {
  overflow: hidden;
}

.post-pagination .post-detail span {
  display: inline-block;
  font-size: 1.2rem;
  color: var(--secondary-text-color);
  text-transform: uppercase;
}

.post-pagination .post-detail a {
  font-weight: 700;
  display: block;
  color: var(--black-color);
}

.post-pagination .post-detail a:hover {
  color: var(--primary-color);
}

.prev-post {
  margin-bottom: 3rem;
}

@media (min-width: 576px) {
  .prev-post {
    margin-bottom: 0;
    width: 48.275862069%;
  }
}

.prev-post .arrow {
  margin-right: .5rem;
}

.next-post {
  text-align: right;
}

@media (min-width: 576px) {
  .next-post {
    width: 48.275862069%;
  }
}

.next-post .arrow {
  margin-left: .5rem;
}

/**
 * Author biography
 */
.author-bio {
  -webkit-box-pack: justify;
          justify-content: space-between;
  background-color: var(--tertiary-color);
  border: 0.1rem solid var(--border-color);
  color: var(--black-color);
  padding: 4rem;
  margin-bottom: 6rem;
  text-align: center;
}

@media (min-width: 768px) {
  .author-bio {
    text-align: initial;
  }
}

.author-bio .author-avatar {
  display: none;
}

@media (min-width: 576px) {
  .author-bio .author-avatar {
    display: block;
    -webkit-box-flex: 0;
            flex: 0 0 13.7931034483%;
  }
}

.author-bio .author-avatar img {
  border-radius: 50%;
}

@media (min-width: 600px) {
  .author-bio .description {
    -webkit-box-flex: 0;
            flex: 0 0 82.7586206897%;
  }
}

.author-bio .description .name {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.8rem;
}

.author-bio .description .name a {
  color: var(--black-color);
}

.author-bio .description .name a:hover {
  color: var(--primary-color);
}

.author-bio .description .bio {
  margin-bottom: 2rem;
}

.author-bio .author-social-links a {
  display: inline-block;
  color: var(--black-color);
  font-size: 1.6rem;
  margin-right: 1rem;
}

.author-bio .author-social-links a:hover {
  color: var(--primary-color);
}

/**
 * Back to top
 */
.back-to-top {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 999;
  width: 4rem;
  height: 4rem;
  text-align: center;
  line-height: 4rem;
  background-color: var(--primary-color);
  color: var(--white-color);
  cursor: pointer;
  border: 0;
  text-decoration: none;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  opacity: 0;
  font-size: 2rem;
}

.back-to-top:visited {
  color: var(--white-color);
}

.back-to-top:visited:hover, .back-to-top:hover {
  background-color: var(--black-color);
  color: var(--white-color);
}

.back-to-top.show {
  opacity: 1;
}

/**
 * Contact Form 7
 */
.wpcf7-textarea {
  width: 100%;
}

/**
 * jQuery selectric
 */
.selectric {
  border-color: var(--secondary-color);
  border-radius: .3rem;
  box-shadow: 0 3px 2px rgba(0, 0, 0, 0.02);
}

.selectric-hover .selectric,
.selectric-open .selectric,
.selectric-focus .selectric,
.selectric-below .selectric {
  border-color: var(--secondary-color);
}

.selectric .label {
  font-size: 1.4rem;
  margin: 0 4.8rem 0 2rem;
  line-height: 4.5rem;
  height: 4.5rem;
}

.selectric .button, .selectric .menu li.btn a, .menu li.btn .selectric a {
  border: 0;
  padding: 0;
  border-radius: 0;
  line-height: 4.5rem;
  height: 4.5rem;
  width: 4.5rem;
}

.selectric .button:hover, .selectric .menu li.btn a:hover, .menu li.btn .selectric a:hover {
  background-color: transparent;
}

.selectric-items {
  border-color: var(--secondary-color);
}

.selectric-items li.highlighted {
  background: var(--secondary-color);
}

.selectric-items li:hover {
  background: var(--secondary-color);
}

/*------------------------------------*
	$FOOTER
*------------------------------------*/
.site-footer {
  padding: 2rem 0;
  color: var(--black-color);
  border-top: 0.1rem solid var(--border-color);
}

.footer-text {
  text-align: center;
  margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
  .footer-text {
    text-align: initial;
    margin-bottom: 0;
  }
}

.footer-text p {
  margin-bottom: 0;
}

.footer-text a {
  color: var(--black-color);
  font-weight: 600;
}

.footer-text a:hover {
  color: var(--primary-color);
}

/*------------------------------------*
	$COMMENT
*------------------------------------*/
.comments-title {
  text-align: center;
  margin-bottom: 3rem;
  letter-spacing: 0;
}

@media (min-width: 480px) {
  .comments-title {
    text-align: left;
  }
}

.comment-reply-title,
.comments-title {
  text-transform: uppercase;
  font-size: 2rem;
}

/**
 * Comment list
 */
.commentlist {
  margin-bottom: 4rem;
}

.commentlist .comment {
  margin-bottom: 6rem;
}

.commentlist .children {
  margin: 6rem 0;
  padding-left: 0;
  list-style: none;
}

@media (min-width: 576px) {
  .commentlist .children {
    padding-left: 9rem;
  }
}

@media (min-width: 240px) and (max-width: 768px) {
  .commentlist .children .children {
    padding-left: 0;
  }
}

.commentlist .children .avatar {
  width: 7rem;
}

.comment-container {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

@media (min-width: 576px) {
  .comment-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    flex-wrap: wrap;
  }
}

@media (min-width: 576px) {
  .comment-container .comment-avatar {
    -webkit-box-flex: 0;
            flex: 0 0 13.7931034483%;
  }
  .comment-container .comment-body {
    -webkit-box-flex: 0;
            flex: 0 0 82.7586206897%;
  }
}

.comment-avatar {
  text-align: center;
  margin-bottom: 1rem;
}

@media (min-width: 576px) {
  .comment-avatar {
    margin-bottom: 0;
  }
}

.comment-avatar .avatar {
  border-radius: 50%;
}

.comment-avatar .name {
  font-weight: 600;
  text-transform: capitalize;
  display: block;
  line-height: 1.8rem;
}

.comment-avatar .name a:hover {
  color: var(--secondary-text-color);
}

.comment-body {
  position: relative;
}

.comment-body .comment-wrapper {
  position: relative;
  padding: 2.5rem;
  background-color: var(--secondary-color);
}

.comment-body .comment-head {
  font-size: 1.4rem;
  margin-bottom: 2.4rem;
  color: var(--secondary-text-color);
}

.comment-body .comment-head a {
  color: var(--secondary-text-color);
}

.comment-body .comment-content p:last-of-type {
  margin-bottom: 0;
}

.comment-body .comment-content a {
  border-bottom: .1rem solid;
}

.comment-reply-link {
  font-size: 1.2rem;
  text-transform: uppercase;
  position: relative;
  top: auto;
  right: auto;
  display: inline-block;
  padding-top: 2rem;
  -webkit-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out;
  color: var(--secondary-text-color);
}

@media (min-width: 480px) {
  .comment-reply-link {
    position: absolute;
    top: 2.5rem;
    right: 2.5rem;
    padding-top: 0;
  }
}

.comment-reply-link:hover {
  color: var(--primary-text-color);
}

.author-badge {
  font-size: 1.1rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  display: inline-block;
  margin-bottom: 2rem;
  padding: .4rem .6rem;
  color: var(--white-color);
  background-color: var(--primary-color);
}

@media (min-width: 480px) {
  .author-badge {
    margin-bottom: 0;
  }
}

.children .comment-respond,
.layout-right-sidebar .comment-respond {
  margin-top: 0;
}

@media (min-width: 601px) {
  .children .comment-respond,
  .layout-right-sidebar .comment-respond {
    margin-top: 6rem;
  }
}

.children .comment-form-author,
.children .comment-form-email,
.children .comment-form-url,
.layout-right-sidebar .comment-form-author,
.layout-right-sidebar .comment-form-email,
.layout-right-sidebar .comment-form-url {
  display: block;
  width: 100%;
}

/**
 * Comment form
 */
.comments-area {
  margin-bottom: 0;
  margin-top: 4rem;
  word-break: break-all;
}

.comment-notes {
  font-size: 1.4rem;
  font-style: italic;
  color: var(--primary-text-color);
}

form.comment-form label {
  font-size: 1.2rem;
  font-weight: 600;
  display: block;
  text-transform: uppercase;
}

form.comment-form input[type="text"],
form.comment-form input[type="email"],
form.comment-form input[type="url"],
form.comment-form textarea {
  font-size: 1.6rem;
}

form.comment-form .comment-form-comment {
  clear: both;
}

@media (min-width: 576px) {
  form.comment-form .comment-form-author,
  form.comment-form .comment-form-email,
  form.comment-form .comment-form-url {
    float: left;
    width: 32%;
    margin-right: 2%;
  }
}

form.comment-form .comment-form-author input,
form.comment-form .comment-form-email input,
form.comment-form .comment-form-url input {
  width: 100%;
}

form.comment-form .form-submit {
  clear: both;
  padding-top: 1rem;
  margin-bottom: 0;
}

form.comment-form .comment-form-cookies-consent {
  clear: both;
}

form.comment-form .comment-form-cookies-consent #wp-comment-cookies-consent {
  margin-right: .5rem;
}

form.comment-form .comment-form-cookies-consent label {
  display: inline-block;
  text-transform: inherit;
}

form.comment-form textarea {
  width: 100%;
  font-size: 1.6rem;
  line-height: 2.4rem;
}

form.comment-form .comment-form-url {
  margin-right: 0;
}

.required {
  color: #f00;
}

#cancel-comment-reply-link {
  font-size: 1.3rem;
}

#comment-nav-above {
  margin-bottom: 3rem;
}

.comment-navigation .nav-previous {
  display: inline;
  float: left;
}

.comment-navigation .nav-next {
  display: inline;
  float: right;
  text-align: right;
}

.comment-navigation a {
  color: var(--primary-text-color);
}

/*------------------------------------*
	$SIDEBARS
*------------------------------------*/
.sidebar-footer {
  padding: 4rem 0 0;
  color: var(--black-color);
  border-top: 0.1rem solid var(--border-color);
  background-color: var(--tertiary-color);
}

.sidebar-footer .container {
  -webkit-box-pack: justify;
          justify-content: space-between;
}

@media (min-width: 768px) {
  .sidebar-footer.widget-column-2 .footer-column {
    width: 48.7179487179%;
  }
}

@media (min-width: 768px) {
  .sidebar-footer.widget-column-3 .footer-column {
    width: 31.6239316239%;
  }
}

@media (min-width: 768px) {
  .sidebar-footer.widget-column-4 .footer-column {
    width: 23.0769230769%;
  }
}

.sidebar-footer .widget a {
  color: var(--black-color);
  font-weight: 700;
  letter-spacing: 0;
}

.sidebar-footer .widget a:visited {
  color: var(--black-color);
  font-weight: 700;
}

.sidebar-footer .widget a:hover {
  color: var(--primary-color);
}

.sidebar-footer .widget-title {
  font-size: 1.6rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: normal;
}

.widget {
  margin-bottom: 4rem;
  word-break: break-word;
  font-size: 1.4rem;
}

.widget li {
  padding: .5rem 0;
}

.widget select {
  width: 100%;
  max-width: 100%;
  height: 4rem;
  padding: 1rem;
  border: 0.1rem solid var(--border-color);
  background-color: var(--white-color);
}

.widget.widget_text a, .widget.widget_custom_html a {
  border-bottom: .1rem solid;
}

.widget a {
  color: var(--primary-text-color);
}

.widget a:hover {
  color: var(--primary-color);
}

.widget-title {
  margin-top: 0;
  margin-bottom: 2rem;
  font-size: 1.6rem;
}

.widget_recent_entries .post-date {
  font-size: 1.4rem;
  display: block;
  color: var(--secondary-text-color);
}

.widget_categories ul,
.widget_archive ul {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
}

.widget_categories li,
.widget_archive li {
  -webkit-box-flex: 0;
          flex: 0 0 50%;
}

.widget_search form {
  display: inline-block;
  width: 100%;
  position: relative;
}

.widget_search form input[type="search"] {
  padding-right: 3.8rem;
  width: 100%;
}

.widget_search form button {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 4.8rem;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 0;
  top: 0;
  background-color: transparent;
  color: var(--black-color);
  font-size: 0;
  min-width: 3.8rem;
  padding: 0;
  margin: 0;
  min-height: 4.8rem;
  border: none;
}

.widget_search form button::before {
  content: '\e808';
  font-size: 1.6rem;
}

.widget_search form button:hover {
  color: var(--primary-color);
}

.widget_tag_cloud a {
  display: inline-block;
  margin-right: .5rem;
  margin-bottom: .5rem;
  padding: .2rem 1rem;
  text-transform: lowercase;
  background-color: var(--primary-color);
  color: var(--white-color);
}

.widget_tag_cloud a:hover {
  background-color: var(--secondary-color);
  color: var(--primary-text-color);
}

.widget_pages .children {
  padding-left: calc(var(--line-height) / 2);
}

.widget_nav_menu .sub-menu {
  padding-left: calc(var(--line-height) / 2);
}

.widget_nav_menu .sub-menu li:last-child {
  padding-bottom: 0;
}

.widget-instock-contact-info .contact-info-widget li i,
.elementor-widget .contact-info-widget li i {
  color: var(--black-color);
  border-color: var(--black-color);
}

.widget-instock-contact-info .contact-info-widget li.skype a,
.elementor-widget .contact-info-widget li.skype a {
  background-color: var(--primary-color);
  border-radius: 5rem;
  padding: 1.7rem 2.8rem;
}

.widget-instock-contact-info .contact-info-widget li.skype a:hover,
.elementor-widget .contact-info-widget li.skype a:hover {
  background-color: var(--black-color);
}

.widget-instock-contact-info .contact-info-widget li .instock-contact-title,
.elementor-widget .contact-info-widget li .instock-contact-title {
  color: inherit;
}

.sidebar-footer .widget-instock-contact-info li i, .sidebar-footer
.elementor-widget li i {
  color: var(--black-color);
  border-color: var(--black-color);
}

.sidebar-footer .widget-instock-contact-info .contact-info-widget .instock-contact-title, .sidebar-footer
.elementor-widget .contact-info-widget .instock-contact-title {
  color: var(--black-color);
}

.widget-instock-recent-posts .instock-recent-posts li {
  border: 0;
  -webkit-box-align: start;
          align-items: flex-start;
  margin-top: 0;
}

.widget-instock-recent-posts .instock-recent-posts .recent-posts-info {
  color: inherit;
}

.widget-instock-recent-posts .instock-recent-posts .recent-posts-comments a {
  color: inherit;
}

.widget-instock-recent-posts .instock-recent-posts .recent-posts-comments a:hover {
  color: var(--primary-color);
}

.widget-instock-custom-links .instock-custom-links a:hover {
  color: var(--primary-color);
}

.widget-instock-custom-links .instock-custom-links a:hover::before {
  color: var(--primary-color);
}

.widget-instock-social .instock-social-icons.style-light a {
  color: var(--black-color);
  border-color: var(--border-color);
}

/**
 * Tag cloud
 */
.widget-instock-tags .tagcloud a {
  border-color: var(--border-color);
}

/**
 * About
 */
.widget-instock-about-me .instock-about-me-text {
  line-height: 2.2rem;
}

/*------------------------------------*
	$ELEMENTOR
*------------------------------------*/
.elementor-page .site-header {
  margin-bottom: 0;
}

.elementor-page .content-area {
  width: 100%;
}

.elementor-page .site-content {
  margin-bottom: 0;
}

/**
 * Gallery
 */
.elementor-image-gallery a {
  display: block;
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.elementor-image-gallery a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-perspective: 0;
  -webkit-backface-visibility: hidden;
}

.elementor-image-gallery a img {
  display: block;
  -webkit-transition: all 1500ms;
  transition: all 1500ms;
}

/**
 * Products carousel
 */
.elementor-widget-container .products-carousel li.product {
  margin-bottom: 0;
}

.elementor-widget-container .products-carousel .owl-dots .owl-dot.active span,
.elementor-widget-container .products-carousel .owl-dots .owl-dot:hover span {
  background-color: var(--primary-color);
}

.elementor-widget-container .products-carousel .owl-dots .owl-dot span {
  margin: 5px 4px;
}

/*------------------------------------*
	$EVENTS
*------------------------------------*/
/**
 * Events Default
 */
#tribe-events-content-wrapper .tribe-events-title-bar {
  margin-bottom: 3rem;
}

#tribe-events-content-wrapper .tribe-bar-filters {
  background-color: var(--black-color);
  color: var(--white-color);
}

#tribe-events-content-wrapper #tribe-bar-form label {
  display: none;
}

#tribe-events-content-wrapper .tribe-bar-date-filter {
  padding-right: 0;
}

#tribe-events-content-wrapper #tribe-bar-form input[type=text] {
  font-style: normal;
  border-bottom: 0.1rem solid var(--secondary-color);
  background-color: var(--white-color);
  border-radius: .3rem;
  padding: 1.5rem 1rem;
}

#tribe-events-content-wrapper input[name*='tribe-bar-']::-webkit-input-placeholder {
  color: var(--black-color);
  font-style: normal;
}

#tribe-events-content-wrapper input[name*='tribe-bar-']:-moz-placeholder {
  color: var(--black-color);
  font-style: normal;
}

#tribe-events-content-wrapper #tribe-bar-form .tribe-bar-submit input[type=submit] {
  background-color: var(--primary-color);
}

#tribe-events-content-wrapper #tribe-bar-form .tribe-bar-submit input[type=submit]:hover {
  background-color: var(--secondary-color);
}

#tribe-events-content-wrapper #tribe-bar-form #tribe-bar-views {
  padding-left: 0;
}

#tribe-events-content-wrapper .tribe-bar-views-inner {
  padding-bottom: 6.4rem;
}

#tribe-events-content-wrapper #tribe-bar-views .tribe-bar-views-list {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 0;
}

#tribe-events-content-wrapper ul.tribe-events-sub-nav a {
  color: var(--black-color);
}

#tribe-events-content-wrapper ul.tribe-events-sub-nav a:hover {
  color: var(--primary-color);
}

#tribe-events-content-wrapper #tribe-events-content .tribe-events-calendar td {
  background-color: var(--black-color);
}

#tribe-events-content-wrapper #tribe-events-content .tribe-events-calendar td.tribe-events-othermonth {
  background-color: var(--secondary-color);
}

#tribe-events-content-wrapper .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-] {
  background-color: var(--primary-color);
}

#tribe-events-content-wrapper .tribe-events-calendar div[id*=tribe-events-event-] h3.tribe-events-month-event-title a {
  color: var(--secondary-color);
}

#tribe-events-content-wrapper .tribe-events-calendar thead th {
  background-color: var(--black-color);
}

/**
 * Single event
 */
.single-tribe_events #tribe-events-content .tribe-events-single-event-title {
  font-size: 3.6rem;
  line-height: 1.2;
}

.single-tribe_events #tribe-events-content .tribe-events-schedule {
  margin-top: 0;
  margin-bottom: 4rem;
}

@media (max-width: 768px) {
  .single-tribe_events #tribe-events-content .tribe-events-schedule {
    margin-top: 2rem;
  }
}

.single-tribe_events #tribe-events-content .tribe-events-schedule h2 {
  font-size: 1.6rem;
  font-weight: 400;
}

.single-tribe_events #tribe-events-content .tribe-events-schedule .tribe-events-cost {
  font-size: 4rem;
  float: right;
}

.single-tribe_events #tribe-events-content #tribe-events .tribe-events-button, .single-tribe_events #tribe-events-content #tribe-events .tribe-events-button:hover, .single-tribe_events #tribe-events-content #tribe_events_filters_wrapper input[type=submit], .single-tribe_events #tribe-events-content .tribe-events-button, .single-tribe_events #tribe-events-content .tribe-events-button.tribe-active:hover, .single-tribe_events #tribe-events-content .tribe-events-button.tribe-inactive, .single-tribe_events #tribe-events-content .tribe-events-button:hover, .single-tribe_events #tribe-events-content .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-], .single-tribe_events #tribe-events-content .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-] > a {
  background-color: var(--primary-color);
}

.single-tribe_events #tribe-events-content #tribe-events .tribe-events-button:hover, .single-tribe_events #tribe-events-content #tribe-events .tribe-events-button:hover:hover, .single-tribe_events #tribe-events-content #tribe_events_filters_wrapper input[type=submit]:hover, .single-tribe_events #tribe-events-content .tribe-events-button:hover, .single-tribe_events #tribe-events-content .tribe-events-button.tribe-active:hover:hover, .single-tribe_events #tribe-events-content .tribe-events-button.tribe-inactive:hover, .single-tribe_events #tribe-events-content .tribe-events-button:hover:hover, .single-tribe_events #tribe-events-content .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-]:hover, .single-tribe_events #tribe-events-content .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-] > a:hover {
  background-color: var(--black-color);
}

.single-tribe_events #tribe-events-content .tribe-events-event-meta {
  background-color: var(--black-color);
  color: var(--white-color);
  border: 0;
  font-size: 1.6rem;
  padding: 3rem 0;
}

.single-tribe_events #tribe-events-content .tribe-events-event-meta h2 {
  color: var(--white-color);
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 3rem;
  margin-top: 0;
  text-transform: uppercase;
}

.single-tribe_events #tribe-events-content .tribe-events-event-meta dd {
  margin-bottom: 3rem;
}

.single-tribe_events #tribe-events-content .tribe-events-event-meta dd:last-child {
  margin-bottom: 0;
}

.single-tribe_events #tribe-events-content .tribe-tickets-rsvp h2,
.single-tribe_events #tribe-events-content .tribe-tickets-tpp h2 {
  font-size: 1.8rem;
  text-transform: uppercase;
  margin-bottom: 2rem;
}

.single-tribe_events #tribe-events-content .tribe-tickets-rsvp table td,
.single-tribe_events #tribe-events-content .tribe-tickets-tpp table td {
  padding: 3rem;
}

.single-tribe_events #tribe-events-content .tribe-tickets-rsvp table.tribe-events-tickets-rsvp .tribe-ticket.quantity input,
.single-tribe_events #tribe-events-content .tribe-tickets-tpp table.tribe-events-tickets-rsvp .tribe-ticket.quantity input {
  width: 100%;
  padding: 0 2.4rem;
}

.single-tribe_events #tribe-events-content .tribe-tickets-rsvp table.tribe-events-tickets-tpp td,
.single-tribe_events #tribe-events-content .tribe-tickets-tpp table.tribe-events-tickets-tpp td {
  border-bottom: 1px solid #dfdfdf;
  vertical-align: middle;
}

.single-tribe_events #tribe-events-content .tribe-tickets-rsvp table.tribe-events-tickets-tpp .tribe-ticket-quantity,
.single-tribe_events #tribe-events-content .tribe-tickets-tpp table.tribe-events-tickets-tpp .tribe-ticket-quantity {
  width: 100%;
  padding: 0 2.4rem;
}

.single-tribe_events #tribe-events-content .tribe-tickets-rsvp .tickets_submit .tribe-button,
.single-tribe_events #tribe-events-content .tribe-tickets-tpp .tickets_submit .tribe-button {
  margin: 0;
}

.tribe-events-calendar .tribe-events-tooltip {
  padding: 3rem;
}

.tribe-events-calendar .tribe-events-tooltip h3 {
  font-size: 1.8rem;
  line-height: 2.7rem;
  margin-bottom: 1rem;
}

.tribe-events-calendar .tribe-events-tooltip .tribe-events-event-body {
  padding: 0;
}