/*
Theme Name: Kemp Child Thme
Description: Kemp Child Theme Using Denali Theme Parent
Author: Drew Loyer
Template: denali
*/

/* Your custom CSS here */

.footer-content .entry-content p {
	text-align: center;
}
.footer-content .entry-content p span {
	padding:0 2%;
}

@media only screen and (min-width:992px) {
	body { min-height:100vh }
	#top-header-left {
		width:33.33333%;
		float:left;
		padding:15px 0px;
	}
	#top-header-right {
		background: url(../../uploads/2017/12/quality-precast.png) right no-repeat;
		display: block;
		height: 100%;
		width: 33%;
		float: right;
		min-height: 115px;
	}
	#branding .header-logo {
		display:none;
	}
	.site-header {
		border-radius:10px 10px 0 0;
	}
	.header-nav {
		float:left;
		padding:10px 5px;
	}
	.site-header>.wrap {
		min-height:inherit;
	}
	.page-template-default .full_width #content>.inner {
		max-width:1100px;
	}
	#custom-main {
		background-color:#4b4c4f;
		padding:2vh;
	}
	.home-info { margin: 10px auto; }
	.home-info .element-columns img { margin-bottom:0px; }
	.home-info .element-columns p {
		margin-bottom:10px;
		font-size:18px;
	}
	.tb-primary-menu > li > .menu-btn {
		font-size:1.6em;
		text-shadow:3px 3px 1px #000000;
	}
	.header-nav .tb-primary-menu>li>.menu-btn {
		color:rgba(255,255,255,1.0)
	}
}
@media only screen and (max-width:991px) {
	#top-header {
		display:none;
	}
	.site-header {
		border-bottom:2px solid #A30303;
		background-color:#4B4C4F
	}
}