#customCSS{
	position: relative;
    width: 700px;
    height: 650px;
    font-size: 18px;
}
.form-table th{
	font-size: 18px;
}
.mce-i-myclass{
	background-image: url(../images/footer-add-store.jpg);
	width: 50px;
	height: 50px;
	background-repeat: no-repeat;
	background-size: cover;
}

/*admin css code*/
.admin-extro{
	float: left;
	width: 500px;
	height: 100%;
	margin: 60px auto;
	background-color: #595959;
    color: white;
	display: inline-block;
}
.admin-intro{
	padding: 40px;
}
.pro-pictur{
	width: 400px;
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.pro-pictur img{
	width: 100%;
	height: 100%;
}   
.admin-page-form{
	margin: 60px 10px 0px;
    background:#94ccf6;
    display: inline-block;
    padding: 20px 40px;
}
.description{
	color: #fff;
}
.name{
	color: #fff;
}
.admin-page-form input[type="text"]{
	width: 200px;
	font-size: 14px;
	padding: 5px 10px;
	border-radius: 10px;
}
.admin-page-form textarea#description{
	width: 200px;
	font-size: 14px;
	padding: 5px 10px;
	border-radius: 10px;
}
.admin-intro .bio{
	text-align: center;
}
.sociallink{
	padding: 10px;
	text-align: center;
}
.sociallink ul{
	list-style: none;
}
.sociallink ul li{
	z-index: 999;
	padding: 10px;
	color: black;
	display: inline-block;
}
.sociallink ul li a{
	font-size: 20px;
	color: #e3e3e3;
	padding: 7px;
}
.sociallink ul li a:hover{
	color: #a29e9e;
}
.wp-menu-image img{
	width: 18px;
	height: 18px;
}
/*Switch*/
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input {display:none;}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 34px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 50%;
}
input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.format-name{
	position: absolute;
	top: -1px;
	font-size: 22px;
	margin-left: 70px;
}
.post-format{
	margin: 10px 0px;
}
ul.dynasty-tab{
	list-style: none;
	margin: 50px 0px 0px;
	border: 1px solid transform;
}
ul.dynasty-tab > li{
	display: inline;
    margin-right: 4px;
}
ul.dynasty-tab>li>a{
	padding: 10px 20px;
    line-height: 1.5;
    background: #fff;
    text-decoration: none;
    color: #0e619e;
    font-size: 17px;
    outline: none;
}
ul.dynasty-tab li a:active, a:focus{
	outline: none;
}
.dynasty-page{
	margin-top: 60px;
}
a.active{
	background: #dedede;
}







