/*
Theme Name: CatchThemesV2
Theme URI: https://catchthemes.com/
Author: the CatchThemes team
Author URI: https://catchthemes.org/
Description: Official Catch Themes Site.
Requires at least: 6.7
Tested up to: 6.8
Requires PHP: 7.2
Version: 2.1
Text Domain: catchthemes
Tags: accessibility-ready
*/

/**
 * Table of Contents
 *
 * 1.0 - Normalizefont
 * 2.0 - FontAwesome
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigation
 *   6.1 - Links
 *   6.2 - Menus
 *   6.3 - Tabs
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Widgets
 * 11.0 - Content
 *    11.1 - Header
 *    11.2 - Posts and pages
 *    11.3 - Post Formats
 *    11.4 - Comments
 *    11.5 - Sidebar
 *    11.6 - Footer
 * 12.0 - Media
 *    12.1 - Captions
 *    12.2 - Galleries
 * 13.0 - Multisite
 * 14.0 - Media Queries
 *    14.1 - >= 568px
 *    14.2 - >= 710px
 *    14.3 - >= 783px
 *    14.4 - >= 906px
 *    14.5 - >= 1024px
 *    14.6 - >= 1200px
 * 15.0 - Print
 */

/**
 * 1.0 - Normalize
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: 700;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

code,
kbd,
pre,
samp {
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

select {
  text-transform: none;
}

button {
  overflow: visible;
}

button,
input,
select,
textarea {
  max-width: 100%;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
  opacity: 0.5;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 0.4375em;
  padding: 0;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-outer-spin-button,
input[type="time"]::-webkit-inner-spin-button,
input[type="time"]::-webkit-outer-spin-button,
input[type="datetime-local"]::-webkit-inner-spin-button,
input[type="datetime-local"]::-webkit-outer-spin-button,
input[type="week"]::-webkit-inner-spin-button,
input[type="week"]::-webkit-outer-spin-button,
input[type="month"]::-webkit-inner-spin-button,
input[type="month"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #d1d1d1;
  margin: 0 0 1.75em;
  min-width: inherit;
  padding: 0.875em;
}

fieldset > :last-child {
  margin-bottom: 0;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

optgroup {
  font-weight: bold;
}

/**
 * 2.0 - FontAwesome
 */

.menu-item-has-children a:after,
.dropdown-toggle:after,
.menu-toggle:before,
.social-navigation a:before,
.bypostauthor > article .fn:after,
.comment-reply-title small a:before,
.pagination .prev:before,
.pagination .next:before,
.search-submit:before,
#section-reasons .hentry p:before,
#section-numbers .hentry h2:before,
#section-numbers .numbers-reviews span:before,
#section-testimonial .numbers-reviews span:before,
.theme-slider:before,
.theme-slider .cycle-prev:before,
.theme-slider .cycle-next:before,
.woocommerce-MyAccount-navigation ul li a:before,
.feat-list li:before {
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 16px;
  font-size: 1rem;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/**
 * 3.0 - Typography
 */

body,
button,
input,
select,
textarea {
  color: #1a1a1a;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
}

body,
button,
input,
select,
textarea,
#section-testimonial .section-subtitle,
#section-testimonial .entry-content .entry-title {
  font-family: "Merriweather", Georgia, serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  margin: 0;
  text-rendering: optimizeLegibility;
}

.site-title,
.site-header-menu,
#theme-navigation,
.button-minimal,
.site-theme-filters,
.theme-list .theme,
.plugin-list .theme,
.entry-summary .more-link,
.forum-titles,
.tab-nav {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
}

p {
  margin: 0 0 1.75em;
}

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

blockquote {
  border: 0 solid #1a1a1a;
  border-left-width: 4px;
  color: #686868;
  font-size: 19px;
  font-size: 1.1875rem;
  font-style: italic;
  line-height: 1.4736842105;
  margin: 0 0 1.4736842105em;
  overflow: hidden;
  padding: 0 0 0 1.263157895em;
}

blockquote,
q {
  quotes: none;
}

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

blockquote p {
  margin-bottom: 1.4736842105em;
}

blockquote cite,
blockquote small {
  color: #1a1a1a;
  display: block;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
}

blockquote cite:before,
blockquote small:before {
  content: "\2014\00a0";
}

blockquote em,
blockquote i,
blockquote cite {
  font-style: normal;
}

blockquote strong,
blockquote b {
  font-weight: 400;
}

blockquote > :last-child {
  margin-bottom: 0;
}

address {
  font-style: italic;
  margin: 0 0 1.75em;
}

code,
kbd,
tt,
var,
samp,
pre {
  font-family: monospace, monospace;
}

pre {
  border: 1px solid #d1d1d1;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3125;
  margin: 0 0 1.75em;
  max-width: 100%;
  overflow: auto;
  padding: 1.75em;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

code {
  background-color: #d1d1d1;
  padding: 0.125em 0.25em;
}

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

mark,
ins {
  background: #0085c3;
  color: #fff;
  padding: 0.125em 0.25em;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/**
 * 4.0 - Elements
 */

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

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

hr {
  background-color: #d1d1d1;
  border: 0;
  height: 1px;
  margin: 0 0 1.75em;
}

ul,
ol {
  margin: 0 0 1.75em 1.25em;
  padding: 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
  margin-left: 1.5em;
}

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

dl {
  margin: 0 0 1.75em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 0 1.75em;
}

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

del {
  opacity: 0.8;
}

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

table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 1.75em;
  table-layout: fixed;
  /* Prevents HTML tables from becoming too wide */
  width: 100%;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

th {
  border-width: 0 1px 1px 0;
  font-weight: 700;
}

td {
  border-width: 0 1px 1px 0;
}

th,
td {
  padding: 0.4375em;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
  color: #686868;
}

:-moz-placeholder {
  color: #686868;
}

::-moz-placeholder {
  color: #686868;
  opacity: 1;
  /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
  color: #686868;
}

/**
 * 5.0 - Forms
 */

input {
  line-height: normal;
}

button,
button[disabled]:hover,
button[disabled]:focus,
input[type="button"],
input[type="button"][disabled]:hover,
input[type="button"][disabled]:focus,
input[type="reset"],
input[type="reset"][disabled]:hover,
input[type="reset"][disabled]:focus,
input[type="submit"],
input[type="submit"][disabled]:hover,
input[type="submit"][disabled]:focus,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.bbpress .subscription-toggle,
.bbpress .favorite-toggle {
  background: #0085c3;
  border: 0;
  border-radius: unset;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.046875em;
  line-height: 1;
  padding: 0.84375em 0.875em 0.78125em;
  text-transform: uppercase;
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
.woocommerce #respond input#submit:hover,
.woocommerce #respond input#submit:focus,
.woocommerce a.button:hover,
.woocommerce a.button:focus,
.woocommerce button.button:hover,
.woocommerce button.button:focus,
.woocommerce input.button:hover,
.woocommerce button.button:focus,
.bbpress .subscription-toggle:hover,
.bbpress .subscription-toggle:focus,
.bbpress .favorite-toggle:hover,
.bbpress .favorite-toggle:focus {
  background: #3d843d;
  color: #fff;
}

.button .button-minimal {
  border: none;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  padding: 1em 2em;
}

.button .button-minimal.green {
  background-color: #4ca54c;
  box-shadow: 0 1px 0 0 #3d843d;
}

.button .button-minimal.blue {
  background-color: #0085c3;
  box-shadow: 0 1px 0 0 #00618d;
}

.button .button-minimal.grey {
  background-color: #f1f1f1;
  color: #1a1a1a;
}

.button .button-minimal.lightblue {
  background-color: #2693c5;
  box-shadow: 0 1px 0 0 #247aa2;
}

.button .button-minimal:hover,
.button .button-minimal:focus {
  background-color: #3d843d;
  color: #fff;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
  outline: thin dotted;
  outline-offset: -4px;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="week"],
input[type="month"],
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea {
  background: #f7f7f7;
  background-image: -webkit-linear-gradient(
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0)
  );
  border: 1px solid #d1d1d1;
  color: #686868;
  padding: 0.625em 0.4375em;
  width: 100%;
}

input[type="date"]:focus,
input[type="time"]:focus,
input[type="datetime-local"]:focus,
input[type="week"]:focus,
input[type="month"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus {
  background-color: #fff;
  border-color: #0085c3;
  color: #1a1a1a;
  outline: 0;
}

.post-password-form {
  margin-bottom: 1.75em;
}

.post-password-form label {
  color: #686868;
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 0.076923077em;
  line-height: 1.6153846154;
  margin-bottom: 1.75em;
  text-transform: uppercase;
}

.post-password-form input[type="password"] {
  margin-top: 0.4375em;
}

.post-password-form > :last-child {
  margin-bottom: 0;
}

.search-form {
  position: relative;
}

input[type="search"].search-field {
  border-radius: 2px 0 0 2px;
  width: -webkit-calc(100% - 42px);
  width: calc(100% - 42px);
}

.search-submit:before {
  content: "\f002";
  font-size: 24px;
  left: 2px;
  line-height: 42px;
  position: relative;
  width: 40px;
}

.search-submit {
  border-radius: 0 2px 2px 0;
  bottom: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 42px;
}

/* Contact Form 7 */
.wpcf7 input[type="email"],
.wpcf7 input[type="text"],
.wpcf7 input[type="url"],
.wpcf7 input[type="tel"] {
  width: 300px;
  max-width: 98%;
}

.wpcf7 textarea {
  height: 200px;
  width: 80%;
}

/**
 * 6.0 - Navigation
 */

/**
 * 6.1 - Links
 */

a {
  color: #0085c3;
  text-decoration: none;
}

a:hover,
a:focus,
a:active {
  color: #1a1a1a;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

.entry-content a,
.entry-summary a,
.taxonomy-description a,
.logged-in-as a,
.comment-content a,
.pingback .comment-body > a,
.textwidget a,
.entry-footer a:hover,
.site-info a:hover {
  box-shadow: 0 1px 0 0 currentColor;
}

.entry-content a:hover,
.entry-content a:focus,
.entry-summary a:hover,
.entry-summary a:focus,
.taxonomy-description a:hover,
.taxonomy-description a:focus,
.logged-in-as a:hover,
.logged-in-as a:focus,
.comment-content a:hover,
.comment-content a:focus,
.pingback .comment-body > a:hover,
.pingback .comment-body > a:focus,
.textwidget a:hover,
.textwidget a:focus {
  box-shadow: none;
}

/**
 * 6.2 - Menus
 */

.site-header-menu {
  display: none;
  -webkit-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  margin: 0.875em 0;
}

.site-header-menu.toggled-on,
.no-js .site-header-menu {
  display: block;
}

.site-footer .main-navigation {
  margin-bottom: 1.25em;
}

.main-navigation ul {
  list-style: none;
  margin: 0;
}

.main-navigation li {
  border-top: 1px solid #d1d1d1;
  position: relative;
}

.main-navigation a {
  color: #1a1a1a;
  display: block;
  line-height: 1.3125;
  outline-offset: -1px;
  padding: 0.84375em 0;
}

.main-navigation .current-menu-parent a,
.main-navigation a:hover,
.main-navigation a:focus {
  color: #0085c3;
}

.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a {
  color: #0085c3;
}

.main-navigation .myaccount a {
  background-color: #4ca54c;
  color: #fff;
  padding-left: 0.875em;
  padding-right: 0.875em;
}

.main-navigation .myaccount.current-menu-item a,
.main-navigation .myaccount a:hover,
.main-navigation .myaccount a:focus {
  background-color: #3d843d;
  color: #fff;
}

.main-navigation ul ul {
  display: none;
  margin-left: 0.875em;
}

.no-js .main-navigation ul ul {
  display: block;
}

.main-navigation ul .toggled-on {
  display: block;
}

.main-navigation .primary-menu {
  border-bottom: 1px solid #d1d1d1;
}

.main-navigation .menu-item-has-children > a {
  margin-right: 56px;
}

.dropdown-toggle {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #1a1a1a;
  content: "";
  height: 48px;
  padding: 0;
  position: absolute;
  right: 0;
  text-transform: none;
  top: 0;
  width: 48px;
}

.dropdown-toggle:after {
  border: 0 solid #d1d1d1;
  border-left-width: 1px;
  content: "\f078";
  font-size: 24px;
  left: 1px;
  position: relative;
  width: 48px;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
  background-color: transparent;
  color: #0085c3;
}

.dropdown-toggle:focus {
  outline: thin dotted;
  outline-offset: -1px;
}

.dropdown-toggle:focus:after {
  border-color: transparent;
}

.dropdown-toggle.toggled-on:after {
  content: "\f077";
}

.site-header .main-navigation + .social-navigation {
  margin-top: 1.75em;
}

.social-navigation ul {
  list-style: none;
  margin: 0 0 -0.4375em;
}

.social-navigation li {
  float: left;
  margin: 0 0.4375em 0.4375em 0;
}

.social-navigation a {
  border: 1px solid #d1d1d1;
  border-radius: 50%;
  color: #1a1a1a;
  display: block;
  height: 35px;
  position: relative;
  width: 35px;
}

.social-navigation a:before {
  content: "\f415";
  height: 33px;
  line-height: 33px;
  text-align: center;
  width: 33px;
}

.social-navigation a:hover:before,
.social-navigation a:focus:before {
  color: #0085c3;
}

.social-navigation a[href*="codepen.io"]:before {
  content: "\f1cb";
}

.social-navigation a[href*="digg.com"]:before {
  content: "\f1a6";
}

.social-navigation a[href*="dribbble.com"]:before {
  content: "\f17d";
}

.social-navigation a[href*="dropbox.com"]:before {
  content: "\f16b";
}

.social-navigation a[href*="facebook.com"]:before {
  content: "\f09a";
}

.social-navigation a[href*="flickr.com"]:before {
  content: "\f16e";
}

.social-navigation a[href*="foursquare.com"]:before {
  content: "\f180";
}

.social-navigation a[href*="plus.google.com"]:before {
  content: "\f0d5";
}

.social-navigation a[href*="github.com"]:before {
  content: "\f113";
}

.social-navigation a[href*="instagram.com"]:before {
  content: "\f16d";
}

.social-navigation a[href*="linkedin.com"]:before {
  content: "\f0e1";
}

.social-navigation a[href*="pinterest.com"]:before {
  content: "\f231";
}

.social-navigation a[href*="reddit.com"]:before {
  content: "\f281";
}

.social-navigation a[href*="skype.com"]:before {
  content: "\f17e";
}

.social-navigation a[href*="stumbleupon.com"]:before {
  content: "\f1a4";
}

.social-navigation a[href*="tumblr.com"]:before {
  content: "\f173";
}

.social-navigation a[href*="twitter.com"]:before {
  content: "\f099";
}

.social-navigation a[href*="vimeo.com"]:before {
  content: "\f27d";
}

.social-navigation a[href*="wordpress.com"]:before,
.social-navigation a[href*="wordpress.org"]:before {
  content: "\f19a";
}

.social-navigation a[href*="youtube.com"]:before {
  content: "\f167";
}

.social-navigation a[href^="mailto:"]:before {
  content: "\f0e0";
}

.social-navigation a[href*="spotify.com"]:before {
  content: "\f1bc";
}

.social-navigation a[href*="twitch.tv"]:before {
  content: "\f1e8";
}

.social-navigation a[href$="/feed/"]:before {
  content: "\f09e";
}

.social-navigation a[href*="#page"]:before {
  content: "\f077";
}

.post-navigation a {
  color: #1a1a1a;
  display: block;
  padding: 1.75em;
}

.post-navigation span {
  display: block;
}

.post-navigation .meta-nav {
  color: #686868;
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 0.076923077em;
  line-height: 1.6153846154;
  margin-bottom: 0.5384615385em;
  text-transform: uppercase;
}

.post-navigation .post-title {
  display: inline;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2173913043;
  text-rendering: optimizeLegibility;
}

.post-navigation a:hover .post-title,
.post-navigation a:focus .post-title {
  color: #0085c3;
}

.post-navigation .nav-links {
  clear: both;
  display: block;
  overflow: hidden;
}

.post-navigation,
.pagination {
  background-color: #f1f1f1;
  border: 1px solid #dedede;
  -webkit-box-shadow: 0 1px 1px -1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px -1px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  clear: both;
  display: block;
}

.pagination {
  font-size: 19px;
  font-size: 1.1875rem;
  margin: 0 7.6923% 2.947368421em;
  min-height: 52px;
  position: relative;
  text-align: center;
}

.theme-pagination {
  clear: both;
  padding: 0.625em;
}

.theme-pagination .pagination {
  margin: 0;
}

.pagination a:hover,
.pagination a:focus {
  color: #1a1a1a;
}

/* reset screen-reader-text */
.pagination .current .screen-reader-text {
  position: static !important;
}

.pagination .page-numbers {
  display: none;
  letter-spacing: 0.013157895em;
  line-height: 1;
  margin: 0 0.7368421053em 0 -0.7368421053em;
  padding: 0.8157894737em 0.7368421053em 0.3947368421em;
  text-transform: uppercase;
}

.pagination .current {
  display: inline-block;
  font-weight: 700;
}

.pagination .prev,
.pagination .next {
  background-color: #1a1a1a;
  color: #fff;
  display: inline-block;
  height: 52px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 52px;
  z-index: 2;
}

.pagination .prev:before,
.pagination .next:before {
  font-size: 32px;
  height: 53px;
  line-height: 52px;
  position: relative;
  width: 53px;
}

.pagination .prev:hover,
.pagination .prev:focus,
.pagination .next:hover,
.pagination .next:focus {
  background-color: #00618d;
  color: #fff;
}

.pagination .prev:focus,
.pagination .next:focus {
  outline: 0;
}

.pagination .prev {
  float: left;
}

.pagination .prev:before {
  content: "\f177";
  left: -1px;
  top: -1px;
  text-align: center;
}

.pagination .next {
  float: right;
}

.pagination .next:before {
  content: "\f178";
  right: -1px;
  top: -1px;
  text-align: center;
}

.image-navigation,
.comment-navigation {
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  color: #686868;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.6153846154;
  margin: 0 7.6923% 2.1538461538em;
  padding: 1.0769230769em 0;
}

.comment-navigation {
  margin-right: 0;
  margin-left: 0;
}

.comments-title + .comment-navigation {
  border-bottom: 0;
  margin-bottom: 0;
}

.image-navigation .nav-previous:not(:empty),
.image-navigation .nav-next:not(:empty),
.comment-navigation .nav-previous:not(:empty),
.comment-navigation .nav-next:not(:empty) {
  display: inline-block;
}

.image-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before,
.comment-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before {
  content: "\002f";
  display: inline-block;
  opacity: 0.7;
  padding: 0 0.538461538em;
}

/**
 * 6.3 - Tabs
 */

.tab-nav {
  background-color: #e6e6e6;
}

.tab-nav .wrapper {
  padding: 0;
}

.ui-tabs .tab-nav ul {
  display: block;
  list-style: none;
  margin: 0;
  text-align: center;
}

.ui-tabs .tab-nav ul li {
  display: inline-block;
}

.ui-tabs .tab-nav a {
  background-color: #e6e6e6;
  box-shadow: none;
  color: #1a1a1a;
  display: block;
  font-size: 16px;
  font-size: 1rem;
  outline: none;
  padding: 0.65625em 0.875em;
}

.ui-tabs .tab-nav a:hover,
.ui-tabs .tab-nav a:focus,
.ui-tabs .tab-nav .ui-state-active a {
  background-color: #fff;
}

.tab-header {
  padding: 20px 40px;
  text-align: center;
}

/**
 * 7.0 - Accessibility
 */

/* Text meant only for screen readers */
.says,
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  /* many screen reader and browser combinations announce broken words as they would appear visually */
  word-wrap: normal !important;
}

/* must have higher specificity than alternative color schemes inline styles */
.site .skip-link {
  background-color: #f1f1f1;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: 700;
  left: -9999em;
  outline: none;
  padding: 15px 23px 14px;
  text-decoration: none;
  text-transform: none;
  top: -9999em;
}

.logged-in .site .skip-link {
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
}

.site .skip-link:focus {
  clip: auto;
  height: auto;
  left: 6px;
  top: 7px;
  width: auto;
  z-index: 100000;
}

/**
 * 8.0 - Alignments
 */

.alignleft {
  float: left;
  margin: 0.375em 1.75em 1.75em 0;
}

.alignright {
  float: right;
  margin: 0.375em 0 1.75em 1.75em;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 1.75em;
}

blockquote.alignleft {
  margin: 0.3157894737em 1.4736842105em 1.473684211em 0;
}

blockquote.alignright {
  margin: 0.3157894737em 0 1.473684211em 1.4736842105em;
}

blockquote.aligncenter {
  margin-bottom: 1.473684211em;
}

/**
 * 9.0 - Clearings
 */

.clear:before,
.clear:after,
blockquote:before,
blockquote:after,
.entry-content:before,
.entry-content:after,
.entry-summary:before,
.entry-summary:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.site-main > article:before,
.site-main > article:after,
.primary-menu:before,
.primary-menu:after,
.social-links-menu:before,
.social-links-menu:after,
#theme-features:before,
#theme-features:after,
.tab-containter:before,
.tab-containter:after,
.textwidget:before,
.textwidget:after {
  content: "";
  display: table;
}

.clear:after,
blockquote:after,
.entry-content:after,
.entry-summary:after,
.comment-content:after,
.site-content:after,
.site-main > article:after,
.primary-menu:after,
.social-links-menu:after,
#theme-features:after,
.tab-containter:after,
.textwidget:after {
  clear: both;
}

/**
 * 10.0 - Widgets
 */

.widget-area > :last-child,
.widget > :last-child {
  margin-bottom: 0;
}

.widget .widget-title {
  border-bottom: 1px solid #eee;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.046875em;
  line-height: 1.3125;
  margin: 0 0 0.625em;
  padding: 0 0 0.625em;
  text-transform: uppercase;
}

*/

/* Recent Posts widget */
.widget_recent_entries .post-date {
  color: #686868;
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.615384615;
  margin-bottom: 0.538461538em;
}

.widget_recent_entries li:last-child .post-date {
  margin-bottom: 0;
}

/* Tag Cloud widget */
.tagcloud a {
  border: 1px solid #d1d1d1;
  border-radius: 2px;
  display: inline-block;
  line-height: 1;
  margin: 0 0.1875em 0.4375em 0;
  padding: 0.5625em 0.4375em 0.5em;
}

.tagcloud a:hover,
.tagcloud a:focus {
  border-color: #0085c3;
  color: #0085c3;
  outline: 0;
}

/* Theme Posts widget */
#secondary .themes-posts-widget .hentry {
  padding: 7px 0;
}

#secondary .themes-posts-widget .theme-featured-image,
#secondary .themes-posts-widget .theme-container {
  display: inline-block;
  float: left;
}

#secondary .themes-posts-widget .theme-featured-image {
  width: 55%;
  margin-bottom: 14px;
  max-width: 245px;
}
#secondary .themes-posts-widget .theme-container {
  width: 45%;
}

