@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Medium.woff2") format("woff2"),
  url("../fonts/Inter-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Bold.woff2") format("woff2"),
  url("../fonts/Inter-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.woff2") format("woff2"),
  url("../fonts/Montserrat-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Medium.woff2") format("woff2"),
  url("../fonts/Montserrat-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Bold.woff2") format("woff2"),
  url("../fonts/Montserrat-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-SemiBold.woff2") format("woff2"),
  url("../fonts/Montserrat-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Regular.woff2") format("woff2"),
  url("../fonts/Poppins-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Medium.woff2") format("woff2"),
  url("../fonts/Poppins-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Bold.woff2") format("woff2"),
  url("../fonts/Poppins-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-SemiBold.woff2") format("woff2"),
  url("../fonts/Poppins-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro-Bold.woff2") format("woff2"),
  url("../fonts/SourceSansPro-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Medium.woff2") format("woff2"),
  url("../fonts/Lato-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Semibold.woff2") format("woff2"),
  url("../fonts/Lato-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Bold.woff2") format("woff2"),
  url("../fonts/Lato-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Black.woff2") format("woff2"),
  url("../fonts/Lato-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
.aries_div, #vidverto-ad {
  display: none;
}

*,
*::after,
*::before {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #fff;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  font-family: "Poppins", sans-serif;
  margin: 0 auto;
}
body.is-search-open {
  overflow: hidden;
}
main {
  flex-grow: 1;
}

.container {
  width: 70%;
  min-width: 932px;
  max-width: 1300px;
  padding: 0px 10px;
  margin: 0 auto;
}


.header {
  padding-top: 15px;
  z-index: 102;
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  right: 0;
  top: 0;
  background: #fff;
  transition: transform linear .3s;
  will-change: transform;
  transform: translate3d(0, 0, 0);
}
.header.pinned {
  -webkit-transform: translateY(0%) translate3d(0, 0, 0);
  transform: translateY(0%) translate3d(0, 0, 0);
}
.header.unpinned {
  -webkit-transform: translateY(-100%) translate3d(0, 0, 0);
  transform: translateY(-100%) translate3d(0, 0, 0);
}

.header-navigation {
  width: 1440px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  width: fit-content;
}

.header-navigation__inner {
  display: contents;
}

.header-burger {
  width: 50px;
  display: none;
}

.header-navigation__close {
  display: none;
  width: 20px;
}
.header-navigation__search-button {
  cursor: pointer;
}
.header-navigation__search-button-icon {
  width: 19px;
}
.header-search-button-mob {
  display: none;
}
.header-support__btn {
  color: #fff;
  background-color: #cc0303;
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.12px;
  padding: 18px 40px;
  transition: all ease 0.4s;
}

.header-support__btn:hover {
  transform: scale(1.1);
  transition: all ease 0.4s;
}

.header-lists {
  display: flex;
  padding: 0 41px;
}

.header-list {
  margin-right: 45px;
  transition: all ease 0.4s;
}

.header-list:last-child {
  margin-right: 0;
}
#theme-toggle-sticky {
    cursor: pointer;
    position: relative;
    width: 30px;
    height: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 3px;
    border-radius: 15px;
    margin-left: 4px;
    margin-top: -7px;
}
#theme-toggle-sticky>span {
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: block;
    position: relative;
    transition: all .3s linear;
}
#theme-toggle-sticky>span::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    z-index: 1;
    top: 5px;
    left: 5px;
    background: url(https://praguemorning.cz/wp-content/themes/prague-morning/images/light-mode-icon.svg) no-repeat center;
}
.mob-right-icons-wrapper{
      display: flex;
    align-items: center;
}
html body.dark-theme #theme-toggle-sticky>span::before{
    background: url(https://praguemorning.cz/wp-content/themes/prague-morning/images/dark-mode-icon.svg) no-repeat center;
}
@media screen and (min-width: 1024px) {
  .header-list:hover {
    transform: scale(1.1);
    transition: all ease 0.4s;
  }
}

.header-link {
  color: #0e1b37;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
}

.active-link {
  color: #cc0303;
}

.header-social {
  margin-right: 25px;
  display: flex;
  align-items: center;
}

.header-social__link.twitter {
    border: 1px solid rgba(0, 0, 0, 0.05);
    padding: 13px 10px 12px 10px;
    border-radius: 100px;
    background-color: white;
}
.header-social__link.whatsapp, .header-social__link.email, .header-social__link.telegram, .header-social__link.facebook{
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.05);
    padding: 12px;
    border-radius: 100px;
    background-color: white;
}
.header-social__link.whatsapp img, .header-social__link.email img, .header-social__link.telegram img,.header-social__link.facebook img{
width:24px;
}

.header-social__link {
    transition: all ease 0.4s;
    display: block;
    margin-right: 10px;
}

.header-social__link:last-child {
  margin-right: 0;
}

.header-social__link:hover {
  transform: scale(1.1);
  transition: all ease 0.4s;
}

.header-social__img {
  width: 50px;
}

.header-signIn__btn {
  padding: 18px 40px;
  color: #000;
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.12px;
  border: 1px solid #cc0303;
  transition: all ease 0.4s;
}

.header-signIn__btn:hover {
  transform: scale(1.1);
  transition: all ease 0.4s;
}

.signIn-img {
  margin-right: 15px;
  width: 28px;
}

.logo {
  margin: 10px 0;
}

.logo-link {
  display: block;
  text-align: center;
}

.logo-link img {
  height: auto;
  width: 278px;
}

.logo-date {
  color: #cc0303;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
  text-align: center;
}

.news-top {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 28px;
  height: 50px;
}

.news-top__lists {
  display: flex;
  align-items: center;
}

.news-top__list {
  margin-right: 15px;
}

.news-top__list:last-child {
  margin-right: 0;
}

.news-top__link {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
  transition: color ease-in 0.4s;
}

.news-top__link:hover {
  color: #cc0303;
  transition: color ease-in 0.4s;
}

.news-top__link-active {
  color: #cc0303;
}

.news-top__label {
  position: relative;
}

.news-top__input {
  border: 1px solid #e3e4e8;
  background: #fff;
  color: #54555e;
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  padding: 13px 24px 10px 15px;
  opacity: 0;
  transition: opacity ease-in 0.4s;
}

.active-news__input {
  opacity: 1;
  transition: opacity ease-in 0.4s;
}

.news-top__search {
  cursor: pointer;
  position: absolute;
  /* right: 2px; */
  left: 14px;
  top: 6px;
  transition: opacity ease-in 0.3s;
  z-index: 1;
}

.news-top__close {
  cursor: pointer;
  position: absolute;
  right: 7px;
  top: 14px;
  transition: opacity ease-in 0.3s;
  z-index: 1;
}

.hidden {
  z-index: 0;
  opacity: 0;
  transition: opacity ease-in 0.3s;
}
.news-content {
  margin-top: 109px;
}
.news-left {
  max-width: 348px;
}

.news-inner {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.news-left__list {
  padding-bottom: 35px;
  padding-top: 35px;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.3) 33%, transparent 33%) repeat-x;
  background-size: 22px 1px;
}

.news-left__list:first-child {
  padding-top: 0;
  background: transparent;
}

