/*
Theme Name: travelblog
Author: DatLBM
Description: Website blog for travel
Requires at least: 6+
Requires PHP: 8.0+
Version: 1.1
Tags: travel, blog
*/

/* ==================== CSS FOR NEW VERSION ==================== */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain).scroll-to-top
*/
/* =================== SCROLLBAR ================ */
::-webkit-scrollbar,
.popup__wrap::-webkit-scrollbar {
  width: 1rem;
  background-color: var(--scroll-bar-color);
}

::-webkit-scrollbar-thumb,
select::-webkit-scrollbar-thumb,
.popup__wrap::-webkit-scrollbar-thumb {
  background-color: var(--scroll-thumb-color);
}

::-webkit-scrollbar-thumb:hover,
select::-webkit-scrollbar-thumb:hover,
.popup__wrap::-webkit-scrollbar-thumb:hover {
  background-color: var(--text-color-light);
}

select::-webkit-scrollbar {
  width: 0.7rem;
  background-color: var(--scroll-bar-color);
}

/* ================ END SCROLLBAR =============== */


/* ================ SELECTION ================== */
::selection {
  background: var(--redvj-color);
  color: var(--white-color);
}

/* ================ END SELECTION =============== */


/* =================== AMINATION ================ */
@keyframes line-animation {
  0% {
    width: 0;
    opacity: 1;
  }

  99% {
    width: 100%;
    opacity: 1;
  }

  100% {
    width: 100%;
    opacity: 0;
  }
}

@keyframes open-animation {
  0% {
    height: 0;
    top: 50%;
  }

  100% {
    height: 100vh;
    top: 0;
  }
}

@keyframes fade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes growth {
  from {
    transform: scale(var(--growth-from));
  }

  to {
    transform: scale(var(--growth-to));
  }
}

.global-wrap {
  overflow: hidden;
}

.rotate-90 {
  transform: rotate(90deg);
}

/* ==================== Canh lề ================= */
.mt-6 {
  margin-top: 6px;
}

.mb-6 {
  margin-bottom: 6px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-32 {
  margin-top: 32px;
}

.mb-32 {
  margin-bottom: 32px;
}

.pdr-32 {
  padding-right: 32px;
}

.no-wrap {
  flex-wrap: nowrap;
}

.m0-auto {
  margin: 0 auto !important;
}

.form-group {
  margin-bottom: 15px;
}


/* ================= TOGGLE SWICHES ============= */
.toggle-switches {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.toggle-direction {
  position: relative;
  display: block;
  width: 40px;
  height: 20px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transform: translate3d(0, 0, 0);
}

.toggle-direction:before {
  content: "";
  position: relative;
  top: 3px;
  left: 3px;
  width: 34px;
  height: 14px;
  display: block;
  background: #9a9999;
  border-radius: 10px;
  transition: background 0.2s ease;
}

.toggle-direction span {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  display: block;
  background: white;
  border-radius: 10px;
  box-shadow: 0 3px 8px rgba(154, 153, 153, 0.5);
  transition: all 0.2s ease;
}

.toggle-direction span:before {
  content: "";
  position: absolute;
  display: block;
  margin: -18px;
  width: 56px;
  height: 56px;
  background: var(--bgdecs-color);
  border-radius: 50%;
  transform: scale(0);
  opacity: 1;
  pointer-events: none;
}

#cbx:checked+.toggle-direction:before {
  background: #ff8787;
}

#cbx:checked+.toggle-direction span {
  background: var(--blue-color);
  transform: translateX(20px);
  transition: all 0.2s cubic-bezier(0.8, 0.4, 0.3, 1.25), background 0.15s ease;
  box-shadow: 0 3px 8px rgba(79, 46, 220, 0.2);
}

#cbx:checked+.toggle-direction span:before {
  transform: scale(1);
  opacity: 0;
  transition: all 0.4s ease;
}

