/*
Theme Name: Mediumish
Theme URI: https://www.wowthemes.net/themes/mediumish-wordpress/
Author: WowThemesNet
Author URI: https://wowthemes.net/
Description: Looking for a WordPress theme that looks similar to the shape, layout and typography of Medium? Look no further! Mediumish is the perfect choice! A modern, responsive, clean coded WordPress theme, easily built with the live Customizer and Gutenberg ready!
Requires at least: 5.3
Requires PHP: 5.6
Version: 1.0.50
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: blog, entertainment, news
Text Domain: mediumish
*/

body {
  overflow-x: hidden;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
}

img {
  max-width: 100%;
  height: auto;
}
iframe {
  max-width: 100%;
}
a:hover {
  transition: ease-in 0.3s;
}
.mainheading {
  padding: 1rem 0rem;
}
.mainheading .author-link,
.mainheading .dot,
.mainheading .readingtime {
  color: var(--primary-black);
  font-size: 16px;
}
.mainheading .dot {
  position: relative;
  height: 24px;
}
.mainheading .dot::after {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: var(--primary-black);
  display: inline-block;
  margin-bottom: 3px;
}
.margb-2 {
  margin-bottom: 2.5rem;
}
.homecover {
  background-size: cover;
  padding: 0;
  color: #fff;
  margin-bottom: 2rem;
  margin-top: -1.5rem;
  background-image: url(assets/img/default.jpg);
}
.homecover h1 span,
.homecover .lead span {
  background: rgba(0, 0, 0, 0.6);
  padding: 3px 20px 3px 20px;
  display: inline-block;
}
a {
  color: #00ab6b;
}
.mediumnavigation {
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.15);
  transition: top 0.2s ease-in-out;
  color: rgba(0, 0, 0, 0.5);
}
.admin-bar .mediumnavigation {
  margin-top: 32px;
}
.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
figcaption {
  font-style: italic;
  font-size: 16px;
  background: #fbfbfb;
  padding: 10px;
  line-height: 1.2;
  font-weight: 400;
}
figure {
  max-width: 100%;
}
.bypostauthor {
}
.wp-caption {
}
.wp-caption-text {
}
.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;
}
section {
  margin-bottom: 10px;
}
.section-title h2 {
  font-weight: 500;
  font-size: 32px;
  margin-bottom: 27px;
}
.page-template-default .section-title h2 {
  font-size: 2.1em;
}
.section-title span {
  display: inline-block;
  padding-bottom: 15px;
  margin-bottom: -1px;
  text-transform: capitalize;
}
.section-title span span {
  padding-bottom: 0;
  border-bottom: 0;
}

