
/* MENU */

/* SUBMENU */

/* BUTTON */

/* Theme Options Custom CSS */
p,
.a-btn-2 {
  font-size: 18px;
}

.team-wrapper.simple .name h3 {
  text-align: left;
}
.prague-header.full .prague-navigation .main-menu li a {
  color: #fff !important;
}
.single-projects .prague-header.light.absolute.full {
  background: #000038;
}

header.prague-header.sticky-menu.sticky-mobile-menu.light.absolute.easy_style.full.scroll {
  background: #000038;
}
.single-projects li {
  color: #7e7d7d;
  margin-left: 15px;
}

/*meni ikona*/
.prague-header .prague-nav-menu-icon a i::before,
.prague-header .prague-nav-menu-icon a i::after {
  top: 0px;
  height: 2px;
}
.clone-menu-item {
  display: none !important;
}
.prague-header.full .prague-navigation .main-menu .sub-menu {
  display: contents;
  visibility: visible;
}
#menu-item-5444 > a {
  display: none !important;
}
.prague-header .prague-nav-menu-icon a i::before {
  transform: rotate(90deg);
}
.prague-header.light .prague-nav-menu-icon a {
  border: none;
}
.prague-header .prague-nav-menu-icon a i {
  height: 2px;
}
.prague-header-form,
.home .prague-header .prague-logo a {
  display: none;
}
.prague-header .filter-nav {
  display: none;
}
.bb p {
  color: white;
}
/* next post*/

.wpb-posts-nav {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 50px;
  align-items: center;
  max-width: 1200px;
  margin: 100px auto;
}

.wpb-posts-nav a {
  display: grid;
  grid-gap: 20px;
  align-items: center;
}

.wpb-posts-nav h4,
.wpb-posts-nav strong {
  margin: 0;
}

.wpb-posts-nav a svg {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
}

.wpb-posts-nav > div:nth-child(1) a {
  grid-template-columns: 100px 1fr;
  text-align: left;
}
.wpb-posts-nav > div:nth-child(2) a {
  text-align: center;
}
.wpb-posts-nav > div:nth-child(3) a {
  grid-template-columns: 1fr 100px;
  text-align: right;
}

.wpb-posts-nav__thumbnail {
  display: block;
  margin: 0;
}

.wpb-posts-nav__thumbnail img {
  border-radius: 10px;
}
.fontb {
  font-weight: bold;
  font-size: 18px;
}
.prague-footer {
  opacity: 0.8;
}
@media screen and (max-width: 600px) {
  .fontb {
    display: none;
  }
}
@media screen and (min-width: 1000px) {
  h1 {
    font-size: 58px;
  }
}

@media screen and (max-width: 1199px) {
  .prague-header.light:not(.left):not(.easy_style) .main-menu .sub-menu {
    background-color: #000038 !important;
  }
}

.filter-container .filtr-item {
  box-shadow: none;
  height: 320px;
  position: relative;
}
.cpt-title-wrapper {
  position: absolute;
  z-index: 999;
  left: 0px;
  bottom: -70px;
  background-color: white;
  padding: 15px;
  transition:
    transform 0.6s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.filtr-item:hover .cpt-title-wrapper {
  transform: translateY(-70px);
}
.filtr-item:hover .cpt-img {
  transform: translateY(-40px);
}
.filtr-item:hover .cpt-img::after {
  opacity: 0.3;
}
.cpt-img {
  height: calc(100% + 70px);
  transform: translateY(0);
  transition:
    transform 0.6s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.cpt-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #000038;
  opacity: 0;
  -webkit-transition: opacity 0.45s linear;
  transition: opacity 0.45s linear;
  z-index: 900;
}
.filter-controls .filter-item.filtering-active,
.filter-controls .filter-item:hover {
  background: #000038 !important;
}
.prague-header.full .prague-navigation, .prague-header.full .prague-navigation nav, .single-projects .prague-header.light.absolute.full {
    background-color: #000038 !important;
}
.prague-footer-info-block .footer-info-block-content p {
font-size:16px !important;
}
