@charset "UTF-8";
/*!
 * Theme Name: Audiocast
 * Theme URI: https://www.happythemes.com/themes/audiocast/
 * Description: Audiocast is an Audio podcast theme that looks great on any device.
 * Version: 1.0.0
 * Author: HappyThemes
 * Author URI: https://www.happythemes.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: audiocast
 * Tested up to: 5.8
 * Requires PHP: 5.6
 *
 * License: GNU General Public License v2.0 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Audiocast WordPress Theme, Copyright 2021 https://www.happythemes.com/
 * Audiocast 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
 *
 * - HEADER
 * - NAVIGATIONS
 * - MODULES
 * - FOOTER
 * - COMMENT
 * - SIDEBARS
 * - GUTENBERG
 *
 * PLUGINS
 * - CF7
 * - PODCAST
 *
 */
/*------------------------------------*
	$VARIABLES
*------------------------------------*/
:root {
  --heebo: 'Heebo', sans-serif;
  --font-size: 1.6rem;
  --line-height: 2.6rem;
  --white-color: #fff;
  --black-color: #121212;
  --primary-color: #2910d2;
  --primary-color-alt: #f2f2f2;
  --secondary-color: var(--primary-color-alt);
  --tertiary-color: var(--secondary-color);
  --border-color: #e2e4e8;
  --primary-text-color: var(--black-color);
  --secondary-text-color: #888;
  --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-weight: normal;
  font-family: 'fontello';
  font-style: normal;
  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');
}
/* 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('../font/fontello.svg?62161295#fontello') format('svg');
  }
}
*/
[class^='icon-']:before,
[class*=' icon-']:before {
  display: inline-block;
  width: 1em;
  margin-right: 0.2em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  font-weight: normal;
  font-family: 'fontello';
  font-style: normal;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  text-align: center;
  text-transform: none;
  text-decoration: inherit;
  speak: never;
  /* 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); */
}

.menu-social-container a::before,
.menu-account-items > li > a::before,
.menu-primary-items li.menu-item-has-children > a::after {
  display: inline-block;
  width: 1em;
  margin-right: 0.2em;
  margin-left: 0.2em;
  font-weight: normal;
  font-family: 'fontello';
  font-style: normal;
  font-variant: normal;
  line-height: 1em;
  text-align: center;
  text-transform: none;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

/* '' */
.icon-mail:before {
  content: '\e802';
}

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

/* '' */
.icon-wordpress:before {
  content: '\e804';
}

/* '' */
.icon-rss:before {
  content: '\e805';
}

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

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

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

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

/* '' */
.icon-plus-circled: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-twitter:before {
  content: '\f099';
}

/* '' */
.icon-facebook:before {
  content: '\f09a';
}

/* '' */
.icon-github:before {
  content: '\f09b';
}

/* '' */
.icon-gplus:before {
  content: '\f0d5';
}

/* '' */
.icon-linkedin:before {
  content: '\f0e1';
}

/* '' */
.icon-youtube:before {
  content: '\f16a';
}

/* '' */
.icon-instagram:before {
  content: '\f16d';
}

/* '' */
.icon-tumblr:before {
  content: '\f173';
}

/* '' */
.icon-apple:before {
  content: '\f179';
}

/* '' */
.icon-dribbble:before {
  content: '\f17d';
}

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

/* '' */
.icon-foursquare:before {
  content: '\f180';
}

/* '' */
.icon-trello:before {
  content: '\f181';
}

/* '' */
.icon-vkontakte:before {
  content: '\f189';
}

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

/* '' */
.icon-spotify:before {
  content: '\f1bc';
}

/* '' */
.icon-yelp:before {
  content: '\f1e9';
}

/* '' */
.icon-pinterest:before {
  content: '\f231';
}

/* '' */
.icon-medium:before {
  content: '\f23a';
}

/* '' */
.icon-vimeo:before {
  content: '\f27d';
}

/* '' */
.icon-snapchat:before {
  content: '\f2ac';
}

/* '' */
.icon-flickr:before {
  content: '\f303';
}

/* '' */
.icon-codepen: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;
}

.review-footer,
.review-features .review-txt,
.review-features li,
.pagination .nav-links,
.gallery,
.clearfix {
  *zoom: 1;
}
.review-footer:before,
.review-features .review-txt:before,
.review-features li:before,
.pagination .nav-links:before,
.gallery:before,
.clearfix:before,
.review-footer:after,
.review-features .review-txt:after,
.review-features li:after,
.pagination .nav-links:after,
.gallery:after,
.clearfix:after {
  display: table;
  content: '';
}
.review-footer:after,
.review-features .review-txt:after,
.review-features li:after,
.pagination .nav-links:after,
.gallery:after,
.clearfix:after {
  clear: both;
}

.widget ul,
.commentlist,
.review-features,
.menu-social-container ul,
.menu-footer-items,
.menu-mobile-items,
.menu .sub-menu,
.menu {
  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%;
}

.footer-text .container,
.review-footer,
.author-bio,
.pagination .nav-page,
.newsletter,
.featured-categories.featured-categories-layout-modern
  .featured-category-content,
