/*
Theme Name: KanjiApp
Theme URI: http://poporetto.com
Description: Child theme of twentyseventeen theme for the Twenty Seventeen theme
Author: KanjiGuy
Author URI: http://poporetto.com
Template: twentyseventeen
Version: 1.0.0
*/

/* Generated by Orbisius Child Theme Creator (http://orbisius.com/products/wordpress-plugins/orbisius-child-theme-creator/) on Wed, 01 Nov 2017 10:54:38 +0000 */ 
/* The plugin now uses the recommended approach for loading the css files.*/

/*Kanji Post*/
.kanji-card {
  padding: 24px;
  margin-bottom: 24px;
  background-color: #ffbb41;
  border-radius: 20px;
  color: #5b3222;
}
.kanji-bubble {
  position: relative;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  box-shadow: 2px 4px 0 0px rgba(0, 0, 0, 0.09);
}

.kanji-bubble::after {
  position: absolute;
  right: 32px;
  bottom: 2px;
  content:"";
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-left-width: 64px;
  border-right-width: 0px;
  border-top: 28px solid white;
}

.kanji-character {
  font-size: 100px;
}
.kanji-meaning-label {
  margin-bottom: 2px;
  text-transform: uppercase;
  font-size: 10px;
  color: #5b3222;
}
.kanji-meaning-text {
  font-size: 18px;
}
.kanji-meaning-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 12px;
}
.kanji-meaning-item:nth-child(2){
margin-left: 12px;
}

.kanji-image {
 width: 100%;
}

.page-header {
padding-bottom: 0;
}

.single-featured-image-header {
	display:none;
}