/*
 Theme Name:   Simogo - Twenty Fourteen Child
 Theme URI:    http://vbw.se/simogo/
 Description:  Simogo theme. Twenty Fourteen Child Theme
 Author:       Victor Baquero Wihlborg
 Author URI:   http://vbw.se
 Template:     twentyfourteen
 Version:      1.0.0
 Tags:         light, dark, one-columns, responsive-layout, accessibility-ready
 Text Domain:  simogo
*/

@import url("../twentyfourteen/style.css");
@import url("fonts/stylesheet.css");
/*@import url("css/animate.css");

 =Utilities
-------------------------------------------------------------- */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}
.site:before{
  content: none;
  background-color: transparent;
  display: none;
}
.footer-sidebar:before,
.footer-sidebar:after,
.hentry:before,
.hentry:after,
.slider-direction-nav:before,
.slider-direction-nav:after,
.contributor-info:before,
.contributor-info:after,
.search-box:before,
.search-box:after,
[class*="content"]:before,
[class*="content"]:after,
[class*="site"]:before,
[class*="site"]:after {
  display: block;
  content: none;
}
.main-content {
  float: none;
}
#wpadminbar .quicklinks .menupop ul li a, #wpadminbar .quicklinks .menupop ul li a strong, #wpadminbar .quicklinks .menupop.hover ul li a, #wpadminbar.nojs .quicklinks .menupop:hover ul li a {
color: #eee !important;
}
/* image align */
.full-width .site-content blockquote.alignleft, .full-width .site-content img.size-full.alignleft, .full-width .site-content img.size-large.alignleft, .full-width .site-content img.size-medium.alignleft, .full-width .site-content .wp-caption.alignleft {
  margin-left: 0;
}
.full-width .site-content blockquote.alignright, .full-width .site-content img.size-full.alignright, .full-width .site-content img.size-large.alignright, .full-width .site-content img.size-medium.alignright, .full-width .site-content .wp-caption.alignright {
  margin-right: 0;
}
#wpstats{
  opacity: 0;
}
/* =IE8 Fix
-------------------------------------------------------------- */
.ie8 html{
  overflow-y: auto;
}
.ie8 .site:before {
  content: none;
  background-color: transparent;
  display: none !important;
}
.ie8 .header-main {
  padding: 0 !important;
}
.ie8 .primary-navigation,
.ie8 .content-area {
  float: none !important;
}
.ie8 .primary-navigation .nav-menu li.divider{
  width: 28px;
}
.ie8 .primary-navigation .nav-menu li.page-link-work a,
.ie8 .primary-navigation .nav-menu li.page-link-about a{
  width: 80px;
}
.ie8 .primary-navigation .nav-menu li.page-link-blog a{
  width: 64px;
}
.ie8 .primary-navigation .nav-menu li a:hover{
  background-color: transparent;
}
.ie8 .site-content {
  margin-left: 0 !important;
}
/* =Defaults
-------------------------------------------------------------- */
body, button, input, select, textarea {
  font-family: "garamond_italianregular", "Georgia", "serif";
  font-size: 18px;
  line-height: 1.25;
}
a, a:focus, a:hover {
  text-decoration: none;
}
.entry-content a, .entry-summary a, .page-content a, .comment-content a {
  text-decoration: none;
}
a:focus {
  outline-style: none;
}
.site {
  max-width: none;
  display: block;
}
.site,.site-content .entry-content, .site-content .entry-summary, .page-content {
  background-color: transparent;
}
h1, h2, h3{
  font-family: "Modern216Bold", "Georgia", "serif";
  font-weight: normal;
}
h4, h5, h6{
  font-family: "garamond_italianregular", "Georgia", "serif";
  font-weight: normal;
}
h4{
  font-size: 20px;
}
h5{
  font-size: 18px;
}
h6{
  font-size: 14px;
  margin: 7px 0;
}
cite, dfn, em, i, blockquote {
  font-family: "garamond_italianitalic", "Georgia", "serif";
  font-style: normal;
}
/* =HEADER
---------------------------------------------------------------*/
#masthead{
  position: relative !important;
}
.site-header {
  background-color: transparent;
  padding: 16px 0 28px;
  position: relative;
  text-align: center;
  max-width: none;
}
  #simogo-logo{
    display: block;
    margin: 0 auto;
    width: 100px;
    background-size: 100%;
  }
  #simogo-logo img{
    width: 100%;
  }
.site-title{
  display: none;
}
#primary-navigation{
  margin: 0 auto;
  padding: 0;
}
.nav-menu{
  height: 16px;
  display: block !important;
  border: none !important;
  margin: 22px auto !important;
}
.screen-reader-text {
  display: none!important;
}
#primary-navigation li{
  display: inline-block !important;
  border: none !important;
  height: 100% !important;
  vertical-align: top;
  line-height: 100% !important;
}
#primary-navigation li a,
#primary-navigation li img {
  height: 100%;
  padding: 0;
}

.social{
  margin: 0;
}
.social li{
  display: inline-block;
  margin: 0 6px;
}
.social img{
  width: 25px;
  height: 25px;
}

@media screen and (min-width: 768px){

  .primary-navigation {
    float: none;
    text-transform: none;
    color: black;
  }
  .site-header {
    padding: 16px 0 38px;
  }
  .nav-menu{
    margin: 32px auto !important;
  }
}
@media screen and (min-width: 673px){
  .header-main {
    padding: 0;
  }
}
.masthead-fixed .site-main {
    margin-top: 0;
}
.admin-bar.masthead-fixed .site-header {
  top: 0;
}
/* no-mediaqueries */
      .no-mediaqueries .primary-navigation {
        float: none;
        text-transform: none;
        color: black;
      }
      .no-mediaqueries .site-header {
        padding: 16px 0 38px;
      }
      .no-mediaqueries .nav-menu{
        margin: 32px auto !important;
      }

