/*
Theme Name: Zolog
Theme URI: https://www.honarsystems.com/zolog
Author: Honar Systems
Author URI: https://www.honarsystems.com/
Description: Zolog is a simple, light and beautiful blogging template for WordPress made by Honar Systems. Compatible with WooCommerce and Elementor. Responsive Design/ Mobile Friendly. SEO Friendly
Version: 1.0.2
Tested up to: 5.8
Requires PHP: 5.6
License: GNU General Prefer License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: zolog
Tags: grid-layout, one-column, left-sidebar, right-sidebar, custom-background, custom-logo, custom-menu, featured-images, editor-style, translation-ready, footer-widgets, custom-colors, custom-header, theme-options, threaded-comments, blog, news
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Screenshot image is a collage of actual sites created using the Zolog WordPress Theme.
Images that appear in the collage are licensed under CC0.

Screenshot images are all licensed under Creative Commons Zero (CC0) ( https://pxhere.com/en/license )
https://pxhere.com/en/photo/1571887
https://pxhere.com/en/photo/948941
https://pxhere.com/en/photo/492231
https://pxhere.com/en/photo/1569033
https://pxhere.com/en/photo/1626597
https://pxhere.com/en/photo/1275932
https://pxhere.com/en/photo/603331
https://pxhere.com/en/photo/778472
https://pxhere.com/en/photo/857928
https://pxhere.com/en/photo/787334
https://pxhere.com/en/photo/719763
https://pxhere.com/en/photo/839026

Zolog uses Lato and Courgette Google font for default
These fonts are licensed under the Open Font License (https://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL).
You can use them freely in your products & projects - print or digital, commercial or otherwise. However, you can't sell the fonts on their own.
License: https://fonts.google.com/specimen/Lato?query=lato#license
Source: https://fonts.google.com/specimen/Lato
License: https://fonts.google.com/specimen/Courgette?query=Courgette#license
Source: https://fonts.google.com/specimen/Courgette

== Copyright ==

Zolog WordPress Theme, 2021 WordPress.org
Zolog is distributed under the terms of the GNU GPL.

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 2 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
*/

/*
 * Content Table

 * General CSS
 * Theme CSS
 * Blog
 * Post
 * 404
 * Footer
 * Copy Right
 * Media
 */

/***********General CSS*********/
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration-thickness: 1px;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 2 */
  text-decoration-style: dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  height: auto;
  max-width: 100%;
}

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
  outline: none;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html,
body,
input,
textarea {
  padding: 0;
  font-family: DM Sans, SansSerif;
}

div {
  padding: 0;
}

* {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  word-wrap: anywhere;
  white-space: inherit;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:focus-visible {
  border: 2px solid var(--hs-header-color) !important;
  outline: none;
}

input[type="submit"]:focus,
button:focus,
.btn:focus {
  outline: none;
}

/*********Theme CSS*******/

body {
  font-family: var(--hs-text-font-family);
  font-size: var(--hs-text-font-size);
  color: var(--hs-text-color);
  background-color: var(--hs-background-color);
  letter-spacing: var(--hs-text-letter-space);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--hs-header-font-family);
  line-height: var(--hs-header-line-height);
  letter-spacing: var(--hs-header-letter-space);
  color: var(--hs-header-color);
}

input:not([type="button"]):not([type="submit"]),
textarea {
  border: 1px solid;
  border-color: var(--hs-background-accent);
  background: transparent;
  color: var(--hs-header-color);
}

a,
button {
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
}

.zolog-content [type="submit"],
.zolog-content .btn {
  text-decoration: none;
  padding: 10px 15px;
  border: 1px solid var(--hs-theme-color);
  background: var(--hs-theme-color);
  color: var(--hs-background-color);
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 0;
  -webkit-border-radius: 0;
  cursor: pointer;
  display: inline-block;
}

.zolog-content [type="submit"]:hover,
.zolog-content .btn:hover {
  background: var(--hs-background-color);
  color: var(--hs-theme-color);
}

.zolog-content input:not([type="submit"]):not([type="button"]),
.zolog-content textarea {
  padding: 10px;
  border: 1px solid var(--hs-background-accent);
}

.zolog-content a {
  color: var(--hs-theme-color);
}

.zolog-content a:hover {
  color: var(--hs-text-color);
}

.skip-link {
  top: -100%;
  z-index: 100000;
}

.zolog-arrow {
  color: var(--hs-text-color);
}

.zolog-arrow:hover {
  color: var(--hs-header-color);
}

.to-top {
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: 35px;
  height: 35px;
  border: none;
  background: var(--hs-background-color);
  cursor: pointer;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  z-index: 99999;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}

.zolog-boxed {
  margin: 0 auto;
  width: 1200px;
}

