/*
Theme Name: Videocast
Theme URI: https://www.themeinwp.com/theme/videocast
Author: Themeinwp
Author URI: https://www.themeinwp.com/
Description: The Videocast is a complete minimalistic personal WordPress theme for you. Just to deliver your podcast along with video hosted on other site like YouTube and Vimeo with extraordinary layout and awesome features like share post or video view and many more.
Version: 1.0.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: videocast
Tags: blog, photography, grid-layout, one-column, two-columns, three-columns, custom-colors, custom-header, custom-logo, custom-menu, featured-image-header, featured-images, flexible-header, rtl-language-support, theme-options, threaded-comments, translation-ready
Tested up to: 5.9
Requires PHP: 5.5
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Header
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

:root {
  --image-overlay-color: rgba(0, 0, 0, 0.5);
  --title-transition: 0.3s ease;
  --image-transition: 0.6s ease;
  --image-animation-color: rgba(255, 255, 255, 0.9);
  --article-margin-spacing: 10%;
  --article-padding-spacing: 10%;
  --primary-bg-color: rgba(255, 255, 255, 0.4);
  --post-content-color: #fff;
}

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%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
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 */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body,
button,
input,
select,
optgroup,
textarea {
  color: #2b3948;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 1.5;
}
.header-titles .site-title,
.site-navigation .primary-menu a,
.theme-block-title,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  line-height: 1.2;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}
h1,
h2 {
  margin: 0 0 1rem;
}
h3,
h4,
h5,
h6 {
  margin: 0 0 1.2rem;
}
.entry-title {
  font-weight: 600;
}
.entry-title-large {
  font-size: 7.7rem;
}
.entry-title-big {
  font-size: 3.2rem;
}
@media (max-width: 1199px) {
  .entry-title-big {
    font-size: 2.5rem;
  }
}
@media (max-width: 1024px) {
  .entry-title-big {
    font-size: 2.3rem;
  }
}
@media (max-width: 575px) {
  .entry-title-big {
    font-size: 2rem;
  }
}
.entry-title-medium {
  font-size: 2.2rem;
}
.entry-title-small {
  font-size: 1.8rem;
}
.entry-title-xsmall {
  font-size: 1.5rem;
}
@media only screen and (max-width: 768px) {
  .entry-title-large {
    font-size: 4.2rem;
  }
}

p {
  margin-bottom: 1.5em;
  margin-top: 0;
}
dfn,
cite,
em,
i {
  font-style: normal;
}
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%;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}
body {
  background: #ffffff;
}
.body-scroll-locked {
  overflow: hidden;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
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;
  border-style: none;
  width: 100%;
}
video {
  height: auto;
  max-width: 100%;
  vertical-align: top;
}
figure {
  margin: 0 0 1em;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
.svg-icon {
  fill: currentColor;
}
.data-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
}
.data-bg {
  background-color: var(--primary-bg-color);
}
.data-bg-fixed {
  background-attachment: fixed;
}
.data-bg-large {
  height: 680px;
}
@media (max-width: 1024px) {
  .data-bg-large {
    height: 550px;
  }
}
@media (max-width: 575px) {
  .data-bg-large {
    height: 430px;
  }
}
.data-bg-big {
  height: 500px;
}
@media (max-width: 1199px) {
  .data-bg-big {
    height: 390px;
  }
}

.data-bg-medium {
  height: 240px;
}
.data-bg-small {
  height: 160px;
}
.data-bg-thumbnail {
  height: 120px;
}

