/*****************************************************************************************
                    BROKER NETWORK CUSTOM STYLESHEET - CUSTOM STYLING
******************************************************************************************/

/***** MAIN ELEMENTS ******/
*{
	font-family:"Raleway",sans-serif;
}

/***** LATEST BLOG TEASERS *****/
/* Title text colour on hover */
.latest_post_holder .latest_post_title a{
	color:#3D5174;
}
.latest_post_holder .latest_post_title a:hover{
	color:#000;
}



/***** CONTACT FORM *****/
/* Home page form overrides */
body.home .cf7_custom_style_1 input.wpcf7-form-control.wpcf7-submit, 
body.home .cf7_custom_style_1 input.wpcf7-form-control.wpcf7-submit:not([disabled]), 
body.home .contact_form.cf7_custom_style_1 .qbutton{
	background-color:#fff;
	border-color:#fff;
}
body.home .cf7_custom_style_1 input.wpcf7-form-control.wpcf7-submit:hover, 
body.home .cf7_custom_style_1 input.wpcf7-form-control.wpcf7-submit:not([disabled]):hover, 
body.home .contact_form.cf7_custom_style_1 .qbutton:hover{
	color:#fff;
}




/**********************************************************************************************
           BIG OVERRIDES TO USE THE BRAND COLOURS EVERYWHERE WE WOULD CHANGE IT
***********************************************************************************************/
*::-moz-selection,
div.wpcf7-response-output.wpcf7-validation-errors,
body.home .cf7_custom_style_1 input.wpcf7-form-control.wpcf7-submit:hover, 
body.home .cf7_custom_style_1 input.wpcf7-form-control.wpcf7-submit:not([disabled]):hover, 
body.home .contact_form.cf7_custom_style_1 .qbutton:hover{
	background-color:#64a5c5;
}

a, 
p a,
h6, 
h6 a,
header:not(.with_hover_bg_color) nav.main_menu > ul > li:hover > a, 
nav.main_menu > ul > li.active > a,
.side_menu_button > a:hover, 
.mobile_menu_button span:hover,
nav.mobile_menu ul li a:hover,
nav.mobile_menu ul li.active > a,
.filter_holder ul li.current span,
.filter_holder ul li:hover:not(.filter_title) span,
body.home .cf7_custom_style_1 input.wpcf7-form-control.wpcf7-submit, 
body.home .cf7_custom_style_1 input.wpcf7-form-control.wpcf7-submit:not([disabled]), 
body.home .contact_form.cf7_custom_style_1 .qbutton{
	color:#64a5c5;
}

.drop_down .second,
body.home .cf7_custom_style_1 input.wpcf7-form-control.wpcf7-submit:hover, 
body.home .cf7_custom_style_1 input.wpcf7-form-control.wpcf7-submit:not([disabled]):hover, 
body.home .contact_form.cf7_custom_style_1 .qbutton:hover{
	border-color:#64a5c5;
}