/*
Theme Name: Zephyr
Theme URI: http://themeflame.com/zephyr
Author: Themeflame
Author URI: http://themeflame.com/
Description: Zephyr is a clean blogging theme that offers a wide variety of customization.
Version: 2.6.9
License: GNU General Public License
License URI: license.txt
Tags: clean, minimalist, blog, simple
*/

/*
Variables
 */
:root {
  --lineColor: #c486f7; /*light purple*/
  --darkerGrey: #775096;
  --lightGrey: #c486f7;
  --elegantGrey: #775096;
  font-size: 24px;
}

/* Main CSS file of the Zephyr template */
/* Resets */
* {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
  position: relative;
  color:  #c486f7; /*light purple*/
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

ul, li {
  list-style: none;
}

a:hover {
  text-decoration: none !important;
  color: var(--darkerGrey);
  transition: all 0.25s ease-in-out;
}

a.link:hover::after {
  content: '';
  width: 100%;
  height: 2px;
  background: black;
  position: absolute;
  left: 0;
  bottom: -2px;
}

fieldset {
  border: none;
  outline: none;
  margin: 0;
  padding: 0;
}

/* Rules for main elements of the page */

html,
body {
  min-height: 100vh;
}

body {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  background: #4e5b50;
  position: relative;
  margin: 0;
}

.container {
  flex: 0 0 auto;
  position: relative;
  padding: 0;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}

.container > * {
  flex: 1 1 auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 100vw;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 100vw;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 100vw;
  }
}

@media (min-width: 1200px) {
  .container.boxed {
    max-width: calc(1200px + 10vw);
  }

  .container.boxed.show-container-lines {
    border-right: 1px solid var(--lineColor);
    border-left: 1px solid var(--lineColor);
  }
}

#bgoverlay {
  transition: opacity 0.5s ease;
}

:focus {
  outline-color: transparent;
  outline-style: none;
}

a {
  color: var(--elegantGrey);
  transition: color 300ms ease;
  -webkit-transition: color 300ms ease;
  -moz-transition: color 300ms ease;
  -ms-transition: color 300ms ease;
  -o-transition: color 300ms ease;
  outline: none;
}

ul,
ol {
  padding: 0;
  margin: 0;
}

a:hover,
a:focus {
  text-decoration: underline;
}

.centered {
  text-align: center;
}

h1,
h2,
h3,
h4,
p {
  line-height: 1.2em;
}

h1 {
  font-size: 1.5rem;
  color: black;
  font-weight: normal;
}

h1 a {
  color: black;
}


h2 {
  font-size: 1.25rem;
  color: black;
  font-weight: normal;
}

h2 a {
  color: black;
}

h3 {
  color: black;
  margin: 0;
  padding: 0;
  font-size: 1rem;
}

h3 a {
  color: black;
}

h4 {
  color: black;
  font-weight: bold;
  font-size: 0.5rem;
}

h4 a {
  color: black;
}

a {
  color: black;
}

button, input[type="submit"] {
  border-radius: 2px;
  border: none;
}

button:hover, input[type="submit"] {
  cursor: pointer;
}

/* general font rules */

.read-more,
.featured,
.comment-reply-link,
.video-button-text,
.zephyr-tags .zephyr-tag,
.tagcloud a,
.zephyr-gallery .centered,
#sidebar li.widget > h2,
.zephyr-widget-fbtop a.fonttwo,
.zephyr-facebook-widget p.fb-date {
  font-size: 12px;
  font-weight: 600;
}

.form-row label,
.form-row input[type="text"],
.form-row input[type="email"],
.form-row textarea,
.form-row button.submit,
.form-submit input {
  font-family: "Montserrat";
  font-weight: 600;
}

/* general theme specific rules */
header,
article.post,
.page article.post,
#sidebar,
.header-lines-top #logo,
#footer,
.sidew,
.sidew-r,
.contw,
.sidebar-list li,
#category-top,
#content.contw,
#content.contl,
.search-results #content > .col-md-12 > h1:after,
.page #content > .col-md-12 > h1:after,
.navbar-default .navbar-collapse,
.container.boxed,
#author-top .separator,
.zephyr-chapter-top .separator,
nav#main-top ul li ul:before {
  border-color: var(--lineColor);
}

/** Bootstrap Resets */
.row {
  margin-left: 0;
  margin-right: 0;
}

*[class^="col-"],
*[class*=" col-"] {
  padding: 0;
}

/* Main Things */

#main {
  display: flex;
  flex-wrap: wrap;
  flex: 10 2 auto;
}

/* rules for header */
header {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
}

header.inline {
  flex-direction: row;
  align-items: center;
  padding: 12px 24px;
}
#header {
  display: flex;
}

#header .top {
  display: flex;
  justify-content: center;
  position: relative;
  align-items: center;
  padding: 1rem;
}

#header.has-lines-after-first-section .top {
  border-bottom: 1px solid var(--lineColor);
}

#header .top #logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#header .top.logocenter {

}

#header .top.logoleft {
  justify-content: flex-start;
}

.header-lines-top #logo {
  border-bottom: 1px solid var(--lineColor);
}

#logo img {
  display: flex;
  max-height: 240px;
  max-width: 100%;
  object-fit: contain;
}

#header .top .social-links {
  position: absolute;
  display: flex;
  gap: 0.5rem;
  top: 50%;
  right: 2rem;
  transform: translate3d(0, -50%, 0);
}

#header .top .social-links .social-link a {
  display: flex;
  align-items: center;
  justify-content: center;
}

#header .top .social-links .social-link img {
  width: 1rem;
  height: 1rem;
}

#main-top {
  display: flex;
  align-items: center;
}

#main-top.navbar-left {
  justify-content: flex-start;
}

#main-top.navbar-center {
  justify-content: center;
}

#nav-search {
  display: flex;
  width: 100%;
  align-items: center;
  padding: 1.5rem;
}

.nav-menu {
  display: flex;
  gap: 1rem;
}

.nav-menu .menu-item {
  display: flex;
  position: relative;
}


.nav-menu .menu-item a {
  width: 100%;
}

header.inline #nav-search {
  padding: 0;
}

#nav-search > .row {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
}

#header-menu-collapse {
  display: flex;
  flex-direction: row;
  align-items: center;
}

#header.has-lines-after-second-section .bottom {
  border-bottom: 1px solid var(--lineColor);
}

/* rules for navigation */
header .navbar {
  background: none;
  border: none;
  border-radius: 0;
  margin: 0;
}

nav ul {
  list-style: none;
}

nav#main-top ul li a {
  font-weight: 600;
  font-size: 11.5px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

nav#main-top ul li.active a {
}

nav#main-top ul li ul {
  max-width: 175px;
}

nav#main-top ul li ul:before,
.socialsdropdown:before {
}

nav#main-top ul li ul li {
  margin: 0;
  text-align: center;
  width: 100%;
  border-bottom: 1px solid var(--lineColor);
}

nav#main-top ul li ul li:last-child {
  border-bottom: 0;
}

nav#main-top ul li ul li:first-child {
}

nav#main-top ul li ul li a {
  transition: background-color 0.25s ease;
  color: var(--darkerGrey);
}