::-moz-selection {
  background: #f67280;
  color: #ffffff;
}
::selection {
  background: #f67280;
  color: #ffffff;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
fieldset {
  border: 0.1rem solid;
  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: #e1e1e3;
}
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 {
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 0.1rem;
  box-shadow: none;
  color: inherit;
  display: block;
  font-weight: 700;
  margin: 0;
  max-width: 100%;
  outline: none;
  padding: 2rem 1.5rem;
  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: #f67280;
}
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;
}
button,
.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;
  background: transparent;
  color: inherit;
  border-radius: 0;
  border-style: solid;
  border-width: 0.1rem;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  margin: 0;
  padding: 2.2rem 1.5rem;
  text-align: center;
  text-decoration: none;
  transition: opacity 0.15s linear;
}
button,
.button,
.wp-block-button__link,
.wp-block-file .wp-block-file__button:not(:hover):not(:focus),
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border-color: #fff;
}
.day-mode button,
.day-mode .button,
.day-mode .wp-block-button__link,
.day-mode .wp-block-file .wp-block-file__button:not(:hover):not(:focus),
.day-mode input[type="button"],
.day-mode input[type="reset"],
.day-mode input[type="submit"] {
  border-color: #000;
}
.theme-button-filled {
  background-color: #fff;
  box-shadow: 0px 2px 4px rgba(146, 158, 218, 0.12);
}
.theme-button-small {
  padding: 0;
  font-weight: 600;
  font-size: 1.4rem;
}
button:hover,
.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-button__link:focus,
.wp-block-file__button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
  text-decoration: none;
}
button:focus,
.button:focus,
.wp-block-button__link:focus,
.wp-block-file__button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
  border-color: #f67280;
}
button:hover,
.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-button__link:focus,
.wp-block-file__button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
.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: 0;
}
.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"] {
  background-color: #fff;
  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;
}
.search-form {
  -webkit-transition: 0.2s ease box-shadow;
  transition: 0.2s ease box-shadow;
  border-radius: 0;
  margin-top: 0;
  margin-bottom: 0;
}
/*--------------------------------------------------------------
## PRELOADER
--------------------------------------------------------------*/
.preloader {
  background: #000000;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 999999;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transform: all 0.7s ease;
  transition: all 0.7s ease;
}
.page-loaded .preloader {
  transform: translateX(100%);
  -o-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -webkit-transform: translateX(100%);
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.theme-site-header {
  background-color: #000;
}

.theme-site-header,
.theme-site-header a:not(:hover):not(:focus) {
  color: #fff;
}

.header-titles .site-title {
  font-size: 3.2rem;
  margin: 0 auto;
}
.header-titles .site-title a {
  color: inherit;
}
@media only screen and (max-width: 640px) {
  .header-titles {
    max-width: 240px;
  }
}

.header-navigation-wrapper {
  position: relative;
}
.theme-site-header .wrapper-inner {
  align-items: center;
  justify-content: space-between;
}
.theme-site-header .header-component-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.theme-site-header .header-component-left {
  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;
  flex-wrap: wrap;
  justify-content: flex-start;
}

@media (min-width: 1200px) {
  .theme-site-header .header-component-left {
    flex-shrink: 0;
  }
}

.theme-site-header .header-component-center {
  display: flex;
  align-items: center;
}

.header-component-center .theme-btn-link {
  margin-left: 3rem;
  font-weight: 600;
  font-size: 2rem;
}

/* btn link sign  */

.btn-link-sign {
  position: relative;
  padding-right: 1.5rem;
}

.btn-link-sign::before,
.btn-link-sign::after {
  position: absolute;
  content: "";
  height: 0.4rem;
  width: 0.4rem;
  border-radius: 50%;
  background-color: #fff;
}

.btn-link-sign::before {
  inset: 0.6rem 0 auto auto;
}

.btn-link-sign::after {
  inset: auto 0 0.6rem auto;
}

.search-form {
  display: flex;
  align-items: center;
}

.search-form .search-field,
.search-form .header-search-btn {
  height: 4.5rem;
  padding: 0 1.5rem;
}

.theme-site-header .header-search-btn {
  border-color: #fff;
}

.theme-site-header .search-field {
  width: 55rem;
  margin-right: 1rem;
}

@media (max-width: 1024px) {
  .theme-site-header .search-field {
    width: 30rem;
  }
}

@media (max-width: 991px) {
  .theme-site-header .search-field {
    width: 30rem;
  }

  .twp-boxed .theme-site-header .search-field {
    width: 25rem;
  }
}

.theme-site-header .header-search-btn:hover {
  border: 0.1rem solid #f67280;
}

@media (max-width: 991px) {
  .theme-site-header .header-component-center {
    display: none;
  }
}

.theme-site-header .header-component-right,
.theme-site-header .header-component-right .social-navigation ul {
  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;
}
.theme-site-header .header-component-right {
  justify-content: flex-end;
}

.theme-site-header .header-component-right .social-navigation ul {
  margin: 0;
  padding: 0;
}
.theme-site-header .header-component-right .social-navigation ul li {
  margin: 0 0.3rem;
  list-style: none;
  line-height: 0;
}

.theme-site-header .header-component-right .social-navigation ul li a {
  display: inline-block;
  height: 2.3rem;
  width: 2.3rem;
}

.theme-site-header .header-component-right .social-navigation ul li a svg {
  height: 100%;
  width: 100%;
}

@media (max-width: 1199px) {
  .theme-site-header .header-component-right .social-navigation {
    display: none !important;
  }
}
.navbar-controls {
  display: flex;
  flex-shrink: 0;
  justify-content: flex-end;
  margin-left: -1rem;
  margin-right: -1rem;
}
.navbar-control {
  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: flex-end;
  margin: 0 1rem;
}

@media (max-width: 575px) {
  .navbar-control {
    margin: 0;
  }
}

@media (min-width: 992px) {
  .navbar-controls .navbar-control-search {
    display: none;
  }
}

@media (max-width: 1199px) {
  .navbar-day-night {
    margin-right: 1rem;
  }
}

.navbar-day-night .day-night-toggle-icon {
  overflow: hidden;
  position: relative;
  display: inline-block;
  width: auto;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  width: 5.5rem;
  background: #fff;
  border-radius: 20px;
  padding: 0.2rem 0.8rem;
}

.navbar-day-night .sun-toggle-icon {
  float: right;
}

.navbar-day-night .moon-toggle-icon {
  float: left;
}

.hide {
  display: none;
}

.navbar-day-night .day-night-toggle-icon i {
  color: #000;
  height: 2rem;
  width: 2rem;
}

.theme-action-control {
  border-color: transparent;
  position: relative;
  padding: 0;
}

.theme-action-control:hover,
.theme-action-control:focus,
.theme-action-control:active {
  outline: none;
  border-color: transparent;
}
.action-control-trigger {
  display: inline-block;
  padding: 0.8rem 1rem;
}
.action-control-trigger:focus,
.btn__content:focus {
  outline: none;
}

.theme-action-control:hover > .action-control-trigger,
.submenu-toggle:focus > .btn__content {
  color: #f67280;
}

.theme-action-control:focus > .action-control-trigger,
.submenu-toggle:focus > .btn__content {
  outline: 2px solid #f67280;
}
.header-searchbar {
  background: rgba(0, 0, 0, 0.2);
  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);
  background-color: #fff;
  transition: transform 0.25s ease-in-out, box-shadow 0.1s 0.25s linear;
}
.header-searchbar-inner .wrapper {
  max-width: 970px;
}
.header-searchbar-area {
  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;
  padding-bottom: 100px;
  padding-top: 100px;
  justify-content: space-between;
}
.header-searchbar form {
  margin: 0;
  position: relative;
  width: 100%;
}
.header-searchbar .search-field {
  background: none;
}
.header-searchbar #search-closer {
  position: absolute;
  top: 20px;
  right: 10px;
}
.header-searchbar .search-form .exit-search {
  padding: 1.4rem 1.8rem;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #000;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #f67280;
}
a:focus {
  outline: 2px solid #f67280;
}
a:hover,
a:active {
  outline: 0;
}
.entry-content a:not(.more-link):not(.button):not(.wp-block-button__link),
.entry-summary a:not(.more-link):not(.button):not(.wp-block-button__link),
.widget_text a:not(.more-link):not(.button) {
  text-decoration: underline;
}
abbr,
acronym,
abbr[title] {
  border-bottom: 1px #767676 dotted;
  text-decoration: none;
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.site-navigation {
  position: relative;
  margin-left: 1rem;
  margin-right: 1rem;
}
.site-navigation ul {
  list-style: none;
  margin: 0 auto;
}
.site-navigation .primary-menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  width: 100%;
}
.primary-menu a {
  color: inherit;
  font-size: 1.8rem;
}
.site-navigation .primary-menu .icon {
  display: inline-block;
  vertical-align: middle;
  pointer-events: none;
}
.site-navigation .primary-menu .icon .svg-icon {
  width: 12px;
}
.site-navigation .primary-menu > li {
  position: relative;
  padding-left: 1rem;
  padding-right: 1rem;
}
.site-navigation .primary-menu > li.menu-item-has-children > a {
  padding-right: 1rem;
}
.site-navigation .primary-menu a {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  word-break: normal;
  word-wrap: normal;
  position: relative;
}
.site-navigation .primary-menu > li > a:before,
.site-navigation .primary-menu > li > a:after {
  content: "";
  position: absolute;
  width: 0%;
  height: 4px;
  bottom: -4px;
  background: #f67280;
}
.site-navigation .primary-menu > li > a:before {
  left: 0;
}
.site-navigation .primary-menu > li > a:after {
  right: 0;
  background: #f67280;
  -webkit-transition: width 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: width 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.site-navigation .primary-menu > li > a:hover:before {
  background: #f67280;
  width: 100%;
  -webkit-transition: width 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: width 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.site-navigation .primary-menu > li > a:hover:after {
  background: transparent;
  width: 100%;
  -webkit-transition: 0s;
  transition: 0s;
}
/* SUB MENU */
.site-navigation .primary-menu ul {
  background: #ebebeb;
  border-radius: 0.4rem;
  font-size: 1.7rem;
  filter: alpha(opacity=0);
  opacity: 0;
  margin: 0 auto;
  padding: 0;
  position: absolute;
  left: -99999rem;
  top: calc(100% + 2rem);
  transition: opacity 0.15s linear, transform 0.15s linear, right 0s 0.15s;
  transform: translateY(0.6rem);
  width: 30rem;
  z-index: 1;
}
.site-navigation .primary-menu li.menu-item-has-children:hover > ul,
.site-navigation .primary-menu li.menu-item-has-children:focus > ul {
  left: 0;
  filter: alpha(opacity=100);
  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 {
  left: 0;
  filter: alpha(opacity=100);
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.15s linear, transform 0.15s linear;
}
.site-navigation .primary-menu ul::before,
.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::after {
  border: 0.8rem solid transparent;
  border-bottom-color: #ebebeb;
  left: 1.8rem;
}
.site-navigation .primary-menu ul a {
  background: transparent;
  border: none;
  color: inherit;
  display: block;
  padding: 1rem 2rem;
  transition: background-color 0.15s linear;
  width: 100%;
}
.site-navigation .primary-menu ul li.menu-item-has-children > a {
  padding-right: 4.5rem;
}
.site-navigation .primary-menu ul li:hover > a,
.site-navigation .primary-menu ul li:focus > a {
  background: rgba(0, 0, 0, 0.025);
}
.site-navigation .primary-menu ul li.menu-item-has-children .icon {
  position: absolute;
  right: 1.5rem;
  top: 0;
  line-height: 40px;
}
/* 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 {
  left: calc(100% + 2rem);
}
.site-navigation .primary-menu ul li.menu-item-has-children:focus-within > ul {
  left: calc(100% + 2rem);
}
.site-navigation .primary-menu ul ul::before {
  bottom: 0;
  height: auto;
  right: auto;
  left: -2rem;
  top: 0;
  width: 2rem;
}
.site-navigation .primary-menu ul ul::after {
  border-bottom-color: transparent;
  border-right-color: #ebebeb;
  bottom: auto;
  left: -1.6rem;
  top: 1.5rem;
}
.rtl .site-navigation .primary-menu ul ul::after {
  transform: rotate(180deg);
}
/*
 * 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;
}

.nav-icon-toggle {
  position: relative;
  width: 50px;
  height: 50px;
  margin: 40px auto 0 auto;
  cursor: pointer;
}
#offcanvas-menu {
  background: #000000;
  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;
  -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);
  background-color: #fff;
}
#offcanvas-menu .offcanvas-wraper a:hover {
  color: #f67280;
}
#offcanvas-menu .offcanvas-wraper::-webkit-scrollbar {
  width: 0;
  height: 0;
}
@media screen and (max-width: 1199px) {
  #offcanvas-menu .offcanvas-wraper {
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
  }
}
@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;
  display: block;
  text-align: right;
}
.admin-bar #offcanvas-menu .close-offcanvas-menu .offcanvas-close {
  margin-top: 40px;
}
#offcanvas-menu .close-offcanvas-menu .offcanvas-close .button-offcanvas-close {
  padding: 1.5rem 2rem;
}
.offcanvas-wraper > * {
  -webkit-transform: translateX(30px);
  -ms-transform: translateX(30px);
  transform: translateX(30px);
  filter: alpha(opacity=0);
  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);
  filter: alpha(opacity=100);
  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-close span {
  display: inline-block;
  vertical-align: middle;
}
#offcanvas-menu.offcanvas-menu-active {
  display: -ms-flexbox;
  display: flex;
  right: 0;
}
.offcanvas-main-navigation {
  width: 100%;
}
.offcanvas-item {
  margin-bottom: 30px;
}
.offcanvas-item .primary-menu {
  border-style: solid;
  border-width: 0.1rem 0;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
.offcanvas-main-navigation li {
  border-bottom: 0.1rem solid;
  position: relative;
}
.offcanvas-main-navigation li:last-child {
  border-bottom: none;
}
.offcanvas-main-navigation a {
  display: block;
  font-size: 1.8rem;
  padding: 20px 0;
  text-decoration: none;
  position: relative;
}
.offcanvas-main-navigation .sub-menu {
  border-top: 0.1rem 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: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.offcanvas-main-navigation .submenu-wrapper .submenu-toggle {
  border-style: solid;
  border-width: 0 0 0 0.1rem;
  padding: 0;
}
.offcanvas-main-navigation .submenu-wrapper .submenu-toggle .svg-icon {
  height: 1.5rem;
  transition: transform 0.15s linear;
  width: 1.5rem;
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}
.offcanvas-main-navigation
  .submenu-wrapper
  .submenu-toggle.button-toggle-active
  .svg-icon {
  transform: rotate(180deg);
}
.offcanvas-social-navigation ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
}
.offcanvas-social-navigation li {
  display: inline-block;
  vertical-align: middle;
  height: 5rem;
  width: 5rem;
}
.offcanvas-social-navigation li a,
.offcanvas-social-navigation li a svg {
  height: 100%;
  width: 100%;
}

.offcanvas-social-navigation li a {
  color: inherit;
  display: inline-block;
  padding-right: 4px;
  margin-right: 4px;
}

/*--------------------------------------------------------------
# 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,
.site-content:before,
.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,
.site-content:after,
.widget:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.breadcrumbs {
  margin: 30px auto;
}
@media screen and (max-width: 767px) {
  .breadcrumbs {
    display: none;
  }
}
.breadcrumbs a {
  color: inherit;
}
.breadcrumbs ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
}
.breadcrumbs ul li {
  display: inline-block;
  margin-bottom: 5px;
}
.breadcrumbs ul .trail-item span {
  position: relative;
  margin: 0 0.5rem 0.4rem 0;
  border: 1px solid;
  padding: 0.3rem 0.6rem 0.4rem 0.4rem;
  line-height: 2;
  max-width: 18em;
}
.breadcrumbs ul .trail-item.trail-begin span {
  margin-left: 0;
}
.breadcrumbs ul .trail-item span:hover,
.breadcrumbs ul .trail-item span:focus,
.breadcrumbs ul .trail-item.trail-end span {
  background: #000;
  color: #fff;
}
.breadcrumbs ul .trail-item span:before {
  content: "";
  display: inline-block;
  margin-left: 0.45rem;
  margin-right: 0.65rem;
  vertical-align: middle;
  margin-top: -2px;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #000;
}
.breadcrumbs ul .trail-item.trail-end span:before,
.breadcrumbs ul .trail-item:hover span:before,
.breadcrumbs ul .trail-item:focus span:before {
  border-left-color: #fff;
}
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}
.updated:not(.published) {
  display: none;
}

.wrapper {
  width: 100%;
  padding-right: 3rem;
  padding-left: 3rem;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 991px) {
  .wrapper {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

/* .twp-boxed .wrapper {
  width: 1350px;
}

@media (max-width: 1199px) {
  .twp-boxed .wrapper {
    width: calc(100% - 13rem);
  }
}

@media (max-width: 1024px) {
  .twp-boxed .wrapper {
    width: calc(100% - 4rem);
  }
}

@media (max-width: 1024px) {
  .twp-boxed .wrapper {
    width: calc(100% - 1.5rem);
  }
} */

.wrapper-small {
  width: 90%;
  padding-right: 1rem;
  padding-left: 1rem;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 991px) {
  .wrapper-small {
    width: 100%;
  }
}

.wrapper-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -3rem;
  margin-left: -3rem;
}

@media (max-width: 991px) {
  .wrapper-inner {
    margin-right: -1rem;
    margin-left: -1rem;
  }
}

.wrapper-inner-small {
  margin-right: -1rem;
  margin-left: -1rem;
}

.wrapper-inner-center {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.site-content {
  position: relative;
}

.block {
  margin-bottom: 4rem;
}
.theme-panelarea {
  display: block;
  position: relative;
}
.theme-panelarea:after {
  content: "";
  display: block;
  clear: both;
}

.theme-panel-blocks img.entry-responsive-thumbnail {
  width: 100%;
}

.column {
  position: relative;
  width: 100%;
  padding-right: 3rem;
  padding-left: 3rem;
}

@media (max-width: 991px) {
  .column {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

.wrapper-inner-small .column {
  padding-right: 1rem;
  padding-left: 1rem;
}

.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 (max-width: 1199px) {
  .column-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .column-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .hidden-lg-screen {
    display: none;
    visibility: hidden;
    filter: alpha(opacity=0);
    opacity: 0;
  }
}
@media (max-width: 1024px) {
  .column-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .column-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .column-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
}
@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%;
  }
  .hidden-sm-screen {
    display: none;
    visibility: hidden;
    filter: alpha(opacity=0);
    opacity: 0;
  }
}
@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;
    filter: alpha(opacity=0);
    opacity: 0;
  }
}
@media (max-width: 575px) {
  .column-xxs-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .column-xxs-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .column-xxs-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .column-xxs-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .hidden-xxs-screen {
    display: none;
    visibility: hidden;
    filter: alpha(opacity=0);
    opacity: 0;
  }
}

.column-order-1 {
  order: 1;
}

.column-order-2 {
  order: 2;
}

.column-order-3 {
  order: 3;
}

.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;
}
.entry-content > .alignfull {
  margin-left: -4rem;
}
.entry-content > .alignwide {
  max-width: calc(100vw - 8rem);
  width: calc(100vw - 8rem);
}
.alignfull > figcaption,
.alignfull > .wp-caption-text {
  width: calc(100% - 8rem);
}