@media (min-width: 576px) {
  .card-columns.listfeaturedtag {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
@media (min-width: 992px) {
  .navbar .nav-link {
    padding: 0 !important;
  }
  .navbar .navbar-nav .nav-item + .nav-item {
    margin-left: 16px;
  }

  .navbar-toggleable-sm .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media (min-width: 768px) {
  .dropdown-item {
    background: rgba(255, 255, 255, 0.97);
    border-left: 1px solid rgba(97, 95, 95, 0.09);
    border-right: 1px solid rgba(97, 95, 95, 0.09);
    border-bottom: 1px solid rgba(97, 95, 95, 0.09);
    font-size: 1em;
  }
  .navarea {
    padding: 1.34rem 0rem !important;
  }
  .mediumnavigation {
    padding: 0 !important;
  }
}
.separated-divider {
  flex-direction: column;
  margin: 0 !important;
}
.separated-divider .divider {
  margin-top: 10px;
  margin-bottom: 60px;
  margin-left: 23.666667%;

  @media (max-width: 1200px) {
    padding: 0;
    margin-left: 0;
    max-width: 100% !important;
  }
}
.single .related-posts {
  margin-left: 23.666667%;
  padding: 0;

  @media (max-width: 1200px) {
    padding: 0;
    margin-left: 15px;
    max-width: 100% !important;
  }
}
.single .related-posts .row {
  margin: 0 !important;
}
.single .related-posts h3 {
  font-weight: 900;
  line-height: 100%;
  letter-spacing: -0.96px;
  text-transform: uppercase;
  color: (--primary-black);

  @media (max-width: 600px) {
    max-width: 250px;
  }
}
.single .related-posts .card {
  background-color: var(--primary-beige);
}
.single .related-posts .card {
  background-color: var(--primary-beige);
}
.single .related-posts .card .card-title {
  font-size: 18px;
  line-height: 130%;
  font-weight: 500;
  text-transform: capitalize;
}
.single .related-posts .owl-dots {
  right: 15px;
}
.box__banner__post {
  display: none;
}
.card-columns .card {
  margin-bottom: 20px;
}
.skipfirst .grid-item:first-child {
  display: none;
}
.featured-posts .widget {
  margin-bottom: 30px;
}
.featured-posts .widget.widget_mediumishcatwidget {
  margin-bottom: 10px;
}
.card-title {
  font-size: 17px;
  line-height: 27px;
}
.mb-30 {
  margin-bottom: 30px;
}
.listfeaturedtag .wrapthumbnail {
  flex: 0 0 auto;
  overflow: hidden;
}
.listfeaturedtag .card {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  padding-left: 0;
}
.listfeaturedtag .thumbnail {
  background-size: cover;
  height: 100%;
  display: block;
  background-position: 38% 22% !important;
  background-origin: border-box !important;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.listfeaturedtag .nothumbimage {
  margin: 0 15px;
  padding: 0 30px 30px 30px;
}
.listfeaturedtag .nothumbimage .wrapfooter {
  width: 90%;
}
.listfeaturedtag .card-block {
  padding-left: 0;
}
.listfeaturedtag .card-title {
  font-size: 1.4em;
}
.listfeaturedtag h3.card-title a,
.listrecent h3.card-title a,
.prevnextlinks a {
  color: var(--low-pure);
}
.listfeaturedtag h3.card-title a:hover,
.listrecent h3.card-title a:hover {
  text-decoration: none;
}
.listfeaturedtag span.card-text,
.listrecent span.card-text {
  line-height: 1.55;
  font-weight: 400;
}
.listfeaturedtag .wrapfooter {
  font-size: 13px;
  display: block;
}
.post_card_tall .wrapthumbnail img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.card-text {
  opacity: 0.9;
}
.listpostsbycats {
  margin-bottom: 30px;
}
.masonrygrid.row.listrecent {
  margin-right: -10px;
  margin-left: -10px;
}
.listrecent .wrapfooter {
  font-size: 14px;
}
.card.post.highlighted .thumbimage {
  background-position: 50% 50%;
  background-size: cover;
  height: 260px;
}
.card.post.authorpost .thumbimage {
  background-position: 50% 50%;
  background-size: cover;
  height: 280px;
}
.card.post.height262 .thumbimage {
  background-position: 50% 50%;
  background-size: cover;
  height: 214px;
  border-radius: var(--border-default);
}
.metafooter {
  padding-top: 25px;
}
.thiscatstyle1 .highlighted .card-title {
  font-size: 1.5em;
  line-height: 1.4;
}
.font400 {
  font-weight: 400 !important;
}
.padlr10 {
  padding-left: 10px;
  padding-right: 10px;
}
.padr10 {
  padding-right: 10px;
}
.margneg10 {
  margin-left: -10px;
  margin-right: -10px;
}
.fpsml-template-1 {
  background-color: #fff !important;
  padding: 0 !important;
}
.highlighted {
  height: 555px;
}
@media (min-width: 1200px) {
  .navbar .navbar-nav .nav-item + .nav-item {
    margin-left: 32px;
  }
  .navbar .navbar-nav .nav-item .nav-link {
    font-size: 15px;
  }
  .recent-posts .highlighted,
  .listrelated .highlighted {
    height: 520px;
  }
  /* .height262 {
	height:262px;
} */
  .highlighted .metafooter,
  .height262 .metafooter {
    padding-top: 10px;
  }
  .recent-posts .listrecent .card.post.highlighted {
    height: 480px;
  }
  .recent-posts .listrecent .card.post.highlighted .thumbimage {
    height: 205px;
  }
  .recent-posts .listrecent .card.post .card-title {
    font-size: 1.4em;
  }
}
.author-thumb,
.meta-footer-thumb img {
  width: 40px;
  height: 40px;
  float: left;
  margin-right: 13px;
  border-radius: 100%;
}
.thumb img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.post-top-meta {
  margin-bottom: 2rem;
}
h2.comments-title,
h3.comment-reply-title {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.68);
}
h3.comment-reply-title {
  margin-bottom: 15px;
}
#comments .comment-content {
  font-family: Merriweather;
  color: rgba(0, 0, 0, 0.84);
}
p.comment-notes {
  display: none;
}
.comment-respond {
  margin-top: 2rem;
}
.comment-form label {
  display: inline-block;
}
.comment-form input[type="checkbox"] {
  width: auto;
  margin-right: 4px;
}
#comments {
  margin: 3.5rem 0 0 0;
}
#comments .comment-metadata {
  font-size: 14px;
  margin-bottom: 15px;
}
#comments .comment-metadata a {
  color: rgba(0, 0, 0, 0.54);
}
#comments .fn {
  font-size: 15px;
  line-height: 1.4;
  padding-left: 10px;
  font-weight: 600;
}
#comments .vcard img {
  border-radius: 50%;
}
ol.comment-list {
  list-style: none;
  padding-left: 0;
}
ol.children {
  list-style: none;
  padding-left: 15px;
}
.comment-list li.comment,
.comment-form textarea,
.comment-form input {
  background: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(0, 0, 0, 0.09);
  border-radius: 3px;
  padding: 20px;
  position: relative;
}
.comment-form input.submit {
  background-color: #1c9963;
  border-color: #1c9963;
  color: rgba(255, 255, 255, 1);
  border-radius: 3px;
  font-size: 0.9rem;
  margin-left: 0;
  font-weight: 600;
  text-transform: none;
  width: auto;
  cursor: pointer;
  box-shadow: none;
  padding: 7px 13px;
}
.comment-form textarea,
.comment-form input {
  padding: 10px 10px;
  max-height: 180px;
  width: 100%;
  font-size: 14px;
}
#comments .reply {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 17px;
  padding: 2px 8px;
}
#comments .reply a {
  color: rgba(0, 0, 0, 0.5);
}
.comment-list li.comment.depth-1 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.post-top-meta .author-thumb {
  width: 72px;
  height: 72px;
}
.post-top-meta span {
  font-size: 15px;
  color: var(--low-medium);
  display: inline-block;
}
.post-top-meta .author-description {
  margin-bottom: 5px;
  margin-top: 5px;
  font-size: 1.4em;
  font-weight: 400;
}
.single-post .post-top-meta .author-description {
  font-size: 1.09em;
}
.author-meta {
  flex: 1 1 auto;
  white-space: nowrap !important;
  text-overflow: ellipsis !important;
  overflow: hidden !important;
}
span.post-name,
span.post-date,
span.author-meta {
  display: inline-block;
}
span.post-date,
span.post-read,
span.readingtime {
  color: rgba(0, 0, 0, 0.54);
}
span.post-name {
  text-transform: capitalize;
}
span.post-read-more {
  align-items: center;
  display: inline-block;
  float: right;
  margin-top: 12px;
}
.card.post.authorpost span.post-read-more {
  margin-top: 0;
}
span.post-read-more a {
  color: rgba(0, 0, 0, 0.44);
}
span.post-name a,
span.post-read-more a:hover {
  color: rgba(0, 0, 0, 0.8);
}
.dot:after {
  content: "\00B7";
  margin-left: 3px;
  margin-right: 3px;
}
.mediumnavigation .form-control {
  font-size: 0.8rem;
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.04);
}
.mediumnavigation .form-inline {
  margin-left: 15px;
}
.mediumnavigation .form-inline .btn {
  margin-left: -50px;
  border: 0;
  border-radius: 30px;
  cursor: pointer;
}
.mediumnavigation .form-inline .btn:hover,
.mediumnavigation .form-inline .btn:active {
  background: transparent;
  color: green;
}
.navarea {
  position: relative;
  background: var(--high-light);
  padding: 0;
}

