:root {
  --primarybtn-backcolor: #36b143;
  /*--primarybtn-backcolor: #0D870D;*/
  --primatybtn-hoverbackcolor: #34cc11;
}

.google-one-tap-embed {
  position: absolute;
  bottom: -50px;
  right: 115px;
}

@media (max-width: 1200px) {
  .google-one-tap-embed {
    display: none !important;
  }
}

.archive,
.single {
  margin: 0 !important;
}

.separator--line {
  background-color: #345fc6;
  width: 90px;
  height: 2px;
  margin: 0 auto 40px;
}

#publuu-viewer-popup,
#publuu-bookshelf-popup {
  visibility: hidden;
  z-index: 99999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(40, 50, 63, 0.9);
  opacity: 0;
  transition: all 500ms ease-in-out;
}

#publuu-viewer-popup .publuu-popup__inner,
#publuu-bookshelf-popup .publuu-popup__inner {
  border: 4px solid #fff;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 5px;
  width: 80%;
  max-width: 1530px;
  height: 90%;
  max-height: 850px;
  padding: 0px;
  box-shadow: 0px 18px 43px 0px rgba(40, 50, 63, 0.85);

}

#publuu-bookshelf-popup .publuu-popup__inner {
  height: auto;
  width: 60%;
  padding: 30px 50px 70px;
}

#publuu-viewer-popup .publuu-popup__inner a[href^="#close"],
#publuu-bookshelf-popup .publuu-popup__inner a[href^="#close"] {
  position: absolute;
  top: -10px;
  right: -10px;
  text-decoration: none;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: white;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .05s background ease-in-out;
  z-index: 3;
}

#publuu-bookshelf-popup .publuu-popup__inner a[href^="#close"] {
  top: -40px;
  right: -5px;
  background: none;
  border: 2px solid #fff;
}

#publuu-viewer-popup .publuu-popup__inner a[href^="#close"]:hover,
#publuu-bookshelf-popup .publuu-popup__inner a[href^="#close"]:hover {
  background: rgb(209, 209, 209);
}

#publuu-bookshelf-popup .publuu-popup__inner a[href^="#close"]:hover svg path {
  fill: #273e5d;
}

#publuu-viewer-popup .publuu-popup__inner iframe,
#publuu-bookshelf-popup .publuu-popup__inner iframe {
  background: transparent;
  position: absolute;
  z-index: 2;
}

#publuu-bookshelf-popup .publuu-popup__inner iframe {
  width: 100%;
  height: 100%;
  z-index: 2;
}

#publuu-bookshelf-popup .publuu-popup__iframe-loader {
  z-index: 1;
  display: none;
}

#publuu-bookshelf-popup .publuu-popup__iframe-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

#publuu-bookshelf-popup .publuu-popup__inner.iframe-active {
  width: 80%;
  max-width: 1530px;
  height: 90%;
  max-height: 850px;
}

#publuu-bookshelf-popup .publuu-popup__inner.iframe-active .publuu-popup__iframe-loader {
  display: block;
}

#publuu-bookshelf-popup .publuu-popup__inner.iframe-active .publuu-popup__iframe-wrapper {
  z-index: 2;
}

body.no-scroll {
  overflow-y: hidden;
}

#publuu-bookshelf-popup .publuu-popup__title {
  display: block;
  text-align: center;
  font-size: 32px;
  line-height: 40px;
  font-weight: bold;
  color: #273e5d;
}

#publuu-bookshelf-popup .publuu-popup__examples {
  display: flex;
  gap: 40px;
  padding: 0 30px;
  margin: 0;
  width: 100%;
  margin-top: 40px;
}

#publuu-bookshelf-popup .publuu-popup__example {
  /* height: 340px; */
  width: 100%;
}

#publuu-bookshelf-popup .publuu-popup__link {
  height: 100%;
  display: block;
  padding: 0 20px;
  border: 2px solid #eaeaea;
  border-radius: 4px;
  transition: .15s border-color ease;
}