.entry-meta {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  line-height: 1.2;
  font-weight: 600;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.entry-meta a {
  text-decoration: none;
}
.theme-meta-categories {
  margin-bottom: 1rem;
}

.entry-meta-right {
  margin-right: 1rem;
  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;
  flex-wrap: wrap;
}

.entry-meta .cat-links > a {
  display: inline-block;
  position: relative;
}

.entry-meta .cat-links > a {
  line-height: 0;
  margin-left: 1rem;
}

.entry-meta .entry-meta-right .entry-meta-item::before,
.entry-meta .cat-links > a::before {
  position: absolute;
  content: "/";
  top: 0;
  color: #fff;
}

.day-mode .entry-meta .entry-meta-right .entry-meta-item::before,
.day-mode .entry-meta .cat-links > a::before {
  color: #000;
}

.entry-meta .entry-meta-right .entry-meta-item::before {
  left: -0.8rem;
}

.entry-meta .cat-links > a::before {
  left: -1rem;
}

.entry-meta .entry-meta-item:first-child,
.entry-meta .cat-links > a:first-child {
  margin-left: 0;
}

.entry-meta .entry-meta-right .entry-meta-item:first-child::before,
.entry-meta .cat-links > a:first-child::before {
  display: none;
}

.entry-meta .entry-meta-author .byline .author,
.entry-meta .entry-meta-date .posted-on .entry-date {
  filter: alpha(opacity=60);
  opacity: 0.6;
}
.entry-meta .entry-meta-item {
  position: relative;
  margin: 0 0.7rem;
}
.entry-meta-wrapper {
  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;
  flex-wrap: nowrap;
}
.entry-meta-item .entry-meta-icon {
  margin-right: 1rem;
}
.entry-meta-label {
  margin-right: 5px;
}

.entry-content ol li,
.entry-content ul li {
  margin-bottom: 1.5rem;
}
.posts-navigation {
  margin-bottom: 6rem;
}
.post-navigation {
  border-style: solid;
  border-width: 0.1rem 0;
  font-size: 1.8rem;
  margin-top: 5rem;
  padding: 3rem 0;
}
.post-navigation .nav-links {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}
.post-navigation .nav-links > div + div {
  margin-top: 1rem;
}
.post-navigation a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: baseline;
  -moz-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
  text-decoration: none;
}
.post-navigation .arrow {
  margin-right: 1rem;
}

