/* ===================================================
   PersonX Layout Stylesheet

   TOC:
  01. Banner Background Style
  02. Banner styles
  03. Blog page styles
  04. Search bar Style
  05. Blog content Style
  06. Blog Sidebar Style
====================================================== */
/* ====================================================
  Banner styles
=======================================================*/
.align-middle:before {
  content: "";
  width: 1px;
  height: 100vh;
  display: inline-block;
  vertical-align: middle;
  margin-left: -5px;
}
.align-middle-content {
  display: inline-block;
  vertical-align: middle;
}
.banner-bg {
  top: 0px;
  height: 100% !important;
  -webkit-transform: translateY(0px);
     -moz-transform: translateY(0px);
      -ms-transform: translateY(0px);
       -o-transform: translateY(0px);
          transform: translateY(0px);
}
.banner-content {
  color: #fff;
 /* text-transform: uppercase;*/
  margin-top: -40px;
  letter-spacing: .6px;
}
.banner-content h1,
.banner-content h2 {
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  font-size: 30px;
  line-height: 1.13;
  word-wrap: break-word;
  margin-bottom: 12px;
}
.banner-content h3 {
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 3px;
}
.banner-content div {
  font-size: 15px;
  line-height: 1.2;
  margin: 0;
}
.post-cats-link a {
  padding-right: 3px;
}
.post-cats-link a:after {
  content: ', ';
  color: #fff;
}
.post-cats-link a:last-child:after {
  content: '';
}
/* ====================================================
  Blog page styles
=======================================================*/
.blog-page .section-main {
  overflow: inherit;
}
.blog-page.has-basic-header.page-banner-disable .banner-header.section-main {
  overflow: initial;
}
.blog-page .main-nav ul li a {
  color: #ffffff;
}
.blog-page .main-nav ul li a:hover {
  color: #0fb5b3;
}
.blog-page .main-nav ul li.active a {
  color: #0fb5b3;
}
.blog-page .main-wrapper {
  background-color: #f7f7f7;
  overflow: initial;
}
.blog-page .banner-header .section-common-space {
  padding: 105px 0;
  max-height: 0px;
}
.blog-page.single-post-page .banner-header .section-common-space {
  padding: 220px 0 195px;
}
.blog-page.home.blog .banner-header .section-common-space,
.blog-page.search .banner-header .section-common-space,
.blog-page.archive .banner-header .section-common-space {
  padding: 180px 0 150px;
}
.blog-page.home.blog .banner-header .section-common-space h2,
.blog-page.search .banner-header .section-common-space h2,
.blog-page.archive .banner-header .section-common-space h2 {
  margin-bottom: 0;
  font-size: 40px;
}
.blog-page .section-common-space {
  padding: 30px 0 30px;
}
.blog-page .banner-header .banner-bg {
  top: 0px !important;
  height: 210px !important;
}
.blog-page .banner-header .bg-image {
  -webkit-transform: translateY(0px);
     -moz-transform: translateY(0px);
      -ms-transform: translateY(0px);
       -o-transform: translateY(0px);
          transform: translateY(0px);
}
.blog-page .main-post {
  margin-bottom: 0;
}
.blog-page .align-middle:before {
  content: "";
  width: 1px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0px;
}
.blog-page .banner-content {
  margin-top: 25px !important;
}
.blog-page .banner-content h1,
.blog-page .banner-content h2 {
  margin-bottom: 14px;
}
@media (min-width: 767px) and (max-width: 991px) {
  body.single-post-page .main-wrapper,
  body.page-template-template-blog .main-wrapper {
    padding-right: 0;
    padding-left: 0;
  }
}
/* ====================================================
  Search bar Style
=======================================================*/
body.search-results .post-thumb-wrap,
body.search-results .mdl-card__actions {
  display: none !important;
}
.search-bar {
  min-height: 100%;
  padding: 155px 0;
  padding-top: 165px;
}
.search-bar {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99999;
  padding: 114px 0;
  max-height: 100%;
  color: #fff;
  background-image: none;
  visibility: hidden;
}
.search-bar.show {
  visibility: visible;
}
.search-bar > .search-bg {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(20, 22, 24, 0.97);
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 1 !important;
  visibility: visible;
}
.search-bar.hide-bg > .search-bg {
  opacity: 0 !important;
  visibility: hidden;
}
.search-bar > * {
  opacity: 0;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  -moz-transition: opacity .3s;
  transition: opacity .3s;
}
.search-bar.show-contents > * {
  opacity: 1;
}
.personx-entire-search {
  width: 90%;
  max-width: 1140px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.search-bar .search-label {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 2.3;
  color: #fff;
  margin-bottom: 50px;
}
.personx-blog-search-form-wrap {
  text-align: center;
}
.personx-blog-search-form-wrap label {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  text-align: center;
  display: block;
}
.personx-blog-search-form-wrap .personx-search-field {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.3;
  text-align: left;
  color: #fff;
  width: 100%;
  padding: 40px;
  background-color: transparent;
  outline: none;
  border: 2px solid #0fb5b3;
  -webkit-border-radius: 2px;
          border-radius: 2px;
}
.search-close {
  font-size: 30px;
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  position: absolute;
  top: 37px;
  right: 39px;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.has-sticky-header .search-close {
  top: 20px;
}
.post-groups .single-blog-post {
  margin-bottom: 30px;
}
section.banner-header.section-main {
  z-index: auto;
  overflow: hidden;
}
.format-quote .post-content-wrap {
  padding: 0px;
}
.format-quote .post-content-wrap .mdl-card__supporting-text {
  background-color: #333;
  position: relative;
  padding: 8px 15px;
}
body:not(.single) .format-quote .post-content-wrap .mdl-card__supporting-text {
  -webkit-border-radius: 5px 5px 0 0;
          border-radius: 5px 5px 0 0;
}
.holca-cl {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
/* ====================================================
   Blog content Style
=======================================================*/
.single .banner-content {
  position: relative;
}
.single .banner-content .banner-content-inner {
  width: 100%;
  padding-right: 240px;
}
.single .banner-content .banner-content-inner h1 {
  font-size: 40px;
  margin-bottom: 20px;
}
.single .banner-content .share-social {
  position: absolute;
  right: 0px;
  top: 0px;
  margin-top: 10px;
}
.single .banner-content .share-social li {
  margin-left: 0;
}
.single .banner-content .share-social li a {
  color: #666666;
  font-size: 20px;
  border-right: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
  padding-top: 0px;
  padding-bottom: 3px;
  line-height: 1.2;
}
.single .banner-content .share-social li a:hover {
  color: #0fb5b3;
}
.single .align-middle:before {
  height: auto;
}
.single .uploaded-audio {
  padding-top: 0;
}
.single .post-thumb-wrap {
  -webkit-border-radius: 0;
          border-radius: 0;
}
.post-meta a,
.post-meta span {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.6;
  display: inline-block;
  color: #fff;
  text-transform: initial;
}
.post-meta a {
  color: inherit;
}
.post-meta a:hover {
  color: #0fb5b3;
}
.post-meta span {
  float: none;
  display: inline;
  padding: 0 10px;
  position: relative;
}
.post-meta span:after {
  content: '';
  height: 13px;
  background-color: #fff;
  width: 1px;
  z-index: 5;
  right: -1px;
  top: 2px;
  position: absolute;
}
.post-meta span:first-child {
  padding-left: 0;
  border-left: 0;
}
.post-meta span:last-child {
  padding-right: 0;
  border-right: 0;
}
.post-meta span:last-child:after {
  width: 0;
}
.single-blog-post-content {
  padding-bottom: 25px;
}
.post-header {
  margin-bottom: 23px;
}
.post-header img {
  width: 100%;
  height: auto;
}
.post-header p {
  margin-bottom: 0;
  line-height: 2.1;
}
.post-entry {
  color: #666666;
  margin-bottom: 0px;
}
.post-entry p {
  margin-bottom: 15px;
  color: #666;
}
.comment-text > div,
.post-entry > div {
  margin-bottom: 0px;
}
.post-tags-wrapper {
  margin-bottom: 30px;
}
.post-tags-wrapper .tagcloud a {
  background-color: #eee;
  color: #666;
  padding: 3px 12px;
}
.post-tags-wrapper .tagcloud a:hover {
  color: #fff;
}
.comment-text blockquote,
.post-entry blockquote {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 2;
  color: #333333;
  padding-left: 23px;
  border-left: 5px solid #0fb5b3;
  margin: 35px 0 30px 0;
  letter-spacing: .1px;
}
.comment-text blockquote p,
.post-entry blockquote p {
  font-weight: 500;
  font-size: 15px;
  color: #333333;
  margin: 0;
  letter-spacing: .1px;
}
.comment-text pre,
.post-entry pre {
  font-family: 'Droid Sans Mono';
  font-weight: 400;
  line-height: 2;
  font-size: 13px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.24);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.24);
  border: none;
  padding: 27px 30px 25px;
  margin: 30px 0px 35px;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  letter-spacing: .8px;
}
.comment-text address p,
.comment-text address,
.post-entry address p,
.post-entry address {
  color: #999999;
}
.comment-text address,
.post-entry address {
  margin-bottom: 25px;
}
.post-entry address p {
  margin-bottom: 4px;
  line-height: 21px;
}
.comment-text p span,
.post-entry p span {
  color: #666;
}
.tab-histry.post-share {
  letter-spacing: 0;
  padding: 20px 0;
  margin-bottom: 50px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.tab-histry.post-share > span {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 1;
  color: #666666;
  text-transform: uppercase;
}
.tab-histry.post-share .social.share-social li a {
  color: #999999;
}
.tab-histry.post-share .social.share-social li a:hover {
  color: #0fb5b3;
}
.share-social li {
  float: left;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 20px;
}
.share-social li:first-child a:before {
  width: 0;
}
.share-social li a {
  width: auto;
  height: auto;
  line-height: 1;
  -webkit-border-radius: 0;
          border-radius: 0;
  position: relative;
  padding-left: 20px;
  font-size: 20px;
  color: #333333;
}
.share-social li a:hover {
  color: #0fb5b3;
}
.share-social li a:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 1px;
  width: 1px;
  height: 21px;
  background-color: rgba(255, 255, 255, 0.5);
}
.share-social li a > span {
  margin-left: 10px;
  font-size: 13px;
  line-height: 1;
  color: #999999;
  vertical-align: middle;
}
.share-social li a i {
  font-size: 20px;
  vertical-align: middle;
}
.single-post-content .share-social li a:before {
  background-color: rgba(0, 0, 0, 0.15);
}
/*comment-repley*/
.comments-section {
  margin-bottom: 0;
}
.comment-reply-title small,
.comment-reply-title a,
.comment-reply-title {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  color: #333333 !important;
  font-size: 20px;
  margin-bottom: 35px;
  text-transform: uppercase;
  opacity: 1;
}
.comment-reply-title span {
  display: inline-block;
  margin-right: 10px;
}
.comment-reply-title a {
  margin-left: 20px;
}
.comment-reply-title a:hover {
  color: #0fb5b3 !important;
}
.comments-section ul li {
  list-style: none;
}
.comments-section ul ul {
  padding-left: 30px;
}
.comments-section .single-comment {
  background-color: #ffffff;
  padding: 30px 30px 21px;
  margin-bottom: 30px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
}
.comments-section > ul > li:first-child {
  padding-top: 0;
  border-top: 0px;
}
.comment-content {
  padding-left: 90px;
  margin-top: -13px;
}
.comment-content .comment-text p,
.comment-content .comment-text {
  font-size: 13px;
  line-height: 2.1;
  color: #666666;
}
.comment-thumb {
  position: relative;
}
.comment-thumb .ctwr {
  margin-right: 30px;
}
.comment-thumb img {
  width: 60px;
  height: 60px;
}
.comment-meta {
  margin-bottom: 12px;
}
.comment-meta a {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.3;
  color: #444444;
  display: block;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.comment-meta .date {
  font-size: 11px;
  line-height: 1;
  color: #999999;
  margin-bottom: 0;
}
.comment-meta .comment-reply:hover {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.comment-reply.personx-comment-reply {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 13px;
  color: #009688;
  height: 25px;
  padding: 0 7px 0 20px;
  line-height: 25px;
  min-width: 60px;
  text-transform: uppercase;
  text-shadow: none;
  position: relative;
  text-align: right;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  overflow: hidden;
}
.comment-reply.personx-comment-reply:before {
  position: absolute;
  content: "\f193";
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  font-family: 'Material-Design-Iconic-Font';
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  left: 4px;
  top: 0;
}
.comment-reply.personx-comment-reply .mdl-button__ripple-container {
  -webkit-border-radius: 2px;
          border-radius: 2px;
}
.comment-reply.personx-comment-reply .mdl-ripple.is-visible {
  opacity: .18;
}
.comment-respond {
  margin-top: 30px;
  margin-bottom: 26px;
}
.comment-respond .comment-reply-title {
  margin-bottom: 34px;
}
.logged-in-as a {
  color: #333333;
}
.logged-in-as a:hover {
  color: #0fb5b3;
}
/*comment form*/
.comment-form-group {
  margin-top: -28px;
}
.comment-form-group .mdl-textarea {
  margin-bottom: 24px;
}
/* ====================================================
  Blog Sidebar Style
=======================================================*/
.sidebar-area {
  padding-left: 30px;
}
.sidebar-area.sb-position-left {
  padding-left: 0;
  padding-right: 30px;
}
.home-blog-posts .white-box {
  margin-bottom: 30px;
}
.personx-sidebar-widget .search-form {
  margin-bottom: -50px;
}
.personx-sidebar-widget .search-form .mdl-textfield__input {
  padding-right: 40px;
}
.primary-sidebar aside.widget {
  margin: 0;
}
.primary-sidebar aside.widget:not(:last-child) {
  margin-bottom: 60px;
}
.personx-sidebar-widget ul ol,
.personx-sidebar-widget ul ul {
  padding-left: 15px;
}
.personx-sidebar-widget img {
  height: auto;
}
.personx-sidebar-widget ul li {
  display: block;
  padding: 16px 0;
  border-bottom: 1px solid #e8e8e8;
}
.personx-sidebar-widget ul li:first-child {
  padding-top: 0;
}
.personx-sidebar-widget ul li:last-child {
  border-bottom: 0;
}
.personx-sidebar-widget ul li:last-child {
  padding-bottom: 0;
}
.personx-sidebar-widget ul li a {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.45;
  color: #666666;
  display: inline-block;
}
.personx-sidebar-widget ul li a:hover {
  color: #0fb5b3;
}
.personx-footer-widget.widget_recent_entries ul li:not(:last-child) {
  margin-bottom: 25px;
}
.personx-footer-widget.widget_recent_entries ul li span,
.personx-sidebar-widget ul li span {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 11px;
  line-height: 1;
  color: #999999;
  margin-top: 10px;
  display: block;
}
.personx-sidebar-widget .menu li a {
  padding: 10px 0;
}
.personx-sidebar-widget .rsswidget {
  font-size: 17px;
}
.personx-sidebar-widget .rss-date {
  margin-top: 5px;
  margin-bottom: 20px;
}
.personx-sidebar-widget .rssSummary {
  margin-bottom: 10px;
}
.widget.widget_recent_entries li a {
  /*text-transform: uppercase;*/
}
.personx-sidebar-widget .screen-reader-text {
  display: block;
  margin-bottom: 10px;
}
.widget.widget_categories .screen-reader-text {
  display: block;
  margin-bottom: 15px;
}
.personx-footer-widget select,
.white-box.personx-sidebar-widget select {
  display: block;
  padding: 10px 5px;
  background: transparent;
  border: 1px solid #e8e8e8;
  color: #666;
  width: 100%;
}
.personx-footer-widget .widget-title {
  text-transform: uppercase;
}
.primary-sidebar .widget-title {
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 16px;
  margin-top: -6px;
  text-transform: uppercase;
  color: #333333;
}
.mdl-search-lbl {
  text-indent: -9999999px;
}
.search-form .search-submit {
  background: transparent;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: absolute;
  right: 0;
  bottom: 17px;
  font-size: 22px;
  outline: none;
  padding: 0;
  width: 35px;
  height: 35px;
  text-align: center;
  min-width: 30px;
}
.personx-sidebar-widget .mdl-textfield {
  padding-top: 0;
}
.personx-sidebar-widget .mdl-textfield__label {
  top: 10px;
}
.widget_calendar table {
  width: 100%;
}
.widget_calendar table caption {
  font-size: 14px;
  margin-bottom: 15px;
  font-weight: 500;
  color: #333333;
}
.widget_calendar table tbody td:not(.pad),
.widget_calendar table thead th {
  padding: 5px;
  text-align: center;
  line-height: 1.5;
}
.widget_calendar table tbody td:not(.pad) {
  font-weight: 500;
  font-size: 13px;
}
.widget_calendar table tbody td:hover {
  color: #0fb5b3;
}
.widget_calendar table tfoot td {
  padding: 5px;
  padding-top: 15px;
}
.widget_calendar table tfoot td#prev {
  text-align: left;
}
.widget_calendar table tfoot td#next {
  text-align: right;
}
.widget_calendar table a {
  color: #0fb5b3;
}
.personx-sidebar-widget ul.children {
  padding-top: 25px;
  padding-left: 15px;
}
/*tag*/
.tagcloud {
  overflow: hidden;
}
.tagcloud a {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 13px !important;
  line-height: 1.9;
  background-color: #333333;
  color: #fff;
  padding: 6px 12px;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  float: left;
  margin: 0 5px 5px 0;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.tagcloud a:hover {
  background-color: #0fb5b3;
}
/* style while unit testing and resubmission */
body:not(.woocommerce-page) .comment-text *,
body:not(.woocommerce-page) .post-entry * {
  max-width: 100% !important;
}
body:not(.woocommerce-page) .comment-text h1,
body:not(.woocommerce-page) .comment-text h2,
body:not(.woocommerce-page) .comment-text h3,
body:not(.woocommerce-page) .comment-text h4,
body:not(.woocommerce-page) .comment-text h5,
body:not(.woocommerce-page) .comment-text h6,
body:not(.woocommerce-page) .post-entry h1,
body:not(.woocommerce-page) .post-entry h2,
body:not(.woocommerce-page) .post-entry h3,
body:not(.woocommerce-page) .post-entry h4,
body:not(.woocommerce-page) .post-entry h5,
body:not(.woocommerce-page) .post-entry h6 {
  color: #333333;
  text-transform: uppercase;
}
body:not(.woocommerce-page) .comment-text h1,
body:not(.woocommerce-page) .comment-text h2,
body:not(.woocommerce-page) .comment-text h3,
body:not(.woocommerce-page) .post-entry h1,
body:not(.woocommerce-page) .post-entry h2,
body:not(.woocommerce-page) .post-entry h3 {
  margin-bottom: 6px;
  margin-top: 0px;
}
body:not(.woocommerce-page) .comment-text h4,
body:not(.woocommerce-page) .comment-text h5,
body:not(.woocommerce-page) .comment-text h6,
body:not(.woocommerce-page) .post-entry h4,
body:not(.woocommerce-page) .post-entry h5,
body:not(.woocommerce-page) .post-entry h6 {
  margin-bottom: 15px;
}
body:not(.woocommerce-page) .comment-text h1,
body:not(.woocommerce-page) .post-entry h1 {
  font-size: 40px;
  line-height: 1.27;
  font-weight: bold;
}
body:not(.woocommerce-page) .comment-text h2,
body:not(.woocommerce-page) .post-entry h2 {
  font-size: 22px;
  line-height: 1.4;
  margin-bottom: 12px;
  font-weight: 700;
}
body:not(.woocommerce-page) .comment-text h3,
body:not(.woocommerce-page) .post-entry h3 {
  font-size: 18px;
  line-height: 1.45;
  margin-bottom: 12px;
  font-weight: 700;
}
body:not(.woocommerce-page) .comment-text h4,
body:not(.woocommerce-page) .post-entry h4 {
  font-size: 15px;
  line-height: 1.55;
  font-weight: 500;
}
body:not(.woocommerce-page) .comment-text h5,
body:not(.woocommerce-page) .post-entry h5 {
  font-size: 13px;
  line-height: 1.55;
}
body:not(.woocommerce-page) .comment-text h6,
body:not(.woocommerce-page) .post-entry h6 {
  font-size: 12px;
  line-height: 1.55;
}
body:not(.woocommerce-page) .comment-text table,
body:not(.woocommerce-page) .post-entry table {
  width: 100%;
}
body:not(.woocommerce-page) .comment-text > table,
body:not(.woocommerce-page) .post-entry > table {
  margin-bottom: 52px;
}
body:not(.woocommerce-page) .comment-text table th,
body:not(.woocommerce-page) .comment-text table td,
body:not(.woocommerce-page) .post-entry table th,
body:not(.woocommerce-page) .post-entry table td {
  color: #666;
  border: none;
  padding: 11px 10px 11px 0px;
  border-bottom: 1px solid #ebebeb;
  font-weight: 400;
}
body:not(.woocommerce-page) .comment-text ol,
body:not(.woocommerce-page) .comment-text ul,
body:not(.woocommerce-page) .post-entry ol,
body:not(.woocommerce-page) .post-entry ul {
  padding-left: 36px;
  margin-bottom: 5px;
}
body:not(.woocommerce-page) .comment-text ul li,
body:not(.woocommerce-page) .post-entry ul li {
  font-weight: 500;
  font-size: 16px;
  position: relative;
  list-style-type: none;
}
body:not(.woocommerce-page) .comment-text ul li:before,
body:not(.woocommerce-page) .post-entry ul li:before {
  content: "\f005";
  font-family: FontAwesome;
  position: absolute;
  display: block;
  left: 0px;
  top: 0px;
	color: #ff9900 !important;
}
.main-post ul {
    padding-left: 15px !important;
}
.main-post li {
    padding-left: 25px !important;
}
.comment-text * .owl-carousel .owl-stage,
.post-entry * .owl-carousel .owl-stage {
  max-width: initial !important;
}
.comment-text img,
.post-entry img {
  height: auto;
}
.comment-text iframe,
.post-entry iframe {
  width: 100% !important;
  height: auto;
}
.comment-text h4,
.comment-text h5,
.comment-text h6,
.post-entry h4,
.post-entry h5,
.post-entry h6 {
  margin-top: 10px;
}
.comment-text ul li,
.post-entry ul li {
  margin-bottom: 10px;
}
.comment-text dt,
.post-entry dt {
  margin-bottom: 3px;
  font-weight: 700;
}
.comment-text dd,
.post-entry dd {
  font-weight: 400;
  margin-left: 0;
  margin-bottom: 15px;
}
.comment-text address,
.post-entry address {
  font-size: 15px;
  line-height: 1.5;
  font-style: italic;
}
.comment-text pre,
.post-entry pre {
  overflow: auto;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img.aligncenter {
  margin-top: 5px;
  margin-bottom: 5px;
}
.post-entry figure.alignleft,
.post-entry img.alignleft {
  margin: 5px 20px 5px 0;
}
img.alignright {
  margin: 5px 0 5px 20px;
}
.post-entry figure.alignright,
.post-entry img.alignright {
  margin: 10px 0 10px 20px;
}
.post-entry figure {
  margin-bottom: 15px;
}
.post-entry figure img {
  margin-bottom: 5px;
}
.post-entry .page-links {
  margin-top: 30px;
}
.post-entry .page-links .page-links-title {
  color: #222;
  font-weight: bold;
}
/* Gallery */
.gallery:after,
.gallery:before {
  content: "";
  display: table;
}
.gallery:after {
  clear: both;
}
.gallery-item {
  position: relative;
  margin: 0px !important;
  padding: 1px;
  overflow: hidden;
}
.gallery-item .wp-caption-text.gallery-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  color: #fff;
  padding: 10px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  text-indent: 10px;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.gallery-item:hover .wp-caption-text.gallery-caption {
  opacity: 1;
  filter: alpha(opacity=100);
}
.gallery-item .gallery-icon img {
  margin: 0px;
  width: 100%;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.gallery-item:hover .gallery-icon img {
  opacity: .7;
  filter: alpha(opacity=70);
}
.gallery-columns-4 .wp-caption-text.gallery-caption,
.gallery-columns-5 .wp-caption-text.gallery-caption,
.gallery-columns-6 .wp-caption-text.gallery-caption,
.gallery-columns-7 .wp-caption-text.gallery-caption,
.gallery-columns-8 .wp-caption-text.gallery-caption,
.gallery-columns-9 .wp-caption-text.gallery-caption {
  display: none;
}
.gallery-columns-1 > * {
  width: 100%;
}
.gallery-columns-2 > * {
  width: 50%;
  float: left;
}
.gallery-columns-3 > * {
  width: 33.333333%;
  float: left;
}
.gallery-columns-4 > * {
  width: 25%;
  float: left;
}
.gallery-columns-5 > * {
  width: 20%;
  float: left;
}
.gallery-columns-6 > * {
  width: 16.666666%;
  float: left;
}
.gallery-columns-7 > * {
  width: 14.285714%;
  float: left;
}
.gallery-columns-8 > * {
  width: 12.5%;
  float: left;
}
.gallery-columns-9 > * {
  width: 11.111111%;
  float: left;
}
.personx-post-content {
  position: relative;
  z-index: 5;
  max-width: 700px;
  margin: 0 auto;
  background-color: #fff;
  -webkit-box-shadow: 0px 13px 18.8px 1.2px rgba(0, 0, 0, 0.24), 0px 5px 26.5px 0.5px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 13px 18.8px 1.2px rgba(0, 0, 0, 0.24), 0px 5px 26.5px 0.5px rgba(0, 0, 0, 0.16);
  padding: 30px;
}
.personx-post-content .post-entry {
  margin-bottom: 30px;
}
.personx-post-content .tab-histry.post-share {
  padding: 10px 0;
  margin-bottom: 0;
}
/* end style while unit testing and resubmission */

