@charset "UTF-8";

/*
Theme Name: Sakka
Theme URI: https://www.themeinwp.com/theme/sakka
Author: Themeinwp
Author URI: https://www.themeinwp.com/
Description: Sakka, a minimalist WordPress Theme for any kind of personal, travel, fashion, food, photography, publishing, tutorial blogs, or any other site. It's perfect for creative people with any amount of content. Sakka provides a clean and minimalist design for your content, this theme is SEO-friendly, has cross-browser compatibility, is optimized for speed and performance with outstanding looks that will give you addition.
Requires at least: 5.3
Tested up to: 6.6
Requires PHP: 5.6
Version: 1.0.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sakka
Tags: blog, news, one-column, two-columns, custom-background, custom-logo, custom-menu, featured-images, featured-image-header, flexible-header, post-formats, rtl-language-support, translation-ready, theme-options, threaded-comments, footer-widgets
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Header
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Social Icon
# Gutenberg
# Media
	## Captions
	## Galleries
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
:root {
  --primary-color: #d2601a;
  --secondary-color: linear-gradient(90deg,
      rgba(197, 232, 226, 1) 0%,
      rgba(153, 200, 194, 1) 100%);
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  border: none;
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 85%;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  /* 3 */
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
html {
  font-size: 62.5%;
  /* 1rem = 10px */
}

body,
button,
input,
select,
optgroup,
textarea {
  color: #000;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: "Lato", sans-serif;
}

.entry-content {
  font-family: "Raleway", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  clear: both;
}

h1,
h2 {
  margin: 0 0 2rem;
}

h3,
h4,
h5,
h6 {
  margin: 0 0 1.5rem;
}

.entry-title {
  font-weight: 600;
}

.entry-title-large {
  font-size: 5.4rem;
}

.entry-title-big {
  font-size: 4.2rem;
}

.entry-title-medium {
  font-size: 2.2rem;
}

.entry-title-small {
  font-size: 1.7rem;
}

@media (max-width: 991px) {
  .entry-title-big {
    font-size: 2.7rem;
  }
}

p {
  margin-bottom: 1.5em;
  margin-top: 0;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

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

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

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

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

big {
  font-size: 125%;
}

::-moz-selection {
  background: #070707;
  color: #fff;
}

::selection {
  background: var(--primary-color);
  color: #fff;
}

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

*,
::after,
::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background: #ffffff;
}

.body-scroll-locked {
  overflow: hidden;
}

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

ul,
ol {
  margin-top: 0;
  margin-bottom: 1rem;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

figure {
  margin: 1em 0;
}

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

.data-bg {
  background-color: #ededed;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  overflow: hidden;
  width: 100%;
}

.header-layout-1 .data-bg-header {
  padding-bottom: 2.4rem;
  padding-top: 2.4rem;
}

.data-bg-overlay::before {
  position: absolute;
  content: '';
  inset: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, .6);
}

.data-bg-overlay > * {
  position: relative;
  color: #fff;
}

.data-bg-overlay a:not(:hover, :focus) {
  color: inherit !important;
}

.data-bg-fixed {
  background-attachment: fixed;
}

.data-bg-large {
  height: 600px;
}

@media (max-width: 1199px) {
  .data-bg-large {
    height: 550px;
  }
}

@media (max-width: 991px) {
  .data-bg-large {
    height: 500px;
  }
}

@media (max-width: 575px) {
  .data-bg-large {
    height: 450px;
  }
}

.data-bg-big {
  height: 540px;
}

@media (max-width: 1199px) {
  .data-bg-big {
    height: 500px;
  }
}

.data-bg-medium {
  height: 340px;
}

.data-bg-small {
  height: 240px;
}

.data-bg-xsmall {
  height: 140px;
}

.data-bg-thumbnail {
  height: 100px;
}

@media (max-width: 991px) {
  .data-bg-big {
    height: 400px;
  }
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
fieldset {
  border: 0.2rem solid #e1e1e3;
  margin-bottom: 3rem;
  margin-top: 3rem;
  padding: 2rem;
}

fieldset > *:first-child {
  margin-top: 0;
}

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

form {
  margin-bottom: 3rem;
  margin-top: 3rem;
}

form > *:first-child {
  margin-top: 0;
}

form > *:last-child {
  margin-bottom: 0;
}

legend {
  font-size: 0.85em;
  font-weight: 700;
  padding: 0 1rem;
}

label {
  display: block;
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0 0 0.5rem 0;
}

label.inline,
input[type="checkbox"] + label {
  display: inline;
  font-weight: 400;
  margin-left: 0.5rem;
}

input,
textarea,
button,
.select {
  font-family: inherit;
  line-height: 1;
}

input,
textarea,
.select {
  border-color: #000;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="week"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="color"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  border-radius: 0;
  border-style: solid;
  border-width: 0.2rem;
  box-shadow: none;
  color: inherit;
  display: block;
  margin: 0;
  max-width: 100%;
  outline: none;
  padding: 1.5rem 1.8rem;
  width: 100%;
}

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

textarea {
  height: 12rem;
  line-height: 1.5;
  width: 100%;
}

select {
  font-family: inherit;
  font-size: inherit;
}

input::-webkit-input-placeholder {
  line-height: normal;
}

input:-ms-input-placeholder {
  line-height: normal;
}

input::-moz-placeholder {
  line-height: normal;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
  opacity: 0;
  visibility: hidden;
}

button,
.button,
.wp-block-search__button,
.wp-block-button__link,
.wp-block-file .wp-block-file__button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 0.2rem solid;
  background: #fee86d;
  border-color: #fee86d;
  border-radius: 0;
  color: inherit;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  padding: 1.5rem 2rem;
  text-align: center;
  text-decoration: none;
  transition: opacity 0.15s linear;
}

button:hover,
.button:hover,
.wp-block-search__button:hover,
.wp-block-button__link:hover,
.wp-block-file__button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
.button:focus,
.wp-block-search__button:focus,
.wp-block-button__link:focus,
.wp-block-file__button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
  text-decoration: none;
  border-color: #fee86d;
}

button:focus,
.button:focus,
.wp-block-search__button:focus,
.wp-block-button__link:focus,
.wp-block-file__button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
  outline: 2px solid;
}

button:hover,
.button:hover,
.wp-block-search__button:hover,
.wp-block-button__link:hover,
.wp-block-file__button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:active,
.button:active,
.wp-block-search__button:active,
.wp-block-button__link:active,
.wp-block-file__button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  outline: none;
}

.post-password-form {
  padding: 40px;
  background: #f8f9fa;
}

.post-password-form label {
  margin-bottom: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.post-password-form input[type="password"] {
  min-height: 40px;
}

.post-password-form input[type="submit"] {
  padding: 0 2rem;
  min-height: 40px;
  height: 100%;
  border-radius: 0;
}

.post-password-form > p:first-child {
  font-size: 1.25rem;
  margin-bottom: 2rem;
}

.post-password-form > p:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 0;
}

.btn-fancy {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin: 0;
  font-size: 11px;
  line-height: 2.182em;
  letter-spacing: 0.1em;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 0;
  outline: 0;
  transition: color 0.4s ease-out, background-color 0.2s ease-out,
    border-color 0.2s ease-out;
  padding: 9px 27px;
}

.btn-fancy-primary {
  background-color: #000;
  color: #fff;
}

.btn-fancy-secondary {
  background-color: #fff;
  color: #000;
}

.btn-fancy-primary:hover,
.btn-fancy-primary:focus {
  background-color: #d2601a;
  color: #fff;
}

.btn-fancy-secondary:hover,
.btn-fancy-secondary:focus {
  background-color: #d2601a;
  color: #fff;
}

.topbar-info-icon svg polyline,
.topbar-info-icon svg line {
  fill: none;
  stroke: currentColor;
  stroke-miterlimit: 10;
  stroke-dasharray: 40;
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 0.8s cubic-bezier(0.39, 0.58, 0.57, 1);
}

.theme-btn-link {
  font-size: 1.6rem;
}