.featured-post,
.featured .container,
.site-content .container {
  display: flex;
  flex-flow: column wrap;
}
@media (min-width: 768px) {
  .footer-text .container,
  .review-footer,
  .author-bio,
  .pagination .nav-page,
  .newsletter,
  .featured-categories.featured-categories-layout-modern
    .featured-category-content,
  .featured-post,
  .featured .container,
  .site-content .container {
    flex-flow: row 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.3rem 0.6rem rgba(0, 0, 0, 0.03);
}
.boxed-container .wide-container .container,
.framed-container .wide-container .container {
  padding: 0 2rem;
}

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

.container {
  max-width: 106rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 3rem;
}
.container:after {
  content: ' ';
  display: block;
  clear: both;
}
@media (min-width: 1170px) {
  .container {
    padding: 0;
  }
}

.site-content {
  margin-bottom: 3rem;
}
.page-template-home-podcast .site-content {
  margin-bottom: 0;
}
.full-width-narrow .site-content .container {
  justify-content: center;
}

@media (min-width: 992px) {
  .right-sidebar .content-area {
    flex: 0 0 74.358974359%;
    margin-right: 2.5641025641%;
    padding-right: 5rem;
  }
}
@media (min-width: 992px) {
  .left-sidebar .content-area {
    flex: 0 0 74.358974359%;
    order: 2;
    padding-left: 3rem;
  }
}
@media (min-width: 992px) {
  .full-width-narrow .content-area {
    flex: 0 0 74.358974359%;
  }
}
.full-width .content-area {
  flex: 0 0 100%;
}

@media (min-width: 992px) {
  .right-sidebar .widget-area {
    flex: 0 0 23.0769230769%;
  }
}
@media (min-width: 992px) {
  .left-sidebar .widget-area {
    flex: 0 0 23.0769230769%;
    order: 1;
    margin-right: 2.5641025641%;
  }
}

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

.posts-grid {
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
}
@media (min-width: 576px) {
  .posts-grid {
    flex-flow: row wrap;
  }
}
.full-width .posts-grid .entry {
  flex: 0 0 31.6239316239%;
}
.posts-grid.two-columns .entry-grid {
  flex: 0 0 48.7179487179%;
}
.posts-grid.three-columns .entry-grid {
  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;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 3rem;
  background-color: rgba(0, 0, 0, 0.85);
}
@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 {
  color: var(--secondary-text-color);
  text-transform: uppercase;
}
.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: flex;
  flex-flow: column wrap;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 800px) {
  .posts-list .entry-list,
  .posts-alternate .entry-list {
    flex-flow: row wrap;
  }
}
.posts-list .entry-list .post-thumbnail,
.posts-alternate .entry-list .post-thumbnail {
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .posts-list .entry-list .post-thumbnail,
  .posts-alternate .entry-list .post-thumbnail {
    margin-bottom: 0;
  }
}
@media (min-width: 800px) {
  .posts-list .entry-list .post-thumbnail,
  .posts-alternate .entry-list .post-thumbnail {
    flex: 0 0 42.5287356322%;
  }
}
@media (min-width: 800px) {
  .posts-list .entry-list .entry-wrapper,
  .posts-alternate .entry-list .entry-wrapper {
    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;
}

* {
  min-width: 0;
  min-height: 0;
}

html {
  font-size: 62.5%;
}

body {
  color: var(--primary-text-color);
  font-size: var(--font-size);
  font-family: var(--heebo);
  line-height: var(--line-height);
  background: var(--white-color);
}

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

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

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

/**
 * Headings.
 */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: calc(var(--line-height) / 2) 0;
  color: var(--heading-text-color);
  font-weight: 700;
  font-family: var(--heebo);
}
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 {
  color: #aaa;
  text-decoration: line-through;
  vertical-align: baseline;
}

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 {
  margin: var(--line-height) 4rem;
  padding-left: 2rem;
  color: #777;
  font-style: italic;
  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: 700;
}

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;
    text-shadow: none !important;
    background: transparent !important;
    box-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 {
    page-break-inside: avoid;
    border: 1px solid #999;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.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: 0.3rem;
  border: 0;
  -webkit-appearance: none;
  border: 0.1rem solid var(--border-color);
  border-radius: 0.3rem;
  box-shadow: 0 3px 2px rgba(0, 0, 0, 0.02);
  font-size: 1.4rem;
}

form textarea {
  height: auto;
  border-radius: 0.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: 0.5em 0.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: 0.2em 0.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: 0.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: 0 0 0.2em;
}

form fieldset {
  margin: 0;
  padding: 0.35em 0 0.75em;
  border: 0;
}

form legend {
  display: block;
  width: 100%;
  margin-bottom: 0.3em;
  padding: 0.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: 700;
  text-decoration: none;
  padding: 1.5rem 5.3rem;
  color: var(--white-color);
  border: 0;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color linear 200ms;
  border-radius: 0.3rem;
  background-color: var(--primary-color);
}
button:visited,
input[type='button']:visited,
input[type='reset']:visited,
input[type='submit']:visited,
.button:visited,
.menu li.btn a:visited {
  color: var(--white-color);
}
button:visited:hover,
input[type='button']:visited:hover,
input[type='reset']:visited:hover,
input[type='submit']:visited:hover,
.button:visited:hover,
.menu li.btn a:visited:hover {
  color: var(--white-color);
}

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: 0.1rem solid var(--border-color);
  border-spacing: 0;
}
table th,
table td {
  padding: 1.8rem 2.4rem;
  text-align: left;
  text-transform: capitalize;
  vertical-align: top;
  vertical-align: middle;
  border-bottom: 0.1rem solid var(--border-color);
}
table th p,
table td p {
  margin: 0;
}
table th {
  background-color: var(--secondary-color);
}
table tr:last-child td {
  border-bottom: 0;
}

/*------------------------------------*
	$HEADER
*------------------------------------*/
/**
 * Header
 */
.site-header {
  margin-bottom: 4rem;
  box-shadow: 0 5px 15px rgba(146, 153, 184, 0.12);
}
.blog .site-header,
.search .site-header,
.archive .site-header,
.post-type-archive .site-header,
.page-template-home-podcast .site-header {
  margin-bottom: 0;
}
.site-header .container {
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  min-height: 10rem;
  justify-content: center;
}
@media (min-width: 325px) {
  .site-header .container {
    flex-flow: row wrap;
  }
}
@media (min-width: 768px) {
  .site-header .container {
    justify-content: flex-start;
  }
}

.site-branding {
  flex: 0 0 50%;
}
@media (min-width: 576px) {
  .site-branding {
    flex: 0 0 50%;
    margin-bottom: 0;
    margin-top: 0;
  }
}
@media (min-width: 800px) {
  .site-branding {
    flex: 0 0 23.0769230769%;
    margin-right: 2.5641025641%;
  }
}
@media (min-width: 992px) {
  .site-branding {
    flex: 0 0 16.6666666667%;
    margin-right: 0;
  }
}
.site-branding .site-title {
  font-size: 3rem;
}
.site-branding img {
  display: block;
}

/**
 * Right navigation
 */
@media (max-width: 960px) {
  .right-navigation {
    display: none;
  }
}
@media (min-width: 961px) {
  .right-navigation {
    display: flex;
    flex-flow: column wrap;
    position: relative;
    text-align: right;
  }
}
@media (min-width: 961px) and (min-width: 1025px) {
  .right-navigation {
    flex-flow: row wrap;
  }
}

/**
 * Search icon
 */
.search-icon .search-toggle {
  display: inline-block;
  color: var(--primary-color);
}
.search-icon .search-toggle:focus {
  outline: none;
}
.search-icon .search-toggle:visited {
  color: var(--primary-color);
}
.search-icon .search-toggle:hover,
.search-icon .search-toggle:visited:hover {
  color: var(--black-color);
}
.search-icon .search-toggle .icon-search::before {
  content: '\e808';
}

/**
 * Archive header
 */
.archive-header {
  margin-bottom: 4rem;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  min-height: 18rem;
  background-color: var(--black-color);
}
.author .archive-header {
  padding: 3rem 0;
}
.author .archive-header .avatar {
  margin-bottom: 1rem;
}
.elementor-template-full-width .archive-header {
  display: none;
}
.archive-header .archive-content {
  position: relative;
  z-index: 1;
  max-width: 65rem;
  text-align: center;
  color: var(--white-color);
}
.archive-header .archive-title,
.archive-header .page-title {
  letter-spacing: 0;
  font-size: 4rem;
  text-transform: uppercase;
  color: var(--white-color);
}
.author .archive-header .archive-title,
.author .archive-header .page-title {
  margin-top: 0;
  margin-bottom: 2rem;
}
.archive-header .avatar {
  border-radius: 50%;
}

