/*
 Theme Name:     Child Divi Theme 
 Description:    Child Divi Theme
 Author:         Myanmars.Net
 Template:       Divi
*/

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

#footer-info {
    text-align: center;
    float: none;
}

.con input[type=text], input[type=email], textarea {
    margin-bottom: 15px;
    width: 100%;
    padding: 12px;
    font-family: 'Bitter';
    font-size: 14px;
	background: #ffffffb0;
}

.con input[type=submit] {
    background: #d408d2;
    border: none;
    color: #FFF;
    padding: 14px;
    font-weight: bold;
    width: 100%;
    font-size: 14px;
    cursor: pointer;
}

.et_mobile_menu{
	border-top: 3px solid #d408d2;
}

.wpcf7 form.sent .wpcf7-response-output{
	border-color: #d408d2;
    font-family: 'Work Sans';
}