/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

.wpcf7-list-item-label {
   color: black;

@media only screen and (min-width: 990px) {
   .row-col1 {
        width: 100% !important ;
   }
   .row-col1 label {
        width: 100% !important;
        padding: 0 0px 0 0;
   }
   .row-col1 input[type=text]{
       width: 97.5%;
   }
   .row-col1 select {
       width: 97.5%;
   }
   .row-col2 {
        width: 100% !important;
   }
   .row-col2 label {
        width: 50% !important;
        float: left;
   }
   .row-col2 input[type=text]{
       width: 95%;
   }
   .row-col2 input[type=email]{
       width: 95%;
   }
   .row-col2 input[type=tel]{
       width: 95%;
   }
   .row-col2 input[type=file]{
       width: 95%;
   }
   .row-col2 select {
        width: 95%;
   }
   .row-col3 {
       width: 100%
   }
   .form-title {
       position: relative;
       float: left;
       width: 100%;
       margin: 20px 0 20px 0px;
   }
   .form-title label {
       font-family: Futura PT Bold;
       font-size: 40px;
       color: #000;
   }
   
}
@media only screen and (max-width: 990px) {
    .row-col1 {
        max-width: 100% !important;
    }
    .row-col1 label{
        float: left;
        width: 100% !important;
        padding: 0 20px 0 20px;
    }
    .row-col1 input[type="submit"]{
        float: left;
        margin: 20px 0 20px 20px;
        padding: 20 20px 0 20px;
    }
    .top {
        max-width: 100% !important;
    }
    .top label{
        float: left;
        width: 100% !important;
        margin: 20px 0 0 0 ;
        padding: 20px 20px 0 20px;
    }

    .row-col2 {
        max-width: 100% !important;
    }
    .row-col2 label{
        float: left;
        width: 50% !important;
        padding: 0 20px 0 20px;
    }
    .row-col3 {
        max-width: 100% !important;
    }
    .row-col3 label{
        float: left;
        width: 33.3% !important;
        padding: 20px 20px 0 20px;
        height:200px;
        display: inline-block;
    }
    .row-col3 select{
        float: left;
        width: 29.6% !important;
        margin: 0 0px 0 10px;
        padding: 0px 0px 0 0px;
        height:50px;
        display: inline-block;
    }
    .row-col3 .wpcf7-form-control-wrap {
        padding: 0 0 0px 0;
    }
    .form-title {
        font-family: 'Dosis', sans-serif;
        color: #302f2c;
        font-weight: 500;
        font-size: 20pt;
        padding: 0 20px 0 20px;
        display: block;
    }
    .title {
        font-family: Futura PT Bold;		
    }
		
}