/* SINGLE PAGINATION */
.post-navigation {
  padding: 3.5rem 0;
}
.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;
}
.pagination {
  margin-top: 3.25rem;
  margin-bottom: 3.25rem;
}
.pagination a {
  color: inherit;
}
.pagination .page-numbers,
.posts-navigation .nav-links .nav-previous,
.posts-navigation .nav-links .nav-next {
  display: inline-block;
  font-weight: 700;
  font-size: 1.8rem;
  margin-left: 1.25em;
  margin-right: 1.25em;
  filter: alpha(opacity=40);
  opacity: 0.4;
}
.pagination .page-numbers.current {
  filter: alpha(opacity=100);
  opacity: 1;
}
.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: rgba(0, 0, 0, 0.25);
  }
  .pagination .prev:after {
    margin-left: 1.25em;
  }
  .pagination .next:before {
    margin-right: 1.25em;
  }
}
.posts-navigation .nav-links .nav-previous .svg-icon,
.posts-navigation .nav-links .nav-previous .nav-link-label,
.posts-navigation .nav-links .nav-next .svg-icon,
.posts-navigation .nav-links .nav-next .nav-link-label {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}
.theme-ajax-loadpost {
  text-align: center;
  margin-bottom: 6rem;
  margin-top: 5rem;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.comments-wrapper {
  margin-top: 2rem;
}
.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: 2px solid;
  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:not(:hover):not(:focus) {
  color: inherit;
}
#comments .comment-author {
  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;
  margin-bottom: 1rem;
}
#comments .comment-author img {
  margin-right: 10px;
  height: 5rem;
  width: 5rem;
  border-radius: 50%;
  object-fit: cover;
}
#comments .comment-author .fn {
  font-weight: 700;
  font-style: normal;
  line-height: normal;
  display: inline-block;
  margin-right: 1rem;
}
#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-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;
}
#comments p.form-allowed-tags {
  margin-bottom: 25px;
  font-size: 14px;
}
#comments h3.comment-reply-title {
  font-size: 3.4rem;
  text-transform: uppercase;
  margin-bottom: 30px;
  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: 10px;
  padding-left: 15px;
  padding-right: 15px;
}
#comments
  .comment-form
  p.form-submit
  input[type="submit"]:not(.booster-extension
    #comments
    .comment-form
    p.form-submit
    input[type="submit"]) {
  display: block;
  font-size: 1.8rem;
  width: auto;
  float: right;
  height: auto;
  line-height: 0rem;
}
#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: -1rem;
    margin-left: -1rem;
  }
  .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: 15px;
    padding-left: 15px;
    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: 15px;
    padding-left: 15px;
    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: 15px;
    padding-left: 15px;
  }
}
.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%;
}
.custom-logo-link {
  display: inline-block;
}
@media screen and (max-width: 575px) {
  #site-header .site-logo .custom-logo-link {
    max-width: 180px;
  }
}
/*--------------------------------------------------------------
## 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
--------------------------------------------------------------*/
@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: -5px;
    margin-right: -5px;
  }
  .site-content .gallery-columns-1 {
    margin-left: auto;
    margin-right: auto;
  }
}
.gallery-item {
  display: inline-block;
  text-align: center;
  margin: 0 auto;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item,
.gallery-columns-3 .gallery-item,
.gallery-columns-4 .gallery-item,
.gallery-columns-5 .gallery-item,
.gallery-columns-6 .gallery-item,
.gallery-columns-7 .gallery-item,
.gallery-columns-8 .gallery-item,
.gallery-columns-9 .gallery-item {
  padding-left: 5px;
  padding-right: 5px;
  margin: 0 auto 10px;
  position: relative;
  width: 100%;
}
@media (min-width: 600px) {
  .gallery-columns-2 .gallery-item {
    max-width: 50%;
  }
}
@media (min-width: 600px) {
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%;
  }
}
@media (min-width: 600px) {
  .gallery-columns-4 .gallery-item {
    max-width: 25%;
  }
}
@media (min-width: 600px) {
  .gallery-columns-5 .gallery-item {
    max-width: 20%;
  }
}
@media (min-width: 600px) {
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%;
  }
}
@media (min-width: 600px) {
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%;
  }
}
@media (min-width: 600px) {
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%;
  }
}
@media (min-width: 600px) {
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%;
  }
}
.gallery-caption {
  display: block;
}
.twp-content-gallery .blocks-gallery-grid .blocks-gallery-image figcaption,
.twp-content-gallery .blocks-gallery-grid .blocks-gallery-item figcaption,
.twp-content-gallery .wp-block-gallery .blocks-gallery-image figcaption,
.twp-content-gallery .wp-block-gallery .blocks-gallery-item figcaption,
.twp-content-gallery .gallery .gallery-caption {
  display: none;
}
/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.footer-widgetarea {
  padding: 4rem 0;
}
.footer-credits {
  margin: 4rem 0;
}

