/* Ads Banner Wrapper */

.single-post-content .code-block {
    position: relative;
    background-color: #fff;
	padding-bottom: 34px;
}
.single-post-content .code-block::before{
	display: block;
	content: '';
	width: 100%;
    padding-top: 83.33333%;
}
.single-post-content .code-block > * {
    position: absolute;
    top: 0;
    left: 0;
	bottom: 0;
	right: 0;
}

.section-ads.mobile-ads {
    position: relative;
    background-color: #fff;
}
.section-ads.mobile-ads::before{
	display: block;
	content: '';
	width: 100%;
    padding-top: 83.33333%;
}
.textwidget{
	height: 100%;
}
.textwidget > div{ max-height: 100%; }
.textwidget > ins.adsbygoogle{
	max-height: 100%;
	max-width: 100%;
}
.section-ads.mobile-ads > * {
    position: absolute;
    top: 0;
    left: 0;
	bottom: 0;
	right: 0;
}
.section-sticky-ads::before {
    content: '';
    display: block;
    padding-top: 15.625%;
}
.section-sticky-ads > .main-widget-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.google-auto-placed {
    position: relative;
}
.google-auto-placed::before {
    content: '';
    display: block;
    padding-top: 93.75%;
}
.google-auto-placed > * {
    position: absolute;
    top: 0;
	height: 100%;
	left: 0;
	width: 100%;
}
.quads-location {
    position: relative;
	padding-bottom: 34px;
}
.quads-location::before {
    content: '';
    display: block;
    padding-top: 93.75%;
}
.quads-location > * {
    position: absolute;
    top: 0;
	height: 100%;
	left: 0;
	width: 100%;
}
.footer-subscribe {
    position: relative;
}
.footer-subscribe::before {
    content: '';
    display: block;
    padding-top: 50px;
}
.footer-subscribe > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.article-card .google-auto-placed{display: none;}
/* General */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
}
html,
body {
  position: relative;
  width: 100%;
  font-family: Verdana, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.fixed {
  position: fixed;
}
a {
  color: #007E3B;
  text-decoration: none;
}
a:hover,
a:focus,
a:active {
  outline: none;
}
.app {
  position: relative;
  overflow: hidden;
}
.container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}
section {
  position: relative;
}
.section-title h1,
.section-title h2 {
  margin: 0;
  font-weight: 800;
  font-size: 24px;
  line-height: 28px;
  text-transform: capitalize;
  color: #292929;
}


/* Ads */
.ads img {
  max-width: 100%;
}
.section-ads.desktop-ads img,
.section-ads.mobile-ads img ,
.section-sticky-ads img {
  display: block;
}
.section-ads.desktop-ads {
  display: none;
  padding: 50px 0 0;
}
.section-ads.mobile-ads {
  display: block;
}
.mobile-featured-article-ads {
  margin: 30px 0 0;
}
.mobile-article-ads {
  padding: 30px 0 0;
  background-color: #F9F9F9;
}
.mobile-category-ads {
  padding: 30px 0 0;
}
.post-mobile-tops-ads {
  padding: 30px 0 0;
}
.post-mobile-middles-ads {
  padding: 30px 0 0;
}
.post-mobile-middles-ads > * + * {
  margin: 30px 0 0;
}
.section-sticky-ads {
  display: block;
  position: fixed;
  z-index: 9;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  background-color: #fff;
  box-shadow: 0 8px 16px #ccc;
}
.section-sticky-ads.hide {
  display: none;
}
.section-sticky-ads .sticky-ads-close {
  display: none;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}
.section-sticky-ads .sticky-ads-close:hover {
  cursor: pointer;
}
.section-sticky-ads .sticky-ads-close img {
  display: block;
}


/* Button */
.btn {
  appearance: none;
  display: inline-block;
  border: 0;
}
.btn.btn-primary {
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  text-transform: capitalize;
  color: #FFFFFF;
  background-color: #007E3B;
  box-shadow: 0px 18px 24px rgba(0, 126, 59, 0.2);
  transition: all ease 0.3s;
}
.btn.btn-primary:hover {
  background-color: #02622F;
  transition: all ease 0.3s;
}
.btn.btn-carousel-prev {
  display: inline-block;
  width: 52px;
  height: 52px;
  border-radius: 26px;
  background-color: rgba(0, 126, 59, 0.2);
  border: 0;
  outline: none;
}
.btn.btn-carousel-prev:hover {
  cursor: pointer;
}
.btn.btn-carousel-next {
  display: inline-block;
  width: 52px;
  height: 52px;
  border-radius: 26px;
  background-color: #007E3B;
  border: 0;
  outline: none;
}
.btn.btn-carousel-next:hover {
  cursor: pointer;
}