nav#main-top ul li.active ul li a {
  color: black;
  padding: 0.5rem 0;
  line-height: 0.5rem;
  margin: 0;
  transition: background-color 0.25s ease;
}

nav#main-top ul li ul li a:hover,
nav#main-top ul li.active ul li a:hover {
  background-color: #dce8d5;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: #dce8d5;
}

.dropdown-menu .menu-item a {
  padding: 0.5rem 0.25rem;
}

.dropdown-menu li a {
  white-space: normal;
}

/* Mobile Search */
#zephyr-mobile-search {
  display: flex;
  padding: 1rem;
  border-bottom: 1px solid var(--lineColor);
}
/* Responsive Menu */
.mobile-menu .menu-item {
  display: flex;
  flex-direction: column;
  padding: 1rem;
  position: relative;
  z-index: 1;
  font-size: 0.5rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 600;
}

.mobile-menu .menu-item:last-of-type {
  padding: 1rem 1rem 0 1rem !important;
}

.mobile-menu .menu-item .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
  width: 100%;
  order: 1;
}

.mobile-menu .menu-item.active > a {
  color: black;
}

.mobile-menu .expand {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.25s ease;
  transform-origin: center;
}

.mobile-menu .expand img {
  width: 14px;
  height: 14px;
}

.mobile-menu:not(.expanded) .expand:hover {
  transform: translate3d(0, 4px, 0);
  cursor: pointer;
}

.mobile-menu .menu-item.expanded > .top .expand {
  transform: rotate(180deg);
}

.mobile-menu .menu-item:not(:last-of-type)::before {
  content: '';
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--lineColor);
}

.mobile-menu .menu-item .dropdown-menu-container {
  display: none;
}

.mobile-menu .menu-item:hover .dropdown-menu-container {
  display: none;
}

.mobile-menu .menu-item.clicked .dropdown-menu-container {
  display: flex;
}

.mobile-menu .menu-item.expanded .dropdown-menu-container {
  display: none;
}

.mobile-menu .menu-item.expanded > .dropdown-menu-container {
  display: flex;
  width: 100%;
  order: 2;
  opacity: 1;
  transition: none;
  position: relative;
  z-index: 1;
  padding: 0;
  min-width: 100%;
  max-width: 100%;
  left: initial;
  top: initial;
  transform: none;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
  border: none;
}

.mobile-menu .menu-item.expanded .dropdown-menu-container .dropdown-menu {
  border: none;
}

.mobile-menu .menu-item.expanded .dropdown-menu-container .dropdown-menu {
  width: 100%;
}

.mobile-menu .menu-item.expanded .dropdown-menu-container .dropdown-menu .menu-item {
  padding: 1rem 1rem 1rem 0.5rem;
}

.mobile-menu .menu-item.expanded .dropdown-menu-container .dropdown-menu .menu-item a {
  padding: 0;
}

/* make bootstrap dropdown on hover */
.sidebar-nav {
  padding: 9px 0;
}

.dropdown-menu .sub-menu {
  left: 100%;
  position: absolute;
  top: 0;
  visibility: hidden;
  margin-top: -1px;
}

.dropdown-menu li:hover .sub-menu {
  visibility: visible;
}

/* animate dropdown */
.dropdown-menu-container {
  display: none;
  opacity: 0;

  min-width: 6rem;
  max-width: 10rem;

  transition: opacity 0.3s ease;
  position: absolute;
  z-index: 99999999;

  padding-top: 0.5rem;
  left: 50%;
  top: 0.5rem;
  transform: translate3d(-50%, 0, 0);
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}

.dropdown:hover .dropdown-menu-container {
  display: flex;
  opacity: 1;
  transition: opacity 0.25s ease;
}

.dropdown-menu-container:hover {
  display: flex;
  opacity: 1;
}

.dropdown-menu .dropdown-menu-container {
  left: initial;
  right: 0;
  top: -1px;
  transform: translate3d(100%, 0, 0);
  padding: 0;
}

.dropdown-menu {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  border: 1px solid var(--lineColor);
  background: white;
}

.nav-tabs .dropdown-menu,
.nav-pills .dropdown-menu,
.navbar .dropdown-menu {
  margin-top: 0;
}

.navbar .sub-menu:before {
  border-bottom: 7px solid transparent;
  border-left: none;
  border-right: 7px solid rgba(0, 0, 0, 0.2);
  border-top: 7px solid transparent;
  left: -7px;
  top: 10px;
}

.navbar .sub-menu:after {
  border-top: 6px solid transparent;
  border-left: none;
  border-right: 6px solid #fff;
  border-bottom: 6px solid transparent;
  left: 10px;
  top: 11px;
  left: -6px;
}

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

nav#main-top .dropdown-menu .dropdown-menu {
  display: none;
  border-top: 1px solid #dce8d5;
  left: 158px;
  top: -1px;
}

nav#main-top .dropdown-menu .dropdown-menu:before {
}

nav#main-top .dropdown-menu li:hover .dropdown-menu {
  display: block;
}



/* end header search rules */

/* end rules for navigation */
/* Side Menu */
#open-sidemenu {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  filter: invert(1) grayscale(1);
  mix-blend-mode: difference;
}

#open-sidemenu:hover {
  cursor: pointer;
}

#open-sidemenu .line {
  width: 1.25rem;
  height: 2px;
  background: black;
}

#zephyr-side-menu {
  display: flex;

  opacity: 0;
  visibility: hidden;

  position: fixed;
  z-index: 99998;
  width: 14rem;
  transform: translate3d(-14rem, 0, 0);
  height: 100vh;
  height: -webkit-fill-available;
  height: -moz-available;
  height: 100svh;
  height: 100dvh;
  top: 0;
  left: 0;
  background: #4e5b50;
  box-shadow: 0px 0px 50px 20px rgba(0,0,0,0.25);

  transition: transform 0.5s ease;

}

body.side-menu-open #zephyr-side-menu {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
}

body.side-menu-open::after {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99997;
  width: 100vw;
  height: 100vh;
  background: rgba(0,0,0,0.25);

  animation: fadeInMobileOverlay 1s ease;
}

@keyframes fadeInMobileOverlay  {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

#zephyr-side-menu {
  display: flex;
  flex-direction: column;
}

#close-sidemenu {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 1rem 0;
  background-color: var(--darkerGrey);
}

#close-sidemenu img {
  width: 0.75rem;
  height: 0.75rem;
  filter: brightness(2);
}

/* rules for side menu */
/* end rules for side menu */

/* rules for footer */
#footer {
  display: flex;
  flex-flow: row wrap;

  z-index: 9998;
  position: relative;

  border-top: 1px solid #efefef;
}
/* end rules for footer */
/* general rules */
button {
  outline: none;
}

input.notv {
  border: none;
  color: #775096;
  border-bottom: 1px solid var(--lineColor);
  -webkit-transition: border 0.25s ease;
  -o-transition: border 0.25s ease;
  transition: border 0.25s ease;
}

.search-container > input.notv {
  height: 30px;
  border: 1px solid rgba(0, 0, 0, 0.11);
  -webkit-transition: border 0.25s ease;
  -o-transition: border 0.25s ease;
  transition: border 0.25s ease;
}