.navbar {
  padding: 0;
}
.navbar .nav-link {
  text-transform: none !important;
  color: var(--low-dark) !important;
  font-weight: 500 !important;
  font-family: "Inter", sans-serif !important;
}

.nav-link:hover {
  color: var(--highlight-medium) !important;
}
.mediumnavigation .navbar-brand {
  font-weight: 700;
  font-family: Merriweather;
  font-size: 1.6rem;
  margin-right: 0;
}
.nav-border {
  border-top: 1px solid #eee;
  margin-top: 10px;
}
.mediumnavigation .dropdown-menu {
  border: 0;
  margin: 0;
  border-radius: 0;
  line-height: 30px;
  padding-top: 13px;
  background: transparent;
}
.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:focus,
a.dropdown-item:hover {
  background-color: #333;
  color: #fff;
}
.mediumnavigation .nav-item,
.dropdown-menu {
  font-size: 15px;
}
.mediumnavigation a:hover {
  text-decoration: none;
}
.mediumnavigation .navbar-brand img {
  max-height: 30px;
  margin-right: 5px;
}
.nav-up .blog-logo,
.nav-up .navbar-brand {
  opacity: 0;
  transition: all 0.2s;
}
.site-content {
  min-height: 75vh;
  padding-top: 43px;
  margin-top: 73px;
  transition: all 0.4s;
}
.embed_post .site-content {
  margin-top: 0 !important;
}
.carousel-excerpt {
  background: rgba(51, 51, 51, 0.38);
  padding: 7% 5%;
  font-size: 30px;
  max-width: 100%;
}
.carousel-excerpt .fontlight {
  font-weight: 400;
  font-size: 18px;
  text-transform: none;
  margin-top: 30px;
  display: block;
  line-height: 1.6;
  opacity: 0.8;
}
.carousel-item {
  max-height: 550px;
}
.carousel-item img {
  width: 100vw;
  max-height: 550px;
  min-height: 550px;
  object-fit: cover;
}
.carousel-caption {
  top: 0;
}
#main-slider,
.forauthor {
  margin-top: -43px;
}
.mainheading h1.posttitle,
h1.entry-title {
  margin-bottom: 1rem;
  font-size: 56px;
  font-weight: 900;
  line-height: 100%;
  letter-spacing: -1.68px;
  text-transform: uppercase;
}

