blockquote {
  margin: 0 0 1rem 0;
  box-shadow: inset 0 0 0 0 var(--color_main);
  border-style: solid;
  font-size: 20px;
  line-height: 28px;
  color: #606060;
  background-position: 0 20px;
  background-size: 30px 20px;
  background-repeat: no-repeat;
  border-width: 2px 0 2px 0 !important;
  border-color: #ff5757;
  padding: 2rem 1.5rem;
}
blockquote cite, blockquote cite strong, blockquote h2, blockquote h3, blockquote h4, blockquote h5, blockquote h6 {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--color_heading);
  font-weight: 600;
}
blockquote.wp-block-quote {
  border-color: var(--color_main);
}
blockquote.wp-block-quote.has-text-align-right {
  border-color: var(--color_main);
}

article.type-page .entry-content img {
  max-width: 100%;
  height: auto;
}
article.type-post img {
  max-width: 100%;
  height: auto;
}
article.type-post .gallery {
  display: flex;
  flex-wrap: wrap;
}
article.type-post .gallery .gallery-item {
  margin: 0.8em 0;
  padding: 0 0.8em;
  width: 100%;
}
article.type-post .gallery.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
article.type-post .gallery.gallery-columns-3 .gallery-item {
  max-width: 33.3333333333%;
}
article.type-post .gallery.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
article.type-post .gallery.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
article.type-post .gallery.gallery-columns-6 .gallery-item {
  max-width: 16.6666666667%;
}
article.type-post .gallery.gallery-columns-7 .gallery-item {
  max-width: 14.2857142857%;
}
article.type-post .gallery.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
article.type-post .gallery.gallery-columns-9 .gallery-item {
  max-width: 11.1111111111%;
}

