/*!
Theme Name: Pixgraphy Child
Theme URI: https://themefreesia.com/themes/pixgraphy
Template: pixgraphy-child
Author: April6
Author URI: http://april6.co.jp
Version: 1.2.0.5.1519135087
Updated: 2018-02-20 22:58:07

Theme Name: Oria Child
Theme URI: http://justfreethemes.com/oria
Template: Oria
Author: April6
Author URI: http://april6.co.jp
Version: 1.08
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: oria
Tags: custom-colors, custom-background, custom-menu, custom-header, featured-images, sticky-post, theme-options, threaded-comments, translation-ready

Oria is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/
header.site-header {
  background-size: 100% auto;
}

@media screen and (max-width: 960px) {
  header.site-header {
    background-size: auto 80vh;
  }
}

header.site-header::after {
  background-color: rgba(0, 0, 0, 0.2);
}

header.site-header .top-bar {
  display: none;
}

header.site-header .container .site-description {
  border-top: 1px solid rgba(255, 255, 255, 0.6);
  color: #fff;
}

footer.site-footer .copyright {
  text-align: center;
}

footer.site-footer .copyright a.company-logo {
  background-image: url(images/company-logo.svg);
  background-repeat: no-repeat;
  background-size: auto 2em;
  display: inline-block;
  height: 2em;
  vertical-align: bottom;
  width: 8em;
}

.oria-slider .featured-inner .slider-inner .slide-title {
  width: 100%;
}

.oria-slider .featured-inner .slider-inner .slide-title a {
  background-color: rgba(123, 196, 196, 0.7);
  width: 100%;
}
/*# sourceMappingURL=style.css.map */