/*
Theme Name: Divi Child
Theme URI: http://www.christysserenity.com/
Description: christysserenity Divi Child Theme
Author: christy
Author URI: http://www.christysserenity.com
Template: Divi
Version: 3.12.2
License: GNU General Public License v2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: divi-child
*/
@import url("../Divi/style.css");

/* custom CSS below here */


@import url('');
@import url('');



html {
    font-size: 62.5%;
}
body {
    
}

/* Apply any base styles needed for all typography. Please combine where possible if all styles use same font or attribute. */
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
li {

    word-wrap: normal;

}

/* 04-09-2018 */

/*input[type=email], input[type=password], input[type=tel], input[type=text], select, textarea {
    padding: 0px 15px!important;
	color:#FFFFFF!important;
    border: 1px solid rgba(255, 255, 255, 0.7)!important;
    background-color:rgba(255, 255, 255, 0.1)!important;
} */
input[type=email], input[type=password], input[type=tel], input[type=text], select{
	height:50px!important;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    width: 100%;
}
.gform_wrapper ul.gform_fields li.gfield {
    display: inline-block;
}
.gform_wrapper .gform_footer input[type=submit] {
	color: #ffffff!important;
    letter-spacing: 1px;
    font-size: 14px;
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif!important;
    font-weight: 600!important;
    text-transform: uppercase!important;
    background-color: #fc2848;
	padding:14px 50px;
	border:none;
	outline:none;
	cursor:pointer;
}
.gform_wrapper .gform_footer input[type=submit]:hover{
	background:#2ea3f2;
}
div.et_pb_section.et_pb_section_2 {
	background-attachment:fixed;
}
@media all and (min-width: 768px) {
	
}


@media screen and (max-width:500px){ 
    

 }