#publuu-bookshelf-popup .publuu-popup__example:hover .publuu-popup__link {
  border-color: #3461c9;
}

#publuu-bookshelf-popup .publuu-popup__link.active {
  border-color: #3461c9;
}

#publuu-bookshelf-popup .publuu-popup__image {
  pointer-events: none;
  width: 100%;
  /* object-fit: cover; */
  height: 100%;
  /* object-position: top; */
}

#publuu-bookshelf-popup .publuu-popup__back {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: absolute;
  top: -50px;
  left: -10px;
  padding: 10px;
}

#publuu-bookshelf-popup .publuu-popup__back span {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: .5px;
}

#publuu-bookshelf-popup .publuu-popup__back svg {
  transform: rotate(180deg);
  transition: .15s transform ease;
}

#publuu-bookshelf-popup .publuu-popup__back:hover svg {
  transform: translate(-2px) rotate(180deg);
}

#publuu-viewer-popup .popup-loader__wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#publuu-viewer-popup .loader__image-container {
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0);
  padding: 8px;
  margin-top: 10px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  z-index: 1;
}

#publuu-viewer-popup .loader__image-container .book {
  width: 32px;
  height: 12px;
  position: relative;
  margin: 32px 0 0 0;
  transform: scale(0.6);
  --color: #fff;
  --duration: 5s;
}

#publuu-viewer-popup .loader__bookname {
  color: #fff;
  font-size: 27px;
  font-weight: 700;
  width: 90%;
  max-width: 400px;
  text-align: center;
  word-break: break-word;
  margin-top: 92px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  letter-spacing: 1px;
  opacity: 0;
  visibility: hidden;
}

#publuu-viewer-popup .loader__image-container .book .inner {
  width: 32px;
  height: 12px;
  position: relative;
  transform-origin: 2px 2px;
  transform: rotateZ(0deg);
}

#publuu-viewer-popup .loader__image-container .book .inner .left,
#publuu-viewer-popup .loader__image-container .book .inner .right {
  width: 60px;
  height: 4px;
  top: 0;
  border-radius: 2px;
  background: var(--color);
  position: absolute;
}

#publuu-viewer-popup .loader__image-container .book .inner .left {
  right: 28px;
  transform-origin: 58px 2px;
  transform: rotateZ(0deg);
  animation: left var(--duration) ease 1;
}

#publuu-viewer-popup .loader__image-container .book .inner .right {
  left: 28px;
  transform-origin: 2px 2px;
  transform: rotateZ(0deg);
  animation: right var(--duration) ease 1;
}

#publuu-viewer-popup .loader__image-container .book .inner .middle {
  width: 32px;
  height: 12px;
  border: 4px solid var(--color);
  border-top: 0;
  border-radius: 0 0 9px 9px;
  transform: translateY(2px);
}

#publuu-viewer-popup .loader__image-container .book ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  left: 50%;
  top: 0;
}

#publuu-viewer-popup .loader__image-container .book ul li {
  height: 3px;
  border-radius: 0px;
  transform-origin: 100% 2px;
  width: 48px;
  right: 0;
  top: -10px;
  position: absolute;
  background: var(--color);
  transform: rotateZ(0deg) translateX(-18px);
  animation-duration: var(--duration);
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  opacity: 1;
}

#publuu-viewer-popup .loader__image-container .book ul li:nth-child(0) {
  animation-name: page-0;
}

#publuu-viewer-popup .loader__image-container .book ul li:nth-child(1) {
  animation-name: page-1;
}

#publuu-viewer-popup .loader__image-container .book ul li:nth-child(2) {
  animation-name: page-2;
}

#publuu-viewer-popup .loader__image-container .book ul li:nth-child(3) {
  animation-name: page-3;
}

#publuu-viewer-popup .loader__image-container .book ul li:nth-child(4) {
  animation-name: page-4;
}

#publuu-viewer-popup .loader__image-container .book ul li:nth-child(5) {
  animation-name: page-5;
}