.news-left__list:last-child {
  background: transparent;
  display: none;
}

.news-left__title {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  padding-bottom: 15px;
  position: relative;
  margin-bottom: 30px;
}

.news-left__title::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 42px;
  height: 1px;
  background: #cc0303;
}

.news-left__date {
  color: #7c7c7c;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}

.news-left__date p {
  margin-bottom: 34px;
}

.news-left__date p:last-child {
  margin-bottom: 15px;
}

.news-left__date span {
  color: #cc0303;
}

.news-left__link-title {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 169%;
  margin-bottom: 10px;
}

.news-left__link-text {
  color: #464646;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  text-transform: capitalize;
}

.news-form {
  background: #f5f5f5;
  padding: 29px 18px 29px 21px;
  margin-bottom: 30px;
}

.news-form__title {
  margin-bottom: 19px;
}

.hews-form__text {
  color: #83858f;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 19px;
}

.hews-form__text img {
  margin-right: 8px;
}

.news-left__form {
  position: relative;
}

.news-form__input {
  width: 280px;
  color: #54555e;
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
  border: 1px solid #e3e4e8;
  background: #fff;
  padding: 13px 60px 10px 15px;
}

.news-form__btn {
  position: absolute;
  right: 0;
  top: 1px;
  width: 82px;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  padding: 14px 12px 11px;
  background: #2d95e3;
  border: none;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
  transition: all ease-in 0.3s;
}

.news-form__btn:hover {
  transform: scale(1.1);
  transition: all ease-in 0.3s;
}

.news-share {
  background: #f5f5f5;
  padding: 29px 23px 29px 21px;
}

.news-share + .news-form {
  margin-top: 30px;
}

.news-share__title {
  margin-bottom: 24px;
}

.news-share__links {
  display: flex;
  justify-content: center;
  align-items: center;
}

.news-share__facebook {
  color: #fff;
  padding: 14px 39px;
  background: #36528c;
  margin-right: 26px;
  max-width: 168px;
  transition: all ease-in 0.3s;
}

.news-share__facebook img {
  margin-right: 10px;
}

.news-share__btn {
  color: #000;
  padding: 14px 22px;
  border: 1px solid #36528c;
  max-width: 110px;
  transition: all ease-in 0.3s;
}

.news-share__btn img {
  margin-right: 8px;
}

.news-form__btn:hover,
.news-share__facebook:hover,
.news-share__btn:hover {
  transform: scale(1.1);
  transition: all ease-in 0.3s;
}

.news-share__facebook,
.news-share__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: Source Sans Pro, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.widget_mostreadpostswidget {
  background: #f5f5f5;
  padding: 29px 18px 29px 21px;
  margin-bottom: 30px;
}
.banner {
  background: #202020;
  padding: 15px;
  position: relative;
  background: url("../images/face2.png");
  background-color: #1a1a1a;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center right;


}
.banner-container {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
.banner__title {
  color: white;
  margin-top: 15px;
  font-size: 20px;
  font-weight: 600;
}
.banner__text {
  color: #a7a7a7;
}
.banner__text span {
  color: #6ffffa;
}
.banner__link {
  background: #6ffffa;
  border-radius: 25px;
  padding: 10px;
  color: #000;
  align-self: flex-start;
}
.banner__button {
  position: absolute;
  top: 15px;
  right: 15px;
  background: #222;
  border-radius: 5px;
  color: #ebebeb;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  padding: 10px;
}
.widget-title {
  margin-bottom: 24px;
  color: #000;
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  padding-bottom: 15px;
  position: relative;
  margin-bottom: 30px;
}

.widget-title::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 42px;
  height: 1px;
  background: #cc0303;
}

.widget_mostreadpostswidget > ul > li {
  margin-bottom: 19px;
}

.widget_mostreadpostswidget > ul > li > a {
  color: #83858f;
  font-size: 16px;
  font-weight: 400;
  font-style: oblique;
  text-decoration: underline;
  line-height: normal;
}
.news-single-top {
  padding: 20px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.news-single-top__img {
  max-width: 100%;
  height: auto;
  display: block;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  object-fit: cover;
}
.news-single-top__text-wrap {
  background: #eeeff6;
  padding: 20px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}
.news-single-top__info {

}
.news-single-top__title {
  display: flex;
  margin-top: 15px;
  color: #000;
  font-size: 28px;
  font-weight: 600;
  line-height:35px;
  position: relative;
}
.news-single-top__excerpt {
  margin-top: 15px;
  line-height: 1.66em;
}
.news-right {
  width: 100%;
  max-width: 873px;
}


.news-right__title {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 32px;
}

.news-right__text {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
  padding-top: 25px;
}

.news-right__text span,
.news-right__text a {
  display: block;
  color: #000;
  font-size: 25px;
  font-weight: 700;
  line-height: 39.5px;
  transition: color 0.3s;
  width: fit-content;
}

.news-right__text span {
  max-width: 432px;
}

.news-right__text a:hover {
  color: #cc0303;
}

.latest-news__title {
  color: #020406;
  font-size: 21px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.05px;
  text-transform: uppercase;
  margin-bottom: 53px;
}

.latest-news__lists {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.latest-news__list {
  max-width: 425px;
}

.latest-news__bg {
  position: relative;
}

.latest-news__bg img {
  height: auto;
  width: 100%;
}

.latest-news__btn {
  position: absolute;
  left: 33px;
  bottom: 23px;
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  padding: 9px 17px 8px 15px;
  border-radius: 5px;
  background: #446bd0;
  transition: all ease-in 0.3s;
}

.latest-news__btn:hover {
  transform: scale(1.1);
  transition: all ease-in 0.3s;
}

.latest-news__category {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: flex-end;
  padding: 15px;
  gap: 10px;
  flex-wrap: wrap;
}

.latest-news__category .latest-news__btn {
  position: unset;
  height: fit-content;
}

.latest-news_content {
  background-color: #f1f8f9;
  padding: 31px 33px 41px;
}

.latest-content__title {
  display: block;
  color: #171821;
  font-size: 20px;
  font-weight: 600;
  line-height: 146.28%;
  margin-bottom: 15px;
}

.latest-content__text,
.latest-content__text + p {
  color: #54555e;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 146.28%;
}

.editors-title,
.miss-title {
  margin-bottom: 27px;
}

.editors-lists,
.miss-lists {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 80px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.editors-list,
.miss-list {
  max-width: 299px;
  margin-bottom: 27px;
}

.editors-list img,
.editors-img,
.miss-list img,
.miss-img {
  transition: all ease-in 0.3s;
  width: 100%;
  object-fit: cover;
}

.editors-list img:hover,
.editors-img:hover,
.miss-list img:hover,
.miss-img:hover {
  transform: scale(1.1);
  transition: all ease-in 0.3s;
}

.editors-link__title,
.miss-link__title {
  color: #cc0303;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin: 12.4px 0;
}

.editors-link__text,
.miss-link__text {
  color: #000;
  margin-top:10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 170%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-wrap: break-word;
}

.editors-container {
  padding: 80px 0 0;
}

.editors-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
  align-items: center;
  padding-bottom: 80px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.editors-inner img {
  aspect-ratio: 53/30;
  display: flex;
  height: auto;
  object-fit: cover;
  max-width: 265px;
}

.editors-inner .editors-right img {
  aspect-ratio: 185/112;
  max-width: 185px;
}

.miss-container {
  padding: 80px 0 0;
}

.miss-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 100px;
}

.editors-left,
.miss-left {
  padding: 30px;
  background: #f1f8f9;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.editors-item,
.miss-item {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  transition: opacity ease-in 0.3s;
}

.editors-item:hover,
.miss-item:hover {
  opacity: 0.7;
  transition: opacity ease-in 0.3s;
}

.editors-item:last-child,
.miss-item:last-child {
  margin-bottom: 0;
}

.editors-left__item,
.miss-left__item {
  margin-bottom: 25px;
}

.editors-left__item:last-child,
.miss-left__item:last-child {
  margin-bottom: 0;
}

.editors-img__right,
.miss-img__right {
  width: 290.5px;
  height: 240px;
  margin-right: 30px;
}

.editors-item__text,
.miss-item__text {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 160.5%;
  max-width: 300px;
  margin-left: 30px;
}

.productivity {
  margin-top: 119px;
  margin-bottom: 30px;
}

.productivity-top {
  margin-bottom: 25px;
  color: #7c7c7c;
  font-family: "Montserrat", "sans-serif";
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  display: flex;
}

.productivity-top p {
  color: #cc0303;
  margin-right: 5px;
}

.productivity-title {
  color: #171821;
  font-size: 30px;
  font-weight: 700;
  line-height: 39.5px;
  margin-bottom: 25px;
}

.productivity-text {
  color: #6d6e76;
  font-family: "Montserrat", "sans-serif";
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  text-transform: lowercase;
  margin-bottom: 40px;
}

.productivity-about {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.productivity-about__people {
  display: flex;
  align-items: center;
}

.productivity-about__pic {
    margin-right: 15px;
        border-radius: 100px;
    border: 1px solid #eee;
}

.productivity-about__pic img {
  width: 74px;
  border-radius: 74px;
}

.productivity-about__text {
    color: #444;
    font-family: "Inter", "sans-serif";
    font-size: 15px!important;
    font-weight: 700;
    line-height: 145%;
}

.productivity-about__text span {
  display: flex;
  color: #000;
  font-family: "Inter", "sans-serif";
  font-size: 16px;
  font-weight: 500;
  line-height: 145%;
}

.productivity-pic img {
  max-width: 1280px;
  width: 100%;
  height: auto;
}

.info{
  margin-top: 15px;
}

.info-intro {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}

.info-right {
  max-width: 348px;
}

.info-right .widget_recent_entries h1 {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  padding-bottom: 15px;
  position: relative;
}

.info-right .widget_recent_entries h1::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 42px;
  height: 1px;
  background: #cc0303;
}

.info-right .widget_recent_entries ul {
  display: flex;
  flex-direction: column;
}

.info-right .widget_recent_entries ul li {
  padding: 10px 0;
}

.info-right .widget_recent_entries ul li:not(:first-of-type) {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.3) 33%, transparent 33%) repeat-x;
  background-size: 22px 1px;
}

.info-right .widget_recent_entries ul a {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 169%;
  margin-bottom: 10px;
}

.info-left {
  max-width: 873px;
  width: 100%;
}

.info-title {
  color: #000;
  font-size: 25px;
  font-weight: 600;
  line-height: 36.5px;
  letter-spacing: 0.125px;
  max-width: 650px;
  margin-bottom: 30px;
}

.info-text {
  color: #515259;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.09px;
}

.info-text p {
  margin-bottom: 30px;
}

.info-text__border {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0.1px;
  max-width: 698px;
  border-left: 4px solid #cc0303;
  padding-left: 30px;
  margin-bottom: 30px;
}

.info-text__border p:not(:last-child) {
  margin-bottom: 30px;
}

.info-pic {
  margin-bottom: 30px;
}

.info-pic img {
  max-width: 864px;
  width: 100%;
}

.info-classification {
  max-width: 864px;
  width: 100%;
  border-radius: 15px;
  background-color: #f1f8f9;
  padding: 35px;
  margin-bottom: 30px;
}

.info-classification__title {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 0.1px;
  margin-bottom: 30px;
}

.info-classification__text {
  color: #4e4f56;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.09px;
}

.info-classification__text p {
  margin-bottom: 30px;
}

.info-classification__video {
  background-image: url("../images/classification-pic.jpg");
  background-repeat: no-repeat;
  max-width: 794px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 126px 0;
}

.info-people {
  margin-top: 25px;
  padding: 50px 40px;
  border-radius: 15px;
  background-color: #f1f8f9;
  display: flex;
}

.info-people__pic {
  margin-right: 25px;
}

.info-people__pic img {
  width: 90px;
  border-radius: 55px;
}

.info-people__name {
  color: #000;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
}

.info-people__text {
  color: #515259;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.08px;
}

.info-right {
  max-width: 348px;
}

.info-right__text {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  line-height: 169%;
}

.info-right__text span {
  color: #cc0303;
  font-size: 18px;
  font-weight: 600;
  line-height: 169%;
  padding-right: 3px;
}

.info-right__jobs {
  background: #f5f5f5;
  padding: 29px 18px 29px 21px;
  margin-bottom: 30px;
}

.info-right__about {
  margin-bottom: 33px;
  display: flex;
}

.info-right__pic {
  margin-right: 15px;
}

.info-right__pic img {
  width: 88px;
  border-radius: 88px;
}

.info-right__text {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 10px;
}

.info-right__link {
  color: #2d95e3;
  font-size: 13px;
  font-weight: 600;
  line-height: normal;
  transition: all 0.5s ease-in-out;
}

.info-right__link:hover {
  transition: all 0.5s ease-in-out;
  opacity: 0.7;
}

.info-right__btn {
  color: #000;
  font-family: "Source Sans Pro", "sans-serif";
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  padding: 14px 34px;
  border: 1px solid #36528c;
  transition: all ease-in 0.3s;
  display: inline-block;
}

.info-right__btn:hover {
  transform: scale(1.1);
  transition: all ease-in 0.3s;
}

.info-right__buy {
  background-image: url("../images/buy.jpg");
  background-repeat: no-repeat;
  max-width: 348px;
  padding: 30px;
}

.info-right__buy-text p {
  color: #fff;
  font-family: "Montserrat", "sans-serif";
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 15px;
}

.info-right__buy-text span {
  color: #fff;
  font-family: "Poppins", "sans-serif";
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  max-width: 285px;
  line-height: 167.842%;
  margin-bottom: 140px;
  display: inline-block;
}

.info-right__buy-btn {
  color: #fff;
  font-family: "Montserrat", "sans-serif";
  font-size: 15px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  padding: 14px 23px;
  background-color: #cc0303;
  display: inline-block;
  transition: all ease 0.4s;
}

.info-right__buy-btn:hover {
  transform: scale(1.1);
  transition: all ease 0.4s;
}

.info-right__list {
  padding: 15px 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.3) 33%, transparent 33%) repeat-x;
  background-size: 22px 1px;
}

