/*
Theme Name: Honrix
Theme URI: https://www.honarsystems.com/honrix
Author: Honar Systems
Author URI: https://www.honarsystems.com/
Description: Honrix is the ultimate ecommerce multipurpose WordPress theme for online stores. Whether you're selling clothing, electronics, garments, furniture, gadgets, beauty products & all types of store/website. With Honrix, you can create a stunning and professional looking online store in just a few clicks, It offers a customizable design, mobile-friendly interface, SEO optimization, Fully WooCommerce integration, one-click demo import, and fast loading times. Try Honrix to create a stunning online store.
Version: 1.0.9
Tested up to: 6.4
Requires PHP: 5.6
Requires at Least: 4.7
License: GPLv3 or later
License URI:  https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: honrix
Tags: one-column, two-columns, left-sidebar, right-sidebar, flexible-header, custom-background, custom-colors, custom-header, custom-menu,  custom-logo, featured-image-header, featured-images, footer-widgets, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, blog, e-commerce, portfolio, editor-style, grid-layout

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/***********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 */
}

/**
 * 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;
}

select {
  padding: 5px 10px;
  background: transparent;
  border: 1px solid #ddd;
  border-radius: 10px;
  -webkit-border-radius: 10px;
}

/**
 * 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,
input,
textarea {
  padding: 0;
}

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 #ccc !important;
  outline: none;
}

input[type="submit"]:focus,
button:focus,
.btn:focus {
  outline: none;
}

/*********WordPress CSS*****/
.skip-link {
  width: auto !important;
  height: auto !important;
  clip: initial !important;
  padding: 5px 15px !important;
  border-radius: 5px;
  z-index: 999999;
}

.skip-link:focus-within,
.skip-link:focus-visible {
  top: 32px;
  left: 32px;
  display: block;
}

/*********Honrix CSS******/
::-webkit-scrollbar {
  height: 12px;
  width: 10px;
  background: #cccccc;
}

* {
  scrollbar-width: thin;
  transition: 0.3s;
}

.w40px {
  width: 40px;
}

.honrix-rounded {
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

.honrix-is-mobile,
.honrix-is-mobile-flex {
  display: none !important;
}

.honrix-is-pc {
  display: block !important;
}

.honrix-is-pc.d-flex,
.honrix-is-pc-flex {
  display: flex !important;
}

@media (max-width: 991px) {
  .honrix-is-mobile {
    display: block !important;
  }

  .honrix-is-mobile-flex,
  .honrix-is-mobile.d-flex {
    display: flex !important;
  }

  .honrix-is-pc,
  .honrix-is-pc-flex {
    display: none !important;
  }
}

.entry-content a {
  text-decoration: underline;
}

@media (min-width:768px) and (max-width:991px) {
  .w-md-50 {
    width: 50% !important;
  }
}

/*** Spinner ***/
.spinner {
  width: 40px;
  height: 40px;
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}

.spinner svg {
  width: 40px;
  height: 40px;
  font-size: 40px;
}

@-webkit-keyframes rotating

/* Safari and Chrome */
  {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

#spinner {
  display: none;
  opacity: 0;
  transition: opacity .5s ease-out, visibility 0s linear .5s;
  z-index: 99999;
}

#spinner.show {
  transition: opacity .5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
  display: flex;
}

