/* ******************************************* 
                DEFAULT CSS
********************************************* */
:root {
  --thm-color: #e8494d;
  --theme-color2: #F0793A;
  --black-color: #1C1C25;
  --color-body: #7B7E86;
  --white-color: #ffffff;
  --border-color: #E3E8F4;
  --bg-color: #EFF1F5;
  --box-shedow: 0px 9px 75px rgba(8, 20, 44, 0.09);
  --body-font: 'Montserrat', sans-serif;
  --heading-font: 'Archivo', sans-serif;
}

/*--------------------------------------------------------------
# Default Css
--------------------------------------------------------------*/
body {
  font-size: 16px;
  line-height: 26px;
  color: var(--color-body);
  font-weight: 400;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  background: var(--white-color);
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  font-family: var(--body-font);
}

h1,
h2,
h3,
h4,
h5,
h6,
.widget.widget_rss ul li a,
blockquote cite,
.woocommerce ul.cart_list li a:not(.remove),
.woocommerce ul.product_list_widget li a:not(.remove),
.woocommerce .widget_shopping_cart .total strong,
.woocommerce.widget_shopping_cart .total strong,
.comment-reply-title,
.woocommerce-review__author {
  font-family: var(--heading-font);
}

a,
h1,
h2,
h3,
h4,
h5,
h6,
strong,
dt,
th,
.comment-meta .fn,
.comment-reply-link,
.no-comments {
  color: var(--color-body);
}

p {
  margin-bottom: 0;
}

strong {
  font-weight: 500;
}

a,
.comment-meta .fn,
.comment-reply-link,
.no-comments,
input[type=submit],
button[type=submit] {
  -webkit-transition: .3s;
  transition: .3s;
}

button {
  cursor: pointer;
}

table td a {
  font-weight: 500;
}

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

.form-submit .theme-button {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  color: var(--thm-color);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
  color: var(--color-body);
  border: 1px solid var(--border-color);
  padding: 18px 20px;
  box-shadow: none;
  outline: none;
  width: 100%;
  margin-bottom: 20px;
  max-height: 60px;
}

.post-details-wrapper .wp-block-search__button.has-icon.wp-element-button {
  padding: 18px 22px;
}

textarea {
  min-height: 120px;
  width: 100%;
  color: var(--color-body);
  padding: 13px 20px;
  box-shadow: none;
  outline: none;
  margin-bottom: 30px;
}

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

input:focus,
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=url]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=date]:focus,
textarea:focus {
  box-shadow: none;
  outline: none;
  border: 1px solid var(--thm-color);
  background: var(--white-color);
}

form.search-form label,
form.search-form input {
  margin-bottom: 0;
  width: 100%;
  border-radius: 5px;
}

form.search-form {
  position: relative;
}

.widget.widget_search .search-form .search-button button.search-submit {
  padding: 20px;
  height: 60px;
  width: 60px;
  top: 0;
}

form.search-form .search-submit {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  font-size: 18px;
}

code {
  background-color: var(--bg-color);
  font-weight: normal;
}

pre {
  background: var(--bg-color);
  padding: 30px;
  border-radius: 5px;
  font-weight: 400;
  margin-bottom: 25px;
  margin-top: 30px;
}

table {
  width: 100%;
  margin-bottom: 35px;
  margin-top: 15px;
  border-left: 1px solid;
  border-bottom: 1px solid;
  border-color: var(--black-color);
}

table th,
table td {
  border-top: 1px solid;
  border-right: 1px solid;
  text-align: center;
  padding: 8px;
  border-color: var(--black-color);
}

ul,
ul ul,
ol,
ol ol,
ol ul,
ul ol {
  padding-left: 20px;
}


select:focus,
input:focus,
button:focus {
  box-shadow: none;
  outline: none;
}

/* .page-builder-used aside.sidebar-widget-area,
.page-builder-not-used .content-area,
.single-post.page-builder-used .container.post-details-wrapper article {
  margin: 115px 0;
} */

.site {
  overflow-y: hidden;
}

input[type="submit"],
button[type="submit"] {
  padding: 18px 40px 18px 40px;
  font-weight: 400;
  line-height: 1;
  font-size: 16px;
  color: var(--thm-color);
  display: inline-flex;
  align-items: center;
  text-transform: capitalize;
  position: relative;
  z-index: 2;
  background: var(--white-color);
  border: 1px solid var(--thm-color);
  transition: 0.3s;
  border-radius: 0;
  font-size: 18px;
  font-family: var(--title-font);
}

button[type="submit"]:hover {
  background-color: var(--theme-color2);
  background-color: var(--thm-color);
  color: var(--white-color);
  border-color: var(--thm-color);
}

.band-search .form-btn button[type="submit"] {
  background: var(--theme-color);
  color: var(--white-color);
  position: relative;
  z-index: 1;
  cursor: pointer;
}

.band-search .form-btn button[type="submit"]::before {
  content: "";
  position: absolute;
  height: 40px;
  left: 90px;
  top: 7px;
  width: 40px;
  background-color: var(--theme-color2);
  z-index: -1;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  border-radius: inherit;
  opacity: 0;
  visibility: hidden;
  border: 2px solid var(--theme-color2);
}

.band-search .form-btn button[type="submit"]:hover::before,
.band-search .form-btn button[type="submit"].active::before {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 1;
  background-color: var(--theme-color2);
  visibility: visible;
}

input[type="submit"]:not(.search-submit):before,
button[type="submit"]:not(.search-submit):before {
  content: '';
  background: transparent;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 3px;
  border: 2px solid var(--thm-color);
  transition: .3s;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

h1 {
  font-size: 60px;
  line-height: 70px;
}

h2 {
  font-size: 48px;
  line-height: 58px;
}

h3 {
  font-size: 30px;
  line-height: 1.333;
  font-family: 'Archivo', sans-serif;
  font-weight: 600;
  color: #191919;
  margin: 18px 0;
}

h4 {
  font-size: 30px;
  line-height: 40px;
}

h5 {
  font-size: 24px;
  line-height: 34px;
}

h6 {
  font-size: 20px;
  line-height: 30px;
}

a {
  display: inline-block;
  text-decoration: none;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto,
.col-xxl,
.col-xxl-1,
.col-xxl-10,
.col-xxl-11,
.col-xxl-12,
.col-xxl-2,
.col-xxl-3,
.col-xxl-4,
.col-xxl-5,
.col-xxl-6,
.col-xxl-7,
.col-xxl-8,
.col-xxl-9,
.col-xxl-auto {
  padding: 0 10px;
}

.container,
.container-fluid {
  width: 100%;
  padding: 0 10px;
}

@media (min-width: 1400px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1410px;
  }
}

section.elementor-section.elementor-section-boxed>.elementor-container {
  max-width: 1430px;
}

.row {
  margin: 0 0px;
}

.row [class*="col-"]:not(.elementor-column),
.row *> {
  padding: 0 10px;
}

.row [class*="col-"].td-pr-0 {
  padding-right: 0;
}

.row [class*="col-"].td-pl-0 {
  padding-left: 0;
}

.row [class*="col-"].td-p-0 {
  padding: 0;
}

.td-last-p-0 p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: var(--bg-color);
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

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

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

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

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

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

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

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

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

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

.blocks-gallery-caption,
.wp-block-embed figcaption,
.wp-block-image figcaption,
figcaption {
  font-size: 17px;
  margin-top: 20px !important;
  color: var(--black-color);
  font-weight: 500;
}

figure.wp-container-2.wp-block-gallery-1.wp-block-gallery.columns-3.is-cropped.alignfull {
  margin-bottom: 30px;
}

figure.wp-container-4.wp-block-gallery-3.wp-block-gallery.columns-2.is-cropped.alignleft.extraclass {
  margin-top: 10px;
  margin-right: 20px;
}

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

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

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

.entry-content ul li.blocks-gallery-item:before {
  content: '';
}

.wp-block-gallery {
  margin-bottom: 30px;
}

.entry-content ul li.blocks-gallery-item {
  padding-left: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}

.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
  font-weight: 500;
}

.blocks-gallery-grid .blocks-gallery-image figcaption,
.blocks-gallery-grid .blocks-gallery-item figcaption,
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption {
  font-size: 16px;
  margin-top: 0;
  bottom: 0;
  line-height: 26px;
}



ul.blocks-gallery-grid li:before {
  display: none;
}

.wp-block-gallery .blocks-gallery-item figure img {
  margin-top: 0;

}

.gallery-item figcaption {
  font-weight: normal;
}

figure.wp-block-audio {
  margin: 30px 0;
}


