/* =WordPress Core
-------------------------------------------------------------- */
.wpcf7-checkbox .wpcf7-list-item {
	padding: 6px 0;
	display: block;
	margin: 0;
}
.wpcf7-checkbox  .wpcf7-list-item-label {
	padding-left: 37px !important;
}
.wpcf7-checkbox label {
    font-size: 22px;
    font-weight: 300;
    font-family: "Source Sans Pro","Helvetica Neue",Arial,sans-serif;
    margin: 0;
}
.wpcf7-checkbox .note-input {
    border: solid #000;
    border-width: 0 0 1px;
    margin: 0 0 2px 7px;
    background: 0 0;
    font-size: 18px;
    font-weight: 300;
    font-family: "Source Sans Pro","Helvetica Neue",Arial,sans-serif;
    max-width: 43%;
}
.wpcf7-checkbox .wpcf7-list-item-label:after {
	font-size: 20px !important;
}
.step-form .wpcf7-not-valid-tip  {
	display: none !important;
}
span.wpcf7-not-valid-tip {
    font-family: Roboto,sans-serif;
    font-weight: 400;
    font-size: 14px;
    margin: 3px 0 0;
    letter-spacing: .5px;
}
@media (min-width: 576px) {
	.wpcf7-checkbox .note-input {
    	max-width: 50%;
	}
}
.visual-intro .intro-content {
    background: none;
}
/*.items-row a:last-child.active-state .img .big-description-img,
.items-row a:last-child.active-tab .img .big-description-img,
.items-row a:last-child:hover .img .big-description-img {
    width: 70%;
}*/
.features-row .ico img {
    height: 58px;
    max-width: none;
    width: auto;
}

.tab-section .img-holder img {
    border: none;
}
@media (max-width: 767px) {
    .items-row a:last-child.active-state .img .big-description-img,
    .items-row a:last-child.active-tab .img .big-description-img,
    .items-row a:last-child .img .big-description-img {
        max-width: 130px;
    }
}
.js-anim-visible {
    opacity: 0;
    transition: opacity 0.5s ease;
}
.js-anim-visible.in-view {
    opacity: 1;
}
.information-section.bg-img .js-anim-visible:nth-child(2),
.small-text-info .js-anim-visible:nth-child(2),
.resources-slider .js-anim-visible:nth-child(2),
.item-description.alt .js-anim-visible:nth-child(2),
.galleries-section .js-anim-visible:nth-child(2),
.col-lg-10 .js-anim-visible:nth-child(2),
.information-section .two-cols .js-anim-visible:nth-child(2),
.two-cols .col-md-6:nth-child(2) .js-anim-visible,
.set-boxes.js-anim-visible,
.three-boxes .js-anim-visible:nth-child(2) {
    transition: opacity 0.5s ease 0.2s;
}
.information-section.bg-img .js-anim-visible:nth-child(3),
.small-text-info .js-anim-visible:nth-child(3),
.information-section .two-cols .js-anim-visible:nth-child(3),
.resources-slider .js-anim-visible:nth-child(3),
.item-description.alt .js-anim-visible:nth-child(3),
.three-boxes .js-anim-visible:nth-child(3) {
    transition: opacity 0.5s ease 0.4s;
}
.small-text-info .js-anim-visible:nth-child(4) {
    transition: opacity 0.5s ease 0.6s;
}

@media (min-width: 768px) {
  .big-boxes .center-boxes .row {
    justify-content: center;
  }
}

.main-slider .slide-intro {
  margin-bottom: 12px;
  font-size: 30px;
}

.main-slider .slide-subtitle {
  margin-top: 16px;
}

.main-slider .slide-subtitle + .btn {
  margin-top: 52px;
}