/*** Header ***/
.hrix-header-search-form form {
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

.hrix-header-search-form .hrix-header-search-select {
  width: 15%;
  cursor: pointer;
  padding: 10px 10px 10px 20px;
  outline-offset: -5px;
  border: none;
  border-right: 1px solid #eee;
}

.hrix-header-search-form .hrix-header-search-search-section {
  width: 85%;
}

.hrix-site-header .hrix-header-wishlist a .badge,
.hrix-site-header .hrix-header-mini-cart a .badge {
  font-size: 0.7rem;
}

.hrix-site-header .product-category-btn {
  justify-content: center;
  z-index: 0;
  border-radius: 5px 5px 0 0;
}

.hrix-site-header .product-category-btn .fa-chevron-right,
.hrix-site-header .product-category-btn .fa-chevron-down {
  width: 15px;
  height: 15px;
}

.hrix-site-header .product-category-menus {
  display: none;
  z-index: 2;
  width: 100%;
  height: 0;
  border: 1px solid #ccc;
  border-width: 0 1px 1px 1px;
  border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}

.hrix-site-header .product-category-menus.active {
  display: block;
  height: auto;
}

.hrix-site-header .product-category-menus a {
  display: block;
  padding: 10px 35px;
  border-bottom: 1px solid #ccc;
}

.hrix-site-header .product-category-menus ul li:last-child a {
  border: none;
}

@media (max-width:991px) {
  .hrix-header-search-form .hrix-header-search-select {
    padding: 10px 10px 10px 5px;
    border: 1px solid #eee;
  }

  .hrix-header-search-form .hrix-header-search-input {
    border-top: 1px solid #eee !important;
    border-bottom: 1px solid #eee !important;
  }

  .hrix-header-search-form .hrix-header-search-button {
    border: 1px solid;
  }
}

.main-nav:focus-within {
  border: 2px solid #ccc;
}

.hrix-site-header .hrix-header-menu .dropdown-toggle::after {
  display: none;
}

.hrix-site-header .hrix-header-menu .sub-menu{
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}

.hrix-site-header .hrix-header-menu .nav-item.dropdown a,
.hrix-site-header .hrix-header-menu .dropdown-item {
  display: flex;
  align-items: center;
  gap: 7px;
}

.hrix-site-header .hrix-header-menu .nav-item.dropdown a span,
.hrix-site-header .hrix-header-menu .dropdown-item span {
  width: calc(100% - 10px);
}

.hrix-site-header .hrix-header-menu .nav-item.dropdown a svg,
.hrix-site-header .hrix-header-menu .dropdown-item svg {
  width: 10px;
  height: 10px;
  display: flex;
  align-items: center;
}

.hrix-site-header .hrix-header-menu .sub-menu {
  padding: 0;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-border-radius: 0;
}

.hrix-site-header .hrix-header-menu .sub-menu>* {
  border-bottom: 1px solid #ccc;
}

.hrix-site-header .hrix-header-menu .sub-menu>*:last-child {
  border-bottom: none;
}

.hrix-site-header .hrix-header-menu .sub-menu .sub-menu {
  left: 100%;
  top: 0;
}

.hrix-site-header .hrix-header-menu .dropdown-item {
  padding: 5px 10px;
}

.hrix-site-header .hrix-header-menu .dropdown:focus-within>.sub-menu {
  visibility: visible;
  opacity: 1;
  display: block;
}

.hrix-header-minicart-context {
  position: fixed;
  top: 0px;
  right: -110%;
  z-index: 999999;
  visibility: hidden;
  opacity: 0;
  background-color: #000a;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}

.hrix-header-minicart-context.show-cart {
  right: 0;
  visibility: visible;
  opacity: 1;
}

.hrix-header-minicart-context>div {
  z-index: 999999;
  right: 0;
  width: 30%;
  overflow-y: auto;
}

/*********Theme CSS*******/
input:not([type="button"]):not([type="submit"]),
textarea {
  border: 1px solid;
  background: transparent;
}

a,
button {
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
}

.honrix-content [type="submit"],
.honrix-content .btn,
.entry-content button {
  text-decoration: none;
  padding: 10px 15px;
  border: 1px solid;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  cursor: pointer;
  display: inline-block;
}

.honrix-content input:not([type="submit"]):not([type="button"]),
.honrix-content textarea {
  padding: 10px;
  border: 1px solid;
}

.to-top {
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: 35px;
  height: 35px;
  border: none;
  cursor: pointer;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  z-index: 2;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}

/*** 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;
}

.alignwide {
  position: relative !important;
  width: 107% !important;
  max-width: 107% !important;
  margin-left: -4% !important;
}

/*** content css ***/
.entry-content * {
  max-width: 100%;
}

.entry-content>* {
  margin-left: 0;
  margin-right: 0;
  clear: both;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  margin: 15px 0;
}

.entry-content figure {
  margin: 5px 0;
}

.entry-content blockquote,
.entry-content q {
  position: relative;
  padding: 0 0 0 25px !important;
  border-left: 3px solid;
}

.honrix-entries .posts article .entry-content blockquote,
.honrix-entries .posts article .entry-content q {
  border: none;
  padding: 0 !important;
}

.entry-content blockquote.has-text-align-right,
.entry-content q.has-text-align-right {
  padding: 0 46px 0 0 !important;
}

.entry-content blockquote::before {
  content: "“";
  font-size: 143px;
  line-height: 1;
  position: absolute;
  top: 5%;
  left: 10%;
  opacity: 0.2;
}

.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;
  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;
}

.entry-content pre {
  border-radius: 0;
  -webkit-border-radius: 0;
}

.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 ***/

.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_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,
.widget_product_categories ul li {
  padding: 5px 0;
  border-bottom: 1px solid #ccc;
  position: relative;
  text-align: right;
  overflow: hidden;
  text-transform: capitalize;
  font-size: 0.85rem;
}

.widget_recent_entries ul.is-grid li {
  border-bottom: none;
}

.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 {
  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: "►";
  padding: 0 7px 0 0;
}

.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_nav_menu ul li {
  padding: 5px 0;
  border-bottom: 1px solid #ccc;
  text-transform: capitalize;
  font-size: 0.85rem;
}

.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;
}