.info-right__list:first-child {
  padding-top: 0;
  background: transparent;
}

.info-right__list:last-child {
  background: transparent;
}

.info-right__title {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  padding-bottom: 15px;
  position: relative;
  margin-bottom: 30px;
}

.info-right__title::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 42px;
  height: 1px;
  background: #cc0303;
}

.info-right__link-title {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  line-height: 169%;
  margin-bottom: 10px;
}

.info-right__link-text {
  color: #464646;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  text-transform: capitalize;
}

.info-right-form {
  background: #f5f5f5;
  padding: 29px 18px 29px 21px;
  margin-bottom: 30px;
}

.info-right-form__title {
  margin-bottom: 19px;
}

.info-right-form__text {
  color: #83858f;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 19px;
}

.info-right-form__text img {
  margin-right: 8px;
}

.info-right__form {
  position: relative;
}

.info-right-form__input {
  width: 280px;
  color: #54555e;
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
  border: 1px solid #e3e4e8;
  background: #fff;
  padding: 13px 60px 10px 15px;
}

.info-right-form__btn {
  position: absolute;
  right: 0;
  top: 1px;
  width: 82px;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  padding: 14px 12px 11px;
  background: #2d95e3;
  border: none;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
  transition: all ease-in 0.3s;
}

.info-right-form__btn:hover {
  transform: scale(1.1);
  transition: all ease-in 0.3s;
}

