| 1 |
.nav-tab-content * { |
| 2 |
box-sizing: border-box; |
| 3 |
} |
| 4 |
.kt-promo-box-contain { |
| 5 |
padding: 0 15px; |
| 6 |
} |
| 7 |
.kt-promo-row:after { |
| 8 |
clear: both; |
| 9 |
display: table; |
| 10 |
content: ''; |
| 11 |
} |
| 12 |
.kt-promo-row { |
| 13 |
margin: 0 -15px; |
| 14 |
} |
| 15 |
@media (min-width: 782px) { |
| 16 |
.kt-promo-box-contain { |
| 17 |
width: 50%; |
| 18 |
float:left; |
| 19 |
} |
| 20 |
.kt-promo-box-contain.kt-promo-three { |
| 21 |
width: 33.33%; |
| 22 |
} |
| 23 |
} |
| 24 |
.kt-welcome-clearfix:after { |
| 25 |
clear:both; |
| 26 |
display: table; |
| 27 |
content: ''; |
| 28 |
} |
| 29 |
.kt-promo-box { |
| 30 |
border-radius: 10px; |
| 31 |
padding: 20px 40px; |
| 32 |
margin:10px 0 20px; |
| 33 |
color: white; |
| 34 |
display: flex; |
| 35 |
display: -webkit-flex; |
| 36 |
display: -ms-flexbox; |
| 37 |
display: -ms-flex; |
| 38 |
display: flex; |
| 39 |
-webkit-align-items: center; |
| 40 |
-ms-align-items: center; |
| 41 |
align-items: center; |
| 42 |
-webkit-justify-content: center; |
| 43 |
-ms-justify-content: center; |
| 44 |
justify-content: center; |
| 45 |
flex-direction: row; |
| 46 |
} |
| 47 |
@media (max-width:1100px) { |
| 48 |
.kt-promo-box { |
| 49 |
flex-direction: column; |
| 50 |
} |
| 51 |
} |
| 52 |
.kt-promo-three .kt-promo-box { |
| 53 |
color: #444; |
| 54 |
flex-direction: column; |
| 55 |
border: 2px solid #ddd; |
| 56 |
text-align: center; |
| 57 |
} |
| 58 |
.kt_theme_welcome .kt-promo-three .kt-promo-box a { |
| 59 |
color: #444; |
| 60 |
border: 2px solid #444; |
| 61 |
display: block; |
| 62 |
} |
| 63 |
.kt_theme_welcome .kt-promo-three .kt-promo-box a:hover { |
| 64 |
color: #000; |
| 65 |
border: 2px solid #000; |
| 66 |
background:#f2f2f2; |
| 67 |
} |
| 68 |
|
| 69 |
.kt-promo-three .kt-promo-box h3 { |
| 70 |
color: #444; |
| 71 |
} |
| 72 |
.kt-promo-three .kt-promo-icon-container { |
| 73 |
padding-top:20px; |
| 74 |
padding-right: 0; |
| 75 |
} |
| 76 |
.kt-demos-promo { |
| 77 |
background: #F76A0C; |
| 78 |
} |
| 79 |
.kt-docs-promo { |
| 80 |
background: #00b5e2; |
| 81 |
} |
| 82 |
.kt-builder-promo { |
| 83 |
background: #dd4231; |
| 84 |
} |
| 85 |
.kt-plugins-promo { |
| 86 |
background: #3c8e4e; |
| 87 |
} |
| 88 |
.kt_theme_welcome .kt-promo-box a { |
| 89 |
border:2px solid #fff; |
| 90 |
text-align:center; |
| 91 |
color:white; |
| 92 |
font-weight: 600; |
| 93 |
letter-spacing: 1px; |
| 94 |
border-radius: 4px; |
| 95 |
display: inline-block; |
| 96 |
text-decoration: none; |
| 97 |
padding: 12px 18px; |
| 98 |
margin-bottom: 20px; |
| 99 |
vertical-align: middle; |
| 100 |
height: auto; |
| 101 |
box-shadow: none; |
| 102 |
line-height: 1.4em; |
| 103 |
font-size: 16px; |
| 104 |
} |
| 105 |
.kt_theme_welcome .kt-demos-promo a.updating-message { |
| 106 |
background:white; |
| 107 |
border:2px solid #fff; |
| 108 |
color:#F76A0C; |
| 109 |
} |
| 110 |
.kt_theme_welcome .kt-demos-promo a { |
| 111 |
background:#F76A0C; |
| 112 |
} |
| 113 |
.kt_theme_welcome a.nav-tab.go-pro-tab { |
| 114 |
background: #00b5e2; |
| 115 |
color: white; |
| 116 |
} |
| 117 |
.kt-main h2 { |
| 118 |
font-size: 30px; |
| 119 |
margin: 30px 0 30px; |
| 120 |
font-weight: 300; |
| 121 |
text-align: center; |
| 122 |
} |
| 123 |
.kt_theme_welcome .kt-demos-promo a:hover { |
| 124 |
border:2px solid #fff; |
| 125 |
color:#F76A0C; |
| 126 |
background:white; |
| 127 |
} |
| 128 |
.kt_theme_welcome .kt-docs-promo a { |
| 129 |
background:#00b5e2; |
| 130 |
} |
| 131 |
.kt_theme_welcome .kt-docs-promo a:hover { |
| 132 |
border:2px solid #fff; |
| 133 |
color:#00b5e2; |
| 134 |
background:white; |
| 135 |
} |
| 136 |
.kt_theme_welcome .kt-builder-promo a:hover { |
| 137 |
border:2px solid #fff; |
| 138 |
color:#dd4231; |
| 139 |
background:white; |
| 140 |
} |
| 141 |
.kt_theme_welcome .kt-plugins-promo a:hover { |
| 142 |
border:2px solid #fff; |
| 143 |
color:#3c8e4e; |
| 144 |
background:white; |
| 145 |
} |
| 146 |
.kt-promo-box h3 { |
| 147 |
font-size: 26px; |
| 148 |
color: white; |
| 149 |
margin-top: 20px; |
| 150 |
line-height: 1; |
| 151 |
margin-bottom: 10px; |
| 152 |
} |
| 153 |
.kt-promo-box p { |
| 154 |
font-size: 14px; |
| 155 |
} |
| 156 |
.kt_theme_welcome{ |
| 157 |
margin-right: auto; |
| 158 |
margin-left: auto; |
| 159 |
margin-top: 45px; |
| 160 |
margin-bottom: 45px; |
| 161 |
max-width: 1300px; |
| 162 |
padding-right: 20px; |
| 163 |
} |
| 164 |
.kt_theme_welcome h1 { |
| 165 |
line-height: 1.2; |
| 166 |
font-weight: 300; |
| 167 |
font-size: 38px; |
| 168 |
margin-bottom: 13px; |
| 169 |
color: #222; |
| 170 |
padding-top: 20px; |
| 171 |
} |
| 172 |
.kt_theme_welcome h4 { |
| 173 |
line-height: 1.6; |
| 174 |
letter-spacing: 1.2px; |
| 175 |
margin: 0; |
| 176 |
font-size: 18px; |
| 177 |
font-weight: 400; |
| 178 |
margin-bottom: 20px; |
| 179 |
color: #555; |
| 180 |
} |
| 181 |
.kt_theme_welcome .kt_title_area h4{ |
| 182 |
font-weight:300; |
| 183 |
color: #888; |
| 184 |
} |
| 185 |
.kt-admin-clearfix:before, .kt-admin-clearfix:after { |
| 186 |
content: ''; |
| 187 |
clear:both; |
| 188 |
display:table; |
| 189 |
} |
| 190 |
|
| 191 |
.kt-svg-icon { |
| 192 |
display: inline-block; |
| 193 |
width: 1em; |
| 194 |
height: 1em; |
| 195 |
stroke-width: 0; |
| 196 |
stroke: currentColor; |
| 197 |
fill: currentColor; |
| 198 |
} |
| 199 |
.kt-svg-icon-browser { |
| 200 |
width: 1.3125em; |
| 201 |
} |
| 202 |
.kt-svg-icon-presentation { |
| 203 |
width: 0.96875em; |
| 204 |
} |
| 205 |
|
| 206 |
.kt-svg-icon-documents { |
| 207 |
width: 1.0625em; |
| 208 |
} |
| 209 |
.kt-promo-icon-container { |
| 210 |
padding-right: 30px; |
| 211 |
} |
| 212 |
.kt-promo-icon-container .kt-svg-icon-browser { |
| 213 |
font-size: 110px; |
| 214 |
} |
| 215 |
.kt-promo-icon-container .kt-svg-icon { |
| 216 |
font-size: 120px; |
| 217 |
} |
| 218 |
.kt-promo-three .kt-promo-icon-container .kt-svg-icon { |
| 219 |
font-size: 100px; |
| 220 |
} |
| 221 |
.kt-promo-box-contain.kt-promo-full { |
| 222 |
float: none; |
| 223 |
width: 100%; |
| 224 |
} |
| 225 |
|
| 226 |
.kt-promo-full .kt-newsletter-promo.kt-promo-box { |
| 227 |
border: 2px solid #ddd; |
| 228 |
color: #444; |
| 229 |
} |
| 230 |
.kt-promo-full .kt-newsletter-promo.kt-promo-box h3 { |
| 231 |
color:#444; |
| 232 |
font-size:24px |
| 233 |
} |
| 234 |
.kt_theme_welcome .kt-newsletter-promo.kt-promo-box a { |
| 235 |
color:#444; |
| 236 |
background:#fff; |
| 237 |
border-color:#444; |
| 238 |
padding:8px 30px |
| 239 |
} |
| 240 |
.kt_theme_welcome .kt-newsletter-promo.kt-promo-box a:hover { |
| 241 |
color: #000; |
| 242 |
border: 2px solid #000; |
| 243 |
background:#f2f2f2; |
| 244 |
} |
| 245 |
.kt-promo-full .kt-promo-icon-container .kt-svg-icon { |
| 246 |
font-size: 80px; |
| 247 |
} |
| 248 |
.kad-panel-left, .kad-panel-bottom { |
| 249 |
float: none; |
| 250 |
padding: 0 30px 30px 20px; |
| 251 |
box-sizing: border-box; |
| 252 |
} |
| 253 |
.kt_theme_welcome .nav-tab { |
| 254 |
font-size: 18px; |
| 255 |
font-weight: 300; |
| 256 |
padding: 10px 20px; |
| 257 |
border: 0; |
| 258 |
letter-spacing: -1px; |
| 259 |
} |
| 260 |
.kt_title_area { |
| 261 |
padding: 20px; |
| 262 |
} |
| 263 |
.kt_theme_welcome .nav-tab-active, .kt_theme_welcome .nav-tab-active:focus, .kt_theme_welcome .nav-tab-active:focus:active, .kt_theme_welcome .nav-tab-active:hover { |
| 264 |
background:white; |
| 265 |
} |
| 266 |
.wrap.kt_theme_welcome h2.nav-tab-wrapper { |
| 267 |
border: 0; |
| 268 |
} |
| 269 |
.kad-helpful-links a:focus { |
| 270 |
box-shadow: none; |
| 271 |
} |
| 272 |
.nav-tab-content { |
| 273 |
background: white; |
| 274 |
padding: 20px 30px; |
| 275 |
} |
| 276 |
.kad-panel-left .nav-tab-content { |
| 277 |
display: none; |
| 278 |
} |
| 279 |
.kad-panel-left .nav-tab-content.panel_open { |
| 280 |
display: block; |
| 281 |
} |
| 282 |
.kt-main input[type='text'] { |
| 283 |
margin-right: 5px; |
| 284 |
padding: 8px; |
| 285 |
} |
| 286 |
|
| 287 |
.kt-main .submit input#submit { |
| 288 |
color: #00b5e2; |
| 289 |
text-shadow: none; |
| 290 |
font-size: 16px; |
| 291 |
font-weight: 700; |
| 292 |
padding: 10px 20px; |
| 293 |
line-height: 20px; |
| 294 |
background: white; |
| 295 |
height: auto; |
| 296 |
box-shadow: none; |
| 297 |
border: 2px solid #00b5e2; |
| 298 |
} |
| 299 |
|
| 300 |
.kt-main .form-table th { |
| 301 |
line-height: 40px; |
| 302 |
padding: 15px 10px 0 0; |
| 303 |
} |
| 304 |
|
| 305 |
.kt-main a { |
| 306 |
color: #00b5e2; |
| 307 |
} |
| 308 |
|
| 309 |
.kt-main .submit input#submit:hover { |
| 310 |
color: #fff; |
| 311 |
background: #00b5e2; |
| 312 |
} |
| 313 |
.kt-main input[type='text'] { |
| 314 |
margin-right: 5px; |
| 315 |
} |
| 316 |
.kt-main .form-table td input[type=checkbox], .kt-main .form-table td span.description { |
| 317 |
line-height: 35px; |
| 318 |
} |
| 319 |
.kad-helpful-links a { |
| 320 |
display: block; |
| 321 |
padding: 10px 0; |
| 322 |
font-size: 16px; |
| 323 |
font-weight: 300; |
| 324 |
cursor: pointer; |
| 325 |
} |
| 326 |
h4.kt-next-section { |
| 327 |
margin-top: 20px; |
| 328 |
} |
| 329 |
ul.celist{ list-style-type: square; list-style-position:inside; } |
| 330 |
.hidden {visibility:hidden;} |
| 331 |
.alert { background-color: #fffedf; font-weight: bold; padding: 10px; text-align: center; } |
| 332 |
.icon-pos { |
| 333 |
padding-right:10px; |
| 334 |
padding-left:10px; |
| 335 |
/* Positions icon from the top */ |
| 336 |
position: relative; |
| 337 |
top: 3px; |
| 338 |
} |
| 339 |
.kt-main input[type='text'], |
| 340 |
.kt-main textarea { |
| 341 |
width: 90%; |
| 342 |
box-sizing: border-box; |
| 343 |
-moz-box-sizing: border-box; |
| 344 |
-webkit-box-sizing: border-box; |
| 345 |
} |
| 346 |
|
| 347 |
.kad-recomended-plugins.kt-main { |
| 348 |
max-width: 100%; |
| 349 |
} |
| 350 |
.kt_plugin_box h5 { |
| 351 |
margin: 0; |
| 352 |
color: #777; |
| 353 |
border: 1px solid #777; |
| 354 |
display: inline-block; |
| 355 |
padding: 0 6px; |
| 356 |
} |
| 357 |
|
| 358 |
a.kt_plugin_button { |
| 359 |
text-decoration: none; |
| 360 |
color: white; |
| 361 |
padding: 6px 18px; |
| 362 |
display: inline-block; |
| 363 |
} |
| 364 |
.kt_plugin_box { |
| 365 |
padding: 20px; |
| 366 |
width: 46%; |
| 367 |
float: left; |
| 368 |
margin-right: 2%; |
| 369 |
border: 5px solid #eee; |
| 370 |
margin-left: 2%; |
| 371 |
margin-bottom: 2%; |
| 372 |
margin-top: 2%; |
| 373 |
border-radius: 10px; |
| 374 |
text-align: center; |
| 375 |
box-sizing: border-box; |
| 376 |
} |
| 377 |
.kt_plugin_box span { |
| 378 |
display: block; |
| 379 |
margin-top: 5px; |
| 380 |
font-style: italic; |
| 381 |
} |
| 382 |
.kt_plugin_box p { |
| 383 |
min-height: 60px; |
| 384 |
font-size: 14px; |
| 385 |
} |
| 386 |
.kt_plugin_box img { |
| 387 |
max-width: 100%; |
| 388 |
} |
| 389 |
.kad-recomended-plugins h5.activated { |
| 390 |
background: #00b5e2; |
| 391 |
color: white; |
| 392 |
border: 0; |
| 393 |
padding: 8px 12px; |
| 394 |
letter-spacing: 1px; |
| 395 |
display: block; |
| 396 |
text-transform: uppercase; |
| 397 |
margin-top: -5px; |
| 398 |
} |
| 399 |
.kad-recomended-plugins h5.activated.plugin-installed { |
| 400 |
background: #444; |
| 401 |
} |
| 402 |
.kad-recomended-plugins h5.activated.plugin-not-installed { |
| 403 |
background: #eee; |
| 404 |
color: #444; |
| 405 |
} |
| 406 |
.kt_plugin_box.builder_box { |
| 407 |
margin-left: 0; |
| 408 |
margin-right: 0; |
| 409 |
width: 100%; |
| 410 |
float: none; |
| 411 |
border-radius: 10px; |
| 412 |
} |
| 413 |
|
| 414 |
.builder_box_inner { |
| 415 |
display: flex; |
| 416 |
display: flex; |
| 417 |
display: -webkit-flex; |
| 418 |
display: -ms-flexbox; |
| 419 |
display: -ms-flex; |
| 420 |
display: flex; |
| 421 |
-webkit-align-items: center; |
| 422 |
-ms-align-items: center; |
| 423 |
align-items: center; |
| 424 |
-webkit-justify-content: center; |
| 425 |
-ms-justify-content: center; |
| 426 |
justify-content: center; |
| 427 |
flex-direction: row; |
| 428 |
} |
| 429 |
|
| 430 |
.builder_box_content { |
| 431 |
text-align: left; |
| 432 |
padding-left: 15px; |
| 433 |
width: 55%; |
| 434 |
} |
| 435 |
|
| 436 |
.builder_box_content p { |
| 437 |
max-width: 700px; |
| 438 |
min-height: 0; |
| 439 |
font-size: 14px; |
| 440 |
} |
| 441 |
.kt-main .builder_box_content h2 { |
| 442 |
text-align: left; |
| 443 |
font-size: 28px; |
| 444 |
margin-top: 10px; |
| 445 |
} |
| 446 |
.builder_box_image { |
| 447 |
position: relative; |
| 448 |
padding-right: 15px; |
| 449 |
padding-bottom: 20px; |
| 450 |
width: 45%; |
| 451 |
} |
| 452 |
|
| 453 |
.builder_box_inner h5.activated { |
| 454 |
position: absolute; |
| 455 |
left: 0; |
| 456 |
bottom: 0; |
| 457 |
background: #00b5e2; |
| 458 |
color: white; |
| 459 |
border: 0; |
| 460 |
right: 15px; |
| 461 |
padding: 8px 12px; |
| 462 |
letter-spacing: 1px; |
| 463 |
text-transform: uppercase; |
| 464 |
} |
| 465 |
.builder_box_inner h5.activated.plugin-installed { |
| 466 |
background: #444; |
| 467 |
} |
| 468 |
.builder_box_inner h5.activated.plugin-not-installed { |
| 469 |
background: #eee; |
| 470 |
color: #444; |
| 471 |
} |
| 472 |
.kt_theme_welcome .builder_box_inner h4 { |
| 473 |
border-bottom: 1px solid #ddd; |
| 474 |
margin-bottom: 5px; |
| 475 |
font-weight: bold; |
| 476 |
color: #333; |
| 477 |
} |
| 478 |
|
| 479 |
.kt_theme_welcome .builder_box_inner .kt-pros-cons h4 { |
| 480 |
color: #912d2d; |
| 481 |
} |
| 482 |
|
| 483 |
.kt_theme_welcome .builder_box_inner .kt-pros-cons.kt-pros h4 { |
| 484 |
color:#244e88; |
| 485 |
} |
| 486 |
.kt_suggest_section a.kt_plugin_button { |
| 487 |
border-radius: 4px; |
| 488 |
line-height: 30px; |
| 489 |
padding: 6px 18px; |
| 490 |
font-size: 14px; |
| 491 |
border: 2px solid #00b5e2; |
| 492 |
background: #00b5e2; |
| 493 |
font-weight: bold; |
| 494 |
color:white; |
| 495 |
box-shadow: none; |
| 496 |
height: auto; |
| 497 |
vertical-align: middle; |
| 498 |
} |
| 499 |
.kt_suggest_section a.kt_plugin_button:hover { |
| 500 |
border: 2px solid #00b5e2; |
| 501 |
color: #00b5e2; |
| 502 |
background: white; |
| 503 |
} |
| 504 |
.builder_box_inner ul li { |
| 505 |
list-style-type: disc; |
| 506 |
list-style-position: outside; |
| 507 |
font-weight: bold; |
| 508 |
} |
| 509 |
.kt-pros-cons { |
| 510 |
float: left; |
| 511 |
width: 46%; |
| 512 |
font-size: 12px; |
| 513 |
} |
| 514 |
.kt-pros-cons.kt-pros { |
| 515 |
margin-right: 8%; |
| 516 |
} |
| 517 |
.kt-pros-cons ul { |
| 518 |
padding-left: 20px; |
| 519 |
} |
| 520 |
.kad-featured-items { |
| 521 |
background: #fff; |
| 522 |
max-width: 100%; |
| 523 |
padding: 20px 25px; |
| 524 |
} |
| 525 |
.kad-featured-items h2 { |
| 526 |
font-size: 30px; |
| 527 |
margin: 30px 0 30px; |
| 528 |
font-weight: 300; |
| 529 |
text-align: center; |
| 530 |
} |
| 531 |
.featured-row { |
| 532 |
margin-left: -10px; |
| 533 |
margin-right: -10px; |
| 534 |
padding-bottom: 20px |
| 535 |
} |
| 536 |
.featured-row:after { |
| 537 |
display: table; |
| 538 |
content: ''; |
| 539 |
clear: both; |
| 540 |
} |
| 541 |
.kad-featured-items .featured { |
| 542 |
float: left; |
| 543 |
width: 50%; |
| 544 |
padding: 10px 20px; |
| 545 |
box-sizing: border-box; |
| 546 |
} |
| 547 |
.kad-featured-items .featured img { |
| 548 |
max-width: 100%; |
| 549 |
} |
| 550 |
.kad-featured-items .featured h4 { |
| 551 |
font-weight: bold; |
| 552 |
letter-spacing: 1px; |
| 553 |
text-transform: uppercase; |
| 554 |
padding-bottom: 0; |
| 555 |
margin-bottom: 8px; |
| 556 |
margin-top: 10px; |
| 557 |
color: #555; |
| 558 |
} |
| 559 |
.kad-featured-items .featured a.kt-feat-btn { |
| 560 |
border: 2px solid #444; |
| 561 |
display:inline-block; |
| 562 |
padding:8px 12px; |
| 563 |
border-radius: 3px; |
| 564 |
color: #444; |
| 565 |
} |
| 566 |
.kad-featured-items .featured a.kt-feat-btn:hover { |
| 567 |
border: 2px solid #444; |
| 568 |
background:#444; |
| 569 |
color: #fff; |
| 570 |
} |
| 571 |
.kt-main p.kt-subtitle { |
| 572 |
font-size: 16px; |
| 573 |
text-align: center; |
| 574 |
max-width: 800px; |
| 575 |
margin: 0 auto 20px; |
| 576 |
} |
| 577 |
.kad-featured-items .featured p { |
| 578 |
font-size: 14px; |
| 579 |
} |
| 580 |
.kad-featured-items .featured a { |
| 581 |
text-decoration: none; |
| 582 |
display: block; |
| 583 |
} |
| 584 |
|
| 585 |
.kad-featured-items .featured h5 { |
| 586 |
color: #00b5e2; |
| 587 |
} |