/* 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;
}
a:focus, button:focus {
	outline: none;
}
.wrapper {
  height: auto !important;
  height: 100%;
  margin: 0 auto -4em;
  min-height: 100%;
}
.footer, .push {
  clear:both;
  height: 4em;
}
::-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-menuSubscribe a:hover, .topNav .btn-menuSubscribe a:focus {
  background: #36BE58 !important;
}
.topNav .btn-partner 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 {
  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;
}
/* 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;
}
.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 {
  color: #595F6F;
  font-size: 16px;
  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-size: 12px;
  color: rgba(91, 108, 148, 0.5);
  text-decoration: none;
} */
.author-info a:hover {
  color: #419488;
}
.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: 8px;
} */
.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;
} */
.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: #313A5A;
  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-date {
  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-result .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-result .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-result .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;
	line-height: 20px;
}
.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, #validate-email {
  color: red;
}
.comments-container .marginleft {
	margin-left: 15px;
}
/* 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;
}
.thanks-container {
	text-align : center;
	padding : 80px;
}
.subscriptionForm h4 {
  margin-top: 0px;
  margin-bottom: 20px;
  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 .help-block {
  margin-top: 0px;
  font-size: 16px;
  color: #FF5E3A;
}	
/* 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;
}
a:focus, button:focus {
	outline: none;
}
.wrapper {
  height: auto !important;
  height: 100%;
  margin: 0 auto -4em;
  min-height: 100%;
}
.footer, .push {
  clear:both;
  height: 4em;
}
::-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-menuSubscribe a:hover, .topNav .btn-menuSubscribe a:focus {
  background: #36BE58 !important;
}
.topNav .btn-partner 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 {
  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;
}
/* 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;
}
.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 {
  color: #595F6F;
  font-size: 16px;
  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-size: 12px;
  color: rgba(91, 108, 148, 0.5);
  text-decoration: none;
} */
.author-info a:hover {
  color: #419488;
}
.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: 8px;
} */
.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;
} */
.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: #313A5A;
  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-date {
  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-result .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-result .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-result .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;
	line-height: 20px;
}
.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, #validate-email {
  color: red;
}
.comments-container .marginleft {
	margin-left: 15px;
}
/* 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;
}
.thanks-container {
	text-align : center;
	padding : 80px;
}
.subscriptionForm h4 {
  margin-top: 0px;
  margin-bottom: 20px;
  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;
}
.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, #email-error-taken{
  color: #FF5E3A !important;
}
/* 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;
}
/*partner with us modal css */
.partnerTitle-container {
	text-align: center;
	margin-bottom: 48px;
}
.partner-content {
	padding: 0px 0px 70px 70px;
}
.partnerTitle-container h4 {
	font-size: 36px;
	line-height: 45px;
	color: #2D333F;
	font-family: "Merriweather", Sans-serif;
  	font-weight: 700;
}


/* 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;
}
a:focus, button:focus {
	outline: none;
}
.wrapper {
  height: auto !important;
  height: 100%;
  margin: 0 auto -4em;
  min-height: 100%;
}
.footer, .push {
  clear:both;
  height: 4em;
}
::-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-menuSubscribe a:hover, .topNav .btn-menuSubscribe a:focus {
  background: #36BE58 !important;
}
.topNav .btn-partner 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 {
  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;
}
/* 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;
}
.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 {
  color: #595F6F;
  font-size: 16px;
  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-size: 12px;
  color: rgba(91, 108, 148, 0.5);
  text-decoration: none;
} */
.author-info a:hover {
  color: #419488;
}
.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: 8px;
} */
.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;
} */
.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: #313A5A;
  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-date {
  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-result .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-result .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-result .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;
	line-height: 20px;
}
.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, #validate-email {
  color: red;
}
.comments-container .marginleft {
	margin-left: 15px;
}
/* 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;
}
.thanks-container {
	text-align : center;
	padding : 80px;
}
.subscriptionForm h4 {
  margin-top: 0px;
  margin-bottom: 20px;
  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;
}
.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, #email-error-taken{
  color: #FF5E3A !important;
}
/* 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;
}
/*partner with us modal css */
.partnerTitle-container {
	text-align: center;
	margin-bottom: 48px;
}
.partner-content {
	padding: 0px 0px 70px 70px;
}
.partnerTitle-container h4 {
	font-size: 36px;
	line-height: 45px;
	color: #2D333F;
	font-family: "Merriweather", Sans-serif;
  	font-weight: 700;
}