#publuu-viewer-popup .loader__image-container .book ul li:nth-child(6) {
  animation-name: page-6;
}

#publuu-viewer-popup .loader__image-container .book ul li:nth-child(7) {
  animation-name: page-7;
}

#publuu-viewer-popup .loader__image-container .book ul li:nth-child(8) {
  animation-name: page-8;
}

#publuu-viewer-popup .loader__image-container .book ul li:nth-child(9) {
  animation-name: page-9;
}

#publuu-viewer-popup .loader__image-container .book ul li:nth-child(10) {
  animation-name: page-10;
}

#publuu-viewer-popup .loader__image-container .book ul li:nth-child(11) {
  animation-name: page-11;
}

#publuu-viewer-popup .loader__image-container .book ul li:nth-child(12) {
  animation-name: page-12;
}

#publuu-viewer-popup .loader__image-container .book ul li:nth-child(13) {
  animation-name: page-13;
}

#publuu-viewer-popup .loader__image-container .book ul li:nth-child(14) {
  animation-name: page-14;
}

#publuu-viewer-popup .loader__image-container .book ul li:nth-child(15) {
  animation-name: page-15;
}

#publuu-viewer-popup .loader__image-container .book ul li:nth-child(16) {
  animation-name: page-16;
}

#publuu-viewer-popup .loader__image-container .book ul li:nth-child(17) {
  animation-name: page-17;
}

#publuu-viewer-popup .loader__image-container .book ul li:nth-child(18) {
  animation-name: page-18;
}

@media only screen and (max-width: 1400px) {
  #publuu-bookshelf-popup .publuu-popup__inner {
    width: 70%;
  }
}

@media only screen and (max-width: 1200px) {
  #publuu-bookshelf-popup .publuu-popup__inner {
    width: 80%;
  }

  #publuu-bookshelf-popup .publuu-popup__examples {
    padding: 0;
  }
}

@media only screen and (max-width: 1024px) {
  #publuu-bookshelf-popup .publuu-popup__inner {
    width: 80%;
  }

  #publuu-bookshelf-popup .publuu-popup__link {
    padding: 5px;
  }

  #publuu-bookshelf-popup .publuu-popup__title {
    font-size: 24px;
  }

  #publuu-viewer-popup .loader__bookname {
    font-size: 22px;
  }

  .is_mobile #publuu-viewer-popup .loader__bookname {
    font-size: 27px;
  }

  #publuu-viewer-popup .loader__transparent {
    width: 5em;
    height: 5em;
  }

  .is_mobile #publuu-viewer-popup .loader__transparent {
    width: 6em;
    height: 6em;
  }
}

@media only screen and (max-width: 1024px) {
  #publuu-viewer-popup .loader__image-container .book {
    transform: scale(0.4);
    -moz-transform: scale(0.4);
  }
}

@media only screen and (max-width: 600px) {
  #publuu-bookshelf-popup .publuu-popup__title {
    font-size: 20px;
    line-height: 26px;
  }

  #publuu-bookshelf-popup .publuu-popup__examples {
    padding: 0;
  }
}

@media only screen and (max-width: 480px) {
  #publuu-bookshelf-popup .publuu-popup__examples {
    flex-direction: column;
  }
}

@media only screen and (orientation: landscape) and (max-height: 600px) {
  #publuu-bookshelf-popup .publuu-popup__inner a[href^="#close"] {
    top: -10px;
    right: -10px;
    background: #fff;
  }

  #publuu-bookshelf-popup .publuu-popup__inner a[href^="#close"] svg path {
    fill: #273e5d;
  }
}

@keyframes page-0 {

  0%,
  3.99% {
    opacity: 0;
  }

  4% {
    opacity: 1;
    transform: rotateZ(0deg) translateX(-18px);
  }

  15%,
  100% {
    transform: rotateZ(180deg) translateX(-18px);
  }
}

