| 1 | /** |
| 2 | * Global Styles for older IE versions (previous to IE9). |
| 3 | */ |
| 4 | |
| 5 | pre, |
| 6 | fieldset, |
| 7 | table, |
| 8 | th, |
| 9 | td, |
| 10 | input, |
| 11 | textarea { |
| 12 | border: 1px solid #e5e5e5; |
| 13 | } |
| 14 | |
| 15 | hr { |
| 16 | background-color: #e5e5e5; |
| 17 | } |
| 18 | |
| 19 | button, |
| 20 | input, |
| 21 | select, |
| 22 | textarea { |
| 23 | vertical-align: middle; |
| 24 | } |
| 25 | |
| 26 | |
| 27 | input:focus, |
| 28 | textarea:focus { |
| 29 | border: 1px solid #b2b2b2; |
| 30 | } |
| 31 | |
| 32 | .site-content blockquote.alignleft, |
| 33 | .site-content blockquote.alignright { |
| 34 | border-top: 1px solid #e5e5e5; |
| 35 | border-bottom: 1px solid #e5e5e5; |
| 36 | } |
| 37 | |
| 38 | .post-thumbnail, |
| 39 | a.post-thumbnail:hover { |
| 40 | background: transparent; |
| 41 | } |
| 42 | |
| 43 | .list-view .site-content .hentry { |
| 44 | border-top: 1px solid #e5e5e5; |
| 45 | padding-top: 48px; |
| 46 | } |
| 47 | |
| 48 | .gallery-caption { |
| 49 | background: #000; |
| 50 | filter: alpha(opacity=0); |
| 51 | } |
| 52 | |
| 53 | .gallery-item:hover .gallery-caption { |
| 54 | filter: alpha(opacity=70); |
| 55 | } |
| 56 | |
| 57 | .nav-links { |
| 58 | border-top: 1px solid #e5e5e5; |
| 59 | } |
| 60 | |
| 61 | .post-navigation a, |
| 62 | .image-navigation .previous-image, |
| 63 | .image-navigation .next-image, |
| 64 | .contributor { |
| 65 | border-bottom: 1px solid #e5e5e5; |
| 66 | } |
| 67 | |
| 68 | .contributor-avatar, |
| 69 | .comment-author .avatar { |
| 70 | border: 1px solid #e5e5e5; |
| 71 | } |
| 72 | |
| 73 | .comment-list article, |
| 74 | .comment-list .pingback, |
| 75 | .comment-list .trackback { |
| 76 | border-top: 1px solid #e5e5e5; |
| 77 | } |
| 78 | |
| 79 | .comment-list .reply { |
| 80 | margin-top: 0; |
| 81 | } |
| 82 | |
| 83 | #secondary { |
| 84 | color: #b3b3b3; |
| 85 | } |
| 86 | |
| 87 | .widget abbr[title] { |
| 88 | border-color: #b3b3b3; |
| 89 | } |
| 90 | |
| 91 | .widget pre, |
| 92 | .widget fieldset, |
| 93 | .widget table, |
| 94 | .widget th, |
| 95 | .widget td, |
| 96 | .widget input, |
| 97 | .widget textarea { |
| 98 | border-color: #4d4d4d; |
| 99 | } |
| 100 | |
| 101 | .widget blockquote, |
| 102 | .widget .wp-caption, |
| 103 | .widget_twentyfourteen_ephemera .entry-meta a { |
| 104 | color: #b3b3b3; |
| 105 | } |
| 106 | |
| 107 | .widget del { |
| 108 | color: #666; |
| 109 | } |
| 110 | |
| 111 | .widget hr { |
| 112 | background-color: #4d4d4d; |
| 113 | } |
| 114 | |
| 115 | .widget input, |
| 116 | .widget textarea { |
| 117 | background-color: #1a1a1a; |
| 118 | } |
| 119 | |
| 120 | .widget input:focus, |
| 121 | .widget textarea:focus { |
| 122 | border-color: #262626; |
| 123 | } |
| 124 | |
| 125 | .widget_calendar thead th { |
| 126 | background-color: #1a1a1a; |
| 127 | } |
| 128 | |
| 129 | .widget_twentyfourteen_ephemera > ol > li { |
| 130 | border-bottom: 1px solid #4d4d4d; |
| 131 | } |
| 132 | |
| 133 | .widget_archive li, |
| 134 | .widget_categories li, |
| 135 | .widget_links li, |
| 136 | .widget_meta li, |
| 137 | .widget_nav_menu li, |
| 138 | .widget_pages li, |
| 139 | .widget_recent_comments li, |
| 140 | .widget_recent_entries li { |
| 141 | border-top: 1px solid #4d4d4d; |
| 142 | } |
| 143 | |
| 144 | .content-sidebar .widget pre, |
| 145 | .content-sidebar .widget fieldset, |
| 146 | .content-sidebar .widget table, |
| 147 | .content-sidebar .widget th, |
| 148 | .content-sidebar .widget td, |
| 149 | .content-sidebar .widget input, |
| 150 | .content-sidebar .widget textarea, |
| 151 | .content-sidebar .widget_archive li, |
| 152 | .content-sidebar .widget_categories li, |
| 153 | .content-sidebar .widget_links li, |
| 154 | .content-sidebar .widget_meta li, |
| 155 | .content-sidebar .widget_nav_menu li, |
| 156 | .content-sidebar .widget_pages li, |
| 157 | .content-sidebar .widget_recent_comments li, |
| 158 | .content-sidebar .widget_recent_entries li { |
| 159 | border-color: #e5e5e5; |
| 160 | } |
| 161 | |
| 162 | .content-sidebar .widget hr { |
| 163 | background-color: #e5e5e5; |
| 164 | } |
| 165 | |
| 166 | .content-sidebar .widget input:focus, |
| 167 | .content-sidebar .widget textarea:focus { |
| 168 | border: 1px solid #b2b2b2; |
| 169 | } |
| 170 | |
| 171 | .content-sidebar .widget_calendar thead th { |
| 172 | background-color: #fafafa; |
| 173 | } |
| 174 | |
| 175 | .content-sidebar .widget_twentyfourteen_ephemera > ol > li { |
| 176 | border-bottom: 1px solid #e5e5e5; |
| 177 | } |
| 178 | |
| 179 | .site-footer, |
| 180 | .site-info, |
| 181 | .site-info a { |
| 182 | color: #b3b3b3; |
| 183 | } |
| 184 | |
| 185 | #supplementary + .site-info { |
| 186 | border-top: 1px solid #4d4d4d; |
| 187 | } |
| 188 | |
| 189 | .featured-content { |
| 190 | background: #000; |
| 191 | } |
| 192 | |
| 193 | |
| 194 | /** |
| 195 | * Internet Explorer 8 |
| 196 | */ |
| 197 | |
| 198 | .ie8 img.size-full, |
| 199 | .ie8 img.size-large, |
| 200 | .ie8 img.header-image, |
| 201 | .ie8 img.wp-post-image, |
| 202 | .ie8 img[class*="align"], |
| 203 | .ie8 img[class*="wp-image-"], |
| 204 | .ie8 img[class*="attachment-"] { |
| 205 | height: auto; |
| 206 | width: auto; /* Prevent stretching of full-size and large-size images with height and width attributes in IE8 */ |
| 207 | } |
| 208 | |
| 209 | .ie8 .full-size-link:before, |
| 210 | .ie8 .parent-post-link:before, |
| 211 | .ie8 .site-content span + .byline:before, |
| 212 | .ie8 .site-content span + .comments-link:before, |
| 213 | .ie8 .site-content span + .edit-link:before, |
| 214 | .ie8 .site-content span + .entry-date:before { |
| 215 | content: ""; |
| 216 | } |
| 217 | |
| 218 | .ie8 .attachment span.entry-date:before, |
| 219 | .ie8 .entry-content .edit-link a:before, |
| 220 | .ie8 .entry-meta .edit-link a:before, |
| 221 | .ie8 .site-content .byline a:before, |
| 222 | .ie8 .site-content .comments-link a:before, |
| 223 | .ie8 .site-content .entry-date a:before, |
| 224 | .ie8 .site-content .featured-post:before, |
| 225 | .ie8 .site-content .full-size-link a:before, |
| 226 | .ie8 .site-content .parent-post-link a:before, |
| 227 | .ie8 .site-content .post-format a:before { |
| 228 | display: inline-block; |
| 229 | font: normal 16px/1 Genericons; |
| 230 | text-decoration: inherit; |
| 231 | vertical-align: text-bottom; |
| 232 | } |
| 233 | |
| 234 | .ie8 .site-content .entry-meta > span { |
| 235 | margin-right: 10px; |
| 236 | } |
| 237 | |
| 238 | .ie8 .site-content .format-video .post-format a:before { |
| 239 | content: "\f104"; |
| 240 | } |
| 241 | |
| 242 | .ie8 .site-content .format-audio .post-format a:before { |
| 243 | content: "\f109"; |
| 244 | } |
| 245 | |
| 246 | .ie8 .site-content .format-image .post-format a:before { |
| 247 | content: "\f473"; |
| 248 | position: relative; |
| 249 | top: 1px; |
| 250 | } |
| 251 | |
| 252 | .ie8 .site-content .format-quote .post-format a:before { |
| 253 | content: "\f106"; |
| 254 | margin-right: 2px; |
| 255 | } |
| 256 | |
| 257 | .ie8 .site-content .format-gallery .post-format a:before { |
| 258 | content: "\f103"; |
| 259 | margin-right: 4px; |
| 260 | } |
| 261 | |
| 262 | .ie8 .site-content .format-aside .post-format a:before { |
| 263 | content: "\f101"; |
| 264 | margin-right: 2px; |
| 265 | } |
| 266 | |
| 267 | .ie8 .site-content .format-link .post-format a:before { |
| 268 | content: "\f107"; |
| 269 | position: relative; |
| 270 | top: 1px; |
| 271 | } |
| 272 | |
| 273 | .ie8 .site-content .featured-post:before { |
| 274 | content: "\f308"; |
| 275 | margin-right: 3px; |
| 276 | position: relative; |
| 277 | top: 1px; |
| 278 | } |
| 279 | |
| 280 | .ie8 .site-content .entry-date a:before, |
| 281 | .ie8 .attachment .site-content span.entry-date:before { |
| 282 | content: "\f303"; |
| 283 | margin-right: 1px; |
| 284 | position: relative; |
| 285 | top: 1px; |
| 286 | } |
| 287 | |
| 288 | .ie8 .site-content .byline a:before { |
| 289 | content: "\f304"; |
| 290 | } |
| 291 | |
| 292 | .ie8 .site-content .comments-link a:before { |
| 293 | content: "\f300"; |
| 294 | margin-right: 2px; |
| 295 | } |
| 296 | |
| 297 | .ie8 .entry-content .edit-link a:before, |
| 298 | .ie8 .entry-meta .edit-link a:before { |
| 299 | content: "\f411"; |
| 300 | } |
| 301 | |
| 302 | .ie8 .site-content .full-size-link a:before { |
| 303 | content: "\f402"; |
| 304 | margin-right: 1px; |
| 305 | } |
| 306 | |
| 307 | .ie8 .site-content .parent-post-link a:before { |
| 308 | content: "\f301"; |
| 309 | } |
| 310 | |
| 311 | .ie8 .main-content { |
| 312 | float: left; |
| 313 | } |
| 314 | |
| 315 | .ie8 .content-area { |
| 316 | float: left; |
| 317 | padding-top: 72px; |
| 318 | width: 100%; |
| 319 | } |
| 320 | |
| 321 | .ie8 .site-content { |
| 322 | margin-right: 29.04761904%; |
| 323 | margin-left: 17.61904761%; |
| 324 | } |
| 325 | |
| 326 | .ie8 .search-box-wrapper, |
| 327 | .ie8 .featured-content { |
| 328 | padding-left: 17.61904761%; |
| 329 | } |
| 330 | |
| 331 | .ie8 .header-main { |
| 332 | padding: 0 0 0 30px; |
| 333 | } |
| 334 | |
| 335 | .ie8 .search-toggle { |
| 336 | margin-right: 0; |
| 337 | } |
| 338 | |
| 339 | .ie8 .search-box .search-field { |
| 340 | width: 324px; |
| 341 | } |
| 342 | |
| 343 | .ie8 .site-navigation li .current_page_item > a, |
| 344 | .ie8 .site-navigation li .current_page_ancestor > a, |
| 345 | .ie8 .site-navigation li .current-menu-item > a, |
| 346 | .ie8 .site-navigation li .current-menu-ancestor > a { |
| 347 | background-color: #000; |
| 348 | } |
| 349 | |
| 350 | .ie8 .primary-navigation { |
| 351 | float: right; |
| 352 | font-size: 11px; |
| 353 | margin: 0 1px 0 -10px; |
| 354 | padding: 0; |
| 355 | text-transform: uppercase; |
| 356 | } |
| 357 | |
| 358 | .ie8 .primary-navigation .menu-toggle { |
| 359 | display: none; |
| 360 | padding: 0; |
| 361 | } |
| 362 | |
| 363 | .ie8 .primary-navigation .nav-menu { |
| 364 | border-bottom: 0; |
| 365 | display: block; |
| 366 | } |
| 367 | |
| 368 | .ie8 .primary-navigation.toggled-on { |
| 369 | border-bottom: 0; |
| 370 | margin: 0; |
| 371 | padding: 0; |
| 372 | } |
| 373 | |
| 374 | .ie8 .primary-navigation li { |
| 375 | border: 0; |
| 376 | display: inline-block; |
| 377 | height: 48px; |
| 378 | line-height: 48px; |
| 379 | position: relative; |
| 380 | } |
| 381 | |
| 382 | .ie8 .primary-navigation a { |
| 383 | display: inline-block; |
| 384 | padding: 0 10px; |
| 385 | white-space: nowrap; |
| 386 | } |
| 387 | |
| 388 | .ie8 .primary-navigation ul ul { |
| 389 | background-color: #24890d; |
| 390 | float: left; |
| 391 | margin: 0; |
| 392 | position: absolute; |
| 393 | top: 48px; |
| 394 | left: -999em; |
| 395 | z-index: 99999; |
| 396 | } |
| 397 | |
| 398 | .ie8 .primary-navigation li li { |
| 399 | border: 0; |
| 400 | display: block; |
| 401 | height: auto; |
| 402 | line-height: 1.0909090909; |
| 403 | } |
| 404 | |
| 405 | .ie8 .primary-navigation ul ul ul { |
| 406 | left: -999em; |
| 407 | top: 0; |
| 408 | } |
| 409 | |
| 410 | .ie8 .primary-navigation ul ul a { |
| 411 | padding: 18px 12px; |
| 412 | white-space: normal; |
| 413 | width: 176px; |
| 414 | } |
| 415 | |
| 416 | .ie8 .primary-navigation li:hover > a, |
| 417 | .ie8 .primary-navigation li.focus > a { |
| 418 | background-color: #24890d; |
| 419 | color: #fff; |
| 420 | } |
| 421 | |
| 422 | .ie8 .primary-navigation ul ul a:hover, |
| 423 | .ie8 .primary-navigation ul ul li.focus > a { |
| 424 | background-color: #41a62a; |
| 425 | } |
| 426 | |
| 427 | .ie8 .primary-navigation ul li:hover > ul, |
| 428 | .ie8 .primary-navigation ul li.focus > ul { |
| 429 | left: auto; |
| 430 | } |
| 431 | |
| 432 | .ie8 .primary-navigation ul ul li:hover > ul, |
| 433 | .ie8 .primary-navigation ul ul li.focus > ul { |
| 434 | left: 100%; |
| 435 | } |
| 436 | |
| 437 | .ie8 .archive-header, |
| 438 | .ie8 .page-header { |
| 439 | margin: 0 auto 60px; |
| 440 | padding: 0 10px; |
| 441 | } |
| 442 | |
| 443 | .ie8 .site-content .has-post-thumbnail .entry-header { |
| 444 | margin-top: -48px; |
| 445 | } |
| 446 | |
| 447 | .ie8 .archive-header, |
| 448 | .ie8 .comments-area, |
| 449 | .ie8 .image-navigation, |
| 450 | .ie8 .page-header, |
| 451 | .ie8 .page-content, |
| 452 | .ie8 .post-navigation, |
| 453 | .ie8 .site-content .entry-header, |
| 454 | .ie8 .site-content .entry-content, |
| 455 | .ie8 .site-content .entry-summary, |
| 456 | .ie8 .site-content footer.entry-meta { |
| 457 | margin-right: 54px; |
| 458 | padding-right: 30px; |
| 459 | padding-left: 30px; |
| 460 | } |
| 461 | |
| 462 | .ie8 .list-view .site-content .hentry:first-child, |
| 463 | .ie8 .list-view .site-content .hentry.has-post-thumbnail { |
| 464 | border-top: 0; |
| 465 | padding-top: 0; |
| 466 | } |
| 467 | |
| 468 | .ie8 .comment-list .trackback, |
| 469 | .ie8 .comment-list .pingback, |
| 470 | .ie8 .comment-list article { |
| 471 | margin-bottom: 36px; |
| 472 | padding-top: 36px; |
| 473 | } |
| 474 | |
| 475 | .ie8 .comment-author .avatar { |
| 476 | height: 34px; |
| 477 | top: 2px; |
| 478 | width: 34px; |
| 479 | } |
| 480 | |
| 481 | .ie8 .comment-author, |
| 482 | .ie8 .comment-content, |
| 483 | .ie8 .comment-list .reply, |
| 484 | .ie8 .comment-metadata { |
| 485 | padding-left: 50px; |
| 486 | } |
| 487 | |
| 488 | .ie8 .comment-list .children { |
| 489 | margin-left: 20px; |
| 490 | } |
| 491 | |
| 492 | .ie8 .full-width .site-content { |
| 493 | margin-right: 0; |
| 494 | } |
| 495 | |
| 496 | .ie8 .full-width .archive-header, |
| 497 | .ie8 .full-width .comments-area, |
| 498 | .ie8 .full-width .image-navigation, |
| 499 | .ie8 .full-width .page-header, |
| 500 | .ie8 .full-width .page-content, |
| 501 | .ie8 .full-width .post-navigation, |
| 502 | .ie8 .full-width .site-content .entry-header, |
| 503 | .ie8 .full-width .site-content .entry-content, |
| 504 | .ie8 .full-width .site-content .entry-summary, |
| 505 | .ie8 .full-width .site-content footer.entry-meta { |
| 506 | padding-right: 30px; |
| 507 | padding-left: 30px; |
| 508 | margin-right: auto; |
| 509 | } |
| 510 | |
| 511 | .ie8 .full-width.singular .hentry.has-post-thumbnail { |
| 512 | margin-top: -72px; |
| 513 | } |
| 514 | |
| 515 | |
| 516 | .ie8 .singular .hentry.has-post-thumbnail { |
| 517 | margin-top: 0; |
| 518 | } |
| 519 | |
| 520 | .ie8 .error404 .page-header { |
| 521 | margin-bottom: 24px; |
| 522 | } |
| 523 | |
| 524 | .ie8 .contributor-avatar { |
| 525 | margin-left: -168px; |
| 526 | } |
| 527 | |
| 528 | .ie8 .contributor-summary { |
| 529 | float: left; |
| 530 | } |
| 531 | |
| 532 | .ie8 .site:before { |
| 533 | background-color: #000; |
| 534 | content: ""; |
| 535 | display: block; |
| 536 | height: 100%; |
| 537 | min-height: 100%; |
| 538 | position: absolute; |
| 539 | top: 0; |
| 540 | left: 0; |
| 541 | width: 17.61904761%; |
| 542 | z-index: 2; |
| 543 | } |
| 544 | |
| 545 | .ie8 #secondary { |
| 546 | border: 0; |
| 547 | clear: none; |
| 548 | color: #b3b3b3; |
| 549 | float: left; |
| 550 | margin: 0 0 0 -100%; |
| 551 | min-height: 100vh; |
| 552 | padding: 0 30px; |
| 553 | width: 12.85714285%; |
| 554 | } |
| 555 | |
| 556 | .ie8 .site-description { |
| 557 | display: block; |
| 558 | margin: -3px 0 21px; |
| 559 | } |
| 560 | |
| 561 | .ie8 .secondary-navigation { |
| 562 | margin: 0 -30px 48px; |
| 563 | width: calc(100% + 60px); |
| 564 | } |
| 565 | |
| 566 | .ie8 .secondary-navigation li { |
| 567 | border-top: 1px solid #4d4d4d; |
| 568 | position: relative; |
| 569 | } |
| 570 | |
| 571 | .ie8 .secondary-navigation a { |
| 572 | padding: 10px 30px; |
| 573 | } |
| 574 | |
| 575 | .ie8 .secondary-navigation ul ul { |
| 576 | background-color: #24890d; |
| 577 | position: absolute; |
| 578 | top: 0; |
| 579 | left: -999em; |
| 580 | width: 222px; |
| 581 | z-index: 99999; |
| 582 | } |
| 583 | |
| 584 | .ie8 .secondary-navigation li li { |
| 585 | border-top: 0; |
| 586 | } |
| 587 | |
| 588 | .ie8 .secondary-navigation li:hover > a, |
| 589 | .ie8 .secondary-navigation li.focus > a { |
| 590 | background-color: #24890d; |
| 591 | color: #fff; |
| 592 | } |
| 593 | |
| 594 | .ie8 .secondary-navigation ul ul a:hover, |
| 595 | .ie8 .secondary-navigation ul ul li.focus > a { |
| 596 | background-color: #41a62a; |
| 597 | } |
| 598 | |
| 599 | .ie8 .secondary-navigation ul li:hover > ul, |
| 600 | .ie8 .secondary-navigation ul li.focus > ul { |
| 601 | left: 202px; |
| 602 | } |
| 603 | |
| 604 | .ie8 .content-sidebar { |
| 605 | border: 0; |
| 606 | float: right; |
| 607 | margin-left: -29.04761904%; |
| 608 | padding: 72px 30px 24px; |
| 609 | width: 29.04761904%; |
| 610 | } |
| 611 | |
| 612 | .ie8 #supplementary { |
| 613 | padding: 0; |
| 614 | } |
| 615 | |
| 616 | .ie8 .footer-sidebar { |
| 617 | font-size: 12px; |
| 618 | line-height: 1.5; |
| 619 | } |
| 620 | |
| 621 | .ie8 .footer-sidebar .widget, |
| 622 | .ie8 .primary-sidebar .widget { |
| 623 | font-size: 12px; |
| 624 | line-height: 1.5; |
| 625 | } |
| 626 | |
| 627 | .ie8 .footer-sidebar .widget { |
| 628 | -webkit-box-sizing: border-box; |
| 629 | -moz-box-sizing: border-box; |
| 630 | box-sizing: border-box; |
| 631 | float: left; |
| 632 | padding: 0 30px; |
| 633 | width: 25%; |
| 634 | } |
| 635 | |
| 636 | .ie8 .footer-sidebar .widget h1, |
| 637 | .ie8 .primary-sidebar .widget h1 { |
| 638 | font-size: 20px; |
| 639 | line-height: 1.2; |
| 640 | } |
| 641 | |
| 642 | .ie8 .footer-sidebar .widget h2, |
| 643 | .ie8 .primary-sidebar .widget h2 { |
| 644 | font-size: 18px; |
| 645 | line-height: 1.3333333333; |
| 646 | } |
| 647 | |
| 648 | .ie8 .footer-sidebar .widget h3, |
| 649 | .ie8 .primary-sidebar .widget h3 { |
| 650 | font-size: 16px; |
| 651 | line-height: 1.5; |
| 652 | } |
| 653 | |
| 654 | .ie8 .footer-sidebar .widget h4, |
| 655 | .ie8 .primary-sidebar .widget h4 { |
| 656 | font-size: 14px; |
| 657 | line-height: 1.7142857142; |
| 658 | } |
| 659 | |
| 660 | .ie8 .footer-sidebar .widget h5, |
| 661 | .ie8 .primary-sidebar .widget h5 { |
| 662 | font-size: 12px; |
| 663 | line-height: 2; |
| 664 | } |
| 665 | |
| 666 | .ie8 .footer-sidebar .widget h6, |
| 667 | .ie8 .primary-sidebar .widget h6 { |
| 668 | font-size: 11px; |
| 669 | line-height: 2.1818181818; |
| 670 | } |
| 671 | |
| 672 | .ie8 .footer-sidebar .widget code, |
| 673 | .ie8 .footer-sidebar .widget kbd, |
| 674 | .ie8 .footer-sidebar .widget tt, |
| 675 | .ie8 .footer-sidebar .widget var, |
| 676 | .ie8 .footer-sidebar .widget samp, |
| 677 | .ie8 .footer-sidebar .widget pre, |
| 678 | .ie8 .primary-sidebar .widget code, |
| 679 | .ie8 .primary-sidebar .widget kbd, |
| 680 | .ie8 .primary-sidebar .widget tt, |
| 681 | .ie8 .primary-sidebar .widget var, |
| 682 | .ie8 .primary-sidebar .widget samp, |
| 683 | .ie8 .primary-sidebar .widget pre { |
| 684 | font-size: 11px; |
| 685 | line-height: 1.6363636363; |
| 686 | } |
| 687 | |
| 688 | .ie8 .footer-sidebar .widget blockquote, |
| 689 | .ie8 .primary-sidebar .widget blockquote { |
| 690 | font-size: 14px; |
| 691 | line-height: 1.2857142857; |
| 692 | } |
| 693 | |
| 694 | .ie8 .footer-sidebar .widget blockquote cite, |
| 695 | .ie8 .primary-sidebar .widget blockquote cite { |
| 696 | font-size: 12px; |
| 697 | line-height: 1.5; |
| 698 | } |
| 699 | |
| 700 | .ie8 .footer-sidebar .widget input, |
| 701 | .ie8 .footer-sidebar .widget textarea, |
| 702 | .ie8 .primary-sidebar .widget input, |
| 703 | .ie8 .primary-sidebar .widget textarea { |
| 704 | font-size: 12px; |
| 705 | padding: 3px 2px 4px 4px; |
| 706 | } |
| 707 | |
| 708 | .ie8 .footer-sidebar .widget input[type="button"], |
| 709 | .ie8 .footer-sidebar .widget input[type="reset"], |
| 710 | .ie8 .footer-sidebar .widget input[type="submit"], |
| 711 | .ie8 .primary-sidebar .widget input[type="button"], |
| 712 | .ie8 .primary-sidebar .widget input[type="reset"], |
| 713 | .ie8 .primary-sidebar .widget input[type="submit"] { |
| 714 | padding: 5px 15px 4px; |
| 715 | } |
| 716 | |
| 717 | .ie8 .footer-sidebar .widget .widget-title, |
| 718 | .ie8 .primary-sidebar .widget .widget-title { |
| 719 | font-size: 11px; |
| 720 | font-weight: 700; |
| 721 | line-height: 1.6363636363; |
| 722 | margin-bottom: 18px; |
| 723 | } |
| 724 | |
| 725 | .ie8 .footer-sidebar .widget_twentyfourteen_ephemera .entry-title, |
| 726 | .ie8 .footer-sidebar .widget_twentyfourteen_ephemera .entry-meta, |
| 727 | .ie8 .footer-sidebar .widget_twentyfourteen_ephemera .wp-caption-text, |
| 728 | .ie8 .footer-sidebar .widget_twentyfourteen_ephemera .post-format-archive-link, |
| 729 | .ie8 .footer-sidebar .widget_twentyfourteen_ephemera .entry-content table, |
| 730 | .ie8 .primary-sidebar .widget_twentyfourteen_ephemera .entry-title, |
| 731 | .ie8 .primary-sidebar .widget_twentyfourteen_ephemera .entry-meta, |
| 732 | .ie8 .primary-sidebar .widget_twentyfourteen_ephemera .wp-caption-text, |
| 733 | .ie8 .primary-sidebar .widget_twentyfourteen_ephemera .post-format-archive-link, |
| 734 | .ie8 .primary-sidebar .widget_twentyfourteen_ephemera .entry-content table { |
| 735 | font-size: 11px; |
| 736 | line-height: 1.6363636363; |
| 737 | } |
| 738 | |
| 739 | .ie8 .footer-sidebar .widget_archive li, |
| 740 | .ie8 .footer-sidebar .widget_categories li, |
| 741 | .ie8 .footer-sidebar .widget_links li, |
| 742 | .ie8 .footer-sidebar .widget_meta li, |
| 743 | .ie8 .footer-sidebar .widget_nav_menu li, |
| 744 | .ie8 .footer-sidebar .widget_pages li, |
| 745 | .ie8 .footer-sidebar .widget_recent_comments li, |
| 746 | .ie8 .footer-sidebar .widget_recent_entries li, |
| 747 | .ie8 .primary-sidebar .widget_archive li, |
| 748 | .ie8 .primary-sidebar .widget_categories li, |
| 749 | .ie8 .primary-sidebar .widget_links li, |
| 750 | .ie8 .primary-sidebar .widget_meta li, |
| 751 | .ie8 .primary-sidebar .widget_nav_menu li, |
| 752 | .ie8 .primary-sidebar .widget_pages li, |
| 753 | .ie8 .primary-sidebar .widget_recent_comments li, |
| 754 | .ie8 .primary-sidebar .widget_recent_entries li { |
| 755 | border-top: 0; |
| 756 | padding: 0; |
| 757 | } |
| 758 | |
| 759 | .ie8 .grid .featured-content .entry-header { |
| 760 | border-color: #000; |
| 761 | border-style: solid; |
| 762 | border-width: 12px 10px; |
| 763 | height: 96px; |
| 764 | padding: 0; |
| 765 | } |
| 766 | |
| 767 | .ie8 .featured-content { |
| 768 | padding-left: 17.61904761%; |
| 769 | } |
| 770 | |
| 771 | .ie8 .grid .featured-content .hentry { |
| 772 | float: left; |
| 773 | width: 33.3333333%; |
| 774 | } |
| 775 | |
| 776 | .ie8 .grid .featured-content .hentry:nth-child( 3n+1 ) { |
| 777 | clear: both; |
| 778 | } |
| 779 | |
| 780 | .ie8 .grid .featured-content .entry-header { |
| 781 | height: 120px; |
| 782 | } |
| 783 | |
| 784 | .ie8 .slider .featured-content .entry-title { |
| 785 | font-size: 33px; |
| 786 | line-height: 1.0909090909; |
| 787 | } |
| 788 | |
| 789 | .ie8 .slider .featured-content .entry-header { |
| 790 | min-height: inherit; |
| 791 | padding: 24px 30px 48px; |
| 792 | position: absolute; |
| 793 | left: 0; |
| 794 | bottom: 0; |
| 795 | width: 50%; |
| 796 | z-index: 3; |
| 797 | } |
| 798 | |
| 799 | .ie8 .slider-control-paging { |
| 800 | background: transparent; |
| 801 | margin-top: -48px; |
| 802 | padding-left: 24px; |
| 803 | width: 50%; |
| 804 | } |
| 805 | |
| 806 | .ie8 .slider-control-paging li { |
| 807 | margin: 12px 12px 12px 0 |
| 808 | } |
| 809 | |
| 810 | .ie8 .slider-control-paging a { |
| 811 | height: 24px; |
| 812 | width: 24px; |
| 813 | } |
| 814 | |
| 815 | .ie8 .slider-control-paging a:before { |
| 816 | top: 6px; |
| 817 | left: 6px; |
| 818 | } |
| 819 | |
| 820 | .ie8 .slider-direction-nav { |
| 821 | clear: none; |
| 822 | float: right; |
| 823 | margin-top: -48px; |
| 824 | width: 98px; |
| 825 | } |
| 826 | |
| 827 | .ie8 .slider-direction-nav li:first-chile { |
| 828 | padding: 0 1px 0 0; |
| 829 | } |
| 830 | |
| 831 | .ie8 .slider-direction-nav li { |
| 832 | border: 0; |
| 833 | padding: 0 0 0 1px; |
| 834 | } |
| 835 | |
| 836 | .ie8 .slider-direction-nav a { |
| 837 | height: 48px; |
| 838 | } |
| 839 | |
| 840 | .ie8 .slider-direction-nav a:before { |
| 841 | line-height: 48px; |
| 842 | } |
| 843 | |
| 844 | |
| 845 | /** |
| 846 | * Internet Explorer 7 |
| 847 | */ |
| 848 | |
| 849 | .ie7 audio, |
| 850 | .ie7 canvas, |
| 851 | .ie7 video { |
| 852 | display: inline; |
| 853 | zoom: 1; |
| 854 | } |
| 855 | |
| 856 | .ie7 button, |
| 857 | .ie7 input, |
| 858 | .ie7 select, |
| 859 | .ie7 textarea { |
| 860 | vertical-align: middle; |
| 861 | } |
| 862 | |
| 863 | .ie7 button, |
| 864 | .ie7 input[type="button"], |
| 865 | .ie7 input[type="reset"], |
| 866 | .ie7 input[type="submit"] { |
| 867 | overflow: visible; |
| 868 | } |
| 869 | |
| 870 | .ie7 .screen-reader-text { |
| 871 | clip: rect(1px 1px 1px 1px); /* IE7 */ |
| 872 | } |
| 873 | |
| 874 | .ie7 .site, |
| 875 | .ie7 .site-header { |
| 876 | max-width: 100%; |
| 877 | } |
| 878 | |
| 879 | .ie7 .search-toggle { |
| 880 | line-height: 45px; |
| 881 | margin-right: 190px; |
| 882 | padding: 0 20px; |
| 883 | text-transform: uppercase; |
| 884 | width: auto; |
| 885 | } |
| 886 | |
| 887 | .ie7 .search-toggle .screen-reader-text { |
| 888 | color: #fff; |
| 889 | position: relative !important; |
| 890 | } |
| 891 | |
| 892 | .ie7 .search-box { |
| 893 | height: 24px; |
| 894 | padding: 12px 0; |
| 895 | } |
| 896 | |
| 897 | .ie7 .search-box .search-field { |
| 898 | margin: 0 10px; |
| 899 | width: 33%; |
| 900 | } |
| 901 | |
| 902 | .ie7 .site-navigation li { |
| 903 | border-top: 1px solid #4d4d4d; |
| 904 | } |
| 905 | |
| 906 | .ie7 .primary-navigation .nav-menu, |
| 907 | .ie7 .secondary-navigation { |
| 908 | border-bottom: 1px solid #4d4d4d; |
| 909 | } |
| 910 | |
| 911 | .ie7 .secondary-navigation { |
| 912 | margin: 48px auto; |
| 913 | max-width: 474px |
| 914 | } |
| 915 | |
| 916 | .ie7 .content-area { |
| 917 | padding-top: 48px; |
| 918 | } |
| 919 | |
| 920 | .ie7 .hentry { |
| 921 | max-width: 100%; |
| 922 | } |
| 923 | |
| 924 | .ie7 .menu-toggle { |
| 925 | color: #fff; |
| 926 | font-weight: 400; |
| 927 | font-size: 16px; |
| 928 | line-height: 45px; |
| 929 | text-transform: uppercase; |
| 930 | width: 200px; |
| 931 | } |
| 932 | |
| 933 | .ie7 .post-thumbnail img { |
| 934 | display: block; |
| 935 | margin: 0 auto; |
| 936 | } |
| 937 | |
| 938 | .ie7 .tag-links a { |
| 939 | margin-left: 0; |
| 940 | } |
| 941 | |
| 942 | .ie7 .content-sidebar { |
| 943 | padding: 48px 10px; |
| 944 | } |
| 945 | |
| 946 | .ie7 .singular .hentry.has-post-thumbnail { |
| 947 | margin-top: -48px; |
| 948 | } |
| 949 | |
| 950 | .ie7 .entry-meta > span, |
| 951 | .ie7 .widget_twentyfourteen_ephemera .entry-title { |
| 952 | margin-right: 20px; |
| 953 | } |
| 954 | |
| 955 | .ie7 #secondary { |
| 956 | border-bottom: 1px solid #4d4d4d; |
| 957 | } |
| 958 | |
| 959 | .ie7 .content-sidebar { |
| 960 | border-top: 1px solid #e5e5e5; |
| 961 | border-bottom: 1px solid #e5e5e5; |
| 962 | } |
| 963 | |
| 964 | .ie7 .widget { |
| 965 | margin: 0 auto 48px; |
| 966 | max-width: 474px; |
| 967 | } |
| 968 | |
| 969 | .ie7 .content-sidebar .widget_twentyfourteen_ephemera .widget-title { |
| 970 | padding-top: 7px; |
| 971 | } |
| 972 | |
| 973 | .ie7 .slider .featured-content .hentry { |
| 974 | display: block; |
| 975 | } |
| 976 | |
| 977 | .ie7 .featured-content .entry-header { |
| 978 | min-height: 0; |
| 979 | } |
| 980 | |
| 981 | .ie7 .slider-control-paging a { |
| 982 | line-height: 40px; |
| 983 | text-indent: 0; |
| 984 | } |
| 985 | |
| 986 | .ie7 .slider-control-paging .slider-active { |
| 987 | color: #41a62a; |
| 988 | } |
| 989 | |
| 990 | .ie7 .slider-direction-nav { |
| 991 | border-top: 2px solid #fff; |
| 992 | } |
| 993 | |
| 994 | .ie7 .slider-direction-nav li { |
| 995 | border: 0; |
| 996 | width: 49%; |
| 997 | } |
| 998 | |
| 999 | .ie7 .slider-direction-nav a { |
| 1000 | font-size: 16px; |
| 1001 | line-height: 45px; |
| 1002 | text-transform: uppercase; |
| 1003 | } |
| 1004 | |
| 1005 | .ie7 .slider-direction-nav a:hover { |
| 1006 | background-color: #000; |
| 1007 | color: #41a62a; |
| 1008 | } |
| 1009 | |
| 1010 | .ie7 .search-toggle { |
| 1011 | line-height: 45px; |
| 1012 | margin-right: 190px; |
| 1013 | } |
| 1014 | |
| 1015 | .ie7 .featured-content .post-thumbnail, |
| 1016 | .ie7 .slider .featured-content .post-thumbnail { |
| 1017 | padding-top: 0; |
| 1018 | } |
| 1019 | |
| 1020 | .ie7 .featured-content .post-thumbnail img { |
| 1021 | position: relative;; |
| 1022 | } |
| 1023 | |
| 1024 | .ie7 .featured-content .entry-header { |
| 1025 | width: auto; |
| 1026 | } |
| 1027 | |
| 1028 | .ie7 .grid .featured-content .hentry { |
| 1029 | float: left; |
| 1030 | margin: 0 auto; |
| 1031 | max-width: 672px; |
| 1032 | width: 33.333333%; |
| 1033 | } |
| 1034 | |
| 1035 | .ie7 .slider .featured-content .entry-header { |
| 1036 | margin: 0 auto; |
| 1037 | max-width: 1038px; |
| 1038 | } |
| 1039 | |
| 1040 | .ie7 .slider-control-paging { |
| 1041 | float: none; |
| 1042 | margin: -24px auto 0; |
| 1043 | max-width: 1038px; |
| 1044 | width: auto; |
| 1045 | } |
| 1046 | |
| 1047 | |
| 1048 | /** |
| 1049 | * RTL for Internet Explorer 8 & 7 |
| 1050 | */ |
| 1051 | |
| 1052 | .rtl .attachment a, |
| 1053 | .rtl .gallery a, |
| 1054 | .rtl .wp-caption a, |
| 1055 | .rtl .widget_twentyfourteen_ephemera .entry-content a { |
| 1056 | display: inline; |
| 1057 | } |
| 1058 | |
| 1059 | |
| 1060 | /** |
| 1061 | * RTL overrides for Internet Explorer 8 |
| 1062 | */ |
| 1063 | |
| 1064 | .ie8 .rtl .site-content .entry-meta > span { |
| 1065 | margin-right: auto; |
| 1066 | margin-left: 10px; |
| 1067 | } |
| 1068 | |
| 1069 | .ie8 .rtl .site-content .format-quote .post-format a:before { |
| 1070 | margin-right: auto; |
| 1071 | margin-left: 2px; |
| 1072 | } |
| 1073 | |
| 1074 | .ie8 .rtl .site-content .format-gallery .post-format a:before { |
| 1075 | margin-right: auto; |
| 1076 | margin-left: 4px; |
| 1077 | } |
| 1078 | |
| 1079 | .ie8 .rtl .site-content .format-aside .post-format a:before { |
| 1080 | margin-right: auto; |
| 1081 | margin-left: 2px; |
| 1082 | } |
| 1083 | |
| 1084 | .ie8 .rtl .site-content .featured-post:before { |
| 1085 | margin-right: auto; |
| 1086 | margin-left: 3px; |
| 1087 | } |
| 1088 | |
| 1089 | .ie8 .rtl .site-content .entry-date a:before, |
| 1090 | .ie8 .rtl .attachment .site-content span.entry-date:before { |
| 1091 | margin-right: auto; |
| 1092 | margin-left: 1px; |
| 1093 | } |
| 1094 | |
| 1095 | .ie8 .rtl .site-content .comments-link a:before { |
| 1096 | margin-right: auto; |
| 1097 | margin-left: 2px; |
| 1098 | } |
| 1099 | |
| 1100 | .ie8 .rtl .site-content .full-size-link a:before { |
| 1101 | margin-right: auto; |
| 1102 | margin-left: 1px; |
| 1103 | } |
| 1104 | |
| 1105 | .ie8 .rtl .main-content { |
| 1106 | float: right; |
| 1107 | } |
| 1108 | |
| 1109 | .ie8 .rtl .content-area { |
| 1110 | float: right; |
| 1111 | } |
| 1112 | |
| 1113 | .ie8 .rtl .site-content { |
| 1114 | margin-right: 17.61904761%; |
| 1115 | margin-left: 29.04761904%; |
| 1116 | } |
| 1117 | |
| 1118 | .ie8 .rtl .search-box-wrapper, |
| 1119 | .ie8 .rtl .featured-content { |
| 1120 | padding-right: 17.61904761%; |
| 1121 | padding-left: 0; |
| 1122 | } |
| 1123 | |
| 1124 | .ie8 .rtl .header-main { |
| 1125 | padding: 0 30px 0 0; |
| 1126 | } |
| 1127 | |
| 1128 | .ie8 .rtl .search-toggle { |
| 1129 | margin-right: auto; |
| 1130 | margin-left: 0; |
| 1131 | } |
| 1132 | |
| 1133 | .ie8 .rtl .primary-navigation { |
| 1134 | float: left; |
| 1135 | margin: 0 -10px 0 1px; |
| 1136 | } |
| 1137 | |
| 1138 | .ie8 .rtl .primary-navigation ul ul { |
| 1139 | float: right; |
| 1140 | right: -999em; |
| 1141 | left: auto; |
| 1142 | } |
| 1143 | |
| 1144 | .ie8 .rtl .primary-navigation ul ul ul { |
| 1145 | right: -999em; |
| 1146 | left: auto; |
| 1147 | } |
| 1148 | |
| 1149 | .ie8 .rtl .primary-navigation ul li:hover > ul, |
| 1150 | .ie8 .rtl .primary-navigation ul li.focus > ul { |
| 1151 | right: auto; |
| 1152 | left: auto; |
| 1153 | } |
| 1154 | |
| 1155 | .ie8 .rtl .primary-navigation ul ul li:hover > ul, |
| 1156 | .ie8 .rtl .primary-navigation ul ul li.focus > ul { |
| 1157 | right: 100%; |
| 1158 | left: auto; |
| 1159 | } |
| 1160 | |
| 1161 | .ie8 .rtl .tag-links a:before { |
| 1162 | right: -8px; |
| 1163 | } |
| 1164 | |
| 1165 | .ie8 .rtl .archive-header, |
| 1166 | .ie8 .rtl .comments-area, |
| 1167 | .ie8 .rtl .image-navigation, |
| 1168 | .ie8 .rtl .page-header, |
| 1169 | .ie8 .rtl .page-content, |
| 1170 | .ie8 .rtl .post-navigation, |
| 1171 | .ie8 .rtl .site-content .entry-header, |
| 1172 | .ie8 .rtl .site-content .entry-content, |
| 1173 | .ie8 .rtl .site-content .entry-summary, |
| 1174 | .ie8 .rtl .site-content footer.entry-meta { |
| 1175 | margin-right: auto; |
| 1176 | margin-left: 54px; |
| 1177 | } |
| 1178 | |
| 1179 | .ie8 .rtl .comment-author, |
| 1180 | .ie8 .rtl .comment-content, |
| 1181 | .ie8 .rtl .comment-list .reply, |
| 1182 | .ie8 .rtl .comment-metadata { |
| 1183 | padding-right: 50px; |
| 1184 | padding-left: auto; |
| 1185 | } |
| 1186 | |
| 1187 | .ie8 .rtl .comment-list .children { |
| 1188 | margin-right: 20px; |
| 1189 | margin-left: auto; |
| 1190 | } |
| 1191 | |
| 1192 | |
| 1193 | .ie8 .rtl.full-width .site-content { |
| 1194 | margin-left: 0; |
| 1195 | } |
| 1196 | |
| 1197 | .ie8 .rtl.full-width .archive-header, |
| 1198 | .ie8 .rtl.full-width .comments-area, |
| 1199 | .ie8 .rtl.full-width .image-navigation, |
| 1200 | .ie8 .rtl.full-width .page-header, |
| 1201 | .ie8 .rtl.full-width .page-content, |
| 1202 | .ie8 .rtl.full-width .post-navigation, |
| 1203 | .ie8 .rtl.full-width .site-content .entry-header, |
| 1204 | .ie8 .rtl.full-width .site-content .entry-content, |
| 1205 | .ie8 .rtl.full-width .site-content .entry-summary, |
| 1206 | .ie8 .rtl.full-width .site-content footer.entry-meta { |
| 1207 | margin-left: auto; |
| 1208 | } |
| 1209 | |
| 1210 | .ie8 .rtl .contributor-avatar { |
| 1211 | margin-right: -168px; |
| 1212 | margin-left: auto; |
| 1213 | } |
| 1214 | |
| 1215 | .ie8 .rtl .contributor-summary { |
| 1216 | float: right; |
| 1217 | } |
| 1218 | |
| 1219 | .ie8 .rtl .site:before { |
| 1220 | right: 0; |
| 1221 | left: auto; |
| 1222 | } |
| 1223 | |
| 1224 | .ie8 .rtl #secondary { |
| 1225 | float: right; |
| 1226 | margin: 0 -100% 0 0; |
| 1227 | } |
| 1228 | |
| 1229 | .ie8 .rtl .secondary-navigation ul ul { |
| 1230 | right: -999em; |
| 1231 | left: auto; |
| 1232 | } |
| 1233 | |
| 1234 | .ie8 .rtl .secondary-navigation ul li:hover > ul, |
| 1235 | .ie8 .rtl .secondary-navigation ul li.focus > ul { |
| 1236 | right: 202px; |
| 1237 | left: auto; |
| 1238 | } |
| 1239 | |
| 1240 | .ie8 .rtl .content-sidebar { |
| 1241 | float: left; |
| 1242 | margin-right: -29.04761904%; |
| 1243 | margin-left: auto; |
| 1244 | } |
| 1245 | |
| 1246 | .ie8 .rtl .footer-sidebar .widget { |
| 1247 | float: right; |
| 1248 | } |
| 1249 | |
| 1250 | .ie8 .rtl .featured-content { |
| 1251 | padding-right: 17.61904761%; |
| 1252 | padding-left: 0; |
| 1253 | } |
| 1254 | |
| 1255 | .ie8 .rtl.grid .featured-content .hentry { |
| 1256 | float: right; |
| 1257 | } |
| 1258 | |
| 1259 | .ie8 .rtl.slider .featured-content .entry-header { |
| 1260 | right: 0; |
| 1261 | left: auto; |
| 1262 | } |
| 1263 | |
| 1264 | .ie8 .rtl .slider-control-paging { |
| 1265 | padding-right: 24px; |
| 1266 | padding-left: auto; |
| 1267 | } |
| 1268 | |
| 1269 | .ie8 .rtl .slider-control-paging li { |
| 1270 | margin: 12px 0 12px 12px; |
| 1271 | } |
| 1272 | |
| 1273 | .ie8 .rtl .slider-control-paging a:before { |
| 1274 | right: 6px; |
| 1275 | left: auto; |
| 1276 | } |
| 1277 | |
| 1278 | .ie8 .rtl .slider-direction-nav { |
| 1279 | float: left; |
| 1280 | } |
| 1281 | |
| 1282 | .ie8 .rtl .slider-direction-nav li { |
| 1283 | padding: 0 1px 0 0; |
| 1284 | } |
| 1285 | |
| 1286 | .ie8 .rtl .slider-direction-nav li:first-child { |
| 1287 | padding: 0 0 0 1px; |
| 1288 | } |
| 1289 | |
| 1290 | |
| 1291 | /** |
| 1292 | * RTL overrides for Internet Explorer 7 |
| 1293 | */ |
| 1294 | |
| 1295 | .ie7 .rtl.grid .featured-content .hentry { |
| 1296 | float: right; |
| 1297 | } |
| 1298 | |
| 1299 | .ie7 .rtl .slider-control-paging { |
| 1300 | float: none; |
| 1301 | margin: -24px auto 0; |
| 1302 | } |
| 1303 | |
| 1304 | .ie7 .rtl .tag-links a { |
| 1305 | margin-right: 0; |
| 1306 | margin-left: auto; |
| 1307 | } |
| 1308 | |
| 1309 | .ie7 .rtl .search-toggle { |
| 1310 | margin-right: auto; |
| 1311 | margin-left: 190px; |
| 1312 | } |
| 1313 | No newline at end of file |