File: /home/royaltuning/public_html/public/wp-content/plugins/maintenance/css/maintenance-admin.css
/**
* Maintenance
* https://wpmaintenancemode.com/
* (c) WebFactory Ltd, 2026
*/
.toplevel_page_maintenance #wpcontent,
.toplevel_page_maintenance .auto-fold #wpcontent {
padding-left: 0;
}
body.toplevel_page_maintenance {
overflow-y: scroll;
}
#wpbody {
font-family: "Ubuntu", sans-serif;
background-color: #f5f5f5;
}
header {
position: relative;
z-index: 99;
}
.toplevel_page_maintenance .wrap {
margin: 0;
min-height: calc(100vh - 160px);
font-size: 14px;
padding: 0;
}
.mtnc-clearfix {
*zoom: 1;
}
.mtnc-clearfix:before,
.mtnc-clearfix:after {
display: table;
content: "";
}
.mtnc-clearfix:after {
clear: both;
}
.mtnc-hide {
display: none;
}
.mtnc-strong {
font-weight: bold;
}
.mtnc-red-color {
color: #e76e70;
}
/* Layout */
.mtnc-body p {
line-height: 24px;
font-size: 14px;
}
.mtnc-single-section {
padding: 30px;
}
.mtnc-float-left {
width: 200px;
float: left;
margin-right: -200px;
margin-top: 0;
position: absolute;
transition: all 100ms ease;
}
.rtl .mtnc-float-left{
margin-right: auto;
margin-left: -200px;
}
.mtnc-float-right {
margin-left: 200px;
max-width: 1200px;
border-left: 1px solid rgba(218, 227, 240, 0.72);
padding-top: 20px;
margin-top: -20px;
margin-bottom: -20px;
}
.rtl .mtnc-float-right{
margin-right: 200px;
margin-left: auto;
}
.mtnc-main-menu {
display: block;
margin: 0;
}
.footer-buttons-left {
margin: 0;
padding: 0 20px 0 10px;
display: inline-block;
}
.footer-buttons-right {
margin: 0;
padding: 5px 10px 0 10px;
display: inline-block;
right: 10px;
left: auto;
position: fixed;
color: #666;
font-style: italic;
}
.mtnc-form-body {
max-width: 1200px;
margin: 0 auto;
background: #fff;
padding: 20px;
overflow: auto;
min-height: 600px;
border-radius: 4px;
}
/* Loader */
.mtnc_rotating {
-webkit-animation: mtnc_spin 1.5s linear infinite;
-moz-animation: mtnc_spin 1.5s linear infinite;
animation: mtnc_spin 1.5s linear infinite;
}
@-moz-keyframes mtnc_spin {
100% {
-moz-transform: rotate(360deg);
}
}
@-webkit-keyframes mtnc_spin {
100% {
-webkit-transform: rotate(360deg);
}
}
@keyframes mtnc_spin {
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
.toplevel_page_maintenance #loading-tabs {
padding-top: 80px;
text-align: center;
position: absolute;
left: 50%;
margin-left: -50px;
}
.toplevel_page_maintenance #loading-tabs img {
width: 100px;
height: auto;
opacity: 0.4;
}
/* Buttons */
.mtnc-fixed-save-btn {
position: fixed;
bottom: 0px;
padding: 15px 10px;
width: 100%;
background: #fff;
border-top: 1px solid #eee;
box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.05);
z-index: 9999;
}
.mtnc-btn {
display: inline-block;
background: #0387e6;
padding: 6px 20px;
box-sizing: border-box;
color: #ffffff;
text-align: center;
text-decoration: none;
font-size: 15px;
font-weight: 400;
border-radius: 4px;
border: none;
text-shadow: none;
text-decoration: none;
box-shadow: none;
transition: all 0.12s linear 0s !important;
line-height: 23px;
}
.mtnc-btn-small {
font-size: 12px;
padding: 3px 10px;
margin: 4px;
}
.mtnc-form-group .mtnc-btn {
margin-bottom: 10px;
}
.mtnc-btn:hover,
.mtnc-btn:focus,
.mtnc-btn:active {
color: #ffffff;
opacity: 0.8;
cursor: pointer;
}
.delete-theme {
background: #e94242;
}
.delete-theme:hover {
background: #b92f2f;
}
.mtnc-tab-footer {
width: 100%;
text-align: right;
margin-top: 40px;
}
.mtnc-btn .dashicons,
.mtnc-btn .dashicons-before:before {
line-height: 24px;
margin-right: 4px;
}
.dashicons-spin {
-webkit-animation: mtnc-spin 2s infinite linear;
animation: mtnc-spin 2s infinite linear;
}
@-webkit-keyframes mtnc-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@keyframes mtnc-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
.mtnc-btn-secondary {
color: #555;
background-color: #f0f3f6;
}
.mtnc-btn-secondary:hover,
.mtnc-btn-secondary:focus,
.mtnc-btn-secondary:active {
background-color: #e3e6e9;
color: #323232;
opacity: 0.8;
}
.mtnc-btn-loading {
border: 1px solid #ccc;
color: #ccc;
background: #fff;
pointer-events: none;
}
.mtnc-btn .spinner {
display: none;
}
.mtnc-btn-loading .spinner {
display: block;
visibility: visible;
margin: 2px 0 0 10px;
}
/* Header */
header {
background-color: #fff;
margin-bottom: 40px;
}
.mtnc-header {
padding: 20px;
background: #fff;
margin-bottom: 40px;
width: 100%;
box-sizing: border-box;
margin: 0 auto;
position: relative;
}
.mtnc-header p {
float: left;
font-size: 17px;
margin: 0;
margin-top: 3px;
color: #7a4301;
font-weight: 400;
font-size: 20px;
}
.mtnc-header p span {
display: inline-block;
font-size: 12px;
font-weight: 500;
vertical-align: super;
color: #0387e6;
}
.mtnc-logo {
float: left;
margin-right: 10px;
max-width: 186px;
height: auto;
margin-top: 2px;
}
#header-right {
position: absolute;
right: 0px;
margin: -14px calc(27% + 30px) 0 0;
padding: 10px;
}
.mtnc-status-wrapper {
display: inline-block;
border: 1px solid #666;
padding: 0;
margin: -4px 0 0 0;
background: #fff;
font-size: 17px;
font-weight: 500;
cursor: pointer;
}
.mtnc-status-wrapper .mtnc-status-btn {
padding: 4px 7px;
display: inline-block;
color: #666;
}
.mtnc-status-wrapper.on .mtnc-status-on {
background: #64bd63;
color: #fff;
}
.mtnc-status-wrapper.off .mtnc-status-off {
background: #0387e6;
color: #fff;
}
/* Menu */
.mtnc-main-menu {
display: block;
margin: 0;
margin: 10px 0 0 10px;
}
.mtnc-main-menu li {
font-size: 14px;
color: #888888;
margin: 0;
padding: 0;
position: relative;
transition: all 300ms ease;
}
.mtnc-main-menu li a {
display: block;
color: #888888;
padding: 10px;
text-decoration: none;
outline: 0 !important;
border: none;
transition: all 300ms ease;
color: #252422;
font-size: 14px;
font-weight: 500;
}
.mtnc-main-menu li:last-child a {
border-bottom-color: transparent;
}
.mtnc-main-menu li a:hover {
font-weight: bold;
color: #0387e6;
}
.mtnc-main-menu li:hover {
background: #ffffff;
}
.mtnc-main-menu li.active > a {
color: #0387e6;
background-color: #ffffff;
font-weight: bold;
outline: 0;
}
.mtnc-main-menu li a.active-secondary {
color: #0387e6;
background-color: #ffffff;
font-weight: bold;
outline: 0;
}
.mtnc-main-menu li a:focus {
-webkit-box-shadow: none;
box-shadow: none;
}
.mtnc-main-menu .material-icons {
font-size: 20px;
line-height: 20px;
vertical-align: middle;
margin-right: 14px;
color: #888d95;
background-color: rgba(233, 235, 238, 0.65);
padding: 6px;
border-radius: 50%;
margin-top: -4px;
transition: all 300ms ease;
}
.mtnc-main-menu li.active .material-icons,
.mtnc-main-menu li:hover .material-icons {
background-color: rgb(3 135 230 / 8%);
color: #0387e6;
}
.mtnc-submenu {
display: none;
box-sizing: border-box;
padding-left: 36px;
font-weight: normal;
}
.rtl .mtnc-submenu{
padding-right: 36px;
padding-left: 0px;
}
.mtnc-main-menu li.active .mtnc-submenu {
display: inline-block;
z-index: 1;
}
.mtnc-main-menu li:not(.active):hover .mtnc-submenu {
background: #fff;
position: absolute;
right: -113px;
top: 0;
padding: 0 20px;
z-index: 7;
border-left: none;
box-shadow: 2px 2px 0px #00000012;
display: inline-block;
}
.mtnc-main-menu li:not(.active):hover .mtnc-submenu a::after {
display: block;
content: attr(title);
font-weight: bold;
height: 0;
overflow: hidden;
visibility: hidden;
}
.mtnc-mobile-menu {
display: none;
text-align: center;
margin-bottom: 20px;
}
.mtnc-mobile-menu a {
display: inline-block;
outline: 0;
}
.mtnc-mobile-menu a img {
display: block;
max-height: 15px;
width: auto;
}
.mtnc-tab {
display: none;
position: relative;
background-color: #ffffff;
color: #666666;
min-height: 800px;
padding: 20px;
}
/* Theme Editor */
.signals-elements {
padding: 10px 20px;
margin-bottom: 30px;
text-align: center;
}
.mtnc-theme-builder {
display: inline-block;
width: 100%;
min-height: 60px;
vertical-align: top;
position: relative;
}
.arrange-label {
font-weight: bold;
display: block;
margin-bottom: 10px;
}
.browser-header {
border-bottom-width: 0;
width: 100%;
box-sizing: border-box;
text-align: left;
}
.browser-button {
width: 10px;
height: 10px;
margin: 0 2px 0 0;
border-radius: 50%;
display: inline-block;
box-sizing: border-box;
background: #dddddd55;
}
.browser-button-wrapper {
padding: 8px 12px;
}
.browser-button-red {
background-color: #fb8073;
}
.browser-button-yellow {
background-color: #fcea98;
}
.browser-button-green {
background-color: #82e7b4;
}
.browser-input {
width: calc(100% - 100px);
height: 18px;
background: #fff;
margin: 4px;
display: block;
float: left;
}
.browser-input span {
color: #ddd;
display: inline-block;
margin: 4px 0 -4px 0;
vertical-align: inherit;
}
.browser-bar {
background: #dfe6ee;
height: 26px;
padding: 2px 0;
}
.browser-bar .material-icons {
color: #fff;
font-size: 16px;
float: left;
margin: 5px 0 5px 5px;
}
#mtnc-theme-builder-layout {
box-sizing: border-box;
margin: 0px;
}
#mtnc-theme-builder-modules {
width: 90%;
margin-top: 0px;
}
#mtnc-theme-builder-modules-wrapper {
width: 30%;
text-align: center;
display: inline-block;
vertical-align: top;
margin-bottom: 30px;
}
#mtnc-theme-builder-layout-wrapper {
width: 100%;
text-align: center;
display: inline-block;
vertical-align: top;
margin-bottom: 30px;
box-shadow: 0px 5px 15px rgba(120, 133, 140, 0.16);
border-radius: 8px;
}
.mtnc-theme-builder-right-col {
width: 70%;
display: inline-block;
}
#active-modules {
min-width: 380px;
margin-right: 30px;
}
.mtnc-theme-builder li a {
text-decoration: none;
}
.mtnc-theme-builder li {
padding: 15px 15px;
box-sizing: border-box;
font-weight: bold;
cursor: move;
border-top: 1px solid white;
border-bottom: 1px solid white;
margin: 0;
background: #ffffff;
position: relative;
}
.mtnc-theme-builder li img {
max-width: 100%;
}
#mtnc-theme-builder-modules li {
padding: 5px;
}
.mtnc-theme-builder:hover li {
opacity: 0.3;
}
.mtnc-theme-builder li.drag-action {
opacity: 1;
}
.mtnc-theme-builder.empty {
background-color: #eee;
}
.mtnc-theme-builder.empty:before {
content: "Empty list.";
font-weight: 200;
text-align: center;
width: 100%;
left: 0;
position: absolute;
display: block;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
#mtnc-theme-builder-layout.empty:before {
content: "Your Maintenance page is empty - add modules from the list on the right";
}
#mtnc-theme-builder-modules.empty:before {
content: "No more modules available";
}
.mtnc-theme-builder li:hover {
border-top: 1px dashed #0387e6c7;
border-bottom: 1px dashed #0387e6c7;
opacity: 1;
}
.mtnc-theme-builder li .module-actions {
text-align: center;
display: inline-block;
position: absolute;
margin: auto;
top: -1px;
background: #0387e6c7;
padding: 6px 10px;
color: #ffffff;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
font-weight: 400;
transition: none;
opacity: 0;
}
.mtnc-theme-builder li .module-actions a {
transition: none;
}
.module-actions .module-name {
padding: 0 10px 0 0;
border-right: thin solid #fff;
}
.mtnc-theme-builder li:hover .module-actions {
display: inline-block;
opacity: 1;
}
#mtnc-theme-builder-modules li:hover .module-actions a {
display: none;
}
#mtnc-theme-builder-modules li:hover .module-actions a.add-module {
display: inline;
}
#mtnc-theme-builder-layout li:hover .module-actions a.add-module {
display: none;
}
.mtnc-theme-builder li .module-actions .dashicons {
padding: 0;
margin: 0;
}
.mtnc-theme-builder li .module-actions a {
color: #fefefe;
padding: 0 0 0 10px;
margin: 0;
}
.mtnc-theme-builder li .module-actions a:hover {
color: #ddd;
}
.mtnc-theme-builder li.ui-sortable-helper {
border: 1px dashed #0387e6c7;
background-color: #ffffffb1;
}
.mtnc-theme-builder li.ui-sortable-helper .module-actions {
display: none;
}
li.module-placeholder,
#mtnc-theme-builder-layout li.module-placeholder {
border: 1px dashed #0387e6c7;
height: 80px;
width: 100%;
background: #0387e6c7;
display: inline-block;
}
#mtnc-theme-builder-modules li {
width: calc(50% - 8px);
float: left;
border: 1px solid #dae3f0;
border-radius: 4px;
padding: 10px;
margin: 4px;
box-sizing: border-box;
height: 80px;
position: relative;
}
#mtnc-theme-builder-modules li .module-name {
bottom: 4px;
position: absolute;
width: 100%;
left: 0px;
padding: 0 8px;
box-sizing: border-box;
font-weight: 400;
}
#mtnc-theme-builder-modules .module-actions {
display: none;
}
.mtnc-swal-field-wrapper {
width: 100%;
overflow: auto;
text-align: left;
margin-bottom: 8px;
font-size: 14px;
}
.mtnc-swal-field-wrapper > label {
width: calc(30% - 20px);
margin-right: 20px;
float: left;
font-size: 16px;
font-weight: 400;
line-height: 27px;
margin-top: 10px;
text-align: right;
}
.mtnc-swal-field-wrapper .mtnc-swal-input-wrapper {
width: 70%;
float: right;
line-height: 46px;
}
.mtnc-swal-tab.wide-labels .mtnc-swal-field-wrapper > label {
width: calc(50% - 20px);
}
.mtnc-swal-tab.wide-labels .mtnc-swal-field-wrapper .mtnc-swal-input-wrapper {
width: 50%;
}
.mtnc-swal-field-wrapper .mtnc-swal-input-wrapper input.full-width {
width: calc(100% - 4px);
}
.mtnc-swal-field-wrapper .mtnc-swal-input-wrapper select.select-wide {
width: 160px;
}
.mtnc-swal-field-wrapper .mtnc-swal-input-wrapper select.full-width {
width: calc(100% - 4px);
}
.mtnc-swal-field-wrapper .mtnc-swal-input-wrapper input.number_small {
width: 60px;
}
.mtnc-swal-field-wrapper .disabled {
pointer-events: none;
}
.multioption_label {
display: inline-block;
position: relative;
padding-left: 24px;
margin: 0 14px 0 0;
line-height: 24px;
cursor: pointer;
font-size: 16px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.multioption_label input {
position: absolute;
opacity: 0;
cursor: pointer;
height: 0;
width: 0;
}
.multioption_checkmark {
position: absolute;
top: 2px;
left: 0;
height: 20px;
width: 20px;
background-color: #eee;
}
.multioption_label:hover input ~ .multioption_checkmark {
background-color: #ccc;
}
.multioption_label input:checked ~ .multioption_checkmark {
background-color: #0387e6;
}
.multioption_checkmark:after {
content: "";
position: absolute;
display: none;
}
.multioption_label input:checked ~ .multioption_checkmark:after {
display: block;
}
.multioption_label .multioption_checkmark:after {
left: 7px;
top: 3px;
width: 3px;
height: 8px;
border: solid white;
border-width: 0 3px 3px 0;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.radio_label {
display: inline-block;
position: relative;
padding-left: 24px;
margin: 0 14px 0 0;
line-height: 24px;
cursor: pointer;
font-size: 16px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.radio_label input {
position: absolute;
opacity: 0;
cursor: pointer;
height: 0;
width: 0;
}
.radio_checkmark {
position: absolute;
top: 2px;
left: 0;
height: 20px;
width: 20px;
background-color: #eee;
}
.radio_label:hover input ~ .radio_checkmark {
background-color: #ccc;
}
.radio_label input:checked ~ .radio_checkmark {
background-color: #0387e6;
}
.radio_checkmark:after {
content: "";
position: absolute;
display: none;
}
.radio_label input:checked ~ .radio_checkmark:after {
display: block;
}
.radio_label .radio_checkmark:after {
left: 7px;
top: 3px;
width: 3px;
height: 8px;
border: solid white;
border-width: 0 3px 3px 0;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.mtnc-swal-input-wrapper input[type="text"],
.mtnc-swal-input-wrapper input[type="number"],
.mtnc-swal-input-wrapper select,
.mtnc-swal-input-wrapper textarea {
background-color: #f5f7fa;
border: none;
padding: 4px 8px;
min-width: 44px;
}
.mtnc-swal-input-wrapper input[type="range"] {
padding: 0px;
}
.mtnc-swal-input-wrapper input:focus,
.mtnc-swal-input-wrapper select:focus,
.mtnc-swal-input-wrapper textarea:focus {
border: none;
box-shadow: none;
outline: none;
}
.range-slider-wrapper {
width: 100%;
max-width: 280px;
height: 28px;
display: inline-block;
margin-right: 10px;
border-radius: 4px;
}
.range-slider {
-webkit-appearance: none;
appearance: none;
width: 100%;
height: 6px;
background: #d3d3d3;
outline: none;
opacity: 1;
-webkit-transition: 0.2s;
transition: opacity 0.2s;
}
.range-slider:hover {
opacity: 0.8;
}
.range-slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 20px;
height: 20px;
background: #0387e6;
cursor: pointer;
border-radius: 10px;
}
.range-slider::-moz-range-thumb {
width: 25px;
height: 25px;
background: #0387e6;
cursor: pointer;
}
.mtnc-swal-input-wrapper .jscolor {
cursor: pointer;
width: 200px;
border: 1px solid #ccc !important;
}
.mtnc-swal-input-description {
font-size: 12px;
line-height: 14px;
}
.mtnc-swal-field-wrapper.col-4 {
width: 25%;
float: left;
text-align: center;
}
.mtnc-swal-field-wrapper.col-4 label {
width: 100%;
margin-right: 0px;
line-height: 12px;
text-align: center;
}
.mtnc-swal-field-wrapper label.image_label img {
width: 40px;
}
.mtnc-swal-field-wrapper label.full_width_label {
width: 100%;
text-align: left;
margin: 0;
}
.mtnc-swal-field-wrapper.col-4 .mtnc-swal-input-wrapper {
width: 100%;
display: inline-block;
}
.mtnc-swal-message .swal2-popup .swal2-styled.swal2-confirm {
position: relative;
right: 0;
bottom: 0;
}
.toplevel_page_maintenance .mtnc-swal-message .swal2-popup {
padding-bottom: 1.25em;
}
h2.swal2-title {
border: none;
font-size: 22px;
line-height: 24px;
}
.swal2-popup .swal2-styled.swal2-confirm,
.swal2-popup .swal2-styled.swal2-cancel {
font-size: 16px;
display: inline-block;
margin-right: 4px;
background: #adb6bd;
padding: 6px 34px;
border-radius: 4px;
text-align: center;
color: #ffffff;
line-height: 22px;
background: #0387e6;
font-weight: 400;
}
.swal2-popup .swal2-styled.swal2-cancel {
background: #f0f3f6;
color: #323232;
}
.swal2-popup .swal2-styled.swal2-confirm:hover {
background: #212429;
}
.swal2-popup .swal2-styled.swal2-cancel:hover {
background: #dce2e7;
}
.swal2-popup .swal2-styled.swal2-confirm:focus {
box-shadow: none;
}
.toplevel_page_maintenance .swal2-content h2 {
float: left;
margin-top: 10px;
}
.toplevel_page_maintenance .swal2-content {
padding: 0 20px;
z-index: 9;
}
.toplevel_page_maintenance .swal2-header {
z-index: 10;
}
.swal2-icon {
transform: scale(0.8);
margin: 0.5em auto 0.5em;
}
.toplevel_page_maintenance .swal2-popup {
font-family: "Ubuntu", sans-serif;
padding-bottom: 60px;
}
.swal2-popup .swal2-styled.swal2-confirm {
position: absolute;
right: 30px;
overflow: auto;
bottom: 20px;
}
.swal2-popup .swal2-styled.swal2-cancel {
position: absolute;
left: 30px;
overflow: auto;
bottom: 20px;
}
.swal2-container .swal2-close {
font-size: 3.5em;
color: #000;
top: 10px;
right: 14px;
}
/* on/off switch */
.toggle-wrapper {
position: relative;
overflow: hidden;
display: block;
transform-origin: left;
color: #adb6bd;
font-size: 10px;
}
.toggle-wrapper input {
position: absolute;
left: -99em;
}
.toggle-wrapper .toggle {
cursor: pointer;
display: inline-block;
position: relative;
width: 44px;
height: 24px;
line-height: 10px;
border-radius: 20px;
font-weight: 600;
background: transparent;
border: 1px solid #ddd;
-webkit-transition: all 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
transition: all 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.toggle-wrapper.large .toggle {
width: 80px;
height: 40px;
}
.toggle-wrapper .toggle:before,
.toggle-wrapper .toggle:after {
position: absolute;
line-height: 30px;
font-size: 14px;
z-index: 2;
-webkit-transition: all 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
transition: all 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.toggle-wrapper .toggle:before,
.toggle-wrapper .toggle:after {
line-height: 41px;
font-size: 24px;
}
.toggle_status {
position: absolute;
left: 0px;
top: 0px;
width: 50px;
height: 28px;
text-align: center;
z-index: 9999;
padding-top: 6px;
text-shadow: 0px 0px 6px rgb(255, 255, 255);
background: #fff;
background-color: #f1f1f1db;
font-weight: bold;
border-radius: 20px;
}
.toggle-wrapper .toggle:before {
content: "";
left: 18px;
color: #ffffff;
}
.toggle-wrapper .toggle:after {
content: "\f147";
font-family: dashicons;
right: 5px;
color: #ffffff;
font-size: 14px;
line-height: 26px;
}
.toggle-wrapper .toggle_handler {
display: inline-block;
position: relative;
z-index: 1;
background: #a0a0a0;
width: 20px;
height: 20px;
top: 2px;
left: 2px;
-webkit-transition: all 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
transition: all 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
-webkit-transform: translateX(0px);
transform: translateX(0px);
border-radius: 20px;
}
.toggle-wrapper.large .toggle_handler {
width: 34px;
height: 34px;
}
.toggle-wrapper input:checked + .toggle {
background: transparent;
}
.toggle-wrapper input:checked + .toggle:before {
color: #23282d;
}
.toggle-wrapper input:checked + .toggle:after {
color: #fff;
}
.toggle-wrapper input:checked + .toggle .toggle_handler {
-webkit-transform: translateX(20px);
transform: translateX(20px);
background: #0387e6;
}
.toggle-wrapper.large input:checked + .toggle .toggle_handler {
width: 34px;
transform: translateX(40px);
}
.toggle-wrapper.large .toggle:after {
font-size: 28px;
line-height: 42px;
}
.onoffswitch_label {
display: inline-block;
vertical-align: top;
margin-right: 21px;
margin-top: -1px;
}
.onoffswitch {
position: relative;
width: 60px;
display: inline-block;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
}
.onoffswitch-checkbox {
display: none !important;
}
.onoffswitch-label {
display: block;
overflow: hidden;
cursor: pointer;
height: 30px;
padding: 0;
line-height: 19px;
transition: background-color 0.2s ease-in;
-webkit-border-radius: 11px;
-moz-border-radius: 11px;
border-radius: 30px;
background-color: #c4c4c4;
-webkit-box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.11);
-moz-box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.11);
box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.11);
}
.onoffswitch-label:before {
content: "";
display: block;
width: 26px;
height: 26px;
margin: 0;
position: absolute;
top: 2px;
bottom: 0;
right: 32px;
background-color: #fff;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
transition: all 0.2s ease-in 0s;
}
.onoffswitch-label:after {
content: "";
display: block;
color: #fff;
position: absolute;
top: 2px;
bottom: 2px;
right: 6px;
font-size: 11px;
font-family: "Arial";
}
.onoffswitch-checkbox:checked + .onoffswitch-label {
background-color: #0387e6;
}
.onoffswitch-checkbox:checked + .onoffswitch-label,
.onoffswitch-checkbox:checked + .onoffswitch-label:before {
border-color: #0387e6;
}
.onoffswitch-checkbox:checked + .onoffswitch-label:before {
right: 2px;
}
.onoffswitch-checkbox:checked + .onoffswitch-label:after {
content: "";
display: block;
color: #fff;
position: absolute;
top: 2px;
bottom: 2px;
right: 27px;
font-size: 11px;
font-family: "Arial";
}
#header-status label {
display: inline-block;
font-weight: 500;
}
#header-status label.onoffswitch-label {
display: block;
}
#header-status .onoffswitch {
vertical-align: middle;
margin-left: 10px;
}
/* on/off switch */
.mtnc-404:before {
content: "\e900";
}
.mtnc-alert-circle:before {
content: "\e901";
}
.mtnc-alert-triangle:before {
content: "\e902";
}
.mtnc-arrow-down:before {
content: "\e903";
}
.mtnc-arrow-left:before {
content: "\e904";
}
.mtnc-arrow-right:before {
content: "\e905";
}
.mtnc-arrow-up:before {
content: "\e906";
}
.mtnc-check:before {
content: "\e907";
}
.mtnc-checkmark:before {
content: "\e908";
}
.mtnc-close:before {
content: "\e909";
}
.mtnc-crop:before {
content: "\e90a";
}
.mtnc-edit:before {
content: "\e90b";
}
.mtnc-expand:before {
content: "\e90c";
}
.mtnc-export:before {
content: "\e90d";
}
.mtnc-external-link:before {
content: "\e90e";
}
.mtnc-graph:before {
content: "\e90f";
}
.mtnc-heart:before {
content: "\e910";
}
.mtnc-import:before {
content: "\e911";
}
.mtnc-info:before {
content: "\e912";
}
.mtnc-log:before {
content: "\e913";
}
.mtnc-menu:before {
content: "\e914";
}
.mtnc-minus:before {
content: "\e915";
}
.mtnc-more-horizontal:before {
content: "\e916";
}
.mtnc-more-vertical:before {
content: "\e917";
}
.mtnc-order:before {
content: "\e918";
}
.mtnc-pie:before {
content: "\e919";
}
.mtnc-play-circle:before {
content: "\e91a";
}
.mtnc-plus:before {
content: "\e91b";
}
.mtnc-question-circle:before {
content: "\e91c";
}
.mtnc-redirect:before {
content: "\e91d";
}
.mtnc-search:before {
content: "\e91e";
}
.mtnc-settings:before {
content: "\e91f";
}
.mtnc-small-arrow-down:before {
content: "\e920";
}
.mtnc-small-arrow-left:before {
content: "\e921";
}
.mtnc-small-arrow-right:before {
content: "\e922";
}
.mtnc-small-arrow-up:before {
content: "\e923";
}
.mtnc-support:before {
content: "\e924";
}
.mtnc-trash:before {
content: "\e925";
}
.mtnc-verify:before {
content: "\e926";
}
.mtnc-faq:before {
content: "\e927";
}
.mtnc-main-menu li a i {
font-size: 20px;
line-height: 20px;
vertical-align: bottom;
margin-right: 4px;
color: #bbbcc1;
}
.mtnc-swal-fields-left {
float: left;
width: 50%;
box-sizing: border-box;
padding: 20px;
}
.mtnc-swal-fields-right {
float: right;
width: 50%;
box-sizing: border-box;
padding: 20px;
border-left: 1px solid #e7e7e7;
min-height: 500px;
}
.mtnc-swal-input-wrapper select {
vertical-align: baseline;
}
.toplevel_page_maintenance .swal2-container {
z-index: 9995;
}
fieldset {
padding: 0;
margin: 0;
border: 0;
}
legend {
display: block;
width: 100%;
padding: 0;
margin-bottom: 20px;
font-size: 21px;
line-height: inherit;
color: #333333;
border: 0;
border-bottom: 1px solid #e5e5e5;
}
label {
display: block;
margin-bottom: 5px;
}
textarea {
width: 100%;
resize: none;
}
input[type="search"] {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
margin: 4px 0 0;
margin-top: 1px \9;
line-height: normal;
}
select[multiple],
select[size] {
height: auto;
}
select optgroup {
font-size: inherit;
font-style: inherit;
font-family: inherit;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
height: auto;
}
output {
display: block;
padding-top: 7px;
font-size: 14px;
line-height: 1.428571429;
color: #555555;
vertical-align: middle;
}
dl,
dd {
margin: 0;
padding: 0;
}
.mtnc-form-control {
display: block;
width: 100%;
height: 34px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.428571429;
color: #555555;
vertical-align: middle;
background-color: #ffffff;
background-image: none;
border: 1px solid #cccccc;
border-radius: 0px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.mtnc-form-control:focus {
border-color: #66afe9;
outline: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.mtnc-form-control:-moz-placeholder {
color: #ccc;
}
.mtnc-form-control::-moz-placeholder {
color: #ccc;
opacity: 1;
}
.mtnc-form-control:-ms-input-placeholder {
color: #ccc;
}
.mtnc-form-control::-webkit-input-placeholder {
color: #ccc;
}
._mtnc-form-control[disabled],
._mtnc-form-control[readonly] {
cursor: not-allowed;
background-color: #eeeeee;
}
textarea.mtnc-form-control {
height: auto;
}
#custom_css_editor {
width: 100%;
height: 300px;
}
.mtnc-upload-group,
.mtnc-arrange-group {
margin-bottom: 21px;
border-bottom: thin solid #bdbdbd9e;
}
.mtnc-form-group {
margin-bottom: 21px;
padding-bottom: 10px;
border-bottom: thin solid #bdbdbd9e;
}
.mtnc-form-group:last-child {
border: none;
}
.mtnc-form-group.border-fix {
border-bottom: none;
}
.mtnc-double-group {
margin-bottom: 21px;
border-bottom: thin solid #bdbdbd9e;
}
.mtnc-double-group:last-child {
border: none;
}
.mtnc-double-group.no-border {
border-bottom: 0;
margin-bottom: 14px;
}
.mtnc-double-group .mtnc-form-group:last-child,
.mtnc-upload-group .mtnc-form-group:last-child {
margin-right: 0;
}
.mtnc-upload-group .mtnc-form-group {
float: left;
width: 32%;
margin-right: 2%;
}
.mtnc-image-upload-preview-wrapper {
background: rgba(218, 227, 240, 0.78);
width: 100%;
max-width: 420px;
box-sizing: border-box;
padding: 20%;
text-align: center;
cursor: pointer;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
border-radius: 4px;
}
.mtnc-image-upload-preview-wrapper img {
display: block;
clear: both;
margin: 0 auto 10px auto;
}
.mtnc-image-upload-preview-wrapper .button {
margin: 0 4px;
}
.mtnc-form-radio,
.mtnc-form-checkbox {
display: block;
min-height: 20px;
margin-top: 10px;
margin-bottom: 10px;
padding-left: 20px;
vertical-align: middle;
}
.mtnc-form-radio label,
.mtnc-form-checkbox label {
display: inline;
margin-bottom: 0;
font-weight: normal;
cursor: pointer;
}
.mtnc-form-radio input[type="radio"],
.mtnc-form-checkbox input[type="checkbox"] {
float: left;
margin-left: -20px;
}
.mtnc-form-radio + .mtnc-form-radio,
.mtnc-form-checkbox + .mtnc-form-checkbox {
margin-top: -5px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.mtnc-form-radio[disabled],
.mtnc-form-checkbox[disabled] {
cursor: not-allowed;
}
.mtnc-form-input-sm {
height: 30px;
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
select.mtnc-form-input-sm {
height: 30px;
line-height: 30px;
}
textarea.mtnc-form-input-sm {
height: auto;
}
.mtnc-form-input-lg {
height: 46px;
padding: 10px 16px;
font-size: 18px;
line-height: 1.33;
border-radius: 6px;
}
select.mtnc-form-input-lg {
height: 46px;
line-height: 46px;
}
textarea.mtnc-form-input-lg {
height: auto;
}
.mtnc-form-help-block {
display: block;
margin-top: 5px;
margin: 5px 0 10px 1px;
color: #737373;
clear: both;
}
.copy-secret-link span {
margin-top: 3px;
}
.copy-secret-link {
margin-left: -28px;
color: #666;
text-decoration: none;
display: inline-block;
}
.mtnc-tile-title {
font-size: 26px;
font-weight: normal;
margin-bottom: 16px;
}
.mtnc-theme-title {
font-size: 24px;
font-weight: normal;
margin-bottom: 16px;
border-bottom: 1px solid #0387e6;
line-height: 36px;
margin-bottom: 40px;
}
.mtnc-theme-title .mtnc-theme-active {
font-size: 24px;
vertical-align: middle;
line-height: 12px;
margin-right: 8px;
color: #0387e6;
}
.mtnc-theme-title a {
font-size: 12px;
vertical-align: super;
margin-left: 8px;
}
.mtnc-tile-title + p {
margin: 0px 0 20px 0px;
border-left: 2px solid #0387e6;
padding-left: 10px;
padding-top: 5px;
}
.mtnc-tile .mtnc-tile-title span {
text-transform: uppercase;
background-color: #0387e6;
color: #fff;
padding: 2px 6px;
margin: 0 0 0 10px;
font-weight: normal;
font-size: 13px;
line-height: 100%;
vertical-align: baseline;
}
.mtnc-tile .mtnc-tile-title span a:hover {
color: #fff;
}
.mtnc-tile .mtnc-tile-title span.visible {
background-color: rgb(100, 189, 99);
}
.mtnc-tile-title a {
color: inherit;
text-decoration: none;
}
.mtnc-tile-title a:hover {
color: #000;
text-decoration: underline;
}
.mtnc-double-group .mtnc-form-group {
border-bottom: none;
float: left;
width: calc(48% - 21px);
margin-right: 2%;
margin-bottom: 20px;
padding-bottom: 0px;
}
.mtnc-double-group .mtnc-form-group:nth-child(2) {
border-left: 1px solid #bdbdbd9e;
padding-left: 20px;
}
.mtnc-double-group {
display: flex;
}
.mtnc-double-group .mtnc-form-group {
flex: 1;
max-width: 48%;
}
.mtnc-section-content {
margin-top: 30px;
}
.mtnc-preview-area {
display: block;
font-size: 12px;
color: #898989;
margin: 10px;
}
.mtnc-preview-area img {
display: inline-block;
max-width: 100%;
max-height: 300px;
}
/* background image filters */
.aden {
position: relative;
-webkit-filter: hue-rotate(-20deg) contrast(0.9) saturate(0.85) brightness(1.2);
filter: hue-rotate(-20deg) contrast(0.9) saturate(0.85) brightness(1.2);
}
.aden:after,
.aden:before {
content: "";
display: block;
height: 100%;
width: 100%;
top: 0;
left: 0;
position: absolute;
pointer-events: none;
}
.aden img {
width: 100%;
z-index: 1;
}
.aden:before {
z-index: 2;
}
.aden:after {
z-index: 3;
}
.aden::after {
background: -webkit-linear-gradient(left, rgba(66, 10, 14, 0.2), transparent);
background: linear-gradient(to right, rgba(66, 10, 14, 0.2), transparent);
mix-blend-mode: darken;
}
.gingham::after,
.perpetua::after,
.reyes::after {
mix-blend-mode: soft-light;
}
.inkwell {
position: relative;
-webkit-filter: sepia(0.3) contrast(1.1) brightness(1.1) grayscale(1);
filter: sepia(0.3) contrast(1.1) brightness(1.1) grayscale(1);
}
.inkwell:after,
.inkwell:before {
content: "";
display: block;
height: 100%;
width: 100%;
top: 0;
left: 0;
position: absolute;
pointer-events: none;
}
.inkwell img {
width: 100%;
z-index: 1;
}
.inkwell:before {
z-index: 2;
}
.inkwell:after {
z-index: 3;
}
.perpetua {
position: relative;
}
.perpetua:after,
.perpetua:before {
content: "";
display: block;
height: 100%;
width: 100%;
top: 0;
left: 0;
position: absolute;
pointer-events: none;
}
.perpetua img {
width: 100%;
z-index: 1;
}
.perpetua:before {
z-index: 2;
}
.perpetua:after {
z-index: 3;
}
.perpetua::after {
background: -webkit-linear-gradient(top, #005b9a, #e6c13d);
background: linear-gradient(to bottom, #005b9a, #e6c13d);
opacity: 0.5;
}
.reyes {
position: relative;
-webkit-filter: sepia(0.22) brightness(1.1) contrast(0.85) saturate(0.75);
filter: sepia(0.22) brightness(1.1) contrast(0.85) saturate(0.75);
}
.reyes:after,
.reyes:before {
content: "";
display: block;
height: 100%;
width: 100%;
top: 0;
left: 0;
position: absolute;
pointer-events: none;
}
.reyes img {
width: 100%;
z-index: 1;
}
.reyes:before {
z-index: 2;
}
.reyes:after {
z-index: 3;
}
.reyes::after {
background: #efcdad;
opacity: 0.5;
}
.gingham {
position: relative;
-webkit-filter: brightness(1.05) hue-rotate(-10deg);
filter: brightness(1.05) hue-rotate(-10deg);
}
.gingham:after,
.gingham:before {
content: "";
display: block;
height: 100%;
width: 100%;
top: 0;
left: 0;
position: absolute;
pointer-events: none;
}
.gingham img {
width: 100%;
z-index: 1;
}
.gingham:before {
z-index: 2;
}
.gingham:after {
z-index: 3;
}
.gingham::after {
background: #e6e6fa;
}
.toaster {
position: relative;
-webkit-filter: contrast(1.5) brightness(0.9);
filter: contrast(1.5) brightness(0.9);
}
.toaster:after,
.toaster:before {
content: "";
display: block;
height: 100%;
width: 100%;
top: 0;
left: 0;
position: absolute;
pointer-events: none;
}
.toaster img {
width: 100%;
z-index: 1;
}
.toaster:before {
z-index: 2;
}
.toaster:after {
z-index: 3;
}
.toaster::after {
background: -webkit-radial-gradient(circle, #804e0f, #3b003b);
background: radial-gradient(circle, #804e0f, #3b003b);
mix-blend-mode: screen;
}
.walden {
position: relative;
-webkit-filter: brightness(1.1) hue-rotate(-10deg) sepia(0.3) saturate(1.6);
filter: brightness(1.1) hue-rotate(-10deg) sepia(0.3) saturate(1.6);
}
.walden:after,
.walden:before {
content: "";
display: block;
height: 100%;
width: 100%;
top: 0;
left: 0;
position: absolute;
pointer-events: none;
}
.walden img {
width: 100%;
z-index: 1;
}
.walden:before {
z-index: 2;
}
.walden:after {
z-index: 3;
}
.walden::after {
background: #04c;
mix-blend-mode: screen;
opacity: 0.3;
}
.hudson {
position: relative;
-webkit-filter: brightness(1.2) contrast(0.9) saturate(1.1);
filter: brightness(1.2) contrast(0.9) saturate(1.1);
}
.hudson:after,
.hudson:before {
content: "";
display: block;
height: 100%;
width: 100%;
top: 0;
left: 0;
position: absolute;
pointer-events: none;
}
.hudson img {
width: 100%;
z-index: 1;
}
.hudson:before {
z-index: 2;
}
.hudson:after {
z-index: 3;
}
.hudson::after {
background: -webkit-radial-gradient(circle, #a6b1ff 50%, #342134);
background: radial-gradient(circle, #a6b1ff 50%, #342134);
mix-blend-mode: multiply;
opacity: 0.5;
}
.earlybird {
position: relative;
-webkit-filter: contrast(0.9) sepia(0.2);
filter: contrast(0.9) sepia(0.2);
}
.earlybird:after,
.earlybird:before {
content: "";
display: block;
height: 100%;
width: 100%;
top: 0;
left: 0;
position: absolute;
pointer-events: none;
}
.earlybird img {
width: 100%;
z-index: 1;
}
.earlybird:before {
z-index: 2;
}
.earlybird:after {
z-index: 3;
}
.earlybird::after {
background: -webkit-radial-gradient(circle, #d0ba8e 20%, #360309 85%, #1d0210 100%);
background: radial-gradient(circle, #d0ba8e 20%, #360309 85%, #1d0210 100%);
mix-blend-mode: overlay;
}
.mayfair {
position: relative;
-webkit-filter: contrast(1.1) saturate(1.1);
filter: contrast(1.1) saturate(1.1);
}
.mayfair:after,
.mayfair:before {
content: "";
display: block;
height: 100%;
width: 100%;
top: 0;
left: 0;
position: absolute;
pointer-events: none;
}
.mayfair img {
width: 100%;
z-index: 1;
}
.mayfair:before {
z-index: 2;
}
.mayfair:after {
z-index: 3;
}
.mayfair::after {
background: -webkit-radial-gradient(40% 40%, circle, rgba(255, 255, 255, 0.8), rgba(255, 200, 200, 0.6), #111 60%);
background: radial-gradient(circle at 40% 40%, rgba(255, 255, 255, 0.8), rgba(255, 200, 200, 0.6), #111 60%);
mix-blend-mode: overlay;
opacity: 0.4;
}
.lofi {
position: relative;
-webkit-filter: saturate(1.1) contrast(1.5);
filter: saturate(1.1) contrast(1.5);
}
.lofi:after,
.lofi:before {
content: "";
display: block;
height: 100%;
width: 100%;
top: 0;
left: 0;
position: absolute;
pointer-events: none;
}
.lofi img {
width: 100%;
z-index: 1;
}
.lofi:before {
z-index: 2;
}
.lofi:after {
z-index: 3;
}
.lofi::after {
background: -webkit-radial-gradient(circle, transparent 70%, #222 150%);
background: radial-gradient(circle, transparent 70%, #222 150%);
mix-blend-mode: multiply;
}
._1977 {
position: relative;
-webkit-filter: contrast(1.1) brightness(1.1) saturate(1.3);
filter: contrast(1.1) brightness(1.1) saturate(1.3);
}
._1977:after,
._1977:before {
content: "";
display: block;
height: 100%;
width: 100%;
top: 0;
left: 0;
position: absolute;
pointer-events: none;
}
._1977 img {
width: 100%;
z-index: 1;
}
._1977:before {
z-index: 2;
}
._1977:after {
z-index: 3;
background: rgba(243, 106, 188, 0.3);
mix-blend-mode: screen;
}
.brooklyn {
position: relative;
-webkit-filter: contrast(0.9) brightness(1.1);
filter: contrast(0.9) brightness(1.1);
}
.brooklyn:after,
.brooklyn:before {
content: "";
display: block;
height: 100%;
width: 100%;
top: 0;
left: 0;
position: absolute;
pointer-events: none;
}
.brooklyn img {
width: 100%;
z-index: 1;
}
.brooklyn:before {
z-index: 2;
}
.brooklyn:after {
z-index: 3;
}
.brooklyn::after {
background: -webkit-radial-gradient(circle, rgba(168, 223, 193, 0.4) 70%, #c4b7c8);
background: radial-gradient(circle, rgba(168, 223, 193, 0.4) 70%, #c4b7c8);
mix-blend-mode: overlay;
}
.xpro2 {
position: relative;
-webkit-filter: sepia(0.3);
filter: sepia(0.3);
}
.xpro2:after,
.xpro2:before {
content: "";
display: block;
height: 100%;
width: 100%;
top: 0;
left: 0;
position: absolute;
pointer-events: none;
}
.xpro2 img {
width: 100%;
z-index: 1;
}
.xpro2:before {
z-index: 2;
}
.xpro2:after {
z-index: 3;
}
.xpro2::after {
background: -webkit-radial-gradient(circle, #e6e7e0 40%, rgba(43, 42, 161, 0.6) 110%);
background: radial-gradient(circle, #e6e7e0 40%, rgba(43, 42, 161, 0.6) 110%);
mix-blend-mode: color-burn;
}
.nashville {
position: relative;
-webkit-filter: sepia(0.2) contrast(1.2) brightness(1.05) saturate(1.2);
filter: sepia(0.2) contrast(1.2) brightness(1.05) saturate(1.2);
}
.nashville:after,
.nashville:before {
content: "";
display: block;
height: 100%;
width: 100%;
top: 0;
left: 0;
position: absolute;
pointer-events: none;
}
.nashville img {
width: 100%;
z-index: 1;
}
.nashville:before {
z-index: 2;
}
.nashville:after {
z-index: 3;
}
.nashville::after {
background: rgba(0, 70, 150, 0.4);
mix-blend-mode: lighten;
}
.nashville::before {
background: rgba(247, 176, 153, 0.56);
mix-blend-mode: darken;
}
.lark {
position: relative;
-webkit-filter: contrast(0.9);
filter: contrast(0.9);
}
.lark:after,
.lark:before {
content: "";
display: block;
height: 100%;
width: 100%;
top: 0;
left: 0;
position: absolute;
pointer-events: none;
}
.lark img {
width: 100%;
z-index: 1;
}
.lark:before {
z-index: 2;
}
.lark:after {
z-index: 3;
}
.lark::after {
background: rgba(242, 242, 242, 0.8);
mix-blend-mode: darken;
}
.lark::before {
background: #22253f;
mix-blend-mode: color-dodge;
}
.moon {
position: relative;
-webkit-filter: grayscale(1) contrast(1.1) brightness(1.1);
filter: grayscale(1) contrast(1.1) brightness(1.1);
}
.moon:after,
.moon:before {
content: "";
display: block;
height: 100%;
width: 100%;
top: 0;
left: 0;
position: absolute;
pointer-events: none;
}
.moon img {
width: 100%;
z-index: 1;
}
.moon:before {
z-index: 2;
}
.moon:after {
z-index: 3;
}
.moon::before {
background: #a0a0a0;
mix-blend-mode: soft-light;
}
.moon::after {
background: #383838;
mix-blend-mode: lighten;
}
.clarendon {
position: relative;
-webkit-filter: contrast(1.2) saturate(1.35);
filter: contrast(1.2) saturate(1.35);
}
.clarendon:after,
.clarendon:before {
content: "";
display: block;
height: 100%;
width: 100%;
top: 0;
left: 0;
position: absolute;
pointer-events: none;
}
.clarendon img {
width: 100%;
z-index: 1;
}
.clarendon:before {
z-index: 2;
background: rgba(127, 187, 227, 0.2);
mix-blend-mode: overlay;
}
.clarendon:after {
z-index: 3;
}
.willow {
position: relative;
-webkit-filter: grayscale(0.5) contrast(0.95) brightness(0.9);
filter: grayscale(0.5) contrast(0.95) brightness(0.9);
}
.willow:after,
.willow:before {
content: "";
display: block;
height: 100%;
width: 100%;
top: 0;
left: 0;
position: absolute;
pointer-events: none;
}
.willow img {
width: 100%;
z-index: 1;
}
.willow:before {
z-index: 2;
}
.willow:after {
z-index: 3;
}
.willow::before {
background-color: radial-gradient(40%, circle, #d4a9af 55%, #000 150%);
mix-blend-mode: overlay;
}
.willow::after {
background-color: #d8cdcb;
mix-blend-mode: color;
}
.rise {
position: relative;
-webkit-filter: brightness(1.05) sepia(0.2) contrast(0.9) saturate(0.9);
filter: brightness(1.05) sepia(0.2) contrast(0.9) saturate(0.9);
}
.rise:after,
.rise:before {
content: "";
display: block;
height: 100%;
width: 100%;
top: 0;
left: 0;
position: absolute;
pointer-events: none;
}
.rise img {
width: 100%;
z-index: 1;
}
.rise:before {
z-index: 2;
}
.rise:after {
z-index: 3;
}
.rise::after {
background: -webkit-radial-gradient(circle, rgba(232, 197, 152, 0.8), transparent 90%);
background: radial-gradient(circle, rgba(232, 197, 152, 0.8), transparent 90%);
mix-blend-mode: overlay;
opacity: 0.6;
}
.rise::before {
background: -webkit-radial-gradient(circle, rgba(236, 205, 169, 0.15) 55%, rgba(50, 30, 7, 0.4));
background: radial-gradient(circle, rgba(236, 205, 169, 0.15) 55%, rgba(50, 30, 7, 0.4));
mix-blend-mode: multiply;
}
.slumber {
position: relative;
-webkit-filter: saturate(0.66) brightness(1.05);
filter: saturate(0.66) brightness(1.05);
}
.slumber:after,
.slumber:before {
content: "";
display: block;
height: 100%;
width: 100%;
top: 0;
left: 0;
position: absolute;
pointer-events: none;
}
.slumber img {
width: 100%;
z-index: 1;
}
.slumber:before {
z-index: 2;
}
.slumber:after {
z-index: 3;
}
.slumber::after {
background: rgba(125, 105, 24, 0.5);
mix-blend-mode: soft-light;
}
.slumber::before {
background: rgba(69, 41, 12, 0.4);
mix-blend-mode: lighten;
}
.brannan {
position: relative;
-webkit-filter: sepia(0.5) contrast(1.4);
filter: sepia(0.5) contrast(1.4);
}
.brannan:after,
.brannan:before {
content: "";
display: block;
height: 100%;
width: 100%;
top: 0;
left: 0;
position: absolute;
pointer-events: none;
}
.brannan img {
width: 100%;
z-index: 1;
}
.brannan:before {
z-index: 2;
}
.brannan:after {
z-index: 3;
}
.brannan::after {
background-color: rgba(161, 44, 199, 0.31);
mix-blend-mode: lighten;
}
.valencia {
position: relative;
-webkit-filter: contrast(1.08) brightness(1.08) sepia(0.08);
filter: contrast(1.08) brightness(1.08) sepia(0.08);
}
.valencia:after,
.valencia:before {
content: "";
display: block;
height: 100%;
width: 100%;
top: 0;
left: 0;
position: absolute;
pointer-events: none;
}
.valencia img {
width: 100%;
z-index: 1;
}
.valencia:before {
z-index: 2;
}
.valencia:after {
z-index: 3;
}
.valencia::after {
background: #3a0339;
mix-blend-mode: exclusion;
opacity: 0.5;
}
.kelvin {
position: relative;
}
.kelvin:after,
.kelvin:before {
content: "";
display: block;
height: 100%;
width: 100%;
top: 0;
left: 0;
position: absolute;
pointer-events: none;
}
.kelvin img {
width: 100%;
z-index: 1;
}
.kelvin:before {
z-index: 2;
}
.kelvin:after {
z-index: 3;
}
.kelvin::after {
background: #b77d21;
mix-blend-mode: overlay;
}
.kelvin::before {
background: #382c34;
mix-blend-mode: color-dodge;
}
.maven {
position: relative;
-webkit-filter: sepia(0.25) brightness(0.95) contrast(0.95) saturate(1.5);
filter: sepia(0.25) brightness(0.95) contrast(0.95) saturate(1.5);
}
.maven:after,
.maven:before {
content: "";
display: block;
height: 100%;
width: 100%;
top: 0;
left: 0;
position: absolute;
pointer-events: none;
}
.maven img {
width: 100%;
z-index: 1;
}
.maven:before {
z-index: 2;
}
.maven:after {
z-index: 3;
background: rgba(3, 230, 26, 0.2);
mix-blend-mode: hue;
}
.stinson {
position: relative;
-webkit-filter: contrast(0.75) saturate(0.85) brightness(1.15);
filter: contrast(0.75) saturate(0.85) brightness(1.15);
}
.stinson:after,
.stinson:before {
content: "";
display: block;
height: 100%;
width: 100%;
top: 0;
left: 0;
position: absolute;
pointer-events: none;
}
.stinson img {
width: 100%;
z-index: 1;
}
.stinson:before {
z-index: 2;
}
.stinson:after {
z-index: 3;
}
.stinson::before {
background: rgba(240, 149, 128, 0.2);
mix-blend-mode: soft-light;
}
.blackwhite {
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
}
.video-container {
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.small_80_percent {
display: inline-block;
width: 50%;
}
.unsplash-browser {
padding: 10px;
}
.mtnc-unsplash-image {
float: left;
margin: 2px;
border: 2px solid #fff;
line-height: 1px;
position: relative;
cursor: pointer;
}
.mtnc-unsplash-image-selected {
border: 2px solid #0085ba;
}
.mtnc-unsplash-image-selected:before {
display: inline-block;
font: normal normal normal 14px/1 dashicons;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
content: "\f147";
position: absolute;
top: -4px;
right: -4px;
width: 22px;
height: 22px;
display: block;
z-index: 99;
background: #0085ba;
color: #fff;
border: 2px solid #fff;
font-size: 20px;
text-align: center;
padding: 4px 3px 0px 2px;
}
.mtnc-unsplash-image img {
height: 130px;
}
.media-menu-item.mtnc-unsplash-images {
color: #000;
}
#unsplash_search {
width: 200px;
float: right;
margin-right: 4px;
line-height: 12px;
}
#unsplash_search_btn {
float: right;
height: 30px;
}
.unsplash_head {
padding: 10px 14px;
width: 100%;
display: block;
overflow: auto;
box-sizing: border-box;
}
.mtnc_unsplash_pagination {
width: 100%;
clear: both;
overflow: auto;
padding: 10px;
box-sizing: border-box;
font-size: 16px;
text-align: right;
}
#mtnc_unsplash_next,
#mtnc_unsplash_prev {
color: #0e78bc;
cursor: pointer;
margin: 0px 10px;
display: inline-block;
}
.unsplash-user {
display: none;
position: absolute;
bottom: 0px;
left: 0px;
width: 100%;
overflow: hidden;
text-decoration: none;
background: rgba(0, 0, 0, 0.65);
padding: 4px 0px;
box-sizing: border-box;
white-space: nowrap;
color: #fff !important;
line-height: 12px;
text-align: center;
}
.mtnc-unsplash-image:hover .unsplash-user {
display: block;
}
.unsplash-user a {
color: #fff;
text-decoration: none;
}
.unsplash-image-link {
color: #fff !important;
text-decoration: none;
padding-top: 3px;
position: absolute;
bottom: 8px;
right: 6px;
}
.mtnc-unsplash-image:hover .unsplash-user {
display: block;
}
.unsplash-user img {
width: 30px;
height: 30px;
vertical-align: middle;
margin-right: 10px;
}
.mtnc-loader,
.mtnc-unsplash-loader {
position: absolute;
top: 50%;
left: 50%;
margin-left: -140px;
margin-top: -50px;
width: 280px;
text-align: center;
}
.mtnc-loader i,
.mtnc-unsplash-loader i {
display: block;
margin: 10px auto;
}
.mtnc-unsplash-retry {
color: #006eac;
cursor: pointer;
}
.mtnc-unsplash-retry:hover {
color: #428edd;
cursor: pointer;
}
#ui-datepicker-div {
z-index: 99999 !important;
}
.mtnc-datepicker-wrap select,
.mtnc-datepicker-wrap input[type="text"] {
height: 20px;
width: 30px;
margin: 0px 2px;
vertical-align: middle;
}
.maintenance-mode .content input[type="text"],
.maintenance-mode .content textarea {
margin-top: 10px;
}
.mtnc-seo-analysis {
width: 50%;
float: left;
padding: 10px;
box-sizing: border-box;
}
#mtnc-seo-snippet-title {
color: #1a0dab;
font-family: arial, sans-serif;
line-height: 1.2;
text-align: left;
max-width: 100%;
font-size: 18px;
margin: 0px;
padding: 0px;
font-weight: 400;
}
#mtnc-seo-snippet-url {
font-family: arial, sans-serif;
line-height: 1.2;
text-align: left;
color: #006621;
font-size: 13px;
font-style: normal;
line-height: 16px;
}
#mtnc-seo-snippet-description {
line-height: 1.4;
word-wrap: break-word;
color: #545454;
font-size: 13px;
font-family: arial, sans-serif;
}
.mtnc-seo-progress {
display: block;
box-sizing: border-box;
width: 100%;
height: 8px;
margin-top: 5px;
border: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border: 1px solid #ddd;
}
.mtnc-seo-progress-warning .mtnc-seo-progress-bar {
background: #ffb200;
width: 40px;
max-width: 100%;
height: 100%;
}
.mtnc-seo-progress-good .mtnc-seo-progress-bar {
background: #64bd63;
width: 40px;
max-width: 100%;
height: 100%;
}
#mtnc-seo-results .csmtnc-strong {
margin: 6px 0;
}
#mtnc-seo-results ul {
margin-left: 6px;
}
#mtnc-seo-results ul li {
padding-left: 14px;
position: relative;
padding: 3px 0 3px 16px;
}
#mtnc-seo-results ul li::before {
content: "";
width: 10px;
height: 10px;
background: #ccc;
display: block;
position: absolute;
top: 7px;
left: 0px;
border-radius: 10px;
}
#mtnc-seo-results ul li.mtnc-test-bad::before {
background: #f00;
}
#mtnc-seo-results ul li.mtnc-test-warning::before {
background: #ffb200;
}
#mtnc-seo-results ul li.mtnc-test-good::before {
background: #64bd63;
}
#mtnc-seo-gage {
margin-top: 20px;
text-align: center;
}
.mtnc-swal-tabs {
width: 100%;
list-style: none;
padding: 0;
margin: 0;
overflow: auto;
margin-bottom: 20px;
border-bottom: 1px solid #0387e6;
text-align: justify;
display: flex;
align-content: center;
justify-content: space-between;
flex-direction: row;
align-items: center;
flex-wrap: wrap;
}
.mtnc-swal-tabs li {
display: inline-block;
margin: 1px;
padding: 6px 16px;
cursor: pointer;
border-top-right-radius: 4px;
border-top-left-radius: 4px;
border: none;
font-size: 16px;
background: #f0f3f6;
color: #323232;
flex-grow: 1;
text-align: center;
margin-bottom: 0px;
}
.mtnc-swal-tabs li:hover,
.mtnc-swal-tabs li.active {
background: #0387e6;
cursor: pointer;
color: #fff;
}
.toplevel_page_maintenance .jscolor-picker-wrap {
z-index: 9999 !important;
}
.material-icons {
font-family: "Material Icons";
font-weight: normal;
font-style: normal;
font-size: 24px; /* Preferred icon size */
display: inline-block;
line-height: 1;
text-transform: none;
letter-spacing: normal;
word-wrap: normal;
white-space: nowrap;
direction: ltr;
/* Support for all WebKit browsers. */
-webkit-font-smoothing: antialiased;
/* Support for Safari and Chrome. */
text-rendering: optimizeLegibility;
/* Support for Firefox. */
-moz-osx-font-smoothing: grayscale;
/* Support for IE. */
font-feature-settings: "liga";
}
#wpfooter {
position: relative;
padding: 20px;
color: #50575e;
background: #fff;
font-family: "Ubuntu", sans-serif;
font-weight: 400;
}
.mtnc-support-banner {
background: #f0f3f6;
border-radius: 4px;
text-align: left;
line-height: 22px;
padding: 14px;
width: 100%;
box-sizing: border-box;
}
.mtnc-support-banner img {
width: 50px;
float: left;
margin: 10px;
}
.mtnc-support-title {
font-size: 16px;
font-weight: 500;
}
.mtnc-support-banner a {
font-size: 16px;
color: #0387e6;
text-decoration: underline;
display: block;
}
#mtnc-theme-builder-modules li.module-used {
border-color: #0387e6;
}
.social_icons_table_rows .icons-selector.fip-bootstrap .selected-icon {
border: none;
border-right: 0 none;
background-color: #f5f7fa;
border-radius: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
font-size: 12px;
height: 36px;
border-radius: 4px;
}
.social_icons_table_rows .icons-selector .selected-icon i {
line-height: 36px;
font-size: 18px;
cursor: default;
vertical-align: text-bottom;
}
.social_icons_table_rows .icons-selector.fip-bootstrap .selector-button {
height: 36px;
border: none;
background: #f5f7fa;
line-height: 36px;
}
.social_icons_table_rows .icons-selector.fip-bootstrap .selector-button i {
color: #0387e6;
text-shadow: 0 1px 0 #fff;
}
.social_icons_table_rows .icons-selector.fip-bootstrap .selector-popup {
border: none;
z-index: 99999;
}
.social_icons_table_rows .icons-selector.fip-bootstrap .fip-icons-container {
border: none;
}
.social_icons_table_rows .icons-selector.fip-bootstrap .fip-box {
border: none;
background: #fff;
}
.social_icons_table_rows .icons-selector.fip-bootstrap span.current-icon,
.social_icons_table_rows .icons-selector.fip-bootstrap span.current-icon:hover {
background: #0387e6;
border: 1px solid #0387e6;
}
.social_icons_table_rows .icons-selector.fip-bootstrap .fip-box:hover {
background-color: #fff;
border-color: #0387e6;
-webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 8%) inset, 0 0 8px #0387e694;
box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px #0387e694;
font-size: 1.6em;
text-shadow: 0 0 1px #fff;
}
.social_icons_table_rows .icons-selector.fip-bootstrap .selector-category select,
.social_icons_table_rows .icons-selector.fip-bootstrap .selector-search input[type="text"] {
border: none;
font-family: "Ubuntu";
font-size: 14px;
}
.social_icons_table_rows .icons-selector input::-webkit-input-placeholder {
text-transform: none;
}
.social_icons_table_rows .icons-selector input:-ms-input-placeholder,
.social_icons_table_rows .icons-selector input::-ms-input-placeholder {
text-transform: none;
}
.social_icons_table_rows .icons-selector input::placeholder {
text-transform: none;
}
.social_icons_table_rows .icons-selector.fip-bootstrap .selector-search i {
color: #1d2327;
top: -3px;
}
.social_icons_table_rows .icons-selector.fip-bootstrap .selector-category select:focus,
.social_icons_table_rows .icons-selector.fip-bootstrap .selector-search input[type="text"]:focus {
box-shadow: none;
}
.social_icons_table_rows .icons-selector.fip-bootstrap .selector-footer,
.social_icons_table_rows .icons-selector.fip-bootstrap .selector-footer i {
color: #0387e6;
}
.social_icons_table_rows .social_icon_delete {
background: #ffffff;
color: #0387e6;
border-color: #0387e6;
margin-top: 8px;
}
.social_icons_table .social_icons_add_new {
background: #0387e6;
border-color: #0387e6;
}
.social_icons_table_rows .social_icon_delete .dashicons {
vertical-align: middle;
line-height: 17px;
font-size: 20px;
}
.social_icons_table .social_icons_add_new:hover,
.social_icons_table_rows .social_icon_delete:hover {
background: #d84618;
border-color: #d84618;
}
.social_icons_table th {
line-height: 20px;
}
#mtnc-themes-wrapper {
overflow: auto;
}
.theme-card {
width: calc(32% - 20px);
margin: 10px;
float: left;
border: 1px solid #ccc;
height: 256px;
position: relative;
background: #fff;
}
.theme-card .mtnc-theme-active {
font-size: 18px;
vertical-align: middle;
line-height: 12px;
margin-right: 2px;
color: #0387e6;
}
.theme-card-active {
background: #ebf6fd;
}
.theme-card-background {
width: 100%;
height: 140px;
display: block;
background-size: cover;
}
.theme-card-title {
font-size: 16px;
line-height: 16px;
padding: 10px;
text-align: center;
}
.theme-card-buttons {
bottom: 8px;
position: absolute;
width: 100%;
text-align: center;
}
.theme-card .ribbon {
width: 100px;
height: 100px;
overflow: hidden;
position: absolute;
top: 0;
right: 0;
}
.theme-card .ribbon::before,
.theme-card .ribbon::after {
position: absolute;
z-index: -1;
content: "";
display: block;
}
.theme-card .ribbon i {
position: absolute;
display: inline-block;
background-color: #fe2929e6;
color: #fff;
text-align: center;
right: 0;
top: 0;
}
.theme-card .ribbon span {
padding: 10px;
}
.theme-card .ribbon {
width: 100px;
height: 100px;
overflow: hidden;
position: absolute;
top: 0;
right: 0;
}
.theme-card .ribbon::before,
.theme-card .ribbon::after {
position: absolute;
z-index: -1;
content: '';
display: block;
}
.theme-card .ribbon i {
position: absolute;
display: inline-block;
width: 73px;
padding: 14px 12px 0px 20px;
background-color: #0387e6e6;
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
color: #fff;
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
text-transform: uppercase;
text-align: center;
left: 30px;
top: -11px;
transform: rotate(45deg);
}
.theme-card .ribbon::before,
.theme-card .ribbon::after {
border-top-color: transparent;
border-right-color: transparent;
}
.theme-card .ribbon::before {
top: 0;
left: 0;
}
.theme-card .ribbon::after {
bottom: 0;
right: 0;
}
.mtnc-font-preview {
margin: 0;
font-size: 16px;
}
.mtnc-wf-field {
background-image: linear-gradient(45deg, #f5daa9 25%, #fff3d1 25%, #fff3d1 50%, #f5daa9 50%, #f5daa9 75%, #fff3d1 75%, #fff3d1 100%);
background-size: 56.57px 56.57px;
padding: 20px;
}
/* Alerts & Buttons */
.mtnc-alert .notice-dismiss {
top: 6px;
}
.mtnc-alert {
color: #ce8f22;
background-color: #fffcee;
background-image: none;
box-shadow: none;
text-shadow: none;
border-radius: 3px 3px 3px 3px;
border: 1px solid #f0dbb4;
-webkit-transition: all 0.2s linear 0s;
transition: all 0.2s linear 0s;
display: block;
max-width: 1240px;
box-sizing: border-box;
padding: 15px;
margin: -30px auto 10px auto;
position: relative;
}
.mtnc-alert-success {
color: #438a85;
background-color: #f3faf8;
border-color: #bfd1cf;
}
.mtnc-alert-info {
color: #246a8e;
background-color: #ebf6fb;
border-color: #bfd4de;
}
.mtnc-alert-warning {
background-color: #fcf8e3;
border-color: #8a6d3b;
color: #8a6d3b;
}
.mtnc-alert-danger {
color: #e76e70;
background-color: #fff6f4;
border-color: #f8cdcd;
}
#mtnc-tabs-wrapper {
float: left;
width: 70%;
max-width: 1280px;
display: block;
}
#mtnc-sidebar-wrapper {
float: left;
width: 27%;
max-width: 460px;
margin: 0 0 0 30px;
box-sizing: border-box;
}
@media screen and (max-width: 1200px) {
#mtnc-tabs-wrapper {
width: 100%;
float: none;
clear: both;
}
#mtnc-sidebar-wrapper {
display: none;
}
#header-right {
margin: -14px 0 0 0;
}
}
.nav-tab-wrapper .pro-ad {
color: #ffffff;
background: #158fe8;
}
.sidebar-box {
box-shadow: 0 1px 1px rgb(0 0 0 / 4%);
background: white;
margin-bottom: 30px;
padding: 15px;
font-size: 14px;
line-height: 1.5;
}
.sidebar-box.pro-ad-box {
border: 2px solid #158fe8;
}
#wpcaptcha-ad {
border: 2px solid #253bac;
padding: 10px 20px;
background: white;
}
#wpcaptcha-ad a.button {
padding: 11px 20px;
color: white;
background: #253bac;
font-weight: 600;
border: none;
line-height: 1.5;
height: auto;
margin-bottom: 10px;
white-space: normal;
max-width: 90%;
}
#wpcaptcha-ad a.button:hover,
#wpcaptcha-ad a.button:active,
#wpcaptcha-ad a.button:focus {
box-shadow: 0px 0px 10px 0px rgb(50 138 210 / 52%);
background: #253bac;
color: white;
border: none;
}
/******** DIALOG ********/
#dialog-form-new-info-form label,
#dialog-form-new-info-form input {
display: block;
margin-bottom: 5px;
}
#dialog-form-new-info-form input.text {
margin-bottom: 12px;
width: 95%;
padding: 0.4em;
}
#dialog-form-new-info-form fieldset {
padding: 0;
border: 0;
margin-top: 25px;
}
#dialog-form-new-info-form input.ui-state-error {
padding: 0.3em !important;
background: palevioletred;
}
#dialog-form-new-info p.ui-state-highlight {
border: 1px solid transparent !important;
padding: 0.3em !important;
background: palevioletred;
display: inline;
}
.new-version-dialog .ui-dialog-titlebar-close {
visibility: hidden;
}
.new-version-dialog .ui-dialog-titlebar {
text-align: center;
padding: 10px;
}
#dialog-form-new-info {
font-size: 15px;
padding: 10px 50px;
}
#dialog-form-new-info p {
font-size: 15px;
}
.new-version-dialog .ui-dialog-buttonpane {
text-align: center;
}
.new-version-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
float: none;
}
.new-version-dialog .buttons {
padding: 20px 0 0 0;
text-align: center;
}
.new-version-dialog .buttons small {
display: inline-block;
padding: 10px 0 0 0;
opacity: 0.7;
}
.new-version-dialog .submit-new-dialog {
font-size: 17px;
}
.new-version-dialog ul {
list-style-type: disc;
list-style-position: inside;
}
#promo-wpfssl {
border: 3px solid #42982e;
}
#promo-wpcaptcha {
border: 3px solid #4285f4;
}
#promo-mtnc {
background: url("../images/clouds.png") no-repeat center center transparent;
border: 2px solid #000000;
}
#promo-wpfssl a.button:hover,
#promo-wpfssl a.button:active,
#promo-wpfssl a.button:focus {
box-shadow: 0px 0px 10px 0px rgb(50 138 210 / 52%);
background: #42982e;
color: white;
border: none;
}
#promo-wpfssl a.button {
padding: 11px 30px;
color: white;
background: #42982e;
font-weight: 600;
border: none;
line-height: 1.5;
height: auto;
margin-bottom: 10px;
white-space: normal;
max-width: 90%;
}
#promo-weglot a.button{
padding: 11px 30px;
white-space: normal;
border: none;
line-height: 1.5;
height: auto;
margin-bottom: 10px;
text-align: center;
}
#promo-wpcaptcha a.button{
padding: 11px 30px;
white-space: normal;
border: none;
line-height: 1.5;
height: auto;
margin-bottom: 10px;
}
.mtnc-pro-dialog .ui-dialog-titlebar {
display: none;
}
.mtnc-pro-dialog .logo img {
max-height: 55px;
}
.mtnc-pro-dialog .logo {
text-align: center;
background: #f8f8f8;
margin: -16px -16px 0 -16px;
padding: 15px;
}
.mtnc-pro-dialog .footer {
text-align: center;
background: #f8f8f8;
margin: 0 -16px -16px -16px;
padding: 20px;
}
.mtnc-pro-dialog .upsell-footer {
text-align: center;
border: 3px solid #0387e6;
margin: -15px 0 10px 0;
padding: 10px;
background-color: #0387e61a;
}
.mtnc-pro-dialog .upsell-footer a {
color: #0387e6;
}
.mtnc-pro-dialog .logo span {
display: block;
font-size: 18px;
margin: 10px;
}
.mtnc-pro-dialog .logo span b {
border-bottom: 3px solid #0387e6;
}
#mtnc-pro-table {
width: 100%;
margin: 10px auto 0 auto;
border-collapse: collapse;
}
#mtnc-pro-table td {
padding: 4px 10px 4px 34px;
border: none;
font-size: 14px;
}
#mtnc-pro-table tr:last-child td {
text-align: center;
}
#mtnc-pro-table .dashicons-yes {
color: #0387e6;
}
#mtnc-pro-table .dashicons {
padding-right: 8px;
margin-left: -27px;
}
.center {
text-align: center;
}
.prices del {
color: #00000099;
}
.prices span {
font-weight: 600;
font-size: 40px;
color: #0387e6;
line-height: 1;
display: inline-block;
padding-bottom: 15px;
}
#mtnc-pro-table tr:first-child td {
color: #000;
font-size: 18px;
font-weight: 800 !important;
padding: 10px 0;
text-align: center;
}
#mtnc-pro-table tr:last-child td {
padding: 20px 0 20px 0;
vertical-align: top;
}
#mtnc-pro-table tr:last-child td {
text-align: center;
}
a.button.button-buy {
padding: 11px 40px;
color: white;
background: #0387e6;
font-weight: 600;
border: none;
line-height: 1.5;
height: auto;
margin-bottom: 10px;
}
a.button.button-buy:hover,
a.button.button-buy:active,
a.button.button-buy:focus {
box-shadow: 0px 0px 10px 0px rgb(50 138 210 / 52%);
background: #0387e6;
color: white;
border: none;
}
.wp-dialog.ui-widget-content {
background: #fff !important;
}
#mtnc-pro-dialog {
overflow: hidden;
}
label sup {
color: #0387e6;
font-weight: 600;
font-size: 10px;
font-style: italic;
}
.form-table tr {
border-bottom: thin solid #f0f0f1;
}
.form-table tr:last-child {
border-bottom: none;
}
#mtnc-toc ul {
list-style: disc;
list-style-position: inside;
}
.mtnc-list {
list-style-type: circle;
list-style-position: outside;
margin-left: 14px;
line-height: 150%;
}
/* weglot upsell dialog */
.weglot-upsell-dialog .ui-dialog-titlebar {
background: linear-gradient(140deg, #335ee2 10%, #271f50 90%);
text-align: center;
height: 55px;
}
.weglot-upsell-dialog .ui-dialog-titlebar img {
height: 32px;
display: inline-block;
margin: 11px 0 0 0;
}
.weglot-upsell-dialog .ui-dialog-titlebar-close {
color: #fff;
height: 55px;
display: none;
}
.weglot-upsell-dialog .ui-dialog-titlebar-close:hover {
color: #333;
}
.weglot-upsell-dialog .ui-dialog-content {
padding: 0;
}
.weglot-upsell-dialog .ui-tabs-nav {
text-align: center;
}
.weglot-upsell-dialog .ui-tabs .upsell-tab {
padding: 20px 15px;
text-align: center;
}
.weglot-upsell-dialog a {
color: #333;
}
.weglot-upsell-dialog a:hover {
color: #000;
}
option.weglot-promo {
color: #2980b9;
}
.weglot-upsell-dialog .ui-dialog-title{
color: #FFF;
line-height: 52px;
}
/* upsell dialog */
.textcenter {
text-align: center;
}
.plain-list {
margin-top: 5px;
list-style-type: circle;
list-style-position: inside;
}
.plain-list li {
text-indent: -18px;
padding-left: 23px;
line-height: 23px;
margin: 0;
}
.pro-option sup {
padding: 0 0 0 5px;
color: #fe2929;
margin: -5px 0 0 0;
display: inline-block;
}
.pro-button{
padding-bottom: 12px;
}
.pro-module{
opacity: 0.8;
cursor: pointer !important;
}
.pro-module-label{
color:#d13636;
}
.pro-module img{
opacity: 0.6;
}
textarea.pro-disabled,
input.pro-disabled{
background-color: #f1f1f1;
color: #999;
border: 1px solid #CCC;
cursor: pointer;
}
.pro-menu a{
background: #0387e6;
color: #FFF !important;
}
.pro-menu a:hover{
background: #209bf3;
color: #FFF !important;
}
.pro-menu a .material-icons,
.pro-menu a:hover .material-icons{
background: none;
color: #FFF;
}
.open-weglot-upsell{
white-space: normal;
}