@charset "UTF-8";
/*!
Theme Name: ThemezHut
Theme URI: http://themezhut.com/
Author: ThemezHut Themes
Author URI: https://themezhut.com
Description: Description
Version: 5.0.7
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: themezhut
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

ThemezHut is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Layout
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
:root {
  /*#82b440*/
  --th-buy-btn-color: #25AD97;
  /*#098D77*/
  --th-buy-btn-hover-color: #098D77;
  /*#0084B4*/
  --th-action-btn-color: #3F6EA0;
  /*#00719b*/
  --th-action-btn-hover-color: #2A2C2B;
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | 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 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * 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 */
  white-space: pre-wrap;
}

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

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #444444;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  clear: both;
  color: #000;
  font-weight: bold;
  margin: 1em 0;
}

h1 {
  font-size: 24px;
  font-size: 1.5rem;
}

h2 {
  font-size: 22px;
  font-size: 1.375rem;
}

h3 {
  font-size: 20px;
  font-size: 1.25rem;
}

h4 {
  font-size: 18px;
  font-size: 1.125rem;
}

h5 {
  font-size: 18px;
  font-size: 1.125rem;
}

h6 {
  font-size: 16px;
  font-size: 1rem;
}

p {
  margin: 0 0 1em;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr, acronym {
  border-bottom: 1px dotted #ddd;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

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

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff; /* Fallback for when there is no custom background color defined. */
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul, ol {
  margin: 0 0 30px 40px;
  padding: 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto; /* Make sure images are scaled correctly. */
  max-width: 100%; /* Adhere to container width. */
}

figure {
  margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table, th, td {
  border: 1px solid #ededed;
}

table {
  border-collapse: collapse;
  margin: 0 0 1.5em;
  width: 100%;
}

th {
  font-size: 16px;
  font-size: 1rem;
  background: #f8f8f8;
  font-weight: bold;
  padding: 10px 15px;
  text-align: left;
}

td {
  padding: 10px 15px;
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 576px) {
  .container {
    padding: 0 20px;
  }
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1130px;
  }
}
.container-fluid {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.clearfix:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
  zoom: 1;
  height: 0;
}

.th-col-4,
.th-col-6,
.th-col-8 {
  width: 100%;
}

@media (min-width: 992px) {
  .th-col-6 {
    width: 50%;
    float: left;
  }
  .th-col-4 {
    width: 33.333333%;
    float: left;
  }
  .th-col-8 {
    width: 66.666667%;
    float: left;
  }
}
@media (max-width: 992px) {
  .site-header .container {
    position: relative;
  }
}
.th-row {
  margin: 0 -20px;
}

.footer-widget-area .th-col-4 {
  padding: 0 20px;
}

.search .content-area,
.archive .content-area,
.single .content-area,
.blog .content-area {
  width: 100%;
  line-height: 1.7;
}
@media (min-width: 992px) {
  .search .content-area,
  .archive .content-area,
  .single .content-area,
  .blog .content-area {
    width: 68.1415929204%;
    float: left;
  }
}

.search .widget-area,
.archive .widget-area,
.single .widget-area,
.blog .widget-area {
  width: 100%;
  float: none;
}
@media (min-width: 992px) {
  .search .widget-area,
  .archive .widget-area,
  .single .widget-area,
  .blog .widget-area {
    width: 27.4336283186%;
    overflow: hidden;
    margin-left: 4.4247787611%;
    float: right;
  }
}

.tax-th_theme_type .content-area,
.post-type-archive-thd_themes .content-area {
  width: 100%;
}

.th-docs-menu {
  width: 100%;
  float: none;
  border: 1px solid #e1e8ed;
}
@media (min-width: 992px) {
  .th-docs-menu {
    width: 25%;
    float: left;
  }
}
.th-docs-menu h4 {
  margin: 0 0 15px;
  padding: 15px 20px;
  border-bottom: 1px solid #e1e8ed;
  background: #f5f5f5;
  text-align: center;
}
.th-docs-menu ol {
  margin-left: 40px;
}
.th-docs-menu ol li {
  padding: 8px 0;
  font-weight: bold;
  color: #000 !important;
}
.th-docs-menu ol li a {
  color: #000 !important;
}
.th-docs-menu ol li a:hover {
  color: #3f6ea0 !important;
}

.th-docs-content {
  width: 100%;
  float: none;
}
@media (min-width: 992px) {
  .th-docs-content {
    width: 75%;
    float: left;
    padding-left: 40px;
  }
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type=button],
input[type=reset],
input[type=submit] {
  background: var(--th-action-btn-color);
  border: none;
  color: #ffffff;
  border-radius: 3px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  padding: 15px 40px;
  text-decoration: none;
  cursor: pointer;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  background: #2A2C2B;
  text-decoration: none;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  background: #2A2C2B;
  text-decoration: none;
}
@media (max-width: 992px) {
  button,
  input[type=button],
  input[type=reset],
  input[type=submit] {
    padding: 15px 30px;
  }
}
@media (max-width: 768px) {
  button,
  input[type=button],
  input[type=reset],
  input[type=submit] {
    padding: 15px 20px;
  }
}

.th-btn {
  background: var(--th-action-btn-color);
  border: none;
  color: #ffffff;
  border-radius: 3px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  padding: 15px 40px;
  text-decoration: none;
  display: inline-block;
}
.th-btn:hover {
  color: #fff;
  background: #2A2C2B;
  text-decoration: none;
}
.th-btn:active, .th-btn:focus {
  color: #fff;
  background: #2A2C2B;
  text-decoration: none;
}
.th-btn:visited {
  color: #fff;
}
@media (max-width: 992px) {
  .th-btn {
    padding: 15px 30px;
  }
}
@media (max-width: 768px) {
  .th-btn {
    padding: 15px 20px;
  }
}

.th-btn.th-cta-btn {
  padding: 22px 40px;
  font-size: 18px;
  font-size: 1.125rem;
}
@media (max-width: 992px) {
  .th-btn.th-cta-btn {
    padding: 15px 30px;
    font-size: 16px;
    font-size: 1rem;
  }
}

.edd-submit {
  height: 44px;
  line-height: 44px;
  padding: 0 28px;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  background: var(--th-buy-btn-color) !important;
  border-radius: 5px;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  margin: 35px 0;
  border: none !important;
}
.edd-submit:active, .edd-submit:visited {
  color: #ffffff;
}
.edd-submit:hover {
  color: #ffffff;
  background: var(--th-buy-btn-hover-color) !important;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #444;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 8px;
  font-family: "Montserrat", sans-serif;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ddd;
  font-family: "Montserrat", sans-serif;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #21759b;
  text-decoration: none;
}
a:visited {
  color: #00719b;
}
a:hover, a:focus, a:active {
  color: #444;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

.woocommerce a {
  color: #000;
}
.woocommerce a:hover, .woocommerce a:focus, .woocommerce a:active {
  color: #3f6ea0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.home .site-header {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 9999;
  border: none;
}

.site-header {
  border-bottom: 1px solid #e1e8ed;
}

.th-my-account-btn.menu-item a {
  background: #4dabe1;
  /*background: var(--th-action-btn-color);*/
  color: #fff;
  padding: 10px 15px;
  margin: 10px 0 0 5px;
  border-radius: 5px;
}
.th-my-account-btn.menu-item a:active, .th-my-account-btn.menu-item a:focus {
  background: #3f6ea0;
  color: #fff !important;
}
.th-my-account-btn.menu-item a:visited {
  color: #fff !important;
}
.th-my-account-btn.menu-item a:hover {
  background: #3f6ea0;
  color: #fff !important;
}

.home .th-my-account-btn.menu-item a {
  background: #3f6ea0;
}
.home .th-my-account-btn.menu-item a:hover {
  background: #4dabe1;
}

.home.admin-bar .site-header {
  top: 32px;
}

.site-branding {
  height: 95px;
  float: left;
}

.site-title {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: bold;
  line-height: 1;
  margin: 34px 0;
  font-family: "Montserrat", sans-serif;
}
.site-title a {
  color: #000;
}

.home .site-title a {
  color: #fff;
}

.site-description {
  display: none;
}

.main-navigation {
  max-width: 100%;
  margin: 15px 0;
  line-height: 25px;
  float: right;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 15px;
  font-size: 0.9375rem;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
  background: #fff;
  padding: 10px 0;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  left: 100%;
}
.main-navigation ul ul a {
  width: 200px;
  padding: 5px 20px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  float: left;
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
  padding: 20px 15px;
  color: #000;
}
.main-navigation a:hover {
  color: #3f6ea0;
}
.main-navigation .menu-item-has-children > a:after,
.main-navigation .page_item_has_children > a:after {
  display: inline-block;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  content: "\f0d7";
  font-size: 12px;
  margin: 1px 0 0 10px;
  font-weight: 900;
}

.home .main-navigation ul > li > a {
  color: #ffffff;
}
.home .main-navigation ul > li > a:hover {
  color: #3f6ea0;
}

.home .main-navigation ul ul li a {
  color: #000;
}
.home .main-navigation ul ul li a:hover {
  color: #3f6ea0;
}

/* Small menu. */
.menu-toggle {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  padding: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 22.5px;
}
@media screen and (max-width: 576px) {
  .menu-toggle {
    margin-right: 20px;
  }
}

.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 992px) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
}
@media screen and (max-width: 992px) {
  .main-navigation {
    width: 100%;
    margin: 0;
  }
  .main-navigation.toggled {
    margin-bottom: 40px;
  }
  .main-navigation.toggled .th-my-account-btn.menu-item a:hover,
  .main-navigation.toggled .th-my-account-btn.menu-item a:visited {
    color: #fff !important;
  }
  .main-navigation.toggled ul {
    background: #f5f5f5;
  }
  .main-navigation.toggled a {
    padding: 10px 20px;
    color: #000 !important;
  }
  .main-navigation.toggled a:hover {
    color: #3f6ea0 !important;
  }
  .main-navigation.toggled li {
    float: none;
    border-top: 1px solid #eee;
  }
  .main-navigation.toggled ul ul {
    display: block;
    position: relative;
    left: auto;
    box-shadow: none;
    float: none;
    padding-top: 0;
    padding-bottom: 0;
  }
  .main-navigation.toggled ul ul a {
    width: 100%;
  }
  .main-navigation.toggled ul ul li {
    padding-left: 2em;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

.main-navigation .menu-toggle .fa-times {
  display: none;
}

.main-navigation.toggled .menu-toggle .fa-bars {
  display: none;
}

.main-navigation.toggled .menu-toggle .fa-times {
  display: inline;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.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;
  -webkit-clip-path: none;
          clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  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. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget-area {
  padding: 20px;
  background: #fff;
  border: 1px solid #e1e8ed;
}

.bbpress .widget-area {
  background: #f5f5f5;
}

.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

.widget_search input[type=search] {
  width: 70%;
  float: left;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.widget_search .search-submit {
  width: 30%;
  padding: 14px;
  font-size: 15px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.site-content {
  padding-bottom: 50px;
}

.search .site-content,
.archive .site-content,
.single .site-content,
.blog .site-content {
  background: #f5f5f5;
  padding-top: 50px;
}

.bbpress .site-content,
.tax-th_theme_type .site-content,
.single-thd_themes .site-content,
.post-type-archive .site-content {
  background: #fff;
  padding-top: 0;
}

.home .site-content {
  padding-top: 0;
  padding-bottom: 0;
}

#infinite-footer {
  display: none !important;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.site-info {
  background: #2A2C2B;
  line-height: 30px;
  padding: 25px 0;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 1px;
  text-align: center;
}
.site-info p {
  margin: 0;
}

.ispan {
  font-family: "Lora", serif;
  font-size: 21.008px;
  font-size: 1.313rem;
  font-weight: normal;
  font-style: italic;
}

/*
Banner
*/
.featured-banner {
  width: 100%;
  position: relative;
  text-align: center;
  color: #fff;
}

.front-banner {
  background-color: #000;
  width: 100%;
  overflow: hidden;
  clear: both;
}

.front-banner img {
  width: 100%;
  float: left;
}

.front-banner .th-btn {
  margin-top: 41px;
  font-weight: normal;
}
.front-banner .th-btn:after {
  content: "\f054";
  display: inline-block;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-size: 13px;
  margin: 0px 0 0 10px;
  font-weight: 900;
}

.th-banner-title {
  position: absolute;
  top: 35%;
  left: 0;
  text-align: center;
  width: 100%;
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}
.th-banner-title p {
  margin: 0;
}
.th-banner-title .ispan {
  font-size: 24px;
  font-size: 1.5rem;
}
.th-banner-title .ispan-large {
  font-size: 36px;
  font-size: 2.25rem;
}

@media (max-width: 992px) {
  .th-banner-title {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .th-banner-title .ispan {
    font-size: 20.8px;
    font-size: 1.3rem;
  }
  .th-banner-title .ispan-large {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) {
  .th-banner-title {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .th-banner-title .ispan {
    font-size: 16px;
    font-size: 1rem;
  }
  .th-banner-title .ispan-large {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media (max-width: 576px) {
  .th-banner-title p {
    display: none;
  }
}
.th-browser {
  background: #fff;
  position: relative;
  width: 100%;
  height: 20px;
  border-bottom: 1px solid #e5e5e5;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.th-browser:before {
  content: "•••";
  display: block;
  padding-left: 10px;
  line-height: 20px;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  letter-spacing: 0.2em;
  color: #bbb;
}

/*
 Themes Section
 */
.front-themes-section {
  padding: 71px 0;
  overflow: hidden;
  clear: both;
}

.themes-intro {
  margin: 0 0 40px;
}
@media (min-width: 992px) {
  .themes-intro {
    margin-right: 98px;
  }
}
.themes-intro h3 {
  font-size: 27.008px;
  font-size: 1.688rem;
  margin: 5px 0 45px;
  font-weight: 500;
}
.themes-intro p {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.7;
  margin-bottom: 45px;
}
.themes-intro a.view-all-link {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  color: #000000;
  font-weight: 500;
}
.themes-intro a.view-all-link:hover {
  color: #3f6ea0;
}

.front-themebox {
  margin-bottom: 30px;
  width: 100%;
}
@media (min-width: 768px) {
  .front-themebox {
    width: 47.2972972973%;
    margin-right: 5.4054054054%;
    display: inline-block;
    vertical-align: top;
    float: left;
  }
}

.front-themebox:nth-child(2n) {
  margin-right: 0;
}

.front-theme {
  width: 100%;
  margin: 0 0 20px;
  overflow: hidden;
  clear: both;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
}
.front-theme img {
  float: left;
}
.front-theme img:hover {
  opacity: 0.8;
}

.front-theme-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  letter-spacing: 3px;
  margin: 0;
}
.front-theme-title a {
  color: #000;
}
.front-theme-title a:hover {
  color: #3f6ea0;
}

/* Call to action */
.front-calltoaction {
  padding: 131px 0;
  text-align: center;
  background: #000;
  background-size: cover;
  background-position: center;
  color: #fff;
}
.front-calltoaction .ispan p {
  margin: 0;
}
.front-calltoaction .th-btn:after {
  content: "\f054";
  display: inline-block;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-size: 13px;
  margin: 0px 0 0 10px;
  font-weight: 900;
}

.front-install-count {
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  font-weight: 500;
  margin: 20px 0 35px;
}

/* Icon boxes */
.front-iconboxes {
  padding: 80px 0;
  overflow: hidden;
  clear: both;
}

.iconboxes-title {
  font-size: 30px;
  margin: 0 0 98px;
  text-align: center;
  font-weight: 500;
}

.th-icon-box {
  margin-bottom: 50px;
  width: 100%;
}
@media (min-width: 768px) {
  .th-icon-box {
    width: 46.017699115%;
    margin-right: 7.4336283186%;
    display: inline-block;
    vertical-align: top;
    float: left;
  }
}

.th-icon-box:nth-child(2n) {
  margin-right: 0;
}

.th-icon {
  width: 51px;
  height: 51px;
  text-align: center;
  font-size: 51px;
  margin-right: 34px;
  float: left;
}
.th-icon i {
  color: #45c8b3;
}

.th-icon-content {
  overflow: hidden;
}

.th-icon-des {
  font-size: 18px;
  line-height: 1.7;
  margin: 0;
}

.feature-title {
  font-size: 24px;
  margin: 0 0 36px;
  font-weight: 500;
}

.themes-page-header {
  padding: 56px 0 63px;
  text-align: center;
  margin-bottom: 30px;
  background: #f5f5f5;
  border-bottom: 1px solid #e1e8ed;
}
.themes-page-header h2 {
  margin: 0;
  font-family: "Lora", serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-style: italic;
  font-weight: normal;
}

@media (min-width: 992px) {
  .theme-archive-post:nth-child(odd) .th-col-6.thlist-image {
    float: left;
  }
  .theme-archive-post:nth-child(odd) .th-col-6.thlist-content {
    float: right;
  }
  .theme-archive-post:nth-child(even) .th-col-6.thlist-image {
    float: right;
  }
  .theme-archive-post:nth-child(even) .th-col-6.thlist-content {
    float: left;
  }
}
.themes-page-title {
  margin: 0 0 5px;
  color: #000000;
  font-weight: bold;
  font-size: 26px;
}

.tax-th_theme_type .themes-page-title {
  margin-bottom: 0;
}

.theme-archive-post {
  display: block;
  overflow: hidden;
  clear: both;
  padding: 50px 0 50px;
}
.theme-archive-post .th-btn {
  padding: 15px 39px;
  font-size: 16px;
  font-size: 1rem;
}
@media (max-width: 768px) {
  .theme-archive-post .th-btn {
    padding: 12px 20px;
  }
}

.th-demo-btn {
  background: #374140;
  margin-left: 20px;
}

.theme-archive-des p {
  margin: 0 0 44px;
}

.theme-preview-image {
  box-shadow: 0 2px 40px 0 rgba(0, 0, 0, 0.14);
  padding: 5px;
  overflow: hidden;
}
.theme-preview-image img {
  width: 100%;
  border: 1px solid #f5f5f5;
  float: left;
}
@media (min-width: 576px) {
  .theme-preview-image {
    margin: 0 40px 0 50px;
  }
}

.theme-archive-content {
  color: #888888;
  line-height: 1.6;
  position: relative;
  text-align: justify;
}
@media (min-width: 576px) {
  .theme-archive-content {
    margin-right: 40px;
    margin-left: 50px;
  }
}
@media (max-width: 992px) {
  .theme-archive-content {
    margin-top: 40px;
  }
}
@media (min-width: 992px) {
  .theme-archive-content {
    margin-top: 25px;
  }
}
@media (min-width: 1200px) {
  .theme-archive-content {
    margin-top: 95px;
  }
}

.th-price-r {
  width: 55px;
  height: 55px;
  border-radius: 30px;
  background: #2DC5C1;
  line-height: 55px;
  text-align: center;
  color: #fff;
  position: absolute;
  top: -10px;
  right: 0;
  font-family: "Montserrat", sans-serif;
}

.theme-entry-title {
  font-size: 26px;
  margin: 0 0 30px;
}
.theme-entry-title a {
  color: #000;
}
.theme-entry-title a:hover {
  color: #3f6ea0;
}

.th-theme-preview-link {
  margin-top: 10px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
}
.th-theme-preview-link .fa-arrow-alt-circle-right {
  margin-left: 5px;
}
.th-theme-preview-link a {
  color: #fff;
}
.th-theme-preview-link a:hover {
  color: #ddd;
}
@media (min-width: 992px) {
  .th-theme-preview-link {
    margin-top: 20px;
    text-align: right;
  }
}

.th-feature-row {
  display: block;
  clear: both;
  overflow: hidden;
  margin: 40px 0;
  padding: 25px;
  background: #f5f5f5;
  border: 1px solid #e1e8ed;
}
.th-feature-row img {
  margin-bottom: 30px;
}
@media (max-width: 576px) {
  .th-feature-row img {
    float: none;
    width: 100%;
  }
}

.single-theme-content {
  width: 100%;
  line-height: 1.7;
}
@media (min-width: 992px) {
  .single-theme-content {
    width: 68.1415929204%;
    float: left;
  }
}

.theme-sidebar {
  width: 100%;
  float: none;
}
@media (min-width: 992px) {
  .theme-sidebar {
    width: 26.5486725664%;
    overflow: hidden;
    margin-left: 5.3097345133%;
    float: right;
  }
}

.single-theme-header {
  background: #4ea9e1;
  background: linear-gradient(to right, #5B86E5, #36D1DC);
  padding: 45px 0;
  margin-bottom: 59px;
  overflow: hidden;
  clear: both;
}
.single-theme-header h1 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0 0 5px;
  color: #fff;
}

.th-web-browser {
  overflow: hidden;
  border: 2px solid #eee;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  background: #ffffff;
}
.th-web-browser img {
  width: 100%;
}

.th-browser-tab {
  width: 100%;
  height: 17px;
  border-bottom: 1px soild #ddd;
  background: #f8f8f8;
}
.th-browser-tab::before {
  content: "•••";
  display: block;
  padding-left: 10px;
  line-height: 16px;
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  letter-spacing: 0.15em;
  color: #bbb;
}

.th-mobile {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #222;
  border: 2px solid #888;
  border-radius: 20px;
  text-align: center;
  width: 147px;
  height: 294px;
}

.th-mobile-content {
  overflow: hidden;
  border: 1px solid #d4d2d2;
  margin: 3px 7px 0 7px;
  height: 241px;
  background: #fff;
}

.th-mobile-speaker {
  width: 50px;
  height: 4px;
  border-radius: 3px;
  background: #aaa;
  display: inline-block;
}

.th-mobile-mic {
  width: 50px;
  height: 5px;
  border-radius: 3px;
  background: #888;
  display: inline-block;
}

@media (max-width: 480px) {
  .th-web-browser {
    height: 350px;
  }
}
@media (max-width: 991px) {
  .th-web-browser {
    width: 100%;
    height: 350px;
  }
  .th-mobile {
    display: none;
  }
}
@media (min-width: 992px) {
  .th-web-browser {
    width: 521px;
    height: 400px;
  }
}
.th-detail-box {
  padding: 21px 20px;
  background: #f5f5f5;
  margin: 0 0 30px;
  border: 1px solid #e1e8ed;
}
.th-detail-box .th-btn {
  display: block;
  text-align: center;
  padding: 16px 20px;
  font-size: 16px;
  font-size: 1rem;
}
.th-detail-box .th-forum-btn {
  background: #374140;
  margin: 20px 0 10px;
}
.th-detail-box .th-forum-btn:hover {
  color: #fff;
  background: #2A2C2B;
}

.th-detail-box-title {
  margin-bottom: 31px;
}
.th-detail-box-title h3 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  margin: 0;
  text-align: center;
}

.th-pricing-options {
  font-family: "Montserrat", sans-serif;
  padding: 0 5px;
}

.th-more-list {
  font-size: 15px;
}
.th-more-list a {
  color: #000;
}
.th-more-list a:hover {
  color: #3f6ea0;
}
.th-more-list .th-more-list-item {
  width: 100%;
  padding: 8px 0;
  border-top: 1px solid #eee;
  display: table;
}
.th-more-list .left {
  width: 50%;
  display: table-cell;
}
.th-more-list .right {
  width: 50%;
  display: table-cell;
  padding-left: 1em;
}

.th-demo-btn-container {
  text-align: center;
}

.th-check-icon {
  width: 40px;
  height: 40px;
  float: left;
  text-align: center;
  margin-right: 20px;
  margin-top: 5px;
}
.th-check-icon i {
  font-size: 36px;
}
.th-check-icon i.fa-check-circle {
  color: #45C8B3;
}
.th-check-icon i.fa-circle {
  color: #BABABA;
}

.th-pricing-text {
  overflow: hidden;
}

.th-pricing-option {
  overflow: hidden;
  clear: both;
  margin-bottom: 31px;
  cursor: pointer;
  color: #555;
}

span.th-license-price,
span.th-license-des {
  display: block;
}

.th-license-des {
  font-weight: 500;
}

.th-buy-btn {
  background: #45C8B3;
  font-weight: bold;
}
.th-buy-btn:focus, .th-buy-btn:active, .th-buy-btn:hover {
  background: #25ad97;
}

.th-pricing-includes {
  font-family: "Montserrat", sans-serif;
  padding: 0 10px;
  color: #222;
}
.th-pricing-includes ul {
  margin: 0;
  padding: 0;
}
.th-pricing-includes li {
  list-style: none;
  margin: 0 0 5px;
  font-size: 14px;
  line-height: 1.5;
}
.th-pricing-includes li:before {
  content: "\f14a";
  display: inline-block;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  margin: 0 15px 10px 0;
  font-weight: 900;
  color: #333;
}

.th-free-download-btn {
  margin-bottom: 20px;
}

.th-selected-icon {
  display: none;
}

.th-removed-icon {
  display: inline;
}

.thopt-selected .th-selected-icon {
  display: inline;
}

.thopt-selected .th-removed-icon {
  display: none;
}

.th-pricing-option.thopt-selected {
  color: #000;
}

.th-pricing-option:hover .fa-check-circle {
  display: inline;
  color: #bababa;
}

.th-pricing-option.thopt-selected:hover .fa-check-circle {
  color: #45C8B3 !important;
}

.th-pricing-option:hover .fa-circle {
  display: none;
}

.thpi-title {
  font-size: 18px;
  font-size: 1.125rem;
  margin: 38px 0 20px 0;
  text-align: center;
  font-family: "Montserrat", sans-serif;
}

.page .entry-header {
  background: #f5f5f5;
  padding: 45px 0;
  margin-bottom: 40px;
  border-bottom: 1px solid #e1e8ed;
}
.page .entry-header h1 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0 0 5px;
}

.woocommerce-page {
  font-family: "Montserrat", sans-serif;
}

.th-changelog-title {
  text-align: center;
  padding: 20px 0 5px;
}

.footer-widget-area {
  overflow: hidden;
  clear: both;
  background: #1E1E20;
  color: #bbb;
}
.footer-widget-area a {
  color: #bbb;
}
.footer-widget-area a:hover {
  color: #3f6ea0;
}
.footer-widget-area ul {
  list-style: none;
  margin: 0;
}
.footer-widget-area li {
  padding: 10px 0;
  border-top: 1px solid #444;
}

.footer-widget-title {
  font-size: 18px;
  margin: 40px 0;
  font-weight: 500;
  color: #fff;
}

.blog article.post {
  margin: 0 0 60px;
}

.search article.thd_themes,
.search article.product,
.search article.post,
.archive article.post,
.single article.post,
.blog article.post {
  padding: 25px;
  border: 1px solid #e1e8ed;
  background: #ffffff;
}
.search article.thd_themes .entry-title,
.search article.product .entry-title,
.search article.post .entry-title,
.archive article.post .entry-title,
.single article.post .entry-title,
.blog article.post .entry-title {
  font-size: 26px;
  font-size: 1.625rem;
  margin: 0 0 5px;
  line-height: 1.5;
}
.search article.thd_themes .entry-title a,
.search article.product .entry-title a,
.search article.post .entry-title a,
.archive article.post .entry-title a,
.single article.post .entry-title a,
.blog article.post .entry-title a {
  color: #000;
}
.search article.thd_themes .entry-title a:hover,
.search article.product .entry-title a:hover,
.search article.post .entry-title a:hover,
.archive article.post .entry-title a:hover,
.single article.post .entry-title a:hover,
.blog article.post .entry-title a:hover {
  color: #3f6ea0;
}
.search article.thd_themes .entry-meta,
.search article.product .entry-meta,
.search article.post .entry-meta,
.archive article.post .entry-meta,
.single article.post .entry-meta,
.blog article.post .entry-meta {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 14px;
  color: #888;
}
.search article.thd_themes .entry-meta a,
.search article.product .entry-meta a,
.search article.post .entry-meta a,
.archive article.post .entry-meta a,
.single article.post .entry-meta a,
.blog article.post .entry-meta a {
  color: #888;
}
.search article.thd_themes .entry-meta a:hover,
.search article.product .entry-meta a:hover,
.search article.post .entry-meta a:hover,
.archive article.post .entry-meta a:hover,
.single article.post .entry-meta a:hover,
.blog article.post .entry-meta a:hover {
  color: #3f6ea0;
}
.search article.thd_themes .entry-footer,
.search article.product .entry-footer,
.search article.post .entry-footer,
.archive article.post .entry-footer,
.single article.post .entry-footer,
.blog article.post .entry-footer {
  font-weight: bold;
  font-size: 14px;
  color: #333;
  margin: 0 -25px -25px -25px;
  padding: 20px 25px;
  border-top: 1px solid #e1e8ed;
}
.search article.thd_themes .entry-footer a,
.search article.product .entry-footer a,
.search article.post .entry-footer a,
.archive article.post .entry-footer a,
.single article.post .entry-footer a,
.blog article.post .entry-footer a {
  color: #333;
}
.search article.thd_themes .entry-footer a:hover,
.search article.product .entry-footer a:hover,
.search article.post .entry-footer a:hover,
.archive article.post .entry-footer a:hover,
.single article.post .entry-footer a:hover,
.blog article.post .entry-footer a:hover {
  color: #3f6ea0;
}
.search article.thd_themes .post-thumbnail img,
.search article.product .post-thumbnail img,
.search article.post .post-thumbnail img,
.archive article.post .post-thumbnail img,
.single article.post .post-thumbnail img,
.blog article.post .post-thumbnail img {
  margin-bottom: 20px;
  border: 1px solid #e1e8ed;
}
.search article.thd_themes .comments-link:before,
.search article.product .comments-link:before,
.search article.post .comments-link:before,
.archive article.post .comments-link:before,
.single article.post .comments-link:before,
.blog article.post .comments-link:before {
  content: " / ";
}
.search article.thd_themes .edit-link,
.search article.product .edit-link,
.search article.post .edit-link,
.archive article.post .edit-link,
.single article.post .edit-link,
.blog article.post .edit-link {
  margin-left: 20px;
}

.search article.page .entry-header {
  background: #fff;
  margin-bottom: 5px;
  border-bottom: none;
  padding: 0;
}

.search article.th_collections,
.search article.thd_themes,
.search article.product,
.search article.page {
  padding: 25px;
  border: 1px solid #e1e8ed;
  background: #ffffff;
  margin-bottom: 50px;
}
.search article.th_collections h2.entry-title,
.search article.thd_themes h2.entry-title,
.search article.product h2.entry-title,
.search article.page h2.entry-title {
  margin: 0 0 5px;
}
.search article.th_collections h2.entry-title a,
.search article.thd_themes h2.entry-title a,
.search article.product h2.entry-title a,
.search article.page h2.entry-title a {
  color: #222;
}
.search article.th_collections h2.entry-title a:hover,
.search article.thd_themes h2.entry-title a:hover,
.search article.product h2.entry-title a:hover,
.search article.page h2.entry-title a:hover {
  color: #3f6ea0;
}
.search article.th_collections .entry-footer,
.search article.thd_themes .entry-footer,
.search article.product .entry-footer,
.search article.page .entry-footer {
  font-weight: bold;
  font-size: 14px;
  color: #333;
  margin: 0 -25px -25px -25px;
  padding: 20px 25px;
  border-top: 1px solid #e1e8ed;
}
.search article.th_collections .entry-footer a,
.search article.thd_themes .entry-footer a,
.search article.product .entry-footer a,
.search article.page .entry-footer a {
  color: #333;
}
.search article.th_collections .entry-footer a:hover,
.search article.thd_themes .entry-footer a:hover,
.search article.product .entry-footer a:hover,
.search article.page .entry-footer a:hover {
  color: #3f6ea0;
}
.search article.th_collections .edit-link,
.search article.thd_themes .edit-link,
.search article.product .edit-link,
.search article.page .edit-link {
  margin-left: 20px;
}
.search article.th_collections .comments-link:before,
.search article.thd_themes .comments-link:before,
.search article.product .comments-link:before,
.search article.page .comments-link:before {
  content: none;
}

.search .page-title {
  margin-top: 0;
}

.single article.post {
  padding: 0;
  border: none;
}

.th-blog-thumb {
  width: 100%;
  float: none;
}
@media (min-width: 768px) {
  .th-blog-thumb {
    width: 300px;
    float: left;
    overflow: hidden;
    margin-right: 25px;
  }
}
.th-blog-thumb .post-thumbnail img {
  border: 1px solid #e1e8ed;
}
@media (min-width: 768px) {
  .th-blog-thumb .post-thumbnail img {
    max-height: 220px;
  }
}

.th-blog-content {
  overflow: hidden;
}

.single-post .content-area {
  padding: 25px;
  border: 1px solid #e1e8ed;
  background: #ffffff;
}

.th-feature-row p strong span {
  color: #000000 !important;
}

nav.navigation.post-navigation {
  font-family: "Montserrat", sans-serif;
  margin: 25px -25px;
  padding: 25px;
  border-bottom: 1px solid #e1e8ed;
  border-top: 1px solid #e1e8ed;
  font-weight: 500;
}
nav.navigation.post-navigation a {
  color: #333;
}
nav.navigation.post-navigation a:hover {
  color: #3f6ea0;
}

.post-navigation .nav-next a:after {
  display: inline-block;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  content: "\f061";
  font-size: 14px;
  margin: 0 0 0 5px;
  font-weight: 900;
}

.post-navigation .nav-previous a:before {
  display: inline-block;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  content: "\f060";
  font-size: 14px;
  margin: 0 5px 0 0;
  font-weight: 900;
}

.th-theme-pagination {
  display: none;
}

/* TH All Features List */
ul.th-features-list {
  padding: 30px 10px 0 10px;
  list-style: none;
  margin: 0;
}

li.th-theme-feature {
  margin-bottom: 1em;
  font-size: 15px;
}
li.th-theme-feature i.fa-check {
  display: block;
  float: left;
  font-size: 14px;
  margin-right: 10px;
  margin-top: 2px;
  color: var(--th-buy-btn-color);
  line-height: 1.5;
}

span.th-feature-text {
  display: block;
  overflow: hidden;
  font-weight: 500;
}
span.th-feature-text sup {
  margin-left: 5px;
  font-weight: bold;
  color: var(--th-buy-btn-color);
  font-family: "Montserrat", sans-serif;
}

.th-detail-box-footer {
  font-size: 13px;
  margin: 25px 10px -25px 10px;
}
.th-detail-box-footer b {
  color: var(--th-buy-btn-color);
}

.th-wc-buy-btn.th-buy-now-btn {
  display: none !important;
}

.edd-form {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
}

#edd_login_form {
  font-family: "Montserrat", sans-serif;
  max-width: 530px;
  margin: 0 auto;
  border: 1px solid #e1e8ed;
  padding: 35px;
}
#edd_login_form label,
#edd_login_form input.edd-input {
  display: block;
  width: 100%;
}
#edd_login_form legend {
  font-weight: 700;
}

.edd-page {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
}

.th-promo-bar {
  text-align: center;
  padding: 11px 0;
  background: #cde1b2; /*#82b440;*/
}
.th-promo-bar .flash-sale {
  padding: 4px 25px;
  background-color: #000000;
  color: #fff;
  font-weight: bold;
  border-radius: 50px;
  display: inline-block;
  font-size: 15px;
  margin-right: 8px;
}
.th-promo-bar p {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
}
.th-promo-bar code {
  background: #000000;
  color: #ffffff;
  padding: 8px;
  border-radius: 5px;
  font-weight: bold;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.th-theme-banner {
  padding: 50px 0;
  margin: 0 0 50px;
  display: block;
  clear: both;
  border-bottom: 1px solid #e1e8ed;
}

.th-theme-banner.dark {
  background: #222222;
  /*background: #263a3c;*/
  color: #ffffff;
}
.th-theme-banner.dark .th-theme-subtitle {
  color: #eeeeee;
}
.th-theme-banner.dark .th-theme-entry-title {
  color: #ffffff;
}
.th-theme-banner.dark a {
  color: #ffffff;
}
.th-theme-banner.dark a:hover {
  color: #eeeeee;
}

.th-theme-banner.light {
  background: #f5f5f5;
  color: #404040;
}
.th-theme-banner.light .th-theme-subtitle {
  color: #555555;
}
.th-theme-banner.light .th-theme-entry-title {
  color: #000000;
}

.wtnd {
  display: none;
}

.th-theme-subtitle {
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  margin: 0 0 35px;
}

.th-theme-content {
  margin-top: 35px;
}
@media (min-width: 768px) {
  .th-theme-content {
    width: 38.0530973451%;
    float: left;
  }
}

@media (min-width: 768px) {
  .th-theme-image-container {
    width: 57.5221238938%;
    float: right;
  }
}

.theme-display-image {
  width: 100%;
  position: relative;
}

.th-theme-entry-title {
  font-size: 26px;
  margin: 0 0 5px;
}

.ths-demo-btn {
  height: 44px;
  line-height: 44px;
  padding: 0 28px;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  background: var(--th-action-btn-color);
  border-radius: 5px;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 25px;
}
.ths-demo-btn:active, .ths-demo-btn:visited {
  color: #ffffff;
}
.ths-demo-btn:hover {
  color: #ffffff;
  background: var(--th-action-btn-hover-color);
}

.th-buy-now-btn {
  height: 44px;
  line-height: 44px;
  padding: 0 28px;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  background: var(--th-buy-btn-color);
  border-radius: 5px;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  margin-right: 17px;
  margin-bottom: 25px;
}
.th-buy-now-btn:active, .th-buy-now-btn:visited {
  color: #ffffff;
}
.th-buy-now-btn:hover {
  color: #ffffff;
  background: var(--th-buy-btn-hover-color);
}

.th-btn-container {
  display: inline-block;
  position: relative;
}

.th-pro-btn {
  height: 44px;
  line-height: 44px;
  padding: 0 28px;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  background: var(--th-buy-btn-color);
  border-radius: 5px;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  margin-right: 17px;
  margin-bottom: 25px;
}
.th-pro-btn:active, .th-pro-btn:visited {
  color: #ffffff;
}
.th-pro-btn:hover {
  color: #ffffff;
  background: var(--th-buy-btn-hover-color);
}

.th-download-btn {
  height: 44px;
  line-height: 44px;
  padding: 0 28px;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  background: #333333;
  border-radius: 5px;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  margin-right: 17px;
  margin-bottom: 25px;
}
.th-download-btn:active, .th-download-btn:visited {
  color: #ffffff;
}
.th-download-btn:hover {
  color: #ffffff;
  background: #111111;
}

.th-pro-btn-container {
  display: block;
}

ul.th-pricing-options-list {
  position: absolute;
  top: 44px;
  left: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  display: none;
}

.th-theme-description {
  margin: 0 0 43px;
  font-size: 15px;
  line-height: 24px;
}

.th-buy-now-btn i.fas {
  font-size: 18px;
  font-weight: bold;
  margin: 3px 0 0 10px;
}

a.ths-docs-link {
  display: inline-block;
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
  color: #888888;
  text-decoration: underline;
}
a.ths-docs-link:hover {
  color: #555555;
}
@media (max-width: 768px) {
  a.ths-docs-link {
    display: table;
  }
}

/* Tabs Styling */
.ui-tabs {
  position: relative; /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: 0.2em;
}

.ui-tabs .ui-tabs-nav {
  margin: 0 0 40px;
  padding: 0.2em 0.2em 0;
  border-bottom: 1px solid #e1e8ed;
}

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px 5px 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
  border-radius: 5px 5px 0 0;
  background: #f5f5f5;
  border: 1px solid #e1e8ed;
  border-bottom-color: transparent;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: 0.5em 1.7em;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  color: #444444;
  font-size: 14px;
  font-weight: 500;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor:focus {
  outline: 0;
}
@media (max-width: 480px) {
  .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    padding: 0.5em 0.8em;
    font-size: 13px;
  }
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
  background: #ea7054;
  border: 1px solid #ea7054;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  color: #ffffff;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 0;
  background: none;
}

.th-pricing-section {
  padding: 50px 0 45px;
  background: #fafafa;
  border-top: 1px solid #e1e8ed;
  border-bottom: 1px solid #e1e8ed;
  text-align: center;
  margin-bottom: -50px;
}

.th-pricing-box-wrapper {
  margin: 0 -20px;
}
.th-pricing-box-wrapper .th-col-4 {
  padding: 0 20px;
}

.th-pricing-box {
  text-align: center;
  padding: 44px 20px;
  background: #ffffff;
  border: 1px solid #e1e8ed;
  border-radius: 8px;
  box-shadow: 0 2px 40px 0 rgba(0, 0, 0, 0.14);
  margin-bottom: 35px;
}
.th-pricing-box .th-buy-now-btn {
  margin: 40px 0 16px;
}

ul.th-plan-feature-list {
  list-style: none;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
}
ul.th-plan-feature-list li {
  padding: 14px 0;
  color: #555555;
}

.th-theme-pricing-title {
  font-size: 26px;
  font-weight: 500;
  margin: 0 0 10px 0;
}

.th-theme-pricing-des {
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  font-weight: 500;
  margin: 0 0 50px;
}

.th-price-plan {
  font-family: "Montserrat", sans-serif;
  font-size: 23px;
  font-weight: 500;
  margin: 0 0 10px;
  color: #000000;
}

.th-plan-price {
  font-size: 23px;
  font-weight: 500;
  margin-bottom: 35px;
  display: block;
  color: #00b700;
}

.th-pricing-highlight {
  font-weight: 500;
  color: #000000;
}

/**
*
*
*
*
*
*
*
*
*
NEW DESIGN
***/
.theme-title {
  font-size: 32px;
  margin: 0;
}

.th-theme-top {
  padding-top: 54px;
  text-align: center;
  background-color: #f5f5f5;
}
.th-theme-top .theme-subtitle {
  font-size: 16px;
  margin: 0 0 25px;
  font-weight: 500;
}

.theme-description {
  color: #4e4e4e;
  max-width: 923px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
}

.th-theme-links .get-pro-btn,
.get-pro-btn,
.choose-plan-btn {
  background-color: var(--th-buy-btn-color);
  display: inline-block;
  padding: 16px 34px;
  color: #ffffff;
  margin-bottom: 10px;
  font-weight: bold;
  border-radius: 5px;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 600;
}
.th-theme-links .get-pro-btn:active, .th-theme-links .get-pro-btn:focus, .th-theme-links .get-pro-btn:visited,
.get-pro-btn:active,
.get-pro-btn:focus,
.get-pro-btn:visited,
.choose-plan-btn:active,
.choose-plan-btn:focus,
.choose-plan-btn:visited {
  color: #ffffff;
}
.th-theme-links .get-pro-btn:active, .th-theme-links .get-pro-btn:focus,
.get-pro-btn:active,
.get-pro-btn:focus,
.choose-plan-btn:active,
.choose-plan-btn:focus {
  background-color: var(--th-buy-btn-hover-color);
}
.th-theme-links .get-pro-btn:hover,
.get-pro-btn:hover,
.choose-plan-btn:hover {
  color: #ffffff;
  background-color: var(--th-buy-btn-hover-color);
}

.get-pro-btn {
  padding: 10px 25px;
  font-size: 17px;
}

.th-theme-links .get-pro-btn {
  padding: 10px 25px;
  margin: 10px 0 0 20px;
  font-size: 16px;
  background: var(--th-buy-btn-color);
}
.th-theme-links .get-pro-btn:active, .th-theme-links .get-pro-btn:focus {
  background: var(--th-buy-btn-hover-color);
}
.th-theme-links .get-pro-btn:hover {
  color: #ffffff;
  background: var(--th-buy-btn-hover-color);
}

.try-free-version-link {
  font-weight: bold;
  color: #000000;
  margin-bottom: 25px;
  display: inline-block;
  font-size: 17px;
}
.try-free-version-link:visited {
  color: #000000;
}
.try-free-version-link:hover {
  color: #555555;
}

.theme-banner-image {
  margin: 0 auto;
}
.theme-banner-image img {
  vertical-align: top;
}

.th-theme-menu-bar {
  border-bottom: 1px solid #dddddd;
  background: #ffffff;
}
.th-theme-menu-bar.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
}

.sticky + .site-main {
  padding-top: 80px;
}

.admin-bar .th-theme-menu-bar.sticky {
  top: 32px;
}

.th-theme-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
.th-theme-links li {
  margin-left: 20px;
}
.th-theme-links li:first-child {
  margin-left: 0;
}
.th-theme-links li a {
  display: inline-block;
  padding: 20px 0;
  color: #000000;
}
.th-theme-links li a:visited {
  color: #000000;
}
.th-theme-links li a:hover {
  color: #444444;
}

.th-fw-container-gray {
  background-color: #f5f5f5;
  padding: 60px 0;
}

.th-fw-container {
  padding: 60px 0;
}

.th-bam-widgets-showcase {
  background-image: linear-gradient(to right, #2c3e50, #4ca1af);
  color: #eeeeee;
}
.th-bam-widgets-showcase h2 {
  margin: 0 0 5px;
  color: #ffffff;
  position: relative;
}

.th-has-sup {
  position: relative;
}

sup.th-title-pro {
  font-size: 15px;
  padding: 0 15px;
  background: #4BB0A9;
  color: #ffffff;
  position: absolute;
  top: 0;
  margin-left: 15px;
  height: 25px;
  line-height: 25px;
}

.demo-container {
  max-width: 400px;
  padding: 5px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 0 40px 15px rgba(0, 0, 0, 0.11);
  position: relative;
  font-family: "Montserrat", sans-serif;
}
.demo-container:hover .wp-block-image img {
  opacity: 0.8;
}
.demo-container .wp-block-image {
  border-bottom: 1px solid #dddddd;
}
.demo-container:nth-child(2n) {
  margin-left: 100px;
}
.demo-container a {
  color: #000000;
}
.demo-container a:visited {
  color: #000000;
}
.demo-container a:hover {
  color: #dddddd;
}

.th-demo-pro-label {
  width: 65px;
  height: 65px;
  border-radius: 40px;
  background: #4BB0A9;
  position: absolute;
  top: -35px;
  right: -35px;
  font-weight: bold;
  line-height: 65px;
  text-align: center;
  color: #ffffff;
}

.th-demo-group h3 {
  margin: 0 0 5px;
}
.th-demo-group .container {
  max-width: 970px;
}

.th-comparison-table {
  max-width: 800px;
  margin: 0 auto;
  font-family: "Montserrat", sans-serif;
  background-color: #ffffff;
}
.th-comparison-table table {
  margin-bottom: 0;
}
.th-comparison-table table th {
  background: #ffffff;
  font-size: 18px;
  padding: 20px 25px;
}
.th-comparison-table table td {
  padding-left: 25px;
  padding-right: 25px;
}
.th-comparison-table .try-free-version-link {
  margin: 0;
  font-size: 16px;
}
.th-comparison-table .get-pro-btn {
  margin: 0;
}

.th-margin-fix {
  margin: 0 0 5px;
}

.th-feature-list {
  list-style: none;
  margin: 20px 0;
  padding: 0;
}
.th-feature-list li {
  margin: 0.8em 0;
}
.th-feature-list i {
  color: var(--th-buy-btn-color);
  margin-right: 10px;
}

.money-back-container {
  padding: 40px;
  text-align: left;
  background: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 10px;
  margin: 40px 0;
}

.money-back-inner {
  display: flex;
  align-items: center;
}

.money-back-icon {
  margin-right: 28px;
  flex-basis: 125px;
  flex-shrink: 0;
}

.money-back-title {
  font-size: 26px;
  margin: 0 0 10px;
}

.themezhut-tabs {
  margin: 50px 0;
}

ul.th-tab-nav {
  overflow: hidden;
  margin: 0 0 25px 0;
  list-style: none;
  padding: 0;
}

li.th-tab {
  float: left;
  padding: 0 !important;
  text-align: center;
  width: 25%;
}

li.th-tab a {
  width: 100%;
  border-bottom: 2px solid #dddddd;
}

li.th-tab.th-ui-state-active a {
  border-bottom: 2px solid #ea7054;
  outline: 0;
}

.themezhut-tabs .th-tab-anchor {
  font-size: 17px;
  padding: 10px 20px;
  line-height: 40px;
  display: inline-block;
  font-weight: bold;
  line-height: 1.3;
  color: #333;
}

.themezhut-tabs .th-tab-anchor:focus {
  outline: none;
}

@media (max-width: 1199px) {
  .themezhut-tabs .th-tab-anchor {
    padding: 10px 15px;
    font-size: 14px;
  }
}
.themezhut-tabs #pro-theme {
  display: none;
}

.page-template-changelog-template .entry-title {
  text-align: center;
}
.page-template-changelog-template pre {
  white-space: pre-wrap;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*
#comments {
	clear: both;
	padding: 2em 0 0.5em;
	font-family: $font__title;
}

.comments-title {
	font-size: 20px;
	font-size: 1.25rem;
	margin-bottom: 1.5em;
}

.comment-list,
.comment-list .children {
	list-style: none;
	margin: 0;
	padding: 0;
}

.comment-list li:before {
	display: none;
}

.comment-body {
	margin-left: 65px;
}

.comment-author {
	font-size: 16px;
	font-size: 1rem;
	margin-bottom: 0.4em;
	position: relative;
	z-index: 2;
}

.comment-author .avatar {
	height: 50px;
	left: -65px;
	position: absolute;
	width: 50px;
}

.comment-author .says {
	display: none;
}

.comment-meta {
	margin-bottom: 1.5em;
}

.comment-metadata {
	color: #767676;
	font-size: 10px;
	font-size: 0.625rem;
	font-weight: 800;
	letter-spacing: 0.1818em;
	text-transform: uppercase;
}

.comment-metadata a {
	color: #767676;
}

.comment-metadata a.comment-edit-link {
	color: #222;
	margin-left: 1em;
}

.comment-body {
	color: #333;
	font-size: 16px;
	font-size: 1rem;
	margin-bottom: 4em;
}

.comment-reply-link {
	font-weight: 800;
	position: relative;
}

.comment-reply-link .icon {
	color: #222;
	left: -2em;
	height: 1em;
	position: absolute;
	top: 0;
	width: 1em;
}

.children .comment-author .avatar {
	height: 30px;
	left: -45px;
	width: 30px;
}

.bypostauthor > .comment-body > .comment-meta > .comment-author .avatar {
	border: 1px solid #333;
	padding: 2px;
}

.no-comments,
.comment-awaiting-moderation {
	color: #767676;
	font-size: 14px;
	font-size: 0.875rem;
	font-style: italic;
}

.comments-pagination {
	margin: 2em 0 3em;
}

.form-submit {
	text-align: right;
}
*/
.comment-content a {
  word-wrap: break-word;
}

.comments-title,
.comment-list,
.comment-reply-title,
.must-log-in,
.comment-respond .comment-form,
.comment-respond iframe {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.sidebar .comments-title,
.sidebar .comment-list,
.sidebar .must-log-in,
.sidebar .comment-reply-title,
.sidebar .comment-navigation,
.sidebar .comment-respond .comment-form {
  max-width: 1040px;
  padding-left: 60px;
  padding-right: 376px;
}

.comments-title {
  padding: 30px 0;
  margin: 0;
  border-bottom: 1px solid #E7E7E7;
}

.comment-list,
.comment-list .children {
  list-style-type: none;
  margin: 0;
  background-color: #ffffff;
  padding: 0;
}

.comment-list .children {
  margin: 0 0 0 40px;
}

.comment-list > li:after,
.comment-list .children > li:before {
  background: url(images/dotted-line.png) repeat left top;
  background-size: 4px 4px;
  content: "";
  display: block;
  height: 1px;
  width: 100%;
}

.comment-list > li:last-child:after {
  display: none;
}

.comment-body {
  padding: 24px 0;
  position: relative;
  clear: both;
  overflow: hidden;
  border-top: 1px solid #E7E7E7;
}

.comment-author {
  float: left;
  max-width: 74px;
}

.comment-author .avatar {
  display: block;
  margin-bottom: 10px;
}

.comment-author .fn {
  word-wrap: break-word;
}

.comment-author .fn,
.comment-author .url,
.comment-reply-link,
.comment-reply-login {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}

.says {
  display: none;
}

.no-avatars .comment-author {
  margin: 0 0 5px;
  max-width: 100%;
  position: relative;
}

.no-avatars .comment-metadata,
.no-avatars .comment-content,
.no-avatars .comment-list .reply {
  width: 100%;
}

.comment-list .edit-link {
  margin-left: 20px;
}

.comment-metadata,
.comment-awaiting-moderation,
.comment-content,
.comment-list .reply {
  float: right;
  width: 79%;
  width: calc(100% - 124px);
  word-wrap: break-word;
}

.comment-meta,
.comment-meta a {
  color: #a2a2a2;
  font-size: 13px;
}

.comment-meta a:hover {
  color: #333;
}

.comment-metadata {
  margin-bottom: 20px;
}

.ping-meta {
  color: #a2a2a2;
  font-size: 13px;
  line-height: 2;
}

.comment-awaiting-moderation {
  color: #a2a2a2;
}

.comment-awaiting-moderation:before {
  content: "\f021";
  margin-right: 10px;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.comment-reply-link:before,
.comment-reply-login:before {
  content: "\f122";
  margin-right: 10px;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

/* Comment form */
.comment-respond {
  background-color: #f5f5f5;
  padding: 40px;
  margin: 30px 0;
}

.comment .comment-respond {
  margin-bottom: 20px;
  padding: 40px;
}

.comment-reply-title {
  margin-top: 0;
  font-style: italic;
}

.comment-reply-title small a {
  color: #131310;
  display: inline-block;
  float: right;
  height: 22px;
  overflow: hidden;
  width: 20px;
}

.comment-reply-title small a:hover {
  color: #ed331c;
  text-decoration: none;
}

.comment-reply-title small a:before {
  content: "\f057";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  font-weight: 900;
  line-height: 20px;
  font-style: normal;
}

.sidebar .comment-list .comment-reply-title,
.sidebar .comment-list .comment-respond .comment-form {
  padding: 0;
}

.comment-form .comment-notes {
  margin-bottom: 15px;
}

.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .comment-form-url {
  margin-bottom: 20px;
}

.comment-form [for=author],
.comment-form [for=email],
.comment-form [for=url],
.comment-form [for=comment] {
  float: left;
  padding: 5px 0;
  width: 120px;
}

.comment-form .required {
  color: #ed331c;
}

.comment-form input[type=text],
.comment-form input[type=email],
.comment-form input[type=url] {
  max-width: 270px;
  width: 60%;
}

.comment-form textarea {
  width: 100%;
}

.form-allowed-tags,
.form-allowed-tags code {
  color: #686758;
  font-size: 14px;
}

.form-allowed-tags code {
  font-size: 10px;
  margin-left: 3px;
}

.comment-list .pingback,
.comment-list .trackback {
  padding-top: 24px;
}

.comment-navigation {
  font-size: 20px;
  font-style: italic;
  font-weight: 300;
  margin: 0 auto;
  max-width: 604px;
  padding: 20px 0 30px;
  width: 100%;
}

.no-comments {
  background-color: #fff0a5;
  font-size: 20px;
  font-style: italic;
  font-weight: 300;
  margin: 0;
  padding: 40px 0;
  text-align: center;
}

.sidebar .no-comments {
  padding-left: 60px;
  padding-right: 376px;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# bbPress
--------------------------------------------------------------*/
#bbpress-forums {
  font-size: 16px;
}

#bbpress-forums ul.bbp-lead-topic,
#bbpress-forums ul.bbp-topics,
#bbpress-forums ul.bbp-forums,
#bbpress-forums ul.bbp-replies,
#bbpress-forums ul.bbp-search-results {
  font-size: 16px;
}

#bbpress-forums .bbp-forums-list li {
  font-size: 15px;
}

#bbpress-forums div.bbp-forum-title h3,
#bbpress-forums div.bbp-topic-title h3,
#bbpress-forums div.bbp-reply-title h3 {
  font-size: 16px;
}

#bbpress-forums div.bbp-forum-author .bbp-author-role,
#bbpress-forums div.bbp-topic-author .bbp-author-role,
#bbpress-forums div.bbp-reply-author .bbp-author-role {
  font-size: 13px;
}

span.bbp-author-ip {
  font-size: 15px;
}

div.bbp-breadcrumb,
div.bbp-topic-tags {
  font-size: 16px;
}

span.bbp-admin-links a {
  font-size: 14px;
}

.bbp-row-actions #favorite-toggle a {
  font-size: 17px;
}

.bbp-row-actions #subscription-toggle a {
  font-size: 17px;
}

#bbpress-forums .bbp-forum-info .bbp-forum-content,
#bbpress-forums p.bbp-topic-meta {
  font-size: 15px;
}