i.social {
  display: inline-block;
  text-align: center;
  margin: 0 0 0 10px;
  font-size: 15px;
}
.jumbotron.fortags {
  border-radius: 0;
  background-image: url(assets/img/default.jpg);
  background-size: cover;
}
.jumbotron.fortags a {
  padding: 0 10px;
  background: rgba(34, 34, 34, 0.78);
  border-radius: 30px;
  color: #fff;
  font-weight: 400;
  text-transform: lowercase;
  font-size: 0.9rem !important;
  margin-top: 3px;
  margin-bottom: 3px;
  display: inline-block;
}
@media (min-width: 768px) {
  .jumbotron.fortags {
    margin-bottom: -30px;
    padding: 0;
    height: 400px;
  }
  .jumbotron.fortags .col-md-4 {
    background: rgba(0, 0, 0, 0.75);
    color: #fff;
    height: 400px;
    margin-left: 0;
    padding-left: 0;
    padding-top: 15%;
  }
  .jumbotron.fortags .col-md-4 h2 {
    font-weight: 300;
  }
  .jumbotron.fortags .row {
    margin: 0;
  }
  .postbox_default_thumbnail img {
    height: 207px;
    object-fit: cover;
    object-position: center;
    width: 100%;
  }
}
.footer {
  border-top: 1px solid rgba(0, 0, 0, 0.05) !important;
  padding-top: 15px;
  padding-bottom: 12px;
  font-size: 0.8rem;
  color: rgba(0, 0, 0, 0.44);
  margin-top: 30px;
}
.back-to-top {
  margin: 0;
  position: fixed;
  bottom: 80px;
  right: 40px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.18);
  z-index: 100;
  display: none;
  text-decoration: none;
}
.back-to-top i {
  font-size: 20px;
  color: rgba(0, 0, 0, 0.3);
}
.link-dark {
  color: rgba(0, 0, 0, 0.8);
}

.article-post {
  font-size: 20px;
  line-height: 36px;
  color: var(--primary-black);
  display: flex;
  flex-direction: column;
}
.article-post p {
  font-size: 20px;
  line-height: 160%;
  color: var(--primary-black);
}
.article-post > *,
.entry-content.page-content > * {
  margin-bottom: 2rem;
}
.entry-content blockquote {
  font-style: italic;
  color: rgba(0, 0, 0, 0.5);
  border-left: 4px;
}

blockquote:not(.wp-block-quote) {
  border-left: 4px solid #000;
  margin: 20px 0;
  padding-left: 1em;
  margin-left: 20px;
}

.featured-image {
  display: block;
  margin: 0px auto;
  margin-bottom: 2rem;
  width: 100%;
  border-radius: var(--border-default);
}
.sidebarapplause {
  margin-top: -20px;
}