/**
 * Action Button
 */
.act-btn {
  border: 0;
  padding: 1.5rem 2rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.act-btn:visited {
  color: var(--white-color);
}
.act-btn:visited:hover {
  color: var(--white-color);
}
.act-btn .fa {
  margin-right: 0.5rem;
}

/*------------------------------------*
	$NAVIGATIONS
*------------------------------------*/
/**
 * Primary navigation
 */
.main-navigation {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  flex: 0 0 50%;
  justify-content: flex-end;
}
@media (min-width: 800px) {
  .main-navigation {
    justify-content: flex-end;
    flex: 0 0 74.358974359%;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .main-navigation {
    flex: 0 0 83.3333333333%;
  }
}
.main-navigation .menu-primary-items {
  position: relative;
  padding-right: 4rem;
}
@media (max-width: 768px) {
  .main-navigation .megamenu-active {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .main-navigation .megamenu-active .wp-megamenu-wrap {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .main-navigation .megamenu-active {
    justify-content: center;
  }
}

.menu-primary-items {
  display: none;
}
@media (min-width: 800px) {
  .menu-primary-items {
    display: block;
  }
}
.menu-primary-items li.menu-item-has-children > a {
  padding-right: 1rem;
}
.menu-primary-items li.menu-item-has-children > a::after {
  content: '\e813';
  font-size: 1.2rem;
  position: absolute;
  top: 1.1rem;
  right: -1rem;
  display: inline-block;
}
.menu-primary-items li:hover.menu-item-has-children > a::after {
  content: '\e816';
}
.menu-primary-items li li.menu-item-has-children > a::after {
  content: '\e815';
  right: 1rem;
}
.menu-primary-items li li:hover.menu-item-has-children > a::after {
  content: '\e814';
}

.menu li {
  position: relative;
  display: inline-block;
  margin-right: 3rem;
}
.menu li:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
  z-index: 9;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
  left: 0;
}
.menu li:hover > .sub-menu ul {
  left: 100%;
}
.right-navigation .menu li:hover > .sub-menu {
  right: 0;
  left: auto;
}
.menu li:hover > a {
  color: var(--primary-color);
}
.menu li li:hover > a {
  color: var(--white-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: 0.8rem 2.1rem;
}
.menu > li.current-menu-item > a {
  color: var(--primary-color);
}
.menu a {
  font-family: var(--heebo);
  font-size: 1.7rem;
  font-weight: 400;
  display: block;
  padding: 0.5rem 0;
  color: var(--primary-text-color);
  border-bottom: 0.2rem solid transparent;
}
.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%;
  transform: translateY(2rem);
  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(--primary-color);
  box-shadow: 0 0 0.7rem rgba(0, 0, 0, 0.1);
  z-index: 9;
  border-radius: 0.3rem;
}
.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;
  border-left: 0.3rem solid transparent;
  margin-right: 0;
  padding: 0 2rem;
}
.menu .sub-menu li:hover {
  border-color: var(--primary-color-alt);
}
.menu .sub-menu a {
  transition: all 200ms linear;
  font-weight: 400;
  padding: 0.8rem 0;
  color: var(--white-color);
  border-bottom: 0;
}
.menu .sub-menu a:hover {
  margin-left: 0.3rem;
  border-bottom: 0;
  color: var(--white-color);
}

/**
 * Mobile navigation
 */
.menu-mobile {
  display: block;
  font-size: 2.4rem;
  color: var(--primary-text-color);
}
.menu-mobile:visited {
  color: var(--primary-text-color);
}
@media (min-width: 800px) {
  .menu-mobile {
    display: none;
  }
}

.site {
  overflow: hidden;
}
@media (max-width: 800px) {
  .site.show-mobile-nav {
    position: relative;
  }
  .site.show-mobile-nav .mobile-navigation {
    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;
  transition: all 200ms ease;
  transform: translate3d(100%, 0, 0);
}
.mobile-navigation .menu-mobile {
  color: var(--white-color);
  font-size: 1.4rem;
  text-transform: uppercase;
  background: #ea6262;
  padding: 1rem;
  text-align: center;
}
.mobile-navigation .menu-mobile:hover {
  color: var(--white-color);
}
.mobile-navigation .icon-navigation {
  padding: 2rem 2rem;
  border-bottom: 1px solid var(--border-color);
  text-align: center;
}
.mobile-navigation .icon-navigation .search-field {
  width: 100%;
}

.menu-mobile-items {
  padding: 0 2rem 2rem;
}
.menu-mobile-items li {
  display: block;
  position: relative;
}
.menu-mobile-items li.submenu-open .submenu-expand i::before {
  content: '\e816';
}
.menu-mobile-items a {
  color: var(--primary-text-color);
  font-size: 1.6rem;
  font-weight: 700;
  display: block;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  border-bottom: 0.1rem solid var(--border-color);
}
.menu-mobile-items a:hover {
  color: var(--primary-color);
}
.menu-mobile-items .submenu-expand {
  position: absolute;
  top: 15px;
  right: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: transparent;
  color: var(--black-color);
}
.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: 0.3rem;
}
.menu-account-items > li > a {
  display: block;
  width: 2em;
  position: relative;
  padding: 0;
  border-bottom: 0;
}
.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.4rem;
  margin: 0;
  line-height: 2.6;
}
.menu-account-items > li > a:hover {
  border-bottom: 0;
}

/**
 * Footer navigation
 */
.menu-footer-items {
  text-align: center;
}
@media (min-width: 768px) {
  .menu-footer-items {
    flex: 0 0 48.7179487179%;
    text-align: right;
  }
}
.menu-footer-items li {
  position: relative;
  display: inline-block;
  margin-right: 3rem;
}
.menu-footer-items li:last-child {
  margin-right: 0;
}
.menu-footer-items a {
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: 700;
}
.menu-footer-items a:hover {
  color: var(--primary-color);
}
.menu-footer-items a:visited:hover {
  color: var(--primary-color);
}

/**
 * Top Navigation
 */
.top-navigation {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: flex-end;
  flex: 0 0 100%;
  border-bottom: 0.1rem solid var(--border-color);
}
.top-navigation a {
  font-size: 1.2rem;
}

/**
 * Social navigation
 */
.menu-social-container {
  padding: 0.5rem 0;
}
@media (min-width: 576px) {
  .menu-social-container {
    text-align: right;
    padding: 0;
  }
}
.menu-social-container li {
  display: inline-block;
  padding: 0;
}
.menu-social-container li:last-child {
  margin-right: 0;
}
.menu-social-container a {
  display: inline-block;
  color: var(--primary-color);
  font-size: 1.8rem;
}
.menu-social-container a::before {
  margin: 0 0.5rem 0 0;
}
.menu-social-container a:hover {
  color: var(--black-color);
}
.menu-social-container a[href*='twitter.com']::before {
  content: '\f099';
}
.menu-social-container a[href*='facebook.com']::before {
  content: '\f09a';
}
.menu-social-container a[href*='instagram.com']::before {
  content: '\f16d';
}
.menu-social-container a[href*='pinterest.com']::before {
  content: '\f231';
}
.menu-social-container a[href*='linkedin.com']::before {
  content: '\f0e1';
}
.menu-social-container a[href*='dribbble.com']::before {
  content: '\f17d';
}
.menu-social-container a[href*='codepen.io']::before {
  content: '\f32c';
}
.menu-social-container a[href*='github.com']::before {
  content: '\f09b';
}
.menu-social-container a[href*='medium.com']::before {
  content: '\f23a';
}
.menu-social-container a[href*='flickr.com']::before {
  content: '\f303';
}
.menu-social-container a[href*='wordpress.com']::before,
.menu-social-container a[href*='wordpress.org']::before {
  content: '\e804';
}
.menu-social-container a[href*='vimeo.com']::before {
  content: '\f27d';
}
.menu-social-container a[href*='youtube.com']::before {
  content: '\f16a';
}
.menu-social-container a[href*='/feed']::before,
.menu-social-container a[href*='feedburner.com']::before {
  content: '\e805';
}
.menu-social-container a[href*='mailto']::before {
  content: '\e802';
}
.menu-social-container a[href*='snapchat.com']::before {
  content: '\f2ac';
}
.menu-social-container a[href*='spotify.com']::before {
  content: '\f1bc';
}
.menu-social-container a[href*='apple.com']::before {
  content: '\f179';
}

/**
 * Mega menu
 */
@media (min-width: 576px) and (max-width: 768px) {
  #wp-megamenu-primary.wp-megamenu-wrap.wpmm-mobile-menu .wpmm-nav-wrap {
    text-align: right;
  }
}

