@charset "UTF-8";
/*!
Theme Name: Commission Theme
Theme URI: https://early.nicheprofitfasttrack.com/
Author: Niche Profit Fast Track
Author URI: https://early.nicheprofitfasttrack.com/
Description: There are a lot of great themes out there but there is an overarching problem with most of them – they don’t align perfectly with the Niche Profit Fast Track model. At best, a theme will include all the features we need but also a bunch of features we DON’T need. Unfortunately, these additional features slow atheme down and make the theme harder to use in general. With Niche Profit Theme, we included our favorite features from various high-quality themes that we like and excluded anything unnecessary. What we’ve ended up with is a theme that’s extremely efficient, user-friendly, and loads very fast, which will be great for your search engine rankings. Ultimately, it’s our dream theme and the one Adam will be using across all of his niche sites going forward.
Version: 0.9.5
Tested up to: 5.5.1
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: niche_profit_theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit; }

html {
  box-sizing: border-box; }

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-size: 1rem;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both; }

p {
  margin-bottom: 1.5em; }

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

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

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

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

big {
  font-size: 125%; }

/* Elements
--------------------------------------------- */
body {
  line-height: 1.65;
  background: #ffffff; }

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

ul,
ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

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

dt {
  font-weight: 700; }

dd {
  margin: 0 1.5em 1.5em; }

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

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

figure {
  margin: 1em 0; }

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

/* Links
--------------------------------------------- */
a {
  color: #0167ce;
  text-decoration: none;
  transition: color .2s ease-in; }
  a:visited {
    color: #ad26f3; }
  a:hover, a:focus, a:active {
    color: #0d5aa9; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
a.button {
  display: inline-block;
  border: none;
  border-radius: 0;
  background: #363940;
  color: #fff;
  text-decoration: none;
  padding: 8px 20px; }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover,
  a.button:hover {
    cursor: pointer;
    border-color: #ccc #bbb #aaa; }
  button:active, button:focus,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus,
  a.button:active,
  a.button:focus {
    border-color: #aaa #bbb #bbb; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    color: #111; }

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%; }

textarea {
  padding: 14px; }

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.single-post .featured-tiles,
.page .featured-tiles,
.archive .featured-tiles {
  margin-bottom: 40px;
  margin-top: 12px; }

.site-branding {
  text-align: center; }

.site {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  min-height: 100vh; }

.page-title {
  margin: 0;
  padding: 0 0 12px 0;
  text-transform: capitalize;
  font-weight: normal;
  font-size: 20px;
  border-bottom: 5px solid transparent; }

.site-footer {
  width: 100%;
  align-items: center;
  margin: 62px auto 0;
  padding: 12px 28px; }
  .site-footer .widget {
    width: 100%; }
    .site-footer .widget .widget-title {
      background-color: transparent; }
  .site-footer .site-footer-columns.column-count-0 {
    margin: 0; }
  .site-footer .site-footer-columns.column-count-2 .site-footer-column {
    width: 50%; }
  .site-footer .site-footer-columns.column-count-3 .site-footer-column {
    width: 33%; }
  .site-footer .site-footer-columns.column-count-4 .site-footer-column {
    width: 25%; }
  .site-footer .site-footer-columns.column-count-5 .site-footer-column {
    width: 20%; }
  .site-footer .site-footer-columns.column-count-6 .site-footer-column {
    width: 16.5%; }
  .site-footer .site-footer-columns {
    margin: 4px 0 24px;
    display: flex;
    justify-content: space-between; }
    .site-footer .site-footer-columns > .site-footer-column {
      padding-right: 24px; }
      .site-footer .site-footer-columns > .site-footer-column:last-child {
        padding-right: 0; }
  .site-footer .site-footer-row {
    display: flex; }

.custom-background {
  background-color: #fff; }

.npp-layout--full-width-content .site-main {
  min-width: 100%;
  max-width: 100%; }

@media screen and (max-width: 720px) {
  .site-footer {
    padding-right: 0;
    padding-left: 0; }
    .site-footer .site-footer-columns {
      flex-wrap: wrap; }
      .site-footer .site-footer-columns > .widget {
        min-width: 100%;
        padding: 0 32px;
        margin-bottom: 0; }
        .site-footer .site-footer-columns > .widget:last-child {
          padding-right: 32px;
          margin-bottom: 1.5em; } }

#primary .page .entry-header .entry-title {
  margin-top: 0; }

.single-post #primary .post {
  font-size: 1.25em; }
  .single-post #primary .post .thumbnail--container {
    border-radius: 0;
    display: block; }
    .single-post #primary .post .thumbnail--container img {
      display: block; }
  .single-post #primary .post .entry-meta {
    font-size: .8em;
    margin-top: 10px;
    margin-bottom: 20px;
    padding-right: 8px;
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
    .single-post #primary .post .entry-meta .fa {
      position: relative;
      top: 1px; }
    .single-post #primary .post .entry-meta--category {
      margin-right: 8px; }
  .single-post #primary .post .entry-title {
    margin: 0; }
  .single-post #primary .post .entry-header.header-after-image .entry-title {
    margin-top: 24px; }
  .single-post #primary .post h1 {
    font-size: 1.7em; }
  .single-post #primary .post .wp-block-table table {
    margin: 0.8em 0 1.25em;
    border-spacing: 0; }
  .single-post #primary .post .wp-block-table tr:first-child {
    background: #e6e6e6; }
  .single-post #primary .post .wp-block-table tr:first-child td {
    border: none; }
  .single-post #primary .post .wp-block-table tr:not(:first-child) td:last-child {
    border-right: 1px solid #e6e6e6; }
  .single-post #primary .post .wp-block-table td {
    padding: 8px 14px;
    border: 1px solid #e6e6e6;
    border-top: none;
    border-right: none; }

