/*
Theme Name: Cobalt 2
Author: Janis Svitins
Author URI: http://www.jsh.lv/
Version: 1.0
*/

.searchwp-live-search-results {background: #0240a1!important}

.wpcf7-not-valid-tip {
	color:#FF9C9C;
}
@media screen and (min-width: 1024px) {
	.section-article .article-body {margin-top: 40px;}
}

.section-testimonials--purple {background: #c2b6ff;}

.swiper.one {margin-left: 0;}

.card.card--post .card-details {text-decoration: none;}

.txt p {line-height: 1.6em; letter-spacing: 0.05em;}

.header-i li.active a {color: #9fffec;}

.section-service-top .service-top-info .service-top-contacts .service-contact-list .service-contact-item .item-email a {white-space: nowrap;}

.link-list.big ul li a {font-size: 50px; font-family: "Ryhmes Display", serif; text-decoration: none;}
.link-list.big ul li { margin-bottom: 40px; }

@media screen and (max-width: 575px) {
    .link-list.big ul li a {
        font-size: 28px;
        line-height: 1.1;
    }
    .link-list ul {
        columns: 1;
    }
}

.hero-bg video {
  position: absolute;
  z-index: 0;
  object-fit: cover;
  width:100%;
  height:100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  &::-webkit-media-controls {
     display:none !important;
  }
}

.hero-bg {overflow: hidden;}

.expand-item.is-active .item-content {
    max-height: 100000px;
}