/* common css */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  width: 100%;
}

body {
  color: #353535;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.wrapper {
  height: auto !important;
  height: 100%;
  margin: 0 auto -4em;
  min-height: 100%;
}

.footer, .push {
  clear: both;
  height: 4em;
}

a:focus, button:focus {
  outline: none;
}

::-webkit-input-placeholder {
  color: #D8D8D8;
}

::-moz-placeholder {
  color: #D8D8D8;
}

:-ms-input-placeholder {
  color: #D8D8D8;
}

::-ms-input-placeholder {
  color: #D8D8D8;
}

::-webkit-input-placeholder {
  color: #D8D8D8;
}

:-ms-input-placeholder {
  color: #D8D8D8;
}

::placeholder {
  color: #D8D8D8;
}

.page-body {
  margin-top: 80px;
}

.page-content {
  /*padding-top: 55px;*/
}

.topNav .current-menu-item>a {
  color: #36BE58 !important;
}

#categories-2 li.current-cat a {
  color: #419488 !important;
}

/* main navigation */
.topNav {
  background: #fff;
  border: 0px;
  border-bottom: 0px;
  border-radius: 0px;
  margin-bottom: 0px;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.04);
}

.topNav .navbar-brand {
  height: 80px;
  padding: 13px 15px 20px 0;
}

.topNav .navbar-brand img {
  height: auto;
  width: 300px;
}

.topNav .navbar-nav li a {
  color: #313A5A;
  font-size: 18px;
  padding-bottom: 30px;
  padding-top: 30px;
}

.topNav .navbar-nav li a:hover {
  color: #36BE58;
}

.topNav .btn-header {
  padding-left: 25px;
  padding-right: 17px;
}

.topNav .btn-menuSubscribe a {
  background: #36BE58;
  border-radius: 8px;
  -webkit-box-shadow: 0px 9px 11px rgba(9, 102, 88, 0.187726);
  box-shadow: 0px 9px 11px rgba(9, 102, 88, 0.187726);
  color: #fff !important;
  font-size: 19px;
  font-weight: 700;
  margin-top: 16px;
  outline: none;
  padding: 13px 26px !important;
}

.topNav .btn-getstarted {
  padding-right: 10px;
}

.topNav .btn-menuSubscribe a:hover, .topNav .btn-menuSubscribe a:focus {
  background: #36BE58 !important;
}

.topNav .btn-partner a, .topNav .btn-getstarted a {
  background: transparent;
  border: 1px solid #EAEBF0;
  color: #36BE58 !important;
  border-radius: 8px;
  font-size: 19px !important;
  margin-top: 16px;
  margin-right: 15px;
  outline: none;
  padding: 13px 26px !important;
}

.topNav .btn-partner a:hover, .topNav .btn-getstarted a:hover {
  background: #36BE58 !important;
  color: #fff !important;
  -webkit-transition: color 0.3s ease-in-out 0s, background-color, box-shadow, -webkit-transform;
  transition: color 0.3s ease-in-out 0s, background-color, box-shadow, -webkit-transform;
  -webkit-transition: color 0.3s ease-in-out 0s, background-color, -webkit-box-shadow, -webkit-transform;
  transition: color 0.3s ease-in-out 0s, background-color, -webkit-box-shadow, -webkit-transform;
  transition: color 0.3s ease-in-out 0s, background-color, box-shadow, transform;
  transition: color 0.3s ease-in-out 0s, background-color, box-shadow, transform, -webkit-box-shadow, -webkit-transform;
  transition: color 0.3s ease-in-out 0s, background-color, box-shadow, transform, -webkit-transform;
  background: transparent;
}

.topNav .btn-header a:hover, .topNav .btn-header a:focus {
  background: #36BE58 !important;
}

.topNav .bq_lmenu li a {
  padding-left: 55px;
}

.topNav .bq_lmenu .dropdown-menu li a {
  padding: 15px;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover, .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
  background-color: #fff;
}

/* subscription section */
.subscribe-section {
  padding: 40px 0;
  text-align: center;
}

.subscribe-section h3 {
  color: #2D333F;
  font-family: "Merriweather", Sans-serif;
  font-size: 33px;
  font-weight: 700;
  margin-bottom: 39px;
  margin-top: 0px;
}

.subscribe-form .name-field {
  margin: 20px 0;
}

.subscribe-form .form-control {
  border: 1px solid #36BE58;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 16px;
  height: 60px;
  min-width: 400px;
  outline: none;
  padding-left: 30px;
}

.subscribe-form .help-block {
  font-size: 16px;
  color: #FF5E3A;
}

.subscribe-form .btn-subscribe {
  background: #36BE58;
  border-radius: 8px;
  -webkit-box-shadow: 0px 9px 11px rgba(9, 102, 88, 0.187726);
  box-shadow: 0px 9px 11px rgba(9, 102, 88, 0.187726);
  color: #fff;
  font-size: 19px;
  font-weight: 700;
  margin-left: -20px;
  /* margin-top: -21px; */
  outline: none;
  padding: 16px 33px;
}

.subscribe-form .btn-subscribe:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.subscribe-form .form-control::-webkit-input-placeholder {
  color: #D8D8D8 !important;
  opacity: 1 !important;
}

.subscribe-form .form-control::-moz-placeholder {
  color: #D8D8D8 !important;
  opacity: 1 !important;
}