.info-right-share {
  background: #f5f5f5;
  padding: 29px 23px 29px 21px;
  margin-bottom: 30px;
}

.info-right-share__title {
  margin-bottom: 24px;
}

.info-right-share__links {
  display: flex;
  justify-content: center;
  align-items: center;
}

.info-right-share__facebook {
  color: #fff;
  padding: 14px 39px;
  background: #36528c;
  margin-right: 26px;
  max-width: 168px;
  transition: all ease-in 0.3s;
}

.info-right-share__facebook img {
  margin-right: 10px;
}

.info-right-share__btn {
  color: #000;
  padding: 14px 22px;
  border: 1px solid #36528c;
  max-width: 110px;
  transition: all ease-in 0.3s;
}

.info-right-share__btn img {
  margin-right: 8px;
}

.info-right-form__btn:hover,
.info-right-share__facebook:hover,
.info-right-share__btn:hover {
  transform: scale(1.1);
  transition: all ease-in 0.3s;
}

.info-right-share__facebook,
.info-right-share__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: Source Sans Pro, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.footer {
  background-color: #171821;
  padding: 73px 0 60px;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}

.footer-item {
  max-width: 212px;
}

.footer-logo {
  margin-bottom: 10px;
  display: inline-block;
}

.footer-logo img {
  width: 200px;
}

.footer-item:last-child {
  max-width: 281px;
}

.footer-title {
  color: #fbf9ff;
  font-size: 22px;
  font-weight: 400;
  line-height: 132%;
  margin-bottom: 25px;
}

.footer-link {
  display: block;
  color: #fbf9ff;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 15px;
  transition: opacity ease-in 0.3s;
}

.footer-link:hover {
  opacity: 0.7;
  transition: opacity ease-in 0.3s;
}

.footer-social__lists {
  display: flex;
  align-items: center;
  margin-top: 40px;
}

.footer-social__list {
  margin-right: 10px;
}

.footer-social__list:last-child {
  margin-right: 0;
}

.footer-social__link {
  transition: opacity ease-in 0.3s;
}

.footer-social__link:hover {
  opacity: 0.7;
  transition: opacity ease-in 0.3s;
}

.footer-social__link img {
  width: 40px;
}

.footer-item__list {
  margin-bottom: 15px;
}

.footer-item__link {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase;
  transition: all ease 0.4s;
}

.footer-item__link:hover {
  transform: scale(1.1);
  transition: all ease 0.4s;
}

.footer-form {
  margin-top: 20px;
}

.footer-label {
  position: relative;
}

.footer-label span {
  position: absolute;
  top: 3px;
  left: 57px;
  color: rgba(254, 23, 37, 0.9);
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  opacity: 0;
}

.footer-input {
  color: rgba(30, 37, 50, 0.9);
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  padding: 11px 16px;
  width: 279px;
  height: 41px;
  margin-bottom: 24px;
}

.footer-btn {
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  padding: 13px 32px;
  background: #cc0303;
  border: none;
  transition: all ease-in 0.3s;
}

.footer-btn:hover {
  color: #cc0303;
  background: #fff;
  transition: all ease-in 0.3s;
}

.footer-social__link.twitter {
  border: 1px solid rgba(0, 0, 0, 0.05);
  padding: 7px 7px 5px 9px;
  border-radius: 100px;
  width: 44px;
  background-color: white;
}

.footer-copyright {
  color: #e5e5e5;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.064px;
}

/*RC style*/
#menu-header-mobile-menu {
  display: none;
}

.current-menu-item > a {
  color: #cc0303 !important;
}

.text-area h1 {
  color: #000;
  font-size: 28px;
  font-weight: 600;
  line-height: 36.5px;
  letter-spacing: 0.125px;
  max-width: 650px;
  margin-bottom: 30px;
}

.text-area h2 {
  color: #000;
  font-size: 25px;
  font-weight: 600;
  line-height: 36.5px;
  letter-spacing: 0.125px;
  max-width: 650px;
  margin-bottom: 30px;
}

.text-area h3 {
  color: #000;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0.125px;
  max-width: 650px;
  margin-bottom: 30px;
}

.text-area h4 {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  max-width: 650px;
  margin-bottom: 30px;
}

.text-area ul,
.text-area ol,
figure {
  margin-bottom: 30px;
}

.text-area ol {
  list-style: auto;
  padding-left: 20px;
}

.text-area p,
.text-area li {
  color: #515259;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.09px;
  margin-bottom: 30px;
}

.text-area ul li {
  margin-bottom: 0;
  position: relative;
  padding-left: 15px;
}

.text-area ol li {
  margin-bottom: 0;
}

.text-area ul li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #cc0303;
}

.text-area li + li {
  margin-top: 10px;
}

.text-area blockquote {
  border-left: 4px solid #cc0303;
  padding-left: 30px;
  margin-bottom: 30px;
}

.text-area blockquote p {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0.1px;
}

.text-area strong {
  font-weight: bold;
}

.text-area a {
  color: black;
  text-decoration: underline;
}

.text-area iframe {
  width: 100%
}

.pagination .nav-links {
  margin: 20px auto;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 15px;
}

.pagination .nav-links a,
.pagination .nav-links span {
  color: #000;
  text-transform: uppercase;
  font-weight: 700;
  transition: color 0.3s;
}

.pagination .nav-links a:hover,
.pagination .nav-links span {
  color: #cc0303;
}

.category-section {
  margin-top: 150px;
  padding-bottom: 50px;
}

.category-section .category__grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 16px;
}

.category-section .category__card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 24px;
  padding: 16px;
  border: 1px solid #e9ecef;
}

.category-section .category__card-content {
  display: flex;
  flex-direction: column;
}

.category-section .category__card-image {
  display: flex;
}

.category-section .category__card-image img {
  object-fit: cover;
  width: 100%;
  transition: 0.3s;
}

