

/**
 * General
*/ 


/* Preloader Css
-------------------------------------------------------------- */
.dct-preloader-radio {
    visibility: visible !important;
    z-index: 9999 !important;
}
.dct-hamburger-radio {
    visibility: visible !important;
    z-index: 9999 !important;
}


/* One Click Theme Options Css
-------------------------------------------------------------- */
.dct-logo {
    position: absolute;
    right: 0;
    top: 0;
    background: url(https://www.divi-childthemes.com/wp-content/uploads/2018/12/dct-logo-small.png) center 20px no-repeat;
    color: #fff;
    font-size: 14px;
    text-align: center;
    font-weight: 600;
    margin: 0px;
    padding-top: 100px;
    height: 40px;
    display: inline-block;
    width: 200px;
    text-rendering: optimizeLegibility;
 	z-index:9;
}

.dct-changelog pre {
  display: block;
  padding: 10px 20px;
  overflow: auto;
  max-height: 300px;
  background-color: #fff;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.dct-changelog pre code {
  line-height: 2;
  padding: 0;
  white-space: pre-wrap;
  background: none;
  font-size: inherit;
}
.dct-changelog h6 {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 10px;
}


.system-status > li {
  margin-bottom: 14px;
}
.system-status > li .label {
  display: inline-block;
  width: 202px;
}
.system-status > li span {
  vertical-align: top;
}
.system-status .dashicons-yes {
  color: green;
}
.system-status .dashicons-no {
  color: #f00;
}
.system-status .status-notice {
  margin-top: 0;
  font-size: 12px;
  color: #777;
}
.system-status li.info {
  font-size: 11px;
  color: #999;
}

#panel-wrap {margin:40px;}
#epanel-mainmenu {margin:0px;}
#epanel-mainmenu a {text-decoration:none;}
#epanel-mainmenu li {margin-bottom:0px;}
.about-wrap {max-width:100%;}
.about-wrap h2 {
    margin: 10px 0 .6em;
    font-size: 1.2em;
    line-height: 1.3;
    font-weight: 300;
    text-align: left;
    color: #fff;
	font-weight: 600;
}
.about-wrap p {font-size: 13px;line-height: 1.5;margin: 1em 0;} 
#epanel-title {text-align:left;}
.epanel-text {
	color:#fff;
	margin-top:20px;
	padding-left:11px;
	text-align: left;
	line-height: 1.5em;
}
.info-box {
    background: #666;
    padding: 10px 20px 20px;
    color: #fff;
    margin: 10px;
    border-radius: 5px;
    width: 40%;
    
}
.info-box h2{color:#fff;}
.info-box a {color:#fff;} 
.info-box a.et-save-button {color:#fff;border-radius:5px;} 


#toplevel_page_dct-options .wp-submenu .wp-first-item  {display:none;}
/*
h1#epanel-title,
#epanel-header {background:#000 !important;}
#epanel-mainmenu li.ui-state-active a {
    background-color: #666 !important;
}
#epanel-mainmenu {background-color: #333 !important;}
*/
#wpfooter {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px 20px;
    color: #fff;
    background: #23282d;
    text-transform: uppercase;
}
#wpfooter a{color:#fff;text-decoration:none;}
#dct_panel_box {display:inline-flex;}
@media only screen and (max-width:980px){ 
	#panel-wrap {margin:10px;}
	#epanel-title {text-align:center;padding:0px !important;line-height:1.7em;}
	.epanel-text { padding:0px !important;}
	.dct-logo { 
    width: 100%;
    top: 0px;
    position: relative;
    margin: 0px;
}
#dct_panel_box {display:none;}
}