/*
Theme Name: Furniss & White
Version: 1.0
Author: H+CO
Template: enfold
*/
body {
  font-family: 'PT Sans', 'Arial', sans-serif;
}

#top .iconbox_left_content .iconbox_icon:before,
#top .iconbox_right_content .iconbox_icon:before {
    display:none !important;
}

#top .iconbox_left_content .iconbox_icon,
#top .iconbox_right_content .iconbox_icon {
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/furniss-and-white-icon-white.png");
}

#top .content .av_font_icon .av-icon-char:before,
#top .content .av_font_icon .av-icon-char:after {
    display:none !important;
}

#top .content .av_font_icon .av-icon-char {
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/furniss-and-white-icon-white.png);
    height: 40px;
    min-height: 40px;
}

#top .content div .main_color .button,
#top .content .main_color input[type='submit'] {
    background-color: #f26e21;
}

/*
####################################################################################################
# ACCREDITATION LOGOS
####################################################################################################
 */

#footer-accred {
    display: inherit;
    background-color: #fff;
}

#footer-accred-inner {
    margin: 40px 0;
    text-align: center;
    background-color: #fff;
}

#footer-accred-inner .footer-accred-logo {
    padding: 0 25px;
    width: 15%;
    display: inline-block;
    margin: 0 5px;
}

@media all and (max-width:980px){
    #footer-accred-inner .footer-accred-logo {
        padding: 0 10px;
        width: 29%;
        margin: 5px 5px;
    }
}

#footer-accred-inner .footer-accred-logo-first {
    /*padding: 0 25px 0 0;*/
}

#footer-accred-inner .footer-accred-logo-last {
    /*padding: 0 0 0 25px;*/
}

#footer-accred-inner .footer-accred-logo img {
    width: 100%;
    display: block;
    height: auto;
}