.zolog-flex {
  display: flex;
}

.zolog-flex.flex-2 > * {
  width: 50%;
}

.zolog-center {
  align-items: center;
}

/*** gutenberg css ***/
.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

/*** content css ***/
.entry-content * {
  max-width: 100%;
  overflow: hidden;
}

.entry-content > * {
  margin-left: 0;
  margin-right: 0;
  clear: both;
}
.entry-content figure {
  margin: 5px 0;
}

.entry-content blockquote,
.entry-content q {
  position: relative;
  padding: 0 0 0 46px !important;
  border: none;
}

.entry-content blockquote.has-text-align-right,
.entry-content q.has-text-align-right {
  padding: 0 46px 0 0 !important;
}

.entry-content blockquote cite {
  color: var(--hs-theme-color);
}

.entry-content blockquote::before {
  content: "“";
  font-family: var(--hs-header-font-family);
  font-size: 64px;
  line-height: 1;
  position: absolute;
  top: -4px;
  left: 0;
  color: var(--hs-theme-color);
}

.entry-content blockquote.has-text-align-right::before,
.entry-content q.has-text-align-right::before {
  right: 5px;
  left: inherit;
}

.entry-content select {
  border: 1px solid var(--hs-theme-color);
  padding: 5px;
  background: transparent;
}

.entry-content table {
  width: 100%;
}

.entry-content table th,
.entry-content table td {
  padding: 5px;
}

.entry-content table th,
.entry-content table th a {
  font-weight: 700;
  color: var(--hs-background-color);
  background: var(--hs-theme-color);
}

.entry-content hr {
  color: var(--hs-theme-color);
}

.entry-content pre {
  border-radius: 0;
  -webkit-border-radius: 0;
  border-color: var(--hs-theme-color);
}

.entry-content .wp-block-pullquote {
  border-color: var(--hs-text-color);
}

.entry-content .gallery {
  display: flex;
  flex-wrap: wrap;
}

.entry-content .gallery-columns-1 > figure {
  width: 100%;
}

.entry-content .gallery-columns-2 > figure {
  width: 50%;
}

.entry-content .gallery-columns-3 > figure {
  width: 33.333333%;
}

.entry-content .gallery-columns-4 > figure {
  width: 25%;
}

.entry-content .gallery-columns-5 > figure {
  width: 20%;
}

.entry-content .gallery-columns-6 > figure {
  width: 16.666666%;
}

.entry-content .gallery-columns-7 > figure {
  width: 14.28%;
}

.entry-content .gallery-columns-8 > figure {
  width: 12.5%;
}

.entry-content .gallery-columns-9 > figure {
  width: 11.111111%;
}

.entry-content .gallery-columns-1 > figure,
.entry-content .gallery-columns-2 > figure,
.entry-content .gallery-columns-3 > figure,
.entry-content .gallery-columns-4 > figure,
.entry-content .gallery-columns-5 > figure,
.entry-content .gallery-columns-6 > figure,
.entry-content .gallery-columns-7 > figure,
.entry-content .gallery-columns-8 > figure,
.entry-content .gallery-columns-9 > figure {
  text-align: center;
}

/*** wp widgets ***/
.entry-content .wp-block-cover-text {
  background: var(--hs-background-color-opacity);
}

.widget_archive ul,
.widget_categories ul,
.widget_pages ul,
.widget_meta ul,
.widget_recent_comments ul,
.widget_recent_entries ul,
.widget_rss ul,
.wp-block-archives-list,
.wp-block-latest-posts,
.wp-block-rss,
.widget_product_categories ul,
.wp-block-page-list,
.wp-block-page-list ul,
.wp-block-latest-comments,
.wp-block-categories {
  list-style: none;
  padding: 0;
  margin: 0;
  clear: both;
}

.widget_pages ul li,
.widget_recent_comments ul li,
.widget_recent_entries ul li,
.widget_rss ul li,
.wp-block-archives-list li,
.wp-block-latest-posts ul li,
.wp-block-rss ul li,
.widget_product_categories ul li .wp-block-archives-list ul li,
.widget_categories ul li,
.widget_archive ul li,
.widget_meta ul li,
.wp-block-page-list li,
.wp-block-latest-comments li,
.wp-block-categories li{
  padding: 5px 0;
  border-bottom: 1px solid var(--hs-theme-color);
  position: relative;
  text-align: right;
  overflow: hidden;
  text-transform: capitalize;
}

.widget_recent_comments ul li,
.widget_recent_entries ul li,
.widget_rss ul li,
.wp-block-latest-posts li,
.wp-block-rss li,
.wp-block-page-list li,
.wp-block-latest-comments li,
.wp-block-categories li {
  text-align: left;
}

