/*
Theme Name: iMedica
Theme URI: https://brainstormforce.com/demos/imedica/
Author: Brainstorm Force
Author URI: http://themeforest.net/user/brainstormforce
Description: iMedica is probably the most comprehensive & feature rich WordPress theme that's made for medical organizations. Responsive code, retina ready graphics, lightweight framework and very flexible structure makes it outstanding.
Version: 1.4.0
License: Themeforest Split Licence
License URI: - http://themeforest.net/licenses/terms/regular
Text Domain: imedica
Tags: white
----------------------------------------------------------------*/

/* New Fixes */
.home .vcpb-default {
    left: 0px !important;
}
.uvc-sub-heading a {
    color: #fff !important;
}
#flex {
    margin-left: -15px;
    margin-right: -15px;
}
#flex .slides li {
    background-size: cover;
    height: 334px;
    padding: 0px 10%;
    padding-top: 30px;
    text-align: center;
}
#flex .slides li h2 {
    color: #fff;
    font-size: 30px;
    font-family: "Gotham",sans-serif !important;
}
#flex .slides li p {
    color: #003366;
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 20px;
    font-family: "Gotham",sans-serif !important;
}
#flex .slides li br {
    display: none;
}
#flex .slides li a {
    color: #fff;
    font-family: "Gotham",sans-serif !important;
}
.entry-content > div:first-child[data-img-parallax-mobile-disable=true] {
display: none !important;
}
.page-id-28 .entry-content > div:first-child[data-img-parallax-mobile-disable=true] {
display: block !important;
}
ul li {
color:#003366;
}

@media only screen and (min-width: 783px) {
    #flex .slides li {
        padding: 0px 15px;
        padding-top: 30px;
        text-align: right;
    }
    #flex .slides li h2 {
        font-size: 69px;
        line-height: 69px;
font-weight: 600px;
    }
    #flex .slides li p {
        font-size: 44px;
        line-height: 44px;
    }
    #flex .slides li br {
        display: block;
    }
    #flex .slides li a {
        font-size: 25px;
        line-height: 30px;
    }
}