.search-container > input.notv {
  position: absolute;
  bottom: -30px;
  text-indent: 6px;
  right: 0;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.07);
}

.round,
.author-img img,
.avatar {
  border-radius: 50%;
}

#bgoverlay {
  position: fixed;
  z-index: 9999;
  visibility: hidden;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #dce8d5;
  opacity: 0;
}

#bgoverlay:hover {
  cursor: pointer;
}

#background-video {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: -2;
}

#background-video video,
#background-video .wp-video,
#background-video img,
#background-video object,
#background-video .mejs-container,
#background-video .embed {
}

#ajaxload {
  display: none;
  position: fixed;
  width: 25px;
  height: 25px;
  left: 50%;
  top: 80%;
  margin-left: -12px;
}

/* header contents */

#search-container {
  padding: 0;
}

#search-label {
  width: 0.75rem;
  height: 0.75rem;
  display: flex;
  background: url("img/search.png") no-repeat;
  background-size: contain;
}

.light #search-label {
  background: url("img/search_white.png");
}

div#nav-search #search-container {
  z-index: 2;
}

#header-search-form fieldset {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
}


div#nav-search #search-container #search {
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s ease;
}

div#nav-search #search-container:hover #search {
  opacity: 1;
  visibility: visible;
}

#search-container label {
}

.container #search-container {
  padding-right: 0;
}

.social-links {
  position: relative;
}

.social-links {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

#social-links-trigger {
  background: url("img/social-heart.png");
  width: 17px;
  height: 17px;
  display: block;
  z-index: 9999;
}

.socialsdropdown {
  position: absolute;
  display: flex;
  flex-direction: row;
  padding-top: 24px;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  list-style: none;
  overflow: hidden;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  z-index: 9998;
  opacity: 0;
}

.the-social-dropdown .social-links:hover .socialsdropdown {
  opacity: 1;
}

.socialsdropdown.open {
  opacity: 1;
}

.socialsdropdown li {
  padding: 5px;
  background: #f0f0f0;
}

.socialsdropdown li img {
  width: 18px;
  height: 18px;
  display: block;
  margin: 10px;
}

.social-links.open .socialsdropdown:before,
.social-links:hover .socialsdropdown:before {
  top: 6px;
}

.zephyr-desc {
  display: flex;
  font-size: 16px;
  padding-top: 12px;
  color: #775096;
}

/* main layout */

#content {
  display: flex;
  flex-wrap: wrap;
  padding: 2rem;
}

@media all and (max-width: 768px) {
  #content {
    padding: 1rem;
  }
}

/* rules for post list */
.zephyr-pagination-container {
  display: flex;
  justify-content: center;
  margin: 72px 0 0 0;
}

.zephyr-pagination {
  display: flex;
  justify-content: center;
  color: #9a9a9a;
  font-size: 12px;
  font-weight: bold;
  padding: 24px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.zephyr-pagination a,
.zephyr-pagination span {
  margin: 0 12px;
  color: #9a9a9a;
  -webkit-transition: border 300ms ease;
  -o-transition: border 300ms ease;
  transition: border 300ms ease;
  -webkit-transition: border-color 300ms ease;
  -moz-transition: border-color 300ms ease;
  -ms-transition: border-color 300ms ease;
  -o-transition: border-color 300ms ease;
  border-bottom: 1px solid transparent;
}

.zephyr-pagination a.first {
  margin-left: 0;
}

.zephyr-pagination .current,
.zephyr-pagination a:hover {
  color: #5c5c5c;
  border-bottom: 1px solid #b6b6b6;
}

#nextprev-links {
  display: flex;
  justify-content: space-between;
  padding: 36px 0;
  border-top: 1px solid var(--lineColor);
  border-bottom: 1px solid var(--lineColor);
  margin: 0 0 48px 0;
}

#nextprev-links .left {
  display: flex;
  padding: 0;
  flex-direction: column;
  align-items: flex-start;
}

#nextprev-links .right {
  display: flex;
  padding: 0;
  flex-direction: column;
  align-items: flex-end;
}

#nextprev-links a {
  font-size: 20px;
}

.nextprev-text {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.3);
}

article {
  display: flex;
}

article .post-content {
  display: flex;
  flex-direction: column;
  order: 2;
}

body:not(.single) .post.centered-layout .post-content {
  align-items: center;
}

body.page #content {
  display: flex;
  flex-direction: column;
}

body.page .page-header {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
}

.page-title:hover {
}

body.page #content > * {
  flex-basis: auto;
}

body:not(.single) .post.centered-layout .post-content .post-text {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  text-align: center;
}

body:not(.single) .post.centered-layout .post-content .post-title {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

body:not(.single) .post.centered-layout.sticky .post-content .post-title {
  margin-top: 3rem;
}

body:not(.single) .post.centered-layout .post-content .post-title .featured {
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0;
  transform: translate3d(-50%, -1.75rem, 0);
}

.post-title .featured {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.8;
}

.list-of-posts {
  display: flex;
  flex-direction: column;
}

.list-of-posts.masonry .post {
  padding: 1rem !important;
  margin-bottom: 48px !important;
  border-bottom: 0;
}

.list-of-posts.masonry .post .post-content {
  flex: 0 0 auto;
  width: 100%;
}

.list-of-posts.masonry .post .sidepost {
  display: none;
}


@media all and (min-width: 576px) {
  .list-of-posts.masonry.masonry-2-col .post {
    width: 100%;
  }

  .list-of-posts.masonry.masonry-3-col .post {
    width: 100%;
  }

  .list-of-posts.masonry.masonry-4-col .post {
    width: 100%;
  }
}

@media all and (min-width: 768px) {
  .list-of-posts.masonry.masonry-2-col .post {
    width: 100%;
  }

  .list-of-posts.masonry.masonry-3-col .post {
    width: 100%;
  }

  .list-of-posts.masonry.masonry-4-col .post {
    width: 100%;
  }
}

@media all and (min-width: 992px) {
  .list-of-posts.masonry.masonry-2-col .post {
    width: 50%;
  }

  .list-of-posts.masonry.masonry-3-col .post {
    width: 50%;
  }

  .list-of-posts.masonry.masonry-4-col .post {
    width: 33.33333333333%;
  }
}

@media all and (min-width: 1200px) {
  .list-of-posts.masonry.masonry-2-col .post {
    width: 50%;
  }

  .list-of-posts.masonry.masonry-3-col .post {
    width: 33.3333333333%;
  }

  .list-of-posts.masonry.masonry-4-col .post {
    width: 25%;
  }
}


.post {
  padding: 0;
}

.post-title {
  margin: 0 0 1rem 0;
}

.post-title a {
}

.has-post-thumbnail .post-title {
  margin: 1rem 0;
}


body:not(.single) .post.full-excerpt .post-title {
  margin: 0 0 1rem 0;
}

.sidepost {
  display: flex;
  align-items: flex-start;
  order: 1;
}

.sidepost .inner {
  display: flex;
  gap: 1rem;
  flex-direction: column;
  color: black;
}

.sidepost.sticky .inner {
  position: sticky;
  top: 24px;
  bottom: 24px;
}


.sidepost .inner .item {
  gap: 0.5rem;
  padding: 0 0 0.5rem 0;
  border-bottom: 1px solid var(--lineColor);
}

.sidepost .inner .item:last-child {
  border-bottom: none;
  padding: 0;
}

.sidepost .zilla-likes, .sidepost .comments {
  color: var(--elegantGrey) !important;
  font-weight: normal;
}

.sidepost .like {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}


.zilla-likes {
  display: flex;
}

.zilla-likes-postfix {
  display: none;
}

.zilla-likes-count {
  font-size: 0.65rem;
}

.sidepost .comments {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.icon {
  width: 0.85rem;
  height: 0.85rem;
  fill: none;
  stroke: black;
  stroke-width: 3;
  stroke-miterlimit: 10;
}

#comments-icon {
}

.sidepost .comments .comments-count {
  font-size: 0.65rem;
}

.sidebar-left #content.contl .post-content,
#content .post-info-right > .post-content {
  padding: 0 0 0 52px;
}