.site-footer {
  background-color: #1d1e1e; }
  .site-footer .site-footer-row {
    align-items: center; }
  .site-footer .site-footer-row.flex-column {
    text-align: center; }
    .site-footer .site-footer-row.flex-column #footer-menu {
      float: none;
      justify-content: center; }
  .site-footer .site-footer-row.flex-reverse #footer-menu {
    float: left; }
  .site-footer .widget {
    margin-bottom: 0; }

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  position: relative; }
  .main-navigation #primary-menu {
    display: flex;
    width: 100%;
    padding: 0 150px;
    background-color: inherit;
    z-index: 100; }
  .main-navigation.site-nav-stick {
    z-index: 100;
    box-shadow: 0 2px 4px 0 rgba(29, 30, 30, 0.15); }
    .main-navigation.site-nav-stick .logo-mini img {
      transition: transform .2s ease-in;
      transform: translateY(0%);
      visibility: visible; }
  .main-navigation .logo-mini {
    overflow: hidden;
    position: absolute;
    width: 100px;
    left: 25px;
    top: 20%;
    height: 60%;
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden; }
    .main-navigation .logo-mini a {
      height: 100%; }
    .main-navigation .logo-mini img {
      width: auto;
      height: 100%;
      max-width: 100%;
      transform: translateY(36px); }
    .main-navigation .logo-mini .custom-logo-link {
      display: inline-block;
      padding: 0; }
  .main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
    justify-content: center; }
    .main-navigation ul ul {
      white-space: nowrap;
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
      float: left;
      position: absolute;
      top: 100%;
      left: -999em;
      z-index: 99999; }
      .main-navigation ul ul ul {
        left: -999em;
        top: 0; }
      .main-navigation ul ul li:hover > ul,
      .main-navigation ul ul li.focus > ul {
        display: block;
        left: auto; }
      .main-navigation ul ul :hover > a,
      .main-navigation ul ul .focus > a {
        color: #1d1e1e; }
      .main-navigation ul ul a:hover,
      .main-navigation ul ul a.focus {
        color: #1d1e1e; }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      left: auto; }
  .main-navigation li {
    position: relative; }
  .main-navigation a {
    color: #1d1e1e;
    display: block;
    text-decoration: none;
    padding: 18px 22px; }
  .main-navigation a:hover,
  .main-navigation a:visited,
  .main-navigation a.focus {
    color: #1d1e1e; }
  .main-navigation .current_page_item > a,
  .main-navigation .current-menu-item > a,
  .main-navigation .current_page_ancestor > a,
  .main-navigation .current-menu-ancestor > a {
    font-weight: 600; }

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
  margin: 0 auto; }

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em; }

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex; }

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%; }

.site-footer .footer-navigation {
  flex-grow: 1; }

.site-footer .site-info {
  color: #ffffff;
  padding: 8px 0; }

#footer-menu {
  display: flex;
  margin: 0;
  padding: 0;
  float: right; }
  #footer-menu li {
    list-style: none;
    padding: 8px 14px; }
  #footer-menu a,
  #footer-menu a:hover,
  #footer-menu a:visited,
  #footer-menu a.focus {
    color: #ffffff; }

#site-navigation {
  display: flex;
  justify-content: center;
  width: 100% !important; }