.subscribe-form .form-control:-ms-input-placeholder {
  color: #D8D8D8 !important;
  opacity: 1 !important;
}

.subscribe-form .form-control::-ms-input-placeholder {
  color: #D8D8D8 !important;
  opacity: 1 !important;
}

.subscribe-form .form-control::-webkit-input-placeholder {
  color: #D8D8D8 !important;
  opacity: 1 !important;
}

.subscribe-form .form-control:-ms-input-placeholder {
  color: #D8D8D8 !important;
  opacity: 1 !important;
}

.subscribe-form .form-control::placeholder {
  color: #D8D8D8 !important;
  opacity: 1 !important;
}

.thankyou-message {
  text-align: center;
}

.thankyou-message img {
  width: 88px;
  height: 88px;
}

.thankyou-message h1 {
  margin-top: 47px;
  margin-bottom: 24px;
  font-size: 33px;
  color: #2D333F;
  font-family: "Merriweather", Sans-serif;
  font-weight: 700;
}

.thankyou-message p {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  color: #595F6F;
}

/* homepage single blog */
.home_single-blog .elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated {
  padding: 0;
}

.latest-post {
  background: #FFFFFF;
  border: 1px solid rgba(91, 108, 148, 0.1);
  -webkit-box-shadow: 0px 7px 24px rgba(83, 83, 83, 0.1);
  box-shadow: 0px 7px 24px rgba(83, 83, 83, 0.1);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 50px;
  padding: 40px 49px 30px 59px;
  position: relative;
}

.latest-post:before {
  background-color: #353535;
  content: " ";
  height: 50%;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.latest-post .post-category {
  background: #AEEFAA;
  border-radius: 8px;
  color: #000;
  margin: 0px;
  padding: 8px 14px;
  position: absolute;
  top: -15px;
}

.latest-post .post-title {
  margin-bottom: 17px;
  margin-top: 0px;
}

.latest-post .post-title a {
  color: #555555;
  font-family: "Merriweather", Sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.latest-post .post-author,
.single-post .post-author {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 20px;
}

.latest-post .post-author img,
.single-post .post-author img {
  border: 1px solid rgba(91, 108, 148, 0.5);
  border-radius: 50%;
  -webkit-box-shadow: 0px 7px 24px rgba(83, 83, 83, 0.1);
  box-shadow: 0px 7px 24px rgba(83, 83, 83, 0.1);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 30px;
  margin-right: 11px;
  width: 30px;
}

.latest-post .post-author p,
.single-post .post-author p {
  color: #6E7DA0;
  font-size: 14px;
  margin: 0;
}

.latest-post .post-excerpt {
  margin-bottom: 20px;
}

.latest-post .post-excerpt p {
  color: #595F6F;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}

.latest-post .post-details {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.latest-post .post-date p,
.single-post .post-date p {
  color: #6E7DA0;
  font-size: 14px;
  margin: 0;
}

.single-post .post-date p {
  padding-bottom: 0px;
}

.share-container ul {
  margin-bottom: 0px;
}

.share-container ul li {
  margin-left: 12px;
  padding: 0;
  font-size: 14px;
  color: #5B6C94;
}

.share-container ul li i {
  margin-right: 5px;
}

/* footer */
.custom-footer {
  background-color: #313A5A;
  padding: 35px 0;
}

.footer-widget .widget-heading {
  color: #fff;
  font-size: 20px;
  margin-bottom: 15px;
  margin-top: 0px;
}

.footer-widget .social-container a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 10px;
  text-decoration: none;
}

.footer-widget .social-container .social-icon {
  margin-right: 15px;
}

.footer-widget .social-container .social-icon img {
  height: auto;
  width: 25px;
}

.footer-widget .social-container .social-link p {
  color: #fff;
  font-size: 12px;
  margin: 0;
  opacity: 0.58;
}

.subscribe-field {
  position: relative;
}

.subscribe-field img {
  height: auto;
  left: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 16px;
}

.subscribe-field .form-control {
  border-radius: 8px;
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
  font-size: 16px;
  height: 60px;
  padding: 6px 12px 6px 50px;
  width: 100%;
}

.footer-widget .form-inline {
  text-align: center;
}

.btn-subscribe {
  background: #36BE58;
  border-radius: 9px;
  -webkit-box-shadow: 0px 10.8px 13.2px rgba(9, 102, 88, 0.187726);
  box-shadow: 0px 10.8px 13.2px rgba(9, 102, 88, 0.187726);
  color: #fff;
  font-size: 19px;
  letter-spacing: 1px;
  padding: 14px 44px;
}

.footer-links {
  text-align: center;
}

.footer-links li {
  padding-bottom: 16px;
}

.footer-links li a {
  color: #fff;
  font-size: 18px;
  opacity: 0.58;
  text-decoration: none;
}

.site-info, .site-info a {
  color: #fff;
  font-size: 12px;
  opacity: 0.58;
  text-align: center;
  text-decoration: none;
  margin-top: 45px;
}

/* right sidebar */
.right-sidebr {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  position: relative;
}

/* Custom Sidebar */
.about-author,
aside #search-2,
aside #categories-2 {
  background: #FFFFFF;
  border: 1px solid #D9DEE5;
  /* card drop shadow */
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.08);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 23px;
  padding: 36px 48px;
}

/* aside #search-2 {
  margin-top: 16px;
} */

aside #search-2 label {
  display: grid;
  margin-bottom: 0px;
}