.wp-block-latest-comments li a {
  text-decoration: none;
}

.widget_recent_comments a,
.widget_recent_entries a,
.widget_text a,
.widget_rss a,
.widget_tag_cloud a,
.wp-block-tag-cloud a,
.widget_product_tag_cloud a {
  text-decoration: none;
}

.wp-block-latest-comments {
  padding: 0;
}

.widget_tag_cloud a,
.wp-block-tag-cloud a,
.widget_product_tag_cloud a {
  border: 1px solid;
  padding: 3px;
  text-decoration: none;
  font-size: 12px !important;
  margin: 0 2px 4px 0;
  text-transform: uppercase;
  display: inline-block;
}

.widget_nav_menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.widget_nav_menu ul li {
  position: relative;
}

.widget_nav_menu .sub-menu {
  display: none;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  min-width: 250px;
}

.sidebar-right .widget_nav_menu .sub-menu {
  right: 100%;
}

.sidebar-left .widget_nav_menu .sub-menu {
  left: 100%;
}

.widget_nav_menu .menu-item-has-children:hover>.sub-menu {
  visibility: visible;
  opacity: 1;
  display: inline-block;
}

.widget_nav_menu a {
  padding: 5px 0;
  text-decoration: none;
  text-transform: capitalize;
  display: block;
}

.widget_nav_menu .sub-menu li:last-child>a,
.widget_nav_menu .honrix-mega-menu .sub-menu a {
  border-color: transparent;
}

.widget_nav_menu .sub-menu li a {
  padding-left: 15px;
  padding-right: 15px;
}