#site-navigation-mobile {
  display: none; }
  #site-navigation-mobile.toggled #primary-menu--mobile {
    display: block; }
  #site-navigation-mobile #primary-menu--mobile {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
    background-color: #f9f9f9; }
    #site-navigation-mobile #primary-menu--mobile .search-input-item .searchform {
      padding: 8px 18px 14px;
      display: flex; }
    #site-navigation-mobile #primary-menu--mobile .search-input-item input {
      flex-grow: 1;
      border-radius: 0;
      padding: 0 12px;
      font-size: 14px; }
    #site-navigation-mobile #primary-menu--mobile > li {
      text-align: left;
      font-size: 18px; }
    #site-navigation-mobile #primary-menu--mobile a {
      padding: 10px 18px;
      font-size: 14px;
      display: block;
      color: #363941; }
      #site-navigation-mobile #primary-menu--mobile a:hover, #site-navigation-mobile #primary-menu--mobile a:visited, #site-navigation-mobile #primary-menu--mobile a:focus, #site-navigation-mobile #primary-menu--mobile a:active {
        color: #363941; }
  #site-navigation-mobile .site-navigation-mobile--actions {
    display: flex;
    width: 100%; }
    #site-navigation-mobile .site-navigation-mobile--actions .menu-toggle {
      margin: 0; }
      #site-navigation-mobile .site-navigation-mobile--actions .menu-toggle > span {
        padding-left: 8px; }
    #site-navigation-mobile .site-navigation-mobile--actions .site-navigation-mobile--search-wrap {
      flex-grow: 1;
      text-align: right;
      background-color: #363941; }
      #site-navigation-mobile .site-navigation-mobile--actions .site-navigation-mobile--search-wrap a {
        font-size: 20px;
        padding: 0 14px;
        color: #ffffff; }
        #site-navigation-mobile .site-navigation-mobile--actions .site-navigation-mobile--search-wrap a:hover, #site-navigation-mobile .site-navigation-mobile--actions .site-navigation-mobile--search-wrap a:visited,
        #site-navigation-mobile .site-navigation-mobile--actions .site-navigation-mobile--search-wrap a:focus #site-navigation-mobile .site-navigation-mobile--actions .site-navigation-mobile--search-wrap a:active {
          color: #ffffff; }

@media (max-width: 960px) {
  #site-navigation {
    display: none; }
  #site-navigation-mobile {
    display: block; } }

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

.post,
.page {
  margin: 0; }

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

.page-content,
.entry-content,
.entry-summary {
  margin: 0; }

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

