/*
Theme Name: Senati
Theme URI: http://www.senati.edu.pe/
Author: LA NARANJA MEDIA
Author URI: https://lanaranjamedia.com/
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
@import url("assets/style.css?=03030303030303030303030303");
:root {
  --color-senati: #0B39E4;
  --plyr-color-main: #0B39E4;
}

.color-senati {
  color: var(--color-senati) !important;
}

.color-black {
  color: var(--color-heading) !important;
}

.axil-header .logo a img {
  height: 110px !important;
  max-height: 110px !important;
}

.axil-header.header-style-3 .header-top .social-share-transparent li a {
  color: var(--color-senati) !important;
}

.content-block.image-rounded .post-thumbnail img {
  min-height: 190px;
  -o-object-fit: cover;
     object-fit: cover;
}

.list-categories .single-cat .thumbnail img {
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
}

.overlay--c {
  position: absolute !important;
  inset: 0;
}

.content-block .post-thumbnail a {
  position: relative;
}

.content-block.post-grid .post-thumbnail a img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 600px;
}
@media (max-width: 768px) {
  .content-block.post-grid .post-thumbnail a img {
    min-height: 307px;
  }
}

.mainmenu-nav ul.mainmenu > li.megamenu-wrapper .megamenu-sub-menu .megamenu-item .axil-vertical-nav-content {
  width: 100% !important;
}

.read-count {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 11px;
  color: #0B39E4;
  display: block;
  margin: 10px 0 10px 10px;
}

.axil-author-banner .about-author .thumbnail a img {
  border-radius: 20px !important;
  width: 285px;
  height: 190px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  margin-bottom: 0 !important;
}

.pagination {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 5rem;
}

.pagination ul.page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  gap: 10px;
}

.pagination ul.page-numbers a.page-numbers,
.pagination ul.page-numbers span.page-numbers {
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #E7E7E7;
  font-weight: 400;
  font-size: 14px;
  line-height: 13px;
  border-radius: 50%;
}

.pagination ul.page-numbers a.page-numbers.current,
.pagination ul.page-numbers span.page-numbers.current {
  background: var(--color-senati);
  color: white;
}

.content-block.post-list-view .post-thumbnail a img {
  height: 250px !important;
}

.content-block.post-list-view .post-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.axil-single-widget.widget_categories ul li.cat-item .inner {
  text-align: center;
  height: 70px;
  border: 1px solid var(--color-senati);
  padding: 0 10px !important;
}

.axil-single-widget.widget_categories ul li.cat-item .inner h5 {
  font-size: 16px !important;
  line-height: 15px !important;
  color: #000000 !important;
}

.image--sidebar {
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}

.tags-ce {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 14px;
  line-height: 11px;
  color: var(--color-senati);
}

.tags-ce.white {
  color: white;
  margin-top: 2rem;
}

.wrapper-tag {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.wrapper-tag a {
  border: 1px solid #C4C4C4;
  border-radius: 10px;
  height: 33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: capitalize;
  color: #878787;
}

.wrapper-tag.white {
  max-width: 80%;
}

.wrapper-tag.white a {
  border-color: white;
  color: #fff;
}

@media (max-width: 768px) {
  .tags-ce,
.wrapper-tag {
    display: none;
  }
}
.title-shared {
  font-weight: 400;
  font-size: 14px;
  line-height: 13px;
}

.content-block .post-meta .hover-flip-item span::before {
  color: var(--color-senati);
}

.banner-single-post.post-formate .content-block .post-thumbnail img {
  height: 720px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.banner-single-post.post-formate.post-standard .content-block {
  border-radius: 0 0 10px 10px;
  overflow: hidden;
}

.banner-single-post.post-formate.post-standard .post-content {
  z-index: 2;
}

.text-white::after,
.text-white::before {
  color: white !important;
}

.text-senati-block::after,
.text-senati-block::before {
  color: var(--color-senati) !important;
}

.shared--li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.shared--li h5 {
  font-weight: 400;
  font-size: 12px;
  line-height: 11px;
  margin: 0;
  color: white;
}

.shared--li ul {
  padding: 0 !important;
}

.cat-item.tag .inner {
  background: #FBFBFD !important;
  border-color: #FBFBFD !important;
  gap: 15px !important;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
  padding-left: 20px !important;
}

.cat-item.tag .inner .ico-tag {
  background: #0B39E4;
  height: 40px;
  width: 40px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
}

.interest {
  background: #F0F2F5;
  padding: 48px 0;
}

.interest h1 {
  font-weight: 600;
  font-size: 30px;
  line-height: 33px;
  color: var(--color-senati);
}

.my_switcher {
  top: 50% !important;
  -webkit-transform: translateY(-275%) !important;
          transform: translateY(-275%) !important;
  right: 0.15rem !important;
}
@media (max-width: 768px) {
  .my_switcher {
    -webkit-transform: translateY(-50%) rotate(90deg) scale(0.9) !important;
            transform: translateY(-50%) rotate(90deg) scale(0.9) !important;
    right: -17px !important;
    top: 40% !important;
  }
}

.my_switcher li {
  background: #000;
}

.my_switcher ul li:first-child {
  border-right-width: 1px;
  border-radius: 100px 0 0 100px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 3px;
  padding-right: 5px;
}

.my_switcher ul li:last-child {
  border-left-width: 1px;
  border-radius: 0 100px 100px 0;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 3px;
  padding-left: 5px;
}

.my_switcher ul li a {
  width: 30px !important;
  height: 30px !important;
  padding: 0 !important;
  border-radius: 50% !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  border: #000 !important;
  background: #000 !important;
}

.my_switcher ul li a.active {
  color: #ffffff;
  background: white !important;
}

.suscribe--fixed {
  background: #0B39E4;
  border: 1px solid #0B39E4;
  border-radius: 15px 0px 0px 15px;
  position: fixed;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-70%);
          transform: translateY(-70%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
  padding: 18px 0;
  width: 80px;
  cursor: pointer;
  z-index: 333;
}
@media (max-width: 768px) {
  .suscribe--fixed {
    -webkit-transform: translateY(20%) rotate(90deg) scale(0.9) !important;
            transform: translateY(20%) rotate(90deg) scale(0.9) !important;
    right: -36px !important;
    top: 50% !important;
    border-radius: 15px !important;
    padding: 14px 13px !important;
    width: auto !important;
    gap: 0 !important;
  }
  .suscribe--fixed img {
    display: none !important;
  }
  .suscribe--fixed .txt h6 {
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 13px !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    width: 100% !important;
  }
}

.suscribe--fixed img {
  width: 50px;
}

.suscribe--fixed .txt h6 {
  margin: 0;
  width: 85%;
  text-align: center;
  margin: 0 auto;
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  color: white;
}

@media (max-width: 768px) {
  ul.axil-tab-button {
    -ms-flex-wrap: inherit !important;
        flex-wrap: inherit !important;
    overflow-x: auto !important;
    padding-bottom: 10px !important;
  }

  ul.axil-tab-button .nav-item a.nav-link {
    width: 175px !important;
    text-align: center !important;
    font-size: 13px !important;
  }

  .list-categories .slide-arrow {
    display: none !important;
  }
}
.modal-suscribe {
  padding-right: 17px;
  display: block;
}
@media (max-width: 768px) {
  .modal-suscribe {
    padding-right: 0;
  }
}

.modal-suscribe .modal-dialog .modal-content {
  border-radius: 15px;
  overflow: hidden;
  border: none;
}

.modal-suscribe .modal-dialog .modal-content .modal-body {
  padding: 0;
  border-radius: 5px;
  overflow: hidden;
}

.modal-suscribe .modal-dialog .modal-content .modal-body .close {
  background: #000000;
  position: absolute;
  color: white;
  width: 35px;
  height: 35px;
  border: none;
  border-radius: 50%;
  right: 10px;
  top: 10px;
}

.modal-suscribe .modal-dialog .modal-content .modal-body img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.modal-suscribe .modal-dialog .modal-content .modal-body .content--form {
  padding: 4rem 2rem 4rem 0;
}

.modal-suscribe .modal-dialog .modal-content .modal-body .content--form h1 {
  font-weight: 600;
  font-size: 24px;
  line-height: 33px;
  text-align: center;
}

.modal-suscribe .modal-dialog .modal-content .modal-body .content--form p {
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  line-height: 18px;
}

.modal-suscribe .modal-dialog .modal-content .modal-body .content--form form input {
  background: #C4C4C4;
  border-radius: 30px;
  border: 1px solid #C4C4C4;
  font-weight: 500;
  font-size: 16px;
  padding: 6px 15px;
  max-width: 290px;
  text-align: center;
  margin: 0 auto 2rem;
  display: block;
}

.modal-suscribe .modal-dialog .modal-content .modal-body .content--form form input.loading {
  opacity: 0.6;
  cursor: wait;
}

.modal-suscribe .modal-dialog .modal-content .modal-body .content--form form input.error {
  border-color: red;
}

.modal-suscribe .modal-dialog .modal-content .modal-body .content--form form label.error {
  display: none !important;
}

.modal-suscribe .modal-dialog .modal-content .modal-body .content--form form .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.modal-suscribe .modal-dialog .modal-content .modal-body .content--form form button {
  background: var(--color-senati);
  border-radius: 40px;
  width: 182px;
  height: 37px;
}

.modal-suscribe .modal-dialog .modal-content .modal-body .content--form form button.loading {
  opacity: 0.6;
  cursor: wait;
}

.alert {
  position: fixed !important;
  padding: 1rem 1rem !important;
  margin-bottom: 1rem !important;
  border: 1px solid transparent !important;
  border-radius: 0.25rem !important;
  bottom: 1rem !important;
  right: 1rem !important;
  z-index: 999999 !important;
  font-weight: 600 !important;
  font-size: 14px !important;
}

.alert-red {
  color: white;
  background-color: #DA4453;
}

.alert-green {
  color: white;
  background-color: #37BC9B;
}

.alert-blue {
  color: white;
  background-color: #4A89DC;
}

.alert-yellow {
  color: white;
  background-color: #F6BB42;
}

.alert-orange {
  color: white;
  background-color: #E9573F;
}

.alert-senati {
  color: white;
  background-color: var(--color-senati);
  right: auto !important;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.active-dark-mode .modal-suscribe .modal-body {
  background: #212121;
}

.content-block.post-medium .post-thumbnail a img {
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px !important;
}

.axil-header.header-style-3 .header-bottom {
  background: var(--color-senati);
}

.axil-header.header-style-3 .header-bottom a.link-sub {
  color: white !important;
}

.axil-header.header-style-3 .header-bottom a.link-sub::after {
  background: white !important;
}

.axil-video-post-area {
  background: #000 !important;
}

.bg-color-black-b {
  background: #0B39E4 !important;
}

.color-white {
  color: white !important;
}

.social--footer ul {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
  width: 70%;
}

.social--footer ul a {
  color: white !important;
  font-size: 24px !important;
}

footer .inner {
  border: none !important;
}
footer .content-left {
  margin-top: 2rem;
}
footer .content-left .img-logo-w {
  width: 172px;
  margin-bottom: 2rem;
}
footer .content-left h1 {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  color: #FFFFFF;
}
footer .content-left p {
  font-weight: 500;
  font-size: 16px;
  line-height: 121%;
  color: #FFFFFF;
	margin-bottom: 20px;
}
footer .content-left .suscribe-footer form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #FFFFFF;
  border-radius: 10px;
  padding: 7px 9px;
}
footer .content-left .suscribe-footer form input {
  font-weight: 500;
  font-size: 15px;
  border: none;
}
footer .content-left .suscribe-footer form input.loading {
  opacity: 0.6;
  cursor: wait;
}
footer .content-left .suscribe-footer form input.error::-webkit-input-placeholder {
  color: red;
}
footer .content-left .suscribe-footer form input.error::-moz-placeholder {
  color: red;
}
footer .content-left .suscribe-footer form input.error:-ms-input-placeholder {
  color: red;
}
footer .content-left .suscribe-footer form input.error::-ms-input-placeholder {
  color: red;
}
footer .content-left .suscribe-footer form input.error::placeholder {
  color: red;
}
footer .content-left .suscribe-footer form label.error {
  display: none !important;
}
footer .content-left .suscribe-footer form button {
  background: #0B39E4;
  border-radius: 15px;
  height: 56px;
  font-weight: 500;
  font-size: 13px;
  padding: 0 16px;
  width: 140px;
}
footer .content-left .suscribe-footer form button.loading {
  opacity: 0.6;
  cursor: wait;
}
footer .copyright-area {
  margin-top: 4rem;
}
footer .copyright-area .container {
  border-top: 1px solid #C4C4C4;
  padding-top: 2rem;
}
@media (max-width: 768px) {
  footer .copyright-area .container {
    width: 95%;
    text-align: center;
  }
  footer .copyright-area .container .row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 15px;
    text-align: center;
  }
  footer .copyright-area .container .copyright-left {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer .copyright-area .container .copyright-right {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    text-align: center !important;
    margin-top: 0 !important;
  }
  footer .copyright-area .container .copyright-right ul {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}
footer .info {
  padding-left: 30px;
  border-left: 1px solid #C4C4C4;
}
@media (max-width: 768px) {
  footer .info {
    padding: 0;
    border-left: none;
    border-top: 1px solid #C4C4C4;
    margin-top: 3rem;
    padding-top: 4rem;
  }
}

.list-ce {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.list-ce li {
  /*height: 50px;*/
}
.list-ce li a {
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
}
.list-ce li span {
  line-height: 20px;
  margin-top: -3px;
}

