/**
 * Breakpoints - general
 */
/**
 * Breakpoints - specific
 */
/**
 * Breakpoints - ranges
 */
/**
 * Breakpoints - portrait vs landscape
 */
.ad-rectangle-size {
  width: 100%;
  max-width: 970px;
  min-width: 300px;
  height: 280px;
  max-height: 280px;
}
@media only screen and (max-width: 699px) {
  .ad-rectangle-size {
    width: 320px;
    max-width: 320px;
    min-width: 300px;
    height: 250px;
    min-height: 250px;
    max-height: 250px;
  }
}
.w-md-300px {
  width: 300px;
}
@media only screen and (max-width: 769px) {
  .w-md-300px {
    width: unset;
  }
}
.ad-post-body {
  width: 700px;
  max-width: 100%;
  min-width: 250px;
  height: 200px !important;
  min-height: 50px !important;
  max-height: 200px !important;
}
@media only screen and (max-width: 699px) {
  .ad-post-body {
    width: 300px;
    max-width: 300px;
    min-width: 250px;
    height: 250px;
    min-height: 250px;
    max-height: 300px;
  }
}
.ad-leaderboard {
  width: 100%;
  max-width: 970px;
  min-width: 300px;
  height: 280px;
  max-height: 280px;
}
@media only screen and (max-width: 699px) {
  .ad-leaderboard {
    height: 200px !important;
    min-height: 200px !important;
    max-height: 200px !important;
  }
}
.button1 {
  background: #5d0ee8;
  border: 0px;
  border-radius: 30px;
  color: white;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  line-height: 19.5px;
  padding: 12px 30px;
  text-align: center;
}
.button1:hover {
  background: #360888;
}
.page-inzerce .separator {
  max-width: 90%;
  height: 0px;
  margin: 0px auto;
  border: 1px solid rgba(161, 162, 169, 0.3);
  margin-top: 100px;
  margin-bottom: 100px;
}
@media only screen and (max-width: 699px) {
  .page-inzerce .separator {
    margin-top: 48px;
    margin-bottom: 48px;
  }
}
.page-inzerce #pieChart {
  max-width: 300px;
}
.page-inzerce h1 {
  font-size: 36px;
  line-height: 1.1;
  font-weight: 700;
  color: #161B2A;
  margin: 0px 0px 10px;
  text-align: center;
}
.page-inzerce h2 {
  font-size: 28px;
  line-height: 1.1;
  font-weight: 700;
  color: #161B2A;
  margin: 0px 0px 10px;
  text-align: center;
}
.page-inzerce p.subtitle {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  color: #1a1b1c;
  text-align: center;
}
.page-inzerce .headerImage {
  max-width: 540px !important;
}
.page-inzerce .button {
  font-size: 15px;
  max-width: 280px;
  text-transform: uppercase;
  text-decoration: none;
}
.page-inzerce .button-red:after {
  transition: none;
}
.page-inzerce .button-red:hover {
  transition: none;
  color: black;
}
.page-inzerce .button-red:hover:after {
  background-color: black;
  transition: none;
}
.page-inzerce form .button {
  max-width: 100%;
}
.page-inzerce .headerContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0px auto;
  max-width: 720px;
}
@media only screen and (max-width: 699px) {
  .page-inzerce .headerContainer {
    padding-top: 16px;
  }
}
@media only screen and (max-width: 699px) {
  .page-inzerce .headerContainer img {
    width: 100%;
  }
}
.page-inzerce .wrap {
  display: flex;
  gap: 40px;
  flex-direction: row;
  justify-content: center;
  padding-bottom: 16px;
  flex-wrap: wrap;
  margin-left: 32px;
  margin-right: 32px;
}
.page-inzerce .wrap.gap20 {
  gap: 20px;
}
@media only screen and (max-width: 699px) {
  .page-inzerce .wrap.wrapReverse {
    flex-direction: column-reverse;
  }
}
.page-inzerce .wrap.wrapHeader img {
  max-width: 680px;
  max-height: 468px;
}
.page-inzerce .wrap.wrapMetrics img {
  max-width: 360px;
  max-height: 256px;
}
@media only screen and (max-width: 1150px) {
  .page-inzerce .wrap.wrapContact {
    align-items: center;
  }
  .page-inzerce .wrap.wrapContact .contact {
    width: 100%;
  }
  .page-inzerce .wrap.wrapContact .personCards {
    max-width: 550px;
    width: 100%;
  }
  .page-inzerce .wrap.wrapContact .personCards .personCard {
    width: 100%;
  }
}
@media only screen and (max-width: 699px) {
  .page-inzerce .wrap.wrapContact {
    gap: 0px;
  }
}
@media only screen and (min-width: 700px) and (max-width: 999px) {
  .page-inzerce .wrap {
    gap: 32px;
  }
  .page-inzerce .wrap > div > img {
    width: 400px;
  }
}
@media only screen and (max-width: 699px) {
  .page-inzerce .wrap {
    flex-direction: column;
    flex-wrap: inherit;
    margin-left: 16px;
    margin-right: 16px;
  }
}
@media only screen and (min-width: 699px) and (max-width: 1150px) {
  .page-inzerce .wrap #pieChart {
    order: -1;
    flex: 0 1 100%;
    width: 100%;
  }
}
@media only screen and (max-width: 699px) {
  .page-inzerce .wrap > div > img {
    width: 100%;
  }
}
.page-inzerce .linkList {
  list-style-type: none;
  text-transform: uppercase;
  padding: 0px;
}
.page-inzerce .linkList > li a {
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  display: inline-block;
  height: 50px;
  color: #5d0ee8;
  text-decoration: none;
  padding-left: 10px;
}
.page-inzerce .listTitle {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  color: #FFFFFF;
  padding-bottom: 15px;
}
.page-inzerce .contact {
  margin: 0px;
}
@media only screen and (max-width: 699px) {
  .page-inzerce .contact {
    margin: 0px auto;
  }
}
.page-inzerce .personCard {
  width: 480px;
  background-color: rgba(0, 0, 0, 0.02);
  display: flex;
  margin-bottom: 32px;
}
@media (max-width: 425px) {
  .page-inzerce .personCard {
    flex-direction: column;
    padding-bottom: 32px;
    text-align: center;
    align-items: center;
  }
}
.page-inzerce .personCard > div {
  align-self: center;
  max-width: 100%;
  min-width: 0;
}
.page-inzerce .personCard h3 {
  font-size: 24px;
  font-weight: 500;
  color: #5d0ee8;
  overflow-wrap: break-word;
  word-break: break-word;
}
.page-inzerce .personCard a {
  text-decoration: none;
  font-weight: 400;
  font-size: 12px;
  color: #4e65ff;
}
.page-inzerce .personCard a:hover {
  color: #1b39ff;
}
.page-inzerce .personCard p {
  font-size: 12px;
  font-weight: 400;
}
.page-inzerce .personCard img {
  border-radius: 50%;
  margin: 32px;
}
@media (max-width: 425px) {
  .page-inzerce .personCard img {
    margin-bottom: 0px;
  }
}
.page-inzerce .rect {
  height: 16px;
  border-radius: 16px;
  background: #5d0ee8;
  display: inline-block;
  margin: 0px 10px;
}
.page-inzerce .listContainer {
  min-width: 300px;
}
@media only screen and (max-width: 699px) {
  .page-inzerce .listContainer {
    margin-left: 32px;
  }
}
.page-inzerce .listItem {
  font-size: 15px;
}
.page-inzerce .listItemStat {
  font-size: 15px;
  margin-left: 10px;
  font-weight: bold;
  display: inline-block;
}
.page-inzerce .listItemStat > span {
  color: #5d0ee8;
}
@media only screen and (max-width: 366px) {
  .page-inzerce .listItemStat {
    display: inline-grid;
    line-height: 25px;
    position: relative;
    top: -25px;
  }
}
.post-body {
  color: black;
  width: 100%;
  word-break: break-word;
}
.post-body p {
  margin: 0px 0px 25px;
}
.post-body a {
  color: #4e65ff;
}
.post-body a:hover {
  color: #1b39ff;
}
.post-body ul {
  list-style: disc;
}
.post-body ul li {
  margin-left: 16px;
}
.post-body iframe {
  display: flex;
  max-width: 100%;
  margin: 0px auto !important;
  margin-bottom: 12px !important;
}
.post-body .has-text-align-center {
  text-align: center;
}
.post-body h1 {
  font-size: 36px;
  color: #000;
  font-weight: bold;
  text-align: center;
  padding: 10px;
}
.post-body h2 {
  margin: 24px 0px 16px;
  font-size: 28px;
  color: #161B2A;
  font-weight: bold;
}
.post-body h3 {
  margin: 24px 0px 16px;
  font-size: 24px;
  color: #161B2A;
  font-weight: bold;
}
.post-body h4 {
  margin: 24px 0px 16px;
  font-size: 20px;
  color: #161B2A;
  font-weight: bold;
}
.post-body img {
  max-width: 100%;
  object-fit: cover;
  margin-top: 26px;
}
.post-body table {
  border: 1px solid #585858;
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  text-align: center;
}
.post-body table td,
.post-body table tr {
  border: 1px solid #585858;
  padding: 10px;
}
.post-body .wp-block-embed-youtube iframe {
  width: 100%;
  height: 454px;
}
@media only screen and (max-width: 699px), only screen and (min-width: 700px) and (max-width: 999px) {
  .post-body .wp-block-embed-youtube iframe {
    height: 215px;
  }
}
.newsletter-form {
  background-color: #F4EEFD;
  margin-bottom: 32px;
}
.newsletter-form h3 {
  font-size: 24px;
  margin-bottom: 16px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  width: 500px;
}
@media only screen and (max-width: 767px) {
  .newsletter-form h3 {
    width: 300px;
  }
}
.newsletter-form h3:after {
  content: '';
  background: linear-gradient(90deg, #C2FF17 0%, #C2FF17 100%);
  height: 6px;
  display: block;
  top: -8px;
  position: relative;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .newsletter-form h3:after {
    width: 270px;
  }
}
@media only screen and (max-width: 699px) {
  .newsletter-form h3 {
    font-size: 22px;
  }
}
.newsletter-form form {
  margin-bottom: 16px;
  padding: 32px;
}
@media only screen and (max-width: 699px) {
  .newsletter-form form {
    padding: 16px;
  }
}
.newsletter-form p {
  font-weight: 400;
  font-size: 17px;
  line-height: 28px;
}
@media only screen and (max-width: 699px) {
  .newsletter-form p {
    font-size: 16px;
  }
}
.newsletter-form input {
  outline: none;
  margin-bottom: 16px;
  color: #3a3d43;
  border: 1px solid #C8D3DD;
  width: 100%;
  padding: 8px 24px;
}
.newsletter-form .gdprInput {
  width: 16px;
  height: 16px;
}
.newsletter-form .gdprInputContainer {
  display: inline-block;
  width: 18px;
  height: 20px;
  float: left;
}
.newsletter-form .gdprLabel {
  padding: 0px;
  margin-left: 30px;
  display: block;
}
.newsletter-form button {
  background-color: #5D0EE8;
  border: unset;
  color: white;
  padding: 8px 24px;
  font-weight: bold;
  text-transform: uppercase;
}
.newsletter-form button:hover {
  background-color: #4a0bb8;
}
.newsletter-form .subtitle {
  margin-bottom: 24px;
}
.newsletter-form .message {
  max-width: 100%;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  text-align: left;
  margin: 0px;
  margin-top: 8px;
}
.newsletter-form .error {
  color: #f72140;
}
.newsletter-form .success {
  color: #169313;
}
.search-form {
  max-width: 730px;
  display: flex;
}
.search-form input {
  color: #3a3d43;
  border: 1px solid #C8D3DD;
  width: 100%;
  padding: 8px 24px;
  align-self: stretch;
  margin-right: 12px;
}
.search-form button {
  background-color: #353F4C;
  border: unset;
  color: white;
  padding: 8px 24px;
}
.search-form button:hover {
  background-color: #20262e;
}
@media only screen and (max-width: 699px) {
  .search-form {
    margin: 0px 16px;
  }
}
* {
  box-sizing: border-box;
  transition: 0.2s padding, 0.2s margin, 0.2s width, 0.5s opacity;
  scroll-margin-top: 50px !important;
}
body {
  font-family: Roboto, sans-serif;
  color: #3a3d43;
  line-height: 1.67;
  font-size: 18px;
  padding: 0px !important;
}
a {
  text-decoration: none;
}
ul {
  list-style: none;
  padding: 0px;
}
.max-width {
  max-width: 1140px;
}
.admin-bar {
  padding-top: 30px;
}
.admin_bar_displayed {
  margin-top: 32px;
}
@media only screen and (max-width: 699px) {
  .admin_bar_displayed {
    margin-top: 46px;
  }
}
section.page-top {
  border: 1px solid #F0F0F0;
  border-top-width: 0px;
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  overflow: hidden;
}
section.page-top .date {
  font-size: 14px;
  font-weight: 400;
  margin-left: 8px;
  display: inline-block;
}
@media only screen and (max-width: 699px), only screen and (min-width: 700px) and (max-width: 999px) {
  section.page-top .date {
    border-bottom: 1px solid #F0F0F0;
  }
}
section.page-top .date span {
  border-right: 1px solid #F0F0F0;
  display: inline-block;
  position: relative;
}
section.page-top .date span:before {
  position: absolute;
  content: "";
  left: 5px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #e91e63;
}
@media only screen and (max-width: 699px), only screen and (min-width: 700px) and (max-width: 999px) {
  section.page-top .date span {
    border-left: 1px solid #F0F0F0;
    padding-left: 24px;
  }
  section.page-top .date span:before {
    left: 14px;
  }
}
section.page-top .links {
  text-align: right;
  flex-grow: 1;
  align-self: stretch;
}
section.page-top .links > div {
  border-left: 1px solid #F0F0F0;
  font-size: 14px;
  font-weight: 400;
  height: 100%;
  display: inline-block;
}
@media only screen and (max-width: 699px), only screen and (min-width: 700px) and (max-width: 999px) {
  section.page-top .links > div:last-child {
    border-right: 1px solid #F0F0F0;
  }
}
section.page-top a,
section.page-top span {
  display: inline-block;
  padding: 4px 16px;
  font-size: 14px;
  font-weight: 400;
  color: #54595F;
}
section.page-top i {
  font-size: 18px;
}
section.page-top a:hover {
  color: #4E65FF;
}
header {
  margin-top: 32px;
  margin-bottom: 32px;
}
header .logo {
  width: 260px;
  height: 40px;
}
@media (max-width: 390px) {
  header .logo {
    margin-top: 5px;
    max-width: 200px;
    height: 31px;
  }
}
header .trending > span {
  font-weight: 600;
  color: #E91E63;
  border-right: 1px solid #e8e8e8;
  padding-right: 16px;
}
header .trending > span i {
  position: relative;
  top: -2px;
}
header .trending .carousel {
  position: relative;
  margin-right: 76px;
}
header .trending .carousel .carousel-item {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
header .trending .carousel a {
  margin-left: 10px;
  color: #202020;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
}
header .trending .carousel-controls {
  position: absolute;
  right: -88px;
  top: -3px;
}
header .trending .carousel-controls .carousel-control {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #4e65ff;
  opacity: 1;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
header .trending .carousel-controls .carousel-control:hover {
  background-color: #1b39ff;
}
header .menu-toggle {
  display: inline-block;
  font-weight: 600;
  width: 37px;
  text-align: center;
  height: 37px;
  border: 1px solid #161B2A;
  border-radius: 3px;
  font-size: 29px;
  color: #161B2A;
}
header .menu-toggle i {
  position: relative;
  top: -8px;
}
header .menu-toggle:hover {
  color: #4b5c8e;
}
header .menu {
  display: flex;
  margin-top: 24px;
  transition: none;
}
header .menu li {
  flex-grow: 1;
}
header .menu li a {
  color: white;
  padding: 0px 8px;
  height: 68px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .menu li a:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 10px;
  left: 0;
  top: 100%;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  opacity: 0;
  visibility: hidden;
}
header .menu li a:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-top: 11px solid #3F058E;
  border-right: 10px solid transparent;
  bottom: -11px;
  left: 100%;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  opacity: 0;
  visibility: hidden;
}
header .menu li.current-menu-item a:before,
header .menu li:hover a:before,
header .menu li.current-menu-item a:after,
header .menu li:hover a:after {
  opacity: 1;
  visibility: visible;
}
header .menu li i {
  font-weight: 400;
  font-size: 18px;
}
header .menu li:nth-child(1) a {
  background-color: #6600F2;
}
header .menu li:nth-child(1) a:before {
  background-color: #6600F2;
}
header .menu li:nth-child(2) a {
  background-color: #8600C3;
}
header .menu li:nth-child(2) a:before {
  background-color: #8600C3;
}
header .menu li:nth-child(3) a {
  background-color: #AB188F;
}
header .menu li:nth-child(3) a:before {
  background-color: #AB188F;
}
header .menu li:nth-child(4) a {
  background-color: #C3266D;
}
header .menu li:nth-child(4) a:before {
  background-color: #C3266D;
}
header .menu li:nth-child(5) a {
  background-color: #E84C33;
}
header .menu li:nth-child(5) a:before {
  background-color: #E84C33;
}
header .menu li:nth-child(6) a {
  background-color: #F57607;
}
header .menu li:nth-child(6) a:before {
  background-color: #F57607;
}
header .menu li:nth-child(7) a {
  background-color: #FC980F;
}
header .menu li:nth-child(7) a:before {
  background-color: #FC980F;
}
header .menu li:nth-child(8) a {
  background-color: #FEB430;
}
header .menu li:nth-child(8) a:before {
  background-color: #FEB430;
}
header .menu li:nth-child(9) a {
  background-color: #FFCA6D;
}
header .menu li:nth-child(9) a:before {
  background-color: #FFCA6D;
}
header .menu li:last-child a:before,
header .menu li:last-child a:after {
  display: none;
}
header .menu-side {
  z-index: 2;
  width: 350px;
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0px;
  background-color: white;
}
header .menu-side.menu-hidden {
  left: -350px;
}
header .menu-side .header .logo img {
  width: 205px;
  height: 30px;
}
header .menu-side ul li a {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 20px;
  color: black;
  padding: 15px 15px 15px 15px;
  display: block;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
header .menu-side ul li a:hover {
  color: white;
}
header .menu-side ul li.current-menu-item a {
  color: white;
}
header .menu-side ul li:nth-child(1) a:hover,
header .menu-side ul li:nth-child(1).current-menu-item a {
  background-color: #6600F2;
}
header .menu-side ul li:nth-child(2) a:hover,
header .menu-side ul li:nth-child(2).current-menu-item a {
  background-color: #8600C3;
}
header .menu-side ul li:nth-child(3) a:hover,
header .menu-side ul li:nth-child(3).current-menu-item a {
  background-color: #AB188F;
}
header .menu-side ul li:nth-child(4) a:hover,
header .menu-side ul li:nth-child(4).current-menu-item a {
  background-color: #C3266D;
}
header .menu-side ul li:nth-child(5) a:hover,
header .menu-side ul li:nth-child(5).current-menu-item a {
  background-color: #E84C33;
}
header .menu-side ul li:nth-child(6) a:hover,
header .menu-side ul li:nth-child(6).current-menu-item a {
  background-color: #F57607;
}
header .menu-side ul li:nth-child(7) a:hover,
header .menu-side ul li:nth-child(7).current-menu-item a {
  background-color: #FC980F;
}
header .menu-side ul li:nth-child(8) a:hover,
header .menu-side ul li:nth-child(8).current-menu-item a {
  background-color: #FEB430;
}
header .menu-side ul li:nth-child(9) a:hover,
header .menu-side ul li:nth-child(9).current-menu-item a {
  background-color: #FFCA6D;
}
footer {
  background-color: #161B2A;
  color: #CFD2E8;
  padding: 50px 0px;
}
footer .logo {
  width: 260px;
  height: 40px;
}
footer > div > div {
  border-right: 1px solid #393D4A;
}
footer h2 {
  color: #FFFFFF;
  margin: 0px 0px 0px 0px;
  font-size: 19px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 24px;
  letter-spacing: -0.1px;
  margin-bottom: 16px;
}
footer ul {
  padding: 0px;
}
footer ul li {
  margin-bottom: 8px;
}
footer a {
  color: #CFD2E8;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
footer a:before {
  content: "";
  height: 3px;
  width: 8px;
  background: #4e65ff;
  border-radius: 100%;
  position: absolute;
  top: 10px;
  left: -12px;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
footer li:hover a {
  color: #CFD2E8;
  margin-left: 12px;
}
footer li:hover a:before {
  opacity: 1;
}
#copyright {
  background-color: #22293E;
  padding: 32px 0px;
  color: #FFFFFF;
  font-size: 16px;
}
#copyright h2 {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0px;
  display: inline-block;
  margin: 0px;
  margin-right: 8px;
}
#copyright ul {
  display: inline-block;
}
#copyright ul li {
  display: inline-block;
  margin-right: 8px;
}
#copyright ul li a {
  width: 40px;
  height: 40px;
  color: white;
  font-size: 24px;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
#copyright ul li a i {
  position: relative;
  top: -1px;
}
#copyright ul li a:hover {
  color: #4E65FF;
}
main .sidebar {
  width: 300px;
  max-width: 300px;
  min-width: 300px;
  margin-left: 32px;
}
.post-categories a {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
  margin-left: 20px;
  margin-right: 8px;
}
.post-categories a:before {
  content: "";
  left: -20px;
  top: 3px;
  bottom: 0;
  width: 16px;
  height: 8px;
  display: inline-block;
  margin-right: 4px;
  position: absolute;
}
.post-list {
  max-width: 100%;
}
.post-list article {
  margin-bottom: 16px;
  color: #3a3d43;
  font-size: 16px;
  max-width: 730px;
}
@media only screen and (max-width: 699px) {
  .post-list article .post-thumbnail {
    height: 270px;
    overflow: hidden;
  }
}
.post-list article .post-thumbnail img {
  width: 100%;
}
.post-list article h2 {
  font-size: 23px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 15px;
}
.post-list article h2 a {
  color: #161b2a;
}
.post-list article h2 a:hover {
  text-decoration: underline;
}
.post-list article .post-meta a {
  color: #3a3d43;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.post-list article .post-meta a:hover {
  color: #4e65ff;
}
.post-list article .post-meta i {
  position: relative;
  top: -2px;
}
.post-list article .post-excerpt {
  font-size: 16px;
}
.post-list .pagination-links a {
  color: #3a3d43;
}
.post-list .pagination-links a:hover {
  color: #4e65ff;
}
.pagination {
  justify-content: center;
}
.pagination li i {
  font-size: 26px;
  position: relative;
  top: -2px;
}
.pagination li a {
  min-width: 40px;
  height: 40px;
  line-height: 24px;
  border: 1px solid #dadada;
  text-align: center;
  display: inline-block;
  color: #666;
  border-radius: 3px;
  padding: 8px 12px;
  margin-left: 4px;
  margin-right: 4px;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.pagination li.active a,
.pagination li a:hover {
  background-color: #4e65ff;
  color: white;
}
.pagination li.pagination-dots {
  padding-left: 8px;
  padding-right: 8px;
  align-self: center;
}
.homepage .heading {
  padding: 0px 0px 3px 0px;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-color: #E9E8EF;
}
.homepage .heading h2 {
  color: #161B2A;
  margin: 0px 0px -11px 0px;
  font-size: 28px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1em;
  display: inline-block;
  position: relative;
  top: 9px;
}
.homepage .heading h2 b {
  font-weight: 700;
}
.homepage .heading h2:after {
  content: '';
  min-width: 200px;
  width: 80%;
  height: 6px;
  display: block;
  top: -7px;
  position: relative;
  z-index: -1;
}
.homepage .heading h2.yellow:after {
  background: linear-gradient(90deg, #FFDD00 0%, #FFDD00 100%);
}
.homepage .heading h2.green:after {
  background: linear-gradient(90deg, #00FF5D 0%, #00FF5D 100%);
}
.homepage .heading h2.green-light:after {
  background: linear-gradient(90deg, #C2FF17 0%, #C2FF17 100%);
}
.homepage .heading h2.purple:after {
  background: linear-gradient(90deg, #BE8BFF 0%, #BE8BFF 100%);
}
.homepage .heading h2.blue:after {
  background: linear-gradient(90deg, #36D6FF 0%, #36D6FF 100%);
}
.homepage .heading h2.red:after {
  background: linear-gradient(90deg, #FF5A5A 0%, #FF5A5A 100%);
}
.homepage .h3-small {
  font-size: 22px;
  line-height: 24px;
}
.homepage .h3-medium {
  font-size: 26px;
  line-height: 30px;
}
.homepage h3 {
  margin-bottom: 0px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}
@media only screen and (max-width: 699px) {
  .homepage h3 {
    font-size: 22px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 700px) and (max-width: 999px) {
  .homepage h3 {
    font-size: 26px;
    line-height: 30px;
  }
}
.homepage h3 a {
  color: #FFFFFF;
}
.homepage h3 a:hover {
  text-decoration: underline;
}
.homepage .posts-vertical {
  display: flex;
  gap: 24px;
  flex-direction: column;
}
.homepage .categories {
  margin-bottom: 10px;
}
.homepage .categories a {
  display: inline-block;
  color: #FFFFFF;
  background-color: #041a57;
  padding: 5px 10px 5px 10px;
  margin-right: 10px;
  margin-bottom: 4px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  transition: all 0.3s;
}
.homepage .categories a:hover {
  background-color: #062988;
}
.homepage .thumbnail {
  display: block;
  overflow: hidden;
  position: relative;
  height: 100%;
}
@media only screen and (max-width: 699px) {
  .homepage .thumbnail {
    height: 270px;
  }
}
.homepage .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.homepage .thumbnail:not(.no-overlay) a {
  display: block;
  height: 100%;
}
.homepage .thumbnail:not(.no-overlay) a:after {
  background-color: transparent;
  background-image: linear-gradient(180deg, #00000000 0%, #0000009E 65%);
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.homepage .thumbnail .categories {
  position: absolute;
  top: 0px;
  left: 16px;
}
.homepage .fixed-image-height .thumbnail a img {
  height: 240px !important;
}
.homepage .border-top {
  border-top: 1px solid #E9E8EF;
}
.homepage .post-row {
  margin-top: 24px;
}
.homepage .post-row .thumbnail {
  max-width: 124px;
  height: 100px;
  float: left;
}
.homepage .post-row .thumbnail img {
  height: 100%;
}
.homepage .post-row h3 {
  color: #161B2A;
  font-size: 21px;
  font-weight: 700;
  line-height: 24px;
}
.homepage .post-row h3 a {
  color: #161B2A;
}
.homepage .post-box {
  position: relative;
}
.homepage .post-box .details {
  z-index: 1;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 25px 50px 20px 50px;
}
@media only screen and (max-width: 699px) {
  .homepage .post-box .details {
    padding: 20px !important;
  }
}
@media only screen and (min-width: 700px) and (max-width: 999px) {
  .homepage .post-box .details {
    padding: 25px !important;
  }
}
.homepage .post-box .details-bottom-label {
  background-color: white;
  z-index: 1;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 25px 50px 20px 50px;
  margin: 0px 30px 0px 30px;
  text-align: center;
}
@media only screen and (max-width: 699px) {
  .homepage .post-box .details-bottom-label {
    padding: 10px;
    padding-top: 25px;
    padding-bottom: 0px;
  }
}
@media only screen and (min-width: 700px) and (max-width: 999px) {
  .homepage .post-box .details-bottom-label {
    padding: 10px;
    padding-top: 25px;
    padding-bottom: 10px;
  }
}
.homepage .post-box .details-bottom-label .categories {
  position: absolute;
  left: 0px;
  right: 0px;
  top: -17px;
}
.homepage .post-box .details-bottom-label h3 {
  line-height: 36px;
  font-size: 34px;
}
@media only screen and (min-width: 700px) and (max-width: 999px) {
  .homepage .post-box .details-bottom-label h3 {
    font-size: 26px;
    line-height: 30px;
  }
}
.homepage .post-box .details-bottom-label h3 a {
  color: #161B2A;
  font-weight: 700;
}
@media only screen and (max-width: 699px) {
  .homepage .post-box .details-bottom-label h3 a {
    font-size: 22px;
    line-height: 24px;
  }
}
.homepage .post-box.full-height {
  height: 100%;
}
.homepage .post-box.full-height .thumbnail,
.homepage .post-box.full-height img {
  height: 100%;
}
@media only screen and (min-width: 700px) and (max-width: 999px), only screen and (min-width: 1000px) {
  .homepage .post-box.main-post {
    height: 500px;
  }
}
.homepage .post-box .body {
  margin-top: 24px;
}
.homepage .post-box .body h3 {
  font-size: 28px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 8px;
}
@media only screen and (min-width: 700px) and (max-width: 999px) {
  .homepage .post-box .body h3 {
    font-size: 26px;
    line-height: 30px;
  }
}
.homepage .post-box .body h3 a {
  color: #161B2A;
}
@media only screen and (max-width: 699px) {
  .homepage .post-box .body h3 a {
    font-size: 22px;
    line-height: 24px;
  }
}
.homepage .post-box .body p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0px 0px 10px 0px;
}
@media only screen and (min-width: 700px) and (max-width: 999px), only screen and (min-width: 1000px) {
  .homepage .post-box.small {
    max-height: calc(50% - 12px);
  }
}
.homepage .post-box.small .thumbnail {
  height: 100%;
}
.homepage .post-box.small .thumbnail a {
  height: 100%;
}
.homepage .post-box.small .thumbnail a img {
  height: 100%;
}
.homepage .post-box.small .details {
  padding: 25px 15px 15px 25px;
}
.homepage .post-box.small h3 {
  font-size: 21px;
  font-weight: 700;
  line-height: 24px;
}
@media only screen and (max-width: 699px) {
  .homepage .post-box.small h3 {
    font-size: 22px;
    line-height: 24px;
  }
}
.homepage .post-list li {
  border-top: 1px solid #E9E8EF;
  padding: 12px 0px 10px 0px;
}
.homepage .post-list li:first-child {
  border-width: 0px;
  padding-top: 0px;
}
.homepage .post-list.square-points li {
  position: relative;
  padding-left: 20px;
  padding-top: 24px;
}
.homepage .post-list.square-points li:before {
  position: absolute;
  content: '';
  left: 0;
  top: 32px;
  width: 8px;
  height: 8px;
  background: #4E65FF;
  margin: auto;
}
.homepage .post-list h3 {
  font-size: 21px;
  font-weight: 700;
  line-height: 24px;
}
@media only screen and (max-width: 699px) {
  .homepage .post-list h3 {
    font-size: 22px;
    line-height: 24px;
  }
}
.homepage .post-list h3 a {
  color: #161B2A;
  font-size: 21px;
  font-weight: 700;
  line-height: 24px;
}
.homepage .post-slider .item {
  background-image: url(https://grapesmag.cz/wp-content/uploads/2021/04/shape.png);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 53% auto;
}
.homepage .post-slider .carousel-control {
  opacity: 100%;
}
.homepage .post-slider .carousel-control .icon {
  background-color: #4e65ff;
  background-size: 20px;
  border-radius: 50%;
  width: 45px;
  height: 45px;
}
.homepage .post-slider .carousel-control:hover .icon {
  background-color: #1b39ff;
}
@media (min-width: 1140px) {
  .homepage .post-slider .carousel-control.carousel-control-prev {
    left: -40px;
  }
  .homepage .post-slider .carousel-control.carousel-control-next {
    right: -40px;
  }
}
@media (min-width: 1140px) {
  .homepage .post-slider .carousel-control.carousel-control-prev {
    left: -60px;
  }
  .homepage .post-slider .carousel-control.carousel-control-next {
    right: -60px;
  }
}
@media (min-width: 1300px) {
  .homepage .post-slider .carousel-control.carousel-control-prev {
    left: -120px;
  }
  .homepage .post-slider .carousel-control.carousel-control-next {
    right: -120px;
  }
}
.homepage .post-slider .detail {
  background-color: #FF2953;
  padding: 0px 15px 55px 50px;
  margin: 24px;
}
@media only screen and (max-width: 699px) {
  .homepage .post-slider .detail {
    padding: 20px;
  }
}
.homepage .post-slider .detail h3 {
  font-size: 38px;
  font-weight: 700;
  line-height: 40px;
  margin: 35px 0px 10px 0px;
}
@media only screen and (max-width: 699px) {
  .homepage .post-slider .detail h3 {
    font-size: 22px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 700px) and (max-width: 999px) {
  .homepage .post-slider .detail h3 {
    font-size: 26px;
    line-height: 30px;
  }
}
.homepage .post-slider .detail h3 a {
  color: #FFFFFF;
}
.homepage .highlighted {
  background-color: #FF2953;
  padding-top: 48px;
  padding-bottom: 48px;
  color: white;
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 50%;
}
.homepage .highlighted > div {
  margin: 0px auto;
  padding-left: 12px;
  padding-right: 12px;
}
.homepage .highlighted .heading {
  text-align: center;
}
.homepage .highlighted .heading h2 {
  color: white;
}
.homepage .highlighted .heading h2 span {
  position: relative;
  z-index: 1;
}
.homepage .highlighted .heading h2:after {
  z-index: 0;
  width: 100%;
}
.homepage .highlighted ul.tabs {
  display: inline-block;
}
.homepage .highlighted ul.tabs li {
  display: inline-block;
  margin-left: 6px;
  margin-right: 24px;
  padding-left: 18px;
  font-size: 18px;
  font-weight: 700;
  line-height: 17px;
  text-transform: uppercase;
  position: relative;
}
.homepage .highlighted ul.tabs li a {
  color: white;
}
.homepage .highlighted ul.tabs li:hover a {
  color: #EEE;
}
.homepage .highlighted ul.tabs li:before {
  position: absolute;
  content: '';
  width: 6px;
  height: 6px;
  left: 6px;
  transition: all ease 0.5s;
  top: 0;
  bottom: 0;
  margin: auto;
  background: white;
  opacity: 0;
  border-radius: 50%;
}
.homepage .highlighted ul.tabs li.active:before {
  opacity: 1;
}
.homepage .highlighted .post-box.mobile-small-header h3 {
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 0px;
}
.homepage .highlighted .post-box .body {
  margin-top: 8px;
}
.homepage .highlighted .post-box .body h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
}
.homepage .highlighted .post-box .body h3 a {
  color: white;
  background-image: linear-gradient(to bottom, white 0%, white 98%) !important;
}
.e404 {
  text-align: center;
  height: 450px;
  margin-top: 80px;
}
.e404 strong {
  font-size: 150px;
  color: #333;
  text-shadow: 5px 5px 1px rgba(0, 0, 0, 0.1);
  line-height: 1;
}
.e404 h3 {
  color: #2e3d44;
  font-size: 24px;
  font-weight: bold;
  margin: 24px 0px;
}
.e404 p {
  margin-bottom: 40px;
}
.btn-homepage {
  color: #fff;
  background-color: #4e65ff;
  font-size: 16px;
  padding: 12px 30px;
  border: none;
  transition: all 0.4s ease;
}
.btn-homepage:focus {
  color: #161b2a;
}
.btn-homepage:hover {
  background-color: #161b2a;
  color: #fff;
}
.team h2 {
  text-align: center;
  font-weight: bold;
  color: black;
  padding-top: 50px;
}
.team section {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.team .bi-instagram {
  color: #cd486b;
}
.team .bi-facebook {
  color: #4267B2;
}
.team .bi-linkedin {
  color: #0077B5;
}
.team .bi-person-circle {
  color: #757575;
}
.team .bi-twitter {
  color: #1DA1F2;
}
.team .bi-pinterest {
  color: #E60023;
}
.team .bi-youtube {
  color: #282828;
}
.person {
  color: #757575;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 320px;
  max-width: 100%;
  margin: 20px;
  text-align: center;
  position: relative;
}
.person img {
  width: 125px;
  height: 125px;
  border-radius: 50%;
  margin: 40px 0px;
}
.person h2 {
  padding-top: 0px;
  margin-top: 0px;
  overflow-wrap: break-word;
  word-break: break-word;
  max-width: 100%;
}
.person p {
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 5px;
  margin-bottom: 80px;
}
.socials {
  position: absolute;
  bottom: 0px;
}
.socials hr {
  width: 30px;
  border: 1px solid;
  margin-inline: auto;
}
.socials-logo {
  font-size: 30px;
  letter-spacing: 5px;
  text-indent: 5px;
}
.blog-single {
  padding: 0px 0px 32px;
}
.blog-single img {
  width: 100%;
  height: auto;
  margin-top: 10px;
}
.blog-single h1 {
  font-size: 36px;
  line-height: 1.1;
  font-weight: 700;
  color: #161B2A;
  margin: 0px 0px 10px;
}
.blog-single h3 {
  margin-top: 24px;
}
.blog-single .single-wrap {
  margin: 0px 15px;
}
.blog-single .post-page > p {
  font-size: 16px;
  margin-bottom: 60px;
}
.blog-single .wp-caption-text {
  text-align: left;
  font-size: 14px;
  padding: 0px;
  margin-bottom: 32px;
}
.blog-single .before {
  font-size: 12px;
  font-weight: 700;
}
.blog-single .post-meta {
  font-size: 16px;
  margin: 0px 0px 32px;
}
.blog-single .wp-element-caption {
  text-align: left;
  font-size: 14px;
  padding-top: 8px;
}
.blog-single .author-box {
  padding: 30px 40px 47px;
  background-color: #f8f8f8;
  display: flex;
}
.blog-single .author-box .author-img img {
  width: 96px;
  height: 96px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 24px;
}
.blog-single .author-box h3 {
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1;
  margin-bottom: 5px;
  color: #161B2A;
  margin-top: 8px;
}
.blog-single .author-box p {
  font-size: 14px;
  margin-top: 16px;
  color: #757575;
}
.category-label-interview {
  color: #6600F2;
}
.category-label-interview:before {
  background-color: #6600F2;
}
.category-label-interview:hover {
  color: #5100bf;
}
.category-label-interview:hover:before {
  background-color: #5100bf;
}
.category-label-lifestyle {
  color: #8600C3;
}
.category-label-lifestyle:before {
  background-color: #8600C3;
}
.category-label-lifestyle:hover {
  color: #630090;
}
.category-label-lifestyle:hover:before {
  background-color: #630090;
}
.category-label-fashion {
  color: #AB188F;
}
.category-label-fashion:before {
  background-color: #AB188F;
}
.category-label-fashion:hover {
  color: #7e126a;
}
.category-label-fashion:hover:before {
  background-color: #7e126a;
}
.category-label-beauty {
  color: #C3266D;
}
.category-label-beauty:before {
  background-color: #C3266D;
}
.category-label-beauty:hover {
  color: #981e55;
}
.category-label-beauty:hover:before {
  background-color: #981e55;
}
.category-label-online-tech {
  color: #E84C33;
}
.category-label-online-tech:before {
  background-color: #E84C33;
}
.category-label-online-tech:hover {
  color: #d03118;
}
.category-label-online-tech:hover:before {
  background-color: #d03118;
}
.category-label-travel {
  color: #F57607;
}
.category-label-travel:before {
  background-color: #F57607;
}
.category-label-travel:hover {
  color: #c35e06;
}
.category-label-travel:hover:before {
  background-color: #c35e06;
}
.category-label-fun {
  color: #FC980F;
}
.category-label-fun:before {
  background-color: #FC980F;
}
.category-label-fun:hover {
  color: #d57c03;
}
.category-label-fun:hover:before {
  background-color: #d57c03;
}
.category-label-gastro {
  color: #FEB430;
}
.category-label-gastro:before {
  background-color: #FEB430;
}
.category-label-gastro:hover {
  color: #faa001;
}
.category-label-gastro:hover:before {
  background-color: #faa001;
}
form.search {
  max-width: 730px;
  gap: 8px;
}
form.search label {
  font-weight: bold;
}
form.search input {
  border: 0px;
  outline: none;
  border-bottom: 1px solid #585858;
  color: #3a3d43;
  max-width: 500px;
}
form.search button {
  background: transparent;
  border: 0px;
}
form.search button:hover {
  color: #4e65ff;
}
.comments-form .required-field-message,
.comments-form .form-submit {
  display: none;
}
.comments-form input,
.comments-form textarea {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  border-radius: 0;
  margin-bottom: 20px;
  background-color: transparent;
  border: 1px solid #E9E8EF !important;
  border-color: transparent;
  height: 56px;
  padding-left: 29px;
}
.comments-form textarea {
  padding: 23px 30px;
  height: 150px;
}
.comments-form .submit {
  margin-bottom: 16px;
}
.comments-form .submit:hover {
  background-color: #f8f8f8;
  color: #161B2A;
}
.comments .comment .avatar {
  width: 64px;
  margin-right: 16px;
}
.comments .comment .avatar img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
}
.comments .comment .author a {
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1;
  margin-bottom: 5px;
  color: #161B2A;
  margin-top: 8px;
}
.comments .comment .author a:hover {
  color: #4e65ff;
}
.comments .comment .meta a {
  font-size: 16px;
  color: #757575;
}
.comments .comment .meta a:hover {
  color: #4e65ff;
}
.comments .comment .body p {
  font-size: 16px;
  color: #757575;
}
.error {
  color: #851a01;
}
.related-posts img {
  width: 100%;
}
.related-posts a {
  color: #161B2A;
}
.after-full-width:after {
  width: 100% !important;
}
.sticky {
  position: fixed;
  top: 0;
  z-index: 9999;
  width: 100%;
  margin-top: 0px !important;
  max-width: 1140px;
}
nav.pagination {
  font-size: 16px;
}
nav.pagination .screen-reader-text {
  display: none;
}
nav.pagination .nav-links .page-numbers {
  border: 1px solid #999;
  padding: 3px 3px;
  border-radius: 0.2em;
  display: inline-block;
  min-width: 30px;
  text-align: center;
}
nav.pagination .nav-links span:not(.dots) {
  background-color: #333;
  color: #fff;
}
nav.pagination .nav-links a {
  color: #3a3d43;
}
nav.pagination .nav-links a:hover {
  background: #EEE;
}
