@charset 'utf-8';
/*
Theme Name: Kidsplanet Child
Theme URI: http://kidsplanet.ancorathemes.com/
Description: Kidsplanet - Multipurpose and Multiskin Responsive Wordpress theme
Author: AncoraThemes
Author URI: https://ancorathemes.com/
Version: 2.2.5
Template: kidsplanet
License: GNU General Public License
License URI: license.txt
Tags: flexible-header, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, microformats, post-formats, theme-options, threaded-comments, translation-ready
Text Domain: kidsplanet
*/

.im-breadcrumbs{
	padding-bottom: 30px;
}
.im-table-of-content{
	border: 1px solid #ebebeb;
    background: #fbfbfb;
    border-radius: 5px;
	padding: 20px;
	padding-bottom: 0;
	margin-bottom: 20px;
	margin-top: 20px;
	float: left;
    width: calc(100% -40px);
    max-width: 400px;
}
.im-heading2{
	font-size: 2.2rem;
	margin-top: 20px;
	margin-bottom: 20px;
}
.im-table-of-content .im-heading2{
	position: relative;
	padding-right: 60px;
	font-size: 32px;
}
.im-table-of-content .im-heading2 span{
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}
.im-table-of-content ol{
	padding-bottom: 20px;
	list-style: auto;
    margin-left: 15px;
    padding-left: 0;
}
.im-table-of-content ol li{
	margin-bottom: 0px;
	padding-top: 0;
	padding-bottom: 0;
}
.im-table-of-content ol li:last-child{
	margin-bottom: 0;
}
.im-table-of-content ol li a{
	display: block;
	font-size: 14px;
	text-decoration: underline;
}
.im-description-holder{
	margin-bottom: 20px;
}
#mvp-content-main .qa-holder h3{
	font-size: 1.3em;
	margin-bottom: 10px;
}
.qa-holder p{
	margin-bottom: 10px;
}
.qa-holder p:last-child{
	margin-bottom: 20px;
}
.im-video-holder{
	margin-bottom: 20px;
}
.im-clr{
	clear: both;
}
@media (max-width: 768px){
	.im-table-of-content .im-heading2{
		font-size: 22px;
	}	
}