#secondary .themes-posts-widget .theme-featured-image img {
  padding-right: 14px;
}

#secondary .themes-posts-widget .theme-featured-image a:hover img,
#secondary .themes-posts-widget .theme-featured-image a:focus img {
  opacity: 0.7;
}

#secondary .themes-posts-widget .theme-title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: normal;
}

#secondary .themes-posts-widget .entry-summary {
  clear: both;
}

#secondary .themes-posts-widget .price,
#secondary .themes-posts-widget .button {
  margin-top: 7px;
}

#secondary .themes-posts-widget .button-minimal {
  box-shadow: none;
  padding: 3px 10px;
  font-size: 13px;
  letter-spacing: 1px;
}

/**
 * 11.0 - Content
 */

.site {
  background-color: #fff;
}

.wrapper {
  margin: 0 auto;
  max-width: 1600px;
  position: relative;
}

#section-header .wrapper {
  max-width: 1260px;
}

.entry-containter .wrapper,
#theme-changelog {
  max-width: 1024px;
}

#theme-instructions-content,
#theme-changelog {
  margin: 0 auto;
}

#theme-instructions-content h2 {
  border-top: 1px solid #eee;
  margin-top: 28px;
  padding-top: 21px;
}

#theme-instructions-content h2:first-child {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}

#theme-instructions-content h3 {
  margin-top: 7px;
}

.target-highlight {
  -webkit-animation: target-fade 3s 1;
  -moz-animation: target-fade 3s 1;
}

@-webkit-keyframes target-fade {
  0% {
    background-color: rgba(255, 255, 153, 0.8);
  }
  100% {
    background-color: rgba(255, 255, 153, 0);
  }
}
@-moz-keyframes target-fade {
  0% {
    background-color: rgba(255, 255, 153, 0.8);
  }
  100% {
    background-color: rgba(255, 255, 153, 0);
  }
}

.single-themes #section-header .wrapper,
.page-template-features-page .entry-containter .wrapper,
.page-template-support-page .entry-containter .wrapper,
.page-template-my-account .entry-containter .wrapper,
.page-template-hosting-page .entry-containter .wrapper,
.page-template-support-membership .entry-containter .wrapper,
.page-template-pricing-page .entry-containter .wrapper,
#layout-two-columns .wrapper {
  display: block;
  max-width: 1600px;
  overflow: hidden;
}

.site-content {
  word-wrap: break-word;
}

#layout-two-columns .content-area {
  float: left;
  width: 100%;
}

.has-post-thumbnail .archive-post-wrap .featured-image {
  width: 25%;
  float: left;
}

.has-post-thumbnail .archive-post-wrap .featured-image img {
  width: 100%;
}

.archive-post-wrap .featured-image a {
  background-color: #eee;
  border: 1px solid #eee;
  display: block;
  padding: 0.625em;
}

.has-post-thumbnail .archive-post-wrap .entry-container {
  float: right;
  padding-left: 1.75em;
  padding-right: 1.25em;
  width: 75%;
}

.archive-post-wrap {
  border-bottom: 1px solid #eee;
}

.archive-post-wrap .entry-title {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4;
}

.archive-post-wrap .entry-summary {
  font-size: 14px;
  font-size: 0.875rem;
}

.archive-post-wrap .entry-summary .more-link {
  background-color: #0085c3;
  clear: both;
  color: #fff;
  display: block;
  margin-top: 1.25em;
  padding: 1em;
  text-align: center;
  width: 150px;
}

.archive-post-wrap .entry-summary .more-link:hover,
.archive-post-wrap .entry-summary .more-link:focus {
  background-color: #3d843d;
  color: #fff;
}

#layout-two-columns .sidebar {
  font-size: 14px;
  font-size: 0.875rem;
  float: right;
  width: 100%;
}

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

.site-main > :last-child {
  margin-bottom: 0;
}

.select-theme select {
  font-size: 0.875em;
  font-size: 14px;
  max-width: 320px;
  padding: 5px;
  width: 100%;
}

.select-theme select option {
  max-width: 320px;
}

.compare-table table,
.compare-table th,
.compare-table td {
  border-color: #eee;
}

.compare-table th,
.compare-table td {
  padding: 7px;
  text-align: center;
}

.compare-table tbody tr:nth-child(odd) {
  background-color: #fbfbfb;
}

.compare-table .fa {
  font-size: 18px;
  font-size: 1.125rem;
}

.compare-table .fa-check {
  color: #4ca54c;
}

.compare-table .fa-close {
  color: #c83842;
}

/**
 * 11.1 - Header
 */

