/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */

.top-cat-link span{
	background: #fff;
	color: #000;
	display: inline-block;
  padding: 4px 15px 2px;
}
.top-cat-link{
	position: relative;
}
.top-cat-link:before{
    position: absolute;
    border: 1px solid #fff;
    height: 100%;
    width: 100%;
    content: '';
    top: 0;
    left: 0;
	  opacity: 0;
  	transition: all 0.5s ease;
}
.top-cat-link:hover:before{	
	  opacity: 1;
  	transition: all 0.5s ease;
	  height: calc(100% - 30px);
    width: calc(100% - 30px);
    content: '';
    top: 15px;
    left: 15px;
}
.et_pb_widget.widget_block{
	margin-bottom: 20px !important;
}
.widget_recent_entries .wp-block-latest-posts li{
	margin-bottom: 20px;
}
.archive .entry-title:first-letter{
	text-transform: capitalize;
}
.single #main-content .container:before{
	display: none;
}
.single #sidebar{
	padding-left: 0 !important;
}
#footer-info{
	display: block;
	width: 100%;
	text-align: center;
}
.footer-widget ul{
	list-style: none;
}
.footer-widget ul li{
	margin-bottom: 10px;
}
.footer-widget ul li a{
	color: #000;
}
@media only screen and (max-width: 767px){
	.mobile-font .n2-ss-item-content a{
		font-size: 22px !important;
	}
	.slide-author{
		margin-bottom: 30px !important;
	}
}
.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: 100%;
    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;
}
.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;
	}	
}