/*------------------------------------*
	$CONTENT
*------------------------------------*/
.entry {
  margin-bottom: 4rem;
  position: relative;
  word-break: break-word;
}
.post-type-archive-tribe_events .entry {
  margin-bottom: 0;
}

.post-thumbnail {
  display: block;
  position: relative;
}
.post-thumbnail img {
  display: block;
  border-radius: 8px;
}
.entry-grid .post-thumbnail {
  margin-bottom: 3rem;
}
.single .post-thumbnail {
  margin-bottom: 3rem;
}

.entry-header {
  margin-bottom: 1rem;
}
.single .entry-header {
  margin-bottom: 4rem;
}
.posts-grid .entry-header {
  margin-bottom: 1.4rem;
}
.posts-list .entry-header {
  margin-bottom: 1rem;
}

.entry-title,
.page-title {
  margin-top: 0;
  margin-bottom: 1rem;
}
@media (min-width: 576px) {
  .single .entry-title,
  .single .page-title,
  .page .entry-title,
  .page .page-title {
    font-size: 4.2rem;
    line-height: 4.7rem;
  }
}
.posts-grid .entry-title,
.posts-grid .page-title {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-size: 2.2rem;
  line-height: 1.3;
}
@media (min-width: 992px) {
  .posts-grid .entry-title,
  .posts-grid .page-title {
    font-size: 2.8rem;
  }
}
.posts-list .entry-title,
.posts-list .page-title,
.posts-alternate .entry-list .entry-title,
.posts-alternate .entry-list .page-title {
  font-size: 2.8rem;
  margin-top: 0;
  margin-bottom: 1.5rem;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .posts-list .entry-title,
  .posts-list .page-title,
  .posts-alternate .entry-list .entry-title,
  .posts-alternate .entry-list .page-title {
    font-size: 3.4rem;
  }
}
.type-podcast .entry-title,
.type-podcast .page-title {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .type-podcast .entry-title,
  .type-podcast .page-title {
    margin-bottom: 3rem;
  }
}

.entry-meta,
.posts-grid.overlay-style .entry-header {
  font-size: 1.4rem;
  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 {
  color: var(--primary-color);
}
.entry-meta a:visited,
.posts-grid.overlay-style .entry-header a:visited {
  color: var(--secondary-text-color);
}
.entry-meta .author-gravatar img,
.posts-grid.overlay-style .entry-header .author-gravatar img {
  width: 2rem !important;
  height: 2rem !important;
  margin-right: 0.5rem;
  border-radius: 50%;
  display: inline-block !important;
  vertical-align: middle;
}
.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: '/';
  display: inline-block;
  padding: 0 1rem;
}

.cat-links.cat-bg {
  margin-bottom: 2rem;
  display: inline-block;
}
.cat-links.cat-bg a {
  background-color: var(--primary-color);
  color: var(--white-color);
  display: inline-block;
  line-height: 0;
  padding: 1rem;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 700;
}
@media (min-width: 576px) {
  .cat-links.cat-bg a {
    font-size: 1.2rem;
    padding: 1.2rem;
  }
}
.cat-links.cat-bg a:hover {
  color: var(--white-color);
  opacity: 0.8;
}

.entry-summary {
  font-size: 1.6rem;
  line-height: 2.6rem;
}
.entry-summary p {
  margin-bottom: 1rem;
}

.more-link {
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--primary-color);
  border-bottom: 0.1rem 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: 700;
}
.tag-links a {
  font-size: 1.4rem;
  text-transform: uppercase;
  color: var(--primary-color);
  margin-right: 3rem;
}
.tag-links a:hover {
  color: var(--primary-text-color);
}

/**
 * Post format image
 */