@keyframes page-1 {

  0%,
  6.99% {
    opacity: 0;
  }

  7% {
    opacity: 1;
    transform: rotateZ(0deg) translateX(-18px);
  }

  18%,
  100% {
    transform: rotateZ(180deg) translateX(-18px);
  }
}

@keyframes page-2 {

  0%,
  9.99% {
    opacity: 0;
  }

  10% {
    opacity: 1;
    transform: rotateZ(0deg) translateX(-18px);
  }

  21%,
  100% {
    transform: rotateZ(180deg) translateX(-18px);
  }
}

@keyframes page-3 {

  0%,
  12.99% {
    opacity: 0;
  }

  13% {
    opacity: 1;
    transform: rotateZ(0deg) translateX(-18px);
  }

  24%,
  100% {
    transform: rotateZ(180deg) translateX(-18px);
  }
}

@keyframes page-4 {

  0%,
  15.99% {
    opacity: 0;
  }

  16% {
    opacity: 1;
    transform: rotateZ(0deg) translateX(-18px);
  }

  27%,
  100% {
    transform: rotateZ(180deg) translateX(-18px);
  }
}

@keyframes page-5 {

  0%,
  18.99% {
    opacity: 0;
  }

  19% {
    opacity: 1;
    transform: rotateZ(0deg) translateX(-18px);
  }

  30%,
  100% {
    transform: rotateZ(180deg) translateX(-18px);
  }
}

@keyframes page-6 {

  0%,
  21.99% {
    opacity: 0;
  }

  22% {
    opacity: 1;
    transform: rotateZ(0deg) translateX(-18px);
  }

  33%,
  100% {
    transform: rotateZ(180deg) translateX(-18px);
  }
}

@keyframes page-7 {

  0%,
  24.99% {
    opacity: 0;
  }

  25% {
    opacity: 1;
    transform: rotateZ(0deg) translateX(-18px);
  }

  36%,
  100% {
    transform: rotateZ(180deg) translateX(-18px);
  }
}

@keyframes page-8 {

  0%,
  27.99% {
    opacity: 0;
  }

  28% {
    opacity: 1;
    transform: rotateZ(0deg) translateX(-18px);
  }

  39%,
  100% {
    transform: rotateZ(180deg) translateX(-18px);
  }
}

@keyframes page-9 {

  0%,
  30.99% {
    opacity: 0;
  }

  31% {
    opacity: 1;
    transform: rotateZ(0deg) translateX(-18px);
  }

  42%,
  100% {
    transform: rotateZ(180deg) translateX(-18px);
  }
}

@keyframes page-10 {

  0%,
  33.99% {
    opacity: 0;
  }

  34% {
    opacity: 1;
    transform: rotateZ(0deg) translateX(-18px);
  }

  45%,
  100% {
    transform: rotateZ(180deg) translateX(-18px);
  }
}

@keyframes page-11 {

  0%,
  36.99% {
    opacity: 0;
  }

  37% {
    opacity: 1;
    transform: rotateZ(0deg) translateX(-18px);
  }

  48%,
  100% {
    transform: rotateZ(180deg) translateX(-18px);
  }
}

@keyframes page-12 {

  0%,
  39.99% {
    opacity: 0;
  }

  40% {
    opacity: 1;
    transform: rotateZ(0deg) translateX(-18px);
  }

  51%,
  100% {
    transform: rotateZ(180deg) translateX(-18px);
  }
}

@keyframes page-13 {

  0%,
  42.99% {
    opacity: 0;
  }

  43% {
    opacity: 1;
    transform: rotateZ(0deg) translateX(-18px);
  }

  54%,
  100% {
    transform: rotateZ(180deg) translateX(-18px);
  }
}

@keyframes page-14 {

  0%,
  45.99% {
    opacity: 0;
  }

  46% {
    opacity: 1;
    transform: rotateZ(0deg) translateX(-18px);
  }

  57%,
  100% {
    transform: rotateZ(180deg) translateX(-18px);
  }
}