.share {
  display: block;
  text-align: center;
}
.share p {
  margin-bottom: 10px;
  font-size: 0.95rem;
}
.share ul li {
  display: block;
  margin-bottom: 5px;
}
.share ul {
  padding-left: 0;
  margin-left: 0;
}
.svgIcon {
  vertical-align: middle;
}
.share,
.share a {
  color: #999;
  fill: #999;
}
.shareitnow li a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  color: var(--low-medium);
  font-size: 13px;
}
.share-horizontal {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding-top: 10px;
  margin-bottom: 1.5rem;
}
.share-horizontal ul {
  list-style: none;
  margin-bottom: 0.56rem;
}
.share-horizontal ul li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 7px;
}
.share-horizontal p {
  vertical-align: middle;
  float: left;
  margin-right: 20px;
  margin-bottom: 0;
}
.graybg {
  background-color: #fafafa;
  padding: 40px 0 46px;
  position: relative;
}
.listrelated .card {
  border: 0;
}
.card-block {
  padding: 20px 0px;
}
.single-post .listrelated .card {
  margin-bottom: 30px;
}
.card {
  border: none !important;
  margin-bottom: 55px;
}
.card img {
  border-radius: var(--border-default);
}
.card .img-thumb {
  border-top-right-radius: var(--border-default);
  border-top-left-radius: var(--border-default);
}
ul.post-categories {
  list-style: none;
  padding-left: 0;
  margin: 0rem 0 2rem 0;
}
ul.post-categories li {
  display: inline-block;
}
ul.post-categories li a {
  display: inline-block;
  font-size: 15px;
  background: #fbfaf6;
  color: var(--primary-black) !important;
  border-radius: 4px;
  padding: 7px 16px;
  margin-right: 10px;
  margin-bottom: 18px;
  text-decoration: none;
}
ul.post-categories li a:hover {
  color: var(--primary-Purple);
  text-decoration: none;
}
.post-top-meta .avatar {
  border-radius: 50%;
  width: 30px;
  margin: 20px 0 15px;
}
img.scaled-image {
  border: none !important;
}
.margtop3rem {
  margin-top: 3rem;
}
.margbotneg100 {
  margin-bottom: -100px;
}
.pl-0 {
  padding-left: 0;
}
.pr-0 {
  padding-right: 0;
}
.prevnextlinks {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin-left: 0;
  margin-right: 0;
}
.prevnextlinks a {
  font-weight: 700;
  color: #222;
}
.prevnextlinks a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.prevnextlinks .rightborder {
  border-right: 1px solid #eee;
}
.prevnextlinks .thepostlink {
  padding: 20px 0;
  font-size: 18px;
  color: inherit;
}
.sep {
  height: 1px;
  width: 20px;
  background: #999;
  margin: 0px auto;
  margin-bottom: 1.2rem;
}
.btn.follow {
  border-color: #02b875;
  color: #1c9963;
  padding: 3px 10px;
  text-align: center;
  border-radius: 999em;
  font-size: 0.85rem;
  display: inline-block;
}
.btn.subscribe {
  background-color: #1c9963;
  border-color: #1c9963;
  color: rgba(255, 255, 255, 1);
  fill: rgba(255, 255, 255, 1);
  border-radius: 30px;
  font-size: 0.85rem;
  margin-left: 10px;
  font-weight: 600;
}
.btn-simple {
  background-color: #1c9963;
  border-color: #1c9963;
  color: rgba(255, 255, 255, 1);
  fill: rgba(255, 255, 255, 1);
  border-radius: 30px;
  font-size: 0.9rem;
  font-weight: 600;
  margin-top: 2rem;
  padding: 10px 20px;
}
.post-top-meta .btn.follow {
  margin-left: 5px;
  margin-top: -4px;
}
.alertbar {
  box-shadow: 0 -3px 10px 0 rgba(0, 0, 0, 0.0785);
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  padding: 14px 0;
  z-index: 1;
  display: none;
}
.alertbar form {
  display: inline-block;
}
.alertbar .mc4wp-form-fields p {
  display: inline-block;
  margin-bottom: 0;
}
.alertbar input[type="email"],
.sendy-form-fields input {
  font-size: 0.85rem;
  padding: 3px 5px 3px 10px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border: 1px solid #ddd;
  border-right: 0;
  margin-right: -10px;
  height: 34px;
  letter-spacing: 0.5px;
  margin-left: 5px;
  min-width: 220px;
}
.sendy-input-name,
.sendy-input-email,
.sendy-input-submit {
  display: inline-block;
}
.sendy-error {
  color: red;
}
.sendy-message {
  border: 2px solid #4ac14a;
  padding: 0 10px;
  display: inline-block;
}
.alertbar input[type="submit"] {
  background-color: #1c9963;
  border: 1px solid #1c9963;
  color: rgba(255, 255, 255, 1);
  fill: rgba(255, 255, 255, 1);
  font-size: 0.85rem;
  border-radius: 0;
  padding: 4px 10px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  font-weight: 600;
  height: 34px;
  letter-spacing: 0.5px;
}
.post.author .avatar {
  border-radius: 50%;
  width: 100px;
  margin-top: -70px;
  margin-bottom: 20px;
  border: 10px solid #fff;
}
.profile-icons a {
  color: inherit;
}
.homecover .authorpage {
  max-width: 100%;
  margin: 0px auto;
  background: rgba(35, 29, 29, 0.5);
  padding: 3rem 2rem;
  color: #fff;
}
.homecover .authorpage a,
.homecover .authorpage .bull {
  color: rgba(255, 255, 255, 0.46);
}
table {
  border-collapse: collapse;
  width: 100%;
  font-size: 13px;
  margin-bottom: 2rem;
}
table td,
table th {
  border: 1px solid #ddd;
  padding: 8px;
}
table tr:nth-child(even) {
  background-color: #f2f2f2;
}
table tr:hover {
  background-color: #ddd;
}
table th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #1c9963;
  color: white;
}
table th a {
  color: #fff;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.3);
}
table th a:hover {
  text-decoration: none;
  color: #fff;
  border-bottom: 1px solid #fff;
}
dd {
  margin: 0;
}
dd::after {
  content: "\A";
  white-space: pre-line;
}
dd:last-of-type::after {
  content: "";
}
dd,
dt {
  display: inline;
}
dd,
dt,
.address {
  vertical-align: middle;
}
dt {
  font-weight: bolder;
}
dt::after {
  content: ":";
}
.address {
  display: inline-block;
  white-space: pre;
}
article h1,
article h2,
article h3,
article h4,
article h5,
article h6 {
  margin-bottom: 1.5rem;
}
.form-control {
  font-size: 14px;
}
.wfs_post_submit .btn.btn-info {
  background: #02b875;
  border: 0;
  border-radius: 3px;
  color: #fff;
  -webkit-appearance: none;
}
.wfs_post_submit {
  text-align: left;
}
.authorpage h1 {
  font-weight: 700;
  font-size: 30px;
  text-transform: capitalize;
  color: #fff;
}
.post-top-meta.authorpage .author-thumb {
  float: none;
  margin-right: 0;
}
.forauthor .author-thumb {
  border: 5px solid #fff;
  width: 90px;
  height: 90px;
}
.authorpage .author-description {
  color: rgba(0, 0, 0, 0.6);
}
.post-top-meta.authorpage .btn.follow {
  padding: 7px 20px;
  margin-top: 10px;
  margin-left: 0;
  font-size: 0.9rem;
}
.graybg.authorpage {
  border-top: 1px solid #f0f0f0;
}
.authorpostbox {
  width: 760px;
  margin: 0px auto;
  margin-bottom: 1.5rem;
  max-width: 100%;
}
.card.authorpost {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(0, 0, 0, 0.09);
  margin-bottom: 30px;
}
.card.authorpost span.card-text {
  font-size: 1.2em;
}
.card.authorpost .muted {
  color: #a7a7a7;
}
.listrecent .authorpost h2.card-title {
  font-size: 1.45rem;
}
.vcard {
  text-transform: capitalize;
}
.authorpostbox .img-thumb {
  width: 100%;
}
.sociallinks {
  margin: 1rem 0;
}
.sociallinks a {
  background: #666;
  color: #fff;
  width: 22px;
  height: 22px;
  display: inline-block;
  text-align: center;
  line-height: 22px;
  border-radius: 50%;
  font-size: 12px;
}
.margtop2 {
  margin-top: 2rem;
}
.grid-item {
  margin-bottom: 30px;
}
.wpcf7-form input,
.wpcf7-form textarea,
.wpcf7-form select {
  border: 1px solid #eee;
  padding: 10px;
}
input[type="submit"] {
  background-color: #1c9963;
  border: 1px solid #1c9963;
  display: inline-block;
  padding: 5px 20px;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
}
.bottompagination span.navigation,
.bottompagination .pagination {
  display: block;
  font-size: 0.93rem;
  padding: 15px 0;
  text-align: center;
  margin-bottom: 0;
  margin-top: 20px;
  color: var(--low-pure);
}
.bottompagination span.navigation a {
  color: #999;
  color: var(--low-pure);
}
.bottompagination span.navigation li,
.bottompagination .pagination .page-numbers {
  display: inline-block;
  list-style: none;
  margin: 0 2px;
  padding: 0 20px;
  border-radius: 2px;
  font-size: 20px;
  line-height: 36px;
  position: relative;
  color: var(--low-pure);
}
.bottompagination span.navigation li a.active,
.bottompagination .pagination .page-numbers.current {
  color: var(--primary-Purple);
}