/*--------------------------------------------------------------
# Widgets Css
--------------------------------------------------------------*/
.sidebar-widget-area .widget {
  margin-bottom: 40px;
  padding: 35px 40px 40px 40px;
  overflow: hidden;
}


.sidebar-widget-area .widget:last-child {
  margin-bottom: 0;
}

.content-area button[type="submit"].search-submit.has-icon,
.widget.widget_search button[type="submit"].has-icon {
  padding: 10px;
  border-radius: 0;
  height: 50px;
  width: 50px;
  top: 5px;
  margin-top: 0;
  right: 5px;
  display: inline-block;
  position: absolute;
}

.widget.widget_search input,
.widget.widget_block input {
  max-width: 100%;
  width: 100%;
  border-radius: 0;
  max-height: 60px;
  box-shadow: none;
  border: 1px solid var(--border-color);
  margin-bottom: 0;
  font-family: var(--body-font);
  font-size: 16px;
  color: #4f4f4f;
}

#block-2 .wp-block-search__inside-wrapper input::placeholder {
  color: #858585;
  font-family: var(--title-font);
  font-size: 15px;
  line-height: 16px;
  font-weight: 400;
}

.sidebar-widget-area .widget .wp-block-categories .cat-item a,
.widget .wp-block-categories .cat-item a {
  transition: 0.3s;
  margin: 0 0 0px 0;
  font-size: 16px;
  font-weight: 600;
  font-family: var(--body-font);
  color: #4f4f4f;
}

.widget .wp-block-categories .cat-item a {
  padding: 10px 0px 10px 25px;
}

.widget .wp-block-categories .cat-item a::before {
  position: absolute;
  content: "\f101";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  left: 0;
  top: auto;
  font-size: 14px;
  line-height: 28px;
}

.wp-block-categories .cat-item:hover,
.wp-block-categories .cat-item:hover a,
.wp-block-categories .cat-item:hover span {
  color: var(--theme-color);
}

.widget.widget_search input:focus,
.widget.widget_block input:focus {
  border: 1px solid var(--theme-color)
}

label.wp-block-search__label {
  display: none;
}

.wp-block-search__inside-wrapper {
  width: 100%;
  display: block;
  position: relative;
}

button.wp-block-search__button.wp-element-button,
.widget.widget_search .search-button button.search-submit {
  position: absolute;
  right: 0;
  padding: 20px;
  border: 1px solid transparent;
  background-color: var(--thm-color);
  border-radius: 0px;
  color: var(--white-color);
}

button.wp-block-search__button.wp-element-button:hover,
.widget.widget_search .search-button button.search-submit:hover {
  background-color: var(--black-color);
  color: var(--white-color);
}

form.wp-block-search__button-inside.wp-block-search .wp-block-search__inside-wrapper {
  border: none;
  margin: 0;
  padding: 0;
}

.sidebar-widget-area .miyacocore-widget-post-thum .recent-post-title {
  color: var(--black-color);
  font-size: 19px;
  font-weight: 500;
  line-height: 28px;
  font-family: var(--title-font);
  transition: 0.3s;
  text-transform: capitalize;
}

.sidebar-widget-area .miyacocore-widget-post-thum .recent-post-title:hover {
  color: var(--thm-color);
}

.sidebar-widget-area .miyacocore-widget-post-thum .recent-widget-date {
  color: var(--color-body);
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 8px;
  font-family: var(--title-font);
}

.sidebar-widget-area .miyacocore-widget-post-thum li img {
  height: 110px;
  width: 110px;
  min-width: 110px;
}

.sidebar-widget-area .widget-title {
  color: var(--black-color);
  font-size: 24px;
  margin: -0px -0px 33px -0px;
  font-weight: 600;
  text-transform: capitalize;
  position: relative;
  line-height: 30px;
}

@media(max-width:767px) {
  .sidebar-widget-area .widget-title {
    margin: -0px -0px 25px -0px;
  }

  .sidebar-widget-area .widget.widget_block h2,
  .sidebar-widget-area .widget.widget_block h2.wp-block-heading {
    margin: -0px -0px 25px -0px;
  }
}

.sidebar-widget-area .widget_archive select,
.sidebar-widget-area .widget_categories select {
  margin-bottom: 10px;
}


.sidebar-widget-area .widget_recent_comments .widget-title,
.sidebar-widget-area .widget_recent_entries .widget-title {
  margin-bottom: 8px;
}


.sidebar-widget-area .widget_rss .widget-title {
  margin-bottom: 12px;
}

.sidebar-widget-area .widget_text .widget-title,
.sidebar-widget-area .widget_themedraft-recent-posts .widget-title {
  margin-bottom: 15px;
}

.sidebar-widget-area .widget.widget_rss ul li:last-child {
  padding-bottom: 0 !important;
}

.sidebar-widget-area .widget_search .widget-title {
  display: none;
}

.sidebar-widget-area .widget_search {
  padding: 40px;
}

.sidebar-widget-area .widget-title a {
  color: var(--black-color);
}

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

.widget ul ul {
  padding-left: 15px;
}

.post-categories {
  margin-bottom: 7px;
}

.post-categories .post-category-link {
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 400;
  color: #4f4f4f;
  font-family: var(--title-font);
  transition: .3s;
  line-height: 30px;
}

.widget ul li:hover span,
.post-categories .post-category-link:hover {
  color: var(--thm-color);
}

.widget .info-list ul li a:hover {
  color: var(--thm-color);
}

.widget ul li:hover span {
  color: inherit;
}

.widget ul li {
  position: relative;
}

.widget ul.miyacocore-widget-post-thum li:last-child {
  border-bottom: 1px solid transparent;
}

.widget ul.miyacocore-widget-post-thum li {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d9d9d9;
  display: flex;
  gap: 15px;
  align-items: center;
}

.miyacocore-widget-post-thum .widget ul li:not(:last-child) {
  margin-bottom: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--border-color);
}

.widget ul li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}

.widget ul ul li:first-of-type {
  padding-top: 10px;
  border-color: transparent;
  margin-top: 5px;
}

.wp-block-woocommerce-product-categories ul ul li:first-of-type {
  padding-top: 0;
}

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

select {
  width: 100%;
  height: 50px;
  cursor: pointer;
}

span.post-count-number {
  font-weight: 500;
}

.widget .post-count-number {
  position: absolute;
  right: 0;
  pointer-events: none;
  color: #4f4f4f;
}

span.post-count-number {
  top: 9px;
}

.sidebar-widget-area .widget .post-count-number {
  position: absolute;
  right: 0;
  color: #4f4f4f;
  top: 10px;
  font-size: 16px;
  letter-spacing: .5px;
  line-height: 20px;
}

.widget .wp-block-categories li:first-child .post-count-number {
  top: 0px;
}

.wp-block-calendar tbody td,
.wp-block-calendar th {
  padding: 10px;
}

.wp-block-calendar,
.calendar_wrap {
  position: relative;
  background-color: var(--white-color);
  padding-bottom: 0;
  border: none;
}

.wp-block-calendar span[class*=wp-calendar-nav],
.calendar_wrap span[class*=wp-calendar-nav] {
  position: absolute;
  top: 9px;
  left: 20px;
  font-size: 14px;
  color: var(--white-color);
  font-weight: 400;
  z-index: 1;
  line-height: 1.7;
}

.wp-block-calendar span[class*=wp-calendar-nav] a,
.calendar_wrap span[class*=wp-calendar-nav] a {
  color: inherit;
}

.wp-block-calendar span.wp-calendar-nav-next,
.calendar_wrap span.wp-calendar-nav-next {
  left: auto;
  right: 20px;
}

.wp-block-calendar caption,
.calendar_wrap caption {
  caption-side: top;
  text-align: center;
  color: var(--white-color);
  background-color: var(--thm-color);
}

.wp-block-calendar th,
.calendar_wrap th {
  font-size: 14px;
  padding: 5px 5px;
  border: none;
  text-align: center;
  border-right: 1px solid var(--white-color);
  color: var(--title-color);
  font-weight: 500;
}

.wp-block-calendar th:first-child,
.calendar_wrap th:first-child {
  border-left: 1px solid var(--border-color);
}

.wp-block-calendar th:last-child,
.calendar_wrap th:last-child {
  border-right: 1px solid var(--border-color);
}

.wp-block-calendar table th,
.calendar_wrap table th {
  font-weight: 500;
}

.wp-block-calendar td,
.calendar_wrap td {
  font-size: 14px;
  padding: 5px 5px;
  color: var(--black-color);
  border: 1px solid var(--border-color);
  text-align: center;
  background-color: transparent;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.wp-block-calendar #today,
.calendar_wrap #today {
  color: var(--white-color);
  background-color: var(--thm-color);
  border-color: var(--border-color);
}