/* Header */
header {
  padding: 20px 0;
  height:70px;
}
.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-logo a {
  display: block;
}
.header-logo img {
  display: block;
  max-height: 30px;
  width: auto;
}
nav {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
nav.open .header-mobile span:nth-child(1) {
  top: calc(50% - 1px);
  transform: rotateZ(45deg);
  transition: all ease 0.3s;
}
nav.open .header-mobile span:nth-child(2) {
  opacity: 0;
  transition: all ease 0.3s;
}
nav.open .header-mobile span:nth-child(3) {
  top: calc(50% - 1px);
  transform: rotateZ(-45deg);
  bottom: auto;
  transition: all ease 0.3s;
}
.header-mobile {
  position: relative;
  z-index: 2;
  width: 18px;
  height: 18px;
}
.header-mobile:hover {
  cursor: pointer;
}
.header-mobile span {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  display: block;
  width: 18px;
  height: 2px;
  background-color: #000;
}
.header-mobile span:nth-child(1) {
  top: 2px;
  transform: rotateZ(0deg);
  transition: all ease 0.3s;
}
.header-mobile span:nth-child(2) {
  opacity: 1;
  transition: all ease 0.3s;
}
.header-mobile span:nth-child(3) {
  top: auto;
  bottom: 2px;
  transform: rotateZ(0deg);
  transition: all ease 0.3s;
}
nav.open .header-menu {
  top: 70px;
  visibility: visible;
  opacity: 1;
  transition: all ease 0.3s;
}
nav.open .header-menu > ul li.menu-item-has-children .sub-menu {
  visibility: visible;
  opacity: 1;
}
nav.open .header-menu > ul li.search-menu .search-dropdown {
  visibility: visible;
  opacity: 1;
}
.header-menu {
  position: fixed;
  overflow: auto;
  top: 50px;
  left: 0;
  width: 100%;
  height: calc(100vh - 70px);
  z-index: 2;
  background-color: #FFFFFF;
  visibility: hidden;
  opacity: 0;
  transition: all ease 0.3s;
}
.header-menu > ul {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
  padding: 20px 20px 50px;
  list-style: none;
}
.header-menu > ul li {
  position: relative;
  width: 100%;
}
.header-menu > ul li + li {
  margin: 35px 0 0;
}
.header-menu > ul li > a {
  display: block;
  position: relative;
  z-index: 1;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  color: #292929;
  transition: all 0.3s ease;
}
.header-menu > ul li:hover > a {
  color: #007E3B;
  transition: all 0.3s ease;
}
.header-menu > ul li.menu-item-has-children {
  position: relative;
  padding: 0;
  background-image: none;
  background-repeat: no-repeat;
  background-size: 10px auto;
  background-position: 100% calc(50% - 2px);
}
.header-menu > ul li.menu-item-has-children .sub-menu {
  position: relative;
  z-index: 2;
  top: auto;
  right: auto;
  width: auto;
  min-width: 160px;
  margin: 0;
  padding: 35px 0 0 25px;
  list-style: none;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}
.header-menu > ul li.menu-item-has-children:hover .sub-menu {
  top: 100%;
  visibility: visible;
  opacity: 1;
  transition: all 0.3s ease;
}
.header-menu > ul li.menu-item-has-children .sub-menu:before {
  display: none;
  content: '';
  position: absolute;
  z-index: 0;
  top: 20px;
  left: 0;
  width: 100%;
  height: calc(100% - 20px);
  background-color: #fff;
  border-radius: 16px;
  border: 1px solid rgba(73, 73, 73, 0.3);
  box-shadow: 0px 20px 24px rgba(41, 41, 41, 0.15);
}
.header-menu > ul li.menu-item-has-children .sub-menu:after {
  display: none;
  content: '';
  position: absolute;
  z-index: 1;
  top: 14px;
  right: 50px;
  transform: rotateZ(45deg);
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-top: 1px solid rgba(73, 73, 73, 0.3);
  border-left: 1px solid rgba(73, 73, 73, 0.3);
}
.header-menu > ul li.menu-item-has-children .sub-menu li {
  position: relative;
  z-index: 2;
  padding: 0;
}
.header-menu > ul li.menu-item-has-children .sub-menu li + li {
  margin: 35px 0 0;
}
.header-menu > ul li.menu-item-has-children .sub-menu li a {
  font-size: 16px;
  line-height: 22px;
  white-space: nowrap;
  color: #292929;
}
.header-menu > ul li.menu-item-has-children .sub-menu li a:hover {
  color: #007E3B;
}
.header-menu > ul li.search-menu {
  order: -1;
  position: relative;
  margin: 0 0 40px;
}
.header-menu > ul li.search-menu a,
.header-menu > ul li.search-menu a img {
  display: none;
}
.header-menu > ul li.search-menu .search-dropdown {
  position: relative;
  z-index: 2;
  top: auto;
  right: auto;
  width: auto;
  min-width: 160px;
  margin: 0;
  padding: 0;
  list-style: none;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}
.header-menu > ul li.search-menu.open .search-dropdown {
  top: 100%;
  visibility: visible;
  opacity: 1;
  transition: all ease 0.3s;
}
.header-menu > ul li.search-menu .search-dropdown:before {
  display: none;
  content: '';
  position: absolute;
  z-index: 0;
  top: 20px;
  left: 0;
  width: 100%;
  height: calc(100% - 20px);
  background-color: #fff;
  border-radius: 16px;
  border: 1px solid rgba(73, 73, 73, 0.3);
  box-shadow: 0px 20px 24px rgba(41, 41, 41, 0.15);
}
.header-menu > ul li.search-menu .search-dropdown:after {
  display: none;
  content: '';
  position: absolute;
  z-index: 1;
  top: 14px;
  right: 50px;
  transform: rotateZ(45deg);
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-top: 1px solid rgba(73, 73, 73, 0.3);
  border-left: 1px solid rgba(73, 73, 73, 0.3);
}
.header-menu > ul li.search-menu .search-dropdown form {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  z-index: 1;
  max-width: 100%;
  margin: 0 auto;
}
.header-menu > ul li.search-menu .search-dropdown form input[type="text"] {
  width: calc(100% - 110px);
  padding: 18px 25px;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  color: #494949;
  background-color: transparent;
  border: 1px solid rgba(41, 41, 41, 0.25);
  border-radius: 28px;
}
.header-menu > ul li.search-menu .search-dropdown form button[type="submit"] {
  width: 95px;
  margin: 0 0 0 15px;
  padding: 21px 34px 21px 35px;
  color: #FFFFFF;
  background-color: #007E3B;
  border-radius: 28px;
  box-shadow: 0px 18px 24px rgba(0, 126, 59, 0.2);
  transition: all ease 0.3s;
}
.header-menu > ul li.search-menu .search-dropdown form button[type="submit"]:hover {
  cursor: pointer;
}

/* Footer */
footer {
  padding: 50px 0 40px;
}
.footer-container {
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-start;
  align-items: flex-start;
}
.footer-left {
  flex: 0 0 100%;
  width: 100%;
  margin: 40px 0 0;
}
.footer-logo img {
  display: block;
  width: 100%;
  max-width: 176px;
  height: auto;
}
.footer-right {
  flex: 0 0 100%;
  width: 100%;
  padding: 0;
}
.footer-menu {
  margin: 0;
  padding: 0;
  border-top: 0;
}
.footer-menu ul {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.footer-menu ul li {
  position: relative;
}
.footer-menu ul li + li {
  margin: 25px 0 0;
}
.footer-menu ul li a {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #292929;
  transition: all ease 0.3s;
}
.footer-menu ul li a:hover {
  color: #007E3B;
  transition: all ease 0.3s;
}
footer .horizontal-subscribe-wrapper {
  display: none;
  padding: 0;
  background-color: transparent;
  box-shadow: none;
  border-radius: 0;
}
footer .horizontal-subscribe-wrapper h3 {
  width: 173px;
  font-weight: 800;
  font-size: 22px;
  line-height: 30px;
  color: #292929;
}
footer .horizontal-subscribe-wrapper .mc4wp-form .form-wrapper .form-group + .form-group {
  margin: 20px 0 0;
}
footer .horizontal-subscribe-wrapper .mc4wp-form .form-wrapper .form-group input[type="text"],
footer .horizontal-subscribe-wrapper .mc4wp-form .form-wrapper .form-group input[type="email"] {
  font-weight: 600;
  color: #494949;
  border: 1px solid rgba(41, 41, 41, 0.25);
}
footer .horizontal-subscribe-wrapper .mc4wp-form .form-wrapper .form-group input[type="text"]::placeholder,
footer .horizontal-subscribe-wrapper .mc4wp-form .form-wrapper .form-group input[type="email"]::placeholder {
  color: #494949;
}
footer .horizontal-subscribe-wrapper .mc4wp-form .form-wrapper .form-group input[type="text"]:focus,
footer .horizontal-subscribe-wrapper .mc4wp-form .form-wrapper .form-group input[type="email"]:focus {
  outline: none;
  border-color: #007E3B;
}
footer .horizontal-subscribe-wrapper .mc4wp-form .form-wrapper .form-group input[type="submit"] {
  color: #FFFFFF;
  background-color: #007E3B;
  box-shadow: 0px 18px 24px rgba(0, 126, 59, 0.2);
  transition: all ease 0.3s;
}
footer .horizontal-subscribe-wrapper .mc4wp-form .form-wrapper .form-group input[type="submit"]:hover {
  background-color: #02622F;
  transition: all ease 0.3s;
}
footer .horizontal-subscribe-wrapper .wpcf7 .form-wrapper span + span {
  margin: 20px 0 0;
}
footer .horizontal-subscribe-wrapper .wpcf7 .form-wrapper span input[type="text"],
footer .horizontal-subscribe-wrapper .wpcf7 .form-wrapper span input[type="email"] {
  font-weight: 600;
  color: #494949;
  border: 1px solid rgba(41, 41, 41, 0.25);
}
footer .horizontal-subscribe-wrapper .wpcf7 .form-wrapper span input[type="text"]::placeholder,
footer .horizontal-subscribe-wrapper .wpcf7 .form-wrapper span input[type="email"]::placeholder {
  color: #494949;
}
footer .horizontal-subscribe-wrapper .wpcf7 .form-wrapper span input[type="text"]:focus,
footer .horizontal-subscribe-wrapper .wpcf7 .form-wrapper span input[type="email"]:focus {
  outline: none;
  border-color: #007E3B;
}
footer .horizontal-subscribe-wrapper .wpcf7 .form-wrapper input[type="submit"] {
  color: #FFFFFF;
  background-color: #007E3B;
  box-shadow: 0px 18px 24px rgba(0, 126, 59, 0.2);
  transition: all ease 0.3s;
}
footer .horizontal-subscribe-wrapper .wpcf7 .form-wrapper input[type="submit"]:hover {
  background-color: #02622F;
  transition: all ease 0.3s;
}
/* footer .horizontal-subscribe-wrapper .wpcf7 .wpcf7-response-output {
  top: calc(100% + 5px);
} */

/* Widget */
.main-widget-wrapper + .main-widget-wrapper {
  margin: 40px 0 0;
}
.about-rio {
  padding: 30px 20px;
  border: 1px solid rgba(41, 41, 41, 0.15);
  border-radius: 12px;
}
.about-rio img,
.about-rio picture img {
  display: block;
  width: 128px;
  height: 128px;
  object-fit: cover;
  border-radius: 50%;
}
.about-rio h3 {
  margin: 0;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  text-transform: capitalize;
  color: #292929;
}
.about-rio img + h3,
.about-rio picture + h3 {
  margin: 25px 0 0;
}
.about-rio p {
  margin: 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  text-transform: capitalize;
  color: #494949;
}
.about-rio h3 + p {
  margin: 15px 0 0;
}

/* Article */
.article-card {
  position: relative;
}
.article-card-image {
  width: 100%;
  height: 237px;
}
.article-card-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.article-card-text {
  padding: 30px 20px;
  background-color: #F9F9F9;
}
.article-card-text h3,
.article-card-text h3 a {
  margin: 0;
  font-weight: 800;
  font-size: 22px;
  line-height: 32px;
  text-transform: capitalize;
  color: #292929;
  transition: all ease 0.3s;
}
.article-card-text h3:hover,
.article-card-text h3 a:hover {
  color: #007E3B;
  transition: all ease 0.3s;
}
.article-card-text p {
  margin: 20px 0 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  text-transform: capitalize;
  color: #494949;
}
.article-card-text p a {
  margin: 20px 0 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  text-transform: capitalize;
  color: #007E3B;
  transition: all ease 0.3s;
}
.article-card-text p a:hover {
  color: #02622F;
  transition: all ease 0.3s;
}
.article-card-text .btn.btn-primary {
  display: inline-block;
  margin: 20px 0 0;
  padding: 19px 28px 18px 29px;
  border-radius: 100px;
}
.article-card-info {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 15px 0 0;
}
.article-card-info span {
  display: block;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  text-transform: capitalize;
  color: #868484;
}
.article-card-info span + span {
  position: relative;
  margin: 0 0 0 10px;
  padding: 0 0 0 14px;
}
.article-card-info span + span:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background-color: #868484;
}
.article-card-ads {
  position: relative;
}
.main-article {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.main-article-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 30px;
  flex: 0 0 100%;
  width: 100%;
  padding: 0;
}
.main-article-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.main-article-item + .main-article-item {
  /* margin: 30px 0 0; */
}
.main-article-image {
  flex: 0 0 80px;
  width: 80px;
  height: 80px;
}
.main-article-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-article-text {
  flex: 0 0 calc(100% - 80px);
  width: calc(100% - 80px);
  padding: 0 0 0 15px;
}
.main-article-text h3 {
  margin: 10px 0 0;
}
.main-article-text h3,
.main-article-text h3 a {
  font-weight: 800;
  font-size: 16px;
  line-height: 26px;
  text-transform: capitalize;
  color: #292929;
  transition: all ease 0.3s;
}
.main-article-text h3:hover,
.main-article-text h3 a:hover {
  color: #007E3B;
  transition: all ease 0.3s;
}
.main-article-text p {
  display: none;
  margin: 20px 0 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  text-transform: capitalize;
  color: #494949;
}
.main-article-text p a {
  font-weight: 700;
  color: #007E3B;
  transition: all ease 0.3s;
}
.main-article-text p a:hover {
  color: #02622F;
  transition: all ease 0.3s;
}
.main-article-category ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.main-article-category ul li {
  position: relative;
}
.main-article-category ul li a {
  font-weight: 700;
  font-size: 13px;
  line-height: 18px;
  text-transform: uppercase;
  color: #007E3B;
  transition: all ease 0.3s;
}
.main-article-category ul li a:hover {
  color: #02622F;
  transition: all ease 0.3s;
}
.main-article-category ul li + li {
  margin: 0 0 0 10px;
  padding: 0 0 0 14px;
}
.main-article-category ul li + li:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background-color: #494949;
}
.main-article-sidebar {
  display: none;
  flex: 0 0 100%;
  width: 100%;
}
.main-article-wrapper + .main-article-sidebar {
  margin: 40px 0 0;
}
.main-article-sidebar > * + * {
  margin: 40px 0 0;
}
.mobile-article-item-ads {
  grid-column: 1;
  grid-row: 4;
  margin: 0 -20px;
  position: relative;
}
.mobile-article-item-ads::before{
	content: '';
	display: block;
	padding-top: 83.33333%;
}
.mobile-article-item-ads > *{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* Hero */
.hero {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background-color: #F9F9F9;
}
.hero-image {
  flex: 0 0 100%;
  width: 100%;
  height: 233px;
}
.hero-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-text {
  flex: 0 0 100%;
  width: 100%;
}
.hero-text-wrapper {
  width: 100%;
  max-width: 100%;
  padding: 30px 20px;
}
.hero-text-wrapper h2,
.hero-text-wrapper h2 a {
  font-weight: 800;
  font-size: 26px;
  line-height: 36px;
  text-transform: capitalize;
  text-decoration: none;
  color: #292929;
  transition: all ease 0.3s;
}
.hero-text-wrapper h2:hover,
.hero-text-wrapper h2 a:hover {
  color: #007E3B;
  transition: all ease 0.3s;
}
.hero-text-wrapper p {
  margin: 20px 0 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  text-transform: capitalize;
  color: #494949;
}
.hero-text-info {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 23px 0 0;
}
.hero-text-info span {
  display: block;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  text-transform: capitalize;
  color: #494949;
}
.hero-text-info span + span {
  position: relative;
  margin: 0 0 0 10px;
  padding: 0 0 0 14px;
}
.hero-text-info span + span:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background-color: #494949;
}
.hero-text-button {
  margin: 30px 0 0;
  position: relative;
  padding-top: 55px;
}
.hero-text-button .btn{
	position: absolute;
	top: 0;
	left: 0;
}
.hero-text-button .btn.btn-primary {
  padding: 19px 28px 18px 29px;
  border-radius: 100px;
}

