/* Form styling */

.wpcf7-form.sent > p {
    display: none;
}

div.wpcf7-mail-sent-ok {
    border: none;
    font-size: 24px;
    line-height: 1.3;
    font-weight: 600;
}

div.wpcf7-response-output {
margin: 0;
padding: 0 0 30px 0;
}

div.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
display: none !important;
}

.icon-button.download-icon {
color: #fff;
background: #1360b7;
padding: 10px 20px;
font-weight: 600;
}

.wpcf7 input, .wpcf7-textarea {
background-color: #fff;
border: 1px solid #666;
box-shadow: none;
font-size: 18px;
color: #111;
}

.wpcf7-form-control.wpcf7-submit {
color: #fff;
background: #1360b7;
padding: 10px 20px;
font-weight: 600;
border: none;
}

.wpcf7 input:hover[type="submit"] {
color: #fff;
background: #1360b7;
padding: 10px 20px;
font-weight: 600;
border: none;
}

.wpcf7 input[type="submit"] {
margin-top: 20px;
padding: 15px 25px 10px 25px !important;
font-family: "Titillium", sans-serif;
font-size: 21px !important;
}

.wpcf7 ..entry-content p {
    margin-bottom: 2.3rem  !important;
}

@media (min-width: 768px) {
 div.wpcf7 {
width: 90%;
 }
}

.content_vert-align {
display: flex;
align-items: center;
background: #fff;
padding: 1.2em;
margin-top: 1.2em !important;
}

@media (max-width: 768px) {
 .content_vert-align {
display: block;
}
}

.content_vert-align .wpb_text_column {
padding: 1em 0;
}

.content_vert-align:first-of-type {
margin-top: 3em !important;
}

.content_vert-align:first-of-type.wpb_single_image {
margin-top: 0 !important;
}

.content_wrap_narrow.content_wrap_no-pad  {
padding-top: 0 !important;
}

.wpb_button {
    color: #ffffff !important;
}