.category-section .category__card-image:hover img {
  transform: scale(1.05);
  transition: 0.3s;
}

.category-section .editors-link__text {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 1.25px;
  color: #000;
}

.category-section .category__card-title {
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.5px;
  color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-wrap: break-word;
  transition: opacity 0.3s;
}

.category-section .category__card-title:hover {
  opacity: 0.7;
}

.category-section .category__card-text {
  margin-top: 16px;
  color: #343a40;
  font-size: 16px;
  line-height: 120%;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-wrap: break-word;
}

.category-section .category__card-bottom {
  display: flex;
  align-content: center;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 15px;
}

.category-section .category__card-bottom span {
  color: #000;
}

.category-section .category__card-name {
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
}

.category-section .category__card-date {
  font-size: 10px;
  font-weight: 400;
  text-transform: uppercase;
}

.news-top form {
  position: relative;
}

.news-top form img {
  top: 50%;
  transform: translateY(-50%);
}

.page-404 {
  padding-bottom: 50px;
}

.page-404 h1 {
  font-size: 52px;
  font-weight: 700;
}

.page-404 p {
  margin-top: 15px;
  font-size: 18px;
}

.page-404 a {
  display: flex;
  align-content: center;
  justify-content: center;
  text-transform: uppercase;
  margin-top: 15px;
  font-family: "Lato", sans-serif;
  font-size: 18px !important;
  font-weight: 700;
  line-height: normal;
  padding: 13px 32px;
  background: #cc0303;
  border: 1px solid #cc0303;
  border-radius: 0;
  max-width: 142px;
  transition: all ease-in 0.3s;
}

.page-404 a:hover {
  color: #cc0303;
  background: #fff;
  transition: all ease-in 0.3s;
}

.news-form {
  margin-bottom: 30px;
}

.news-form .emailoctopus-form .main-form {
  display: grid;
  grid-template-columns: 1fr auto;
}

.news-form .emailoctopus-form .main-form input[type="email"] {
  margin: 0 !important;
  color: #54555e;
  font-size: 15px !important;
  font-weight: 400;
  line-height: normal;
  border: 1px solid #e3e4e8;
  border-radius: 0;
  background: #fff;
  padding: 13px 60px 10px 15px;
  font-family: "Arial", sans-serif;
  height: 100%;
}

.news-form .emailoctopus-form .main-form input[type="email"]:focus {
  outline: none;
  box-shadow: none;
}

.news-form .emailoctopus-form .main-form .btn {
  margin: 0 !important;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  padding: 14px 12px 11px;
  background: #2d95e3;
  border: none;
  border-radius: 0;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
  transition: all ease-in 0.3s;
}

.news-form .emailoctopus-form .main-form .btn:hover {
  transform: scale(1.1);
  transition: all ease-in 0.3s;
}

.footer .emailoctopus-form .main-form input[type="email"] {
  color: rgba(30, 37, 50, 0.9);
  font-size: 16px !important;
  font-weight: 400;
  line-height: normal;
  padding: 11px 16px;
  width: 100%;
  max-width: 279px;
  height: 41px;
  margin-bottom: 24px;
  border-radius: 0;
}

.emailoctopus-form .main-form .emailoctopus-form-row {
  margin: 0 !important;
}

.footer .emailoctopus-form .main-form .btn {
  color: #fff;
  font-size: 15px !important;
  font-weight: 400;
  line-height: normal;
  padding: 13px 25px;
  background: #cc0303;
  border: none;
  border-radius: 0;
  max-width: 135px;
  transition: all ease-in 0.3s;
}

.footer .emailoctopus-form .main-form .btn:hover {
  color: #cc0303;
  background: #fff;
  transition: all ease-in 0.3s;
}

.footer .emailoctopus-form .main-form {
  justify-content: flex-start !important;
}
.search-main {
  position: fixed;
  display: none;
  left: 0;
  top: 0;
  z-index: 101;
  width: 100%;
  height: 100%;
}

.search-main.is-open {
  display: block;
}

.search-main__overlay {
  content: '';
  position: fixed;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, .95);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.search-main__section {
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  position: absolute;
  left: 0;
  top: 186px;
  width: 100%;
  height: calc(100vh - 186px);

}

.search-main__section-container {
  max-width: 760px;
  margin: 0 auto;
  padding: 0 0 100px;
}

.search-main__head {
  position: relative;
  margin: 110px 0 70px;
  padding: 0;
  text-align: center;
}
.search-main__title {
  display: none;
  color: #020406;
  font-size: 21px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.05px;
  text-transform: uppercase;
  margin-bottom: 53px;
}
.search-main__close-button {
  position: absolute;
  right: -130px;
  top: 10px;
  display: block;
  width: 43px;
  height: 43px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: 0 4px 20px rgba(0, 0, 0, .15);
}