/* Horizontal Subscribe */
.section-horizontal-subscribe {
  padding: 50px 0 0;
}
.section-horizontal-subscribe.category-subscriber {
  padding: 50px 0;
}
.section-horizontal-subscribe.category-subscriber + .section-ads {
  padding: 0 0 50px;
}
.horizontal-subscribe-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 30px 20px;
  background-color: #007E3B;
  box-shadow: 0px 18px 24px rgba(0, 126, 59, 0.2);
  border-radius: 12px;
}
.horizontal-subscribe-wrapper h3 {
  width: 176px;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  color: #FFFFFF;
}
.horizontal-subscribe-wrapper .mc4wp-form {
  position: relative;
  width: 100%;
  margin: 25px 0 0;
}
.horizontal-subscribe-wrapper .mc4wp-form .form-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
}
.horizontal-subscribe-wrapper .mc4wp-form .form-wrapper .form-group {
  display: block;
  width: 100%;
  padding: 0;
}
.horizontal-subscribe-wrapper .mc4wp-form .form-wrapper .form-group + .form-group {
  margin: 25px 0 0;
}
.horizontal-subscribe-wrapper .mc4wp-form .form-wrapper .form-group input[type="text"],
.horizontal-subscribe-wrapper .mc4wp-form .form-wrapper .form-group input[type="email"] {
  width: 100%;
  padding: 17px 25px;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  color: rgba(255, 255, 255, 0.8);
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 28px;
}
.horizontal-subscribe-wrapper .mc4wp-form .form-wrapper .form-group input[type="text"]::placeholder,
.horizontal-subscribe-wrapper .mc4wp-form .form-wrapper .form-group input[type="email"]::placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.horizontal-subscribe-wrapper .mc4wp-form .form-wrapper .form-group input[type="text"]:focus,
.horizontal-subscribe-wrapper .mc4wp-form .form-wrapper .form-group input[type="email"]:focus {
  outline: none;
  border-color: #FFFFFF;
}
.horizontal-subscribe-wrapper .mc4wp-form .form-wrapper .form-group input[type="submit"] {
  display: block;
  width: 108px;
  margin: 10px 0 0 auto;
  padding: 19px 34px 18px 35px;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  text-transform: capitalize;
  color: #292929;
  border: 0;
  border-radius: 28px;
}
.horizontal-subscribe-wrapper .mc4wp-form .form-wrapper .form-group input[type="submit"]:hover {
  cursor: pointer;
}
.horizontal-subscribe-wrapper .mc4wp-response {
  position: fixed;
  z-index: 10;
  top: 20px;
  right: 20px;
  width: 100%;
  max-width: calc(100% - 40px);
  margin: 0;
}
.horizontal-subscribe-wrapper .mc4wp-response .mc4wp-alert {
  padding: 20px;
  background-color: #7bc79f;
  border: 1px solid #007E3B !important;
}
.horizontal-subscribe-wrapper .mc4wp-response p {
  font-weight: 700;
  color: #007E3B;
}
.horizontal-subscribe-wrapper .wpcf7 {
  position: relative;
  width: 100%;
  margin: 25px 0 0;
}
.horizontal-subscribe-wrapper .wpcf7 .form-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
}
.horizontal-subscribe-wrapper .wpcf7 .form-wrapper span {
  display: block;
  width: 100%;
  padding: 0;
}
.horizontal-subscribe-wrapper .wpcf7 .form-wrapper span span {
  display: none !important;
}
.horizontal-subscribe-wrapper .wpcf7 .form-wrapper span + span,
.horizontal-subscribe-wrapper .wpcf7 .form-wrapper span + input[type="submit"] {
  margin: 25px 0 0;
}
.horizontal-subscribe-wrapper .wpcf7 .form-wrapper span input[type="text"],
.horizontal-subscribe-wrapper .wpcf7 .form-wrapper span input[type="email"] {
  width: 100%;
  padding: 17px 25px;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  color: rgba(255, 255, 255, 0.8);
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 28px;
}
.horizontal-subscribe-wrapper .wpcf7 .form-wrapper span input[type="text"]::placeholder,
.horizontal-subscribe-wrapper .wpcf7 .form-wrapper span input[type="email"]::placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.horizontal-subscribe-wrapper .wpcf7 .form-wrapper span input[type="text"]:focus,
.horizontal-subscribe-wrapper .wpcf7 .form-wrapper span input[type="email"]:focus {
  outline: none;
  border-color: #FFFFFF;
}
.horizontal-subscribe-wrapper .wpcf7 .form-wrapper input[type="submit"] {
  width: 108px;
  padding: 19px 34px 18px 35px;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  text-transform: capitalize;
  color: #292929;
  border: 0;
  border-radius: 28px;
}
.horizontal-subscribe-wrapper .wpcf7 .form-wrapper input[type="submit"]:hover {
  cursor: pointer;
}
.horizontal-subscribe-wrapper .wpcf7 .wpcf7-response-output {
  position: fixed;
  z-index: 10;
  top: 20px;
  right: 20px;
  width: 100%;
  max-width: calc(100% - 40px);
  margin: 0;
  font-weight: 700;
  padding: 20px;
  color: #007E3B !important;
  background-color: #7bc79f;
  border: 1px solid #007E3B !important;
}
.horizontal-subscribe-wrapper .wpcf7 .ajax-loader {
  display: none !important;
}