aside #search-2 .search-form {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
}

aside #search-2 input[type="search"] {
  background: #FFFFFF;
  border: 2px solid #D9DEE5;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 45px;
  outline: none;
  padding: 0px;
  padding-left: 10px;
}

aside #search-2 .search-form .search-submit {
  color: #36BE58;
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

aside #categories-2 {
  position: relative;
}

aside #categories-2:after {
  background-color: #FFA331;
  content: " ";
  height: 6px;
  left: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 50%;
}

aside #categories-2 .widget-title {
  color: #2D333F;
  font-family: 'Merriweather', serif;
  font-size: 28px;
  font-weight: 700;
  margin: 0;
  text-align: center;
}

aside #categories-2 ul {
  list-style-type: none;
  margin: 25px 0 0 0;
  padding-left: 0px;
}

aside #categories-2 ul li {
  border-bottom: 1px solid #DADADA;
  padding: 19px 0;
}

aside #categories-2 ul li:first-child {
  padding-top: 0px;
}

aside #categories-2 ul li:last-child {
  border-bottom: 0px;
}

aside #categories-2 ul li a {
  color: #313A5A;
  font-size: 18px;
  text-decoration: none;
}

aside #categories-2 ul li a:hover {
  color: #419488;
  text-decoration: none;
}

.about-author-container, .author-philosophy-container {
  margin-bottom: 34px;
}

.about-author-container a, .author-philosophy-container a {
  font-size: 12px;
  color: rgba(91, 108, 148, 0.5);
  text-decoration: none;
}

.about-author-container a:hover, .author-philosophy-container a:hover {
  color: #419488;
}

.about-author .author-img {
  margin-bottom: 30px;
  text-align: center;
  padding: 0 50px;
}

.about-author .author-img img {
  width: 100%;
  height: auto;
}

.author-info h3 {
  color: #313A5A;
  font-family: 'Merriweather', serif;
  font-size: 24px;
  font-weight: 700;
  margin: 0px;
  margin-bottom: 10px;
  position: relative;
}

.author-info h3::before {
  background-color: #36BE58;
  content: " ";
  height: 22px;
  left: -15px;
  position: absolute;
  top: 1px;
  width: 7px;
}

.author-info p {
  font-family: 'Merriweather';
  color: #595F6F;
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 7px;
}

.books-container {
  padding-left: 0;
  list-style-type: none;
}

.books-container li {
  border-bottom: 3px solid #DADADA;
  margin-bottom: 16px;
}

.books-container li:last-child {
  border-bottom: 0px;
}

.author-info a {
  font-family: Lato;
  font-weight: 600;
  font-size: 15px;
  color: #1FBC5E;
  text-decoration: none;
}

.author-info a:hover {
  color: #419488;
}
.author-info .link{
  font-size: 15px;
  color: #36BE58;
}
.books-container li p {
  color: #979797;
  font-size: 14px;
  line-height: 17px;
  margin: 7px 0 16px 0;
}

.books-container li p a {
  color: #419488;
  font-size: 16px;
  line-height: 19px;
}

.autoursocial-icons {
  text-align: center;
  margin: 30px 0;
}

.autoursocial-icons ul {
  margin-bottom: 0px;
  margin-left: 0px;
}

.autoursocial-icons ul li a img {
  width: 50%;
  height: auto;
}

/* Subscribe Modal Header */
.subscribe-modal .modalTitle {
  text-align: center;
  padding: 0 100px;
}

.subscribe-modal .modalTitle h4 {
  margin-top: 0px;
  font-size: 30px;
  line-height: 38px;
  color: #313A5A;
  font-family: "Merriweather", Sans-serif;
  font-weight: 700;
}

.subscribeModal-form {
  text-align: center;
  margin-top: 30px;
}

.subscribeModal-form .form-inline .form-group {
  margin: 0 10px 20px 10px;
}

