/*
Theme Name: Strata
Theme URI: http://demo.qodeinteractive.com/strata/
Description: Strata Theme
Tags: portfolio, multi-purpose, clean, retina, responsive, corporate, parallax, mega menu, business, fullscreen, animations, white, creative, modern, ecommerce
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.1
License: GNU General Public License
License URI: licence/GPL.txt

*/

/*
CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.

1.1
- Updated Visual Composer to version 4.1.2
- Fixed WP 3.9 Qode Shortcodes bug
- Fixed WP 3.9 Qode Options image browser field bug
- Fixed bug fith Qode like
- Fixed admin CSS - Added "qode" prefix to admin style id
- Fixed bug with drop down menu background colors in Qode Options
- Fixed link in title for blog single post - type link
- Fixed font-family option for title and text in Qode Slider
- Fixed bug with Qode Custom fields saving zero values

1.0.2
- Updated Visual Composer to version 4.0.2
- Updated Layer Slider to version 5.1.1
- Fixed top header background color per page
- Fixed bug with hover color of first level menu item in Qode Options
- Fixed "Line Graph" shortcode
- Fixed css for wide menu with four columns
- Fixed Animated icons with text shortcode on touch devices
- Fixed input filed class for some fields in Qode Options
- Fixed Qode Slider, Qode Carousel and Testimonials exclude from search
- Fixed dropdown menu click for IE
- Fixed twitter share character numbering
- Fixed background color and positioning of content menu
- Fixed testimonials text color

1.0.1
- Fixed icons line-height in side menu
- Fixed arrow hover color on resent posts widget in sidebar
- Fixed content overlaping on qode slider and footer
- Fixed woocommerce css styles
- Fixed woocommerce placeholder translate
- Fixed related product number woocommerce filter
- Fixed navigation thumbs flickering in Chrome
- Fixed bug with tumblr icon field
- Fixed self hosted video on single portfolio for "Portfolio gallery" view
- Fixed woocommerce css style issue
- Fixed global header background color settings from page to page
- Fixed quotes for chosen fonts in Qode Options

*/


/* Contact 7 Forms
--------------------------------------------- */
.wpcf7-form{
    background: #f7f6f6;
    filter:alpha(opacity=95); /* IE */
    -moz-opacity:0.9; /* Mozilla */
    opacity: 0.9; /* CSS3 */
    height: 225px;
    overflow: hidden;
    margin-top: 10px;
    padding: 10px;
    border: 2px solid #fff;
}
.wpcf7-form h2{
    font-size : 20px;
    text-align: center;
}
.wpcf7-form input, .wpcf7-form textarea {
    border-color: #808080 #C0C0C0 #C0C0C0 #D4D4D4;
    border-style: solid;
    border-width: 1px;
    padding: 4px;
    line-height: 14px;
    font-size: 14px;
    width: 250px;
    float: none;
    margin: 0;
}
.wpcf7-form textarea {
    line-height: 16px;
    font-size: 14px;
    height: 100px;
}
.wpcf7-form p{
    font-size : 16px;
    margin-left: 20px;
    margin-top: 0px;
    margin-bottom: 0px;
    width: 290px;
    padding: 0 0 10px;
    color: #333;
}


.wpcf7-submit {

  background:linear-gradient(to top, #009AD4 0px, #00AEEF 100%) #00AEEF;
  border:1px solid #049CD4;
  border-bottom-left-radius:4px;
  border-bottom-right-radius:4px;
  border-top-left-radius:4px;
  border-top-right-radius:4px;
  box-shadow:rgba(255, 255, 255, 0.4) 0 1px 0 inset;
  box-sizing:content-box;
  color:#FFFFFF;
  cursor:pointer;
  display:inline-block;
  font-family:inherit;
  font-size:13px;
  font-style:normal;
  font-weight:400;
  height:35px;
  line-height:35px;
  margin:0;
  outline:0;
  padding:0 16px;
  position:relative;
  text-align:center;
  text-decoration:none;
  text-shadow:none;
  white-space:nowrap;
  width:auto;

}