balmet.com

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

admin.css (45436B)


      1 /*! elementor - v3.4.4 - 13-09-2021 */
      2 .elementor-button {
      3   font-family: Roboto, Arial, Helvetica, Verdana, sans-serif;
      4   font-weight: 500;
      5   text-transform: uppercase;
      6   outline: none;
      7   border: none;
      8   -webkit-border-radius: 3px;
      9           border-radius: 3px;
     10   -webkit-transition-property: background, color, opacity, -webkit-box-shadow;
     11   transition-property: background, color, opacity, -webkit-box-shadow;
     12   -o-transition-property: background, color, box-shadow, opacity;
     13   transition-property: background, color, box-shadow, opacity;
     14   transition-property: background, color, box-shadow, opacity, -webkit-box-shadow;
     15   -webkit-transition-duration: .3s;
     16        -o-transition-duration: .3s;
     17           transition-duration: .3s; }
     18   .elementor-button:hover {
     19     border: none; }
     20   .elementor-button:not([disabled]) {
     21     cursor: pointer; }
     22   .elementor-button:not(.elementor-button-state) .elementor-state-icon {
     23     display: none; }
     24   .elementor-button.elementor-button-success {
     25     color: #fff; }
     26     .elementor-button.elementor-button-success[disabled] {
     27       background-color: #c2cbd2; }
     28     .elementor-button.elementor-button-success:not([disabled]) {
     29       background-color: #39b54a; }
     30       .elementor-button.elementor-button-success:not([disabled]):hover {
     31         opacity: 0.85;
     32         -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2);
     33                 box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2); }
     34       .elementor-button.elementor-button-success:not([disabled]):active {
     35         -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.19), 0 3px 3px rgba(0, 0, 0, 0.1);
     36                 box-shadow: 0 5px 10px rgba(0, 0, 0, 0.19), 0 3px 3px rgba(0, 0, 0, 0.1); }
     37   .elementor-button.elementor-button-warning {
     38     background-color: #a4afb7;
     39     color: #fff; }
     40     .elementor-button.elementor-button-warning[disabled] {
     41       background-color: #c2cbd2; }
     42     .elementor-button.elementor-button-warning:not([disabled]):hover {
     43       background-color: #b01b1b;
     44       opacity: 0.85;
     45       -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2);
     46               box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2); }
     47     .elementor-button.elementor-button-warning:not([disabled]):active {
     48       -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.19), 0 3px 3px rgba(0, 0, 0, 0.1);
     49               box-shadow: 0 5px 10px rgba(0, 0, 0, 0.19), 0 3px 3px rgba(0, 0, 0, 0.1); }
     50   .elementor-button.elementor-button-danger {
     51     background-color: #d72b3f;
     52     color: #fff; }
     53     .elementor-button.elementor-button-danger[disabled] {
     54       background-color: #c2cbd2; }
     55     .elementor-button.elementor-button-danger:not([disabled]):hover {
     56       opacity: 0.85;
     57       -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2);
     58               box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2); }
     59     .elementor-button.elementor-button-danger:not([disabled]):active {
     60       -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.19), 0 3px 3px rgba(0, 0, 0, 0.1);
     61               box-shadow: 0 5px 10px rgba(0, 0, 0, 0.19), 0 3px 3px rgba(0, 0, 0, 0.1); }
     62   .elementor-button.elementor-edit-template {
     63     display: inline-block;
     64     margin-top: 15px;
     65     color: #fff; }
     66   .elementor-button.elementor-button-default {
     67     background-color: #a4afb7;
     68     color: #fff;
     69     font-size: 11px;
     70     padding: 7px 21px; }
     71     .elementor-button.elementor-button-default:hover {
     72       background-color: #6d7882;
     73       -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2);
     74               box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2); }
     75     .elementor-button.elementor-button-default:active {
     76       -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.19), 0 3px 3px rgba(0, 0, 0, 0.1);
     77               box-shadow: 0 5px 10px rgba(0, 0, 0, 0.19), 0 3px 3px rgba(0, 0, 0, 0.1); }
     78     .elementor-button.elementor-button-default:visited {
     79       color: #fff; }
     80   .elementor-button.elementor-button-go-pro {
     81     background-color: #93003c; }
     82   .elementor-button i {
     83     margin-right: 10px; }
     84 
     85 #adminmenu #toplevel_page_elementor div.wp-menu-image:before {
     86   content: "\e813";
     87   font-family: eicons;
     88   font-size: 18px;
     89   margin-top: 1px; }
     90 
     91 #adminmenu #toplevel_page_elementor a[href="admin.php?page=go_elementor_pro"] {
     92   font-weight: 700; }
     93   #adminmenu #toplevel_page_elementor a[href="admin.php?page=go_elementor_pro"]:hover {
     94     color: #e0005b; }
     95 
     96 #adminmenu #toplevel_page_elementor .dashicons.dashicons-star-filled {
     97   height: auto; }
     98 
     99 #adminmenu #menu-posts-elementor_library .wp-menu-image:before {
    100   content: '\e8ff';
    101   font-family: eicons;
    102   font-size: 18px; }
    103 
    104 body.admin-color-fresh #adminmenu #toplevel_page_elementor a[href="admin.php?page=go_elementor_pro"] {
    105   color: #c60051; }
    106 
    107 .elementor-plugins-gopro {
    108   color: #93003c;
    109   text-shadow: 1px 1px 1px #eee;
    110   font-weight: bold; }
    111 
    112 #elementor-switch-mode {
    113   margin: 15px 0; }
    114 
    115 #elementor-switch-mode-button,
    116 #elementor-editor-button {
    117   outline: none;
    118   cursor: pointer; }
    119   #elementor-switch-mode-button i,
    120   #elementor-editor-button i {
    121     margin-right: 3px;
    122     font-size: 125%;
    123     font-style: normal; }
    124 
    125 body.elementor-editor-active .elementor-switch-mode-off {
    126   display: none; }
    127 
    128 body.elementor-editor-active #elementor-switch-mode-button {
    129   background-color: #f7f7f7;
    130   color: #555;
    131   border-color: #ccc;
    132   -webkit-box-shadow: 0 1px 0 #ccc !important;
    133           box-shadow: 0 1px 0 #ccc !important;
    134   text-shadow: unset; }
    135   body.elementor-editor-active #elementor-switch-mode-button:hover {
    136     background-color: #e9e9e9; }
    137   body.elementor-editor-active #elementor-switch-mode-button:active {
    138     -webkit-box-shadow: inset 0 1px 0 #ccc;
    139             box-shadow: inset 0 1px 0 #ccc;
    140     -webkit-transform: translateY(1px);
    141         -ms-transform: translateY(1px);
    142             transform: translateY(1px); }
    143 
    144 body.elementor-editor-active #postdivrich {
    145   display: none !important; }
    146 
    147 body.elementor-editor-active .editor-block-list__layout,
    148 body.elementor-editor-active .block-editor-block-list__layout {
    149   display: none; }
    150 
    151 body.elementor-editor-inactive .elementor-switch-mode-on {
    152   display: none; }
    153 
    154 body.elementor-editor-inactive #elementor-editor {
    155   display: none; }
    156 
    157 body.elementor-editor-active .editor-block-list__layout {
    158   display: none; }
    159 
    160 body.elementor-editor-active .edit-post-layout__content .edit-post-visual-editor {
    161   -ms-flex-preferred-size: auto;
    162       flex-basis: auto; }
    163 
    164 body.elementor-editor-active #elementor-editor {
    165   margin-bottom: 50px; }
    166 
    167 body.elementor-editor-active .edit-post-text-editor__body .editor-post-text-editor {
    168   display: none; }
    169 
    170 body .block-editor #elementor-switch-mode {
    171   margin: 0 15px; }
    172   body .block-editor #elementor-switch-mode .button {
    173     margin: 2px;
    174     height: 33px;
    175     font-size: 13px;
    176     line-height: 1; }
    177     body .block-editor #elementor-switch-mode .button i {
    178       padding-right: 5px; }
    179 
    180 .elementor-button {
    181   font-size: 13px;
    182   text-decoration: none;
    183   padding: 15px 40px; }
    184 
    185 #elementor-editor {
    186   height: 300px;
    187   width: 100%;
    188   -webkit-transition: all 0.5s ease;
    189   -o-transition: all 0.5s ease;
    190   transition: all 0.5s ease; }
    191   #elementor-editor .elementor-loader-wrapper {
    192     position: absolute;
    193     top: 50%;
    194     left: 50%;
    195     -webkit-transform: translate(-50%, -50%);
    196         -ms-transform: translate(-50%, -50%);
    197             transform: translate(-50%, -50%);
    198     width: 300px;
    199     display: -webkit-box;
    200     display: -ms-flexbox;
    201     display: flex;
    202     -ms-flex-wrap: wrap;
    203         flex-wrap: wrap;
    204     -webkit-box-pack: center;
    205         -ms-flex-pack: center;
    206             justify-content: center; }
    207   #elementor-editor .elementor-loader {
    208     -webkit-border-radius: 50%;
    209             border-radius: 50%;
    210     padding: 40px;
    211     height: 150px;
    212     width: 150px;
    213     background-color: rgba(255, 255, 255, 0.9);
    214     -webkit-box-sizing: border-box;
    215             box-sizing: border-box;
    216     -webkit-box-shadow: 2px 2px 20px 4px rgba(0, 0, 0, 0.02);
    217             box-shadow: 2px 2px 20px 4px rgba(0, 0, 0, 0.02); }
    218   #elementor-editor .elementor-loader-boxes {
    219     height: 100%;
    220     width: 100%;
    221     position: relative; }
    222   #elementor-editor .elementor-loader-box {
    223     position: absolute;
    224     background-color: #d5dadf;
    225     -webkit-animation: load 1.8s linear infinite;
    226             animation: load 1.8s linear infinite; }
    227     #elementor-editor .elementor-loader-box:nth-of-type(1) {
    228       width: 20%;
    229       height: 100%;
    230       left: 0;
    231       top: 0; }
    232     #elementor-editor .elementor-loader-box:not(:nth-of-type(1)) {
    233       right: 0;
    234       height: 20%;
    235       width: 60%; }
    236     #elementor-editor .elementor-loader-box:nth-of-type(2) {
    237       top: 0;
    238       -webkit-animation-delay: -0.45s;
    239               animation-delay: -0.45s; }
    240     #elementor-editor .elementor-loader-box:nth-of-type(3) {
    241       top: 40%;
    242       -webkit-animation-delay: -0.9s;
    243               animation-delay: -0.9s; }
    244     #elementor-editor .elementor-loader-box:nth-of-type(4) {
    245       bottom: 0;
    246       -webkit-animation-delay: -1.35s;
    247               animation-delay: -1.35s; }
    248   #elementor-editor .elementor-loading-title {
    249     color: #a4afb7;
    250     text-align: center;
    251     text-transform: uppercase;
    252     margin-top: 30px;
    253     letter-spacing: 7px;
    254     text-indent: 7px;
    255     font-size: 10px;
    256     width: 100%; }
    257 
    258 #elementor-go-to-edit-page-link {
    259   height: 100%;
    260   display: -webkit-box;
    261   display: -ms-flexbox;
    262   display: flex;
    263   -webkit-box-pack: center;
    264       -ms-flex-pack: center;
    265           justify-content: center;
    266   -webkit-box-align: center;
    267       -ms-flex-align: center;
    268           align-items: center;
    269   border: 1px solid #DDD;
    270   background-color: #F7F7F7;
    271   text-decoration: none;
    272   position: relative;
    273   font-family: Sans-serif; }
    274   #elementor-go-to-edit-page-link:hover {
    275     background-color: #ffffff; }
    276   #elementor-go-to-edit-page-link:focus {
    277     -webkit-box-shadow: none;
    278             box-shadow: none; }
    279   #elementor-go-to-edit-page-link.elementor-animate #elementor-editor-button {
    280     display: none; }
    281   #elementor-go-to-edit-page-link:not(.elementor-animate) .elementor-loader-wrapper {
    282     display: none; }
    283 
    284 .elementor-button-spinner:before {
    285   font: normal 20px/.5 dashicons;
    286   speak: none;
    287   display: inline-block;
    288   padding: 0;
    289   top: 8px;
    290   left: -4px;
    291   position: relative;
    292   vertical-align: top;
    293   content: "\f463"; }
    294 
    295 .elementor-button-spinner.loading:before {
    296   -webkit-animation: rotation 1s infinite linear;
    297   animation: rotation 1s infinite linear; }
    298 
    299 .elementor-button-spinner.success:before {
    300   content: "\f147";
    301   color: #46b450; }
    302 
    303 .elementor-blank_state {
    304   padding: 5em 0;
    305   margin: auto;
    306   max-width: 520px;
    307   text-align: center;
    308   color: #6d7882;
    309   font-family: Roboto, sans-serif; }
    310   .elementor-blank_state i {
    311     font-size: 50px;
    312     color: #a4afb7; }
    313   .elementor-blank_state h2 {
    314     font-size: 32px;
    315     font-weight: 300;
    316     color: inherit;
    317     margin: 40px 0 10px;
    318     line-height: 1.2; }
    319   .elementor-blank_state p {
    320     font-size: 16px;
    321     font-weight: normal;
    322     color: #a4afb7;
    323     margin-bottom: 40px; }
    324   .elementor-blank_state .elementor-button {
    325     display: inline-block; }
    326 
    327 #available-widgets [class*="elementor-template"] .widget-title:before {
    328   content: "\e813";
    329   font-family: eicons;
    330   font-size: 17px; }
    331 
    332 .elementor-settings-form-page {
    333   padding-top: 30px; }
    334   .elementor-settings-form-page:not(.elementor-active) {
    335     display: none; }
    336 
    337 ._elementor_settings_update_time {
    338   display: none; }
    339 
    340 #confirm_fa_migration_admin_modal .dialog-confirm-ok {
    341   color: #6d7882; }
    342 
    343 body.post-type-attachment table.media .column-title .media-icon img[src$=".svg"] {
    344   width: 100%; }
    345 
    346 .e-major-update-warning {
    347   margin-bottom: 5px;
    348   max-width: 1000px;
    349   display: -webkit-box;
    350   display: -ms-flexbox;
    351   display: flex; }
    352   .e-major-update-warning__separator {
    353     margin: 15px -12px; }
    354   .e-major-update-warning__icon {
    355     font-size: 17px;
    356     margin-right: 9px;
    357     margin-left: 2px; }
    358   .e-major-update-warning__title {
    359     font-weight: 600;
    360     margin-bottom: 10px; }
    361   .e-major-update-warning + p {
    362     display: none; }
    363 
    364 .notice-success .e-major-update-warning__separator {
    365   border: 1px solid #46b450; }
    366 
    367 .notice-success .e-major-update-warning__icon {
    368   color: #79ba49; }
    369 
    370 .notice-warning .e-major-update-warning__separator {
    371   border: 1px solid #ffb900; }
    372 
    373 .notice-warning .e-major-update-warning__icon {
    374   color: #f56e28; }
    375 
    376 .plugins table.e-compatibility-update-table tr {
    377   background: transparent; }
    378   .plugins table.e-compatibility-update-table tr th {
    379     font-weight: 600; }
    380   .plugins table.e-compatibility-update-table tr th, .plugins table.e-compatibility-update-table tr td {
    381     min-width: 250px;
    382     font-size: 13px;
    383     background: transparent;
    384     -webkit-box-shadow: none;
    385             box-shadow: none;
    386     border: none;
    387     padding-top: 5px;
    388     padding-bottom: 5px;
    389     padding-right: 15px;
    390     padding-left: 0; }
    391 
    392 :root {
    393   --e-focus-color:  rgba(0, 115, 170, .4);
    394   --e-context-primary-color: #0073aa;
    395   --e-context-primary-color-dark: #005177;
    396   --e-context-primary-tint-4: rgba(0, 115, 170, 0.4);
    397   --e-context-primary-tint-1: rgba(0, 115, 170, 0.04);
    398   --e-context-success-color: #39b54a;
    399   --e-context-success-color-dark: #2d8e3a;
    400   --e-context-success-tint-4: rgba(57, 181, 74, 0.4);
    401   --e-context-success-tint-1: rgba(57, 181, 74, 0.04);
    402   --e-context-info-color: #71d7f7;
    403   --e-context-info-color-dark: #41c9f4;
    404   --e-context-info-tint-4: rgba(113, 215, 247, 0.4);
    405   --e-context-info-tint-1: rgba(113, 215, 247, 0.04);
    406   --e-context-warning-color: #fcb92c;
    407   --e-context-warning-color-dark: #f2a503;
    408   --e-context-warning-tint-4: rgba(252, 185, 44, 0.4);
    409   --e-context-warning-tint-1: rgba(252, 185, 44, 0.04);
    410   --e-context-error-color: #d72b3f;
    411   --e-context-error-color-dark: #ae2131;
    412   --e-context-error-tint-4: rgba(215, 43, 63, 0.4);
    413   --e-context-error-tint-1: rgba(215, 43, 63, 0.04);
    414   --e-context-cta-color: #93003c;
    415   --e-context-cta-color-dark: #600027;
    416   --e-context-cta-tint-4: rgba(147, 0, 60, 0.4);
    417   --e-context-cta-tint-1: rgba(147, 0, 60, 0.04); }
    418 
    419 .e-getting-started {
    420   max-width: 900px;
    421   padding: 2.5em 0;
    422   margin: auto;
    423   text-align: center; }
    424   .e-getting-started__header {
    425     display: -webkit-box;
    426     display: -ms-flexbox;
    427     display: flex;
    428     -webkit-box-orient: horizontal;
    429     -webkit-box-direction: normal;
    430         -ms-flex-direction: row;
    431             flex-direction: row;
    432     -webkit-box-pack: justify;
    433         -ms-flex-pack: justify;
    434             justify-content: space-between;
    435     -webkit-box-align: center;
    436         -ms-flex-align: center;
    437             align-items: center;
    438     -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    439             box-shadow: 0 0 8px rgba(0, 0, 0, 0.1); }
    440     .e-getting-started__header .e-logo-wrapper {
    441       font-size: 10px;
    442       margin-right: 10px; }
    443   .e-getting-started__title {
    444     padding: 0 15px;
    445     font-weight: 600;
    446     text-transform: uppercase;
    447     display: -webkit-box;
    448     display: -ms-flexbox;
    449     display: flex;
    450     -webkit-box-align: center;
    451         -ms-flex-align: center;
    452             align-items: center; }
    453   .e-getting-started__skip {
    454     border-left: 1px solid #eee;
    455     font-size: 16px;
    456     color: inherit; }
    457     .e-getting-started__skip i {
    458       padding: 15px; }
    459   .e-getting-started__content {
    460     padding: 50px; }
    461     .e-getting-started__content h2 {
    462       font-size: 2em;
    463       margin-top: 0; }
    464   .e-getting-started__content--narrow {
    465     max-width: 500px;
    466     margin: auto; }
    467   .e-getting-started__video {
    468     margin: 40px 0 60px; }
    469     .e-getting-started__video iframe {
    470       -webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.15);
    471               box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.15); }
    472   .e-getting-started__actions .button-primary {
    473     margin-right: 20px; }
    474 
    475 :root {
    476   --e-button-padding-y: 0.4375rem;
    477   --e-button-padding-x: 0.75rem;
    478   --e-button-font-size: 0.8125rem;
    479   --e-button-font-weight: 500;
    480   --e-button-line-height: 0.9375rem;
    481   --e-button-border-radius: 3px;
    482   --e-button-context-color: var(--e-context-primary-color);
    483   --e-button-context-color-dark: var(--e-context-primary-color-dark);
    484   --e-button-context-tint: var(--e-context-primary-tint-1); }
    485 
    486 .e-button {
    487   display: inline-block;
    488   font-weight: var(--e-button-font-weight);
    489   text-align: center;
    490   white-space: nowrap;
    491   vertical-align: middle;
    492   -webkit-user-select: none;
    493      -moz-user-select: none;
    494       -ms-user-select: none;
    495           user-select: none;
    496   color: #ffffff;
    497   border: 0;
    498   text-decoration: none;
    499   background: var(--e-button-context-color);
    500   padding: var(--e-button-padding-y) var(--e-button-padding-x);
    501   font-size: var(--e-button-font-size);
    502   line-height: var(--e-button-line-height);
    503   -webkit-border-radius: var(--e-button-border-radius);
    504           border-radius: var(--e-button-border-radius);
    505   -webkit-transition: background-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    506   transition: background-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    507   -o-transition: background-color .15s ease-in-out, box-shadow .15s ease-in-out;
    508   transition: background-color .15s ease-in-out, box-shadow .15s ease-in-out;
    509   transition: background-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out; }
    510   .e-button:active, .e-button:hover, .e-button:focus {
    511     color: #ffffff;
    512     text-decoration: none;
    513     background: var(--e-button-context-color-dark); }
    514   .e-button:focus, .e-button.focus {
    515     outline: 0;
    516     -webkit-box-shadow: 0 0 0 2px var(--e-focus-color);
    517             box-shadow: 0 0 0 2px var(--e-focus-color); }
    518   .e-button.disabled, .e-button:disabled {
    519     opacity: 0.5;
    520     -webkit-box-shadow: none;
    521             box-shadow: none; }
    522   .e-button:not(:disabled):not(.disabled) {
    523     cursor: pointer; }
    524   .e-button:not(:disabled):not(.disabled):active:focus, .e-button:not(:disabled):not(.disabled).active:focus {
    525     -webkit-box-shadow: 0 0 0 2px var(--e-focus-color);
    526             box-shadow: 0 0 0 2px var(--e-focus-color); }
    527   .e-button--primary {
    528     --e-button-context-color: var(--e-context-primary-color);
    529     --e-button-context-color-dark: var(--e-context-primary-color-dark);
    530     --e-button-context-tint: var(--e-context-primary-tint-1);
    531     --e-focus-color: var(--e-context-primary-tint-4); }
    532   .e-button--success {
    533     --e-button-context-color: var(--e-context-success-color);
    534     --e-button-context-color-dark: var(--e-context-success-color-dark);
    535     --e-button-context-tint: var(--e-context-success-tint-1);
    536     --e-focus-color: var(--e-context-success-tint-4); }
    537   .e-button--info {
    538     --e-button-context-color: var(--e-context-info-color);
    539     --e-button-context-color-dark: var(--e-context-info-color-dark);
    540     --e-button-context-tint: var(--e-context-info-tint-1);
    541     --e-focus-color: var(--e-context-info-tint-4); }
    542   .e-button--warning {
    543     --e-button-context-color: var(--e-context-warning-color);
    544     --e-button-context-color-dark: var(--e-context-warning-color-dark);
    545     --e-button-context-tint: var(--e-context-warning-tint-1);
    546     --e-focus-color: var(--e-context-warning-tint-4); }
    547   .e-button--error {
    548     --e-button-context-color: var(--e-context-error-color);
    549     --e-button-context-color-dark: var(--e-context-error-color-dark);
    550     --e-button-context-tint: var(--e-context-error-tint-1);
    551     --e-focus-color: var(--e-context-error-tint-4); }
    552   .e-button--cta {
    553     --e-button-context-color: var(--e-context-cta-color);
    554     --e-button-context-color-dark: var(--e-context-cta-color-dark);
    555     --e-button-context-tint: var(--e-context-cta-tint-1);
    556     --e-focus-color: var(--e-context-cta-tint-4); }
    557   .e-button.e-button--outline {
    558     color: var(--e-button-context-color);
    559     background: none;
    560     border: 1px solid currentColor; }
    561     .e-button.e-button--outline:hover, .e-button.e-button--outline:focus {
    562       color: var(--e-button-context-color-dark);
    563       background: var(--e-button-context-tint); }
    564     .e-button.e-button--outline.disabled, .e-button.e-button--outline:disabled {
    565       color: var(--e-button-context-color-dark);
    566       background: #818a91; }
    567   .e-button > i {
    568     line-height: inherit;
    569     height: var(--e-button-line-height);
    570     width: -webkit-min-content;
    571     width: -moz-min-content;
    572     width: min-content; }
    573   .e-button > * + * {
    574     -webkit-margin-start: .5ch;
    575             margin-inline-start: .5ch; }
    576   .e-button--link {
    577     color: var(--e-button-context-color);
    578     background-color: transparent; }
    579     .e-button--link:hover, .e-button--link:focus {
    580       color: var(--e-button-context-color-dark);
    581       background: var(--e-button-context-tint); }
    582     .e-button--link:disabled, .e-button--link.disabled {
    583       color: #818a91; }
    584 
    585 a.e-button.disabled,
    586 fieldset:disabled a.e-button {
    587   pointer-events: none; }
    588 
    589 :root {
    590   --e-notice-bg: #fff;
    591   --e-notice-border-color: #ccd0d4;
    592   --e-notice-context-color: #93003c;
    593   --e-notice-context-tint: var(--e-context-cta-tint-1);
    594   --e-notice-box-shadow: 0 1px 4px rgba(0,0,0,.15);
    595   --e-notice-dismiss-color: #6d7882; }
    596 
    597 .e-notice {
    598   position: relative;
    599   display: -webkit-box;
    600   display: -ms-flexbox;
    601   display: flex;
    602   font-family: Roboto, Arial, Helvetica, Verdana, sans-serif;
    603   background: var(--e-notice-bg);
    604   border: 1px solid var(--e-notice-border-color);
    605   border-inline-start-width: 4px;
    606   -webkit-box-shadow: var(--e-notice-box-shadow);
    607           box-shadow: var(--e-notice-box-shadow);
    608   margin: 5px 20px 5px 2px; }
    609   .e-notice.notice {
    610     padding: 0; }
    611   .e-notice::before {
    612     display: block;
    613     content: '';
    614     position: absolute;
    615     left: -4px;
    616     top: -1px;
    617     bottom: -1px;
    618     width: 4px;
    619     background-color: var(--e-notice-context-color); }
    620   .e-notice--primary {
    621     --e-notice-context-color: var(--e-context-primary-color);
    622     --e-notice-context-color-dark: var(--e-context-primary-color-dark);
    623     --e-notice-context-tint: var(--e-context-primary-tint-1); }
    624   .e-notice--success {
    625     --e-notice-context-color: var(--e-context-success-color);
    626     --e-notice-context-color-dark: var(--e-context-success-color-dark);
    627     --e-notice-context-tint: var(--e-context-success-tint-1); }
    628   .e-notice--info {
    629     --e-notice-context-color: var(--e-context-info-color);
    630     --e-notice-context-color-dark: var(--e-context-info-color-dark);
    631     --e-notice-context-tint: var(--e-context-info-tint-1); }
    632   .e-notice--warning {
    633     --e-notice-context-color: var(--e-context-warning-color);
    634     --e-notice-context-color-dark: var(--e-context-warning-color-dark);
    635     --e-notice-context-tint: var(--e-context-warning-tint-1); }
    636   .e-notice--error {
    637     --e-notice-context-color: var(--e-context-error-color);
    638     --e-notice-context-color-dark: var(--e-context-error-color-dark);
    639     --e-notice-context-tint: var(--e-context-error-tint-1); }
    640   .e-notice--cta {
    641     --e-notice-context-color: var(--e-context-cta-color);
    642     --e-notice-context-color-dark: var(--e-context-cta-color-dark);
    643     --e-notice-context-tint: var(--e-context-cta-tint-1); }
    644   .e-notice--extended {
    645     --e-notice-is-extended: 1; }
    646   .e-notice--dismissible {
    647     padding-right: 38px; }
    648   .e-notice__aside {
    649     overflow: hidden;
    650     background-color: var(--e-notice-context-tint);
    651     width: calc(var(--e-notice-is-extended, 0) * 50px);
    652     text-align: center;
    653     padding-top: 15px;
    654     -webkit-box-flex: 0;
    655         -ms-flex-positive: 0;
    656             flex-grow: 0;
    657     -ms-flex-negative: 0;
    658         flex-shrink: 0; }
    659   .e-notice__icon-wrapper {
    660     display: inline-block;
    661     font-size: 0.625rem;
    662     max-height: 1.5rem;
    663     width: 1.5rem;
    664     line-height: 1.5rem;
    665     -webkit-border-radius: 100px;
    666             border-radius: 100px;
    667     background: var(--e-notice-context-color);
    668     color: #fff;
    669     text-shadow: 0 0 3px var(--e-notice-context-color-dark), 0 0 1px var(--e-notice-context-color-dark), 0 0 1px var(--e-notice-context-color-dark); }
    670   .e-notice__content {
    671     padding: 20px; }
    672   .e-notice__actions {
    673     display: -webkit-box;
    674     display: -ms-flexbox;
    675     display: flex; }
    676     .e-notice__actions > * + * {
    677       -webkit-margin-start: 8px;
    678               margin-inline-start: 8px; }
    679   .e-notice__dismiss {
    680     width: 20px;
    681     height: 20px;
    682     line-height: 20px;
    683     font-size: 0.8125rem;
    684     text-align: center;
    685     background: none;
    686     display: block;
    687     position: absolute;
    688     top: 0;
    689     right: 1px;
    690     border: none;
    691     margin: 0;
    692     padding: 9px;
    693     cursor: pointer;
    694     font-style: normal; }
    695     .e-notice__dismiss:before {
    696       font-family: eicons;
    697       display: inline-block;
    698       content: "\e87f";
    699       color: var(--e-notice-dismiss-color);
    700       width: 20px;
    701       -webkit-border-radius: 20px;
    702               border-radius: 20px;
    703       speak: none;
    704       text-align: center;
    705       -webkit-font-smoothing: antialiased;
    706       -moz-osx-font-smoothing: grayscale; }
    707     .e-notice__dismiss:hover:before, .e-notice__dismiss:active:before, .e-notice__dismiss:focus:before {
    708       font-weight: bold; }
    709     .e-notice__dismiss:focus:before {
    710       color: #fff;
    711       background: var(--e-notice-dismiss-color);
    712       outline: none; }
    713     .e-notice__dismiss:focus {
    714       outline: none; }
    715   .e-notice p {
    716     line-height: 1.2;
    717     padding: 0;
    718     margin: 0; }
    719     .e-notice p + .e-notice__actions {
    720       margin-top: 1rem; }
    721   .e-notice h3 {
    722     font-size: 1.0625rem;
    723     line-height: 1.2;
    724     margin: 0; }
    725     .e-notice h3 + p {
    726       margin-top: 8px; }
    727 
    728 /*= Elementor Admin Alert
    729 ---------------------------------------*/
    730 .elementor-admin-alert {
    731   padding: 15px;
    732   border-left: 5px solid transparent;
    733   position: relative;
    734   font-size: 12px;
    735   line-height: 1.5;
    736   text-align: left; }
    737   .elementor-admin-alert a {
    738     color: inherit; }
    739   .elementor-admin-alert.elementor-alert-info {
    740     color: #31708f;
    741     background-color: #d9edf7;
    742     border-color: #bcdff1; }
    743   .elementor-admin-alert.elementor-alert-success {
    744     color: #3c763d;
    745     background-color: #dff0d8;
    746     border-color: #cae6be; }
    747   .elementor-admin-alert.elementor-alert-warning {
    748     color: #8a6d3b;
    749     background-color: #fcf8e3;
    750     border-color: #f9f0c3; }
    751   .elementor-admin-alert.elementor-alert-danger {
    752     color: #a94442;
    753     background-color: #f2dede;
    754     border-color: #e8c4c4; }
    755 
    756 /*= Elementor System Info
    757 ---------------------------------------*/
    758 #elementor-system-info {
    759   padding: 15px; }
    760   #elementor-system-info .elementor-system-info-section {
    761     margin-bottom: 10px; }
    762     #elementor-system-info .elementor-system-info-section > .elementor-system-info-report-name {
    763       padding-left: 10px;
    764       border-bottom: 1px solid #e1e1e1; }
    765     #elementor-system-info .elementor-system-info-section .widefat {
    766       white-space: pre; }
    767     #elementor-system-info .elementor-system-info-section .elementor-log-entries {
    768       white-space: pre-wrap; }
    769     #elementor-system-info .elementor-system-info-section:not(.elementor-system-info-log) tbody td:first-child {
    770       width: 300px; }
    771   #elementor-system-info .elementor-system-info-report-name {
    772     text-transform: uppercase;
    773     font-size: 14px;
    774     margin: 0;
    775     line-height: 2; }
    776   #elementor-system-info .elementor-system-info-report-row {
    777     overflow: hidden;
    778     padding: 5px 0; }
    779     #elementor-system-info .elementor-system-info-report-row > * {
    780       float: left; }
    781   #elementor-system-info .elementor-system-info-report-field,
    782   #elementor-system-info .elementor-system-info-field-recommendation {
    783     padding-left: 10px;
    784     color: #7F7F7F; }
    785   #elementor-system-info .elementor-system-info-report-fields {
    786     padding-left: 20px; }
    787   #elementor-system-info .elementor-system-info-plugin-name {
    788     color: #000; }
    789   #elementor-system-info .elementor-system-info-plugin-properties {
    790     padding: 10px; }
    791   #elementor-system-info #elementor-system-info-raw-code {
    792     width: 100%;
    793     height: 200px; }
    794   #elementor-system-info #elementor-system-info-raw-code-label {
    795     padding: 5px;
    796     display: block; }
    797   #elementor-system-info .elementor-warning td:first-child {
    798     border-left: 3px solid #fcb92c; }
    799   #elementor-system-info a.box-title-tool {
    800     font-size: 80%;
    801     margin-left: 15px;
    802     color: #818a91; }
    803     #elementor-system-info a.box-title-tool:hover {
    804       text-decoration: underline; }
    805   #elementor-system-info #elementor-usage-recalc {
    806     font-size: 12px;
    807     color: #ffffff;
    808     background-color: #a4afb7;
    809     padding: 4px 18px 5px 18px;
    810     -webkit-border-radius: 3px;
    811             border-radius: 3px; }
    812 
    813 @-webkit-keyframes elementor-rotation {
    814   0% {
    815     -webkit-transform: rotate(0deg);
    816             transform: rotate(0deg); }
    817   100% {
    818     -webkit-transform: rotate(359deg);
    819             transform: rotate(359deg); } }
    820 
    821 @keyframes elementor-rotation {
    822   0% {
    823     -webkit-transform: rotate(0deg);
    824             transform: rotate(0deg); }
    825   100% {
    826     -webkit-transform: rotate(359deg);
    827             transform: rotate(359deg); } }
    828 
    829 #elementor-deactivate-feedback-dialog-wrapper {
    830   display: none; }
    831 
    832 #elementor-deactivate-feedback-modal .dialog-widget-content {
    833   width: 550px; }
    834 
    835 #elementor-deactivate-feedback-modal .dialog-header {
    836   padding: 18px 15px;
    837   -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    838           box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    839   text-align: left; }
    840 
    841 #elementor-deactivate-feedback-modal .dialog-message {
    842   padding: 30px 30px 0;
    843   text-align: left; }
    844 
    845 #elementor-deactivate-feedback-modal .elementor-deactivate-feedback-dialog-input {
    846   float: left;
    847   margin: 0 15px 0 0;
    848   -webkit-box-shadow: none;
    849           box-shadow: none; }
    850   #elementor-deactivate-feedback-modal .elementor-deactivate-feedback-dialog-input:not(:checked) ~ .elementor-feedback-text {
    851     display: none; }
    852 
    853 #elementor-deactivate-feedback-modal .elementor-deactivate-feedback-dialog-label {
    854   display: block;
    855   font-size: 13px;
    856   color: #6d7882; }
    857 
    858 #elementor-deactivate-feedback-modal .elementor-feedback-text {
    859   margin: 10px 0 0 30px;
    860   padding: 5px;
    861   font-size: 13px;
    862   -webkit-box-shadow: none;
    863           box-shadow: none;
    864   background-color: #fff;
    865   width: 92%; }
    866 
    867 #elementor-deactivate-feedback-modal .dialog-buttons-wrapper {
    868   border-top: none;
    869   text-align: left;
    870   padding: 20px 30px 30px;
    871   overflow: hidden; }
    872 
    873 #elementor-deactivate-feedback-modal .dialog-submit {
    874   background-color: #93003c;
    875   -webkit-border-radius: 3px;
    876           border-radius: 3px;
    877   color: #fff;
    878   line-height: 1;
    879   padding: 12px 20px;
    880   font-size: 13px;
    881   width: 180px;
    882   height: 38px; }
    883   #elementor-deactivate-feedback-modal .dialog-submit.elementor-loading:before {
    884     display: inline-block;
    885     content: '\f463';
    886     font: 18px dashicons;
    887     -webkit-animation: elementor-rotation 2s infinite linear;
    888             animation: elementor-rotation 2s infinite linear; }
    889 
    890 #elementor-deactivate-feedback-modal .dialog-skip {
    891   font-size: 12px;
    892   color: #a4afb7;
    893   background: none;
    894   float: right;
    895   width: auto; }
    896 
    897 #elementor-deactivate-feedback-modal[data-feedback-selected="elementor_pro"] .elementor-feedback-text {
    898   color: #b01b1b;
    899   padding: 0; }
    900 
    901 #elementor-deactivate-feedback-modal[data-feedback-selected="elementor_pro"] .dialog-submit {
    902   display: none; }
    903 
    904 #elementor-deactivate-feedback-dialog-header i {
    905   color: #93003c;
    906   font-size: 19px; }
    907 
    908 #elementor-deactivate-feedback-dialog-header-title {
    909   font-size: 15px;
    910   text-transform: uppercase;
    911   font-weight: bold;
    912   padding-left: 5px; }
    913 
    914 #elementor-deactivate-feedback-dialog-form-caption {
    915   font-weight: bold;
    916   font-size: 15px;
    917   color: #495157;
    918   line-height: 1.4; }
    919 
    920 #elementor-deactivate-feedback-dialog-form-body {
    921   padding-top: 30px; }
    922 
    923 .elementor-deactivate-feedback-dialog-input-wrapper {
    924   line-height: 1;
    925   overflow: hidden;
    926   margin-bottom: 15px; }
    927 
    928 #elementor-hidden-area {
    929   display: none; }
    930 
    931 #elementor-import-template-trigger {
    932   cursor: pointer; }
    933 
    934 #elementor-import-template-area {
    935   display: none;
    936   margin: 50px 0 30px;
    937   text-align: center; }
    938 
    939 #elementor-import-template-form {
    940   display: inline-block;
    941   margin-top: 30px;
    942   padding: 30px 50px;
    943   background-color: #FFFFFF;
    944   border: 1px solid #e5e5e5; }
    945 
    946 #elementor-import-template-title {
    947   font-size: 18px;
    948   color: #555d66; }
    949 
    950 .form-table:not(.elementor-maintenance-mode-is-enabled) .elementor-default-hide {
    951   display: none; }
    952 
    953 .elementor-maintenance-mode-error {
    954   color: red;
    955   line-height: 1.6;
    956   display: none; }
    957 
    958 #tab-replace_url.elementor-active ~ p.submit,
    959 #tab-fontawesome4_migration.elementor-active ~ p.submit,
    960 #tab-import-export-kit.elementor-active ~ p.submit {
    961   display: none; }
    962 
    963 #elementor_rollback > div,
    964 #elementor_rollback_pro > div,
    965 #elementor_replace_url > div {
    966   display: -webkit-box;
    967   display: -ms-flexbox;
    968   display: flex; }
    969   #elementor_rollback > div input,
    970   #elementor_rollback > div select,
    971   #elementor_rollback_pro > div input,
    972   #elementor_rollback_pro > div select,
    973   #elementor_replace_url > div input,
    974   #elementor_replace_url > div select {
    975     margin-right: 6px; }
    976 
    977 .tab-import-export-kit__wrapper {
    978   margin: 40px 0;
    979   max-width: 700px; }
    980 
    981 .tab-import-export-kit__container {
    982   background-color: white;
    983   font-size: 16px;
    984   max-width: 700px;
    985   padding: 30px; }
    986   .tab-import-export-kit__container:not(:first-child) {
    987     margin-top: 5px; }
    988   .tab-import-export-kit__container p {
    989     color: #A4AFB7;
    990     font-size: 16px;
    991     margin: 20px 0 25px; }
    992 
    993 .tab-import-export-kit__info {
    994   font-size: 14px; }
    995 
    996 .tab-import-export-kit__container a:not(.elementor-button),
    997 .tab-import-export-kit__info a {
    998   color: #58d0f5;
    999   text-decoration: underline; }
   1000 
   1001 .tab-import-export-kit__box {
   1002   display: -webkit-box;
   1003   display: -ms-flexbox;
   1004   display: flex;
   1005   -webkit-box-pack: justify;
   1006       -ms-flex-pack: justify;
   1007           justify-content: space-between;
   1008   -webkit-box-align: start;
   1009       -ms-flex-align: start;
   1010           align-items: flex-start; }
   1011   .tab-import-export-kit__box h2 {
   1012     color: #6D7882;
   1013     font-size: 28px;
   1014     font-weight: normal;
   1015     line-height: 1;
   1016     margin: 0; }
   1017   .tab-import-export-kit__box .elementor-button.elementor-button-success {
   1018     font-weight: bold;
   1019     padding: 8px 16px;
   1020     text-transform: initial; }
   1021 
   1022 #dashboard-widgets .e-dashboard-widget h3.e-heading {
   1023   font-weight: 600;
   1024   margin-bottom: 13px; }
   1025 
   1026 #dashboard-widgets .e-dashboard-widget .e-divider_bottom {
   1027   border-bottom: 1px solid #eee;
   1028   margin: 0 -12px;
   1029   padding: 6px 12px; }
   1030 
   1031 #dashboard-widgets .e-dashboard-widget .e-divider_top {
   1032   border-top: 1px solid #eee;
   1033   margin: 0 -12px;
   1034   padding: 6px 12px; }
   1035 
   1036 #dashboard-widgets .e-dashboard-widget .e-quick-actions-wrap .e-divider_top,
   1037 #dashboard-widgets .e-dashboard-widget .e-news-feed-wrap .e-divider_top {
   1038   padding-top: 18px;
   1039   margin-top: 18px; }
   1040 
   1041 .e-dashboard-widget .dashicons {
   1042   color: #606a73; }
   1043 
   1044 .e-dashboard-widget ul.e-action-list li {
   1045   margin-top: 14px; }
   1046   .e-dashboard-widget ul.e-action-list li a {
   1047     margin-left: 5px; }
   1048 
   1049 #e-dashboard-overview .dashicons {
   1050   vertical-align: middle;
   1051   font-size: 17px; }
   1052 
   1053 #e-dashboard-overview .e-overview__header {
   1054   display: table;
   1055   width: 100%;
   1056   -webkit-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.05);
   1057           box-shadow: 0 5px 8px rgba(0, 0, 0, 0.05);
   1058   margin: 0 -12px 8px;
   1059   padding: 0 12px 12px; }
   1060 
   1061 #e-dashboard-overview .e-overview__logo, #e-dashboard-overview .e-overview__versions, #e-dashboard-overview .e-overview__create {
   1062   display: table-cell;
   1063   vertical-align: middle; }
   1064 
   1065 #e-dashboard-overview .e-overview__logo {
   1066   width: 30px; }
   1067 
   1068 #e-dashboard-overview .e-overview__versions {
   1069   padding: 0 10px;
   1070   font-size: 0.9em;
   1071   line-height: 1.5; }
   1072 
   1073 #e-dashboard-overview .e-overview__version {
   1074   display: block; }
   1075 
   1076 #e-dashboard-overview .e-overview__create {
   1077   text-align: right; }
   1078 
   1079 #e-dashboard-overview .e-overview__feed {
   1080   font-size: 14px;
   1081   font-weight: 500; }
   1082 
   1083 #e-dashboard-overview .e-overview__post {
   1084   margin-top: 10px; }
   1085 
   1086 #e-dashboard-overview .e-overview__post-link {
   1087   display: inline-block; }
   1088 
   1089 #e-dashboard-overview .e-overview__badge {
   1090   background: #39b54a;
   1091   color: white;
   1092   font-size: 0.75em;
   1093   padding: 3px 6px;
   1094   -webkit-border-radius: 3px;
   1095           border-radius: 3px;
   1096   text-transform: uppercase; }
   1097 
   1098 #e-dashboard-overview .e-overview__post-description {
   1099   margin: 0 0 1.5em; }
   1100 
   1101 #e-dashboard-overview .e-overview__recently-edited li {
   1102   color: #72777c; }
   1103 
   1104 #e-dashboard-overview .e-overview__footer.e-divider_top {
   1105   padding-top: 12px;
   1106   padding-bottom: 0; }
   1107 
   1108 #e-dashboard-overview .e-overview__footer ul {
   1109   display: -webkit-box;
   1110   display: -ms-flexbox;
   1111   display: flex;
   1112   list-style: none;
   1113   margin: 0;
   1114   padding: 0; }
   1115   #e-dashboard-overview .e-overview__footer ul li {
   1116     padding: 0 10px;
   1117     margin: 0;
   1118     border-left: 1px solid #ddd; }
   1119     #e-dashboard-overview .e-overview__footer ul li:first-child {
   1120       padding-left: 0;
   1121       border: none; }
   1122 
   1123 #e-dashboard-overview .e-overview__go-pro a {
   1124   color: #93003c;
   1125   font-weight: 500; }
   1126 
   1127 .post-type-elementor_library #elementor-template-library-tabs-wrapper {
   1128   padding-top: 2em;
   1129   margin-bottom: 2em; }
   1130 
   1131 .post-type-elementor_library th#taxonomy-elementor_library_category {
   1132   width: 110px; }
   1133 
   1134 #elementor-new-template-modal .dialog-message {
   1135   max-height: 70vh; }
   1136 
   1137 #elementor-new-template-dialog-content {
   1138   display: -webkit-box;
   1139   display: -ms-flexbox;
   1140   display: flex;
   1141   -webkit-box-align: center;
   1142       -ms-flex-align: center;
   1143           align-items: center;
   1144   height: 100%;
   1145   text-align: left;
   1146   color: #6d7882; }
   1147   @media (max-width: 1439px) {
   1148     #elementor-new-template-dialog-content {
   1149       padding: 0 50px; } }
   1150   @media (min-width: 1440px) {
   1151     #elementor-new-template-dialog-content {
   1152       padding: 0 120px; } }
   1153 
   1154 #elementor-new-template__description {
   1155   width: 35%;
   1156   max-width: 300px;
   1157   padding-right: 100px; }
   1158   #elementor-new-template__description__title {
   1159     font-size: 30px;
   1160     color: #556068; }
   1161     #elementor-new-template__description__title span {
   1162       font-weight: bold; }
   1163   #elementor-new-template__description__content {
   1164     font-size: 16px;
   1165     padding: 30px 0; }
   1166 
   1167 #elementor-new-template__take_a_tour {
   1168   display: -webkit-box;
   1169   display: -ms-flexbox;
   1170   display: flex;
   1171   -webkit-box-align: center;
   1172       -ms-flex-align: center;
   1173           align-items: center;
   1174   font-size: 15px; }
   1175   #elementor-new-template__take_a_tour i {
   1176     color: #93003c;
   1177     font-size: 30px; }
   1178   #elementor-new-template__take_a_tour a {
   1179     color: #6d7882;
   1180     padding-left: 10px;
   1181     text-decoration: none;
   1182     font-weight: 500; }
   1183 
   1184 #elementor-new-template__form {
   1185   -webkit-box-flex: 1;
   1186       -ms-flex-positive: 1;
   1187           flex-grow: 1;
   1188   max-width: 440px;
   1189   padding: 55px;
   1190   background-color: #fff;
   1191   -webkit-border-radius: 3px;
   1192           border-radius: 3px;
   1193   -webkit-box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.08);
   1194           box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.08); }
   1195   #elementor-new-template__form__title {
   1196     font-size: 23px;
   1197     color: #556068; }
   1198   #elementor-new-template__form__template-type.elementor-form-field__select {
   1199     max-width: initial; }
   1200   #elementor-new-template__form .elementor-form-field__label {
   1201     display: block;
   1202     margin: 25px 0 7px;
   1203     font-size: 14px;
   1204     line-height: 1; }
   1205   #elementor-new-template__form .elementor-form-field input,
   1206   #elementor-new-template__form .elementor-form-field select {
   1207     width: 100%;
   1208     height: 50px;
   1209     padding: 10px;
   1210     font-size: 14px;
   1211     -webkit-box-shadow: none;
   1212             box-shadow: none;
   1213     -webkit-border-radius: 3px;
   1214             border-radius: 3px;
   1215     background: none;
   1216     color: #495157;
   1217     border: 1px solid;
   1218     outline: none; }
   1219     #elementor-new-template__form .elementor-form-field input:not(:focus),
   1220     #elementor-new-template__form .elementor-form-field select:not(:focus) {
   1221       border-color: #d5dadf; }
   1222     #elementor-new-template__form .elementor-form-field input:focus,
   1223     #elementor-new-template__form .elementor-form-field select:focus {
   1224       border-color: #a4afb7; }
   1225   #elementor-new-template__form .elementor-form-field__select {
   1226     appearance: none;
   1227     -webkit-appearance: none;
   1228     -moz-appearance: none;
   1229     cursor: pointer; }
   1230     #elementor-new-template__form .elementor-form-field__select__wrapper {
   1231       position: relative; }
   1232       #elementor-new-template__form .elementor-form-field__select__wrapper:after {
   1233         font-family: eicons;
   1234         content: '\e8ad';
   1235         position: absolute;
   1236         top: 50%;
   1237         right: 10px;
   1238         -webkit-transform: translateY(-50%);
   1239             -ms-transform: translateY(-50%);
   1240                 transform: translateY(-50%); }
   1241   #elementor-new-template__form__submit {
   1242     width: 100%;
   1243     height: 50px;
   1244     margin-top: 25px; }
   1245 
   1246 @media (max-width: 1024px) {
   1247   #elementor-new-template__description {
   1248     max-width: 250px;
   1249     padding-right: 30px; } }
   1250 
   1251 @media (max-width: 767px) {
   1252   #elementor-new-template__description {
   1253     display: none; } }
   1254 
   1255 #elementor-role-manager {
   1256   max-width: 500px;
   1257   margin-top: 50px; }
   1258   #elementor-role-manager h3 {
   1259     color: #6d7882;
   1260     font-weight: normal;
   1261     font-size: 22px; }
   1262   #elementor-role-manager .elementor-settings-form-page {
   1263     padding: 0; }
   1264   #elementor-role-manager .elementor-role-row {
   1265     background: #ffffff;
   1266     color: #6d7882;
   1267     margin-bottom: 2px; }
   1268     #elementor-role-manager .elementor-role-row .elementor-role-label {
   1269       display: -webkit-box;
   1270       display: -ms-flexbox;
   1271       display: flex;
   1272       padding: 15px 20px;
   1273       font-weight: 500;
   1274       cursor: pointer; }
   1275       #elementor-role-manager .elementor-role-row .elementor-role-label span.elementor-role-name {
   1276         padding-right: 20px; }
   1277       #elementor-role-manager .elementor-role-row .elementor-role-label span.elementor-role-toggle {
   1278         text-align: right;
   1279         -webkit-box-flex: 1;
   1280             -ms-flex-positive: 1;
   1281                 flex-grow: 1; }
   1282       #elementor-role-manager .elementor-role-row .elementor-role-label span.elementor-role-excluded-indicator {
   1283         color: #a4afb7; }
   1284     #elementor-role-manager .elementor-role-row .elementor-role-controls {
   1285       background-color: #f7f7f7;
   1286       padding: 20px 20px 5px; }
   1287       #elementor-role-manager .elementor-role-row .elementor-role-controls > div {
   1288         margin-bottom: 15px; }
   1289       #elementor-role-manager .elementor-role-row .elementor-role-controls .elementor-role-go-pro {
   1290         display: -webkit-box;
   1291         display: -ms-flexbox;
   1292         display: flex; }
   1293         #elementor-role-manager .elementor-role-row .elementor-role-controls .elementor-role-go-pro .elementor-role-go-pro__desc {
   1294           font-weight: 500;
   1295           font-style: italic; }
   1296         #elementor-role-manager .elementor-role-row .elementor-role-controls .elementor-role-go-pro .elementor-role-go-pro__link {
   1297           text-align: right;
   1298           -webkit-box-flex: 1;
   1299               -ms-flex-positive: 1;
   1300                   flex-grow: 1; }
   1301 
   1302 #elementor-beta-tester-modal .elementor-templates-modal__header__items-area {
   1303   color: #c2cbd2;
   1304   cursor: pointer; }
   1305   #elementor-beta-tester-modal .elementor-templates-modal__header__items-area:hover .elementor-beta-tester-do-not-show-again,
   1306   #elementor-beta-tester-modal .elementor-templates-modal__header__items-area:hover .elementor-templates-modal__header__item > i {
   1307     color: #6d7882; }
   1308   #elementor-beta-tester-modal .elementor-templates-modal__header__items-area .elementor-templates-modal__header__close {
   1309     border: none; }
   1310   #elementor-beta-tester-modal .elementor-templates-modal__header__items-area .elementor-beta-tester-do-not-show-again {
   1311     text-transform: uppercase;
   1312     font-weight: bold;
   1313     font-size: 12px;
   1314     -webkit-transition: all 0.3s;
   1315     -o-transition: all 0.3s;
   1316     transition: all 0.3s; }
   1317 
   1318 #elementor-beta-tester-modal .dialog-lightbox-widget-content {
   1319   max-width: 500px;
   1320   height: initial; }
   1321 
   1322 #elementor-beta-tester-modal .dialog-lightbox-message {
   1323   padding: 40px;
   1324   height: 300px;
   1325   background-color: #fff; }
   1326 
   1327 #elementor-beta-tester-form__caption {
   1328   font-weight: bold;
   1329   font-size: 20px;
   1330   color: #495157; }
   1331 
   1332 #elementor-beta-tester-form__description {
   1333   font-size: 15px;
   1334   color: #6d7882;
   1335   margin-top: 10px; }
   1336 
   1337 #elementor-beta-tester-form__input-wrapper {
   1338   display: -webkit-box;
   1339   display: -ms-flexbox;
   1340   display: flex;
   1341   margin-top: 30px; }
   1342   #elementor-beta-tester-form__input-wrapper .elementor-button {
   1343     -webkit-border-radius: 0 3px 3px 0;
   1344             border-radius: 0 3px 3px 0; }
   1345 
   1346 #elementor-beta-tester-form__email {
   1347   -webkit-box-flex: 1;
   1348       -ms-flex-positive: 1;
   1349           flex-grow: 1;
   1350   border: #d5dadf 1px solid;
   1351   border-right: 0;
   1352   -webkit-border-radius: 3px 0 0 3px;
   1353           border-radius: 3px 0 0 3px;
   1354   margin: 0;
   1355   padding: 10px;
   1356   height: 50px; }
   1357 
   1358 #elementor-beta-tester-form__terms {
   1359   margin-top: 40px;
   1360   font-size: 11px;
   1361   color: #a4afb7; }
   1362 
   1363 .e-experiment__title {
   1364   display: -webkit-box;
   1365   display: -ms-flexbox;
   1366   display: flex;
   1367   -webkit-box-align: start;
   1368       -ms-flex-align: start;
   1369           align-items: flex-start; }
   1370   .e-experiment__title__indicator {
   1371     height: 10px;
   1372     width: 10px;
   1373     -webkit-border-radius: 50%;
   1374             border-radius: 50%;
   1375     border: 2px solid white;
   1376     -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
   1377             box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
   1378     margin-top: 2px; }
   1379     .e-experiment__title__indicator--active {
   1380       background: #39b54a; }
   1381   .e-experiment__title__label {
   1382     margin-left: 10px; }
   1383 
   1384 .e-experiment__description {
   1385   max-width: 800px; }
   1386 
   1387 .e-experiment__status {
   1388   margin-top: 5px;
   1389   font-size: 13px;
   1390   font-weight: bold;
   1391   font-style: italic; }
   1392 
   1393 .e-landing-pages-empty .elementor-blank_state {
   1394   padding: 5em 0 2em 0; }
   1395 
   1396 .e-landing-pages-empty .e-trashed-items {
   1397   text-align: center; }
   1398 /*# sourceMappingURL=admin.css.map */