.subscribeModal-form .form-inline .form-group .form-control {
  border: 1px solid #98a1b7;
  border-radius: 6px;
  height: 47px;
  color: #595F6F;
  font-size: 13px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.subscribeModal-form .btn-download {
  background: #36BE58;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 18px 30px;
  outline: none;
  -webkit-box-shadow: 0px 11.693px 14.2914px rgba(9, 102, 88, 0.187726);
  box-shadow: 0px 11.693px 14.2914px rgba(9, 102, 88, 0.187726);
  border-radius: 10px;
}

.subscribeModal-form .btn-download:hover {
  color: #fff;
}

.subscribeModal-form .btn-download:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* CUSTOM SEARCH FORM */
.search-form .search-submit {
  background-color: inherit;
  border: none;
}

/* Comments On Single Page*/
.comments-share {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #8A96A0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 15px;
  margin-bottom: 35px;
}

.single-post h3 {
  color: #555555;
  font-family: "Merriweather", Sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 45px;
  margin-bottom: 15px;
  margin-top: 0px;
}

.author-information {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.post-date {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.author-meta .author-details {
  color: #6E7DA0;
  font-size: 14px;
  margin-bottom: 0px;
  margin-top: 4px;
  padding-bottom: 0px;
}

.author-meta .author-details span {
  margin-left: 7px;
}

.author-meta .author-details span img {
  width: 15px;
  height: 15px;
}

.popover {
  border-radius: 0px;
  border: 0px;
  -webkit-box-shadow: 0px 7px 24px rgba(83, 83, 83, 0.1);
  box-shadow: 0px 7px 24px rgba(83, 83, 83, 0.1);
  min-width: 300px !important;
  /* max-width: 500px !important; */
}

.popover .arrow {
  display: none;
}

.popover .popover-content {
  position: relative;
  padding: 50px 33px 33px 33px !important;
}

.popover .popover-content::before {
  position: absolute;
  content: " ";
  top: 70px;
  left: 0px;
  width: 16px;
  height: 25px;
  background-color: #36BE58;
}

.popover .popover-content .popover-image {
  width: 104px;
  height: 104px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -50px;
}

.popover .popover-content .popover-image img {
  width: 100%;
  height: auto;
  border: 8px solid #1FB26C;
  border-radius: 50%;
}

.popover .popover-content h4 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 24px;
  color: #313A5A;
  font-family: "Merriweather", Sans-serif;
  font-weight: 700;
}

.popover .popover-content p {
  margin: 0;
  font-size: 14px;
  line-height: 24px;
  color: #595F6F;
}

.author-meta .post-date {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
}

.author-meta .post-date img {
  height: auto;
  margin-right: 5px;
  width: 18px;
}

.post-image {
  text-align: center;
  margin-top: 50px;
}

/*
.post-image img {
  width: 100%;
  height: auto;
}
*/
.blog-content {
  margin: 40px 0 50px 0;
}

/*
.blog-content p {
  color: #595F6F;
  font-size: 22px;
  line-height: 35px;
  margin-bottom: 20px;
}
 */
.similar-post {
  margin-bottom: 59px;
}

.similar-post h2 {
  margin-top: 0px;
  margin-bottom: 123px;
  font-size: 33px;
  color: #2D333F;
  font-family: "Merriweather", Sans-serif;
  font-weight: 700;
  text-align: center;
}

.relatedpost {
  background: #FFFFFF;
  border: 1px solid rgba(91, 108, 148, 0.1);
  -webkit-box-shadow: 0px 7px 24px rgba(83, 83, 83, 0.1);
  box-shadow: 0px 7px 24px rgba(83, 83, 83, 0.1);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 50px;
  padding: 43px 33px 30px 33px;
  position: relative;
}

.relatedpost .post-category {
  background: #AEEFAA;
  border-radius: 8px;
  color: #000;
  margin: 0px;
  padding: 8px 14px;
  position: absolute;
  top: -15px;
}

.relatedpost .post-title {
  margin-bottom: 17px;
  margin-top: 0px;
}

.relatedpost .post-title a {
  color: #555555;
  font-family: "Merriweather", Sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.relatedpost .author-information {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-bottom: 17px;
  margin-bottom: 21px;
  border-bottom: 1px solid rgba(138, 150, 160, 0.3);
}

.relatedpost .post-author {
  margin-bottom: 0px;
}

.relatedpost .author-information .post-author img {
  border: 1px solid rgba(91, 108, 148, 0.5);
  border-radius: 50%;
  -webkit-box-shadow: 0px 7px 24px rgba(83, 83, 83, 0.1);
  box-shadow: 0px 7px 24px rgba(83, 83, 83, 0.1);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 30px;
  margin-right: 11px;
  width: 30px;
}

.relatedpost .author-information p {
  color: #6E7DA0;
  font-size: 14px;
  margin: 0;
}

.relatedpost .author-information p span a img {
  width: 15px;
  height: 15px;
}

.relatedpost .post-details .post-excerpt {
  color: #595F6F;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
}

.relatedpost .post-details .post-excerpt a {
	font-family: 'Lato';
    color: #1FBC5E;
    font-size: 15px;
    font-weight: 600;
    line-height: 16px;
}

.relatedpost .post-details .post-date {
  font-family: 'Lato';
  color: #6E7DA0;
  font-size: 14px;
  margin: 0;
}

.comments-container p {
  color: #595F6F;
  font-size: 12px;
  margin-top: 8px;
  margin-bottom: 0px;
}

.comments-container .comments {
  color: #595F6F;
  font-size: 14px;
  margin-top: 8px;
}

.social-container .social-icons {
  margin-bottom: 0px;
}

.social-container .social-icons li {
  color: #828282;
  font-size: 21px;
}

.social-container .social-icons li a {
  color: #828282;
  font-size: 21px;
  padding-left: 10px;
}

.social-icons-div {
  position: fixed;
  right: 23px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.faq-search-icons li {
  padding-bottom: 25px;
  text-align: center;
  color: #5b6c94;
  font-size: 18px;
}

.faq-search-icons li span {
  margin-right: 8px;
}

/* categories page */
.categories-body {
  margin-top: 16px;
}

/* philosophy page */
.philosophy-footer p {
  margin: 0;
}

/* LOAD MORE BUTTON CSS */
.categories-body .load-posts, .wp-block-uagb-column .load-posts, .search-content .load-posts, .load-posts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 50px auto;
}

.categories-body .load-posts, .wp-block-uagb-column .load-posts, .search-content .load-posts, .load-posts {
  background: #FFFFFF;
  border: 1px solid #EAEBF0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 8px;
  color: #5FBA75;
  font-size: 16px;
  padding: 15px 103px;
  font-weight: 700;
  outline: none;
}

.categories-body .load-posts, .wp-block-uagb-column .load-posts:hover, .search-content .load-posts:hover, .load-posts:hover {
  background: #5FBA75 !important;
  color: #fff !important;
  -webkit-transition: color 0.3s ease-in-out 0s, background-color, box-shadow, -webkit-transform;
  transition: color 0.3s ease-in-out 0s, background-color, box-shadow, -webkit-transform;
  -webkit-transition: color 0.3s ease-in-out 0s, background-color, -webkit-box-shadow, -webkit-transform;
  transition: color 0.3s ease-in-out 0s, background-color, -webkit-box-shadow, -webkit-transform;
  transition: color 0.3s ease-in-out 0s, background-color, box-shadow, transform;
  transition: color 0.3s ease-in-out 0s, background-color, box-shadow, transform, -webkit-box-shadow, -webkit-transform;
  transition: color 0.3s ease-in-out 0s, background-color, box-shadow, transform, -webkit-transform;
  background: transparent;
}

/* single page comments area */
.reply-section .comment-body {
  position: relative;
  margin-bottom: 25px;
}

.reply-section .comment-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.reply-section .comment-author img {
  width: 43px;
  height: 43px;
  border-radius: 50%;
  margin-right: 23px;
}

.reply-section .comment-author .fn {
  font-size: 16px;
  line-height: 19px;
  color: #5B6C94;
}

.reply-section .comment-author .says {
  display: none;
}

.reply-section .comment-metadata {
  margin-left: 70px;
  margin-bottom: 10px;
  font-size: 14px;
  color: #595F6F;
}

.reply-section .comment-metadata a {
  font-size: 14px;
  color: #595F6F;
}

.reply-section .comment-content {
  margin-left: 70px;
}

.reply-section .comment-content p {
  font-size: 14px;
  line-height: 24px;
  color: #595F6F;
}

.reply-section .reply {
  position: absolute;
  left: 127px;
  bottom: 21px;
}

.reply-section .reply a {
  font-size: 14px;
  color: #595F6F;
  text-decoration: none;
}

.comment-content .cld-common-wrap {
  font-size: 14px;
}

.comment-content .cld-common-wrap a {
  color: #6E7DA0;
}

.comment-content .cld-count-wrap {
  color: #6E7DA0;
}

.comment-respond .form-control {
  border-radius: 0px;
  border: 0px;
  border-bottom: 1px solid #8A96A0;
  background-color: #F7F7F9;
  -webkit-box-shadow: none;
  box-shadow: none;
  /* height: 50px; */
  padding: 11px 12px 13px 18px;
  display: block;
  overflow: hidden;
}

.comment-respond textarea::-webkit-input-placeholder {
  color: #979797;
  font-size: 22px;
}

.comment-respond textarea::-moz-placeholder {
  color: #979797;
  font-size: 22px;
}

.comment-respond textarea:-ms-input-placeholder {
  color: #979797;
  font-size: 22px;
}

.comment-respond textarea::-ms-input-placeholder {
  color: #979797;
  font-size: 22px;
}

.comment-respond textarea::-webkit-input-placeholder {
  color: #979797;
  font-size: 22px;
}

.comment-respond textarea:-ms-input-placeholder {
  color: #979797;
  font-size: 22px;
}

.comment-respond textarea::placeholder {
  color: #979797;
  font-size: 22px;
}

.reply-section .children {
  padding-left: 69px;
}

/* LIKE BUTTON CSS */
/* a.pp_like i {
font-size: 18px;
color: #828282;
} */
a.pp_like {
  text-decoration: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.pp_like span {
  font-size: 20px;
  margin-right: 2px;
  color: #5b6c94;
}

a.pp_like i {
  color: #5B6C94;
  font-size: 20px;
}

.lds-facebook {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 38px;
  display: none;
  margin-top: -20px;
}

.lds-facebook div {
  display: inline-block;
  position: absolute;
  left: 6px;
  width: 13px;
  background: #007acc;
  -webkit-animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
  animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}

.lds-facebook div:nth-child(1) {
  left: 0px;
  -webkit-animation-delay: -0.24s;
  animation-delay: -0.24s;
}

.lds-facebook div:nth-child(2) {
  left: 22px;
  -webkit-animation-delay: -0.12s;
  animation-delay: -0.12s;
}

.lds-facebook div:nth-child(3) {
  left: 45px;
  -webkit-animation-delay: 0;
  animation-delay: 0;
}

@-webkit-keyframes lds-facebook {
  0% {
    top: 6px;
    height: 51px;
  }

  50%, 100% {
    top: 19px;
    height: 26px;
  }
}

@keyframes lds-facebook {
  0% {
    top: 6px;
    height: 51px;
  }

  50%, 100% {
    top: 19px;
    height: 26px;
  }
}

/* CSS FOR CUSTOM COMMENTS FORM */
#reply-title, .reply, .comment-notes, .comment-form-cookies-consent {
  display: none;
}

.reply-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 25px;
}

.comment-image {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 6%;
  flex: 1 1 6%;
}

.comment-respond {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 94%;
  flex: 1 1 94%;
}

.reply-box .form-control {
  border-radius: 0px;
  border: 0px;
  border-bottom: 1px solid #8A96A0;
  background-color: #F7F7F9;
  -webkit-box-shadow: none;
  box-shadow: none;
  /* height: 50px; */
  padding: 11px 12px 13px 18px;
  display: block;
  overflow: hidden;
}

.reply-box .controls {
  float: right;
  /*margin-top: -39px; */
}

.reply-box textarea {
  resize: none;
}

.reply-box textarea::-webkit-input-placeholder {
  color: #979797;
  font-size: 22px;
}

.reply-box textarea::-moz-placeholder {
  color: #979797;
  font-size: 22px;
}

.reply-box textarea:-ms-input-placeholder {
  color: #979797;
  font-size: 22px;
}

.reply-box textarea::-ms-input-placeholder {
  color: #979797;
  font-size: 22px;
}

.reply-box textarea::-webkit-input-placeholder {
  color: #979797;
  font-size: 22px;
}

.reply-box textarea:-ms-input-placeholder {
  color: #979797;
  font-size: 22px;
}

.reply-box textarea::placeholder {
  color: #979797;
  font-size: 22px;
}

.hidden-fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px 0 0 0;
}

.comment-form-author {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 35%;
  flex: 1 1 35%;
  margin-right: 22px;
}

.comment-form-author input, .comment-form-email input {
  width: 100%;
  border: 0px;
  border-bottom: 1px solid #8A96A0;
  font-size: 22px;
  color: #979797;
}

.comment-form-author input:focus, .comment-form-email input:focus {
  outline: none;
}

.reply-box input::-webkit-input-placeholder {
  color: #979797;
  font-size: 22px;
}

.reply-box input::-moz-placeholder {
  color: #979797;
  font-size: 22px;
}

.reply-box input:-ms-input-placeholder {
  color: #979797;
  font-size: 22px;
}

.reply-box input::-ms-input-placeholder {
  color: #979797;
  font-size: 22px;
}

.reply-box input::-webkit-input-placeholder {
  color: #979797;
  font-size: 22px;
}

.reply-box input:-ms-input-placeholder {
  color: #979797;
  font-size: 22px;
}

.reply-box input::placeholder {
  color: #979797;
  font-size: 22px;
}

.comment-form-email {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 35%;
  flex: 1 1 35%;
  margin-right: 22px;
}

.submit-conteiner {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 30%;
  flex: 1 1 30%;
  text-align: right;
}

.submit-conteiner .btn-reply-cancel-below {
  background: transparent;
  border: 1px solid #EAEBF0;
  border-radius: 4px;
  color: #36BE58;
  font-size: 14px;
  padding: 10px 30px;
  margin-right: 21px;
}

.submit-conteiner .btn-submit {
  background: #36BE58;
  -webkit-box-shadow: 0px 5.38252px 6.57864px rgba(9, 102, 88, 0.187726);
  box-shadow: 0px 5.38252px 6.57864px rgba(9, 102, 88, 0.187726);
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  padding: 10px 30px;
  border: 0px !important
}

/* CSS FOR CUSTOM COMMENTS TEMPLATE */
.media-list {
  padding-left: 0;
  list-style: none;
}

.reply-section .media {
  /* padding-bottom: 108px; */
  position: relative;
  overflow: visible;
}

.reply-section .media-left {
  padding-right: 23px;
  display: table-cell;
  vertical-align: top;
}

.reply-section .media-left img {
  border-radius: 50%;
}

.media-body {
  overflow: hidden;
  zoom: 1;
}

.reply-section .media-heading {
  font-size: 16px;
  margin-top: 0px;
  margin-bottom: 7px;
  font-weight: 700;
}

.reply-section .media-heading a {
  color: #5B6C94;
  text-decoration: none;
}

.reply-section .published-date {
  font-size: 14px;
  color: #595F6F;
  margin-top: 0px;
  margin-bottom: 15px;
}

.reply-section .media-content {
  padding-bottom: 31px;
}

.reply-section .media-content p {
  margin: 0;
  font-size: 14px;
  line-height: 24px;
  color: #595F6F;
}

.reply-section .media-content .likes-count {
  margin-top: 15px;
}

.reply-section .media-content .likes-count li a {
  font-size: 14px;
  color: #595F6F;
  text-transform: uppercase;
}

.children {
  list-style: none;
}

.comments-container .comment-error-message {
  color: red;
}

/* tags */
.tags-box {
  margin: 90px 0;
}

.single-tag {
  margin-bottom: 0px;
}

.single-tag li {
  position: relative;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 1.39267px 4.77487px rgba(83, 83, 83, 0.1);
  box-shadow: 0px 1.39267px 4.77487px rgba(83, 83, 83, 0.1);
  padding: 6px 16px;
  margin-right: 13px;
  margin-bottom: 18px;
  font-size: 18px;
}

.single-tag li a {
  color: #5B6C94;
  text-decoration: none;
}

.more-div {
  text-align: center;
}

.more-div .btn-viewMore {
  border: 0px;
  background-color: transparent;
  outline: none;
  font-size: 18px;
  color: rgba(91, 108, 148, 0.5);
}

/* SUBSCRIBE MODAL CSS */
.mySubscription .modal-content {
  border: 0px;
  border-radius: 0px;
}

.mySubscription .modal-header {
  padding: 0px;
  border-bottom: 0px;
}

.mySubscription .modal-header .close {
  margin-top: -13px;
  margin-right: -13px;
  color: #8A96A0;
  background: #353535;
  opacity: 1;
  height: 26px;
  line-height: 26px;
  width: 27px;
  border-radius: 50%;
  text-shadow: none;
  font-size: 29px;
}

.modal-container {
  text-align: center;
  padding: 80px 160px;
}

.subscriptionForm h4 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-size: 28px;
  line-height: 41px;
  color: #2D333F;
  font-family: "Merriweather", Sans-serif;
  font-weight: 700;
}

