style.css 9.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478
  1. /* Welcome Page */
  2. .clearfix:before,
  3. .clearfix:after{
  4. display: table;
  5. content: " ";
  6. clear:both;
  7. }
  8. iframe{
  9. max-width: 100%;
  10. }
  11. .btn{
  12. background-color: #3146cb;
  13. color: #fff;
  14. text-transform: uppercase;
  15. font-weight: 600;
  16. line-height: 55px;
  17. letter-spacing: 1px;
  18. padding: 10px 27px;
  19. border: none;
  20. position: relative;
  21. -webkit-transition: all 0.3s ease;
  22. -o-transition: all 0.3s ease;
  23. transition: all 0.3s ease;
  24. text-decoration: none;
  25. border-radius: 0;
  26. z-index: 2;
  27. }
  28. .btn:hover{
  29. background-color: #041aa4;
  30. color: #fff;
  31. }
  32. .demo-import{
  33. position: absolute;
  34. top: 50px;
  35. right: 50px;
  36. padding: 0 27px;
  37. }
  38. .ta-logo-text{
  39. text-align: center;
  40. font-size: 34px;
  41. }
  42. .ta-welcome-page-wraper h4{
  43. text-align: center;
  44. }
  45. .ta-welcome-page-wraper{
  46. position: relative;
  47. background-image: url('../../../images/cross.png');
  48. background-size: 30%;
  49. background-position: 50% 10%;
  50. background-repeat: no-repeat;
  51. background-color: #fff;
  52. padding:50px;
  53. }
  54. .ta-welcome-page-wraper .notice{
  55. display: none;
  56. }
  57. .primary-color{
  58. color:#3146cb;
  59. }
  60. .ta-welcome-page-wraper a,
  61. .ta-welcome-page-wraper a:hover,
  62. .ta-welcome-page-wraper a:active{
  63. text-decoration: none;
  64. }
  65. .ta-welcome-page-wraper p{
  66. font-size:16px;
  67. }
  68. .ta-welcome-page-wraper img{
  69. max-width:100%;
  70. }
  71. .ta-theme-logo{
  72. width:100px;
  73. margin: 0 auto;
  74. text-align: center;
  75. }
  76. .ta-theme-welcome-headings{
  77. text-align: center;
  78. }
  79. .ta-welcome-content{
  80. text-align: center;
  81. }
  82. .ta-welcome-content .panel-body{
  83. width: 33.33%;
  84. float:left;
  85. margin:50px 0;
  86. }
  87. .ta-welcome-content ul{
  88. display: block;
  89. }
  90. .ta-welcome-content ul li a{
  91. outline: none;
  92. padding:20px 20px 20px 0;
  93. color: #3146cb;
  94. transition: 0.4s;
  95. }
  96. .ta-welcome-content ul li a:hover{
  97. color: #3146cb;
  98. }
  99. .ta-welcome-content ul li{
  100. display: inline-block;
  101. }
  102. .ta-welcome-thankyou-heading{
  103. margin: 20px 0;
  104. }
  105. .ta-welcome-thankyou-heading a{
  106. transition: 0.4s;
  107. }
  108. .ta-welcome-thankyou-heading a:hover{
  109. color:#3146cb;
  110. }
  111. .ta-theme-welcome-headings .activation-notice form{
  112. margin: 20px auto;
  113. }
  114. .ta-theme-welcome-headings .notice{
  115. box-shadow: none;
  116. }
  117. .ta-additional-info{
  118. float: left;
  119. width: 40%;
  120. margin-top: 200px;
  121. }
  122. .ta-server-status{
  123. width: 50%;
  124. float: right;
  125. margin-top: 200px;
  126. }
  127. .ta-server-status h3{
  128. text-align: left;
  129. }
  130. .ta-status-table{
  131. text-align: left;
  132. width: 100%;
  133. }
  134. .ta-status-table tr{
  135. width: 100%;
  136. }
  137. .ta-success{
  138. color: #5CB85C;
  139. }
  140. .ta-warning{
  141. color: #F0AD4E;
  142. }
  143. .ta-status-table tr:first-child .ta-status-heading{
  144. padding-top: 0;
  145. }
  146. .ta-status-heading,
  147. .ta-status-value,
  148. .ta-status-message{
  149. padding: 10px 0;
  150. }
  151. .ta-status-value{
  152. font-weight: bold;
  153. }
  154. .ta-status-heading,.ta-status-value, .ta-status-message{
  155. border-bottom: 1px solid #eee;
  156. }
  157. .ta-status-table tr:last-child .ta-status-heading,
  158. .ta-status-table tr:last-child .ta-status-value,
  159. .ta-status-table tr:last-child .ta-status-message{
  160. border-bottom: none;
  161. }
  162. .ta-server-status form{
  163. text-align: left;
  164. margin-bottom: 50px;
  165. }
  166. .ta-server-status form span.dashicons{
  167. color: #3146cb;
  168. }
  169. .ta-server-status form input#title{
  170. width: 100%;
  171. padding: 15px;
  172. }
  173. .ta-server-status form input.btn{
  174. padding: 0 27px;
  175. margin-top: 5px;
  176. width: 100%;
  177. cursor: pointer;
  178. }
  179. /*Admin Option*/
  180. #available-widgets #widget-list div[id*='_taskereasy_'] .widget-title h3{
  181. color: #fff;
  182. background: #004c79;
  183. }
  184. .redux-container .redux-section-field h3, .redux-container .redux-section-field h2, .redux-group-tab > h3, .redux-group-tab > h2 {
  185. background: #f2f2f2;
  186. padding: 10px;
  187. margin: 20px 0 0;
  188. line-height: 2em;
  189. border: none !important;
  190. }
  191. .redux-container .redux-group-tab .redux-section-desc {
  192. background: #f2f2f2;
  193. padding: 10px;
  194. position: relative;
  195. }
  196. /* Theme Options Style */
  197. .redux-notice-field{
  198. background-color: #eee;
  199. border-left: none;
  200. padding-left: 50px;
  201. }
  202. .redux-notice-field .redux-info-desc{
  203. position: relative;
  204. }
  205. .redux-notice-field .redux-info-desc::before{
  206. content: '?';
  207. position: absolute;
  208. vertical-align: middle;
  209. left: -30px;
  210. top: 5px;
  211. width: 20px;
  212. height: 20px;
  213. text-align: center;
  214. background-color: #333;
  215. color: #fff;
  216. border-radius: 50%;
  217. }
  218. .admin-color-fresh #redux-header{
  219. background: #ffffff;
  220. border-color: #3146cb;
  221. width: 240px;
  222. height: 125px;
  223. float: left;
  224. }
  225. .redux-container #redux-header .display_header h2{
  226. display: none !important;
  227. }
  228. .redux-container .redux-main{
  229. margin-left: 260px;
  230. }
  231. .redux-container .redux-action_bar{
  232. float: none !important;
  233. }
  234. #redux_save,
  235. #redux_save_sticky{
  236. background:#3146cb;
  237. border-color: #3146cb;
  238. box-shadow: none;
  239. text-shadow: none;
  240. box-shadow: 0 5px 11px rgba(0,0,0,0.2);
  241. }
  242. #redux-defaults-section-sticky,
  243. #redux-defaults-section{
  244. background: #444444;
  245. border-color: #444444;
  246. box-shadow: none;
  247. text-shadow: none;
  248. color: #fff;
  249. box-shadow: 0 5px 11px rgba(0,0,0,0.2);
  250. }
  251. #redux-defaults-sticky,
  252. #redux-defaults{
  253. background: #111213;
  254. border-color: #111213;
  255. box-shadow: none;
  256. text-shadow: none;
  257. color: #fff;
  258. box-shadow: 0 5px 11px rgba(0,0,0,0.2);
  259. }
  260. .redux-main .redux-group-tab{
  261. padding-top: 30px;
  262. }
  263. .admin-color-fresh .ui-datepicker td .ui-state-highlight{
  264. background-color: #3146cb !important;
  265. border: 1px solid #ffffff !important;
  266. }
  267. .admin-color-fresh #redux-header .display_header span{
  268. background-color: #3146cb;
  269. color: #fff;
  270. padding: 5px;
  271. text-align: center;
  272. }
  273. .admin-color-fresh .ui-datepicker-header{
  274. background-color: #ffffff !important;
  275. }
  276. .redux-container .redux-sidebar{
  277. width: 260px;
  278. float: left;
  279. clear: both;
  280. }
  281. .redux-sidebar .redux-group-menu li a,
  282. .admin-color-fresh .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li a,
  283. .admin-color-fresh .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li.active a{
  284. display: block;
  285. padding: 10px;
  286. background-color: #3146cb;
  287. border-width: 0;
  288. border-style: none;
  289. color: #fff;
  290. font-weight: 600;
  291. opacity: 1;
  292. text-decoration: none;
  293. -webkit-transition: none;
  294. transition: 0.4s;
  295. }
  296. .admin-color-fresh .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li a,
  297. .admin-color-fresh .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li.active a{
  298. padding: 10px 40px;
  299. }
  300. .redux-sidebar .redux-group-menu li a i{
  301. font-size:13px;
  302. }
  303. .redux-sidebar .redux-group-menu li.active a, .redux-sidebar .redux-group-menu li.active a:hover,
  304. .admin-color-fresh .redux-sidebar .redux-group-menu li.active.hasSubSections a, .redux-sidebar .redux-group-menu li.active.hasSubSections a:hover,
  305. .admin-color-fresh .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li.active a:hover,
  306. .admin-color-fresh .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li.active a,
  307. .admin-color-fresh .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li a:hover,
  308. .admin-color-fresh .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li a,
  309. .admin-color-fresh .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li a:hover {
  310. width:100%;
  311. background: #ffffff;
  312. }
  313. .redux-sidebar .redux-group-menu li.active a, .redux-sidebar .redux-group-menu li a:hover{
  314. background: #ffffff;
  315. color: #3146cb;
  316. }
  317. .redux-container .redux-main .form-table tr th, .redux-container .redux-main .form-table tr td, .redux-group-tab h2 {
  318. color: #000000;
  319. }
  320. .redux-group-tab .regular-text{
  321. width: 100%;
  322. padding: 10px 5px;
  323. }
  324. .wp-core-ui .button{
  325. margin-right:5px;
  326. }
  327. .redux-group-tab-link-li.active span,
  328. .redux-group-tab-link-li.active i,
  329. .admin-color-fresh .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li a:hover span{
  330. color:#3146cb;
  331. }
  332. .redux-container #redux-header .display_header{
  333. background: url('../../images/logo.png') no-repeat;
  334. background-position: center;
  335. background-size: contain;
  336. height: 100%;
  337. line-height: 40px;
  338. margin-bottom: 0px;
  339. margin: 0px;
  340. float: none;
  341. }
  342. .redux-container #redux-header .display_header .redux-dev-mode-notice-container {
  343. top: 8px;
  344. }
  345. .admin-color-fresh .redux-container-switch .cb-enable.selected,
  346. .admin-color-fresh .redux-container-switch .cb-disable.selected {
  347. background-color:#3146cb !important;
  348. border-color: #3146cb !important;
  349. background-image: none !important;
  350. box-shadow: 0 3px 6px rgba(0,0,0,0.2) !important;
  351. }
  352. .redux-container .expand_options{
  353. display: none;
  354. }
  355. body .redux-main #redux-sticky #info_bar{
  356. background: transparent!important;
  357. padding: 3px 10px 3px 6px!important;
  358. border: 0 !important;
  359. margin-top: 40px;
  360. }
  361. .redux-main .redux-group-tab h2, .redux-main .redux-group-tab h4{
  362. position: relative;
  363. text-transform: uppercase;
  364. }
  365. .redux-container-slider .redux-slider-container{
  366. height: 10px;
  367. border: 0;
  368. }
  369. .noUi-handle:after, .noUi-handle:before{
  370. content: "";
  371. height: 0;
  372. width: 0;
  373. background: none;
  374. }
  375. .noUi-horizontal .noUi-handle{
  376. width: 20px;
  377. height: 20px;
  378. left: -17px;
  379. top: -5px;
  380. border-radius: 50%;
  381. box-shadow: 0 5px 11px rgba(0,0,0,0.1);
  382. background: #3146cb;
  383. border: 0;
  384. }
  385. .noUi-background{
  386. background: #BEBEBE;
  387. box-shadow: none !important;
  388. border-top-right-radius: 25px;
  389. border-bottom-right-radius: 25px;
  390. }
  391. .noUi-base{
  392. cursor: pointer;
  393. background-color: #3146cb;
  394. border-radius: 25px;
  395. }
  396. input[type=checkbox]:checked:before {
  397. color: #3146cb;
  398. }