/*
	Theme Name: Writing Pad
	Theme URI: http://demo.agnidesigns.com/cookie/
	Author: AgniDesigns
	Version: 0.0.1
	Description: Writing Pad theme. Child theme of Cookie by AgniDesigns.
	Author URI: http://themeforest.net/user/AgniHD
	Template: cookie
*/
@import url("../cookie/style.css");
@import url("../cookie/css/responsive.css");

/* Homepage */


/* Single Product Page */

.entry-title:after {
    border-bottom: 0;
}

.single-product .quantity {
    display: none !important;
}

.single-product-page .single-product-description .product-subtitle {
    margin-top: 0 !important;
}

.page-single-shop-content .tabs {
    /*display: none;*/
}

/* Single Teacher Page */

.teacher_bio .section-heading {
    margin-bottom: 10px;
}

.tax-teacher .teacher_bio {
    padding-bottom: 40px;
}

.tax-teacher h1 {
    margin-bottom: 0;
}

.tax-teacher .credits {
    font-style: italic;
}

.tax-teacher .teacher_bio_wrapper {
    margin-top: 4em;
}

.tax-teacher .teacher-bio-student-praises {
    font-style: italic;
    text-align: left;
    padding-top: 25px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: solid 1px #f0f0f0;
    display: flex;
    justify-content: center;
    font-size: 1.2rem;
    font-weight: bold;
}

.tax-teacher .teacher-bio-student-praises-content {
    width: 70%;
}

.tax-teacher .teacher-bio-student-praises-quotes {
    line-height: 1.2rem;
    font-size: 2rem;
}

.tax-teacher .teacher-bio-student-praises-author {
    margin-top: 2rem;
    text-align: right;
    font-style: normal;
}