.prague-header .prague-logo .image_logo {
  width: 136px;
  height: auto;
  display: block;
}

.prague-footer .prague-logo .image_logo {
  width: 160px;
  height: auto;
  display: block;
}

.prague-header.simple.sticky-menu.light,
.prague-header.simple.sticky-menu.light.static,
.prague-header.simple.sticky-menu.light.scroll {
  background-color: #333333;
}

.top-banner,
.project-detail-fullscreen,
.project-detail-main-slide,
.project-grid-item-img,
.project-list-img,
.team-outer,
.detail-parallax-item-bg,
.ca-home-intro-photo,
.ca-home-cta {
  background-color: #b7aea4;
}

.prague-footer {
  background-color: #333333;
  background-image: none;
}

.prague-footer:before {
  display: none;
}

.prague-footer .footer-top-content .prague-footer-main-block .footer-main-content,
.prague-footer .footer-top-content .prague-footer-main-block .footer-main-content p,
.prague-footer-info-block .footer-info-block-title,
.prague-footer-info-block .footer-info-block-content,
.prague-footer-info-block .footer-info-block-content p,
.prague-footer-info-block .footer-info-block-content a,
.prague-footer-info-block .footer-info-block-content a:hover,
.prague-footer .footer-bottom-content .footer-copyright,
.prague-footer .footer-bottom-content .footer-copyright p {
  color: #ffffff;
}

.prague-footer .footer-top-content {
  border-bottom-color: rgba(255, 255, 255, 0.28);
}

.ca-home-hero .project-detail-fullscreen-content {
  left: 0;
  right: 0;
  bottom: auto;
  top: 50%;
  width: 100%;
  padding: 0 10%;
  text-align: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.ca-home-hero .project-detail-full-thumb,
.ca-home-hero .project-detail-full-overlay {
  display: none !important;
}

.ca-home-hero .project-detail-main-slide {
  position: relative;
}

.ca-home-hero .project-detail-main-slide:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  pointer-events: none;
  z-index: 1;
}

.ca-home-hero .slick-arrow {
  z-index: 6;
}

.ca-home-hero .slick-arrow.slick-prev {
  left: 48px;
}

.ca-home-hero .slick-arrow.slick-prev:hover {
  left: 40px;
}

.ca-home-hero .slick-arrow.slick-next {
  right: 48px;
}

.ca-home-hero .slick-arrow.slick-next:hover {
  right: 40px;
}

.ca-home-intro:before,
.ca-home-intro:after {
  display: none;
}

.ca-home-intro {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-lines: multiple;
  flex-wrap: wrap;
}

.ca-home-intro > [class*="col-"] {
  float: none;
}

.ca-home-intro .a-btn-arrow-2 {
  margin-top: 22px;
}

.ca-home-intro .heading .content p:not(:last-child) {
  margin-bottom: 14px;
}

.ca-home-intro-photo {
  height: auto;
  background-image: none;
}

.ca-home-intro-photo img {
  display: block;
  width: 100%;
  height: auto;
}

.ca-home-services .services-item-title {
  min-height: 66px;
  line-height: 33px;
}

.ca-home-cta {
  position: relative;
  min-height: 560px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.ca-home-cta:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(17, 17, 17, 0.45);
}

.ca-home-cta-content {
  position: relative;
  z-index: 1;
  max-width: 760px;
  padding: 90px 24px;
}

.ca-home-cta h2,
.ca-home-cta p {
  color: #fff;
}

.ca-home-cta h2 {
  margin-top: 0;
  margin-bottom: 18px;
}

.ca-home-cta .a-btn {
  margin-top: 18px;
}

.ca-studio {
  margin-bottom: 160px;
}

.ca-studio .team-wrapper {
  margin-bottom: 0;
}

.ca-services-list .project-list-item .project-list-outer .project-list-wrapper {
  min-height: 480px;
  height: auto;
  overflow: visible;
}

.ca-services-list .project-list-item .project-list-outer .project-list-wrapper .project-list-content {
  width: 43%;
}

.ca-services-list .project-list-excerpt p + p {
  margin-top: 14px;
}

.prague-formidable .frm_forms.with_frm_style #contactform input[type="submit"],
.prague-formidable .frm_forms.with_frm_style #contactform input[type="submit"]:hover,
.prague-formidable .frm_forms.with_frm_style #contactform input[type="submit"]:focus,
.prague-formidable .frm_forms.with_frm_style #contactform input[type="submit"]:active {
  background-image: none;
  background-color: transparent;
  border: 1px solid #111111;
  color: #111111;
  border-radius: 0;
  padding: 15px 42px;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: none;
}