.wp-block-calendar tbody tr td a,
.calendar_wrap tbody tr td a {
  color: var(--white-color);
  background-color: var(--thm-color);
  display: block;
}

.wp-block-calendar thead,
.calendar_wrap thead {
  background-color: var(--white-color);
}

.wp-block-calendar .wp-calendar-table,
.calendar_wrap .wp-calendar-table {
  margin-bottom: 0;
}

.wp-block-calendar .wp-calendar-nav .pad,
.calendar_wrap .wp-calendar-nav .pad {
  display: none;
}

.wp-block-calendar a,
.calendar_wrap a {
  color: inherit;
  text-decoration: none;
}


.wp-block-calendar {
  margin-bottom: 30px;
  border: none;
  padding-bottom: 0;
}

.wp-block-calendar table caption {
  color: var(--white-color);
}

.sidebar-widget-area .widget.widget_archive li a,
.sidebar-widget-area .widget .wp-block-archives li a,
.sidebar-widget-area .widget.widget_categories li a,
.sidebar-widget-area .widget .wp-block-categories li a,
.sidebar-widget-area .widget.widget_pages li a,
.sidebar-widget-area .widget.widget_meta li a,
.sidebar-widget-area .widget.widget_nav_menu li a {

  display: block;
  color: var(--color-body);
}

.sidebar-widget-area .widget .wp-block-categories li a:hover,
.sidebar-widget-area .widget .wp-block-archives li a:hover {
  color: var(--thm-color);
}


.sidebar-widget-area .widget.widget_archive li,
.sidebar-widget-area .widget .wp-block-archives li,
.sidebar-widget-area .widget.widget_categories li,
.sidebar-widget-area .widget .wp-block-categories li,
.sidebar-widget-area .widget.widget_pages li,
.sidebar-widget-area .widget.widget_meta li,
.sidebar-widget-area .widget.widget_recent_entries li a,
.sidebar-widget-area .widget.widget_text strong,
.sidebar-widget-area .widget.widget_nav_menu a,
.sidebar-widget-area .widget_themedraft_nav_menu li {
  padding: 0;
  line-height: 32px;
}


.sidebar-widget-area .widget.widget_categories a:hover,
.sidebar-widget-area .widget.widget_archive li:hover a,
.sidebar-widget-area .widget.widget_pages li a:hover,
.sidebar-widget-area .widget.widget_meta li a:hover,
.sidebar-widget-area .widget.widget_nav_menu li a:hover,
.sidebar-widget-area .widget.widget_nav_menu li.current-menu-item a,
.sidebar-widget-area .widget_themedraft_nav_menu li.current-menu-item a,
.sidebar-widget-area .widget_themedraft_nav_menu li a:hover,
.sidebar-widget-area .widget.widget_categories a:hover+.post-count-number,
.sidebar-widget-area .widget.widget_archive li:hover .post-count-number,
.sidebar-widget-area .widget .wp-block-categories li a:hover+.post-count-number,
.sidebar-widget-area .widget .wp-block-archives li a:hover+.post-count-number {
  color: var(--thm-color);
}

.sidebar-widget-area .widget>ul>li:last-child>a {
  padding-bottom: 0;
  border-bottom: none;
}

.sidebar-widget-area .widget>ul>li:first-child>a {
  padding-top: 0;
}

.widget table {
  margin-bottom: 20px;
}

.has-large-font-size {
  line-height: 46px;
}

p[style='font-size:46px'] {
  line-height: 56px;
}

.sidebar-widget-area .widget.widget_archive li a:before,
.sidebar-widget-area .widget .wp-block-archives li a:before,
.sidebar-widget-area .widget.widget_categories li a:before,
.sidebar-widget-area .widget .wp-block-categories li a:before,
.sidebar-widget-area .widget.widget_pages li a:before,
.sidebar-widget-area .widget.widget_meta li a:before,
.sidebar-widget-area .widget.widget_nav_menu li a:before,
.sidebar-widget-area .widget.widget_recent_entries li a:before,
.sidebar-widget-area .widget.widget_recent_comments li:before,
.sidebar-widget-area .widget_themedraft_nav_menu li a:before,
.sidebar-widget-area .wp-block-latest-comments__comment:before,
.sidebar-widget-area .wp-block-latest-posts li a:before {
  position: absolute;
  content: "\f101";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  left: 0;
  top: auto;
  font-size: 14px;
  line-height: 20px;
}


.sidebar-widget-area .widget.widget_recent_entries li a:before,
.sidebar-widget-area .widget.widget_recent_comments li:before,
.sidebar-widget-area .wp-block-latest-comments__comment:before,
.sidebar-widget-area .wp-block-latest-posts li a:before {
  left: 0;
}

.sidebar-widget-area .widget.widget_recent_entries li a,
.sidebar-widget-area .wp-block-latest-posts li a {
  margin: 0;
  padding-left: 25px;
  line-height: 26px;
}

.sidebar-widget-area .widget.widget_recent_entries li,
.sidebar-widget-area .widget.widget_recent_comments li {
  border-color: transparent;
  padding: 10px 0 10px;
}

.sidebar-widget-area .widget.widget_recent_comments li,
.sidebar-widget-area .wp-block-latest-comments__comment {
  padding-left: 25px;
  position: relative;
  color: var(--black-color);
  font-weight: 500;
}

.sidebar-widget-area .widget.widget_recent_entries li:first-of-type,
.sidebar-widget-area .widget.widget_recent_comments li:first-of-type {
  border-color: transparent;
}

.sidebar-widget-area .widget.widget_recent_comments li {
  padding-left: 25px;
  position: relative;
}

.sidebar-widget-area .widget.widget_recent_comments li,
.sidebar-widget-area .widget.widget_recent_comments li a {
  color: var(--black-color);
}

.sidebar-widget-area .widget.widget_recent_comments li a:hover {
  color: var(--thm-color);
}

.widget_block.widget_recent_comments li .wp-block-latest-comments__comment-meta time {
  font-weight: 500;
  font-size: 16px;
  color: var(--thm-color);
  margin-top: 5px;
}

.widget.widget_recent_comments li a {
  display: inline;
}

.sidebar-widget-area .widget .wp-block-categories li a,
.sidebar-widget-area .widget .wp-block-archives li a,
.sidebar-widget-area .widget.widget_archive li a,
.sidebar-widget-area .widget.widget_categories li a,
.sidebar-widget-area .widget.widget_meta li a,
.sidebar-widget-area .widget.widget_nav_menu li a,
.sidebar-widget-area .widget.widget_pages li a,
.sidebar-widget-area .widget.widget_block .wp-block-latest-posts__list.wp-block-latest-posts li a,
.sidebar-widget-area .widget.widget_block .wp-block-page-list li a {
  padding: 10px 0px 10px 25px;
  border-radius: 0;
  font-size: 16px;
  text-transform: capitalize;
  line-height: 1.313;
  font-weight: 600;
  color: #4f4f4f;
}

.sidebar-widget-area .widget.widget_block .wp-block-latest-posts__list.wp-block-latest-posts li a,
.sidebar-widget-area .widget.widget_block .wp-block-page-list li a {
  width: 100%;
}

.sidebar-widget-area .widget.widget_block .wp-block-latest-posts__list.wp-block-latest-posts li,
.sidebar-widget-area .widget.widget_block .wp-block-page-list li {
  padding: inherit;
  line-height: 32px;
}

.sidebar-widget-area .widget.widget_nav_menu ul.menu>li:last-child>a,
.widget.widget_block .wp-block-latest-posts__list.wp-block-latest-posts>li:last-child>a,
.widget.widget_block .wp-block-page-list>li:last-child>a {
  border-bottom: none;
  padding-bottom: 0;
}

.sidebar-widget-area .widget.widget_nav_menu ul.menu>li:first-child>a,
.sidebar-widget-area .widget.widget_block .wp-block-latest-posts__list.wp-block-latest-posts>li:first-child>a,
.sidebar-widget-area .widget.widget_block .wp-block-page-list>li:first-child>a {
  padding-top: 0px;
}

.widget_archive select,
.widget_categories select,
.widget_text select,
.wp-block-archives-dropdown select,
.wp-block-categories-dropdown select {
  border: 1px solid var(--border-color);
}


.widget.widget_rss ul li {
  border-top: 0;
  padding-bottom: 15px;
}

.widget.widget_rss ul li a {
  font-size: 18px;
  padding: 0;
  display: block;
  line-height: 26px;
  margin-bottom: 5px;
  font-weight: 600;
}

