/*
Theme Name: Kerge Child
Author: lmpixels
Author URI: https://themeforest.net/user/lmpixels
Description: Child theme for the Kerge. Child themes are the recommended way of making modifications to a theme. <a href="http://codex.wordpress.org/Child_Themes">Read More</a>
Version: 1.0.0
License:     ThemeForest License
License URI: http://themeforest.net/licenses
Text Domain: kerge
Template: kerge
*/


/* Theme customization starts here
-------------------------------------------------------------- */
.start-page .title-block .sp-subtitle {
	font-size: 50px !important;
	line-height: 4.75em !important;
	padding-top: 200px;
}

.block-title h3:after, h3.comment-reply-title:after {
    content: '';
    display: block;
    width: 100%;
    height: 0px !important;
    margin-top: -1px;
    background-color: #ffcd38;
}

.info-list li .title {
	margin-right: 0px !important;	
}

.info-list li .value a {
    color: #222222 !important;
	border-bottom: #444444 solid 1px !important;
}

.info-list li { 
    margin-bottom: 15px !important;
}

.info-list li .title { 
	display: none !important;
}

.info-block-w-icon .ci-icon {
	display: none !important;
}

.single-page-content .content-area .page-content {
    padding: 30px 30px 50px !important;
}
.timeline-second-style .left-part { 
    width: 37% !important;
}
.timeline-second-style .divider { 
	 left: 35% !important;
}

@media only screen and (max-width: 480px)
.timeline-second-style .divider {
    left: 0 !important;
}

@media only screen and (max-width: 480px)
.timeline-second-style .left-part {
    width: 100% !important; 
}

@media only screen and (max-width: 480px)
.single-page-content .content-area .page-content {
    padding: 0 !important; 
}

@media only screen and (max-width: 480px) 
.timeline-second-style .divider {
    left: 0 !important; 
}

.bgaboutlogo{
	background-color: #f5f5dc !important;
}