.widget_archive ul ul a::before,
.widget_categories ul ul a::before,
.widget_pages ul ul a::before,
.widget_meta ul ul a::before,
.widget_recent_comments ul ul a::before,
.widget_recent_entries ul ul a::before,
.widget_rss ul ul a::before,
.wp-block-archives-list ul a::before,
.widget_product_categories ul a::before,
.wp-block-page-list ul a::before,
.wp-block-categories ul a::before {
  content: "\f139";
  padding: 0 7px 0 0;
  font-family: dashicons;
}

.widget_archive ul ul li,
.widget_categories ul ul li,
.widget_pages ul ul li,
.widget_meta ul ul li,
.widget_recent_comments ul ul li,
.widget_recent_entries ul ul li,
.widget_rss ul ul li,
.wp-block-archives-list ul li,
.widget_product_categories ul li,
.wp-block-page-list ul li,
.wp-block-categories ul li {
  border: none;
}

.widget_archive ul li a,
.widget_categories ul li a,
.widget_pages ul li a,
.widget_meta ul li a,
.wp-block-archives-list li a,
.widget_product_categories li a,
.wp-block-page-list li a,
.wp-block-categories li a {
  float: left;
  text-decoration: none;
  color: var(--hs-header-color);
}

.wp-block-latest-comments li a{
  text-decoration: none;
  color: var(--hs-header-color);
}

.widget_archive ul li a:hover,
.widget_categories ul li a:hover,
.widget_pages ul li a:hover,
.widget_meta ul li a:hover,
.wp-block-archives-list li a:hover,
.widget_product_categories li a:hover,
.wp-block-page-list li a:hover,
.wp-block-latest-comments li a:hover,
.wp-block-categories li a:hover {
  color: var(--hs-theme-color);
}

.widget_recent_comments a,
.widget_recent_entries a,
.widget_text a,
.widget_rss a,
.widget_tag_cloud a {
  text-decoration: none;
}

.wp-block-latest-comments {
  padding: 0;
}

.wp-block-latest-posts li {
  padding: 5px 0;
  border-bottom: 1px solid var(--hs-theme-color);
}

.widget_tag_cloud a {
  border: 1px solid var(--hs-theme-color);
  padding: 3px;
  text-decoration: none;
  font-size: 12px !important;
  margin: 0 2px 4px 0;
  text-transform: uppercase;
  display: inline-block;
  color: var(--hs-header-color);
}

.widget_tag_cloud a:hover {
  color: var(--hs-theme-color);
}

.widget_nav_menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.widget_nav_menu a {
  padding: 10px 0;
  text-decoration: none;
  color: var(--hs-header-color);
  text-transform: capitalize;
  border-bottom: 1px solid var(--hs-theme-color);
  display: flex;
}

.widget_nav_menu .sub-menu a::before {
  content: "\f139";
  padding: 0 7px 0 0;
  font-family: dashicons;
}

.wp-block-latest-posts a {
  color: var(--hs-header-color);
  text-decoration: none;
}

.wp-block-latest-posts a:hover {
  color: var(--hs-theme-color);
}

.widget_recent_comments ol {
  margin: 0;
}

.widget_recent_comments ol li {
  border-bottom: 1px solid var(--hs-theme-color);
}

.wp-block-calendar a {
  text-decoration: none;
}

.wp-block-calendar table th {
  background: var(--hs-theme-color);
  color: var(--hs-background-color);
}

.widget_search form {
  display: flex;
}

.widget_search input {
  width: 100%;
}

.wp-block-calendar table caption,
.wp-block-calendar table tbody,
.wp-block-rss__item-author,
.wp-block-rss__item-publish-date {
  color: inherit;
}

/*** header ***/
.site-header {
  box-shadow: 0 0 7px -2px var(--hs-header-color);
}
/*** header top ***/
.header-top {
  background-color: var(--hs-background-accent);
  padding: 7px 0;
}

.header-top .menu {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
}

.header-top .menu a {
  display: inline-block;
  padding: 0 5px 0 0;
  text-decoration: none;
  color: var(--hs-text-color);
}

.header-top .menu a:hover {
  color: var(--hs-theme-color);
}

.header-top .menu span {
  font-size: 17px;
}

/*** search box ***/
.search-box-responsive-icon {
  display: none;
}
.search-box-responsive {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  background: var(--hs-background-color);
  z-index: 999999;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  visibility: hidden;
  opacity: 0;
}

.search-box-responsive .close {
  text-align: center;
  padding: 30px;
}

.search-box-responsive .close span {
  font-size: 36px;
  color: var(--hs-theme-color);
}

.search-box-responsive .search-box-form {
  width: 100%;
}

