figure {
  margin: 0;
}

.fullBlock .content {
  position: relative;
  display: flex;
}
.fullBlock .content .flex[data-flex="22.5"] {
  flex: 22.5%;
}
.fullBlock .content .flex[data-flex="55"] {
  padding: 10px;
  flex: 55%;
  max-width: 1200px;
  height: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.fullBlock .content .flex[data-flex="55"] img {
  width: 100%;
  height: auto;
}
.fullBlock .content .flex[data-flex="60px"] {
  min-width: 60px;
  width: 60px;
  position: relative;
}
.fullBlock .h1 {
  padding: 0.2em 0;
  padding-top: 30px;
  margin: 0;
  font-size: 1.5rem;
  letter-spacing: 2px;
}
.fullBlock .blogHeader {
  display: flex;
  border-bottom: 1px solid #ccc;
  align-items: center;
  margin-bottom: 15px;
}
.fullBlock .blogHeader svg {
  width: 18px;
  height: auto;
  margin: 0 10px;
}
.fullBlock .blogHeader p {
  font-size: 12px;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 8px;
  padding-bottom: 6px;
}
.fullBlock .blogHeader p:last-of-type {
  margin-left: auto;
}
.fullBlock .blogHeader span {
  display: flex;
  align-items: center;
  font-size: 12px;
}
.fullBlock .search {
  display: flex;
  margin-bottom: 15px;
}
.fullBlock .search input {
  background: transparent;
}
.fullBlock .search button {
  width: 40%;
  background: transparent;
}

.fullBlock {
  background: white;
}

.dark .fullBlock {
  background: #212121;
}

.parallaxParent {
  height: 45vh;
  width: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.9);
  position: sticky;
  top: 0;
  z-index: -2;
}
.parallaxParent .parallax {
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  animation: show-background 60s 0.5s cubic-bezier(0, 1, 0.5, 1) forwards;
}

@keyframes show-background {
  0% {
    opacity: 0;
    transform: none;
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: scale(1.3);
  }
}
@media screen and (max-width: 1250px) {
  .moon {
    display: block;
  }

  .font {
    display: block;
  }
}
@media only screen and (max-width: 800px) {
  .fullBlock .content .flex[data-flex="22.5"] {
    display: none;
  }
  .fullBlock .content .flex[data-flex="55"] {
    width: 90%;
    margin: auto;
  }
  .fullBlock .content .flex[data-flex="60px"] {
    display: none;
  }

  .grid[data-grid="3"] {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
  }

  .grid[data-grid="2"] {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
  }
}
.rubricList * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.rubricList .rubric h2 {
  padding: 5px 0;
  border-bottom: solid 1px #ccc;
}
.rubricList .rubric a {
  padding: 8px;
  border: 1px solid #ccc;
  display: block;
}
.rubricList .rubric span {
  padding: 8px;
  border: 1px solid #ccc;
  border-top: none;
  display: block;
  position: relative;
  padding-right: 30px;
}
.rubricList .rubric span:before {
  z-index: 9;
  content: "";
  position: absolute;
  top: 14px;
  right: 15px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid black;
}
.rubricList .rubric div {
  display: none;
}

.fb-page {
  margin-bottom: 15px;
  width: 100%;
}

.myAd {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}

.post {
  margin-bottom: 15px;
}

.tags {
  margin: 30px 0;
}
.tags h1 {
  font-size: 1.25rem;
  font-weight: normal;
}

.fontSizeChange {
  position: relative;
}
.fontSizeChange p {
  text-align: justify;
  text-justify: inter-word;
}
.fontSizeChange img {
  width: 100%;
  height: auto;
}

.dark {
  background-color: #212121;
}

.dark div, .dark p, .dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6, .dark span, .dark .input, .dark a, .dark .box {
  color: #d1d1d1 !important;
}

.dark .input, .dark .search button {
  background-color: #212121 !important;
}

.dark .blogSlider {
  background-color: #212121 !important;
}

.dark .split3_child svg {
  fill: #d1d1d1;
}

.dark .search button :hover, .dark .search .input {
  border: 1px solid #d1d1d1;
}

.dark iframe {
  background-color: #d1d1d1;
}

.fb-comments iframe {
  width: 100%;
}

.dark .shear svg path, .dark .menucenter svg path, .dark .blogHeader svg path {
  fill: #d1d1d1 !important;
}

.dark .sheararea .shear a:hover {
  border: solid white 1px !important;
}

.dark .nav a {
  color: black !important;
}

.dark .shear .shearArea a {
  border: 1px solid #ccc;
}
.dark .shear .shearArea a svg {
  fill: #ccc;
}
.dark .shear .shearArea a:hover {
  border: 1px solid #fff;
}
.dark .shear .shearArea a:hover svg {
  fill: #fff !important;
}
.dark .shear .shearArea a:hover svg path {
  fill: #fff !important;
}

.dark .title .seeall {
  color: rgba(209, 209, 209, 0.8) !important;
  transition: all 100ms;
}
.dark .title:hover .seeall {
  color: #d1d1d1 !important;
}

.dark .rubricList .rubric span:before {
  border-top: 5px solid white;
}

/*# sourceMappingURL=blogpost.css.map */
