@import url("https://fonts.googleapis.com/css2?family=Kanit:wght@300;400;500;600;700&family=Mitr:wght@300;400;500;600;700&display=swap");
/********* Style for Document *********/
.kanitlight {
  font-family: "kanitlight";
}
.kanit {
  font-family: 'kanit';
}
.kanitmedium {
  font-family: 'kanitmedium';
}
.sarabunnew {
  font-family: 'THSarabunNew';
}
.icon-headline {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  margin-right: 15px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
}
.icon-headline.heading {
  width: 26px;
  background-image: url(../images/gutenberg/icon-heading.png);
}
.icon-headline.image {
  background-image: url(../images/gutenberg/icon-image.png);
}
.icon-headline.list {
  width: 36px;
  background-image: url(../images/gutenberg/icon-list.png);
}
.icon-headline.paragraph {
  width: 30px;
  background-image: url(../images/gutenberg/icon-paragraph.png);
}
.icon-headline.video {
  background-image: url(../images/gutenberg/icon-video.png);
}
.table td, 
.table th {
  vertical-align: middle;
}
.video-tutorial-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.video-tutorial-wrapper video {
  width: 100%;
  border: 1px solid #ddd;
}
.video-wrapper, 
.video-wrapper .wp-block-video {
  display: flex;
  justify-content: center;
  align-items: center;
}
.video-wrapper video {
  width: 50%;
  border: 1px solid #ddd;
}
.video-autoplay-col .video-wrapper video {
  width: 100%;
}
.wp-block-embed {
  display: block;
  width: 100%;
}
.wp-block-embed__wrapper {
  display: block;
  width: 100%;
  position: relative;
  padding-bottom: 56.2%;
}
.wp-block-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-autoplay-wrapper {
  display: flex;
  justify-content: space-between;
}
.video-autoplay-col {
  width: 50%;
}
.vdo-img {
  display: flex;
  justify-content: flex-start;
  width: 500px;
}
.vdo-img img {
  display: block;
  width: 100%;
  height: auto;
}
.vdo-img + p {
  padding-right: 68px;
}
/********* End Style for Document *********/
.single-post {
  color: #262828;
  line-height: 1.5;
  font-weight: normal;
}
.single-post .cl-blue {
  color: #6081c4;
}
.single-post.kanitmedium h1,
.single-post.kanitmedium h2,
.single-post.kanitmedium h3,
.single-post.kanitmedium h4,
.single-post.kanitmedium h5,
.single-post.kanitmedium h6 {
  font-family: 'kanitmedium';
  font-weight: normal;
  margin: 0;
}
.single-post h1,
.single-post h2,
.single-post h3,
.single-post h4,
.single-post h5,
.single-post h6,
.single-post .headline, 
.single-post .sub-headline {
  font-family: inherit;
  color: #c3a935;
  font-weight: normal;
  margin-bottom: 0;
  text-indent: 0;
}
.single-post h1, 
.single-post .headline {
  font-size: 28px;
  font-weight: 500;
  margin-top: 32px;
}
.single-post h2, 
.single-post .sub-headline {
  font-size: 24px;
  font-weight: 500;
  margin-top: 32px;
}
.single-post h3 {
  font-size: 20px;
  font-weight: 500;
  margin-top: 30px;
}
.single-post h4 {
  font-size: 18px;
  font-weight: 400;
  margin-top: 10px;
}
.single-post h5 {
  font-size: 16px;
  font-weight: 400;
  margin-top: 10px;
}
.single-post h6 {
  font-size: 14px;
  font-weight: 400;
  margin-top: 10px;
}
table .single-post h1,
table .single-post h2,
table .single-post h3,
table .single-post h4,
table .single-post h5,
table .single-post h6,
table .single-post .headline, 
table .single-post .sub-headline {
  margin: 0;
}
.single-post h1 + h1,
.single-post h2 + h2,
.single-post h3 + h3,
.single-post h4 + h4,
.single-post h5 + h5,
.single-post h6 + h6,
.single-post h2 + h3,
.single-post h3 + h2 {
  margin-top: 0;
}
.single-post h1 strong,
.single-post h1 b,
.single-post h2 strong,
.single-post h2 b,
.single-post h3 strong,
.single-post h3 b,
.single-post h4 strong,
.single-post h4 b,
.single-post h5 strong,
.single-post h5 b,
.single-post h6 strong,
.single-post h6 b {
  font-weight: 600;
}
.single-post p {
  font-size: 16px;
  color: #000;
  line-height: 1.6;
  font-weight: normal;
}
.single-post p strong, 
.single-post p b {
  font-family: inherit;
  font-size: inherit;
  font-weight: 600;
}
.single-post p.list-content {
  padding-left: 91px;
}
.single-post p.headline {
  font-size: 28px;
  color: #c3a935;
}
.single-post p.sub-headline {
  font-size: 24px;
  color: #c3a935;
}
.single-post a {
  color: #1e73be;
  text-decoration: underline;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
.single-post a:hover {
  color: #4096e2;
}
.single-post ul,
.single-post ol {
  padding-left: 16px;
  text-indent: 0;
  margin: 20px 0 0;
}
.single-post table ul,
.single-post table ol {
  padding-left: 16px;
  margin: 0;
}
.single-post ul ul,
.single-post ol ol,
.single-post ul ol,
.single-post ol ul {
  margin-top: 20px;
}
.single-post li {
  position: relative;
  font-size: 16px;
  color: #000;
  line-height: 1.6;
  font-weight: normal;
  margin: 0;
}
.single-post table li:last-child {
  margin-bottom: 0;
}
.single-post ul li, 
.single-post ol li {
  margin: 0;
}
.single-post .wp-block-ps2id-block-target {
  height: 0;
  margin: 0;
  padding: 0;
  -webkit-transform: translateY(-90px);
  transform: translateY(-90px);
}
.single-post figure,
.single-post .wp-block-image {
  width: 100%;
  margin: 0;
}
.single-post .vsq-tips {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.single-post img {
  display: block;
  width: 100%;
  height: auto;
  max-width: unset;
  margin: 32px auto 0;
}
.single-post .aligncenter img {
  width: auto;
  max-width: 100%;
}
.single-post .hide-shadow img {
  box-shadow: none;
}
.single-post .img-m {
  display: none;
}
.single-post hr {
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 34px;
  border-bottom: 1px solid #ddd;
}
.single-post hr + hr {
  margin-top: 2px;
}
.single-post .wp-block-separator {
  display: block;
  width: 100%;
  margin-top: 45px;
  margin-bottom: 70px;
  border-bottom: 1px solid #999;
}
.single-post .wp-block-image figcaption {
  font-size: 16px;
  color: #666;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
}
.single-post .vsq-readmore {
  position: relative;
  color: #1e73be;
  padding-left: 8px;
}
.single-post .vsq-readmore:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 30px;
  background-color: #1e73be;
}
.single-post ul.vsq-readmore {
  padding-left: 22px;
}
.single-post p.vsq-readmore + ul.vsq-readmore {
  margin-top: 0;
}
.single-post ul.vsq-readmore:before {
  display: none;
}
.single-post .wp-block-group {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  margin-top: 15px;
}
.single-post .wp-block-group img {
  margin-top: 0;
}
.single-post blockquote,
.single-post .wp-block-quote {
  font-family: THSarabunNew, Arial;
  line-height: 1.5;
  background-color: #f2f7fd;
  padding: 15px 40px;
  border: 0;
  border-radius: 10px;
}
.single-post blockquote p,
.single-post .wp-block-quote p {
  position: relative;
  margin-left: 0;
}
.single-post blockquote:before,
.single-post .wp-block-quote:before {
  display: none;
}
.single-post blockquote p:before,
.single-post .wp-block-quote p:before,
.single-post blockquote p:after,
.single-post .wp-block-quote p:after {
  position: absolute;
  font-size: 28px;
  color: #5eacfa;
  line-height: 1.5;
  font-family: THSarabunNew, Arial;
  font-weight: normal;
}
.single-post blockquote p:before,
.single-post .wp-block-quote p:before {
  content: "“";
  top: -5px;
  left: -22px;
}
.single-post blockquote p:after,
.single-post .wp-block-quote p:after {
  content: "”";
  bottom: -5px;
  right: -22px;
}
.single-post blockquote.quote-topbottom {
  position: relative;
  font-family: 'kanitmedium';
  text-align: center;
  background-color: transparent;
  padding: 40px 0;
  border-radius: 0;
}
.single-post blockquote.quote-topbottom::before,
.single-post blockquote.quote-topbottom::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #5b92ff9e;
}
.single-post blockquote.quote-topbottom::before {
  top: 0;
}
.single-post blockquote.quote-topbottom::after {
  bottom: 0;
}
.single-post blockquote.quote-topbottom p {
  position: static;
  font-size: 27px;
  color: #435ba2;
  letter-spacing: 1px;
}
.single-post blockquote.quote-topbottom p::before,
.single-post blockquote.quote-topbottom p::after {
  content: "“";
  position: absolute;
  left: 50%;
  width: 60px;
  height: 26px;
  font-size: 50.5px;
  color: #5b92ff9e;
  line-height: 1;
  font-weight: normal;
  z-index: 2;
  background-color: #fff;
  transform: translateX(-50%);
}
.single-post blockquote.quote-topbottom p::before {
  top: -13px;
}
.single-post blockquote.quote-topbottom p::after {
  bottom: -13px;
}
.single-post .wp-block-table table,
.single-post table {
  width: 100%;
  margin: 16px auto 0;
}
.single-post table th,
.single-post .wp-block-table table th,
.single-post table td,
.single-post .wp-block-table table td {
  border: 1px solid #999;
}
.single-post table th,
.single-post .wp-block-table table th {
  font-size: 18px;
  color: #000;
  font-weight: 400;
  padding: 10px 15px;
  background-color: #d9edf7;
}
.single-post table td,
.single-post .wp-block-table table td {
  font-size: 16px;
  color: #000;
  font-weight: 400;
  padding: 12px 15px;
}
.single-post table td strong,
.single-post .wp-block-table table td strong {
  font-family: "th_sarabun_newbold";
}
.single-post table td li,
.single-post .wp-block-table table td li {
  margin-top: 0;
}
.single-post .table-vertical td:first-child {
  color: #fff;
  background-color: #619ac9;
}
.single-post .wp-block-embed-youtube {
  margin-top: 32px;
}
.single-post .wp-block-buttons {
  margin-top: 0;
}
.single-post .wp-block-button {
  display: flex;
  justify-content: inherit;
  align-items: inherit;
  width: auto;
}
.single-post .wp-block-button__link {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: 20px;
  color: #fff;
  line-height: 1.5;
  padding: 16px 50px;
  text-decoration: none;
  border-radius: 14px;
  background-color: #c3a935;
  transition: all 0.4s ease;
}
.single-post .wp-block-button__link:before {
  content: "";
  display: none;
  font-family: "Font Awesome 5 Free";
  font-size: 22px;
  font-weight: 900;
  margin-right: 15px;
}
.single-post .btn-promotion .wp-block-button__link:before {
  content: "\f0a4";
  display: block;
}
.single-post .btn-review .wp-block-button__link:before {
  content: "\f302";
  display: block;
}
.single-post .wp-block-button__link:hover {
  text-decoration: none;
  background-color: #13232f;
}
.single-post .caption-img {
  width: 80%;
  font-size: 15px;
  color: #555;
  margin-top: 10px;
}
.single-post .vsq-tbp {
  font-size: 18px;
  line-height: 1.3;
}
.single-post .vsq-tbp + .vsq-tbp {
  margin-top: 0;
}
.single-post .title-addline {
  font-size: 24px;
  color: #425ca1;
}
.single-post .btn-addline .wp-block-button__link {
  display: flex;
  align-items: center;
  min-width: unset;
  max-width: 208px;
  width: fit-content;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 2px;
  text-align: left;
  margin: 0;
  padding: 3px 18px 3px 8px;
  border-radius: 60px;
  background: #00c300;
  box-shadow: 0 2px 3px 1px #00000059;
}
.single-post .btn-addline .wp-block-button__link::before {
  content: "";
  display: inline-flex;
  min-width: 40px;
  width: 40px;
  height: 40px;
  margin-right: 6px;
  background-image: url(https://www.vsquareconsult.com/wp-content/uploads/2020/09/PNG_Icon_Line.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
}
.single-post .btn-addline .wp-block-button__link::after {
  display: none;
}
.single-post .btn-article .wp-block-button__link {
	margin-bottom: 40px;
  padding: 15px 30px;
	border-radius: 50px;
	background: #5ba2ff;
}
.single-post .btn-article .wp-block-button__link:after {
	display: none;
}
.single-post p img,
.single-post p picture,
.single-post p figure {
  display: inline-block;
  margin-top: 0;
}
.single-post .icon-credit img,
.single-post img.icon-credit {
  width: auto !important;
  height: 36px;
  margin-top: 0;
  box-shadow: none;
}
.single-post .icon-prototype img {
  width: auto;
  height: 32px;
  margin: 0;
}
.single-post .icon-prototype-vertical img {
  width: auto;
  height: 134px;
  margin: 0;
}
.single-post .label-heading {
  font-size: 24.5px;
  color: #fff;
  padding: 8px 20px;
  margin-bottom: 25px;
  background-color: #446084;
}
.single-post .doctorbanner-text {
  margin-top: 34px;
}
.single-post .doctorbanner-img img {
  margin-top: 16px;
}
.single-post .references {
  font-size: 14.5px;
  line-height: 1.2;
  margin-top: 34px;
}
.single-post p.references:first-child {
  margin-top: 34px;
}
.single-post .references strong {
  display: block;
  font-family: 'kanitmedium';
  margin-bottom: -10px;
}
.single-post ul.references {
  margin-top: 20px;
}
.single-post .references li {
  font-size: 14.5px;
  line-height: 1.2;
  margin-bottom: 4px;
}
.single-post .img-before-after .kt-row-column-wrap {
  display: block;
  padding: 0;
  touch-action: none;
}
.single-post .img-before-after .wp-block-kadence-column {
  display: block;
  width: 100%;
}
.single-post .img-before-after .wp-block-kadence-column.inner-column-2 {
  position: absolute;
  top: 0;
}
.single-post .twentytwenty-container .wp-block-kadence-column.twentytwenty-before,
.single-post .twentytwenty-container .wp-block-kadence-column.twentytwenty-after {
  max-width: 100%;
  position: absolute;
  top: 0;
  display: block;
  height: 100%;
}
.single-post .textarea-prototype {
  box-sizing: border-box;
  display: block;
  width: 100%;
  min-width: 535px;
  max-width: 535px;
  min-height: 172px;
  max-height: 172px;
  padding: 10px 20px;
  margin: 5px auto 0;
}
.single-post .services-content .kt-gutter-default > .wp-block-kadence-column {
  margin-right: 8px;
}
.single-post .services-content .wp-block-columns {
  flex-wrap: wrap !important;
  gap: unset;
  justify-content: center;
  margin-top: 20px;
}
.single-post .services-content .wp-block-column {
  flex-basis: unset;
  flex-grow: unset;
  max-width: 25%;
  box-sizing: border-box;
}
.single-post .services-content .wp-block-column .wp-block-image {
  padding: 0 4px;
  box-sizing: border-box;
}
.single-post .icon-contact {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.single-post .icon-contact + .icon-contact {
  margin-top: 10px;
}
.single-post .icon-contact img {
  margin: 0 16px 0 0;
}
.single-post .wp-block-kadence-rowlayout {
  margin-bottom: 28px;
}
.single-post .social-vsq-list {
  gap: unset;
  margin: 30px auto;
}
.single-post .social-vsq-list .wp-block-image {
  width: auto;
  height: 76px;
  margin: 0 7px;
}
.single-post .social-vsq-list img {
  width: auto;
  height: 100%;
  border-radius: 10px;
}
.single-post .social-vsq-list a {
  transition: all 0.4s ease;
}
.single-post .social-vsq-list a:hover {
  opacity: 0.8;
}
/***** MasterPiece *****/
.single-post h1.color-masterpiece,
.single-post h2.color-masterpiece,
.single-post h3.color-masterpiece,
.single-post h4.color-masterpiece,
.single-post h5.color-masterpiece,
.single-post h6.color-masterpiece,
.single-post p.subtext.color-masterpiece,
.single-post .subtext.color-masterpiece,
.single-post .subtext-gtb.color-masterpiece,
.single-post ul.color-masterpiece li a,
.single-post ol.color-masterpiece li a,
.single-post p.vsq-readmore.color-masterpiece a,
.single-post .color-masterpiece a {
  color: #29c7bb;
}
.single-post .color-masterpiece table,
.single-post .color-masterpiece li {
  color: #262828;
}
.single-post .color-masterpiece table th,
.single-post .wp-block-table .color-masterpiece table th {
  background: #29c7bb;
  background-color: #29c7bb;
}
.kb-row-layout-wrap, .kt-row-layout-inner {
  border: 0 solid transparent;
  position: relative;
}
.kb-row-layout-wrap:before, .kt-row-layout-inner:before {
  clear: both;
  content: "";
  display: table;
}
.kt-row-column-wrap {
  display: grid;
  gap: 30px 20px;
  grid-auto-rows: minmax(min-content,max-content);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  position: relative;
  z-index: 1;
}
.wp-block-kadence-column {
  display: flex;
  flex-direction: column;
  min-height: 0;
  min-width: 0;
  z-index: 1;
}
.kt-inside-inner-col {
  border: 0 solid transparent;
  position: relative;
  transition: all .3s ease;
}
.kt-row-column-wrap figure {
  margin: 0;
}
.kt-row-column-wrap img {
  width: 100%;
  height: auto;
}
.wp-block-kadence-tabs .kt-tabs-wrap {
  border: 1px solid #a4afb7;
}
.wp-block-kadence-tabs .kt-tabs-title-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
.wp-block-kadence-tabs .kt-tabs-title-list li {
  cursor: pointer;
  list-style: none;
  position: relative;
  width: 100%;
  font-size: 16px;
  color: #000;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #a4afb7;
}
.wp-block-kadence-tabs .kt-tabs-title-list li.kt-tab-title-active {
  position: relative;
  text-decoration: none;
  z-index: 4;
}
.wp-block-kadence-tabs .kt-tabs-title-list li a.kt-tab-title {
  align-items: center;
  border: solid transparent;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-width: 1px 1px 0;
  color: #000;
  display: flex;
  height: 100%;
  padding: 8px 16px;
  text-decoration: none;
  transition: all .2s ease-in-out;
}
.wp-block-kadence-tabs .kt-tabs-title-list li.kt-tab-title-active .kt-tab-title {
  background-color: #fff;
  border-color: #dee2e6;
}
.wp-block-kadence-tabs .kt-tabs-title-list li a.kt-tab-title {
  position: relative;
  font-size: 18px;
  color: #000;
  line-height: 1.4;
  padding: 18px 20px;
  border: none;
  z-index: 2;
  background: transparent;
}
.wp-block-kadence-tabs .kt-tabs-title-list li a.kt-tab-title.is-open {
  text-decoration: none;
  border: none;
  background: transparent;
}
.wp-block-kadence-tabs .kt-tabs-title-list li a.kt-tab-title:before {
  content: "\f078";
  position: absolute;
  top: 50%;
  right: 25px;
  font-family: "Font Awesome 5 Free";
  font-size: 17px;
  line-height: 1;
  font-weight: 900;
  z-index: 1;
  transform: translateY(-50%);
}
.wp-block-kadence-tabs .kt-tabs-title-list li a.kt-tab-title.is-open:before {
  content: "\f077";
}
.kt-tabs-content-wrap {
  position: relative;
}
.wp-block-kadence-tabs .kt-tabs-content-wrap .wp-block-kadence-tab {
  display: block;
  padding: 0;
  border-bottom: 1px solid #a4afb7;
  border-width: 0 0 1px 0;
}
.wp-block-kadence-tabs .kt-tabs-content-wrap .wp-block-kadence-tab:last-child {
  border: none;
}
.wp-block-kadence-tabs .kt-tabs-content-wrap .wp-block-kadence-tab .kt-tab-inner-content-inner {
  display: none;
  padding: 25px 20px;
}
.wp-block-kadence-tabs .kt-tabs-content-wrap .wp-block-kadence-tab ul, 
.wp-block-kadence-tabs .kt-tabs-content-wrap .wp-block-kadence-tab ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 18px;
}
.wp-block-kadence-tabs .kt-tabs-content-wrap .wp-block-kadence-tab li {
  width: 100%;
  font-size: 16px;
  color: #000;
  line-height: 1.6;
  margin: 8px 0 0;
}
.wp-block-kadence-tabs .kt-tabs-content-wrap .wp-block-kadence-tab li:first-child {
  margin-top: 0;
}
.wp-block-kadence-tabs .kt-tabs-content-wrap .wp-block-kadence-tab li a {
  color: #c3a935;
}
.wp-block-kadence-accordion .wp-block-kadence-pane {
  margin-top: -1px;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid #a4afb7;
}
.kt-blocks-accordion-header {
  align-content: space-between;
  align-items: center;
  background-color: var(--global-palette8,#f2f2f2);
  border: 0 solid transparent;
  border-radius: 0;
  box-shadow: none;
  color: var(--global-palette5,#555);
  display: flex;
  font-size: 18px;
  line-height: 24px;
  padding: 10px 14px;
  position: relative;
  text-align: left;
  text-shadow: none;
  text-transform: none;
  transition: all .2s ease-in-out;
  width: 100%;
}
.wp-block-kadence-accordion .wp-block-kadence-pane .kt-accordion-header-wrap .kt-blocks-accordion-header {
  position: relative;
  font-size: 18px;
  color: #C3A935;
  line-height: 1.4;
  padding: 18px 42px;
  border: none;
  background-color: #fff;
}
.wp-block-kadence-accordion .wp-block-kadence-pane .kt-accordion-header-wrap .kt-blocks-accordion-header:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  width: 0px;
  height: 0px;
  border-radius: 0;
  border-style: solid;
  border-width: 7px 0 7px 8px;
  border-color: transparent transparent transparent #C3A935;
  transform: translateY(-50%);
}
.wp-block-kadence-accordion .wp-block-kadence-pane .kt-accordion-header-wrap .kt-blocks-accordion-header.kt-accordion-panel-active:before {
  border-width: 0 7px 8px 7px;
  border-color: transparent transparent #C3A935 transparent;
}
.kt-blocks-accordion-title-wrap {
  display: flex;
  padding-right: 10px;
}
.kt-blocks-accordion-header .kt-blocks-accordion-title {
  word-wrap: break-word;
  white-space: normal;
}
.wp-block-kadence-accordion .kt-accordion-panel {
  display: block;
  border-top: 1px solid #a4afb7;
}
.wp-block-kadence-accordion .kt-accordion-panel.kt-accordion-panel-hidden {
  display: none;
  max-height: 0!important;
  overflow: hidden;
}
.wp-block-kadence-accordion .kt-accordion-panel .kt-accordion-panel-inner {
  padding: 22px 42px;
  border: none;
}
.wp-block-kadence-accordion .kt-accordion-panel p {
  font-size: 16px;
  color: #000;
  line-height: 1.6;
  margin-top: 0;
  margin-bottom: 0;
}
.single-post .divider {
  display: flex;
  align-items: center;
  width: 100%;
}
.single-post .divider:before, 
.single-post .divider:after {
  content: "";
  display: block;
  flex-grow: 1;
  height: 1px;
  background-color: #2b2b2b;
}
.single-post .divider em, 
.single-post .divider span {
  font-style: normal;
  padding: 0 15px;
}
.single-post .popular-posts-shortcode {
  width: 100%;
  padding-left: 16px;
}
.single-post .popular-posts-shortcode ul li, 
.single-post .popular-posts-shortcode ol li {
  width: 100%;
  font-size: 16px;
  color: #000;
  line-height: 1.6;
  margin: 0;
}
.single-post .popular-posts-shortcode a {
  color: #c3a935;
  text-decoration: none;
  transition: text-decoration 0.25s ease, color 0.25s ease;
}
.single-post .popular-posts-shortcode a:hover {
  color: #13232f;
  text-decoration: underline;
}
@media (max-width: 768px) {
  .single-post .img-d {
      display: none;
  }
  .single-post .img-m {
      display: block;
  }
}