@keyframes page-15 {

  0%,
  48.99% {
    opacity: 0;
  }

  49% {
    opacity: 1;
    transform: rotateZ(0deg) translateX(-18px);
  }

  60%,
  100% {
    transform: rotateZ(180deg) translateX(-18px);
  }
}

@keyframes page-16 {

  0%,
  52.99% {
    opacity: 0;
  }

  52% {
    opacity: 1;
    transform: rotateZ(0deg) translateX(-18px);
  }

  63%,
  100% {
    transform: rotateZ(180deg) translateX(-18px);
  }
}

@keyframes page-17 {

  0%,
  54.99% {
    opacity: 0;
  }

  55% {
    opacity: 1;
    transform: rotateZ(0deg) translateX(-18px);
  }

  66%,
  100% {
    transform: rotateZ(180deg) translateX(-18px);
  }
}

@keyframes page-18 {

  0%,
  57.99% {
    opacity: 0;
  }

  58% {
    opacity: 1;
    transform: rotateZ(0deg) translateX(-18px);
  }

  69%,
  100% {
    transform: rotateZ(180deg) translateX(-18px);
  }
}

@keyframes left {
  0% {
    transform: rotateZ(90deg);
  }

  10%,
  40% {
    transform: rotateZ(0deg);
  }

  /*  46%, 54% {
    transform: rotateZ(90deg);
  }
  60%, 90% {
    transform: rotateZ(0deg);
  }
  96% {
    transform: rotateZ(90deg);
  }*/
}

@keyframes right {
  0% {
    transform: rotateZ(-90deg);
  }

  10%,
  40% {
    transform: rotateZ(0deg);
  }

  /*  46%, 54% {
    transform: rotateZ(-90deg);
  }
  60%, 90% {
    transform: rotateZ(0deg);
  }
  96% {
    transform: rotateZ(-90deg);
  }*/
}

@keyframes book {
  4% {
    transform: rotateZ(-90deg);
  }

  10%,
  40% {
    transform: rotateZ(0deg);
    transform-origin: 2px 2px;
  }

  40.01%,
  59.99% {
    transform-origin: 30px 2px;
  }

  46%,
  54% {
    transform: rotateZ(90deg);
  }

  60%,
  90% {
    transform: rotateZ(0deg);
    transform-origin: 2px 2px;
  }

  96% {
    transform: rotateZ(-90deg);
  }
}

#publuu {
  font-size: 20px;
  font-weight: 400;
}

#publuu .hr {
  height: 20px;
  display: block;
}

#publuu .aligncenter {
  display: block;
  margin: auto;
}

#publuu .text h1 {
  color: #273e5d;
}

#publuu .blue {
  color: #3461c9;
}

#publuu .white {
  color: #FFF;
}

#publuu .light {
  color: #808f9d;
}

#publuu .mediumcolor {
  color: #444e5a;
}

#publuu .dark {
  /*color: #273e5d;*/
  color: #101926;
}

#publuu .content p.post_date {
  font-weight: 400;
}

.archive .main,
.single .main {
  padding: 0;
}


#banner {
  padding: 117px 0 60px;
  background: url(../webp/banner.png.webp) center;
  background-size: cover;
}


@media screen and (max-width: 768px) {
  #banner {
    padding: 117px 0 60px;
    background: url('../webp/banner768.webp') center;
    background-size: cover;
  }
}


#empty-banner {
  display: none;
  height: 81px;
  background-color: #3461c9;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
}

html[data-scroll='0'] #empty-banner {
  display: block;
}

#publuu .h1 {
  font-size: 40px;
  margin: 20px 0 0;
}

#publuu .h2 {
  font-size: calc(1.5rem + ((1vw - 3.2px) * 0.375));
  margin: 20px 0 0;
}

#publuu .h3 {
  font-size: 24px;
  margin: 20px 0 0;
}

#publuu .description p {
  margin: 30px 0 0;
  font-size: 18px;
  color: inherit;
}

#publuu .content {
  /*padding-top: 5px;*/
}