.search-box-responsive .search-box-form form {
  width: 100%;
  display: flex;
  padding: 15px;
}

.search-box-responsive .search-box-form input {
  width: 100%;
  padding: 10px 15px;
  border: 1px solid var(--hs-background-accent);
}

.search-box-responsive .search-box-form button {
  text-decoration: none;
  padding: 10px 15px;
  border: 1px solid var(--hs-theme-color);
  background: var(--hs-theme-color);
  color: var(--hs-background-color);
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 0;
  -webkit-border-radius: 0;
  cursor: pointer;
  display: inline-block;
}

.header-top .search-box {
  text-align: right;
}

.search-box .search-box-form {
  display: inline-block;
}

.search-box .search-form {
  display: flex;
}

.header-top .search-field {
  background: transparent;
  border: none !important;
  border-bottom: 1px solid var(--hs-text-color) !important;
  padding: 5px;
}

.header-top .search-submit {
  border: none;
  padding: 5px;
  border-bottom: 1px solid var(--hs-text-color);
  background: transparent;
  cursor: pointer;
  color: var(--hs-text-color);
}

.header-top .search-submit:hover {
  color: var(--hs-theme-color);
}

.header-top .search-submit span {
  width: auto;
  height: auto;
}

/*** main menu ***/
.zolog-header {
  display: flex;
  padding: 15px 0;
}

.zolog-header .main-menu,
.zolog-header > div:last-child {
  width: 25%;
}