body:not(.woocommerce-page) article.caston-post-item.post-grid-2 {
  margin-bottom: 30px;
}
body:not(.woocommerce-page) article.caston-post-item.post-grid-2 .post-inner {
  position: relative;
  overflow: hidden;
}
body:not(.woocommerce-page) article.caston-post-item.post-grid-2 .post-inner .entry-image-attachment {
  margin-bottom: 15px;
}
body:not(.woocommerce-page) article.caston-post-item.post-grid-2 .post-inner .entry-image-attachment img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1.5/1;
  object-fit: cover;
}
body:not(.woocommerce-page) article.caston-post-item.post-grid-2 .post-inner .date {
  display: flex;
  position: absolute;
  flex-direction: column;
  justify-content: space-between;
  left: 0px;
  top: 0px;
  z-index: 1;
  background: #ffffff;
  line-height: 20px;
  padding: 14px 10px 19px 8px;
  height: 64px;
  width: 64px;
  color: #000000;
  font-weight: 500;
}
body:not(.woocommerce-page) article.caston-post-item.post-grid-2 .post-inner .date .day {
  order: -1;
  font-size: 14px;
  line-height: 14px;
  display: block;
  width: 45px;
  position: relative;
  margin-bottom: 11px;
}
body:not(.woocommerce-page) article.caston-post-item.post-grid-2 .post-inner .date::before {
  display: inline-block;
  width: 24px;
  content: "";
  border-bottom: 1px solid #c5c5c5;
  transform: rotate(-45deg);
  position: absolute;
  left: 16px;
  top: 31px;
}
body:not(.woocommerce-page) article.caston-post-item.post-grid-2 .post-inner .date .month {
  font-size: 12px;
  line-height: 8px;
  text-transform: uppercase;
  display: block;
  width: 100%;
  text-align: right;
}
body:not(.woocommerce-page) article.caston-post-item.post-grid-2 .post-inner .info .post-categories .cat-links {
  display: none;
  font-size: 0;
  line-height: 12px;
  margin-bottom: 5px;
}
body:not(.woocommerce-page) article.caston-post-item.post-grid-2 .post-inner .info .post-categories .cat-links a {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
  color: var(--color_body);
}
body:not(.woocommerce-page) article.caston-post-item.post-grid-2 .post-inner .info .post-categories .cat-links a:hover {
  color: var(--color_heading);
}
body:not(.woocommerce-page) article.caston-post-item.post-grid-2 .post-inner .info .post-categories .cat-links a ~ a::before {
  content: ",";
  display: inline-block;
  padding-right: 3px;
}
body:not(.woocommerce-page) article.caston-post-item.post-grid-2 .post-inner .info .entry-title {
  font-size: 22px;
  font-weight: 400;
  overflow-wrap: break-word;
  line-height: 28px;
  margin-bottom: 13px;
  position: relative;
  padding-bottom: 10px;
}
body:not(.woocommerce-page) article.caston-post-item.post-grid-2 .post-inner .info .entry-title:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 1px;
  width: 39px;
  background-color: var(--color_main);
}
body:not(.woocommerce-page) article.caston-post-item.post-grid-2 .post-inner .info .metas {
  margin-bottom: 0;
  margin-top: auto;
  font-size: 14px;
  font-weight: 400;
  display: none;
}
body:not(.woocommerce-page) article.caston-post-item.post-grid-2 .post-inner .info .metas a {
  font-size: inherit;
  font-weight: inherit;
  color: var(--color_body);
}
body:not(.woocommerce-page) article.caston-post-item.post-grid-2 .post-inner .info .metas a:hover {
  color: var(--color_heading);
}
body:not(.woocommerce-page) article.caston-post-item.post-grid-2 .post-inner .info .metas .posted-on {
  font-size: 0;
}
body:not(.woocommerce-page) article.caston-post-item.post-grid-2 .post-inner .info .metas .posted-on a {
  font-size: inherit;
}
body:not(.woocommerce-page) article.caston-post-item.post-grid-2 .post-inner .info .metas .post-author {
  position: relative;
  padding-right: 10px;
  margin-right: 10px;
  text-transform: capitalize;
}
body:not(.woocommerce-page) article.caston-post-item.post-grid-2 .post-inner .info .metas .post-author a {
  text-transform: capitalize;
  color: var(--color_body);
}
body:not(.woocommerce-page) article.caston-post-item.post-grid-2 .post-inner .info .metas .post-author a:hover {
  color: var(--color_heading);
}
body:not(.woocommerce-page) article.caston-post-item.post-grid-2 .post-inner .info .metas .post-author a::before {
  content: ":";
  display: inline-block;
  margin-right: 3px;
}
body:not(.woocommerce-page) article.caston-post-item.post-grid-2 .post-inner .info .metas .post-author::after {
  width: 1px;
  height: 12px;
  background: #aaa;
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -6px;
}
body:not(.woocommerce-page) article.caston-post-item.post-grid-2 .post-inner .info .excerpt {
  color: #868686;
}
body:not(.woocommerce-page) article.caston-post-item.post-grid-2 .post-inner .info .read-more-btn {
  margin-top: 20px;
  display: inline-block;
  border: 2px solid;
  padding: 10px 20px;
  font-weight: 600;
  font-size: 14px;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
body:not(.woocommerce-page) article.caston-post-item.post-grid-2 .post-inner .info .read-more-btn:after {
  display: inline-block;
  vertical-align: middle;
  margin-left: 11px;
  margin-top: -2px;
  content: "";
  width: 6.5px;
  height: 6.5px;
  border: 1px solid #000000;
  transform: rotate(45deg);
  border-width: 1px 1px 0 0;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
body:not(.woocommerce-page) article.caston-post-item.post-grid-2 .post-inner .info .read-more-btn:hover {
  color: var(--color_main);
}
body:not(.woocommerce-page) article.caston-post-item.post-grid-2 .post-inner .info .read-more-btn:hover:after {
  border-color: var(--color_main);
}
body:not(.woocommerce-page) article.caston-post-item.post-grid-2 .post-inner.no-thumbnail .date {
  position: static;
}
body:not(.woocommerce-page) article.caston-post-item.post-list {
  flex: 0 0 100%;
  max-width: 100%;
}
body:not(.woocommerce-page) article.caston-post-item.post-list .post-inner {
  margin-bottom: 43px;
  padding-bottom: 43px;
  border-bottom: 1px solid var(--color_border);
  position: relative;
}
body:not(.woocommerce-page) article.caston-post-item.post-list .post-inner .entry-image-attachment {
  margin-bottom: 23px;
}
body:not(.woocommerce-page) article.caston-post-item.post-list .post-inner .date {
  display: flex;
  position: absolute;
  flex-direction: column;
  justify-content: space-between;
  left: -1px;
  top: 0px;
  z-index: 1;
  background: #ffffff;
  line-height: 20px;
  padding: 14px 10px 19px 8px;
  height: 64px;
  width: 64px;
  color: var(--color_heading);
  font-weight: bold;
}
body:not(.woocommerce-page) article.caston-post-item.post-list .post-inner .date .day {
  order: -1;
  font-size: 14px;
  line-height: 14px;
  display: block;
  width: 45px;
  position: relative;
  margin-bottom: 11px;
}
body:not(.woocommerce-page) article.caston-post-item.post-list .post-inner .date::before {
  display: inline-block;
  width: 24px;
  content: "";
  border-bottom: 1px solid #c5c5c5;
  transform: rotate(-45deg);
  position: absolute;
  left: 16px;
  top: 31px;
}
body:not(.woocommerce-page) article.caston-post-item.post-list .post-inner .date .month {
  font-size: 12px;
  line-height: 8px;
  text-transform: uppercase;
  display: block;
  width: 100%;
  text-align: right;
}
body:not(.woocommerce-page) article.caston-post-item.post-list .post-inner .info .posted-on {
  font-size: 0;
}
body:not(.woocommerce-page) article.caston-post-item.post-list .post-inner .info .posted-on a {
  font-size: 12px;
  font-weight: 600;
  color: var(--color_body);
  letter-spacing: 2px;
  text-transform: uppercase;
}
body:not(.woocommerce-page) article.caston-post-item.post-list .post-inner .info .post-categories .cat-links {
  font-size: 0;
  line-height: 20px;
  margin-bottom: 6px;
  display: none;
}
body:not(.woocommerce-page) article.caston-post-item.post-list .post-inner .info .post-categories .cat-links a {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
  color: var(--color_body);
}
body:not(.woocommerce-page) article.caston-post-item.post-list .post-inner .info .post-categories .cat-links a ~ a::before {
  content: ",";
  display: inline-block;
  padding-right: 3px;
  color: var(--color_body);
}
body:not(.woocommerce-page) article.caston-post-item.post-list .post-inner .info .post-categories .cat-links a:hover {
  color: var(--color_heading);
}
body:not(.woocommerce-page) article.caston-post-item.post-list .post-inner .info .entry-title {
  overflow-wrap: break-word;
  font-weight: 500;
  position: relative;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 17px;
  padding-bottom: 10px;
}
body:not(.woocommerce-page) article.caston-post-item.post-list .post-inner .info .entry-title:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 1px;
  width: 51px;
  background-color: var(--color_main);
}
body:not(.woocommerce-page) article.caston-post-item.post-list .post-inner .info .metas {
  margin-bottom: 0;
  margin-top: 20px;
  font-size: 14px;
  font-weight: 400;
  color: var(--color_body);
  display: flex;
}
body:not(.woocommerce-page) article.caston-post-item.post-list .post-inner .info .metas a {
  font-size: inherit;
  font-weight: inherit;
}
body:not(.woocommerce-page) article.caston-post-item.post-list .post-inner .info .metas a:not(:hover) {
  color: var(--color_heading);
}
body:not(.woocommerce-page) article.caston-post-item.post-list .post-inner .info .metas .posted-on {
  font-size: 0;
}
body:not(.woocommerce-page) article.caston-post-item.post-list .post-inner .info .metas .posted-on a {
  font-size: inherit;
}
body:not(.woocommerce-page) article.caston-post-item.post-list .post-inner .info .metas .post-author {
  position: relative;
  text-transform: capitalize;
}
body:not(.woocommerce-page) article.caston-post-item.post-list .post-inner .info .metas .post-author svg.fm-icon {
  display: none;
}
body:not(.woocommerce-page) article.caston-post-item.post-list .post-inner .info .metas .post-author a {
  text-transform: capitalize;
}
body:not(.woocommerce-page) article.caston-post-item.post-list .post-inner .info .metas .post-author a::before {
  content: ":";
  display: inline-block;
  margin-right: 3px;
}
body:not(.woocommerce-page) article.caston-post-item.post-list .post-inner .info .metas .post-author + .post-comments {
  padding-left: 20px;
  margin-left: 20px;
  position: relative;
}
body:not(.woocommerce-page) article.caston-post-item.post-list .post-inner .info .metas .post-author + .post-comments:before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 9px);
  width: 1px;
  height: 20px;
  background-color: var(--color_border);
}
body:not(.woocommerce-page) article.caston-post-item.post-list .post-inner .info .metas .post-comments a:not(:hover) {
  color: var(--color_body);
}
body:not(.woocommerce-page) article.caston-post-item.post-list .post-inner .info .metas .post-comments svg.fm-icon {
  width: 20px;
  height: 20px;
  margin-bottom: -6px;
  margin-right: 5px;
}
body:not(.woocommerce-page) article.caston-post-item.post-list .post-inner .info .excerpt {
  color: var(--color_body);
  margin-top: 6px;
  line-height: 28px;
}
body:not(.woocommerce-page) article.caston-post-item.post-list .post-inner .info .read-more-btn {
  margin-top: 20px;
  display: inline-block;
  min-width: 200px;
  position: relative;
  font-size: 14px;
  font-weight: 600;
  border: 2px solid;
  padding: 10px 20px;
  text-align: center;
}
body:not(.woocommerce-page) article.caston-post-item.post-list .post-inner .info .read-more-btn::after {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  content: "";
  width: 6.5px;
  height: 6.5px;
  border: 1px solid var(--color_heading);
  transform: rotate(45deg);
  border-width: 1px 1px 0 0;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
body:not(.woocommerce-page) article.caston-post-item.post-list .post-inner .info .read-more-btn:hover:after {
  border-color: var(--color_main);
}
body:not(.woocommerce-page) article.caston-post-item.post-list .post-inner.no-thumbnail .entry-image-attachment {
  margin: 0;
}
body:not(.woocommerce-page) article.caston-post-item.post-list .post-inner.no-thumbnail .date {
  position: static;
  margin-bottom: 20px;
  border: 1px solid var(--color_heading);
}
body:not(.woocommerce-page) article.caston-post-item.post-list .post-inner.no-thumbnail .info .post-item-head .post-categories {
  position: static;
}
body:not(.woocommerce-page) article.caston-post-item.post-list .post-inner.no-thumbnail .info .post-item-head .post-categories .cat-links {
  margin: 0 0 0.25rem 0;
}
body:not(.woocommerce-page) article.caston-post-item.post-standard {
  flex: 0 0 100%;
  max-width: 100%;
}
body:not(.woocommerce-page) article.caston-post-item.post-standard .post-inner {
  display: flex;
  position: relative;
  border-bottom: 1px solid var(--color_border);
  padding-bottom: 45px;
  margin-bottom: 45px;
  flex-direction: column;
  align-items: center;
}
body:not(.woocommerce-page) article.caston-post-item.post-standard .post-inner .entry-image-attachment {
  margin-bottom: 20px;
}
body:not(.woocommerce-page) article.caston-post-item.post-standard .post-inner .info .date {
  border: 1px solid #E1E1E1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 1;
  background: #ffffff;
  line-height: 20px;
  padding: 12px 7px;
  height: 56px;
  width: 56px;
  color: var(--color_heading);
  font-weight: 600;
}
body:not(.woocommerce-page) article.caston-post-item.post-standard .post-inner .info .date .day {
  order: -1;
  font-size: 18px;
  line-height: 14px;
  display: block;
  width: 45px;
  position: relative;
  font-weight: 600;
  margin-bottom: 10px;
}
body:not(.woocommerce-page) article.caston-post-item.post-standard .post-inner .info .date::before {
  display: inline-block;
  width: 45px;
  content: "";
  border-bottom: 1px solid #e1e1e1;
  transform: rotate(-45deg);
  position: absolute;
  left: 6px;
  top: 28px;
}
body:not(.woocommerce-page) article.caston-post-item.post-standard .post-inner .info .date .month {
  font-size: 10px;
  line-height: 8px;
  text-transform: uppercase;
  display: block;
  width: 100%;
  text-align: right;
  font-weight: 600;
}
body:not(.woocommerce-page) article.caston-post-item.post-standard .post-inner .info .posted-on {
  font-size: 0;
}
body:not(.woocommerce-page) article.caston-post-item.post-standard .post-inner .info .posted-on a {
  font-size: 12px;
  font-weight: 600;
  color: var(--color_body);
  letter-spacing: 2px;
  text-transform: uppercase;
}
body:not(.woocommerce-page) article.caston-post-item.post-standard .post-inner .info .post-categories .cat-links {
  font-size: 0;
  line-height: 20px;
  margin-bottom: 0;
}
body:not(.woocommerce-page) article.caston-post-item.post-standard .post-inner .info .post-categories .cat-links a {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
  color: var(--color_body);
}
body:not(.woocommerce-page) article.caston-post-item.post-standard .post-inner .info .post-categories .cat-links a ~ a::before {
  content: ",";
  display: inline-block;
  padding-right: 3px;
  color: var(--color_body);
}
body:not(.woocommerce-page) article.caston-post-item.post-standard .post-inner .info .post-categories .cat-links a:hover {
  color: var(--color_heading);
}
body:not(.woocommerce-page) article.caston-post-item.post-standard .post-inner .info h2.entry-title {
  font-size: 26px;
  font-weight: 500;
  overflow-wrap: break-word;
  line-height: 1.4;
  margin-bottom: 0;
  padding-bottom: 20px;
  position: relative;
}
body:not(.woocommerce-page) article.caston-post-item.post-standard .post-inner .info h2.entry-title:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 1px;
  width: 51px;
  background-color: var(--color_main);
}
body:not(.woocommerce-page) article.caston-post-item.post-standard .post-inner .info .metas {
  margin-bottom: 0;
  margin-top: 20px;
  font-size: 14px;
  font-weight: 400;
  color: var(--color_body);
  display: flex;
}
body:not(.woocommerce-page) article.caston-post-item.post-standard .post-inner .info .metas a {
  font-size: inherit;
  font-weight: inherit;
}
body:not(.woocommerce-page) article.caston-post-item.post-standard .post-inner .info .metas a:not(:hover) {
  color: var(--color_heading);
}
body:not(.woocommerce-page) article.caston-post-item.post-standard .post-inner .info .metas .posted-on {
  font-size: 0;
}
body:not(.woocommerce-page) article.caston-post-item.post-standard .post-inner .info .metas .posted-on a {
  font-size: inherit;
}
body:not(.woocommerce-page) article.caston-post-item.post-standard .post-inner .info .metas .post-author {
  position: relative;
  text-transform: capitalize;
}
body:not(.woocommerce-page) article.caston-post-item.post-standard .post-inner .info .metas .post-author svg.fm-icon {
  display: none;
}
body:not(.woocommerce-page) article.caston-post-item.post-standard .post-inner .info .metas .post-author a {
  text-transform: capitalize;
}
body:not(.woocommerce-page) article.caston-post-item.post-standard .post-inner .info .metas .post-author a::before {
  content: ":";
  display: inline-block;
  margin-right: 3px;
}
body:not(.woocommerce-page) article.caston-post-item.post-standard .post-inner .info .metas .post-author + .post-comments {
  padding-left: 20px;
  margin-left: 20px;
  position: relative;
}
body:not(.woocommerce-page) article.caston-post-item.post-standard .post-inner .info .metas .post-author + .post-comments:before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 9px);
  width: 1px;
  height: 20px;
  background-color: var(--color_border);
}
body:not(.woocommerce-page) article.caston-post-item.post-standard .post-inner .info .metas .post-comments a:not(:hover) {
  color: var(--color_body);
}
body:not(.woocommerce-page) article.caston-post-item.post-standard .post-inner .info .metas .post-comments svg.fm-icon {
  width: 20px;
  height: 20px;
  margin-bottom: -6px;
  margin-right: 5px;
}
body:not(.woocommerce-page) article.caston-post-item.post-standard .post-inner .info .excerpt {
  display: none;
}
body:not(.woocommerce-page) article.caston-post-item.post-standard .post-inner .info .read-more-btn {
  margin-top: 25px;
  display: inline-block;
  position: relative;
  font-size: 14px;
  font-weight: 600;
  border: 2px solid;
  padding: 10px 20px;
  text-align: center;
}
body:not(.woocommerce-page) article.caston-post-item.post-standard .post-inner .info .read-more-btn::after {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  content: "";
  width: 6px;
  height: 6px;
  border: 1px solid var(--color_heading);
  transform: rotate(45deg);
  border-width: 1px 1px 0 0;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
body:not(.woocommerce-page) article.caston-post-item.post-standard .post-inner .info .read-more-btn:hover:after {
  border-color: var(--color_main);
}
body:not(.woocommerce-page) article.caston-post-item.post-standard .post-inner.has-thumbnail .info .date {
  position: absolute;
  left: 15px;
  top: 15px;
}

body:not(.woocommerce-page) .page-links {
  clear: both;
}
body:not(.woocommerce-page) .page-links .post-page-numbers {
  padding: 8px;
  display: inline-block;
  font-weight: 500;
}
body:not(.woocommerce-page) .page-links .post-page-numbers.current {
  color: var(--color_main);
}
body:not(.woocommerce-page) .page-links .post-page-numbers.current:hover {
  color: #000000;
}

body:not(.woocommerce-page) .pagination .nav-links {
  display: inline-block;
  width: 100%;
}
body:not(.woocommerce-page) .pagination .nav-links ul.page-numbers li .page-numbers {
  margin: 0 4.5px;
  text-transform: uppercase;
  font-weight: 400;
  width: 41px;
  height: 41px;
  line-height: 41px;
  background: #fff;
  border: 1px solid var(--color_border);
}
body:not(.woocommerce-page) .pagination .nav-links ul.page-numbers li .page-numbers.next, body:not(.woocommerce-page) .pagination .nav-links ul.page-numbers li .page-numbers.prev {
  font-size: 0;
}
body:not(.woocommerce-page) .pagination .nav-links ul.page-numbers li .page-numbers.dots {
  line-height: 32px;
}
body:not(.woocommerce-page) .pagination .nav-links ul.page-numbers li:first-child > .page-numbers {
  margin-left: 0;
}
body:not(.woocommerce-page) .pagination .nav-links ul.page-numbers li:last-child > .page-numbers {
  margin-right: 0;
}

.blog_category_list_wrap {
  overflow-x: auto;
}
.blog_category_list_wrap .blog_category_list {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 15px 0 0 0;
}
.blog_category_list_wrap .blog_category_list li {
  margin: 0 10px;
  color: var(--color_heading);
  border-bottom: 2px solid transparent;
  flex: none;
}
.blog_category_list_wrap .blog_category_list li a {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}
.blog_category_list_wrap .blog_category_list li:hover, .blog_category_list_wrap .blog_category_list li.current-cat {
  border-bottom-color: var(--color_main);
}
.blog_category_list_wrap .blog_category_list li:hover a, .blog_category_list_wrap .blog_category_list li.current-cat a {
  color: var(--color_main);
}
.blog_category_list_wrap .blog_category_list li.cat-item-all {
  margin-left: 0;
}
.blog_category_list_wrap .blog_category_list li.cat-item:last-child {
  margin-right: 0;
}
.heading-left .blog_category_list_wrap .blog_category_list {
  justify-content: flex-start;
}
.heading-center .blog_category_list_wrap .blog_category_list {
  justify-content: center;
}
.heading-right .blog_category_list_wrap .blog_category_list {
  justify-content: flex-end;
}

@media (min-width: 768px) {
  .blog_category_list_wrap {
    overflow-x: unset;
  }
  .blog_category_list_wrap .blog_category_list {
    justify-content: center;
  }
  .blog_category_list_wrap .blog_category_list li {
    margin: 0 20px;
  }
  .blog_category_list_wrap .blog_category_list li a {
    font-size: 18px;
    line-height: 32px;
  }
}
@media (min-width: 992px) {
  .blog_category_list_wrap .blog_category_list {
    margin-top: 30px;
  }

  body:not(.woocommerce-page) article.caston-post-item.post-grid-2 .post-inner .info .post-item-head .entry-title {
    padding-bottom: 16px;
  }
  body:not(.woocommerce-page) article.caston-post-item.post-grid-2 .post-inner .info .post-item-head .entry-title a {
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
  }
  body:not(.woocommerce-page) article.caston-post-item.post-grid-2 .post-inner .info .read-more-btn {
    margin-top: 20px;
  }
  body:not(.woocommerce-page) article.caston-post-item.post-list .post-inner .info .entry-title {
    padding-bottom: 23px;
  }
  body:not(.woocommerce-page) article.caston-post-item.post-list .post-inner .info .excerpt {
    margin-top: 15px;
  }
  body:not(.woocommerce-page) article.caston-post-item.post-list .post-inner .info .read-more-btn {
    margin-top: 29px;
  }
  body:not(.woocommerce-page) article.caston-post-item.post-standard .post-inner {
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  body:not(.woocommerce-page) article.caston-post-item.post-standard .post-inner .entry-image-attachment {
    flex: 0 0 50%;
    max-width: 600px;
    margin: 0;
    text-align: right;
  }
  body:not(.woocommerce-page) article.caston-post-item.post-standard .post-inner .info {
    flex: 0 0 50%;
    max-width: 450px;
    padding-right: 20px;
  }
  body:not(.woocommerce-page) article.caston-post-item.post-standard .post-inner .info .post-categories .cat-links a {
    font-size: 12px;
    margin-bottom: 8px;
  }
  body:not(.woocommerce-page) article.caston-post-item.post-standard .post-inner .info .date {
    margin-bottom: 35px;
  }
  body:not(.woocommerce-page) article.caston-post-item.post-standard .post-inner.has-thumbnail .info .date {
    position: static;
  }
}
@media (min-width: 1025px) {
  body:not(.woocommerce-page) article.caston-post-item.post-grid-2 {
    margin-bottom: 50px;
  }
  body:not(.woocommerce-page) article.caston-post-item.post-grid-2 .post-inner .entry-image-attachment {
    margin-bottom: 30px;
  }

  .single-post #comments .comment-list .comment-body .comment-content, .page:not(.woocommerce-page) #comments .comment-list .comment-body .comment-content {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .single-post #comments .comment-list .comment-body .user-avatar, .page:not(.woocommerce-page) #comments .comment-list .comment-body .user-avatar {
    flex: 0 0 145px;
  }
  .single-post #comments .comment-list .comment-body .user-avatar + .comment-content, .page:not(.woocommerce-page) #comments .comment-list .comment-body .user-avatar + .comment-content {
    flex: 0 0 calc(100% - 145px);
    max-width: calc(100% - 145px);
  }
  .single-post #comments .comment-list .comment-body .user-avatar .comment-author img, .page:not(.woocommerce-page) #comments .comment-list .comment-body .user-avatar .comment-author img {
    width: 120px;
    margin-right: 25px;
  }
  .single-post #comments .comment-list .comment.depth-1:not(.parent), .single-post #comments .comment-list .children .comment:not(.parent):last-child, .page:not(.woocommerce-page) #comments .comment-list .comment.depth-1:not(.parent), .page:not(.woocommerce-page) #comments .comment-list .children .comment:not(.parent):last-child {
    padding-bottom: 35px;
    margin-bottom: 35px;
  }
  .single-post #comments .comment-list .children .comment, .page:not(.woocommerce-page) #comments .comment-list .children .comment {
    margin-top: 35px;
    padding-top: 35px;
  }
  .single-post #comments .comment-list .children > li.comment, .page:not(.woocommerce-page) #comments .comment-list .children > li.comment {
    padding-left: 60px;
  }
  .single-post #comments .comment-respond #reply-title, .page:not(.woocommerce-page) #comments .comment-respond #reply-title {
    font-size: 30px;
  }
  .single-post #comments .comments-title, .page:not(.woocommerce-page) #comments .comments-title {
    margin-bottom: 45px;
  }
}
@media (min-width: 1200px) {
  body.blog .page-heading-wrap + .header-breadcrumb-wrap > .container,
body.blog #content > .container, body.archive.category .page-heading-wrap + .header-breadcrumb-wrap > .container,
body.archive.category #content > .container, body.single .page-heading-wrap + .header-breadcrumb-wrap > .container,
body.single #content > .container {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media only screen and (min-width: 768px) {
  body.familab_theme .entry-content > *.alignfull, body.familab_theme .entry-summary > *.alignfull, body.familab_theme .entry-summary > .wp-block-group > .wp-block-group__inner-container > *.alignfull, body.familab_theme .entry-content > .wp-block-group > .wp-block-group__inner-container > *.alignfull {
    margin-top: calc(2*1rem);
    margin-bottom: calc(2*1rem);
    left: calc(-12.5% - 75px);
    width: calc(125% + 150px);
    max-width: calc(125% + 150px);
  }
}
@media (max-width: 1199px) {
  body:not(.woocommerce-page) article.caston-post-item.post-standard .post-inner .info h2.entry-title {
    font-size: 23px;
  }
}
@media (max-width: 991px) {
  body:not(.woocommerce-page) article.caston-post-item.post-standard .post-inner {
    align-items: unset;
  }
}
@media (max-width: 767px) {
  body:not(.woocommerce-page) article.caston-post-item.post-list .post-inner .info .metas {
    margin-top: 15px;
  }

  .single-post #comments .comment-respond .comment-form .caston_comment_fields_group > p, .page:not(.woocommerce-page) #comments .comment-respond .comment-form .caston_comment_fields_group > p {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1rem;
  }
  .single-post #comments .comment-list .children > li, .page:not(.woocommerce-page) #comments .comment-list .children > li {
    padding-left: 1.25rem;
  }
  .single-post #comments .comment-list .comment-body .comment-content .comment-heading .comment-info .author-display-name,
.single-post #comments .comment-list .comment-body .comment-content .comment-heading .comment-info .author-display-name a, .page:not(.woocommerce-page) #comments .comment-list .comment-body .comment-content .comment-heading .comment-info .author-display-name,
.page:not(.woocommerce-page) #comments .comment-list .comment-body .comment-content .comment-heading .comment-info .author-display-name a {
    font-size: 15px;
  }
  .single-post #comments .comments-title, .page:not(.woocommerce-page) #comments .comments-title {
    font-size: 23px;
  }
  #comments .h1, #comments h1 {
    font-size: 2.5rem;
  }
  #comments .h2, #comments h2 {
    font-size: 2rem;
  }
  #comments .h3, #comments h3 {
    font-size: 1.75rem;
  }
  #comments .h4, #comments h4 {
    font-size: 1.5rem;
  }
  #comments .h5, #comments h5 {
    font-size: 1.25rem;
  }
  #comments .h6, #comments h6 {
    font-size: 1rem;
  }
}
@media (max-width: 575px) {
  body:not(.woocommerce-page) article.caston-post-item.post-grid-2 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/*# sourceMappingURL=blog.css.map */