.search-main__close-wrap {
  width: 16px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.search-main__form {
  position: relative;
}

.search-main__form-input {
  display: block;
  width: 100%;
  padding: 8px 0 8px 35px;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #d9d9d9;
  background: transparent;
  color: #000;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 31px;
}
.search-main__form-button {
  position: absolute;
  left: 0;
  top: 12px;
  display: block;
  width: 19px;
  height: 19px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
}
.search-main__form-icon {
  width: 19px;
}
.icon-svg {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.icon-svg:before {
  content: '';
  display: block;
  padding-top: 100%;
}
.icon-svg__svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  fill: #000;
  pointer-events: none;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
/*Media query*/
@media (max-width: 1460px) {
  .productivity{
    margin-top: 160px;
  }
  .info{
    margin-top:  160px;
  }
  .news-content {
    margin-top:  109px;
  }
  .header-navigation {
    max-width: 1300px;
  }
}

@media (max-width: 1282px) {

  .productivity{
    margin-top: 160px;
  }
  .info{
    margin-top:  160px;
  }
  .news-content {
    margin-top:  109px;
  }
  .news-single-top {
    grid-template-columns: 1fr;
    border-radius: unset;
  }
  .news-single-top__img {
    border-radius: unset;
  }
  .news-single-top__text-wrap {
    border-radius: unset;
  }


  .header-support__btn,
  .header-signIn__btn {
    font-size: 15px;
    padding: 12px 22px;
  }

  .header-lists {
    padding: 0 25px;
  }

  .header-list {
    margin-right: 30px;
  }

  .header-link {
    font-size: 14px;
  }

  .container {
    min-width: 0px;
  }

  .news-top {
    padding: 0 10px;
  }

  .news-top__link {
    font-size: 14px;
  }

  .news-inner {
    flex-direction: column-reverse;
  }

  .news-right {
    max-width: max-content;
    display: flex;
    flex-direction: column;
  }

  .news-right__into {
    margin: 0 auto 20px;
    width: 100%;
    max-width: 873px;
  }

  .latest-news__title {
    text-align: center;
  }

  .latest-news__lists {
    justify-content: space-around;
  }

  .latest-news__list {
    margin-bottom: 30px;
  }

  .news-top {
    display: block;
    padding: 10px;
    height: auto;
  }

  .news-top__input {
    opacity: 1;
    padding: 10px 15px;
    width: 250px;
    display: flex;
    margin: 20px auto 10px;
  }

  .news-top__search,
  .news-top__close {
    display: none;
  }

  .news-top__lists {
    justify-content: center;
  }

  .news-left {
    max-width: max-content;
  }

  .news-left__lists {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
  }

  .news-left__list,
  .news-form,
  .news-share {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
    width: 350px
  }

  .editors-inner,
  .miss-inner {
    grid-template-columns: 1fr;
  }

  .footer-title {
    font-size: 18px;
  }

  .footer-link {
    font-size: 12px;
  }

  .footer-social__list {
    margin-right: 15px;
  }

  .footer-social__link img {
    width: 40px;
  }

  .footer-item:last-child {
    max-width: 212px;
  }

  .footer-input {
    width: 200px;
  }

  .editors-inner img {
    aspect-ratio: 185/112;
    max-width: 185px;
  }
}

@media (max-width: 1235px) {
  .header-navigation__search-button {
    display: none;
  }
  .info-left {
    max-width: 650px;
  }

  .news-top__link {
    font-size: 12px;
  }

  .news-top__list {
    margin-right: 9px;
  }
}

@media (max-width: 1050px) {
  .news-left__list,
  .news-form,
  .news-share {
    width: 420px
  }

  .news-top__list {
    margin-right: 7px;
  }
}


@media (max-width: 1024px) {
  .productivity{
    margin-top: 0;
  }
  .info{
    margin-top: 0;
  }
  .news-content {
    margin-top: 0;
  }
  #menu-menu {
    display: none;
  }

  #menu-header-mobile-menu {
    display: block;
  }

  #menu-header-mobile-menu a + ul {
    margin-top: 30px;
    margin-left: 20px
  }

  #menu-header-mobile-menu .sub-menu a {
    font-weight: 400;
  }

  .category-section .category__card {
    grid-template-columns: 1fr;
  }

  /*.header {*/
  /*  margin: 0;*/
  /*}*/

  .header-navigation__inner {
    position: absolute;
    top: 0;
    left: -100%;
    min-height: 100vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all ease-in 0.4s;
    background-color: #fff;
    z-index: 20;
  }

  li.menu-item-has-children a {
    position: relative;
    display: flex;
  }

  li.menu-item-has-children > a::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    background: url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M8.59 16.59L13.17 12L8.59 7.41L10 6l6 6l-6 6l-1.41-1.41z'/%3E%3C/svg%3E") no-repeat;
  }

  li.menu-item-has-children.active > a::after {
    background: url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M7.41 8.59L12 13.17l4.59-4.58L18 10l-6 6l-6-6l1.41-1.41z'/%3E%3C/svg%3E") no-repeat;
  }

  li.menu-item-has-children > .sub-menu {
    display: none;
  }

  li.menu-item-has-children.active > .sub-menu {
    display: flex;
    flex-direction: column;
  }

  .header-burger {
    display: block;
    cursor: pointer;
  }

  .header-navigation__close {
    display: block;
    position: absolute;
    right: 15px;
    top: 15px;
  }

  .navBar-active {
    left: 0;
    transition: all ease-in 0.4s;
  }

  .header-lists {
    display: block;
    margin: 15px 0;
  }

  .header-list {
    margin-bottom: 30px;
  }

  .header-support__btn {
    display: block;
  }

  .header-social {
    margin-right: 0;
    margin-left: 15px;
    margin-bottom: 20px;
  }

  .news-top__lists {
    display: block;
    text-align: center;
  }

  .news-top__label {
    width: 250px;
    display: block;
    margin: 0 auto;
  }

  .news-top__input {
    width: 200px;
  }

  .news-top__list {
    margin-right: 0;
  }

  .signIn-img {
    margin-right: 5px;
    width: 20px;
  }

  .header-signIn__btn {
    font-size: 15px;
    padding: 6px 15px;
  }

  .logo {
    margin: 0;
  }

  .info-left {
    max-width: 500px;
  }
}

@media (max-width: 868px) {
  .info-intro {
	  background: #ffffff;
    flex-direction: column;
    align-items: center;
  }

  .info-right {
    margin-top: 40px;
  }

  .info-left {
    max-width: 873px;
  }
}

@media (max-width: 800px) {
  .footer-inner {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
  }
  .footer{
    padding:40px 0px;
  }
  .footer .container{
    padding:0px 30px;
  }

  .footer-item {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    max-width:100%;
    margin-bottom: 40px;
  }
  .footer-item:last-child{
    display: none;
  }
  .footer-item:nth-child(2) {
    margin-bottom: 20px;
}
  #menu-footer{
    text-align: center;
    width:100%;
  }
.footer-item__list{
  display: inline-block;
    padding: 0px 2px;
}
.footer-item__link{
  font-size:13px;
}
  .footer-social__lists {
    margin-top: 20px;
  }
}
@media(min-width:768px){
  .mobile-post-ad-banner{
    display: none!important;
  }
.mob-right-icons-wrapper{
  display: none;
}
}
@media (max-width: 767px) {
  .mobile-post-ad-banner{
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
  }
  .search-main__section-container{
    padding-top: 100px;
  }
   .productivity-about__text {
    font-size: 13px!important;}
  .header-search-button-mob{
    justify-self: center;
  }
  .search-main__close-button{
    right: -5px;
    top: 3px;
    width: 35px;
    height: 35px;
  }
  .header {
    margin: 0;
    padding: 0 10px;
    display: flex;
    background-color: #fff;
    justify-content: space-between;
    z-index: 100;
  }
  .header-navigation{
    width: fit-content;
    margin: 0;
    margin-right: 6px;
  }
  .news{
    display: none;
  }
  .header-search-button-mob {
    display: flex;
  }
  .header-search-button-mob__icon {
    width: 22px;
  }
  .search-main__head {
    margin: 50px 0 20px;
  }
  .search-main__section {
    top: 0;
    height: 100vh;
    padding: 0 25px;
  }
  .logo-link {
    margin-bottom: 5px;
  }

  .logo-link img {
    width: 200px;
  }

  .logo-date {
    font-size: 12px;
  }

  .editors-left,
  .miss-left {
    margin-bottom: 20px;
    padding: 20px 9px;
  }

  .editors-inner,
  .miss-inner {
    flex-direction: column;
  }

  .editors-inner img,
  .miss-inner img,
  .editors-inner .editors-right img,
  .miss-inner .editors-right img {
    max-width: 280px;
    width: 100%;
  }

  .editors-left__item,
  .miss-left__item {
    flex-direction: column;
  }

  .editors-img__right,
  .miss-img__right {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .editors-item,
  .miss-item {
    flex-direction: column;
  }

  .editors-item__text,
  .miss-item__text {
    font-size: 14px;
    margin-top: 10px;
    text-align: center;
    margin-left: 0;
  }

  .editors-img__right,
  .miss-img__right {
    height: auto;
    width: 280px;
  }

  .news-top #menu-categories {
    display: none;
  }

  .news-right__into {
    /*height: 250px;*/
  }

  .news-form {
    margin-bottom: 20px;
  }

  .page-404 {
    text-align: center;
  }

  .page-404 a {
    margin-left: auto;
    margin-right: auto;
  }

  .news-share + .news-form {
    margin-top: 20px;
  }
}

