/*
Theme Name: Bootstrap Basic Child
Theme URI: https://rundiz.com
Author: Rundiz-WP team
Author URI: https://github.com/Rundiz-WP
Template: bootstrap-basic
Description: Bootstrap v.3 basic theme for developers to build their new theme very fast and easy. (WordPress 5 or Gutenberg ready.) The concept is to keep it basic, no rich features, no additional functions; all of these for theme developers will be easier to start develop their theme. Please read notice on Bootstrap Basic Help page in Dashboard > Appearance > Bootstrap Basic Help.
Version: 1.3.1
Requires PHP: 5.4
Requires at least: 4.0
Tested up to: 6.8
License: MIT
License URI: https://opensource.org/licenses/MIT
Text Domain: bootstrap-basic
Domain Path: /languages/
Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-menu, featured-images, front-page-post-form, post-formats, threaded-comments, translation-ready

This theme built with Twitter Bootstrap v.3. It is basic theme with basic style for build new theme with Bootstrap.

*/


.wpcf7{
    font-family: "Goldplay", Sans-serif;
    color: #3D4B67;
}

.wpcf7 label{
    width: 100%;
}

.wpcf7 input.wpcf7-text,
.wpcf7 .wpcf7-number{
    width: 100%;
}

.wpcf7 .wpcf7-text,
.wpcf7 .wpcf7-number{
    border: none !important;
    border-radius: 15px !important;
    background-color: #EDEDED !important;
    padding: 6px 15px !important;
    font-weight: normal !important;
    font-size: 14px !important;
}

.wpcf7 .wpcf7-list-item{
    width: 100%;
}

.wpcf7 input[type=checkbox]{

}

.wpcf7 .wpcf7-acceptance{
    display: block;
    text-align: center;
    color: #0077D4;
    font-size: 18px;
}

.wpcf7 .wpcf7-submit{
    background-color: #00FF70 !important;
    color: #0077D4 !important;
    font-weight: bold !important;
    font-size: 20px !important;
    border: none !important;
    border-radius: 15px !important;
    padding: 5px 60px !important;
    opacity: 1 !important;
    transition: 150ms opacity ease-in-out !important;
}
.wpcf7 .wpcf7-submit:disabled{
    opacity: .5 !important;
}

.wpcf7-spinner:nth-of-type(2) {
    display: none !important;
}

.wpcf7 .wpcf7-spinner{
    position: absolute;
    right: 0px;
    bottom: 20px;
    width: 20px;
    height: 20px;
}