.main-page-heading { margin-bottom: inherit !important; }

.template h1 {
    text-transform: uppercase;
}
.template h1 {
    font-size: 40px;
    margin-bottom: 0;
}
.template h2 {
    font-weight: normal;
    margin-top: 0;
    font-size: 40px;
}


.flipecostyle-uc {
    text-transform: uppercase;
}

.flipecostyle-green, .flipecostyle-green a {
    color: #9cd139;
}

.flipecostyle-rubik-black {
    font-family: Rubik, Helvetica, Arial, sans-serif;
    font-weight: 900;
    font-size: 39px;
}

.form-control:focus {
  border-color: #9cd139;
  /* box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6); */
}

.flipecostyle-spot-title {
    display: inline-block;
    line-height: 16px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    color: #2b2b2b;
}

.flipecostyle-rounded-button {
    display: inline-block;
    background-color: transparent;
    background-image: none;
    border: 2px solid #2b2b2b;
    padding: 14px 22px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    color: #2b2b2b;
    border-radius: 26px;
}
.btn-primary.flipecostyle-rounded-button,
.flipecostyle-rounded-button:active,
.flipecostyle-rounded-button:hover {
    border-color: #9cd139;
    background-color: #9cd139;
    color: #fff;
}
.flipecostyle-rounded-button:hover, .flipecostyle-rounded-button a:hover {
    text-decoration: none;
}

.flipecostyle-rounded-button:focus {
    border-color: #9cd139;
    background-color: #9cd139;
    background-color: transparent;
    color: #fff;
}


.flipecostyle-big-circle {
    max-width: 230px;
    display: flex;
    margin: 0 auto;
    text-align: center;
    border: 2px solid #2b2b2b;
    border-radius: 50%;
    justify-content: center;
    align-items: center;

}

.flipecostyle-big-circle > div {
    width: 80%;
}

.flipecostyle-big-circle p {
    font-size: 14px;
    margin-top: -5px;
    margin-bottom: 0;
}
.flipecostyle-big-circle .flipecostyle-green {
    font-size: 65px;
}

.ilmari-editing .ilmari-mod {border: 3px dashed pink; }