.post-content .post-cat .post-cat-list a {
  color: var(--color-senati) !important;
}

ul.axil-tab-button .nav-item a.nav-link {
  border-color: var(--color-senati) !important;
  color: black !important;
}

ul.axil-tab-button .nav-item a.nav-link.active {
  background: var(--color-senati) !important;
  color: white !important;
}

@media (min-width: 768px) {
  .axil-video-post-area .firstcol .content-block .post-thumbnail img {
    height: 500px;
  }
}
@media (max-width: 768px) {
  .axil-header.header-style-3 .header-search .header-search-form {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 !important;
            flex: 1 !important;
  }

  .axil-search.form-group {
    width: 100%;
  }

  .first-ce-ce.content-block.post-grid .post-thumbnail a img {
    height: 330px !important;
  }

  .axil-header .header-search .header-search-form .axil-search.form-group input {
    width: 100% !important;
    min-width: 100% !important;
  }

  .axil-author-area .media {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    gap: 20px !important;
    text-align: center !important;
  }
  .axil-author-area .media .media-body .content {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    gap: 10px !important;
    margin-top: 2rem !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .axil-author-area .media .media-body .content h5 {
    margin-top: 0 !important;
  }
  .axil-author-area .media .media-body .content ul {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .axil-post-list-area .post-thumbnail {
    margin-bottom: 1rem !important;
  }
  .axil-post-list-area .post-thumbnail img {
    border-radius: 10px !important;
  }
  .axil-post-list-area .post-content {
    border-radius: 10px !important;
  }

  .banner-single-post.post-formate .content-block .post-thumbnail img {
    height: 287px;
  }

  .shared--li {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .shared--li ul {
    margin: 0 !important;
  }

  .post-gallery-activation.arrow-between-side .slide-arrow.prev-arrow {
    opacity: 1 !important;
    left: 10px !important;
  }

  .post-gallery-activation.arrow-between-side .slide-arrow.next-arrow {
    opacity: 1 !important;
    right: 10px !important;
  }

  .wp-block-image {
    margin-left: -15px !important;
    width: 110%;
  }

  .axil-section-gap {
    padding-bottom: 0 !important;
  }
}
.popup-mobilemenu-area .inner {
  background: var(--color-senati) !important;
}
.popup-mobilemenu-area .inner .mobile-close .icon {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: white;
  border-radius: 50%;
  color: var(--color-senati);
}
.popup-mobilemenu-area .inner .mobile-close .icon i {
  color: var(--color-senati) !important;
}
.popup-mobilemenu-area .inner * {
  color: white !important;
}

@media (max-width: 768px) {
  .col-sidebar {
    background: #F0F2F5;
    padding-top: 5rem;
  }
}

.suscribe--sidebar {
  background: #FBFBFD;
  border-radius: 15px;
  padding: 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 300px;
}
.suscribe--sidebar .content--form h1 {
  font-weight: 600;
  font-size: 24px;
  line-height: 22px;
  text-align: center;
}
.suscribe--sidebar .content--form p {
  font-weight: 500;
  font-size: 16px;
  text-align: center;
}
.suscribe--sidebar .content--form form input {
  background: #FFFFFF;
  border-radius: 30px;
  height: 40px;
  border: 1px solid white;
  text-align: center;
  margin-bottom: 2rem;
  color: #65676B;
  font-size: 14px;
}
.suscribe--sidebar .content--form form input.loading {
  opacity: 0.6;
  cursor: wait;
}
.suscribe--sidebar .content--form form input.error {
  border-color: red;
}
.suscribe--sidebar .content--form form input.error::-webkit-input-placeholder {
  color: red;
}
.suscribe--sidebar .content--form form input.error::-moz-placeholder {
  color: red;
}
.suscribe--sidebar .content--form form input.error:-ms-input-placeholder {
  color: red;
}
.suscribe--sidebar .content--form form input.error::-ms-input-placeholder {
  color: red;
}
.suscribe--sidebar .content--form form input.error::placeholder {
  color: red;
}
.suscribe--sidebar .content--form form label.error {
  display: none !important;
}
.suscribe--sidebar .content--form form button {
  background: #0B39E4;
  border-radius: 40px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 140px;
  margin: 0 auto;
  font-size: 16px;
}

.banner-single-post.post-formate.post-standard .post-content .post-author-name .hover-flip-item-wrapper span::before,
.banner-single-post.post-formate.post-standard .post-content .post-author-name .hover-flip-item-wrapper span::after,
.single-post .post-cat .hover-flip-item span:before,
.single-post .post-cat .hover-flip-item span:after {
  color: white !important;
}

.embed--home {
  max-width: 70%;
  margin: 0 auto;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .embed--home {
    max-width: 100%;
  }
}

.content-block.post-grid.post-grid-transparent {
  height: 100%;
}
.content-block.post-grid.post-grid-transparent .post-thumbnail {
  height: 100%;
}
.content-block.post-grid.post-grid-transparent .post-thumbnail a {
  height: 100%;
}
.content-block.post-grid.post-grid-transparent .post-thumbnail a img {
  height: 100%;
}

.wrapper-tag a {
  line-height: 10px;
}

@media (min-width: 1200px) {
  .hover-flip-item span:after,
.hover-flip-item span:before {
    color: var(--color-senati) !important;
  }
}
.button-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 3rem;
  margin-bottom: 2rem;
}
.button-more a {
  border-radius: 50px;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #FFFFFF;
  background: var(--color-senati);
  padding: 10px 4rem;
  border-color: var(--color-senati);
}

.list-ce,
.social--footer ul {
  list-style: none;
}

.pagination ul.page-numbers a.page-numbers.current,
.pagination ul.page-numbers span.page-numbers.current {
  background: var(--color-senati) !important;
}

body.active-dark-mode .breadcrumb-style-1 .page-title,
body.active-dark-mode ul.social-share-transparent li a,
body.active-dark-mode ul.axil-tab-button .nav-item a.nav-link:not(.active) {
  color: white !important;
}
body.active-dark-mode .axil-single-widget.widget_categories ul li.cat-item .inner {
  background: #181818 !important;
  border-color: #303030 !important;
}
body.active-dark-mode .suscribe--sidebar {
  background: transparent;
  border: 1px solid rgba(204, 204, 204, 0.2588235294);
}
body.active-dark-mode .interest {
  background: transparent;
}
body.active-dark-mode .axil-categories-list .section-title h2,
body.active-dark-mode .axil-post-grid-area .section-title h2 {
  color: white !important;
}
body.active-dark-mode .social-share-block h5 {
  color: white !important;
}
body.active-dark-mode .pagination ul.page-numbers a.page-numbers,
body.active-dark-mode .pagination ul.page-numbers span.page-numbers {
  background: #121212;
}
@media (max-width: 768px) {
  body.active-dark-mode .post-content .post-cat .hover-flip-item span {
    color: var(--color-senati);
  }
  body.active-dark-mode.single-post .post-cat .hover-flip-item span {
    color: white;
  }
  body.active-dark-mode .col-sidebar {
    background: transparent !important;
  }
  body.active-dark-mode .axil-tech-post-banner .first--columns .hover-flip-item span {
    color: white;
  }
}
body.active-dark-mode .banner-single-post.post-formate .content-block .post-content .post-meta-wrapper,
body.active-dark-mode .axil-post-details .social-share-block {
  border-color: white !important;
}
body.active-dark-mode .axil-post-details .social-share-block .post-like a span {
  color: white;
}
body.active-dark-mode .se-post-detail ol,
body.active-dark-mode .se-post-detail *,
body.active-dark-mode .banner-single-post.post-formate .content-block .post-content .post-meta-wrapper .social-share-transparent i,
body.active-dark-mode .banner-single-post.post-formate.post-standard .shared--li h5,
body.active-dark-mode .banner-single-post.post-formate.post-standard .post-content ul.post-meta-list li,
body.active-dark-mode .banner-single-post.post-formate.post-standard .post-content .title,
body.active-dark-mode .axil-single-widget.widget_categories ul li.cat-item .inner .title {
  color: white !important;
}
body.active-dark-mode .se-post-detail a {
  color: var(--color-primary) !important;
}

.axil-post-details .wp-caption.aligncenter img {
  display: block;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .axil-tech-post-banner .first--columns .hover-flip-item span {
    color: white;
  }

  .my_switcher {
    top: 50% !important;
    -webkit-transform: translateY(-170%) rotate(90deg) scale(0.9) !important;
            transform: translateY(-170%) rotate(90deg) scale(0.9) !important;
  }

  .axil-author-banner .about-author .media-body .content .description {
    font-weight: 500;
  }

  .post-author-name .text-senati-block {
    color: var(--color-senati);
  }

  .shared--top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    gap: 10px;
  }
  .shared--top h5 {
    color: #666682;
  }

  footer .content-left h1 {
    font-weight: 500;
    font-size: 20px;
    line-height: 18px;
  }

  .list-ce li {
    height: 45px;
  }
}
.axil-post-details iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
}