/* Vertical Subscriber */
.vertical-subscribe-wrapper {
  padding: 30px 20px;
  background-color: #007E3B;
  box-shadow: 0px 18px 24px rgba(0, 126, 59, 0.2);
  border-radius: 12px;
}
.vertical-subscribe-wrapper h3 {
  margin: 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
}
.vertical-subscribe-wrapper .mc4wp-form {
  position: relative;
  width: 100%;
  margin: 25px 0 0;
}
.vertical-subscribe-wrapper .mc4wp-form .form-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
}
.vertical-subscribe-wrapper .mc4wp-form .form-wrapper > .form-group {
  display: block;
  width: 100%;
}
.vertical-subscribe-wrapper .mc4wp-form .form-wrapper > .form-group + .form-group {
  margin: 20px 0 0 ;
}
.vertical-subscribe-wrapper .mc4wp-form input[type="text"],
.vertical-subscribe-wrapper .mc4wp-form input[type="email"] {
  width: 100%;
  padding: 18px 25px;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  color: rgba(255, 255, 255, 0.8);
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 28px;
}
.vertical-subscribe-wrapper .mc4wp-form input[type="text"]::placeholder,
.vertical-subscribe-wrapper .mc4wp-form input[type="email"]::placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.vertical-subscribe-wrapper .mc4wp-form input[type="text"]:focus,
.vertical-subscribe-wrapper .mc4wp-form input[type="email"]:focus {
  outline: none;
  border: 1px solid #FFFFFF;
}
.vertical-subscribe-wrapper .mc4wp-form input[type="submit"] {
  display: block;
  width: 108px;
  margin: 10px 0 0 auto;
  padding: 19px 34px 18px 35px;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  text-transform: capitalize;
  color: #292929;
  border: 0;
  border-radius: 28px;
}
.vertical-subscribe-wrapper .mc4wp-form input[type="submit"]:hover {
  cursor: pointer;
}
.vertical-subscribe-wrapper .mc4wp-response {
  position: fixed;
  z-index: 10;
  top: 20px;
  right: 20px;
  width: 100%;
  max-width: calc(100% - 40px);
  margin: 0;
}
.vertical-subscribe-wrapper .mc4wp-response .mc4wp-alert {
  padding: 20px;
  background-color: #7bc79f;
  border: 1px solid #007E3B !important;
}
.vertical-subscribe-wrapper .mc4wp-response p {
  font-weight: 700;
  color: #007E3B;
}
.vertical-subscribe-wrapper .wpcf7 {
  position: relative;
  width: 100%;
  margin: 25px 0 0;
}
.vertical-subscribe-wrapper .wpcf7 .form-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
}
.vertical-subscribe-wrapper .wpcf7 .form-wrapper > span {
  display: block;
  width: 100%;
}
.vertical-subscribe-wrapper .wpcf7 .form-wrapper > span span {
  display: none !important;
}
.vertical-subscribe-wrapper .wpcf7 .form-wrapper > span + span {
  margin: 20px 0 0 ;
}
.vertical-subscribe-wrapper .wpcf7 .form-wrapper > span + input[type="submit"] {
  margin: 30px 0 0 ;
}
.vertical-subscribe-wrapper .wpcf7 input[type="text"],
.vertical-subscribe-wrapper .wpcf7 input[type="email"] {
  width: 100%;
  padding: 18px 25px;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  color: rgba(255, 255, 255, 0.8);
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 28px;
}
.vertical-subscribe-wrapper .wpcf7 input[type="text"]::placeholder,
.vertical-subscribe-wrapper .wpcf7 input[type="email"]::placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.vertical-subscribe-wrapper .wpcf7 input[type="text"]:focus,
.vertical-subscribe-wrapper .wpcf7 input[type="email"]:focus {
  outline: none;
  border: 1px solid #FFFFFF;
}
.vertical-subscribe-wrapper .wpcf7 input[type="submit"] {
  width: 108px;
  margin: 10px 0 0;
  padding: 19px 34px 18px 35px;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  text-transform: capitalize;
  color: #292929;
  border: 0;
  border-radius: 28px;
}
.vertical-subscribe-wrapper .wpcf7 input[type="submit"]:hover {
  cursor: pointer;
}
.vertical-subscribe-wrapper .wpcf7 .wpcf7-response-output {
  position: fixed;
  z-index: 10;
  top: 20px;
  right: 20px;
  width: 100%;
  max-width: calc(100% - 40px);
  margin: 0;
  font-weight: 700;
  padding: 20px;
  color: #007E3B !important;
  background-color: #7bc79f;
  border: 1px solid #007E3B !important;
}
.vertical-subscribe-wrapper .wpcf7 .ajax-loader {
  display: none !important;
}