.menu-show {
  left: 0 !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.main-menu .mobile-btn {
  color: var(--hs-header-color);
  cursor: pointer;
}

.main-menu .mobile-btn:hover {
  color: var(--hs-theme-color);
}

.main-menu .mobile-btn span {
  font-size: 28px;
}

.main-nav {
  position: fixed;
  top: 0;
  left: -30%;
  background: var(--hs-background-color);
  height: 100%;
  width: 30%;
  padding: 50px 30px 30px 30px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  z-index: 999999;
  border-right: 1px solid var(--hs-theme-color);
  overflow-y: auto;
  visibility: hidden;
  opacity: 0;
}

.main-nav:focus-within{
  border: 2px solid var(--hs-theme-color);
}

.main-nav .close:hover {
  color: var(--hs-theme-color);
  cursor: pointer;
}

.main-nav .close span {
  font-size: 50px;
  height: 50px;
  width: 50px;
}

.main-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.main-nav ul a {
  display: block;
  padding: 15px 0;
  text-decoration: none;
  color: var(--hs-header-color);
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  border-bottom: 1px solid var(--hs-background-accent);
  display: flex;
  align-items: center;
}

.main-nav ul a:hover {
  color: var(--hs-theme-color);
  padding-left: 5px;
}

.main-nav ul .sub-menu a::before {
  content: "\f139";
  padding: 0 7px 0 0;
  font-family: dashicons;
}

/*** logo ***/
.zolog-header .logo {
  width: 50%;
  text-align: center;
}

.site-title,
.site-title a {
  text-decoration: none;
  color: var(--hs-theme-color);
  text-transform: uppercase;
  font-family: var(--hs-header-font-family);
  font-weight: 700;
  font-size: 36px;
  margin: 0;
}

.site-description {
  margin: 0;
  text-transform: capitalize;
  padding: 5px;
  font-size: 15px;
  font-weight: 400;
  position: relative;
  display: inline-block;
  color: var(--hs-header-color);
}

.site-description::before {
  content: "";
  width: 70px;
  height: 2px;
  background: var(--hs-theme-color);
  position: absolute;
  left: -75px;
  top: 50%;
  border-radius: 44px;
  opacity: 0.7;
}

.site-description::after {
  content: "";
  width: 70px;
  height: 2px;
  background: var(--hs-theme-color);
  position: absolute;
  right: -75px;
  top: 50%;
  border-radius: 44px;
  opacity: 0.7;
}

/********* blog **********/
.zolog-content {
  display: flex;
  padding: 30px 0;
}

.zolog-content .sidebar-left {
  padding: 0 30px 0 0;
}
.zolog-content .sidebar-right {
  padding: 0 0 0 30px;
}

.zolog-content .sidebar .widget {
  margin-bottom: 30px;
  clear: both;
  overflow: hidden;
}
/*** widgets areas ***/
.home-before-content .widget,
.home-after-content .widget,
.before-footer .widget {
  margin-bottom: 60px;
}

.home-before-content .widget:first-child .widget-title {
  margin-top: 30px;
}
/*** posts ***/
.zolog-entries .posts {
  display: flex;
  flex-wrap: wrap;
}
.zolog-entries .posts article {
  width: 50%;
  padding: 0 15px 30px 0px;
}

.zolog-entries .posts article:nth-child(2n + 2) {
  padding: 0 0 15px 15px;
}

.zolog-entries .posts article:nth-child(2n + 2)::after {
  clear: both;
  content: "";
}

.zolog-entries .posts article .post-thumbnail,
.zolog-entries .posts article .entry-categories,
.zolog-entries .posts article .entry-title,
.zolog-entries .posts article .entry-meta,
.zolog-entries .posts article .entry-content,
.zolog-entries .posts article .entry-read-more {
  margin-bottom: 15px;
}

.zolog-entries .posts article .post-thumbnail {
  position: relative;
}

.zolog-entries .posts article .post-thumbnail a {
  display: block;
  max-width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.zolog-entries .posts article .post-thumbnail span {
  position: absolute;
  top: calc(50% - 22px);
  left: calc(50% - 22px);
}

.zolog-entries .posts article .post-thumbnail span::before {
  color: var(--hs-background-color);
  border: 2px solid var(--hs-background-color);
  padding: 10px;
  border-radius: 100%;
  -webkit-border-radius:100%;
  background: var(--hs-header-color-opacity);
  display: inline-block;
}

.zolog-entries .posts article .entry-categories {
  margin-bottom: 12px;
}

.zolog-entries .posts article .entry-categories a {
  display: inline-block;
  text-decoration: none;
  text-transform: capitalize;
  font-size: 12px;
  color: var(--hs-theme-color);
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 3px;
}

.zolog-entries .posts article .entry-categories a:hover {
  color: var(--hs-text-color);
}

.zolog-entries .posts article .entry-categories a:not(:last-child)::after {
  content: "|";
  padding: 0 10px;
  color: var(--hs-text-color);
  font-weight: 400;
}

.zolog-entries .posts article .entry-title {
  margin-top: 0;
}

.zolog-entries .posts article .entry-title a {
  text-transform: capitalize;
  text-decoration: none;
  color: var(--hs-header-color);
  font-size: 25px;
  font-weight: 400;
}

.zolog-entries .posts article .entry-meta {
  text-transform: capitalize;
  font-size: 12px;
}
.zolog-entries .posts article .entry-date::before {
  content: "|";
  color: var(--hs-theme-color);
  padding: 0 10px;
}

.zolog-entries .posts article .entry-content {
  text-align: justify;
  font-size: 13px;
}

.zolog-entries .posts article .entry-content p {
  margin-top: 0;
}

.zolog-entries .posts article .entry-read-more a {
  color: var(--hs-theme-color);
  text-decoration: none;
  text-transform: capitalize;
  font-size: 15px;
  letter-spacing: 1px;
  background: transparent;
  border: none;
  padding: 0;
}

.zolog-entries .posts article .entry-read-more a:hover {
  color: var(--hs-text-color);
}

.zolog-entries .pagination {
  clear: both;
}

.zolog-entries .pagination .nav-links,
.zolog-content .page-links,
.comment-pagination {
  display: flex;
  align-items: center;
}

.zolog-entries .pagination .nav-links > a,
.zolog-entries .pagination .nav-links > span,
.zolog-content .page-links > a,
.zolog-content .page-links > span,
.comment-pagination > .page-numbers {
  color: var(--hs-theme-color);
  text-decoration: none;
  display: inline-block;
  padding: 10px;
  text-transform: capitalize;
}

.zolog-entries .pagination .nav-links > span,
.zolog-entries .pagination .nav-links > a:hover,
.zolog-content .page-links > span,
.zolog-content .page-links > a:hover,
.comment-pagination > span.page-numbers,
.comment-pagination > a.page-numbers:hover {
  color: var(--hs-text-color);
}

/************** post ***************/
.zolog-content article.post .entry-categories,
.zolog-content article.post .entry-title,
.zolog-content article.post .entry-meta,
.zolog-content article.post .entry-content,
.zolog-content article.post .entry-tags,
.zolog-content article.post .entry-navigation,
.zolog-content article.post .entry-avatar,
.zolog-content article.post .related-posts,
.zolog-content article.post .entry-comment {
  clear: both;
  margin-bottom: 15px;
}
.zolog-content article .entry-categories {
  margin-bottom: 11px;
}
.single .post-thumbnail,
.page .post-thumbnail {
  width: 100%;
  height: 75vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.single .entry-categories a {
  padding: 5px 15px;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  color: var(--hs-background-color);
  background: var(--hs-theme-color);
  font-size: 9px;
  margin-right: 2px;
  margin-bottom: 4px;
}

.single .entry-title,
.page .entry-title {
  margin-top: 0;
  text-transform: capitalize;
}

.single .entry-meta,
.page .entry-meta {
  font-size: 10px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.single .entry-comment-count::before,
.page .entry-comment-count::before {
  content: "-";
  padding: 0 10px;
}

.single .entry-content,
.page .entry-content {
  text-align: justify;
}

.single .entry-tags .tag-title {
  background: var(--hs-text-color);
  color: var(--hs-background-color);
  padding: 2px 5px;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: inline-block;
}

.single .entry-tags a {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 10px;
  padding: 0 10px;
  color: var(--hs-theme-color);
  display: inline-block;
}

.single .entry-tags a:hover {
  color: var(--hs-text-color);
}

.single .entry-navigation,
.page .entry-navigation {
  display: flex;
  padding: 15px 0 0 0;
  border-top: 1px solid var(--hs-background-accent);
}

.single .entry-navigation .pre-post,
.single .entry-navigation .next-post,
.page .entry-navigation .pre-post,
.page .entry-navigation .next-post {
  width: 50%;
  color: var(--hs-text-color);
  text-transform: capitalize;
  font-size: 12px;
}

.single .entry-navigation .next-post,
.page .entry-navigation .next-post {
  text-align: right;
}

.single .entry-navigation a,
.page .entry-navigation a {
  display: block;
  padding: 10px 0 0 0;
  font-size: 18px;
  text-decoration: none;
  text-transform: capitalize;
  color: var(--hs-theme-color);
  letter-spacing: 1px;
  font-family: var(--hs-header-font-family);
}

.single .entry-navigation a:hover,
.page .entry-navigation a:hover {
  color: var(--hs-header-color);
}

.single .entry-avatar {
  border-top: 1px solid var(--hs-background-accent);
  padding: 15px 0 0 0;
  display: flex;
  align-items: center;
}

.single .entry-avatar .author-avatar {
  width: 100px;
}

.single .entry-avatar .author-meta {
  width: calc(100% - 100px);
  padding: 0 0 0 30px;
}

.single .entry-avatar .author-name a {
  display: block;
  padding: 0 0 10px 0;
  font-size: 18px;
  text-decoration: none;
  text-transform: capitalize;
  color: var(--hs-theme-color);
  letter-spacing: 1px;
  font-family: var(--hs-header-font-family);
}

.single .entry-avatar .author-name a:hover {
  color: var(--hs-text-color);
}

.single .entry-avatar .author-description {
  text-align: justify;
}

.single .related-posts {
  padding: 15px 0 0 0;
  border-top: 1px solid var(--hs-background-accent);
}

.single .related-posts .posts {
  display: flex;
}

.single .related-posts .related-post {
  width: 33.333333%;
  padding: 0 8px;
}

.single .related-posts .related-post:last-child {
  padding: 0 0 0 15px;
}

.single .related-posts .related-post:first-child {
  padding: 0 15px 0 0;
}

.single .related-posts .related-post-thumbnail {
  display: block;
  max-width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.single .related-posts .related-post-title {
  margin: 0;
}

.single .related-posts .related-post-title a {
  display: block;
  padding: 10px 0 0 0;
  font-size: 18px;
  text-decoration: none;
  text-transform: capitalize;
  color: var(--hs-theme-color);
  letter-spacing: 1px;
}

.single .related-posts .related-post-title a:hover {
  color: var(--hs-text-color);
}

.single .entry-comment .comments-area .comment-respond,
.page .entry-comment .comments-area .comment-respond {
  padding: 15px 0 0 0;
  border-top: 1px solid var(--hs-background-accent);
}

.single .entry-comment .comment-reply-title,
.page .entry-comment .comment-reply-title {
  font-weight: 400;
  font-size: 20px;
  margin: 0 0 15px 0;
}

.single .entry-comment .comment-respond a,
.page .entry-comment .comment-respond a {
  color: var(--hs-theme-color);
  text-decoration: none;
}

.single .entry-comment .comment-respond a:hover,
.page .entry-comment .comment-respond a:hover {
  color: var(--hs-text-color);
}

.single .entry-comment .comment-form input:not(.submit),
.single .entry-comment .comment-form textarea,
.page .entry-comment .comment-form input:not(.submit),
.page .entry-comment .comment-form textarea {
  padding: 10px;
  border: 1px solid var(--hs-background-accent);
  width: 100%;
}

.single .entry-comment .comment-form textarea,
.page .entry-comment .comment-form textarea {
  min-height: 120px;
}

.single .entry-comment .comment-respond,
.page .entry-comment .comment-respond {
  padding-bottom: 15px;
}

.single .entry-comment .comments-title,
.page .entry-comment .comments-title {
  position: relative;
  font-weight: 400;
  font-size: 20px;
  text-transform: capitalize;
  display: flex;
  text-align: center;
  align-items: center;
  margin: 15px 0 0 0;
}

.single .entry-comment .comments-title span,
.page .entry-comment .comments-title span {
  position: relative;
  padding: 0 10px 0 0;
  flex-grow: 1;
  border: 1px solid var(--hs-theme-color);
  height: 0;
  margin-left: 15px;
}

.single .entry-comment .comment-list .comment-body,
.page .entry-comment .comment-list .comment-body {
  display: flex;
}

.single .entry-comment .comment-list .comment-body .avatar,
.page .entry-comment .comment-list .comment-body .avatar {
  width: 70px;
}

.single .entry-comment .comment-list .comment-body .comment-author,
.page .entry-comment .comment-list .comment-body .comment-author {
  width: calc(100% - 70px);
  padding: 0 0 0 30px;
}

.single .entry-comment .comment-list .trackback .comment-body .comment-author,
.page .entry-comment .comment-list .trackback .comment-body .comment-author {
  padding: 0;
}

.single .entry-comment .comment-list .comment-body .comment-author .name,
.single .entry-comment .comment-list .comment-body .comment-author .name a,
.page .entry-comment .comment-list .comment-body .comment-author .name,
.page .entry-comment .comment-list .comment-body .comment-author .name a {
  font-weight: 400;
  font-size: 20px;
  margin: 0;
  font-family: var(--hs-header-font-family);
  text-transform: capitalize;
  text-decoration: none;
  width: 80%;
}

.single .entry-comment .comment-list .comment-body .comment-author .name,
.page .entry-comment .comment-list .comment-body .comment-author .name {
  color: var(--hs-header-color);
}

.single .entry-comment .comment-list .comment-body .comment-author a,
.page .entry-comment .comment-list .comment-body .comment-author a {
  color: var(--hs-theme-color);
  text-decoration: none;
  font-size: 12px;
}

.single .entry-comment .comment-list .comment-body .comment-author a:hover,
.page .entry-comment .comment-list .comment-body .comment-author a:hover {
  color: var(--hs-header-color);
}

.single .entry-comment .comment-list .comment-author .comment-metadata,
.page .entry-comment .comment-list .comment-author .comment-metadata {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

.single .entry-comment .comment-list .comment-author .comment-metadata a,
.page .entry-comment .comment-list .comment-author .comment-metadata a {
  text-decoration: none;
  text-transform: capitalize;
  font-size: 12px;
  color: var(--hs-theme-color);
}

.single .entry-comment .comment-list .comment-reply,
.page .entry-comment .comment-list .comment-reply {
  text-align: right;
  width: 20%;
}

.single .entry-comment .comment-list .comment-reply a,
.page .entry-comment .comment-list .comment-reply a {
  text-transform: uppercase !important;
  letter-spacing: 1px;
}

.single .entry-comment .comment-list .comment-author .comment-content,
.page .entry-comment .comment-list .comment-author .comment-content {
  text-align: justify;
}

.single .entry-comment .comment-list .comment-author .comment-content p,
.page .entry-comment .comment-list .comment-author .comment-content p {
  margin: 15px 0 0 0;
}

.single .entry-comment .comment-list .children,
.page .entry-comment .comment-list .children {
  margin: 0;
}

.single .entry-comment .comment-list .comment,
.page .entry-comment .comment-list .comment,
.single .entry-comment .comment-list .trackback,
.page .entry-comment .comment-list .trackback {
  padding-top: 15px;
  border-top: 1px solid var(--hs-background-accent);
}

.single .entry-comment .comment-list > .comment:first-child,
.page .entry-comment .comment-list > .comment:first-child,
.single .entry-comment .comment-list > .trackback:first-child,
.page .entry-comment .comment-list > .trackback:first-child {
  border: none;
}
/******** 404 ***********/
.error404 .entry-title {
  text-align: center;
  font-size: 75px;
}

.error404 .entry-content {
  text-align: center;
}

.error404 .entry-content .search-box-form {
  display: flex;
}

.error404 .entry-content .search-form {
  display: flex;
  margin: 15px auto;
}

.error404 .entry-content .search-form .search-field {
  width: 300px;
}

.error404 .entry-content a {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
}
/************* footer ***********/
.site-footer {
  background: var(--hs-background-accent);
}
.site-footer .inner-footer {
  padding: 60px 0;
  display: flex;
}

.site-footer .footer {
  width: 33.333333%;
  margin: 0 15px;
}

.site-footer .footer:first-child {
  margin: 0 15px 0 0;
}

.site-footer .footer:last-child {
  margin: 0 0 0 15px;
}

/*** zolog widgets ***/
.widget-title {
  position: relative;
  font-weight: 400;
  font-size: 20px;
  text-transform: capitalize;
  display: flex;
  text-align: center;
  align-items: center;
  margin: 0 0 15px 0;
}

.widget-title span {
  position: relative;
  padding: 0 10px 0 0;
  flex-grow: 1;
  border: 1px solid var(--hs-theme-color);
  height: 0;
  margin-left: 15px;
}

/*********** copyright *************/
.site-copyright {
  padding: 15px 0;
  border-top: 1px solid var(--hs-text-color);
}
.site-copyright .social-media {
  text-align: right;
}
.site-copyright .social-media ul {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0;
}

.site-copyright .social-media ul li {
  float: left;
}

.site-copyright .social-media a {
  padding: 0 0 0 15px;
  color: var(--hs-text-color);
  text-decoration: none;
  display: flex;
  align-items: center;
  text-transform: capitalize;
  font-size: 13px;
  font-weight: 400;
}

.site-copyright .social-media a:hover {
  color: var(--hs-theme-color);
}

.site-copyright .social-media a span {
  color: var(--hs-theme-color);
  padding-right: 5px;
  font-size: 15px;
  height: 15px;
}

/************** media **************/
@media (max-width: 1200px) {
  .zolog-boxed {
    max-width: 100% !important;
  }

  .header-top {
    padding: 7px;
  }

  .zolog-header {
    padding: 15px 7px;
  }

  .main-nav {
    padding: 15px 7px;
  }

  .zolog-content,
  .site-footer,
  .site-copyright {
    padding-left: 7px;
    padding-right: 7px;
  }
}
@media (max-width: 991px) {
  .main-nav {
    left: -50%;
    width: 50%;
  }

  .zolog-entries .posts article,
  .zolog-entries .posts article:nth-child(2n + 2) {
    clear: both;
    width: 100%;
    padding: 0 0 30px 0;
  }

  .zolog-entries .posts article .entry-categories,
  .zolog-entries .posts article .entry-title,
  .zolog-entries .posts article .entry-meta,
  .zolog-entries .posts article .entry-content,
  .zolog-entries .posts article .entry-read-more {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .header-top .search-box {
    display: none;
  }

  .header-top .search-box-responsive-icon {
    text-align: right;
    display: block;
  }

  .zolog-header .logo {
    width: 75%;
  }

  .zolog-header > div:last-child {
    display: none;
  }

  .main-nav {
    left: -100%;
    width: 100%;
    padding: 15px 7px;
  }

  .zolog-content {
    flex-wrap: wrap;
  }

  .zolog-entries,
  .zolog-content .sidebar {
    width: 100%;
    padding: 0;
  }

  .zolog-content .sidebar {
    order: 2;
  }

  .site-footer {
    flex-wrap: wrap;
  }

  .site-footer .footer,
  .site-footer .footer:first-child,
  .site-footer .footer:last-child {
    margin: 0;
    width: 100%;
  }

  .site-copyright {
    flex-wrap: wrap;
  }

  .site-copyright > div {
    width: 100% !important;
    padding: 0 7px 15px 7px;
    text-align: center !important;
  }

  .site-copyright .social-media ul li {
    padding: 10px 0 0 0;
  }

  .single .post-thumbnail,
  .page .post-thumbnail {
    height: 100vw;
  }

  .single .entry-content,
  .page .entry-content {
    margin-top: 20px;
  }

  .single .entry-avatar {
    flex-wrap: wrap;
  }

  .single .entry-avatar .author-avatar,
  .single .entry-avatar .author-meta {
    width: 100%;
    text-align: center;
    padding: 0;
  }

  .single .entry-avatar .author-description {
    text-align: center;
  }

  .single .related-posts .posts {
    flex-wrap: wrap;
  }

  .single .related-posts .related-post,
  .single .related-posts .related-post:first-child,
  .single .related-posts .related-post:last-child {
    width: 100%;
    padding: 0;
  }

  .single .entry-comment .comment-list .comment-body,
  .page .entry-comment .comment-list .comment-body {
    flex-wrap: wrap;
  }

  .single .entry-comment .comment-list .comment-body .avatar,
  .page .entry-comment .comment-list .comment-body .avatar {
    width: 100%;
  }

  .single .entry-comment .comment-list .comment-body .avatar img,
  .page .entry-comment .comment-list .comment-body .avatar img {
    width: 70px;
  }

  .single .entry-comment .comment-list .comment-body .comment-author,
  .page .entry-comment .comment-list .comment-body .comment-author {
    width: 100%;
    padding: 0;
  }

  .single .entry-comment .comment-list .children,
  .page .entry-comment .comment-list .children {
    padding: 0;
  }

  .error404 .entry-content .search-form {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .zolog-content .sidebar {
    width: 40%;
  }
}
