/*
Theme Name: Advocated Healthcare LLC
Author: Code Chameleon LLC
Author URI: http://www.codechameleon.com
Description: Theme developed for Advocated Healthcare LLC.
Version: 1.0
Text Domain: advhealth
*/

.main-footer .textwidget {
    position: relative;
    font-size: 13px;
    color: rgba(255,255,255,0.70);
}

.wpcf7-form-control{
    border: solid 2px;
}

.wpcf7-submit{
    padding: 5px 10px;
}

.main-footer:after {
    width: 0 !important;
}

.wpb_wrapper ul{
    /*margin-left: 30px;
    list-style: none;*/
    display: table;
    margin-left: 1em;
    margin-right: 1em;
    padding-left: 0;
    list-style: none;
}

.wpb_wrapper li {
    margin-bottom: 7px;
    display: table-row;
}

.wpb_text_column .wpb_wrapper li:before {
    content: "\002022 ";
    color: #085AA4;
    font-size: 15pt;
    padding-right: 1em;
    display: table-cell;
}

.graybg{
    background-color: #f7f7f7;
}

.vc_general.vc_cta3.vc_cta3-color-orange.vc_cta3-style-classic .vc_cta3-content-header {
    color: #085AA4 !important;
}

.vc_btn3.vc_btn3-color-orange.vc_btn3-style-modern {
    color: #fff;
    border-color: #085AA4 !important;
    background-color: #085AA4 !important;
}

.main-header .header-lower .logo img {
    max-height: 80px;
}

.wpb_wrapper{
    padding: 0 5px;
}

.vc_chart h2{
    font-size: 20px;
    margin-bottom: 10px;
}

.pageTitleHeading{
    padding-left:10px;
}

.contactPageBody{
    font-size: 16px;
}

img.alignleft{
    float: left;
    margin: 0 15px 0 0;
}

.vc_chart-legend{
    display: block !important;
    width: 100% !important;
}

.page-title{
    /*box-sizing: content-box;*/
}

.wpcf7-form-control {
    padding: 5px;
}

.wpcf7-submit {
    padding: 5px 10px !important;
    background: #085AA4;
    color: white;
    font-size: large;
    font-weight: 700;
}

.main-header .header-top .top-left li a {
    color: #FFFFFF;
    font-size: 14px;
}

.affiliatesBlock img{
    display: inline-block !important;
    margin-left: auto;
    margin-right: auto;
}

/* for background-size:cover replacement on iOS devices */
@media only screen and (max-width: 767px){
    .page-title {
        background-attachment: scroll !important;
    }
    
    .parallax-section{
        background-attachment: scroll !important;
    }
}