#content.contl .post-info-left {
  padding-left: 28px;
}


.boxed #content .post-info-right > .post-content {
}

.post-content iframe {
  max-width: 100%;
}

.search #content > .post-content,
.page #content > .post-content {
  padding: 0 52px;
}

.search #content > h1:after,
.page #content > .col-md-12 > h1:after {
  width: 100px;
  position: absolute;
  display: inline-block;
  top: 100%;
  content: "";
  border-bottom: 1px solid var(--lineColor);
  left: 50%;
  margin-left: -50px;
}

/* post rules */
.zephyr-bigimg {
  position: relative;
}

.zephyr-bigimg:hover::after {
  opacity: 1;
}

.zephyr-bigimg,
.post-content .carousel-inner {
  width: 100%;
  background-color: #f6f6f6;
}

.bigimg {
  display: block;
  max-height: 450px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.single-post .bigimg {
  max-height: 750px;
}

.post-author {
  display: flex;
  gap: 12px;
}

.post-author,
.post-author span {
  font-size: 15px;
}

.author-img {
  display: flex;
  justify-content: center;
  align-items: center;
}

.centered .author-img {
}

.post-author em {
  display: flex;
  gap: 2px;
  align-items: center;
  color: var(--darkerGrey);
}

.single-post .post-text {
  margin-bottom: 1rem;
}

article.post {
  display: flex;
  order: 1;
  border-bottom: 1px solid var(--lineColor);
}

article.post,
article.post {
  padding: 48px 0;
}

article.post:last-of-type,
article.post:last-of-type {
  padding: 48px 0 0 0;
  border-bottom: 0;
}

article.post:first-of-type,
article.post:first-of-type {
  padding: 0 0 48px 0;
}

.post-text {
  overflow-wrap: break-word;
}

.post-text p {
  font-size: 0.8rem;
  line-height: 1.8;
  margin: 0 0 1rem 0;
}

.post-text p:not(:first-of-type) {
  margin: 1rem 0;
}

.post-text p:last-of-type {
  margin: 0;
}

.post-text p a {
  text-decoration: underline;
  color: #3a5eff;
}

.post-text p a:visited {
  color: #7e96ff;
}

.post-text p,
.post-text ul,
.post-text ol .post-text table,
.post-text address {
  color: var(--elegantGrey);
}

.title-sep {
  width: 320px;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0.11);
  height: 1px;
  margin: 24px 0;
  display: flex;
}

.post-sep {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.11);
  height: 1px;
  margin: 0;
  display: inline-block;
}

.post-sep:last-of-type {
  display: none;
}

.post-category {
  margin: 0 0 24px 0;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  color: #878787;
  text-transform: uppercase;
}

.read-more {
  display: flex;
  position: relative;
  margin-top: 24px;
}

.read-more-link {
  text-transform: uppercase;
  letter-spacing: 2px;
  border-bottom: 1px dotted #c3c3c3;
}

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

.post-text .row p {
  padding: 0 10px 0 0;
}

/* main headings */
.post-text h1,
.post-text h2,
.post-text h3,
.post-text h4,
.post-content .post-text h4,
.post-text h5,
.post-text h6 {
  font-weight: normal;
  color: var(--elegantGrey);
  margin: 0;
  line-height: 60px;
  padding: 0;
}

.post-text h1.small,
.post-text h2.small,
.post-text h3.small,
.post-text h4.small,
.post-text h5.small,
.post-text h6.small {
  line-height: 2em;
}

.post-text h1 {
  font-size: 32px;
}

.post-text h2 {
  font-size: 24px;
}

.post-text h3 {
  font-size: 19px;
}

.post-text h4 {
  font-size: 16px;
}

.post-text h5 {
  font-size: 13px;
}

.post-text h6 {
  font-size: 11px;
}

.post-text ul,
.post-text ol {
  padding-left: 21px;
}

.post-text ul li,
.post-text ol li,
.post-text table,
.post-text address {
  font-size: 17px;
}

.post-text table,
.post-text th,
.post-text td {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.post-text table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin-bottom: 24px;
  width: 100%;
}

.post-text caption,
.post-text th,
.post-text td {
  font-weight: normal;
  text-align: left;
  padding: 5px 10px;
}

.post-text th {
  border-width: 0 1px 1px 0;
  font-weight: bold;
}

.post-text td {
  border-width: 0 1px 1px 0;
}

.post-pagination {
  margin: 0 0 20px;
}

.post-pagination a {
  margin: 0;
}

/* sticky posts */
.featured {
  vertical-align: middle;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 4px 8px;
  line-height: 1.2;
  color: var(--elegantGrey);
}

.post-title:hover .featured {
  color: var(--elegantGrey);
}

.format-quote .featured {
  margin: 0;
}

.sticky .featured {
  display: inline-block;
}

/* post with carousel */
.carousel.slide {
  margin: 0 0 38px;
}

.carousel-indicators {
  left: 0;
  text-align: center;
  margin: 0;
  bottom: 14px;
  height: 14px;
  width: 100%;
}

.carousel-indicators li {
  margin: 1px 1px 1px 10px !important;
}

.carousel-indicators li,
.carousel-indicators li:first-child {
  border: 2px solid #fff;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  transition: background 300ms ease;
  -webkit-transition: background 300ms ease;
  -moz-transition: background 300ms ease;
  -ms-transition: background 300ms ease;
  -o-transition: background 300ms ease;
}

.carousel-indicators li.active,
.carousel-indicators li:hover {
  width: 10px;
  height: 10px;
  background-color: #fff;
  margin: 1px;
}

/* single post rules */
.single-post article {
  padding: 0 !important;
  border: 0;
}

.post-content h4 {
  padding: 0 0 10px;
  margin: 0 0 24px 0;
  color: #050505;
  text-transform: uppercase;
  line-height: 25px;
}

.post-content .post-text h4 {
  text-transform: none;
}

.post-content h4.border {
  letter-spacing: 2px;
  border-bottom: 1px solid var(--lineColor);
}

.about-author {
  margin: 0 0 48px 0;
}

