/*
 Theme Name:   LifeCoach Child
 Theme URI:    http://themes2go.xyz/
 Description:  LifeCoach Child Theme
 Author:       Themes2go
 Author URI:   http://themes2go.xyz/helpdesk
 Template:     lifecoach
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         two-columns, right-sidebar
 Text Domain:  lifecoach-child
*/

/***************************************************************
****************************************************************
************* PUT YOUR CUSTOM STYLES BELOW ********************/

p{
	margin-block-start: 16px;
    margin-block-end: 16px;
}


.albo_list_wrap{
	display:flex;
}
.left_sec .t2gicons-icon{
	    font-size: 70px;
    margin-right: 10px;
    margin-bottom: 10px
}
.left_sec .t2gicons-icon[class*="t2gicon-shape-"]::before{
	bottom:20px;
/* 	color: #fff;
    background: #2196f3; */
}
.left_sec .t2gicons-icon[class*="t2gicon-shape-"]::after {
    background-color: #2196f3;
    border-color: #2196f3 !important;
}
.right_sec .yr{
	margin-top:0px;
}
.albo_list_wrap .name{
	font-size:20px;
}
@media(max-width:767px){
    .side-nav ul.qt-side-nav li a{
        margin-right: 45px;
    }
}
