.appearance_page_specia-changelog div#setting-error-tgmpa,
.appearance_page_specia-changelog .update-nag,
.appearance_page_specia-changelog div.error,
.appearance_page_specia-plugins div#setting-error-tgmpa,
.appearance_page_specia-plugins .update-nag,
.appearance_page_specia-plugins div.error,
.appearance_page_specia-dashboard div#setting-error-tgmpa,
.appearance_page_specia-dashboard .update-nag,
.appearance_page_specia-dashboard div.error,
.appearance_page_specia-websites div#setting-error-tgmpa,
.appearance_page_specia-websites .update-nag,
.appearance_page_specia-websites div.error {
    display: none;
}

.notice, div.error, div.updated {
    margin: 5px 15px;
}

button.notice-dismiss {
    padding: .75em;
    bottom: 0;
    margin: auto 0;
}
#recommended-plugins.specia-notice,
#specia-theme-activation-xl {
    border-left-color: #ff8f00;
}
.xl-notice.notice-error {
    border-left-color: var(--color-primary);
    padding: 5px 12px;
    margin: 0 25px;
}
.notice-success .clever-fox-btn-active:hover,
.notice-success .clever-fox-btn-active:focus {
    background-color: var(--color-green-dark);
}

.notice-success .clever-fox-btn-active,
.is-dismissible .clever-fox-btn-active {
    display: inline-block;
    color: #ffffff;
    padding: 5px 8px;
    font-weight: 600;
    text-decoration: none;
    letter-spacing: 0.3px;
}
.is-dismissible .clever-fox-btn-active {
    background-color: var(--color-primary);
}

.notice-success .clever-fox-btn-active {
    background-color: var(--color-green);
}

.appearance_page_specia-changelog #wpbody-content,
.appearance_page_specia-plugins #wpbody-content,
.appearance_page_specia-dashboard #wpbody-content,
.appearance_page_specia-websites #wpbody-content {
    padding-top: 73px;
    padding-bottom: 42px;
}

.appearance_page_specia-changelog #wpcontent,
.appearance_page_specia-plugins #wpcontent,
.appearance_page_specia-dashboard #wpcontent,
.appearance_page_specia-websites #wpcontent {
    padding-left: 0;
}

.appearance_page_specia-changelog.auto-fold #wpcontent,
.appearance_page_specia-plugins.auto-fold #wpcontent,
.appearance_page_specia-dashboard.auto-fold #wpcontent,
.appearance_page_specia-websites.auto-fold #wpcontent {
    padding-left: 0;
}

.shake {
    animation: 2s ease 0s normal none infinite shake;
}

@keyframes shake {
    0%,to {
        -webkit-transform:translateZ(0);transform:translateZ(0)
    }
    10%,30%,50%,70%,90%{
        -webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)
    }
    20%,40%,60%,80%{
        -webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)
    }
}

:root {
    --color-primary: #492CDD;
    --color-primary-dark: #492CDD;
    --color-green: #51a852;
    --color-green-dark: #4d984d;
    --color-scrollbar: #f2f2f2;
    --color-scrollbar-thumb: #dddddd;
    --color-scrollbar-thumb-hover: #c2c2c2;
}

/*::-webkit-selection {
    background-color: var(--color-primary);
    color: #fff;
}

::selection {
    background-color: var(--color-primary);
    color: #fff;
}*/

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: var(--color-scrollbar);
  }

::-webkit-scrollbar-thumb {
    background-color: var(--color-scrollbar);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background-color: var(--color-scrollbar-thumb-hover);
}

::-webkit-scrollbar-corner {
    background-color: var(--color-scrollbar);
}

