admin-rtl.css 38 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230
  1. /*! elementor - v2.2.4 - 20-09-2018 */
  2. .elementor-screen-only,
  3. .screen-reader-text,
  4. .screen-reader-text span,
  5. .ui-helper-hidden-accessible {
  6. position: absolute;
  7. top: -10000em;
  8. width: 1px;
  9. height: 1px;
  10. margin: -1px;
  11. padding: 0;
  12. overflow: hidden;
  13. clip: rect(0, 0, 0, 0);
  14. border: 0; }
  15. .elementor-clearfix:after {
  16. content: '';
  17. display: block;
  18. clear: both;
  19. width: 0;
  20. height: 0; }
  21. .dialog-widget-content {
  22. background-color: #fff;
  23. position: absolute;
  24. -webkit-border-radius: 3px;
  25. border-radius: 3px;
  26. -webkit-box-shadow: 2px 8px 23px 3px rgba(0, 0, 0, 0.2);
  27. box-shadow: 2px 8px 23px 3px rgba(0, 0, 0, 0.2);
  28. overflow: hidden; }
  29. .dialog-message {
  30. font-size: 12px;
  31. line-height: 1.5; }
  32. .dialog-type-lightbox {
  33. position: fixed;
  34. height: 100%;
  35. width: 100%;
  36. top: 0;
  37. left: 0;
  38. background-color: rgba(0, 0, 0, 0.8);
  39. z-index: 9999;
  40. -webkit-user-select: none;
  41. -moz-user-select: none;
  42. -ms-user-select: none;
  43. user-select: none; }
  44. .dialog-type-lightbox .dialog-widget-content {
  45. margin: auto;
  46. width: 375px; }
  47. .dialog-type-lightbox .dialog-header {
  48. padding: 20px 0;
  49. font-weight: 500; }
  50. .dialog-type-lightbox .dialog-message {
  51. padding: 0 20px 20px;
  52. min-height: 50px; }
  53. .dialog-type-lightbox .dialog-header, .dialog-type-lightbox .dialog-message {
  54. text-align: center; }
  55. .dialog-type-lightbox .dialog-buttons-wrapper {
  56. border-top: 1px solid #e6e9ec;
  57. text-align: center; }
  58. .dialog-type-lightbox .dialog-buttons-wrapper > button {
  59. border: none;
  60. background: none;
  61. font-size: 15px;
  62. cursor: pointer;
  63. padding: 13px 0;
  64. outline: 0; }
  65. .dialog-type-lightbox .dialog-buttons-wrapper > button:first-child {
  66. color: #6d7882; }
  67. .dialog-type-lightbox .dialog-buttons-wrapper > button.dialog-ok {
  68. color: #b01b1b; }
  69. .dialog-type-lightbox .dialog-buttons-wrapper > button.dialog-take_over {
  70. color: #39b54a; }
  71. .dialog-type-lightbox .dialog-buttons-wrapper > button:active {
  72. background-color: rgba(230, 233, 236, 0.5); }
  73. .dialog-type-lightbox .dialog-buttons-wrapper > button::-moz-focus-inner {
  74. border: 0; }
  75. .dialog-close-button {
  76. cursor: pointer;
  77. position: absolute;
  78. top: 30px;
  79. right: 30px;
  80. font-size: 15px; }
  81. .dialog-close-button:not(:hover) {
  82. opacity: .4; }
  83. .dialog-lightbox-widget .dialog-header,
  84. .dialog-confirm-widget .dialog-header {
  85. font-size: 15px;
  86. color: #495157; }
  87. .dialog-lightbox-widget .dialog-buttons-wrapper > button,
  88. .dialog-confirm-widget .dialog-buttons-wrapper > button {
  89. width: 50%; }
  90. .dialog-lightbox-widget .dialog-buttons-wrapper > button:first-child,
  91. .dialog-confirm-widget .dialog-buttons-wrapper > button:first-child {
  92. border-left: 1px solid #e6e9ec; }
  93. .dialog-lightbox-widget .dialog-buttons-wrapper > button:hover,
  94. .dialog-confirm-widget .dialog-buttons-wrapper > button:hover {
  95. background-color: #f4f6f7; }
  96. .dialog-alert-widget .dialog-buttons-wrapper > button {
  97. width: 100%; }
  98. @media (max-width: 767px) {
  99. .dialog-close-button {
  100. top: 15px;
  101. right: 15px; }
  102. body.admin-bar .dialog-close-button {
  103. top: 40px; } }
  104. .elementor-aspect-ratio-219 .elementor-fit-aspect-ratio {
  105. padding-bottom: 42.8571%; }
  106. .elementor-aspect-ratio-169 .elementor-fit-aspect-ratio {
  107. padding-bottom: 56.25%; }
  108. .elementor-aspect-ratio-43 .elementor-fit-aspect-ratio {
  109. padding-bottom: 75%; }
  110. .elementor-aspect-ratio-32 .elementor-fit-aspect-ratio {
  111. padding-bottom: 66.6666%; }
  112. .elementor-aspect-ratio-11 .elementor-fit-aspect-ratio {
  113. padding-bottom: 100%; }
  114. .elementor-fit-aspect-ratio {
  115. position: relative;
  116. height: 0; }
  117. .elementor-fit-aspect-ratio iframe {
  118. position: absolute;
  119. top: 0;
  120. left: 0;
  121. height: 100%;
  122. width: 100%;
  123. border: 0; }
  124. .elementor-hidden {
  125. display: none; }
  126. .flatpickr-calendar {
  127. width: 280px; }
  128. .flatpickr-calendar .flatpickr-current-month span.cur-month {
  129. font-weight: 300; }
  130. .flatpickr-calendar .dayContainer {
  131. width: 280px;
  132. min-width: 280px;
  133. max-width: 280px; }
  134. .flatpickr-calendar .flatpickr-days {
  135. width: 280px; }
  136. .flatpickr-calendar .flatpickr-day {
  137. max-width: 37px;
  138. height: 37px;
  139. line-height: 37px; }
  140. .elementor-button {
  141. font-family: Roboto, Arial, Helvetica, Verdana, sans-serif;
  142. text-transform: uppercase;
  143. outline: none;
  144. border: none;
  145. -webkit-border-radius: 3px;
  146. border-radius: 3px;
  147. -webkit-transition-property: background, color, opacity, -webkit-box-shadow;
  148. transition-property: background, color, opacity, -webkit-box-shadow;
  149. -o-transition-property: background, color, box-shadow, opacity;
  150. transition-property: background, color, box-shadow, opacity;
  151. transition-property: background, color, box-shadow, opacity, -webkit-box-shadow;
  152. -webkit-transition-duration: .3s;
  153. -o-transition-duration: .3s;
  154. transition-duration: .3s; }
  155. .elementor-button:hover {
  156. border: none; }
  157. .elementor-button:not([disabled]) {
  158. cursor: pointer; }
  159. .elementor-button:not(.elementor-button-state) .elementor-state-icon {
  160. display: none; }
  161. .elementor-button.elementor-button-success {
  162. color: #fff; }
  163. .elementor-button.elementor-button-success[disabled] {
  164. background-color: #c2cbd2; }
  165. .elementor-button.elementor-button-success:not([disabled]) {
  166. background-color: #39b54a; }
  167. .elementor-button.elementor-button-success:not([disabled]):hover {
  168. opacity: 0.85;
  169. -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2);
  170. box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2); }
  171. .elementor-button.elementor-button-success:not([disabled]):active {
  172. -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.19), 0 3px 3px rgba(0, 0, 0, 0.1);
  173. box-shadow: 0 5px 10px rgba(0, 0, 0, 0.19), 0 3px 3px rgba(0, 0, 0, 0.1); }
  174. .elementor-button.elementor-button-warning {
  175. background-color: #a4afb7;
  176. color: #fff; }
  177. .elementor-button.elementor-button-warning[disabled] {
  178. background-color: #c2cbd2; }
  179. .elementor-button.elementor-button-warning:not([disabled]):hover {
  180. background-color: #b01b1b;
  181. opacity: 0.85;
  182. -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2);
  183. box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2); }
  184. .elementor-button.elementor-button-warning:not([disabled]):active {
  185. -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.19), 0 3px 3px rgba(0, 0, 0, 0.1);
  186. box-shadow: 0 5px 10px rgba(0, 0, 0, 0.19), 0 3px 3px rgba(0, 0, 0, 0.1); }
  187. .elementor-button.elementor-edit-template {
  188. display: inline-block;
  189. margin-top: 15px;
  190. color: #fff; }
  191. .elementor-button.elementor-button-default {
  192. background-color: #a4afb7;
  193. color: #fff;
  194. font-size: 11px;
  195. padding: 6.5px 15px; }
  196. .elementor-button.elementor-button-default:hover {
  197. background-color: #6d7882;
  198. -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2);
  199. box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2); }
  200. .elementor-button.elementor-button-default:active {
  201. -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.19), 0 3px 3px rgba(0, 0, 0, 0.1);
  202. box-shadow: 0 5px 10px rgba(0, 0, 0, 0.19), 0 3px 3px rgba(0, 0, 0, 0.1); }
  203. .elementor-button.elementor-button-default:visited {
  204. color: #fff; }
  205. .elementor-button.elementor-button-go-pro {
  206. color: #fff;
  207. background-color: #fcb92c; }
  208. .elementor-button i {
  209. margin-left: 10px; }
  210. .elementor-templates-modal .dialog-widget-content {
  211. font-family: Roboto, Arial, Helvetica, Verdana, sans-serif;
  212. background-color: #f1f3f5;
  213. width: 100%; }
  214. @media (max-width: 1439px) {
  215. .elementor-templates-modal .dialog-widget-content {
  216. max-width: 990px; } }
  217. @media (min-width: 1440px) {
  218. .elementor-templates-modal .dialog-widget-content {
  219. max-width: 1200px; } }
  220. .elementor-templates-modal .dialog-header {
  221. padding: 0;
  222. background-color: #fff;
  223. -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  224. box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  225. position: relative;
  226. z-index: 1; }
  227. .elementor-templates-modal .dialog-buttons-wrapper {
  228. display: none; }
  229. .elementor-templates-modal .dialog-message {
  230. height: 750px;
  231. max-height: 85vh;
  232. overflow: auto;
  233. padding: 25px 30px 30px; }
  234. .elementor-templates-modal .dialog-content {
  235. height: 100%; }
  236. .elementor-templates-modal .dialog-loading {
  237. display: none; }
  238. .elementor-templates-modal__header {
  239. display: -webkit-box;
  240. display: -webkit-flex;
  241. display: -ms-flexbox;
  242. display: flex;
  243. -webkit-box-align: center;
  244. -webkit-align-items: center;
  245. -ms-flex-align: center;
  246. align-items: center;
  247. -webkit-box-pack: justify;
  248. -webkit-justify-content: space-between;
  249. -ms-flex-pack: justify;
  250. justify-content: space-between;
  251. height: 50px; }
  252. .elementor-templates-modal__header__logo {
  253. font-size: 15px;
  254. line-height: 1;
  255. text-transform: uppercase;
  256. color: #495157;
  257. font-weight: bold;
  258. cursor: pointer; }
  259. .elementor-templates-modal__header__logo-area {
  260. text-align: right;
  261. padding-right: 15px; }
  262. .elementor-templates-modal__header__logo-area > * {
  263. display: -webkit-box;
  264. display: -webkit-flex;
  265. display: -ms-flexbox;
  266. display: flex;
  267. -webkit-box-align: center;
  268. -webkit-align-items: center;
  269. -ms-flex-align: center;
  270. align-items: center; }
  271. .elementor-templates-modal__header__logo__icon-wrapper {
  272. padding: 4px 7px 6px;
  273. background-image: -webkit-linear-gradient(225deg, #f2295b, #434363);
  274. background-image: -o-linear-gradient(225deg, #f2295b, #434363);
  275. background-image: linear-gradient(-135deg, #f2295b, #434363);
  276. -webkit-border-radius: 2px;
  277. border-radius: 2px;
  278. margin-left: 10px; }
  279. .elementor-templates-modal__header__logo i {
  280. color: #fff;
  281. font-size: 10px; }
  282. .elementor-templates-modal__header__items-area {
  283. display: -webkit-box;
  284. display: -webkit-flex;
  285. display: -ms-flexbox;
  286. display: flex;
  287. -webkit-box-orient: horizontal;
  288. -webkit-box-direction: reverse;
  289. -webkit-flex-direction: row-reverse;
  290. -ms-flex-direction: row-reverse;
  291. flex-direction: row-reverse; }
  292. .elementor-templates-modal__header__item {
  293. position: relative;
  294. display: -webkit-box;
  295. display: -webkit-flex;
  296. display: -ms-flexbox;
  297. display: flex;
  298. -webkit-box-align: center;
  299. -webkit-align-items: center;
  300. -ms-flex-align: center;
  301. align-items: center;
  302. -webkit-box-pack: center;
  303. -webkit-justify-content: center;
  304. -ms-flex-pack: center;
  305. justify-content: center;
  306. -webkit-box-sizing: content-box;
  307. box-sizing: content-box; }
  308. .elementor-templates-modal__header__item > i {
  309. font-size: 20px;
  310. -webkit-transition: color .5s;
  311. -o-transition: color .5s;
  312. transition: color .5s;
  313. cursor: pointer; }
  314. .elementor-templates-modal__header__item > i:not(:hover) {
  315. color: #a4afb7; }
  316. .elementor-templates-modal__header__close--normal {
  317. width: 45px;
  318. border-right: 1px solid #e6e9ec; }
  319. .elementor-templates-modal__header__close--normal i {
  320. font-size: 18px; }
  321. .elementor-templates-modal__header__close--skip {
  322. padding: 10px;
  323. padding-right: 20px;
  324. margin-left: 10px;
  325. color: #fff;
  326. background-color: #a4afb7;
  327. font-size: 11px;
  328. font-weight: normal;
  329. line-height: 1;
  330. text-transform: uppercase;
  331. -webkit-border-radius: 2px;
  332. border-radius: 2px;
  333. cursor: pointer; }
  334. .elementor-templates-modal__header__close--skip > i {
  335. font-size: inherit;
  336. padding-right: 10px;
  337. margin-right: 15px;
  338. border-right: 1px solid; }
  339. .elementor-templates-modal__header__close--skip > i:not(:hover) {
  340. color: #fff; }
  341. #adminmenu #toplevel_page_elementor div.wp-menu-image:before,
  342. #adminmenu #toplevel_page_edit-post_type-elementor_library div.wp-menu-image:before {
  343. content: "\e801";
  344. font-family: eicons;
  345. font-size: 18px;
  346. margin-top: 1px; }
  347. #adminmenu #toplevel_page_elementor a[href="admin.php?page=go_elementor_pro"],
  348. #adminmenu #toplevel_page_edit-post_type-elementor_library a[href="admin.php?page=go_elementor_pro"] {
  349. color: #d54e21; }
  350. #adminmenu #toplevel_page_elementor .dashicons.dashicons-star-filled,
  351. #adminmenu #toplevel_page_edit-post_type-elementor_library .dashicons.dashicons-star-filled {
  352. height: auto; }
  353. .elementor-plugins-gopro {
  354. color: #39b54a;
  355. font-weight: bold; }
  356. .e-logo-wrapper {
  357. display: inline-block;
  358. padding: .75em;
  359. background-image: -webkit-linear-gradient(225deg, #EF295A, #434363);
  360. background-image: -o-linear-gradient(225deg, #EF295A, #434363);
  361. background-image: linear-gradient(-135deg, #EF295A, #434363);
  362. -webkit-border-radius: 7.5%;
  363. border-radius: 7.5%;
  364. line-height: 1; }
  365. .e-logo-wrapper i {
  366. color: #ffffff;
  367. font-size: 1em; }
  368. #elementor-switch-mode {
  369. margin: 15px 0; }
  370. #elementor-switch-mode-button,
  371. #elementor-editor-button {
  372. outline: none;
  373. cursor: pointer; }
  374. #elementor-switch-mode-button i,
  375. #elementor-editor-button i {
  376. margin-left: 3px;
  377. font-size: 19px; }
  378. body.elementor-editor-active .elementor-switch-mode-off {
  379. display: none; }
  380. body.elementor-editor-active #elementor-switch-mode-button {
  381. background-color: #f7f7f7;
  382. color: #555;
  383. border-color: #ccc;
  384. -webkit-box-shadow: 0 1px 0 #ccc !important;
  385. box-shadow: 0 1px 0 #ccc !important;
  386. text-shadow: unset; }
  387. body.elementor-editor-active #elementor-switch-mode-button:hover {
  388. background-color: #e9e9e9; }
  389. body.elementor-editor-active #elementor-switch-mode-button:active {
  390. -webkit-box-shadow: inset 0 1px 0 #ccc;
  391. box-shadow: inset 0 1px 0 #ccc;
  392. -webkit-transform: translateY(1px);
  393. -ms-transform: translateY(1px);
  394. transform: translateY(1px); }
  395. body.elementor-editor-active #postdivrich {
  396. display: none !important; }
  397. body.elementor-editor-active .editor-block-list__layout {
  398. display: none; }
  399. body.elementor-editor-inactive .elementor-switch-mode-on {
  400. display: none; }
  401. body.elementor-editor-inactive #elementor-editor {
  402. display: none; }
  403. body.elementor-editor-active .editor-block-list__layout {
  404. display: none; }
  405. body.elementor-editor-active .edit-post-layout__content .edit-post-visual-editor {
  406. -webkit-flex-basis: auto;
  407. -ms-flex-preferred-size: auto;
  408. flex-basis: auto; }
  409. body.elementor-editor-active #elementor-editor {
  410. margin-bottom: 50px; }
  411. body.elementor-editor-active .edit-post-text-editor__body .editor-post-text-editor {
  412. display: none; }
  413. body .gutenberg #elementor-switch-mode {
  414. margin: 0 15px; }
  415. body .gutenberg #elementor-switch-mode .button {
  416. margin: 2px;
  417. height: 33px;
  418. font-size: 13px;
  419. line-height: 1; }
  420. body .gutenberg #elementor-switch-mode .button i {
  421. font-size: 125%;
  422. padding-left: 5px; }
  423. .elementor-button {
  424. font-size: 13px;
  425. text-decoration: none;
  426. padding: 15px 40px; }
  427. #elementor-editor {
  428. height: 300px;
  429. width: 100%;
  430. -webkit-transition: all 0.5s ease;
  431. -o-transition: all 0.5s ease;
  432. transition: all 0.5s ease; }
  433. #elementor-editor .elementor-loader-wrapper {
  434. position: absolute;
  435. width: 300px;
  436. left: 50%;
  437. top: 50%;
  438. -webkit-transform: translateX(-50%) translateY(-50%);
  439. -ms-transform: translateX(-50%) translateY(-50%);
  440. transform: translateX(-50%) translateY(-50%);
  441. display: -webkit-box;
  442. display: -webkit-flex;
  443. display: -ms-flexbox;
  444. display: flex;
  445. -webkit-flex-wrap: wrap;
  446. -ms-flex-wrap: wrap;
  447. flex-wrap: wrap;
  448. -webkit-box-pack: center;
  449. -webkit-justify-content: center;
  450. -ms-flex-pack: center;
  451. justify-content: center; }
  452. #elementor-editor .elementor-loader {
  453. -webkit-border-radius: 7px;
  454. border-radius: 7px;
  455. padding: 40px;
  456. height: 150px;
  457. width: 150px;
  458. background-color: rgba(255, 255, 255, 0.9);
  459. -webkit-box-sizing: border-box;
  460. box-sizing: border-box;
  461. -webkit-box-shadow: 2px 2px 20px 4px rgba(0, 0, 0, 0.02);
  462. box-shadow: 2px 2px 20px 4px rgba(0, 0, 0, 0.02); }
  463. #elementor-editor .elementor-loader-boxes {
  464. height: 100%;
  465. width: 100%;
  466. position: relative; }
  467. #elementor-editor .elementor-loader-box {
  468. position: absolute;
  469. background-color: #e6e9ec;
  470. -webkit-animation: load 1.8s linear infinite;
  471. animation: load 1.8s linear infinite; }
  472. #elementor-editor .elementor-loader-box:nth-of-type(1) {
  473. width: 20%;
  474. height: 100%;
  475. left: 0;
  476. top: 0; }
  477. #elementor-editor .elementor-loader-box:not(:nth-of-type(1)) {
  478. right: 0;
  479. height: 20%;
  480. width: 60%; }
  481. #elementor-editor .elementor-loader-box:nth-of-type(2) {
  482. top: 0;
  483. -webkit-animation-delay: -0.45s;
  484. animation-delay: -0.45s; }
  485. #elementor-editor .elementor-loader-box:nth-of-type(3) {
  486. top: 40%;
  487. -webkit-animation-delay: -0.9s;
  488. animation-delay: -0.9s; }
  489. #elementor-editor .elementor-loader-box:nth-of-type(4) {
  490. bottom: 0;
  491. -webkit-animation-delay: -1.35s;
  492. animation-delay: -1.35s; }
  493. @-webkit-keyframes load {
  494. 0% {
  495. opacity: .3; }
  496. 50% {
  497. opacity: 1; }
  498. 100% {
  499. opacity: .3; } }
  500. @keyframes load {
  501. 0% {
  502. opacity: .3; }
  503. 50% {
  504. opacity: 1; }
  505. 100% {
  506. opacity: .3; } }
  507. #elementor-editor .elementor-loading-title {
  508. color: #a4afb7;
  509. text-align: center;
  510. text-transform: uppercase;
  511. margin-top: 30px;
  512. letter-spacing: 7px;
  513. font-size: 10px;
  514. width: 100%; }
  515. #elementor-go-to-edit-page-link {
  516. height: 100%;
  517. display: -webkit-box;
  518. display: -webkit-flex;
  519. display: -ms-flexbox;
  520. display: flex;
  521. -webkit-box-pack: center;
  522. -webkit-justify-content: center;
  523. -ms-flex-pack: center;
  524. justify-content: center;
  525. -webkit-box-align: center;
  526. -webkit-align-items: center;
  527. -ms-flex-align: center;
  528. align-items: center;
  529. border: 1px solid #DDD;
  530. background-color: #F7F7F7;
  531. text-decoration: none;
  532. position: relative;
  533. font-family: Sans-serif; }
  534. #elementor-go-to-edit-page-link:hover {
  535. background-color: #ffffff; }
  536. #elementor-go-to-edit-page-link:focus {
  537. -webkit-box-shadow: none;
  538. box-shadow: none; }
  539. #elementor-go-to-edit-page-link.elementor-animate #elementor-editor-button {
  540. display: none; }
  541. #elementor-go-to-edit-page-link:not(.elementor-animate) .elementor-loader-wrapper {
  542. display: none; }
  543. .elementor-button-spinner:before {
  544. font: normal 20px/.5 dashicons;
  545. speak: none;
  546. display: inline-block;
  547. padding: 0;
  548. top: 8px;
  549. right: -4px;
  550. position: relative;
  551. vertical-align: top;
  552. content: "\f463"; }
  553. .elementor-button-spinner.loading:before {
  554. -webkit-animation: rotation 1s infinite linear;
  555. animation: rotation 1s infinite linear; }
  556. .elementor-button-spinner.success:before {
  557. content: "\f147";
  558. color: #46b450; }
  559. .elementor-blank_state {
  560. padding: 5em 0;
  561. margin: auto;
  562. max-width: 520px;
  563. text-align: center;
  564. color: #6d7882; }
  565. .elementor-blank_state i {
  566. font-size: 50px;
  567. color: #a4afb7; }
  568. .elementor-blank_state h2 {
  569. font-family: Roboto, Arial, Helvetica, Verdana, sans-serif;
  570. font-size: 32px;
  571. font-weight: 300;
  572. color: inherit;
  573. margin: 50px 0 35px;
  574. line-height: 1.2; }
  575. .elementor-blank_state p {
  576. font-size: 16px;
  577. font-weight: normal;
  578. color: #a4afb7;
  579. margin-bottom: 40px; }
  580. .elementor-blank_state .elementor-button {
  581. display: inline-block; }
  582. #available-widgets [class*="elementor-template"] .widget-title:before {
  583. content: "\e801";
  584. font-family: eicons;
  585. font-size: 17px; }
  586. .elementor-settings-form-page {
  587. padding-top: 30px; }
  588. .elementor-settings-form-page:not(.elementor-active) {
  589. display: none; }
  590. ._elementor_settings_update_time {
  591. display: none; }
  592. .e-getting-started {
  593. max-width: 900px;
  594. padding: 2.5em 0;
  595. margin: auto;
  596. text-align: center; }
  597. .e-getting-started__header {
  598. display: -webkit-box;
  599. display: -webkit-flex;
  600. display: -ms-flexbox;
  601. display: flex;
  602. -webkit-box-orient: horizontal;
  603. -webkit-box-direction: normal;
  604. -webkit-flex-direction: row;
  605. -ms-flex-direction: row;
  606. flex-direction: row;
  607. -webkit-box-pack: justify;
  608. -webkit-justify-content: space-between;
  609. -ms-flex-pack: justify;
  610. justify-content: space-between;
  611. -webkit-box-align: center;
  612. -webkit-align-items: center;
  613. -ms-flex-align: center;
  614. align-items: center;
  615. -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  616. box-shadow: 0 0 8px rgba(0, 0, 0, 0.1); }
  617. .e-getting-started__header .e-logo-wrapper {
  618. font-size: 10px;
  619. margin-left: 10px; }
  620. .e-getting-started__title {
  621. padding: 0 15px;
  622. font-weight: 600;
  623. text-transform: uppercase;
  624. display: -webkit-box;
  625. display: -webkit-flex;
  626. display: -ms-flexbox;
  627. display: flex;
  628. -webkit-box-align: center;
  629. -webkit-align-items: center;
  630. -ms-flex-align: center;
  631. align-items: center; }
  632. .e-getting-started__skip {
  633. border-right: 1px solid #eee;
  634. font-size: 16px;
  635. color: inherit; }
  636. .e-getting-started__skip i {
  637. padding: 15px; }
  638. .e-getting-started__content {
  639. padding: 50px; }
  640. .e-getting-started__content h2 {
  641. font-size: 2em;
  642. margin-top: 0; }
  643. .e-getting-started__content--narrow {
  644. max-width: 500px;
  645. margin: auto; }
  646. .e-getting-started__video {
  647. margin: 40px 0 60px; }
  648. .e-getting-started__video iframe {
  649. -webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.15);
  650. box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.15); }
  651. .e-getting-started__actions .button-primary {
  652. margin-left: 20px; }
  653. /*= Elementor Message
  654. ---------------------------------------*/
  655. .notice.elementor-message {
  656. border: none;
  657. padding: 20px; }
  658. .notice.elementor-message .elementor-message-inner {
  659. display: table;
  660. width: 100%; }
  661. .notice.elementor-message .elementor-message-inner .elementor-message-icon,
  662. .notice.elementor-message .elementor-message-inner .elementor-message-content,
  663. .notice.elementor-message .elementor-message-inner .elementor-message-action {
  664. display: table-cell;
  665. vertical-align: middle; }
  666. .notice.elementor-message .elementor-message-icon {
  667. font-size: 20px;
  668. width: 40px; }
  669. .notice.elementor-message .elementor-message-content {
  670. padding: 0 20px; }
  671. .notice.elementor-message p {
  672. padding: 0;
  673. margin: 0; }
  674. .notice.elementor-message h3 {
  675. margin: 0 0 5px; }
  676. .notice.elementor-message .elementor-message-action {
  677. text-align: left; }
  678. .notice.elementor-message .elementor-message-action .elementor-button {
  679. background-color: #D30C5C;
  680. color: #fff;
  681. border-color: #7c1337;
  682. -webkit-box-shadow: 0 1px 0 #7c1337;
  683. box-shadow: 0 1px 0 #7c1337;
  684. padding: 5px 30px;
  685. height: auto;
  686. line-height: 20px;
  687. text-transform: capitalize; }
  688. .notice.elementor-message .elementor-message-action .elementor-button i {
  689. padding-left: 5px; }
  690. .notice.elementor-message .elementor-message-action .elementor-button:hover {
  691. background-color: #a0124a; }
  692. .notice.elementor-message .elementor-message-action .elementor-button:active {
  693. -webkit-box-shadow: inset 0 1px 0 #7c1337;
  694. box-shadow: inset 0 1px 0 #7c1337;
  695. -webkit-transform: translateY(1px);
  696. -ms-transform: translateY(1px);
  697. transform: translateY(1px); }
  698. .notice.elementor-message .elementor-message-actions {
  699. margin-top: 10px; }
  700. .notice.elementor-message .elementor-message-actions .button.button-primary {
  701. margin-left: 5px; }
  702. @media (min-width: 1200px) {
  703. .elementor-message-action {
  704. padding-left: 10px; } }
  705. @media (max-width: 600px) {
  706. .notice.elementor-message {
  707. padding: 20px; }
  708. .notice.elementor-message .elementor-message-inner {
  709. display: block;
  710. text-align: center; }
  711. .notice.elementor-message .elementor-message-inner .elementor-message-icon,
  712. .notice.elementor-message .elementor-message-inner .elementor-message-content,
  713. .notice.elementor-message .elementor-message-inner .elementor-message-action {
  714. display: block; }
  715. .notice.elementor-message .elementor-message-inner .elementor-message-action {
  716. text-align: center; }
  717. .notice.elementor-message .elementor-message-inner .elementor-message-icon {
  718. width: auto; }
  719. .notice.elementor-message .elementor-message-inner .elementor-message-content {
  720. padding: 10px 0; } }
  721. /*= Elementor System Info
  722. ---------------------------------------*/
  723. #elementor-system-info {
  724. padding: 15px; }
  725. #elementor-system-info .elementor-system-info-section {
  726. margin-bottom: 10px; }
  727. #elementor-system-info .elementor-system-info-section > .elementor-system-info-report-name {
  728. padding-left: 10px;
  729. border-bottom: 1px solid #e1e1e1; }
  730. #elementor-system-info .elementor-system-info-section .widefat {
  731. white-space: pre; }
  732. #elementor-system-info .elementor-system-info-report-name {
  733. text-transform: uppercase;
  734. font-size: 14px;
  735. margin: 0;
  736. line-height: 2; }
  737. #elementor-system-info .elementor-system-info-report-row {
  738. overflow: hidden;
  739. padding: 5px 0; }
  740. #elementor-system-info .elementor-system-info-report-row > * {
  741. float: left; }
  742. #elementor-system-info .elementor-system-info-report-field, #elementor-system-info .elementor-system-info-field-recommendation {
  743. padding-left: 10px;
  744. color: #7F7F7F; }
  745. #elementor-system-info .elementor-system-info-report-fields {
  746. padding-left: 20px; }
  747. #elementor-system-info .elementor-system-info-plugin-name {
  748. color: #000; }
  749. #elementor-system-info .elementor-system-info-plugin-properties {
  750. padding: 10px; }
  751. #elementor-system-info #elementor-system-info-raw-code {
  752. width: 100%;
  753. height: 200px; }
  754. #elementor-system-info #elementor-system-info-raw-code-label {
  755. padding: 5px;
  756. display: block; }
  757. #elementor-system-info .elementor-warning td:first-child {
  758. border-right: 3px solid #fcb92c; }
  759. @-webkit-keyframes elementor-rotation {
  760. 0% {
  761. -webkit-transform: rotate(0deg);
  762. transform: rotate(0deg); }
  763. 100% {
  764. -webkit-transform: rotate(359deg);
  765. transform: rotate(359deg); } }
  766. @keyframes elementor-rotation {
  767. 0% {
  768. -webkit-transform: rotate(0deg);
  769. transform: rotate(0deg); }
  770. 100% {
  771. -webkit-transform: rotate(359deg);
  772. transform: rotate(359deg); } }
  773. #elementor-deactivate-feedback-dialog-wrapper {
  774. display: none; }
  775. #elementor-deactivate-feedback-modal .dialog-widget-content {
  776. width: 550px; }
  777. #elementor-deactivate-feedback-modal .dialog-close-button {
  778. -webkit-transition: all 0.5s;
  779. -o-transition: all 0.5s;
  780. transition: all 0.5s; }
  781. #elementor-deactivate-feedback-modal .dialog-header {
  782. padding: 18px 15px;
  783. -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  784. box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  785. text-align: right; }
  786. #elementor-deactivate-feedback-modal .dialog-message {
  787. padding: 30px 30px 0;
  788. text-align: right; }
  789. #elementor-deactivate-feedback-modal .elementor-deactivate-feedback-dialog-input {
  790. float: right;
  791. margin: 0 0 0 15px;
  792. -webkit-box-shadow: none;
  793. box-shadow: none; }
  794. #elementor-deactivate-feedback-modal .elementor-deactivate-feedback-dialog-input:not(:checked) ~ .elementor-feedback-text {
  795. display: none; }
  796. #elementor-deactivate-feedback-modal .elementor-deactivate-feedback-dialog-label {
  797. display: block;
  798. font-size: 13px;
  799. color: #6d7882; }
  800. #elementor-deactivate-feedback-modal .elementor-feedback-text {
  801. margin: 10px 30px 0 0;
  802. padding: 5px;
  803. font-size: 13px;
  804. -webkit-box-shadow: none;
  805. box-shadow: none;
  806. background-color: #fff;
  807. width: 92%; }
  808. #elementor-deactivate-feedback-modal .dialog-buttons-wrapper {
  809. border-top: none;
  810. text-align: right;
  811. padding: 20px 30px 30px;
  812. overflow: hidden; }
  813. #elementor-deactivate-feedback-modal .dialog-submit {
  814. background-color: #D30C5C;
  815. -webkit-border-radius: 3px;
  816. border-radius: 3px;
  817. color: #fff;
  818. line-height: 1;
  819. padding: 12px 20px;
  820. font-size: 13px;
  821. width: 180px;
  822. height: 38px; }
  823. #elementor-deactivate-feedback-modal .dialog-submit.elementor-loading:before {
  824. display: inline-block;
  825. content: '\f463';
  826. font: 18px dashicons;
  827. -webkit-animation: elementor-rotation 2s infinite linear;
  828. animation: elementor-rotation 2s infinite linear; }
  829. #elementor-deactivate-feedback-modal .dialog-skip {
  830. font-size: 12px;
  831. color: #a4afb7;
  832. background: none;
  833. float: left;
  834. width: auto; }
  835. #elementor-deactivate-feedback-modal[data-feedback-selected="elementor_pro"] .elementor-feedback-text {
  836. color: #b01b1b;
  837. padding: 0; }
  838. #elementor-deactivate-feedback-modal[data-feedback-selected="elementor_pro"] .dialog-submit {
  839. display: none; }
  840. #elementor-deactivate-feedback-dialog-header i {
  841. color: #D30C5C;
  842. font-size: 19px; }
  843. #elementor-deactivate-feedback-dialog-header-title {
  844. font-size: 15px;
  845. text-transform: uppercase;
  846. font-weight: bold;
  847. padding-right: 5px; }
  848. #elementor-deactivate-feedback-dialog-form-caption {
  849. font-weight: bold;
  850. font-size: 15px;
  851. color: #495157;
  852. line-height: 1.4; }
  853. #elementor-deactivate-feedback-dialog-form-body {
  854. padding-top: 30px; }
  855. .elementor-deactivate-feedback-dialog-input-wrapper {
  856. line-height: 1.3;
  857. overflow: hidden;
  858. margin-bottom: 15px; }
  859. #elementor-hidden-area {
  860. display: none; }
  861. #elementor-import-template-trigger {
  862. cursor: pointer; }
  863. #elementor-import-template-area {
  864. display: none;
  865. margin: 50px 0 30px;
  866. text-align: center; }
  867. #elementor-import-template-form {
  868. display: inline-block;
  869. margin-top: 30px;
  870. padding: 30px 50px;
  871. background-color: #FFFFFF;
  872. border: 1px solid #e5e5e5; }
  873. #elementor-import-template-title {
  874. font-size: 18px;
  875. color: #555d66; }
  876. .form-table:not(.elementor-maintenance-mode-is-enabled) .elementor-default-hide {
  877. display: none; }
  878. .elementor-maintenance-mode-error {
  879. color: red;
  880. line-height: 1.6;
  881. display: none; }
  882. #e-dashboard-overview .dashicons {
  883. vertical-align: middle;
  884. font-size: 17px; }
  885. #e-dashboard-overview .e-overview__header {
  886. display: table;
  887. width: 100%;
  888. -webkit-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.05);
  889. box-shadow: 0 5px 8px rgba(0, 0, 0, 0.05);
  890. margin: 0 -12px 8px;
  891. padding: 0 12px 12px; }
  892. #e-dashboard-overview .e-overview__logo, #e-dashboard-overview .e-overview__versions, #e-dashboard-overview .e-overview__create {
  893. display: table-cell;
  894. vertical-align: middle; }
  895. #e-dashboard-overview .e-overview__logo {
  896. width: 30px; }
  897. #e-dashboard-overview .e-overview__versions {
  898. padding: 0 10px;
  899. font-size: 0.9em;
  900. line-height: 1.5; }
  901. #e-dashboard-overview .e-overview__version {
  902. display: block; }
  903. #e-dashboard-overview .e-overview__create {
  904. text-align: left; }
  905. #e-dashboard-overview .e-overview__post {
  906. margin-top: 10px; }
  907. #e-dashboard-overview .e-overview__post-link {
  908. display: inline-block; }
  909. #e-dashboard-overview .e-overview__badge {
  910. background: #39b54a;
  911. color: white;
  912. font-size: 0.75em;
  913. padding: 3px 6px;
  914. -webkit-border-radius: 3px;
  915. border-radius: 3px;
  916. text-transform: uppercase; }
  917. #e-dashboard-overview .e-overview__post-description {
  918. margin: 0 0 1.5em; }
  919. #e-dashboard-overview .e-overview__recently-edited li {
  920. color: #72777c; }
  921. #e-dashboard-overview .e-overview__feed {
  922. font-size: 14px;
  923. font-weight: 500; }
  924. #e-dashboard-overview .e-overview__feed .e-overview__post-link {
  925. padding-bottom: 5px; }
  926. #e-dashboard-overview .e-overview__recently-edited .e-overview__heading, #e-dashboard-overview .e-overview__feed .e-overview__heading {
  927. font-weight: 700;
  928. border-bottom: 1px solid #eee;
  929. margin: 0 -12px;
  930. padding: 6px 12px; }
  931. #e-dashboard-overview .e-overview__footer {
  932. margin: 0 -12px -12px;
  933. padding: 12px;
  934. border-top: 1px solid #eee; }
  935. #e-dashboard-overview .e-overview__footer ul {
  936. display: -webkit-box;
  937. display: -webkit-flex;
  938. display: -ms-flexbox;
  939. display: flex;
  940. list-style: none;
  941. margin: 0;
  942. padding: 0; }
  943. #e-dashboard-overview .e-overview__footer ul li {
  944. padding: 0 10px;
  945. margin: 0;
  946. border-right: 1px solid #ddd; }
  947. #e-dashboard-overview .e-overview__footer ul li:first-child {
  948. padding-right: 0;
  949. border: none; }
  950. #e-dashboard-overview .e-overview__go-pro a {
  951. color: #fcb92c;
  952. font-weight: 500; }
  953. .post-type-elementor_library #elementor-template-library-tabs-wrapper {
  954. padding-top: 2em;
  955. margin-bottom: 2em; }
  956. #elementor-new-template-modal .dialog-message {
  957. max-height: 70vh; }
  958. #elementor-new-template-dialog-content {
  959. display: -webkit-box;
  960. display: -webkit-flex;
  961. display: -ms-flexbox;
  962. display: flex;
  963. -webkit-box-align: center;
  964. -webkit-align-items: center;
  965. -ms-flex-align: center;
  966. align-items: center;
  967. height: 100%;
  968. text-align: right;
  969. padding: 0 120px;
  970. color: #6d7882; }
  971. #elementor-new-template__description {
  972. width: 35%;
  973. max-width: 300px;
  974. padding-left: 100px; }
  975. #elementor-new-template__description__title {
  976. font-size: 30px;
  977. color: #556068; }
  978. #elementor-new-template__description__title span {
  979. font-weight: bold; }
  980. #elementor-new-template__description__content {
  981. font-size: 14px;
  982. padding: 30px 0; }
  983. #elementor-new-template__take_a_tour {
  984. display: -webkit-box;
  985. display: -webkit-flex;
  986. display: -ms-flexbox;
  987. display: flex;
  988. -webkit-box-align: center;
  989. -webkit-align-items: center;
  990. -ms-flex-align: center;
  991. align-items: center;
  992. font-size: 15px; }
  993. #elementor-new-template__take_a_tour i {
  994. color: #f2295b;
  995. font-size: 30px; }
  996. #elementor-new-template__take_a_tour a {
  997. color: #6d7882;
  998. padding-right: 10px;
  999. text-decoration: none;
  1000. font-weight: 500; }
  1001. #elementor-new-template__form {
  1002. -webkit-box-flex: 1;
  1003. -webkit-flex-grow: 1;
  1004. -ms-flex-positive: 1;
  1005. flex-grow: 1;
  1006. max-width: 440px;
  1007. padding: 55px;
  1008. background-color: #fff;
  1009. -webkit-border-radius: 3px;
  1010. border-radius: 3px;
  1011. -webkit-box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.08);
  1012. box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.08); }
  1013. #elementor-new-template__form__title {
  1014. font-size: 23px;
  1015. color: #556068; }
  1016. #elementor-new-template__form .elementor-form-field__label {
  1017. display: block;
  1018. margin: 25px 0 7px;
  1019. font-size: 14px;
  1020. line-height: 1; }
  1021. #elementor-new-template__form .elementor-form-field input,
  1022. #elementor-new-template__form .elementor-form-field select {
  1023. width: 100%;
  1024. height: 50px;
  1025. padding: 10px;
  1026. font-size: 14px;
  1027. -webkit-box-shadow: none;
  1028. box-shadow: none;
  1029. -webkit-border-radius: 3px;
  1030. border-radius: 3px;
  1031. background: none;
  1032. color: #495157;
  1033. border: 1px solid;
  1034. outline: none; }
  1035. #elementor-new-template__form .elementor-form-field input:not(:focus),
  1036. #elementor-new-template__form .elementor-form-field select:not(:focus) {
  1037. border-color: #d5dadf; }
  1038. #elementor-new-template__form .elementor-form-field input:focus,
  1039. #elementor-new-template__form .elementor-form-field select:focus {
  1040. border-color: #a4afb7; }
  1041. #elementor-new-template__form .elementor-form-field__select {
  1042. appearance: none;
  1043. -webkit-appearance: none;
  1044. -moz-appearance: none;
  1045. cursor: pointer; }
  1046. #elementor-new-template__form .elementor-form-field__select__wrapper {
  1047. position: relative; }
  1048. #elementor-new-template__form .elementor-form-field__select__wrapper:after {
  1049. font-family: eicons;
  1050. content: '\e955';
  1051. position: absolute;
  1052. top: 50%;
  1053. left: 10px;
  1054. -webkit-transform: translateY(-50%);
  1055. -ms-transform: translateY(-50%);
  1056. transform: translateY(-50%); }
  1057. #elementor-new-template__form__submit {
  1058. width: 100%;
  1059. height: 50px;
  1060. margin-top: 25px; }
  1061. @media (max-width: 1024px) {
  1062. #elementor-new-template__description {
  1063. max-width: 250px;
  1064. padding-left: 30px; } }
  1065. @media (max-width: 767px) {
  1066. #elementor-new-template__description {
  1067. display: none; } }
  1068. #elementor-role-manager {
  1069. max-width: 500px;
  1070. margin-top: 50px; }
  1071. #elementor-role-manager h3 {
  1072. color: #6d7882;
  1073. font-weight: normal;
  1074. font-size: 22px; }
  1075. #elementor-role-manager .elementor-settings-form-page {
  1076. padding: 0; }
  1077. #elementor-role-manager .elementor-role-row {
  1078. background: #ffffff;
  1079. color: #6d7882;
  1080. margin-bottom: 2px; }
  1081. #elementor-role-manager .elementor-role-row .elementor-role-label {
  1082. display: -webkit-box;
  1083. display: -webkit-flex;
  1084. display: -ms-flexbox;
  1085. display: flex;
  1086. padding: 15px 20px;
  1087. font-weight: 500;
  1088. cursor: pointer; }
  1089. #elementor-role-manager .elementor-role-row .elementor-role-label span.elementor-role-name {
  1090. padding-left: 20px; }
  1091. #elementor-role-manager .elementor-role-row .elementor-role-label span.elementor-role-toggle {
  1092. text-align: left;
  1093. -webkit-box-flex: 1;
  1094. -webkit-flex-grow: 1;
  1095. -ms-flex-positive: 1;
  1096. flex-grow: 1; }
  1097. #elementor-role-manager .elementor-role-row .elementor-role-label span.elementor-role-excluded-indicator {
  1098. color: #a4afb7; }
  1099. #elementor-role-manager .elementor-role-row .elementor-role-controls {
  1100. background-color: #f7f7f7;
  1101. padding: 20px 20px 5px; }
  1102. #elementor-role-manager .elementor-role-row .elementor-role-controls > div {
  1103. margin-bottom: 15px; }
  1104. #elementor-role-manager .elementor-role-row .elementor-role-controls .elementor-role-go-pro {
  1105. display: -webkit-box;
  1106. display: -webkit-flex;
  1107. display: -ms-flexbox;
  1108. display: flex; }
  1109. #elementor-role-manager .elementor-role-row .elementor-role-controls .elementor-role-go-pro .elementor-role-go-pro__desc {
  1110. font-weight: 500;
  1111. font-style: italic; }
  1112. #elementor-role-manager .elementor-role-row .elementor-role-controls .elementor-role-go-pro .elementor-role-go-pro__link {
  1113. text-align: left;
  1114. -webkit-box-flex: 1;
  1115. -webkit-flex-grow: 1;
  1116. -ms-flex-positive: 1;
  1117. flex-grow: 1; }
  1118. /*# sourceMappingURL=admin-rtl.css.map */