#masthead {
  position: fixed !important;
  background:white;
  width: 100vw;
  padding:15px 30px 0 30px;
  margin-top: 0px;
}

.blog #masthead {
  margin-top: -80px;
}

.elementor-widget-container a {
  color: black;
}

/*
@media (max-width: 767px) {
	#masthead {
		margin-top: -60px;
	}
}
*/

.subprice {
  color: black;
  font-size: 16px;
  font-weight: 500;
}
.cky-btn-revisit-wrapper.cky-revisit-bottom-left {
  background-color: #5E12EB !important;
}


/* Blog */

.blog .page-content {
  display: flex;
  margin-top: 38px;
}

.post {
  margin: 16px;
}

.post a {
  color: #5E12EB;
}

/* END:Blog */

/* Blog-single */

.wp-singular .page-content {
  margin-top: 60px;
}

/* END:Blog-single */

/* FORMS */

[type="button"]:focus, [type="button"]:hover, [type="submit"]:focus, [type="submit"]:hover, button:focus, button:hover {
  background-color: #fff;
  color: #5E12EB;
  border:solid 2px #5E12EB;
}

[type="button"], [type="submit"], button {
  background-color: #5E12EB !important;
  border: none !important;
  color: #fff !important;
  font-weight: 600 !important;
}
.form-inline-wrap p {
  display: flex;
}

.wpcf7-form.init label {
  font-weight: 600;
}
.wpcf7-list-item-label a {
  color: #5E12EB;
}
.wpcf7-list-item-label a:hover {
  color: #21005F;
	font-weight:700;
}

.wpcf7-form-control.wpcf7-submit.has-spinner {
  width: 100%;
  padding:20px;
}

/* END: FORMS */
