/* Acordeon styles */
.degardc-headline-tab {
	position: relative;
	margin-bottom: 8px;
	width: 100%;
	color: #fff;
	overflow: hidden;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border-bottom: 1px solid #f5f5f5;
	box-shadow: 0 10px 25px 0 rgb(0 0 0 / 7%);
	transition: 0.3s all;
}
.degardc-headline-tab:hover{
	box-shadow: 0 5px 30px 0 rgb(0 0 0 / 15%);
}
.degardc-headline-tab-input {
	position: absolute;
	opacity: 0;
	z-index: -1;
}
.degardc-headline-label {
	position: relative;
	display: block;
	padding: 5px 15px;
	color: #595959;
	background: #ffffff;
	line-height: 3;
	cursor: pointer;
}
.blue .degardc-headline-label {
	background: #2980b9;
}
.degardc-headline-tab-content {
	padding: 0 10px;
	text-align: justify;
	max-height: 0;
	overflow: hidden;
	background: #f7f7f7;
	color: #666666;
    font-size: 0.8rem;
	-webkit-transition: max-height .6s;
	-o-transition: max-height .6s;
	transition: max-height .6s;
}
.blue .degardc-headline-tab-content {
	background: #3498db;
}
.degardc-headline-tab-content p {
	margin: 1em;
}
/* :checked */
input:checked ~ .degardc-headline-tab-content {
	max-height: 70em;
}
/* Icon */
.degardc-headline-label::after {
	font-family: Arial;
	color: #aaaaaa;
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 3em;
	height: 3em;
	line-height: 3;
	text-align: center;
	-webkit-transition: all .35s;
	-o-transition: all .35s;
	transition: all .35s;
}
input[type=checkbox] + .degardc-headline-label::after {
	content: "+";
	font-size: 18.5px;
}
input[type=radio] + .degardc-headline-label::after {
	content: "\25BC";
}
input[type=checkbox]:checked + .degardc-headline-label::after {
	transform: rotate(45deg);
}
input[type=radio]:checked + .degardc-headline-label::after {
	transform: rotateX(180deg);
}
.degardc-headline-div{
    -webkit-border-radius: 5px;
	-o-border-radius: 5px;
}
.degardc-headline-time{
    float:left;
    margin-left: 40px;
    font-size: 0.8em;
    color: #999999;
    margin-top: 5px;
}
.degardc-headline-tab-content ::marker {
    color: #4aaefe;
}



/*teacher introduction section*/
.degardc-course-fullrow {
    background: white;
    border-radius: 5px;
    width: 100%;
    padding: 25px;
    box-shadow: 0 10px 25px 0 rgb(0 0 0 / 7%);
}
.degardc-course-fullrow .teacher{
	display:flex;
	align-items: center;
}
.degardc-course-fullrow .teacher figure{
	flex: 30%;
	line-height: 0;
	text-align: center;
	padding-left: 25px !important;
}
.degardc-course-fullrow .teacher aside{
	flex: 70%;
	margin: auto;
}
.degardc-course-fullrow .teacher img{
	border-radius: 100%;
	padding: 10px;
}

.teacher-name h3 {
    margin-top: 0;
}

.teacher-info p {
    margin: 0;
    text-align: justify;
    font-size:16px;
}

@media only screen and (max-width: 768px) {
  .degardc-course-fullrow {
    padding: 10px;
}
.degardc-course-fullrow .teacher figure{
	padding-left: 10px !important;
}
.teacher-name h3 {
    margin-bottom: 2px;
}
.degardc-course-fullrow .teacher figure{
	flex: 25%;
}
.teacher-info p {
    font-size:14px;
}
.degardc-course-fullrow .teacher img{
	padding: 0px;
}
}
/*teacher introduction section*/


/*course sell ticket*/
.sell_course:before{
    content: '';
    width: 16px;
    height: 16px;
    border-left: 1px dashed #aaaaaa;
    border-radius: 50%;
    background-color: #fafafa;
    position: absolute;
    top: calc(50% - 8px);
    right: -8px;
    z-index: 2;
}
.sell_course:after{
    content: '';
    width: 16px;
    height: 16px;
    border-right: 1px dashed #aaaaaa;
    border-radius: 50%;
    background-color: #fafafa;
    position: absolute;
    top: calc(50% - 8px);
    left: 3px;
    z-index: 2;
}
/*course sell ticket*/

/*course tags*/
.course-tag a {
    background: #5facfa26;
    padding: 5px 10px;
    border-radius: 5px;
    color: #4aaefe !important;
}
/*course tags*/

#comment-section,#description-section {
    padding: 0 !important;
}
#description-sidebar {
    position: sticky !important;
    top: 120px !important;
}
#comment-sidebar {
    position: sticky !important;
    top: 120px !important;
}
#comment-section .commentlist {
    padding: 20px !important;
    background: white !important;
    border-radius: 5px;
    box-shadow: 0 10px 25px 0 rgb(0 0 0 / 7%);
}
#comment-section #respond {
    padding: 20px !important;
    background: white !important;
    border-radius: 5px;
    box-shadow: 0 10px 25px 0 rgb(0 0 0 / 7%);
    margin-top: 20px !important;
}
#comment-section .comment-text {
    border: 1px solid #eee !important;
}
#comment-section .star-rating span,#comment-section .stars a {
    color: #ffc009;
}
#comment-section input#submit {
    background: #4aaefe !important;
    color: white !important;
}