.modal {
  background: rgba(0, 0, 0, 0.631372549);
}

.post-grid-content .hover-flip-item span::after, .post-grid-content .hover-flip-item span::before {
  color: white !important;
}

.hover-flip-item.white--termin span:after,
.hover-flip-item.white--termin span:before {
  color: white !important;
}

.single-post .post-cat .hover-flip-item.white--termin span:before {
  color: white !important;
}

.abril--ce {
  padding-top: 0;
}

.vide--area {
  margin-bottom: 80px;
}

.ml-auto {
  margin-left: auto;
}

.axil-single-widget.widget_categories ul li.cat-item .content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.axil-single-widget.widget_categories ul li.cat-item .inner .content .title {
  font-size: 14px !important;
}

.banner-single-post.post-formate.alignwide .content-block {
  margin: 0 !important;
  border-top: none;
}

.content-block .post-thumbnail {
  border-radius: 0 0 10px 10px;
  overflow: hidden;
}

.axil-post-details p {
  margin: 0 0 20px;
}

.zoom-picture {
  position: absolute;
  z-index: 99;
  background: white;
  width: 45px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50px;
  top: 1rem;
  right: 2rem;
  cursor: pointer;
}
@media (max-width: 768px) {
  .zoom-picture {
    width: 30px;
    height: 30px;
    font-size: 13px;
  }
}
.zoom-picture i {
  color: var(--color-primary);
}

.post-single-wrapper .wp-caption {
  width: 100% !important;
}
.post-single-wrapper .wp-caption.aligncenter {
  margin: 0 auto 1rem;
}
.post-single-wrapper .wp-caption .wp-caption-text {
  font-size: 12px;
  text-align: center;
  margin-top: 1rem;
}

@media (max-width: 768px) {
  .banner-single-post .container, .banner-single-post .col-lg-12 {
    padding: 0 !important;
  }
  .banner-single-post .post-content {
    padding: 25px 16px !important;
  }
}

@media (max-width: 768px) {
  .single-post .post-cat .hover-flip-item span {
    color: white;
  }
}