.site-header {
  background-color: #fff;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}

.site-header.full-height {
  height: 100%;
  overflow-y: scroll;
}

.site-header-main {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.site-branding {
  margin: 0.875em auto 0.875em 0;
  /* Avoid overflowing wide custom logo in small screens in Firefox and IEs */
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
}

.site-branding,
.site-header-menu,
.menu-toggle,
.header-image {
  margin-top: 0.625em;
  margin-bottom: 0.625em;
}

.menu-toggle:before {
  content: "\f0c9";
}

.menu-toggle.toggled-on:before {
  content: "\f00d";
}

.site-logo,
.site-identity {
  display: inline-block;
  float: left;
}

.custom-logo-link {
  display: block;
}

.custom-logo {
  width: auto;
}

.site-title {
  font-weight: 700;
  line-height: 1;
  margin: 0;
}

.site-branding .site-title a {
  color: #0085c3;
}

.site-branding .site-title a:hover,
.site-branding .site-title a:focus,
.site-logo a:hover img {
  opacity: 0.9;
}

.wp-custom-logo .site-identity {
  margin: 0.375em 0 0.375em 0.3125em;
}

.site-description {
  margin-bottom: 0;
}

.wp-custom-logo .site-description {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}

.menu-toggle {
  background-color: transparent;
  border: 1px solid #d1d1d1;
  color: #1a1a1a;
  font-size: 13px;
  font-size: 0.8125rem;
  margin: 1.076923077em 0;
  padding: 0.769230769em;
}

.no-js .menu-toggle {
  display: none;
}

.menu-toggle:hover,
.menu-toggle:focus {
  background-color: transparent;
  border-color: #0085c3;
  color: #0085c3;
}

.menu-toggle.toggled-on,
.menu-toggle.toggled-on:hover,
.menu-toggle.toggled-on:focus {
  background-color: #1a1a1a;
  border-color: #1a1a1a;
  color: #fff;
}

.menu-toggle:focus {
  outline: 0;
}

.menu-toggle.toggled-on:focus {
  outline: thin dotted;
}

.menu-toggle span {
  display: none;
  margin-left: 7px;
}

.header-image {
  clear: both;
  margin: 0.875em 0;
  text-align: center;
}

.header-image a {
  display: block;
}

.header-image a:hover img,
.header-image a:focus img {
  opacity: 0.85;
}

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

.js .admin-bar .site-header.shrink {
  top: 0;
}

.js .site-header.shrink {
  -webkit-box-shadow: 0 1px rgba(34, 34, 34, 0.1);
  -moz-box-shadow: 0 1px rgba(34, 34, 34, 0.1);
  box-shadow: 0 1px rgba(34, 34, 34, 0.1);
}

.js .site-header.shrink .wrapper {
  padding-top: 0;
  padding-bottom: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.js .site-header.shrink .site-header-menu {
  margin-top: 0.625em;
  margin-bottom: 0.625em;
}

.site-header + div {
  margin-top: 3.75em;
}

/**
 * 11.2 - Posts and pages
 */

.site-main > article {
  position: relative;
}

.entry-title {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 1em;
}

.entry-title a {
  color: #1a1a1a;
}

.entry-title a:hover,
.entry-title a:focus {
  color: #0085c3;
}

.post-thumbnail {
  display: block;
  margin-bottom: 1.75em;
}

.post-thumbnail img {
  display: block;
  margin: 0 auto;
}

a.post-thumbnail:hover,
a.post-thumbnail:focus {
  opacity: 0.85;
}

.entry-content,
.entry-summary {
  border-color: #d1d1d1;
}

.entry-content h1,
.entry-summary h1,
.comment-content h1 {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.25;
  margin-top: 2em;
  margin-bottom: 1em;
}

.entry-content h2,
.entry-summary h2,
.main-features h2,
.comment-content h2,
.textwidget h2,
#theme-features .entry-title {
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 1.2173913043;
  margin-top: 2.4347826087em;
  margin-bottom: 1.2173913043em;
}

#theme-features .entry-title {
  margin-top: 1.2173913043em;
}

.entry-content h3,
.entry-summary h3,
.comment-content h3,
.textwidget h3 {
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 1.1052631579;
  margin-top: 2.9473684211em;
  margin-bottom: 1.4736842105em;
}

.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-summary h4,
.entry-summary h5,
.entry-summary h6,
.comment-content h4,
.comment-content h5,
.comment-content h6,
.textwidget h4,
.textwidget h5,
.textwidget h6 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3125;
  margin-top: 1.75em;
  margin-bottom: 1.473684211em;
}

.entry-content h4,
.entry-summary h4,
.comment-content h4,
.textwidget h4 {
  letter-spacing: 0.140625em;
  text-transform: uppercase;
}

.entry-content h6,
.entry-summary h6,
.comment-content h6,
.textwidget h6 {
  font-style: italic;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-summary h1,
.entry-summary h2,
.entry-summary h3,
.entry-summary h4,
.entry-summary h5,
.entry-summary h6,
.main-features h2,
.comment-content h1,
.comment-content h2,
.comment-content h3,
.comment-content h4,
.comment-content h5,
.comment-content h6,
.textwidget h1,
.textwidget h2,
.textwidget h3,
.textwidget h4,
.textwidget h5,
.textwidget h6 {
  font-weight: 900;
}

.entry-content h1:first-child,
.entry-content h2:first-child,
.entry-content h3:first-child,
.entry-content h4:first-child,
.entry-content h5:first-child,
.entry-content h6:first-child,
.entry-summary h1:first-child,
.entry-summary h2:first-child,
.entry-summary h3:first-child,
.entry-summary h4:first-child,
.entry-summary h5:first-child,
.entry-summary h6:first-child,
.main-features h2:first-child,
.comment-content h1:first-child,
.comment-content h2:first-child,
.comment-content h3:first-child,
.comment-content h4:first-child,
.comment-content h5:first-child,
.comment-content h6:first-child,
.textwidget h1:first-child,
.textwidget h2:first-child,
.textwidget h3:first-child,
.textwidget h4:first-child,
.textwidget h5:first-child,
.textwidget h6:first-child {
  margin-top: 0;
}

.post-navigation .post-title,
.entry-title,
.comments-title {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.entry-content > :last-child,
.entry-summary > :last-child,
.page-content > :last-child,
.taxonomy-description > :last-child,
.comment-content > :last-child,
.support-lists-wrap > :last-child,
.textwidget > :last-child {
  margin-bottom: 0;
}

.more-link {
  white-space: nowrap;
}

.author-info {
  border-color: inherit;
  border-style: solid;
  border-width: 1px 0 1px 0;
  clear: both;
  padding-top: 1.75em;
  padding-bottom: 1.75em;
}

.author-avatar .avatar {
  float: left;
  height: 42px;
  margin: 0 1.75em 1.75em 0;
  width: 42px;
}

.author-description > :last-child {
  margin-bottom: 0;
}

.entry-content .author-title {
  clear: none;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.75;
  margin: 0;
}

.author-bio {
  color: #686868;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.6153846154;
  margin-bottom: 1.6153846154em;
  overflow: hidden;
}

.author-link {
  white-space: nowrap;
}

.entry-footer {
  color: #686868;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.6153846154;
  margin-top: 2.1538461538em;
}

.entry-footer:empty {
  margin: 0;
}

.entry-footer a {
  color: #686868;
}

.entry-footer a:hover,
.entry-footer a:focus {
  color: #0085c3;
}

.entry-footer > span:not(:last-child):after {
  content: "\002f";
  display: inline-block;
  opacity: 0.7;
  padding: 0 0.538461538em;
}

.entry-footer .avatar {
  height: 21px;
  margin: -0.1538461538em 0.5384615385em 0 0;
  width: 21px;
}

.single .entry-footer .posted-on,
.single .entry-footer .cat-links,
.single .entry-footer .tags-links,
.single .entry-footer .edit-link {
  clear: both;
  display: block;
  margin-top: 7px;
}

.sticky-post {
  color: #686868;
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 0.076923077em;
  line-height: 1.6153846154;
  margin-bottom: 0.5384615385em;
  text-transform: uppercase;
}

/**
 * IE8 and earlier will drop any block with CSS3 selectors.
 * Do not combine these styles with the next block.
 */
.updated:not(.published) {
  display: none;
}

.sticky .posted-on,
.byline {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-header {
  border-top: 4px solid #1a1a1a;
  margin: 0 7.6923% 3.5em;
  padding-top: 1.75em;
}

body.error404 .page-header,
body.search-no-results .page-header {
  border-top: 0;
  padding-top: 0;
}

.error404 .widget {
  margin-top: 2.5em;
}

.page-title {
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 1.2173913043;
}

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

.page-links a,
.page-links > span {
  border: 1px solid #d1d1d1;
  border-radius: 2px;
  display: inline-block;
  font-size: 13px;
  font-size: 0.8125rem;
  height: 1.8461538462em;
  line-height: 1.6923076923em;
  margin-right: 0.3076923077em;
  text-align: center;
  width: 1.8461538462em;
}

.page-links a {
  background-color: #1a1a1a;
  border-color: #1a1a1a;
  color: #fff;
}

.page-links a:hover,
.page-links a:focus {
  background-color: #0085c3;
  border-color: transparent;
  color: #fff;
}

.page-links > .page-links-title {
  border: 0;
  color: #1a1a1a;
  height: auto;
  margin: 0;
  padding-right: 0.6153846154em;
  width: auto;
}

.entry-attachment {
  margin-bottom: 1.75em;
}

.entry-caption {
  color: #686868;
  font-size: 13px;
  font-size: 0.8125rem;
  font-style: italic;
  line-height: 1.6153846154;
  padding-top: 1.0769230769em;
}

.entry-caption > :last-child {
  margin-bottom: 0;
}

/* Pricing Page */
#pricing-content {
  max-width: 790px;
  margin: 0 auto;
  text-align: center;
}
#special-pricing .cols,
#special-pricing .one-column {
  border: 1px solid #eee;
}

#special-pricing .one-column {
  margin-top: 60px;
}

#special-pricing .row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

#special-pricing .pricing {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  margin-bottom: 30px;
}

#special-pricing .pricing {
  position: relative;
}

#special-pricing .pricing-header,
#special-pricing .pricing-content,
#special-pricing .price {
  padding: 30px;
  width: 100%;
}

#special-pricing .pricing-content {
  padding-bottom: 90px;
}

#special-pricing .main-pricing {
  background-color: #2976b7;
  color: #fff;
}

#special-pricing .pricing-header,
#special-pricing .price {
  text-align: center;
}

#special-pricing .price {
  background-color: #fbfbfb;
}

#special-pricing .main-pricing .price {
  background-color: #266eaa;
  color: #fff;
}

#special-pricing h2,
#special-pricing h3,
#special-pricing h4 {
  margin: 0;
}

#special-pricing p {
  margin: 7px 0 0;
}

#special-pricing sup {
}

#special-pricing .button-minimal {
  display: block;
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
}

#special-pricing .button {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 30px;
}

#special-pricing h2,
#special-pricing h4 {
  font-size: 28px;
  font-size: 1.75rem;
}

#special-pricing h3 {
  margin: 14px 0 0;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: normal;
  line-height: 1.3;
}

@media screen and (min-width: 35.5em) {
  #special-pricing .pricing {
    flex-basis: 50%;
  }
}

@media screen and (min-width: 75em) {
  #special-pricing .pricing {
    margin-bottom: 0;
  }

  #special-pricing .four-columns .pricing {
    flex-basis: 25%;
  }

  #special-pricing .three-columns .pricing {
    flex-basis: 33.33%;
  }

  #special-pricing h2,
  #special-pricing h4 {
    font-size: 32px;
    font-size: 2rem;
  }

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

/**
 * 11.3 - Post Formats
 */

.format-aside .entry-title,
.format-image .entry-title,
.format-video .entry-title,
.format-quote .entry-title,
.format-gallery .entry-title,
.format-status .entry-title,
.format-link .entry-title,
.format-audio .entry-title,
.format-chat .entry-title {
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 1.473684211;
  margin-bottom: 1.473684211em;
}

.blog .format-status .entry-title,
.archive .format-status .entry-title {
  display: none;
}

/**
 * 11.4 - Comments
 */

.comments-area {
  display: block;
  margin: 0 auto;
  max-width: 1024px;
  padding: 1.25em 1.875em;
}

.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
  padding-top: 1.75em;
}

.comments-title,
.comment-reply-title {
  border-top: 4px solid #1a1a1a;
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: 700;
  line-height: 1.3125;
  padding-top: 1.217391304em;
}

.comments-title {
  margin-bottom: 1.217391304em;
}

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

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
  border-top: 1px solid #d1d1d1;
  padding: 1.75em 0;
}

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

.comment-list .children > li {
  padding-left: 0.875em;
}

.comment-author {
  color: #1a1a1a;
  margin-bottom: 0.4375em;
}

.comment-author .avatar {
  float: left;
  height: 28px;
  margin-right: 0.875em;
  position: relative;
  width: 28px;
}

.bypostauthor > article .fn:after {
  content: "\f007";
  left: 5px;
  position: relative;
  top: 0;
}

.comment-metadata,
.pingback .edit-link {
  color: #686868;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.6153846154;
}

.comment-metadata {
  margin-bottom: 2.1538461538em;
}

.comment-metadata a,
.pingback .comment-edit-link {
  color: #686868;
}

.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .comment-edit-link:hover,
.pingback .comment-edit-link:focus {
  color: #0085c3;
}

.comment-metadata .edit-link,
.pingback .edit-link {
  display: inline-block;
}

.comment-metadata .edit-link:before,
.pingback .edit-link:before {
  content: "\002f";
  display: inline-block;
  opacity: 0.7;
  padding: 0 0.538461538em;
}

.comment-content ul,
.comment-content ol {
  margin: 0 0 1.5em 1.25em;
}

.comment-content li > ul,
.comment-content li > ol {
  margin-bottom: 0;
}

.comment-reply-link {
  border: 1px solid #d1d1d1;
  border-radius: 2px;
  color: #0085c3;
  display: inline-block;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1;
  margin-top: 2.1538461538em;
  padding: 0.5384615385em 0.5384615385em 0.4615384615em;
}

.comment-reply-link:hover,
.comment-reply-link:focus {
  border-color: currentColor;
  color: #0085c3;
  outline: 0;
}