/* ================= Scroll to top ============== */
.scroll-to-top {
  position: fixed;
  right: 35px;
  bottom: 50px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: all 0.3s ease;
  display: none;
  cursor: pointer;
  z-index: 10;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  background-color: var(--white-color);
}

#return-to-top {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.scroll-to-top svg {
  position: absolute;
  font-size: 22px;
  font-weight: 700;
  transition: transform 0.5s ease-in;
  fill: #333;
}

.scroll-to-top:hover svg {
  transform: rotate(360deg);
}

/* =========== End Scroll to top ========= */

/* =========== ZALO support ============== */
.btn-support__contact.btn-hotline-visible,
.btn-support__contact.btn-zalo-visible {
  visibility: visible
}


.btn-support__contact {
  position: fixed;
  visibility: hidden;
  cursor: pointer;
  z-index: 50 !important;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: visibility .5s;
  right: 15px;
  bottom: 100px;
  background-color: transparent;
  width: 80px;
  height: 80px
}

.btn-support__contact.btn-hotline-blue {
  bottom: 175px;
}

.btn-zalo-circle {
  top: 5px;
  left: 5px;
  position: absolute;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  border: 2px solid #2962ff;
  -webkit-animation: btn-zalo-circle-animation 1.2s ease-in-out infinite;
  animation: btn-zalo-circle-animation 1.2s ease-in-out infinite;
  transition: all .5s;
  transform-origin: 50% 50%;
  opacity: .5
}

.btn-hotline-blue .btn-zalo-circle {
  border: 2px solid #008d0b;
}

.btn-zalo-circle-fill {
  width: 60px;
  height: 60px;
  top: 10px;
  left: 10px;
  position: absolute;
  border-radius: 100%;
  border: 2px solid transparent;
  opacity: .1;
  -webkit-animation: btn-zalo-circle-fill-animation 2.3s ease-in-out infinite;
  animation: btn-zalo-circle-fill-animation 2.3s ease-in-out infinite;
  transition: all .5s;
  transform-origin: 50% 50%;
  background-color: #61c5ff;
  opacity: .75 !important
}

.btn-hotline-blue .btn-zalo-circle-fill {
  background-color: #aaffb0;
}


.btn-zalo-img-circle {
  width: 40px;
  height: 40px;
  top: 20px;
  left: 20px;
  background-size: 30px;
  position: absolute;
  background-repeat: no-repeat;
  background-position: 50%;
  border-radius: 100%;
  border: 2px solid transparent;
  /* opacity: .7; */
  opacity: 1;
  -webkit-animation: btn-zalo-img-circle-animation 1s ease-in-out infinite;
  animation: btn-zalo-img-circle-animation 1s ease-in-out infinite;
  transform-origin: 50% 50%;
  background-image: url('./images/icon-zalo.svg');
  background-color: #2962ff;
}

.btn-zalo-img-circle.btn-hotline-img-circle {
  background-image: url('./images/icon-hotline.svg');
  background-color: #2bb741;
}

@-webkit-keyframes btn-zalo-circle-animation {
  0% {
    transform: rotate(0) scale(.5) skew(1deg);
    opacity: .1
  }

  30% {
    transform: rotate(0) scale(.7) skew(1deg);
    opacity: .5
  }

  to {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: .1
  }
}

@keyframes btn-zalo-circle-animation {
  0% {
    transform: rotate(0) scale(.5) skew(1deg);
    opacity: .1
  }

  30% {
    transform: rotate(0) scale(.7) skew(1deg);
    opacity: .5
  }

  to {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: .1
  }
}

@-webkit-keyframes btn-zalo-img-circle-animation {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg)
  }

  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
  }

  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg)
  }

  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
  }

  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg)
  }

  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg)
  }

  to {
    -webkit-transform: rotate(0) scale(1) skew(1deg)
  }
}

@keyframes btn-zalo-img-circle-animation {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg)
  }

  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
  }

  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg)
  }

  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
  }

  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg)
  }

  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg)
  }

  to {
    -webkit-transform: rotate(0) scale(1) skew(1deg)
  }
}