.theme-btn-link:hover .topbar-info-icon svg polyline,
.theme-btn-link:hover .topbar-info-icon svg line,
.theme-btn-link:focus .topbar-info-icon svg polyline,
.theme-btn-link:focus .topbar-info-icon svg line {
  stroke-dashoffset: 80;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
.preloader {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  background: #fff;
}

.preloader {
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

.page-loaded .preloader {
  transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
}

.preloader-wrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.theme-loader {
  margin-top: 2rem;
  height: 5px;
  width: 15rem;
  background-color: lightgrey;
}

.theme-loading {
  background-color: #000;
  width: 5rem;
  height: 5px;
  animation: preload-animation 1.8s infinite;
}

@keyframes preload-animation {
  0% {
    transform: translateX(0rem);
  }

  50% {
    transform: translateX(10rem);
  }

  100% {
    transform: translateX(0rem);
  }
}

.theme-custom-cursor {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  visibility: hidden;
}

.theme-cursor-secondary {
  margin-left: -3px;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  z-index: 10000001;
  background-color: #ced0d4;
  -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
    margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
    margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
    margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.theme-cursor-secondary.cursor-hover {
  margin-left: -30px;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  background-color: #ced0d4;
  opacity: 0.3;
}

.theme-cursor-primary {
  margin-left: -30px;
  margin-top: -30px;
  width: 30px;
  height: 30px;
  border: 2px solid #ced0d4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10000000;
  opacity: 0.5;
  -webkit-transition: all 0.08s ease-out;
  -o-transition: all 0.08s ease-out;
  transition: all 0.08s ease-out;
}

.theme-cursor-primary.cursor-hover {
  opacity: 0;
}

.no-js .theme-custom-cursor {
  display: none;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: -1111;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header-titles {
  min-height: 10rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  text-align: center;
}

.header-titles h1 {
  margin-bottom: 0;
}

.header-titles .custom-logo-name {
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1.2;
  color: inherit;
}

@media (max-width: 767px) {
  .header-titles .custom-logo-name {
    font-size: 2.8rem;
  }
}

.header-navigation-wrapper {
  position: relative;
}

.header-navbar {
  position: relative;
  transition: none;
  overflow: visible;
}

.header-wrapper {
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-wrapper .header-areas-left,
.header-wrapper .header-areas-center,
.header-wrapper .header-areas-right {
  display: flex;
  align-items: center;
}

.header-wrapper .header-areas-center {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
}

.header-wrapper .header-areas-right {
  justify-content: flex-end;
}

.main-nav-controls,
.navbar-controls {
  display: flex;
}

.main-nav-controls {
  align-items: center;
}

.navbar-controls {
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  overflow: hidden;
}

.navbar-control {
  background: transparent;
  border-color: transparent;
  color: inherit;
  align-items: center;
  display: flex;
  justify-content: flex-end;
  line-height: 1;
  margin: 0 1.25rem;
  padding: 0;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 12px;
  min-height: 4.5rem;
}

.navbar-control .svg-icon {
  display: inline-block;
  vertical-align: middle;
}

.main-nav-controls .navbar-control {
  margin: 0 1.25rem 0 auto;
}

.navbar-control:hover,
.navbar-control:focus,
.navbar-control:active {
  outline: none;
  border-color: transparent;
}

.navbar-control-trigger:focus {
  outline: none;
}

.navbar-control:focus-visible > .navbar-control-trigger {
  outline: 2px solid;
}

.header-searchbar {
  background: rgba(0, 0, 0, 0.42);
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
}

.header-searchbar.header-searchbar-active {
  transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
}

.admin-bar .header-searchbar.header-searchbar-active {
  top: 32px;
}

@media (max-width: 782px) {
  .admin-bar .header-searchbar.header-searchbar-active {
    top: 46px;
  }
}

.header-searchbar-inner {
  transform: translateY(-100%);
  transition: transform 0.15s linear, box-shadow 0.15s linear;
}

.header-searchbar-active .header-searchbar-inner {
  box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.08);
  transform: translateY(0);
  transition: transform 0.25s ease-in-out, box-shadow 0.1s 0.25s linear;
}

.header-searchbar-area {
  display: flex;
  justify-content: space-between;
  padding-bottom: 8rem;
  padding-top: 8rem;
}

.header-searchbar form {
  margin: 0;
  position: relative;
  width: 100%;
}

.header-searchbar .close-popup {
  margin-left: 1rem;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
.theme-header-extras {
  border-bottom: 1px solid;
}

@media (max-width: 991px) {
  .theme-header-extras {
    border: none;
  }
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #000;
  text-decoration: none;
}

a:hover,
a:focus {
  color: var(--primary-color);
}

a:hover,
a:focus,
a:active {
  outline: none;
}

a:focus-visible {
  outline: 2px solid;
}

.entry-content a:not(.more-link):not(.button):not(.wp-block-button__link),
.entry-summary a:not(.more-link):not(.button),
.widget_text a:not(.more-link):not(.button) {
  text-decoration: underline;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.theme-main-progressbar .twp-progress-bar {
  position: fixed;
  top: 0;
  width: 100%;
  height: 4px;
  left: 0;
  background-color: #070707;
  z-index: 1000;
  transition: width 0.2s ease;
  -webkit-transition: width 0.2s ease;
  -moz-transition: width 0.2s ease;
}

.theme-main-progressbar:after {
  background: rgba(0, 0, 0, 0.25);
  position: fixed;
  content: "";
  height: 4px;
  width: 100%;
  display: block;
  left: 0;
  top: 0;
  z-index: 999;
}

.site-top-banner {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.theme-header-extras .header-areas-right {
  display: flex;
  align-items: center;
}

.theme-header-extras .main-social-navigation,
.theme-header-extras .navbar-controls {
  padding: 0 50px 0 0;
  border-right: 1px solid #efece2;
  border-bottom: none;
  align-items: center;
}

.theme-header-extras .header-areas-right > div:last-child {
  padding-right: 0;
}

.theme-header-extras .navbar-controls {
  border-right: 0;
  margin-left: 0;
}

@media (max-width: 991px) {
  .theme-header-extras .main-social-navigation {
    display: none;
  }

  .theme-header-extras .navbar-controls {
    padding: 0;
    border: none;
  }
}

.theme-header-extras ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.theme-header-extras,
.header-layout-1 {
  font-family: "DM Sans", sans-serif;
}

.theme-header-extras ul li {
  display: inline-block;
  margin-right: 0.8rem;
  font-size: 1.45rem;
}

.theme-header-extras ul li:last-child {
  margin-right: 0;
}

.theme-header-extras ul li a {
  font-size: 1.45rem;
  line-height: 4.5rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  padding: 1.5rem 0;
}

.social-menu ul li a {
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
}

.social-menu ul li a[href*="facebook.com"]:hover {
  color: #4267b2;
}

.social-menu ul li a[href*="instagram.com"]:hover {
  color: #bc2a8d;
}

.social-menu ul li a[href*="twitter.com"]:hover {
  color: #00acee;
}

.social-menu ul li a[href*="youtube.com"]:hover {
  color: #c4302b;
}

.site-header-layout {
  position: relative;
  margin-bottom: 1rem;
}

.single .site-header-layout.header-layout-2 .header-navbar {
  border-bottom: 1px solid #efece2;
}

.site-navigation .primary-menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 auto;
  padding: 0;
}

.site-navigation .primary-menu .brand-home {
  color: #fff;
}

.site-navigation .primary-menu .brand-home a {
  color: inherit;
  font-size: 1px;
  line-height: 1px;
}

.site-navigation .primary-menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 auto;
  padding: 0;
}

.theme-menu,
.theme-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.theme-menu a,
.responsive-content-menu a {
  color: inherit;
}

.site-navigation .primary-menu .icon {
  pointer-events: none;
  margin-left: 5px;
}

.site-navigation .primary-menu .icon .svg-icon {
  height: 1rem;
  width: 1rem;
}

.site-navigation .primary-menu > li {
  margin: 0 2rem 0 0;
  padding: 3rem 0;
}

.header-layout-2 .site-navigation .primary-menu > li:last-child {
  margin-right: 0;
}

@media (max-width: 1024px) {
  .header-layout-2 .wrapper:last-of-type .header-wrapper .theme-header-areas:first-child {
    justify-content: flex-start;
  }
}

.site-navigation .primary-menu > li > a {
  line-height: 1;
  text-transform: uppercase;
  font-size: 1.2rem;
  position: relative;
  letter-spacing: 0.1rem;
}

.site-navigation .primary-menu > li.dropdown a:not(:hover):not(:focus),
.site-navigation .primary-menu > li.menu-item-has-children a:not(:hover):not(:focus) {
  color: inherit;
}

.site-navigation .primary-menu .dropdown-menu > li:hover,
.site-navigation .primary-menu .dropdown-menu > li:focus {
  background-color: #282828;
}

.site-navigation .primary-menu > li > a::before {
  position: absolute;
  content: "";
  height: 0.1rem;
  width: 0;
  right: 0;
  bottom: -5px;
  background-color: black;
  transition: width 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.site-navigation .primary-menu > li:hover > a::before,
.site-navigation .primary-menu > li:focus > a::before {
  width: 100%;
  left: 0;
}

.site-navigation .primary-menu > li.active > a::before {
  width: 100%;
  left: 0;
}

.site-navigation .primary-menu > li:not(.megamenu-has-children),
.site-navigation .primary-menu > li:not(.megamenu-has-children) .dropdown-menu li {
  position: relative;
}

.site-navigation .primary-menu a {
  display: block;
  text-decoration: none;
  word-break: normal;
  word-wrap: normal;
}

/* SUB MENU */
.site-navigation .primary-menu ul {
  background: #000;
  color: #fff;
  font-size: 1.7rem;
  opacity: 0;
  margin: 0 auto;
  position: absolute;
  left: -99999rem;
  top: 100%;
  transition: opacity 0.15s linear, transform 0.15s linear, right 0s 0.15s;
  transform: translateY(0.6rem);
  width: 30rem;
  z-index: 9;
}

.site-navigation .primary-menu ul.theme-megamenu-content {
  background-color: #000;
}

.theme-megamenu-content .fake-megamenu-bg {
  background-color: #fff1e1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 25%;
  right: 0;
  z-index: -1;
}

.theme-megamenu-content .megamenu-content-left {
  background-color: #000;
}

.site-navigation .primary-menu .theme-megamenu-content .megamenu-content-right.column-12 {
  background: #fff1e1;
}

.theme-megamenu-content .megamenu-content-left .megamenu-subcategories-list,
.theme-megamenu-content .megamenu-content-right .megamenu-recent-article-list {
  padding: 2rem 0;
}

.theme-megamenu-content .megamenu-content-left .megamenu-subcategories-list {
  color: #fff;
}

.theme-megamenu-content .megamenu-content-right .megamenu-recent-article-list,
.theme-megamenu-content .megamenu-content-left .megamenu-subcategories-list a,
.theme-megamenu-content .megamenu-content-right .megamenu-recent-article-list a {
  color: #000;
}

.theme-megamenu-content .megamenu-content-left .megamenu-subcategories-list a:hover,
.theme-megamenu-content .megamenu-content-left .megamenu-subcategories-list a:focus,
.theme-megamenu-content .megamenu-content-right .megamenu-recent-article-list a:hover,
.theme-megamenu-content .megamenu-content-right .megamenu-recent-article-list a:focus {
  color: #2c4692;
}

.theme-megamenu-content .megamenu-content-left .megamenu-subcategories-list a {
  display: flex;
  justify-content: space-between;
}

.theme-megamenu-content .megamenu-content-left .megamenu-subcategories-list a:hover,
.theme-megamenu-content .megamenu-content-left .megamenu-subcategories-list a:focus {
  background: rgba(0, 0, 0, 0.25);
}

.megamenu-recent-article {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
}

.megamenu-recent-article:last-child {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.megamenu-content-right .megamenu-recent-article {
  padding-left: 2rem;
}

.theme-megamenu-content .megamenu-recent-article a {
  padding: 0 !important;
}

.megamenu-recent-article .megamenu-article-image {
  -ms-flex: 0 0 80px;
  flex: 0 0 80px;
  max-width: 80px;
}

.megamenu-recent-article .megamenu-article-body {
  padding-left: 2rem;
  padding-right: 2rem;
}

.megamenu-recent-article .megamenu-article-body .megamenu-article-date {
  font-size: 80%;
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
}

.site-navigation .primary-menu li.menu-item-has-children:hover > ul,
.site-navigation .primary-menu li.menu-item-has-children:focus > ul,
.site-navigation .primary-menu li.page_item_has_children:hover > ul,
.site-navigation .primary-menu li.page_item_has_children:focus > ul {
  left: 0;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.15s linear, transform 0.15s linear;
}

.site-navigation .primary-menu li.menu-item-has-children:focus-within > ul,
.site-navigation .primary-menu li.page_item_has_children:focus-within > ul {
  left: 0;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.15s linear, transform 0.15s linear;
}

.site-navigation .primary-menu ul::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 100%;
}

.site-navigation .primary-menu ul::before {
  height: 2rem;
  left: 0;
  right: 0;
}

.site-navigation .primary-menu ul a {
  background: transparent;
  border: none;
  color: inherit;
  display: block;
  padding: 1.5rem;
  transition: background-color 0.15s linear;
  width: 100%;
}

.site-navigation .primary-menu ul li.menu-item-has-children > a {
  padding-right: 3rem;
}

.site-navigation .primary-menu ul li.menu-item-has-children .icon {
  position: absolute;
  right: 1.5rem;
  top: calc(50% - 0.5rem);
}

/* DEEP DOWN */
.site-navigation .primary-menu ul ul {
  top: 0;
}

.site-navigation .primary-menu ul li.menu-item-has-children:hover > ul,
.site-navigation .primary-menu ul li.menu-item-has-children:focus > ul,
.site-navigation .primary-menu ul li.page_item_has_children:hover > ul,
.site-navigation .primary-menu ul li.page_item_has_children:focus > ul {
  left: calc(100% + 2rem);
}

.site-navigation .primary-menu ul li.menu-item-has-children:focus-within > ul,
.site-navigation .primary-menu ul li.page_item_has_children:focus-within > ul {
  left: calc(100% + 2rem);
}

.site-navigation .primary-menu ul ul::before {
  position: absolute;
  content: '';
  bottom: 0;
  height: 5.6rem;
  right: auto;
  left: -2rem;
  top: 0;
  width: 2rem;
}

.site-navigation .primary-menu ul ul::after {
  border: 0.8rem solid transparent;
  border-bottom-color: transparent;
  border-right-color: #000;
  bottom: auto;
  left: -1.6rem;
  top: 2rem;
}

/*
 * Enable nav submenu expansion with tapping on arrows on large-viewport
 * touch interfaces (e.g. tablets or laptops with touch screens).
 * These rules are supported by all browsers (>IE11) and when JS is disabled.
 */
@media (any-pointer: coarse) {
  .site-navigation .primary-menu > li.menu-item-has-children > a {
    padding-right: 0;
    margin-right: 2rem;
  }

  .site-navigation .primary-menu ul li.menu-item-has-children > a {
    margin-right: 4.5rem;
    padding-right: 0;
    width: unset;
  }
}

/* Repeat previous rules for IE11 (when JS enabled for polyfill). */
body.touch-enabled .primary-menu > li.menu-item-has-children > a {
  padding-right: 0;
  margin-right: 2rem;
}

body.touch-enabled .primary-menu ul li.menu-item-has-children > a {
  margin-right: 4.5rem;
  padding-right: 0;
  width: unset;
}

@media screen and (max-width: 1024px) {
  .site-navigation .primary-menu-wrapper {
    display: none;
    opacity: 0;
    visibility: hidden;
  }
}

.site-navigation .primary-menu ul.theme-megamenu-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.menu-description {
  background-color: #000;
  color: #fff;
  padding: 4px 5px;
  font-size: 10px;
  line-height: 12px;
  position: absolute;
  top: -20px;
  left: calc(100% - 20px);
  padding: 2px 5px;
  line-height: 10px;
  white-space: nowrap;
  z-index: 1;
}

.menu-description:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 0px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid;
  border-top-color: #000;
  left: 3px;
  bottom: -4px;
}

.navbar-control-offcanvas {
  display: none;
  opacity: 0;
  visibility: hidden;
}

@media (max-width: 1024px) {
  .navbar-control-offcanvas {
    display: block;
    opacity: 1;
    visibility: visible;
    margin: 0;
  }
}

#offcanvas-menu {
  background: rgba(0, 0, 0, 0.42);
  position: fixed;
  top: 0;
  height: 100%;
  right: -100%;
  width: 100%;
  z-index: 1000;
  justify-content: flex-end;
  -webkit-transition: right 0.5s;
  -moz-transition: right 0.5s;
  -ms-transition: right 0.5s;
  -o-transition: right 0.5s;
  transition: right 0.5s;
}

#offcanvas-menu .offcanvas-wraper {
  height: 100%;
  padding: 20px 100px;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
  box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.1);
}

#offcanvas-menu .offcanvas-wraper::-webkit-scrollbar {
  width: 0;
  height: 0;
}

@media screen and (max-width: 991px) {
  #offcanvas-menu .offcanvas-wraper {
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
    padding: 20px;
  }
}