.prague-formidable .frm_forms.with_frm_style #contactform input[type="submit"]:hover,
.prague-formidable .frm_forms.with_frm_style #contactform input[type="submit"]:focus {
  background-color: #111111;
  color: #ffffff;
}

#contactform textarea,
#contactform .ca-check {
  display: block;
}

#contactform textarea {
  margin-bottom: 20px;
}

#contactform .ca-check {
  margin: 0;
}

#contactform .ca-check + .ca-check {
  margin-top: 6px;
}

#contactform .frm_submit {
  text-align: left;
  margin-top: 20px;
}

#contactform .frm_submit .arrow-right {
  display: none;
}

.ca-services-list .project-list-item:nth-child(odd) .project-list-outer .project-list-wrapper .project-list-img,
.ca-services-list .project-list-item:nth-child(even) .project-list-outer .project-list-wrapper .project-list-img {
  width: 50%;
  height: 480px;
  top: 0;
  bottom: auto;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.ca-portfolio-grid:not(.ca-filtered) .portfolio-item-wrapp:not(.p_f_featured) {
  display: none;
}

.ca-filters {
  list-style: none;
  margin: 30px 0 0;
  padding: 0;
}

.ca-filters li {
  border-bottom: 1px solid rgba(17, 17, 17, 0.12);
}

.ca-filters a {
  display: block;
  padding: 18px 0;
  color: #191919;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 13px;
}

.ca-filters li.active a,
.ca-filters a:hover {
  color: #9a7b4f;
}

.ca-badge {
  display: inline-block;
  margin-top: 8px;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.ca-check {
  margin: 4px 0;
  font-size: 14px;
  line-height: 1.4;
}

.ca-check input {
  margin-right: 8px;
}

.ca-form-note {
  margin-top: 24px;
}

.prague-header.light .main-menu li a,
.prague-header.light .main-menu li:hover a,
.prague-header.light .main-menu li.current-menu-item a {
  color: #ffffff;
  opacity: 1;
}

@media screen and (max-width: 1199px) {
  .prague-header.light .prague-navigation,
  .prague-header.light .main-menu .sub-menu {
    background-color: #333333;
  }
}

.ca-map {
  margin: 140px 0 0;
  padding: 0;
  line-height: 0;
  font-size: 0;
}

.ca-map iframe {
  display: block;
  width: 100%;
  height: 460px;
  margin: 0;
  border: 0;
  vertical-align: top;
}

.project-detail-fullscreen-content {
  z-index: 5;
}

.project-detail-parallax-cover {
  display: none !important;
}

.project-detail-parallax-item .detail-parallax-item-bg {
  display: block !important;
}

.detail-parallax-text-item-header-on > img {
  left: 0 !important;
  top: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none;
  -webkit-transform: none !important;
  transform: none !important;
  object-fit: cover;
}

.detail-parallax-text-item .detail-parallax-item-center {
  width: -webkit-fit-content;
  width: fit-content;
  max-width: min(36em, calc(100% - 48px));
  min-height: 0;
  padding: 50px;
}

.detail-parallax-text-item .detail-parallax-item-center .detail-parallax-item-center-title {
  margin-top: 0;
}

.detail-parallax-text-item .detail-parallax-item-center .detail-parallax-item-center-description {
  max-width: none;
}

.no-padd-inner .ca-project-photo {
  display: block;
  width: 100%;
  height: auto;
}

.ca-project-detail:after {
  content: "";
  display: table;
  clear: both;
}

.ca-project-detail .wpb_single_image:last-child {
  margin-bottom: 0 !important;
}

@media (min-width: 992px) {
  .ca-project-detail .ca-project-photos {
    padding-top: 65px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .ca-project-detail .ca-project-photos {
    padding-top: 30px;
  }
}

@media (max-width: 991px) {
  .ca-services-list .project-list-item:nth-child(odd) .project-list-outer .project-list-wrapper .project-list-img,
  .ca-services-list .project-list-item:nth-child(even) .project-list-outer .project-list-wrapper .project-list-img {
    position: relative;
    width: 100%;
    left: 0;
    right: 0;
    height: 320px;
  }

  .ca-services-list .project-list-item .project-list-outer .project-list-wrapper {
    height: auto;
    min-height: 0;
    display: block;
  }

  .ca-home-intro-photo {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .ca-portfolio-layout .ca-filter-col {
    margin-bottom: 30px;
  }

  .ca-home-hero .project-detail-fullscreen-content {
    padding: 0 24px;
  }
}