/* Home Featured Article */
.section-home-featured {
  padding: 50px 0 0;
}
.featured-article {
  margin: 30px 0 0;
}
.featured-article-container {
  position: relative;
  overflow: hidden;
  width: calc(100% + 40px);
  margin: 0 -20px;
}
.featured-article-wrapper {
  position: relative;
  overflow: auto;
  width: 100%;
  margin: 0 0 -50px;
}
.featured-article-grid {
  display: inline-flex;
  padding: 0 20px 50px;
}
.featured-article-grid .article-card {
  width: 286px;
}
.featured-article-grid .article-card + .article-card {
  margin: 0 0 0 15px;
}
.featured-article-grid .article-card-ads {
  display: none;
  grid-row: 1;
  grid-column: 3;
}

/* Home Guide */
.section-home-guide {
  padding: 50px 0 0;
}
.guide-article {
  margin: 30px 0 0;
}
.guide-article-container {
  position: relative;
  overflow: hidden;
  width: calc(100% + 40px);
  margin: 0 -20px;
}
.guide-article-wrapper {
  position: relative;
  overflow: auto;
  width: 100%;
  margin: 0 0 -50px;
}
.guide-article-grid {
  display: inline-flex;
  padding: 0 20px 50px;
}
.guide-article-grid .article-card {
  position: relative;
  width: 286px;
}
.guide-article-grid .article-card > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.guide-article-grid .article-card + .article-card {
  margin: 0 0 0 15px;
}
.guide-article-grid .article-card-ads {
  display: none;
  grid-row: 2;
  grid-column: 1;
}


/* Home Popular Article */
.section-home-popular {
  padding: 50px 0;
}
.section-home-popular + .section-ads.desktop-ads {
  padding: 0 0 50px;
}
.home-popular {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.home-popular-nav {
  flex: 0 0 100%;
  width: 100%;
}
.home-popular-arrow {
  display: none;
}
.home-popular-arrow .btn + .btn {
  margin: 0 0 0 20px;
}
.home-popular-article {
  flex: 0 0 100%;
  width: 100%;
  margin: 30px 0 0;
  padding: 0;
}
.popular-article-container {
  position: relative;
  overflow: hidden;
  width: calc(100% + 40px);
  margin: 0 -20px;
}
.popular-article-wrapper {
  position: relative;
  overflow: auto;
  width: 100%;
  margin: 0 0 -50px;
}
.popular-article-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 20px;
  width: 1550px;
  padding: 0 20px 50px;
}
.popular-article-grid .article-card-ads {
  display: none;
  grid-row: 1;
  grid-column: 3;
}


/* Home Article */
.section-home-article {
  padding: 30px 0;
  background-color: #F9F9F9;
}
.section-home-article .article-card-info {
  display: none;
}
.section-home-article .article-card-info span {
  color: #868484;
}


