/* =========================
	PUBLIC DESKTOP CSS
========================= */

.single-post {
  /* End of .single-post */
  /* Header menu */
}
.single-post .content-area {
  padding: 10px;
  border-right: none;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  float: none;
}
.single-post .entry-content {
  max-width: 840px;
  font-family: "PT Serif";
  margin: 0 auto;
  /* Image Caption */
}
.single-post .entry-content ul, .single-post .entry-content ol {
  padding-left: 0.5em;
  padding-right: 0;
  font-size: 92%;
  /* Heading */
}
.single-post .entry-content h2 {
  border-left: 4px solid #3c2d98;
  padding: 0.3em;
  background-color: #fafaff;
  margin: 2em 0 1em;
}
.single-post .entry-content h3 {
  border-bottom: 1px solid #dae3ef;
  padding: 24px 0 8px;
}
.single-post .entry-content p, .single-post .entry-content ul {
  margin-bottom: 1.9em;
}
.single-post .wp-block-video video {
  width: 100%;
  height: auto;
  /* Table of Contents */
}
.single-post #toc_container {
  margin-left: auto;
  margin-right: auto;
}
.single-post ul.toc_list {
  line-height: 1.8em;
  /* Thumbnail Image  */
}
.single-post ul.toc_list > li > a {
  font-weight: bold;
}
.single-post ul.toc_list > li > ul > li {
  border-top: 1px solid #e4e8ff;
  line-height: 2.4em;
}
.single-post ul.toc_list > li > ul > li a {
  line-height: 1.5em;
  display: block;
  padding: 0.4em 0;
}
.single-post .site-content > article > .thumbnail > img {
  width: auto;
  max-height: 320px;
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
#site-navigation-wrap .dropdown-menu > li:not(:first-child) > a {
  position: relative;
  /* remove borders */
}
#site-navigation-wrap .dropdown-menu > li:not(:first-child) > a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 35%;
  height: 30%;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.3);
}
.lae-posts-carousel .lae-posts-carousel-item .hentry {
  border: 0 !important;
  box-shadow: none !important;
  /* Print fixes */
}
@media print {
  /* Write your Public SASS desktop here! */  #top-bar-sticky-wrapper, #site-header-sticky-wrapper {
    display: none;
  }
  a[href]:after, abbr[title]:after {
    content: "" !important;
  }
}


/* =========================
	PUBLIC DESKTOP CSS END
========================= */
/* =========================
	PUBLIC RESPONSIVE CSS
========================= */

/* TABLET LANDSCAPE */
@media (max-width: 1199px) {



}

/* TABLET PORTRAIT */
@media (max-width: 991px) {

/* Write your Public SASS tablet-p here! */
#site-navigation-wrap .dropdown-menu > li:not(:first-child) > a::before {
  display: none;
}


}

/* MOBILE LANDSCAPE */
@media (max-width: 767px) {



}

/* MOBILE PORTRAIT */
@media (max-width: 479px) {



}

/* RETINA FIXES */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
 	   only screen and (-o-min-device-pixel-ratio: 3/2),
 	   only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-device-pixel-ratio: 1.5) {



}
/* =========================
	PUBLIC RESPONSIVE CSS END
========================= */