| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478 |
- /* Welcome Page */
- .clearfix:before,
- .clearfix:after{
- display: table;
- content: " ";
- clear:both;
- }
- iframe{
- max-width: 100%;
- }
- .btn{
- background-color: #3146cb;
- color: #fff;
- text-transform: uppercase;
- font-weight: 600;
- line-height: 55px;
- letter-spacing: 1px;
- padding: 10px 27px;
- border: none;
- position: relative;
- -webkit-transition: all 0.3s ease;
- -o-transition: all 0.3s ease;
- transition: all 0.3s ease;
- text-decoration: none;
- border-radius: 0;
- z-index: 2;
- }
- .btn:hover{
- background-color: #041aa4;
- color: #fff;
- }
- .demo-import{
- position: absolute;
- top: 50px;
- right: 50px;
- padding: 0 27px;
- }
- .ta-logo-text{
- text-align: center;
- font-size: 34px;
- }
- .ta-welcome-page-wraper h4{
- text-align: center;
- }
- .ta-welcome-page-wraper{
- position: relative;
- background-image: url('../../../images/cross.png');
- background-size: 30%;
- background-position: 50% 10%;
- background-repeat: no-repeat;
- background-color: #fff;
- padding:50px;
- }
- .ta-welcome-page-wraper .notice{
- display: none;
- }
- .primary-color{
- color:#3146cb;
- }
- .ta-welcome-page-wraper a,
- .ta-welcome-page-wraper a:hover,
- .ta-welcome-page-wraper a:active{
- text-decoration: none;
- }
- .ta-welcome-page-wraper p{
- font-size:16px;
- }
- .ta-welcome-page-wraper img{
- max-width:100%;
- }
- .ta-theme-logo{
- width:100px;
- margin: 0 auto;
- text-align: center;
- }
- .ta-theme-welcome-headings{
- text-align: center;
- }
- .ta-welcome-content{
- text-align: center;
- }
- .ta-welcome-content .panel-body{
- width: 33.33%;
- float:left;
- margin:50px 0;
- }
- .ta-welcome-content ul{
- display: block;
- }
- .ta-welcome-content ul li a{
- outline: none;
- padding:20px 20px 20px 0;
- color: #3146cb;
- transition: 0.4s;
- }
- .ta-welcome-content ul li a:hover{
- color: #3146cb;
- }
- .ta-welcome-content ul li{
- display: inline-block;
- }
- .ta-welcome-thankyou-heading{
- margin: 20px 0;
- }
- .ta-welcome-thankyou-heading a{
- transition: 0.4s;
- }
- .ta-welcome-thankyou-heading a:hover{
- color:#3146cb;
- }
- .ta-theme-welcome-headings .activation-notice form{
- margin: 20px auto;
- }
- .ta-theme-welcome-headings .notice{
- box-shadow: none;
- }
- .ta-additional-info{
- float: left;
- width: 40%;
- margin-top: 200px;
- }
- .ta-server-status{
- width: 50%;
- float: right;
- margin-top: 200px;
- }
- .ta-server-status h3{
- text-align: left;
- }
- .ta-status-table{
- text-align: left;
- width: 100%;
- }
- .ta-status-table tr{
- width: 100%;
- }
- .ta-success{
- color: #5CB85C;
- }
- .ta-warning{
- color: #F0AD4E;
- }
- .ta-status-table tr:first-child .ta-status-heading{
- padding-top: 0;
- }
- .ta-status-heading,
- .ta-status-value,
- .ta-status-message{
- padding: 10px 0;
- }
- .ta-status-value{
- font-weight: bold;
- }
- .ta-status-heading,.ta-status-value, .ta-status-message{
- border-bottom: 1px solid #eee;
- }
- .ta-status-table tr:last-child .ta-status-heading,
- .ta-status-table tr:last-child .ta-status-value,
- .ta-status-table tr:last-child .ta-status-message{
- border-bottom: none;
- }
- .ta-server-status form{
- text-align: left;
- margin-bottom: 50px;
- }
- .ta-server-status form span.dashicons{
- color: #3146cb;
- }
- .ta-server-status form input#title{
- width: 100%;
- padding: 15px;
- }
- .ta-server-status form input.btn{
- padding: 0 27px;
- margin-top: 5px;
- width: 100%;
- cursor: pointer;
- }
- /*Admin Option*/
- #available-widgets #widget-list div[id*='_taskereasy_'] .widget-title h3{
- color: #fff;
- background: #004c79;
- }
- .redux-container .redux-section-field h3, .redux-container .redux-section-field h2, .redux-group-tab > h3, .redux-group-tab > h2 {
- background: #f2f2f2;
- padding: 10px;
- margin: 20px 0 0;
- line-height: 2em;
- border: none !important;
- }
- .redux-container .redux-group-tab .redux-section-desc {
- background: #f2f2f2;
- padding: 10px;
- position: relative;
- }
- /* Theme Options Style */
- .redux-notice-field{
- background-color: #eee;
- border-left: none;
- padding-left: 50px;
- }
- .redux-notice-field .redux-info-desc{
- position: relative;
- }
- .redux-notice-field .redux-info-desc::before{
- content: '?';
- position: absolute;
- vertical-align: middle;
- left: -30px;
- top: 5px;
- width: 20px;
- height: 20px;
- text-align: center;
- background-color: #333;
- color: #fff;
- border-radius: 50%;
- }
- .admin-color-fresh #redux-header{
- background: #ffffff;
- border-color: #3146cb;
- width: 240px;
- height: 125px;
- float: left;
- }
- .redux-container #redux-header .display_header h2{
- display: none !important;
- }
- .redux-container .redux-main{
- margin-left: 260px;
- }
- .redux-container .redux-action_bar{
- float: none !important;
- }
- #redux_save,
- #redux_save_sticky{
- background:#3146cb;
- border-color: #3146cb;
- box-shadow: none;
- text-shadow: none;
- box-shadow: 0 5px 11px rgba(0,0,0,0.2);
- }
- #redux-defaults-section-sticky,
- #redux-defaults-section{
- background: #444444;
- border-color: #444444;
- box-shadow: none;
- text-shadow: none;
- color: #fff;
- box-shadow: 0 5px 11px rgba(0,0,0,0.2);
- }
- #redux-defaults-sticky,
- #redux-defaults{
- background: #111213;
- border-color: #111213;
- box-shadow: none;
- text-shadow: none;
- color: #fff;
- box-shadow: 0 5px 11px rgba(0,0,0,0.2);
- }
- .redux-main .redux-group-tab{
- padding-top: 30px;
- }
- .admin-color-fresh .ui-datepicker td .ui-state-highlight{
- background-color: #3146cb !important;
- border: 1px solid #ffffff !important;
- }
- .admin-color-fresh #redux-header .display_header span{
- background-color: #3146cb;
- color: #fff;
- padding: 5px;
- text-align: center;
- }
- .admin-color-fresh .ui-datepicker-header{
- background-color: #ffffff !important;
- }
- .redux-container .redux-sidebar{
- width: 260px;
- float: left;
- clear: both;
- }
- .redux-sidebar .redux-group-menu li a,
- .admin-color-fresh .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li a,
- .admin-color-fresh .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li.active a{
- display: block;
- padding: 10px;
- background-color: #3146cb;
- border-width: 0;
- border-style: none;
- color: #fff;
- font-weight: 600;
- opacity: 1;
- text-decoration: none;
- -webkit-transition: none;
- transition: 0.4s;
- }
- .admin-color-fresh .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li a,
- .admin-color-fresh .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li.active a{
- padding: 10px 40px;
- }
- .redux-sidebar .redux-group-menu li a i{
- font-size:13px;
- }
- .redux-sidebar .redux-group-menu li.active a, .redux-sidebar .redux-group-menu li.active a:hover,
- .admin-color-fresh .redux-sidebar .redux-group-menu li.active.hasSubSections a, .redux-sidebar .redux-group-menu li.active.hasSubSections a:hover,
- .admin-color-fresh .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li.active a:hover,
- .admin-color-fresh .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li.active a,
- .admin-color-fresh .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li a:hover,
- .admin-color-fresh .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li a,
- .admin-color-fresh .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li a:hover {
- width:100%;
- background: #ffffff;
- }
- .redux-sidebar .redux-group-menu li.active a, .redux-sidebar .redux-group-menu li a:hover{
- background: #ffffff;
- color: #3146cb;
- }
- .redux-container .redux-main .form-table tr th, .redux-container .redux-main .form-table tr td, .redux-group-tab h2 {
- color: #000000;
- }
- .redux-group-tab .regular-text{
- width: 100%;
- padding: 10px 5px;
- }
- .wp-core-ui .button{
- margin-right:5px;
- }
- .redux-group-tab-link-li.active span,
- .redux-group-tab-link-li.active i,
- .admin-color-fresh .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li a:hover span{
- color:#3146cb;
- }
- .redux-container #redux-header .display_header{
- background: url('../../images/logo.png') no-repeat;
- background-position: center;
- background-size: contain;
- height: 100%;
- line-height: 40px;
- margin-bottom: 0px;
- margin: 0px;
- float: none;
- }
- .redux-container #redux-header .display_header .redux-dev-mode-notice-container {
- top: 8px;
- }
- .admin-color-fresh .redux-container-switch .cb-enable.selected,
- .admin-color-fresh .redux-container-switch .cb-disable.selected {
- background-color:#3146cb !important;
- border-color: #3146cb !important;
- background-image: none !important;
- box-shadow: 0 3px 6px rgba(0,0,0,0.2) !important;
- }
- .redux-container .expand_options{
- display: none;
- }
- body .redux-main #redux-sticky #info_bar{
- background: transparent!important;
- padding: 3px 10px 3px 6px!important;
- border: 0 !important;
- margin-top: 40px;
- }
- .redux-main .redux-group-tab h2, .redux-main .redux-group-tab h4{
- position: relative;
- text-transform: uppercase;
- }
- .redux-container-slider .redux-slider-container{
- height: 10px;
- border: 0;
- }
- .noUi-handle:after, .noUi-handle:before{
- content: "";
- height: 0;
- width: 0;
- background: none;
- }
- .noUi-horizontal .noUi-handle{
- width: 20px;
- height: 20px;
- left: -17px;
- top: -5px;
- border-radius: 50%;
- box-shadow: 0 5px 11px rgba(0,0,0,0.1);
- background: #3146cb;
- border: 0;
- }
- .noUi-background{
- background: #BEBEBE;
- box-shadow: none !important;
- border-top-right-radius: 25px;
- border-bottom-right-radius: 25px;
- }
- .noUi-base{
- cursor: pointer;
- background-color: #3146cb;
- border-radius: 25px;
- }
- input[type=checkbox]:checked:before {
- color: #3146cb;
- }
|