/* Generic element tweaks */
blockquote{
    background:transparent;
}

/* Tweaks to website header */
#logo_img{
    width:auto;
    max-height:100px;
}

#main_navigation>.menu_item_wrapper:after{
    content:'';
    display:inline-block;
    border-right:1.5px solid #55616d;
    height:1.1em;
    position:relative;
    top:6px;
    margin:0 7.5px;
}
#main_navigation>.menu_item_wrapper:last-child:after{
    content:none;
}

/* Contact Details block <a> tag colour */
#phone_primaryblock a,
#email_contactblock a{
    color:inherit;
}

.has-text-color>a,
.has-text-color>a:visited{
    color:inherit;
}

/* Gravity Forms tweaks */
.ginput_recaptcha,
.gform_footer {
    text-align: center;
}
.ginput_recaptcha>div{
    display:inline-block;
}
.gform_wrapper.gravity-theme .gfield_label{
    font-weight:500;
}

/* Buttons */
.cta_banner .button{
    border-radius:50px;
}
.gform_wrapper.gravity-theme .gform_footer input[type="submit"]{
    border-radius:50px;
    padding: 18px 20px;
    height:auto;
}

/* Footer */
#footer_blocks .alignleft,
#footer_blocks .alignright{
    float:none;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
}

.attribution{
    line-height:1.2;
    padding-top:1em;
    padding-bottom:1em;
}
