/*! Theme Name: Byakko Author: Stephen Dickinson Author URI: https://stephencottontail.wordpress.com/ Description: Byakko is a polished magazine theme with plenty of features. Add featured images to catch the reader's eye, add secondary content into three different widget areas, include links to your social media pages, Byakko can do it all. Version: 1.0.1 License: GNU General Public License v2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Text Domain: byakko Tags: black, white, fluid-layout, responsive-layout, one-column, custom-menu, editor-style, featured-images, post-formats, sticky-post, threaded-comments, translation-ready This theme, like WordPress, is licensed under the GPL. Use it to make something cool, have fun, and share what you've learned with others. */ /*! normalize.css v3.0.2 | MIT License | git.io/normalize */ /** 1. Set default font family to sans-serif. 2. Prevent iOS text size adjust after orientation change, without disabling user zoom. */ html { font-family: sans-serif; /* 1 */ -ms-text-size-adjust: 100%; /* 2 */ -webkit-text-size-adjust: 100%; /* 2 */ } /** Remove default margin. */ body { margin: 0; } /* HTML5 display definitions ========================================================================== */ /** Correct `block` display not defined for any HTML5 element in IE 8/9. Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox. Correct `block` display not defined for `main` in IE 11. */ article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block; } /** 1. Correct `inline-block` display not defined in IE 8/9. 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera. */ audio, canvas, progress, video { display: inline-block; /* 1 */ vertical-align: baseline; /* 2 */ } /** Prevent modern browsers from displaying `audio` without controls. Remove excess height in iOS 5 devices. */ audio:not([controls]) { display: none; height: 0; } /** Address `[hidden]` styling not present in IE 8/9/10. Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22. */ [hidden], template { display: none; } /* Links ========================================================================== */ /** Remove the gray background color from active links in IE 10. */ a { background-color: transparent; } /** Improve readability when focused and also mouse hovered in all browsers. */ a:active, a:hover { outline: 0; } /* Text-level semantics ========================================================================== */ /** Address styling not present in IE 8/9/10/11, Safari, and Chrome. */ abbr[title] { border-bottom: 1px dotted; } /** Address style set to `bolder` in Firefox 4+, Safari, and Chrome. */ b, strong { font-weight: bold; } /** Address styling not present in Safari and Chrome. */ dfn { font-style: italic; } /** Address variable `h1` font-size and margin within `section` and `article` contexts in Firefox 4+, Safari, and Chrome. */ h1 { font-size: 2em; margin: 0.67em 0; } /** Address styling not present in IE 8/9. */ mark { background: #ff0; color: #000; } /** Address inconsistent and variable font size in all browsers. */ small { font-size: 80%; } /** Prevent `sub` and `sup` affecting `line-height` in all browsers. */ sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sup { top: -0.5em; } sub { bottom: -0.25em; } /* Embedded content ========================================================================== */ /** Remove border when inside `a` element in IE 8/9/10. */ img { border: 0; } /** Correct overflow not hidden in IE 9/10/11. */ svg:not(:root) { overflow: hidden; } /* Grouping content ========================================================================== */ /** Address margin not present in IE 8/9 and Safari. */ figure { margin: 1em 40px; } /** Address differences between Firefox and other browsers. */ hr { box-sizing: content-box; height: 0; } /** Contain overflow in all browsers. */ pre { overflow: auto; } /** Address odd `em`-unit font size rendering in all browsers. */ code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; } /* Forms ========================================================================== */ /** Known limitation: by default, Chrome and Safari on OS X allow very limited styling of `select`, unless a `border` property is set. */ /** 1. Correct color not being inherited. Known issue: affects color of disabled elements. 2. Correct font properties not being inherited. 3. Address margins set differently in Firefox 4+, Safari, and Chrome. */ button, input, optgroup, select, textarea { color: inherit; /* 1 */ font: inherit; /* 2 */ margin: 0; /* 3 */ } /** Address `overflow` set to `hidden` in IE 8/9/10/11. */ button { overflow: visible; } /** Address inconsistent `text-transform` inheritance for `button` and `select`. All other form control elements do not inherit `text-transform` values. Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera. Correct `select` style inheritance in Firefox. */ button, select { text-transform: none; } /** 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` and `video` controls. 2. Correct inability to style clickable `input` types in iOS. 3. Improve usability and consistency of cursor style between image-type `input` and others. */ button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; /* 2 */ cursor: pointer; /* 3 */ } /** Re-set default cursor for disabled elements. */ button[disabled], html input[disabled] { cursor: default; } /** Remove inner padding and border in Firefox 4+. */ button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; } /** Address Firefox 4+ setting `line-height` on `input` using `!important` in the UA stylesheet. */ input { line-height: normal; } /** It's recommended that you don't attempt to style these elements. Firefox's implementation doesn't respect box-sizing, padding, or width. 1. Address box sizing set to `content-box` in IE 8/9/10. 2. Remove excess padding in IE 8/9/10. */ input[type="checkbox"], input[type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ } /** Fix the cursor style for Chrome's increment/decrement buttons. For certain `font-size` values of the `input`, it causes the cursor style of the decrement button to change from `default` to `text`. */ input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; } /** 1. Address `appearance` set to `searchfield` in Safari and Chrome. 2. Address `box-sizing` set to `border-box` in Safari and Chrome (include `-moz` to future-proof). */ input[type="search"] { -webkit-appearance: textfield; /* 1 */ /* 2 */ box-sizing: content-box; } /** Remove inner padding and search cancel button in Safari and Chrome on OS X. Safari (but not Chrome) clips the cancel button when the search input has padding (and `textfield` appearance). */ input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; } /** Define consistent border, margin, and padding. */ fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; } /** 1. Correct `color` not being inherited in IE 8/9/10/11. 2. Remove padding so people aren't caught out if they zero out fieldsets. */ legend { border: 0; /* 1 */ padding: 0; /* 2 */ } /** Remove default vertical scrollbar in IE 8/9/10/11. */ textarea { overflow: auto; } /** Don't inherit the `font-weight` (applied by a rule above). NOTE: the default cannot safely be changed in Chrome and Safari on OS X. */ optgroup { font-weight: bold; } /* Tables ========================================================================== */ /** Remove most spacing between table cells. */ table { border-collapse: collapse; border-spacing: 0; } td, th { padding: 0; } .screen-reader-text { clip: rect(1px, 1px, 1px, 1px); position: absolute !important; height: 1px; width: 1px; overflow: hidden; } .screen-reader-text:focus { background-color: #f1f1f1; border-radius: 3px; box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); clip: auto !important; color: #21759b; display: block; font-size: 14px; font-size: 0.875rem; font-weight: bold; height: auto; left: 5px; line-height: normal; padding: 15px 23px 14px; text-decoration: none; top: 5px; width: auto; z-index: 100000; /* Above WP toolbar. */ } /* media queries */ /* generic classes */ .popout-link { opacity: 0.8; } .popout-link a { color: inherit; } .popout-link a:visited { color: inherit; } .popout-link a:hover, .popout-link a:focus, .popout-link a:active { color: #f14a7c; } .inverse { background-color: #333; color: #fdfdfd; } .inverse a { color: #fdfdfd; } .inverse a:visited, .inverse a:hover, .inverse a:focus { color: #fdfdfd; } html { box-sizing: border-box; } * { box-sizing: inherit; } *:before, *:after { box-sizing: inherit; } body { background-color: #fdfdfd; color: #333; font-family: "Libre Baskerville", "Palatino", serif; font-size: 16px; font-size: 1em; line-height: 1.617; text-rendering: optimizeLegibility; } h1, h2, h3, h4, h5, h6 { font-family: "Raleway", "Helvetica", sans-serif; font-weight: 300; line-height: 1.25; margin: 0; } a { color: #f14a7c; text-decoration: none; -webkit-transition: all 350ms ease-out; transition: all 350ms ease-out; } a:visited { color: #ae0d3e; } a:hover, a:focus { color: #ae0d3e; text-decoration: underline; } p { margin: 0 0 1.617em 0; } dl { margin: 0.8085em 0; } dl dt { font-weight: bold; margin-bottom: 0.40425em; } dl dd { margin: 0 0 0.8085em 0; } img { margin: 0; max-width: 100%; height: auto; } figure { margin: 0; } table { border: 1px solid #ddd; margin: 0.8085em 0; } table td, table th { border: 1px solid #ddd; padding: 5px 12px; } table tr { background-color: white; } table tr:nth-child(2n) { background-color: whitesmoke; } address { margin-bottom: 1.617em; } blockquote { margin: 0.8085em 1.617em; } blockquote p { line-height: 1.25; } blockquote cite { display: block; margin-top: 0.8085em; } code, kbd, pre, tt { font-family: "Inconsolata", monospace; font-size: 16px; font-size: 1em; } pre { background-color: whitesmoke; margin: 0 0.539em; padding: 2px; } kbd, tt { background-color: #333; color: #fdfdfd; padding: 2px; } .callout { border-top: 1px solid #333; border-bottom: 1px solid #333; margin: 0.8085em 8.085em; } .callout-text { margin: 0 -6.468em; } .callout-text p:last-of-type { margin-bottom: 0; } .callout-header { text-align: center; margin-bottom: 0.8085em; } #comments { margin: 3.234em 0 1.617em; } .comment-list { list-style: none; margin: 0.8085em 0; padding: 0; } .comment-list .children { list-style: none; margin-left: 0.539em; } .pingback, .comment { border-top: 1px solid #ddd; padding-top: 0.40425em; position: relative; } .comment-body { margin-bottom: 3.234em; } .comment-author { text-align: right; padding-left: 70px; position: relative; } .comment-author .avatar { border: 2px solid #ddd; border-radius: 50%; position: absolute; top: -50%; left: 0; } .comment-metadata { font-size: 0.8em; font-style: italic; padding-left: 70px; text-align: right; } .comment-metadata .edit-link { display: inline-block; } .comment-content { margin: 1.617em 0; } .bypostauthor { border-top: 1px solid #f14a7c; } .bypostauthor .avatar { border: 2px solid #f14a7c; } .comment-form { margin: 0.8085em 0; } .comment-form label, .comment-form input[type="text"], .comment-form input[type="email"], .comment-form input[type="url"], .comment-form textarea { width: 100%; } .title-box { background-color: whitesmoke; border: 1px solid #ddd; } .content-area { margin: 0 auto; max-width: 840px; padding: 0.8085em 0.539em; } .hentry { margin-bottom: 1.617em; padding-bottom: 1.617em; -ms-word-wrap: break-word; word-wrap: break-word; } .hentry:not(:first-of-type) { margin-top: 1.617em; } .meta { font-style: italic; line-height: 1.2; } .meta > * { font-size: 0.8em; } .entry-content { margin: 0.8085em 0; } .entry-content .read-more { display: block; } .entry-footer { border-top: 1px solid #333; display: inline-block; font-style: italic; padding-top: 0.40425em; } .entry-footer span { display: block; font-size: 0.8em; } .page-header { margin-bottom: 0.8085em; padding: 0.8085em 0.539em; } .page-header p { margin: 0; } .error-404, .not-found { margin-top: 3.234em; margin-bottom: 3.234em; } .sticky { border-bottom: 1px dashed #ddd; } .featured-wrapper { position: relative; } @media screen and (min-width: 1150px) { .featured-wrapper { margin-bottom: 1.617em; } } .featured-wrapper .hentry { height: 100%; } .full-wrapper { position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 20; } .featured { background-color: rgba(241, 74, 124, 0.5); background-position: center center; color: #fdfdfd; position: relative; } .featured .content-area { background-color: rgba(51, 51, 51, 0.45); z-index: 20; } .featured a { color: inherit; } .featured a:hover { opacity: 0.8; } .pager { margin: 0.40425em 0; padding: 0 0.539em; } .pager:after { clear: both; display: table; content: ''; } .pager .entry-thumbnail { float: left; width: 50px; } .pager .entry-thumbnail img { height: 100%; width: 100%; } .pager .entry-wrapper { float: left; padding-left: 60px; } .pager .entry-title { font-size: 1em; font-size: 16px; font-family: "Libre Baskerville", "Palatino", serif; } .pager .meta { font-size: 0.8em; } .rslides, .hero-pager { list-style: none; margin: 0; padding: 0; } .rslides { height: 600px; } .rslides li { height: 100%; } @media screen and (min-width: 1150px) { .rslides { height: 450px; } } .hero-pager { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; cursor: pointer; color: #fdfdfd; z-index: 30; position: absolute; bottom: 0; left: 5%; width: 90%; } .hero-pager a { color: inherit; display: inline-block; padding: 0.8085em 0; vertical-align: top; } .hero-pager a:hover { text-decoration: none; } .hero-pager li { background-color: rgba(51, 51, 51, 0.45); border-top: 2px solid #ddd; padding: 0 0.539em; -webkit-box-flex: 1; -webkit-flex: 1 1 100%; -ms-flex: 1 1 100%; flex: 1 1 100%; } @media screen and (min-width: 1150px) { .hero-pager li { -webkit-box-flex: 1; -webkit-flex: 1 0 0; -ms-flex: 1 0 0; flex: 1 0 0; } } .hero-pager .entry-thumbnail { float: left; width: 50px; } .hero-pager .entry-thumbnail img { height: 100%; width: 100%; } .hero-pager .entry-wrapper { padding-left: 60px; } .hero-pager .entry-title { font-size: 1em; font-size: 16px; font-family: "Libre Baskerville", "Palatino", serif; } .hero-pager .meta { font-size: 0.8em; } .hero-pager .rslides_here { border-top: 2px solid white; } @media screen and (min-width: 1150px) { .hero-pager .rslides_here { margin-top: -10px; } } #colophon { font-family: "Raleway", "Helvetica", sans-serif; padding: 0.8085em 0.539em; } #colophon a { text-shadow: 0 1px 0 rgba(253, 253, 253, 0.8); } .footer-widgets { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; padding: 0.8085em 0.539em; } @media screen and (min-width: 1150px) { .footer-widgets { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; } .footer-widgets .widget-area { -webkit-box-flex: 1; -webkit-flex: 1 0 33.33%; -ms-flex: 1 0 33.33%; flex: 1 0 33.33%; } } .site-info { border-top: 1px solid #ddd; font-style: italic; margin: 0.40425em 0.539em 0; text-align: right; } button, input[type="button"], input[type="submit"], input[type="reset"] { background-color: #fdfdfd; border: 1px solid #ddd; box-sizing: border-box; color: #333; font-family: "Raleway", "Helvetica", sans-serif; padding: 5px 12px; text-shadow: 0 1px 0 rgba(253, 253, 253, 0.8); -webkit-transition: all 350ms ease-out; transition: all 350ms ease-out; } button:hover, button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="submit"]:hover, input[type="submit"]:focus, input[type="reset"]:hover, input[type="reset"]:focus { box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 1px 2px rgba(0, 0, 0, 0.15); } button:active, input[type="button"]:active, input[type="submit"]:active, input[type="reset"]:active { box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15); } input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea { background-color: #fdfdfd; border: 1px solid #ddd; box-sizing: border-box; color: #333; font-family: "Raleway", "Helvetica", sans-serif; padding: 5px 12px; -webkit-transition: all 350ms ease-out; transition: all 350ms ease-out; } input[type="text"]:hover, input[type="text"]:focus, input[type="email"]:hover, input[type="email"]:focus, input[type="url"]:hover, input[type="url"]:focus, input[type="password"]:hover, input[type="password"]:focus, input[type="search"]:hover, input[type="search"]:focus, input[type="number"]:hover, input[type="number"]:focus, input[type="tel"]:hover, input[type="tel"]:focus, input[type="range"]:hover, input[type="range"]:focus, input[type="date"]:hover, input[type="date"]:focus, input[type="month"]:hover, input[type="month"]:focus, input[type="week"]:hover, input[type="week"]:focus, input[type="time"]:hover, input[type="time"]:focus, input[type="datetime"]:hover, input[type="datetime"]:focus, input[type="datetime-local"]:hover, input[type="datetime-local"]:focus, input[type="color"]:hover, input[type="color"]:focus, textarea:hover, textarea:focus { background-color: inherit; } .top-bar { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; font-family: "Raleway", "Helvetica", sans-serif; padding: 0.8085em 0; position: relative; } .top-bar .search-form { -webkit-box-flex: 1; -webkit-flex: 1 auto; -ms-flex: 1 auto; flex: 1 auto; visibility: hidden; } .search-active .top-bar .search-form { visibility: visible; } .top-bar .search-field { background-color: #333; border: 0; border-bottom: 1px #fdfdfd; border-bottom-style: dashed; color: #fdfdfd; font-style: italic; font-weight: bold; padding-left: 0; width: 100%; } .top-bar .search-field:hover { background-color: inherit; } .top-bar .search-field:focus { border-bottom-style: solid; outline: 0; } .top-bar .search-submit { display: none; } .top-bar ::-webkit-input-placeholder { color: #fdfdfd; text-transform: uppercase; } .top-bar :-moz-placeholder { color: #fdfdfd; opacity: 1; text-transform: uppercase; } .top-bar ::-moz-placeholder { color: #fdfdfd; opacity: 1; text-transform: uppercase; } .top-bar :-ms-input-placeholder { color: #fdfdfd; text-transform: uppercase; } .menu-toggle, .search-toggle { background-color: #333; border: 0; color: #fdfdfd; } .menu-toggle .genericon, .search-toggle .genericon { line-height: 1.617; } .menu-toggle:hover, .search-toggle:hover { box-shadow: none; } .menu-toggle { width: 100%; text-align: center; } .search-toggle { padding: 0; height: 32px; width: 32px; } .site-navigation { font-family: "Raleway", "Helvetica", sans-serif; padding: 0.8085em 0.539em; } .site-navigation ul { display: none; list-style: none; margin: 0; padding: 0.8085em 0; text-transform: uppercase; } .site-navigation ul ul { padding: 0; text-transform: capitalize; } .menu-active .site-navigation ul { display: block; } .site-navigation li { border-bottom: 1px solid rgba(221, 221, 221, 0.2); padding: 10px 24px; } .site-navigation li li { border-bottom: 0; font-size: 0.9em; padding: 0; } .site-navigation a { color: inherit; display: block; } .site-navigation a:visited, .site-navigation a:hover, .site-navigation a:focus { color: inherit; } @media screen and (min-width: 1150px) { .menu-toggle { display: none; } .site-navigation { padding: 0; } .site-navigation ul { display: block; margin: 0 0.539em; padding: 0; } .site-navigation li { border-bottom: 0; display: inline-block; padding: 5px 12px; position: relative; } .site-navigation li li { display: block; padding: 5px 12px; } .site-navigation li:hover > ul { display: block; } .site-navigation li.current-menu-item, .site-navigation li.current_page_item { background-color: #fdfdfd; color: #333; } .site-navigation li ul { display: none; position: absolute; top: auto; background-color: #333; color: #fdfdfd; margin: 0; width: 250px; } .site-navigation li ul ul { top: 0; left: 250px; } } .site-branding { padding: 0.8085em 0.539em; } @media screen and (min-width: 700px) { .site-branding { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; } } .site-logo-link { display: block; margin: 0 auto; max-width: 125px; height: 125px; } @media screen and (min-width: 700px) { .site-logo-link { margin: 0; } } .site-identity { font-family: "Raleway", "Helvetica", sans-serif; font-size: 0.8em; font-style: italic; font-weight: bold; margin-top: 0.8085em; text-align: center; text-transform: uppercase; } @media screen and (min-width: 700px) { .site-identity { font-size: 1.1em; text-align: right; } } .site-title { display: inline; } .site-title a { color: #f14a7c; } .site-title a:visited { color: #f14a7c; } .site-title a:hover, .site-title a:focus { color: #ae0d3e; } embed, iframe, object { max-width: 100%; } .alignleft { display: inline; float: left; margin: 0 1.617em 0.8085em 0; } .alignright { display: inline; float: right; margin: 0 0 0.8085em 1.617em; } .aligncenter { clear: both; display: block; margin-left: auto; margin-right: auto; } .wp-caption { margin-bottom: 1.617em; max-width: 100%; } .wp-caption img[class*="wp-image-"] { display: block; margin-left: auto; margin-right: auto; } .wp-caption .wp-caption-text { text-align: right; } .wp-caption-text { font-size: 0.8em; text-align: center; } .gallery { margin-bottom: 1.617em; } .gallery-caption { display: block; } .gallery-item { display: inline-block; margin-bottom: 0.8085em; text-align: center; vertical-align: top; width: 100%; } .gallery-columns-2 .gallery-item { max-width: 50%; } .gallery-columns-3 .gallery-item { max-width: 33.33333%; } .gallery-columns-4 .gallery-item { max-width: 25%; } .gallery-columns-5 .gallery-item { max-width: 20%; } .gallery-columns-6 .gallery-item { max-width: 16.66667%; } .gallery-columns-7 .gallery-item { max-width: 14.28571%; } .gallery-columns-8 .gallery-item { max-width: 12.5%; } .gallery-columns-9 .gallery-item { max-width: 11.11111%; } .navigation { color: #fdfdfd; margin: 0.8085em 0; } .navigation a { display: block; } .meta-nav { color: #333; display: block; font-size: 0.8em; font-style: italic; } .meta-nav:hover { color: #333; text-decoration: none; } .nav-links { border-top: 1px solid #333; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; } .nav-previous, .nav-next { -webkit-box-flex: 1; -webkit-flex: 1 0 100%; -ms-flex: 1 0 100%; flex: 1 0 100%; color: #333; padding: 0.40425em 0; } .nav-previous a, .nav-next a { color: inherit; } .nav-previous a:hover, .nav-next a:hover { color: #f14a7c; text-decoration: none; } @media screen and (min-width: 700px) { .nav-previous, .nav-next { -webkit-flex-basis: auto; -ms-flex-preferred-size: auto; flex-basis: auto; } } .nav-next { text-align: left; } @media screen and (min-width: 700px) { .nav-next { text-align: right; } } .page-links { margin-bottom: 1.617em; } .page-links .page-number { border: 1px solid #333; padding: 0 5px; } .pagination { color: #333; height: 32px; line-height: 32px; margin: 0.8085em auto; width: 60%; } .pagination .page-numbers { border-top-color: transparent; border-top-style: solid; border-top-width: 2px; -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; text-align: center; } .pagination .page-numbers:hover, .pagination .page-numbers:active, .pagination .page-numbers:focus, .pagination .page-numbers.current { border-top-color: #f14a7c; text-decoration: none; } .pagination .current { font-weight: bold; } .pagination .dots { font-weight: bold; } .pagination .dots:hover { border-top-color: transparent; } .pagination .prev, .pagination .next { font-family: "Genericons"; height: 32px; overflow: hidden; } .pagination .prev:before { content: '\f430'; } .pagination .next:before { content: '\f429'; padding-left: 3px; /* we're nudging the arrow to the right a bit for better display */ } .search-form { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-flex: 1; -webkit-flex: 1 auto; -ms-flex: 1 auto; flex: 1 auto; margin: 0.8085em 0; visibility: hidden; } .search-active .search-form { visibility: visible; } .search-form .search-submit { -webkit-box-flex: 0; -webkit-flex: 0 0 25%; -ms-flex: 0 0 25%; flex: 0 0 25%; margin-left: 1.617em; } .search-form label { -webkit-box-flex: 1; -webkit-flex: 1 auto; -ms-flex: 1 auto; flex: 1 auto; } .search-form .search-field { background-color: #333; border: 0; border-bottom: 1px #fdfdfd; border-bottom-style: dashed; color: #fdfdfd; font-style: italic; font-weight: bold; padding-left: 0; width: 100%; } .search-form .search-field:hover { background-color: inherit; } .search-form .search-field:focus { border-bottom-style: solid; outline: 0; } .search-result { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; } .search-result .entry-thumbnail { -webkit-box-flex: 0; -webkit-flex: 0 0 25%; -ms-flex: 0 0 25%; flex: 0 0 25%; } .search-result .content-wrapper { -webkit-box-flex: 1; -webkit-flex: auto; -ms-flex: auto; flex: auto; margin: 0 0.539em; } #social { -webkit-box-flex: 1; -webkit-flex: 1 1 auto; -ms-flex: 1 1 auto; flex: 1 1 auto; } #social ul { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: end; -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; list-style: none; margin: 0; padding: 0; } #social a { display: block; padding: 0 0.539em; } #social a:before { display: inline-block; vertical-align: middle; font-family: "Genericons"; content: '\f512'; } #social a[href*="github.com"]:before { content: '\f200'; } #social a[href*="twitter.com"]:before { content: '\f202'; } #social a[href*="facebook.com"]:before { content: '\f204'; } #social a[href*="wordpress.org"]:before, #social a[href*="wordpress.com"]:before { content: '\f205'; } #social a[href*="plus.google.com"]:before { content: '\f206'; } #social a[href*="linkedin.com"]:before { content: '\f207'; } #social a[href*="pinterest.com"]:before { content: '\f209'; } #social a[href*="youtube.com"]:before { content: '\f213'; } #social a[href*="instagram.com"]:before { content: '\f215'; } .widget-area { min-width: 0; } .widget-area select { max-width: 100%; margin: 0.8085em 0; } .widget-area img { width: 100%; } .widget-area tr { background-color: inherit; } .widget-area tr:nth-child(2n) { background-color: inherit; } .widget-area .rss-widget-icon { width: auto; } .widget { margin: 1.617em 0; padding: 0 0.539em; } #secondary .widget:not(:last-of-type) { border-bottom: 1px dashed #ddd; } .widget-title { border-bottom: 1px solid #fdfdfd; font-size: 0.8em; font-style: italic; font-weight: bold; margin-bottom: 0.8085rem; text-align: center; text-transform: uppercase; } #secondary .widget-title { border-bottom: none; } #wp-calendar { width: 100%; } #wp-calendar tr { background-color: inherit; } #wp-calendar a { font-weight: bold; } #secondary { padding: 0 1.617em; } /*# sourceMappingURL=style.css.map */