@-webkit-keyframes btn-zalo-circle-fill-animation {
  0% {
    transform: rotate(0) scale(.7) skew(1deg);
    opacity: .2
  }

  50% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: .2
  }

  to {
    transform: rotate(0) scale(.7) skew(1deg);
    opacity: .2
  }
}

@keyframes btn-zalo-circle-fill-animation {
  0% {
    transform: rotate(0) scale(.7) skew(1deg);
    opacity: .2
  }

  50% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: .2
  }

  to {
    transform: rotate(0) scale(.7) skew(1deg);
    opacity: .2
  }
}

/* =============== TITLE LIST POST =============== */
.category-wrap,
.fullpage-wrap {
  height: 16vh;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0 5%;
  /* background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.07) 100%); */
  background: transparent;
}

.category-wrap{
  height: unset !important;
}

.category-wrap .category__title{
  font-weight: 600 !important;
}

.category__title {
  font-size: 30px;
  font-weight: 500;
  color: var(--blue-color);
}

.category__desc {
  font-size: 16px;
  color: var(--black-color);

  padding: 0 20%;
}


/* =============== LIST POST =============== */
.blog-card {
  display: flex;
  background: var(--white-color);
  border-radius: 0.375rem;
  overflow: hidden;
  margin-bottom: 20px;
  line-height: 2;
  box-shadow: rgb(60 64 67 / 30%) 0px 1px 2px 0px,
    rgb(60 64 67 / 15%) 0px 2px 6px 2px;
}

.blog-card a {
  color: inherit;
  line-height: 25px;
}

.blog-card a:hover {
  color: var(--saphire-color);
}

.blog-card:hover .wp-post-image {
  transform: scale(1.3) rotate(3deg);
}

.blog-card .meta {
  position: relative;
  z-index: 0;
  /* height: 250px; */
  flex-basis: 40%;
}

.blog-card .wp-post-image {
  /* position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center; */
  transition: transform 0.2s;
}

.blog-card .description {
  padding: 2rem;
  background: var(--white-color);
  position: relative;
  /* z-index: 1; */
  flex-basis: 60%;
}

.blog-card .description h2 {
  line-height: 1;
  margin: 0;
  font-size: 20px;
  color: var(--blue-color);
  font-weight: 500;
}

.blog-card p {
  position: relative;
  margin: 1rem 0 0;
  font-size: 14px;
  text-align: justify;
}

/* 
.blog-card p:first-of-type {
  margin-top: 1.25rem;
} */

.content__card_mobile {
  display: none;
}