/* =CONTENT
---------------------------------------------------------------*/
.list-view .site-content .hentry,
.ie8 .list-view .site-content .hentry {
  background: transparent url("images/blog_divider.png") center top no-repeat;
  background-size: 580px;
  border-top: none;
}
.list-view .site-content .hentry:first-of-type,
.list-view .site-content .hentry.has-post-thumbnail {
  background-image: none;
}
.ie8 .list-view .site-content .hentry:first-child {
  background-image: none;
}
.content-area{
  padding-top: 0 !important;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  float: none;
}
.site-content{
  margin: 0;
  width: 100%;
  padding: 0;
}
.site-content p,
.site-content h1,
.site-content h2,
.site-content h3,
.site-content h4,
.site-content h5,
.site-content h6,
.entry-meta{

}
.entry-title {
  font-size: 24px;
  font-weight: normal;
  text-transform: none;
}
.site-content h2{
  font-size: 32px;
}
.site-content h3{
  font-size: 24px;
}
.post, .page{
  padding-left: 10px;
  padding-right: 10px;
}
.site-content .entry-header,
.site-content .entry-content,
.site-content .entry-summary,
.site-content .entry-meta,
.page-content {
  -ms-hyphens: none;
  -moz-hyphens: none;
  -webkit-hyphens: none;
  margin: 0;
  max-width: 100% !important;
}
.site-content .entry-header{
  display: none;
  background-color: transparent;
}
  .post .site-content .entry-header,
  .blog .site-content .entry-header,
  .single .site-content .entry-header{
    display: block;
  }
.site-content .entry-meta{
  background-color: transparent;
}
.full-width.singular .site-content .hentry.has-post-thumbnail {
  margin-top: 0!important;
}
.content-area img{
  max-width: 100%;
  width: auto;
}
.content-area iframe{
  width: 100%;
  
}
.youtubePlayer{
  height: 277px;
}
.post{
}
.post ol, .page ol{
  margin-left: 30px;
}
.paging-navigation img{
  width: 16px;
}
.full-width .archive-header, .full-width .comments-area, .full-width .image-navigation, .full-width .page-header, .full-width .page-content, .full-width .post-navigation, .full-width .site-content .entry-header, .full-width .site-content .entry-content, .full-width .site-content .entry-summary, .full-width .site-content footer.entry-meta {
padding-right: 0;
padding-left: 0;
}
.full-width .site-content .has-post-thumbnail .entry-header, .full-width.singular .site-content .hentry.has-post-thumbnail {
margin-top: 0;
}
.paging-navigation {
  margin-top: 96px;
  border-top: none;
}
.paging-navigation .page-numbers.current {
  border-top: none;
  border-bottom-style: solid;
  border-bottom-width: 2px;
}
.paging-navigation .loop-pagination {
  margin-top: 0;
}
.paging-navigation .page-numbers {
  border-top: none;
  font-family: "Modern216Bold", "Georgia", "serif";
  font-weight: normal;
  font-size: 24px;
}
.paging-navigation .page-numbers:hover{
  border-top: none;
}
.blog .site-main{
  margin-top: 16px;
}
.blog .entry-title, .blog h2.comment-reply-title, .blog h2.comments-title,
.single .entry-title, .single .comments-area h2.comment-reply-title, .single .comments-area h2.comments-title,
.entry-meta{
  text-align: center;
}
h2.comment-reply-title, h2.comments-title {
  font-family: "Modern216Bold", "Georgia", "serif";
  font-weight: normal;
  font-size: 18px;
}
.post-navigation{
  display: none;
}
@media screen and (min-width: 768px){
  .site-content .post h2{
    font-size: 56px;
  }
  .site-content .post h3{
    font-size: 28px;
  }
  .blog .content-area,
  .single .content-area,
  .post .content-area{
    width: 640px;
  }
  .page .content-area{
    width: 572px;
  }
  .entry-title {
    font-size: 28px;
  }

}
@media screen and (min-width: 480px){
  .list-view .site-content .cat-links,
  .list-view .site-content .type-post .entry-content,
  .list-view .site-content .type-page .entry-content,
  .list-view .site-content .type-post .entry-summary,
  .list-view .site-content .type-page .entry-summary,
  .list-view .site-content footer.entry-meta {
    display: block;
  }

  .post, .page{
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
  }

}
@media screen and (max-width: 400px){
  .list-view .site-content .entry-title {
  clear: both;
  font-size: 24px;
  text-transform: uppercase;
  }
  .list-view .site-content .cat-links,
  .list-view .site-content .type-post .entry-content,
  .list-view .site-content .type-page .entry-content,
  .list-view .site-content .type-post .entry-summary,
  .list-view .site-content .type-page .entry-summary,
  .list-view .site-content footer.entry-meta {
    display: block;
  }
}
@media screen and (max-width: 480px){
  .page p, .page h3, .page h4, .page h5, .page h6,
  .post p, .post h3, .post h4, .post h5, .post h6{
  }
}
/* no-mediaqueries */
      .no-mediaqueries .site-content h2{
        font-size: 56px;
      }
      .no-mediaqueries .site-content h3{
        font-size: 28px;
      }
      .no-mediaqueries .content-area{
        width: 640px;
      }
      .no-mediaqueries .entry-title {
        font-size: 28px;
      }
      .no-mediaqueries .site-content .entry-header,
      .no-mediaqueries .site-content .entry-content,
      .no-mediaqueries .site-content .entry-summary,
      .no-mediaqueries .site-content .entry-meta,
      .no-mediaqueries .page-content {
        width: 100%;
      }

      .no-mediaqueries .blog .content-area,
      .no-mediaqueries .single .content-area,
      .no-mediaqueries .post .content-area{
        width: 640px;
      }
      .no-mediaqueries .page .content-area{
        width: 572px;
      }
      .no-mediaqueries .post,
      .no-mediaqueries .page{
        padding-left: 30px !important;
        padding-right: 30px !important;
        width: 100%;
      }