.subscriptionForm p {
  margin-top: 0px;
  font-size: 16px;
  color: #2D333F;
}

.subscriptionForm .form-group {
  margin-bottom: 20px;
}

.subscriptionForm .form-control {
  border: 1px solid #36BE58;
  border-radius: 8px;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 16px;
  height: 60px;
  min-width: 400px;
  outline: none;
  padding-left: 30px;
}

.subscriptionForm .form-control::-webkit-input-placeholder {
  color: #D8D8D8 !important;
  opacity: 1 !important;
}

.subscriptionForm .form-control::-moz-placeholder {
  color: #D8D8D8 !important;
  opacity: 1 !important;
}

.subscriptionForm .form-control:-ms-input-placeholder {
  color: #D8D8D8 !important;
  opacity: 1 !important;
}

.subscriptionForm .form-control::-ms-input-placeholder {
  color: #D8D8D8 !important;
  opacity: 1 !important;
}

.subscriptionForm .form-control::-webkit-input-placeholder {
  color: #D8D8D8 !important;
  opacity: 1 !important;
}

.subscriptionForm .form-control:-ms-input-placeholder {
  color: #D8D8D8 !important;
  opacity: 1 !important;
}

.subscriptionForm .form-control::placeholder {
  color: #D8D8D8 !important;
  opacity: 1 !important;
}