.about-author .row {
  display: flex;
  flex-direction: row;
}

.about-author .author-avatar {
  height: 100%;
}

.about-author .author-avatar img {
  display: block;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.about-author .author-name {
  padding: 0;
  margin: 0;
  letter-spacing: 1px;
}

.about-author .author-description {
  font-size: 16px;
  color: #878787;
  line-height: 1.8;
}

.related-entries {
  margin: 0 0 48px 0;
}

.related-entries .the-posts {
  display: flex;
  gap: 1rem;
}

.related-entry {
  width: calc(33.333333% - 0.5rem);
}

.related-entries .related-entry a {
  display: block;
}

.related-title {
  display: block;
  font-size: 0.75rem;
  margin: 0.5rem 0 0 0;
}

.related-entries .related-entry .related-entry-picture {
  height: 7rem;
  width: 100%;
}

.related-entries .related-entry a img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

/* comment form */
.comment-form {
  width: 100%;
  padding: 0;
}

.comment-form.c-label label {
  text-align: center;
}

.comment-form.c-label label,
.comment-form.c-label .form-row span {
  width: 100%;
}

.c-label .noborder {
  text-align: center;
}

.form-row {
  padding: 18px 0;
  margin: 9px 0 9px;
  border-bottom: 1px solid var(--lineColor);
  transition: border-color 300ms ease;
  -webkit-transition: border-color 300ms ease;
  -moz-transition: border-color 300ms ease;
  -ms-transition: border-color 300ms ease;
  -o-transition: border-color 300ms ease;
  position: relative;
  cursor: pointer;
}

.form-row.act {
  border-color: #c0c0c0;
}

.form-row.noborder {
  border: none;
}

.form-row label {
  font-size: 12px;
  letter-spacing: 2px;
  color: #a0a0a0;
  margin: 0 4px 0 0;
  transition: color 300ms ease;
  -webkit-transition: color 300ms ease;
  -moz-transition: color 300ms ease;
  -ms-transition: color 300ms ease;
  -o-transition: color 300ms ease;
  cursor: pointer;
}

.form-row span {
  display: inline-block;
  overflow: hidden;
  padding: 0 5px;
  margin: -3px 0 0;
}

.form-row label.act {
  color: #6b6b6b;
}

textarea,
input {
  outline: none;
}

.form-row input[type="text"],
.form-row input[type="email"],
.form-row textarea {
  border: none;
  background: transparent;
  color: var(--elegantGrey);
  font-size: 12px;
  width: 100%;
}

.form-row textarea {
  font-size: 0.75rem;
  color: var(--elegantGrey);
  font-weight: initial;
  line-height: 1.8;
  width: 100%;
  height: 6rem;
  resize: none;
}

.form-submit {
  margin: 24px 0 0 0;
}

.form-row button.submit,
.form-submit input {
  padding: 14px 46px;
  font-size: 12px;
  color: #000;
  border: 0;
  font-weight: 600;
  border-radius: 3px;
  letter-spacing: 2px;
}

.logged-in-as {
  margin: 24px 0;
  color: #ababab;
  font-size: 16px;
}

#comments {
  padding: 0;
}

.post-comments {
  margin: 0px 0 0;
}

.add-comment {
  margin: 48px 0 0 0;
  padding: 0;
}
.add-comment h4.border {
  margin: 0;
}

.comments-disabled {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 24px;
  color: #a9a9a9;
  background: #f2f2f2;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 600;
}

.no-comments-box {
  padding: 24px;
  border: 1px solid rgba(0, 0, 0, 0.11);
  text-align: center;
}

.no-comments-box .notification {
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0;
}

.comments-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.comments-list .comment {
  display: flex;
  flex-direction: column;
  margin: 48px 0 0 0;
}

.comments-list .comment .top {
  display: flex;
  gap: 0.5rem;
}

.comments-list .comment .left {
  display: flex;
  width: 100%;
  max-width: 72px;
  max-height: 72px;
}

.comments-list .comment .left .avatar {
  width: 100%;
  height: fit-content;
  aspect-ratio: 1 / 1;
}

.comments-list .comment .right {
  display: flex;
  flex-direction: column;
}

#respond {
  margin: 24px 0 0 0;
}

#reply-title {
  font-size: 12px;
}

#cancel-comment-reply-link {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.5rem;
  color: var(--elegantGrey);
  border-bottom: 1px dotted;
  margin-left: 6px;
}

.comments-list .comment .children {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
}

.comments-list .comment .children {
   padding-left: 2rem;
}

.comments-list .comment .children .comment:first-of-type {
  margin: 0;
}

.comments-list h5 {
  display: flex;
  align-items: center;
  gap: 6px;
}

.comments-list h5 a {
  letter-spacing: 2px;
  text-transform: uppercase;
}

.post-author-comment {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px 12px;
  border-radius: 2px;
  letter-spacing: 2px;
  color: white;
  background: black !important;
}

.comments-list li ul {
  list-style: none;
  padding-left: 0;
}

.comments-list h5 {
  font-size: 13px;
  font-weight: bold;
  color: var(--elegantGrey);
  border-bottom: 1px solid var(--lineColor);
  padding: 0 0 24px 0;
  text-transform: uppercase;
}

.comment-text {
  margin: 12px 0;
}

.comment-text p {
  font-size: 0.75rem;
  color: var(--elegantGrey);
  line-height: 1.8;
  margin: 0;
}

.comment-reply {
  padding: 0 0 1rem;
}