.post .thumbnail--container {
  border-radius: 0;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  .post .thumbnail--container img {
    display: block;
    max-width: 100%; }

.posts > article .thumbnail--container img {
  max-width: 100%; }

.posts > article .thumbnail--wrapper {
  min-width: 50%; }

.posted-on,
.byline {
  margin-right: 20px; }

.entry-meta--category-separator {
  margin-right: 8px; }

.posts > article {
  position: relative;
  display: flex;
  padding: 1.5em 0;
  margin: 0; }
  .posts > article:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #f5f5f5;
    position: absolute;
    bottom: 2px;
    border-radius: 4px; }
  .posts > article:last-child:after {
    display: none; }
  .posts > article:first-child {
    padding-top: 0; }
  .posts > article:last-child {
    border-bottom: none; }
  .posts > article .thumbnail--container {
    margin-right: 34px; }
  .posts > article .entry-header {
    padding: 0 20px 8px 0; }
  .posts > article .entry-meta {
    font-size: .9em;
    display: flex;
    align-items: center;
    flex-wrap: wrap; }
    .posts > article .entry-meta .fa {
      position: relative;
      top: 1px; }
  .posts > article .entry-content {
    display: flex;
    flex-direction: column;
    flex-grow: 1; }
  .posts > article .entry-title {
    line-height: 1.3;
    margin: 0 0 4px;
    font-size: 1.375em; }
    .posts > article .entry-title a {
      color: #363940; }
  .posts > article p {
    margin-top: 0;
    flex-grow: 1;
    padding: 4px 20px 4px 0; }
  .posts > article .entry-footer {
    text-align: left; }
  .posts > article a.button {
    padding: 8px 16px;
    border-radius: 0; }

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

.bypostauthor {
  display: block; }

.comments-area {
  margin-top: 48px;
  font-size: 1.15rem; }
  .comments-area li {
    list-style: none; }
  .comments-area .comments-title {
    font-weight: bold;
    margin-bottom: 12px;
    font-size: 20px; }
  .comments-area .comment-list {
    margin: 0;
    padding: 0; }
  .comments-area .comment {
    padding: 24px 0;
    border-bottom: 1px solid #e6e6e6; }
    .comments-area .comment:last-child {
      border-bottom: none; }
    .comments-area .comment .children {
      border-top: 1px solid #e6e6e6;
      margin: 24px 0 0;
      padding-left: 54px; }
      .comments-area .comment .children > li:last-child {
        padding-bottom: 0; }
  .comments-area .comment-avatar {
    margin-right: 24px; }
    .comments-area .comment-avatar img {
      border-radius: 4px;
      min-width: 80px;
      min-height: 80px; }
  .comments-area .comment-author cite {
    font-weight: bold;
    font-style: normal; }
  .comments-area .comment-body {
    display: flex; }
  .comments-area .comment-details {
    flex-grow: 1; }
  .comments-area .comment-text p {
    margin-bottom: 0;
    line-height: 30px !important; }
  .comments-area .comment-actions {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 24px; }
    .comments-area .comment-actions a {
      font-size: 16px;
      display: block;
      width: 100%;
      text-align: center;
      border-radius: 4px;
      background-color: #f9f9f9;
      padding: 6px 18px;
      color: #8188A2; }
      .comments-area .comment-actions a:first-child {
        margin-bottom: 12px; }
      .comments-area .comment-actions a:hover {
        color: #0167ce; }

.comment-body + .comment-respond {
  margin-top: 16px; }

.comment-respond {
  padding: 18px 24px 24px;
  background-color: #f9f9f9;
  border-radius: 4px; }
  .comment-respond .comment-reply-title {
    margin: 0 0 12px; }
    .comment-respond .comment-reply-title small {
      float: right;
      text-transform: capitalize;
      font-size: 16px;
      font-weight: normal; }

.comment-form label {
  font-size: 16px;
  padding: 0 6px 2px;
  display: inline-block; }

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

.comment-form .logged-in-as {
  display: none; }

.comment-form .form-submit {
  margin-bottom: 0;
  text-align: right; }

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em; }
  .widget ul li {
    border-bottom: 1px dashed #e4e4e4; }
    .widget ul li:last-child {
      border-bottom-color: transparent; }
  .widget select {
    max-width: 100%; }
  .widget .widget-title {
    margin: 0;
    padding: 12px 8px;
    text-align: right;
    border-bottom: 5px dashed transparent; }
  .widget .np-widget--inner-wrap {
    background: #f9f9f9; }
    .widget .np-widget--inner-wrap .recentcomments {
      padding: 10px 28px 10px 18px !important;
      border-bottom: 1px dashed #e4e4e4; }
      .widget .np-widget--inner-wrap .recentcomments:last-child {
        border: none; }
    .widget .np-widget--inner-wrap .textwidget {
      padding: 10px 18px; }
      .widget .np-widget--inner-wrap .textwidget p {
        margin: 0; }
  .widget > ul,
  .widget .np-widget--inner-wrap > ul {
    margin-top: 0;
    margin-left: 0;
    padding: 0;
    border-radius: 4px; }
    .widget > ul li,
    .widget .np-widget--inner-wrap > ul li {
      list-style: none;
      position: relative; }
  .widget:not(.widget_recent_comments):not(.widget_media_gallery) a {
    text-decoration: none;
    display: block;
    padding: 6px 0 6px 18px; }
  .widget.widget_recent_entries li {
    padding: 0 28px 0 0; }
  .widget.widget_categories a {
    display: inline-block; }
  .widget.widget_calendar .calendar_wrap {
    padding: 14px 18px 20px 18px;
    border-radius: 4px; }
  .widget.widget_calendar .wp-calendar-table {
    margin-bottom: 0; }
    .widget.widget_calendar .wp-calendar-table td {
      text-align: center; }
      .widget.widget_calendar .wp-calendar-table td > a {
        padding: 0;
        border: 1px solid;
        border-radius: 3px;
        text-align: center; }
  .widget.widget_calendar caption {
    margin-bottom: 14px;
    font-weight: 600;
    font-size: 20px;
    text-align: right;
    border-bottom: 1px dashed #e4e4e4;
    padding-bottom: 12px; }
  .widget .tagcloud {
    margin-top: 18px;
    padding: 14px;
    text-align: center; }
  .widget.widget_archive select[name="archive-dropdown"] {
    width: 100%;
    padding: 6px 16px 6px 14px; }
  .widget.widget_media_image figure {
    width: 100% !important;
    margin: 0; }
    .widget.widget_media_image figure .image {
      width: 100%;
      height: auto; }
    .widget.widget_media_image figure .wp-caption-text {
      padding: 0.4em 0;
      margin: 0; }
  .widget.widget_nav_menu ul.menu {
    padding: 0;
    margin: 0;
    list-style: none; }
    .widget.widget_nav_menu ul.menu .current-menu-item {
      border-left: 4px solid #00a6ff; }
  .widget.widget_media_gallery .gallery {
    padding: 0 18px;
    align-items: end; }
    .widget.widget_media_gallery .gallery figure {
      margin: 18px 0; }
  .widget.widget_rss ul li {
    padding: 10px 18px 10px 18px;
    font-weight: bold; }
    .widget.widget_rss ul li:before, .widget.widget_rss ul li:after {
      content: none; }
    .widget.widget_rss ul li .rss-date {
      font-size: 14px;
      display: block;
      font-weight: normal; }
    .widget.widget_rss ul li .rssSummary {
      padding: 12px 0;
      font-weight: normal; }
    .widget.widget_rss ul li cite {
      font-size: 14px;
      font-weight: normal; }

.widget-area.widget-li-style--dot .widget:not(.widget_nav_menu):not(.widget_rss) li {
  padding: 0 26px 0 0; }
  .widget-area.widget-li-style--dot .widget:not(.widget_nav_menu):not(.widget_rss) li:after {
    content: "";
    display: block;
    position: absolute;
    border: 1px solid #363940;
    right: 9px;
    top: 50%;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-top: -4px; }
  .widget-area.widget-li-style--dot .widget:not(.widget_nav_menu):not(.widget_rss) li:before {
    opacity: 0;
    content: "";
    display: block;
    position: absolute;
    background-color: #363940;
    right: 11px;
    top: 50%;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    margin-top: -2px; }
  .widget-area.widget-li-style--dot .widget:not(.widget_nav_menu):not(.widget_rss) li:hover:before {
    opacity: 1; }

.widget-area.widget-li-style--icons .widget:not(.widget_rss):not(.widget_nav_menu) li {
  padding: 0 0 0 40px; }
  .widget-area.widget-li-style--icons .widget:not(.widget_rss):not(.widget_nav_menu) li:before {
    font: normal normal normal 18px/1 FontAwesome;
    content: "\f27b";
    display: block;
    position: absolute;
    left: 12px;
    top: 50%;
    height: 18px;
    margin-top: -9px; }
  .widget-area.widget-li-style--icons .widget:not(.widget_rss):not(.widget_nav_menu) li a {
    padding-left: 0;
    padding-right: 18px; }

.widget-area.widget-li-style--icons .widget:not(.widget_rss):not(.widget_nav_menu).widget_recent_comments li.recentcomments {
  padding-right: 18px !important; }
  .widget-area.widget-li-style--icons .widget:not(.widget_rss):not(.widget_nav_menu).widget_recent_comments li.recentcomments:before {
    content: "\f27b"; }

.widget-area.widget-li-style--icons .widget:not(.widget_rss):not(.widget_nav_menu).widget_recent_entries li:before {
  content: "\f0f6"; }

.widget-area.widget-li-style--icons .widget:not(.widget_rss):not(.widget_nav_menu).widget_pages li.page_item:before {
  content: "\f016"; }

.widget-area.widget-li-style--icons .widget:not(.widget_rss):not(.widget_nav_menu).widget_archive li:before {
  content: "\f274"; }

.widget-area.widget-li-style--icons .widget:not(.widget_rss):not(.widget_nav_menu).widget_categories li.cat-item:before {
  content: "\f114"; }

.widget-title-align-left .widget-title {
  text-align: left !important; }

.widget-title-align-right .widget-title {
  text-align: right !important; }

.widget-title-align-center .widget-title {
  text-align: center !important; }

.hero--container {
  position: relative;
  grid-area: hero;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 400px;
  margin: 12px 0 22px; }

.hero--overlay {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #1d1e1e;
  opacity: .65;
  width: 100%;
  height: 100%; }

.hero--content {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 50%;
  position: relative;
  z-index: 2;
  flex-direction: column;
  line-height: 1.3; }
  .hero--content p {
    margin: 0;
    margin-bottom: 28px; }
  .hero--content .button {
    background-color: #fff;
    display: flex;
    align-items: center;
    color: #1d1e1e;
    text-align: center;
    opacity: .8;
    padding: 8px 16px;
    border-radius: 0; }
    .hero--content .button:hover {
      opacity: 1; }

.widget-about-me {
  margin-top: 0;
  margin-left: 0;
  border-radius: 4px;
  padding: 24px 18px;
  font-size: 16px;
  text-align: center; }
  .widget-about-me .author-name {
    font-weight: bold;
    font-size: 20px;
    margin-top: 14px;
    display: block; }
  .widget-about-me img {
    height: auto;
    width: 250px;
    max-width: 100%;
    border-radius: 4px; }
  .widget-about-me p {
    margin-bottom: 0;
    margin-right: auto;
    margin-left: auto;
    max-width: 450px; }
  .widget-about-me.cover-full-width {
    padding: 0 0 18px; }
    .widget-about-me.cover-full-width p {
      padding: 0px 18px 0;
      margin: 0; }
    .widget-about-me.cover-full-width .author-name {
      margin: 0;
      margin-bottom: 18px;
      padding-left: 18px;
      padding-right: 18px; }
    .widget-about-me.cover-full-width .avatar {
      display: block;
      margin-bottom: 18px;
      width: 100%;
      border-radius: 0; }

.to-top--btn {
  position: fixed;
  bottom: 12px;
  right: 12px;
  font-size: 18px;
  width: 45px;
  height: 45px;
  background: #363940;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.35);
  cursor: pointer;
  transition: transform .2s ease-in;
  transform: translateY(70px); }
  .to-top--btn.active {
    transform: translateY(0px); }
  .to-top--btn:hover, .to-top--btn:focus {
    border-color: white; }

.to-top--icon {
  position: relative;
  top: -1px; }

.featured-tiles {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 28px;
  margin-top: 18px;
  margin-left: -20px;
  margin-right: -20px;
  line-height: 1.3;
  justify-content: space-between; }
  .featured-tiles .featured-tile {
    margin-left: 20px;
    margin-right: 20px; }
    .featured-tiles .featured-tile--outer {
      overflow: hidden;
      height: 250px;
      position: relative; }
    .featured-tiles .featured-tile:last-child .featured-tile--outer {
      margin-right: 0; }
    .featured-tiles .featured-tile--inner {
      transform: scale(1);
      transition: transform .2s ease-in;
      position: relative;
      width: 100%;
      height: 100%;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover; }
    .featured-tiles .featured-tile--content {
      transition: background-color .1s ease-in, color .1s ease-in;
      text-align: center;
      position: absolute;
      bottom: 0;
      width: 100%;
      z-index: 2;
      background-color: rgba(29, 30, 30, 0.65);
      color: #ffffff;
      font-size: 20px;
      padding: 10px 24px; }
    .featured-tiles .featured-tile:hover .featured-tile--inner {
      transform: scale(1.05); }
    .featured-tiles .featured-tile:hover .featured-tile--content {
      background-color: rgba(255, 255, 255, 0.65);
      color: #1d1e1e; }
  .featured-tiles[data-tiles-count='2'] .featured-tile {
    width: calc(50% - 40px); }
  .featured-tiles[data-tiles-count='3'] .featured-tile {
    width: calc(33.3333% - 40px); }
  .featured-tiles[data-tiles-count='4'] .featured-tile {
    width: calc(25% - 40px); }
  .featured-tiles[data-tiles-count='5'] .featured-tile {
    width: calc(20% - 40px); }
  .featured-tiles[data-tiles-count='6'] .featured-tile {
    width: calc(16.6% - 40px); }
  .featured-tiles.featured-tiles--square .featured-tile--outer {
    height: initial; }
    .featured-tiles.featured-tiles--square .featured-tile--outer .featured-tile--inner {
      padding-bottom: 100%; }

@media (max-width: 768px) {
  .featured-tiles {
    display: none; } }

.widget.np_recent_content_widget .recent-content--inner-wrap {
  margin-top: 0;
  margin-left: 0;
  background: #f9f9f9;
  border-radius: 4px; }

.widget.np_recent_content_widget .recent-content--post {
  display: flex;
  align-items: center;
  padding: 10px 18px 10px 18px;
  border-bottom: 1px solid #e4e4e4; }
  .widget.np_recent_content_widget .recent-content--post:last-child {
    border-bottom: none; }
  .widget.np_recent_content_widget .recent-content--post a {
    padding-left: 0; }

.widget.np_recent_content_widget .recent-content--thumbnail-wrap {
  max-width: 25%;
  margin-right: 18px; }
  .widget.np_recent_content_widget .recent-content--thumbnail-wrap a {
    padding: 0; }

.widget.np_recent_content_widget .recent-content--main {
  flex-grow: 1;
  text-align: left; }

.widget.np_recent_content_widget .recent-content--title {
  font-weight: bold;
  line-height: 20px; }
  .widget.np_recent_content_widget .recent-content--title a {
    padding: 0; }

.widget.np_recent_content_widget .posted-on {
  padding-bottom: 0;
  padding-top: 4px;
  margin-right: 20px; }

.footer-ad-wrapper {
  margin-top: 30px;
  text-align: center; }

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

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

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

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

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%; }

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr); }

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr); }

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr); }

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr); }

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr); }

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr); }

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr); }

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr); }

