/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/
/*Add your own styles here:*/
/* header search */
.header-search input:not([type=submit]) {
  min-height: 2em !important;
  line-height: 2em !important;
  background: unset !important;
  color: #333333 !important;
  font-size: 0.9rem !important;
}

body {
  background-color: #ffffff;
}

/* .single-chinese {
    .video {
        &-intro {
background-color: #1E1E1E;
        }

    &-content {
        h2{
        padding-top: 25rem;
    }

    padding-bottom: 20rem!important;
    background-color: #1E1E1E;
    }

    }
    h1, h2, p {
    color: #fff;
}
.structure {
    color: black;
    padding: 20px;
    border: 1px solid #070114;
    background-color: #f5f6fd;
}
.examples {
    padding: 20px;
    border: 1px solid #070114;
    background-color: #f5f6fd;
    li {
        padding: 20px;

}
}
}
 */
.bold {
  font-weight: bold;
}

.box {
  padding: 2%;
  background: #f5f7fa;
}
.box.chinese .emphasized {
  background-color: yellow;
}
.box.chinese .correct {
  color: green;
}
.box.chinese .incorrect {
  color: red;
}
.box ul {
  margin-left: 1.5rem;
}

.toc-wrapper {
  position: unset;
  top: unset;
  padding-top: unset;
}

.single-chinese .meta {
  padding: 2%;
  background-color: #f5f7fa;
}

.single-chinese section {
  padding-left: 0rem;
  padding-right: 0rem;
}

#toc-v2 li.toc-h3 {
  font-weight: normal;
  font-size: unset !important;
  margin-bottom: unset;
}

#toc li > a, #toc-v2 li > a {
  font-size: unset !important;
}