li.disabled {
  cursor: not-allowed;
}
li.disabled a {
  pointer-events: none;
}
.pointerup {
  margin-bottom: -36px;
  margin-left: 49%;
  font-size: 30px;
}
.pointerup i.fa {
  color: #eaeaea;
}
.bottompagination span.navigation i {
  display: inline-block;
}
.morefromcategory {
  font-weight: 400;
  font-size: 15px;
  text-decoration: none;
  margin-top: 10px;
  color: #999;
}
.morefromcategory:hover {
  text-decoration: none;
}
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.woocommerce table.shop_table th {
  background-color: transparent;
  color: #666;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce .woocommerce-ordering select,
.woocommerce .search-field {
  border: 1px solid #e2e2e2;
  padding: 8px 10px;
  border-radius: 0;
}
.woocommerce .search-field {
  margin-bottom: 10px;
}
.woocommerce form .select2-container {
  border-radius: 0;
}
.woocommerce h3#order_review_heading {
  margin-top: 1.5rem;
}
.woocommerce div.product .product_title {
  font-size: 2rem;
}
.woocommerce .related.products h2,
.woocommerce .woocommerce-tabs h2 {
  font-size: 1.5rem;
}
.woocommerce #comments {
  margin: 0;
}
#sidebarwoocommerce ul.product-categories,
#sidebarposts ul {
  padding-left: 5px;
  list-style: none;
}
#sidebarposts ul li {
  margin-bottom: 10px;
}
#sidebarposts .search-form .search-field {
  width: 80%;
}
#sidebarposts .search-form .search-submit {
  width: 20%;
}
#sidebarposts ul a {
  color: #999999;
}
#sidebarwoocommerce aside,
#sidebarposts aside {
  margin-bottom: 30px;
  padding: 20px;
  border: 1px solid #eee;
}
#sidebarwoocommerce h4.widget-title,
#sidebarposts h4.widget-title {
  font-size: 14px;
  margin: -20px;
  padding: 15px 20px;
  background: #ffffff;
  border-bottom: 1px solid #eee;
  margin-bottom: 15px;
}
#sidebarwoocommerce .star-rating {
  font-size: 10px;
}
.archive.woocommerce .page-title {
  display: none;
}
#sidebarwoocommerce span.reviewer {
  color: #999;
}

