/*** table css for global */
@import url("https://fonts.googleapis.com/css2?family=Zilla+Slab:wght@500&display=swap");
td, th {
  text-align: left;
  vertical-align: top;
  border: 1.5px solid #2ecc71;
  padding: 10px;
}
figcaption {
  font-size: 15px;
}
p {
  line-height: 1.7875em;
  margin: 0 0 30px;
}
html, body {
  font-size: 21.5px;
}
h1 {
  font-size: 1.925em;
  font-weight: 700;
}
h2 {
  font-size: 1.475em;
  font-style: italic;
  font-weight: 700;
}
.main__inner {
  padding: 18px;
  padding-bottom: 30px;
}
html, body {
  font-size: 20.1px;
  /* featured image */
}
img {
  max-width: 90%;
  height: auto;
  /* 
.breadcrumbs__list {
    list-style-type: none;
    margin: 0;
    padding: 0
}


.breadcrumbs__item {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    display: inline-block;
    position: relative;
    padding: 5px 10px
}

.breadcrumbs__item-decor {
    position: absolute;
    top: 50%;
    left: -3px;
    margin-top: -8px;
    font-size: 12px
}

.breadcrumbs__item-decor:before {
    font-family: "lore-icons"!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f105'
}

.breadcrumbs__item:first-child .breadcrumbs__item-decor {
    display: none
}

.breadcrumbs__link {
    text-decoration: none
}
 */
  /* Single page Featured Image */
}
.blog-post-page .post__thumbnail {
  width: 0px;
  height: 0px;
  /* Single Page Header Margin */
}
.main__header {
  margin: 0 0 0px 0;
  text-align: center;
  /* movp */
}
div.custom-menu-class {
  position: sticky;
  top: 0px;
  z-index: 100000;
  border-bottom: 1px solid #cbd6e2;
}
div.custom-menu-class ul {
  display: flex;
  flex-flow: row;
  color: #003b4d;
  background-color: #f5f8fa;
  flex-wrap: wrap;
}
div.custom-menu-class li {
  list-style-type: none;
  margin-left: 1em;
  padding: 0.5em 0;
  line-height: 1em;
  margin-bottom: 0px;
}
div.custom-menu-class a {
  font-size: 14px;
  font-weight: 600;
  color: #111;
  text-decoration: none;
}
div.custom-menu-class > ul {
  margin: 0;
}
.menu ul {
  padding-right: 0;
}
div.custom-menu-class > ul {
  padding-left: 0;
}
@media (max-width: 1200px) {
  .lsvr-container {
    padding: 0;
  }
}
.lsvr-grid__col {
  padding-right: 0;
}
.header__inner {
  z-index: auto;
}
body {
  color: #33475b;
}
#header {
  background: #003b4d;
  font-size: 18px;
}
.header-menu {
  font-size: 16px;
}
h1, h2, h3, h4 {
  font-family: "Zilla Slab", serif;
  font-weight: 500;
  font-style: normal;
}
h1 {
  font-size: 30px;
}
body {
  font-size: 18px;
}
.blog-post-page {
  margin: 2em;
}
.breadcrumbs__item, .post__date-author {
  display: none;
}
.blog-post-single .post__date-author-link {
  color: #003b4d;
}
#main a {
  color: #003b4d;
  text-decoration: none;
  box-shadow: inset 0 -5px 0 rgba(124, 173, 195, 0.3);
  transition: all 200ms cubic-bezier(0.01, 0.5, 0.465, 0.81);
}
#main a:hover {
  box-shadow: inset 0 -20px 0 rgba(124, 173, 195, 0.3);
}
p {
  color: #003b4d;
}
.blog-post-single .post__date {
  color: #7cadc3;
  font-weight: bold;
}
.main__inner {
  padding: 3em;
}
@media (max-width: 750px) {
  .lsvr-grid__col {
    padding: 0;
  }
  .main__inner {
    padding: 0;
  }
}
body {
  background: #e5ebed;
}
.core__columns-main:before, .core__columns-sidebar:before {
  background-color: #cbd6e2;
}
::selection {
  background: rgba(124, 173, 195, 0.3);
}
.footer-text p {
  color: #fff;
}
.footer-scroll-top__icon {
  color: #fff;
}