.widget_nav_menu .menu-item-has-children>a::before {
  content: "\25BA";
  padding: 0 7px 0 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.widget_nav_menu .honrix-mega-menu .menu-item-has-children>a::before {
  display: none;
}

.widget_media_gallery .gallery {
  display: flex;
  flex-wrap: wrap;
}

.widget_media_gallery .gallery.gallery-columns-3 .gallery-item {
  width: 33.333333%;
}

.calendar_wrap>table {
  width: 100%;
}

.calendar_wrap>table th,
.calendar_wrap>table td {
  border-bottom: 1px solid #ccc;
}

.wp-block-latest-posts li {
  padding: 5px 0;
}

.wp-block-latest-posts__featured-image {
  width: 30%;
  height: auto;
  float: left;
  border: 2px solid;
  border-radius: 10px;
  overflow: hidden;
}

.wp-block-latest-posts a {
  text-decoration: none;
  display: block;
}

.wp-block-latest-posts img {
  display: block;
}

.wp-block-latest-posts__list>li>a {
  padding: 0px 0 3px 15px;
  display: block;
  float: left;
  width: 70%;
  font-size: 130%;
  font-weight: 700;
  text-transform: capitalize;
}

.wp-block-latest-posts__list>li>div:not(.wp-block-latest-posts__featured-image),
.wp-block-latest-posts__list>li>time {
  padding: 0px 0 3px 15px;
  margin: 0;
  width: 70%;
  float: left;
}

.wp-block-latest-posts.is-grid .wp-block-latest-posts__featured-image,
.wp-block-latest-posts.is-grid>li>a,
.wp-block-latest-posts.is-grid>li>div,
.wp-block-latest-posts.is-grid>li>time {
  width: 100%;
}

.wp-block-latest-posts.is-grid>li>a,
.wp-block-latest-posts.is-grid>li>div:not(.wp-block-latest-posts__featured-image),
.wp-block-latest-posts.is-grid>li>time {
  padding: 0px 0 3px 0;
}

.widget_recent_comments ol {
  margin: 0;
}

.widget_recent_comments ol li {
  border-bottom: 1px solid;
}

.wp-block-calendar a {
  text-decoration: none;
}

.widget_search input {
  width: 100%;
}

.widget_search button {
  margin: 0;
}

.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 {
  z-index: 2;
  position: relative;
}

/*** header top ***/
.header-top {
  padding: 7px 0;
}

.header-top .menu {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
}

.header-top .menu a {
  padding: 0 10px 0 0;
  text-decoration: none;
  display: flex;
  align-items: center;
}

.header-top .menu span,
.header-top .menu i {
  padding-right: 5px;
}

/*** search box ***/
.search-box-responsive-icon {
  display: none;
}

.search-box-responsive {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  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;
  cursor: pointer;
}

.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;
}

.search-box-responsive .search-box-form button {
  text-decoration: none;
  padding: 10px 15px;
  border: 1px solid;
  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 !important;
  padding: 5px;
}

.header-top .search-submit {
  border: none;
  padding: 5px;
  border-bottom: 1px solid;
  background: transparent;
  cursor: pointer;
}

.header-top .search-submit span {
  width: auto;
  height: auto;
}

/*** main menu ***/
.honrix-header {
  display: flex;
  padding: 15px 0;
}

.honrix-header .main-menu {
  width: 75%;
  position: relative;
}

.main-nav .close span {
  display: none;
}

.honrix-header>div:last-child {
  display: none;
}