.posts-list .format-image,
.posts-alternate .format-image {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
}
@media (min-width: 576px) {
  .posts-list .format-image,
  .posts-alternate .format-image {
    flex-flow: row wrap;
  }
}
@media (min-width: 576px) {
  .posts-list .format-image,
  .posts-alternate .format-image {
    justify-content: flex-start;
    align-items: flex-end;
  }
}
.posts-list .format-image .entry-header,
.posts-alternate .format-image .entry-header {
  position: absolute;
  margin-bottom: 0;
  padding: 0;
}
@media (min-width: 576px) {
  .posts-list .format-image .entry-header,
  .posts-alternate .format-image .entry-header {
    padding: 4rem;
  }
}
.posts-list .format-image .entry-title,
.posts-list .format-image .page-title,
.posts-alternate .format-image .entry-title,
.posts-alternate .format-image .page-title {
  font-size: 1.8rem;
  line-height: 2.7rem;
}
@media (min-width: 576px) {
  .posts-list .format-image .entry-title,
  .posts-list .format-image .page-title,
  .posts-alternate .format-image .entry-title,
  .posts-alternate .format-image .page-title {
    font-size: 3.6rem;
    line-height: normal;
  }
}
.posts-list .format-image .entry-title a,
.posts-list .format-image .page-title a,
.posts-alternate .format-image .entry-title a,
.posts-alternate .format-image .page-title a {
  color: var(--white-color);
}
.posts-list .format-image .entry-title a:hover,
.posts-list .format-image .page-title a:hover,
.posts-alternate .format-image .entry-title a:hover,
.posts-alternate .format-image .page-title a:hover {
  color: var(--primary-color);
}
.posts-list .format-image .entry-meta,
.posts-list .format-image .posts-grid.overlay-style .entry-header,
.posts-grid.overlay-style .posts-list .format-image .entry-header,
.posts-alternate .format-image .entry-meta,
.posts-alternate .format-image .posts-grid.overlay-style .entry-header,
.posts-grid.overlay-style .posts-alternate .format-image .entry-header {
  color: var(--white-color);
  display: none;
}
@media (min-width: 576px) {
  .posts-list .format-image .entry-meta,
  .posts-list .format-image .posts-grid.overlay-style .entry-header,
  .posts-grid.overlay-style .posts-list .format-image .entry-header,
  .posts-alternate .format-image .entry-meta,
  .posts-alternate .format-image .posts-grid.overlay-style .entry-header,
  .posts-grid.overlay-style .posts-alternate .format-image .entry-header {
    display: block;
  }
}
.posts-list .format-image .entry-meta a,
.posts-list .format-image .posts-grid.overlay-style .entry-header a,
.posts-grid.overlay-style .posts-list .format-image .entry-header a,
.posts-alternate .format-image .entry-meta a,
.posts-alternate .format-image .posts-grid.overlay-style .entry-header a,
.posts-grid.overlay-style .posts-alternate .format-image .entry-header a {
  color: var(--white-color);
}
.posts-list .format-image .entry-meta a:hover,
.posts-list .format-image .posts-grid.overlay-style .entry-header a:hover,
.posts-grid.overlay-style .posts-list .format-image .entry-header a:hover,
.posts-alternate .format-image .entry-meta a:hover,
.posts-alternate .format-image .posts-grid.overlay-style .entry-header a:hover,
.posts-grid.overlay-style .posts-alternate .format-image .entry-header a:hover {
  color: var(--primary-color);
}

/**
 * 404 content
 */
.not-found {
  text-align: center;
}
.not-found-header {
  margin-top: 10rem;
}
.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: 10rem;
  margin-top: 10rem;
}
@media (min-width: 576px) {
  .not-found-content {
    margin-top: 15rem;
  }
}
.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-right: 2rem;
  margin-bottom: 2rem;
}
@media (min-width: 576px) {
  .not-found .search-field {
    width: calc(100vh - 30rem);
    margin-bottom: 0;
  }
}

/*------------------------------------*
	$MODULES
*------------------------------------*/
/**
 * Modules
 */
.page-loading {
  position: fixed;
  left: 0;
  right: 0px;
  top: 0;
  bottom: 0px;
  background-color: var(--white-color);
  z-index: 99999;
  height: 100%;
}

.loader {
  position: absolute;
  margin: -25px 0 0 -25px;
  width: 50px;
  top: 50%;
  left: 50%;
}

.loader:before {
  content: '';
  display: block;
  padding-top: 100%;
}

.woocommerce .loader::before {
  background: none !important;
  position: static !important;
}

.circular {
  -webkit-animation: rotate 2s linear infinite;
  animation: rotate 2s linear infinite;
  height: 100%;
  transform-origin: center center;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  stroke: #201f22;
  -webkit-animation: dash 1.5s ease-in-out infinite;
  animation: dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
}

@-webkit-keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
.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;
  box-shadow: 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: 700;
}
.popup-content .search-field::-moz-placeholder {
  color: var(--black-color);
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
}
.popup-content .search-field:-ms-input-placeholder {
  color: var(--black-color);
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
}
.popup-content .search-field:-moz-placeholder {
  color: var(--black-color);
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
}
.popup-content .search-field:focus {
  background: transparent;
}

button.mfp-close {
  opacity: 1;
  color: var(--white-color);
  background-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: rgba(249, 249, 249, 0.85);
}

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

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

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

