/*

Theme Name: Pro &ndash; Child Theme
Theme URI: https://theme.co/pro/
Author: Themeco
Author URI: https://theme.co/
Description: Make all of your modifications to Pro in this child theme.
Version: 1.0.0
Template: pro

*/
/* back to top button */
.x-scroll-top.right {
    right: 40px;
}

.x-scroll-top.in {
    bottom: 40px;
    opacity: 1;
    border-width: 2px;
    border-radius: 10px;
}

a:hover.x-scroll-top {
    background-color: #ffffff;
    border-color: #fff;
}

/* Contact Form 7 customization */
span.wpcf7-list-item {
    display: block;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
    background-color: #fff;
    font-size: 1.1em;
    border: 1px solid rgba(130, 130, 130, .75);
}

.wpcf7 input[type="radio"],
.wpcf7 input[type="checkbox"] {
    margin: 4px;
}


.wpcf7 input[type="submit"] {
    text-shadow: none;
    box-shadow: none;
    margin: 1.8em 1.8em 0.8em 0em;
    border-radius: 0.4em;
    border: none;
    font-size: 1.2em;
    background-color:
        rgb(195, 141, 75);
}

.wpcf7-not-valid-tip {
    font-size: 12pt;
    color: red;
    padding: 10px;
    margin: 10px;
    border: 1px solid red;
}