.thankyou-container {
  padding: 0 50px;
}

.thankyou-container img {
  width: 88px;
  height: 88px;
  margin-bottom: 47px;
}

.thankyou-container h4 {
  margin-top: 0px;
  margin-bottom: 24px;
  font-size: 28px;
  color: #2D333F;
  font-family: "Merriweather", Sans-serif;
  font-weight: 700;
}

.thankyou-container p {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  color: #595F6F;
}

/* SUBSCRIBE MODAL CSS */
.myPhilosophy .modal-content {
  border: 0px;
  border-radius: 0px;
}

.myPhilosophy .modal-header {
  padding: 0px;
  border-bottom: 0px;
}

.myPhilosophy .modal-header .close {
  margin-top: -13px;
  margin-right: -13px;
  color: #8A96A0;
  background: #353535;
  opacity: 1;
  height: 26px;
  line-height: 26px;
  width: 27px;
  border-radius: 50%;
  text-shadow: none;
  font-size: 29px;
}

.partner-image-container img {
  width: 100%;
  height: auto;
}

.modal-dialog.modal-800 {
  width: 70%;
  margin: 30px auto;
}

.partner-form-container {
  padding-right: 70px;
  padding-top: 80px;
}

.partner-form-container h4 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-size: 28px;
  line-height: 37px;
  color: #2D333F;
  font-family: "Merriweather", Sans-serif;
  font-weight: 700;
}