.xl-websites [data-title] {
    position: relative;    
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.xl-websites [data-title]::before,
.xl-websites [data-title]::after {    
    transform: translateY(25%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.xl-websites [data-title]:hover::before,
.xl-websites [data-title]:hover::after {    
    transform: translateY(0%);
    opacity: 1;
    visibility: visible;
}

.xl-websites [data-title]::before {
    content: attr(data-title);
    position: absolute;
    left: auto;
    right: 0;
    top: -122%;
    color: #ffffff;
    display: inline-block;
    font-weight: 400;
    letter-spacing: 0.45px;
    padding: 2px 10px;
    border-radius: 2px;
    background: rgba(56, 62, 65, 0.98);
    font-size: 12px;
    white-space: nowrap;
}
.xl-websites [data-title]::after {
    content: '';
    position: absolute;
    top: -10px;
    left: 30px;
    color: #ffffff;
    display: inline-block;
    border: 8px solid transparent;
    border-top: 8px solid rgba(56, 62, 65, 0.98);
}

.xl-sites-empty {    
    width: 100%;
    display: block;
    text-align: center;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

.xl-button-container {
    margin-top: 1.62em;
}

.xl-websites input[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

.xl-websites button,
.xl-websites input[type="button"],
.xl-websites input[type="reset"],
.xl-websites input[type="submit"] {
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.xl-websites input[type="text"],
.xl-websites input[type="email"],
.xl-websites input[type="url"],
.xl-websites input[type="password"],
.xl-websites input[type="search"],
.xl-websites input[type="number"],
.xl-websites input[type="tel"],
.xl-websites input[type="range"],
.xl-websites input[type="date"],
.xl-websites input[type="month"],
.xl-websites input[type="week"],
.xl-websites input[type="time"],
.xl-websites input[type="datetime"],
.xl-websites input[type="datetime-local"],
.xl-websites input[type="color"],
.xl-websites textarea {
    margin: 0;
    border-radius: 3px;
    display: block;
    line-height: 1.55;
    font-size: inherit;
    font-weight: 400;
    padding: .5625rem 1rem;
    vertical-align: middle;
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #e9e9ea;
    outline: none;
    letter-spacing: 0.5px;
    box-shadow: none;
    background-size: 0 1px, 100% 1px;
    background-repeat: no-repeat;
    background-position: center bottom, center calc(100% - -1px);
    -moz-transition: background 0s ease-out;
    -webkit-transition: background 0s ease-out;
    -o-transition: background 0s ease-out;
    transition: background 0s ease-out;
}

.xl-websites select {
    background-clip: padding-box;
    border: 1px solid #e9e9ea;
    border-radius: 3px;
    display: block;
    font-size: 92%;
    font-weight: 400;
    padding: 6px 12px;
    position: relative;
    text-decoration: none;
    white-space: nowrap;
    width: 100%;
    box-shadow: none;
    overflow: auto !important;
    outline: 0;
    background-size: 0 1px, 100% 1px;
    background-repeat: no-repeat;
    background-position: center bottom, center calc(100% - -1px);
    background-color: transparent;
    -moz-transition: background 0s ease-out;
    -webkit-transition: background 0s ease-out;
    -o-transition: background 0s ease-out;
    transition: background 0s ease-out;
}

.xl-websites input[type="text"]:focus,
.xl-websites input[type="email"]:focus,
.xl-websites input[type="url"]:focus,
.xl-websites input[type="password"]:focus,
.xl-websites input[type="search"]:focus,
.xl-websites input[type="number"]:focus,
.xl-websites input[type="tel"]:focus,
.xl-websites input[type="range"]:focus,
.xl-websites input[type="date"]:focus,
.xl-websites input[type="month"]:focus,
.xl-websites input[type="week"]:focus,
.xl-websites input[type="time"]:focus,
.xl-websites input[type="datetime"]:focus,
.xl-websites input[type="datetime-local"]:focus,
.xl-websites input[type="color"]:focus,
.xl-websites textarea:focus,
.xl-websites select:focus {
    background-size: 100% 2px, 100% 2px;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.xl-websites input[type="text"]:focus,
.xl-websites input[type="email"]:focus,
.xl-websites input[type="url"]:focus,
.xl-websites input[type="password"]:focus,
.xl-websites input[type="search"]:focus,
.xl-websites input[type="number"]:focus,
.xl-websites input[type="tel"]:focus,
.xl-websites input[type="range"]:focus,
.xl-websites input[type="date"]:focus,
.xl-websites input[type="month"]:focus,
.xl-websites input[type="week"]:focus,
.xl-websites input[type="time"]:focus,
.xl-websites input[type="datetime"]:focus,
.xl-websites input[type="datetime-local"]:focus,
.xl-websites input[type="color"]:focus,
.xl-websites textarea:focus,
.xl-websites select:focus {
    background-image: linear-gradient(#492CDD, #492CDD), linear-gradient(#383E41, #383E41);;
}

.xl-websites textarea {
    padding-left: 3px;
    width: 100%;
    height: 150px;
}

.xl-websites * {
    font-size: 14px;
    color: #383E41;
}

.xl-websites *,
.xl-websites *:after,
.xl-websites *:before {
    box-sizing: border-box;
}

.xl-websites img {
    width: 100%;
    height: auto;
}

.xl-websites h3,
.xl-websites h2,
.xl-websites ul {
    margin: 0;
    padding: 0;
}

.xl-websites li {
    list-style: none;
    line-height: 1.2;
}

.xl-websites a {
    text-decoration: none;
}

.clever-fox-btn-active:focus,
.specia-notice-action a:focus,
.xl-websites a:focus {
    outline: thin dotted var(--color-primary-dark);
    box-shadow: none;
}

.xl-websites p {
    margin: 0;
}

.xl-cusror-off {
    cursor: initial;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.specia-license-active {
    color: var(--color-primary);
}

/*.xl-container-no-area,
.xl-container {
    width: 100%;
    max-width: 940px;
    margin: 0 auto;
}*/

.xl-container-no-area {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.xl-container-fluid,
.xl-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.xl-theme-header {
    padding: 0 25px 0 0;
    background-color: #ffffff;
    position: relative;
    border-bottom: 1px solid #eadfd9;
    margin-bottom: 0px;
    z-index: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

.xl-header-fixed {
    position: fixed;
    top: 32px;
    right: 0;
    left: 0;
    margin-left: 160px;
    z-index: 88;
    box-shadow: 22px 0 28px rgba(0, 0, 0, 0.1);
    z-index: 99;
}

.xl-logo {
    display: inline-flex;
    align-items: center;
    margin: 0;
    position: relative;
    z-index: 0;
}

.xl-logo-icon {
    padding: 0 15px;
    font-size: 30px;
    width: 75px;
    color: var(--color-primary);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    min-height: 72px;
    border-right: 1px solid #eadfd9;
    position: relative;
}

.xl-logo-icon i,
.xl-logo-icon i:before {
    font-size: 40px;
    width: inherit;
    height: inherit;
    color: inherit;
}

.xl-logo-icon img {
    margin-bottom: 10px;
    width: 45px;
    height: 45px;
}

.xl-logo h4 {
    margin: 0 0 0 15px;
    font-size: 25px;
    font-weight: 800;
    word-break: break-word;
    line-height: 1.1;
    max-width: 180px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.xl-logo .xl-title {
    width: 135px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.appearance_page_specia-websites .xl-title {
    width: 220px;
}

.xl-theme-title a:focus {
    box-shadow: none;
    outline: thin dotted #7f8a99;
    outline-offset: -2px;
}

.xl-theme-title .xl-version {
    background-color: #e2e7ea;
    border-radius: 0;
    font-size: 0.33em;
    font-weight: 500;
    padding: 0px 8px;
    line-height: 1.75;
    display: inline-block;
    position: absolute;
    bottom: -1px;
}

.xl-top-links {
    margin-left: auto;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.xl-top-links ul {
    margin: 0;
}

.xl-top-links li {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    padding-left: 12px;
    margin-bottom: 0;
    height: 100%;
    min-height: 72px;
}

.xl-top-links li:first-child {
    padding-right: 8px;
}

.xl-top-links li span {
    display: inline-block;
    word-break: break-word;
    white-space: normal;
    max-width: 450px;
    line-height: 1.5;
}

.xl-top-links li i {
    background-color: #383E41;
    width: 22px;
    height: 22px;
    padding: 0 2px 0 0;
    line-height: 1.6;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    margin-right: 8px;
}

.xl-most-links {
    border-left: 1px solid #eadfd9;
}

.xl-most-links .clever-fox-btn:not(:last-child) {
    margin-right: 7px;
}

.xl-intro-text {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.xl-tab-search {
    position: relative;
}

.xl-tab-search i {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    right: 10px;
    width: 18px;
    height: 18px;
    color: #4D616B;
    display: inline-block;
    font-size: 18px;
    margin: auto 0;
}

.xl-tab-search input[type="search"] {
    border: 0;
    border-radius: 0;
    padding-right: 35px;
    min-height: 50px;
    border-left: 1px solid #eadfd9;
}

.xl-tab-search input[type="search"]:focus + i,
.xl-tab-search input[type="search"]:hover + i {
    color: var(--color-primary);
}

.xl-tab-search input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    height: 13px;
    width: 13px;
    background: url("data:image/svg+xml;charset=UTF-8,%3csvg viewPort='0 0 12 12' version='1.1' xmlns='http://www.w3.org/2000/svg'%3e%3cline x1='1' y1='11' x2='11' y2='1' stroke='red' stroke-width='2'/%3e%3cline x1='1' y1='1' x2='11' y2='11' stroke='red' stroke-width='2'/%3e%3c/svg%3e");
}

a.clever-fox-btn, .clever-fox-btn {
    color: #ffffff;
    display: inline-block;
    border-radius: 2px;
    padding: 0px 10px;
    font-weight: 500;
    line-height: 2.5;
    border: 1px solid rgba(0,0,0,.15);
    text-decoration: none;
    cursor: pointer;
}
.sp-demo-meta a.clever-fox-btn {
    border: none;
    background: linear-gradient(135deg, #492cdd, #ad38e2, #ef9bff, #ad38e2, #492cdd);
    background-size: 250% 100%;
    animation: gradientMove 5s linear infinite;
}

.sp-demo-meta a.clever-fox-btn:hover,
.sp-demo-meta a.clever-fox-btn:focus {
    animation: none;
}

@keyframes gradientMove {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

a.clever-fox-btn-fill, .clever-fox-btn-fill {
    background-color: var(--color-primary);
    color: #fff;
}

a.clever-fox-btn-fill-green, .clever-fox-btn-fill-green {
    background-color: var(--color-green);
    color: #fff;
}

.clever-fox-btn-outline {
    border-color: #eadfd9;
}

.clever-fox-btn:focus {
    box-shadow: none;
    outline-color: var(--color-primary-dark);
}

.is-dismissible .clever-fox-btn-active:hover,
.is-dismissible .clever-fox-btn-active:focus,
.clever-fox-btn-fill:hover, .clever-fox-btn-fill:focus {
    background-color: var(--color-primary-dark);
}

.clever-fox-btn.clever-fox-btn-fill-green:not(.clever-fox-btn-fill):not([disabled]):hover,
.clever-fox-btn.clever-fox-btn-fill-green:not(.clever-fox-btn-fill):not([disabled]):focus {
    color: #ffffff;
    background-color: var(--color-green-dark);
    border-color: var(--color-green-dark);
}

.clever-fox-btn:not(.clever-fox-btn-fill):hover, .clever-fox-btn:not(.clever-fox-btn-fill):focus {
    border-color: var(--color-primary);
    /* color: #23282d; */
    background-color: transparent;
}

.wp-core-ui .clever-fox-btn-fill:disabled,
.wp-core-ui .clever-fox-btn-fill[disabled],
.wp-core-ui .clever-fox-btn-fill-green:disabled,
.wp-core-ui .clever-fox-btn-fill-green[disabled] {
    color: #ffffff;
    box-shadow: none;
    text-shadow: 0 1px 0 #ffffff;
    cursor: help;
    transform: none;
    opacity: 0.96;
}

.wp-core-ui .clever-fox-btn-fill-green:disabled,
.wp-core-ui .clever-fox-btn-fill-green[disabled] {
    border-color: var(--color-green);
    background: var(--color-green);
}

.wp-core-ui .clever-fox-btn-fill:disabled,
.wp-core-ui .clever-fox-btn-fill[disabled] {
    border-color: var(--color-primary);
    background: var(--color-primary);
}

/* Specia Companion Admin Tab */

.xl-tab-panel {
    background-color: #ffffff;
    border-bottom: 1px solid #eadfd9;
    margin-bottom: 35px;
    padding: 0 25px;
}

.xl-tab-panel .xl-theme-body {
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    overflow: hidden;
    width: 100%;
    border-right: 1px solid #eadfd9;
}
.appearance_page_specia-changelog .xl-theme-body,
.appearance_page_specia-plugins .xl-theme-body,
.appearance_page_specia-dashboard .xl-theme-body {
    border-right: 0;
}

.xl-tabs {
    position: relative;
    flex: 1;
    max-width: 80%;
}

.js .xl-tabs {
    padding: 0 20px;
}

div.xl-tabs.xl-tabs-normal {
    padding: 0 10px;
}

.xl-tabs-scroll {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    position: relative;
    font-size: 0;
}

.js .xl-tabs-scroll {
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
.js .xl-tabs-scroll::-webkit-scrollbar {
    display: none;
}

.xl-tabs-menu {
    float: left;
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
}

.xl-tabs-menu-no-transition {
  -webkit-transition: none;
  transition: none;
}

.xl-tabs-link {
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    min-height: 50px;
    border: 1px solid transparent;
    padding: 0 11px;
    margin-right: -2px;
    margin-left: -2px;
}

.xl-tabs-link + .xl-tabs-link {
    border-left-color: #eeeeee;
}

.xl-tabs-link[aria-selected="true"] {
    color: var(--color-primary);
}

.xl-tabs-link:hover {
    color: var(--color-primary);
}

.xl-tabs a:focus {
    box-shadow: none;
    outline: thin dotted #7f8a99;
    outline-offset: -3px;
}

.scroller {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--color-primary);
    padding: 0;
    border: 0;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    bottom: 0;
    width: 25px;
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}
.scroller:focus {
    outline: 0;
}
.scroller:hover {
    cursor: pointer;
    background-color: var(--color-primary-dark);
}

.scroller-left {
    left: 0;
}

[data-overflowing="both"] ~ .scroller-left, [data-overflowing="left"] ~ .scroller-left {
    opacity: 1;
}

.scroller-right {
    right: 0;
}

[data-overflowing="both"] ~ .scroller-right, [data-overflowing="right"] ~ .scroller-right {
    opacity: 1;
}

.xl-tab-active {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 100px;
    background-color: var(--color-primary);
    transform-origin: 0 0;
    transition: transform .2s ease-in-out;
}

.scroller i {
    line-height: 1.63;
    color: #ffffff;
}

.xl-pull-right {
    flex-basis: 20%;
}

.xl-tabs li {
    width: auto;
    -ms-flex: none;
    flex: none;
    border-right: 1px solid #eadfd9;
    text-align: center;
    margin: 0;
    line-height: 1.9;
}

.xl-tabs-normal ul {
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin: 0;
}

.xl-tabs-normal li a {
    text-decoration: none;
    color: inherit;
    border: 0;
}

.xl-tabs li {
    position: relative;
    z-index: 0;
}

.xl-tabs li:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: var(--color-primary);
    opacity: 0;
    visibility: hidden;
}

.xl-tabs li.current-item:after {
    opacity: 1;
    visibility: visible;
}

.xl-tabs li.current-item a {
    color: var(--color-primary);
}

.xl-tabs li:last-child {
    margin-right: 0;
    border-right: 0;
}

.xl-tabs li:first-child {
    margin-left: 0;
}

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

.specia-sites-panel {
    margin: 50px 25px 50px 25px;
}

.specia-sites-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.clever-fox-sites-items {
    cursor: pointer;
    float: left;
    margin: 0 3% 11% 0;
    position: relative;
    width: 30.6%;
    border: none;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.07);
    box-sizing: border-box;
}

.clever-fox-items-inner {
    position: relative;
    border-radius: 3px;
    overflow: initial;
    border: 1px solid #eadfd9;
    transition: all 0.4s;
}
 
/* Pro Badge */
.xl-pro-badge {
    position: absolute;
    top: -29px;
    left: 0;
    right: 0;
    z-index: 9;
    text-align: center;
    margin: 0 auto;
    width: fit-content;
}

.xl-pro-badge:after, .xl-pro-badge:before {
    content: "";
    height: 18px;
    width: 2px;
    position: absolute;
    top: 10px;
    background-color: #eadfd9;
    z-index: 0;
}

.xl-pro-badge:before {
    left: -36px;
}

.xl-pro-badge:after {
    right: -36px;
}

.xl-pro-badge b, .xl-pro-badge p {
    position: relative;
    width: 100%;
    display: block;
}

.xl-pro-badge p:after, .xl-pro-badge p:before {
    content: "";
    height: 2px;
    width: 35px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background-color: #eadfd9;
    z-index: 0;
}

.xl-pro-badge p:before {
    left: -36px;
}

.xl-pro-badge p:after {
    right: -36px;
}

.xl-pro-badge b:after, .xl-pro-badge b:before {
    content: "";
    height: 5px;
    width: 5px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    border-radius: 50%;
    background-color: #a94814;
    z-index: 1;
}

.xl-pro-badge b:before {
    left: -3px;
}

.xl-pro-badge b:after {
    right: -3px;
}

.xl-pro-badge .xl-pro-text {
    color: #ffffff;
    font-size: 10px;
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 0px .75em;
    overflow: visible;
    height: 22px;
    line-height: 22px;
    font-weight: 600;
    letter-spacing: 0.35px;
    text-decoration: none;
    background: var(--color-primary);
    -webkit-box-shadow: 0px 6px 10px -7px var(--color-primary);
    -moz-box-shadow: 0px 6px 10px -7px var(--color-primary);
    box-shadow: 0px 6px 10px -7px var(--color-primary);
    z-index: 0;
}

.xl-pro-badge span:after, .xl-pro-badge span:before {
    content: "";
    height: 0;
    width: 0;
    display: block;
    position: absolute;
    top: 0;
    border-right: 11px solid transparent;
    border-left: 11px solid transparent;
    border-top: 11px solid var(--color-primary);
    border-bottom: 11px solid var(--color-primary);
}

.xl-pro-badge span:before {
    left: -11px;
}

.xl-pro-badge span:after {
    right: -11px;
}

.specia-demo-screenshot {
    display: block;
    overflow: hidden;
    position: relative;
}

.specia-demo-image {
    background-position: center top;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    overflow: hidden;
    background-color: #e5e5e5;
    position: relative;
    filter: blur(0);
    transition: filter 400ms linear;
    aspect-ratio: 1 / 0.8;
}
.specia-demo-image img {
    width: 100%;
    height: auto;
    display: block; 
}
/*.specia-demo-screenshot .specia-demo-image.loading,
.specia-demo-screenshot .specia-demo-image.loading {
    animation-duration: 2s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: image-placeholder;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: linear-gradient(to right, #fafafa 8%, #f4f4f4 38%, #fafafa 54%);
    position: relative;
}

@keyframes image-placeholder{
    0%{
        background-position: -150px 0;
    }
    100%{
        background-position: 150px 0;
    }
}*/

.specia-demo-screenshot::before {
    content: "\f177";
    font-family: dashicons;
    font-size: 35px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(56, 62, 65, 0.85);
    width: 100%;
    height: 100%;
    transform: scale(.6);
    opacity: 0;
    -webkit-transition: all .1s ease;
    transition: all .1s ease;
    z-index: 1;
}

.specia-demo-screenshot .specia-demo-actions {
    background: none;
    border: 0;
    width: 100%;
    top: auto;
    padding: 0;
    justify-content: center;
    bottom: 25px;
}

.specia-demo-screenshot .specia-demo-actions .clever-fox-btn-outline {
    border-color: #ffffff;
    color: #ffffff;
    padding: 0px 8px;
    line-height: 2.4;
    font-size: 12px;
}

.specia-demo-screenshot .specia-demo-actions .clever-fox-btn-outline:hover,
.specia-demo-screenshot .specia-demo-actions .clever-fox-btn-outline:focus {
    border-color: #ffffff;
    color: var(--color-primary);
    background-color: #ffffff;
}

.clever-fox-sites-items:hover .specia-demo-screenshot::before {
    transform: scale(1);
    opacity: 1;
}

.specia-demo-image {
    display: block;
}

.specia-demo-image--no-image {
    display: inline-block;
    width: 50%;
    text-align: center;
    position: absolute;
    top: 45%;
    right: 25%;
    left: 25%;
}

.sp-demo-meta {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding: 5px 15px;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 50px;
    background-color: #ffffff;
    border-top: 1px solid #eadfd9;
	justify-content: space-between;
}

.sp-demo-name h4 {
    overflow: hidden;
    display: block;
    font-size: 16px;
    font-weight: 500;
    white-space: normal;
    margin: 0;
}

/*.sp-demo-meta--with-preview .sp-demo-name h4 {
    width: calc(100% - 154px);
}*/

.specia-demo-actions {    
    position: absolute;    
    top: 0;
    right: 0;
    bottom: 0;
    padding: 0 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(250, 250, 250, 0.9);
    border-left: 1px solid #eadfd9;    
    transition: opacity .15s ease;
    opacity: 0;
    z-index: 1;
}

.clever-fox-sites-items:hover .specia-demo-actions {
    opacity: 1;
}

.clever-fox-sites-items:hover .clever-fox-items-inner {
    transform: translate(0, -1px);
    box-shadow: 0 5px 16px 0 rgba(0,0,0,.1);
}

.specia-demo-actions .clever-fox-btn:not(:first-child) {
    margin-left: 6px;
}

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







.xl-section-title {    
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.xl-theme-body h2 {
    font-size: 18px;
    font-weight: 400;
    color: #23282d;
    line-height: 1.2;
}

.xl-columns-area {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin: 0px -10px;
    margin-bottom: 30px;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    justify-content: flex-start;
}

[class^="xl-column-"] {
    position: relative;
    width: 100%;
    padding: 0px 10px 20px;
}
@media (min-width: 992px) {
    .xl-column-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }    

    .xl-column-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .xl-column-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .xl-column-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .xl-column-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .xl-column-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .xl-column-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .xl-column-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .xl-column-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .xl-column-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .xl-column-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .xl-column-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.xl-column-3 .xl-post h4 i {
    padding-right: 5px;
}

/* Post Start */

.xl-post {
    /*display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;*/
    display: block;
    border-radius: 3px;
    border: 1px solid #eadfd9;
    background-color: #fff;
    overflow: hidden;
    position: relative;
    z-index: 0;
}

.xl-post:not(.xl-post-sidebar) {
    padding: 16px;
}

.xl-post h4 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    flex: 1;
    font-size: 15px;
    font-weight: 600;
    margin: 0;
}

.xl-post h4 i {
    width: auto;
    height: auto;
    color: var(--color-primary);
    font-size: 30px;
    line-height: 16px;
    vertical-align: middle;
    display: inline-block;
}

.xl-post:not(.xl-post-sidebar) h4 i {
    padding-right: 10px;
}

.xl-post-content,
.xl-post-sidebar .xl-post-head {
    padding: 15px;
}
    
.xl-post p {
    color: #4D616B;
    line-height: 1.5;
    margin-top: .75em;
    margin-bottom: 0;
}
.xl-post .xl-post-head,
.xl-post .plugin-info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}

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

/* Sidebar Start */

.xl-post-sidebar a:hover,
.xl-post-sidebar a:focus {
    border-bottom: 1px dashed var(--color-primary);
}

.xl-post-sidebar:not(:last-child) {
    margin-bottom: 20px;
}

.xl-post-sidebar h4 i {
    padding-left: 12px;
    text-align: right;
    flex: 1;
}

.xl-post-sidebar .xl-post-head {
    border-bottom: 1px solid #eadfd9;
}

.xl-post-sidebar p {
    margin: .75em 0;
}

.xl-form-field {
    display: block;
    margin: 15px 0;
}

.xl-submit-wrap span {
    font-weight: 500;
    margin-left: 10px;
}

.xl-sidebar:not(.xl-sticky) {
    height: 100%;
}

.xl-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    z-index: 999;    
}

.xl-sticky:not(.xl-sidebar) {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

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

.xl-page-content {
    min-height: 500px;
    overflow-y: visible;
}

p.xl-demo-notice {
    text-align: center;
    font-weight: 300;
    color: #acb2b9;
    text-transform: uppercase;
    letter-spacing: .5px;
    padding: 20px 0;
    border-top: 1px solid #eadfd9;
}

.xl-wpfooter-wrap {
    border-top: 1px solid #eadfd9;
    border-bottom: 1px solid #eadfd9;
    padding: 0 25px;
    background-color: #ffffff;
}

.xl-wpfooter {
    position: relative;
    z-index: 0;
}

.xl-footer ul,.xl-footer li {
    margin: 0;
}

ul.xl-footer {    
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0;
}

.xl-footer li {
    min-height: 45px;
    display: flex;
    align-items: center;
    flex: 1;
}

.xl-footer li:nth-child(2) {
    justify-content: center;
}

.xl-footer li:last-child {
    justify-content: flex-end;
}

.xl-footer a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
}

.heart-icon {
    margin: 0 2px 2px 0;
}

.xl-footer .xl-review {
    color: inherit;
    padding: 0;
    display: inline-block;
    border-bottom: 1px dashed transparent;
}

.xl-footer .xl-review:hover,
.xl-footer .xl-review:focus {
    color: #383E41;
    border-bottom-color: #383E41;
}

p.footer-ver, p.footer-social {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    text-align: center;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .1em;
    display: block;
    line-height: 4.2;
    position: relative;
    z-index: 0;
    max-width: 510px;
    border-left: 1px solid #eadfd9;
    border-right: 1px solid #eadfd9;
}

p.footer-ver {
    padding: 0 15px;
}

.footer-social a {
    display: inline-block;
    text-decoration: none;
    line-height: 46px;
    padding: 0 15px;
    color: var(--color-primary);
}

.footer-social a:not(:last-child) {
    border-right: 1px solid #eadfd9;
}

.footer-social a span {
    font-size: 15px;
    line-height: inherit;
    color: inherit;
}

.footer-social a:hover, .footer-social a:focus {
    color: #383E41;
}

.appearance_page_specia-changelog #wpfooter,
.appearance_page_specia-plugins #wpfooter,
.appearance_page_specia-dashboard #wpfooter,
.appearance_page_specia-websites #wpfooter {
    padding: 10px 0;
}

.appearance_page_specia-changelog #wpfooter .xl-footer p,
.appearance_page_specia-plugins #wpfooter .xl-footer p,
.appearance_page_specia-dashboard #wpfooter .xl-footer p,
.appearance_page_specia-websites #wpfooter .xl-footer p {
    line-height: 46px;
    font-size: 11px;
}

/* @media Start */

@media screen and (max-width: 782px){
    .appearance_page_specia-websites #wpbody-content {
        padding-top: 0;
    }
}

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

/* --- Media Query --- */

@media only screen and (max-width: 1120px) {
    .clever-fox-sites-items {
        width: 48.5%;
    }
    .clever-fox-sites-items:nth-child(even) {
        margin-right: 0;
    }
}
@media only screen and (max-width: 1200px) and (min-width: 780px) {
    .clever-fox-sites-items:nth-child(odd) {
        margin-right: 0;
    }
    .sp-demo-meta {
        padding: 5px 8px;
    }
    .specia-demo-screenshot::before {
        font-size: 25px;
    }
}
@media only screen and (max-width: 1200px) and (min-width: 768px) {
    .clever-fox-sites-items {
        width: 33.33% !important;
    }
}

@media only screen and (max-width: 1130px) and (min-width: 963px) {
    .xl-logo h4 {
        font-size: 21px;
        max-width: 150px;
    }
    .xl-top-links li span {
        max-width: 300px;
    }
}

@media only screen and (max-width: 962px) and (min-width: 780px) {
    .xl-header-fixed {
        margin-left: 36px;
    }
    .xl-top-links li:first-child {
        display: none;
    }
}

@media only screen and (min-width: 768px) {
    .clever-fox-sites-items {
        width: 25%;
        padding: 1.1%;
        margin: 0 0 1.3em 0em;
        box-shadow: none;
    }
}

@media only screen and (max-width: 767px) {
    .clever-fox-sites-items {
        margin: 0 3% 5% 0;
    }
}

@media screen and (max-width: 782px) {
    .xl-header-fixed {
        margin: 0;
        top: 46px;
    }
    .xl-top-links li:first-child {
        display: none;
    }
    .xl-logo h4 {
        display: none;
    }
    .appearance_page_specia-changelog #wpfooter,
    .appearance_page_specia-plugins #wpfooter,
    .appearance_page_specia-dashboard #wpfooter,
    .appearance_page_specia-websites #wpfooter {
        display: block;
    }
    .appearance_page_specia-changelog.auto-fold #wpfooter,
    .appearance_page_specia-plugins.auto-fold #wpfooter,
    .appearance_page_specia-dashboard.auto-fold #wpfooter,
    .appearance_page_specia-websites.auto-fold #wpfooter {
        margin: 0;
    }
}

@media only screen and (max-width: 782px) and (min-width: 601px) {
    .xl-page-content {
        margin-top: 73px;
    }
}

@media screen and (max-width: 600px) {
    .xl-header-fixed {
        position: relative;
        top: 0;
        left: 0;
        padding: 0 20px 0 0;
    }
}

@media screen and (max-width: 480px) {
    .xl-logo-icon {
        width: 80px;
    }
    .xl-most-links {
        border-left: 0;
    }
    #wpbody-content {
        padding-bottom: 30px;
    }
    .appearance_page_specia-websites.auto-fold #wpcontent {
        padding-left: 0;
    }
    .xl-tab-panel .xl-theme-body {
        border-right: 0;
    }
    .xl-tab-panel {
        flex-direction: column;
        align-items: flex-start;
        border-radius: 0px;
    }
    .xl-tabs, .xl-pull-right, .clever-fox-sites-items {
        width: 100%;
        max-width: 100%;
    }
    .xl-pull-right {
        flex-basis: 100%;
    }
    .xl-tab-search input[type="search"] {
        border-top: 1px solid #eadfd9;
        border-right: 1px solid #eadfd9;
    }
    .clever-fox-sites-items:nth-child(2n), .clever-fox-sites-items:nth-child(3n) {
        margin-right: 0;
    }
}

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

h3.xl-selected-demo {
    font-size: 16px;
    margin-bottom: 10px;
    display: block;
}

.xl-websites-ajax-loader,
.xl-websites-plugin {
    display: none;
}

.xl-websites-ajax-loader.is-import-success,
.xl-websites-plugin.is-plugin-install {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    overflow-y: auto;
    background: rgba(0, 0, 0, 0.7);
    z-index: 999;
}

.is-import-success .xl-ajax-loader,
.is-plugin-install .xl-install-plugin {
    position: fixed;
    top: 50%;
    left: 53%;
    z-index: 100952;
    margin: 0 auto;
    text-align: center;
    width: 350px;
    height: 50px;
    background-color: #f1f2f3;
    line-height: 3.6;
    border-radius: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3 );
    box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3 );
}

.is-import-success .xl-ajax-loader .spinner,
.is-plugin-install .xl-install-plugin .spinner {
    visibility: visible;
    float: none;
    margin: 0 3px 0 0;
}

.specia-active-plugin {
    display: inline-block;
    margin-right: 3px;
    font-weight: 500;
}

.specia-active-plugin .dashicons {
    color: var(--color-primary);
    vertical-align: text-top;
    font-size: 20px;
}

.specia-changelog {
    width: 100%;
    border-top: 3px solid var(--color-primary);
    background-color: #fafafa;
    padding: 20px;
}


.filter-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 20px;
}

.filter-button {
  background-color: #ccc;
  border: none;
  border-radius: 5px;
  color: #333;
  cursor: pointer;
  font-size: 16px;
  margin-bottom: 5px !important;
  padding: 8px 22px !important;
  margin-right: 10px !important;
  transition: background-color 0.3s ease;
}

.filter-button.active {
  background-color: #333;
  color: #fff;
}

.items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.item {
  background-color: #333;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  margin: 10px;
  padding: 20px;
  transition: opacity 0.3s ease;
}

.item.hidden {
  display: none;
}

.item.visible {
  opacity: 1;
}

h2.clever-heading {
    text-align: center;
    font-size: 26px;
    margin-bottom: 41px;
    background: linear-gradient(135deg,#492cdd 0%,#ad38e2 100%);
    padding: 18px 20px;
    color: #fff;
    border-radius: 4px;
}