.comment-form {
  padding-top: 1.75em;
}

.comment-form label {
  color: #686868;
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 0.076923077em;
  line-height: 1.6153846154;
  margin-bottom: 0.5384615385em;
  text-transform: uppercase;
}

.comment-list .comment-form {
  padding-bottom: 1.75em;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
  color: #686868;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.6153846154;
  margin-bottom: 2.1538461538em;
}

.no-comments {
  border-top: 1px solid #d1d1d1;
  font-weight: 700;
  margin: 0;
  padding-top: 1.75em;
}

.comment-navigation + .no-comments {
  border-top: 0;
  padding-top: 0;
}

.required {
  color: #0085c3;
}

.comment-reply-title small {
  font-size: 100%;
}

.comment-reply-title small a {
  border: 0;
  float: right;
  height: 32px;
  overflow: hidden;
  width: 26px;
}

.comment-reply-title small a:hover,
.comment-reply-title small a:focus {
  color: #1a1a1a;
}

.comment-reply-title small a:before {
  content: "\f00d";
  font-size: 32px;
  position: relative;
  top: -5px;
}

/**
 * 11.5 - Sidebar
 */

.sidebar {
  margin-bottom: 2em;
}

/**
 * 11.6 - Footer
 */

.site-footer {
  border-top: 1px solid #eee;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-size: 0.875;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
}

.footer-navigation,
.site-footer .social-navigation {
  margin-bottom: 1.25em;
}

.footer-navigation ul {
  list-style: none;
  margin: 0;
}

.footer-navigation li {
  display: inline-block;
}

.footer-navigation a {
  color: #686868;
  display: block;
  padding: 0.65625em 0.875em;
}

.footer-navigation a:hover,
.footer-navigation a:focus,
.footer-navigation .current-menu-item a {
  color: #0085c3;
}

.site-footer .social-navigation ul {
  margin: 0;
}

.site-footer .social-navigation li {
  display: inline-block;
  float: none;
  margin: 0 0.4375em 0.65625em 0;
}

.site-info {
  color: #686868;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.6153846154;
  order: 1;
  padding: 0 0.875em 0.65625em;
  -webkit-order: 1;
  -ms-flex-order: 1;
}

.site-info a {
  color: #686868;
}

.site-info a:hover,
.site-info a:focus {
  color: #0085c3;
}

.site-footer .site-title {
  font-family: inherit;
  font-size: inherit;
  font-weight: 400;
  text-transform: capitalize;
}

/**
 * 12.0 - Media
 */

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

.entry-content .wp-smiley,
.entry-summary .wp-smiley,
.comment-content .wp-smiley,
.textwidget .wp-smiley {
  border: none;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

.entry-content a img,
.entry-summary a img,
.comment-content a img,
.textwidget a img {
  display: block;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object,
video {
  margin-bottom: 1.75em;
  max-width: 100%;
  vertical-align: middle;
}

p > embed,
p > iframe,
p > object,
p > video {
  margin-bottom: 0;
}

.entry-content .wp-audio-shortcode a,
.entry-content .wp-playlist a {
  box-shadow: none;
}

.wp-audio-shortcode,
.wp-video,
.wp-playlist.wp-audio-playlist {
  margin-top: 0;
  margin-bottom: 1.75em;
}

.wp-playlist.wp-audio-playlist {
  padding-bottom: 0;
}

.wp-playlist .wp-playlist-tracks {
  margin-top: 0;
}

.wp-playlist-item .wp-playlist-caption {
  border-bottom: 0;
  padding: 0.7142857143em 0;
}

.wp-playlist-item .wp-playlist-item-length {
  top: 0.7142857143em;
}

/**
 * 12.1 - Captions
 */

.wp-caption {
  margin-bottom: 1.75em;
  max-width: 100%;
}

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

.wp-caption .wp-caption-text {
  color: #686868;
  font-size: 13px;
  font-size: 0.8125rem;
  font-style: italic;
  line-height: 1.6153846154;
  padding-top: 0.5384615385em;
}

/**
 * 12.2 - Galleries
 */

.gallery {
  margin: 0 -1.1666667% 1.75em;
}

.gallery-item {
  display: inline-block;
  max-width: 33.33%;
  padding: 0 1.1400652% 2.2801304%;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

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

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.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-icon img {
  margin: 0 auto;
}

.gallery-caption {
  color: #686868;
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  font-style: italic;
  line-height: 1.6153846154;
  padding-top: 0.5384615385em;
}

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

/* New Elements */
#section-header,
#section-promotion,
#section-plugins,
#section-fse-plugin,
#section-numbers,
#section-logo,
.support-forum,
.theme-demos-section,
#build-dreams {
  background: #00618d; /* For browsers that do not support gradients */
  background: -webkit-radial-gradient(
    circle farthest-side at center bottom,
    #0085c3,
    #00618d 110%
  ); /* Safari 5.1 to 6.0 */
  background: -o-radial-gradient(
    circle farthest-side at center bottom,
    #0085c3,
    #00618d 110%
  ); /* For Opera 11.6 to 12.0 */
  background: -moz-radial-gradient(
    circle farthest-side at center bottom,
    #0085c3,
    #00618d 110%
  ); /* For Firefox 3.6 to 15 */
  background: radial-gradient(
    circle farthest-side at center bottom,
    #0085c3,
    #00618d 110%
  );
}

#section-archive-description {
  background-color: #00618d;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
}

#section-archive-description .wrapper {
  padding-top: 1.25em;
}

#section-archive-description p {
  margin-bottom: 0;
}

#section-header .entry-title,
.sections .section-title,
.tab-header .entry-title {
  font-weight: normal;
  line-height: 1.25;
  margin-bottom: 0;
}

.single-themes .entry-footer {
  color: #eee;
}

#section-header,
#section-promotion,
#section-plugins,
#section-logo,
#support-forum,
#theme-demos-section,
#build-dreams {
  color: #fff;
  position: relative;
}

#section-logo .entry-content .hentry {
  display: inline-block;
  float: left;
  width: 50%;
}

#section-header .entry-content,
#section-promotion .entry-content,
#section-plugins .entry-content,
#section-header .entry-summary {
  margin-left: auto;
  margin-right: auto;
  max-width: 860px;
}

#section-promotion span,
#section-plugins span {
  clear: both;
  display: block;
  text-align: center;
}

#section-header .entry-content a,
#section-header .entry-summary a {
  color: #fff;
}

#theme-navigation {
  margin-bottom: 0.25em;
}

#theme-navigation ul {
  background-color: #e6e6e6;
  display: inline-block;
  list-style: none;
  margin: 0;
}

#theme-navigation li,
.site-theme-filters li {
  display: inline-block;
}

#theme-navigation a,
.site-theme-filters a {
  background-color: #e6e6e6;
  box-shadow: none;
  color: #1a1a1a;
  display: block;
  font-size: 16px;
  font-size: 1rem;
  padding: 0.65625em 0.875em;
  text-transform: uppercase;
}

.site-theme-filters a {
  border-top: 5px solid #e6e6e6;
  border-bottom: 5px solid #e6e6e6;
}

#theme-navigation a:hover,
#theme-navigation a:focus,
#theme-navigation .current_page_item a,
.site-theme-filters a:hover,
.site-theme-filters a:focus,
.site-theme-filters .current-cat a {
  background-color: #00618d;
  color: #fff;
}

.site-theme-filters .current-cat a {
  border-bottom-color: #00618d;
}

.site-theme-filters {
  background-color: #e6e6e6;
  text-align: center;
}

.site-theme-filters .wrapper {
  padding: 0;
}

.site-theme-filters ul {
  list-style: none;
  margin: 0;
}

.block-classic-filter {
  text-align: center;
  padding: 1.25em 1.875em 0;
  font-family: oswald,sans-serif;
}

.block-classic-filter a {
  background: #0085c3;
  border: 0;
  border-radius: unset;
  color: #fff;
  display: block;
  letter-spacing: 0.046875em;
  margin-top: 20px;
  padding: 7px 10px;
  text-transform: uppercase;
}

.block-classic-filter a:hover,
.block-classic-filter a:active,
.block-classic-filter a:focus,
.block-classic-filter a.active {
  background: #3d843d;
  color: #fff;
}

#section-themes .button {
  clear: both;
  padding-top: 0.5em;
}

.theme-list .hentry .theme,
.free-theme-list .hentry .theme,
.amazing-features .post-thumbnail {
  background-color: #f1f1f1;
  border: 1px solid #dedede;
  -webkit-box-shadow: 0 1px 1px -1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px -1px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  position: relative;
}

.theme-list .hentry .theme,
.free-theme-list .hentry .theme {
  cursor: pointer;
}

.theme-list .hentry .theme:hover,
.theme-list .hentry .theme:focus,
.free-theme-list .hentry .theme:hover,
.free-theme-list .hentry .theme:focus {
  border-color: #0085c3;
  -webkit-box-shadow: 0 0 2px rgba(30, 140, 190, 0.8);
  box-shadow: 0 0 2px rgba(30, 140, 190, 0.8);
  cursor: pointer;
}

.theme-list .hentry .theme img,
.free-theme-list .hentry .theme img {
  width: 100%;
}

.theme-list .hentry .entry-header,
.free-theme-list .hentry .entry-header,
.plugin-list .hentry .entry-header {
  display: block;
  overflow: hidden;
}

.theme-list .hentry .entry-title,
.free-theme-list .hentry .entry-title {
  display: inline-block;
  float: left;
  font-size: 16px;
  font-size: 1rem;
  margin: 0;
  overflow: hidden;
  padding: 1em;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.home .theme-list .hentry .entry-title,
.home .free-theme-list .hentry .entry-title {
  display: block;
  float: none;
}

.theme-list .entry-title a,
.free-theme-list .entry-title a,
.plugin-list .entry-title a {
  box-shadow: none;
  color: #1a1a1a;
  text-decoration: none;
}

.theme-list .entry-title a:hover,
.theme-list .entry-title a:focus,
.free-theme-list .entry-title a:hover,
.free-theme-list .entry-title a:focus,
.theme-list .hentry .entry-meta a:hover,
.theme-list .hentry .entry-meta a:focus,
.free-theme-list .hentry .entry-meta a:hover,
.free-theme-list .hentry .entry-meta a:focus,
.plugin-list .entry-title a:hover,
.plugin-list .entry-title a:focus {
  color: #0085c3;
}

.theme-list .hentry .entry-meta,
.free-theme-list .hentry .entry-meta {
  display: inline-block;
  float: right;
  line-height: 1.2;
  padding: 1em;
}

.theme-list .hentry .entry-meta a,
.free-theme-list .hentry .entry-meta a {
  color: #1a1a1a;
}

.theme-list .theme .more-details,
.free-theme-list .theme .more-details {
  background-color: #00618d;
  color: #fff;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
  left: 25%;
  opacity: 0;
  padding: 15px 12px;
  position: absolute;
  right: 25%;
  text-align: center;
  top: 35%;
  -webkit-transition: opacity 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out;
}

.theme-list .theme:hover .more-details,
.theme-list .theme:focus .more-details,
.theme-list .theme .more-details:focus,
.free-theme-list .theme:hover .more-details,
.free-theme-list .theme:focus .more-details,
.free-theme-list .theme .more-details:focus {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}

.theme-list .theme:hover .screenshot img,
.theme-list .theme:focus .screenshot img,
.free-theme-list .theme:hover .screenshot img,
.free-theme-list .theme:focus .screenshot img {
  opacity: 0.9;
}

.plugin-list {
  text-align: left;
}

.plugin-list .plugin {
  background-color: #eee;
  display: block;
  overflow: hidden;
  padding: 2.5em;
}

.plugin-list .plugin-screenshot {
  float: left;
  margin-bottom: 1.75em;
  width: 100%;
}

.plugin-list .plugin-details {
  float: right;
  width: 100%;
}

.plugin-list .hentry:nth-child(even) .plugin-screenshot {
  float: right;
}

.plugin-list .hentry:nth-child(even) .plugin-details {
  float: left;
  margin-right: 3%;
  margin-left: 0;
}

.plugin-list .hentry .entry-title {
  font-size: 24px;
  font-size: 1.5rem;
}

.plugin-list .entry-summary {
  margin-top: 0;
}

.theme-list.theme-instructions-list,
.free-theme-list.theme-instructions-list {
  text-align: center;
}

.theme-list.theme-instructions-list .hentry .entry-title,
.free-theme-list.theme-instructions-list .hentry .entry-title {
  width: 100%;
}

.support-section {
  clear: both;
  display: inline-block;
  float: left;
  padding: 1.25em 0;
  width: 48%;
}

.support-section.no-margin-right {
  clear: none;
  margin-left: 4%;
}

#section-reasons .entry-content .hentry {
  text-align: left;
}

#section-reasons .hentry {
  position: relative;
}

#section-reasons h3 {
  margin-bottom: 0.625em;
}

#section-reasons .hentry p {
  margin-bottom: 0;
  padding-left: 70px;
}

#section-reasons .hentry p:before {
  color: #00618d;
  left: 24px;
  position: absolute;
  text-align: left;
  top: 9px;
  width: 70px;
}

#section-reasons .reason-support p:before {
  content: "\f1cd";
}

#section-reasons .reason-features p:before {
  content: "\f085";
}

#section-reasons .reason-code p:before {
  content: "\f132";
}

#section-reasons .reason-happy p:before {
  content: "\f118";
}

#section-reasons .reason-design p:before {
  content: "\f1ea";
}

#section-reasons .reason-updates p:before {
  content: "\f021";
}

.displaynone,
.cycle-slide {
  display: none;
}

.displayblock,
.cycle-slide.cycle-sentinel {
  display: block;
}

#section-numbers {
  color: #fff;
}

#section-numbers .wrapper {
  padding: 0 3.125em;
}

#section-numbers h2 {
  font-weight: normal;
}