.widget_rss ul .rss-date,
.wp-block-rss ul .rss-date {
  display: block;
  margin: 10px 0;
  color: var(--thm-color);
  font-size: 97%;
  position: relative;
}

.widget_rss ul .rss-date:after,
.wp-block-rss ul .rss-date:after {
  content: "\f073";
  float: left;
  font-family: 'Font Awesome 5 Free';
  font-size: 92%;
  margin-right: 6px;
}

.widget.widget_rss .rssSummary,
.wp-block-rss .rssSummary {
  font-size: 96%;
}

.widget.widget_rss cite,
.wp-block-rss cite {
  margin-top: 10px;
  display: block;
  font-weight: 500;
  color: var(--black-color);
  position: relative;
  padding-left: 30px;
}

.widget.widget_rss cite:after,
.wp-block-rss cite:after {
  content: "";
  width: 20px;
  height: 2px;
  position: absolute;
  left: 0;
  background: var(--bs-primary);
  top: 0;
  margin: auto;
  bottom: 0;
}

.widget.widget_text img {
  margin: 15px 0;
}

.widget.widget_tag_cloud a,
.wp-block-tag-cloud a {
  font-size: 16px !important;
  text-transform: capitalize;
  display: inline-block;
  margin-right: 5px;
  padding: 11px 16px;
  margin-bottom: 10px;
  color: #4f4f4f;
  font-weight: 400;
  background-color: var(--white-color);
  border: 1px solid var(--border-color);
  line-height: 1;
}

.wp-block-tag-cloud a:hover {
  border: 1px solid var(--thm-color);
}

.widget.widget_tag_cloud a:hover,
.wp-block-tag-cloud a:hover {
  color: var(--white-color);
  background-color: var(--thm-color);
  border-color: transparent;
}


.footer-widget-area .widget.widget_rss ul li a,
.footer-widget-area .widget.widget_rss .rss-date {
  color: var(--black-color);
}

.site-footer a:hover {
  color: var(--thm-color);
}

.footer-widget-area .widget.widget_archive li a:hover:before,
.footer-widget-area .widget.widget_categories li a:hover:before,
.footer-widget-area .widget.widget_pages li a:hover:before,
.footer-widget-area .widget.widget_meta li a:hover:before,
.footer-widget-area .widget.widget_nav_menu li a:hover:before,
.footer-widget-area .widget_recent_entries li a:hover:before,
.footer-widget-area .wp-block-latest-posts__list li a:hover:before,
.footer-widget-area .widget.widget_themedraft_nav_menu li a:hover:before,
.footer-widget-area .wp-block-categories-list li a:hover:before,
.footer-widget-area .wp-block-archives-list li a:hover:before,
.footer-widget-area .wp-block-pages-list__item__link:hover:before {
  background-color: var(--thm-color);
}

.widget.widget_nav_menu ul li {
  padding: 0;
}

.widget.widget_nav_menu ul ul li:first-of-type {
  margin-top: 0;
  padding-top: 0;
}

.widget_archive select,
.widget_categories select,
.widget_text select,
.wp-block-archives-dropdown select,
.wp-block-categories-dropdown select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 11px 15px;
  border-radius: 5px;
  color: var(--color-body);
  background-color: var(--white-color);
  position: relative;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' height='10px' width='15px'%3E%3Ctext x='0' y='10' fill='gray'%3E%E2%96%BE%3C/text%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 5px center;
  background-clip: border-box;
  -moz-background-clip: border-box;
  -webkit-background-clip: border-box;
}


/*--------------------------------------------------------------
# 5.8 Block Widget CSS
--------------------------------------------------------------*/
.sidebar-widget-area .widget.widget_block {
  padding: 35px 40px;
}

@media (max-width: 767px) {

  #secondary .widget,
  .miyaco-more-acts {
    padding: 35px 20px;
  }

  .comment-respond {
    padding: 20px 23px;
  }

  .miyaco-packge-list-wrp {
    padding-left: 23px;
  }
}

@media (max-width: 375px) {

  #secondary .widget,
  #comments .comment-respond {
    padding: 35px 20px;
  }
}


.sidebar-widget-area .widget.widget_block h2 {
  font-size: 24px;
  color: var(--black-color);
  margin: -0px -0px 28px -0px;
  font-weight: 600;
  position: relative;
  line-height: 30px;
}

.sidebar-widget-area .widget.widget_block .wp-block-latest-comments {
  padding-left: 0;
  margin-top: 17px;
}

.sidebar-widget-area .wp-block-archives-dropdown,
.sidebar-widget-area .wp-block-categories-dropdown {
  margin-bottom: 10px;
}

.widget.widget_block.widget_recent_comments ol,
.sidebar-widget-area .widget.widget_block.widget_recent_comments li {
  padding-left: 0;
}

.sidebar-widget-area .widget.widget_block.widget_recent_comments li:before {
  display: none;
}

.widget .wp-block-latest-comments__comment-excerpt p:last-child {
  margin-bottom: 0;
}


.sidebar-widget-area .widget.widget_block .wp-block-page-list li {
  padding: 0;
  margin-bottom: 10px;
}

.sidebar-widget-area .widget.widget_block .wp-block-page-list li:last-child {
  margin-bottom: 0px;
}

.sidebar-widget-area .widget.widget_block .wp-block-page-list li:first-child a {
  padding-top: 0px;
}

.sidebar-widget-area .widget.widget_block .wp-block-page-list li a {
  padding: 10px 10px 10px 25px;
  border-radius: 0px;
  display: block;
  font-weight: 500;
}

.sidebar-widget-area .widget.widget_block .wp-block-page-list li a:before {
  position: absolute;
  content: "\f101";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  left: 0;
  top: auto;
  font-size: 14px;
}

.widget span.wp-block-page-list__submenu-icon {
  display: none;
}

.sidebar-widget-area .widget.widget_block .wp-block-page-list li a:hover {
  color: var(--thm-color);
}

.sidebar-widget-area .widget.widget_block.widget_tag_cloud .wp-block-tag-cloud {
  margin-bottom: 0;
}

.widget.widget_block ul.wp-block-archives-list.wp-block-archives li:last-child a,
.widget.widget_block ul.wp-block-categories-list.wp-block-categories li:last-child a {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.widget.widget_block ul.wp-block-archives-list.wp-block-archives li:first-child a,
.widget.widget_block ul.wp-block-categories-list.wp-block-categories li:first-child a {
  padding-top: 0;
}

@media (max-width: 991px) {
  .sidebar-widget-area .widget_block.widget_search {
    margin-top: 40px;
  }
}

@media (max-width: 575px) {
  #comments .comment .comment-content p {
    margin-top: 20px;
  }
}

/*--------------------------------------------------------------
# FOOTER WIDGET AREA
--------------------------------------------------------------*/
.text-404 h4 {
  font-size: 46px;
  line-height: 60px;
  font-weight: 700;
}

.error-button.button {
  margin-top: 30px;
}

.footer-widget-area .widget {
  margin-bottom: 30px;
}

.footer-widget-area .widget ul li {
  padding: 5px 0;
}

.footer-widget-area .widget ul li:first-child {
  padding-top: 0;
}

.footer-widget-area .widget ul ul li:first-of-type {
  margin-top: 10px;
}

.footer-widget-area .widget.widget_nav_menu ul ul li:first-of-type {
  margin-top: 10px;
}

ol.wp-block-latest-comments {
  padding-left: 0;
}

.footer-widget-area .widget_archive ul li a,
.footer-widget-area .wp-block-archives-list li a,
.footer-widget-area .widget_categories ul li a,
.footer-widget-area .wp-block-categories-list li a,
.footer-widget-area .widget_pages ul li a,
.footer-widget-area .widget_meta ul li a,
.footer-widget-area .widget_nav_menu ul li a {
  padding-left: 20px;
  position: relative;
  width: 100%;
}

.footer-widget-area,
.footer-widget-area a {
  color: #8A99B4;
}

.footer-widget-area .widget-title,
.footer-widget-area .widget_block h2 {
  font-size: 24px;
  color: var(--white-color);
  margin-bottom: 35px;
  letter-spacing: .5px;
}