.comment-reply-link {
  border-bottom: 1px dotted;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.comments-list .comment .row .col-md-1 {
  padding: 0 12px 0 0;
}

.comments-list .comment .row .col-md-1 img {
  display: block;
  width: 3rem;
  height: 3rem;
  object-fit: cover;
}

/* video post */
.videocontainer {
  max-width: 100%;
  overflow: hidden;
}

.format-video .zephyr-bigimg {
  position: relative;
  overflow: hidden;
}

.format-video .video-button {
  position: absolute;
  width: 60px;
  height: 60px;
  border: 6px solid #fff;
  top: 50%;
  left: 50%;
  margin-left: -30px;
  margin-top: -30px;
  opacity: 0;
  transform: scale(4, 4);
  -webkit-transform: scale(4, 4);
  -moz-transform: scale(4, 4);
  -ms-transform: scale(4, 4);
  -o-transform: scale(4, 4);
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  background-color: #fff;
}

.format-video .video-button .video-play {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 0 10px 17px;
  border-color: transparent transparent transparent #ccc;
  display: block;
  position: absolute;
  left: 18px;
  top: 15px;
}

.video-button-text {
  text-transform: uppercase;
  color: #ffffff;
  position: absolute;
  top: 54%;
  left: 0;
  width: 100%;
  text-align: center;
  opacity: 0;
  transition: top 300ms ease, opacity 300ms ease;
}

.zephyr-bigimg > a {
  display: block;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.zephyr-bigimg .image-with-video:hover > .video-button {
  opacity: 1;
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
}

.zephyr-bigimg .image-with-video:hover .video-button-text {
  opacity: 1;
  top: 60%;
  transition: top 300ms ease 200ms, opacity 300ms ease 200ms;
  -webkit-transition: top 300ms ease 200ms, opacity 300ms ease 200ms;
  -moz-transition: top 300ms ease 200ms, opacity 300ms ease 200ms;
  -ms-transition: top 300ms ease 200ms, opacity 300ms ease 200ms;
  -o-transition: top 300ms ease 200ms, opacity 300ms ease 200ms;
}

/* accordion post */
.zephir_acc {
  overflow: hidden;
}

.zephir_acc_item {
  position: relative;
  overflow: hidden;
}

.zephir_acc_panel {
  transition: max-height 300ms ease;
  -webkit-transition: max-height 300ms ease;
  -moz-transition: max-height 300ms ease;
  -ms-transition: max-height 300ms ease;
  -o-transition: max-height 300ms ease;
}

.zephir_acc_heading {
  position: absolute;
  bottom: 0;
}

.zephir_acc_heading h4 {
  font-size: 11px;
  line-height: 74px;
  margin: 0;
  padding: 0 26px;
}

.centered .zephir_acc_heading h4 {
  width: 100%;
  padding: 0;
  text-align: center;
}

.centered .zephir_acc_heading {
  width: 100%;
}

.zephir_acc_heading h4 a {
  color: #efefef;
}

.zephir_acc_heading h4 a:hover,
.zephir_acc_heading h4 a:focus {
  text-decoration: none;
}

/* post quote */
.post-content .wp-block-quote {
  margin: 0 0 1rem 0;
  padding: 1rem;
  background: var(--lightGrey);
  width: 100%;
}

.post-content .wp-block-quote cite {
  opacity: 0.5;
}

.quote-icon {
  width: 36px;
  height: 27px;
  background: url("img/quote-icon.png") no-repeat;
  display: inline-block;
  vertical-align: middle;
  margin: 0 20px 0 0;
}

/* aside post */
.format-aside .post-text {
  padding: 20px;
  margin: 0;
}

/* contact page */
.image-text {
  margin: 64px 0 20px;
  text-align: center;
  position: relative;
}

.image-text img {
  width: 100%;
}

.image-text-text {
  width: 100%;
  position: absolute;
  top: 25%;
  color: #ffffff;
}

.image-text-text h1 {
  font-size: 60px;
  color: #ffffff;
  margin: 10px 0;
}

.image-text-text .sep {
  height: 2px;
  width: 150px;
  background-color: #7d7d7d;
  display: inline-block;
  margin: 10px 0 20px;
}

.image-text-text p {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
}

/* shortcodes */
.zephyr-button {
  padding: 17px 37px;
  font-size: 12px;
  font-weight: bold;
  color: var(--elegantGrey);
  display: inline-block;
  border-radius: 2px;
  border-style: solid;
  border-width: 2px;
  line-height: 12px;
}

.zephyr-button.rounded {
  border-radius: 25px;
}

.about-box {
  border-top: 2px solid #efefef;
  padding: 28px 0;
  margin: 75px 0;
}

.about-box .logo-img img {
  width: 48px;
  border-radius: 50%;
}

.about-box h3 {
  color: #939393;
  font-size: 18px;
  line-height: 1.2em;
}

.about-box h4 {
  margin: 0 0 10px;
  color: #b6b6b6;
  font-size: 12px;
  line-height: 1.2em;
}

.about-box h4 span.info {
  color: #c8c8c8;
}

.about-box .logo-name a {
  color: #c8c8c8;
}

.about-box p,
.about-box-img-large p,
.about-box-img-small .imgwlogo p {
  text-align: center;
  padding: 0;
  margin: 0;
}

.about-box-img-small p {
  text-align: center;
}

.about-box .details {
  padding: 0 0 24px;
  border-bottom: 1px solid var(--lineColor);
}

.about-box .punchline {
  padding: 2px 0;
}

.about-box .punchline p {
  color: #aeaeae;
  font-size: 14px;
  margin: 20px 0;
}

.about-box-img-large {
  margin: 75px 0;
}

.imgwlogo,
.header-block {
  position: relative;
  display: table;
  height: 160px;
  width: 100%;
}

.imgwlogo .bg-img,
.header-block .bg-img {
  width: 100%;
  max-height: 100%;
  position: absolute;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
}

.imgwlogo p {
  margin: 0;
}

.contwlogo,
.header-block-content {
  position: relative;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  display: table-cell;
  text-align: center;
}

.contwlogo h3 {
  margin: 10px 0 6px;
  font-size: 18px;
  line-height: 1.2em;
}

.contwlogo h3,
.contwlogo,
.contwlogo a {
  color: #fff;
}

.about-box-img-large .details {
  padding: 24px 0;
  width: 100%;
  text-align: center;
}

.about-box-img-large .details h4 {
  font-size: 10px;
  color: #b6b6b6;
  line-height: 1.2em;
}

.about-box-img-large .details h4 .info {
  color: #c8c8c8;
}

.about-box-img-large p,
.about-box-img-small p {
  color: #aeaeae;
  font-size: 14px;
}

.about-box-img-small p {
  margin: 22px 0;
}

.about-box .logo-name p,
.about-box-img-small .logo-name p,
.about-box-img-large .logo-name p {
  text-align: left;
}

.about-box-img-large .contwlogo p {
  padding: 0;
}

.about-box-img-small {
  margin: 75px 0;
}

.about-box-img-small .imgwlogo {
  height: 110px;
}

.about-box-img-small .contwlogo {
  padding: 0 30px;
  text-align: left;
}

.about-box-img-small .contwlogo h3 {
  margin: 1px 0;
  line-height: 1.2em;
}

.about-box-img-small .contwlogo h4 {
  color: #b6b6b6;
  font-size: 10px;
  margin: 7px 0 0;
  line-height: 1.2em;
}

.about-box-img-small .contwlogo h4 .info {
  color: #c8c8c8;
}

.post-text .about-box h4 {
  line-height: 22px;
}

.header-block {
  height: 320px;
}

.header-block h1 {
  color: #5d5d5d;
  font-size: 60px;
  margin: 38px 0 20px;
}

.header-block h2 {
  font-size: 12px;
  color: #919191;
  font-weight: bold;
}

.header-block a {
  color: #fff;
  font-size: 15px;
}

.header-block a:hover {
  color: #999999;
}

.header-block a.zephyr-button {
  font-size: 12px;
}

.spacer {
  margin: 37px 0;
}

.divider {
  width: 100%;
  margin: 9px 0 40px;
}

.divider.regular {
  border-bottom: 1px solid var(--lineColor);
  border-bottom: 1px solid var(--lineColor);
}

.divider.dotted {
  background: url("img/divider-dotted.png");
  height: 1px;
}

.divider.extradotted {
  background: url("img/divider-extra-dotted.png");
  height: 1px;
}

.counter-in h2 {
  color: #b0b0b0;
  font-size: 60px;
  font-weight: normal;
  padding: 0;
  margin: 0;
}

.counter-in h3 {
  color: #b0b0b0;
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;
  margin: 18px 0;
}

.counter-in .separator {
  width: 100%;
  height: 1px;
  background: #cacaca;
}

.counter-in {
  padding: 0 8% 0 0;
}

.author-box-top {
  position: relative;
  border-bottom: 1px solid var(--lineColor);
  padding: 0 0 10px;
}

.author-box-top p {
  margin: 0;
}

.author-box-top img {
  width: 100%;
}

.author-info {
  position: relative;
}

.author-info-img {
  width: 112px;
  height: 112px;
  position: absolute;
  top: -86%;
  left: 20px;
}

.author-info h2,
.author-box-large-info h2 {
  font-size: 18px;
  margin: 12px 0 0;
  padding: 0;
  color: #6f6f6f;
  font-weight: normal;
  line-height: 1.2em;
}

.author-info h3,
.author-box-large-info h3 {
  color: #b5b5b5;
  font-size: 12px;
  line-height: 21px;
  margin: 0;
}

.author-desc,
.author-box-large-desc p {
  color: #939393;
  font-size: 16px;
  line-height: 23px;
  margin: 26px 0;
}

.author-box-large-info {
  text-align: center;
}

.update-box {
  margin-top: 24px;
  margin-bottom: 24px;
}

.update-box-title {
  padding: 28px;
  background-color: #bbbbbb;
}

.update-box-title h2 {
  color: #ffffff;
  font-size: 12px;
  line-height: 12px;
  margin: 0;
  padding: 0;
  font-weight: bold;
}

.update-box-title p {
  margin: 0;
}

.update-box-content {
  padding: 28px;
  background-color: #f7f7f7;
}

.update-box-content p {
  margin: 4px 0;
  font-size: 16px;
  line-height: 21px;
  color: #bbbbbb;
}

.zephyr-dropcaps p {
  font-size: 17px;
  line-height: 30px;
}

.zephyr-dropcaps .first-letter {
  font-size: 48px;
  line-height: 48px;
  margin: 0 18px 0 0;
}

.zephyr-dropcaps .first-letter.withbg {
  display: block;
  height: 52px;
  line-height: 54px;
  text-align: center;
  width: 52px;
}

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

.zephyr-chapter-top p {
  margin: 0;
}

.zephyr-chapter-top img {
  display: inline-block;
  margin-bottom: -30px;
  max-width: 100%;
}

.zephyr-chapter-top .chapter-number {
  font-size: 24px;
  color: #050505;
  width: 60px;
  height: 60px;
  line-height: 62px;
  display: inline-block;
  margin: 0 0 22px;
}

.zephyr-chapter-top h3 {
  font-size: 18px;
  color: #878787;
}

.zephyr-chapter .zephyr-chapter-top .separator {
  width: 200px;
}

.nofeatured {
  width: 100%;
  height: 300px;
  background: url("img/nofeatured.png") no-repeat center center #f6f6f6;
}

/* category page */
#category-top {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  padding: 24px;
  background-color: rgba(0, 0, 0, 0.03);
  margin: 0 0 36px 0;
}

#category-top .cat-name {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#category-top .postcount {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.3);
  margin: 0;
}

