*,
*:before,
*:after {
  box-sizing: border-box;
}
body,
.headfont,
.post-nav a,
.archive-nav a,
.site-title a,
.single .post-title h1,
.page .post-title h1,
.footerbox-section h4.widget-title,
.sidebar-right-section h4.widget-title {
  font-family: Helvetica, Arial, sans-serif;
}
body.montserrat {
  font-family: "Montserrat", Arial, sans-serif;
}
body.montserrat .headfont,
body.montserrat .post-nav a,
body.montserrat .archive-nav a,
body.montserrat .site-title a,
body.montserrat .single .post-title h1,
body.montserrat .page .post-title h1,
body.montserrat .footerbox-section h4.widget-title,
body.montserrat .sidebar-right-section h4.widget-title {
  font-family: "Montserrat", Arial, sans-serif;
}
body.montserrat.headfont,
body.montserrat.post-nav a,
body.montserrat.archive-nav a,
body.montserrat.site-title a,
body.montserrat.single .post-title h1,
body.montserrat.page .post-title h1,
body.montserrat.footerbox-section h4.widget-title,
body.montserrat.sidebar-right-section h4.widget-title {
  font-family: "Montserrat", Arial, sans-serif;
}
#parent-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
body.admin-bar #parent-wrapper {
  min-height: calc(100vh - 32px);
}
#header-section {
  display: flex;
  max-width: inherit;
  justify-content: center;
  font-size: 1.2em;
  padding: 0 4vw;
  position: relative;
  align-items: stretch;
}
#header-section:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  height: 5px;
  width: 100%;
  left: 0;
  background: repeating-linear-gradient(to right, #0d92f7, #0d92f7 10vw, #1b6aea 10vw, #1b6aea 20vw);
}
#header-section .subname {
  margin-left: 0.6em;
  max-width: 150px;
  font-size: 1em;
  text-align: left;
  line-height: 1.1em;
  font-weight: 300;
}
#header-section a {
  text-align: center;
  text-decoration: none;
  color: #0d92f7;
  font-weight: 400;
  text-transform: lowercase;
  transition: color 0.2s, transform 0.2s;
  line-height: 30px;
}
#header-section a:last-child {
  margin: 0;
}
#header-section a:hover {
  color: #0d92f7;
}
#header-section a:active,
#header-section a:active:visited {
  color: #1b6aea;
  transform: translateY(1px);
}
#header-section #home {
  flex-grow: 1;
  display: flex;
  overflow: hidden;
  align-items: center;
  margin-top: 0.6em;
  margin-bottom: 0.8em;
}
#header-section #home svg {
  max-height: 55px;
  min-width: calc(55px * 0.568745003996803);
  width: calc(55px * 0.568745003996803);
  margin-right: 10px;
}
#header-section #home .name {
  color: #1b6aea;
  font-weight: 600;
  font-size: 50px;
}
#header-section #links {
  display: flex;
}
#header-section #links a {
  margin-right: 1.2em;
}
#header-section #links a:last-child {
  margin-right: 0;
}
#header-section #links .close {
  cursor: pointer;
  align-self: flex-end;
  padding: 12px;
  width: 40px;
  height: 40px;
  display: none;
}
#header-section #links .close polygon {
  fill: #1b6aea;
}
#header-section #menu {
  position: relative;
  display: flex;
  align-items: center;
}
#header-section #open {
  min-width: 80px;
  max-width: 80px;
  width: 80px;
  display: none;
}
@media (max-width: 1120px) {
  #header-section #home .subname {
    display: none;
  }
}
@media (max-width: 910px), (max-height: 550px) {
  #header-section {
    padding-right: 1.2em;
    padding-left: 1.2em;
  }
  #header-section #home {
    margin-top: 0.6em;
    margin-bottom: 0.6em;
  }
  #header-section #home .name {
    font-size: 35px;
  }
  #header-section #home svg {
    max-height: 40px;
    min-width: calc(40px * 0.568745003996803);
    width: calc(40px * 0.568745003996803);
    margin-right: 10px;
  }
  #header-section #open {
    display: block;
  }
  #header-section #menu {
    display: flex;
    justify-content: flex-end;
  }
  #header-section.active #menu {
    justify-content: flex-end;
    width: auto;
  }
  #header-section.active #links {
    opacity: 1;
    transform: translateY(0) translateX(0) scale(1);
    pointer-events: all;
  }
  #header-section #links {
    position: absolute;
    top: 1.2em;
    background: #fff;
    box-shadow: 0px 0.6vw 2vw rgba(0,0,0,0.2);
    transition: opacity 0.3s, transform 0.3s;
    opacity: 0;
    transform: translateY(-0.3em) translateX(0.3em) scale(0.9);
    transform-origin: 100% 0%;
    pointer-events: none;
    border-radius: 0.3em;
    flex-direction: column;
    z-index: 120;
    padding-bottom: 0.4em;
    min-width: 200px;
  }
  #header-section #links .close {
    display: block;
  }
  #header-section #links a {
    color: #bbb;
    padding: 0.4em 1.2em;
    text-align: left;
    margin-right: 0;
    font-weight: 400;
    line-height: 1.3em;
  }
  #header-section #links a:hover {
    color: #0d92f7;
  }
}
body.home #header-section {
  position: absolute;
  right: 0;
  z-index: 5;
  flex-direction: column;
  border-bottom: 0;
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 1.2em;
  padding-top: 0;
  padding-right: 4vw;
}
body.home #header-section a {
  color: #bbb;
}
body.home #header-section a:hover {
  color: #0d92f7;
}
body.home #header-section #home {
  display: none;
}
body.home #header-section:before,
body.home #header-section:after {
  display: none;
}
@media (max-width: 835px), (max-height: 550px) {
  body.home #header-section {
    margin-top: 1.2em;
    padding-right: 1.2em;
  }
  body.home #header-section #links {
    top: 0;
    right: 0;
  }
}
.footer-bg-section {
  border-top: none;
  box-shadow: none;
  background: #fff;
  height: 50px;
  display: flex;
  overflow: hidden;
}
.footer-bg-section .footer-section {
  color: #0d92f7;
  max-width: inherit;
  display: flex;
  padding: 0px 4vw;
  align-items: center;
}
.footer-bg-section .footer-section ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
}
.footer-bg-section .footer-section li {
  margin-left: 15px;
  display: flex;
}
.footer-bg-section .footer-section a {
  align-self: stretch;
  display: flex;
  align-items: center;
}
@media (max-width: 500px) {
  .footer-bg-section {
    height: auto;
  }
  .footer-bg-section .footer-section {
    flex-direction: column;
    margin-bottom: 25px;
  }
  .footer-bg-section .footer-section span {
    font-size: 18px;
    font-weight: 500;
    color: #ccc;
    text-align: center;
    margin: calc(12px + 2vh) 0 25px;
    text-transform: uppercase;
  }
  .footer-bg-section .footer-section ul {
    flex-direction: column;
  }
  .footer-bg-section .footer-section li {
    margin-left: 0;
    margin-bottom: 15px;
  }
  .footer-bg-section .footer-section li:last-child {
    margin-bottom: 0;
  }
}
body.home #main-section {
  background: #fff;
}
#homepage {
  background: #fff;
  height: calc(100vh - footer-size);
  position: relative;
  overflow: hidden;
}
#homepage #bg {
  height: 50vh;
  width: calc(50vh * 2.697155169767411);
  position: absolute;
  top: 0;
  right: 0;
  display: none;
}
#homepage #bg .first {
  fill: #efefef;
}
#homepage #bg .second {
  fill: #f9f9f9;
}
#homepage #content {
  position: relative;
  padding: 0 4vw 2vw;
  height: 62vh;
  z-index: 1;
  display: flex;
}
#homepage #content #intro {
  flex-grow: 1;
  display: flex;
  flex-direction: row;
  font-size: 8vw;
  align-self: flex-end;
}
#homepage #content #intro .icon {
  align-self: flex-end;
  flex-basis: 1em;
  width: 1em;
  height: calc(1em * 1 / 0.568745003996803);
  margin-right: 0.3em;
  margin-bottom: 0.2em;
}
#homepage #content #intro .name {
  align-self: flex-end;
  margin-bottom: 0.08em;
}
#homepage #content #intro h1 {
  color: #1b6aea;
  font-weight: 700;
  font-size: 1em;
  padding: 0;
}
#homepage #content #intro h2 {
  color: #0d92f7;
  padding: 0;
  font-weight: 300;
  font-size: 0.4em;
  text-transform: lowercase;
  max-width: 34vw;
}
#homepage #content #main-buttons {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: calc(13vw * 3 + 4vw);
  align-self: flex-end;
}
#homepage #content #main-buttons .row {
  display: flex;
  align-self: flex-end;
  margin-bottom: 1vw;
}
#homepage #content #main-buttons .rest .row:last-child {
  margin-bottom: 0;
}
#homepage #content #main-buttons svg {
  width: 6vw;
  height: 6vw;
  margin-top: 0.5vw;
  margin-bottom: 1.4vw;
}
#homepage #content #main-buttons .big {
  color: #fff;
  width: 13vw;
  flex-basis: 13vw;
  height: 13vw;
  padding: 0;
  font-size: 1.1vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 1.5vw;
  text-align: center;
  text-decoration: none;
  font-weight: 400;
  border-radius: 0.3vw;
  padding: 1.3vw 0 1.1vw;
  font-size: 1vw;
  text-transform: uppercase;
  box-shadow: 0px 0.3vw 0.8vw rgba(0,0,0,0.2);
  transition: transform 0.3s, box-shadow 0.3s;
}
#homepage #content #main-buttons .big:hover {
  transform: translateY(-0.1vw);
  box-shadow: 0px 0.6vw 2vw rgba(0,0,0,0.2);
}
#homepage #content #main-buttons .big:active {
  transform: translateY(0.3vw);
  box-shadow: 0px 0.1vw 0.8vw rgba(0,0,0,0.2);
}
#homepage #content #main-buttons .big:nth-child(3n) {
  margin-right: 0;
}
#homepage #content #main-buttons .blue {
  background-color: #0d92f7;
}
#homepage #content #main-buttons .green {
  background-color: #8bc34a;
}
#homepage #content #main-buttons .yellow {
  background-color: #ff9800;
}
@media (min-aspect-ratio: 10/10) and (max-aspect-ratio: 12/7) {
  #homepage #content #main-buttons .big {
    font-size: 1.2vw;
  }
}
@media (max-width: 800px) {
  #homepage {
    height: initial;
    padding-top: 15vh;
  }
  #homepage #bg {
    height: 35vh;
    width: calc(35vh * 2.697155169767411);
  }
  #homepage #content {
    position: relative;
    flex-direction: column;
    height: initial;
  }
  #homepage #content #intro {
    font-size: 75px;
  }
  #homepage #content #intro h2 {
    max-width: 320px;
  }
  #homepage #content > * {
    align-self: flex-start;
    width: 100%;
  }
  #homepage #content #main-buttons {
    font-size: initial;
    width: 100%;
    margin-top: 2vw;
  }
  #homepage #content #main-buttons a {
    flex-basis: initial;
    flex-grow: 1;
    flex: 1;
    margin-right: 2vw;
  }
  #homepage #content #main-buttons .row {
    width: 100%;
    justify-content: space-between;
  }
  #homepage #content #main-buttons .big {
    width: 29vw;
    flex-basis: 29vw;
    height: 29vw;
    flex-grow: 0;
    font-size: 1vw;
  }
  #homepage #content #main-buttons .button {
    font-size: calc(28vw * 1 / 13);
    min-height: 40px;
  }
  #homepage #content #main-buttons a:last-child {
    margin-right: 0;
  }
  #homepage #content #main-buttons svg {
    width: calc(28vw * 6 / 13);
    height: calc(28vw * 6 / 13);
    margin-top: calc(28vw * 0.5 / 13);
    margin-bottom: calc(28vw * 1.4 / 13);
  }
  #homepage #content #main-buttons span {
    font-size: calc(28vw * 1.2 / 13);
  }
}
@media (max-width: 400px) {
  #homepage {
    padding-top: 15vh;
  }
  #homepage #content {
    padding-left: 0;
    padding-right: 0;
  }
  #homepage #content #intro {
    padding: 0 4vw;
    flex-direction: column;
  }
  #homepage #content #intro .icon,
  #homepage #content #intro .name {
    align-self: flex-start;
  }
  #homepage #content #main-buttons {
    flex-direction: column;
  }
  #homepage #content #main-buttons .row {
    flex-direction: column;
  }
  #homepage #content #main-buttons .big {
    width: initial;
    height: initial;
    margin-right: 0vw;
    flex-direction: row;
    margin-bottom: 5vw;
    justify-content: flex-start;
  }
  #homepage #content #main-buttons .row .button:last-child {
    margin-bottom: 0;
  }
  #homepage #content #main-buttons .big,
  #homepage #content #main-buttons .big:last-child {
    padding: 5em 0;
    margin: 0 4vw 5vw;
  }
  #homepage #content #main-buttons .button {
    background: #fff;
    font-size: 1em;
  }
  #homepage #content #main-buttons svg {
    width: 15vw;
    height: 15vw;
    margin-right: 7vw;
    margin-left: 7vw;
    margin-top: 0;
    margin-bottom: 0;
  }
  #homepage #content #main-buttons span {
    display: block;
    width: 50vw;
    text-align: left;
    font-size: 5em;
  }
}
#homepage #content-section {
  background: #0d92f7;
  max-width: initial;
  height: calc(100vh - 62vh - 50px);
  padding-top: 0;
  display: flex;
  align-items: stretch;
  margin-bottom: 0;
}
#homepage #content-section #articles {
  display: flex;
  flex-direction: column;
  position: relative;
  padding-left: 4vw;
  padding-top: 3.5vh;
  padding-bottom: 3.5vh;
  padding-right: 3.5vw;
  flex-grow: 1;
}
#homepage #content-section #articles #slider {
  display: flex;
  flex-grow: 1;
  max-width: 42.5vw;
  overflow: hidden;
}
#homepage #content-section #articles #slider .mover {
  display: flex;
  transition: transform 0.4s;
}
#homepage #content-section #articles #slider .article {
  zoom: 1;
  position: relative;
  min-width: 42.5vw;
  max-width: 42.5vw;
  width: 42.5vw;
}
#homepage #content-section #articles a {
  text-decoration: none;
  color: #fff;
}
#homepage #content-section #articles a:hover {
  text-decoration: underline;
}
#homepage #content-section #articles h3 {
  font-size: 20px;
  font-weight: 450;
  padding-bottom: 1em;
}
#homepage #content-section #articles p {
  font-size: 14px;
  color: rgba(255,255,255,0.8);
}
#homepage #content-section #articles p a {
  margin-left: 10px;
}
#homepage #content-section #articles #bullets {
  display: flex;
}
#homepage #content-section #articles #bullets a {
  margin-top: 10px;
  margin-right: 8px;
  display: block;
  font-size: 0;
  background: #fff;
  opacity: 0.5;
  width: 12px;
  height: 12px;
  border-radius: 100%;
}
#homepage #content-section #articles #bullets a.active {
  opacity: 1;
}
#homepage #content-section #buttons {
  display: flex;
  flex-wrap: nowrap;
  background: #1b6aea;
  justify-content: flex-start;
  flex-direction: column;
  overflow: hidden;
  padding: 1.5vw 2vw;
  margin-right: 2vw;
}
#homepage #content-section #buttons .row {
  display: flex;
  width: 100%;
  flex-direction: row;
  flex-grow: 1;
  margin-bottom: 1.5vw;
  justify-content: flex-end;
}
#homepage #content-section #buttons .row:last-child {
  margin-bottom: 0;
}
#homepage #content-section #buttons a {
  flex-basis: 13vw;
  width: 13vw;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.5vw;
  padding: 5px 0;
  text-align: center;
  text-decoration: none;
  color: #1b6aea;
  background: #fff;
  font-size: 1vw;
  font-weight: 400;
  line-height: 1.2em;
  border-radius: 0.3vw;
  text-transform: uppercase;
  font-variant: small-caps;
  box-shadow: 0px 0.3vw 0.8vw rgba(0,0,0,0.2);
  transition: transform 0.3s, box-shadow 0.3s;
}
#homepage #content-section #buttons a:first-child {
  margin-left: 0;
}
#homepage #content-section #buttons a:hover {
  transform: translateY(-0.1vw);
  box-shadow: 0px 0.6vw 2vw rgba(0,0,0,0.2);
}
#homepage #content-section #buttons a:active {
  transform: translateY(0.3vw);
  box-shadow: 0px 0.1vw 0.8vw rgba(0,0,0,0.2);
}
#homepage #content-section #buttons .blue {
  color: #0d92f7;
}
#homepage #content-section #buttons .green {
  color: #8bc34a;
}
#homepage #content-section #buttons .yellow {
  color: #ff9800;
}
#homepage #content-section .post-below-content {
  display: none;
}
@media (min-aspect-ratio: 980/440) {
  #homepage #content-section #buttons .row {
    margin-bottom: 5px;
  }
}
@media (min-aspect-ratio: 10/10) and (max-aspect-ratio: 12/7) {
  #homepage #content-section #buttons .row a {
    font-size: 1em;
  }
}
@media (max-width: 800px) {
  #homepage #content-section {
    height: auto;
  }
  #homepage #content-section #articles #slider {
    flex-direction: column;
    flex-basis: inherit;
    max-width: inherit;
    overflow: visible;
  }
  #homepage #content-section #articles #bullets {
    display: none;
  }
  #homepage #content-section #articles #slider .mover {
    flex-direction: column;
    transform: none !important;
  }
  #homepage #content-section #articles #slider .article {
    flex-basis: inherit;
    width: 100%;
    min-width: inherit;
    transition: none;
    margin-bottom: 30px;
  }
  #homepage #content-section #articles #slider .article:first-child {
    margin-left: 0 !important;
  }
  #homepage #content-section #articles #slider .article:last-child {
    margin-bottom: 0;
  }
  #homepage #content-section #buttons {
    background: transparent;
    flex-basis: inherit;
    min-width: 29vw;
    margin-right: 4vw;
    padding: 4vw 0;
  }
  #homepage #content-section #buttons .row {
    flex-direction: column;
    margin-bottom: 3vw;
  }
  #homepage #content-section #buttons .row:last-child {
    margin-bottom: 0;
  }
  #homepage #content-section #buttons a {
    width: 100%;
    flex: 1;
    font-size: 1em;
    padding: 1em;
    margin: 0;
    margin-bottom: 3vw;
  }
  #homepage #content-section #buttons a:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 500px) {
  #homepage #content-section {
    flex-direction: column;
  }
  #homepage #content-section #articles {
    flex-basis: inherit;
    padding: 2vh 4vw;
  }
  #homepage #content-section #articles:before {
    content: "- Aktuality -";
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    margin: 12px 0 25px;
    text-transform: uppercase;
  }
  #homepage #content-section #articles a {
    text-decoration: underline;
  }
  #homepage #content-section #articles h3 {
    text-align: center;
  }
  #homepage #content-section #articles p {
    text-align: center;
  }
  #homepage #content-section #buttons {
    background: #1b6aea;
    padding: 2vh 4vw;
    width: 100%;
  }
  #homepage #content-section #buttons:before {
    content: "- Navigace -";
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    margin: 12px 0 25px;
    text-transform: uppercase;
  }
  #homepage #content-section #buttons a {
    margin-bottom: 4vw;
  }
  #homepage #content-section #buttons .row:last-child a:last-child {
    margin-bottom: 0;
  }
}
#main-section {
  flex-grow: 1;
  padding: 0;
  background: #efefef;
}
.single .content-section,
.page .content-section {
  width: 100%;
  padding-top: 0;
  max-width: inherit;
  margin-bottom: 30px;
}
.single .content-section .post-below-content,
.page .content-section .post-below-content {
  display: none;
}
.single.single .post-content,
.page.single .post-content {
  padding-bottom: 85px !important;
}
.single .post-content,
.page .post-content {
  background: #fff;
  margin: 0;
  padding: 32px 35px 35px !important;
  max-width: 1240px;
  width: 70%;
  flex-basis: 70%;
  flex-grow: 1;
  position: relative;
}
.single .post-content h1,
.page .post-content h1 {
  font-size: 3em;
}
.single .post-content h1,
.page .post-content h1,
.single .post-content h2,
.page .post-content h2,
.single .post-content h3,
.page .post-content h3,
.single .post-content h4,
.page .post-content h4,
.single .post-content h5,
.page .post-content h5,
.single .post-content h6,
.page .post-content h6,
.single .post-content strong,
.page .post-content strong {
  font-weight: 400;
}
.single .post-content:after,
.page .post-content:after {
  content: "";
  clear: both;
  display: block;
}
.single .post-content a:link,
.page .post-content a:link {
  color: #0d92f7;
  display: inline-block;
  transition: transform 0.2s;
}
.single .post-content a:visited,
.page .post-content a:visited {
  color: #1b6aea;
}
.single .post-content a:active,
.page .post-content a:active {
  transform: translateY(1px);
}
.single .inner-post-section.type-post .post-content,
.page .inner-post-section.type-post .post-content {
  margin: 0px auto;
}
.single .inner-post-section,
.page .inner-post-section {
  float: none;
  margin-right: 4vw;
  margin-left: 4vw;
  width: auto;
  padding: 0;
  margin-top: 30px;
  display: flex;
  position: relative;
}
.single .post-meta,
.page .post-meta {
  padding: 0;
}
.single .post-nav,
.page .post-nav {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 80px;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  background: #f8f8f8;
  padding: 0 35px;
}
.single .post-nav .nav-previous,
.page .post-nav .nav-previous,
.single .post-nav .nav-next,
.page .post-nav .nav-next {
  flex-grow: 1;
  padding: 0;
}
.single .post-nav .nav-previous a:before,
.page .post-nav .nav-previous a:before,
.single .post-nav .nav-next a:before,
.page .post-nav .nav-next a:before {
  color: #999;
  text-transform: uppercase;
  font-variant: small-caps;
  display: block;
  font-size: 0.8em;
  margin-bottom: 5px;
}
.single .post-nav .nav-previous .meta-nav,
.page .post-nav .nav-previous .meta-nav,
.single .post-nav .nav-next .meta-nav,
.page .post-nav .nav-next .meta-nav {
  display: none;
}
.single .post-nav .nav-previous a,
.page .post-nav .nav-previous a,
.single .post-nav .nav-next a,
.page .post-nav .nav-next a {
  margin: 0;
  padding: 0;
}
.single .post-nav .nav-previous,
.page .post-nav .nav-previous {
  margin-left: 10px;
  text-align: right;
}
.single .post-nav .nav-previous a:before,
.page .post-nav .nav-previous a:before {
  content: "předchozí";
}
.single .post-nav .nav-next,
.page .post-nav .nav-next {
  margin-right: 10px;
  text-align: left;
}
.single .post-nav .nav-next a:before,
.page .post-nav .nav-next a:before {
  content: "další";
}
.single .toc,
.page .toc {
  padding-left: 35px;
  width: 30%;
  align-self: flex-start;
}
.single .toc .toc_widget,
.page .toc .toc_widget {
  padding: 35px 0;
  background: #efefef;
  z-index: 1;
}
.single .toc ul,
.page .toc ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.single .toc a,
.page .toc a,
.single .toc a:visited,
.page .toc a:visited {
  position: relative;
  color: #0d92f7;
  display: block;
  padding: 10px 0;
  transition: transform 0.2s;
  line-height: 1.3em;
}
.single .toc a:active,
.page .toc a:active {
  color: #1b6aea;
}
.single .toc a:active,
.page .toc a:active {
  transform: translateY(1px);
}
.single .toc li.active a:before,
.page .toc li.active a:before {
  position: absolute;
  content: "";
  border: 15px solid transparent;
  border-top-width: 12px;
  border-bottom-width: 12px;
  border-left-color: #fff;
  top: 0.5em;
  left: -35px;
}
.single .toc .toc_widget.stick,
.page .toc .toc_widget.stick {
  position: fixed;
  top: 0;
}
.single .toc .toc_widget.foot,
.page .toc .toc_widget.foot {
  position: absolute;
  bottom: 0;
}
@media (max-width: 910px) {
  .single .toc,
  .page .toc {
    display: none;
  }
  .single .content-section,
  .page .content-section {
    margin-bottom: 0;
  }
  .single .inner-post-section,
  .page .inner-post-section {
    margin: 0;
    padding: 0 !important;
  }
}
@media (max-width: 400px) {
  .single .post-content,
  .page .post-content {
    padding: 20px 1.2em 25px !important;
  }
  .single .post-nav,
  .page .post-nav {
    padding: 0 1.2em;
  }
}
.single .sidebar-right-section,
.page .sidebar-right-section {
  display: none;
}