/* 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;
}
a:focus, button:focus {
	outline: none;
}
.wrapper {
  height: auto !important;
  height: 100%;
  margin: 0 auto -4em;
  min-height: 100%;
}
.footer, .push {
  clear:both;
  height: 4em;
}
::-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-menuSubscribe a:hover, .topNav .btn-menuSubscribe a:focus {
  background: #36BE58 !important;
}
.topNav .btn-partner 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 {
  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;
}
/* 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;
}
.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 {
  color: #595F6F;
  font-size: 16px;
  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-size: 12px;
  color: rgba(91, 108, 148, 0.5);
  text-decoration: none;
} */
.author-info a:hover {
  color: #419488;
}
.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: 8px;
} */
.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;
} */
.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: #313A5A;
  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-date {
  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-result .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-result .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-result .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;
	line-height: 20px;
}
.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, #validate-email {
  color: red;
}
.comments-container .marginleft {
	margin-left: 15px;
}
/* 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;
}
.thanks-container {
	text-align : center;
	padding : 80px;
}
.subscriptionForm h4 {
  margin-top: 0px;
  margin-bottom: 20px;
  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;
}
.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, #email-error-taken{
  color: #FF5E3A !important;
}
/* 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;
}
/*partner with us modal css */
.partnerTitle-container {
	text-align: center;
	margin-bottom: 48px;
}
.partner-content {
	padding: 0px 0px 70px 70px;
}
.partnerTitle-container h4 {
	font-size: 36px;
	line-height: 45px;
	color: #2D333F;
	font-family: "Merriweather", Sans-serif;
  	font-weight: 700;
}

/* 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;
}
a:focus, button:focus {
	outline: none;
}
.wrapper {
  height: auto !important;
  height: 100%;
  margin: 0 auto -4em;
  min-height: 100%;
}
.footer, .push {
  clear:both;
  height: 4em;
}
::-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-menuSubscribe a:hover, .topNav .btn-menuSubscribe a:focus {
  background: #36BE58 !important;
}
.topNav .btn-partner 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 {
  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;
}
/* 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-excerpt p a,
.relatedpost .post-details .post-excerpt a {
	font-family: 'Lato';
	font-size: 15px;
	color: #1FBC5E;
	font-weight: 600;
}
.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;
}
.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;
}
.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;
}
.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;
  line-height: 34px;
  letter-spacing: -1px;
}
.relatedpost .post-title a {
  color: #313A5A;
  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-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-result .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-result .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-result .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;
	line-height: 20px;
}
.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, #validate-email {
  color: red;
}
.comments-container .marginleft {
	margin-left: 15px;
}
/* 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;
}
.thanks-container {
	text-align : center;
	padding : 80px;
}
.subscriptionForm h4 {
  margin-top: 0px;
  margin-bottom: 20px;
  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;
}
.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, #email-error-taken{
  color: #FF5E3A !important;
}
/* 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;
}
/*partner with us modal css */
.partnerTitle-container {
	text-align: center;
	margin-bottom: 48px;
}
.partner-content {
	padding: 0px 0px 70px 70px;
}
.partnerTitle-container h4 {
	font-size: 36px;
	line-height: 45px;
	color: #2D333F;
	font-family: "Merriweather", Sans-serif;
  	font-weight: 700;
}

.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;
}
.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, #email-error-taken{
  color: #FF5E3A !important;
}
/* 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;
}
/*partner with us modal css */
.partnerTitle-container {
	text-align: center;
	margin-bottom: 48px;
}
.partner-content {
	padding: 0px 0px 70px 70px;
}
.partnerTitle-container h4 {
	font-size: 36px;
	line-height: 45px;
	color: #2D333F;
	font-family: "Merriweather", Sans-serif;
  	font-weight: 700;
}

/* 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;
}

/* 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 !important;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    font-weight: 400;
    font-family: 'Merriweather';
}

.latest-post .post-excerpt p a {
    font-family: 'Lato';
}
/* ----- Media queries ----- */

@media (min-width: 980px) and (max-width: 1200px) {



}

@media (min-width: 768px) and (max-width: 979px) {



}