.footer-widget-area .widget.widget_archive li a:before,
.footer-widget-area .wp-block-archives-list li a:before,
.footer-widget-area .widget.widget_categories li a:before,
.footer-widget-area .wp-block-categories-list li a:before,
.footer-widget-area .widget.widget_pages li a:before,
.footer-widget-area .widget.widget_meta li a:before,
.footer-widget-area .widget.widget_nav_menu li a:before,
.footer-widget-area .widget.widget_themedraft_nav_menu li a:before,
.footer-widget-area .widget_recent_comments li:before,
.footer-widget-area .widget_recent_entries li a:before,
.footer-widget-area .wp-block-latest-posts__list li a:before,
.footer-widget-area .wp-block-pages-list__item__link:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  height: 2px;
  width: 10px;
  background: #8A99B4;
  margin-top: -1px;
  transition: .3s;
}

.footer-widget-area .widget.widget_categories li a:before {
  margin-top: 1px;
}

.footer-widget-area .widget_recent_comments li,
.footer-widget-area .widget_recent_entries li a,
.footer-widget-area .wp-block-pages-list__item__link {
  padding-left: 20px !important;
  width: 100%;
  position: relative;
}

.footer-widget-area .wp-block-latest-comments li:before {
  content: unset;
}

.footer-widget-area .wp-block-latest-comments li {
  padding-left: 0 !important;
}

.footer-widget-area .widget_recent_comments li:before,
.footer-widget-area .widget_recent_entries li a:before,
.footer-widget-area .wp-block-latest-posts__list li a:before,
.footer-widget-area .wp-block-pages-list__item__link:before {
  top: 50%;
  left: 0;
}

.footer-widget-area .widget .wp-block-pages-list__item:first-of-type {
  padding-top: 10px;
}

.footer-widget-area .widget_rss .widget-title a,
.footer-widget-area .widget.widget_rss cite {
  color: var(--black-color);
}

.footer-widget-area .wp-block-calendar table thead tr th,
.calendar_wrap table thead tr th {
  color: var(--black-color);
}

.footer-widget-area .widget.widget_rss li {
  margin-bottom: 15px;
}

.footer-widget-area .wp-block-latest-comments__comment {
  margin-bottom: 0;
  padding: 5px 0;
  position: relative;
}

.footer-widget-area .has-avatars.has-dates.has-excerpts.wp-block-latest-comments .wp-block-latest-comments__comment {
  margin-bottom: 10px
}

.footer-widget-area .widget strong,
.footer-widget-area p {
  color: #8A99B4;
}

.footer-widget-area .widget_archive select,
.footer-widget-area .widget_categories select {
  margin-top: 12px;
}

.footer-widget-area .widget_search .widget-title,
.footer-widget-area .widget_tag_cloud .widget-title {
  margin-bottom: 53px;
}

.footer-widget-area .widget_text .widget-title {
  margin-bottom: 45px;
}


/*--------------------------------------------------------------
# Comment Support Browser
--------------------------------------------------------------*/
.comment-form .col-sm-12 {
  padding: 0;
}

.comment-form-wrap ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #8A99B4;
  opacity: 1;
}

.comment-form-wrap :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #8A99B4;
}

.comment-form-wrap ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #8A99B4;
}

.comment-form-wrap ::placeholder {
  /* Most modern browsers support this now. */
  color: #8A99B4;
}

#message-cmt::placeholder {
  /* Most modern browsers support this now. */
  color: #8A99B4;
}

/*--------------------------------------------------------------
# breadcroumb-area
--------------------------------------------------------------*/

.miyaco-header.default {
  position: absolute;
  width: 100%;
}

.breadcroumb-area {
  position: relative;
  background-color: var(--white-color);
  text-align: center;
  padding: 105px 0 105px;
  color: var(--black-color);
}

@media (max-width: 1200px) {
  .breadcroumb-area .breadcroumn-contnt .page-title {
    font-size: 48px;
    margin-bottom: .5rem;
  }
}

@media (max-width: 1199.98px) {
  .sidebar-widget-area {
    margin-top: 59px;
  }
}

@media (max-width: 991px) {
  .breadcroumb-area {
    padding: 80px 0 80px;
  }

  .menu-area {
    padding: 15px 0;
  }
}

@media (max-width: 767px) {
  .breadcroumb-area {
    padding: 80px 0 80px;
  }

  .breadcroumb-area .breadcroumn-contnt .page-title {
    font-size: 40px;
  }
}

@media (max-width: 575px) {
  .breadcroumb-area .breadcroumn-contnt .page-title {
    font-size: 36px;
  }

  .breadcroumb-area .breadcroumn-contnt .page-title {
    line-height: 44px;
    margin-bottom: 15px;
  }
}

@media (max-width: 450px) {
  .breadcroumb-area {
    padding: 80px 0 80px;
  }
}

.breadcroumn-contnt .page-title {
  margin: 0;
  padding: 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  color: var(--black-color);
  font-size: 70px;
  line-height: 70px;
  font-weight: 600;
  margin-bottom: 18px;
}

.header-template-three-activate .breadcroumb-area,
.header-template-two-activate .breadcroumb-area {
  padding: 120px 0 250px;
}

.breadcroumn-contnt span {
  font-family: var(--haeding-font);
}


@media (max-width: 575px) {
  .breadcroumn-contnt .page-title {
    font-size: 48px;
    line-height: 58px;
  }
}

/*--------------------------------------------------------------
# Default Blog Style
--------------------------------------------------------------*/

.page-builder-not-used .content-area {
  padding: 150px 0 147px;
}

@media (max-width: 1199.98px) {
  .page-builder-not-used .content-area {
    padding: 150px 0 150px;
  }
}

@media (max-width: 880px) {

  .page-builder-not-used .content-area,
  div#primary {
    padding: 90px 0;
  }
}

.sticky .post-content-wrapper {
  position: relative;
}

.sticky .post-content-wrapper:before {
  position: absolute;
  content: "\f08d";
  font-family: "Font Awesome 5 Free";
  font-size: 35px;
  right: 40px;
  top: 28px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  font-weight: 900;
  color: var(--thm-color);
}

.single-post-wrapper {
  margin-bottom: 40px;
  overflow: hidden;
}

.all-posts-wrapper .post-thumbnail-wrapper img {
  width: 100%;
  object-fit: cover;
  transition: 0.4s;
  transform: scale(1);
}

.page-layout-grid-ls .all-posts-wrapper .post-thumbnail-wrapper img,
.page-layout-grid-rs .all-posts-wrapper .post-thumbnail-wrapper img {
  height: auto;
}

.page-layout-right-sidebar .all-posts-wrapper,
.page-layout-right-sidebar .post-pagination {
  padding-right: 10px;
}

.page-layout-left-sidebar .row.all-posts-wrapper,
.page-layout-left-sidebar .post-pagination {
  padding-left: 25px;
}

.layout-right-sidebar article.post-single,
.layout-right-sidebar .comments-area {
  padding-right: 20px;
}

@media (max-width: 1199.98px) {

  .layout-right-sidebar article.post-single,
  .layout-right-sidebar .comments-area {
    padding-right: 0px;
  }
}

.layout-left-sidebar article.post-single,
.layout-left-sidebar .comments-area {
  padding-left: 25px;
}

@media (max-width: 991px) {

  .page-layout-right-sidebar .all-posts-wrapper,
  .page-layout-right-sidebar .post-pagination {
    padding-right: 0px;
  }

  .page-layout-left-sidebar .row.all-posts-wrapper,
  .page-layout-left-sidebar .post-pagination {
    padding-left: 0px;
  }

  .layout-right-sidebar article.post-single,
  .layout-right-sidebar .comments-area {
    padding-right: 0px;
  }

  .layout-left-sidebar article.post-single,
  .layout-left-sidebar .comments-area {
    padding-left: 0px;
  }
}

.post-content-wrapper {
  padding-top: 28px;
}

.post-meta {
  margin-bottom: 23px;
}

.post-meta ul {
  margin: initial;
  padding: initial;
}

.post-meta ul li {
  display: inline-block;
  margin-right: 15px;
  text-transform: capitalize;
  vertical-align: middle;
  line-height: 20px;
  transition: 0.3s;
}

.post-meta ul li:hover .posted-on i,
.post-meta ul li:hover .posted-on a,
.post-meta ul li:hover .cat-links i,
.post-meta ul li:hover .cat-links a {
  color: #e8494d;
}

.post-meta ul li:last-child {
  margin-right: 0;
}

.post-meta ul li i {
  color: var(--color-body);
  margin-right: 5px;
  font-size: 16px;
}

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

.post-excerpt {
  font-family: var(--body-font);
  line-height: 1.875em;
  font-size: 16px;
  font-weight: 500;
  display: none;
}

h3.post-title {
  font-weight: 500;
  margin-bottom: 27px;
  word-break: break-all;
  -ms-word-break: break-all;
  font-family: 'Archivo', sans-serif;
  text-transform: capitalize;
}

