@charset 'utf-8';
/*
 Theme Name:   Alpha Color Child
 Theme URI:    http://alpha-color.ancorathemes.com/
 Description:  Alpha Color - Fully Responsive and Mobile Friendly theme
 Author:       AncoraThemes
 Author URI:   http://ancorathemes.com/
 Template:     alpha-color
 Version:      1.0
 Tags:         light, inheritable theme-options
 Text Domain:  alpha-color
*/



/* =Theme customization starts here
-------------------------------------------------------------- */
.scheme_dark .menu_side_inner, .scheme_dark .menu_mobile_inner {
    background-color: #777777;
}
.wpb_text_column ul li {
	position:relative;
	list-style: none;
	margin:20px 0;
}
.wpb_text_column ul {
	padding-left:40px;
}
.wpb_text_column ul li:after {
    content: '';
    width: 30px;
    height: 8px;
    background: #FF4083;
    position: absolute;
    left: -40px;
    top: 10px;
}
.wpb_text_column ul li:nth-child(2):after {
    background: #57B8FC;
}
.wpb_text_column ul li:nth-child(3):after {
    background: #FFE901;
}
.top_panel {
	margin-bottom:0;
}
.sc_layouts_title_caption, .breadcrumbs, .breadcrumbs .breadcrumbs_item {
    color: #ffffff!important;
}
.sc_services_default .sc_services_item_thumb {
	min-height: 8em;
}
.sc_services_default .sc_services_item_info {
	padding: 0.7em;
}
.sc_services_default .sc_services_item_title {
	font-weight: 600;
}
.sc_services_default .sc_services_item_thumb img {
    max-width: 70px;
}