html {
box-sizing: border-box; }
*, *::after, *::before {
box-sizing: inherit; }
html {
box-sizing: border-box; }
*, *::after, *::before {
box-sizing: inherit; }
/* ================= Wrapper DIVs ============================== */
.wrap > *,
#wpbody-content > * {
display: none; }
#wpbody-content > .wrap,
.wrap > form {
display: block;
overflow: hidden; }
#wpbody-content .cortex-wrap {
position: relative;
display: block;
padding-right: 20px;
font-family:"Cabin";
}
#cortex-buttons-wrap {
float: right; }
#cortex-buttons-wrap .cortex-button .dashicons {
line-height: 27px; }
#cortex-buttons-wrap a:last-child {
margin-right: 22px; }
/* =============== Banner ======================= */
#cortex-banner-wrap {
position: relative;
display: block;
padding: 0;
margin: 18px 1px 1px 1px;
min-height: 80px;
line-height: 80px;
box-sizing: content-box; }
#cortex-banner {
position: absolute;
display: block;
top: 0;
width: 100%;
/* padding: 0; */
margin: 0;
/* background: #fff; */
min-height: 80px;
line-height: 80px;
white-space: nowrap;
box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1); }
#cortex-banner h2 {
min-height: 80px;
margin: 0;
/* padding: 0; */
line-height: 80px;
white-space: nowrap;
float: left;
color: #34495e;
font-weight: 500;
font-size: 20px; }
#cortex-banner h2 span {
position: relative;
display: inline-block;
width: 110px;
/* padding: 0 20px; */
margin: 0 20px 0 0;
font-weight: 900;
text-transform: uppercase;
height: 80px;
/* background: #333743; */
color: #fff;
text-align: center;
background-image: url("../images/icon-128x128.jpg");
background-size: 93%;
background-position: 6px 48%;
background-repeat: no-repeat;
text-indent: -9999px; }
#cortex-banner.cortex-fixed {
position: fixed;
top: 32px;
z-index: 999; }
/* ========================= Buttons ============================= */
.cortex-button {
position: relative;
overflow: hidden;
padding: 4px 15px !important;
margin: 2px 5px 2px 0 !important;
color: #ffffff !important;
text-transform: uppercase;
letter-spacing: 2px;
cursor: pointer;
outline: none !important;
opacity: 0.9;
text-decoration: none;
-webkit-transition: all 0.3s ease-out !important;
-moz-transition: all 0.3s ease-out !important;
-ms-transition: all 0.3s ease-out !important;
-o-transition: all 0.3s ease-out !important;
transition: all 0.3s ease-out !important; }
#cortex-banner-wrap .cortex-button {
display: inline-block;
vertical-align: middle;
z-index: 1; }
.cortex-button:hover {
opacity: 1; }
.cortex-close-infobox,
#cortex_settings_save {
background: #40bca4 ; }
.cortex-close-infobox {
display: inline-block;
margin: 20px 0 11px 0;
padding: 4px 15px; }
#cortex_clear_cache {
margin: 0 0 0 18px !important; }
#cortex_settings_reset,
#cortex_clear_cache {
background: #e74c3c; }
.cortex-button .dashicons {
position: relative;
font-size: 15px;
line-height: 26px;
margin: 0 2px 0 -4px; }
.cortex-button:hover .dashicons {
-webkit-animation: toTopFromBottom 0.3s forwards;
-moz-animation: toTopFromBottom 0.3s forwards;
animation: toTopFromBottom 0.3s forwards; }
@-webkit-keyframes toTopFromBottom {
49% {
-webkit-transform: translate3d(0, -100%, 0); }
50% {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0); }
51% {
opacity: 1; } }
@-moz-keyframes toTopFromBottom {
49% {
-moz-transform: translate3d(0, -100%, 0); }
50% {
opacity: 0;
-moz-transform: translate3d(0, 100%, 0); }
51% {
opacity: 1; } }
@keyframes toTopFromBottom {
49% {
transform: translate3d(0, -100%, 0); }
50% {
opacity: 0;
transform: translate3d(0, 100%, 0); }
51% {
opacity: 1; } }
/* ============== INFO BOX ============================= */
#cortex-infobox {
position: fixed;
z-index: 99999;
top: 0;
bottom: 0;
left: 0;
right: 0;
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out; }
#cortex-infobox.cortex-infobox-loading {
opacity: 1;
visibility: visible; }
.cortex-info-overlay {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: #ffffff;
opacity: 0.86; }
.cortex-info-inner {
position: absolute;
display: block;
top: 50%;
width: 100%;
padding: 0;
margin: 0 auto;
line-height: 0;
text-align: center;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%); }
.cortex-infobox-msg {
position: relative;
display: inline-block;
min-width: 245px;
padding: 20px 50px;
background: #34495e;
text-align: center;
line-height: 24px;
font-size: 14px;
font-weight: 400;
color: #ffffff;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-box-shadow: 0 0 35px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0 0 35px rgba(0, 0, 0, 0.3);
box-shadow: 0 0 35px rgba(0, 0, 0, 0.3);
-webkit-transform: translateY(-60px);
-moz-transform: translateY(-60px);
-ms-transform: translateY(-60px);
-o-transform: translateY(-60px);
transform: translateY(-60px);
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out; }
.cortex-infobox-loading .cortex-infobox-msg {
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0); }
.cortex-infobox-msg strong {
position: relative;
display: inline-block;
padding: 20px 0;
font-size: 16px;
text-transform: uppercase; }
#cortex-infobox-confirm {
display: none !important; }
.cortex-infobox-icon {
font-size: 24px;
margin: 0 10px 0 0; }
.cortex-infobox-msg .dashicons-yes {
color: #4ECDC4; }
.cortex-infobox-msg .dashicons-no-alt {
color: #e74c3c; }
.cortex-infobox-msg .cortex-infobox-alt {
color: #e74c3c; }
.cortex-close-infobox .dashicons {
color: #ffffff;
font-size: 16px;
font-weight: 900; }
.cortex-infobox-msg .dashicons-admin-generic {
-webkit-animation-name: spin;
-webkit-animation-duration: 1500ms;
-webkit-animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
-moz-animation-name: spin;
-moz-animation-duration: 1500ms;
-moz-animation-iteration-count: infinite;
-moz-animation-timing-function: linear;
-ms-animation-name: spin;
-ms-animation-duration: 1500ms;
-ms-animation-iteration-count: infinite;
-ms-animation-timing-function: linear;
animation-name: spin;
animation-duration: 1500ms;
animation-iteration-count: infinite;
animation-timing-function: linear; }
.cortex-infobox-msg .dashicons-admin-generic:before {
content: "\f111";
text-align: center;
display: block;
position: relative;
height: 22px;
width: 22px;
top: -3px;
left: -1px; }
@-ms-keyframes spin {
from {
-ms-transform: rotate(0deg); }
to {
-ms-transform: rotate(360deg); } }
@-moz-keyframes spin {
from {
-moz-transform: rotate(0deg); }
to {
-moz-transform: rotate(360deg); } }
@-webkit-keyframes spin {
from {
-webkit-transform: rotate(0deg); }
to {
-webkit-transform: rotate(360deg); } }
@keyframes spin {
from {
transform: rotate(0deg); }
to {
transform: rotate(360deg); } }
/* ===================== BOX WRAPPER ====================== */
.settings-options .cortex-inner {
margin: 1px 0 0 0; }
.cortex-settings .cortex-tabs-wrap {
margin: 0; }
.cortex-settings .cortex-box-side {
background: #333743; }
.cortex-settings .cortex-box-side * {
color: #e8e9ef; }
.cortex-box-side {
display: table-cell;
vertical-align: top;
min-width: 150px;
background: #e1e1e1; }
.cortex-settings .cortex-box-side {
border-bottom: 1px solid #bcbfc7; }
.cortex-box-side h3 {
margin: 0;
padding: 15px 12px 15px 12px !important;
font-size: 13px;
line-height: 1.4;
text-transform: uppercase;
letter-spacing: 4px;
background: #404554; }
.cortex-box-side .cortex-infobox-icon {
padding: 15px 12px 15px 12px !important;
font-size: 32px; }
.cortex-box-inner {
display: table-cell;
margin: 0px !important;
padding: 8px 20px 40px 20px !important;
vertical-align: top;
width: 100%;
background: #fff; }
.cortex-settings .cortex-box-inner {
border-top: 1px solid #e1e1e1; }
.cortex-settings .cortex-box-inner {
padding: 0 0 40px 0 !important; }
.cortex-box-inner p {
color: #888;
font-style: normal;
max-width: 650px; }
.cortex-box-inner h3 {
padding-left: 0 !important;
padding-right: 0 !important;
font-size: 13px;
line-height: 20px; }
.cortex-label-outside {
padding: 0 0 0 18px; }
.cortex-settings .cortex-toggle {
position: relative;
display: inline-block;
top: 5px;
box-sizing: content-box; }
.cortex-settings .cortex-type-checkbox .cortex-number-label {
top: 5px; }
.cortex-settings .cortex-desc {
font-size: 13px;
line-height: 20px;
max-width: 650px; }
.cortex-box-inner ul {
list-style: inherit;
list-style-type: square; }
.cortex-box-inner li {
margin: 0 0 10px 20px;
color: #888;
max-width: 600px;
line-height: 1.4em; }
.cortex-box-inner li strong {
color: #444; }
.cortex-box-inner .cortex-button.purchase, .cortex-box-inner .cortex-button.know-more {
background: #46a5d5;
padding: 12px 30px !important; }
/*# sourceMappingURL=cortex-admin-page.css.map */