/*
 Theme Name:     Divi Child Theme
 Theme URI:      http://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         LCS
 Author URI:     http://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
@import url("../Divi/style.css");

.et_pb_blog_grid .column{
	width: 100% !important;
}

.et_pb_blog_grid article{
	border: none !important;
	margin-bottom: 0 !important;
}

/* =Theme customization starts here
------------------------------------------------------- */
/* ----- 09122014 CRIS ----- */ 
/* --- Contact Form 7 style --- */
.wpcf7-text {
background-color: #eee !important;
border: none !important;
width: 48% !important;
-moz-border-radius: 0 !important;
-webkit-border-radius: 0 !important;
border-radius: 0 !important;
font-size: 14px;
color: #999 !important;
padding: 16px !important;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.wpcf7 input[type="email"]{float:right;}
.wpcf7-textarea {
background-color: #eee !important;
border: none !important;
width: 100% !important;
-moz-border-radius: 0 !important;
-webkit-border-radius: 0 !important;
border-radius: 0 !important;
font-size: 14px;
color: #999 !important;
padding: 16px !important;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.wpcf7-submit {
display: block;
    width: 100%;
    margin-top: 24px;
    color: #ffffff !important;
    /* margin: 8px auto 0; */
    cursor: pointer;
    font-size: 16px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    padding: 8px 12px;
    line-height: 1.7em;
    background: #181921;
    border: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    font-family: "Raleway", "Helvetica Neue", Helvetica, Lucida, sans-serif;
    text-transform: uppercase;
	letter-spacing: 3px;
	
}
.wpcf7-submit:hover {
letter-spacing: 5px;
}
.wpcf7-captchar {
background-color: #eee !important;
border: none !important;
display: inline !important;
position:relative;
margin-top: 0px;
-moz-border-radius: 0 !important;
-webkit-border-radius: 0 !important;
border-radius: 0 !important;
font-size: 14px;
color: #999 !important;
padding: 16px !important;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
width: calc(100% - 76px);
}
.wpcf7-captchac{
background-color: #eee !important;
clear:left;
margin:0;
vertical-align: middle;
}
/* ----------------------------------------- */