.masonry-brick {
	cursor: pointer !important;
}

.ff-default .ff-el-form-control {
	border-radius: 0;
}

.margin-bottom-24 {
	margin-bottom: 24px;
}

/* --- Forms --- */

  .checkbox-wrapper input[type="checkbox"] {
    visibility: hidden;
    display: none;
  }

  .checkbox-wrapper *,
  .checkbox-wrapper ::after,
  .checkbox-wrapper ::before {
    box-sizing: border-box;
  }

  .checkbox-wrapper {
    position: relative;
    display: block;
    overflow: hidden;
  }
  .checkbox-wrapper .check {
    width: 50px;
    height: 50px;
    position: absolute;
    opacity: 0;
  }
  .checkbox-wrapper .label svg {
    vertical-align: middle;
  }
  .checkbox-wrapper .path1 {
    stroke-dasharray: 400;
    stroke-dashoffset: 400;
    transition: .5s all;
  }
  .checkbox-wrapper .check:checked + label svg g path {
    stroke-dashoffset: 0;
  }

  .checkbox-wrapper .labeltext {
    padding-left: 48px;
	display: block;
	position: relative;
	top: -36px;
  }

.ci_contact_form {
	color: #2c1e18 !important;
}

/* --- /Forms --- */

@media (max-width: 768px) {
	.stk-button {
		width: 300px;
	}
}


@media (max-width: 1024px) {
	.blog .ct-container section {
		margin: 0;
		width: 100%;
	}
}
