/*
* Add child theme CSS Rules
*/

#back-top {
    position: fixed;
    bottom: 100px;
    left: 30px;
    margin-bottom: 0;
    z-index: 999;
}

.grecaptcha-badge { visibility: hidden; }

.wpcf7 form .wpcf7-response-output {
    margin: 8em 0.5em 1em;
    padding: 0.2em 1em;
    border: 0px solid #000000;
    border-top-color: rgb(0, 160, 210);
    border-right-color: rgb(0, 160, 210);
    border-bottom-color: rgb(0, 160, 210);
    border-left-color: rgb(0, 160, 210);
}



.single .post_format-post-format-quote .quote-link-content {
    background: #70ab22;
    color: #fff;
    padding: 30px;
}