
/* Fix vertical alignment of logo */
#logo img {
	margin-top: 0;
}

/* Hide 'Call Now' button from desktop site */
.btn-call {
	text-align: center;
	display: none;
}

/* Fix client logos in IE9 */
.clients .item {
	margin-left: 10px;
	margin-right: 10px;
}

/* Urgent phone banner */
.urgent-banner {
	font-size: 2em;
	line-height: 1.3;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	color: #FF0838;
}

/* Fix whitespace on portfolio */
.single-portfolio.header_1_body.page_header_yes #content {
	padding-top: 0 !important;
}

.portfolio_single_header {
	margin-top: 0;
	margin-bottom: 0;
}

/* Fix alignment issues on desktop */
@media (min-width: 766px) {
	/* Fix inconsistent header heights and overlapping */
	.top_wrapper {
		padding-top: 98px !important;
	}

	.fullwidth_slider_page .top_wrapper.no-transparent {
		padding-top: 98px !important;
	}

	.fullwidth_slider_page .no-transparent nav .menu > li:hover {
		padding-bottom: 13px;
	}


	/* Fix sticky menu item heights */
	.fullwidth_slider_page .header_1.no-transparent nav .menu > li > ul.sub-menu {
		top: 72px !important;
	}

	.header_1.no-transparent nav .menu > li > ul.sub-menu {
		top: 68px !important;
	}
}

/* Fix extra whitespace on mobile layout */
@media (max-width: 767px) {

	.top_wrapper {
		padding-top: 0 !important;
	}

	/* Fix extra whitespace on menu */
	.header_1_body.page_header_yes .top_wrapper {
		padding-top: 0 !important;
	}

	.header_1_body.page_header_yes.page_header_centered .top_wrapper.no-transparent {
		padding-top: 0 !important;
	}

	/* Fix extra height of header */
	.header_page.centered, .header_page.left {
		height: 300px;
	}

	.header_page.centered .centered_content {
		top: 50%;
	}

	.header_1_body.fullwidth_slider_page #content,
	.page_header_yes #content {
		padding-top: 20px !important;
	}

	.vc_row-fluid .vc_span6, .wpb_teaser_grid.wpb_carousel .vc_span6 {
		margin-top: 0;
	}

	.wpb_row.section-style {
		margin-bottom: 20px;
	}

	.wpb_row.standard_section {
		margin-bottom: 20px;
	}

	#footer .span3 {
		margin-bottom: 0 !important;
	}

	.wpb_row, .wpb_content_element, ul.wpb_thumbnails-fluid > li, .last_toggle_el_margin, .wpb_button {
		margin-bottom: 10px;
	}

	.textbar-container {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	/* Fix alignment of commercial services tab items */
	.services_list {
		padding-left: 0;
	}

	.dl-horizontal dd {
		margin-left: 80px !important;
	}

	/* Display call now button on mobile site */
	.btn-call {
		display: block;
	}
}