.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}:root {
--main-color: #0088aa;
}
#frame-drum-beats-app-wrap {
position: relative;
box-sizing: border-box;
}
#frame-drum-beats-app-wrap *,
#fdb-player-wrap * {
box-sizing: border-box;
}
#fdb-top-bar {
margin-bottom: 50px;
}
#fdb-top-controls {
display: flex;
justify-content: space-between;
}
.fdb-button {
background-color: var(--main-color);
border: 2px solid var(--main-color);
color: #fff;
font-weight: 600;
font-size: 28px;
line-height: 28px;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
padding: 10px;
border-radius: 8px;
cursor: pointer;
}
.fdb-button.ghost {
background-color: transparent;
}
.square { }
.fdb-bpm {
width: 80px;
}
.fdb-bpm-display {
font-size: 50px;
line-height: 50px;
font-weight: 800;
text-align: center;
color: #000;
}
.fdb-display-label {
width: 100%;
font-size: 16px;
font-weight: 600;
text-align: center;
color: #000;
}
#fdb-bucket {
margin-bottom: 50px;
}
.fdb-measure-wrap {
padding: 10px;
background-color: #e6f3f7;
display: flex;
justify-content: space-between;
position: relative;
margin: 5px 0;
}
.fdb-clone-measure,
.fdb-change-beats {
width: 60px;
}
.fdb-change-beats,
div.fdb-random-beats {
margin-left: 20px;
}
.fdb-beat-wrap {
border: 1px solid var(--main-color);
background-color: #fff;
display: flex;
margin: 0 5px;
padding: 8px 0;
}
.fdb-half-beat {
min-width: 50px;
min-height: 43px;
cursor: pointer;
text-align: center;
font-size: 26px;
color: #000;
padding: 0 8px;
}
.fdb-half-beat.divider {
border-right: 1px solid var(--main-color);
}
.fdb-half-beat.active {
background-color: #e6f3f7;
}
.fdb-elements-wrap {
display: flex;
justify-content: space-between;
}
.fdb-beat-elements-wrap {
display: flex;
flex-grow: 2;
flex-wrap: wrap;
row-gap: 20px;
}
#fdb-beat-box {
display: none;
padding: 10px 15px;
background-color: #fff;
border: 1px solid var(--main-color);
box-shadow: 0 3px 5px 3px rgba(0,0,0,.2);
z-index: 10;
position: absolute;
}
#fdb-beat-box-close {
width: 50px;
font-size: 40px;
}
.fdb-beat-box-inner {
flex-grow: 2;
padding: 20px;
display: flex;
flex-wrap: wrap;
row-gap: 20px;
justify-content: center;
}
.fdb-beat {
display: inline-block;
font-size: 24px;
padding: 5px 10px;
cursor: pointer;
margin: 0 10px;
border-radius: 8px;
color: #fff;
}
.fdb-color-1 {
background-color: #ff6600;
}
.fdb-color-2 {
background-color: #aad400;
}
.fdb-color-3 {
background-color: #d40000;
}
.fdb-color-4 {
background-color: #ffcc00;
}
.fdb-color-5 {
background-color: #ff0066;
}
.fdb-color-6 {
background-color: #00aad4;
}
.fdb-color-7 {
background-color: #d35f8d;
}
.fdb-color-8 {
background-color: #8800aa;
}
#fdb-change-beats-control {
width: 140px;
display: none;
justify-content: space-between;
position: absolute;
background-color: #fff;
border: 1px solid var(--main-color);
box-shadow: 0 3px 5px 3px rgba(0,0,0,.2);
padding: 10px;
z-index: 10;
border-radius: 10px;
}
#fdb-change-beats-control .fdb-button {
font-size: 40px;
width: 50px;
}
#fdb-play-all-wrap {
text-align: right;
display: none;
}
#fdb-play-all {
display: inline-block;
margin-bottom: 30px;
color: var(--main-color);
font-size: 24px;
}
#fdb-player-wrap {
position: relative;
z-index: 50000;
height: 100vh;
width: 100vw;
background-color: rgba(255,255,255,.98);
position: fixed;
top: 0;
left: 0;
padding: 3vw;
flex-direction: column;
justify-content: space-between;
box-sizing: border-box;
}
.fdb-player-top {
width: 100%;
max-width: 600px;
margin: 0 auto;
}
#fdb-player-close {
position: absolute;
top: 3vw;
right: 3vw;
cursor: pointer;
color: #000;
font-weight: 900;
font-size: 40px;
line-height: 40px;
}
#fdb-player-countdown {
background-color: rgba(255,255,255,.7);
z-index: 100;
height: 100vh;
width: 100vw;
display: none;
align-items: center;
justify-content: center;
position: absolute;
top: 0;
left: 0;
}
#fdb-player-countdown-number {
font-weight: 900;
font-size: 100px;
text-align: center;
color: var(--main-color);
}
#fdb-player-middle .fdb-beat-elements-wrap {
margin-bottom: 20px;
}
#fdb-tooltips-control {
margin: 50px 0;
}
#fdb-tooltips-control span {
cursor: pointer;
}