#publuu .content p {
  margin: 15px 0 0;
  font-size: 17px;
  line-height: 28px;
  color: inherit;
  font-weight: inherit;
}

#publuu .box {
  max-width: 1170px;
  margin: auto;
  padding: 0 15px;
}

.archive .header .row,
.archive .header .row,
.single .footer .row:not(.footer-bottom),
.single .footer .row:not(.footer-bottom) {
  max-width: 1270px !important;
  padding: 0 15px;
}

#publuu .taxonomy {
  font-size: 14px;
  margin-top: 20px;
  width: 95%;
  float: left;
}

#publuu .taxonomy :not(:last-child):after {
  content: ',';
}

#publuu .datetime {
  font-size: 14px;
  margin-top: 20px;
  width: 5%;
  float: right;
  text-align: right;
  display: none;
}

#publuu .edit {
  margin: 0 20px;
  /*min-height: 440px;*/
  position: relative;
  height: 285px;
  text-overflow: ellipsis;
  overflow: hidden;
  float: left;
  /*white-space: nowrap;*/


}


#publuu .content.more {
  position: absolute;
  bottom: 0px;
  display: none;
}

#publuu .content.more p {
  margin: 0px;
  margin-bottom: 10px;
}

#publuu .d-flex {
  display: flex;
}

#publuu .align-items-center {
  align-items: center;
}

#search {
  border-radius: 60px;
  background: #FFF;
  padding: 0 17px;
  margin-top: 40px;
  height: 60px;
  overflow: hidden;
}

#search .btn:focus {
  outline: none;
}

#search svg {
  width: 23px;
  cursor: pointer;
  fill: #808f9d;
}

#search .form-control {
  padding: 0 0 0 15px;
  font-size: calc(0.875rem + ((1vw - 3.2px) * 0.25));
  width: 100%;
  border: 0;
  color: #808f9d;
  font-size: 18px;
  line-height: 24px;
  height: 60px;
}

#search ::placeholder {
  color: #808f9d;
}

#search .form-control:focus {
  outline: none;
}

#publuu .row {
  display: flex;
  flex-wrap: wrap;
}

#publuu .col-lg-4,
#publuu .col-md-6,
#publuu .col-md-4 {
  width: 100%;
  padding: 0 20px;
}


#publuu .categories-title {
  text-align: left;
  padding-left: 2rem;
}

@media only screen and (max-width: 480px) {
  #publuu .categories-title {
  text-align: center;
  padding-left: 0rem;
}
}


#publuu .col-lg-8 {
  width: 100%;
  padding: 0 0px;
}

#publuu .font-weight-bold {
  font-weight: 700;
}


#publuu .edit .title {
  float: left;
}


#publuu .text-right {
  text-align: right;
}

#publuu .text-uppercase {
  text-transform: uppercase;
}

#main {
  background: #FFF;
  padding: 20px 0 60px;
}

#publuu .post {
  margin-top: 40px;
  background: #fafafa;
  border-radius: 20px;
  max-height: 640px;
  float: left;
  overflow: hidden;
  /*white-space: nowrap;*/
}

#publuu .img-fluid {
  width: 100%;
  height: auto;
}

#publuu .rounded {
  border-radius: 15px;
}

#publuu .w-100 {
  width: 100%;
}

#publuu .excerpt {
  font-size: 14px;
  font-weight: 700;
  margin-top: 20px;
  line-height: 18px;
}

#publuu .excerptpost {
  float: left;
  height: 100%;
  position: relative;
  /*display: table-row;*/
}

#publuu .excerptpost p {
  letter-spacing: 0;
  line-height: 24px;
}

#publuu .text p {
  margin: 20px 0 0;
  font-size: 20px;
  /*line-height: 30px;*/
  color: inherit;
  font-weight: 400;
  text-align: justify;

  letter-spacing: 0.05px;
}
/*Dla pewnosci chce zmienic kolor tylko dla blogow*/
body.post-template-default #publuu .text p{
  color: #012b3a;
  line-height: 33px;
  text-align: left;
}