/*-- gt begin --*/
.article-post .wp-block-quote p,
.article-post .wp-block-pullquote p {
  margin: 0 0 1rem 0;
}
.article-post h2,
.article-post h3 {
  letter-spacing: -1.32px;
  text-transform: uppercase;
  font-weight: 900;
}
.article-post h2 {
  font-size: 44px;

  @media (max-width: 600px) {
    font-size: 30px;
  }
}

.wp-block-quote {
  border-left-style: solid;
  border-left-width: 4px;
  padding-left: 1em;
}
.wp-block-quote cite {
  display: block;
  font-size: 14px;
  font-style: normal;
}
.wp-block-pullquote {
  border-top-style: solid;
  border-top-width: 4px;
  border-bottom-style: solid;
  border-bottom-width: 4px;
  padding: 3.5rem 0;
}
.wp-block-quote.is-large,
.wp-block-quote.is-style-large,
.article-post blockquote,
pre,
.article-post ul:last-of-type {
  margin-bottom: 2rem;
}
hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.alignfull {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: auto;
  max-width: 1000%;
}

.alignwide {
  margin-left: calc(31% - 31vw);
  margin-right: calc(31% - 31vw);
  width: auto;
  max-width: 1000%;
}
.alignwide img,
.alignfull img {
  display: block;
  margin: 0 auto;
}
.wp-block-table td,
.wp-block-table th {
  border: 1px solid #e4e4e4;
}
.wp-block-embed.is-type-video iframe,
.wp-block-embed-vimeo iframe,
.wp-block-video video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: var(--border-default);
}
.wp-block-embed.is-type-video,
.wp-block-embed-vimeo,
.wp-block-video {
  position: relative;
}
.wp-block-embed.is-type-video:before,
.wp-block-embed-video:before,
.wp-block-video:before {
  content: "";
  display: block;
  background: #fff;
}
.wp-block-video:before {
  padding-top: 69.25%;
}
p.has-text-color a {
  color: inherit !important;
  border-bottom: 1px solid;
}
p.has-text-color a:hover {
  text-decoration: none;
  opacity: 0.9;
}
/*-- gt end --*/