.menu-show {
  left: 0 !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.main-menu .mobile-btn {
  cursor: pointer;
  display: none;
}

.main-menu .mobile-btn span {
  font-size: 28px;
}

.main-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.main-nav ul li {
  position: relative;
}

.main-nav .menu>li {
  display: inline-block;
}

.main-nav ul a {
  display: block;
  padding: 15px 0;
  text-decoration: none;
  text-transform: capitalize;
  font-size: 16px;
}

.main-nav ul a span {
  width: 25px;
  text-align: left;
}

.main-nav ul a::after {
  width: 10px;
  text-align: right;
}

.main-nav .menu>li>a {
  padding: 15px 15px 15px 0;
  font-weight: 700;
  text-transform: capitalize;
  font-size: 17px;
}

.main-nav .menu li.menu-item-has-children>a:after {
  content: "\f0d7";
  padding: 0 0 0 5px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 11px;
  margin: 5px 0 0 0;
}

.main-nav .menu .sub-menu li.menu-item-has-children>a:after {
  content: "\25BA";
  float: right;
  padding: 0 0 0 5px;
  text-align: center;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 11px;
}

.main-nav ul .sub-menu {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: -15px;
  top: 0;
  min-width: 270px;
  margin-top: 50px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
}

.main-nav li:hover>.sub-menu,
.main-nav li:focus-within>.sub-menu {
  visibility: visible;
  opacity: 1;
}

.main-nav .menu .sub-menu li {
  display: block;
  text-align: left;
  padding: 0 15px;
}

.main-nav .menu .sub-menu li:not(:last-child) {
  border-bottom: 1px solid;
}

.main-nav li .sub-menu .sub-menu {
  left: 100%;
  margin-top: 0;
}

/*** mega menu***/
.header-menu .honrix-mega-menu {
  position: inherit !important;
}

.header-menu .honrix-mega-menu .sub-menu .sub-menu,
.widget_nav_menu .honrix-mega-menu .sub-menu .sub-menu {
  position: relative !important;
  left: 0 !important;
  box-shadow: none;
}

.header-menu .honrix-mega-menu>.sub-menu,
.widget_nav_menu .honrix-mega-menu>.sub-menu {
  display: flex;
}

.header-menu .honrix-mega-menu .sub-menu li.menu-item-has-children>a::after {
  display: none;
}

.header-menu .honrix-mega-menu .honrix-menu-title>a,
.widget_nav_menu .honrix-mega-menu .honrix-menu-title>a {
  font-size: 150%;
  font-weight: 700;
}

.header-menu .honrix-mega-menu .sub-menu .sub-menu li {
  padding: 0;
}

.header-menu .honrix-mega-menu .sub-menu .sub-menu li a {
  padding-top: 0;
}

.header-menu .honrix-mega-menu .sub-menu li:not(:last-child) {
  border-bottom: none !important;
}

.header-menu .honrix-mega-menu .sub-menu {
  visibility: hidden !important;
  opacity: 0 !important;
  z-index: 0;
}

.header-menu .honrix-mega-menu:hover .sub-menu,
.widget_nav_menu .honrix-mega-menu:hover .sub-menu {
  visibility: visible !important;
  opacity: 1 !important;
}

.honrix-header .logo {
  width: 25%;
  padding-right: 15px;
}

.site-title,
.site-title a {
  text-decoration: none;
  text-transform: capitalize;
  font-weight: 700;
  font-size: 36px;
  margin: 0;
}

.site-description {
  margin: 0;
  text-transform: capitalize;
  padding: 5px 0;
  font-size: 15px;
  font-weight: 400;
  position: relative;
  display: inline-block;
}

/********* blog **********/
.honrix-content .sidebar-left {
  padding: 0 30px 0 0;
}

.honrix-content .sidebar-right {
  padding: 0 0 0 30px;
}

.honrix-content .sidebar .widget {
  margin-bottom: 30px;
  clear: both;
}

/*** widgets areas ***/
.home-before-content,
.home-after-content,
.before-footer {
  padding: 30px 0;
}

.home-before-content .widget:not(:last-child),
.home-after-content .widget:not(:last-child),
.before-footer .widget:not(:last-child) {
  margin-bottom: 30px;
}

.home-before-content .widget:first-child .widget-title {
  margin-top: 30px;
}

.woocommerce nav.woocommerce-pagination ul,
.honrix-entries .pagination,
.wp-block-query-pagination .wp-block-query-pagination-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin-top: 20px;
}

.woocommerce nav.woocommerce-pagination ul,
.woocommerce nav.woocommerce-pagination ul li {
  border: none;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span,
.wp-block-query-pagination .wp-block-query-pagination-numbers a,
.wp-block-query-pagination .wp-block-query-pagination-numbers span {
  min-width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  border-radius: 5px;
  border: 1px solid #ddd;
}

/*** posts ***/
.honrix-entries .posts {
  display: flex;
  flex-wrap: wrap;
}

.honrix-entries .posts.column-2 article {
  width: 50%;
  margin-bottom: 20px;
}

.honrix-entries .posts.column-2 article:nth-child(2n+1) {

  padding-right: 10px;
}

.honrix-entries .posts.column-2 article:nth-child(2n+2) {
  padding-right: 0;
  padding-left: 10px;
}

.honrix-entries .posts.honrix-grid.column-1 article {
  padding: 0 0 30px 0;
}

.honrix-entries .posts.honrix-grid.column-2 article {
  padding: 0 15px 30px 0;
}

.honrix-entries .posts.honrix-grid.column-2 article:nth-child(2n + 2) {
  padding: 0 0 30px 15px;
}

.honrix-entries .posts.honrix-grid.column-3 article:nth-child(3n + 1) {
  padding: 0 15px 30px 0;
}

.honrix-entries .posts.honrix-grid.column-3 article:nth-child(3n + 2) {
  padding: 0 15px 30px 15px;
}

.honrix-entries .posts.honrix-grid.column-3 article:nth-child(3n + 3) {
  padding: 0 0 30px 15px;
}

.honrix-entries .posts.honrix-grid.column-4 article:nth-child(4n + 1) {
  padding: 0 15px 30px 0;
}

.honrix-entries .posts.honrix-grid.column-4 article:nth-child(4n + 2),
.honrix-entries .posts.honrix-grid.column-4 article:nth-child(4n + 3) {
  padding: 0 15px 30px 15px;
}

.honrix-entries .posts.honrix-grid.column-4 article:nth-child(4n + 4) {
  padding: 0 0 30px 15px;
}

.honrix-entries .posts.honrix-masonry article {
  padding: 0 15px 30px 15px;
}

.honrix-entries .posts.honrix-list article {
  width: 100%;
  padding: 0 0 30px 0;
}

.honrix-entries .posts.honrix-list article:nth-child(2n + 2) {
  padding: 0 0 15px 0;
}

.honrix-entries .pagination {
  clear: both;
}

.honrix-entries .pagination .nav-links,
.honrix-content .page-links,
.comment-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin-top: 20px;
}

