/*
Theme Name: Divi Child Theme
Template: Divi
Theme URI: http://www.elegantthemes.com/gallery/divi/
Version: 2.6.4.4
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Tags: responsive-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, featured-images, full-width-template, post-formats, rtl-language-support, theme-options, threaded-comments, translation-ready
License: GNU General Public License v2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

@import url("../Divi/style.css");

/* =Theme customization starts here
------------------------------------------------------- */

/*#main-header {
    background-color: #000;
}*/





input[type=text],
input[type=password],
input[type=tel],
input[type=email],
input.text,
input.title,
textarea,
select{
	width: 100%;
    padding: 16px;
    border: 1px solid #eee;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0px;
    color: #999;
    background-color: #fff;
    font-size: 14px;
}

.wpcf7 .wpcf7-text, .wpcf7 .wpcf7-select, .wpcf7 .wpcf7-textarea{
	width: 90%;
    padding: 16px;
    border: 1px solid #eee;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0px;
    background-color: #fff;
    font-size: 14px;
	color: #505050;
}

.yikes-easy-mc-form input[type=email], .yikes-easy-mc-form input[type=number], .yikes-easy-mc-form input[type=password], .yikes-easy-mc-form input[type=text], .yikes-easy-mc-form input[type=url], .yikes-easy-mc-form select, .yikes-easy-mc-form textarea, .yikes-easy-mc-email, .yikes-easy-mc-phone, .yikes-easy-mc-text, .yikes-easy-mc-birthday  {
	width: 90%;
    padding: 16px;
    border: 1px solid #eee;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0px;
    background-color: #fff;
    font-size: 14px;
	color: #505050;
}


.wpcf7-submit, .yikes-easy-mc-submit-button {
	font-size: 16px;
	color:#fff;
    background-color: #a75967;
	border-radius:2px;
	border: 0;
    border-color: #a75967;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 2px;
	padding: 10px 20px;
}

.yikes-easy-mc-form .yikes-easy-mc-submit-button{
    width:250px;
}

/*.woocommerce .woocommerce-breadcrumb, .product_meta {
    display: none;
}*/

.woocommerce div.product form.cart .variations td select {
    background-color: #ececec;
    border-radius: 3px;
    border: 0;
    color: #666!important;
    font-size: 14px;
    padding: 4px 8px;
    
}
