/*
Theme Name: Seed
Theme URI: https://th.seedthemes.com/item/seed/
Author: SeedThemes
Author URI: https://SeedThemes.com
Description: Starter Theme
Version: 2.0.7
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: seed
Tags: featured-images, custom-menu
*/

/*
===========================================

This theme use SCSS, please check

1. css/scss/_variables.scss - for some colors & styles.
2. css/scss/mobile.scss - will be compiled to css/mobile.css and used for mobile version.
3. css/scss/desktop.scss - will be compiled to css/desktop.css and used for desktop version.
4. If you set $GLOBALS['s_style_css'] in functions.php to 'enable', you can add CSS to this file to override all CSS.
    
=========================================== 
*/

/*
body {
	border: 5px solid #c00;
}
*/

/**---------------- Course----------------**/
#course_curriculum_container {
    font-size: 0.9em;
}
#course_curriculum_container .box-playlist{
	margin: 0px 0px 10px 0px;
	background-color: #fff;
	border: 1px solid #e5e5e5;
}
#course_curriculum_container .box-title{
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	padding: 5px;
	margin: 0px 0px 1px 0px;
	color:#fff;
	background-color:#7B7B7B;
}
#course_curriculum_container .box-chapter{
	position: relative;
	padding-right: 185px;
	margin: 8px;
	background-color:#fff;
	cursor: default;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
#course_curriculum_container .box-chapter .box-chapter-detail{
	position: absolute;
	top: -8px;
	right: 0;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 35px;
}
#course_curriculum_container .box-chapter .box-chapter-detail span{
	margin-right: 8px;
}
#course_curriculum_container .box-chapter .label{
	letter-spacing: 0.3px;
}
#course_curriculum_container .label-success{
	background-color: #5cb85c;
}
#course_curriculum_container .label{
	display: inline;
	padding: .2em .6em .3em;
	font-size: 75%;
	font-weight: bold;
	line-height: 1;
	color:#fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em;
}
#course_curriculum_container .box-chapter .box-chapter-detail .box-chapter-icon{
	line-height: 0px;
	font-size: 1.1em;
}
#course_curriculum_container .box-chapter .box-chapter-detail .text-duration{
	width: 71px;
	text-align: right;
}

#course_curriculum_container .box-chapter.has-preview{
	color: #5C7635;
}
#course_curriculum_container .box-chapter.has-preview:hover{
	color: #04542b;
}



/**---------------- Contact Form 7----------------**/
#responsive-form{
	max-width:600px /*-- change this to get your desired form width --*/;
	margin:0 auto;
        width:100%;
}
.form-row{
	width: 100%;
}
.column-half, .column-full{
	float: left;
	position: relative;
	padding: 0.65rem;
	width:100%;
	-webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

/**--- Media query ---**/
@media only screen and (min-width: 48em) { 
	.column-half{
		width: 50%;
	}
}

.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 textarea {
	width: 100%;
	padding: 8px;
	border: 1px solid #ccc;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	 -moz-box-sizing: border-box;
	      box-sizing: border-box
}
.wpcf7 input[type="text"]:focus{
	background: #fff;
}
.wpcf7-submit{
	float: right;
	background: #48bb78;
	color: #fff;
	text-transform: uppercase;
	border: none;
	border-radius: 3px;
	text-align: center;
	padding: 8px 20px;
	cursor: pointer;
}
.wpcf7-submit:hover{
	background: #2f855a;
}
span.wpcf7-not-valid-tip{
	text-shadow: none;
	font-size: 12px;
	color: #f96a59;
	background: #ffffff;
	padding: 5px;
}
div.wpcf7-validation-errors { 
	text-shadow: none;
	border: transparent;
	background: #f4fda5;
	padding: 5px;
	color: #9C6533;
	text-align: center;
	margin: 0;
	font-size: 16px;
}
div.wpcf7-mail-sent-ok{
	text-align: center;
	text-shadow: none;
	padding: 5px;
	font-size: 16px;
	background: #48bb78;
	border-color: #48bb78;
	color: #fff;
	margin: 0;
}

span.wpcf7-list-item { display: block; }

/**---------------- Table ----------------**/
table, th, td {
  border: solid 1px #ccc;
  padding: 10px;
}

table {
    border-collapse:collapse;
    caption-side:bottom;
    width: 100%;
}

/**---------------- Button Excerpt ----------------**/
.c-btn {
  padding: .25em .5em;
  border: solid 1px #1e5342;
  border-radius: 4px;
  display: inline-block;
  text-align: center;
}
.c-btn:hover,
.c-btn:focus {
  cursor: pointer;
  background-color: #48bb78;
  color: #fff;
}
.c-btn-group {
  display: inline-flex;
  border: 1px solid #1e5342;
  overflow: hidden;
  border-radius: 3px;  
}
.c-btn-group > .c-btn {
  border-radius: 0;
  border: none;
  border-right: 1px solid #1e5342;
}
.c-btn-group > .c-btn:last-child {
  border-right: none;
}
.c-btn-group--block {
  display: flex;
}
.c-btn-group--block > .c-btn {
  flex-grow: 1;
}
.c-btn-group--vertical-block {
  display: flex;
  flex-direction: column;
}
.c-btn-group--vertical-block > .c-btn {
  flex-grow: 1;
  border: none;
  border-bottom: 1px solid #1e5342;
}
.c-btn-group--vertical-block > .c-btn:last-child {
  border-bottom: none;
}