html, body {
    font-family: "Wix Madefor Display", serif;
    font-weight: 400;
    color: #1E1E1E;
    line-height: 150%;
      
}

.wix-madefor-display-<uniquifier> {
    font-family: "Wix Madefor Display", serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
  }
body {
    background-color: #fff;

    
}
.ol-image {
    background-image: url(images/older.png);
    background-repeat: no-repeat;
    background-position: center top;
}
p {
    font-weight: 400;
}
a, .foto-box, .hover-box, .foto-box:hover .hover-box {
    
    transition: all ease-in-out 0.2s;
}
a:hover {
    color: #022727;
}
.custom-social {
    padding-left: 0 !important;
}
.custom-social li {
    padding-left: 0;
    list-style-type: none !important;
}
strong {
    font-weight: 800;
}
.text-content {
    line-height: 150%;
    font-size: 20px;    
}
.text-content p {
    padding-bottom: 20px;
}
.text-content ol {
    list-style-type: decimal;
    padding-left: 32px;
    padding-bottom: 20px;
}
.wpcf7 {
    
    margin: 0 auto;
}
#region-content h4 {
    font-size: 24px;
    padding-top: 32px;
    padding-bottom: 12px;
}
.foot-line {
    font-size: 20px;
    line-height: 150%;
    color: #000;
	}
.foot-line a {
    font-size: 20px !important;
    line-height: 150%;
    color: #b23e6c;
	}
#region-content p {
    font-size: 20px;
    line-height: 150%;
    padding-bottom: 12px;
}
.wpcf7 label {
    display: block;
    font-weight: 400;
    margin-bottom: 2px;
    color: #2F4808;
    font-size: 12px;
}

.wpcf7 input, .wpcf7 select {
    width: 100%;
    margin-bottom: 10px;
    padding: 12px;
    border: 0;
    border-radius: 8px;
    background-color: #fff;
}
.bef-line p {
    padding-left: 40px;
    border-left: 3px solid #1E1E1E;
}
.wpcf7 input::placeholder {
    color: #a1a1a1;
}
h1, h2, h3, h4, h5 {
    line-height: 120%;;
}
.wpcf7-submit {
    width: auto !important;
    background-color: #B23E6C !important;
    color: white;
    padding: 18px 30px !important;
    border-radius: 12px;
    font-size: 20px;
    font-weight: 800;
    text-transform: none;
    cursor: pointer;
    transition: 0.3s;
    /* border-top-left-radius: 0 !important; */
    /* border-top-right-radius: 0 !important; */
    margin: 0 auto !important;
    border: 0 !important;
}

.wpcf7-submit:hover {
    background-color: #c2186a;
}
.wpcf7-spinner {
    visibility: hidden;
    display: block !important;
    background-color: #23282d;
    opacity: 0.75;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: 0 24px;
    position: relative;
}
@media screen and (max-width: 768px) {
  .wpcf7-submit {
    width: auto !important;
    background-color: #B23E6C !important;
    color: white;
    padding: 18px 18px !important;
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
    font-size: 18px;
    font-weight: 800;
    text-transform: none;
    cursor: pointer;
    transition: 0.3s;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    margin: 0 auto !important;
    border: 0 !important;
}
  
}
img, video {
border-radius: 15px;
}
.info {
    padding-left: 7px;
}