/* Category */
.section-category {
  padding: 50px 0;
  background-color: #F9F9F9;
}
.section-category .section-title h1,
.section-category .section-title h2 {
  text-align: center;
}
.category-header {
  margin: 10px 0 0;
}
.category-header p {
  max-width: 1029px;
  margin: 15px auto 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  text-transform: capitalize;
  color: #494949;
}
.category-breadcrumb {
  margin: 30px 0 0;
}
.category-breadcrumb ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.category-breadcrumb ul li {
  position: relative;
}
.category-breadcrumb ul li a {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #292929;
  opacity: 0.6;
  transition: all ease 0.3s;
}
.category-breadcrumb ul li a:hover {
  color: #007E3B;
  opacity: 1;
  transition: all ease 0.3s;
}
.category-breadcrumb ul li span {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #007E3B;
}
.category-breadcrumb ul li + li {
  margin: 0 0 0 16px;
  padding: 0 0 0 26px;
}
.category-breadcrumb ul li + li:before {
  content: '';
  position: absolute;
  top: calc(50% - 5px);
  left: 0;
  width: 10px;
  height: 10px;
  background-image: url('../img/icon/breadcrumb-arrow.png');
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.category-breadcrumb + .main-article {
  margin: 30px 0 0;
}


/* Post Related Article */
section.section-post-top-related {
  display: none;
}
.section-post-title {
  padding: 30px 0 0;
}
.section-post-title h1 {
  max-width: 1008px;
  margin: 0 auto;
  font-size: 26px;
  font-weight: 800;
  line-height: 36px;
  text-align: center;
  text-transform: capitalize;
  color: #292929;
}
.post-header-info {
  margin: 20px 0 0;
}
.post-header-info p {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  text-transform: capitalize;
  color: #494949;
}
.post-header-info p span.publish {
  opacity: 0.6;
  margin: 0 15px 0 0;
}
.post-header-info p span.circle {
  /* width: 4px;
  height: 4px;
  border-radius: 2px;
  background-color: #494949; */
  margin: 0 8px;
}
.section-post-content {
  padding: 25px 0 30px;
}
.section-post-related {
  padding: 50px 0;
}
.section-post-related .section-title h1,
.section-post-related .section-title h2 {
  text-align: center;
}
.post-related {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 15px;
}
.post-related-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.post-related-image {
  width: 107px;
  height: 107px;
}
.post-related-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post-related-detail {
  width: calc(100% - 107px);
  padding: 0 0 0 15px;
}
.post-related-detail h3,
.post-related-detail h3 a {
  margin: 15px 0 0;
  font-weight: 800;
  font-size: 22px;
  line-height: 32px;
  text-transform: capitalize;
  color: #292929;
  transition: all ease 0.3s;
}
.post-related-detail h3:hover,
.post-related-detail h3 a:hover {
  color: #007E3B;
  transition: all ease 0.3s;
}
.post-related-detail .default-article-category ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 15px 0 0;
}
.post-related-detail .default-article-category ul li {
  display: block;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  text-transform: capitalize;
  color: #494949;
}
.post-related-detail .default-article-category ul li + li {
  position: relative;
  margin: 0 0 0 10px;
  padding: 0 0 0 14px;
}
.post-related-detail .default-article-category ul li + li:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background-color: #494949;
}
.post-related-detail .default-article-category ul li a {
  font-size: 13px;
  font-weight: 700;
  line-height: 18px;
  text-transform: uppercase;
  color: #007E3B;
  transition: all ease 0.3s;
}
.post-related-detail .default-article-category ul li a:hover {
  color: #02622F;
  transition: all ease 0.3s;
}
.single-post-container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.single-post-toc {
  width: 100%;
  height: 100%;
}
.single-post-toc-wrapper {
  position: relative;
  width: 100%;
  padding: 20px;
  border: 1px solid rgba(41, 41, 41, 0.25);
  border-radius: 12px;
}
.single-post-toc h3 {
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  text-transform: capitalize;
  color: #292929;
  background-image: url('../img/icon/angle-down.png');
  background-repeat: no-repeat;
  background-position: 100% center;
}
.single-post-toc .post-toc-wrapper {
  display: none;
  margin: 15px 0 0;
}
.single-post-toc.expand .post-toc-wrapper {
  display: block;
}
.single-post-toc .post-toc-wrapper .toc_title {
  display: none !important;
}
.single-post-toc .post-toc-wrapper > ul {
  display: block !important;
  margin: 0 0 0 5px;
  padding: 0 0 0 14px;
  list-style-type: disc;
}
.single-post-toc .post-toc-wrapper > ul > ul {
  list-style-type: disc;
}
.single-post-toc .post-toc-wrapper > ul > li > a,
.single-post-toc .post-toc-wrapper > ul > ul > li > a {
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  text-transform: capitalize;
  color: #292929;
}
.single-post-toc .post-toc-wrapper > ul > li + li {
  margin: 15px 0 0;
}
.single-post-toc .post-toc-wrapper > ul > li ul {
  margin: 10px 0 0;
  list-style-type: none;
}
.single-post-toc .post-toc-wrapper > ul > li  ul > li > a {
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  text-transform: capitalize;
  color: #292929;
  opacity: 0.8;
}
.single-post-toc .post-toc-wrapper > ul > li  ul > li + li {
  margin: 5px 0 0;
}
.single-post-content {
  width: 100%;
  margin: 25px 0 0;
  padding: 0;
}
.single-post-content > img,
.single-post-content > picture img {
  display: block;
  width: 100%;
  height: 227px;
  object-fit: cover;
}
.single-post-content > img + .content-breadcrumb,
.single-post-content > picture + .content-breadcrumb {
  margin: 30px 0 0;
}

div.single-post-content picture.attachment-full.size-full.wp-post-image img.lazyloaded{
  width: 100% !important;
}
.single-post-content .attachment-full.size-full.wp-post-image img.lazyloaded{
  width: 100% !important;
}