h3.post-title a {
  color: #191919;
}

h3.post-title a:hover {
  color: var(--thm-color);
}

.post-excerpt p {
  margin-bottom: 25px;
}

.layout-grid .sticky .post-content-wrapper:before,
.layout-grid-ls .sticky .post-content-wrapper:before,
.layout-grid-rs .sticky .post-content-wrapper:before {
  font-size: 30px;
  right: 30px;
  top: 30px;
}

.layout-grid .post-title,
.layout-grid-ls .post-title,
.layout-grid-rs .post-title {
  font-size: 24px;
  margin-bottom: 15px;
  line-height: 34px;
  margin-top: 0;
}

.layout-grid .audio-iframe-wrapper iframe,
.layout-grid-ls .audio-iframe-wrapper iframe,
.layout-grid-rs .audio-iframe-wrapper iframe {
  height: 210px;
}

.layout-grid .single-post-wrapper .post-content-wrapper,
.layout-grid-ls .single-post-wrapper .post-content-wrapper,
.layout-grid-rs .single-post-wrapper .post-content-wrapper {
  padding: 28px 30px 28px 30px;
}

.layout-grid .post-read-more,
.layout-grid-ls .post-read-more,
.layout-grid-rs .post-read-more {
  margin-top: 20px;
}

.layout-grid .all-posts-wrapper .post-meta ul li,
.layout-grid-ls .all-posts-wrapper .post-meta ul li,
.layout-grid-rs .all-posts-wrapper .post-meta ul li {
  font-size: 16px;
  margin-right: 10px;
  font-weight: 600;
}

.layout-grid .all-posts-wrapper .post-meta ul li i,
.layout-grid-ls .all-posts-wrapper .post-meta ul li i,
.layout-grid-rs .all-posts-wrapper .post-meta ul li i {
  font-size: 15px;
}


.layout-grid .post-thumbnail-wrapper .slick-arrow,
.layout-grid-ls .post-thumbnail-wrapper .slick-arrow,
.layout-grid-rs .post-thumbnail-wrapper .slick-arrow {
  height: 50px;
  width: 50px;
  line-height: 50px;
  margin-top: -25px;
  left: 20px;
}

.layout-grid .post-thumbnail-wrapper .slick-arrow.slick-next,
.layout-grid-ls .post-thumbnail-wrapper .slick-arrow.slick-next,
.layout-grid-rs .post-thumbnail-wrapper .slick-arrow.slick-next {
  right: 20px;
  left: auto;
}


@media (max-width: 767px) {

  h3.post-title {
    font-size: 24px;
  }
}



/*--------------------------------------------------------------
# Single Blog
--------------------------------------------------------------*/
.post-details-wrapper article.post-single .post-thumbnail-wrapper {
  margin-bottom: 30px;
}

.post-details-wrapper article.post-single .post-thumbnail-wrapper img {
  border-radius: 0px;
  object-fit: cover;
  object-position: top center;
}

.post-details-wrapper .post-meta {
  margin-bottom: 24px;
}

.post-details-wrapper article .post-title {
  margin-bottom: 20px;
  margin-top: 0;
  font-size: 35px;
  line-height: 1.333;
  font-family: var(--title-font);
  color: #191919;
  text-transform: capitalize;
}

blockquote.wp-block-quote,
blockquote {
  font-size: 24px;
  line-height: 1.56;
  padding: 100px 40px 33px 36px;
  font-weight: 400;
  font-family: var(--body-font);
  text-transform: capitalize;
  display: block;
  position: relative;
  background-color: #e8494d;
  overflow: hidden;
  margin: 40px 0;
  color: var(--white-color);
  border-left: 3px solid var(--theme-color);
  border-radius: 0;
}

figure img {
  margin-top: 16px;
}

blockquote.has-text-color.has-light-gray-color {
  color: var(--black-color);
}

.wp-block-columns.alignwide blockquote.wp-block-quote {
  margin-top: 8px;
}

.widget.widget_block a.wp-block-latest-comments__comment-link {
  display: inline;
  line-height: 1.8;
}

.wp-block-quote.has-text-align-right {
  border-radius: 0;
  padding: 30px;
}

blockquote.wp-block-quote:before,
blockquote:before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-size: 90px;
  font-weight: 900;
  opacity: 1;
  top: 40px;
  left: 40px;

}

blockquote:before {
  top: 40px;
}

@media (max-width: 767px) {
  blockquote:before {
    left: 20px;
  }
}

@media (max-width: 575px) {

  blockquote:before,
  blockquote.wp-block-quote:before {
    left: 20px;
  }

  blockquote.wp-block-quote {
    padding: 100px 20px 30px 20px;
  }
}

blockquote cite,
.wp-block-quote__citation,
.wp-block-quote cite,
.wp-block-quote footer,
.wp-block-pullquote__citation,
.wp-block-pullquote cite,
.wp-block-pullquote footer {
  color: var(--black-color);
  font-weight: 500;
  font-style: italic;
  font-size: 18px;
}

blockquote cite {
  color: var(--white-color);
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large,
.wp-block-quote.is-large:not(.is-style-plain),
.wp-block-quote.is-style-large:not(.is-style-plain) {
  padding: 35px 25px;
  border-left: 4px solid var(--thm-color);
}

.post-details-wrapper article .entry-content a {
  font-weight: 500;
}

.post-details-wrapper article .entry-content .wp-block-archives a,
.post-details-wrapper article .entry-content .wp-block-latest-comments__comment-link,
.post-details-wrapper article .entry-content .wp-block-latest-comments__comment-author,
.post-details-wrapper article .entry-content .wp-block-latest-posts__list a,
.post-details-wrapper article .entry-content .wp-block-rss__item-title a,
.post-details-wrapper article .entry-content .wp-block-tag-cloud a,
.post-details-wrapper article .entry-content ul li a {
  font-weight: 500;
}

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

.post-password-form input[type="password"] {
  border-radius: 5px;
  margin-top: 15px;
}

form.post-password-form input[type='submit'] {
  padding: 19px 30px 19px;
  border-radius: 5px;
  margin-left: 5px;
}

.entry-content ol li {
  margin-bottom: 5px;
}


.post-details-wrapper .entry-content {
  margin-bottom: 15px;
}

span.tag-title {
  color: var(--black-color);
  font-weight: 600;
  margin-right: 10px;
  font-size: 20px;
}

footer.post-footer {
  padding-bottom: 30px;
  display: flex;
  align-items: center;
}

footer.post-footer .post-tags {
  flex-grow: 1;
}

.share-this-post ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.share-this-post ul li {
  display: inline-block;
  margin-left: 10px;
}

.share-this-post ul li a {
  width: 35px;
  height: 35px;
  background: var(--thm-color);
  border-radius: 100%;
  text-align: center;
  padding: 5px 0;
  color: var(--white-color);
  font-size: 14px;
}

.share-this-post ul li a:hover {
  background-color: var(--black-color);
  color: var(--white-color);
}

.share-this-post ul span {
  font-weight: 600;
  color: var(--black-color);
}

.post-tags a {
  padding: 6px 18px 6px 18px;
  margin-right: 10px;
  display: inline-block;
  text-transform: capitalize;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #4f4f4f;
  margin-bottom: 10px;
  border: 1px solid #d9d9d9;
  transition: 0.3s;
}

.post-tags a:hover {
  color: var(--white-color);
  background-color: var(--thm-color);
}

.post-tags a:hover {
  color: var(--white-color);
  background-color: var(--thm-color);
}

.post-details-wrapper strong,
.post-details-wrapper b,
figcaption {
  font-weight: 500;
  color: var(--black-color);
}

.post-page-numbers {
  margin-right: 10px;
}

.entry-content table {
  width: auto;
}

.entry-content table th,
.entry-content table td {
  padding: 15px;
}


li.pingback,
li.trackback {
  border: 2px solid var(--border-color);
  padding: 10px;
  margin-bottom: 20px;
}

ul ol li:before {
  display: none;
}

ul ol li {
  padding-left: 0 !important;
}

ul ol li ul li:before {
  display: block;
}

.page p img {
  margin-bottom: 30px;
}

/*--------------------------------------------------------------
# Author Box
--------------------------------------------------------------*/
.author-info-inner {
  display: flex;
}

.author-info-wrapper {
  padding: 40px;
  background: var(--bg-color);
  border-radius: 10px;
  margin-top: 80px
}

.author-info-inner .author-img {
  width: 180px;
  height: 180px;
  border-radius: 10px;
}

.author-info-inner .author-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.author-info-left {
  margin-right: 30px;
}

h2.author-info-title {
  font-size: 24px;
  text-transform: capitalize;
  line-height: 40px;
  margin: 0;
}

.author-info-content .author-dec {
  margin-top: 10px;
  margin-bottom: 16px;
}

.author-social-info ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.author-social-info ul li {
  display: inline-block;
  margin-right: 5px;
}

.author-social-info ul li a {
  width: 35px;
  height: 35px;
  background: var(--thm-color);
  text-align: center;
  border-radius: 100%;
  font-size: 15px;
  padding: 6px;
  color: var(--white-color);
}

.author-social-info ul li a:hover {
  background-color: var(--black-color);
  color: var(--white-color);
}


@media (max-width: 767px) {
  .author-info-left {
    margin-right: 0;
    margin-bottom: 30px;
  }

  .author-info-inner {
    display: block;
  }
}

/*--------------------------------------------------------------
# Post Prev Next Buttons start
--------------------------------------------------------------*/

.miyaco-post-navication-thum .nav-links {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

nav.miyaco-post-navication-thum {
  padding: 30px 0;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: var(--border-color);
}

.miyaco-post-navication-thum .nav-links a.nav-label {
  font-weight: 500;
  color: var(--black-color);
  font-family: var(--body-font);
}

.miyaco-post-navication-thum .nav-links a.nav-label:hover {
  color: var(--thm-color);
}

.miyaco-post-navication-thum .nav-links .nav-thumb {
  width: 80px;
  border-radius: 10px;
  margin-right: 30px;
}

.miyaco-post-navication-thum .nav-links .nav-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 0px;
  object-fit: cover;
}

.miyaco-post-navication-thum .nav-links .nav-holder {
  display: flex;
  align-items: center;
}

.miyaco-post-navication-thum .nav-links .nav-next.post-thum-nav .nav-thumb {
  width: 80px;
  border-radius: 10px;
  margin-left: 30px;
  margin-right: 0;
}

@media (max-width: 450px) {
  .miyaco-post-navication-thum .nav-links .nav-next.post-thum-nav .nav-thumb {
    margin-left: 10px;
    margin-right: 0px;
  }

  .miyaco-post-navication-thum .nav-links .nav-thumb {
    margin-right: 10px;
    margin-left: 0px;
  }

  #commentform .comment-form-wrap {
    margin: 0 0 0 0;
    padding: 20px 0 0 0;
  }

}