.gallery-caption {
  display: block; }

/* Admin bar overwrites
--------------------------------------------- */
.admin-bar .site-nav-stick {
  margin-top: 32px; }

/* Pagination
--------------------------------------------- */
.pagination-wrapper {
  margin-top: 36px;
  padding: 8px;
  background-color: #f9f9f9;
  border-radius: 4px; }
  .pagination-wrapper ul {
    margin: 0;
    padding: 0; }
  .pagination-wrapper li {
    display: inline-block; }
    .pagination-wrapper li .page-numbers {
      display: inline-block;
      border: 1px solid transparent;
      border-radius: 4px;
      padding: 6px 16px;
      color: #8188A2; }
      .pagination-wrapper li .page-numbers.dots {
        cursor: default; }
      .pagination-wrapper li .page-numbers:hover:not(.dots):not(.current) {
        transition: border-color .2s ease-in;
        border-color: #0167ce;
        color: #0167ce; }
    .pagination-wrapper li:last-child {
      float: right; }
  .pagination-wrapper .page-numbers.current {
    color: inherit;
    cursor: default;
    border-color: #363940; }

@media (max-width: 768px) {
  .pagination-wrapper {
    text-align: center; }
    .pagination-wrapper li:last-child {
      float: initial; }
    .pagination-wrapper li .page-numbers {
      padding: 1px 10px; } }

.search-form {
  display: flex; }
  .search-form label {
    flex-grow: 1;
    display: inherit; }
    .search-form label input {
      width: 100%;
      padding: 0 12px;
      border-radius: 3px 0 0 3px;
      border-right: none; }

.author-card {
  display: flex;
  justify-content: center;
  background-color: #f9f9f9;
  padding: 24px;
  border-radius: 4px;
  border: 1px solid #eee;
  margin-bottom: 40px; }
  .author-card a, .author-card img {
    display: block; }
  .author-card img {
    border-radius: 9999px; }
  .author-card p {
    margin: 4px 0 8px 0; }
  .author-card .author-link {
    min-width: 100px;
    max-width: 100px;
    display: inline-block;
    margin-right: 24px; }
  .author-card .author-info {
    flex-grow: 1; }
    .author-card .author-info a {
      font-weight: bold;
      color: inherit; }

@media (max-width: 768px) {
  .author-card {
    flex-direction: column; } }

.more-to-explore-title {
  text-align: center;
  margin-bottom: 32px;
  padding-top: 4px;
  font-weight: normal; }

.recent-articles-container {
  margin-bottom: 18px;
  display: flex;
  justify-content: space-between; }
  .recent-articles-container .recent-articles--post {
    width: 31%;
    text-align: left; }
    .recent-articles-container .recent-articles--post .thumbnail--container {
      max-width: 100%;
      display: block;
      background-size: cover;
      background-position: center; }
    .recent-articles-container .recent-articles--post img {
      display: block; }
    .recent-articles-container .recent-articles--post .entry-title {
      margin-top: 18px;
      margin-bottom: 12px !important; }
      .recent-articles-container .recent-articles--post .entry-title a {
        font-size: inherit !important; }
    .recent-articles-container .recent-articles--post .entry-meta {
      text-align: left !important;
      margin-bottom: 12px;
      font-size: 14px; }
    .recent-articles-container .recent-articles--post .entry-post-content {
      font-size: 16px;
      line-height: 1.65; }

@media (max-width: 768px) {
  .recent-articles-container {
    flex-direction: column; }
    .recent-articles-container .recent-articles--post {
      padding: 20px 0;
      width: 100%;
      border-bottom: 1px solid #e4e4e4; }
      .recent-articles-container .recent-articles--post:first-child {
        padding-top: 0; }
      .recent-articles-container .recent-articles--post:last-child {
        padding-bottom: 0;
        border-color: transparent; }
      .recent-articles-container .recent-articles--post img {
        width: 100%; } }

body[data-search-active] .search-overlay {
  display: flex; }

.search-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  color: #ffffff;
  background-color: rgba(29, 30, 30, 0.95);
  z-index: 99999;
  display: none;
  flex-direction: column; }
  .search-overlay-header {
    text-align: right; }
  .search-overlay-close {
    font-size: 32px;
    cursor: pointer;
    background-color: transparent; }
  .search-overlay-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 1; }
  .search-overlay-submit {
    background-color: transparent;
    cursor: pointer;
    font-size: 24px; }
  .search-overlay input {
    color: #fff !important;
    border-radius: 0;
    padding: 8px 14px;
    background-color: transparent;
    font-size: 28px;
    border: none;
    border-bottom: 2px solid rgba(255, 255, 255, 0.45);
    width: 455px; }
  .search-overlay input:focus {
    border-color: #fff;
    outline: none; }

@media (max-width: 768px) {
  .search-overlay .searchform {
    display: flex;
    width: 80%;
    justify-content: center; }
    .search-overlay .searchform input {
      flex-grow: 1;
      font-size: 20px;
      width: 100%;
      max-width: 455px; } }

.wp-block-gutenberg-examples-example-01-basic-esnext .wp-block-button__link {
  width: 100%;
  display: block;
  border-radius: 0; }

.wp-block-gutenberg-examples-example-01-basic-esnext .column-margin-small .wp-block-columns .wp-block-column {
  margin-left: 8px; }
  .wp-block-gutenberg-examples-example-01-basic-esnext .column-margin-small .wp-block-columns .wp-block-column:first-child {
    margin-left: 0; }

.container {
  margin-left: auto;
  margin-right: auto;
  width: 1200px;
  max-width: 90%; }

.main-container {
  margin-top: 12px;
  flex-grow: 1; }

.site-branding .site-title a {
  font-size: 20px !important; }

.wp-block-separator {
  border: none;
  height: 3px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 2px;
  background-color: #d8d7d7; }

hr {
  border: 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #d8d7d7;
  height: 0;
  margin-top: 10px;
  margin-bottom: 10px; }

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  max-width: 110px; }

.wp-block-separator.is-style-thick {
  height: 5px;
  border-radius: 4px; }

.archive-description {
  margin-top: 0;
  margin-bottom: 28px; }
  .archive-description > p {
    margin: 0 0 14px; }
    .archive-description > p:last-child {
      margin-bottom: 0; }

.npt-disclaimer-wrapper {
  margin: 4px 0; }
  .npt-disclaimer-wrapper p {
    margin: 0; }

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none; }

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Text related utilities
--------------------------------------------- */
.text-left {
  text-align: left; }

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

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

.uppercase {
  text-transform: uppercase; }

.text-xl {
  font-size: 1.375em; }

.text-3xl {
  font-size: 1.6em; }

/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; }

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

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em; }

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em; }

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