.footer-copyright a {
  border-bottom: 1px solid;
}
.offcanvas-item .primary-menu,
.offcanvas-main-navigation li,
.offcanvas-main-navigation .sub-menu,
.offcanvas-main-navigation .submenu-wrapper .submenu-toggle,
.post-navigation {
  border-color: rgba(0, 0, 0, 0.12);
}
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: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.post-content-share .twp-social-share .twp-share-container .twp-social-icons {
  margin: 0 1rem;
}
.post-content-share
  .twp-social-share
  .twp-share-container
  .twp-social-icons:first-child {
  margin-left: 0;
}
.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-icons .twp-icon-holder .twp-social-count,
.post-content-share .twp-social-icons .twp-icon-holder .share-media-nocount {
  color: #fff;
}
.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-icons .twp-icon-holder .twp-social-count:hover,
.post-content-share .twp-social-icons .twp-icon-holder .twp-social-count:focus,
.post-content-share
  .twp-social-icons
  .twp-icon-holder
  .share-media-nocount:hover,
.post-content-share
  .twp-social-icons
  .twp-icon-holder
  .share-media-nocount:focus {
  filter: alpha(opacity=65);
  opacity: 0.65;
}
.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-social-icons
  .twp-icon-holder:hover
  .twp-social-count:after,
.post-content-share
  .twp-social-icons
  .twp-icon-holder:focus
  .twp-social-count:after,
.post-content-share
  .twp-social-icons
  .twp-icon-holder:hover
  .share-media-nocount:after,
.post-content-share
  .twp-social-icons
  .twp-icon-holder:focus
  .share-media-nocount:after {
  border-left-color: transparent;
}
.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: #a4a4a4;
}
.booster-block .twp-count-percent {
  background-color: hsl(47, 65%, 66%);
}

.booster-block .be-author-details {
  background: none;
  padding: 0;
}

.booster-block .be-author-details .be-author-wrapper {
  background-color: #000;
}

.day-mode .booster-block .be-author-details .be-author-wrapper {
  background-color: transparent;
}

.booster-block.booster-ratings-block {
  background-color: #a4a4a4;
}

.day-mode .booster-block.booster-reactions-block,
.day-mode .booster-block.booster-ratings-block {
  background: hsl(0, 0%, 60%);
}

.day-mode .booster-block .twp-count-percent {
  background-color: #fff;
}

@media (min-width: 992px) and (max-width: 1024px) {
  .booster-block .individual-rating-bar {
    width: 105px;
  }
}

@media (min-width: 1025px) and (max-width: 1199px) {
  .booster-block .individual-rating-bar {
    width: 150px;
  }
}

@media (min-width: 1200px) and (max-width: 1600px) {
  .booster-block .individual-rating-bar {
    width: 180px;
  }
}

.booster-extension .comment-meta {
  display: flex;
  align-items: center;
}

.booster-extension #comments .comment-meta .comment-metadata {
  margin-top: 0;
}

.booster-extension #comments .comment-author {
  margin-bottom: 0;
}

.booster-extension .twp-average-title {
  color: #fff;
}

.booster-extension .theme-article-header .entry-meta {
  display: unset;
}

.booster-extension .theme-article-header .be-author-meta a {
  display: inline-flex;
  align-items: center;
}

.booster-extension .be-author-meta a svg {
  margin-right: 1rem;
}

.booster-extension .be-author-details .be-author-wrapper {
  padding: 1.5rem 0;
}

.booster-extension .be-author-details .be-author-image > img {
  height: 14rem;
  object-fit: cover;
}

@media (min-width: 1600px) {
  .booster-extension .booster-column-two {
    width: 17%;
  }

  .booster-extension .booster-column-eight {
    width: 83%;
  }
}

@media (max-width: 1199px) {
  .booster-extension .booster-column-two {
    width: 25%;
  }

  .booster-extension .booster-column-eight {
    width: 75%;
  }
}

@media (max-width: 991px) {
  .booster-row {
    margin: 0 1rem !important;
  }

  .booster-row .booster-column {
    padding: 0 1rem !important;
  }
}

@media (max-width: 575px) {
  .booster-extension .booster-column-two,
  .booster-extension .booster-column-eight {
    width: 100%;
  }
}

.archive-main-block {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
#comments .comment-body .comment-content,
#comments .comment-reply-link,
#comments p.comment-notes,
#comments p.logged-in-as,
#comments p.must-log-in {
  line-height: 1.8;
}
/*--------------------------------------------------------------
##Back to top
--------------------------------------------------------------*/
#site-footer .to-the-top {
  display: inline-block;
  float: right;
  border-radius: 0.4rem;
}
.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;
  }
}

.posts-navigation .nav-links,
.pagination .nav-links {
  text-align: center;
}
.entry-featured-thumbnail {
  position: relative;
  margin-bottom: 2rem;
}