@media (max-width: 320px) {
  .miyaco-post-navication-thum .nav-links .nav-next.post-thum-nav .nav-thumb {
    margin-left: 0px;
    margin-right: 0px;
  }
}

/*--------------------------------------------------------------
# Comment Css
--------------------------------------------------------------*/

.comments-area {
  margin-top: 70px;
}

.comments-title {
  font-size: 30px;
  padding-bottom: 2px;
  margin-bottom: 30px;
  font-family: var(--title-font);
  font-weight: 600;
  line-height: 1.25;
  color: #191919;
}

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

.comment ol.children {
  list-style: none;
  padding-left: 50px;
}

@media (max-width: 320px) {
  .comment ol.children {
    padding-left: 20px !important;
  }
}

.comment span.says {
  display: none;
}

.comment-author.vcard,
footer.comment-meta {
  position: relative;
}

.comment-author.vcard img {
  border-radius: 0%;
  height: 90px;
  width: 90px;
  margin-top: -5px;
}

@media (max-width: 450px) {
  .comment-author.vcard img {
    height: 75px;
    width: 75px;
  }
}

.comment-author.vcard .fn {
  font-size: 20px;
  position: absolute;
  left: 110px;
  top: -10px;
  text-transform: capitalize;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: #191919;
}

.comment-author.vcard .fn a {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.25;
  color: #191919;
  font-family: 'Archivo', sans-serif;
  transition: 0.3s;
}

.comment-author.vcard .fn a:hover {
  color: var(--thm-color);
}

.logged-in-as a {
  color: #191919;
  font-weight: 500;
  transition: 0.4s;
}

.logged-in-as a:hover {
  color: var(--thm-color);
}

.bypostauthor {
  display: block;
}

.bypostauthor .comment-author.vcard .fn:after {
  content: "\f02e";
  font-family: "Font Awesome 5 Free";
  font-size: 13px;
  top: 0;
  margin-left: 10px;
  position: relative;
  line-height: 1;
  font-weight: 900;
  color: #191919;
}

.comment-metadata {
  position: absolute;
  left: 110px;
  top: 20px;
}

.comment-metadata time {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
  color: #4f4f4f;
  font-family: var(--title-font);
}

em.comment-awaiting-moderation {
  font-weight: 500;
  color: #1d1d1d;
  display: block;
  padding-left: 110px;
  margin-top: -25px;
  margin-bottom: 35px;
  display: none;
}

.comment-metadata span.edit-link,
span.edit-link {
  display: none;
}

.comment .comment-content {
  position: relative;
  padding-left: 110px;
  margin-top: -25px;
  font-family: var(--body-font);
  color: #4f4f4f;
  line-height: 1.875;
}

@media (max-width: 375px) {
  .comment .comment-content {
    margin-top: 0;
    padding-left: 0;
  }
}

#message-cmt:focus {
  background: #fff !important;
}

.comment .comment-content p {
  font-family: var(--body-font);
  color: #4f4f4f;
  line-height: 1.785;
  margin-top: 8px;
}

.comment article {
  margin-top: 15px;
  padding: 15px 15px 15px 0;
  border-bottom: 1px solid var(--border-color);
  position: relative;
}

.comment-list li .children .comment-body {
  border-bottom: 1px solid var(--border-color);
}

.comment article:last-child {
  border-bottom: 0;
}

.comment-content img {
  margin-top: 30px;
  margin-bottom: 30px;
}

.comment-body .reply {
  position: absolute;
  right: 0;
  top: 8px;
}

.comments-area .reply a {
  position: relative;
  padding-left: 25px;
  color: #4f4f4f;
  font-weight: 600;
  font-family: var(--title-font);
  font-size: 14px;
  transition: 0.3s;
}

.comments-area .reply a:hover {
  color: var(--thm-color);
}


.comment-body .reply a:before {
  content: "\f3e5";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  left: 3px;
  top: 0;
  color: var(--thm-color);
}

.comment-content a,
.comment-body a {
  word-wrap: break-word;
  font-weight: 500;
}

.comment-content li {
  font-weight: 500;
  margin: 8px 0;
}

/*--------------------------------------------------------------
# Comment Respond Form
--------------------------------------------------------------*/

.comments-heading {
  margin-bottom: 5px;
  color: #191919;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.25;
  font-family: var(--title-font);
}

#cancel-comment-reply-link {
  margin-left: 10px;
  font-size: 20px;
  font-weight: 700;
}

#cancel-comment-reply-link:hover {
  text-decoration: underline;
}

.comment-respond {
  margin-top: 30px;
  padding: 19px 45px 38px 39px;
  background-color: var(--white-color);
  color: #6c757d;
  font-size: 16px;
  font-weight: 400;
  font-family: var(--body-font);
  line-height: 1.875;
}

.tp-comment-input {
  position: relative;
  margin-bottom: 30px;
}

.tp-comment-input input,
.tp-comment-input textarea {
  margin-bottom: 0;
}

.tp-comment-input i {
  position: absolute;
  right: 20px;
  font-size: 18px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #647589;
}

.comment-message.tp-comment-input i {
  top: 30px;
}

li.comment .comment-respond {
  margin-bottom: 45px;
  margin-top: 45px;
}

.comment-form .comment-form-wrap {
  margin: 0px -30px 0 -30px;
  padding: 35px 30px 0 30px;
}

.comment-form input,
.comment-form textarea {
  background: #f1f1f1;
  color: var(--black-color);
  font-family: var(--body-font);
  color: #4f4f4f;
  font-size: 16px;
}

.comment-form-cookies-consent {
  display: none;
}

.comment-message textarea {
  height: auto;
}

.comment-message textarea::placeholder {
  color: #4f4f4f;
}

.comment-message textarea:focus {
  background: #f1f1f1 !important;
}

.comment-form-cookies-consent label {
  display: inline;
  margin-left: 10px;
}

p.logged-in-as {
  margin-bottom: 20px;
}

.comment-form-wrap ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #647589;
}

.comment-form-wrap :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #647589;
  opacity: 1;
}

.comment-form-wrap ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #647589;
  opacity: 1;
}

.comment-form-wrap :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #647589;
}

.comment-form-wrap ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #647589;
}

.comment-form-wrap ::placeholder {
  /* Most modern browsers support this now. */
  color: #647589;
}