@media screen and (max-width: 767px) {
  #offcanvas-menu .offcanvas-wraper {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

#offcanvas-menu .close-offcanvas-menu {
  text-align: right;
  cursor: pointer;
}

#offcanvas-menu .close-offcanvas-menu .offcanvas-close {
  font-size: 14px;
  font-weight: 700;
  margin: 10px auto;
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.admin-bar #offcanvas-menu .close-offcanvas-menu .offcanvas-close {
  margin-top: 40px;
}

.responsive-date-clock .responsive-content-date,
.responsive-date-clock .theme-topbar-clock {
  text-align: left;
}

.responsive-date-clock .theme-topbar-icon,
.responsive-date-clock .theme-topbar-label {
  display: inline-block;
  vertical-align: middle;
}

.offcanvas-wraper > * {
  -webkit-transform: translateX(30px);
  -ms-transform: translateX(30px);
  transform: translateX(30px);
  opacity: 0;
  transition: transform 0.4s ease-out, opacity 0.4s ease-out;
  will-change: transform, opacity;
}

.offcanvas-menu-active .offcanvas-wraper > * {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

.offcanvas-menu-active .offcanvas-wraper .offcanvas-branding {
  transition-delay: 0.3s;
}

.offcanvas-menu-active .offcanvas-wraper .offcanvas-main-navigation {
  transition-delay: 0.6s;
}

.offcanvas-menu-active .offcanvas-wraper .offcanvas-social-navigation {
  transition-delay: 0.9s;
}

#offcanvas-menu.offcanvas-menu-active {
  display: -ms-flexbox;
  display: flex;
  right: 0;
}

.offcanvas-main-navigation {
  width: 100%;
}

.offcanvas-item {
  margin-bottom: 15px;
}

.offcanvas-main-navigation li,
.responsive-content-menu li {
  border-bottom: 1px solid;
  position: relative;
}

.offcanvas-main-navigation li:last-child,
.responsive-content-menu li:last-child {
  border-bottom: none;
}

.offcanvas-main-navigation a,
.responsive-content-menu a {
  display: block;
  font-size: 18px;
  padding: 20px 0;
  text-decoration: none;
  position: relative;
  width: 100%;
}

.offcanvas-main-navigation .sub-menu {
  border-top: 1px solid;
  display: none;
  list-style: none;
  margin: 0 auto;
  padding: 0;
}

.offcanvas-main-navigation .sub-menu.submenu-toggle-active {
  display: block;
}

.offcanvas-main-navigation .submenu-wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.offcanvas-main-navigation .submenu-wrapper .submenu-toggle {
  border-style: solid;
  border-width: 0 0 0 1px;
  padding-left: 3rem;
  padding-right: 3rem;
}

.offcanvas-main-navigation .submenu-wrapper .submenu-toggle .svg-icon {
  height: 0.9rem;
  transition: transform 0.15s linear;
  width: 1.8rem;
}

.offcanvas-main-navigation .submenu-wrapper .submenu-toggle.button-toggle-active .svg-icon {
  transform: rotate(180deg);
}

.social-menu ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
}

.social-menu li {
  display: inline-block;
  vertical-align: middle;
}

.social-menu li a .svg-icon {
  margin-left: 0.2rem;
  width: 1.6rem;
  height: 1.6rem;
}

.social-menu ul li a[href*="youtube.com"] .svg-icon {
  width: 1.9rem;
  height: 1.9rem;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
.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: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.skip-link {
  font-size: 16px !important;
}

#content[tabindex="-1"]:focus {
  outline: 0;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0s !important;
    transition-duration: 0s !important;
  }
}

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

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

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

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

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

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 3rem;
  padding-bottom: 3rem;
}

.widget:last-child {
  margin: 0;
}

.widget select {
  max-width: 100%;
}

.widget ul,
.widget ol {
  padding-left: 0;
  padding-right: 0;
  list-style: none;
  margin-bottom: 0;
}

.widget .button {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

/*--------------------------------------------------------------
## Widgets
--------------------------------------------------------------*/
.widget a {
  color: inherit;
}

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

.widget_nav_menu a {
  display: block;
  padding: 1rem 0;
}

.widget_nav_menu .menu > .menu-item:not(:first-child) {
  border-top: 1px #e9ecef solid;
}

.widget_nav_menu .menu-item-has-children {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.widget_nav_menu .menu-item-has-children > a {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.widget_nav_menu .menu-item-has-children > span {
  cursor: pointer;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.widget_nav_menu .menu-item-has-children > ul {
  width: 100%;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.widget_nav_menu .menu-item-expanded > span:after {
  content: "\e90f";
}

.widget_nav_menu .menu > .menu-item > .sub-menu {
  padding-bottom: 1rem;
}

.widget_nav_menu .sub-menu {
  display: none;
}

.widget_nav_menu .sub-menu a {
  padding: 0.5rem 0;
  line-height: 1;
}

.widget_nav_menu .sub-menu .sub-menu {
  padding: 0.5rem 0;
}

.widget_nav_menu .sub-menu .sub-menu a {
  padding-left: 1rem;
}

.widget_nav_menu .submenu-visible {
  display: block;
}

.search-form {
  margin: 0 auto;
}

.search-form label {
  display: block;
  margin: 0 auto;
  width: 80%;
  float: left;
}

.search-form label .search-field {
  border-right: 0;
}

.search-form .search-submit {
  float: left;
  width: 20%;
  -webkit-appearance: none;
}

.header-searchbar-area .search-form .search-submit {
  padding: 1.7rem 2rem;
}

.widget_recent_entries ul li,
.widget_categories ul li,
.widget_pages ul li,
.widget_archive ul li,
.widget_meta ul li,
.widget_recent_comments ul li,
.widget_block .wp-block-latest-posts li,
.widget_block .wp-block-categories li,
.widget_block .wp-block-archives li,
.widget_block .wp-block-latest-comments li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  padding: 0 0 1rem;
  margin-bottom: 1rem;
}

.widget_recent_entries ul li:first-child:last-child,
.widget_categories ul li:first-child:last-child,
.widget_pages ul li:first-child:last-child,
.widget_archive ul li:first-child:last-child,
.widget_meta ul li:first-child:last-child {
  padding-bottom: 0;
}

.widget_categories ul li:first-child:last-child > .children,
.widget_pages ul li:first-child:last-child > .children,
.widget_archive ul li:first-child:last-child > .children {
  padding-bottom: 0;
}

.widget_recent_entries ul li a,
.widget_categories ul li a,
.widget_pages ul li a,
.widget_archive ul li a,
.widget_meta ul li a {
  padding-right: 0.6666666667rem;
  margin-right: auto;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

.widget_categories ul ul.children,
.widget_pages ul ul.children,
.widget_archive ul ul.children {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
  margin-top: 1rem;
  margin-left: 0;
  padding-left: 1.5em;
}

.widget_categories ul ul.children li,
.widget_pages ul ul.children li,
.widget_archive ul ul.children li {
  padding: 1rem 0 1rem 1rem;
}

.widget_categories ul ul.children li:last-child,
.widget_pages ul ul.children li:last-child,
.widget_archive ul ul.children li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.widget_categories ul ul.children ul.children li,
.widget_pages ul ul.children ul.children li,
.widget_archive ul ul.children ul.children li {
  margin-left: 1rem;
  padding-left: 0;
}

.widget_search form {
  margin-top: 0;
}

#wp-calendar {
  width: 100%;
  margin: 0;
}

#wp-calendar caption {
  text-align: right;
  margin-bottom: 15px;
}

#wp-calendar thead th {
  text-align: center;
}

#wp-calendar tbody td {
  background: #f5f5f5;
  border: 1px solid #e8e8e8;
  text-align: center;
  padding: 8px;
}

#wp-calendar tbody td:hover {
  background: #fff;
}

#wp-calendar tbody .pad {
  background: none;
}

#wp-calendar tfoot td.pad {
  display: none;
}

.widget_recent_comments li {
  position: relative;
  padding-bottom: 1rem;
}

.widget_recent_comments li:last-child {
  padding-bottom: 0;
}

.widget_recent_comments li .comment-author-link,
.widget_recent_comments li .comment-author-link a {}

.widget_recent_entries li {
  position: relative;
  padding-bottom: 1rem;
}

.widget_recent_entries li:last-child {
  padding-bottom: 0;
}

.widget_recent_entries li .post-date {
  margin-left: 1rem;
}