.bbp-topic-pagination a {
  font-size: 14px;
}

body.page .bbp-reply-form code,
body.page .bbp-topic-form code,
body.single-topic .bbp-reply-form code,
body.single-forum .bbp-topic-form code,
body.topic-edit .bbp-topic-form code,
body.reply-edit .bbp-reply-form code {
  font-size: 14px;
}

#bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content {
  font-size: 16px;
}

#bbpress-forums div.bbp-the-content-wrapper input {
  font-size: 16px;
}

#bbpress-forums #bbp-your-profile fieldset span.description {
  font-size: 16px;
}

div.bbp-template-notice p {
  font-size: 16px;
}

.bbp-topics-front ul.super-sticky,
.bbp-topics ul.super-sticky,
.bbp-topics ul.sticky,
.bbp-forum-content ul.sticky {
  font-size: 1.1em;
}

#bbpress-forums .bbp-topic-content ul.bbp-topic-revision-log,
#bbpress-forums .bbp-reply-content ul.bbp-topic-revision-log,
#bbpress-forums .bbp-reply-content ul.bbp-reply-revision-log {
  font-size: 15px;
}

.bbp-logged-in h4 {
  font-weight: bold;
  font-size: 1.3em;
}

#bbpress-forums h1 {
  font-size: 1.8em;
}

#bbpress-forums #bbp-user-wrapper h2.entry-title {
  font-size: 1.4em;
}

#bbpress-forums div.row-actions {
  font-size: 15px;
}

.bbpress .entry-header {
  background: #fafafa;
  padding: 25px 0;
  margin-bottom: 40px;
  border-bottom: 1px solid #e1e8ed;
}

a.subscription-toggle {
  background: #4dabe1;
  color: #fff;
  padding: 3px;
  margin: 0 0 0 1em;
  border-radius: 5px;
}

a.subscription-toggle:active, a.subscription-toggle:focus {
  background: #3f6ea0;
  color: #fff !important;
}

a.subscription-toggle:visited {
  color: #fff !important;
}

a.subscription-toggle:hover {
  background: #3f6ea0;
  color: #fff !important;
}

#bbpress-forums div.bbp-breadcrumb p, #bbpress-forums div.bbp-topic-tags p {
  margin-bottom: 1em;
}

.bbpress.single-topic .entry-header h1 {
  font-weight: 500;
}

.bbpress .entry-header h1 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0 0 5px;
}

#bbp_search_submit {
  padding: 13px 35px;
}