#publuu ul {
  font-weight: 400;
  list-style-type: circle;
  letter-spacing: 0.05px;
  text-align: left;
}
/*Dla pewnosci chce zmienic kolor tylko dla blogow*/
body.post-template-default #publuu ul {
  line-height: 33px;
  text-align: left;
}


#publuu ul.category {
  font-weight: 400;
  list-style-type: none;
}


#publuu ul li {
  padding: 5px;
}

#publuu .text ul li p{
  margin: 0px;
}


#publuu ol {

  letter-spacing: 0.05px;
  text-align: justify;
}





#publuu .image {
  margin: 20px 0 0 20px;
}

#publuu .image img {
  width: 125px;
  height: 45px;
  object-fit: cover;
}


#publuu .category {
  list-style: none;
  margin: 10px 0 0;
}

#publuu .category li {
  margin-top: 10px;
  line-height: 18px;
}

#publuu ul.category li {
  margin-top: 0px;
}

#publuu .category a {
  font-size: 14px;
  /*background: url(images/category.svg) no-repeat right;*/
  /*background-size: 10px auto;*/
  padding-right: 20px;
  padding-right: 0px;
  transition: .1s color ease;
}

#publuu .category a:hover {
  color: #000;
}

#publuu .permalink {
  background: url(../svg/permalink.svg) no-repeat right;
  background-size: 10px auto;
  padding-right: 20px;
  font-weight: 700;
}

#publuu .return {
  background: url(../svg/return.svg) no-repeat left;
  background-size: 10px auto;
  padding-left: 20px;
  font-weight: 700;
}

#paginate_links {
  margin-top: 60px;
  color: #808f9d;
  font-size: calc(0.875rem + ((1vw - 3.2px) * 0.125));
  justify-content: space-between;
  display: flex;
}

#paginate_links span,
#paginate_links a {
  margin-left: 20px;
}

#paginate_links a {
  transition: .15s;
  color: #808f9d;
}

#paginate_links a:hover {
  color: #3461c9;
}

#paginate_links .current {
  color: #3461c9;
  font-weight: 700;
}

#outer {
  /*background: url(https://publuu.com/wp-content/themes/setupo-new/images/cta_full.webp) center;*/
  background-size: cover;
  padding: 40px 0 60px;
}
/*@media only screen and (max-width: 480px) {
  #outer {
    background: url(https://publuu.com/wp-content/themes/setupo-new/images/cta_480.webp) center;
    background-size: cover;
    padding: 40px 0 60px;
  }
}
@media only screen and (max-width: 960px) {
  #outer {
    background: url(https://publuu.com/wp-content/themes/setupo-new/images/cta_960.webp) center;
    background-size: cover;
    padding: 40px 0 60px;
  }
}*/

#inner div {
  overflow: hidden;
}

#inner a {
  /*float: left;*/
  background: #FFF;
  border-radius: 30px;
  text-transform: uppercase;
  color: #3461c9;
  font-weight: 700;
  font-size: 16px;
  padding: 15px 35px;
  margin-top: 20px;
  display: block;
}

#publuu h2 {
  font-size: 33px !important;
  letter-spacing: 0px;
  line-height: 50px;
}

#publuu h3 {
  font-size: 26px !important;
  line-height: 29px;
  min-height: 29px;
}

@media screen and (max-width: 991px) {
  #publuu ul.category {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    gap: 5px;
  }

  #publuu ul.category li {
    width: calc(33% - 5px);
  }
}


@media screen and (max-width: 768px) {
  #publuu .edit {
    margin: 0 20px;
    min-height: unset;
    position: initial;
    background: #fefefe;
  }


  #publuu .box {
    max-width: 1170px;
    margin: auto;
    padding: 0 25px;
  }

  .category #publuu .box,
  .category-knowledge-base #publuu .box {
    padding: 0 10px;
  }

  .category #publuu .col-md-6,
  .category-knowledge-base #publuu .col-md-6 {
    padding: 0 10px;
  }

  #publuu ul {
    padding-left: 1rem;
  }

  #publuu ul.category {
    padding-left: 0;
    gap: 0 10px;
  }

  #publuu ul.category li {
    width: calc(50% - 10px);
  }
}