.widget_recent_entries li .post-date:before {
  content: "(";
}

.widget_recent_entries li .post-date:after {
  content: ")";
}

.widget_rss .rss-widget-icon {
  display: none;
}

.widget_rss ul li {
  border-bottom: 1px #e9ecef solid;
  position: relative;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

.widget_rss ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.widget_rss ul li .rsswidget {
  color: #000000;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}

.widget_rss ul li .rss-date {
  display: block;
  margin-top: 0.25rem;
}

.widget_rss ul li .rssSummary {
  margin-top: 0.25rem;
  color: #000000;
}

.widget_rss ul li cite {
  display: block;
  margin-top: 0.25rem;
  font-style: normal;
  text-align: right;
  font-size: 0.8125rem;
}

.widget_tag_cloud {
  overflow: hidden;
}

.widget_tag_cloud .tagcloud {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.widget_tag_cloud .tagcloud a {
  background: rgba(0, 0, 0, 0.052);
  font-size: 12px !important;
  padding: 0.5rem 1.5rem;
  margin-top: 0.5rem;
  margin-right: 0.5rem;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.widget_tag_cloud .tagcloud a:hover,
.widget_tag_cloud .tagcloud a:focus {
  background: #000;
  color: #fff;
}

.widget_tag_cloud .tagcloud a:last-child {
  margin-right: 0;
}

.widget_tag_cloud .tagcloud a:first-letter {
  text-transform: uppercase;
}

.widget_media_video .mejs-container {
  max-width: 100%;
  overflow: hidden;
}

.widget_media_video .mejs-container video,
.widget_media_video .mejs-container iframe,
.widget_media_video .mejs-container object,
.widget_media_video .mejs-container embed {
  max-width: 100%;
  overflow: hidden;
}

.widget_media_gallery {
  overflow: hidden;
}

.widget_media_gallery [class^="gallery-columns-"],
.widget_media_gallery [class*=" gallery-columns-"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -1rem -0.5rem 0;
}

.widget_media_gallery [class^="gallery-columns-"] .gallery-item,
.widget_media_gallery [class*=" gallery-columns-"] .gallery-item {
  position: relative;
  margin-top: 1rem;
  margin-bottom: 0;
  padding: 0 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.widget_media_gallery [class^="gallery-columns-"] .gallery-item img,
.widget_media_gallery [class*=" gallery-columns-"] .gallery-item img {
  display: block;
  border-radius: 0;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.widget_media_gallery [class^="gallery-columns-"] .gallery-item:hover img,
.widget_media_gallery [class*=" gallery-columns-"] .gallery-item:hover img {
  opacity: 0.6;
}

.widget_media_gallery [class^="gallery-columns-"] .gallery-item .gallery-caption,
.widget_media_gallery [class*=" gallery-columns-"] .gallery-item .gallery-caption {
  padding: 1rem 1rem 0;
}

.widget_media_gallery [class^="gallery-columns-"] .gallery-item .gallery-icon,
.widget_media_gallery [class*=" gallery-columns-"] .gallery-item .gallery-icon {
  position: relative;
  width: 100%;
  overflow: hidden;
}

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

.widget_media_gallery .gallery-columns-1 .gallery-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.widget_media_gallery .gallery-columns-2 .gallery-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.widget_media_gallery .gallery-columns-3 .gallery-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.widget_media_gallery .gallery-columns-4 .gallery-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.widget_media_gallery .gallery-columns-5 .gallery-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.widget_media_gallery .gallery-columns-6 .gallery-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.6666666667%;
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.widget_media_gallery .gallery-columns-7 .gallery-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 14.2857142857%;
  flex: 0 0 14.2857142857%;
  max-width: 14.2857142857%;
}

.widget_media_gallery .gallery-columns-8 .gallery-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 12.5%;
  flex: 0 0 12.5%;
  max-width: 12.5%;
}

.widget_media_gallery .gallery-columns-9 .gallery-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 11.1111111111%;
  flex: 0 0 11.1111111111%;
  max-width: 11.1111111111%;
}

/* Text widget */
.widget_text {
  color: #000000;
  word-wrap: break-word;
}

.widget_text ul {
  list-style: disc;
  margin: 0 0 1rem 1rem;
}

.widget_text ol {
  list-style: decimal;
}

.widget_text ul li,
.widget_text ol li {
  border: none;
}

.widget_text ul li:last-child,
.widget_text ol li:last-child {
  padding-bottom: 0;
}

.widget_text ul li ul {
  margin: 0 0 0 1rem;
}

.widget_text ul li li {
  padding-left: 0;
  padding-right: 0;
}

.widget_text ol li {
  list-style-position: inside;
}

.widget_text ol li + li {
  margin-top: -1px;
}

/*Custom Widgets*/
.widget .tab-head .twp-nav-tabs {
  border-bottom: 2px solid;
  margin-bottom: 15px;
}

.widget .tab-head .twp-nav-tabs li {
  float: left;
  margin: 0 auto;
  width: 33.33%;
}

.widget .tab-head .twp-nav-tabs > li > a {
  display: block;
  padding: 15px 0;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
}

.widget .tab-head .twp-nav-tabs > li.active > a,
.widget .tab-head .twp-nav-tabs > li > a:focus,
.widget .tab-head .twp-nav-tabs > li > a:hover,
.widget .tab-head .twp-nav-tabs > li.active > a:focus,
.widget .tab-head .twp-nav-tabs > li.active > a:hover {
  background: var(--secondary-color);
  color: var(--primary-color);
}

.widget .tab-head .post-description {
  margin-top: 20px;
}

.tab-icon {
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}

.home .site-content .tab-icon {
  width: 20px;
  height: 20px;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.theme-widget-list li .article-list {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}

.theme-widget-list li:last-child .article-list {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.theme-widget-list .article-image {
  position: relative;
}

.trend-item {
  background-color: var(--primary-color);
  color: #fff;
  height: 20px;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  position: absolute;
  left: 15px;
  bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 20px;
  outline: 2px solid var(--primary-color);
  outline-offset: 4px;
  z-index: 1;
}

.category-widget-header .category-title,
.category-widget-header .post-count {
  display: inline-block;
  vertical-align: middle;
}

.category-widget-header .category-title {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.category-widget-header .post-count {
  background-color: #000;
  color: #fff;
  display: inline-block;
  float: right;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  padding: 0 10px;
  text-align: center;
  width: 40px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  border-radius: 100%;
}

.category-widget-description,
.category-latest-article .entry-title {
  margin-top: 15px;
  margin-bottom: 0;
}

.author-widget-details .profile-data-bg {
  border-radius: 100%;
  border: 5px solid #fff;
  height: 160px;
  margin: 0 auto;
  width: 160px;
}

.data-bg-enable.author-widget-details .profile-data-bg {
  margin-top: -80px;
}

.author-widget-details .author-content {
  text-align: center;
}

.author-content .entry-title {
  margin-top: 10px;
}

.author-widget-details .author-social-profiles {
  margin-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

.author-widget-details .author-social-profiles > a {
  display: inline-block;
  margin: 0 5px;
}

.author-widget-details .author-social-profiles .svg-icon {
  color: #000;
  height: 35px;
  width: 35px;
  padding: 8px;
  background: var(--secondary-color);
}

.author-widget-details .author-social-profiles > a:hover .svg-icon,
.author-widget-details .author-social-profiles > a:focus .svg-icon {
  color: var(--primary-color);
}

.theme-social-widget ul li {
  margin: 2px 0;
  vertical-align: middle;
}

.theme-social-widget ul li a {
  background: var(--secondary-color);
  color: #fff;
  width: 100%;
  display: block;
  padding: 1rem;
}

.theme-social-widget ul li a:hover,
.theme-social-widget ul li a:focus {
  filter: alpha(opacity=90);
  opacity: 0.9;
  color: var(--primary-color);
}

.theme-social-widget ul li .svg-icon {
  width: 26px;
  height: 26px;
  display: inline-block;
  vertical-align: middle;
}

.theme-social-widget .theme-social-icons {
  margin-right: 1.6rem;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.entry-breadcrumb {
  margin-bottom: 4rem;
}

@media (max-width: 767px) {
  .entry-breadcrumb {
    display: none;
  }
}

.breadcrumbs {
  font-size: 1.6rem;
  margin: 0 auto 20px;
}

@media (max-width: 767px) {
  .breadcrumbs {
    display: none;
  }
}

.breadcrumbs a:not(.single-featured-banner .breadcrumbs a) {
  color: inherit;
}

.breadcrumbs ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
}

.breadcrumbs ul li {
  display: inline-block;
}

.breadcrumbs ul .trail-item span {
  position: relative;
}

.breadcrumbs ul .trail-item.trail-begin span {
  padding-left: 0;
}

.breadcrumbs ul li span:before {
  content: "/";
  margin: 0 6px;
  color: rgba(0, 0, 0, 0.24);
}

.breadcrumbs ul .trail-item.trail-begin span:before {
  content: none;
}

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

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

.entry-header-1 {
  margin-top: 3rem;
  padding-top: 3rem;
}

@media (max-width: 991px) {
  .entry-header-1 .entry-title {
    font-size: 4rem;
  }
}

@media (max-width: 575px) {
  .entry-header-1 .entry-title {
    font-size: 3rem;
  }
}

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

.wrapper,
.wrapper-fluid {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.wrapper {
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 1400px) {
  .wrapper-fluid {
    max-width: 90%;
  }
}

@media (min-width: 992px) {
  .wrapper {
    max-width: 1140px;
  }
}

@media only screen and (min-width: 1441px) {
  .wrapper {
    max-width: 1400px;
  }
}

.wrapper-fluid .column-row {
  margin: 0;
}

.column-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.column-row-center {
  align-items: center;
}

.column-justify-center {
  justify-content: center;
}

.column-row-collapse {
  margin-right: 0;
  margin-left: 0;
}

.column-row-small {
  margin-right: -5px;
  margin-left: -5px;
}

.column {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.column-row-collapse .column {
  padding-right: 0;
  padding-left: 0;
}

.column-row-small .column {
  padding-right: 5px;
  padding-left: 5px;
}

.column-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.column-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.column-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.column-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.column-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.column-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.column-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.column-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.column-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.column-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.column-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.column-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 992px) {
  .column-order-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .column-order-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .column-order-3 {
    -ms-flex-order: 3;
    order: 3;
  }
}

@media (max-width: 1024px) {
  .column-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .column-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .column-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .column-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 991px) {
  .column-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .column-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .column-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .column-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (max-width: 767px) {
  .column-xs-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .column-xs-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .column-xs-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .column-xs-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .hidden-xs-screen {
    display: none;
    visibility: hidden;
    opacity: 0;
  }
}

@media (max-width: 575px) {
  .column-xxs-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .column-xxs-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}

.archive-main-block {
  border-top: 1px solid;
  border-color: #ededed;
}

.content-area {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 3rem;
  width: 100%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

@media (max-width: 1400px) {
  .content-area {
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
    max-width: 65%;
  }
}

@media (max-width: 1024px) {
  .content-area {
    -ms-flex-order: 1;
    order: 1;
  }
}

.no-sidebar .content-area {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.widget-area {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 1400px) {
  .widget-area {
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    max-width: 35%;
  }
}

@media (max-width: 1024px) {
  .widget-area {
    -ms-flex-order: 2;
    order: 2;
    padding: 0 15px;
  }
}

.widget-area-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 5;
  font-size: 1.6rem;
  padding-top: 3rem;
}

.widget-area-wrapper .widget {
  border-bottom: 1px solid;
}

.widget-area-wrapper .widget:last-child {
  border-bottom: none;
}

.left-sidebar .widget-area-wrapper {
  border-right: 1px solid;
}

.left-sidebar .widget-area-wrapper .widget {
  padding-right: 40px;
}

@media (max-width: 1024px) {
  .left-sidebar .widget-area-wrapper {
    padding-right: 0;
    border-right: none;
  }

  .left-sidebar .widget-area-wrapper .widget {
    padding-right: 0;
  }
}

.right-sidebar .content-area {
  -ms-flex-order: 1;
  order: 1;
}

.right-sidebar .widget-area {
  -ms-flex-order: 2;
  order: 2;
}

.right-sidebar .widget-area-wrapper {
  border-left: 1px solid;
}

.right-sidebar .widget-area-wrapper .widget {
  padding-left: 40px;
}

@media (max-width: 1024px) {
  .right-sidebar .widget-area-wrapper {
    border-left: 0;
    padding-left: 0;
  }

  .right-sidebar .widget-area-wrapper .widget {
    padding-left: 0;
  }
}

.widget-title,
.widget_block .wp-block-group > .wp-block-group__inner-container > h2 {
  text-transform: capitalize;
  border-bottom: 1px solid;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}

@media (min-width: 992px) {

  .left-sidebar .widget-area-wrapper .widget-title,
  .left-sidebar .widget-area-wrapper .widget_block .wp-block-group > .wp-block-group__inner-container > h2 {
    padding-right: 4rem;
  }

  .right-sidebar .widget-area-wrapper .widget-title,
  .right-sidebar .widget-area-wrapper .widget_block .wp-block-group > .wp-block-group__inner-container > h2 {
    padding-left: 4rem;
  }
}

.widget-area-wrapper .widget_recent_entries ul li a {
  background-image: linear-gradient(180deg, transparent 94%, #000 0);
  background-size: 0% 100%;
  background-repeat: no-repeat;
  -webkit-transition: background-size 0.4s ease;
  -moz-transition: background-size 0.4s ease;
  transition: background-size 0.4s ease;
}

.widget-area-wrapper .widget_recent_entries ul li a:hover {
  text-decoration: none;
  background-size: 100% 100%;
}

@media (max-width: 1024px) {

  .content-area,
  .widget-area {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.alignnone,
.aligncenter {
  margin-bottom: 4rem;
  margin-top: 4rem;
}

.alignwide,
.alignfull {
  margin-bottom: 6rem;
  margin-top: 6rem;
}

.alignleft {
  margin: 0.5rem 2.5rem 2.5rem 0;
}

.alignright {
  margin: 0.5rem 0 2.5rem 2.5rem;
}

@media only screen and (min-width: 1400px) {
  .entry-content .alignwide {
    margin-left: -10rem;
    margin-right: -10rem;
  }
}

.alignfull > figcaption,
.alignfull > .wp-caption-text {
  width: calc(100% - 8rem);
}

.entry-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 1.2rem;
  text-transform: uppercase;
}

.entry-meta-center {
  justify-content: center;
}

.entry-meta a {
  text-decoration: none;
}

.entry-meta-item,
.entry-meta .cat-links a {
  position: relative;
}

.cat-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.entry-meta .cat-links a {
  display: inline;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-right: 1rem;
  margin-right: 0.5rem;
}

.entry-meta .cat-links a:hover:not(.entry-meta .cat-links a:first-child) {
  opacity: 0.6;
}

.entry-meta .cat-links a::before,
.entry-meta-item::before {
  position: absolute;
  content: "/";
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  font-weight: 600;
  color: #000;
}

.entry-meta .cat-links a:last-child {
  margin-right: 0;
  padding-right: 0;
}

.entry-meta .cat-links a:last-child::before {
  display: none;
}

.entry-meta .entry-meta-item {
  margin: 0 1rem 1rem 0;
  padding-right: 1.5rem;
}

.entry-meta .entry-meta-item:last-child {
  margin-right: 0;
  padding-right: 0;
}

.entry-meta .entry-meta-item:last-child::before {
  display: none;
}

.entry-meta-left .entry-meta-avatar {
  width: 40px;
  border-radius: 50%;
  margin-bottom: 0;
  margin-right: 1rem;
  overflow: hidden;
}

.entry-meta .entry-meta-right .entry-meta-item {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom: 0;
}

.entry-meta-wrapper,
.entry-meta-item {
  font-family: "Lato", sans-serif;
}

.entry-meta-wrapper {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
}

.entry-meta-item .entry-meta-icon {
  margin-right: 1rem;
}

.entry-meta-label {
  margin-right: 5px;
}

.post-navigation {
  border-style: solid;
  border-width: 0.1rem 0;
}

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

.post-navigation .nav-links > div + div {
  margin-top: 1rem;
}

.post-navigation a {
  align-items: baseline;
  display: flex;
  text-decoration: none;
}

.post-navigation .arrow {
  margin-right: 1rem;
}

@media (max-width: 767px) {
  .post-navigation .nav-links {
    display: block;
  }

  .navigation-wrapper .post-navigation .nav-links > div {
    max-width: 100%;
    margin: 2rem 0;
  }
}

/* article wrapper  */
.post-thumbnail,
.theme-article-image,
.entry-thumbnail {
  position: relative;
  overflow: hidden;
}

.home .site-content .content-area .article-wraper article:not(:nth-child(5n - 4)) .entry-content {
  display: none;
}

.home .site-content .article-wraper-archive {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.home .site-content .article-wraper-archive .theme-article-post {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

@media (max-width: 1024px) {
  .home .site-content .article-wraper-archive .theme-article-post {
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

@media (max-width: 575px) {
  .home .site-content .article-wraper-archive .theme-article-post {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.home .site-content .content-area .theme-article-image {
  margin-bottom: 2rem;
}

.home .site-content .content-area .article-wraper > article:nth-child(5n - 4) {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.home .site-content .content-area .article-wraper > article:nth-child(5n - 4) .theme-article-image,
.home .site-content .content-area .article-wraper > article:nth-child(5n - 4) .theme-article-details {
  margin-bottom: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

@media (max-width: 991px),
(min-width: 1025px) and (max-width: 1199px) {

  .home .site-content .content-area .article-wraper > article:nth-child(5n - 4) .theme-article-image,
  .home .site-content .content-area .article-wraper > article:nth-child(5n - 4) .theme-article-details {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.home .site-content .content-area .article-wraper > article:nth-child(5n - 4) .entry-title {
  font-size: 4rem;
}

@media (max-width: 991px) {
  .home .site-content .content-area .article-wraper > article:nth-child(5n - 4) .entry-title {
    font-size: 3rem;
  }
}

.home .site-content .content-area .article-wraper > article:nth-child(5n - 4) .entry-footer {
  text-align: left;
  width: 85%;
  margin: 0 auto 3rem;
}

.home .site-content .content-area .article-wraper > article:nth-child(5n - 4) .entry-title::before {
  right: 0;
  margin: 0 auto;
}

.home .site-content .content-area .article-wraper > article:nth-child(5n - 4) .theme-article-details {
  background: var(--secondary-color);
  padding: 4rem;
}

@media (max-width: 1199px) {
  .home .site-content .content-area .article-wraper > article:nth-child(5n - 4) .theme-article-details {
    padding: 2rem;
  }
}

@media (max-width: 575px) {
  .home .site-content .content-area .article-wraper > article:nth-child(5n - 4) .entry-title {
    font-size: 2.6rem;
  }
}

.home .site-content .content-area .article-wraper > article:nth-child(5n - 4) .btn-fancy::before {
  background-color: #fff;
}

/* SINGLE PAGINATION */
.post-navigation {
  font-size: 1.8rem;
  padding: 3.5rem 0;
  margin-bottom: 5rem;
  margin-top: 5rem;
}

@media (max-width: 1024px) {
  .post-navigation {
    margin-bottom: 3rem;
  }
}

.post-navigation .nav-links {
  flex-direction: row;
  justify-content: space-between;
}

.post-navigation .nav-links > div {
  max-width: calc(50% - 2rem);
}

.post-navigation .nav-links > div + div {
  margin: 0 0 0 4rem;
}

.post-navigation .arrow {
  margin: 0 2rem 0 0;
}

.post-navigation .nav-next:only-child {
  margin-left: auto;
}

.post-navigation .nav-next a {
  flex-direction: row-reverse;
  text-align: right;
}

.post-navigation .nav-next .arrow {
  margin: 0 0 0 2rem;
}

.theme-ajax-post-load {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 6rem;
}

.pagination {
  margin-top: 3.25rem;
  margin-bottom: 3.25rem;
  text-align: center;
}

.pagination a {
  color: inherit;
}

.pagination .page-numbers {
  display: inline-block;
  margin-right: 1.25em;
  color: #abadaf;
}

.pagination .page-numbers.current {
  color: #161719;
}

.pagination .page-numbers:last-child {
  margin-right: 0;
}

@media only screen and (min-width: 600px) {

  .pagination .prev:after,
  .pagination .next:before {
    position: relative;
    display: inline-block;
    width: 2.25rem;
    height: 1px;
    content: "";
    vertical-align: middle;
    background-color: #eaebee;
  }

  .pagination .prev:after {
    margin-left: 1.25em;
  }

  .pagination .next:before {
    margin-right: 1.25em;
  }
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.twp-comment-toggle {
  text-align: left;
  position: relative;
  width: 100%;
}

.comment-toggle-icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 45px;
  z-index: 1;
  padding: 0 10px;
  display: inline-block;
  line-height: 1px;
}

.comment-toggle-icon.active:after {
  width: 13px;
  height: 1px;
}

.comment-toggle-icon:before,
.comment-toggle-icon:after {
  content: "";
  width: 13px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.comment-toggle-icon:after {
  width: 1px;
  height: 13px;
}

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

.bypostauthor {
  display: block;
}

#comments .comments-title {
  margin-bottom: 60px;
  font-size: 26px;
}

.page #comments .comments-title {
  margin-top: 60px;
}

#comments .comment-list {
  list-style: none;
  margin: 40px auto;
  padding: 0;
}

#comments .comment-list li {
  border-bottom: 1px solid #eee;
  margin-bottom: 40px;
}

#comments .comment-list li article {
  padding: 0;
  margin-bottom: 20px;
}

#comments .comment-list .children {
  list-style: none;
  margin: 0;
  padding-left: 30px;
  position: relative;
}

#comments .comment-list .children li {
  margin: 0;
  border: none;
}

#comments .comment-list .comment-content li {
  margin-bottom: 10px;
  border: none;
}

#comments .comment-list .comment-content h1,
#comments .comment-list .comment-content h2,
#comments .comment-list .comment-content h3,
#comments .comment-list .comment-content h4,
#comments .comment-list .comment-content h5,
#comments .comment-list .comment-content h6 {
  margin-bottom: 30px;
  margin-top: 30px;
}

#comments .comment-body {
  min-height: 60px;
  display: block;
  position: relative;
  clear: both;
}

#comments .comment-body p:last-child {
  margin-bottom: 0;
}

#comments .comment-body footer {
  margin-bottom: 20px;
}

#comments .comment-body footer a {
  color: inherit;
}

#comments .comment-author img {
  float: left;
  margin-right: 20px;
}

#comments .comment-author .fn {
  font-weight: 700;
  font-style: normal;
  line-height: normal;
  display: inline-block;
  padding-top: 5px;
}

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

#comments .comment-meta .comment-metadata {
  font-size: 85%;
  margin-top: 5px;
  filter: alpha(opacity=70);
  opacity: 0.7;
}

#comments .comment-meta .comment-metadata .edit-link {
  margin-left: 10px;
}

#comments .reply {
  margin-top: 20px;
}

#comments .comment-reply-link {
  font-weight: 600;
  text-decoration: none;
}

#comments .comment-reply-link:hover {
  filter: alpha(opacity=85);
  opacity: 0.85;
}

#comments .comment-reply-link:hover:after {
  margin-left: 13px;
}

#comments .comment-form {
  margin-top: 15px;
}

#comments .comment-form p {
  margin-bottom: 10px;
}

