/*
Theme Name: Rhys Wynne - 2016
Theme URI: http://www.rhyswynne.co.uk/
Description: Theme for Rhys Wynne 2016
Version: 1.0
Author: Rhys Wynne
Author URI: http://www.rhyswynne.co.uk/
Template: twentyfifteen
Tags:
*/
body {
  background-color: #443266;
  font-family: 'Raleway', sans-serif; }
  body:before {
    background-color: transparent;
    box-shadow: none; }
  body h1, body h2, body h3, body h4, body h5, body h6 {
    font-family: 'Bitter', serif; }
  body a:visited, body a:link {
    color: #443266; }
  body a:active, body a:visited body a:hover {
    color: #7254aa; }
  body .hentry, body .page-header, body .page-content, body .comments-area {
    box-shadow: none; }
  body .site-header {
    background-color: #443266; }
    body .site-header .secondary-toggle {
      border: 1px solid #FFF;
      color: #FFF; }
      body .site-header .secondary-toggle:before {
        color: #FFF; }
  body .secondary {
    background-color: #443266; }
  body .content-area {
    background-color: #FFF; }
    body .content-area .single-main {
      padding-top: 0%; }
    body .content-area .page-main {
      padding-top: 0px; }
    body .content-area .site-main {
      padding-top: 0px; }
    body .content-area .archive-main {
      padding-top: 0px; }
      body .content-area .archive-main .page-header {
        border-left: 0px;
        background-color: #CCC;
        color: #333; }
    body .content-area .type-page {
      padding-top: 0px; }
    body .content-area .hentry, body .content-area .page-header, body .content-area .page-content {
      margin: 0%; }
      body .content-area .hentry .post-thumbnail img, body .content-area .page-header .post-thumbnail img, body .content-area .page-content .post-thumbnail img {
        width: 100%;
        max-width: 100%; }
      body .content-area .hentry iframe, body .content-area .page-header iframe, body .content-area .page-content iframe {
        width: 100%;
        margin: 0 auto !important; }
  body .sidebar {
    min-height: 100%;
    background-color: #443266;
    color: #FFF;
    position: relative;
    z-index: 20000;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; }
    body .sidebar .sidebar-tab {
      display: none; }
    @media screen and (min-width: 59.6875em) {
      body .sidebar .sidebar-tab {
        position: absolute;
        width: 20px;
        height: 50px;
        right: 0px;
        top: 50%;
        background-color: #443266;
        margin-right: -20px;
        display: block; }
        body .sidebar .sidebar-tab .sidebar-toggle {
          display: block;
          width: 20px;
          height: 50px;
          line-height: 50px;
          cursor: pointer;
          font-family: "Genericons";
          font-size: 16px; }
          body .sidebar .sidebar-tab .sidebar-toggle:before {
            content: '\f430'; }
          body .sidebar .sidebar-tab .sidebar-toggle.closed:before {
            content: '\f429'; } }
    body .sidebar .twitch-menu a {
      display: inline; }
    body .sidebar .img-rounded {
      width: 100%;
      max-width: 250px;
      margin: 0 auto;
      border-radius: 50%;
      border: 5px solid #FFF;
      display: block; }
    body .sidebar h1, body .sidebar h2, body .sidebar h3, body .sidebar h4, body .sidebar h5, body .sidebar h6 {
      color: #FFF; }
    body .sidebar .site-title {
      text-align: center;
      padding-top: 20px;
      padding-bottom: 20px; }
    body .sidebar a:visited, body .sidebar a:link {
      color: #FFF; }
    body .sidebar a:active, body .sidebar a:visited body .sidebar a:hover {
      color: #CCC; }
  body .site-content {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; }
    body .site-content.fullwidth {
      width: 100%;
      margin-left: 0px; }
  body .social-navigation a[href*="xboxgamertag.com"]:before {
    font-family: "socicon" !important;
    content: attr(data-icon);
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e038"; }
  body .social-navigation a[href*="amazon.co.uk"]:before {
    font-family: "socicon" !important;
    content: attr(data-icon);
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e05c"; }
  body .social-navigation a[href*="ebay.co.uk"]:before {
    font-family: "socicon" !important;
    content: attr(data-icon);
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e063"; }
  body .site-footer {
    background-color: #000;
    color: #999; }
    body .site-footer a {
      color: #999; }
      body .site-footer a:hover, body .site-footer a:active, body .site-footer a:visited {
        color: #CCC; }
  body .above-footer-sidebar {
    background-color: #333;
    color: #999; }
    body .above-footer-sidebar .widget {
      display: inline-block;
      width: 33%;
      padding: 5%;
      margin-bottom: 0px; }
      body .above-footer-sidebar .widget img {
        background-color: #FFF;
        max-width: 100%;
        width: 100%;
        height: auto; }
  @media screen and (min-width: 59.6875em) {
    body .site-footer, body .above-footer-sidebar {
      margin: 0px 0 0 29.2941%;
      width: 70.8235%;
      -webkit-transition: all 0.2s ease-out;
      -moz-transition: all 0.2s ease-out;
      -ms-transition: all 0.2s ease-out;
      -o-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out; }
      body .site-footer.fullwidth, body .above-footer-sidebar.fullwidth {
        margin-left: 0%;
        width: 100%; } }

/*# sourceMappingURL=style.css.map */
