.post-navigation a, #image-navigation a, .post-navigation a:hover,
#image-navigation a:hover, article.post .more-link, article.page .more-link {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ffffff), color-stop(1, #ffffff));
    background: -ms-linear-gradient(bottom, #dfdfdf, #ffffff);
    background: -moz-linear-gradient(center bottom, #dfdfdf 0%, #ffffff 100%);
    background: -o-linear-gradient(#ffffff, #dfdfdf);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
}

#commentform input, #commentform textarea {
    float: right;
}



a.button, button, html input[type="button"], input[type="reset"], input[type="submit"] {

    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ffffff), color-stop(1, #ffffff));
}



input[type=text], input[type=email], input[type=password], textarea {
    border: 1px solid #ccc;
    border-radius: 2px;
}

a {
    color: inherit;
}

.entry-content a {
    color: inherit;
}

.entry-content a:hover {
    color: #01bab6;
}

.entry-content a:active {
    color: #01bab6;
}

.entry-content .wp-caption {
    border: 0px;
    box-shadow: 0 0px;
}

.wpb-js-composer .vc_tta-color-grey.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-title>a, .wpb-js-composer .vc_tta-shape-rounded:not(.vc_tta-o-no-fill) .vc_tta-panel.vc_active .vc_tta-panel-body {
    background-color: #e0e0e0;
}

.wpb-js-composer .vc_tta-color-grey.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-title>a {
    background-color: #ededed;
}

.wpb-js-composer .vc_tta-shape-rounded:not(.vc_tta-o-no-fill) .vc_tta-panel.vc_active .vc_tta-panel-body {
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
}

.wpb-js-composer .vc_tta-color-grey.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-title>a, .wpb-js-composer .vc_tta-color-grey.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-title>a {
    color: #666;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}