#comments .comment-form p:last-child {
  margin-bottom: 0;
}

#comments .comment-list #respond {
  margin: -20px 0 40px 0;
}

#comments .comment-form-info-fields {
  margin-bottom: 25px;
}

#comments p.form-submit {
  clear: both;
}

#comments span.required {
  color: #ff7979;
}

#comments .comment-awaiting-moderation {
  color: #db6a23;
  font-size: 85%;
}

#comments p.comment-notes,
#comments p.logged-in-as,
#comments p.must-log-in {
  margin-bottom: 30px;
  font-size: 90%;
}

#comments p.form-allowed-tags {
  margin-bottom: 25px;
  font-size: 14px;
}

#comments h3.comment-reply-title {
  font-size: 18px;
  margin-bottom: 5px;
  clear: both;
}

#comments ol li h3.comment-reply-title {
  margin-top: 60px;
}

#comments h3.comment-reply-title #cancel-comment-reply-link {
  display: inline-block;
  margin-left: 10px;
  text-transform: none;
  font-size: 14px;
  font-weight: 600;
  filter: alpha(opacity=60);
  opacity: 0.6;
}

#comments .comment-form p.form-submit {
  margin-bottom: 0;
  margin-top: 30px;
}

#comments .comment-form .comment-subscription-form,
#comments .comment-form .comment-subscription-form:only-child {
  font-size: 14px;
  margin-top: 20px;
}

