/*

  General CSS for WP admin panel

*/
.td-admin-wrap {
  position: relative;
  margin: 26px 30px 0 20px;
  max-width: 1050px;
  clear: both;
}
@media (max-width: 730px) {
  .td-admin-wrap {
    margin-right: 30px;
  }
}
.td-admin-wrap p {
  font-size: 15px;
  line-height: 25px;
}
.td-admin-wrap .td-plugin-required {
  display: inline-block;
  height: 21px;
  z-index: 1;
  position: absolute;
  padding: 0 9px;
  color: #fff;
  font-size: 10px;
  vertical-align: middle;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 21px;
  letter-spacing: 0.2px;
  background-color: #222;
}
.td-admin-wrap .td-plugin-required.td-required {
  background-color: #d93d4f;
}
.td-admin-wrap .td-plugin-required.td-optional {
  background-color: #0085ba;
}
.td-admin-wrap .td-plugin-required.td-active {
  background-color: #69bd32;
}
.td-admin-wrap .td-plugin-required.td-premium {
  background-color: #f4ae2b;
}
.td-admin-wrap .theme-screenshot {
  background-color: #fff;
  z-index: -1;
  overflow: auto;
  position: relative;
  /* responsive portrait phone  */
}
@media (min-width: 1298px) {
  .td-admin-wrap .theme-screenshot {
    height: 214px;
  }
}
.td-admin-wrap .theme .theme-actions {
  opacity: 1;
  height: 35px;
  padding-top: 7px;
  /* responsive portrait phone */
}
@media (max-width: 782px) {
  .td-admin-wrap .theme .theme-actions {
    width: 96%;
    padding: 12px 2% 0;
    text-align: center;
    height: 46px;
    right: 1px;
    position: relative;
    border-top: 1px solid #dadada;
  }
}
.td-admin-wrap .theme .theme-actions .button {
  margin: 0;
}
.td-admin-wrap .theme .theme-actions .button:first-child {
  margin-right: 5px;
}
.td-admin-wrap .theme {
  cursor: auto !important;
  margin-bottom: 5%;
  /* responsive portrait phone */
}
@media (min-width: 1600px) {
  .td-admin-wrap .theme {
    width: 30.6% !important;
    margin: 0 0 4% 4% !important;
  }
}
.td-admin-wrap .theme .theme-name {
  text-align: center;
  padding: 18px 10px;
  background-color: #f5f5f5;
}
.td-admin-wrap .theme:not(.active):hover .theme-actions {
  /* responsive portrait phone */
}
@media (max-width: 780px) {
  .td-admin-wrap .theme:not(.active):hover .theme-actions {
    display: block;
  }
}
.td-admin-wrap.td-admin-plugins .theme:nth-of-type(3n+1) {
  margin-left: 0 !important;
}
.td-demo-page-content .theme .theme-actions .button {
  line-height: 14px;
}
/*  ----------------------------------------------------------------------------
    ap-admin header tabs
*/
.td-wp-admin-header {
  max-width: none;
  margin: 0 -48px 0 0;
  padding-left: 28px;
  padding-top: 28px;
  position: relative;
  left: -48px;
  /* responsive portrait tablet */
}
.td-wp-admin-header .nav-tab-wrapper {
  padding-left: 40px !important;
}
.td-wp-admin-header .nav-tab:first-child {
  margin-left: 0;
}
@media (min-width: 880px) and (max-width: 1210px) {
  .td-wp-admin-header .nav-tab {
    margin-left: .4em;
    padding: 4px 9px;
    font-size: 16px;
  }
}
@media (min-width: 600px) and (max-width: 880px) {
  .td-wp-admin-header .nav-tab {
    margin-left: .3em;
    padding: 3px 8px;
    font-size: 15px;
  }
}
.td-admin-box-text {
  float: left;
  padding: 6px 26px;
  background-color: #FFF;
  margin-bottom: 30px;
  margin-top: 15px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}
.td-admin-box-text p {
  font-size: 15px;
  line-height: 25px;
  display: inline-block;
  margin-right: 10px;
}
.td-admin-box-text .button {
  margin-right: 10px;
  vertical-align: middle !important;
}
.td-admin-box-text h2 {
  margin: 1em 0 0.5em;
  color: #111;
  font-size: 1.8em;
  font-weight: bold;
  line-height: 1.1em;
  text-align: left;
}
.td-admin-columns {
  margin-top: 30px;
}
.td-admin-box-three {
  width: 32%;
  margin-right: 2%;
  /* responsive portrait phone */
}
@media (max-width: 780px) {
  .td-admin-box-three {
    width: 100%;
    margin-bottom: 0;
    margin-right: 0;
  }
}
.td-admin-box-three .button {
  margin-bottom: 16px;
  margin-right: 10px;
}
.td-admin-box-three p {
  margin-right: 0;
}
.td-admin-box-last {
  margin-right: 0;
}
.td-admin-wrap .about-text {
  width: 100%;
}
.td-admin-wrap .td-small-checkbox {
  border-top: 1px solid #dadada;
  padding: 10px;
  min-height: 22px;
}
.td-admin-wrap .td-small-checkbox p {
  display: inline-block;
  font-size: 13px;
  margin: 0 0 0 5px;
}
.td-admin-wrap .td-small-checkbox .td-checbox-buton {
  top: 3px;
  width: 16px;
  height: 16px;
  left: 3px;
  background-color: #fff;
  background-image: none;
}
.td-admin-wrap .td-small-checkbox .td-checkbox {
  width: 39px;
  height: 22px;
  margin: 0;
  vertical-align: middle;
}
.td-admin-wrap .td-small-checkbox .td-checbox-buton-active {
  left: 20px;
}
.td-admin-wrap .td-small-checkbox .td-installed-text {
  /* responsive portrait phone */
}
@media (max-width: 782px) {
  .td-admin-wrap .td-small-checkbox .td-installed-text {
    text-align: center;
  }
}
.td-admin-plugins .theme .theme-screenshot img {
  width: auto;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  max-width: none;
  /* responsive portrait phone */
}
@media (max-width: 1300px) {
  .td-admin-plugins .theme .theme-screenshot img {
    max-height: 100%;
  }
}
.media-sidebar .gallery-settings .setting select {
  float: right;
}
@font-face {
  font-family: 'tagDiv';
  src: url('../images/font/tagDiv.eot?m8e83u');
  src: url('../images/font/tagDiv.eot?#iefixm8e83u') format('embedded-opentype'), url('../images/font/tagDiv.ttf?m8e83u') format('truetype'), url('../images/font/tagDiv.woff?m8e83u') format('woff'), url('../images/font/tagDiv.svg?m8e83u#tagDiv') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'tagDiv';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-tagdiv-ico:before {
  content: "\e800";
}
#toplevel_page_td_cake_panel .dashicons-admin-generic:before,
#toplevel_page_td_theme_welcome .dashicons-admin-generic:before {
  font-family: 'tagDiv';
  content: "\e800";
  font-size: 14px;
  top: 3px;
  position: relative;
}
@-moz-document url-prefix() {
  #toplevel_page_td_cake_panel .dashicons-admin-generic:before,
  #toplevel_page_td_theme_welcome .dashicons-admin-generic:before {
    top: 2px;
  }
}
#adminmenu #toplevel_page_td_cake_panel.current .wp-menu-name span {
  color: #fff !important;
}
