/**
 * Styling for the admin page
 *
 * @package Business Assistant
 */

/*Admin notice*/
.business-assistant-notice-wrapper.notice {
  padding: 10px !important;
}
.business-assistant-notice-wrapper.notice .notice-dismiss {
  top: 5px;
  right: 5px;
}
.business-assistant-notice {
  display: flex;
  align-items: center;
  background: #fff;
  padding: 20px;
}
.business-assistant-notice .business-assistant-notice-img {
  padding-right: 30px;
  padding-left: 15px;
}
.business-assistant-notice .business-assistant-notice-content {
  flex-basis: 100%;
}
.business-assistant-notice .business-assistant-notice-heading {
  font-size: 18px;
}
.business-assistant-notice a.button.button-primary {
  background-image: linear-gradient(96deg, #6254e7 0%, #9289f1 100%);
  border: 1px solid;
  padding: 7px 14px;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
}
.business-assistant-notice a.button.button-primary:hover,input.button.button-primary.import,a.button.button-success{
  background-image: linear-gradient(96deg, #F0AC0E 0%, #F56616 100%);
  border: 1px;
  color: #fff;
  font-weight: bold;
}
a.button.button-success {
  display: flex;
  justify-content: center;
  align-items: center;
}
a.button.button-success:hover{
  background-image: linear-gradient(96deg, #6254e7 0%, #9289f1 100%);
  border: 1px solid;
  color: #fff;
}
input.button.button-primary.import{
  padding: 9px 14px;
}
input.button.button-primary.import:hover{
  background-image: linear-gradient(96deg, #6254e7 0%, #9289f1 100%);
  border: 1px solid;
}
 

/* ADMIN HEADER AND LINKS */

#admin_links {
  overflow: hidden;
}
#admin_links a,#admin_pro_links a,#admin_linkss a,#admin_pro_linkss a {
  display: inline-block;
  float: left;
  width: 33.333%;
  width: calc(100% / 4);
  padding: 1em;
  letter-spacing: 1px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  color: #FFF;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: .3s all;
  -moz-transition: .3s all;
  transition: .3s all;
}
#admin_pro_links a {
  width: calc(100% / 3);
  padding: 15px 10px;
}

#admin_pro_linkss a {
  width: calc(100% / 1);
  padding: 15px 10px;
}

a.blue-button-1, #admin_links a:hover, a.blue-button-2:hover {
  background-image: linear-gradient(96deg, #f0ac0e 0%, #ff7426 100%);
}
a#customizer, a.blue-button-2 {
  background-image: linear-gradient(96deg, #6254e7 0%, #9289f1 100%);
}
a.blue-button-1:hover{
  background-image: linear-gradient(96deg, #6254e7 0%, #9289f1 100%) !important;
}
span.dashicons.dashicons-no,span.dashicons.dashicons-yes {
  color: red;
  font-size: 27px;
  margin: 0px;
}
span.dashicons.dashicons-yes{
  color: green;
}


/*-------------------------------------------------*/

.demo-importer-loader {
  width: 100%;
  max-width: 100%;
  display: none;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  background: rgb(255 255 255 / 70%);
  z-index: 9999; 
}
.loader-setup-wizard {
  width: 60px;
  background-size: calc(100%/3) 50%;
  position: sticky;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.loader-setup-wizard h2{
  color: #000;
  font-size: 50px;
  font-weight: bold;
}
.demo-import-box h4 {
  font-size: 20px;
  margin: 0;
}
.demo-import-box {
    margin-bottom: 15px;
}
span.imp-success {
    font-size: 14px;
    color: green;
    font-weight: 600;
    display: flex;
    align-items: center;
}
.diplay-flex-btn {
  display: flex;
  gap: 15px;
  margin-top: 22px;
}
.diplay-flex-btn input.button.button-primary{
  font-weight: bold;
}
.diplay-flex-btn form {
  margin: unset !important;
}
#main-page .notice {
  display: none;
}
.hester-box.importer h4 {
    text-align: center;
    justify-content: center;
    font-size: 22px !important;
}
.hester-box.importer {
    text-align: center;
    width: 50%;
    margin: 0 auto;
}
.hester-box.importer {
    padding: 70px !important;
}
#wpbody {
    padding: 0;
}
#wpfooter {
    position: static;
    padding: 0 35px 10px;
}
body {
    background-color: #f1f3f5;
    color: #232323;
}
.hester-container {
    width: 100%;
    max-width: 940px;
    margin: 0 auto;
}
.appearance_page_business-assistant-dashboard .notice, .appearance_page_business-assistant-dashboard .update-nag, .appearance_page_business-assistant-dashboard div.error, .appearance_page_business-assistant-dashboard div.updated,.appearance_page_business-assistant-plugins .notice, .appearance_page_business-assistant-plugins .update-nag, .appearance_page_business-assistant-plugins div.error, .appearance_page_business-assistant-plugins div.updated,.appearance_page_business-assistant-changelog .notice, .appearance_page_business-assistant-changelog .update-nag, .appearance_page_business-assistant-changelog div.error, .appearance_page_business-assistant-changelog 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: #0554f2;
}
.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;
}
.demo-import-box {
    text-align: center;
}
.hester-container span.imp-success{
    display: block;
}
.hester-container a.button.button-success {
    display: inline-block;
    margin-top: 16px;
}
.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: #0554f2;
    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: #232323;
    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: #401EA1;
    -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: .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: #232323;
    -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: #fff;
    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: #fff;
    background-color: #0554f2;
}
.hester-dropdown-filter > ul > li.current {
    background-color: rgba(0, 0, 0, 0.05);
    color: #232323;
}
.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 0;
    transition: all .2s ease-out 0;
    -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: 0;
    transition-delay: 0;
}
.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;
}
.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: #232323;
    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: #232323;
    -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;
}
#hester-header {
    padding: 12px 35px;
    background-color: #fff;
    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;
    gap: 20px;
}
#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: #0554f2;
    color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    font-size: 14px;
    text-transform: uppercase;
}
#hester-header .hester-header-action > a:first-child:hover, #hester-header .hester-header-action > a:first-child:focus {
    background-color: #401EA1;
}
#hester-header .hester-header-action > a:first-child.secondary {
    background-color: rgba(0, 0, 0, 0);
}
#hester-header .hester-header-action > a:last-child {
    border-radius: 2px;
    border: 1px solid green;
    color: #fff;
    background-color: green;
    font-size: 14px;
    text-transform: uppercase;
}
#hester-header a.notice-bundle {
    background: red;
    border-radius: 2px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
}