#archive-top {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  font-size: 18px;
  padding: 24px;
  background-color: rgba(0, 0, 0, 0.03);
  margin: 0 0 36px 0;
}

#archive-top .archive-title {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#archive-top .archive-months {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.3);
  margin: 0;
}

.cat-name {
  color: var(--elegantGrey);
}

/* Archive page */
/* tags page */
.zephyr-tags {
  margin: 1rem 0;
}

.zephyr-tags .zephyr-tag,
.tagcloud a {
  padding: 13px 12px;
  display: inline-block;
  background: #e9e9e9;
  margin: 0 3px 3px 0;
  color: var(--elegantGrey);
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: background 300ms ease;
  -webkit-transition: background 300ms ease;
  -moz-transition: background 300ms ease;
  -ms-transition: background 300ms ease;
  -o-transition: background 300ms ease;
}

.zephyr-tags a.zephyr-tag:hover {
  background: #ffd773;
}

.zephyr-tags .tags-title {
  background: #f4f4f4;
}

/* Author page */
#author-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 24px;
  background-color: rgba(0, 0, 0, 0.03);
  margin: 0 0 36px 0;
}

#author-top img {
  margin-top: -36px;
}

#author-top .about-text {
  font-size: 12px;
  margin-top: 12px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
  order: 2;
}

.widget #author-top {
  background: transparent;
}

.widget #author-top h1 {
  font-size: 12px;
  font-weight: bold;
  color: #8e8e8e;
  padding: 20px 0 10px;
  line-height: 1em;
  margin: 0;
  letter-spacing: 0px !important;
}

.widget #author-top h2 {
  font-size: 15px;
  font-style: italic;
  color: #8e8e8e;
  padding: 0;
  margin: 0 0 14px;
}

.widget #author-top .separator,
.zephyr-chapter-top .separator {
  width: 50px;
  display: inline-block;
  background: #efefef;
  height: 1px;
  margin: 0 0 10px;
}

.widget #author-top .author-bio {
  font-size: 15px;
  line-height: 25px;
  color: #878787;
}

.widget #author-top .avatar-holder {
  margin-top: 0;
}

.widget #author-top .avatar-holder img {
  width: 72px;
  height: 72px;
}

.widget #author-top.nospace .avatar-holder {
  margin-top: -63px;
}

.widget #author-top .author-bg {
  max-width: 100%;
}

/* gallery */
.zephyr-gallery {
  overflow: hidden;
}

.zephyr-gallery img {
  max-width: 100%;
}

.zephyr-gallery .centered {
  padding: 11px;
}

.lb-number {
  font-weight: bold;
  color: #c6c6c6 !important;
  text-transform: uppercase;
}

/* wordpress css classes */
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 100%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption img {
  max-width: 100%;
}

.wp-caption p.wp-caption-text {
  font-size: 14px;
  line-height: 17px;
  margin: 17px 0 0;
  padding: 0 4px 5px;
}

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  margin: 5px 0 20px 20px;
}

.alignleft {
  margin: 5px 20px 20px 0;
}

.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

a img.alignright {
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.gallery-caption {
  font-size: 15px;
}

#sidebar .widget {
  padding: 24px;
  border-bottom: 1px solid var(--lineColor);
}

#sidebar .widget > ul {
  list-style: none;
}

#sidebar .widget > ul > li {
  padding: 8px 0;
  border-bottom: 1px solid var(--lineColor);
}

#sidebar .widget > ul > li:first-child {
  padding: 0 0 8px 0;
}

#sidebar .widget > ul > li:last-child {
  padding: 8px 0 0 0;
  border-bottom: 0;
}

#sidebar .widget > ul > li,
#sidebar .widget > ul > li > span {
  color: #878787;
}

#sidebar .widget > ul > li > a {
  font-size: 17px;
  color: var(--elegantGrey);
}

/* Footer Sidebar */

#footer.footer-sidebar-active {
  padding: 0;
}

#footer-sidebar {
  display: flex;
  padding: 1rem;
  gap: 1rem;
  border-bottom: 1px solid var(--lineColor);
}

#footer-sidebar > .widget {
  padding: 0 1rem;
  flex: 1 1 auto;
  border-right: 1px solid var(--lineColor);
}