#comments .comment-form .comment-subscription-form:last-child {
  margin-top: 0;
}

@media (min-width: 600px) {
  .comments-area .comment-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }

  .comments-area .comment-form-comment {
    margin-bottom: 1.5rem;
  }

  .comments-area .comment-notes,
  .comments-area .comment-form-comment,
  .comments-area .logged-in-as {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    margin-bottom: 1.5rem;
  }

  .comments-area .comment-form-author,
  .comments-area .comment-form-ratings,
  .comments-area .comment-form-email,
  .comments-area .comment-form-url {
    -webkit-box-flex: 0;
    position: relative;
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    margin-bottom: 1.5rem;
  }

  .comments-area .comment-form-author,
  .comments-area .comment-form-email,
  .comments-area .comment-form-url {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .comments-area .comment-form-ratings {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .comments-area .comment-form-cookies-consent,
  .comments-area .comment-subscription-form {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
}

.form-submit {
  margin: 0;
}

@media (min-width: 600px) {
  .form-submit {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

.infinity-end.neverending .site-footer {
  display: block;
}

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

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

.wp-custom-logo .site-logo {
  margin: 0;
}

@media (max-width: 575px) {
  .wp-custom-logo .site-logo .custom-logo-link {
    max-width: 200px;
  }
}

.custom-logo-link {
  display: block;
  margin: 0 auto;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin: 1em 0 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.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignleft {
  margin-right: 20px;
}

.wp-caption.alignright {
  margin-left: 20px;
}

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

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

@media (min-width: 600px) {

  div[class^="gallery-columns-"],
  div[class*=" gallery-columns-"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
  }
}

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

@media (min-width: 600px) {
  .gallery-columns-2 .gallery-item {
    max-width: 50%;
    position: relative;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
  }
}

@media (min-width: 600px) {
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%;
    position: relative;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
  }
}

@media (min-width: 600px) {
  .gallery-columns-4 .gallery-item {
    max-width: 25%;
    position: relative;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
  }
}

@media (min-width: 600px) {
  .gallery-columns-5 .gallery-item {
    max-width: 20%;
    position: relative;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
  }
}

@media (min-width: 600px) {
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%;
    position: relative;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
  }
}

@media (min-width: 600px) {
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%;
    position: relative;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
  }
}

@media (min-width: 600px) {
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%;
    position: relative;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
  }
}

@media (min-width: 600px) {
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%;
    position: relative;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
  }
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.footer-widgetarea {
  border-top: 1px solid;
  padding-bottom: 8rem;
  padding-top: 7.5rem;
}

.site-info {
  border-top: 1px solid;
  padding: 6rem 0;
  font-size: 1.6rem;
  background: var(--secondary-color);
}

.footer-credits {
  align-items: baseline;
  display: flex;
  flex-shrink: 0;
  justify-content: flex-start;
}

.footer-credits a {
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  .footer-widgetarea {
    padding-bottom: 3rem;
    padding-top: 3rem;
  }

  .site-info {
    padding: 3rem 0;
  }
}

@media (max-width: 991px) {
  .footer-widgetarea .social-widget-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 -0.5rem;
  }

  .footer-widgetarea .social-widget-list > li {
    width: 33.33%;
    padding: 0 0.5rem;
  }
}

@media (max-width: 575px) {
  .footer-widgetarea .social-widget-list > li {
    width: 100%;
  }
}

/*--------------------------------------------------------------
## Rough
--------------------------------------------------------------*/
.entry-content .alignfull {
  margin-left: calc(-100vw / 2 + 100% / 2);
  margin-right: calc(-100vw / 2 + 100% / 2);
  max-width: 100vw;
}

.wp-block-gallery.columns-1 {
  display: block;
}

ul.wp-block-gallery.columns-1,
.wp-block-gallery .blocks-gallery-grid,
.wp-block-gallery {
  list-style: none;
  padding: 0;
  margin: 0 auto;
}

.featured-banner-media img {
  width: 100vmax;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  pointer-events: none;
}

.theme-header-extras,
.header-layout-1 .site-navigation,
.offcanvas-main-navigation li,
.offcanvas-main-navigation .sub-menu,
.offcanvas-main-navigation .submenu-wrapper .submenu-toggle,
.post-navigation,
.widget .tab-head .twp-nav-tabs,
.widget-area-wrapper .widget,
.footer-widgetarea,
.site-info,
.right-sidebar .widget-area-wrapper,
.left-sidebar .widget-area-wrapper,
.widget-title,
.widget_block .wp-block-group > .wp-block-group__inner-container > h2,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="week"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="color"],
textarea {
  border-color: #ededed;
}

body.hide-comment-rating .tpk-single-rating,
body.hide-comment-rating .tpk-comment-rating-label,
body.hide-comment-rating .comments-rating,
body.hide-comment-rating .tpk-star-rating {
  display: none;
}

/*--------------------------------------------------------------
## Plugin Support
--------------------------------------------------------------*/
.elementor-html .preloader {
  display: none;
}

.post-content-share .twp-social-share .twp-share-container {
  display: block;
}

@media (max-width: 575px) {
  .post-content-share .twp-social-share .twp-share-container {
    display: flex;
  }

  .post-content-share .twp-social-share .twp-social-icons:not(:last-child) {
    margin-right: 2rem;
  }
}

.post-content-share .twp-social-share .twp-social-icons .twp-icon-holder {
  border: 0;
}

.post-content-share .twp-icon-holder .twp-social-count,
.post-content-share .twp-icon-holder .twp-share-media,
.post-content-share .share-media-nocount {
  display: block;
  width: 50px;
}

.post-content-share .twp-icon-holder .twp-social-count,
.post-content-share .twp-social-icons .share-media-nocount {
  border-radius: 2px;
  color: #fff;
}

.post-content-share .twp-icon-holder .twp-social-count:hover,
.post-content-share .twp-icon-holder .twp-social-count:focus,
.post-content-share .twp-social-icons .share-media-nocount:hover,
.post-content-share .twp-social-icons .share-media-nocount:focus {
  filter: alpha(opacity=60);
  opacity: 0.6;
}

.post-content-share .share-media-nocount:after,
.post-content-share .twp-icon-holder .twp-social-count:after {
  border: solid 6px transparent;
  border-top-color: inherit;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  bottom: -12px;
}

.post-content-share .twp-social-facebook .twp-icon-holder .twp-social-count {
  background: #3b5998;
}

.post-content-share .twp-social-twitter .twp-icon-holder .twp-social-count {
  background: #24a5db;
}

.post-content-share .twp-social-pinterest .twp-icon-holder .twp-social-count {
  background: #ca2128;
}

.post-content-share .twp-social-linkedin .twp-icon-holder .share-media-nocount {
  background: #0077b5;
}

.post-content-share .twp-social-email .twp-icon-holder .share-media-nocount {
  background: #f75454;
}

.post-content-share .twp-social-vk .twp-icon-holder .share-media-nocount {
  background: #1a4b78;
}

.post-content-share .twp-social-facebook .twp-icon-holder .twp-social-count:after {
  border-left-color: transparent;
  border-top-color: #3b5998;
}

.post-content-share .twp-social-twitter .twp-icon-holder .twp-social-count:after {
  border-left-color: transparent;
  border-top-color: #24a5db;
}

.post-content-share .twp-social-pinterest .twp-icon-holder .twp-social-count:after {
  border-left-color: transparent;
  border-top-color: #ca2128;
}

.post-content-share .twp-social-facebook .twp-icon-holder .twp-social-count:after {
  border-left-color: transparent;
  border-top-color: #3b5998;
}

.post-content-share .twp-social-linkedin .twp-icon-holder .share-media-nocount:after {
  border-left-color: transparent;
  border-top-color: #0077b5;
}

.post-content-share .twp-social-email .twp-icon-holder .share-media-nocount:after {
  border-left-color: transparent;
  border-top-color: #f75454;
}

.post-content-share .twp-social-vk .twp-icon-holder .share-media-nocount:after {
  border-left-color: transparent;
  border-top-color: #1a4b78;
}

.post-content-share .twp-icon-holder .twp-share-media {
  font-size: 28px;
  margin-top: 10px;
}

.post-content-share .twp-social-linkedin .twp-icon-holder .twp-share-media,
.post-content-share .twp-social-vk .twp-icon-holder .twp-share-media,
.post-content-share .twp-social-email .twp-icon-holder .twp-share-media {
  margin-top: 0;
}

.post-content-share .twp-share-media .twp-label-title {
  display: none;
  visibility: hidden;
  filter: alpha(opacity=0);
  opacity: 0;
}

.post-content-share .twp-plugin-title.twp-share-title h2 {
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 0;
}