#hester-header a.notice-bundle:hover {
    background: orange;
}

#hester-header .hester-header-action > a:last-child:hover, #hester-header .hester-header-action > a:last-child:focus {
    border-color: #728191;
    color: #232323;
    background-color: rgba(0, 0, 0, 0);
}
.hester-tabs {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 9px 0 18px;
    background-color: #fff;
    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: #232323;
}
.hester-tabs > ul > li.current-item {
    border-bottom-color: #0554f2;
}
.hester-tabs > ul > li.current-item > a {
    color: #0554f2;
    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;
}
#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: #fff;
    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 {
    display: grid;
    padding: 0;
    margin: -12px -12px 50px;
    grid-template-columns: auto auto auto;
    gap: 12px;
}
body.appearance_page_business-assistant-changelog #wpbody-content .hester-columns {
    display: flex;
}
#wpbody-content .hester-columns .hester-column {
    width: 100%;
    padding: 12px;
    margin: 10px;
}
#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;
}
#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: #fff;
    padding: 20px 30px 0;
    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: #232323;
}
#wpbody-content .hester-box h4 i {
    width: auto;
    height: auto;
    color: #66717f;
    font-size: 24px;
    line-height: 16px;
    vertical-align: middle;
    opacity: .5;
    display: inline-block;
    padding-right: 12px;
}
#wpbody-content .hester-box .hester-buttons {
    margin: auto 0 0;
    margin-top: 10px;
}
#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;
}
#wpfooter {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
#hester-footer {
    border-top: 1px #d6e1e8 solid;
    border-bottom: 1px #d6e1e8 solid;
    text-align: center;
    font-size: 13px;
    color: #66717f;
    margin: 0 -35px 18px;
}
#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: #232323;
}
#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: #0554f2;
}
p#footer-upgrade .dashicons {
    font-size: 16px!important;
    height: 16px;
    line-height: 16px;
}

a.blue-button-3 {
    background-image: linear-gradient(96deg, #f0ac0e 0%, #ff7426 100%);
    padding: 14px;
    border-radius: 2px;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 28px;
}

.hester-buttons.es {
    margin-top: 35px !important;
}

h2.hester-section-title.demo-import {
    margin: 0 auto !important;
    text-transform: uppercase !important;
    margin-top: 30px !important;
}
@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;
}
}