#message-cmt::placeholder {
  /* Most modern browsers support this now. */
  color: #647589;
}

.comments-area button.tp-button i {
  font-size: 14px;
}

@media (max-width: 767px) {
  .comments-area {
    margin-top: 40px;
  }
}

@media (min-width: 500px) {
  .comment-metadata time {
    margin-top: 15px;
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Block Style
--------------------------------------------------------------*/

.post-details-wrapper article .entry-content .wp-block-button__link,
.post-details-wrapper article .entry-content .wp-block-file .wp-block-file__button {
  font-weight: 500;
  margin-bottom: 15px;
  color: var(--white-color);
  font-size: 16px;
  background-color: var(--thm-color);
}

.is-style-squared .wp-block-button__link {
  border-radius: 0;
}

.post-details-wrapper article .entry-content .is-style-outline .wp-block-button__link {
  background-color: transparent;
  border-color: var(--thm-color);
  color: var(--thm-color);
}


.post-details-wrapper article .entry-content .wp-block-button__link:hover,
.post-details-wrapper article .entry-content .wp-block-file .wp-block-file__button:hover,
.post-details-wrapper article .entry-content .is-style-outline .wp-block-button__link:hover {
  color: var(--white-color);
  background-color: var(--black-color);
  border-color: transparent;
}

.wp-block-cover {
  margin-bottom: 20px;
  margin-top: 10px;
}

.post-details-wrapper .wp-block-cover p:not(.has-text-color),
.wp-block-cover.has-background-dim strong,
.wp-block-cover.has-background-dim a {
  color: var(--white-color);
}

.wp-block-video figcaption {
  font-size: 16px;
  margin-top: 15px;
}

.wp-block-embed {
  margin-bottom: 30px;
}

/* .post-details-wrapper .wp-block-archives.wp-block-archives-list,
.post-details-wrapper .wp-block-archives.wp-block-archives-dropdown,
.post-details-wrapper .wp-block-archives.wp-block-archives-dropdown label,
.post-details-wrapper .wp-block-categories.wp-block-categories-list,
.post-details-wrapper .wp-block-latest-comments,
.post-details-wrapper .wp-block-latest-posts {
  margin-bottom: 20px;
} */

p.wp-block-tag-cloud {
  margin-bottom: 0;
}

.post-details-wrapper .wp-block-latest-comments li {
  margin-bottom: 20px;
}


.post-details-wrapper .wp-block-categories.wp-block-categories-dropdown {
  margin-bottom: 40px;
}

.post-details-wrapper .entry-content .wp-block-latest-comments__comment img {
  margin-top: 0;
}

.post-details-wrapper .wp-block-search .wp-block-search__button {
  margin-left: 0;
  margin-bottom: 30px;
  border: 0;
  border-radius: 0;
  padding: 19px 30px;
  color: var(--white-color);
  line-height: normal;
}


.post-details-wrapper ol.wp-block-latest-comments {
  padding-left: 0;
}

.wp-block-latest-posts__post-date {
  font-size: 15px;
}

.wp-block-group.has-background {
  margin: 30px 0 !important;
}

.wp-block-media-text {
  margin-bottom: 20px;
}

.post-details-wrapper .entry-content .wp-block-media-text__media img {
  margin-top: 0;
}

.post-details-wrapper .wp-block-table.is-style-stripes {
  border: 1px solid var(--border-color);
}

.post-details-wrapper figure.wp-block-table.is-style-stripes table {
  margin: 0;
}

.post-details-wrapper ul.wp-block-latest-posts__list.wp-block-latest-posts {
  padding-left: 0;
}

.page-links .post-page-numbers:first-child {
  margin-left: 15px;
}


/*--------------------------------------------------------------
# Post pagination
--------------------------------------------------------------*/
nav.wp-block-query-pagination.is-layout-flex.wp-block-query-pagination-is-layout-flex {
  margin-top: 20px;
  margin-bottom: 20px;
}

.post-pagination ul li,
.comments-pagination ul li {
  display: inline-block;
  margin-right: 10px;
}

@media (max-width: 320px) {
  .post-pagination ul li {
    margin-right: 0;
  }
}

.post-pagination ul li a,
.post-pagination ul li span,
.page-links a,
.page-links span,
.comments-pagination ul li a,
.comments-pagination ul li span.page-numbers.current,
.wp-block-query-pagination-numbers a.page-numbers,
.wp-block-query-pagination-numbers span {
  display: inline-flex;
  height: 55px;
  border: 2px solid;
  border-color: var(--border-color);
  background-color: var(--bg-color);
  border-radius: 50%;
  width: 55px;
  line-height: 53px;
  font-size: 18px;
  justify-content: center;
  align-items: stretch;
  font-weight: 600;
  transition: .3s;
  -webkit-transition: .3s;
  color: var(--black-color)
}

.post-pagination ul li span.current,
.post-pagination ul li a:hover,
.page-links span.post-page-numbers.current,
.page-links a:hover,
.comments-pagination ul li span.page-numbers.current,
.comments-pagination ul li a:hover,
.wp-block-query-pagination-numbers span.page-numbers.current,
.wp-block-query-pagination-numbers a.page-numbers:hover {
  background: var(--thm-color);
  color: var(--white-color);
}

.post-pagination ul li a i,
.page-links a i,
.comments-pagination ul li a i {
  font-size: 16px;
  line-height: 53px;
}

.post-pagination span.page-numbers.dots,
.comments-pagination span.page-numbers.dots,
.wp-block-query-pagination-numbers span.page-numbers.dots {
  border-color: transparent;
  background-color: transparent;
  font-size: 35px;
  width: auto;
}

nav.navigation.comments-pagination ul {
  margin: 0;
  padding: 0;
}

nav.navigation.comments-pagination {
  padding-top: 35px;
  padding-bottom: 25px;
}


/* Custom Css ============ */
.entry-content p {
  font-family: var(--body-font);
  line-height: 30px;
  margin-bottom: 24px;
  color: #4f4f4f;
}

.entry-content p:last-child {
  margin-bottom: 0;
}

#block-6 {
  padding: 33px 40px 33px 40px;
}

#miyacocore_blog_post_widget-4 {
  padding: 33px 40px 40px 40px;
}

#block-17 {
  padding: 33px 40px 30px 40px;
}

#block-17 .wp-block-heading {
  margin-bottom: 31px;
}

.wp-block-heading {
  font-family: var(--title-font);
  font-size: 24px;
  font-weight: 600;
  line-height: 35px;
  color: var(--title-color);
  margin-bottom: 23px;
}

.entry-content .wp-block-heading {
  margin-top: 41px;
  font-size: 30px;
  font-family: var(--title-font);
  line-height: 40px;
  margin-bottom: 25px;
}

.widget.footer-widtet .widget-title {
  font-size: 24px;
  font-weight: 600;
  color: var(--title-color);
  font-family: var(--title-font);
  line-height: 35px;
  margin-bottom: 30px;
}

@media (max-width:320px) {
  .widget-title {
    margin-bottom: 24px;
  }

  .entry-content .wp-block-heading {
    margin-top: 35px;
  }
}

.post-read-more .theme-button {
  background-color: transparent;
  color: var(--theme-color);
  padding: 0;
  min-width: auto;
  font-weight: 500;
  position: relative;
  z-index: 2;
  overflow: hidden;
  vertical-align: middle;
  display: inline-block;
  border: none;
  text-transform: capitalize;
  text-align: center;
  font-family: var(--title-font);
  font-size: 18px;
  line-height: 1;
  border-radius: 20px;
  transition: 0.3s all ease-in-out;
  display: inline-flex;
  align-items: center;
}

.post-read-more .theme-button i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 99px;
  text-align: center;
  font-size: 20px;
  margin-left: 10px;
  background-color: var(--theme-color);
  color: var(--white-color);
  transform: rotate(-45deg);
  transition: 0.3s all ease-in-out;
}

.post-read-more .theme-button:before {
  top: 0;
  right: 10px;
  background-color: var(--theme-color);
  position: absolute;
  content: '';
  transition: 0.3s all ease-in-out;
  z-index: -1;
  width: 0;
  height: 40px;
  border-radius: inherit;
}

.post-read-more .theme-button:hover {
  color: var(--white-color);
  padding-left: 15px;
}

.post-read-more .theme-button:hover::before,
.post-read-more .theme-button.active::before {
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  opacity: 1;
}

.post-read-more .theme-button:hover i {
  transform: rotate(0deg);
  background: var(--white-color);
  color: var(--theme-color);
}

li.comment-number:hover .comments-link i,
li.comment-number:hover .comments-link a {
  color: #e8494d;
}