.popup-fade.mfp-wrap .mfp-content {
  opacity: 0;
  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 {
  order: 1;
}
@media (min-width: 768px) {
  .featured .featured-layout-default .featured-content {
    order: 0;
  }
}
.featured .featured-layout-default .thumbnail {
  order: 0;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .featured .featured-layout-default .thumbnail {
    order: 1;
    margin-bottom: 0;
  }
}
.featured .featured-layout-left-image .featured-content {
  order: 1;
}
.featured .featured-layout-left-image .thumbnail {
  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 {
  flex: 0 0 40.1709401709%;
}
.featured .featured-layout-default .thumbnail,
.featured .featured-layout-left-image .thumbnail {
  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%;
  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 {
  justify-content: 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 {
  justify-content: space-between;
  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%;
  transform: translateY(-50%);
  width: 1rem;
  margin: 0;
  word-wrap: break-word;
  white-space: pre-wrap;
  font-size: 1.2rem;
  font-weight: 700;
  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: 0.1rem;
  height: 3rem;
  margin-left: 0.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: flex;
  flex-flow: column wrap;
}
@media (min-width: 576px) {
  .featured-categories {
    flex-flow: row wrap;
  }
}
.featured-categories.featured-categories-layout-grid {
  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 {
    flex: 0 0 48.7179487179%;
  }
}
@media (min-width: 768px) {
  .featured-categories.featured-categories-layout-grid .featured-category {
    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;
  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%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: calc(100% - 5rem);
}
.featured-categories.featured-categories-layout-modern .featured-category {
  display: flex;
  flex-flow: column wrap;
  flex: 0 0 50%;
  margin-bottom: 3rem;
}
@media (min-width: 576px) {
  .featured-categories.featured-categories-layout-modern .featured-category {
    flex-flow: row 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 {
    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 {
    flex: 0 0 50%;
  }
}
.featured-categories.featured-categories-layout-modern
  .featured-category-content {
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: var(--secondary-color);
  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: 700;
  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: 1rem;
}
.mc4wp-form p input[type='text'],
.mc4wp-form p input[type='email'] {
  width: 100%;
}

/**
 * Grid posts
 */
.grid-posts .posts-small {
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
}
@media (min-width: 576px) {
  .grid-posts .posts-small {
    flex-flow: row wrap;
  }
}
@media (min-width: 576px) {
  .grid-posts .entry {
    flex: 0 0 48.7179487179%;
  }
}
@media (min-width: 768px) {
  .grid-posts .entry {
    flex: 0 0 23.0769230769%;
  }
}

/**
 * Promo boxes
 */
.promo-boxes {
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
}
@media (min-width: 576px) {
  .promo-boxes {
    flex-flow: row wrap;
  }
}
@media (min-width: 576px) {
  .promo-boxes .promo-box {
    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);
  transition: border 200ms ease-in-out;
}
.promo-boxes .promo-box-link:hover {
  color: var(--primary-color);
  opacity: 0.7;
}
.promo-boxes .promo-box-title-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  display: block;
  background-color: var(--white-color);
  padding: 0.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: flex;
  flex-flow: column wrap;
  justify-content: space-between;
}
@media (min-width: 576px) {
  .related-posts .posts-small {
    flex-flow: row wrap;
  }
}
.related-posts .entry {
  flex: 0 0 31.0344827586%;
  margin-bottom: 3rem;
}

/**
 * Posts pagination
 */
.pagination {
  padding-top: 2rem;
  margin-bottom: 3rem;
  flex: 0 0 100%;
  /**
  * Older / Newer
  */
  /**
  * Number
  */
}
.pagination .nav-page {
  justify-content: flex-end;
}
.pagination .nav-page a {
  font-size: 1.8rem;
  letter-spacing: 0;
  position: relative;
  color: var(--white-color);
}
.pagination .nav-page a:hover {
  color: var(--primary-color);
}
.pagination .nav-newer {
  flex: 1;
  order: 0;
}
.pagination .nav-newer a::after {
  content: '';
  border-bottom: 0.1rem solid var(--border-color);
  width: 3rem;
  display: inline-block;
  vertical-align: super;
  margin-left: 1.6rem;
}
.pagination .nav-older {
  flex: 1;
  order: 1;
  text-align: right;
}
.pagination .nav-older a::before {
  content: '';
  border-bottom: 0.1rem solid var(--border-color);
  width: 3rem;
  display: inline-block;
  vertical-align: super;
  margin-right: 1.6rem;
}
.pagination .page-numbers {
  letter-spacing: 0;
  padding: 0.7rem 1.3rem 0.4rem;
  color: var(--white-color);
  background-color: var(--primary-color);
  border-radius: 0.3rem;
}
.pagination .page-numbers:hover {
  background-color: var(--black-color);
  color: var(--white-color);
}
.pagination .page-numbers.current {
  color: var(--white-color);
  background-color: var(--black-color);
}

/**
 * Post pagination
 */
.post-pagination {
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
  margin-top: 6rem;
  margin-bottom: 6rem;
  word-break: break-all;
}
@media (min-width: 576px) {
  .post-pagination {
    flex-flow: row wrap;
  }
}
.post-pagination .post-detail {
  overflow: hidden;
}
.post-pagination .post-detail span {
  display: inline-block;
  font-size: 1.2rem;
  color: var(--primary-text-color);
  text-transform: uppercase;
}
.post-pagination .post-detail a {
  font-size: 1.8rem;
  display: block;
  color: var(--primary-color);
}
.post-pagination .post-detail a:hover {
  color: var(--primary-text-color);
}

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

.next-post {
  text-align: right;
}
@media (min-width: 576px) {
  .next-post {
    width: 48.275862069%;
  }
}
.next-post .arrow {
  margin-left: 0.5rem;
}

/**
 * Author biography
 */
.author-bio {
  justify-content: space-between;
  background-color: var(--primary-color-alt);
  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;
    flex: 0 0 13.7931034483%;
  }
}
.author-bio .author-avatar img {
  border-radius: 50%;
}
@media (min-width: 700px) {
  .author-bio .description {
    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;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  font-size: 2rem;
}
.back-to-top:visited {
  color: var(--white-color);
}
.back-to-top:visited:hover {
  color: var(--white-color);
}
.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: 0.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);
}

/**
 * Coupon
 */
.coupon-wrapper {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.coupon-wrapper .coupon-title {
  font-size: 2rem;
  margin-right: 2rem;
  font-weight: 700;
}
.coupon-wrapper .click {
  color: #777;
  font-size: 1.3rem;
  margin-left: 1.5rem;
}
.coupon-wrapper form {
  display: inline-block;
}
.coupon-wrapper form .coupon-code {
  background-color: transparent;
  border: 0.2rem dashed var(--primary-color);
  border-radius: 0.5rem;
  color: #333;
  display: inline-block;
  line-height: 3.6rem;
  padding: 0 1.5rem;
  font-size: 1.5rem;
  font-weight: 700;
}
.coupon-wrapper form .coupon-code:hover {
  border-style: solid;
}
.coupon-wrapper form .fa {
  padding-right: 1rem;
}

/**
 * Review
 */
.entry-content .review-wrapper {
  margin-bottom: 4rem;
  background-color: var(--secondary-color);
}

.review-heading {
  margin: 0;
  font-size: 2rem;
  text-transform: uppercase;
  padding: 2.5rem 4rem;
  background-color: var(--primary-color);
  color: var(--white-color);
}

.review-features {
  border-bottom: 1px solid var(--border-color);
  padding: 3rem 4rem !important;
}
.review-features li {
  margin-bottom: 2rem;
}
.review-features .review-txt {
  line-height: 2;
  font-size: 1.4rem;
  font-weight: 700;
}
.review-features .review-txt .name {
  float: left;
  text-transform: uppercase;
}
.review-features .review-txt .score {
  float: right;
}

.point-type .review-bar,
.percentage-type .review-bar {
  background-color: var(--white-color);
  height: 2.1rem;
}
.point-type .review-bar .bar,
.percentage-type .review-bar .bar {
  background-color: var(--primary-color);
  display: block;
  height: 2.1rem;
  position: relative;
}
.point-type .review-bar .bar::before,
.percentage-type .review-bar .bar::before {
  content: '';
}

.star-type li {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 1.2rem;
}
.star-type li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.star-type .score {
  display: none;
}
.star-type .review-txt {
  float: left;
}
.star-type .review-bar {
  position: relative;
  line-height: 0;
  float: right;
}
.star-type .review-bar::before,
.star-type .bar::before {
  content: '\f005\f005\f005\f005\f005';
  display: inline-block;
  font: normal normal normal 16px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #d8d8d8;
  margin-right: -4px;
  letter-spacing: 5px;
  font-size: 1.8rem;
}
.star-type .bar {
  color: inherit;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 1em;
  overflow: hidden;
  font-size: 1.8rem;
}
.star-type .bar::before {
  position: absolute;
  top: 0;
  left: 0;
  color: #fcb314;
}

.review-footer {
  justify-content: space-between;
}

.review-desc {
  flex: 0 0 70%;
  font-size: 1.6rem;
  line-height: 1.5;
  padding: 2.5rem;
  border-bottom: 1px solid var(--border-color);
}
@media (min-width: 567px) {
  .review-desc {
    border-right: 1px solid var(--border-color);
    border-bottom: 0;
    padding: 2.5rem 2.5rem 2.5rem 0;
  }
}
.review-desc p:last-child {
  margin-bottom: 0;
}

.aff-btn {
  color: var(--primary-text-color);
  display: inline-block;
  padding: 1.5rem 3rem;
}
.aff-btn:visited {
  color: var(--primary-text-color);
}
.aff-btn:visited:hover,
.aff-btn:hover {
  color: var(--white-color);
}

.total-score {
  overflow: hidden;
  padding: 2.5rem;
  text-align: center;
}
.total-score .total {
  display: inline-block;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 8rem;
}
.total-score .total-txt {
  display: block;
  font-size: 1.1rem;
  font-weight: 700;
  text-transform: uppercase;
}

.review-score {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: var(--primary-color);
  color: var(--white-color);
  padding: 1rem 1.2rem;
  line-height: 1;
  text-align: center;
}
.review-score .total {
  display: block;
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 0.3rem;
}
.review-score .total-txt {
  font-size: 1.2rem;
  text-transform: uppercase;
}

/*------------------------------------*
	$FOOTER
*------------------------------------*/
.footer-branding {
  margin: 5rem 0;
  text-align: center;
}

.footer-text {
  margin: auto;
  padding: 2rem;
  font-size: 1.4rem;
  text-align: center;
}
.footer-text .container {
  justify-content: space-between;
}
.footer-text .copyright {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .footer-text .copyright {
    flex: 0 0 48.7179487179%;
    margin-bottom: 0;
  }
}
.footer-text a {
  font-weight: 700;
}
.footer-text a:visited:hover {
  color: var(--primary-color);
}
.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: flex;
  flex-flow: column wrap;
  justify-content: space-between;
}
@media (min-width: 576px) {
  .comment-container {
    flex-flow: row wrap;
  }
}
@media (min-width: 576px) {
  .comment-container .comment-avatar {
    flex: 0 0 13.7931034483%;
  }
  .comment-container .comment-body {
    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: 700;
  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: 0.1rem solid;
}

.comment-reply-link {
  font-size: 1.2rem;
  text-transform: uppercase;
  position: relative;
  top: auto;
  right: auto;
  display: inline-block;
  padding-top: 2rem;
  transition: color 0.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: 700;
  text-transform: uppercase;
  line-height: 1;
  display: inline-block;
  margin-bottom: 2rem;
  padding: 0.4rem 0.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: calc(var(--line-height) * 3);
  margin-top: 4rem;
  word-break: break-all;
}
@media (min-width: 800px) {
  .comments-area {
    margin-bottom: 3rem;
  }
}

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

form.comment-form label {
  font-size: 1.2rem;
  font-weight: 700;
  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;
}
form.comment-form .comment-form-cookies-consent {
  clear: both;
}
form.comment-form .comment-form-cookies-consent #wp-comment-cookies-consent {
  margin-right: 0.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 1rem;
  background-color: var(--secondary-color);
}
.page-template-home-podcast .sidebar-footer {
  background-color: transparent;
}
@media (min-width: 567px) {
  .sidebar-footer .container {
    width: 82.905982906%;
  }
}
@media (min-width: 992px) {
  .sidebar-footer .container {
    width: 48.7179487179%;
  }
}
.sidebar-footer .widget {
  margin-bottom: 2rem;
}
.sidebar-footer .widget a {
  color: var(--primary-text-color);
  letter-spacing: 0;
  font-weight: 700;
}
.sidebar-footer .widget a:visited {
  color: var(--primary-text-color);
  font-weight: 700;
}
.sidebar-footer .widget a:hover {
  color: var(--primary-color);
}
.sidebar-footer .widget li a {
  font-weight: 400;
}
.sidebar-footer .widget li a:visited {
  font-weight: 400;
}
.sidebar-footer .menu-social-container {
  text-align: left;
}

.widget {
  margin-bottom: 6rem;
  word-break: break-word;
}
.widget li {
  padding: 0.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: 0.1rem solid;
}
.widget a {
  color: var(--primary-text-color);
}
.widget a:hover {
  color: var(--primary-color);
}

.widget-title {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.8rem;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--primary-color);
  position: relative;
}

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

.widget_categories ul,
.widget_archive ul {
  display: flex;
  flex-flow: row wrap;
}
.widget_categories li,
.widget_archive li {
  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: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 4.8rem;
  margin-left: 0.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: 0.5rem;
  margin-bottom: 0.5rem;
  padding: 0.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-tj-contact-info .contact-info-widget li i,
.elementor-widget .contact-info-widget li i {
  color: var(--primary-text-color);
  border-color: var(--primary-text-color);
}
.widget-tj-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-tj-contact-info .contact-info-widget li.skype a:hover,
.elementor-widget .contact-info-widget li.skype a:hover {
  background-color: var(--primary-text-color);
}
.widget-tj-contact-info .contact-info-widget li .tj-contact-title,
.elementor-widget .contact-info-widget li .tj-contact-title {
  color: inherit;
}
.sidebar-footer .widget-tj-contact-info li i,
.sidebar-footer .elementor-widget li i {
  color: var(--primary-text-color);
  border-color: var(--primary-text-color);
}
.sidebar-footer .widget-tj-contact-info .contact-info-widget .tj-contact-title,
.sidebar-footer .elementor-widget .contact-info-widget .tj-contact-title {
  color: var(--primary-text-color);
}

.widget-tj-recent-posts .tj-recent-posts li {
  border-color: var(--border-color);
  align-items: flex-start;
  margin-top: 0;
}
.widget-tj-recent-posts .tj-recent-posts .recent-posts-info {
  color: inherit;
}
.widget-tj-recent-posts .tj-recent-posts .recent-posts-comments a {
  color: inherit;
}
.widget-tj-recent-posts .tj-recent-posts .recent-posts-comments a:hover {
  color: var(--primary-color);
}

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

.widget-tj-social .tj-social-icons.style-light a {
  color: var(--primary-text-color);
  border-color: var(--border-color);
}
.widget-tj-social .tj-social-icons.style-dark a {
  color: var(--primary-text-color);
  border-color: var(--border-color);
}

/**
 * Tag cloud
 */
.widget-tj-tags .tagcloud a {
  border-color: var(--border-color);
  background-color: transparent;
  color: var(--primary-text-color);
}
.widget-tj-tags .tagcloud a:hover {
  border-color: var(--primary-color);
  background-color: transparent;
  color: var(--primary-color);
}

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

/*------------------------------------*
	$GUTENBERG
*------------------------------------*/
.entry-content figure {
  margin: 0 0 3rem;
}
@media (min-width: 768px) {
  .entry-content > .alignwide {
    margin: 3.2rem calc(25% - 25vw);
    max-width: 100vw;
  }
}
.entry-content > .alignfull {
  margin: 3.2rem calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
}
.entry-content ul,
.entry-content ol {
  margin: var(--font-size) 0;
  padding: 0 0 0 var(--line-height);
}
.entry-content blockquote {
  font-style: italic;
  margin: var(--line-height) 4rem;
  padding-left: 2rem;
  color: #777;
  border-left: 0.3rem solid #555;
}
.entry-content blockquote cite {
  position: relative;
  display: block;
  padding: 1rem 0 0 2rem;
  color: #555;
}
.entry-content blockquote cite:before {
  position: absolute;
  left: 0;
  content: '\2014';
}
.entry-content q:before,
.entry-content q:after,
.entry-content blockquote:before,
.entry-content blockquote:after {
  content: '';
}
.entry-content .wp-block-gallery ul {
  padding-left: 0;
  margin-bottom: 0;
}

.wp-block-video video {
  max-width: 100%;
}

.wp-block-image img {
  display: block;
}

.wp-block-image.alignleft,
.wp-block-image.alignright {
  width: 100%;
}

.wp-block-image.alignfull img {
  width: 100vw;
}

.wp-block-gallery:not(.components-placeholder) {
  margin: 1.5em auto;
}

.wp-block-cover-text p {
  padding: 1.5em 1.4rem;
}

ul.wp-block-latest-posts.alignwide,
ul.wp-block-latest-posts.alignfull,
ul.wp-block-latest-posts.is-grid.alignwide,
ul.wp-block-latest-posts.is-grid.alignwide {
  padding: 0 1.4rem;
}

.wp-block-table {
  display: block;
  overflow-x: auto;
}

.wp-block-table table {
  border-collapse: collapse;
  width: 100%;
}

.wp-block-table td,
.wp-block-table th {
  padding: 0.5em;
}

.wp-block-embed.type-video > .wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}

.wp-block-embed.type-video > .wp-block-embed__wrapper > iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.wp-block-quote.is-large {
  margin: 0 auto 1.6rem;
}

.wp-block-pullquote > p:first-child {
  margin-top: 0;
}

.wp-block-separator {
  margin: 3em auto;
  padding: 0;
}

@media screen and (min-width: 768px) {
  .wp-block-cover-text p {
    padding: 1.5em 0;
  }

  .entry-content > * {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/*--------------------------------------------------------------
# Block Color Palette Colors
--------------------------------------------------------------*/
.has-blue-color {
  color: var(--primary-color);
}

.has-blue-background-color {
  background-color: var(--primary-color);
}

.has-light-gray-color {
  color: var(--secondary-color);
}

.has-light-gray-background-color {
  background-color: var(--secondary-color);
}

.has-very-dark-gray-color {
  color: var(--black-color);
}

.has-very-dark-gray-background-color {
  background-color: var(--black-color);
}

/*--------------------------------------------------------------
# Block Color Palette Colors
--------------------------------------------------------------*/
.has-small-font-size {
  font-size: 1.4rem;
  line-height: 2.3rem;
}

.has-normal-font-size {
  font-size: 1.7rem;
  line-height: 2.6rem;
}

.has-medium-font-size {
  font-size: 2.4rem;
  line-height: 3.8rem;
}

.has-large-font-size {
  font-size: 3.6rem;
  line-height: 5.4rem;
}

.has-huge-font-size {
  font-size: 4.8rem;
  line-height: 7.2rem;
}

/*------------------------------------*
	$CF7
*------------------------------------*/
/*------------------------------------*
	$PODCAST
*------------------------------------*/
.single-podcast .entry-header .entry-title,
.single-podcast .entry-header .page-title {
  margin-top: 0;
  margin-bottom: 3rem;
  font-size: 3rem;
}
@media (min-width: 768px) {
  .single-podcast .entry-header .entry-title,
  .single-podcast .entry-header .page-title {
    font-size: 4rem;
  }
}
.single-podcast .post-thumbnail {
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
  .single-podcast .entry-header,
  .single-podcast .entry-content,
  .single-podcast .entry-footer,
  .single-podcast .comments-area {
    width: 75%;
    margin: 0 auto;
  }
}
.single-podcast .podcast_meta {
  font-size: 1.4rem;
  margin-top: 1rem;
  color: var(--secondary-text-color);
  margin-bottom: 1.5rem;
}
.single-podcast .podcast_meta p {
  margin-bottom: 0.5rem;
}

.page-template-home-podcast .podcast_meta,
.page-template-home-podcast
  .ssp-player.ssp-player-large
  .ssp-album-art-container,
.page-template-home-podcast .cat-links,
.post-type-archive-podcast .podcast_meta,
.post-type-archive-podcast
  .ssp-player.ssp-player-large
  .ssp-album-art-container,
.post-type-archive-podcast .cat-links,
.elementor-widget-container .podcast_meta,
.elementor-widget-container
  .ssp-player.ssp-player-large
  .ssp-album-art-container,
.elementor-widget-container .cat-links {
  display: none;
}

.elementor-widget-container .type-podcast {
  margin-bottom: 4rem;
}

.podcast_player .mejs-container,
.podcast_player .mejs-container .mejs-controls,
.podcast_player .mejs-embed,
.podcast_player .mejs-embed body {
  background: #2910d2;
  border-radius: 5px;
}
.podcast_player
  .mejs-controls
  .mejs-horizontal-volume-slider
  .mejs-horizontal-volume-total,
.podcast_player .mejs-controls .mejs-time-rail .mejs-time-total {
  background: var(--white-color);
}
.podcast_player .mejs-controls .mejs-time-rail .mejs-time-current {
  background: #ccc;
}

.entry-summary .podcast_player {
  margin-bottom: 2.5rem;
}

@media (min-width: 768px) {
  .type-podcast .entry-wrapper {
    padding: 3rem 6rem 3rem 3rem;
  }
}
.type-podcast h4 {
  background-color: var(--primary-color);
  color: var(--white-color);
  display: inline-block;
  padding: 0.1rem 1rem;
  font-size: 1.4rem;
  text-transform: uppercase;
}

.latest-podcast {
  background-color: var(--black-color);
  padding: 2rem 0 3rem;
  margin-bottom: 4rem;
}
@media (min-width: 992px) {
  .latest-podcast {
    padding: 6rem 0;
  }
}
.latest-podcast .entry {
  margin-bottom: 0;
}
.latest-podcast .post-thumbnail {
  order: 1;
  display: none;
}
@media (min-width: 768px) {
  .latest-podcast .post-thumbnail {
    display: block;
  }
}
.latest-podcast .entry-wrapper {
  order: 0;
}
.latest-podcast .entry-title,
.latest-podcast .page-title {
  font-size: 2.8rem;
}
@media (min-width: 768px) {
  .latest-podcast .entry-title,
  .latest-podcast .page-title {
    font-size: 4rem;
  }
}
.latest-podcast .entry-title a,
.latest-podcast .page-title a {
  color: var(--white-color);
}
.latest-podcast .entry-title a:hover,
.latest-podcast .page-title a:hover {
  color: var(--primary-color);
}
.latest-podcast .entry-summary {
  color: var(--white-color);
}
.latest-podcast .podcast_player {
  margin-bottom: 3rem;
}
.latest-podcast .more-link {
  color: var(--white-color);
}
.latest-podcast .more-link:hover {
  color: var(--primary-color);
  border-color: var(--primary-color);
}

.more-btn {
  margin: auto;
}
.more-btn .more-episodes {
  display: inline-block;
}

.browse-episodes {
  background-color: var(--primary-color);
  color: var(--white-color);
  display: inline-block;
  padding: 0.4rem 1.4rem 0.2rem;
  font-size: 1.6rem;
  text-transform: uppercase;
  margin-bottom: 4rem;
}

.recent-news {
  background-color: var(--secondary-color);
  padding: 3rem 0 1rem;
  margin-top: 4rem;
}
