/**
 * Admin Dashboard style for the theme.
 *
 * @package bloghive
 */
#bloghive-welcome-notice {
  position: relative;
}

.bloghive-welcome-title-wrapper {
  padding: 10px 0 15px;
  border-bottom: 1px dashed #919191;
  margin-bottom: 15px;
}

.bloghive-welcome-title-wrapper .notice-title {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
}

.welcome-notice-details-wrapper {
  margin-left: -3%;
  padding: 0 20px 20px;
}

.welcome-notice-details-wrapper .notice-detail-wrap {
  display: inline-block;
  width: 34.33%;
  margin-left: 3%;
  margin-right: -4px;
  vertical-align: top;
}

.welcome-notice-details-wrapper .notice-detail-wrap.image {
  width: 20%;
}

.notice-detail-wrap.image img {
  width: 100%;
}

.notice-detail-wrap .dashicons {
  margin-right: 5px;
}

.notice-detail-wrap .wrap-content {
  color: #505050;
  line-height: 1.8;
}

.notice-detail-wrap .wrap-content {
  color: #505050;
  line-height: 1.8;
  font-size: 14px;
}

.notice-detail-wrap .wrap-title {
  margin-bottom: 10px;
}

.demo-wrap {
  margin-bottom: 30px;
}

.welcome-notice-details-wrapper .notice-detail-wrap.image figure {
  margin: 0;
}

.general-content.wrap-content {
  margin-bottom: 15px;
}

.button.button-primary.button-hero {
  margin-right: 20px;
  margin-bottom: 15px;
}

/* Dashboard */
.appearance_page_bloghive-dashboard #wpcontent {
  padding-left: 0;
  background: #F5F7F9;
}

#bloghive-dashboard .dashboard-header {
  margin-top: -20px;
  padding: 0px 20px 0;
  background: #fff;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 40px;
}

.bloghive-container {
  max-width: 1300px;
  margin: 0 auto;
}

#bloghive-dashboard .header-top {
  display: flex;
  align-items: center;
  padding: 50px 0px;
}

#bloghive-dashboard .theme-version {
  margin-left: auto;
  margin-right: 6px;
  font-weight: 600;
}

#bloghive-dashboard .dashboard-nav li {
  list-style: none;
  margin: 0;
}

#bloghive-dashboard .nav-tab {
  background: none;
  border: none;
}

#bloghive-dashboard .header-nav,
#bloghive-dashboard .dashboard-nav {
  display: flex;
}

#bloghive-dashboard .upgrade-pro {
  margin-left: auto;
}

#bloghive-dashboard .dashboard-nav li a {
  color: #282828;
  font-size: 20px;
  display: block;
  margin: 0 50px 0 0px;
  padding: 0 0 10px;
  border-bottom: 5px solid transparent;
}

#bloghive-dashboard .dashboard-nav li a:hover,
#bloghive-dashboard .dashboard-nav li a.nav-tab.active {
  color: #0073AA;
  border-bottom: 5px solid #0073AA;
}

#bloghive-dashboard .dashboard-nav li a .dashicons {
  vertical-align: middle;
  position: relative;
  top: -2px;
  font-size: 18px;
}

#bloghive-dashboard .dashboard-content-wrapper>.bloghive-container {
  display: grid;
  grid-template-columns: 70% 30%;
  grid-column-gap: 30px;
}

#bloghive-dashboard .dashboard-content-wrapper .main-content.welcome-content-wrapper {
  display: grid;
  grid-template-columns: 48% 48%;
  grid-column-gap: 30px;
  background: none;
}

#bloghive-dashboard .welcome-block {
  background: #fff;
  padding: 30px;
  box-sizing: border-box;
  margin-bottom: 30px;
  text-align: left;
}

#bloghive-dashboard .block-header {
  display: flex;
}

#bloghive-dashboard .block-header img {
  margin-right: 15px;
  width: 42px;
}

#bloghive-dashboard .quick-links .block-header img {
  width: 32px;
}

#bloghive-dashboard .block-content.content-column {
  display: grid;
  grid-template-columns: 46% 46%;
  list-style: none;
  grid-column-gap: 30px;
}

#bloghive-dashboard .block-content.content-column .col li a {
  display: block;
  width: 100%;
  text-align: left;
  font-size: 14px;
  text-decoration: none;
  color: #0073AA;
  padding: 8px 0 8px;
  border-bottom: 1px solid #e1e1e1;
  font-weight: 600;
}

#bloghive-dashboard .block-content.content-column .col li a span {
  font-size: 16px;
  margin-right: 8px;
}

#bloghive-dashboard .sidebar-wrapper .sidebar {
  background: #fff;
  padding: 10px 20px 30px;
  text-align: center;
}

#bloghive-dashboard .block-content.content-column .col li:last-child a {
  border-bottom: navajowhite;
}

#bloghive-dashboard .welcome-block .block-content p {
  font-size: 15px;
  line-height: 1.8;
  color: #616161;
}

#bloghive-dashboard .welcome-block .block-content p a {
  margin-top: 20px;
  text-decoration: none;
  display: block;
  line-height: 20px;
  font-weight: 600;
}

#bloghive-dashboard .welcome-block .block-content p a .dashicons {
  font-size: 20px;
  margin-left: 6px;
}

#bloghive-dashboard .return-to-dashboard {
  text-align: left;
}

/* Free Vs Pro */
#bloghive-dashboard .main-content {
  background: #fff;
  text-align: center;
}

#bloghive-dashboard .main-content.starter-content-wrapper {
  padding: 0 0 20px;
}