#section-numbers .hentry h2:before {
  display: block;
  font-size: 50px;
  font-size: 3.125rem;
  line-height: 1.2;
  position: relative;
  text-align: center;
}

#section-numbers .numbers-reviews span:before {
  content: "\f005";
  font-size: 32px;
  font-size: 2rem;
  line-height: 62px;
}

#section-numbers .numbers-installs h2:before {
  content: "\f00c";
}

#section-numbers .numbers-downloads h2:before {
  content: "\f019";
}

#section-numbers .numbers-support h2:before {
  content: "\f27a";
}

#section-numbers p {
  margin-bottom: 0;
}

.theme-content {
  float: left;
  width: 100%;
  text-align: left;
}

.theme-content .entry-meta span,
.theme-single .entry-meta span {
  font-size: 22px;
  font-size: 1.375rem;
}

.theme-content .entry-meta a {
  color: #ccc;
}

.theme-content .entry-meta a:hover,
.theme-content .entry-meta a:focus {
  color: #fff;
}

.theme-content-right {
  clear: both;
  margin: 0 auto;
  max-width: 526px;
  padding: 1.25em 0;
  width: 100%;
  max-width: 746px;
}

.theme-content-right .button-minimal,
.theme-single .button > a {
  border-radius: unset;
  width: 100%;
  margin-bottom: 12px;
  padding: 7px 10px;
}

.theme-content-right .edd_download_purchase_form {
  margin-bottom: 12px;
}

.theme-content-right .edd_download_purchase_form .button {
  background-color: #4ca54c;
  border: none;
  border-radius: unset;
  box-shadow: 0 1px 0 0 #3d843d;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  padding: 7px 10px;
  width: 100%;
  text-transform: uppercase;
}

.theme-content-right .edd_download_purchase_form .button:hover,
.theme-content-right .edd_download_purchase_form .button:focus {
  background-color: #3d843d;
  color: #fff;
}

.theme-content-right .buy-now {
  float: left;
}

.theme-content-right .view-demo {
  float: right;
}

.theme-slider {
  clear: both;
  margin: 0 2em;
  padding-top: 24px;
  position: relative;
  text-align: left;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
  max-width: 666px;
}

.theme-slider .cycle-prev,
.theme-slider .cycle-next {
  color: #fff;
  position: absolute;
  top: 38%;
}

.theme-slider .cycle-prev {
  left: -33px;
}

.theme-slider .cycle-next {
  right: -33px;
}

.theme-slider .cycle-prev:before,
.theme-slider .cycle-next:before {
  font-size: 60px;
  font-size: 3.75rem;
}
.theme-slider .cycle-prev:before {
  content: "\f104";
}

.theme-slider .cycle-next:before {
  content: "\f105";
}

.theme-slider .post-thumbnail {
  margin-bottom: 0;
  position: relative;
}

.theme-slider:before {
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 1.758em;
  content: "\f111 \f111 \f111";
  position: absolute;
  font-size: 8px;
  font-size: 0.5rem;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 8px 0 0 8px;
  letter-spacing: 5px;
  height: 24px;
  background: #f1f1f1;
  color: #c4c4c4;
  box-sizing: border-box;
}

.theme-slider .post-thumbnail img {
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.main-features {
  float: left;
  text-align: left;
  width: 100%;
}

#theme-features .hentry,
#plugin-instructions .hentry,
#section-support-archives .hentry,
#section-hosting-archives .hentry,
#support-membership-section .hentry,
#layout-two-columns .hentry,
.contact-columns .hentry,
.main-features .hentry,
.amazing-features .hentry,
.compare-table .hentry,
#secondary .widget,
.more-features,
.single-content-wrap {
  padding: 1.25em;
}

#theme-features .hentry p,
.main-features .hentry p {
  margin: 0;
}

#plugin-instructions {
  display: block;
  max-width: 1024px;
  margin: 0 auto;
}

.more-features {
  float: right;
  width: 100%;
}

.more-features-list {
  background-color: #eee;
  border: 1px solid #eee;
  padding: 2.5em;
}

.feat-list {
  list-style: none;
  margin-left: 0;
}

.feat-list li {
  border-bottom: 1px solid #f9f9f9;
  margin: 1em 0;
  padding: 0 0 10px;
}

.feat-list li:before {
  content: "\f00c";
  margin-right: 1em;
}

.support-lists-wrap {
  background-color: #eee;
  border: 1px solid #eee;
  padding: 2.5em;
}

#section-hosting-archives h2 a {
  color: #1a1a1a;
  box-shadow: none;
}

#section-hosting-archives h2 a:hover,
#section-hosting-archives h2 a:focus {
  color: #0085c3;
  box-shadow: 0 1px 0 0 currentColor;
}

.support-membership-wrap {
  background-color: #eee;
  border: 1px solid #eee;
  padding: 2.5em;
}

.contact-columns {
  clear: both;
}

/* EDD */
.edd-checkout #edd-purchase-button,
.edd-checkout #edd-user-login-submit .edd-submit {
  background-color: #4ca54c;
  border: none;
  color: #fff;
  box-shadow: 0 1px 0 0 #3d843d;
  border-radius: unset;
  padding: 14px 28px;
  font-size: 16px;
  font-size: 1rem;
}

.theme-content-right .edd-submit.button.green:active,
.theme-content-right .edd-submit.button.green:focus,
.theme-content-right .edd-submit.button.green:hover,
.edd-checkout #edd-purchase-button:hover,
.edd-checkout #edd-purchase-button:focus,
.edd-checkout #edd-user-login-submit .edd-submit:hover,
.edd-checkout #edd-user-login-submit .edd-submit:focus {
  background-color: #3d843d;
  border: none;
  color: #fff;
}

.edd-checkout #edd_checkout_form_wrap #edd-login-account-wrap,
.edd-checkout #edd_checkout_form_wrap #edd-new-account-wrap {
  border: 1px solid #eee;
  margin: 0 0 21px;
  padding: 1.387em;
}

.edd-checkout #edd_checkout_form_wrap #edd-login-account-wrap a,
.edd-checkout #edd_checkout_form_wrap #edd-new-account-wrap a {
  background-color: #428bca;
  border-radius: 4px;
  border-color: #357ebd;
  color: #fff;
  display: inline-block;
  padding: 6px 12px;
}

.edd-checkout #edd_checkout_form_wrap #edd-login-account-wrap a:hover,
.edd-checkout #edd_checkout_form_wrap #edd-login-account-wrap a:focus,
.edd-checkout #edd_checkout_form_wrap #edd-new-account-wrap a:hover,
.edd-checkout #edd_checkout_form_wrap #edd-new-account-wrap a:focus {
  background: #3276b1;
  border-color: #285e8e;
  color: #fff;
  transform: translateY(-1px);
}

.single-download .edd_download_quantity_wrapper {
  display: none;
}

#edd_checkout_cart td {
  font-size: 16px;
  font-size: 1rem;
}

#edd_checkout_form_wrap {
  border: 1px solid #eee;
  padding: 21px 21px 0;
}

#edd_checkout_form_wrap .edd-payment-icons {
  justify-content: center;
}

#edd_checkout_form_wrap .edd-payment-icons {
  text-align: center;
}

#edd_checkout_form_wrap .edd-payment-icons img.payment-icon {
  display: inline-block;
  float: none;
}

#edd-payment-mode-wrap {
  text-align: center;
}

#edd_checkout_form_wrap fieldset {
  border: none;
  padding: 0;
}

#edd_checkout_form_wrap legend {
  padding-top: 21px;
  text-align: center;
}

#edd_checkout_form_wrap input[type="email"],
#edd_checkout_form_wrap input[type="password"],
#edd_checkout_form_wrap input[type="tel"],
#edd_checkout_form_wrap input[type="text"],
#edd_checkout_form_wrap textarea {
  padding: 0.625em;
}

#edd_checkout_form_wrap input.edd-input,
#edd_checkout_form_wrap textarea.edd-input,
#edd_checkout_form_wrap #edd-discount-code-wrap,
#edd_checkout_form_wrap #edd_final_total_wrap,
#edd_checkout_form_wrap #edd_show_discount {
  width: 100%;
}

.page-template-my-account .entry-content .col-1,
.page-template-my-account .entry-content .col-2 {
  border: 1px solid #eee;
  margin: 14px 4% 35px;
  padding: 21px 7px;
  width: 96%;
}

.page-template-my-account .entry-content fieldset {
  margin-bottom: 0;
}

.page-template-my-account .entry-content legend {
  font-weight: 700;
  margin-bottom: 0;
}

.page-template-my-account .user-registration a {
  padding: .5em .875em;
  background-color: #f5f5f5;
  box-shadow: none;
  display: inline-block;
  font-size: 13px;
}

/* WooCommerce */
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background-color: #4ca54c;
  border-radius: unset;
  color: #fff;
  padding: 1.25em 2.5em;
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce #respond input#submit.alt:focus,
.woocommerce a.button.alt:hover,
.woocommerce a.button.alt:focus,
.woocommerce button.button.alt:hover,
.woocommerce button.button.alt:focus,
.woocommerce input.button.alt:hover,
.woocommerce input.button.alt:focus {
  background-color: #3d843d;
  color: #fff;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background-color: #eee;
  border-radius: unset;
}

.woocommerce form #billing_email_field {
  float: left;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  border-radius: unset;
}

.woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content {
  padding: 1.25em;
  margin: 0;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  line-height: normal;
}

.entry-content .woocommerce-MyAccount-navigation ul {
  background-color: #eee;
  border: 1px solid #eee;
  margin: 0;
  padding: 0 1.25em;
}

.woocommerce-MyAccount-navigation ul li {
  list-style: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
}

.woocommerce-MyAccount-navigation ul li:last-child {
  border-bottom: none;
}

.entry-content .woocommerce-MyAccount-navigation a {
  box-shadow: none;
  color: #1a1a1a;
}

.woocommerce-MyAccount-navigation .is-active a,
.woocommerce-MyAccount-navigation a:hover,
.woocommerce-MyAccount-navigation a:focus {
  color: #0085c3;
}

.woocommerce-MyAccount-navigation ul li.is-active a:before {
  opacity: 1;
}

.woocommerce-MyAccount-navigation ul li a {
  display: block;
  padding: 0.875em 0;
}

.woocommerce-MyAccount-navigation ul li a:before {
  content: "\f0f6";
  line-height: 1.618;
  margin-left: 0.5407911001em;
  width: 1.41575em;
  text-align: right;
  float: right;
  opacity: 0.25;
}

.woocommerce-MyAccount-navigation ul li a:hover:before {
  opacity: 1;
}

.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content {
  width: 100%;
}

.woocommerce-MyAccount-navigation
  ul
  li.woocommerce-MyAccount-navigation-link--dashboard
  a:before {
  content: "\f0e4";
}

.woocommerce-MyAccount-navigation
  ul
  li.woocommerce-MyAccount-navigation-link--orders
  a:before {
  content: "\f291";
}

.woocommerce-MyAccount-navigation
  ul
  li.woocommerce-MyAccount-navigation-link--downloads
  a:before {
  content: "\f019";
}

.woocommerce-MyAccount-navigation
  ul
  li.woocommerce-MyAccount-navigation-link--edit-address
  a:before {
  content: "\f015";
}

.woocommerce-MyAccount-navigation
  ul
  li.woocommerce-MyAccount-navigation-link--payment-methods
  a:before {
  content: "\f09d";
}

.woocommerce-MyAccount-navigation
  ul
  li.woocommerce-MyAccount-navigation-link--edit-account
  a:before {
  content: "\f007";
}

.woocommerce-MyAccount-navigation
  ul
  li.woocommerce-MyAccount-navigation-link--customer-logout
  a:before {
  content: "\f08b";
}

.woocommerce-MyAccount-navigation
  ul
  li.woocommerce-MyAccount-navigation-link--subscriptions
  a:before {
  content: "\f021";
}

.woocommerce-checkout #customer_details .col-1 {
  width: 100%;
}

.woocommerce-checkout #customer_details .create-account {
  clear: both;
  padding-top: 1.2em;
}

.woocommerce-checkout #customer_details .create-account .form-row {
  max-width: 430px;
}

.woocommerce .download-file a.button {
  padding: 1em;
  white-space: normal;
  max-width: 100%;
  font-weight: normal;
  line-height: 1.2;
}

.woocommerce-table--order-downloads .download-product,
.woocommerce-table--order-downloads .download-expires,
.woocommerce-table--order-downloads .download-file {
  display: block;
  width: 100%;
}

.woocommerce-table--order-downloads .download-remaining,
.woocommerce-table--order-downloads .download-product {
  display: none;
}

.woocommerce-table--order-downloads .download-expires {
  font-size: 13px;
}

/* BBPress */
#section-header #select-theme {
  padding: 10px 24px 12px 10px;
  margin-top: 14px;
}

#bbpress-forums div.bbp-search-form {
  display: block;
  float: left;
  margin-bottom: 21px;
  position: relative;
  width: 100%;
}

#bbpress-forums div.bbp-search-form #rs,
#bbpress-forums div.bbp-search-form #ts {
  width: calc(100% - 103px);
}

#bbpress-forums #bbp-search-form {
  clear: left;
  margin-bottom: 1.75em;
  position: relative;
}

#bbpress-forums #bbp-search-form #bbp_search {
  display: inline-block;
  padding-right: 110px;
  width: 100%;
}

#bbp-search-form #bbp_search_submit {
  position: absolute;
  right: 0;
  top: 0;
}

#bbp-search-form {
  position: relative;
}

#bbpress-forums p.bbp-topic-meta img.avatar,
#bbpress-forums ul.bbp-reply-revision-log img.avatar,
#bbpress-forums ul.bbp-topic-revision-log img.avatar,
#bbpress-forums div.bbp-template-notice img.avatar,
#bbpress-forums .widget_display_topics img.avatar,
#bbpress-forums .widget_display_replies img.avatar {
  margin-bottom: 0;
}

#bbpress-forums .bbp-forum-info .bbp-forum-content,
#bbpress-forums p.bbp-topic-meta {
  margin-top: 0;
  margin-bottom: 0;
}