.honrix-entries .pagination .nav-links>a,
.honrix-entries .pagination .nav-links>span,
.honrix-content .page-links>a,
.honrix-content .page-links>span,
.comment-pagination>.page-numbers {
  min-width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  border-radius: 5px;
  border: 1px solid #ddd;
  text-decoration: none;
  text-transform: capitalize;
}

/************** post ***************/
.single .post-thumbnail img,
.page .post-thumbnail img {
  display: block;
}

.single .entry-categories a {
  padding: 0 10px;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  font-size: 10px;
}

.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 {
  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;
  display: inline-block;
}

.single .entry-navigation .next-post,
.page .entry-navigation .next-post {
  text-align: right;
}

.single .entry-avatar {
  border-top: 1px solid;
}

.single .entry-avatar .author-avatar {
  width: 50px;
}

.single .entry-avatar .author-avatar img {
  border-radius: 100%;
  -webkit-border-radius: 100%;
}

.single .entry-avatar .author-meta {
  width: calc(100% - 50px);
}

.single .entry-avatar .author-description {
  text-align: justify;
  font-size: 0.85rem;
}

.single .related-posts .related-post-thumbnail img {
  transition: 2s;
  -webkit-transition: 2s;
  -moz-transition: 2s;
  -o-transition: 2s;
  transform: scale(1.01);
  -webkit-transform: scale(1.01);
  -moz-transform: scale(1.01);
  -o-transform: scale(1.01);
}

.single .related-posts .related-post:hover .related-post-thumbnail img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.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 {
  text-decoration: none;
}

.single .entry-comment .comment-form textarea,
.page .entry-comment .comment-form textarea {
  min-height: 120px;
}

.single .entry-comment .comment-list .comment-body .avatar-image img,
.page .entry-comment .comment-list .comment-body .avatar-image img {
  border-radius: 100%;
  -webkit-border-radius: 100%;
}

.single .entry-comment .comment-list .comment-body .comment-author,
.page .entry-comment .comment-list .comment-body .comment-author {
  width: calc(100% - 50px);
}

.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-author .comment-metadata a,
.page .entry-comment .comment-list .comment-author .comment-metadata a {
  text-decoration: none;
  text-transform: capitalize;
}

.single .entry-comment .comment-list ul,
.page .entry-comment .comment-list ul {
  list-style: none;
}

.single .entry-comment .comment-list .comment .comment-body {
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

.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: 0;
  font-size: 0.85rem;
}

.single .entry-comment .comment-list .children,
.page .entry-comment .comment-list .children {
  margin: 0;
}

.single .entry-comment .comment-list .trackback,
.page .entry-comment .comment-list .trackback {
  padding-top: 15px;
  border-top: 1px solid;
}

.single .entry-comment .comment-list>.trackback:first-child,
.page .entry-comment .comment-list>.trackback:first-child {
  border: none !important;
}