.border-square {
  border-radius: 0 !important; }

.border-rounded {
  border-radius: 4px !important; }

.border-round {
  border-radius: 50% !important; }

.flex {
  display: flex; }

.flex-column {
  flex-direction: column; }

.flex-reverse {
  flex-direction: row-reverse; }

.flex-column.flex-reverse {
  flex-direction: column-reverse; }

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

.invisible {
  visibility: hidden; }

@media (max-width: 768px) {
  .none-sm {
    display: none; } }

.mt-0 {
  margin-top: 0 !important; }

/* Responsive
--------------------------------------------- */
@media screen and (max-width: 1000px) {
  .single-post #primary .post .thumbnail--container {
    border-radius: 0; }
  .single-post #primary .post .entry-post-content,
  .single-post #primary .post .entry-title,
  .single-post #primary .post .comments-area,
  .single-post #primary .post .widget-area,
  .single-post #primary .post .site-footer {
    padding: 0 0; }
  .posts > article {
    border-radius: 0; }
    .posts > article a.button {
      border-radius: 0; }
    .posts > article .thumbnail--container {
      border-radius: 0; }
  .page-title {
    text-align: center;
    border-color: transparent; }
  .widget-area {
    margin: 32px 0; }
    .widget-area .widget-title {
      text-align: center;
      border-color: transparent; }
    .widget-area li {
      text-align: left; }
    .widget-area .widget_recent_entries a {
      padding-left: 0; }
  .site-footer {
    margin-top: 0;
    flex-direction: column-reverse; } }