.bbpress #section-header .entry-footer,
.bbpress #section-header .entry-footer a {
  color: #eee;
}

.bbpress #section-header .entry-footer a:hover,
.bbpress #section-header .entry-footer a:focus {
  color: #fff;
}

.bbpress .subscription-toggle,
.bbpress .favorite-toggle {
  display: inline-block;
  margin-bottom: 15px;
}

/* Margin & Padding */
.wrapper {
  padding: 1.25em 1.875em;
}

#section-themes .wrapper,
#section-reasons .wrapper,
#section-logo .wrapper,
#section-testimonial .wrapper,
#section-themes-archives .wrapper,
#section-plugin-archives .wrapper,
.hentry .entry-containter .wrapper,
#layout-two-columns .wrapper,
#theme-features .wrapper,
.tab-containter .wrapper {
  padding-left: 0.625em;
  padding-right: 0.625em;
}

.single-faq .hentry .entry-containter,
.single-faq .hentry .entry-containter .wrapper {
  padding: 0;
}

#section-numbers .wrapper {
  padding: 0.625em 1.25em;
}

.theme-list .hentry,
.free-theme-list .hentry,
.plugin-list .hentry,
#section-fse-features .hentry,
#section-reasons .entry-content .hentry,
#section-numbers .hentry,
#section-testimonial .entry-content .hentry {
  padding: 1.25em;
}

#section-logo .entry-content .hentry {
  padding: 0.75em 1.25em;
}

.theme-list .hentry,
.free-theme-list .hentry,
.plugin-list .hentry,
#section-reasons .entry-content .hentry {
  margin: 0;
}

.site-header .wrapper,
#section-themes-archives.sections,
#section-plugin-archives.sections {
  padding-top: 0;
  padding-bottom: 0;
}

.sections {
  padding: 1.25em 0;
  text-align: center;
}

#section-header {
  padding-top: 1.25em;
  padding-bottom: 1.25em;
}

.archive-post-wrap {
  padding-bottom: 2.5em;
}

#layout-two-columns .pagination {
  margin: 1.25em;
}

.sections .entry-content,
.sections .entry-summary,
.sections .taxonomy-description {
  margin-top: 1.75em;
}

#section-plugin-archives .entry-content,
#section-plugin-archives .entry-summary {
  margin-top: 0;
}

/* Font Size */
.custom-logo {
  max-height: 32px;
}

.site-title {
  font-size: 22px;
  font-size: 1.375rem;
}

#section-header .entry-title,
.sections .section-title,
.tab-header .entry-title {
  font-size: 28px;
  font-size: 1.75rem;
}

.sections .entry-content,
.sections .entry-summary,
.sections .taxonomy-description {
  font-size: 17px;
  font-size: 1.0625rem;
}

.single-themes .sections .entry-content {
  color: #eee;
  font-size: 16px;
  font-size: 1rem;
}

#section-reasons .hentry p:before {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 2;
}

.sections .section-subtitle {
  font-size: 18px;
  font-size: 1.125rem;
}

/* Demo Page */
.page-template-demo .site-branding,
.page-template-demo .site-header-menu,
.page-template-demo .menu-toggle {
  margin-bottom: 0.625em;
  margin-top: 0.625em;
}

.page-template-demo .site-header .wrapper {
  padding-top: 0;
  padding-bottom: 0;
  -webkit-box-shadow: 0 1px rgba(34, 34, 34, 0.1);
  -moz-box-shadow: 0 1px rgba(34, 34, 34, 0.1);
  box-shadow: 0 1px rgba(34, 34, 34, 0.1);
}

.page-template-demo iframe {
  margin: 0;
}

/* FAQ Page */
.page-template-faq #layout-two-columns .sidebar,
.single-faq #layout-two-columns .sidebar {
  float: left;
}

.page-template-faq #layout-two-columns .content-area,
.single-faq #layout-two-columns .content-area {
  float: right;
}

.page-template-faq .site-main .entry-title {
  margin: 15px 0;
  font-size: 32px;
  font-size: 2rem;
}

.page-template-faq #layout-two-columns .hentry.type-faq {
  border-bottom: 1px solid #eee;
  padding: 0;
}

.page-template-faq .site-main .faq-question {
  color: #1a1a1a;
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 900;
  line-height: 1.4;
  margin: 1em 0;
  outline: none;
  cursor: pointer;
}

.page-template-faq .site-main .faq-question .fa {
  color: #0087be;
  float: right;
}

.page-template-faq .widget .widget-title {
  font-size: 18px;
  font-size: 1.125rem;
}

.page-template-faq .chapter-title {
  margin-bottom: 5px;
}

#latest-blocks-themes {
  margin-right: -20px;
  margin-left: -20px;
  margin-top: -20px;
}

/* Popular Fse Theme Section */

.popular-fse-theme {
  background-color: #f4f4f4;
  padding: 3.125em 2.125em;
  margin-bottom: 3.125em;
  margin-top: 3.125em;
}

.popular-fse-theme .section-wrapper {
  display: flex;
  flex-direction: column-reverse;
  row-gap: 40px;
}

.popular-fse-theme .section-title {
  margin-bottom: 14px;
}

.popular-fse-theme .button .button-minimal {
    margin: 0 10px 10px 0;
}

/* Single Download Page  */

.theme-single .entry-container {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.theme-single .button > a {
  white-space: inherit;
}

.theme-single .license a {
  color: #ccc;
}

.theme-single .license a:hover,
.theme-single .license a:focus {
  color: #fff;
}

.theme-single .price,
.theme-single .license {
  margin-top: 7px;
}

.theme-single .button {
  margin-top: 28px;
}

/* Site Features */

.main-block-features {
  padding: 60px 0;
}

.site-features .hentry {
  background-color: #f7f7f7;
  padding: 42px;
}

.site-features .entry-container {
  text-align: center;
}

.site-features .entry-summary {
  margin-top: 14px;
}

.site-features .post-thumbnail img {
  width: 400px;
}

/* Color Styles */

.new-sections .section-heading-wrapper {
  margin-bottom: 35px;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

.support-forum.new-sections .section-heading-wrapper,
.build-dream.new-sections .section-heading-wrapper {
  margin-bottom: 0;
}

.new-sections .section-description,
.support-forum .section-description {
  margin-top: 14px;
}

.theme-color-styles .post-thumbnail {
  margin-bottom: 0;
}

.theme-color-styles .post-thumbnail img {
  border-radius: 16px;
}

.theme-color-styles .entry-title {
  font-family: "Merriweather", Georgia, serif;
  font-size: 18px;
  font-weight: 500;
  margin-top: 14px;
}

.grid-layout .section-content-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  row-gap: 21px;
}

.theme-demos-section .post-thumbnail,
.theme-color-styles .post-thumbnail {
  border-radius: 16px;
  overflow: hidden;
}

.theme-demos-section .post-thumbnail a,
.theme-color-styles .post-thumbnail a {
  position: relative;
  display: block;

}

.theme-color-styles .post-thumbnail a:before,
.theme-demos-section .post-thumbnail a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.2);
  z-index: 1;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.theme-color-styles .post-thumbnail:hover a:before,
.theme-demos-section .post-thumbnail:hover a:before {
  opacity: 1;
}

.theme-color-styles .post-thumbnail img,
.theme-demos-section .post-thumbnail img {
  transition: all 0.3s ease-in-out;
}

.theme-color-styles .post-thumbnail:hover img,
.theme-demos-section .post-thumbnail:hover img {
  transform: scale(1.05);
}

.theme-demos-section .entry-title a {
  color: #fff;
}

.theme-demos-section .entry-title a:hover,
.theme-demos-section .entry-title a:focus {
  color: #ccc;
}

#section-plugins.full-satisfaction {
  background: transparent;
  color: #1a1a1a;
}

#section-plugins.full-satisfaction .entry-content {
  color: #1a1a1a;
}


/* New Tabs */

.tabs-section.sections {
  text-align: left;
}

.tabs-section .tab-nav {
  background-color: transparent;
}

.tabs-section .ui-tabs .tab-nav a:hover,
.tabs-section .ui-tabs .tab-nav a:focus,
.tabs-section .ui-tabs .tab-nav .ui-state-active a {
  background-color: #0085c3;
  color: #fff;
}

.tabs-section .ui-tabs .tab-nav a {
  margin-bottom: 3px;
}

/* Fancy Box */
.fancybox-navigation .fancybox-button:hover,
.fancybox-navigation .fancybox-button:focus {
  background-color: #0085c3;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  background-color: transparent;
}


/* New Tab Features */
.new-features-tab-content .hentry {
  text-align: center;
  padding: 28px !important;
  border: 1px solid #d1d1d1;
  transition: all 0.3s ease-in-out;
}

.new-features-tab-content .post-thumbnail {
  margin-bottom: 28px;
}

.new-features-tab-content .post-thumbnail img {
  width: 70px;
}

#features .new-features-tab-content .entry-title {
  font-weight: 500;
  font-size: 20px;
}

#features .new-features-tab-content .hentry:hover {
  box-shadow: 0 30px 90px 0 rgba(31, 36, 48, .1);
  transform: translateY(-3px);
}

/**
 * 14.0 - Media Queries
 */

/**
 * Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

/**
 * 14.1 - >= 568px
 */

@media screen and (min-width: 35.5em) {
  .admin-bar .site-header,
  .js .admin-bar .site-header.shrink {
    top: 46px;
  }

  #section-header {
    padding-top: 4.25em;
  }

  .site-header .wrapper {
    padding-top: 1.25em;
    padding-bottom: 1.25em;
  }

  .menu-toggle span {
    display: inline;
  }

  /* Columns */
  .five-columns .hentry,
  .four-columns .hentry,
  .three-columns .hentry,
  .two-columns .hentry,
  .amazing-features .hentry {
    display: inline-block;
    float: left;
    width: 50%;
  }

  .five-columns .hentry:nth-child(2n + 1),
  .four-columns .hentry:nth-child(2n + 1),
  .three-columns .hentry:nth-child(2n + 1),
  .two-columns .hentry:nth-child(2n + 1),
  .amazing-features .hentry:nth-child(2n + 1) {
    clear: left;
  }

  .theme-slider {
    margin: 0 auto;
  }

  .theme-content-right {
    padding-right: 2.5em;
    padding-left: 2.5em;
  }

  .compare-table th,
  .compare-table td {
    padding: 14px;
  }

  .theme-content-right .button {
    position: relative;
    margin-left: -3%;
  }

  .theme-content-right .button-minimal,
  .theme-content-right .edd_download_purchase_form,
  .theme-single .button > a {
    float: left;
    margin-top: 0;
    margin-left: 3%;
    width: 30.33%;
  }

  .theme-single .button > a {
    float: none;
  }

  .theme-single .button > a:first-child {
    margin-left: 0;
  }

  .edd-checkout #edd_checkout_form_wrap #edd-login-account-wrap a {
    margin-left: 10px;
  }

  .block-classic-filter {
    padding-top: 3.25em;
  }

  .block-classic-filter a {
    display: inline-block;
    margin: 0 0 0 7px;
    padding: 7px 21px;
  }

  /* Color Styles */
  .grid-layout .section-content-wrapper {
    flex-direction: row;
    gap: 1.25em;
  }

  .grid-layout .section-content-wrapper.layout-two .hentry,
  .grid-layout .section-content-wrapper.layout-four .hentry,
  .grid-layout .section-content-wrapper.layout-three .hentry {
    width: calc(50% - .625em);
  }
}

/**
 * 14.2 - >= 710px
 */

@media screen and (min-width: 44.375em) {
  .menu-toggle {
    font-size: 16px;
    font-size: 1rem;
    padding: 0.8125em 0.875em 0.6875em;
  }

  .site-header-menu {
    margin: 1.3125em 0;
  }

  .site-header .main-navigation + .social-navigation {
    margin-top: 2.625em;
  }

  .header-image {
    margin: 1.3125em 0;
  }

  .pagination {
    margin: 0 23.0769% 4.421052632em 7.6923%;
  }

  /* restore screen-reader-text */
  .pagination .current .screen-reader-text {
    position: absolute !important;
  }

  .pagination .page-numbers {
    display: inline-block;
  }

  .entry-title {
    font-size: 33px;
    font-size: 2.0625rem;
    line-height: 1.2727272727;
    margin-bottom: 0.8484848485em;
  }

  .entry-content blockquote.alignleft,
  .entry-content blockquote.alignright {
    border-width: 4px 0 0 0;
    padding: 0.9473684211em 0 0;
    width: -webkit-calc(50% - 0.736842105em);
    width: calc(50% - 0.736842105em);
  }

  .entry-content blockquote blockquote:not(.alignleft):not(.alignright),
  .entry-summary blockquote blockquote,
  .comment-content blockquote blockquote {
    margin-left: 0;
  }

  .entry-content ul,
  .entry-summary ul,
  .comment-content ul,
  .entry-content ol,
  .entry-summary ol,
  .comment-content ol {
    margin-left: 1.25em;
  }

  .entry-content li > ul,
  .entry-summary li > ul,
  .comment-content li > ul,
  .entry-content blockquote > ul,
  .entry-summary blockquote > ul,
  .comment-content blockquote > ul {
    margin-left: 1.25em;
  }

  .entry-content li > ol,
  .entry-summary li > ol,
  .comment-content li > ol,
  .entry-content blockquote > ol,
  .entry-summary blockquote > ol,
  .comment-content blockquote > ol {
    margin-left: 1.5em;
  }

  .comment-author {
    margin-bottom: 0;
  }

  .comment-author .avatar {
    height: 42px;
    position: relative;
    top: 0.25em;
    width: 42px;
  }

  .comment-list .children > li {
    padding-left: 1.75em;
  }

  .comment-list + .comment-respond,
  .comment-navigation + .comment-respond {
    padding-top: 3.5em;
  }

  .woocommerce-table--order-downloads .download-product,
  .woocommerce-table--order-downloads .download-file {
    display: table-cell;
    width: 40%;
  }

  .woocommerce-table--order-downloads .download-expires {
    display: table-cell;
    width: 20%;
  }

  #section-logo .entry-content .hentry {
    width: 25%;
  }

  #section-logo .four-columns .hentry:nth-child(2n + 1) {
    clear: none;
  }
  #section-logo .four-columns .hentry:nth-child(4n + 1) {
    clear: left;
  }

  .edd-checkout #edd_checkout_form_wrap #edd-new-account-wrap a {
    margin-left: 10px;
  }

    #section-plugins.full-satisfaction .wrapper {
      max-width: 1024px;
    }

    #section-plugins.full-satisfaction .hentry {
      display: flex;
      flex-wrap: nowrap;
      align-items: center;
      gap: 60px;
    }

    #section-plugins.full-satisfaction .post-thumbnail {
      width: 30%;
      margin-bottom: 0;
    }

    #section-plugins.full-satisfaction .entry-container {
      width: 60%;
      text-align: left;
    }


