.entry-content.single-page{
    max-width:800px;
    margin:0 auto;
    padding: 20px;
}
.blog-wrapper{
    background-color:#fff !important;
}
.entry-category a{
    margin-left:0px;
    margin-right:10px;
}
.entry-header{
    margin-bottom:20px;
}
.entry-image .post-date{
    display:none;
}
.posted-on{
    color: rgba(0, 0, 0, 0.4);
    letter-spacing: inherit;
    text-transform: none;
    font-size: 13px;
}
.entry-meta{
    margin-top:10px;
    margin-bottom:5px;
}
.posted-on a{
    color: rgba(0, 0, 0, 0.4);
}
.posted-on{
    letter-spacing: 0px;
}
.circle.has-video .banner-bg.fill{
    border-radius: 999px !important;
}
#comments input[type='email'],
#comments input[type='date'],
#comments input[type='search'],
#comments input[type='number'],
#comments input[type='text'],
#comments input[type='tel'],
#comments textarea,
#comments input[type='url']{
    background-color:#fff !important;
}
.post-author-display{
    margin-top:15px;
}

/* 
 * All body.dark-header selector is for marketing cases only.
 * For now :)
 */
body.dark-header .nav-dark .nav>li>a {
    color: #000000;
}

body.dark-header .nav-dark .header-logo-dark, .stuck .header-logo-sticky {
    display: none !important;
}

body.dark-header .header-logo-dark, 
body.dark-header .nav-dark .header-logo, 
body.dark-header .header-logo-sticky, 
body.dark-header .sticky .dark .header-logo-dark, 
body.dark-header .sticky .has-sticky-logo .header-logo {
    display: block !important;
}

.red h1,
.red h2,
.red h3,
.red h4 {
    color: #ff4d48;
}

.border-radius img {
    border-radius: 50%;
}

.case-testimonial {
    background-color: rgb(234, 232, 237);
    padding: 30px;
}

body.dark-header .calculate-form-title {
    display: none;
}

body.dark-header .calculate-form-inner {
    padding-bottom: 0;
}

body.dark-header input#gform_submit_button_3 {
    position: absolute;
    bottom: 2px;
    right: 0;
    width: 50%;
    height: 75px;
}

@media only screen and (max-width: 478px) {
    body.dark-header input#gform_submit_button_3 {
        position: relative;
        bottom: inherit;
        right: inherit;
        width: 100%;
    }
}