@media (min-width: 960px) {
  .widget-area {
    min-width: 26%;
    max-width: 26%; }
  .site-main {
    min-width: 69%;
    max-width: 69%; } }

@media (min-width: 960px) {
  .npp-layout--no-sidebar .site-main {
    min-width: 100%;
    max-width: 100%; } }

@media (max-width: 960px) {
  .main-container {
    flex-direction: column; }
  .site-footer-columns {
    flex-direction: column; }
  .site-footer-columns .site-footer-column {
    width: 100% !important; }
  .site-footer .site-footer-row {
    flex-direction: column; }
  .hero--content {
    min-width: 80%; } }

@media (max-width: 768px) {
  .posts > article {
    margin-bottom: 0;
    padding: 22px 0;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    .posts > article .entry-footer {
      text-align: center; }
    .posts > article .thumbnail--container {
      border-radius: 4px;
      margin-right: 0;
      margin-bottom: 12px; }
      .posts > article .thumbnail--container img {
        width: 100%; }
    .posts > article .entry-content {
      text-align: left; }
    .posts > article .entry-header {
      padding-right: 0;
      text-align: left; }
    .posts > article a.button {
      border-radius: 4px;
      width: 100%; }
    .posts > article > div {
      width: 100%; } }

@media (max-width: 600px) {
  .menu-general-container {
    background-color: #f9f9f9;
    text-align: center;
    margin-top: 8px; } }

@media (max-width: 576px) {
  .hero--content {
    flex-direction: column;
    text-align: center; }
    .hero--content a.button {
      margin-top: 24px; }
  .posts > article a.button {
    width: 100%;
    text-align: center; }
  .admin-bar .site-nav-stick {
    margin-top: 0; } }