.partnerForm .form-group {
  position: relative;
  margin-bottom: 10px;
}

.partnerForm .form-control {
  height: 56px;
  padding: 6px 12px 6px 41px;
  border: 1px solid #DDDFE7;
  border-radius: 8px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.partnerForm .form-control:focus {
  border: 1px solid #36BE58;
}

.partnerForm .form-control-feedback {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 12px;
  right: auto;
  z-index: 2;
  display: block;
  width: inherit;
  height: inherit;
  line-height: inherit;
  text-align: center;
  pointer-events: none;
}

.partnerForm .form-control-feedback img {
  width: 19px;
  height: auto;
}

/* ERROR MESSAGES */
.help-block, .error-message {
  color: #FF5E3A !important;
  margin-top: 0px;
}

/* FEATURED IMAGE */
/*SEARCH RESULT PAGE*/
.search-header .page-title {
  margin-top: 0px;
  margin-bottom: 50px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
  font-size: 24px;
}

/* ========================
BOOKS SECTION
======================== */
/* .allbooks {
  padding: 80px 0;
} */

.bk-container {
  background: #FFFFFF;
  border: 1px solid #E6E7E7;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* -webkit-box-shadow: 0px 7px 24px rgba(83, 83, 83, 0.1); */
  -webkit-box-shadow: 0px 4px 15px rgba(83, 83, 83, 0.05);
  /* box-shadow: 0px 7px 24px rgba(83, 83, 83, 0.1); */
  box-shadow: 0px 4px 15px rgba(83, 83, 83, 0.05);
  margin-bottom: 40px;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.book-image img {
  width: 253px;
  height: auto;
  display: block;
  max-width: initial !important;
}

.book-details h4 {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 24px;
  color: #313A5A;
  font-family: "Merriweather", Sans-serif;
  font-weight: 700;
}

.book-details .book-author {
  margin: 0;
  font-size: 14px;
  color: #6E7DA0;
}

.book-details .book-author span, .single-book .single-book-description span {
  color: #36BE58;
}

.single-book .single-book-description .book-description {
  margin: 27px 0;
  font-size: 16px;
  line-height: 22px;
  color: #595F6F;
  text-align: justify;
}
.book-details .book-description {
  font-family: 'Merriweather';
  margin: 27px 0 0 0;
  font-size: 14px;
  line-height: 22px;
  color: #313A5A;
  text-align: justify;
}

/* .book-details .btn-readmore {
  display: inline-block;
  color: #fff;
  background: #36BE58;
  -webkit-box-shadow: 0px 6.93443px 8.47541px rgba(9, 102, 88, 0.187726);
  box-shadow: 0px 6.93443px 8.47541px rgba(9, 102, 88, 0.187726);
  border-radius: 6px;
  font-size: 18px;
  font-weight: 700;
  padding: 8px 24px;
  margin-right: 20px;
} */

.book-details .btn-readmore {
  font-family: 'Lato';
  font-weight: 600;
  font-size: 15px;
  line-height: 16px;
  color: #1FBC5E;
}

.new-brq-p {
  margin-top: 40px;
}

/* .book-details .btn-buy {
  display: inline-block;
  color: #36BE58;
  background: #fff;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 700;
  padding: 10px 24px;
  border: 1px solid #36BE58;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 6.93443px 8.47541px rgba(9, 102, 88, 0.03);
  box-shadow: 0px 6.93443px 8.47541px rgba(9, 102, 88, 0.03);
} */
.book-details .btn-buy {
  /* display: inline-block; */
  color: #fff;
  background: #1FBC5E;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 700;
  padding: 12px 16px;
  border: 1px solid #1FBC5E;
  /* -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 6.93443px 8.47541px rgba(9, 102, 88, 0.03);
  box-shadow: 0px 6.93443px 8.47541px rgba(9, 102, 88, 0.03); */
}

/* ========================
BOOKS DETAILS SECTION
======================== */
.single-book {
  margin-top: 70px;
}

.single-book .link-type {
  display: inline-block;
  color: #111;
  background: #f3f3f3;
  font-size: 15px;
  font-weight: 700;
  padding: 11px 14px;
  border: 1px solid #111;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 6.93443px 8.47541px rgba(9, 102, 88, 0.03);
  box-shadow: 0px 6.93443px 8.47541px rgba(9, 102, 88, 0.03);
}

.single-book .btn-buy, .single-book .btn-gift {
  display: inline-block;
  color: #fff;
  background: #36BE58;
  -webkit-box-shadow: 0px 6.93443px 8.47541px rgba(9, 102, 88, 0.187726);
  box-shadow: 0px 6.93443px 8.47541px rgba(9, 102, 88, 0.187726);
  border-radius: 6px;
  font-size: 18px;
  font-weight: 700;
  padding: 8px 24px;
}

.single-book #amazon-link-container {
  text-align: center;
  margin-top: 20px;
}

.single-book .current_type {
  display: inline-block;
  color: #36BE58;
  background: #f3f3f3;
  font-size: 15px;
  font-weight: 700;
  padding: 11px 14px;
  border: 1px solid #36BE58;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 6.93443px 8.47541px rgba(9, 102, 88, 0.03);
  box-shadow: 0px 6.93443px 8.47541px rgba(9, 102, 88, 0.03);
}

.single-book .single-book-description {
  padding-left: 60px;
}

.single-book .single-book-img img {
  margin-bottom: 30px;
  width: 100%;
  height: auto;
}

.single-book .single-book-img ul {
  margin-bottom: 0px;
  text-align: center;
}

/* ========================
 GIFT MODAL
======================== */
.partnerTitle-container {
  text-align: center;
  margin-bottom: 20px;
}

.partnerTitle-container h2 {
  color: #2D333F;
  font-size: 33px;
  margin: 0;
  font-family: "Merriweather", Sans-serif;
  font-weight: 700;
}

.partner-image-container {
  padding: 25px;
}

.page-wrapper {
  padding-top: 55px;
}
/* Campaign Banner */
.campaign-banner {
  margin-bottom: 50px;
  box-shadow: 0px 7px 24px rgba(83, 83, 83, 0.3);
}
.campaign-banner img {
  width: 100%;
  height: auto;
}

.brq-new-header {
    flex-grow: 1;
    width: 100%;
}

.brq-new-header-ul {
    display: flex;
    justify-content: center;
    width: 100%;
}

.brq-new-header-right-ul {
display: flex;
    flex-direction: row;
}

/* LATEST CSS CHANGES - 10 JULY, 2025 */
.latest-post:before {
  border-radius: 5px 0 0 5px;
  background-color: #353535;
  content: " ";
  height: 100% !important;
  left: 0;
  position: absolute;
  top: 50%;
  /* -webkit-transform: translateY(-50%);
          transform: translateY(-50%); */
  width: 4px;
}
.latest-post {
  box-shadow: 0px 6px 6px rgba(83, 83, 83, 0.1);
}
.latest-post .post-excerpt p {
    color: #555555;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    font-weight: 400;
    font-family: 'Merriweather';
}
.latest-post .post-excerpt p a {
	font-family: 'Lato';
	font-size: 15px;
	color: #1FBC5E;
	font-weight: 600;
}