@media (min-width: 992px) {
  #publuu .col-lg-8 {
    width: 65%;
  }

  #publuu .col-lg-4 {
    width: 35%;
    padding-left: 120px;
  }

  #publuu .col-md-6 {
    width: 50%;
  }

  #publuu .col-md-4 {
    width: calc(100% / 3);
  }

  #inner {
    justify-content: space-between;
    display: flex;
    align-items: center;
  }

  #inner>div {
    width: 50%;
  }

  #inner a {
    float: right;
  }

  /* #publuu .row {
    margin: 0 -20px;
  } */

  #publuu .category li.cat_14.dark {
    background-image: url('../svg/info440b.svg?x=4');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right 110px top 1px;
    margin-top: 25px;
  }

  #publuu .category li.cat_14.light {
    background-image: url('../svg/info_gray440b.svg?x=4');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right 110px top 1px;
    margin-top: 25px;
  }


}


div.lwptoc-light div.lwptoc_i {
  background: transparent;
}

h1.post_h1_auto {
  font-weight: 700;
  font-size: 50px;
  /*padding: 35px 35px;*/
/*  background: url(https://d3vpszern3jgjo.cloudfront.net/wp-content/themes/setupo-new/images/banner.png.webp) center;
  background-size: cover;
  color: #ffffff !important;*/
  
  color: #273e5d;
  
}


@media screen and (max-width: 768px) {
  h1.post_h1_auto {
    font-weight: 900;
    color: #273e5d !important;
    font-size: 38px;
    line-height: 40px;
    padding: 0px 0px;
    text-align: left;
    background: transparent;
    background-size: cover;
  }

  h2 {

    font-size: 38px;
    line-height: 40px;

  }


}

div.text.dark>p:nth-of-type(1) img {
  display: none;
}

div.text.dark>p:nth-of-type(2) img {
  display: none;
}

div.help-guides div.text.dark>p:nth-of-type(1) img {
  display: block;
}

div.help-guides div.text.dark>p:nth-of-type(2) img {
  display: block;
}

div.author-info {

  background-color: #f1f3f6;
  padding: 20px;
  border-radius: 5px;
  height: 120px;
  line-height: normal;

}

div.author-info#author-info>div.name>p {
  font-size: 14px;
  margin: 0px;
  padding: 0px;
  color: #808f9d;
  line-height: normal;
  padding-top: 5px;

}


div.author-info#author-info>div.name>p>a {
  color: #666;
}

div.author-info#author-info>div.info>p {
  color: #666;
  font-size: 14px;
  padding: 0px;
  margin: 0px;
  line-height: 115%;
  letter-spacing: 0.5px;
  padding-top: 5px;
  margin-right: 10px;
  text-align: left;

}

/**/

/* CTA BOTTOM */

.cta--bottom {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 0;
  box-shadow: 0 -3px 8px rgba(64,87,109,.07);
  background-color: #fff;
  transition: .3s transform ease;
  transform: translateY(100%);
}

.cta--bottom.active {
  transform: translateY(0);
}

.cta--bottom__link {
  background-color: #36b143;
  border-radius: 25px;
  padding: 6px 16px;
  cursor: pointer;
  margin: 0;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  transition: .15s background ease;
}

.cta--bottom__link:is(:hover, :focus) {
  color: #fff;
  background-color: #33cc11;
}

div.header__langs__toggle__flag svg.header__langs__item__flag{
  width: 23px !important;
    height: 23px !important;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

ul.header__langs__list svg.header__langs__item__flag{
    width: 24px !important;
    height: 24px !important;
    border: 2px solid #ebeef6;
    border-radius: 50%;
    object-fit: cover;
}

/* CTA BOTTOM END */