/******** Author *********/
.honrix-author {
  width: 50%;
  margin: 30px auto 15px auto;
}

.honrix-author .avatar,
.honrix-author .name,
.honrix-author .description,
.honrix-author .social-media {
  text-align: center;
  margin-bottom: 15px;
}

.honrix-author .avatar img {
  border-radius: 100%;
  -webkit-border-radius: 100%;
  border: 5px solid;
  padding: 5px;
}

.honrix-author .name {
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
  text-decoration: none;
}

.honrix-author .description {
  line-height: 28px;
  font-size: 16px;
}

.honrix-author .social-media a {
  font-size: 20px;
  margin: 0 10px;
}

/******** 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;
}

/************* archive ***********/
.honrix-archive-title h1,
.honrix-search-title h1 {
  margin: 30px 0 0 0;
  padding: 15px 0;
}

.honrix-archive-title span,
.honrix-search-title span {
  text-transform: capitalize;
}

/************* footer ***********/
.site-footer .inner-footer {
  display: flex;
}

.site-footer .footer {
  margin: 0 15px;
}

.site-footer .inner-footer.column-1 .footer {
  width: 100%;
}

.site-footer .inner-footer.column-2 .footer {
  width: 50%;
}

.site-footer .inner-footer.column-3 .footer {
  width: 33.333333%;
}

.site-footer .footer:first-child {
  margin: 0 15px 0 0;
}

.site-footer .footer:last-child {
  margin: 0 0 0 15px;
}

/*** honrix widgets ***/
.widget-title {
  border-bottom: 1px solid;
}

/*********** copyright *************/
.site-copyright {
  padding: 15px 0;
  border-top: 1px solid;
}

.site-copyright a {
  text-decoration: none;
}

.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;
  display: flex;
  align-items: center;
  text-transform: capitalize;
  font-size: 13px;
  font-weight: 400;
}

.site-copyright .social-media a span,
.site-copyright .social-media a i {
  padding-right: 5px;
}