/**
 * 14.3 - >= 783px
 */

@media screen and (min-width: 48.9375em) {
  .admin-bar .site-header,
  .js .admin-bar .site-header.shrink {
    top: 32px;
  }

  #section-header.background-image {
    background-image: url("../jpg/bg-hero.jpg");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
  }
}

/**
 * 14.4 - >= 906px
 */

@media screen and (min-width: 56.625em) {
  /* Margin & Padding */
  .wrapper {
    padding-left: 2.5em;
    padding-right: 2.5em;
  }

  #section-themes .wrapper,
  #section-reasons .wrapper,
  #section-logo .wrapper,
  #section-testimonial .wrapper,
  #section-themes-archives .wrapper,
  #section-plugin-archives .wrapper,
  .hentry .entry-containter .wrapper,
  #layout-two-columns .wrapper,
  #theme-features .wrapper,
  .tab-containter .wrapper {
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  #section-numbers .wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }

  .theme-list .hentry,
  .free-theme-list .hentry,
  .plugin-list .hentry,
  #section-reasons .entry-content .hentry,
  #section-numbers .hentry,
  .theme-pagination {
    padding: 1.25em;
  }

  .theme-list .hentry,
  .free-theme-list .hentry,
  .plugin-list .hentry,
  #section-reasons .entry-content .hentry {
    margin: 0;
  }

  #section-themes-archives.sections,
  #section-plugin-archives.sections,
  .hentry .entry-containter,
  .error404 .entry-containter,
  .road-map-section .entry-containter,
  #layout-two-columns,
  #theme-features,
  #plugin-instructions,
  .tab-containter {
    padding-top: 1.25em;
    padding-bottom: 1.25em;
  }

  .sections {
    padding: 3.125em 0;
  }

  #section-header {
    padding-top: 6.875em;
    padding-bottom: 3.125em;
  }

  .archive-post-wrap {
    padding-bottom: 2.5em;
  }

  #layout-two-columns .pagination {
    margin: 1.25em;
  }

  .sections .entry-content,
  .sections .entry-summary,
  .sections .taxonomy-description {
    margin-top: 1.75em;
  }

  #theme-navigation a,
  .site-theme-filters a {
    padding: 0.65625em 1.5625em;
  }

  .ui-tabs .tab-nav a {
    padding: 16px 32px;
  }

  /* Font Size */
  .custom-logo {
    max-height: 40px;
  }

  .site-title {
    font-size: 28px;
    font-size: 1.75rem;
  }

  #section-header .entry-title,
  .sections .section-title,
  .tab-header .entry-title {
    font-size: 34px;
    font-size: 2.125rem;
  }

  #section-reasons .hentry p:before {
    font-size: 40px;
    font-size: 2.5rem;
  }

  .theme-content {
    width: 41%;
  }

  .theme-content-right {
    clear: none;
    float: right;
    width: 59%;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation {
    width: 36%;
  }

  .woocommerce-account .woocommerce-MyAccount-content {
    width: 64%;
  }

  /* EDD */
  .page-template-my-account .entry-content .col-1,
  .page-template-my-account .entry-content .col-2 {
    border: 1px solid #eee;
    margin: 0 auto;
    padding: 21px;
    width: 46%;
  }

  /* Popular Themes */

  .popular-fse-theme {
    padding: 5.125em 3.125em;
  }

  .popular-fse-theme .section-wrapper {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    flex-direction: row;
    gap: 40px;
  }

  .popular-fse-theme .entry-header {
    text-align: left;
    width: 30%;
  }

  .popular-fse-theme .section-content {
    width: 70%;
  }

  /* Site Features */

  .site-features .wrapper {
    max-width: 1280px;
  }

  .site-features .hentry {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 40px;
    padding: 49px 56px;
  }

  .site-features .post-thumbnail  {
    width: 50%;
    margin-bottom: 0;
  }

  .site-features .post-thumbnail img {
    width: 100%;
  }

  .site-features .entry-container  {
    width: 50%;
    text-align: left;
  }

  .site-features:nth-child(2n) .hentry {
    flex-direction: row-reverse;
  }

  .site-features:nth-child(2n) .entry-container {
    text-align: right;
  }

}

/**
 * 14.5 - >= 1024px
 */

@media screen and (min-width: 64em) {
  /* Columns */
  .five-columns .hentry {
    width: 20%;
  }

  .four-columns .hentry {
    width: 25%;
  }

  .three-columns .hentry {
    width: 33.33%;
  }

  .five-columns .hentry:nth-child(2n + 1),
  .four-columns .hentry:nth-child(2n + 1),
  .three-columns .hentry:nth-child(2n + 1) {
    clear: none;
  }

  .five-columns .hentry:nth-child(5n + 1),
  .four-columns .hentry:nth-child(4n + 1),
  .three-columns .hentry:nth-child(3n + 1) {
    clear: left;
  }

  .site-header-main {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .wp-custom-logo .site-header-main {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .site-header-menu {
    display: block;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }

  .main-navigation {
    margin: 0;
  }

  .main-navigation .primary-menu,
  .main-navigation .primary-menu > li {
    border: 0;
  }

  .main-navigation .primary-menu > li {
    float: left;
  }

  .main-navigation a {
    outline-offset: -8px;
    padding: 0.65625em 0.875em;
    white-space: nowrap;
  }

  .main-navigation li:hover > a,
  .main-navigation li.focus > a {
    color: #0085c3;
  }

  .main-navigation ul ul {
    border-bottom: 1px solid #d1d1d1;
    display: block;
    left: -999em;
    margin: 0;
    position: absolute;
    z-index: 99999;
  }

  .main-navigation ul ul ul {
    top: -1px;
  }

  .main-navigation ul ul ul:before,
  .main-navigation ul ul ul:after {
    border: 0;
  }

  .main-navigation ul ul li {
    background-color: #fff;
    border: 1px solid #d1d1d1;
    border-bottom-width: 0;
  }

  .main-navigation ul ul a {
    white-space: normal;
    width: 12.6875em;
  }

  .main-navigation ul ul:before,
  .main-navigation ul ul:after {
    border-style: solid;
    content: "";
    position: absolute;
  }

  .main-navigation ul ul:before {
    border-color: #d1d1d1 transparent;
    border-width: 0 10px 10px;
    right: 9px;
    top: -9px;
  }

  .main-navigation ul ul:after {
    border-color: #fff transparent;
    border-width: 0 8px 8px;
    right: 11px;
    top: -7px;
  }

  .main-navigation li:hover > ul,
  .main-navigation li.focus > ul {
    left: auto;
    right: 0;
  }

  .main-navigation ul ul li:hover > ul,
  .main-navigation ul ul li.focus > ul {
    left: auto;
    right: 100%;
  }

  .main-navigation .menu-item-has-children > a {
    margin: 0;
    padding-right: 2.25em;
  }

  .main-navigation .menu-item-has-children > a:after {
    content: "\f078";
    position: absolute;
    right: 0.625em;
    top: 0.8125em;
  }

  .main-navigation ul ul .menu-item-has-children > a {
    padding-right: 2.0625em;
  }

  .main-navigation ul ul .menu-item-has-children > a:after {
    right: 0.5625em;
    top: 0.875em;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .dropdown-toggle,
  .main-navigation ul .dropdown-toggle.toggled-on,
  .menu-toggle,
  .site-header .social-navigation {
    display: none;
  }

  .site-header.full-height {
    height: auto;
  }

  .post-navigation .nav-previous {
    float: left;
    width: 50%;
  }

  .post-navigation .nav-next {
    float: right;
    width: 50%;
    text-align: right;
  }

  .main-features {
    width: 64%;
  }

  .more-features {
    width: 36%;
  }

  #layout-two-columns .content-area {
    width: 70%;
  }

  #layout-two-columns .sidebar {
    width: 30%;
  }

  #layout-two-columns .sidebar {
    scroll-behavior: auto;
    overflow-x: auto;
  }

  .image-navigation {
    margin-bottom: 3.230769231em;
  }

  .pagination {
    margin-bottom: 5.894736842em;
  }

  .entry-title {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 1.225;
    margin-bottom: 1.05em;
  }

  .format-aside .entry-title,
  .format-image .entry-title,
  .format-video .entry-title,
  .format-quote .entry-title,
  .format-gallery .entry-title,
  .format-status .entry-title,
  .format-link .entry-title,
  .format-audio .entry-title,
  .format-chat .entry-title {
    font-size: 23px;
    font-size: 1.4375em;
    line-height: 1.304347826;
    margin-bottom: 1.826086957em;
  }

  .post-thumbnail {
    margin-bottom: 2.625em;
  }

  .entry-content h1,
  .entry-summary h1,
  .comment-content h1 {
    font-size: 33px;
    font-size: 2.0625rem;
    line-height: 1.2727272727;
    margin-top: 1.696969697em;
    margin-bottom: 0.8484848485em;
  }

  .entry-content h2,
  .entry-summary h2,
  .main-features h2,
  .comment-content h2,
  #theme-features .entry-title {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.25;
    margin-top: 2em;
    margin-bottom: 1em;
  }

  #theme-features .entry-title {
    margin-top: 1em;
  }

  .entry-content h3,
  .entry-summary h3,
  .comment-content h3 {
    font-size: 23px;
    font-size: 1.4375rem;
    line-height: 1.2173913043;
    margin-top: 2.4347826087em;
    margin-bottom: 1.2173913043em;
  }

  .entry-content h4,
  .entry-summary h4,
  .entry-intro h4,
  .comment-content h4 {
    letter-spacing: 0.131578947em;
  }

  .entry-content h4,
  .entry-content h5,
  .entry-content h6,
  .entry-summary h4,
  .entry-summary h5,
  .entry-summary h6,
  .comment-content h4,
  .comment-content h5,
  .comment-content h6 {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.1052631579;
  }

  .author-info {
    border-bottom-width: 0;
    padding-bottom: 0;
  }

  .comment-list + .comment-respond,
  .comment-navigation + .comment-respond {
    padding-top: 5.25em;
  }

  .comments-area,
  .sidebar,
  .content-bottom-widgets .widget-area {
    margin-bottom: 7em;
  }

  .single .byline,
  .full-size-link {
    display: block;
    margin-bottom: 0.5384615385em;
  }

  /* Font Size */
  #section-header .entry-title,
  .sections .section-title,
  .tab-header .entry-title {
    font-size: 38px;
    font-size: 2.375rem;
  }

  .sections .section-subtitle {
    font-size: 21px;
    font-size: 1.3125rem;
  }

  .sections .entry-content,
  .sections .entry-summary,
  .sections .taxonomy-description {
    font-size: 18px;
    font-size: 1.125rem;
  }

  .single-themes .sections .entry-content {
    font-size: 16px;
    font-size: 1rem;
  }

  .single-themes .sections .entry-content.content-align-center {
    font-size: 18px;
    font-size: 1.125rem;
  }

  .amazing-features .hentry {
    direction: ltr;
    display: table;

    position: relative;
    width: 100%;
  }

  .amazing-features .post-thumbnail,
  .amazing-features .entry-content {
    display: table-cell;
    position: static;
    vertical-align: middle;
    margin: 0;
  }
  .amazing-features .post-thumbnail {
    width: 43.2%;
  }

  .amazing-features .entry-content {
    padding-left: 60px;
    width: 56.8%;
  }

  .amazing-features .hentry:nth-child(odd) {
    direction: rtl;
  }

  .amazing-features .hentry:nth-child(odd) .entry-content {
    padding-left: 0;
    padding-right: 60px;
    text-align: left;
  }

  .compare-table .hentry {
    padding: 40px 1.25em;
  }

  #section-header .theme-content {
    width: 42%;
  }

  #section-header .theme-content-right {
    width: 57%;
  }

  #section-testimonial .testimonials-three-columns .hentry {
    display: inline-block;
    float: left;
    width: 33.33%;
  }

  #section-testimonial .hentry-inner .entry-content {
    font-size: 16px;
    font-size: 1rem;
  }

  #section-logo.sections .entry-content {
    margin-top: 2em;
  }

  .grid-layout .section-content-wrapper.layout-three .hentry {
    width: calc(33.33333% - .83333em);
  }

  .grid-layout .section-content-wrapper.layout-four .hentry {
    width: calc(25% - .9375em);
  }
}

/**
 * 14.6 - >= 1200px
 */