/* =WORK
---------------------------------------------------------------*/
.games{
  width: 578px;
  max-width: 100%;
  margin: 0 auto;
  list-style: none;
}
.home.page-template .content-area{
  width: 578px;
}
.game{
  position: relative;
  width: 256px;
  margin: 0 2.5% 22px;
  overflow: hidden;
  float: left;
  background-color: none;
  max-width: 45%;
}
  .game img{
  }
  .csscalc .game{
    margin: 0 11px 22px;
    max-width: -moz-calc(50% - 22.1px);
    max-width: -webkit-calc(50% - 22.1px);
    max-width: -o-calc(50% - 22.1px);
    max-width: calc(50% - 22.1px);
  }
  .csscalc .game img{
    
  }
.games *{
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.game a{
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: block;
  width: 100%;
  left: 0;
  top: 0;
  background-color: none;
}
.game a:hover{
  background-color: none;
}
.game img{
  width: 100%;
  height: auto;
  left: 0;
  top: 0;
}
.no-touch .game:hover img.thumbnail{
  display: none;
}
.game img.hover{
  display: none;
}
.no-touch .game:hover img.hover{
  display: block;
}
.game .title{
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  padding-top: 45%;
  left: 0;
  top: 0;
  text-align: center;
  background-color: rgba(0,0,0,0.5);
}
.placeholder-wide{
  display: none;
}
@media screen and (min-width: 480px){
  .home.page-template .content-area .page {
    padding-left: 11px;
    padding-right: 11px;
  }
}
@media screen and (min-width:992px){
  .games {
    width: 864px;
  }
  .home.page-template .content-area{
    width: 864px;
  }
    .home.page-template .content-area .page {
      padding-left: 16px;
      padding-right: 16px;
    }
  .game{
    max-width: 256px;
  }
  .placeholder-wide{
    display: block;
  }
  .placeholder-narrow{
    display: none;
  }
}
/* no-mediaqueries */
.no-mediaqueries .games,
.no-mediaqueries .home.page-template .content-area {
  width: 886px;
}
.no-mediaqueries .home.page-template .content-area .page {
  padding-left: 16px;
  padding-right: 16px;
}
.no-mediaqueries .game{
  max-width: 28.3333%;
}
.no-mediaqueries .csscalc .game{
  margin: 0 16px 32px;
  max-width: -moz-calc(33.3333% - 32.1px);
  max-width: -webkit-calc(33.3333% - 32.1px);
  max-width: -o-calc(33.3333% - 32.1px);
  max-width: calc(33.3333% - 32.1px);
}
.no-mediaqueries .placeholder-wide{
  display: block;
}
.no-mediaqueries .placeholder-narrow{
  display: none;
}

.no-mediaqueries .home.page-template .content-area{
  width: 886px;
}

/*--- Media ---*/
.media-widget{
  width: 512px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}
  .videos .media-widget{
    height: 216px;
  }
  .media-widget .media{
    position: relative;
    overflow: hidden;
    margin: 0 30px;
  }
  .images .media-widget .media{
    /*width: calc(78% + 10px);*/
  }
  .media-widget .nav{
    width: 20px;
    height: 32px;
    margin-top: 25%;
    cursor: pointer;
    z-index: 1;
    position: absolute;
  }
  .media-widget .nav img{
    height: 100%;
  }
  .media-widget .left-nav{
    left: 0;
  }
  .media-widget .right-nav{
    right: 0;
  }
  .media .image-section{
    -moz-transition: -moz-transform 0.4s;
    -o-transition: -o-transform 0.4s;
    transition: -ms-transform 0.4s;
    -webkit-transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
  }
  .media .image-section.active{
    display: block;
  }
  .media .image-section.previous{
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
  }

 
  .media-widget .image.previous{
    z-index: 3;
  }
  .media-widget .image.active{
    z-index: 4;
  }
  .media-widget .columns-2 img{
    width: 50%;
    padding: 0 5px;
  }
  .media-widget .columns-3 img{
    width: 33.333%;
    padding: 0 5px;
  }
  .media-widget .columns-4 img{
    width: 25%;
    padding: 0 5px;
  }
  /* IMAGE WIDGET */
  .images .media-widget .image-section{
    width: 400%;
  }

  .images .media-widget .image-section a{
    width: 12.5%;
    display: block;
    float: left;
    padding: 0 4px;
  }
  .images .media-widget .image-section a img{
    width: 100%;
    display: block;
    float: left;
  }


  /* VIDEO WIDGET */
  .videos .media {
      height: 100%;
  }
  .no-js .videos .media {
      padding-bottom: 56.25%;
      padding-top: 30px;
      height: 0;
  }
  .videos .loading .media {
      background: transparent url("images/loading.gif") center no-repeat;
  }
   
  .media iframe,
  .media object,
  .media embed {
    width: 100%;
    height: 100%;
  }  
  #videos .media iframe.active{
    z-index: 5;
  }
  #videos .loading .media{
    background-color: red;
  } 
  #videos .media .image,
  #videos .media iframe{
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
    opacity: 1;
  } 
  #videos .loading .media .image,
  #videos .loading .media iframe{
    opacity: 0;
  }
