.lava-page-content > .single-post-content-section {
  background-color: white; }

.lava-page-content > section {
  background-color: white !important; }

.lava-page-content * {
  line-height: 1.6; }

.lava-page-content .article-category-link {
  font-size: 16px;
  color: #0095eb; }
.lava-page-content .article-category-link:hover {
  text-decoration: underline;
  color: #3f86c4; }
.lava-page-content .reading-duration
h1,
.lava-page-content .author,
.lava-page-content .date {
  color: #676767 !important; }
.lava-page-content .acricle-category,
.lava-page-content .reading-duration {
  font-size: 14px;
  letter-spacing: -0.4px; }
.lava-page-content .reading-duration {
  font-weight: 300; }
.lava-page-content h1 {
  font-size: 36px;
  font-weight: bold;
  color: #000000; }
.lava-page-content .subhead {
  display: flex;
  justify-content: space-between; }
.lava-page-content .author,
.lava-page-content .date {
  font-size: 14px; }
.lava-page-content .author {
  margin-right: 30px; }
.lava-page-content .post-image-wrap {
  position: relative;
  margin: 0 auto 40px;
  width: 100%;
  padding-bottom: 35%;
  border-radius: 6px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: padding-bottom 0.4s linear; }
.lava-page-content .post-image {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  width: auto;
  object-fit: contain; }
.lava-page-content .post-content-wrap {
  margin: 0 auto;
  width: 75%; }
.lava-page-content ul {
  list-style-type: disc; }
.lava-page-content ul li {
  margin-bottom: 10px;
  line-height: 1.8;
  font-size: 14px;
  font-weight: 300; }
.lava-page-content ul a {
  font-size: inherit;
  line-height: 1.1; }
.lava-page-content ol,
.lava-page-content ul {
  margin-left: 2em; }
.lava-page-content strong {
  color: #444444; }
.lava-page-content img {
  margin: 10px auto 30px;
  max-width: 90%;
  display: block; }
.lava-page-content p > iframe,
.lava-page-content iframe {
  margin: 20px auto !important;
  display: block; }
.lava-page-content .wp-block-button {
  margin-top: 5px; }
.lava-page-content .wp-block-button a {
  transition: all 0.2s linear; }
.lava-page-content .wp-block-button a:hover {
  text-decoration: none;
  transform: scale(1.05, 1.05); }
.lava-page-content p {
  margin-bottom: 1rem;
  font-weight: 300;
  color: #626262; }
.lava-page-content td {
  text-align: left; }
.lava-page-content .table-image {
  float: left;
  width: 50%;
  height: 50%;
  margin: 0 20px 0 0; }
.lava-page-content .float-left-image {
  margin: 0 20px 0 0;
  float: left; }
.lava-page-content figcaption {
  margin: -15px auto 20px;
  width: 90%;
  font-size: 12px; }
.lava-page-content a > img {
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3);
  transition: box-shadow 0.2s linear; }
.lava-page-content a > img:hover {
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.5); }
.lava-page-content .download-link {
  position: relative;
  padding: 8px 20px;
  display: inline-block;
  color: white;
  background-color: #3f86c4;
  border-radius: 10px;
  transition: all 0.2s linear; }
.lava-page-content .download-link:hover {
  text-decoration: none; }
.lava-page-content .download-link:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  content: '';
  background: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  transition: all 0.3s ease-in-out; }
.lava-page-content .download-link:hover::after {
  width: 100%; }
.lava-page-content .article-tag {
  margin-right: 10px;
  margin-bottom: 8px;
  padding: 6px 20px;
  display: inline-block;
  border: solid 1px #5a5a5a;
  border-radius: 4px;
  line-height: 1.1;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  transition: all 0.1s linear; }
  .lava-page-content .article-tag:last-child {
    margin-right: 0; }
  .lava-page-content .article-tag:hover {
    background-color: #f8f8f8;
    box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.3);
    text-decoration: none; }
@media screen and (max-width: 959px) {
  .lava-page-content ul li {
    font-size: 13px; } }