/* =============== PAGINATION =============== */
.post-panigation {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

.pagination .last,
.pagination span.pages {
  display: none;
}

.pagination a,
.pagination span.current,
.pagination span.extend {
  font-weight: 700;
  /* font-size: 1.7rem !important; */
  line-height: 3.2rem;
  display: inline-block;
  padding: 0.1rem 0.8rem !important;
  height: 3.6rem;
  margin: 0.2rem 0.7rem;
  color: var(--black-color) !important;
  transition: all, 0.3s, ease-in-out;

  text-shadow: none !important;
  border: none !important;
  background: none !important;
  box-shadow: none !important;
}

.pagination span.current {
  background-color: var(--black-color) !important;
  color: var(--white-color) !important;
}

.pagination a:hover {
  background: #d3d3d3 !important;
  cursor: pointer;
}


/* =============== FULLPAGE =============== */
.fullpage__title {
  font-size: 30px;
  font-weight: 500;
  color: var(--black-color);
}

/* .section__category, */
/* .section__fullpage { */
  /* margin-top: 80px; */
/* } */


/* =============== SINGLE =============== */
.infor__single-wrap,
.infor__fullpage-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.infor__single-wrap {
  margin-top: 8px;
}

.block-infor {
  display: flex;
  align-items: center;
  margin: 0 10px;
}

.block-infor span {
  font-size: 14px;
  color: var(--black-color);
  line-height: 16px;
  font-weight: 500;
  margin-left: 5px;
}

.block-infor a {
  color: var(--black-color);
}

.content__post-wrap {
  padding: 16px 0;
  padding-bottom: 2rem;
}

.content__post-wrap .content {
  background: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}

.single__social--title {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
  letter-spacing: 2px;
  text-transform: uppercase;
}

.single__social--list {
  display: flex;
  align-items: center;
}

.single__social--wrap {
  display: flex;
  align-items: center;
}

li.post__social--item {
  margin: 0 10px;
}

li.post__social--item:last-child {
  margin-right: 0;
}

li.post__social--item img {
  object-fit: cover;
  width: 40px;
  height: 40px;
}

.post__content,
.post__discuss {
  padding: 0 3%;
}

.post__content iframe {
  margin: 0 auto;
  display: block;
}

.post__content a,
.post__discuss a {
  color: #0c60dd;
}

.post__content p {
  font-size: 16px;
  color: var(--text-color);
  line-height: 30px;
  text-align: justify;
  margin-bottom: 10px;
}

/* .post__content span {
  font-family: 'Mt', sans-serif !important;
} */

.post__content img,
.post__content .wp-caption img {
  display: block;
  margin: 10px auto;
  max-width: 100%;
  width: auto;
  height: auto;
}

.post__content .wp-caption {
  margin: 0 auto;
}

.post__content .wp-element-caption {
  text-align: center;
  font-size: 13px;
  margin: 0 0 1em;
}

h1.category__title {
  font-size: 24px;
  /* line-height: 3rem; */
}

.post__content h1 {
  font-size: 22px;
  /* line-height: 3rem; */
}

.post__content h2 {
  color: var(--blue-color);
  font-weight: 500;
  margin: 3px 0 0px;
  /* line-height: 3rem; */
  font-size: 20px;
}

.post__content h3 {
  font-weight: 500;
  font-size: 18.5px;
  color: var(--blue-color);
  margin: 10px 0;
  /* line-height: 3rem; */
  /*  text-transform: capitalize;*/
}

.post__content h3.none-content {
  text-align: center;
}

.post__content table {
  border: 1px solid var(--black-color);
  margin: 10px auto;
  font-size: 14px;
  width: 100%;
}

.post__content tbody,
.post__content tr,
.post__content td {
  border: 1px solid var(--black-color);
}

.post__content td {
  padding: 10px;
}

.post__content ul {
  list-style: square;
  margin-left: 20px;
  margin-bottom: 20px;
  color: var(--text-color)
}

.post__content li {
  font-size: 14px;
  line-height: 24px;
}

.single__pagenav {
  margin-top: 15px;
  padding: 2rem 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;

  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
}

.single__nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* text-align: center; */
  /* padding-right: 2rem; */
}

.single__nav a {
  font-size: 16px;
  color: var(--title-color);
  line-height: 20px;
}

.single__nav span {
  display: block;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  color: var(--text-color);
  margin-bottom: 1.6rem;
  transition: all 0.3s;
}

.single__prev,
.single__next {
  flex: 1;
}

.single__prev {
  padding-left: 4%;
}

.single__next {
  text-align: right;
  padding-right: 4%;
}

.single__title {
  margin-top: 30px;
}

.section__category .col-left-single-news{
  border-radius: 0;
  /* box-shadow: 0px 1px 0px rgba(67, 67, 67, 0.20); */
}

/* =============== Bài viết liên quan =============== */
/*proposal-item*/
.proposal-item__img {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100%;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}

.proposal-item__img-content {
  color: var(--white-color);
  text-shadow: 0 0 2px rgb(0 0 0 / 35%);

  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  height: 70px;
  display: flex;
  background: linear-gradient(180deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.7) 100%);
  align-items: flex-end;
  line-height: 26px;
}

.proposal-item__img-heading {
  position: absolute;
  top: 20px;
  left: 10px;
  font-size: 15px;
  line-height: 18px;
  font-weight: 500;
  margin-bottom: 18px;
  color: var(--white-color);
}

.single__post-relation {
  padding: 0 4%;
}