@media (max-width: 767px) {

  .topNav {
    box-shadow: none;
  }
  .topNav .navbar-toggle {
    margin-top: 10px;
    border: 0px;
    border-radius: 0px;
  }
  .v .navbar-toggle:focus, .topNav .navbar-toggle:hover {
    background-color: transparent;
  }
  .topNav .navbar-brand {
    padding: 12px 15px 7px 15px;
    height: inherit;
  }
  .topNav .navbar-brand img {
    width: 210px;
    height: auto;
  }
  .topNav .navbar-nav li {
    border-bottom: 1px solid #f5f5f5;
  }
  .topNav .navbar-nav li:last-child {
    border-bottom: 0px;
  }
  .topNav .navbar-nav li a {
    padding: 10px 15px;
  }
  .topNav .btn-header {
    padding: 15px;
  }
  .topNav .btn-header a {
    margin-top: 0px;
    text-align: center;
  }
  .topNav .btn-partner a {
    margin-bottom: 16px;
    margin-left: 15px;
  }
  .topNav .btn-partner a {
    background: transparent;
    border: 0px;
    color: #313A5A !important;
    border-radius: 0px;
    font-size: 19px !important;
    margin-top: 16px;
    margin-right: 15px;
    outline: none;
    padding: 0px !important;
  }
  .topNav .btn-partner a:hover, .topNav .btn-partner a:focus {
    background-color: transparent !important;
    color: #313A5A !important;
  }
  .topNav .btn-menuSubscribe a {
    margin: 16px 15px;
  }
  .topNav .btn-menuSubscribe a {
    background: transparent !important;
    border-radius: 0px;
    box-shadow: none;
    color: #36BE58 !important;
    font-size: 19px;
    font-weight: 700;
    margin-top: 16px;
    outline: none;
    padding: 0px !important;
  }
  .topNav .btn-menuSubscribe a:hover, .topNav .btn-menuSubscribe a:focus {
    background-color: transparent !important;
    color: #36BE58 !important;
  }
  .page-body {
    margin-top: 51px;
  }
  .subscribe-section {
    padding: 30px 15px 10px 15px;
  }
  .subscribe-form .form-group {
    margin-bottom: 8px;
  }
  .subscribe-form .form-control {
    min-width: 100%;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
  }
  .subscribe-form .btn-subscribe {
    width: 100%;
    margin-left: 0px;
  }
  .elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated {
    padding: 0 !important;
  }
  .latest-post {
    margin-top: 20px;
    padding: 40px 20px 30px 20px
  }
  .right-sidebr {
    box-shadow: none !important;
  }
  .right-sidebr aside {
    /* margin-left: 15px;
    margin-right: 15px; */
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    padding: 20px;
  }
  .right-sidebr .uagb-column__wrap .uagb-column__inner-wrap {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
  .footer-widget {
    text-align: center;
    margin-bottom: 40px;
  }
  .footer-widget .social-container a {
    padding: 0 70px;
  }
  .subscribe-field {
    margin-bottom: 5px;
  }
  .btn-subscribe {
    width: 100%;
    margin-bottom: 20px;
  }
  .comments-share {
    margin-bottom: 25px;
  }
  .comments-container {
    -webkit-box-flex: 1;
            flex: 1 1 30%;
  }
  .no-leftPadding {
    padding-left: 15px;
  }
  .social-container {
    -webkit-box-flex: 1;
            flex: 1 1 70%;
    text-align: right;
  }
  .social-container .social-icons li {
    padding-left: 0px;
    padding-right: 5px;
    font-size: 15px;
  }
  .social-container .social-icons li span {
    font-size: 15px;
  }
  .mySubscription .modal-header .close, .myPhilosophy .modal-header .close {
    margin-top: 11px;
    margin-right: 11px;
  }
  .modal-container {
    padding: 0;
  }
  .thankyou-container {
    padding: 20px;
  }
  .modal-dialog.modal-800 {
    width: 90%;
  }
  .partnerForm {
    padding-right: 0px;
  }
  .hidden-fields {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  .comment-image {
    margin-right: 23px;
  }
  .submit-conteiner .btn-reply-cancel-below {
    margin-right: 10px;
  }
  .comment-form-author {
    margin-right: 0px;
  }
  .comment-form-email {
    margin-right: 0px;
  }
  .reply-box textarea::-webkit-input-placeholder {
    color: #979797;
    font-size: 15px;
  }
  .reply-box textarea::-moz-placeholder {
    color: #979797;
    font-size: 15px;
  }
  .reply-box textarea:-ms-input-placeholder {
    color: #979797;
    font-size: 15px;
  }
  .reply-box textarea::-ms-input-placeholder {
    color: #979797;
    font-size: 15px;
  }
  .reply-box textarea::placeholder {
    color: #979797;
    font-size: 15px;
  }
  .subscriptionForm .form-control {
    min-width: inherit;
  }
  aside #search-2 {
    display: none;
  }
  aside #categories-2 {
    display: none;
  }
  .author-philosophy-container {
    display: none;
  }
  .latest-post .post-title a {
    font-size: 19px;
    line-height: 24px;
  }
  .latest-post .post-excerpt p {
    font-size: 14px;
    line-height: 17px;
  }
  .author-info h3 {
    font-size: 21px;
  }
  .author-info p {
    font-size: 14px;
    line-height: 17px;
  }
  .books-container li p a {
    font-size: 14px;
    line-height: 17px;
  }
  .about-author, aside #search-2, aside #categories-2 {
    padding: 36px;
  }
  .subnav-container {
    position: fixed;
    top: 50px;
    width: 100%;
    z-index: 1000;
    background: #F7F7F9;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.25);
    -webkit-transition: top 0.3s;
    -webkit-transition: top 0.6s;
    transition: top 0.6s;
  }
  .subnav-holder {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
            align-items: center;
            margin-top: 0px;
  }
  .subnav {
    -webkit-box-flex: 1;
    flex: 1 1 80%;
    overflow: auto;
    white-space: nowrap;
    margin-left: 16px;
  }
  .subnav ul {
    margin-bottom: 0px;
    padding: 16px 19px 16px 0px;
  }
  .subnav ul li {
    font-size: 16px;
    line-height: 19px;
    padding: 0 10px;
  }
  .subnav ul li:first-child {
    padding-left: 5px;
  }
  .subnav ul li a {
    color: #2D333F;
  }
  .search-container {
    -webkit-box-flex: 1;
    flex: 1 1 20%;
    margin-left: 10px;
  }
  .search-container .seperater {
    color: #505050;
    font-weight: 700;
    margin-right: 17px;
    padding-left: 15px;
  }
  .search-container .fa {
    color: #36BE58;
    font-size: 16px;
  }
  #search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
  }
  #search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
  }
  #search input[type="search"] {
    position: absolute;
    top: 50%;
    width: 100%;
    color: rgb(255, 255, 255);
    background: rgba(0, 0, 0, 0);
    font-size: 28px;
    /* font-weight: 300; */
    text-align: center;
    border: 0px;
    margin: 0px auto;
    /* margin-top: -51px; */
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
  }
  #search .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 52px;
    margin-left: -45px;
  }
  #search .close {
    position: fixed;
    top: 65px;
    right: 15px;
    color: #fff;
  	background-color: #353535;
  	border: 1px solid #8c8b8b;
  	opacity: 1;
  	padding: 10px 17px;
  	font-size: 27px;
    border-radius: 50%;
    outline: none;
  }
  #search #btn-searchSubmit {
    position: absolute;
    top: 54%;
    left: 50%;
    margin-top: 52px;
    margin-left: -50px;
    background: #36BE58;
    border-radius: 8px;
    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: 10px 24px !important;
    border: 0px;
  }
  .latest-post .post-details {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: start;
    align-items: flex-start;
  }
  .post-date {
    margin-bottom: 7px;
  }
  .share-container ul {
    margin-left: 0px;
  }
  .share-container ul li {
    margin-left: 0px;
    margin-right: 12px;
  }
  .similar-post h2 {
    margin-bottom: 0px;
  }
  .relatedpost {
    margin-top: 100px;
  }
	.page-content {
		padding-top: 85px;
	}
	.relatedpost .author-information p {
		display: -webkit-box;
		display: flex;
		-webkit-box-pack: start;
		        justify-content: flex-start;
		width: 100%;
		-webkit-box-align: center;
		        align-items: center;
	}
	.relatedpost .author-information p span a img {
		margin-left: 7px;
	}
	.partner-form-container {
		padding-right: 0px;
	}
	.pageTitle {
		font-size: 25px;
	}
	.partner-image-container {
		margin-bottom: 30px;
	}
	.partner-content {
		padding: 0 15px;
	}
	.subscribe-body {
		padding-top: 100px;
		padding-bottom: 50px;
	}
	.subscriptionForm h4 {
		font-size: 20px;
		line-height: 30px;
	}
	.footer-links {
		text-align: center;
	}
}

@media (max-width: 480px) {


}