.booster-block.booster-ratings-block {
  background: rgba(0, 0, 0, 0.03);
  border: 2px solid rgba(0, 0, 0, 0.03);
  padding: 30px;
  margin: 30px auto;
}

.booster-block.booster-ratings-block .individual-bar-bg {
  background-color: #ffffff;
}

.booster-ratings-block .twp-average-title {
  font-size: 2.2rem;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.booster-block.booster-reactions-block {
  background: #fff;
}

.booster-favourite-post {
  width: 40px;
  height: 40px;
  display: inline-block;
  line-height: 40px;
  text-align: center;
  border-radius: 100%;
  background-color: #f7f7f7;
}

.booster-favourite-post:hover,
.booster-favourite-post:focus,
.booster-favourite-post.booster-favourite-selected {
  background-color: #000000;
  color: #fff;
}

.booster-favourite-post .booster-svg {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
}

.booster-extension .post-content-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.booster-extension .post-content-wrap .post-content-share,
.booster-extension .post-content-wrap .post-content {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
}

.booster-extension .post-content-wrap .post-content-share {
  -ms-flex: 0 0 80px;
  flex: 0 0 80px;
  max-width: 80px;
}

@media (min-width: 576px) {
  .booster-extension .post-content-wrap .post-content-share .twp-social-share {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 5;
  }
}

.booster-extension .post-content-wrap .post-content {
  -ms-flex: 0 0 calc(100% - 80px);
  flex: 0 0 calc(100% - 80px);
  max-width: calc(100% - 80px);
}

@media (max-width: 575px) {

  .booster-extension .post-content-wrap .post-content-share,
  .booster-extension .post-content-wrap .post-content {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .booster-extension .post-content-wrap .post-content {
    order: 1;
  }

  .booster-extension .post-content-wrap .post-content-share {
    order: 2;
    margin-top: 2rem;
  }
}

.archive-like-share {
  margin-top: 30px;
}

.archive-like-share,
.archive-like-share a {
  color: #737373;
}

.twp-toggle-share span {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1px;
}

.post-wrapper .post-thumbnail .twp-like-dislike-button,
.post-thumb .twp-like-dislike-button {
  position: absolute;
  left: 20px;
  bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.post-wrapper .post-thumbnail .twp-like-dislike-button,
.post-wrapper .post-thumbnail .twp-like-dislike-button a,
.post-thumb .twp-like-dislike-button,
.post-thumb .twp-like-dislike-button a {
  color: #fff;
}

.site .twp-like-dislike-button .twp-like-count,
.site .twp-like-dislike-button .twp-dislike-count {
  background: #ffeb3b;
  color: #000000;
}

.floating-post-navigation {
  position: fixed;
  top: 50%;
  z-index: 999;
  width: 340px;
  height: 200px;
  overflow: hidden;
  background: #000;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  -webkit-transition: all 0.4s cubic-bezier(0.24, 0.6, 0.25, 1);
  -moz-transition: all 0.4s cubic-bezier(0.24, 0.6, 0.25, 1);
  -o-transition: all 0.4s cubic-bezier(0.24, 0.6, 0.25, 1);
  transition: all 0.4s cubic-bezier(0.24, 0.6, 0.25, 1);
}

.floating-post-navigation,
.floating-post-navigation a {
  color: #fff !important;
}

@media (max-width: 575px) {
  .floating-post-navigation {
    display: none;
    visibility: hidden;
    opacity: 0;
  }
}

.floating-post-navigation img {
  filter: alpha(opacity=65);
  opacity: 0.65;
}

.floating-navigation-prev {
  right: calc(100% - 50px);
}

.floating-navigation-prev:hover {
  right: calc(100% - 339px);
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.floating-navigation-next {
  left: calc(100% - 50px);
}

.floating-navigation-next:hover {
  left: calc(100% - 339px);
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.floating-post-navigation img {
  object-fit: cover;
  position: absolute;
  top: 0;
  height: 100% !important;
}

.floating-navigation-prev img {
  right: 50px;
}

.floating-navigation-next img {
  left: 50px;
}

.floating-post-navigation a {
  color: inherit;
}

.floating-post-navigation a:hover,
.floating-post-navigation a:focus {
  color: inherit !important;
}

.floating-post-navigation .floating-navigation-label {
  position: absolute;
  top: 0;
  writing-mode: vertical-rl;
  right: 0;
  height: 100%;
  text-align: center;
  width: 50px;
  line-height: 50px;
  text-transform: uppercase;
  font-size: 12px;
  z-index: 2;
  letter-spacing: 3px;
}

.floating-navigation-next .floating-navigation-label {
  right: auto;
  left: 0;
}

.floating-post-navigation .floating-navigation-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  width: 100%;
  padding: 20px 60px 20px 20px;
  z-index: 2;
}

.floating-navigation-next .floating-navigation-title {
  padding: 20px 20px 20px 60px;
}

.offcanvas-wraper,
.header-searchbar-inner {
  background: #ffffff;
}

#comments .comment-body .comment-content,
#comments .comment-reply-link,
#comments p.comment-notes,
#comments p.logged-in-as,
#comments p.must-log-in {
  font-size: 95%;
  line-height: 1.8;
}

/*--------------------------------------------------------------
##Back to top
--------------------------------------------------------------*/
.align-text-right {
  text-align: right;
}

.to-the-top > * {
  pointer-events: none;
}

.to-the-top-long {
  display: none;
}

@media (min-width: 768px) {
  .to-the-top-long {
    display: inline;
  }

  .to-the-top-short {
    display: none;
  }
}

.theme-article-post {
  margin-bottom: 1rem;
  padding-bottom: 6rem;
}

.theme-article-post .entry-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 3rem;
  width: 100%;
}

.theme-carousel-post.theme-article-post {
  margin-bottom: 0;
  padding-bottom: 0;
}

.theme-carousel-post.theme-article-post .entry-thumbnail {
  margin-bottom: 2rem;
}

.theme-article-post .entry-title {
  position: relative;
  margin-bottom: 2rem;
  transition: all 0.3s cubic-bezier(0.72, 0.16, 0.345, 0.875);
}

.theme-recommendation-block .theme-article-post .entry-title {
  margin-bottom: 2rem;
}

.home .site-content .theme-recommendation-block .theme-article-post .entry-title::before {
  content: none;
  display: none;
}

.theme-custom-block {
  position: relative;
}

.theme-banner-block {
  padding-bottom: 3rem;
  margin-bottom: 3rem;
  margin-top: 3rem;
}

@media (max-width: 991px) {
  .theme-banner-block {
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
  }
}

.theme-banner-block .theme-article-post {
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.theme-custom-block.theme-error-section.error-block-heading {
  margin-bottom: 0;
}

.theme-recommendation-block {
  background: var(--secondary-color);
}

.theme-recommendation-main {
  padding-top: 8rem;
  padding-bottom: 2rem;
}

.theme-area-header:not(.error404 .theme-area-header) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 6rem;
}

@media (max-width: 991px) {
  .theme-area-header:not(.error404 .theme-area-header) {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 3rem;
  }
}

.theme-area-headlines:not(.error404 .theme-area-headlines) {
  display: flex;
  align-items: center;
}

@media (max-width: 991px) {
  .theme-area-headlines {
    margin-bottom: 2rem;
    flex-direction: column;
    width: 100%;
  }
}

.theme-area-headlines .theme-area-title {
  font-size: 4.4rem;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .theme-area-headlines .theme-area-title {
    margin-bottom: 1rem;
  }
}

@media (max-width: 575px) {
  .theme-area-headlines .theme-area-title {
    font-size: 3rem;
  }
}

.theme-animated-line {
  width: 30rem;
  height: 2px;
  background: transparent;
  position: relative;
}

@media (max-width: 575px) {
  .theme-animated-line {
    width: 100%;
  }
}

.theme-animated-line::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 10rem;
  height: 100%;
  background: #000;
  animation: animate 5s linear infinite;
}

@keyframes animate {
  0% {
    left: 0;
  }

  50% {
    left: 100%;
  }

  0% {
    left: 0;
  }
}

@media (max-width: 991px) {
  @keyframes animate {
    0% {
      left: 0;
    }

    50% {
      left: 67%;
    }

    0% {
      left: 0;
    }
  }
}

.theme-carousel-control {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
}

@media (max-width: 991px) {
  .theme-carousel-control {
    margin-right: auto;
  }
}

.theme-carousel-control .svg-icon {
  width: 32px;
  height: 32px;
}

@media (min-width: 1200px) {
  .twp-carousel-slider .swiper-slide {
    width: 25%;
  }

  .twp-carousel-slider .swiper-slide:nth-child(2n + 1) {
    width: 45%;
  }

  .twp-carousel-slider .swiper-slide:nth-child(3n + 1) {
    width: 35%;
  }
}

.theme-related-block {
  margin-top: 2rem;
  padding-top: 2rem;
}

.related-posts .related-post-item {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
}

@media (max-width: 991px) {
  .theme-related-block .related-posts .post-thumbnail {
    margin-bottom: 2rem;
  }
}

/* -----------------------------------------------------------------
    - Carousel horizontal
----------------------------------------------------------------- */
.main-carousel-item {
  pointer-events: none;
  width: 670px;
  transform: scale(1);
}

@media only screen and (max-height: 900px) {
  .main-carousel-item {
    width: 670px;
  }
}

@media only screen and (max-width: 768px) {
  .main-carousel-item {
    width: 580px;
  }
}

@media only screen and (max-width: 580px) {
  .main-carousel-item {
    margin-top: 2rem;
    width: 100%;
  }
}

@media screen and (min-width: 1500px) {
  .main-carousel-item {
    width: 1100px;
  }
}

.main-carousel-item.swiper-slide-prev,
.main-carousel-item.swiper-slide-next {
  margin-top: 1.5rem;
}

.main-carousel-item.swiper-slide-active {
  transform: scale(1.1);
}

.theme-main-carousel .swiper-slide-active {
  pointer-events: all;
}

.main-carousel-item.swiper-slide-active .main-carousel-caption {
  opacity: 1;
  visibility: visible;
  height: 31rem;
}

@media (max-width: 991px) {
  .main-carousel-caption {
    padding: 3rem;
    position: relative;
    width: 100%;
  }

  .main-carousel-item.swiper-slide-active .main-carousel-caption {
    height: 27.5rem;
  }
}

@media (max-width: 575px) {
  .main-carousel-caption .entry-content {
    display: none;
  }

  .main-carousel-item.swiper-slide-active .main-carousel-caption {
    height: 19.5rem;
  }
}

.main-carousel-item.swiper-slide-active:hover .entry-content,
.main-carousel-item.swiper-slide-active:focus .entry-content {
  display: none;
}

.main-carousel-item.swiper-slide-active:hover .main-carousel-caption,
.main-carousel-item.swiper-slide-active:focus .main-carousel-caption {
  height: 23.5rem;
}

@media (max-width: 991px) {

  .main-carousel-item.swiper-slide-active:hover .main-carousel-caption,
  .main-carousel-item.swiper-slide-active:focus .main-carousel-caption {
    height: 19.5rem;
  }
}

.main-carousel-item.swiper-slide-active:hover .data-bg,
.main-carousel-item.swiper-slide-active:focus .data-bg {
  filter: blur(0) !important;
}

.theme-main-carousel .swiper-button-prev svg,
.theme-main-carousel .swiper-button-next svg {
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-miterlimit: 10;
}

.theme-main-carousel svg polyline,
.theme-main-carousel svg line {
  fill: none;
  stroke: currentColor;
  stroke-miterlimit: 10;
  stroke-dasharray: 60;
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 0.8s cubic-bezier(0.39, 0.58, 0.57, 1);
}

.theme-main-carousel .swiper-button-next:hover svg polyline,
.theme-main-carousel .swiper-button-next:focus svg polyline,
.theme-main-carousel .swiper-button-next:hover svg line,
.theme-main-carousel .swiper-button-next:focus svg line,
.theme-main-carousel .swiper-button-prev:hover svg polyline,
.theme-main-carousel .swiper-button-prev:focus svg polyline,
.theme-main-carousel .swiper-button-prev:hover svg line,
.theme-main-carousel .swiper-button-prev:focus svg line {
  stroke-dashoffset: 120;
}

.theme-main-carousel .entry-content {
  margin-bottom: 2rem;
}

.swiper-control,
.control-item {
  letter-spacing: 0.2rem;
  padding: 2.2rem 2rem;
  position: relative;
  text-transform: uppercase;
  transition: padding 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  width: auto;
}

:root {
  --swiper-navigation-size: 2.6rem;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after,
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: none;
}

.swiper-control .swiper-button-prev,
.swiper-control .swiper-button-next {
  color: #000;
  height: 100%;
  width: auto;
}

.theme-main-carousel .theme-carousel-control {
  position: relative;
  width: 100%;
  max-width: 11rem;
  margin: 0 auto;
  height: 3rem;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next,
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 0;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 0;
}

.swiper-container .swiper-pagination-progressbar {
  background-color: #fff;
  position: fixed;
  top: 0;
}

.swiper-container .swiper-pagination-progressbar-fill {
  background-color: #070707;
}

.theme-post-format {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 1;
  z-index: 5;
}

.theme-article-post .column-order-1 .theme-post-format {
  left: inherit;
  right: 0;
}

.theme-post-format .post-format-icom {
  margin-right: 5px;
}

/* Hide JS Functionalities ------------------------ */
.js .show-js {
  display: block !important;
}

.js .hide-js {
  display: none !important;
}

.no-js .show-no-js {
  display: block !important;
}

.no-js .hide-no-js {
  display: none !important;
}

a:focus,
button:focus,
.navbar-control:focus-visible > .navbar-control-trigger {
  outline-color: #000;
}

.theme-post-format {
  background-color: #fee86d;
}

.theme-image-responsive {
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  position: absolute;
  z-index: 4;
}

.theme-image-responsive:focus {
  border: 2px solid #fee86d;
}

@media (min-width: 992px) {
  .swiper-slide.main-carousel-item .entry-thumbnail .data-bg {
    filter: blur(0);
    transform: scale(1.2);
    -webkit-transition: 0.6s ease;
    -moz-transition: 0.6s ease;
    -o-transition: 0.6s ease;
    transition: 0.6s ease;
  }

  .main-carousel-item.swiper-slide-active .entry-thumbnail .data-bg {
    transform: scale(1);
    filter: blur(0.2rem);
  }
}

.article-content {
  margin-top: 1.5rem;
}

.article-content .category-title {
  font-weight: 400;
}

/* categories carousel  */
.theme-transform-zoom .data-bg {
  transform: scale(1);
  transition: 0.4s ease;
}

.post-thumb-categories {
  overflow: hidden;
}

.theme-transform-zoom:hover .data-bg {
  transform: scale(1.15);
}

.theme-categories-carousel .theme-article-post {
  margin: 0;
  padding: 0;
}

.article-content-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  margin-top: 0;
  background-color: rgba(0, 0, 0, 0.25);
  transition: 0.4s ease;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.theme-categories-carousel .theme-article-post:hover .article-content,
.theme-categories-carousel .theme-article-post:focus .article-content {
  background-color: rgba(0, 0, 0, 0.5);
}

.theme-categories-carousel .data-bg {
  height: 28rem;
}

.article-content-overlay .category-title {
  color: #fff;
  font-size: 3.5rem;
  font-weight: 500;
  margin-bottom: 2.5rem;
}

/* line clamp 2 */
.line-clamp-2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

/* btn link more  */
.btn-link-more {
  text-align: center;
}

/* article post detail  */
.article-post-detail {
  position: absolute;
  width: 100%;
  height: 16rem;
  inset: auto 0 0 0;
  background: var(--secondary-color);
  padding: 2rem;
  opacity: 0;
  visibility: hidden;
  transition: 1s ease;
}

/* panel header  */
.theme-panel-header {
  margin-bottom: 5rem;
  text-align: center;
}

.theme-panel-title {
  font-size: 3.5rem;
  font-weight: 600;
}

.theme-panel-header span {
  display: inline-block;
  margin: 1rem 0 5rem 0;
}

/* split grid  */
.theme-split-grid {
  background: var(--secondary-color);
  padding: 4rem 0 0;
}

.theme-split-grid .entry-title:first-of-type + span {
  display: inline-block;
  margin-bottom: 2rem;
}

.theme-split-grid .data-bg:last-of-type {
  margin-bottom: 1rem;
}

.theme-split-grid .column-12:first-child .data-bg {
  margin-bottom: 1rem;
}

.theme-split-grid .theme-article-post {
  margin-bottom: 3rem;
  padding: 0;
}

@media (min-width: 992px) and (max-width: 1024px) {
  .theme-split-grid .data-bg:last-of-type {
    height: 240px;
  }
}

@media (max-width: 575px) {
  .theme-split-grid .theme-block-link {
    margin-bottom: 2rem;
  }

  .theme-split-grid .theme-article-post {
    margin-bottom: 1.5rem;
  }
}

/* featured on  */
.theme-featured-on .data-bg {
  background-color: transparent;
  background-size: contain;
  height: 7rem;
  opacity: 0.6;
}

.theme-featured-on .data-bg:hover,
.theme-featured-on .data-bg:focus {
  opacity: 1;
}

/* single  */
.single .entry-header-1 {
  padding-top: 0;
  margin-bottom: 2rem;
}

@media (max-width: 767px) {
  .single .entry-header-1 {
    margin-top: 0;
  }
}

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

.single .entry-header-1 + .post-thumbnail img {
  height: 60rem;
  object-fit: cover;
}

@media (max-width: 991px) {
  .single .entry-header-1 + .post-thumbnail img {
    height: 50rem;
  }
}

@media (max-width: 575px) {
  .single .entry-header-1 + .post-thumbnail img {
    height: 35rem;
  }
}

.single-featured-banner {
  color: #fff;
}

.single-featured-banner a:not(:hover):not(:focus) {
  color: inherit !important;
}

.single-featured-banner .data-bg {
  position: relative;
  padding: 15rem 0;
  background-attachment: fixed;
}

@media (max-width: 1024px) {
  .single-featured-banner .data-bg {
    padding: 12rem 0;
  }
}

@media (max-width: 991px) {
  .single-featured-banner .data-bg {
    padding: 9rem 0;
  }
}

.single-featured-banner .breadcrumbs ul li span:before,
.single-featured-banner .entry-meta-item::before {
  color: #fff;
}

/* image overlay  */
.theme-image-overlay {
  position: relative;
}

.theme-image-overlay::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  inset: 0 0 auto 0;
  background-color: rgba(0, 0, 0, 0.14);
}

