header#masthead{
    padding-left: 0px;
    padding-right:0px;
    background-color: rgba(128, 128, 128, 0.13);
    border-bottom:1px solid #efefef; 
}
.top-header .header-callto .callto-right{
    margin-top: 10px;
}
.top-header .callto-left a{
    padding-right: 0px;
}
.caption-wrapper p {
    color: white;
    font-weight: 400;
}
.our-mission-ul-one{
    max-width: 500px;
    display: block;
    float: left;
    position: relative;
    margin-top: 30px;
}
.our-mission-ul-two{
    max-width: 500px;
    display: block;
    float: left;
    position: relative;
    margin-top: 30px;
}
.our-mission-ul-one ul li{
    color: white !important;
}
.our-mission-ul-two ul li{
    color: white !important;
}
ul.arrow {
    /*list-style-image: url('http://www.primeinfectioncare.com/wp-content/themes/eightmedi-lite/images/left-arrow bullet (16x16).png');*/
}
.featured-content {
    font-size: 13px;
    line-height: 18px;
    overflow: hidden;
}
.about .about-content {
    padding: 6% 3% 0px 3% !important;
}
#google-map .em-contact-address h3 {
    color: black;
    text-align: center;
}
#google-map .em-contact-address p {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 0;
    text-align: center;
    color: black;
}
.site-branding {
    width: 11% !important;
    padding-bottom: 0px!important;
}
.main-navigation .nav-menu li.current-menu-item a, .main-navigation .nav-menu li.current_page_item a {
    font-weight: 600 !important;
    font-size: 20px !important;
}
.latest-news .news-text {
    line-height: 25px;
    color: #3d3a3a;
    margin-bottom: 10px;
    font-weight: 200;
}
.header-social {
    margin-bottom: 0px !important;
}

/*-----------------------------------Expertise------------------------------------*/
.entry-content {
    padding: .7em 0 0;
}
.content-wrap {
    position: relative;
    background: #e9e9e9;
    background: rgba(0,0,0,.03);
    padding: 1.5%;
    margin-bottom: 15px;
    z-index: 0;
    margin-left: 2.5% !important;
    margin-top: 0px !important;
    width: 95% !important;
}
.page .hentry, .error404 .hentry {
}
.hentry {
    margin: 0;
    position: relative;
    background: #fff;
    overflow: hidden;
    margin:0 !important;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
.hentry:before, .hentry:after {
    position: absolute;
    width: 40%;
    height: 10px;
    content: ' ';
    left: 12px;
    bottom: 12px;
    background: transparent;
    -webkit-transform: skew(-5deg) rotate(-5deg);
    -moz-transform: skew(-5deg) rotate(-5deg);
    -ms-transform: skew(-5deg) rotate(-5deg);
    -o-transform: skew(-5deg) rotate(-5deg);
    transform: skew(-5deg) rotate(-5deg);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.4);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.4);
    z-index: -1;
}
.post-thumbnail {
    width: 40%;
    margin: 0;
    padding: 0;
    float: left;
    border: 1px solid #ddd;
    background: #eee;
    /*margin-bottom: .7em;*/
    position: relative;
}
.post-thumbnail img {
    height: auto;
    max-width: 100%;
    display: block;
    margin: auto;
    border: 1px solid;
    border-color: #ccc;
    width: 293%;
    height: 216px;
}
.post-wrap {
    width: 54%;
    float: right;
    margin-top: 2%;
    margin-right: 2%;
}
.post-title {
    font-size: 20px;
}
h5 {
    clear: both;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    margin: 0 11px 0 .7em;
}
.entry-summary {
    padding: 0.35em 0 0;
    text-align: justify;
}
.menu-menu-1-container {
    display: block !important;
}
.entry-summary {
    color: black;
}
#contact_message{
    max-width: 94% !important;
}
#contact_fullname{
    width: 94% !important;
}
#contact_email{
    width: 94% !important;
}
#contact_phone
{
    width: 94% !important;
}
.form-horizontal{
    width:49% !important;
    float:left !important;
}
@media (max-width: 420px) {
    .about .btn, a.btn{
        text-align:center !important;
        margin: 20px 0px;
    }
    ul{
        margin: 0px !important;
    }
    .site-branding .site-logo {
        min-width: 100px !important;
    }
    nav#site-navigation {
        float: right !important;
        margin-top: 20px !important;
    }
    .latest-news{
        text-align: left !important;
    }
    .site-info{
        font-size: 14px !important;
    }
    .entry-content, .entry-summary {
        margin: 0px !important;
    }
    .content-wrap{
        width: 90% !important;
        margin-left: 14px !important;
        margin-right: 14px !important;
    }
    .post-thumbnail {
        float: none;
        width: auto;
        background: none;
        border: none;
    }
    .post-wrap {
        float: none;
        width: auto;
        margin: 2% !important;
    }
    .post-title {
        text-align: center !important; 
    }
    .entry-summary {
        color: black !important;
    }
    #contact_message{
        max-width: 90% !important;
    }
    #contact_fullname{
        width: 90% !important;
    }
    #contact_email{
        width: 90% !important;
    }
    #contact_phone
    {
        width: 90% !important;
    }
    .contact-address{
        float:none;
    }
    .contact-address, .form-horizontal{
        width:100% !important;
    }
}   

@media (max-width: 800px){
    .btn-wrapper {
        margin: 20px 0px;
        text-align: center !important;
    }
    .site-branding .site-logo {
        margin-right: 0px !important;
    }
    .site-branding {
        width: 20% !important;
        padding-top: 10px !important;
        padding-bottom: 5px !important;
    }
    .call-to-action .cta-content-wrap {
        width: 100% !important; 
    }
    .contact-address{
        text-align: center;
        width: 100% !important;
        float:none;
        /*margin: 20px 0px 0px 26%;font-size: larger;*/
    }
}

@media screen and (max-width: 980px){
    li.current-menu-item a, .main-navigation .nav-menu li.current_page_item a {
        font-size: 24px !important;
    } 
    .main-navigation .nav-menu li {
        font-size: 18px !important;
    }
    .about .btn, a.btn{
        text-align:center !important;
        margin: 20px 0px;
    }
}

@media (max-width: 1920px) {
}