.content-wrapper * {
  word-wrap: break-word;
}
.content-wrapper > h1 {
  font-weight: 800;
  font-size: 42px;
  line-height: 52px;
  text-transform: capitalize;
  color: #007E3B;
}
.content-wrapper h2,
.content-wrapper h2 strong {
  font-weight: 800;
  font-size: 30px;
  line-height: 41px;
  color: #292929;
}
.content-wrapper * + h2 {
  margin: 35px 0 0;
}
.content-wrapper h3,
.content-wrapper h3 strong {
  font-weight: 800;
  font-size: 24px;
  line-height: 36px;
  color: #292929;
}
.content-wrapper * + h3 {
  margin: 25px 0 0;
}
.content-wrapper h4,
.content-wrapper h4 strong {
  font-weight: 800;
  font-size: 20px;
  line-height: 32px;
  color: #494949;
}
.content-wrapper * + h4 {
  margin: 25px 0 0;
}
.content-wrapper h5,
.content-wrapper h5 strong {
  font-weight: 800;
  font-size: 16px;
  line-height: 26px;
  color: #494949;
}
.content-wrapper * + h5 {
  margin: 25px 0 0;
}
.content-wrapper p {
  margin: 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  color: #494949;
}
.content-wrapper > p:first-child:first-letter {
  display: inline-block;
  float: left;
  margin: 0 10px 0 0;
  font-weight: 700;
  font-size: 60px;
  line-height: 52px;
  color: #292929;
}
.content-wrapper * + p {
  margin: 15px 0 0;
}
.content-wrapper strong {
  color: #000000 !important;
}
.content-wrapper ol,
.content-wrapper ul {
  padding: 0 0 0 40px;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  color: #494949;
}
.content-wrapper ol li + li,
.content-wrapper ul li + li {
  margin: 15px 0 0;
}
.content-wrapper * + ol,
.content-wrapper * + ul {
  margin: 15px 0 0;
}
.content-wrapper * + img {
  margin: 35px 0 0;
}
.content-wrapper * + figure {
  margin: 35px 0 0;
}
.content-wrapper figure.wp-block-table {
  display: block !important;
  position: relative;
  width: 100% !important;
  overflow: auto !important;
}
.content-wrapper figure.wp-block-table.aligncenter table {
  margin: 0 auto;
}
.content-wrapper figure.wp-block-table::-webkit-scrollbar {
  appearance: none;
  height: 5px;
  background-color: rgba(41, 41, 41, 0.2);
  border-radius: 2px;
}
.content-wrapper figure.wp-block-table::-webkit-scrollbar-thumb {
  background-color: #292929;
  border-radius: 2px;
}
.content-wrapper * + figure figcaption {
  margin: 5px 0 0;
  font-size: 12px;
  line-height: 20px;
  color: #868484;
}
.content-wrapper * + figure figcaption strong {
  font-weight: normal;
}
.content-wrapper a {
  color: #007E3B;
  transition: all ease 0.3s;
}
.content-wrapper a:hover {
  color: #02622F;
  transition: all ease 0.3s;
}
.content-wrapper table {
  table-layout: initial !important;
  width: auto !important;
  padding: 0 0 18px;
  border-spacing: 0;
}
.content-wrapper table thead tr th,
.content-wrapper table tbody tr td {
  padding: 20px;
}
.content-wrapper table thead tr th {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  white-space: nowrap !important;
  word-break: initial !important;
  color: #292929;
  border-top: 2px solid #007E3B;
  border-bottom: 2px solid #007E3B;
}
.content-wrapper table thead tr th:first-child {
  border-left: 2px solid #007E3B;
}
.content-wrapper table thead tr th:last-child {
  background-color: rgba(0, 126, 59, 0.1);
  border-right: 2px solid #007E3B;
}
.content-wrapper table tbody tr td {
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  color: #494949;
}
.content-wrapper table tbody tr td:first-child {
  border-left: 2px solid #007E3B;
}
.content-wrapper table tbody tr td:last-child {
  background-color: rgba(0, 126, 59, 0.1);
  border-right: 2px solid #007E3B;
}
.content-wrapper table tbody tr:last-child td {
  border-bottom: 2px solid #007E3B;
}
.content-wrapper blockquote {
  max-width: 100% !important;
  margin: 0 !important;
  padding: 45px 0 0 57px;
  font-size: 24px;
  font-weight: 800;
  font-style: italic;
  line-height: 38px;
  color: #292929;
  border-top: 2px dashed #007E3B;
}
.content-wrapper blockquote cite {
  display: block;
  margin: 15px 0 0;
  font-size: 20px;
  font-style: italic;
  line-height: 34px;
  color: #868484;
}
.content-wrapper blockquote cite strong {
  font-weight: 600;
}
.content-wrapper * + blockquote {
  margin: 35px 0 0 !important;
}
.content-wrapper img {
  width: auto !important;
  max-width: 100%;
  height: auto !important;
}
.content-wrapper * + .green-boxed {
  margin: 35px 0 0;
}
.content-wrapper .green-boxed h2,
.content-wrapper .green-boxed h2 strong {
  margin: 0;
  font-weight: 800;
  font-size: 30px;
  line-height: 41px;
  color: #292929;
}
.content-wrapper .green-boxed ul,
.content-wrapper .green-boxed ol {
  padding: 0 0 0 20px;
  font-size: 16px;
  line-height: 30px;
}
.content-wrapper .green-boxed ul li + li,
.content-wrapper .green-boxed ol li + li {
  margin: 15px 0 0;
}
.content-wrapper .green-boxed * + ul,
.content-wrapper .green-boxed * + ol {
  margin: 20px 0 0 0;
}
.content-wrapper .green-boxed > *:last-child {
  margin: 0;
}
.content-wrapper * + .seo-tools-form {
  margin: 40px 0 0;
}
.content-wrapper #toc_container {
  display: none !important;
}
.content-share {
  margin: 40px 0 0;
}
.content-share .sosmed-share {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.content-share .sosmed-share p {
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  color: #292929;
}
.content-share .sosmed-share .sosmed-icon {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 30px 0 0;
}
.content-share .sosmed-share .sosmed-icon a + a {
  margin: 0 0 0 20px;
}
.content-share .sosmed-share .sosmed-icon a img {
  display: block;
}
.single-post-sidebar {
  display: none;
  width: 100%;
  margin: 25px 0 0;
}
.single-post-sidebar > * + * {
  margin: 40px 0 0;
}
.content-breadcrumb {
  margin: 0;
}
.content-breadcrumb + .single-post-container {
  margin: 50px 0 0;
}
.content-breadcrumb + .content-wrapper {
  margin: 25px 0 0;
}
.content-breadcrumb ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.content-breadcrumb ul li {
  position: relative;
}
.content-breadcrumb ul li a {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #292929;
  transition: all ease 0.3s;
}
.content-breadcrumb ul li a:hover {
  color: #007E3B;
  opacity: 1;
  transition: all ease 0.3s;
}
.content-breadcrumb ul li span {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #007E3B;
}
.content-breadcrumb ul li:last-child a {
  color: #007E3B;
}
.content-breadcrumb ul li:last-child a:hover {
  color: #02622F;
}
.content-breadcrumb ul li + li {
  margin: 0 0 0 16px;
  padding: 0 0 0 26px;
}
.content-breadcrumb ul li + li:before {
  content: '';
  position: absolute;
  top: calc(50% - 5px);
  left: 0;
  width: 10px;
  height: 10px;
  background-image: url('../img/icon/breadcrumb-arrow.png');
  background-repeat: no-repeat;
  background-size: 100% auto;
}


/* Comments */
.section-comment {
  padding: 50px 0;
  background-color: #F9F9F9;
}
.comment-wrapper {
  width: 100%;
  max-width: 611px;
  margin: 0 auto;
  padding: 30px 20px;
  background-color: #fff;
  border: 1px solid rgba(41, 41, 41, 0.3);
  border-radius: 22px;
}
.comment-wrapper .comments-area .comments-title {
  background-image: url('../img/icon/angle-bottom-green.png');
  background-repeat: no-repeat;
  background-size: 12px auto;
  background-position: 100% center;
}
.comment-wrapper .comments-area .comments-title:hover {
  cursor: pointer;
}
.comment-wrapper .comments-area .comment-list,
.comment-wrapper .comments-area .comment-respond {
  display: none;
}
.comment-wrapper .comments-area.expand .comment-list,
.comment-wrapper .comments-area.expand .comment-respond {
  display: block;
}
.comment-wrapper .comments-area > h2 {
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  color: #007E3B;
}
.comment-wrapper .comments-area > h2 span {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 19px;
  color: #007E3B;
}
.comment-wrapper .comments-area .comments-title + .comment-list {
  margin: 15px 0 0;
}
.comment-wrapper .comments-area ol,
.comment-wrapper .comments-area ul {
  list-style: none;
}
.form-note,
.logged-in-as {
  margin: 15px 0 20px;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: #494949;
}
.logged-in-as a {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}
.form-group + .form-group {
  margin: 20px 0 0;
}
.form-group.form-group-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}
.form-group.form-group-right {
  text-align: right;
}
.form-group .btn {
  padding: 19px 34px 18px 35px;
  border-radius: 28px;
}
.form-group .btn:hover {
  cursor: pointer;
}
.form-comment,
.form-textarea {
  display: block;
  width: 100%;
  padding: 18px 20px;
  font-family: Verdana, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  color: #494949;
  border: 1px solid rgba(41, 41, 41, 0.3);
  border-radius: 30px;
}
.form-comment:focus,
.form-textarea:focus {
  outline: none;
} 
textarea.form-textarea {
  height: 140px;
  resize: none;
}
.form-comment::placeholder {
  font-family: Verdana, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  color: #494949 !important;
}
textarea::-webkit-input-placeholder,
textarea:-moz-placeholder,
textarea::-moz-placeholder,
textarea:-ms-input-placeholder {
  font-family: Verdana, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  color: #494949 !important;
}
.comment-list > li {
  margin: 0;
  padding: 25px 0;
  background-color: transparent;
  border-top: 1px solid rgba(41, 41, 41, 0.3);
  border-bottom: 1px solid rgba(41, 41, 41, 0.3);
}
.comment-list > li + li {
  margin: 0;
  border-top: 0;
}
.comment-list > li ol {
  margin: 25px 0 0;
  padding: 0 0 0 50px;
}
.comment-list > li ol > li {
  margin: 0;
  padding: 25px 0 0;
  background-color: transparent;
  border-top: 1px solid rgba(41, 41, 41, 0.3);
}
.comment-list > li ol > li + li {
  margin: 25px 0 0;
}
.comment-wrapper .comments-area .comments-title + .comment-respond,
.comment-list + .comment-respond {
  margin: 25px 0 0;
}
.comment-respond h3.comment-reply-title {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  color: #292929;
}
.comment-respond h3.comment-reply-title a {
  margin: 0 0 0 5px;
  color: #007e3b;
}
.comment-respond h3.comment-reply-title small {
  margin: 0 0 0 auto;
  font-weight: 400;
}
.comment-list-header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.comment-list-header-image img {
  width: 48px;
  height: 48px;
  margin: 0;
  border-radius: 50%;
  object-fit: cover;
}
.comment-list-header-image + .comment-list-header-text {
  margin: 0 0 0 15px;
}
.comment-list-body {
  margin: 20px 0 0;
}
.comment-list-body .list-inline {
  display: flex;
  justify-content: flex-start;
  align-self: center;
  margin: 10px 0 0;
}
.comment-list-body .list-inline li {
  position: relative;
}
.comment-list-body .list-inline li + li {
  margin: 0 0 0 10px;
  padding: 0 0 0 14px;
}
.comment-list-body .list-inline li + li:before {
  content: '';
  position: absolute;
  top: calc(50% - 2px);
  left: 0;
  width: 4px;
  height: 4px;
  background-color: #868484;
  border-radius: 2px;;
}
.comment-list-body .list-inline li a {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  text-transform: capitalize;
  color: #007E3B;  
}
.comment-list-name {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #292929;
}
.comment-list-metadata {
  margin: 0;
}
.comment-list-metadata a {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #292929;
}
.comment-awaiting-moderation {
  font-style: italic;
  opacity: 0.8;
}