@media (max-width: 630px) {
  .category-section .category__grid {
    grid-template-columns: 1fr;
  }

  .editors-lists,
  .miss-lists {
    justify-content: center;
  }

  .editors-title,
  .miss-title {
    text-align: center;
  }
}

@media (max-width: 600px) {
  .news-single-top__title {
  font-size: 26px;
line-height: 1.3em;}
 section.logo {
    width: calc(100% - 100px);
    display: inline-flex;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
  }
  li.editors-list {
    max-width: 100%;
  }
}

@media (max-width: 500px) {
  .productivity {
    margin-bottom: 20px;
  }

  .productivity-title {
    font-size: 25px;
  }

  .productivity-text {
    font-size: 16px;
  }

  .productivity-about__text {
    font-size: 16px;
  }

  .productivity-about {
    flex-direction: column;
    align-items: flex-start;
  }

  .productivity-about__people {
    margin-bottom: 15px;
  }

  .info-classification {
    padding: 20px;
  }

  .info-classification__title {
    font-size: 20px;
  }

  .info-classification__text {
    font-size: 16px;
  }

  .info-classification__text p {
    margin-bottom: 15px;
  }

  .info-text__border p:not(:last-child) {
    margin-bottom: 15px;
  }

  .info-text__border {
    font-size: 16px;
  }

  .info-title {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .info-text {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .info-people {
    padding: 20px;
    flex-direction: column;
  }

  .info-people__pic img {
    width: 80px;
  }

  .info-people__name {
    font-size: 20px;
  }

  .emailoctopus-form .main-form .emailoctopus-form-row {
    min-width: unset !important;
  }

  .text-area h1 {
    font-size: 22px;
    margin-bottom: 15px;
  }

  .text-area h2 {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .text-area h3 {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .text-area h4 {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .text-area p,
  .text-area li {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .text-area blockquote p {
    font-size: 16px;
    margin-bottom: 15px;
  }
}

@media (max-width: 424px) {
  .latest-news__btn {
    left: 15px;
    bottom: 15px;
    font-size: 12px;
    padding: 8px 10px 8px 10px;
  }

  .latest-news__bg img {
    width: 300px;
  }

  .latest-news__list {
    width: 300px;
  }

  .news-left__list,
  .news-form,
  .news-share {
    width: 100%
  }

  .news-share__facebook {
    padding: 14px 20px;
    margin-right: auto;
  }

  .news-share,
  .news-form {
    max-width: 100%;
    width: 100%;
  }

  .news-inner {
    align-items: center;
  }
}

footer [data-form="2d1d4e28-c1b1-11ed-970d-bb617e5d47cf"] .emailoctopus-error-message,
footer [data-form="2d1d4e28-c1b1-11ed-970d-bb617e5d47cf"] .emailoctopus-success-message {
  display: block;
  color: #fbf9ff !important;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 15px;
  transition: opacity ease-in 0.3s;
}

/* Added @jungvn */
.paymeny-banner__wrap {
  background-color: #b9ffda;
  padding: 30px 30px;
  margin-bottom: 30px;
}

.paymeny-banner__wrap br {
  display: none;
}

.paymeny-tabs__link span {
  display: flex;
  border-radius: 50px;
  line-height: 24px;
  background-color: transparent;
  color: #000;
  border: solid 1px #000;
  padding: 8px 16px;
  width: 100%;
  justify-content: center;
  font-size: 14px;
  cursor: pointer;
  transition: all .3s linear;
  min-height: 40px;
}

.paymeny-tabs__link {
  display: flex;
  justify-content: space-between;
  column-gap: 10px;
  margin-bottom: 20px;
}

.paymeny-tabs__link span:hover, .paymeny-tabs__link span.active {
  background-color: #000;
  color: #fff;
}

.paymeny-tab__block label.radio-button input[type="radio"] {
  display: none;
}

.paymeny-tab__block label.radio-button span {
  display: flex;
  border-radius: 50px;
  background-color: transparent;
  color: #000;
  border: solid 1px #000;
  padding: 10px 10px;
  width: 100%;
  justify-content: center;
  font-size: 12px;
  cursor: pointer;
  transition: all .3s linear;
  min-height: 40px;
}

.paymeny-tab__block label.radio-button span:hover,
.paymeny-tab__block label.radio-button span.active {
  background-color: #000;
  color: #fff;
}

.paymeny-tab__block {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 20px;
}

.paymeny-tab__block label {
  width: 100%;
  margin: 0;
}

.paymeny-tab__block label.radio-button input[type="number"] {
  border-radius: var(--cs-primary-border-radius);
  background-color: transparent;
  color: #000;
  border: solid 1px #000;
  padding: 10px 10px;
  width: 100%;
  font-family: var(--cs-font-secondary-family), sans-serif;
  font-weight: var(--cs-font-secondary-weight);
  font-style: var(--cs-font-secondary-style);
  line-height: var(--cs-font-base-line-height);
  min-height: 40px;
  font-size: 14px;
}


.paymeny-tab__block label.radio-button input[type="number"]::-webkit-input-placeholder {
  font-family: var(--cs-font-secondary-family), sans-serif;
  font-size: 14px;
  font-weight: var(--cs-font-secondary-weight);
  font-style: var(--cs-font-secondary-style);
  line-height: var(--cs-font-base-line-height);
  color: #000;
  transition: all .3s linear;
}

.paymeny-tab__block label.radio-button input[type="number"]::-moz-placeholder {
  font-family: var(--cs-font-secondary-family), sans-serif;
  font-size: 14px;
  font-weight: var(--cs-font-secondary-weight);
  font-style: var(--cs-font-secondary-style);
  line-height: var(--cs-font-base-line-height);
  color: #000;
  transition: all .3s linear;
}

.paymeny-tab__block label.radio-button input[type="number"]:-ms-input-placeholder {
  font-family: var(--cs-font-secondary-family), sans-serif;
  font-size: 14px;
  font-weight: var(--cs-font-secondary-weight);
  font-style: var(--cs-font-secondary-style);
  line-height: var(--cs-font-base-line-height);
  color: #000;
  transition: all .3s linear;
}

.paymeny-tab__block label.radio-button input[type="number"]:-moz-placeholder {
  font-family: var(--cs-font-secondary-family), sans-serif;
  font-size: 14px;
  font-weight: var(--cs-font-secondary-weight);
  font-style: var(--cs-font-secondary-style);
  line-height: var(--cs-font-base-line-height);
  color: #000;
  transition: all .3s linear;
}

.paymeny-tab__block label.radio-button input[type="number"] {
  background-image: url('https://www.praguemorning.cz/wp-content/themes/newsblock/assets/images/czk.svg');
  background-size: 40px 40px;
  border-radius: 50px;
  margin: 0;
  -webkit-appearance: none;
  appearance: none;
  background-repeat: no-repeat;
  background-position: center right;
  text-align: center;
  padding-right: 40px;
  font-size: 12px;
  transition: all .3s linear;
}

.paymeny-tab__block label.radio-button input[type="number"]::-webkit-outer-spin-button,
.paymeny-tab__block label.radio-button input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.paymeny-tab__block label.radio-button input[type="number"][type=number] {
  -moz-appearance: textfield;
}


.paymeny-banner__button {
  display: flex;
  align-items: center;
  column-gap: 30px;
  margin-top: 30px;
  justify-content: space-between;
}

.paymeny-banner__button button {
  flex-shrink: 0;
}

.paymeny-banner__button span {
  font-size: 14px;
  font-style: italic;
  display: block;
  max-width: 400px;
}

.paymeny-tab__block label.radio-button input[type="radio"]:checked ~ span {
  background-color: #000;
  color: #fff;
}

.paymeny-banner__text {
  margin-bottom: 30px;
}

.paymeny-tab__block label.radio-button input[type="radio"]:checked ~ input[type="number"]::-webkit-input-placeholder {
  color: #fff;
  opacity: .5;
}

.paymeny-tab__block label.radio-button input[type="radio"]:checked ~ input[type="number"]::-moz-placeholder {
  color: #fff;
  opacity: .5;
}

.paymeny-tab__block label.radio-button input[type="radio"]:checked ~ input[type="number"]:-ms-input-placeholder {
  color: #fff;
  opacity: .5;
}

.paymeny-tab__block label.radio-button input[type="radio"]:checked ~ input[type="number"]:-moz-placeholder {
  color: #fff;
  opacity: .5;
}

.paymeny-tab__block label.radio-button input[type="radio"]:checked ~ input[type="number"] {
  background-color: #000;
  color: #fff;
}

.paymeny-tab__block form {
  grid-column: 1/4;
  display: flex;
  justify-content: flex-end;
}

.paymeny-tab__block form input[type="submit"] {
  min-width: 219px;
}

.paymeny-tab__block label.radio-button input[type="number"].error, .paymeny-tab__block label.radio-button input[type="radio"]:checked ~ input[type="number"].error {
  background-color: #a66868;
}

button, input[type="button"], input[type="reset"], input[type="submit"], .cs-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  border: none;
  border-radius: var(--cs-primary-border-radius);
  line-height: 1rem;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  padding: 0.75rem 1.5rem;
  border-radius: var(--cs-primary-border-radius);
  background-color: var(--cs-color-button);
  color: var(--cs-color-button-contrast);
  font-family: var(--cs-font-primary-family), sans-serif;
  font-size: var(--cs-font-primary-size);
  font-weight: var(--cs-font-primary-weight);
  font-style: var(--cs-font-primary-style);
  letter-spacing: var(--cs-font-primary-letter-spacing);
  text-transform: var(--cs-font-primary-text-transform);
}

.paymeny-banner__button button {
  flex-shrink: 0;
  background: #000;
  color: #fff;
  border-radius: 50px;
}

.paymeny-tab__block form input[type="submit"] {
  min-width: 219px;
  background: #000;
  color: #fff;
  border-radius: 50px;
}

.latest-news__lists {
  align-items: stretch;
}

.latest-news__list {
  margin-bottom: 30px;
  background: #f1f8f9;
}

/* Dark mode Css start */
body.dark-theme{
  background-color: #000;
}
body.dark-theme .header{
background-color: #000;
border-bottom: 1px solid #494949;
}
body.dark-theme .header-burger,body.dark-theme .header-navigation__close{
filter:invert(1);
}
body.dark-theme .icon-svg__svg{
fill:#fff;
}
body.dark-theme main,body.dark-theme #page,body.dark-theme .news-form{
background-color: #000;
}
body.dark-theme .news-single-top__text-wrap,body.dark-theme .latest-news_content,body.dark-theme .editors-left,body.dark-theme .footer,body.dark-theme .header-navigation__inner{
  background-color: #000!important;
}
body.dark-theme .news-single-top__info,body.dark-theme .news-single-top__title,body.dark-theme .news-single-top__excerpt,body.dark-theme .latest-content__title,body.dark-theme .news-left__link-title,body.dark-theme .news-left__title{
color:#fff;
}
body.dark-theme .editors-container .ablack,body.dark-theme .editors-link__text,body.dark-theme .miss-link__text,body.dark-theme .header-link,body.dark-theme .news-top__link,body.dark-theme .category-section .category__card-title,body.dark-theme .category-section .category__card-text{
  color:#fff;
}
body.dark-theme .productivity-title,body.dark-theme .text-area p,body.dark-theme .text-area li,body.dark-theme .widget-title,body.dark-theme #custom-social-widgets .social-count,body.dark-theme .trending-articles-widget .article-headline{
color:#fff;
}
body.dark-theme.text-area h4{
  color: #fff;
}
body.dark-theme main.main .tbl-feed-card.trc_related_container *{
color:#fff!important;
}
body.dark-theme .productivity-top{
  color:#cbcbcb;
}
body.dark-theme .productivity-about__text{
  color:#ebebeb;
}
body.dark-theme .news-left__link-text{
  color:#fbfbfb;
}
body.dark-theme .news-left__list{
  border-bottom: 1px dashed #cccccc;
}
body.dark-theme .editors-inner,body.dark-theme .editors-lists,body.dark-theme .miss-lists{
border-bottom: 1px solid #494949;
}
body.dark-theme .latest-news__list{
border: 1px solid #494949;
}
body.dark-theme .productivity{
padding-top: 20px;
}
/* Mobile ad banner slider css*/
.mobile-ad-slider {
	margin: 0 auto;
  max-width: 100%;
  max-width: 400px; /* optional */
   margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.mobile-ad-slider .slide img {
  width: 75%;
  margin: 0 auto;
  height: auto;
  border-radius: 6px;
}
@media(min-width:768px){
.mobile-ad-slider{
display:none;}
}




/* Serhii Kolodych edits */
@media (max-width: 767px){
	.container{
/* 		width: 90%; */
		width: 100%;
	}
	.info-left.text-area{
		padding-left: 10px;
		padding-right: 10px;
	}
	.productivity .container{
/* 		padding: 10px !important; */
		background: #FFFFFF;
	}
	.productivity .productivity-top, .productivity .productivity-title, .productivity .productivity-about{
		padding: 10px !important;
	} 
	.productivity .productivity-pic{
		width: 100%;
		padding: 0;
	}
}

.container .text-area{
	padding-right: 10px;
	padding-left: 10px;
	background: #ffffff !important;
}	


.wpcf7-form-control-wrap .wpcf7-validates-as-email{
  width: 100% !important;
  padding: 16px 18px !important;
  font-size: 15px !important;
  background: rgba(255, 255, 255, 0.1) !important;
  border: none !important;
  border-radius: 10px !important;
  color: #fff !important;
  backdrop-filter: blur(6px) !important;
  transition: 0.3s !important;
}

#popmake-68949 .categories-hidden-wrapper{
	display: none !important;
}

#popmake-68949 .proposal-send .wpcf7-submit{
        padding: 10px 28px !important;
        border: 1px solid #000 !important;
        border-radius: 40px !important;
        background: rgba(49, 49, 49, 0.08) !important;
        color: #000 !important;
        font-size: 16px !important;
        cursor: pointer !important;
        transition: 0.35s 
ease !important;
        display: block !important;
        margin: 0 auto !important;
}

#popmake-68949 .proposal-send{
	margin-top: 16px !important;
}

.news-inner .news-left{
	background: white;
}