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

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

.h-con input[type=text], input[type=email], textarea {
    width: 100%;
    padding: 8px;
    border-radius: 5px;
}
.h-con input[type=submit] {
    background: #056cca;
    color: #FFF;
    border: none;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 12px;
    padding-bottom: 12px;
	cursor: pointer;
}
#footer-info{
	float:none;
	text-align: center;
}

.single .post{
	padding-bottom: 0px !important;
}

.et_pb_post{
	margin-bottom: 0px !important;
}

@media (max-width: 980px) {
    .et_header_style_left #logo {
        max-width: 85% !important;
    }
}