/* about author  */
.theme-about-author .about-author-header {
  background: var(--secondary-color);
  display: inline-block;
  padding: 2rem 15rem 2rem 2rem;
  margin-bottom: 3rem;
  font-weight: 500;
}

@media (max-width: 575px) {
  .theme-about-author .about-author-header {
    padding: 1rem 10rem 1rem 1rem;
  }
}

.theme-about-author .entry-meta-category {
  font-size: 2rem;
  margin-bottom: 1rem;
}

.theme-about-author .entry-title {
  font-size: 5.2rem;
  margin: 0;
}

@media (max-width: 575px) {
  .theme-about-author .entry-title {
    font-size: 5rem;
  }
}

.about-author-sign .data-bg {
  height: 12rem;
  width: 22rem;
  background-color: transparent;
  background-size: contain;
}

@media (max-width: 575px) {
  .about-author-sign .data-bg {
    width: 15rem;
  }
}

.about-author-excerpt {
  padding-left: 6rem;
}

@media (max-width: 1024px) {
  .about-author-excerpt {
    padding-left: 3rem;
  }
}

@media (max-width: 991px) {
  .theme-about-author .data-bg:first-of-type {
    margin-bottom: 2rem;
  }
}

@media (max-width: 575px) {
  .about-author-excerpt {
    padding-left: 0;
  }
}

/* search results  */
.search-results #site-content .article-wraper > article {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.search-results #site-content .article-wraper > article .theme-article-image,
.search-results #site-content .article-wraper > article .theme-article-details {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.search-results #site-content .article-wraper > article .theme-article-image {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.search-results #site-content .article-wraper > article .theme-article-details {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

@media (max-width: 991px) {
  .search-results #site-content .article-wraper > article .theme-article-image {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .search-results #site-content .article-wraper > article .theme-article-details {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
}

/* search result when right sidebar or left sidebar is active  */
@media (max-width: 1199px) {

  .search-results.right-sidebar #site-content .article-wraper > article .theme-article-image,
  .search-results.left-sidebar #site-content .article-wraper > article .theme-article-image {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .search-results.right-sidebar #site-content .article-wraper > article .theme-article-details,
  .search-results.left-sidebar #site-content .article-wraper > article .theme-article-details {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
}

/* mobile styling of search results for all condition of sidebar being active or not  */
@media (max-width: 575px) {

  .search-results #site-content .article-wraper > article .theme-article-image,
  .search-results #site-content .article-wraper > article .theme-article-details {
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}

/* error404  */
.error404 .theme-error-section span {
  font-size: 15rem;
}

@media (max-width: 1024px) {
  .error404 .theme-error-section span {
    font-size: 13rem;
  }
}

@media (max-width: 991px) {
  .error404 .theme-error-section span {
    font-size: 11rem;
  }
}

@media (max-width: 575px) {
  .error404 .theme-error-section span {
    font-size: 9rem;
  }
}

.error404 .singular-main-block > section {
  text-align: center;
}

.error404 .theme-area-headlines {
  margin-bottom: 3rem;
}

/* featured category block  */
.featured-categories-block .theme-news-article {
  margin-bottom: 1.5rem;
}

.featured-categories-block .btn-link-more {
  margin-top: 2rem;
}

/* section spacing  */
.theme-block {
  margin-bottom: 10rem;
}

@media (max-width: 991px) {
  .theme-block {
    margin-bottom: 5rem;
  }
}

/* archive  */
@media (min-width: 576px) {
  .archive .archive-main-block article {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
  }

  .archive .archive-main-block .theme-article-image,
  .archive .archive-main-block .theme-article-details {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }

  .archive .archive-main-block .theme-article-image {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .archive .archive-main-block .theme-article-details {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
}

.search-no-results #content {
  margin-bottom: 3.2rem;
}