rdusnr

Untitled

Feb 24th, 2017
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.41 KB | None | 0 0
  1. /* tgmpa error */
  2. #setting-error-tgmpa {
  3. clear: both;
  4. display: block;
  5. }
  6.  
  7. #setting-error-tgmpa button.notice-dismiss {
  8. display: none;
  9. }
  10.  
  11.  
  12. /* Theme options */
  13. tr.bottom-border td {
  14. border-bottom: 1px solid #ccc;
  15. }
  16. .redux-main .redux-typography-container .select_wrapper.typography-align {display: none;}
  17.  
  18. .redux-container-image_select .redux-image-select img {
  19. width: 100% !important;
  20. }
  21. .redux-container-image_select .redux-image-select {
  22. margin: 0 4px !important;
  23. }
  24.  
  25. .admin-color-fresh .redux-sidebar .redux-group-menu li.activeChild.hasSubSections a {
  26. background: #222;
  27. }
  28. .admin-color-fresh .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li a {
  29. background: #444;
  30. }
  31. .redux-hint-qtip {float: right !important;}
  32.  
  33. /* Modules */
  34. #section-table-section-title-modules > tbody > tr {
  35. display: block;
  36. width: 48%;
  37. float: left;
  38. min-height: 195px;
  39. }
  40. #section-table-section-title-modules > tbody > tr:first-child {
  41. display: none;
  42. }
  43. #section-table-section-title-modules > tbody > tr > th,
  44. #section-table-section-title-modules > tbody > tr > td {
  45. width: 100%;
  46. display: block;
  47. }
  48.  
  49.  
  50. #section-table-section-title-shortcodes > tbody > tr {
  51. display: block;
  52. width: 48%;
  53. float: left;
  54. min-height: 195px;
  55. }
  56. #section-table-section-title-shortcodes > tbody > tr:first-child {
  57. display: none;
  58. }
  59. #section-table-section-title-shortcodes > tbody > tr > th,
  60. #section-table-section-title-shortcodes > tbody > tr > td {
  61. width: 100%;
  62. display: block;
  63. }
  64.  
  65.  
  66. /* Visual composer */
  67.  
  68. .vc-element-icon.icon-wpb-woocommerce_order_tracking,
  69. .vc-element-icon.icon-wpb-add_to_cart,
  70. .vc-element-icon.icon-wpb-product,
  71. .vc-element-icon.icon-wpb-products,
  72. .vc-element-icon.icon-wpb-product_categories,
  73. .vc-element-icon.icon-wpb-product_category,
  74. .vc-element-icon.icon-wpb-recent_products,
  75. .vc-element-icon.icon-wpb-featured_products,
  76. .vc-element-icon.icon-wpb-woocommerce_messages,
  77. .vc-element-icon.icon-wpb-woocommerce_cart,
  78. .vc-element-icon.icon-wpb-woocommerce_checkout,
  79. .vc-element-icon.icon-wpb-woocommerce_my_account,
  80. .vc-element-icon.icon-wpb-woocommerce_edit_address,
  81. .vc-element-icon.icon-wpb-woocommerce_change_password,
  82. .vc-element-icon.icon-wpb-woocommerce_view_order,
  83. .vc-element-icon.icon-wpb-woocommerce_pay,
  84. .vc-element-icon.icon-wpb-woocommerce_thankyou {
  85. background-image: url("images/vc_woo_icon.png");
  86. background-position: 0 0;
  87. }
  88.  
  89. .vc-element-icon.kleo-bp-icon,
  90. .vc_element-icon.kleo-bp-icon,
  91. .vc-element-icon.bp-icon,
  92. .vc_element-icon.bp-icon {
  93. background-image: url("images/vc_bp_icon.png");
  94. background-position: 0 0;
  95. }
  96.  
  97. .wpb_content_element.wpb_kleo_bp_groups_masonry > .wpb_element_wrapper .vc_element-icon,
  98. .wpb_content_element.wpb_kleo_bp_groups_carousel > .wpb_element_wrapper .vc_element-icon,
  99. .wpb_content_element.wpb_kleo_bp_groups_grid > .wpb_element_wrapper .vc_element-icon,
  100. .wpb_content_element.wpb_kleo_bp_members_carousel > .wpb_element_wrapper .vc_element-icon,
  101. .wpb_content_element.wpb_kleo_bp_members_masonry > .wpb_element_wrapper .vc_element-icon,
  102. .wpb_content_element.wpb_kleo_bp_members_grid > .wpb_element_wrapper .vc_element-icon,
  103. .wpb_content_element.wpb_kleo_bp_activity_page > .wpb_element_wrapper .vc_element-icon,
  104. .wpb_content_element.wpb_kleo_bp_activity_stream > .wpb_element_wrapper .vc_element-icon {
  105. background: url("images/vc_bp_icon.png") no-repeat scroll 0 0 #FFFFFF;
  106. }
  107.  
  108. select .fade, select.fade {
  109. opacity: 1 !important;
  110. }
  111.  
  112. .pad-top-15 {
  113. padding-top: 15px;
  114. }
  115.  
  116. /*
  117. * Visual composer Admin styles override for the 5 column layouts
  118. */
  119.  
  120. .vc_row-fluid .wpb_content_holder[data-width="1/5"] {
  121. width: 20% !important;
  122. float: left;
  123. padding-left: 15px;
  124. padding-right: 15px;
  125. box-sizing: border-box;
  126. -webkit-box-sizing: border-box;
  127. -moz-box-sizing: border-box;
  128. }
  129.  
  130. .vc_row-fluid .wpb_content_holder[data-width="2/5"] {
  131. width: 40% !important;
  132. float: left;
  133. padding-left: 15px;
  134. padding-right: 15px;
  135. box-sizing: border-box;
  136. -webkit-box-sizing: border-box;
  137. -moz-box-sizing: border-box;
  138. }
  139.  
  140. .vc_row-fluid .wpb_content_holder[data-width="3/5"] {
  141. width: 60% !important;
  142. float: left;
  143. padding-left: 15px;
  144. padding-right: 15px;
  145. box-sizing: border-box;
  146. -webkit-box-sizing: border-box;
  147. -moz-box-sizing: border-box;
  148. }
  149.  
  150. .vc_row-fluid .wpb_content_holder[data-width="4/5"] {
  151. width: 80% !important;
  152. float: left;
  153. padding-left: 15px;
  154. padding-right: 15px;
  155. box-sizing: border-box;
  156. -webkit-box-sizing: border-box;
  157. -moz-box-sizing: border-box;
  158. }
  159.  
  160. .controls_row .vc_row_layouts:hover {
  161. max-width: 100% !important;
  162. }
  163.  
  164. .controls_row .set_columns.l_15_15_15_15_15 {
  165. background-image: url('images/vc_15_15_15_15_15.png');
  166. }
  167.  
  168. #vc-row-layout-panel .vc-layout-switcher .vc-layout-btn.l_15_15_15_15_15 .icon {
  169. background-image: url('images/vc_15_15_15_15_15_sprite.png');
  170. }
  171.  
  172. #vc-row-layout-panel .vc-layout-switcher .vc-layout-btn.l_15_15_15_15_15:hover .icon {
  173. background-position: 0 -11px;
  174. }
  175.  
  176. #wpwrap #vc-row-layout-panel {
  177. width: 440px;
  178. }
  179.  
  180. .wpb_kleo_magic_container {
  181. border: 1px solid #ccc;
  182. }
  183. .wpb_vc_single_image.wpb_content_element .wpb_element_wrapper img {
  184. background-color: #f7f7f7;
  185. }
  186. .vc_container_for_children > .wpb_kleo_magic_container,
  187. .vc_container_for_children > .wpb_content_element {
  188. clear: both;
  189. }
  190.  
  191.  
  192. /* New added */
  193.  
  194. .redux-main {
  195. background: #fff;
  196. border-left: 1px solid #eee;
  197. }
  198. .redux-container {
  199. background-color: #fafafa;
  200. background-repeat: repeat-x;
  201. background-image: -moz-linear-gradient(top, #fafafa 0%, #fafafa 100%);
  202. background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fafafa), color-stop(100%, #fafafa));
  203. background-image: -webkit-linear-gradient(top, #fafafa 0%, #fafafa 100%);
  204. background-image: -ms-linear-gradient(top, #fafafa 0%, #fafafa 100%);
  205. background-image: -o-linear-gradient(top, #fafafa 0%, #fafafa 100%);
  206. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#fafafa', GradientType=0);
  207. background-image: -linear-gradient(top, #fafafa 0%, #fafafa 100%);
  208. /*border: 1px solid #dedede;*/
  209. border: none;
  210. /*-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.04);
  211. box-shadow: 0 1px 1px rgba(0,0,0,0.04);
  212. -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.4);*/
  213. -webkit-box-shadow: 0px 5px 22px 0px rgba(0, 0, 0, 0.1);
  214. box-shadow: 0px 5px 22px 0px rgba(0, 0, 0, 0.1);
  215. -moz-box-shadow: 0px 5px 22px 0px rgba(0, 0, 0, 0.1);
  216. margin-top: 5px;
  217. overflow: hidden;
  218. }
  219.  
  220. .redux-container #redux-header {
  221. border: none;
  222. }
  223.  
  224. .redux-container #redux-intro-text {
  225. box-shadow: none;
  226. background: #555;
  227. }
  228. .redux-container #redux-intro-text p {
  229. color: #fafafa;
  230. }
  231. .redux-container #redux-intro-text p a {
  232. color: #4ccef9;
  233. }
  234.  
  235. .redux-container #info_bar {
  236. background: #fafafa;
  237. border-bottom: 1px solid #eee;
  238. box-shadow: none;
  239. }
  240. .redux-container #redux-footer {
  241. padding: 10px;
  242. }
  243.  
  244. .admin-color-fresh .redux-sidebar .redux-group-menu li.active a,
  245. .admin-color-fresh .redux-sidebar .redux-group-menu li.activeChild a,
  246. .wp-customizer .redux-sidebar .redux-group-menu li.active a,
  247. .wp-customizer .redux-sidebar .redux-group-menu li.activeChild a {
  248. border-left: 3px solid #00b9f7;
  249. background: #fff;
  250. box-sizing: border-box;
  251. width: 100%;
  252. position: relative;
  253. z-index: 1;
  254. }
  255.  
  256. .redux-sidebar .redux-group-menu li a {
  257. opacity: 0.9;
  258. font-weight: normal;
  259. border-left: 3px solid transparent;
  260. padding: 16px 4px 10px 14px;
  261. transition: all 0.3s ease;
  262. }
  263.  
  264. /*Fix for plugins that overwrites font family ex Wanguard*/
  265.  
  266. ul.redux-group-menu .el {
  267. font-family:"Elusive-Icons" !important;
  268. }
  269.  
  270. .admin-color-fresh .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li a {
  271. background: #e5e5e5;
  272. }
  273.  
  274. .admin-color-fresh .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li a,
  275. .wp-customizer .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li a {
  276. background: #e5e5e5;
  277. }
  278.  
  279.  
  280. .admin-color-fresh .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li a,
  281. .admin-color-fresh .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li a,
  282. .wp-customizer .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li a,
  283. .wp-customizer .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li a {
  284. color: #23282d;
  285. }
  286. .admin-color-fresh .redux-sidebar .redux-group-menu li.activeChild.hasSubSections a {
  287. background: #d5d5d5;
  288. }
  289. .admin-color-fresh .redux-sidebar .redux-group-menu li.activeChild.hasSubSections a,
  290. .wp-customizer .redux-sidebar .redux-group-menu li.activeChild.hasSubSections a {
  291. text-shadow: none;
  292. }
  293. .admin-color-fresh .redux-sidebar .redux-group-menu li.active.hasSubSections a,
  294. .admin-color-fresh .redux-sidebar .redux-group-menu li.activeChild.hasSubSections a,
  295. .wp-customizer .redux-sidebar .redux-group-menu li.active.hasSubSections a,
  296. .wp-customizer .redux-sidebar .redux-group-menu li.activeChild.hasSubSections a {
  297. color: inherit;
  298. }
  299. .admin-color-fresh .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li.active a,
  300. .wp-customizer .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li.active a {
  301. background: #fff;
  302. text-shadow: none;
  303. }
  304. .admin-color-fresh .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li.active a:hover,
  305. .admin-color-fresh .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li.active a:hover,
  306. .wp-customizer .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li.active a:hover,
  307. .wp-customizer .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li.active a:hover {
  308. color: #23282d;
  309. }
  310. .admin-color-fresh .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li a:hover,
  311. .admin-color-fresh .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li a:hover,
  312. .wp-customizer .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li a:hover,
  313. .wp-customizer .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li a:hover {
  314. color: inherit;
  315. background: #fff;
  316. }
  317. .admin-color-fresh .redux-sidebar .redux-group-menu li.active.hasSubSections a,
  318. .wp-customizer .redux-sidebar .redux-group-menu li.active.hasSubSections a {
  319. background: #fff;
  320. }
  321.  
  322.  
  323. .admin-color-fresh .redux-container-switch .cb-enable.selected,
  324. .admin-color-fresh .redux-field-container .ui-buttonset .ui-state-active,
  325. .wp-customizer .redux-container-switch .cb-enable.selected,
  326. .wp-customizer .redux-field-container .ui-buttonset .ui-state-active {
  327. background-color: #02A7DF !important;
  328. background-image: -khtml-gradient(linear, left top, left bottom, from(#02A7DF), to(#02A7DF)) !important;
  329. background-image: -moz-linear-gradient(top, #02A7DF, #02A7DF) !important;
  330. background-image: -ms-linear-gradient(top, #02A7DF, #02A7DF) !important;
  331. background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #02A7DF), color-stop(100%, #02A7DF)) !important;
  332. background-image: -webkit-linear-gradient(top, #02A7DF, #02A7DF) !important;
  333. background-image: -o-linear-gradient(top, #02A7DF, #02A7DF) !important;
  334. background-image: -linear-gradient(top, #02A7DF, #02A7DF) !important;
  335. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#02A7DF', endColorstr='#02A7DF', GradientType=0) !important;
  336. border-color: #02A7DF !important;
  337. -webkit-box-shadow: none !important;
  338. box-shadow: none !important;
  339. }
  340. .admin-color-fresh .redux-container-switch .cb-disable.selected,
  341. .wp-customizer .redux-container-switch .cb-disable.selected {
  342. background-color: #929292 !important;
  343. background-image: -khtml-gradient(linear, left top, left bottom, from(#929292), to(#929292)) !important;
  344. background-image: -moz-linear-gradient(top, #929292, #929292) !important;
  345. background-image: -ms-linear-gradient(top, #929292, #929292) !important;
  346. background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #929292), color-stop(100%, #929292)) !important;
  347. background-image: -webkit-linear-gradient(top, #929292, #929292) !important;
  348. background-image: -o-linear-gradient(top, #929292, #929292) !important;
  349. background-image: -linear-gradient(top, #929292, #929292) !important;
  350. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#929292', endColorstr='#929292', GradientType=0) !important;
  351. border-color: #929292 !important;
  352. }
  353.  
  354. .redux-main .button {
  355. margin-left: 5px;
  356. margin-top: 0;
  357. background: #fafafa;
  358. }
  359. .redux-main .button-primary {
  360. background: #02A7DF;
  361. border-color: #02A7DF;
  362. -webkit-box-shadow: none;
  363. box-shadow: none;
  364. color: #fff;
  365. text-decoration: none;
  366. text-shadow: 0 -1px 1px #0290C3,1px 0 1px #0290C3,0 1px 1px #0290C3,-1px 0 1px #0290C3;
  367. }
  368. .redux-main .button-primary.focus,
  369. .redux-main .button-primary.hover,
  370. .redux-main .button-primary:focus,
  371. .redux-main .button-primary:hover {
  372. background: #0290C3;
  373. border-color: #0290C3;
  374. color: #fff;
  375. }
  376.  
  377. .redux-main .button,
  378. .redux-main .button-secondary {
  379. box-shadow: none;
  380. transition: all 0.3s ease;
  381. }
  382.  
  383. .redux-main .button,
  384. .redux-main .button-primary,
  385. .redux-main .button-secondary {
  386. height: 30px;
  387. line-height: 30px;
  388. box-sizing: initial;
  389. }
  390.  
  391. .redux-container .ui-button,
  392. .control-section-redux .ui-button,
  393. .control-panel-redux .ui-button,
  394. .redux-metabox .ui-button {
  395. height: 30px;
  396. line-height: 30px;
  397. box-sizing: content-box;
  398. padding: 0 10px 1px;
  399. margin-right: 5px !important;
  400. }
  401. .redux-container-switch .cb-disable span,
  402. .redux-container-switch .cb-enable span {
  403. font-weight: normal;
  404. }
  405.  
  406. .redux-main input {
  407. line-height: 30px;
  408. border-radius: 3px;
  409. box-shadow: none;
  410. }
  411. .redux-main textarea {
  412. padding: 10px;
  413. }
  414.  
  415. .redux-main .wp-switch-editor {
  416. top: 4px !important;
  417. }
  418.  
  419.  
  420. @media screen and (max-width: 782px){
  421. .wp-core-ui .button,
  422. .wp-core-ui .button.button-large,
  423. .wp-core-ui .button.button-small,
  424. a.preview,
  425. input#publish,
  426. input#save-post {
  427. padding: 0 10px 1px;
  428. }
  429. }
Advertisement
Add Comment
Please, Sign In to add comment