/*
Theme Name:     Child Divi Theme 
Description:    Child Divi Theme
Author:         WNT
Template:       Divi
*/

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

/* မမကိန်း (၁၊ ၃၊ ၅၊ ၇ မြောက်) အကွက်များကို နောက်ခံ အလင်း (စိမ်းနု/မီးခိုးနု) ပေးခြင်း */
#hblg .et_pb_post:nth-child(odd) {
    background-color: #f9f9f9 !important; /* မိမိကြိုက်နှစ်သက်ရာ အရောင်ကုဒ် ပြောင်းနိုင်သည် */
    padding: 13px !important;
    border-radius: 0px;
    margin-bottom: 0px !important;
}

/* စုံကိန်း (၂၊ ၄၊ ၆၊ ၈ မြောက်) အကွက်များကို နောက်ခံအရောင် အဖြူ သို့မဟုတ် အခြားအရောင်ပေးခြင်း */
#hblg .et_pb_post:nth-child(even) {
    background-color: #efefef !important; /* အောက်ခံ အဖြူရောင် */
    padding: 13px !important;
    border-radius: 0px;
    margin-bottom: 0px !important;
}

.wp-pagenavi .page{
	border: 1px solid #ddd !important;
    margin-right: 0px;
}

.wp-pagenavi span.current{
	background:#72b626;
	color:#ffffff !important;
}

.wp-pagenavi a{
	color:#303030 !important;
}

span.wp-pagenavi span.pages,a.nextpostslink, .wp-pagenavi span{
	color:#303030 !important;
}

/* ပုံမှန် စာမျက်နှာနံပါတ်များနှင့် စာသားများအားလုံးကို အရောင်ချိန်းရန် */
body #hblg .wp-pagenavi span,
body #hblg .wp-pagenavi span.pages,
body #hblg .wp-pagenavi a.nextpostslink
 {
    color: #303030 !important; /* မိမိပြောင်းချင်သော အရောင်ကုဒ် ထည့်ပါ */
}

.et_boxed_layout #page-container{
	margin-top: 3%;
    margin-bottom: 3%;
}

#rss.et_pb_widget_area ul {
    list-style: disc !important; 
    padding: 0 0 23px 1em !important;
}

.mnu ul.sub-menu{
	padding:5px 0 !important;
	
}

.mnu ul li{
	margin-top:0px !important;
	padding-left:25px !important;
	padding-right:25px !important;
	padding-top:7px;
}

.mnu ul li.et-hover,.mnu ul li.current_page_item{
	background:green;
	color:#fff;
}

.mnu ul.sub-menu li a{
	line-height:20px!important;
	    color: #4f4f4f;    
			font-size:13px;
			width:240px;
}

.mnu ul li ul.sub-menu li{
	padding-left:0px !important;
	padding-right:0px !important;
	transition: all 0.2s linear 0s !important;
	border-bottom:1px solid #e2e1e2;
	
}

.mnu ul li ul.sub-menu li:last-child{
	border:none;
}

.mnu ul li ul.sub-menu li.et-hover, .mnu ul li ul.sub-menu li.current_page_item{
	background:none !important;
	transition: all 0.6s linear 0s !important;
}

.mnu ul li ul.sub-menu li.et-hover a, .mnu ul li ul.sub-menu li.current_page_item a{
	background:none !important;
	color:#7fbe54 !important;	
  transition: all 0.6s linear 0s !important;
  text-indent:10px;
  opacity:1 !important;
}

