/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */


 a.for-business-button {    
    padding: 100px 50px 50px 0px !important;
    /* margin-left:40px !important; */
}

a.for-lawfirms-button {    
    padding: 100px 50px 50px 50px !important;
    /* margin-left:40px !important; */
}

/* Format other interesting posts */
.otherpostsheading h2, .otherpostsheading h4 {
    font-size: 17px !important;
    text-transform: none !important;
    margin-top: 40px !important;
    padding-bottom: 13px !important;
    color: #3C8886 !important;
    text-align:left !important;
}


.post-list-info a{
	color:#3C3E40 !important;
}


.widget_posts_lists ul li {
    margin: 0 0 21px !important;
}

i.mk-icon-envelope {
    margin-top: -5px !important;
}


/**
	VCard icon - https://jsfiddle.net/ddo3wx75/ 
 */
.fa-vcard:before {
    content: '\F007';
    font-size: 14px;
}

.fa-vcard:after {
    content: '\f0c9';
    padding-right: 0.2em;
    padding-left: 0.3em;
    font-size: 13px;
}

.fa-vcard-bordered {
    padding: 0.2em 0.2em;
    display: inline-block;
    border: 1px solid white;
    border-radius: 4px;
}
.mk-employeee-networks li a i {
    font-size: 15px !important;
    }