#footer-sidebar > .widget:last-child {
  border-right: none;
}

#footer .credits {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem 0;
  font-size: 0.75rem;
}

#footer .footer-menu-items {
  display: flex;
  gap: 1rem;
  justify-content: center;
  padding: 1rem;
  border-bottom: 1px solid var(--lineColor);
}

.footer-menu-item {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.5rem;
  letter-spacing: 2px;
  font-weight: 600;
  text-transform: uppercase;
}

  /* Gutenberg Specific Widgets */

/* Generic */
.wp-block-group__inner-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

/* Titles */
.wp-block-heading {
  align-self: center;
  letter-spacing: 2px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 1rem 0;
  color: var(--elegantGrey);
}

/* Recent Posts */
.wp-block-latest-posts__list {
  display: flex;
  flex-direction: column;
}

.wp-block-latest-posts__list > li {
  border-bottom: 1px solid var(--lineColor);
  padding: 6px 0;
}

.wp-block-latest-posts__list > li:first-of-type {
  padding: 0 0 6px 0;
}

.wp-block-latest-posts__list > li:last-of-type {
  padding: 6px 0 0 0;
  border-bottom: none;
}

.wp-block-latest-posts__post-title {
  font-size: 0.85rem;
}


/* Latest Comments */

.wp-block-latest-comments {

}

.wp-block-latest-comments__comment {
  padding: 0.5rem 0;
}

.wp-block-latest-comments__comment:first-of-type {
  padding: 0 0 0.5rem 0;
}

.wp-block-latest-comments__comment:not(:last-of-type) {
  margin: 0;
  border-bottom: 1px solid var(--lineColor);
}

.wp-block-latest-comments__comment:last-of-type {
  padding: 0.5rem 0 0 0;
}

.wp-block-latest-comments__comment-meta {
  font-size: 0.85rem;
}

/* Latest Comments End */

#sidebar .widget:first-child {
  padding: 0px 24px 24px 24px;
}

#sidebar .widget:last-child {
  padding: 48px 24px 0 24px;
  border-bottom: 0;
}

#sidebar .widget:hover,
.widget {
  background: none;
}


@media all and (min-width: 1200px) {
  #sidebar .widget {
    padding: 48px 0 48px 0;
  }

  #sidebar .widget:first-child {
    padding: 0px 0 24px 0;
  }
}


@media all and (max-width: 1200px) {
  #sidebar .widget {
    padding: 48px 0 48px 0;
  }

  #sidebar .widget:first-child {
    padding: 0px 0 24px 0;
  }
}

.widget_media_image img {
  width: 100%;
  object-fit: cover;
  max-height: 300px;
}

.tagcloud a {
  line-height: 1em;
}

#sidebar #author-top {
  padding-top: 16px;
}

#sidebar #author-top img {
  border-radius: 50%;
  width: 78px;
  height: 78px;
  -o-object-fit: cover;
  object-fit: cover;
}

#sidebar .carousel-indicators li {
  padding: 0;
  margin: 0 5px 0 0;
  border-color: #dbdbdb;
}

#sidebar .carousel-indicators li:hover {
  background: #dbdbdb;
}

#sidebar .carousel-indicators {
  bottom: 16px;
  height: 14px;
  left: 10px;
  margin: 0 auto;
  text-align: left;
}

#sidebar .carousel.slide {
  margin: 0;
}

#sidebar .carousel-inner .item img {
  width: 100%;
}

#sidebar {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 24px;
  border-left: 1px solid;
}

@media all and (max-width: 992px) {
  #sidebar {
    border-top: 1px solid;
    border-left: none;
  }
}

#sidebar-content {
  display: flex;
  position: sticky;
  flex-direction: column;
  width: 100%;
  top: 4rem;
  bottom: 4rem;
  overflow-y: auto;
  max-height: 1080px;
}

.sidebar-list {
  display: flex;
  flex-direction: column;
}


.comment-form-cookies-consent {
  font-size: 0.5rem;
}

.recentcomments {
  color: #878787;
}

.recentcomments a {
  font-style: italic;
}

/* accent color rules */
.accentbg,
.form-submit input {
  background-color: #ffd773;
}

.accentborder {
  border-color: #ffd773;
}

.bypostauthor h5 .postauthorcomment {
  display: inline-block;
  font-size: 11px;
  margin-left: 6px;
}

/* scroll to top button */
#scroll-to-top {
  display: none;
  width: 2rem;
  height: 2rem;
  background: url("img/backtotop.png") center center no-repeat transparent;
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  z-index: 99999999999;
  opacity: 0.35;
  transition: opacity 0.25s ease;
  animation: scrollComeIn 0.35s cubic-bezier(.84,.42,.36,.72);
}

@keyframes scrollComeIn  {
  0% {
    opacity: 0;
    transform: translate3d(0, 1rem, 0);
  }

  100% {
    opacity: 0.35;
    transform: translate3d(0, 0, 0);
  }
}

#scroll-to-top:hover {
  opacity: 0.75;
}

/* Media queries */
@media all and (max-width: 992px) {
  .navbar-toggle {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
  }

  #nav-search {
    display: none;
  }

  .header-lines-top #logo {
    border-bottom: 0;
  }

  .social-links a.dropdown-toggle {
    display: none;
  }

  #search-container {
    padding-right: 0;
  }

  #sidebar #author-top {
    padding: 16px 0 16px;
  }

  header.inline #logo img {
    max-height: 144px;
  }

  header.inline {
    justify-content: center;
  }
}

/* Media Queries */

@media (min-width: 576px) {
  .single .post {
    width: 100%;
  }
}

@media (max-width: 576px) {
}

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

  .single-post .sidepost {
    display: flex;
    position: fixed;
    z-index: 2;
    bottom: 2em;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    background: white;
    padding: 1rem 2rem;
    max-width: min-content;
    box-shadow: 1px 1px 50px -1px rgba(0,0,0,0.15);
    border-radius: 2px;
  }

  .single-post .inner .item {
    padding: 0;
    border: none;
  }

  .single-post .sidepost .inner {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    align-items: center;
    justify-content: center;
  }

  #sidebar {
    position: relative;
    z-index: 3;
    background: 8EA145; /*light-green*/
  }
}


@media (min-width: 992px) {
  #open-sidemenu {
    display: none;
  }
}

@media (max-width: 992px) {
  #header .top {
    flex-wrap: wrap;
    gap: 1rem;
  }

  #header .top > * {
      flex: 0 0 100%;
  }

  #header .top .social-links {
    position: relative;
    top: unset;
    transform: unset;
    right: unset;
  }

  #footer-sidebar {
    flex-direction: column;
  }

  #footer-sidebar > .widget {
    border-right: none;
    padding: 1rem 0;
    border-bottom: 1px solid var(--lineColor);
  }

  #footer-sidebar > .widget:first-child {
    padding: 0 0 1rem 0;
  }

  #footer-sidebar > .widget:last-child {
    padding: 0;
    border-bottom: none;
  }
}


@media (min-width: 1200px) {
  .sidepost.centered {
    padding-left: 1rem;
  }
}

@media (max-width: 1200px) {
}