/* Themify Customize Styling */
a {	
	color: #000000; 
}
a:hover {	
	color: #949494; 
}
#site-logo, #site-logo a, .header-horizontal #site-logo, .header-minbar #site-logo, .header-leftpane #site-logo, .header-slide-out #site-logo, .boxed-compact #site-logo, .header-top-bar #site-logo img {	
	height: 64px; 
}
#main-nav a, #main-nav > li > a {	
	color: #949494; 
}
#main-nav a:hover, #main-nav > li > a:hover {	
	color: #000000; 
}
#main-nav .current_page_item a, #main-nav .current-menu-item a, #main-nav > .current_page_item > a, #main-nav > .current-menu-item > a {	
	color: #000000; 
}
#main-nav .current_page_item a:hover,  #main-nav .current-menu-item a:hover {	
	color: #000000; 
}

/* Themify Custom CSS */
/************************************************************************************
Creating a responsive two column form using Contact form 7
http://www.wpsnippet.com/creating-responsive-two-column-form-using-contact-form-7/
*************************************************************************************/
#responsive-form{
	max-width:600px /*-- change this to get your desired form width --*/;
	margin:0 auto;
        width:100%;
}
.form-row{
	width: 100%;
}
.column-half, .column-full{
	float: left;
	position: relative;
	padding: 0.65rem;
	width:100%;
	-webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

/**---------------- Media query ----------------**/
@media only screen and (min-width: 48em) { 
	.column-half{
		width: 50%;
	}
}

/**--"Our Team" staff names to be same font/style as "Queensland" on "Contact Us" page --**/
.module-service-menu .tb-menu-title {
    margin: 0 0 .3em;
    font-size: 16px;
    letter-spacing: 0.025em;
    font-weight: bold;
    color: #666;
}

/**--Site logo causing main menu to be off-center --**/
.main-nav {
    top: 20px;
}
.mobile_menu_active .header-icons {
    top: 28px
}

@media screen and (max-width: 976px) { /* Themify Customize Styling */
#site-logo, #site-logo a, .header-horizontal #site-logo, .header-minbar #site-logo, .header-leftpane #site-logo, .header-slide-out #site-logo, .boxed-compact #site-logo, .header-top-bar #site-logo img {	
	height: 64px; 
}
 }@media screen and (max-width: 768px) { /* Themify Customize Styling */
#site-logo, #site-logo a, .header-horizontal #site-logo, .header-minbar #site-logo, .header-leftpane #site-logo, .header-slide-out #site-logo, .boxed-compact #site-logo, .header-top-bar #site-logo img {	
	height: 64px; 
}
 }@media screen and (max-width: 480px) { /* Themify Customize Styling */
#site-logo, #site-logo a, .header-horizontal #site-logo, .header-minbar #site-logo, .header-leftpane #site-logo, .header-slide-out #site-logo, .boxed-compact #site-logo, .header-top-bar #site-logo img {	
	height: 64px; 
}
 }