@media print {
  .hellobar,
  .share,
  .cp-modal-popup-container,
  .addtoany_content,
  .prevnextlinks,
  .listrelated,
  .navbar-light .navbar-toggler,
  .navbar-toggleable-sm .navbar-nav,
  .customarea,
  footer.footer,
  mainheading,
  .noprint,
  .tweetdis_box {
    display: none !important;
  }
  .mediumnavigation {
    height: 70px;
    position: relative;
  }
  .mediumnavigation {
    top: 0 !important;
  }
  .site-content {
    padding: 0;
    margin-top: 20px !important;
  }
  .nav-up .blog-logo {
    opacity: 1 !important;
  }
  img {
    display: none !important;
  }
  .blog-logo img {
    display: block !important;
  }
  img {
    max-width: 600px;
  }
  @page {
    margin: 1cm;
  }
}
@media (min-width: 1024px) {
  .share {
    /* position:fixed; */
    display: block;
  }
  .share ul li {
    display: block;
  }
}
@media (max-width: 999px) {
  /* .share {  display: block; } */
  .listfeaturedtag .wrapthumbnail,
  .listfeaturedtag .col-md-7 {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
  }
  .listfeaturedtag .wrapthumbnail {
    height: 250px;
  }
  .listfeaturedtag .card {
    height: auto;
  }
  .listfeaturedtag .wrapfooter {
    position: relative;
    margin-top: 30px;
  }
  .listfeaturedtag .card-block {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  span.post-read-more {
    display: none;
  }
  .card.post .meta-footer-thumb {
    float: left;
  }
  .card.post .author-meta {
    float: left;
  }

  .listfeaturedtag .nothumbimage {
    padding: 0;
  }
  header .container {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .highlighted {
    height: unset;
    margin-bottom: 30px;
  }
  .single-post .listrelated .card {
    max-width: auto;
    height: auto;
  }
}
@media (max-width: 767px) {
  .navbar {
    padding: 0;
  }
  .bottompagination span.navigation li,
  .bottompagination .pagination .page-numbers {
    padding: 0 10px;
  }
  .carousel-item img,
  .carousel-item {
    min-height: 400px;
    max-height: 400px;
  }
  button.navbar-toggler {
    background-color: transparent;
    border: none;
  }

  .post-top-meta .avatar {
    margin: 15px 0 10px;
  }
  .share ul li {
    display: inline-block;
  }
  .shareitnow li a {
    margin: 0 5px;
  }
  .share-horizontal {
    display: block;
  }
  .featured-posts .card.post.highlighted {
    margin-bottom: 20px;
  }
  .searcharea,
  .customarea {
    display: none;
    text-align: center !important;
    margin: 5px 0;
  }
  .logoarea {
    text-align: left !important;
  }
  .btn-simple {
    margin-top: 1rem;
    padding: 5px 10px;
  }
  .navbar-collapse {
    padding-top: 20px;
  }
  .navbar-collapse .nav-link {
    font-weight: 600;
    font-size: 15px;
    padding: 10px 20px;
  }
  .dropdown-item {
    border-left: 1px solid rgba(97, 95, 95, 0.09);
    border-right: 1px solid rgba(97, 95, 95, 0.09);
    border-bottom: 1px solid rgba(97, 95, 95, 0.09);
  }
  .mediumnavigation {
    position: fixed;
    min-height: auto;
  }
  .site-content {
    padding-top: 15px;
  }
  #main-slider,
  .forauthor {
    margin-top: -15px;
  }
  .prevnextlinks .rightborder {
    border: 0;
  }
  .prevnextlinks .text-right {
    text-align: center !important;
  }
  .prevnextlinks {
    text-align: center;
  }
  .prevnextlinks .thepostlink {
    padding: 10px 0;
  }
  .mainheading h1.posttitle,
  h1.entry-title {
    font-size: 2rem !important;
  }
  .carousel-excerpt {
    font-size: 15px;
    padding: 10% 10%;
    font-size: 17px;
    letter-spacing: 1px;
    max-width: 100%;
  }
  .navbar-toggler-right {
    position: absolute;
    top: -45px;
    /* right:0; */
  }
  .mediumnavigation .navbar-brand {
    font-size: 24px;
  }
  .navbar-toggler {
    font-size: 1.15rem;
    padding: 4px;
  }
  .alertbar {
    box-shadow: none;
    position: relative;
  }
  footer.footer .pull-left,
  footer.footer .pull-right {
    text-align: center;
    float: none;
  }
  .alertbar form {
    margin-top: 15px;
  }
  .article-post {
    font-size: 15px !important;
  }
  .admin-bar .mediumnavigation {
    margin-top: 0;
  }
  html {
    margin-top: 0px !important;
  }
  .wp-block-image .aligncenter,
  .wp-block-image .alignleft,
  .wp-block-image .alignright {
    float: none;
    display: block;
    margin: 0px auto;
    text-align: center;
  }
  .wp-block-image .aligncenter > figcaption,
  .wp-block-image .alignleft > figcaption,
  .wp-block-image .alignright > figcaption {
    display: block;
  }

  .listrelated .card {
    min-width: 300px;
    max-width: 210px;
  }
}
@media (min-width: 400px) and (max-width: 1024px) {
  .container {
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 1024px) {
  .container {
    padding-right: 30px;
    padding-left: 30px;
  }

  .embed_post .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (min-width: 1500px) {
  .listfeaturedtag span.card-text,
  .listrecent span.card-text {
    font-size: 1rem;
  }
  .jumbotron.fortags .col-md-4 {
    padding-top: 12%;
  }
  .listrelated .height262 {
    height: 330px;
  }
}

@media screen and (min-width: 320px) {
  .card {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 992px) {
  .share {
    display: none;
  }
}

.navbar-collapse {
  padding-top: 0 !important;
}

.embed_post .container {
  max-width: 100%;
}
