/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/*
 * Style Style Sheet - Defines the main look like colors and backgrounds
 * Not all style related CSS is included, only colors and backgrounds which may change for different theme styles
 */


/* Base
----------------------------------------------------------------------------------------------------*/


/* Layout
----------------------------------------------------------------------------------------------------*/


/* Menus
----------------------------------------------------------------------------------------------------*/


/* Modules
----------------------------------------------------------------------------------------------------*/


/* Tools
----------------------------------------------------------------------------------------------------*/


.wpcf7-text {
    width: 360px;
    height: 25px;
    padding-left: 10px !important;
    
}                                         

.wpcf7-form-control-wrap textarea{
    width: 360px;
}

.wpcf7-text, .wpcf7-form-control-wrap textarea{ 
    background-color: #F9F9F9;
    border: 1px solid #969696;    
    box-shadow: 2px 2px 0 #E5E5E5;
    margin: 10px 0 25px;
    padding: 5px;
    position: relative;
    display: block;
    margin: 10px 0 0 0!important;  
}

.wpcf7-submit {
    width: 150px;
    height: 30px;
    box-shadow: 2px 2px 0 #E5E5E5;    
}

/* System
----------------------------------------------------------------------------------------------------*/