.theme-page-vitals {
  background: #f67280;
  color: #fff;
  padding: 20px;
}
.theme-page-vitals:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  border-right: 10px solid;
  border-bottom: 10px solid transparent;
  border-right-color: #f67280;
  width: 0;
  z-index: 1;
}
.has-post-thumbnail .theme-page-vitals {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
}
.theme-page-vitals .twp-post-visit,
.theme-page-vitals .twp-read-time {
  display: inline-block;
  vertical-align: middle;
}
.theme-page-vitals .twp-read-time {
  margin-right: 10px;
}
.theme-page-vitals .twp-read-time ~ .twp-post-visit:before {
  content: "/";
  padding-right: 10px;
}
.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;
}
.entry-meta-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin-top: 20px;
}
.entry-meta-link:before {
  display: block;
  content: "";
  border-top: 2px solid;
  width: 0;
  margin-top: 4px;
}
.entry-meta-link:before {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  filter: alpha(opacity=0);
  opacity: 0;
  pointer-events: none;
}
.post-content:hover .entry-meta-link:before,
.post-content:focus .entry-meta-link:before {
  width: 29px;
  filter: alpha(opacity=100);
  opacity: 1;
  margin-right: 0.5rem;
  pointer-events: all;
}
.theme-block.error-block {
  margin-bottom: 30px;
}
.theme-block.error-block.error-block-top a {
  border-bottom: 2px solid;
}
.entry-wrapper {
  position: relative;
  overflow: hidden;
}
.twp-archive-items .post-content .entry-content {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.twp-archive-items .post-content .entry-content p {
  margin-bottom: 0;
}

.entry-wrapper .entry-thumbnail {
  position: relative;
}

/* 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;
}
.theme-panelarea-header {
  margin-bottom: 4rem;
}
@media only screen and (max-width: 991px) {
  .theme-panelarea-header {
    display: none;
    opacity: 0;
    visibility: hidden;
  }
}

.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;
}
html.no-js .theme-custom-cursor {
  display: none;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: -1111;
}

/* input-box border */
.widget_block.widget_search input,
.widget_block.widget_search button {
  border: 1px solid rgba(0, 0, 0, 0.12);
}

/* main slider  */

.theme-main-slider {
  overflow-x: hidden;
}

.theme-main-slider .data-bg {
  height: 100%;
}

.slick-slide,
.slick-slide::before {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slick-slide::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 100%;
}

.main-slider {
  position: relative;
  margin: 0 auto;
  width: 1100px;
  height: 300px;
  margin-bottom: 50px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 1.2s ease;
  transition: all 1.2s ease;
}

.main-slider.slick-initialized {
  opacity: 1;
  visibility: visible;
}

.slick-slide {
  cursor: pointer;
  position: relative;
  margin: 0 5px;
  margin-top: 7px;
  width: 330px;
  height: 300px;
}

.slick-slide::before {
  background-color: #000;
  opacity: 0.4;
  z-index: 1;
}

.slick-slide .entry-title {
  display: none;
}

.slick-slide.slick-active .entry-title {
  display: block;
  margin-top: 0.5rem;
}

.slick-list {
  overflow: visible;
}

.slick-slide video {
  display: block;
  position: absolute;
  inset: 50% auto auto 50%;
  min-width: 100%;
  min-height: 100%;
  width: 300px;
  height: 300px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.slick-slide.slick-current video {
  display: unset;
  position: unset;
  min-width: unset;
  width: unset;
  height: unset;
  transform: unset;
}

.slick-slide iframe {
  position: relative;
  pointer-events: none;
  pointer: cursor;
  max-height: 100%;
  height: 100% !important;
  width: 100% !important;
}

.slick-slide figure {
  position: relative;
  height: 100%;
}

.slick-slide .slide-image {
  opacity: 0;
  height: 100%;
  background-size: cover;
  background-position: center;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.slick-slide .slide-image.show {
  opacity: 1;
}

.slick-slide .image-entity {
  width: 100%;
  opacity: 0;
  visibility: hidden;
}

.slick-slide .loading {
  position: absolute;
  inset: 44% auto auto 0;
  width: 100%;
}

.slick-slide .slide-media {
  -webkit-animation: slideOut 0.4s cubic-bezier(0.4, 0.29, 0.01, 1);
  animation: slideOut 0.4s cubic-bezier(0.4, 0.29, 0.01, 1);
}

.slick-slide.slick-active {
  height: 315px;
  width: 560px;
  margin-top: 0px;
  background-color: #e0e0e0;
  z-index: 1;
}

.slick-slide.slick-active .slide-media {
  -webkit-animation: slideIn 2.4s cubic-bezier(0.4, 0.29, 0.01, 1);
  animation: slideIn 2.4s cubic-bezier(0.4, 0.29, 0.01, 1);
}

.slick-slide.slick-active::before {
  display: none;
}

.slick-slide.slick-active iframe {
  pointer-events: all;
}

.slick-dots {
  text-align: center;
  margin-top: 5rem;
}

.slick-dots li {
  display: inline-block;
  vertical-align: top;
  margin: 0 8px;
}

.slick-dots li button {
  width: 16px;
  height: 16px;
  padding: 0;
  border: none;
  cursor: pointer;
  border-radius: 50%;
  border: 2px solid #fff;
  -webkit-box-shadow: 0 0 0 0 transparent;
  box-shadow: 0 0 0 0 transparent;
  vertical-align: middle;
  color: #fff;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0.4;
}

.day-mode .slick-dots li button {
  border: 2px solid #000;
  background-color: #000;
  color: #000;
}

.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover {
  opacity: 1;
}

.slick-dots li.slick-active button {
  border-color: #2d3042;
  -webkit-box-shadow: 0 0 0 2px #fff;
  box-shadow: 0 0 0 2px #fff;
  opacity: 1;
}

.day-mode .slick-dots li.slick-active button {
  border-color: #fff;
  -webkit-box-shadow: 0 0 0 2px #000;
  box-shadow: 0 0 0 2px #000;
}

.theme-main-slider .container {
  background-color: #f2f2f2;
  color: #444;
  line-height: 1.6;
  padding: 40px 0;
}

.day-mode .theme-main-slider .container {
  background-color: #000;
  color: #fff;
}

.theme-main-slider .container .content {
  width: 90%;
  max-width: 980px;
  margin: 0 auto;
}

.theme-main-slider .container p {
  margin-bottom: 40px;
}

@-webkit-keyframes slideIn {
  from {
    -webkit-filter: blur(15px);
    filter: blur(15px);
  }
  to {
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@keyframes slideIn {
  from {
    -webkit-filter: blur(15px);
    filter: blur(15px);
  }
  to {
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@-webkit-keyframes slideOut {
  from {
    -webkit-filter: blur(0);
    filter: blur(0);
  }
  to {
    -webkit-filter: blur(15px);
    filter: blur(15px);
  }
}

@keyframes slideOut {
  from {
    -webkit-filter: blur(0);
    filter: blur(0);
  }
  to {
    -webkit-filter: blur(15px);
    filter: blur(15px);
  }
}

.slick-arrow {
  background-color: rgba(255, 255, 255, 0.4);
  color: #000;
  min-width: 13rem;
  padding: 2rem 1rem;
  border: none;
}

.day-mode .slick-arrow {
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
}

.slick-arrow:hover,
.slick-arrow:focus {
  background-color: rgba(255, 255, 255, 0.7);
}

.day-mode .slick-arrow:hover,
.day-mode .slick-arrow:focus {
  background-color: rgba(0, 0, 0, 0.7);
}

.slick-prev,
.slick-next {
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 999;
}

.slick-prev {
  left: 7rem;
}

.slick-next {
  right: 7rem;
}

@media (max-width: 575px) {
  .slick-arrow {
    display: none !important;
  }
}

.banner-no-image {
  position: relative;
}

.banner-no-image .entry-title {
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 2.3rem;
}

.banner-no-image .entry-title a:not(:hover):not(:focus) {
  color: #000;
}

/* aside left  */

@media (min-width: 991px) {
  .theme-aside-right,
  .theme-aside-content {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
  }

  .theme-aside-right,
  .admin-bar .theme-aside-left .theme-aside-content {
    top: 3rem;
  }
}

.theme-aside-left,
.theme-main-block {
  position: relative;
  width: 100%;
  padding: 5rem 3rem 0;
}

@media (max-width: 575px) {
  .theme-main-block {
    padding: 0 1rem;
  }
}

.theme-aside-left {
  padding-right: 0;
  max-width: 25rem;
  background-color: rgba(0, 0, 0, 0.85);
}

@media (max-width: 1199px) {
  .theme-aside-left {
    max-width: 100%;
    height: auto;
    padding: 1rem 0;
  }
}

.theme-aside-left a:not(:hover):not(:focus),
.theme-aside-left {
  color: #fff;
}

.theme-aside-left .entry-title {
  text-transform: uppercase;
}

@media (max-width: 1199px) {
  .theme-aside-left .entry-title {
    display: none;
  }
}

.theme-aside-left ul {
  padding: 0;
}

.theme-aside-left ul li {
  list-style: none;
  margin-bottom: 0.8rem;
}

@media (max-width: 1199px) {
  .theme-aside-left ul li {
    border: 1px solid #fff;
    padding: 0.2rem 1rem;
    border-radius: 1rem;
    margin-right: 1rem;
    border: 1px solid #fff;
    white-space: nowrap;
  }

  .day-mode .theme-aside-left ul li {
    border-color: #000;
  }
}

.theme-aside-left a {
  font-weight: 400;
  text-transform: capitalize;
}

@media (min-width: 1200px) {
  .theme-aside .theme-filter {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #e3e8e9;
  }
}

.theme-aside-left .theme-aside-content {
  height: 100vh;
  overflow-y: auto;
  scrollbar-width: none;
  scrollbar-color: #888 #f1f1f1;
}

@media (max-width: 1199px) {
  .theme-aside-left .theme-aside-content,
  .theme-filter ul {
    display: flex;
    align-items: center;
  }

  .theme-aside-left .theme-aside-content {
    height: auto;
  }

  .theme-filter ul {
    margin-bottom: 0;
  }

  .filter-toggle-button,
  .theme-aside-left .footer-credits {
    display: none;
  }
}

.theme-aside-left .theme-aside-content:hover,
.theme-aside-left .theme-aside-content:focus {
  scrollbar-width: thin;
}

.theme-aside-left .theme-aside-content::-webkit-scrollbar {
  width: 8px;
  display: none;
}

@media (max-width: 1199px) {
  .theme-aside-left .theme-aside-content::-webkit-scrollbar {
    height: 0.6rem;
  }
}

.theme-aside-left .theme-aside-content:hover::-webkit-scrollbar,
.theme-aside-left .theme-aside-content:focus::-webkit-scrollbar {
  display: block;
}

.theme-aside-left .theme-aside-content::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.theme-aside-left .theme-aside-content::-webkit-scrollbar-thumb {
  background: #888;
}

.theme-aside-left .theme-aside-content::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.theme-aside-left ul li.hide {
  display: none;
}

@media (max-width: 1199px) {
  .theme-aside-left ul li.hide {
    display: block;
  }
}

.filter-toggle-button span {
  cursor: pointer;
}

/* main block styling  */

.theme-main-block {
  max-width: calc(100% - 25rem);
  background-color: rgba(0, 0, 0, 0.9);
  color: #fff;
}

.theme-main-block .entry-title,
.theme-main-block .data-bg {
  margin-bottom: 0.6rem;
}

.theme-main-block a:not(:hover):not(:focus) {
  color: #fff;
}

@media (max-width: 1199px) {
  .theme-main-block {
    max-width: 100%;
  }
}

.theme-main-block .no-image-post {
  padding: 8.7rem 3rem;
  background-color: #e0e0e0;
  color: #000;
}

@media (max-width: 1199px) {
  .theme-main-block .no-image-post {
    padding: 11.5rem 1.5rem;
  }
}

@media (max-width: 1024px) {
  .theme-main-block .no-image-post {
    padding: 11.7rem 1.5rem;
  }
}

@media (max-width: 991px) {
  .theme-main-block .no-image-post {
    padding: 10.2rem 1.5rem;
  }
}

.no-image-post .entry-meta .entry-meta-right .entry-meta-item::before {
  color: #000;
}

.theme-main-block .no-image-post a:not(:hover):not(:focus) {
  color: #000;
}

.theme-page-views {
  position: absolute;
  inset: auto auto 0 0;
  padding: 0 1rem;
  z-index: 15;
  background-color: #e0e0e0;
  color: #000;
  font-weight: 500;
  font-size: 1.5rem;
}

/* thmubnail overlay  */

.entry-thumbnail.thumbnail-image-overlay::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  inset: 0 0 auto 0;
  background-color: var(--image-overlay-color);
  z-index: 1;
}

/* single  */

.single .theme-aside-left {
  display: none;
}

.single .site-content {
  background-color: #000;
  color: #fff;
  padding-top: 0;
}

.single .site-content a:not(:hover):not(:focus) {
  color: #fff;
}

.day-mode .single .site-content {
  background-color: #fff;
}

.single .twp-content-video,
.single .single-featured-image {
  width: 80%;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .single .twp-content-video,
  .single .single-featured-image {
    width: 90%;
  }
}

.single .post-thumbnail-media,
.single .single-featured-image {
  margin-bottom: 4rem;
}

.single .twp-content-video iframe,
.single .twp-content-video video,
.single .single-featured-image {
  height: 70rem !important;
}

@media (max-width: 1600px) {
  .single .twp-content-video iframe,
  .single .twp-content-video video,
  .single .single-featured-image {
    height: 54rem !important;
  }
}

@media (max-width: 1199px) {
  .single .twp-content-video iframe,
  .single .twp-content-video video,
  .single .single-featured-image {
    height: 55rem !important;
  }
}

@media (max-width: 1024px) {
  .single .twp-content-video iframe,
  .single .twp-content-video video,
  .single .single-featured-image {
    height: 45rem !important;
  }
}

@media (max-width: 991px) {
  .single .twp-content-video iframe,
  .single .twp-content-video video,
  .single .single-featured-image {
    height: 39rem !important;
  }
}

@media (max-width: 575px) {
  .single .twp-content-video iframe,
  .single .twp-content-video video,
  .single .single-featured-image {
    height: 24rem !important;
  }
}

.single .theme-page-overlay {
  position: absolute;
  inset: 0 0 auto 0;
  height: 71rem;
  width: 100%;
}

.day-mode .single .theme-page-overlay {
  background-color: #000;
}

.twp-boxed .single .theme-page-overlay {
  height: 59rem;
}

@media (max-width: 1600px) {
  .single .theme-page-overlay {
    height: 55rem;
  }
}

@media (max-width: 1199px) {
  .single .theme-page-overlay {
    height: 56rem;
  }
}

@media (max-width: 1024px) {
  .twp-boxed.single .theme-page-overlay,
  .single .theme-page-overlay {
    height: 46rem;
  }
}

@media (max-width: 991px) {
  .single .theme-page-overlay,
  .twp-boxed.single .theme-page-overlay {
    height: 40rem;
  }
}

@media (max-width: 575px) {
  .single .theme-page-overlay,
  .twp-boxed.single .theme-page-overlay {
    height: 25rem;
  }
}

.single .article-wraper .entry-title,
.single .article-wraper .entry-meta {
  margin-bottom: 2rem;
}

.single .list-block {
  margin-bottom: 1.5rem;
}

.day-mode .single .theme-panelarea-primary a:not(:hover):not(:focus),
.day-mode .single .theme-panelarea-primary p,
.day-mode .single .theme-panelarea-primary .entry-title,
.day-mode .single .theme-panelarea-primary li,
.day-mode .single .theme-panelarea-primary span {
  color: #000;
}

.single #comment {
  height: 7rem;
  resize: none;
}

.single-no-image {
  background-color: #e0e0e0;
  padding: 1rem 1rem 0 1rem;
}

.single-no-image .column {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.single-no-image a:not(:hover):not(:focus),
.single-no-image .entry-meta .entry-meta-right .entry-meta-item::before {
  color: #000 !important;
}

.theme-interaction-info,
.theme-interaction-info .twp-like-dislike-button {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.user-interaction-container {
  justify-content: space-between;
}

.theme-interaction-info .entry-meta-item,
.theme-interaction-info .post-content-share {
  margin-left: 1rem;
}

@media (max-width: 364px) {
  .theme-interaction-info .post-content-share {
    margin-left: 0;
  }
}

.theme-interaction-info .twp-like-dislike-button,
.twp-like-dislike-button.twp-like-dislike-thumb
  #twp-post-dislike.twp-post-like-dislike {
  margin: 0 !important;
}

.theme-interaction-info img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.twp-like-dislike-button .twp-like-count,
.twp-like-dislike-button .twp-dislike-count {
  all: initial !important;
  margin: 1rem 1rem 0 !important;
}

@media (max-width: 575px) {
  .twp-like-dislike-button .twp-like-count,
  .twp-like-dislike-button .twp-dislike-count {
    margin: 1rem 0.5rem 0;
  }
}

.night-mode .twp-like-dislike-button .twp-like-count,
.night-mode .twp-like-dislike-button .twp-dislike-count {
  color: #fff !important;
}

@media (max-width: 575px) {
  .post-content-like {
    margin: 1rem 0;
  }
}

/* single page  and page */

.single .site-main .article-wraper:not(:last-child),
.single .site-main > article:not(:last-of-type) {
  position: relative;
  margin-bottom: var(--article-margin-spacing);
  padding-bottom: var(--article-padding-spacing);
}

.single .site-main .article-wraper:not(:last-child)::before,
.single .site-main > article:not(:last-of-type)::before,
.single .site-main .theme-block-left .page-title-block,
.page .site-main .theme-block-left .page-title-block {
  position: absolute;
  inset: auto 0;
}

.single .site-main .article-wraper:not(:last-child)::before,
.single .site-main > article:not(:last-of-type)::before {
  content: "";
  height: 1rem;
  width: 100%;
  bottom: 0;
  background: radial-gradient(
    ellipse farthest-side at top center,
    rgba(255, 255, 255, 0.2),
    transparent
  );
}

.day-mode .single .site-main .article-wraper:not(:last-child)::before,
.day-mode .single .site-main > article:not(:last-of-type)::before {
  content: "";
  height: 1rem;
  width: 100%;
  bottom: 0;
  background: radial-gradient(
    ellipse farthest-side at top center,
    rgba(0, 0, 0, 0.2),
    transparent
  );
}

/* page  */

@media (min-width: 992px) {
  .page .site-content {
    padding-bottom: 5rem;
  }
}

.page .theme-main-block {
  padding-bottom: 5rem;
}

/* browse page  */

.theme-browse-page .entry-thumbnail {
  position: relative;
}

.theme-browse-page .theme-news-article {
  margin-bottom: 2rem;
}

.theme-browse-page .entry-title {
  margin-bottom: 0;
  font-size: 2rem;
}

.theme-browse-page .entry-title a:not(:hover):not(:focus) {
  color: #fff !important;
}

.theme-browse-page .entry-title-sign::before {
  background-color: #fff !important;
}

/* author  */

.author .theme-block-left .author-image {
  margin-bottom: 1.5rem;
}

/* search no result  */

.search-no-results .theme-panelarea {
  text-align: center;
}

.search-no-results .no-result-icon svg {
  height: 10rem;
  width: 10rem;
  fill: #fff;
}

.day-mode .search-no-results svg {
  fill: #000;
}

.search-no-results .no-result-icon {
  margin-bottom: 5rem;
}

.search-no-results .theme-main-block .wrapper-inner {
  justify-content: center;
}

.search-no-results .theme-main-block {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

/* footer  */

@media (max-width: 991px) {
  #site-footer
    .footer-widgetarea
    .wrapper-small
    > .wrapper-inner
    > .column:not(:last-child) {
    margin-bottom: 2.5rem;
  }
}

#site-footer .videocast_popular_post_widget .article-body .entry-meta {
  margin-bottom: 1rem;
}

/* line clamp  */

.line-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-clamp-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* error404 */

.error404 .site-main {
  width: calc(100% - 25rem);
  padding: 5rem 3rem 0;
  background-color: rgba(0, 0, 0, 0.9);
  color: #fff;
}

.day-mode .error404 .site-main {
  background-color: rgba(255, 255, 255, 0.9);
  color: #000;
}

.error404 .site-main a:not(:hover):not(:focus) {
  color: #fff;
}

.day-mode .error404 .site-main a:not(:hover):not(:focus) {
  color: #000;
}

@media (max-width: 1199px) {
  .error404 .site-main {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .error404 .site-main {
    padding: 0 1rem;
  }
}

/* no result found  */

.no-results {
  padding: 0 1rem;
}

.search-no-results .theme-main-block {
  padding-bottom: 5rem;
}

.day-mode .theme-aside-left,
.day-mode .theme-main-block {
  background-color: #fff;
  color: #000;
}

.day-mode .theme-aside-left a:not(:hover):not(:focus),
.day-mode .theme-main-block a:not(:hover):not(:focus) {
  color: #000;
}

/* article detail position  */

.article-detail-position .theme-article-detail {
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

/* entry title sign  */

.entry-title {
  position: relative;
}

.entry-title.entry-title-sign {
  padding-left: 1.5rem;
}

.entry-title.entry-title-sign::before {
  position: absolute;
  content: "";
  inset: 50% auto auto 0;
  transform: translateY(-50%);
  height: 0.2rem;
  width: 1rem;
  background-color: #fff;
}

.day-mode .entry-title.entry-title-sign::before {
  background-color: #000;
}

/* dark mode css  */

.day-mode cite,
.day-mode label {
  color: #000;
}

.day-mode blockquote {
  border-color: #000;
}

.day-mode h1,
.day-mode h2,
.day-mode h3,
.day-mode h4,
.day-mode h5,
.day-mode h6 {
  color: #000;
}

.day-mode .post-content-views {
  color: #000;
}
