123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335 |
- /**
- * Global Styles for older IE versions (previous to IE9).
- */
- pre,
- fieldset,
- table,
- th,
- td,
- input,
- textarea {
- border: 1px solid #e5e5e5;
- }
- hr {
- background-color: #e5e5e5;
- }
- button,
- input,
- select,
- textarea {
- vertical-align: middle;
- }
- input:focus,
- textarea:focus {
- border: 1px solid #b2b2b2;
- }
- .site-title {
- max-width: 71%;
- }
- .site-content blockquote.alignleft,
- .site-content blockquote.alignright {
- border-top: 1px solid #e5e5e5;
- border-bottom: 1px solid #e5e5e5;
- }
- .post-thumbnail,
- a.post-thumbnail:hover {
- background: transparent;
- }
- .list-view .site-content .hentry {
- border-top: 1px solid #e5e5e5;
- padding-top: 48px;
- }
- .gallery-caption {
- background: #000;
- filter: alpha(opacity=0);
- }
- .gallery-item:hover .gallery-caption {
- filter: alpha(opacity=70);
- }
- .nav-links {
- border-top: 1px solid #e5e5e5;
- }
- .post-navigation a,
- .image-navigation .previous-image,
- .image-navigation .next-image,
- .contributor {
- border-bottom: 1px solid #e5e5e5;
- }
- .contributor-avatar,
- .comment-author .avatar {
- border: 1px solid #e5e5e5;
- }
- .comment-list article,
- .comment-list .pingback,
- .comment-list .trackback {
- border-top: 1px solid #e5e5e5;
- }
- .comment-list .reply {
- margin-top: 0;
- }
- #secondary {
- color: #b3b3b3;
- }
- .widget abbr[title] {
- border-color: #b3b3b3;
- }
- .widget pre,
- .widget fieldset,
- .widget table,
- .widget th,
- .widget td,
- .widget input,
- .widget textarea {
- border-color: #4d4d4d;
- }
- .widget blockquote,
- .widget .wp-caption,
- .widget_twentyfourteen_ephemera .entry-meta a {
- color: #b3b3b3;
- }
- .widget del {
- color: #666;
- }
- .widget hr {
- background-color: #4d4d4d;
- }
- .widget input,
- .widget textarea {
- background-color: #1a1a1a;
- }
- .widget input:focus,
- .widget textarea:focus {
- border-color: #262626;
- }
- .widget_calendar thead th {
- background-color: #1a1a1a;
- }
- .widget_twentyfourteen_ephemera > ol > li {
- border-bottom: 1px solid #4d4d4d;
- }
- .widget_archive li,
- .widget_categories li,
- .widget_links li,
- .widget_meta li,
- .widget_nav_menu li,
- .widget_pages li,
- .widget_recent_comments li,
- .widget_recent_entries li,
- .widget_categories li ul,
- .widget_nav_menu li ul,
- .widget_pages li ul {
- border-top: 1px solid #4d4d4d;
- }
- .content-sidebar .widget pre,
- .content-sidebar .widget fieldset,
- .content-sidebar .widget table,
- .content-sidebar .widget th,
- .content-sidebar .widget td,
- .content-sidebar .widget input,
- .content-sidebar .widget textarea,
- .content-sidebar .widget_archive li,
- .content-sidebar .widget_categories li,
- .content-sidebar .widget_links li,
- .content-sidebar .widget_meta li,
- .content-sidebar .widget_nav_menu li,
- .content-sidebar .widget_pages li,
- .content-sidebar .widget_recent_comments li,
- .content-sidebar .widget_recent_entries li,
- .content-sidebar .widget_categories li ul,
- .content-sidebar .widget_nav_menu li ul,
- .content-sidebar .widget_pages li ul {
- border-color: #e5e5e5;
- }
- .content-sidebar .widget hr {
- background-color: #e5e5e5;
- }
- .content-sidebar .widget input:focus,
- .content-sidebar .widget textarea:focus {
- border: 1px solid #b2b2b2;
- }
- .content-sidebar .widget_calendar thead th {
- background-color: #fafafa;
- }
- .content-sidebar .widget_twentyfourteen_ephemera > ol > li {
- border-bottom: 1px solid #e5e5e5;
- }
- .site-footer,
- .site-info,
- .site-info a {
- color: #b3b3b3;
- }
- #supplementary + .site-info {
- border-top: 1px solid #4d4d4d;
- }
- .featured-content {
- background: #000;
- }
- /**
- * Internet Explorer 8
- */
- .ie8 img.size-full,
- .ie8 img.size-large,
- .ie8 img.header-image,
- .ie8 img.wp-post-image,
- .ie8 img[class*="align"],
- .ie8 img[class*="wp-image-"],
- .ie8 img[class*="attachment-"] {
- height: auto;
- width: auto; /* Prevent stretching of full-size and large-size images with height and width attributes in IE8 */
- }
- .ie8 .full-size-link:before,
- .ie8 .parent-post-link:before,
- .ie8 .site-content span + .byline:before,
- .ie8 .site-content span + .comments-link:before,
- .ie8 .site-content span + .edit-link:before,
- .ie8 .site-content span + .entry-date:before {
- content: "";
- }
- .ie8 .attachment span.entry-date:before,
- .ie8 .entry-content .edit-link a:before,
- .ie8 .entry-meta .edit-link a:before,
- .ie8 .site-content .byline a:before,
- .ie8 .site-content .comments-link a:before,
- .ie8 .site-content .entry-date a:before,
- .ie8 .site-content .featured-post:before,
- .ie8 .site-content .full-size-link a:before,
- .ie8 .site-content .parent-post-link a:before,
- .ie8 .site-content .post-format a:before {
- display: inline-block;
- font: normal 16px/1 Genericons;
- text-decoration: inherit;
- vertical-align: text-bottom;
- }
- .ie8 .site-content .entry-meta > span {
- margin-right: 10px;
- }
- .ie8 .site-content .format-video .post-format a:before {
- content: "\f104";
- }
- .ie8 .site-content .format-audio .post-format a:before {
- content: "\f109";
- }
- .ie8 .site-content .format-image .post-format a:before {
- content: "\f473";
- position: relative;
- top: 1px;
- }
- .ie8 .site-content .format-quote .post-format a:before {
- content: "\f106";
- margin-right: 2px;
- }
- .ie8 .site-content .format-gallery .post-format a:before {
- content: "\f103";
- margin-right: 4px;
- }
- .ie8 .site-content .format-aside .post-format a:before {
- content: "\f101";
- margin-right: 2px;
- }
- .ie8 .site-content .format-link .post-format a:before {
- content: "\f107";
- position: relative;
- top: 1px;
- }
- .ie8 .site-content .featured-post:before {
- content: "\f308";
- margin-right: 3px;
- position: relative;
- top: 1px;
- }
- .ie8 .site-content .entry-date a:before,
- .ie8 .attachment .site-content span.entry-date:before {
- content: "\f303";
- margin-right: 1px;
- position: relative;
- top: 1px;
- }
- .ie8 .site-content .byline a:before {
- content: "\f304";
- }
- .ie8 .site-content .comments-link a:before {
- content: "\f300";
- margin-right: 2px;
- }
- .ie8 .entry-content .edit-link a:before,
- .ie8 .entry-meta .edit-link a:before {
- content: "\f411";
- }
- .ie8 .site-content .full-size-link a:before {
- content: "\f402";
- margin-right: 1px;
- }
- .ie8 .site-content .parent-post-link a:before {
- content: "\f301";
- }
- .ie8 .main-content {
- float: left;
- }
- .ie8 .content-area {
- float: left;
- padding-top: 72px;
- width: 100%;
- }
- .ie8 .site-content {
- margin-right: 29.04761904%;
- margin-left: 17.61904761%;
- }
- .ie8 .search-box-wrapper,
- .ie8 .featured-content {
- padding-left: 17.61904761%;
- }
- .ie8 .header-main {
- padding: 0 0 0 30px;
- }
- .ie8 .search-toggle {
- margin-right: 0;
- }
- .ie8 .search-box .search-field {
- width: 324px;
- }
- .ie8 .site-navigation li .current_page_item > a,
- .ie8 .site-navigation li .current_page_ancestor > a,
- .ie8 .site-navigation li .current-menu-item > a,
- .ie8 .site-navigation li .current-menu-ancestor > a {
- background-color: #000;
- }
- .ie8 .primary-navigation {
- float: right;
- font-size: 11px;
- margin: 0 1px 0 -10px;
- padding: 0;
- text-transform: uppercase;
- }
- .ie8 .primary-navigation .menu-toggle {
- display: none;
- padding: 0;
- }
- .ie8 .primary-navigation .nav-menu {
- border-bottom: 0;
- display: block;
- }
- .ie8 .primary-navigation.toggled-on {
- border-bottom: 0;
- margin: 0;
- padding: 0;
- }
- .ie8 .primary-navigation li {
- border: 0;
- display: inline-block;
- height: 48px;
- line-height: 48px;
- position: relative;
- }
- .ie8 .primary-navigation a {
- display: inline-block;
- padding: 0 10px;
- white-space: nowrap;
- }
- .ie8 .primary-navigation ul ul {
- background-color: #24890d;
- float: left;
- margin: 0;
- position: absolute;
- top: 48px;
- left: -999em;
- z-index: 99999;
- }
- .ie8 .primary-navigation li li {
- border: 0;
- display: block;
- height: auto;
- line-height: 1.0909090909;
- }
- .ie8 .primary-navigation ul ul ul {
- left: -999em;
- top: 0;
- }
- .ie8 .primary-navigation ul ul a {
- padding: 18px 12px;
- white-space: normal;
- width: 176px;
- }
- .ie8 .primary-navigation li:hover > a,
- .ie8 .primary-navigation li.focus > a {
- background-color: #24890d;
- color: #fff;
- }
- .ie8 .primary-navigation ul ul a:hover,
- .ie8 .primary-navigation ul ul li.focus > a {
- background-color: #41a62a;
- }
- .ie8 .primary-navigation ul li:hover > ul,
- .ie8 .primary-navigation ul li.focus > ul {
- left: auto;
- }
- .ie8 .primary-navigation ul ul li:hover > ul,
- .ie8 .primary-navigation ul ul li.focus > ul {
- left: 100%;
- }
- .ie8 .archive-header,
- .ie8 .page-header {
- margin: 0 auto 60px;
- padding: 0 10px;
- }
- .ie8 .site-content .has-post-thumbnail .entry-header {
- margin-top: -48px;
- }
- .ie8 .archive-header,
- .ie8 .comments-area,
- .ie8 .image-navigation,
- .ie8 .page-header,
- .ie8 .page-content,
- .ie8 .post-navigation,
- .ie8 .site-content .entry-header,
- .ie8 .site-content .entry-content,
- .ie8 .site-content .entry-summary,
- .ie8 .site-content footer.entry-meta {
- margin-right: 54px;
- padding-right: 30px;
- padding-left: 30px;
- }
- .ie8 .list-view .site-content .hentry:first-child,
- .ie8 .list-view .site-content .hentry.has-post-thumbnail {
- border-top: 0;
- padding-top: 0;
- }
- .ie8 .comment-list .trackback,
- .ie8 .comment-list .pingback,
- .ie8 .comment-list article {
- margin-bottom: 36px;
- padding-top: 36px;
- }
- .ie8 .comment-author .avatar {
- height: 34px;
- top: 2px;
- width: 34px;
- }
- .ie8 .comment-author,
- .ie8 .comment-awaiting-moderation,
- .ie8 .comment-content,
- .ie8 .comment-list .reply,
- .ie8 .comment-metadata {
- padding-left: 50px;
- }
- .ie8 .comment-list .children {
- margin-left: 20px;
- }
- .ie8 .full-width .site-content {
- margin-right: 0;
- }
- .ie8 .full-width .archive-header,
- .ie8 .full-width .comments-area,
- .ie8 .full-width .image-navigation,
- .ie8 .full-width .page-header,
- .ie8 .full-width .page-content,
- .ie8 .full-width .post-navigation,
- .ie8 .full-width .site-content .entry-header,
- .ie8 .full-width .site-content .entry-content,
- .ie8 .full-width .site-content .entry-summary,
- .ie8 .full-width .site-content footer.entry-meta {
- padding-right: 30px;
- padding-left: 30px;
- margin-right: auto;
- }
- .ie8 .full-width .hentry.has-post-thumbnail:first-child {
- margin-top: -72px;
- }
- .ie8 .singular .site-content .hentry.has-post-thumbnail {
- margin-top: 0;
- }
- .ie8 .error404 .page-header {
- margin-bottom: 24px;
- }
- .ie8 .contributor-avatar {
- margin-left: -168px;
- }
- .ie8 .contributor-summary {
- float: left;
- }
- .ie8 .site:before {
- background-color: #000;
- content: "";
- display: block;
- height: 100%;
- min-height: 100%;
- position: absolute;
- top: 0;
- left: 0;
- width: 17.61904761%;
- z-index: 2;
- }
- .ie8 #secondary {
- border: 0;
- clear: none;
- color: #b3b3b3;
- float: left;
- margin: 0 0 0 -100%;
- min-height: 100vh;
- padding: 0 30px;
- width: 12.85714285%;
- }
- .ie8 .site-description {
- display: block;
- margin: -3px 0 21px;
- }
- .ie8 .secondary-navigation {
- font-size: 11px;
- margin: 0 -30px 48px;
- width: calc(100% + 60px);
- }
- .ie8 .secondary-navigation li {
- border-top: 1px solid #4d4d4d;
- position: relative;
- }
- .ie8 .secondary-navigation a {
- padding: 10px 30px;
- }
- .ie8 .secondary-navigation ul ul {
- background-color: #24890d;
- position: absolute;
- top: 0;
- left: -999em;
- width: 222px;
- z-index: 99999;
- }
- .ie8 .secondary-navigation li li {
- border-top: 0;
- }
- .ie8 .secondary-navigation li:hover > a,
- .ie8 .secondary-navigation li.focus > a {
- background-color: #24890d;
- color: #fff;
- }
- .ie8 .secondary-navigation ul ul a:hover,
- .ie8 .secondary-navigation ul ul li.focus > a {
- background-color: #41a62a;
- }
- .ie8 .secondary-navigation ul li:hover > ul,
- .ie8 .secondary-navigation ul li.focus > ul {
- left: 202px;
- }
- .ie8 .content-sidebar {
- border: 0;
- float: right;
- margin-left: -29.04761904%;
- padding: 72px 30px 24px;
- width: 29.04761904%;
- }
- .ie8 #supplementary {
- padding: 0;
- }
- .ie8 .footer-sidebar {
- font-size: 12px;
- line-height: 1.5;
- }
- .ie8 .footer-sidebar .widget,
- .ie8 .primary-sidebar .widget {
- font-size: 12px;
- line-height: 1.5;
- }
- .ie8 .footer-sidebar .widget {
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
- float: left;
- padding: 0 30px;
- width: 25%;
- }
- .ie8 .footer-sidebar .widget h1,
- .ie8 .primary-sidebar .widget h1 {
- font-size: 20px;
- line-height: 1.2;
- }
- .ie8 .footer-sidebar .widget h2,
- .ie8 .primary-sidebar .widget h2 {
- font-size: 18px;
- line-height: 1.3333333333;
- }
- .ie8 .footer-sidebar .widget h3,
- .ie8 .primary-sidebar .widget h3 {
- font-size: 16px;
- line-height: 1.5;
- }
- .ie8 .footer-sidebar .widget h4,
- .ie8 .primary-sidebar .widget h4 {
- font-size: 14px;
- line-height: 1.7142857142;
- }
- .ie8 .footer-sidebar .widget h5,
- .ie8 .primary-sidebar .widget h5 {
- font-size: 12px;
- line-height: 2;
- }
- .ie8 .footer-sidebar .widget h6,
- .ie8 .primary-sidebar .widget h6 {
- font-size: 11px;
- line-height: 2.1818181818;
- }
- .ie8 .footer-sidebar .widget code,
- .ie8 .footer-sidebar .widget kbd,
- .ie8 .footer-sidebar .widget tt,
- .ie8 .footer-sidebar .widget var,
- .ie8 .footer-sidebar .widget samp,
- .ie8 .footer-sidebar .widget pre,
- .ie8 .primary-sidebar .widget code,
- .ie8 .primary-sidebar .widget kbd,
- .ie8 .primary-sidebar .widget tt,
- .ie8 .primary-sidebar .widget var,
- .ie8 .primary-sidebar .widget samp,
- .ie8 .primary-sidebar .widget pre {
- font-size: 11px;
- line-height: 1.6363636363;
- }
- .ie8 .footer-sidebar .widget blockquote,
- .ie8 .primary-sidebar .widget blockquote {
- font-size: 14px;
- line-height: 1.2857142857;
- }
- .ie8 .footer-sidebar .widget blockquote cite,
- .ie8 .primary-sidebar .widget blockquote cite {
- font-size: 12px;
- line-height: 1.5;
- }
- .ie8 .footer-sidebar .widget input,
- .ie8 .footer-sidebar .widget textarea,
- .ie8 .primary-sidebar .widget input,
- .ie8 .primary-sidebar .widget textarea {
- font-size: 12px;
- padding: 3px 2px 4px 4px;
- }
- .ie8 .footer-sidebar .widget input[type="button"],
- .ie8 .footer-sidebar .widget input[type="reset"],
- .ie8 .footer-sidebar .widget input[type="submit"],
- .ie8 .primary-sidebar .widget input[type="button"],
- .ie8 .primary-sidebar .widget input[type="reset"],
- .ie8 .primary-sidebar .widget input[type="submit"] {
- padding: 5px 15px 4px;
- }
- .ie8 .footer-sidebar .widget .widget-title,
- .ie8 .primary-sidebar .widget .widget-title {
- font-size: 11px;
- font-weight: 700;
- line-height: 1.6363636363;
- margin-bottom: 18px;
- }
- .ie8 .footer-sidebar .widget_twentyfourteen_ephemera .entry-title,
- .ie8 .footer-sidebar .widget_twentyfourteen_ephemera .entry-meta,
- .ie8 .footer-sidebar .widget_twentyfourteen_ephemera .wp-caption-text,
- .ie8 .footer-sidebar .widget_twentyfourteen_ephemera .post-format-archive-link,
- .ie8 .footer-sidebar .widget_twentyfourteen_ephemera .entry-content table,
- .ie8 .primary-sidebar .widget_twentyfourteen_ephemera .entry-title,
- .ie8 .primary-sidebar .widget_twentyfourteen_ephemera .entry-meta,
- .ie8 .primary-sidebar .widget_twentyfourteen_ephemera .wp-caption-text,
- .ie8 .primary-sidebar .widget_twentyfourteen_ephemera .post-format-archive-link,
- .ie8 .primary-sidebar .widget_twentyfourteen_ephemera .entry-content table {
- font-size: 11px;
- line-height: 1.6363636363;
- }
- .ie8 .footer-sidebar .widget_archive li,
- .ie8 .footer-sidebar .widget_categories li,
- .ie8 .footer-sidebar .widget_links li,
- .ie8 .footer-sidebar .widget_meta li,
- .ie8 .footer-sidebar .widget_nav_menu li,
- .ie8 .footer-sidebar .widget_pages li,
- .ie8 .footer-sidebar .widget_recent_comments li,
- .ie8 .footer-sidebar .widget_recent_entries li,
- .ie8 .primary-sidebar .widget_archive li,
- .ie8 .primary-sidebar .widget_categories li,
- .ie8 .primary-sidebar .widget_links li,
- .ie8 .primary-sidebar .widget_meta li,
- .ie8 .primary-sidebar .widget_nav_menu li,
- .ie8 .primary-sidebar .widget_pages li,
- .ie8 .primary-sidebar .widget_recent_comments li,
- .ie8 .primary-sidebar .widget_recent_entries li {
- border-top: 0;
- padding: 0 0 6px;
- }
- .ie8 .footer-sidebar .widget_categories li ul,
- .ie8 .footer-sidebar .widget_nav_menu li ul,
- .ie8 .footer-sidebar .widget_pages li ul,
- .ie8 .primary-sidebar .widget_categories li ul,
- .ie8 .primary-sidebar .widget_nav_menu li ul,
- .ie8 .primary-sidebar .widget_pages li ul {
- border-top: 0;
- margin-top: 0;
- }
- .ie8 .grid .featured-content .entry-header {
- border-color: #000;
- border-style: solid;
- border-width: 12px 10px;
- height: 96px;
- padding: 0;
- }
- .ie8 .featured-content {
- padding-left: 17.61904761%;
- }
- .ie8 .grid .featured-content .hentry {
- float: left;
- width: 33.3333333%;
- }
- .ie8 .grid .featured-content .hentry:nth-child( 3n+1 ) {
- clear: both;
- }
- .ie8 .grid .featured-content .entry-header {
- height: 120px;
- }
- .ie8 .slider .featured-content .entry-title {
- font-size: 33px;
- line-height: 1.0909090909;
- }
- .ie8 .slider .featured-content .entry-header {
- min-height: inherit;
- padding: 24px 30px 48px;
- position: absolute;
- left: 0;
- bottom: 0;
- width: 50%;
- z-index: 3;
- }
- .ie8 .slider-control-paging {
- background: transparent;
- margin-top: -48px;
- padding-left: 24px;
- width: 50%;
- }
- .ie8 .slider-control-paging li {
- margin: 12px 12px 12px 0;
- }
- .ie8 .slider-control-paging a {
- height: 24px;
- width: 24px;
- }
- .ie8 .slider-control-paging a:before {
- top: 6px;
- left: 6px;
- }
- .ie8 .slider-direction-nav {
- clear: none;
- float: right;
- margin-top: -48px;
- width: 98px;
- }
- .ie8 .slider-direction-nav li:first-child {
- padding: 0 1px 0 0;
- }
- .ie8 .slider-direction-nav li {
- border: 0;
- padding: 0 0 0 1px;
- }
- .ie8 .slider-direction-nav a {
- height: 48px;
- }
- .ie8 .slider-direction-nav a:before {
- line-height: 48px;
- }
- /**
- * Internet Explorer 7
- */
- .ie7 audio,
- .ie7 canvas,
- .ie7 video {
- display: inline;
- zoom: 1;
- }
- .ie7 button,
- .ie7 input,
- .ie7 select,
- .ie7 textarea {
- vertical-align: middle;
- }
- .ie7 button,
- .ie7 input[type="button"],
- .ie7 input[type="reset"],
- .ie7 input[type="submit"] {
- overflow: visible;
- }
- .ie7 .screen-reader-text {
- clip: rect(1px 1px 1px 1px);
- }
- .ie7 .site,
- .ie7 .site-header {
- max-width: 100%;
- }
- .ie7 .search-toggle {
- line-height: 45px;
- margin-right: 190px;
- padding: 0 20px;
- text-transform: uppercase;
- width: auto;
- }
- .ie7 .search-toggle .screen-reader-text {
- color: #fff;
- position: relative; /* Override inherited `absolute` value set in style.css. */
- }
- .ie7 .search-box {
- height: 24px;
- padding: 12px 0;
- }
- .ie7 .search-box .search-field {
- margin: 0 10px;
- width: 33%;
- }
- .ie7 .site-navigation li {
- border-top: 1px solid #4d4d4d;
- }
- .ie7 .primary-navigation .nav-menu,
- .ie7 .secondary-navigation {
- border-bottom: 1px solid #4d4d4d;
- }
- .ie7 .secondary-navigation {
- margin: 48px auto;
- max-width: 474px
- }
- .ie7 .content-area {
- padding-top: 48px;
- }
- .ie7 .hentry {
- max-width: 100%;
- }
- .ie7 .menu-toggle {
- color: #fff;
- font-weight: 400;
- font-size: 16px;
- line-height: 45px;
- text-transform: uppercase;
- width: 200px;
- }
- .ie7 .post-thumbnail img {
- display: block;
- margin: 0 auto;
- }
- .ie7 .entry-meta .tag-links a {
- margin-left: 0;
- }
- .ie7 .content-sidebar {
- padding: 48px 10px;
- }
- .ie7 .singular .hentry.has-post-thumbnail {
- margin-top: -48px;
- }
- .ie7 .entry-meta > span,
- .ie7 .widget_twentyfourteen_ephemera .entry-title {
- margin-right: 20px;
- }
- .ie7 #secondary {
- border-bottom: 1px solid #4d4d4d;
- }
- .ie7 .content-sidebar {
- border-top: 1px solid #e5e5e5;
- border-bottom: 1px solid #e5e5e5;
- }
- .ie7 .widget {
- margin: 0 auto 48px;
- max-width: 474px;
- }
- .ie7 .content-sidebar .widget_twentyfourteen_ephemera .widget-title {
- padding-top: 7px;
- }
- .ie7 .slider .featured-content .hentry {
- display: block;
- }
- .ie7 .featured-content .entry-header {
- min-height: 0;
- }
- .ie7 .slider-control-paging a {
- line-height: 40px;
- text-indent: 0;
- }
- .ie7 .slider-control-paging .slider-active {
- color: #41a62a;
- }
- .ie7 .slider-direction-nav {
- border-top: 2px solid #fff;
- }
- .ie7 .slider-direction-nav li {
- border: 0;
- width: 49%;
- }
- .ie7 .slider-direction-nav a {
- font-size: 16px;
- line-height: 45px;
- text-transform: uppercase;
- }
- .ie7 .slider-direction-nav a:hover {
- background-color: #000;
- color: #41a62a;
- }
- .ie7 .search-toggle {
- line-height: 45px;
- margin-right: 190px;
- }
- .ie7 .featured-content .post-thumbnail,
- .ie7 .slider .featured-content .post-thumbnail {
- padding-top: 0;
- }
- .ie7 .featured-content .post-thumbnail img {
- position: relative;
- }
- .ie7 .featured-content .entry-header {
- width: auto;
- }
- .ie7 .grid .featured-content .hentry {
- float: left;
- margin: 0 auto;
- max-width: 672px;
- width: 33.333333%;
- }
- .ie7 .slider .featured-content .entry-header {
- margin: 0 auto;
- max-width: 1038px;
- }
- .ie7 .slider-control-paging {
- float: none;
- margin: -24px auto 0;
- max-width: 1038px;
- width: auto;
- }
- /**
- * RTL for Internet Explorer 8 & 7
- */
- .rtl .attachment a,
- .rtl .gallery a,
- .rtl .wp-caption a,
- .rtl .widget_twentyfourteen_ephemera .entry-content a {
- display: inline;
- }
- /**
- * RTL overrides for Internet Explorer 8
- */
- .ie8 .rtl .site-content .entry-meta > span {
- margin-right: auto;
- margin-left: 10px;
- }
- .ie8 .rtl .site-content .format-quote .post-format a:before {
- margin-right: auto;
- margin-left: 2px;
- }
- .ie8 .rtl .site-content .format-gallery .post-format a:before {
- margin-right: auto;
- margin-left: 4px;
- }
- .ie8 .rtl .site-content .format-aside .post-format a:before {
- margin-right: auto;
- margin-left: 2px;
- }
- .ie8 .rtl .site-content .featured-post:before {
- margin-right: auto;
- margin-left: 3px;
- }
- .ie8 .rtl .site-content .entry-date a:before,
- .ie8 .rtl .attachment .site-content span.entry-date:before {
- margin-right: auto;
- margin-left: 1px;
- }
- .ie8 .rtl .site-content .comments-link a:before {
- margin-right: auto;
- margin-left: 2px;
- }
- .ie8 .rtl .site-content .full-size-link a:before {
- margin-right: auto;
- margin-left: 1px;
- }
- .ie8 .rtl .main-content {
- float: right;
- }
- .ie8 .rtl .content-area {
- float: right;
- }
- .ie8 .rtl .site-content {
- margin-right: 17.61904761%;
- margin-left: 29.04761904%;
- }
- .ie8 .rtl .search-box-wrapper,
- .ie8 .rtl .featured-content {
- padding-right: 17.61904761%;
- padding-left: 0;
- }
- .ie8 .rtl .header-main {
- padding: 0 30px 0 0;
- }
- .ie8 .rtl .search-toggle {
- margin-right: auto;
- margin-left: 0;
- }
- .ie8 .rtl .primary-navigation {
- float: left;
- margin: 0 -10px 0 1px;
- }
- .ie8 .rtl .primary-navigation ul ul {
- float: right;
- right: -999em;
- left: auto;
- }
- .ie8 .rtl .primary-navigation ul ul ul {
- right: -999em;
- left: auto;
- }
- .ie8 .rtl .primary-navigation ul li:hover > ul,
- .ie8 .rtl .primary-navigation ul li.focus > ul {
- right: auto;
- left: auto;
- }
- .ie8 .rtl .primary-navigation ul ul li:hover > ul,
- .ie8 .rtl .primary-navigation ul ul li.focus > ul {
- right: 100%;
- left: auto;
- }
- .ie8 .rtl .entry-meta .tag-links a:before {
- right: -8px;
- }
- .ie8 .rtl .archive-header,
- .ie8 .rtl .comments-area,
- .ie8 .rtl .image-navigation,
- .ie8 .rtl .page-header,
- .ie8 .rtl .page-content,
- .ie8 .rtl .post-navigation,
- .ie8 .rtl .site-content .entry-header,
- .ie8 .rtl .site-content .entry-content,
- .ie8 .rtl .site-content .entry-summary,
- .ie8 .rtl .site-content footer.entry-meta {
- margin-right: auto;
- margin-left: 54px;
- }
- .ie8 .rtl .comment-author,
- .ie8 .rtl .comment-awaiting-moderation,
- .ie8 .rtl .comment-content,
- .ie8 .rtl .comment-list .reply,
- .ie8 .rtl .comment-metadata {
- padding-right: 50px;
- padding-left: 0;
- }
- .ie8 .rtl .comment-list .children {
- margin-right: 20px;
- margin-left: auto;
- }
- .ie8 .rtl.full-width .site-content {
- margin-left: 0;
- }
- .ie8 .rtl.full-width .archive-header,
- .ie8 .rtl.full-width .comments-area,
- .ie8 .rtl.full-width .image-navigation,
- .ie8 .rtl.full-width .page-header,
- .ie8 .rtl.full-width .page-content,
- .ie8 .rtl.full-width .post-navigation,
- .ie8 .rtl.full-width .site-content .entry-header,
- .ie8 .rtl.full-width .site-content .entry-content,
- .ie8 .rtl.full-width .site-content .entry-summary,
- .ie8 .rtl.full-width .site-content footer.entry-meta {
- margin-left: auto;
- }
- .ie8 .rtl .contributor-avatar {
- margin-right: -168px;
- margin-left: auto;
- }
- .ie8 .rtl .contributor-summary {
- float: right;
- }
- .ie8 .rtl .site:before {
- right: 0;
- left: auto;
- }
- .ie8 .rtl #secondary {
- float: right;
- margin: 0 -100% 0 0;
- }
- .ie8 .rtl .secondary-navigation ul ul {
- right: -999em;
- left: auto;
- }
- .ie8 .rtl .secondary-navigation ul li:hover > ul,
- .ie8 .rtl .secondary-navigation ul li.focus > ul {
- right: 202px;
- left: auto;
- }
- .ie8 .rtl .content-sidebar {
- float: left;
- margin-right: -29.04761904%;
- margin-left: auto;
- }
- .ie8 .rtl .footer-sidebar .widget {
- float: right;
- }
- .ie8 .rtl .featured-content {
- padding-right: 17.61904761%;
- padding-left: 0;
- }
- .ie8 .rtl.grid .featured-content .hentry {
- float: right;
- }
- .ie8 .rtl.slider .featured-content .entry-header {
- right: 0;
- left: auto;
- }
- .ie8 .rtl .slider-control-paging {
- padding-right: 24px;
- padding-left: 0;
- }
- .ie8 .rtl .slider-control-paging li {
- margin: 12px 0 12px 12px;
- }
- .ie8 .rtl .slider-control-paging a:before {
- right: 6px;
- left: auto;
- }
- .ie8 .rtl .slider-direction-nav {
- float: left;
- }
- .ie8 .rtl .slider-direction-nav li {
- padding: 0 1px 0 0;
- }
- .ie8 .rtl .slider-direction-nav li:first-child {
- padding: 0 0 0 1px;
- }
- /**
- * RTL overrides for Internet Explorer 7
- */
- .ie7 .rtl.grid .featured-content .hentry {
- float: right;
- }
- .ie7 .rtl .slider-control-paging {
- float: none;
- margin: -24px auto 0;
- }
- .ie7 .rtl .entry-meta .tag-links a {
- margin-right: 0;
- margin-left: auto;
- }
- .ie7 .rtl .search-toggle {
- margin-right: auto;
- margin-left: 190px;
- }
|