#bloghive-dashboard .main-content.free-pro-content-wrapper tr {
  border-bottom: 1px solid #e1e1e1;
}

#bloghive-dashboard .main-content.free-pro-content-wrapper td:first-child {
  text-align: left;
  padding-left: 30px;
}

#bloghive-dashboard .main-content.free-pro-content-wrapper td h3 {
  font-size: 18px;
  font-weight: 400;
}

#bloghive-dashboard .main-content.free-pro-content-wrapper td:first-child h3 {
  font-size: 16px;
}

#bloghive-dashboard .main-content.free-pro-content-wrapper td .dashicons-yes {
  color: #6eb77a;
}

#bloghive-dashboard .main-content.free-pro-content-wrapper td .dashicons-no-alt {
  color: #ec7c7c;
}

#bloghive-dashboard .main-content.free-pro-content-wrapper td .dashicons {
  font-size: 34px;
  line-height: 20px;
  text-indent: -8px;
}

#bloghive-dashboard .changelog-content-wrapper,
.plugin-content-wrapper {
  background: #fff;
  padding: 30px;
}

#bloghive-dashboard .changelog-block .block-top,
.plugin-content-wrapper .header-content {
  display: flex;
}

#bloghive-dashboard .changelog-block {
  margin-bottom: 40px;
  margin-top: 0;
}

#bloghive-dashboard .block-version {
  font-size: 16px;
  font-weight: 700;
}

#bloghive-dashboard .block-date,
.header-content p {
  margin-left: auto;
  font-size: 14px;
  color: #767676;
  margin: 0;
  margin-left: auto;
}

.changelog-top-wrapper {
  text-align: center;
  margin-bottom: 30px;
}

.changelog-top-wrapper li {
  display: inline-block;
  margin-left: 15px;
  font-weight: 700;
}

.changelog-top-wrapper li span {
  margin-right: 5px !important;
}

#bloghive-dashboard .block-content li {
  list-style: none;
  font-size: 15px;
  color: #565656;
}

#bloghive-dashboard .new,
#bloghive-dashboard .fixed,
#bloghive-dashboard .improvement,
#bloghive-dashboard .tweak {
  background: #1E88E5;
  color: #fff;
  display: inline-block;
  width: 25px;
  font-weight: 600;
  margin-right: 15px;
  text-align: center;
  height: 22px;
  line-height: 22px;
  font-size: 14px;
}

#bloghive-dashboard .improvement {
  background: #43A047;
}

#bloghive-dashboard .fixed {
  background: #F4511E;
}

#bloghive-dashboard .tweak {
  background: #5E35B1;
}

#bloghive-dashboard .plugin-listing {
  display: grid;
  grid-template-columns: 48% 48%;
  grid-column-gap: 4%;
}

#bloghive-dashboard .single-plugin-wrap {
  border: 1px solid #e1e1e1;
  padding: 20px;
  display: grid;
  grid-template-columns: 30% 70%;
}

#bloghive-dashboard .plugin-thumb {
  width: 110px;
  margin: 0;
}

#bloghive-dashboard .plugin-thumb img {
  width: 100%;
}

#bloghive-dashboard .plugin-content-wrap {
  padding-left: 20px;
}

#bloghive-dashboard .plugin-name {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 10px;
}

#bloghive-dashboard .plugin-meta-wrap {
  margin: 15px 0;
}

#bloghive-dashboard .header-content h3 {
  margin: 0 0 30px;
  font-size: 20px;
  font-weight: 700;
}

/* New Demo Listing */
#bloghive-dashboard .starter-dashboard-content-wrapper .bloghive-container {
  grid-template-columns: 100%;
}

.demo-listing-wrapper .single-demo img {
  width: 100%;
  float: none;
}

.all-demos-wrap {
  margin-left: -3%;
  margin-top: 30px;
  margin-bottom: -3%;
  padding: 0 40px 40px;
  text-align: left;
}

.demo-listing-wrapper .single-demo {
  width: 30.33%;
  display: inline-block !important;
  margin-right: -4px;
  margin-left: 3%;
  vertical-align: top;
  margin-bottom: 3%;
}

.demo-info-wrapper {
  position: relative;
}

.demo-info-wrapper h2 {
  font-size: 15px;
  font-weight: 600;
  height: 18px;
  margin: 0;
  padding: 15px;
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, .1);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background: #F6F6F6;
  text-align: left;
}

.demo-info-wrapper .theme-actions {
  position: absolute;
  bottom: 0;
  top: auto;
  -webkit-transform: none;
  transform: none;
  right: 0;
  padding: 10px 15px;
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, .1);
}

.demo-info-wrapper .theme-actions a {
  display: inline-block;
  margin: 0 5px;
  float: none;
}

.bloghive-plugin-message {
  font-size: 18px;
  display: inline-block;
  margin-top: 40px;
  color: #212121;
  font-weight: 600;
  text-transform: capitalize;
  margin-right: 10px;
}

.configure-msg {
  font-weight: 700;
  font-size: 20px;
  margin-top: 20px;
  text-align: center;
  display: block;
  text-transform: capitalize;
  padding: 20px;
}

#bloghive-dashboard table {
  width: 100%;
  border-collapse: collapse;
}

#bloghive-dashboard td {
  text-align: center;
}

#bloghive-dashboard table td {
  font-weight: 600;
  font-size: 16px;
}

#bloghive-dashboard table tr .btn-wrapper .button {
  font-size: 16px;
  padding: 5px 50px;
  font-weight: 600;
}

.sidebar-block .button {
  padding: 7px 10px;
}

.sidebar-block .button span {
  margin-left: 6px;
  position: relative;
  top: 4px;
}