/*
Theme Name: Medicom Theme Child
Theme URI: http://www.bliccathemes.com/medicom
Description: Medicom Child Theme
Author: Blicca Theme 
Author URI: http://themeforest.net/user/bliccathemes
Template: medicom
Tags: blue, white, light, one-column, two-columns, right-sidebar, flexible-width, custom-header, custom-menu, editor-style, featured-images, post-formats, sticky-post, translation-ready
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Version: 2.0.2
*/


/*
Start adding your own custom CSS rules.
*/
.header-2 {
	background: #eeeeee;
    background: -moz-linear-gradient(top, #dcdcdc 0%,#fff 100%);
    background: -webkit-linear-gradient(top, #dcdcdc 0%,#fff 100%);
    background: linear-gradient(to bottom, #dcdcdc 0%,#fff 100%);
}

p.featured-p {
    font-weight: 500;
    font-size: 18px;
    text-align: justify;
}
strong.blue-strong {
    color: #2B96CC;
}
.footer-widget ul li {
    padding-bottom: 12px;
    list-style-type: none;
    float: left;
    width: 100% !important;
}