/**
 *
 * Header and logo
 *
 */
#header .sporty-logo-left {
  display: none;
}

#header .sporty-logo-wrapper {
  padding-right: 0;
}

#header .sporty-logo span {
  margin: 30px 0px 30px 30px;
  padding: 10px 15px 10px 15px;
  float: right;
  position: relative;
  display: block;
  color: #ffffff;
  background-color: #cc0000;

  text-transform: uppercase;
}

#header .sporty-logo span:after {
  top: 100%;
  right: 0;
  content: " ";
  position: absolute;
  pointer-events: none;
  width: 0;
  height: 0;

  border-top: 20px solid #cc0000;
  border-left: 20px solid transparent;
}

@media screen and (max-width: 640px) {
  #header .sporty-logo span {
    margin: 0 0 20px 0;
    padding: 15px;
    float: none;
  }
  #header .sporty-logo-wrapper {
    padding: 0;
  }
  #header .sporty-logo span:after {
    display: none;
  }
}

/**
 *
 * Main menu
 *
 */
#mainmenu {
  border-bottom: 3px solid #cc0000;
}
#mainmenu a > span {
  position: relative;
}
#mainmenu > li > a {
  text-transform: uppercase;
}

#mainmenu > li:hover > a {
  color: white;
}

#mainmenu > li > a:hover::before {
  height: 100%;
}
#mainmenu > li > a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 0%;
  width: 100%;
  transition: height 0.14s linear;
}
#mainmenu a::before,
#mainmenu ul li a::before {
  background: #cc0000;
}
#mainmenu > li > ul > li > a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 0;
  transition: width 0.14s linear;
}
#mainmenu > li > ul > li > a:hover::before {
  width: 100%;
}

/**
 *
 * Sidebar
 *
 */
.sidebarbox {
  padding: 0;
  border: 0;
  clear: both;
  margin-bottom: 30px;
}
.sidebarbox > h3 {
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 26px;
}

/**
 *
 * Posts
 *
 */
.postbox {
  padding: 0;
  background-color: transparent;
  margin-bottom: 40px;
}
.postbox > h3 {
  font-size: 24px;
  color: #cc0000;
  margin-bottom: 10px;
}
.postbox > h3 > a {
  color: #cc0000;
}
.date-without-thumb {
  display: none;
}

/**
 * 
 * Images
 *
 */
.sporty-masonry-cats {
  display: none;
}
article.post {
  border-bottom: 1px solid #ddd;
}