@media screen and (min-width: 768px){
  .media-widget-container{
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media screen and (min-width: 480px){

  .media-widget {
    width: 100%;
  }
}
/* no-mediaqueries */
      .no-mediaqueries .media-widget {
        width: 100%;
      }
      .no-mediaqueries .media-widget-container {
        margin-left: -30px;
        margin-right: -30px;
      }
/* =LIGHTBOX
---------------------------------------------------------------*/
#swipebox-slider .slide {
  background: none;
}
/*#lightbox{
  position: fixed;
  z-index: 10;
  top: 20%;
  left: 50%;
  margin: 0;
  margin-left: -50%;
  width: 100%;
  height:100%;
  background-color: grey;
  padding: 64px 32px;
  -webkit-transition: height .5s, width .5s, margin .5s;
  transition: height .5s, width .5s, margin .5s;
}
#lightbox button.close{
  position: absolute;
  top: 8px;
  right: 8px;
}
#lightbox h3.alt-text{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 8px;
}
#lightbox img{
  display: block;
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
}*/
/* =SIDEBARS
---------------------------------------------------------------*/
#secondary{
  display: none;
}
/* =FOOTER
---------------------------------------------------------------*/
.site-footer {
  background-color: transparent;
  text-align: center;
  margin: 32px auto 0;
}
.to-top{
  display: block;
  width: 32px;
  margin: 0 auto;
}
.to-top img{
  width: 100%;
}
/*== ANIMATIONS ==*/
.animated {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-640px);
    transform: translateX(-640px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-640px);
    -ms-transform: translateX(-640px);
    transform: translateX(-640px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(640px);
    transform: translateX(640px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(640px);
    -ms-transform: translateX(640px);
    transform: translateX(640px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-640px);
    transform: translateX(-640px);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-640px);
    -ms-transform: translateX(-640px);
    transform: translateX(-640px);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(640px);
    transform: translateX(640px);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(640px);
    -ms-transform: translateX(640px);
    transform: translateX(640px);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
/* =COLORS DEFAULT
---------------------------------------------------------------*/
body,
.entry-meta .tag-links a:after {
  background-color: #f8f3e2;  /* Background color */
  color: #18252a;  /* Text color */
}
a,
a:active,
a:hover,
.game a,
.entry-title a:hover,
.entry-meta a:hover,
.site-navigation a,
.site-navigation .current_page_item > a,
.site-navigation .current_page_ancestor > a,
.site-navigation .current-menu-item > a,
.site-navigation .current-menu-ancestor > a,
.primary-navigation li:hover > a,
.primary-navigation li.focus > a,
.site-footer,
.site-info,
.site-info a,
.post-navigation a:hover,
.image-navigation a:hover {
  background-color: transparent;
  color: #18252a;
}
button,
.contributor-posts-link,
input[type="button"],
input[type="reset"],
input[type="submit"],
button:hover,
button:focus,
.contributor-posts-link:hover,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
.media-widget .image,
.entry-meta .tag-links a,
.entry-meta .tag-links a:hover {
  background-color: #18252a;
  color: #f8f3e2;
  text-shadow: none;
}
.entry-meta .tag-links a:before,
.entry-meta .tag-links a:hover:before {
  border-right-color: #18252a;
}
::selection {
  background-color: #18252a;
  color: #f8f3e2;
}
::-moz-selection {
  background-color: #18252a;
  color: #f8f3e2;
}
/* =COLORS DEVICE 6
---------------------------------------------------------------*/
body.device6,
.device6 .entry-meta .tag-links a:after {
  background-color: #c12350;
  color: #fcfaf1;
}
.device6 a,
.device6 a:active,
.device6 a:hover,
.device6 .game a,
.device6 .entry-title a:hover,
.device6 .entry-meta a:hover,
.device6 .site-navigation a,
.device6 .site-navigation .current_page_item > a,
.device6 .site-navigation .current_page_ancestor > a,
.device6 .site-navigation .current-menu-item > a,
.device6 .site-navigation .current-menu-ancestor > a,
.device6 .primary-navigation li:hover > a,
.device6 .primary-navigation li.focus > a,
.device6 .site-footer,
.device6 .site-info,
.device6 .site-info a,
.device6 .post-navigation a:hover,
.device6 .image-navigation a:hover {
  background-color: transparent !important;
  color: #fcfaf1 !important;
}
.device6 button,
.device6 .contributor-posts-link,
.device6 input[type="button"],
.device6 input[type="reset"],
.device6 input[type="submit"],
.device6 button:hover,
.device6 button:focus,
.device6 .contributor-posts-link:hover,
.device6 input[type="button"]:hover,
.device6 input[type="button"]:focus,
.device6 input[type="reset"]:hover,
.device6 input[type="reset"]:focus,
.device6 input[type="submit"]:hover,
.device6 input[type="submit"]:focus,
.device6 .media-widget .image,
.device6 .entry-meta .tag-links a,
.device6 .entry-meta .tag-links a:hover {
  background-color: #fcfaf1;
  color: #c12350;
  text-shadow: none;
}
.device6 .entry-meta .tag-links a:before,
.device6 .entry-meta .tag-links a:hover:before {
  border-right-color: #fcfaf1;
}
.device6 ::selection {
  background-color: #fcfaf1;
  color: #c12350;
}
.device6 ::-moz-selection {
  background-color: #fcfaf1;
  color: #c12350;
}
/* =COLORS Bumpy Road
---------------------------------------------------------------*/
body.bumpyroad,
.bumpyroad .entry-meta .tag-links a:after {
  background-color: #6f0026;
  color: #fff4c9;
}
.bumpyroad a,
.bumpyroad a:active,
.bumpyroad a:hover,
.bumpyroad .game a,
.bumpyroad .entry-title a:hover,
.bumpyroad .entry-meta a:hover,
.bumpyroad .site-navigation a,
.bumpyroad .site-navigation .current_page_item > a,
.bumpyroad .site-navigation .current_page_ancestor > a,
.bumpyroad .site-navigation .current-menu-item > a,
.bumpyroad .site-navigation .current-menu-ancestor > a,
.bumpyroad .primary-navigation li:hover > a,
.bumpyroad .primary-navigation li.focus > a,
.bumpyroad .site-footer,
.bumpyroad .site-info,
.bumpyroad .site-info a,
.bumpyroad .post-navigation a:hover,
.bumpyroad .image-navigation a:hover {
  background-color: transparent !important;
  color: #fff4c9 !important;
}
.bumpyroad button,
.bumpyroad .contributor-posts-link,
.bumpyroad input[type="button"],
.bumpyroad input[type="reset"],
.bumpyroad input[type="submit"],
.bumpyroad button:hover,
.bumpyroad button:focus,
.bumpyroad .contributor-posts-link:hover,
.bumpyroad input[type="button"]:hover,
.bumpyroad input[type="button"]:focus,
.bumpyroad input[type="reset"]:hover,
.bumpyroad input[type="reset"]:focus,
.bumpyroad input[type="submit"]:hover,
.bumpyroad input[type="submit"]:focus,
.bumpyroad .media-widget .image,
.bumpyroad .entry-meta .tag-links a,
.bumpyroad .entry-meta .tag-links a:hover {
  background-color: #fff4c9;
  color: #6f0026;
  text-shadow: none;
}
.bumpyroad .entry-meta .tag-links a:before,
.bumpyroad .entry-meta .tag-links a:hover:before {
  border-right-color: #fff4c9;
}
.bumpyroad ::selection {
  background-color: #fff4c9;
  color: #6f0026;
}
.bumpyroad ::-moz-selection {
  background-color: #fff4c9;
  color: #6f0026;
}
/* =COLORS Year Walk iOS
---------------------------------------------------------------*/
body.yearwalkios,
.yearwalkios .entry-meta .tag-links a:after {
  background-color: #150c15;
  color: #f4f3f3;
}
.yearwalkios a,
.yearwalkios a:active,
.yearwalkios a:hover,
.yearwalkios .game a,
.yearwalkios .entry-title a:hover,
.yearwalkios .entry-meta a:hover,
.yearwalkios .site-navigation a,
.yearwalkios .site-navigation .current_page_item > a,
.yearwalkios .site-navigation .current_page_ancestor > a,
.yearwalkios .site-navigation .current-menu-item > a,
.yearwalkios .site-navigation .current-menu-ancestor > a,
.yearwalkios .primary-navigation li:hover > a,
.yearwalkios .primary-navigation li.focus > a,
.yearwalkios .site-footer,
.yearwalkios .site-info,
.yearwalkios .site-info a,
.yearwalkios .post-navigation a:hover,
.yearwalkios .image-navigation a:hover {
  background-color: transparent !important;
  color: #f4f3f3 !important;
}
.yearwalkios button,
.yearwalkios .contributor-posts-link,
.yearwalkios input[type="button"],
.yearwalkios input[type="reset"],
.yearwalkios input[type="submit"],
.yearwalkios button:hover,
.yearwalkios button:focus,
.yearwalkios .contributor-posts-link:hover,
.yearwalkios input[type="button"]:hover,
.yearwalkios input[type="button"]:focus,
.yearwalkios input[type="reset"]:hover,
.yearwalkios input[type="reset"]:focus,
.yearwalkios input[type="submit"]:hover,
.yearwalkios input[type="submit"]:focus,
.yearwalkios .media-widget .image,
.yearwalkios .entry-meta .tag-links a,
.yearwalkios .entry-meta .tag-links a:hover {
  background-color: #f4f3f3;
  color: #150c15;
  text-shadow: none;
}
.yearwalkios .entry-meta .tag-links a:before,
.yearwalkios .entry-meta .tag-links a:hover:before {
  border-right-color: #f4f3f3;
}
.yearwalkios ::selection {
  background-color: #f4f3f3;
  color: #150c15;
}
.yearwalkios ::-moz-selection {
  background-color: #f4f3f3;
  color: #150c15;
}
/* =COLORS Year Walk PC
---------------------------------------------------------------*/
body.yearwalkpc,
.yearwalkpc .entry-meta .tag-links a:after {
  background-color: #150c15;
  color: #f4f3f3;
}
.yearwalkpc a,
.yearwalkpc a:active,
.yearwalkpc a:hover,
.yearwalkpc .game a,
.yearwalkpc .entry-title a:hover,
.yearwalkpc .entry-meta a:hover,
.yearwalkpc .site-navigation a,
.yearwalkpc .site-navigation .current_page_item > a,
.yearwalkpc .site-navigation .current_page_ancestor > a,
.yearwalkpc .site-navigation .current-menu-item > a,
.yearwalkpc .site-navigation .current-menu-ancestor > a,
.yearwalkpc .primary-navigation li:hover > a,
.yearwalkpc .primary-navigation li.focus > a,
.yearwalkpc .site-footer,
.yearwalkpc .site-info,
.yearwalkpc .site-info a,
.yearwalkpc .post-navigation a:hover,
.yearwalkpc .image-navigation a:hover {
  background-color: transparent !important;
  color: #f4f3f3 !important;
}
.yearwalkpc button,
.yearwalkpc .contributor-posts-link,
.yearwalkpc input[type="button"],
.yearwalkpc input[type="reset"],
.yearwalkpc input[type="submit"],
.yearwalkpc button:hover,
.yearwalkpc button:focus,
.yearwalkpc .contributor-posts-link:hover,
.yearwalkpc input[type="button"]:hover,
.yearwalkpc input[type="button"]:focus,
.yearwalkpc input[type="reset"]:hover,
.yearwalkpc input[type="reset"]:focus,
.yearwalkpc input[type="submit"]:hover,
.yearwalkpc input[type="submit"]:focus,
.yearwalkpc .media-widget .image,
.yearwalkpc .entry-meta .tag-links a,
.yearwalkpc .entry-meta .tag-links a:hover {
  background-color: #f4f3f3;
  color: #150c15;
  text-shadow: none;
}
.yearwalkpc .entry-meta .tag-links a:before,
.yearwalkpc .entry-meta .tag-links a:hover:before {
  border-right-color: #f4f3f3;
}
.yearwalkpc ::selection {
  background-color: #f4f3f3;
  color: #150c15;
}
.yearwalkpc ::-moz-selection {
  background-color: #f4f3f3;
  color: #150c15;
}
/* =COLORS Kosmospin
---------------------------------------------------------------*/
body.kosmospin,
.kosmospin .entry-meta .tag-links a:after {
  background-color: #1d95ba;
  color: #f1f1f1;
}
.kosmospin a,
.kosmospin a:active,
.kosmospin a:hover,
.kosmospin .game a,
.kosmospin .entry-title a:hover,
.kosmospin .entry-meta a:hover,
.kosmospin .site-navigation a,
.kosmospin .site-navigation .current_page_item > a,
.kosmospin .site-navigation .current_page_ancestor > a,
.kosmospin .site-navigation .current-menu-item > a,
.kosmospin .site-navigation .current-menu-ancestor > a,
.kosmospin .primary-navigation li:hover > a,
.kosmospin .primary-navigation li.focus > a,
.kosmospin .site-footer,
.kosmospin .site-info,
.kosmospin .site-info a,
.kosmospin .post-navigation a:hover,
.kosmospin .image-navigation a:hover {
  background-color: transparent !important;
  color: #f1f1f1 !important;
}
.kosmospin button,
.kosmospin .contributor-posts-link,
.kosmospin input[type="button"],
.kosmospin input[type="reset"],
.kosmospin input[type="submit"],
.kosmospin button:hover,
.kosmospin button:focus,
.kosmospin .contributor-posts-link:hover,
.kosmospin input[type="button"]:hover,
.kosmospin input[type="button"]:focus,
.kosmospin input[type="reset"]:hover,
.kosmospin input[type="reset"]:focus,
.kosmospin input[type="submit"]:hover,
.kosmospin input[type="submit"]:focus,
.kosmospin .media-widget .image,
.kosmospin .entry-meta .tag-links a,
.kosmospin .entry-meta .tag-links a:hover {
  background-color: #f1f1f1;
  color: #1d95ba;
  text-shadow: none;
}
.kosmospin .entry-meta .tag-links a:before,
.kosmospin .entry-meta .tag-links a:hover:before {
  border-right-color: #f1f1f1;
}
.kosmospin ::selection {
  background-color: #f1f1f1;
  color: #1d95ba;
}
.kosmospin ::-moz-selection {
  background-color: #f1f1f1;
  color: #1d95ba;
}
/* =COLORS beat sneak bandit
---------------------------------------------------------------*/
body.beatsneakbandit,
.beatsneakbandit .entry-meta .tag-links a:after {
  background-color: #000000;
  color: #9ad6c0;
}
.beatsneakbandit a,
.beatsneakbandit a:active,
.beatsneakbandit a:hover,
.beatsneakbandit .game a,
.beatsneakbandit .entry-title a:hover,
.beatsneakbandit .entry-meta a:hover,
.beatsneakbandit .site-navigation a,
.beatsneakbandit .site-navigation .current_page_item > a,
.beatsneakbandit .site-navigation .current_page_ancestor > a,
.beatsneakbandit .site-navigation .current-menu-item > a,
.beatsneakbandit .site-navigation .current-menu-ancestor > a,
.beatsneakbandit .primary-navigation li:hover > a,
.beatsneakbandit .primary-navigation li.focus > a,
.beatsneakbandit .site-footer,
.beatsneakbandit .site-info,
.beatsneakbandit .site-info a,
.beatsneakbandit .post-navigation a:hover,
.beatsneakbandit .image-navigation a:hover {
  background-color: transparent !important;
  color: #9ad6c0 !important;
}
.beatsneakbandit button,
.beatsneakbandit .contributor-posts-link,
.beatsneakbandit input[type="button"],
.beatsneakbandit input[type="reset"],
.beatsneakbandit input[type="submit"],
.beatsneakbandit button:hover,
.beatsneakbandit button:focus,
.beatsneakbandit .contributor-posts-link:hover,
.beatsneakbandit input[type="button"]:hover,
.beatsneakbandit input[type="button"]:focus,
.beatsneakbandit input[type="reset"]:hover,
.beatsneakbandit input[type="reset"]:focus,
.beatsneakbandit input[type="submit"]:hover,
.beatsneakbandit input[type="submit"]:focus,
.beatsneakbandit .media-widget .image,
.beatsneakbandit .entry-meta .tag-links a,
.beatsneakbandit .entry-meta .tag-links a:hover {
  background-color: #9ad6c0;
  color: #000000;
  text-shadow: none;
}
.beatsneakbandit .entry-meta .tag-links a:before,
.beatsneakbandit .entry-meta .tag-links a:hover:before {
  border-right-color: #9ad6c0;
}
.beatsneakbandit ::selection {
  background-color: #9ad6c0;
  color: #000000;
}
.beatsneakbandit ::-moz-selection {
  background-color: #9ad6c0;
  color: #000000;
}

.beatsneakbandit .rhythm{
  color: #c9638a;
}
.beatsneakbandit .stealth{
  color: #81adb4;
}
.beatsneakbandit .puzzle{
  color: #ffa800;
}
/* =COLORS The Sailor's Dream
---------------------------------------------------------------*/
body.thesailorsdream,
.thesailorsdream .entry-meta .tag-links a:after {
  background-color: #5ca7af; /* Background color */
  color: #fffde4; /* Text color */
}
.thesailorsdream a,
.thesailorsdream a:active,
.thesailorsdream a:hover,
.thesailorsdream .game a,
.thesailorsdream .entry-title a:hover,
.thesailorsdream .entry-meta a:hover,
.thesailorsdream .site-navigation a,
.thesailorsdream .site-navigation .current_page_item > a,
.thesailorsdream .site-navigation .current_page_ancestor > a,
.thesailorsdream .site-navigation .current-menu-item > a,
.thesailorsdream .site-navigation .current-menu-ancestor > a,
.thesailorsdream .primary-navigation li:hover > a,
.thesailorsdream .primary-navigation li.focus > a,
.thesailorsdream .site-footer,
.thesailorsdream .site-info,
.thesailorsdream .site-info a,
.thesailorsdream .post-navigation a:hover,
.thesailorsdream .image-navigation a:hover {
  background-color: transparent !important;
  color: #fffde4 !important;
}
.thesailorsdream button,
.thesailorsdream .contributor-posts-link,
.thesailorsdream input[type="button"],
.thesailorsdream input[type="reset"],
.thesailorsdream input[type="submit"],
.thesailorsdream button:hover,
.thesailorsdream button:focus,
.thesailorsdream .contributor-posts-link:hover,
.thesailorsdream input[type="button"]:hover,
.thesailorsdream input[type="button"]:focus,
.thesailorsdream input[type="reset"]:hover,
.thesailorsdream input[type="reset"]:focus,
.thesailorsdream input[type="submit"]:hover,
.thesailorsdream input[type="submit"]:focus,
.thesailorsdream .media-widget .image,
.thesailorsdream .entry-meta .tag-links a,
.thesailorsdream .entry-meta .tag-links a:hover {
  background-color: #fffde4;
  color: #5ca7af;
  text-shadow: none;
}
.thesailorsdream .entry-meta .tag-links a:before,
.thesailorsdream .entry-meta .tag-links a:hover:before {
  border-right-color: #fffde4;
}
.thesailorsdream ::selection {
  background-color: #fffde4;
  color: #5ca7af;
}
.thesailorsdream ::-moz-selection {
  background-color: #fffde4;
  color: #5ca7af;
}
/* =COLORS December
---------------------------------------------------------------*/
body.decembermachine,
.decembermachine .entry-meta .tag-links a:after {
  background-color: #0c161a; /* Background color */
  color: #eeece4; /* Text color */
}
.decembermachine a,
.decembermachine a:active,
.decembermachine a:hover,
.decembermachine .game a,
.decembermachine .entry-title a:hover,
.decembermachine .entry-meta a:hover,
.decembermachine .site-navigation a,
.decembermachine .site-navigation .current_page_item > a,
.decembermachine .site-navigation .current_page_ancestor > a,
.decembermachine .site-navigation .current-menu-item > a,
.decembermachine .site-navigation .current-menu-ancestor > a,
.decembermachine .primary-navigation li:hover > a,
.decembermachine .primary-navigation li.focus > a,
.decembermachine .site-footer,
.decembermachine .site-info,
.decembermachine .site-info a,
.decembermachine .post-navigation a:hover,
.decembermachine .image-navigation a:hover {
  background-color: transparent !important;
  color: #eeece4 !important;
}
.decembermachine button,
.decembermachine .contributor-posts-link,
.decembermachine input[type="button"],
.decembermachine input[type="reset"],
.decembermachine input[type="submit"],
.decembermachine button:hover,
.decembermachine button:focus,
.decembermachine .contributor-posts-link:hover,
.decembermachine input[type="button"]:hover,
.decembermachine input[type="button"]:focus,
.decembermachine input[type="reset"]:hover,
.decembermachine input[type="reset"]:focus,
.decembermachine input[type="submit"]:hover,
.decembermachine input[type="submit"]:focus,
.decembermachine .media-widget .image,
.decembermachine .entry-meta .tag-links a,
.decembermachine .entry-meta .tag-links a:hover {
  background-color: #eeece4;
  color: #0c161a;
  text-shadow: none;
}
.decembermachine .entry-meta .tag-links a:before,
.decembermachine .entry-meta .tag-links a:hover:before {
  border-right-color: #eeece4;
}
.decembermachine ::selection {
  background-color: #eeece4;
  color: #0c161a;
}
.decembermachine ::-moz-selection {
  background-color: #eeece4;
  color: #0c161a;
}
/* =COLORS The lighthouse painting
---------------------------------------------------------------*/
body.thelighthousepainting,
.thesailorsdream .entry-meta .tag-links a:after {
  background-color: #429881; /* Background color */
  color: #fffde4; /* Text color */
}
.thelighthousepainting a,
.thelighthousepainting a:active,
.thelighthousepainting a:hover,
.thelighthousepainting .game a,
.thelighthousepainting .entry-title a:hover,
.thelighthousepainting .entry-meta a:hover,
.thelighthousepainting .site-navigation a,
.thelighthousepainting .site-navigation .current_page_item > a,
.thelighthousepainting .site-navigation .current_page_ancestor > a,
.thelighthousepainting .site-navigation .current-menu-item > a,
.thelighthousepainting .site-navigation .current-menu-ancestor > a,
.thelighthousepainting .primary-navigation li:hover > a,
.thelighthousepainting .primary-navigation li.focus > a,
.thelighthousepainting .site-footer,
.thelighthousepainting .site-info,
.thelighthousepainting .site-info a,
.thelighthousepainting .post-navigation a:hover,
.thelighthousepainting .image-navigation a:hover {
  background-color: transparent !important;
  color: #fffde4 !important;
}
.thelighthousepainting button,
.thelighthousepainting .contributor-posts-link,
.thelighthousepainting input[type="button"],
.thelighthousepainting input[type="reset"],
.thelighthousepainting input[type="submit"],
.thelighthousepainting button:hover,
.thelighthousepainting button:focus,
.thelighthousepainting .contributor-posts-link:hover,
.thelighthousepainting input[type="button"]:hover,
.thelighthousepainting input[type="button"]:focus,
.thelighthousepainting input[type="reset"]:hover,
.thelighthousepainting input[type="reset"]:focus,
.thelighthousepainting input[type="submit"]:hover,
.thelighthousepainting input[type="submit"]:focus,
.thelighthousepainting .media-widget .image,
.thelighthousepainting .entry-meta .tag-links a,
.thelighthousepainting .entry-meta .tag-links a:hover {
  background-color: #fffde4;
  color: #429881;
  text-shadow: none;
}
.thelighthousepainting .entry-meta .tag-links a:before,
.thelighthousepainting .entry-meta .tag-links a:hover:before {
  border-right-color: #fffde4;
}
.thelighthousepainting ::selection {
  background-color: #fffde4;
  color: #429881;
}
.thelighthousepainting ::-moz-selection {
  background-color: #fffde4;
  color: #429881;
}
/* =COLORS bedtime stories
---------------------------------------------------------------*/
body.bedtime,
.bedtime .entry-meta .tag-links a:after {
  background-color: #68786b; /* Background color */
  color: #292722; /* Text color */
}
.bedtime a,
.bedtime a:active,
.bedtime a:hover,
.bedtime .game a,
.bedtime .entry-title a:hover,
.bedtime .entry-meta a:hover,
.bedtime .site-navigation a,
.bedtime .site-navigation .current_page_item > a,
.bedtime .site-navigation .current_page_ancestor > a,
.bedtime .site-navigation .current-menu-item > a,
.bedtime .site-navigation .current-menu-ancestor > a,
.bedtime .primary-navigation li:hover > a,
.bedtime .primary-navigation li.focus > a,
.bedtime .site-footer,
.bedtime .site-info,
.bedtime .site-info a,
.bedtime .post-navigation a:hover,
.bedtime .image-navigation a:hover {
  background-color: transparent !important;
  color: #292722 !important;
}
.bedtime button,
.bedtime .contributor-posts-link,
.bedtime input[type="button"],
.bedtime input[type="reset"],
.bedtime input[type="submit"],
.bedtime button:hover,
.bedtime button:focus,
.bedtime .contributor-posts-link:hover,
.bedtime input[type="button"]:hover,
.bedtime input[type="button"]:focus,
.bedtime input[type="reset"]:hover,
.bedtime input[type="reset"]:focus,
.bedtime input[type="submit"]:hover,
.bedtime input[type="submit"]:focus,
.bedtime .media-widget .image,
.bedtime .entry-meta .tag-links a,
.bedtime .entry-meta .tag-links a:hover {
  background-color: #292722;
  color: #68786b;
  text-shadow: none;
}
.bedtime .entry-meta .tag-links a:before,
.bedtime .entry-meta .tag-links a:hover:before {
  border-right-color: #292722;
}
.bedtime ::selection {
  background-color: #292722;
  color: #68786b;
}
.bedtime ::-moz-selection {
  background-color: #292722;
  color: #68786b;
}
/* =COLORS spl-t
---------------------------------------------------------------*/
body.spl-t,
.spl-t .entry-meta .tag-links a:after {
  background-color: #000000; /* Background color */
  color: #ffffff; /* Text color */
}
.spl-t a,
.spl-t a:active,
.spl-t a:hover,
.spl-t .game a,
.spl-t .entry-title a:hover,
.spl-t .entry-meta a:hover,
.spl-t .site-navigation a,
.spl-t .site-navigation .current_page_item > a,
.spl-t .site-navigation .current_page_ancestor > a,
.spl-t .site-navigation .current-menu-item > a,
.spl-t .site-navigation .current-menu-ancestor > a,
.spl-t .primary-navigation li:hover > a,
.spl-t .primary-navigation li.focus > a,
.spl-t .site-footer,
.spl-t .site-info,
.spl-t .site-info a,
.spl-t .post-navigation a:hover,
.spl-t .image-navigation a:hover {
  background-color: transparent !important;
  color: #ffffff !important;
}
.spl-t button,
.spl-t .contributor-posts-link,
.spl-t input[type="button"],
.spl-t input[type="reset"],
.spl-t input[type="submit"],
.spl-t button:hover,
.spl-t button:focus,
.spl-t .contributor-posts-link:hover,
.spl-t input[type="button"]:hover,
.spl-t input[type="button"]:focus,
.spl-t input[type="reset"]:hover,
.spl-t input[type="reset"]:focus,
.spl-t input[type="submit"]:hover,
.spl-t input[type="submit"]:focus,
.spl-t .media-widget .image,
.spl-t .entry-meta .tag-links a,
.spl-t .entry-meta .tag-links a:hover {
  background-color: #ffffff;
  color: #000000;
  text-shadow: none;
}
.spl-t .entry-meta .tag-links a:before,
.spl-t .entry-meta .tag-links a:hover:before {
  border-right-color: #ffffff;
}
.spl-t ::selection {
  background-color: #ffffff;
  color: #000000;
}
.spl-t ::-moz-selection {
  background-color: #ffffff;
  color: #000000;
}
/* =COLORS spl-t
---------------------------------------------------------------*/
body.swh,
.swh .entry-meta .tag-links a:after {
  background-color: #2f0b48; /* Background color */
  color: #ffffe7; /* Text color */
}
.swh a,
.swh a:active,
.swh a:hover,
.swh .game a,
.swh .entry-title a:hover,
.swh .entry-meta a:hover,
.swh .site-navigation a,
.swh .site-navigation .current_page_item > a,
.swh .site-navigation .current_page_ancestor > a,
.swh .site-navigation .current-menu-item > a,
.swh .site-navigation .current-menu-ancestor > a,
.swh .primary-navigation li:hover > a,
.swh .primary-navigation li.focus > a,
.swh .site-footer,
.swh .site-info,
.swh .site-info a,
.swh .post-navigation a:hover,
.swh .image-navigation a:hover {
  background-color: transparent !important;
  color: #ffffe7 !important;
}
.swh button,
.swh .contributor-posts-link,
.swh input[type="button"],
.swh input[type="reset"],
.swh input[type="submit"],
.swh button:hover,
.swh button:focus,
.swh .contributor-posts-link:hover,
.swh input[type="button"]:hover,
.swh input[type="button"]:focus,
.swh input[type="reset"]:hover,
.swh input[type="reset"]:focus,
.swh input[type="submit"]:hover,
.swh input[type="submit"]:focus,
.swh .media-widget .image,
.swh .entry-meta .tag-links a,
.swh .entry-meta .tag-links a:hover {
  background-color: #ffffe7;
  color: #2f0b48;
  text-shadow: none;
}
.swh .entry-meta .tag-links a:before,
.swh .entry-meta .tag-links a:hover:before {
  border-right-color: #ffffe7;
}
.swh ::selection {
  background-color: #ffffe7;
  color: #2f0b48;
}
.swh ::-moz-selection {
  background-color: #ffffe7;
  color: #2f0b48;
}