/* Static Pages */
section.section-page {
  padding: 30px 0;
  background-color: #F9F9F9;
}
section.section-page h1 {
  margin: 0;
  font-size: 26px;
  font-weight: 800;
  line-height: 36px;
  text-transform: capitalize;
  color: #292929; 
}
section.section-page p {
  margin: 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  color: #494949;
}
section.section-page figure img {
  max-width: 100%;
}
section.section-page * + h2,
section.section-page * + h3,
section.section-page * + h4,
section.section-page * + h5 {
  margin: 25px 0 0;
}
section.section-page * + p {
  margin: 15px 0 0;
}
section.section-page * + figure {
  margin: 25px 0 0;
}


/* Search */
.section-search {
  padding: 50px 0;
  background-color: #F9F9F9;
}
.search-result-title {
  margin: 0;
  font-size: 26px;
  font-weight: 800;
  line-height: 36px;
  text-align: center;
  text-transform: capitalize;
  color: #292929;
}
.search-result-wrapper {
  margin: 30px 0 0;
}


/* Pagination */
.pagination-numbs{
  width: 100%;
  margin: 35px 0 0;
}
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination > span,
.pagination > a {
  display: block;
  width: 52px;
  height: 52px;
  padding: 17px 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  text-transform: capitalize;
  color: #292929;
  border-radius: 50%;
}
.pagination .page-numbers.current {
  color: #fff;
  background-color: #007E3B;
  box-shadow: 0px 18px 24px rgba(0, 126, 59, 0.2);
}

/* Shortcode */
.green-boxed {
  padding: 25px 35px 30px;
  background: #30FFDA;
  box-shadow: 0px 29px 54px rgba(37, 50, 70, 0.1);
}

/* SEO Tools Form */
.seo-tools-form {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  align-items: center;
  padding: 44px 40px;
  background-color: #007e3b;
  border-radius: 12px;
}
.seo-tools-form .form-wrapper {
  width: 100%;
  margin: 30px 0 0;
}
.seo-tools-form .form-wrapper h3 {
  font-size: 22px;
  line-height: 30px;
  color: #FFFFFF;
}
.seo-tools-form .form-wrapper > p {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.seo-tools-form .form-wrapper > p span {
  display: block;
  width: 100%;
}
.seo-tools-form .form-wrapper > p span + span {
  margin: 20px 0 0;
}
.seo-tools-form .form-wrapper > p span + input[type="submit"] {
  margin: 20px 0 0;
}
.seo-tools-form .form-wrapper input[type="text"],
.seo-tools-form .form-wrapper input[type="email"] {
  width: 100%;
  padding: 18px 25px;
  font-weight: bold;
  font-size: 14px;
  line-height: 19px;
  color: #FFFFFF;
  background-color: transparent;  
  border: 0.5px solid #FFFFFF;
  border-radius: 100px;
}
.seo-tools-form .form-wrapper input[type="text"]::placeholder,
.seo-tools-form .form-wrapper input[type="email"]::placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.seo-tools-form .form-wrapper input[type="submit"] {
  padding: 19px 25px 18px;
  font-weight: bold;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  text-transform: capitalize;
  color: #292929;
  background-color: #FFFFFF;
  border-radius: 100px;
}
.seo-tools-form .form-wrapper input[type="submit"]:hover {
  cursor: pointer;
}


/* Kamus Keuangan */
.section-dictionary {
  position: relative;
  padding: 50px 0 100px;
  background-image: linear-gradient(359.38deg, #F9F9F9 -3.22%, rgba(249, 249, 249, 0) 28.97%);
}
.dictionary-container .section-title h1 {
  text-align: center;
}
.dictionary-container .section-title p {
  max-width: 494px;
  margin: 20px auto 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  text-transform: capitalize;
  color: #646464;
}
.dictionary-navigation {
  position: relative;
  overflow: hidden;
  width: calc(100% + 40px);
  height: 60px;
  margin: 30px -20px 0;
}
.dictionary-navigation-container {
  position: relative;
  overflow: auto;
  padding: 0 0 50px;
}
.dictionary-navigation-wrapper {
  display: inline-flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  margin: 0;
}
.dictionary-navigation-wrapper a {
  display: block;
  width: 60px;
  height: 60px;
  margin: 0;
  padding: 21px 0 20px;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  color: #FFFFFF;
  background-color: #007E3B;
  border: 1px solid #007E3B;
}
.dictionary-navigation-wrapper a.active {
  color: #007E3B;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}
.dictionary-picked {
  display: inline-block;
  margin: 50px 0 0;
  padding: 20px 26px;
  background-color: #F9F9F9;
  border-left: 4px solid #007E3B;
}
.dictionary-picked h2 {
  margin: 0;
  font-weight: 800;
  font-size: 58px;
  line-height: 72px;
  text-transform: capitalize;
  color: #007E3B;
}
.dictionary-picked span {
  display: block;
  margin: 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  text-transform: capitalize;
  color: #646464;
}
.dictionary-list {
  margin: 30px 0 0;
}
.dictionary-list ul {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 30px;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.dictionary-list ul li a {
  font-size: 20px;
  line-height: 24px;
  text-transform: capitalize;
  color: #646464;
}
.dictionary-list ul li a:hover {
  color: #007E3B;
}
.dictionary-list.list ul li {
  display: none;
}
.dictionary-list.list ul li.show {
  display: block;
}
.dictionary-button {
  margin: 50px 0 0;
  text-align: center;
}
.dictionary-button .btn.btn-primary {
  display: inline-block;
  padding: 19px 28px 18px 29px;
  border-radius: 100px;
}