@media screen and (min-width: 75em) {
  /* Margin & Padding */
  .wrapper {
    padding-left: 4.375em;
    padding-right: 4.375em;
  }

  #section-themes .wrapper,
  #section-reasons .wrapper,
  #section-logo .wrapper,
  #section-testimonial .wrapper,
  #section-numbers .wrapper,
  #section-themes-archives .wrapper,
  #layout-two-columns .wrapper,
  #theme-features .wrapper,
  .tab-containter .wrapper,
  #section-plugin-archives .wrapper,
  .hentry .entry-containter .wrapper {
    padding-left: 3.125em;
    padding-right: 3.125em;
  }

  .comments-area {
    padding: 1.25em 4.375em;
  }

  .amazing-features .entry-content {
    padding-left: 100px;
  }

  .amazing-features .hentry:nth-child(odd) .entry-content {
    padding-right: 100px;
  }

  .theme-content-right .button-minimal,
  .theme-content-right .edd_download_purchase_form .button,
  .theme-single .button > a {
    padding: 14px 16px;
    margin-bottom: 21px;
  }

  .theme-single .button > a {
    margin-bottom: 14px;
  }

  /* Font Size */
  #section-header .entry-title,
  .sections .section-title,
  .tab-header .entry-title {
    font-size: 42px;
    font-size: 2.625rem;
  }

  .sections .section-subtitle {
    font-size: 24px;
    font-size: 1.5rem;
  }

  .site-features .hentry {
    gap: 60px;
    padding: 56px 63px;
  }
}

/**
 * 14.6 - >= 1440px
 */

@media screen and (min-width: 90em) {
  .theme-single .entry-container {
    max-width: 680px;
  }
}

/**
 * 14.6 - >= 1600px
 */

@media screen and (min-width: 100em) {
  .theme-single .entry-container {
    max-width: 750px;
  }
}


/**
 * 15.0 - Print
 */

@media print {
  form,
  button,
  input,
  select,
  textarea,
  .navigation,
  .main-navigation,
  .social-navigation,
  .sidebar,
  .content-bottom-widgets,
  .header-image,
  .page-links,
  .edit-link,
  .comment-respond,
  .comment-edit-link,
  .comment-reply-link,
  .comment-metadata .edit-link,
  .pingback .edit-link {
    display: none;
  }

  body,
  blockquote cite,
  blockquote small,
  pre,
  .entry-content h4,
  .entry-content h5,
  .entry-content h6,
  .entry-summary h4,
  .entry-summary h5,
  .entry-summary h6,
  .comment-content h4,
  .comment-content h5,
  .comment-content h6,
  .entry-content .author-title {
    font-size: 12pt;
  }

  blockquote {
    font-size: 14.25pt;
  }

  .site-title,
  .page-title,
  .comments-title,
  .entry-content h2,
  .entry-summary h2,
  .main-features h2,
  .comment-content h2 {
    font-size: 17.25pt;
  }

  .site-description {
    display: block;
  }

  .entry-title {
    font-size: 24.75pt;
    line-height: 1.2727272727;
    margin-bottom: 1.696969697em;
  }

  .format-aside .entry-title,
  .format-image .entry-title,
  .format-video .entry-title,
  .format-quote .entry-title,
  .format-gallery .entry-title,
  .format-status .entry-title,
  .format-link .entry-title,
  .format-audio .entry-title,
  .format-chat .entry-title {
    font-size: 17.25pt;
    line-height: 1.304347826;
    margin-bottom: 1.826086957em;
  }

  .entry-content h1,
  .entry-summary h1,
  .comment-content h1 {
    font-size: 21pt;
  }

  .entry-content h3,
  .entry-summary h3,
  .comment-content h3 {
    font-size: 14.25pt;
  }

  .site-description,
  .author-bio,
  .entry-footer,
  .sticky-post,
  .taxonomy-description,
  .entry-caption,
  .comment-metadata,
  .comment-notes,
  .comment-awaiting-moderation,
  .site-info,
  .wp-caption .wp-caption-text,
  .gallery-caption {
    font-size: 9.75pt;
  }

  body,
  .site {
    background: none !important; /* Brute force since user agents all print differently. */
  }

  body,
  blockquote cite,
  blockquote small,
  .site-branding .site-title a,
  .entry-title a,
  .comment-author {
    color: #1a1a1a !important; /* Make sure color schemes don't affect to print */
  }

  blockquote,
  .page-header,
  .comments-title {
    border-color: #1a1a1a !important; /* Make sure color schemes don't affect to print */
  }

  blockquote,
  .site-description,
  .author-bio,
  .entry-footer,
  .entry-footer a,
  .sticky-post,
  .taxonomy-description,
  .entry-caption,
  .comment-author,
  .comment-metadata a,
  .comment-notes,
  .comment-awaiting-moderation,
  .site-info,
  .site-info a,
  .wp-caption .wp-caption-text,
  .gallery-caption {
    color: #686868 !important; /* Make sure color schemes don't affect to print */
  }

  code,
  hr {
    background-color: #d1d1d1 !important; /* Make sure color schemes don't affect to print */
  }

  pre,
  abbr,
  acronym,
  table,
  th,
  td,
  .author-info,
  .comment-list article,
  .comment-list .pingback,
  .comment-list .trackback,
  .no-comments {
    border-color: #d1d1d1 !important; /* Make sure color schemes don't affect to print */
  }

  a {
    color: #0085c3 !important; /* Make sure color schemes don't affect to print */
  }

  .entry-content a,
  .entry-summary a,
  .taxonomy-description a,
  .comment-content a,
  .pingback .comment-body > a {
    border-bottom: 1px solid #0085c3 !important; /* Make sure color schemes don't affect to print */
  }

  .wrapper {
    max-width: none;
  }

  .site-branding {
    margin-top: 0;
    margin-bottom: 1.75em;
  }

  .post-thumbnail {
    margin-bottom: 3.5em;
  }

  .entry-content blockquote.alignleft,
  .entry-content blockquote.alignright {
    border-width: 4px 0 0 0;
    padding: 0.9473684211em 0 0;
    width: -webkit-calc(50% - 0.736842105em);
    width: calc(50% - 0.736842105em);
  }
}

/* New Section Addition */
#section-logo .post-thumbnail {
  margin-bottom: 0;
}

#section-testimonial .section-subtitle {
  display: block;
  font-weight: 400;
  margin-top: 1em;
}

#section-testimonial .hentry .hentry-inner {
  border: 1px solid #dedede;
}

#section-testimonial .numbers-reviews span:before {
  content: "\f005";
  font-size: 42px;
  font-size: 2.625rem;
  line-height: 84px;
  padding: 0 7px;
}

#section-testimonial .numbers-reviews .star {
  color: #f1a83c;
}

#section-testimonial .wordpress-logo {
  margin: -50px 0 0;
}

#section-testimonial .numbers-reviews {
  margin: -160px 0 0;
}

#section-testimonial .hentry-inner .entry-container > .entry-header {
  border-bottom: 1px solid #dedede;
  padding: 1.15em 1.75em;
}

#section-testimonial .hentry-inner .post-thumbnail {
  margin-bottom: 0.8em;
}

#section-testimonial .hentry-inner .post-thumbnail img {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 60px;
  height: 60px;
}

#section-testimonial .hentry-inner .entry-content {
  margin: 0;
  padding: 1.75em;
}

#section-testimonial .entry-content .entry-header a {
  box-shadow: none;
}

#section-testimonial .has-post-thumbnail .entry-header {
  position: relative;
}

#section-testimonial .entry-header a {
  position: relative;
}

#section-testimonial .entry-content .entry-title,
#section-testimonial .entry-content .entry-meta {
  margin: 0;
}

#section-testimonial .entry-content .entry-title {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.666666666666667;
}

#section-testimonial .entry-content .entry-meta {
  font-size: 14px;
  font-size: 0.875rem;
}
#theme-intro-section {
  background-image: linear-gradient(57deg, #1d2671 1%, #c33764 113%);
  padding: 35px 0;
}
#theme-intro-section * {
  color: #fff;
}
#theme-intro-section .button {
  margin-top: 28px;
}
#theme-intro-section .entry-title {
  font-weight: 500;
}

/** FSE Section Added CSS **/
#section-fse .entry-content > p {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}
#section-fse .entry-content > p.fse-notes {
  font-size: 14px;
  color: #666;
  font-style: italic;
  max-width: 700px;
  margin-bottom: 28px;
}
#section-fse-features {
  margin: 0 -1.25rem 35px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
#section-fse .single-feature {
  box-shadow: none;
  margin: 0 0 1.75em;
  display: block;
}
span.featured-content {
  color: #999;
  font-size: 14px;
}
span.featured-icon img {
  margin: 0 auto 21px;
}
span.featured-content .featured-title {
  display: block;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  margin-bottom: 4px;
  color: #121212;
}
a.single-feature:hover .featured-title {
  color: #0085c3;
}
.featured-image img {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 12px 35px 0px;
}
.featured-image.mobile-image img {
  max-width: 300px;
  border-radius: 12px;
}
.entry-content .site-check-lists {
  list-style-type: none;
  margin-left: 0;
}
.entry-content .site-check-lists ul {
  margin-top: 14px;
}
.site-check-lists li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 7px;
}
.site-check-lists li:before {
  position: absolute;
  left: 0;
  top: 4px;
  content: "";
  background: url(../png/circle.png) no-repeat;
  width: 18px;
  height: 18px;
  display: block;
  background-size: 100%;
}

.site-check-lists li.checked-list:before {
  background: url(../png/circle-green.png) no-repeat;
}
.date-updated .entry-meta {
  color: #999;
  display: block;
  font-size: 14px;
}
#section-fse p.button.has-multiple-btns a {
  box-shadow: none;
}
#section-fse-plugin .entry-content {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}
#section-fse-plugin .entry-content p {
  color: #fff;
}
/** fse faq css **/

.fse-faq-section .site-main .entry-title {
  margin: 15px 0;
  font-size: 28px;
  font-size: 1.75rem;
}
.fse-faq-section .site-main .faq-question {
  color: #1a1a1a;
  cursor: pointer;
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 900;
  line-height: 1.4;
  margin: 1em 0;
  outline: none;
}

.fse-faq-section .site-main .faq-question .fa {
  color: #0087be;
  float: right;
}
#layout-two-columns.has-sticky-sidebar .type-faq,
#layout-two-columns.fse-faq-section .type-fse_pro_faq {
  border-bottom: 1px solid #eee;
  padding: 0;
}
#layout-two-columns.has-sticky-sidebar .type-faq:last-child,
#layout-two-columns.fse-faq-section .type-fse_pro_faq:last-child {
  border-bottom: none;
}
#layout-two-columns.has-sticky-sidebar article:first-child,
#layout-two-columns.fse-faq-section article:first-child {
  padding-top: 0;
}

@media screen and (min-width: 40em) {
  .section-feature-lists {
    display: flex;
    flex-wrap: wrap;
  }
  .single-feature {
    width: 33.333333%;
  }
  .hentry.section-fse-desktop {
    width: 75%;
  }
  .hentry.section-mobile {
    width: 25%;
  }
  .featured-image.mobile-image img {
    max-width: 100%;
  }
}
@media screen and (min-width: 56.625em) {
  #section-testimonial .hentry-inner .entry-container {
    text-align: left;
  }

  #section-testimonial .has-post-thumbnail .hentry-inner .post-thumbnail {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 0.9em;
    margin-bottom: 0;
  }

  #section-testimonial .hentry-inner .entry-container > .entry-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  #section-testimonial
    .has-post-thumbnail
    .hentry-inner
    .testimonial-social-icon {
    margin-left: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}
@media screen and (min-width: 64em) {
  #layout-two-columns.fse-faq-section .sidebar {
    float: left;
  }
  .fse-faq-section .site-main .entry-title {
    font-size: 32px;
    font-size: 2rem;
  }

  #theme-instructions-content #layout-two-columns.section-content .wrapper,
  #layout-two-columns.has-sticky-sidebar > .wrapper,
  #layout-two-columns.fse-faq-section > .wrapper {
    display: flex;
    overflow: visible;
  }

  #theme-instructions-content #layout-two-columns.section-content .widget,
  .has-sticky-sidebar .widget,
  .fse-faq-section .widget {
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
  }
  #theme-intro-section .wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #theme-intro-section .entry-content {
    width: calc(100% - 150px);
    padding-right: 56px;
    max-width: 1120px;
  }
  #theme-intro-section .button {
    width: 150px;
    margin: 0;
  }
}
@media screen and (min-width: 75em) {
  .section-feature-lists {
    display: block;
  }
  #section-fse .single-feature {
    width: 100%;
    display: flex;
    align-items: center;
  }
  #section-fse .single-feature:last-child {
    margin-bottom: 0;
  }
  span.featured-icon img {
    margin-bottom: 0;
  }
  span.featured-content {
    width: calc(100% - 60px);
    text-align: left;
    padding-left: 21px;
  }

  #theme-intro-section .entry-content h2 {
    font-size: 36px;
    font-size: 2.25rem;
  }
  span.featured-icon {
    width: 60px;
  }
  #section-fse-features {
    display: flex;
    align-items: center;
  }
  #section-fse-features .hentry.section-feature-lists {
    width: 30%;
  }
  #section-fse-features .hentry.section-fse-desktop {
    width: 50%;
  }
  #section-fse-features .hentry.section-mobile {
    width: 20%;
  }
  .featured-image.mobile-image {
    text-align: left;
  }
  #section-fse .single-feature:not(:last-child) {
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 14px;
    margin-bottom: 14px;
  }
  p.fse-notes {
    margin-top: 49px;
  }
}
@media screen and (min-width: 100em) {
  #section-fse-features .hentry.section-feature-lists {
    width: 25%;
  }
  #section-fse-features .hentry.section-fse-desktop {
    width: 55%;
  }
}
/* demo blocks styles for ct 9 */
.theme-demo-section {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.theme-demo-section .column {
  padding: 0 15px;
  overflow: hidden;
}

.theme-demo-section .column figure > a {
  display: block;
  overflow: hidden;
  position: relative;
}

.theme-demo-section a img,
.title a {
  -webkit-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.title a {
  color: #1a1a1a;
  text-decoration: none;
}

.title a:hover,
.title a:focus {
  color: #0085c3;
}

.theme-demo-section .wp-caption .wp-caption-text {
  text-transform: capitalize;
  font-style: italic;
  font-family: "Merriweather", Georgia, serif;
  letter-spacing: 0;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
}

.entry-content .column a {
  box-shadow: none;
}

@media (min-width: 35.5em) {
  .theme-demo-section .column {
    width: 50%;
  }

  .theme-demo-section a:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
  }
}
