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



/****************************** STRUCTURAL STYLING - DO NOT CHANGE ******************************/

h2{
	font-size:60px;
}

h6, h6 a{
	font-style:normal;
}



/***** NEW CLASSES *****/
.text-large{
	font-size:20px;
}



/***** FOOTER *****/
.footer_top .widget{
	margin-bottom:0;
}



/* LATEST BLOG POSTS & TEAM TEASERS */
.latest_post_text,
.q_team{
	text-align:center;
}
.latest_post_holder .latest_post_title a,
.q_team .q_team_title_holder .q_team_name{
	font-size:1rem;
	text-transform:none;
}



/* CONTACT FORM */
.form-half{
	float:left;
	width:49%;
}
#form-left-half{
	margin-right:2%;
}
input.wpcf7-form-control.wpcf7-text,
input.wpcf7-form-control.wpcf7-number,
input.wpcf7-form-control.wpcf7-date,
textarea.wpcf7-form-control.wpcf7-textarea,
select.wpcf7-form-control.wpcf7-select,
input.wpcf7-form-control.wpcf7-quiz{
	-webkit-transition:border-color .4s linear,color .4s linear;
	-moz-transition:border-color .4s linear,color .4s linear;
	transition:border-color .4s linear,color .4s linear;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-not-valid,
input.wpcf7-form-control.wpcf7-number.wpcf7-not-valid,
input.wpcf7-form-control.wpcf7-date.wpcf7-not-valid,
textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-not-valid,
select.wpcf7-form-control.wpcf7-select.wpcf7-not-valid,
input.wpcf7-form-control.wpcf7-quiz.wpcf7-not-valid{
	margin-bottom:0;
}
.wpcf7-not-valid-tip{
	margin-bottom:12px;
}



/***** ABOUT US PAGE *****/

body.about-us h2{
	margin-bottom:20px;
}

body.about-us h3{
	font-size:3rem;
}



/***** CONTACT FORM *****/
/* Home page form overrides */
body.home .cf7_custom_style_1 input.wpcf7-form-control.wpcf7-text, 
body.home .cf7_custom_style_1 input.wpcf7-form-control.wpcf7-number, 
body.home .cf7_custom_style_1 input.wpcf7-form-control.wpcf7-date, 
body.home .cf7_custom_style_1 textarea.wpcf7-form-control.wpcf7-textarea, 
body.home .cf7_custom_style_1 select.wpcf7-form-control.wpcf7-select, 
body.home .cf7_custom_style_1 input.wpcf7-form-control.wpcf7-quiz, 
body.home .contact_form.cf7_custom_style_1 input[type="text"], 
body.home .contact_form.cf7_custom_style_1 textarea{
	border:none;
}
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{
	float:right;
	font-weight:500;
}



/***** TESTIMONIAL SECTION *****/
.testimonial-section p{
	font-size:35px;
	line-height:140%;
}

.testimonial-section p:last-of-type{
	margin-top:25px;
}



/***** CATEGORY PAGES *****/
body.tax-portfolio_category .blog_holder.masonry article .post_info{
	display:none;
}
body.tax-portfolio_category .filter_outer{
	display:none;
}
.post_text_inner{
	text-align:center;
}



/***** CONTACT US PAGE *****/
.google_map_holder{
	margin-top:100px;
}
body.page-template-contact-page > .wrapper > .wrapper_inner > .content > .content_inner > .container {
	display:none;
}