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

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

@media (min-width: 981px) {
    .et_pb_section {
        padding: 0% 0 !important;
    }
}

@media only screen and (min-width: 1350px) {
    .et_pb_section {
        padding: 0px 0 !important;
    }
}

#main-footer{
	display: none;
}

.ce table{
	width: 100%;
}
.ce table thead tr th {
    border: 1px solid #000;
}
.ce table thead {
    background: #ed7d31;
}
.ce table tbody tr td {
    border: 1px solid #000;
}

.mobile_menu_bar:before{
	color: #22409a;
}

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