/************** media **************/
@media (max-width: 1200px) {
  .header-top {
    padding: 15px;
  }

  .honrix-header {
    padding: 15px;
  }

  .honrix-content,
  .site-footer,
  .site-copyright {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 991px) {
  .honrix-header>div:last-child {
    width: 25%;
    display: block;
    order: 3;
  }

  .main-menu .mobile-btn {
    display: block;
  }

  .main-nav {
    position: fixed;
    top: 0;
    left: -30%;
    height: 100%;
    width: 100%;
    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;
    overflow-y: auto;
    visibility: hidden;
    opacity: 0;
  }

  .main-nav .close:hover {
    cursor: pointer;
  }

  .main-nav .close span {
    font-size: 50px;
    height: 50px;
    width: 50px;
    display: block;
  }

  .honrix-header .logo {
    order: 2;
    width: 50%;
    text-align: center;
  }

  .honrix-header .main-menu {
    order: 1;
    width: 25%;
  }

  .main-nav ul a {
    display: block;
    padding: 15px 0;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    border-bottom: 1px solid;
  }

  .main-nav .menu>li {
    display: block;
  }

  .main-nav .menu .sub-menu li {
    padding: 0 0 0 15px;
  }

  .main-nav .menu .sub-menu li:not(:last-child) {
    border-bottom: none;
  }

  .main-nav .menu li.menu-item-has-children>a::after {
    display: none;
  }

  .main-nav ul .sub-menu {
    visibility: visible;
    opacity: 1;
    position: relative;
    left: inherit;
    top: inherit;
    min-width: 100%;
    margin-top: 0;
    background: none;
    box-shadow: none;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
  }

  .main-nav li .sub-menu .sub-menu {
    left: inherit;
    margin-top: 0;
  }

  .main-nav ul .sub-menu a::before {
    content: "\25BA";
    padding: 0 7px 0 0;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
  }

  .main-nav ul .sub-menu .sub-menu {
    padding-left: 15px;
  }

  .honrix-mega-menu .sub-menu {
    visibility: visible !important;
    opacity: 1 !important;
    display: block;
    padding: 0 !important;
  }

  .honrix-mega-menu .sub-menu li {
    padding: 0 !important;
  }

  .honrix-mega-menu a {
    border-bottom: none !important;
  }

  .honrix-mega-menu .sub-menu a::before {
    display: none !important;
  }

  .honrix-mega-menu>.sub-menu>li {
    border-bottom: 1px solid !important;
  }

  .honrix-entries .posts article,
  .honrix-entries .posts article:nth-child(2n + 2),
  .honrix-entries .posts.column-1 article,
  .honrix-entries .posts.column-2 article,
  .honrix-entries .posts.column-3 article,
  .honrix-entries .posts.column-4 article,
  .honrix-entries .posts.honrix-grid.column-1 article,
  .honrix-entries .posts.honrix-grid.column-2 article,
  .honrix-entries .posts.honrix-grid.column-2 article:nth-child(2n + 2),
  .honrix-entries .posts.honrix-grid.column-3 article:nth-child(3n + 1),
  .honrix-entries .posts.honrix-grid.column-3 article:nth-child(3n + 2),
  .honrix-entries .posts.honrix-grid.column-3 article:nth-child(3n + 3),
  .honrix-entries .posts.honrix-grid.column-4 article:nth-child(4n + 1),
  .honrix-entries .posts.honrix-grid.column-4 article:nth-child(4n + 2),
  .honrix-entries .posts.honrix-grid.column-4 article:nth-child(4n + 3),
  .honrix-entries .posts.honrix-grid.column-4 article:nth-child(4n + 4),
  .honrix-entries .posts.honrix-masonry article,
  .honrix-entries .posts.honrix-list article,
  .honrix-entries .posts.honrix-list article:nth-child(2n + 2) {
    clear: both;
    width: 100%;
    padding: 0 0 30px 0;
  }

  .honrix-entries .posts article .entry-categories,
  .honrix-entries .posts article .entry-title,
  .honrix-entries .posts article .entry-meta,
  .honrix-entries .posts article .entry-content,
  .honrix-entries .posts article .entry-read-more {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .header-top .social-media {
    width: 85%;
  }

  .header-top .search-box {
    display: none;
  }

  .header-top .search-box-responsive-icon {
    text-align: right;
    display: block;
    width: 15%;
  }

  .honrix-content {
    flex-wrap: wrap;
  }

  .honrix-entries,
  .honrix-content .sidebar {
    width: 100%;
    padding: 0;
  }

  .honrix-content .sidebar {
    order: 2;
  }

  .site-footer .inner-footer {
    flex-wrap: wrap;
    padding: 60px 0 0 0;
  }

  .site-footer .footer,
  .site-footer .footer:first-child,
  .site-footer .footer:last-child,
  .site-footer .inner-footer.column-1 .footer,
  .site-footer .inner-footer.column-2 .footer,
  .site-footer .inner-footer.column-3 .footer {
    margin: 0;
    width: 100%;
  }

  .site-copyright {
    flex-wrap: wrap;
  }

  .site-copyright .inner-copyright {
    flex-wrap: wrap;
  }

  .site-copyright .inner-copyright>div {
    width: 100% !important;
    padding: 0 7px 15px 7px;
    text-align: center !important;
  }

  .site-copyright .copyright {
    order: 2;
  }

  .site-copyright .social-media {
    order: 1;
  }

  .site-copyright .social-media ul li {
    padding: 10px 0 0 0;
  }

  .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%;
  }

  .wp-block-latest-posts.is-grid li {
    margin: 0;
  }

  .widget_recent_entries ul.is-grid li {
    display: flex;
    align-items: center;
  }

  .wp-block-latest-posts.is-grid>li>div,
  .wp-block-latest-posts.is-grid>li>a {
    width: 50% !important;
  }

  .wp-block-latest-posts.is-grid>li>a {
    padding: 0 0 0 15px;
  }

  .wp-block-latest-posts.is-grid>li>div img {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .main-nav {
    width: 50%;
  }

  .honrix-content .sidebar {
    width: 40%;
  }
}

@media (max-width: 400px) {

  .site-description::after,
  .site-description::before {
    display: none;
  }
}