/**
 * Theme Name:  Friendly Tech Theme
 * Version:     1.0
 */

*,
:after,
:before {
    box-sizing: border-box;
}

#wpcf7-f4-o1 {
    display: flex;
}

#wpcf7-f902-o1 {
    display: flex;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
textarea.ft-control.ft-control-secondary {
    max-height: 110px;
}

.wpcf7-list-item-label {
    font-size: 12px;
    font-weight: normal;
    line-height: 24px;
    letter-spacing: -0.0947368px;
    color: #5A5A5C;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.screen-reader-response{
    display: none;
}

.wpcf7-response-output {
    position: absolute;
    left: 27%;
}