/* Enter Your Custom CSS Here */
/* WPForms style */
div.wpforms-container-full .wpforms-form button[type=submit].wpforms-submit {
	border-style: solid;
    border-top-width: 0;
    border-right-width: 0;
    border-left-width: 0;
    border-bottom-width: 0;
    color: #ffffff;
    border-color: #57d6f2;
    background-color: #57d6f2;
    border-radius: 2px;
    padding-top: 10px;
    padding-right: 40px;
    padding-bottom: 10px;
    padding-left: 40px;
    font-family: inherit;
    font-weight: inherit;
    line-height: 1;
}
div.wpforms-container-full {
    width: 100%;
}
/* Header section */
div.ast-site-identity {
		max-width: 410px;
}
div.ast-site-identity .site-title {
		font-size: 28px;
}
@media screen and (max-width: 1024px) {
	div.ast-site-title-wrap {
		display: none;
	}
}
/* Page /become-a-life-coach/ */
p.price_block {
		font-size: 18px;
  	border: 3px solid #57d6f2;
    padding: 20px;
}
/* Page /mini-courses/ */
.my-anchor {
	width: 100%;
	height: 0px;
	padding: 0px;
  margin: 0px;
}
.ugb-e2b9fb5 .ugb-header__subtitle a {
  color: #57d6f2;
}
/* Page HOMEPAGE (form subscribe) */
.ugb-cta.ugb-cta--v2 .ugb-cta__description, .ugb-cta.ugb-cta--v2 .ugb-cta__title {
  margin: 0 0 40px;
	font-size: 32px !important;
}
/* Page HOMEPAGE (cards) */
.card_homepage .ugb-card__content {
	display: flex;
	justify-content: space-between;
}
.card_homepage.ugb-card.ugb-card--v2.ugb-card--design-faded .ugb-card__content {
  padding-top: 60px;
}
.card_homepage .ugb-card__title {
	min-height: 100px;
}
/* All Pages */
@media (max-width: 921px) {
	#primary {
    padding: 0;
    margin: 0;
	}
}