/* =============== CONTENT =============== */
a.add_tag_2 {
  color: var(--blue-color);
}

#cb-previous-next-links {
  width: 100%;
  overflow: hidden;
  text-align: center;
  color: #999999;
  padding: 0px 0px 20px 0px;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
}

#cb-previous-next-links p {
  font-size: 14px;
  color: var(--text-color);
  line-height: 24px;
}
/*  */
/*  */
/*  */
/* CUSTOM STYLING FOR SINGLE */
.category-wrap, .fullpage-wrap {
	height: 16vh;
	display: flex;
	flex-direction: column;
	text-align: center;
	justify-content: center;
	align-items: center;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 0 5%;
	background: transparent;
}
.category__title {
	font-size: 30px;
	font-weight: 500;
	color: var(--blue-color) !important;
}
.category__desc {
	font-size: 16px;
	color: var(--black-color);
	padding: 0 20%;
}

.blog-card {
	display: flex;
	background: var(--white-color);
	border-radius: 0.375rem;
	overflow: hidden;
	margin-bottom: 20px;
	line-height: 2;
	box-shadow: rgb(60 64 67 / 30%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 2px 6px 2px;
}
.blog-card a {
	color: #000;
	line-height: 25px;
}
.blog-card a:hover {color: #000;}
.blog-card:hover .photo {transform: scale(1.3) rotate(3deg);}
.blog-card .meta {
	position: relative;
	z-index: 0;
	flex-basis: 40%;
}
.blog-card .photo {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-size: cover;
	background-position: center;
	transition: transform 0.2s;
	width: 100%;
	height: 100%;
	cursor: pointer;
	object-fit: cover;
}
.blog-card .description {
	padding: 2rem;
	background: var(--white-color);
	position: relative;
	flex-basis: 60%;
}
.blog-card .description h2 {
	line-height: 1;
	margin: 0;
	font-size: 20px;
	color: var(--saphire-color);
	font-weight: 500;
}
.blog-card p {
	position: relative;
	margin: 1rem 0 0;
	font-size: 14px;
	text-align: justify;
}

/* ========== SINGLE ========== */
.content__card_mobile {display: none;}
.post__content .has-text-align-center {text-align: center;}
.post__content .has-text-align-left {text-align: left;}
.post__content .has-text-align-right {text-align: right;}

.infor__single-wrap, .infor__fullpage-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.infor__single-wrap {margin-top: 8px;}
.block-infor {
  display: flex;
  align-items: center;
  margin: 0 10px;
}
.block-infor span {
  font-size: 14px;
  color: var(--black-color);
  line-height: 16px;
  font-weight: 500;
  margin-left: 5px;
}
.block-infor a {color: var(--black-color);}
.content__post-wrap {padding: 20px 0;}
.content__post-wrap .content {
  background: #fff;
  padding-bottom: 20px;
}
.single__social--title {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
  letter-spacing: 2px;
  text-transform: uppercase;
}
.single__social--list {
  display: flex;
  align-items: center;
}
.single__social--wrap {
  display: flex;
  align-items: center;
}
li.post__social--item {margin: 0 10px;}
li.post__social--item:last-child {margin-right: 0;}
li.post__social--item img {
  object-fit: cover;
  width: 40px;
  height: 40px;
}
.post__content, .post__discuss {padding: 0 3%;}
.post__content p,
.post__content p span,
.post__content h1 span,
.post__content h2 span,
.post__content h3 span {
  /* font-family: Mt, -apple-system, BlinkMacSystemFont, sans-serif !important; */
}
.post__content iframe {
  display: block;
  margin: 0 auto;
  margin-bottom: 6px;
}
.post__content a, .post__discuss a {color: var(--blue-color);}
.post__content ul.wp-block-list li a {border-bottom: 1px solid var(--blue-color);}
.post__content p {
  font-size: 14px;
  color: var(--text-color);
  line-height: 30px;
  text-align: justify;
  margin-bottom: 10px;
}
.post__content img, .post__content .wp-caption img {
  display: block;
  margin: 10px auto;
  max-width: 90%;
  height: auto;
}
.post__content .wp-caption {margin: 0 auto;}
.post__content .wp-element-caption {
  text-align: center;
  font-size: 13px;
  margin: 0 0 1em;
  /* font-family: Mt, -apple-system, BlinkMacSystemFont, sans-serif !important; */
}
h1.category__title {
  font-size: 2.2rem;
  line-height: 3rem;
}
.post__content h1 {
  font-size: 2.2rem;
  line-height: 3rem;
}
.post__content h2 {
  /* color: var(--text-color); */
  font-weight: 500;
  margin: 3px 0 0px;
  line-height: 3rem;
  font-size: 2rem;
}
.post__content h3 {
  font-weight: 500;
  font-size: 1.75rem;
  color: var(--text-color);
  margin: 10px 0;
  line-height: 3rem;
}
.post__content h4 {color: var(--text-color);}
.post__content h3.none-content {text-align: center;}
.post__content table {
  border: 1px solid var(--black-color);
  margin: 10px auto;
  font-size: 14px;
  width: 100%;
}
.post__content tbody, .post__content tr, .post__content th, .post__content td {border: 1px solid var(--black-color);}
.post__content th, .post__content td {
  padding: 10px;
  text-align: center;
}
.post__content ul {
  list-style: square;
  margin-left: 20px;
  margin-bottom: 20px;
  color: var(--text-color)
}
.post__content li {
  font-size: 14px;
  line-height: 30px;
}
.post__content p a,
.post__content p a span strong,
.post__content p a strong span,
.post__content .div-answer ul li a,
.post__content .div-answer a,
.post__content ul li strong a {
  color: var(--blue-color) !important;
  border-bottom: 2px solid var(--blue-color);
}
.post__content p a[href^="tel:"] {border-bottom: none;}
figure.wp-block-table table tbody tr td p,
.post__content table tbody tr td p {
  text-align: center;
}
figure.wp-block-table table tbody tr td,
.post__content table tbody tr td {
  color: #4a5568;
}

blockquote, .wp-block-quote {
  overflow-wrap: break-word;
  border-radius: 5px;
  padding-left: 20px;
  padding-bottom: 4px;
  background-color: #e8eeff;
  padding-top: 10px;
  padding-right: 20px;
}
.block-title a {color: var(--blue-color)}

.single__pagenav {
  margin-top: 15px;
  padding: 2rem 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
}
.single__nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.single__nav a {
  font-size: 16px;
  color: var(--title-color);
  line-height: 20px;
}
.single__nav span {
  display: block;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  color: var(--text-color);
  margin-bottom: 1.6rem;
  transition: all 0.3s;
}
.single__prev, .single__next {flex: 1;}
.single__prev {padding-left: 4%;}
.single__next {text-align: right; padding-right: 4%;}
.single__title {margin-top: 30px;}

a.add_tag_2 {color: var(--saphire-color);}
#cb-previous-next-links {
  width: 100%;
  overflow: hidden;
  text-align: center;
  color: #999999;
  padding: 0px 0px 20px 0px;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
}
#cb-previous-next-links p {
  font-size: 14px;
  color: var(--text-color);
  line-height: 24px;
}

/* ========== RELATED POSTS ========== */
.proposal-item__img {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100%;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}
.proposal-item__img-content {
  color: var(--white-color);
  text-shadow: 0 0 2px rgb(0 0 0 / 35%);
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  height: 70px;
  display: flex;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  align-items: flex-end;
  line-height: 26px;
}
.proposal-item__img-heading {
  position: absolute;
  top: 20px;
  left: 10px;
  font-size: 15px;
  line-height: 18px;
  font-weight: 500;
  margin-bottom: 18px;
  color: var(--white-color);
}
.single__post-relation {padding: 0 4%;}


@media screen and (max-width: 575px) {
  .post__content iframe {
    width: 100%;
    width: -webkit-fill-available;
  }
}