/* ==========================================================================
*  Bloghash admin page related styles.
*  ========================================================================== */
/**
 * Import configuration file with variables.
 */
/**
 * Import base admin page styles.
 */
/*****************************************/
/* Admin page base styles
/*****************************************/
.hester-toggle {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  
  .hester-toggle *,
  .hester-toggle *:before,
  .hester-toggle *:after {
    -webkit-box-sizing: inherit;
            box-sizing: inherit;
  }
  
  .hester-toggle input[type="checkbox"] {
    display: none;
  }
  
  .hester-toggle input[type="checkbox"]:checked + label .hester-toggle-switch {
    background-color: #F43676 !important;
  }
  
  .hester-toggle input[type="checkbox"]:checked + label .hester-toggle-switch:after {
    -webkit-transform: translateX(11px);
        -ms-transform: translateX(11px);
            transform: translateX(11px);
  }
  
  .hester-toggle .hester-toggle-switch {
    background-color: #c7d5df;
    border-radius: 8px;
    padding: 2px;
    -webkit-transition: all .2s;
    transition: all .2s;
    outline: 0;
    display: block;
    width: 27px;
    height: 16px;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    margin: 0 10px 0 0;
  }
  
  .hester-toggle .hester-toggle-switch:after {
    position: relative;
    display: block;
    content: '';
    width: 12px;
    height: 12px;
    left: 0;
    border-radius: 50%;
    background: #ffffff;
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
            transform: translateX(0px);
  }
  
  .hester-toggle label {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #111827;
  }
  
  .hester-toggle label:hover .hester-toggle-switch {
    background-color: #86a4ba;
  }
  
  .hester-toggle.large-toggle .hester-toggle-switch {
    border-radius: 20px;
    width: 36px;
    height: 20px;
  }
  
  .hester-toggle.large-toggle .hester-toggle-switch:after {
    width: 16px;
    height: 16px;
  }
  
  .hester-toggle.large-toggle input[type="checkbox"]:checked + label .hester-toggle-switch:after {
    -webkit-transform: translateX(16px);
        -ms-transform: translateX(16px);
            transform: translateX(16px);
  }
  
  #wpcontent {
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 14px;
    line-height: 1.8;
    color: #111827;
    min-height: calc(100vh - 190px);
  }
  
  #wpbody-content {
    padding: 0 35px;
  }
  
  #wpbody-content h2 {
    -js-display: inline-flex;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 400;
    color: #111827;
    line-height: 1.2;
  }
  
  #wpbody-content h2 svg {
    width: 22px;
    height: 22px;
    margin-left: 7px;
  }
  
  #wpcontent *,
  #wp-content *, #wp-content *:before, #wp-content *:after {
    -webkit-box-sizing: inherit;
            box-sizing: inherit;
  }
  
  #wpbody {
    padding: 0;
  }
  
  #wpfooter {
    position: relative;
    padding: 0 35px 10px 35px;
  }
  
  body {
    background-color: #f1f3f5;
    color: #111827;
  }
  
  .spinner {
    display: none;
  }
  
  .spinner.activated, .spinner.visible {
    display: inline-block;
    visibility: visible;
  }
  
  .hester-container {
    width: 100%;
    max-width: 940px;
    margin: 0 auto;
  }
  
  .notice,
  .update-nag,
  div.error,
  div.updated {
    margin: 5px auto !important;
    border-top: solid 1px #d6e1e8;
    border-right: solid 1px #d6e1e8;
    border-bottom: solid 1px #d6e1e8;
    border-radius: 3px;
    -webkit-box-shadow: none;
            box-shadow: none;
    max-width: 940px;
    display: none;
  }
  
  .notice.notice-info,
  .update-nag.notice-info,
  div.error.notice-info,
  div.updated.notice-info {
    border-left-color: #F43676;
  }
  
  .notice.notice-warning,
  .update-nag.notice-warning,
  div.error.notice-warning,
  div.updated.notice-warning {
    border-left-color: #f0b849;
  }
  
  .notice.hester-notice,
  .update-nag.hester-notice,
  div.error.hester-notice,
  div.updated.hester-notice {
    display: block;
  }
  
  .notice p a,
  .update-nag p a,
  div.error p a,
  div.updated p a {
    color: #F43676;
  }
  
  .notice p a:hover,
  .update-nag p a:hover,
  div.error p a:hover,
  div.updated p a:hover {
    color: #f6558b;
  }
  
  .hester-info-icon {
    cursor: default;
  }
  
  .hester-info-icon:hover svg {
    fill: #95b1c3;
  }
  
  .hester-warning-icon svg {
    fill: #f0b849;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  
  .hester-buttons {
    margin-top: 18px;
  }
  
  .hester-btn,
  body.wp-core-ui .hester-btn {
    text-decoration: none;
    font-weight: 500;
    border-radius: 2px;
    font-size: 13px;
    padding: 3px 12px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    -js-display: inline-flex;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    line-height: 1.8;
    height: auto;
    -webkit-box-shadow: none;
            box-shadow: none;
    text-shadow: none;
  }
  
  .hester-btn.large-button,
  body.wp-core-ui .hester-btn.large-button {
    padding: 8px 18px;
    font-size: 14px;
  }
  
  .hester-btn.primary,
  body.wp-core-ui .hester-btn.primary {
    background-color: #F43676;
    color: #FFF;
    margin-right: 5px;
  }
  
  .hester-btn.secondary,
  body.wp-core-ui .hester-btn.secondary {
    color: #66717f;
    border-color: #c7d5df;
    background-color: rgba(0, 0, 0, 0);
    font-weight: 400;
  }
  
  .hester-btn.secondary:hover, .hester-btn.secondary:focus,
  body.wp-core-ui .hester-btn.secondary:hover,
  body.wp-core-ui .hester-btn.secondary:focus {
    border-color: #728191;
    color: #111827;
    background-color: rgba(0, 0, 0, 0);
  }
  
  .hester-btn:hover, .hester-btn:focus,
  body.wp-core-ui .hester-btn:hover,
  body.wp-core-ui .hester-btn:focus {
    background-color: #f6558b;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    border-color: rgba(0, 0, 0, 0.15);
  }
  
  .hester-btn:active,
  body.wp-core-ui .hester-btn:active {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  
  .hester-btn[disabled="disabled"],
  body.wp-core-ui .hester-btn[disabled="disabled"] {
    opacity: 0.25;
    pointer-events: none;
  }
  
  .hester-btn svg,
  body.wp-core-ui .hester-btn svg {
    width: 16px;
    height: 16px;
    margin-right: 7px;
  }
  
  .hester-filters {
    margin-left: auto;
    padding-left: 18px;
  }
  
  .hester-dropdown-filter {
    text-decoration: none;
    color: #66717f;
    position: relative;
    padding: 7px 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  .hester-dropdown-filter:hover, .hester-dropdown-filter:focus {
    color: #111827;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  
  .hester-dropdown-filter.open > ul {
    display: block;
  }
  
  .hester-dropdown-filter > ul {
    display: none;
    margin: 0;
    padding: 10px 0;
    position: absolute;
    top: 100%;
    right: -6px;
    background-color: #ffffff;
    border-radius: 4px;
    width: 180px;
    z-index: 99;
    -webkit-box-shadow: 0 0 40px rgba(51, 59, 72, 0.2);
            box-shadow: 0 0 40px rgba(51, 59, 72, 0.2);
  }
  
  .hester-dropdown-filter > ul > li {
    display: block;
    padding: 5px 25px;
    margin-bottom: 5px;
    color: #66717f;
    line-height: 1.4;
  }
  
  .hester-dropdown-filter > ul > li:last-child {
    margin-bottom: 0;
  }
  
  .hester-dropdown-filter > ul > li:hover, .hester-dropdown-filter > ul > li:focus {
    color: #ffffff;
    background-color: #F43676;
  }
  
  .hester-dropdown-filter > ul > li.current {
    background-color: rgba(0, 0, 0, 0.05);
    color: #111827;
  }
  
  .hester-section-title {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  .hester-modal {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(44, 46, 58, 0.75);
    z-index: 99999;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    overflow-y: scroll;
    opacity: 0;
    -webkit-transition: all .2s ease-out .2s;
    transition: all .2s ease-out .2s;
  }
  
  .hester-modal .hester-modal-container {
    opacity: 0;
    -webkit-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
  }
  
  .hester-modal.hester-block {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  
  .hester-modal.hester-visible {
    opacity: 1;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  
  .hester-modal.hester-visible .hester-modal-container {
    opacity: 1;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    -webkit-transition-delay: .2s;
            transition-delay: .2s;
  }
  
  /**
   * Import tooltips and info icon.
   */
  /*****************************************/
  /* Bloghash tooltip and info icon.
  /*****************************************/
  .hester-info-icon,
  .hester-warning-icon {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 5px;
    position: relative;
  }
  
  .hester-info-icon svg,
  .hester-warning-icon svg {
    fill: #b5c9d6;
  }
  
  .hester-info-icon:hover svg, .hester-info-icon:focus svg,
  .hester-warning-icon:hover svg,
  .hester-warning-icon:focus svg {
    fill: #648da8;
  }
  
  .hester-info-icon:hover .hester-tooltip, .hester-info-icon:focus .hester-tooltip,
  .hester-warning-icon:hover .hester-tooltip,
  .hester-warning-icon:focus .hester-tooltip {
    display: block;
  }
  
  .hester-tooltip {
    display: none;
    position: absolute;
    background-color: #111827;
    color: #d6e1e8;
    font-size: 13px;
    font-style: normal;
    width: 300px;
    padding: 16px 18px;
    z-index: 991;
    border-radius: 3px;
    line-height: 1.6;
    bottom: 100%;
    -webkit-transform: translate(0, -13px);
        -ms-transform: translate(0, -13px);
            transform: translate(0, -13px);
  }
  
  .hester-tooltip:after {
    content: '';
    width: 10px;
    height: 10px;
    background-color: #111827;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    top: calc(100% - 5px);
    left: var(--tooltip-left);
    margin-left: 14px;
  }
  
  .hester-tooltip.right-tooltip {
    left: 100%;
    top: 50%;
    -webkit-transform: translate(13px, -50%);
        -ms-transform: translate(13px, -50%);
            transform: translate(13px, -50%);
  }
  
  .hester-tooltip.top-right-tooltip {
    right: 0;
    bottom: 100%;
    -webkit-transform: translate(0, 13px);
        -ms-transform: translate(0, 13px);
            transform: translate(0, 13px);
  }
  
  .hester-tooltip.top-right-tooltip:after {
    top: calc(100% - 6px);
    left: calc(100% - 25px);
    margin-left: 0;
  }
  
  .hester-tooltip.small-tooltip {
    top: 5px;
    bottom: auto;
    left: 50%;
    width: auto;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    padding: 6px 10px;
    font-size: 11px;
    line-height: 1.5;
    white-space: nowrap;
    font-weight: 400;
  }
  
  .hester-tooltip.small-tooltip:after {
    display: none;
  }
  
  /**
   * Import admin page header styles.
   */
  /* ==========================================================================
  *  Bloghash admin page header styles.
  *  ========================================================================== */
  #hester-header {
    padding: 12px 35px;
    background-color: #ffffff;
    position: relative;
    border-bottom: 1px solid #d6e1e8;
    margin-bottom: 9px;
  }
  
  #hester-header > .hester-container {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  
  #hester-header .hester-logo img {
    height: 35px;
    width: auto;
    display: block;
  }
  
  #hester-header .hester-logo:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: thin dotted #7f8a99;
    outline-offset: 6px;
  }
  
  #hester-header .hester-header-action {
    margin-left: auto;
    -js-display: inline-flex;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 13px;
  }
  
  #hester-header .hester-header-action > a {
    padding: 5px 13px;
    text-decoration: none;
    font-weight: 500;
  }
  
  #hester-header .hester-header-action > a:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  
  #hester-header .hester-header-action > a:first-child {
    border-radius: 2px;
    background-color: #F43676;
    color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.15);
  }
  
  #hester-header .hester-header-action > a:first-child:hover, #hester-header .hester-header-action > a:first-child:focus {
    background-color: #f6558b;
  }
  
  #hester-header .hester-header-action > a:first-child.secondary {
    background-color: rgba(0, 0, 0, 0);
  }
  
  #hester-header .hester-header-action > a:last-child {
    margin-left: 12px;
    border-radius: 2px;
    border: 1px solid #d6e1e8;
    color: #66717f;
  }
  
  #hester-header .hester-header-action > a:last-child:hover, #hester-header .hester-header-action > a:last-child:focus {
    border-color: #728191;
    color: #111827;
    background-color: rgba(0, 0, 0, 0);
  }
  
  /**
   * Import admin tabs styles.
   */
  /* ==========================================================================
  *  Bloghash admin page tabs styles.
  *  ========================================================================== */
  .hester-tabs {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 9px 0 18px 0;
    background-color: #ffffff;
    border: 1px solid #d6e1e8;
    border-radius: 3px;
  }
  
  .hester-tabs > ul {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0 20px;
  }
  
  .hester-tabs > ul > li {
    width: auto;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    border-bottom: 2px solid transparent;
    border-top: 2px solid transparent;
    text-align: center;
    margin: 0 10px;
  }
  
  .hester-tabs > ul > li:first-child {
    margin-left: 0;
  }
  
  .hester-tabs > ul > li:last-child {
    margin-right: 0;
  }
  
  .hester-tabs > ul > li:hover > a {
    color: #111827;
  }
  
  .hester-tabs > ul > li.current-item {
    border-bottom-color: #F43676;
  }
  
  .hester-tabs > ul > li.current-item > a {
    color: #F43676;
    font-weight: 500;
  }
  
  .hester-tabs > ul > li > a {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-decoration: none;
    width: auto;
    padding: 10px 0;
    color: #66717f;
    font-weight: 400;
  }
  
  .hester-tabs > ul > li > a:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: thin dotted #7f8a99;
  }
  
  /**
   * Import about page styles.
   */
  #wpbody-content .hester-section-title {
    margin: 19px 0 8px;
  }
  
  #wpbody-content h2.hester-section-title {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  #wpbody-content .hester-section {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 35px;
    margin-bottom: 50px !important;
  }
  
  #wpbody-content .hester-section.large-section {
    padding: 40px 35px;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 3px;
    border: 1px solid #d6e1e8;
    background-color: #ffffff;
    margin: 38px 0;
  }
  
  #wpbody-content .hester-section.large-section h2 {
    padding-top: 18px;
    text-align: center;
    line-height: 1.4;
  }
  
  #wpbody-content .hester-section.large-section p {
    max-width: 480px;
    font-size: 15px;
    line-height: 1.7;
    text-align: center;
    color: #79879a;
  }
  
  #wpbody-content .hester-section .hester-hero img {
    height: 140px;
  }
  
  #wpbody-content .hester-columns {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0;
    margin: -12px -12px 50px -12px;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  
  #wpbody-content .hester-columns .hester-column {
    width: 33.33%;
    padding: 12px;
  }
  
  #wpbody-content .hester-columns .hester-column.column-6 {
    width: 50%;
  }
  
  #wpbody-content .hester-columns .hester-column.column-12 {
    width: 100%;
  }
  
  #wpbody-content .hester-columns .hester-changelog {
    max-height: 500px;
    overflow: scroll;
  }
  
  #wpbody-content .hester-columns.plugins .hester-box {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  #wpbody-content .hester-columns.plugins .hester-box > div {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  
  #wpbody-content .hester-columns.plugins .plugin-image {
    position: absolute;
    top: 5%;
    left: -10%;
    height: 90%;
    opacity: .05;
    z-index: 1;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  
  #wpbody-content .hester-columns.plugins .plugin-image img {
    height: 100%;
    pointer-events: none;
    border-radius: 16px;
  }
  
  #wpbody-content .hester-columns.plugins p {
    margin: 5px 0 0 0;
  }
  
  #wpbody-content .hester-columns.plugins .plugin-info {
    position: relative;
    z-index: 2;
  }
  
  #wpbody-content .hester-columns.plugins .hester-active-plugin {
    -js-display: inline-flex;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: auto;
    font-weight: 400;
    color: #79ba49;
  }
  
  #wpbody-content .hester-columns.plugins .hester-buttons {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 0;
    margin-top: 1.2em;
  }
  
  #wpbody-content .hester-columns.plugins .dashicons {
    height: 18px;
    margin-right: 5px;
  }
  
  #wpbody-content .hester-box {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-radius: 3px;
    border: 1px solid #d6e1e8;
    background-color: #ffffff;
    padding: 20px 30px;
    height: 100%;
    overflow: hidden;
    position: relative;
  }
  
  #wpbody-content .hester-box p {
    color: #66717f;
    line-height: 1.7;
  }
  
  #wpbody-content .hester-box p:last-child {
    margin-bottom: 0;
  }
  
  #wpbody-content .hester-box h4 {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 15px;
    font-weight: 600;
    margin: 0;
    color: #111827;
  }
  
  #wpbody-content .hester-box h4 i {
    width: auto;
    height: auto;
    color: #66717f;
    font-size: 24px;
    line-height: 16px;
    vertical-align: middle;
    opacity: 0.5;
    display: inline-block;
    padding-right: 12px;
  }
  
  #wpbody-content .hester-box .hester-buttons {
    margin: auto 0 0 0;
    padding-top: 9px;
  }
  
  #wpbody-content .changelog-version {
    font-size: 11px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: 16px;
    color: #55718c;
    background-color: #d6e1ec;
    margin: 0 12px;
    padding: 5px 7px;
    margin-top: 1px;
  }
  
  #wpbody-content .hester-core-changelog {
    margin-top: -30px !important;
  }
  
  /**
   * Import admin page footer styles.
   */
  #wpfooter {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  
  #hester-footer {
    border-top: 1px #d6e1e8 solid;
    border-bottom: 1px #d6e1e8 solid;
    margin-top: 0;
    margin-bottom: 18px;
    margin-left: -35px;
    margin-right: -35px;
    text-align: center;
    font-size: 13px;
    color: #66717f;
  }
  
  #hester-footer ul {
    margin: 0 35px;
    padding: 0;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  
  #hester-footer ul li {
    margin: 0;
  }
  
  #hester-footer ul li a {
    text-decoration: none;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 15px 10px;
    color: inherit;
  }
  
  #hester-footer ul li a:hover {
    color: #111827;
  }
  
  #hester-footer ul li a:hover > span {
    text-decoration: underline;
  }
  
  #hester-footer ul li a:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: thin dotted #7f8a99;
  }
  
  #hester-footer ul li a .dashicons {
    font-size: 18px !important;
    height: 18px;
    line-height: 18px;
    margin-right: 3px;
    text-decoration: none !important;
  }
  
  #hester-footer ul li a .dashicons-heart {
    color: #e04b43;
  }
  
  p#footer-upgrade {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    float: none;
    text-align: center;
    font-size: 11px;
    color: #8d98a7;
    text-transform: uppercase;
    letter-spacing: .1em;
    padding-bottom: 1rem;
  }
  
  p#footer-upgrade a {
    display: inline-block;
    text-decoration: none;
    padding: 7px 5px;
    color: #66717f;
  }
  
  p#footer-upgrade a:hover {
    color: #F43676;
  }
  
  p#footer-upgrade .dashicons {
    font-size: 16px !important;
    height: 16px;
    line-height: 16px;
  }
  
  /**
   * Import admin page responsive styles.
   */
  /*****************************************/
  /* Admin page responsive styles
  /*****************************************/
  @media screen and (max-width: 782px) {
    .auto-fold #wpcontent {
      padding-left: 0;
    }
    #filter-container .theme,
    #wpbody-content .hester-columns .hester-column {
      width: 50%;
    }
    .plugin-image {
      display: none;
    }
  }
  @media screen and (max-width: 600px) {
    #wpbody-content .hester-section.large-section p {
      max-width: 100%;
    }
    .admin-bar #wpcontent {
      padding-top: 46px;
    }
    .hester-tabs > ul {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 0;
    }
    .hester-tabs > ul > li {
      padding-left: 20px;
      padding-right: 20px;
      margin: 0;
      border-bottom: 1px solid #d6e1e8 !important;
    }
    .hester-tabs > ul > li:last-child {
      border-bottom: none !important;
    }
    #wpbody-content .hester-section-title {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      width: 100%;
    }
    #wpbody-content .hester-section-title .hester-filters {
      margin-left: 0;
      padding-left: 0;
    }
    #wpbody-content .hester-section-title .hester-dropdown-filter > ul {
      right: auto;
      left: 0;
    }
    #wpbody-content .hester-section-title .hester-info-icon {
      display: none;
    }
    #filter-container .theme,
    #wpbody-content .hester-columns .hester-column {
      width: 100% !important;
    }
    #wpbody {
      padding-top: 0;
    }
    #hester-header .hester-header-action > a:last-child {
      display: none;
    }
  }
  