/*--------------------------------------------------------------
# FAQ
--------------------------------------------------------------*/
.wp-block-yoast-faq-block{
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.schema-faq-section{
    cursor: pointer;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
    background-color: #fff;
} 
.schema-faq-question {
    cursor: pointer;
    font-family: "halyard-display",Sans-serif;
    font-size: 18px;
    font-weight: 700;
    position: relative;
    display: block;
    max-width: 95%;
    padding: 15px;
    color: var(--wp--preset--color--primary) !important;
}
.schema-faq-question s{
    display: inline-block;
    font-weight: 600;
    text-decoration: none;
}
.schema-faq-question .fa-plus,
.schema-faq-question .fa-minus{
    min-height: 24px;
    min-width: 24px;
    justify-content: center;
    align-items: center;
    color: var(--wp--preset--color--primary) !important;
    background: var(--wp--preset--color--blue);
    border-radius: 100%;
    font-size: 1.5em;
}
.schema-faq-section.active i.fa-minus{
    opacity: .5;
}
.schema-faq-answer{
    margin-top: 0;
    padding: 15px;
}
@media only screen and (min-width: 1000px){
    .schema-faq-question .fa-arrow{
        position: absolute;
        top: 50%;
        transform: translate(0, -50%);
        right: -1rem;
    }
}
/*--------------------------------------------------------------
# CF7
--------------------------------------------------------------*/
.wpcf7-inline-field.checkbox{
    display: flex!important;
    flex-direction: column;
    color: black;
    width: 100%!important;
}
.wpcf7 label,
.wpcf7-acceptance{
    color: black;
}
.wpcf7-form.init p:not(.wpcf7-inline-wide){
    margin: 0 0 1rem 0;
}
.wpcf7-inline-wide{
    margin: 0;
}
.wpcf7-list-item{
    margin: 0 2rem 0 0;
  }
.wpcf7-inline-wrapper {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin: 1rem 0;
}
.wpcf7-inline-wrapper .wpcf7-inline-field {
    width: 50%;
    display: table-cell;
    vertical-align: top;
    padding: 0px .25rem;
}
.wpcf7-inline-wrapper .wpcf7-inline-field:first-child {
    padding-left: 0;
}
.wpcf7-inline-wrapper .wpcf7-inline-field:last-child {
    padding-right: 0;
}
.wpcf7-form.init .flex{
    align-content: start;
    gap: 0.2rem;
}
.wpcf7-inline-wide.right{
    position: relative;
}
.wpcf7-inline-wide.right::after {
    position: absolute;
    right: 1.4rem;
    top: 55%;
}
.wpcf7-inline-wrapper.right input {
    float: right;
}
.wpcf7 input[type="email"], 
.wpcf7 input[type="tel"],
.wpcf7 input[type="text"],
.wpcf7 select,
.wpcf7 textarea{
    width: 100%;
    padding: 10px;
    background: #fff;
    border: 1px solid black;
}
.wpcf7 input::placeholder,
.wpcf7-textarea::placeholder{
    opacity: 1!important;
  }
.wpcf7-inline-wide.right {
    display: flex;
    justify-content: end;
}
.wpcf7-spinner{
    display: none;
}
/* Lite Youtube */
lite-youtube iframe {
	border: none;
	max-width: 100%;
}