/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/
#site-header {
	box-shadow: 0 0 0 rgba(0,0,0,0);
	-webkit-box-shadow: 0 0 0 rgba(0,0,0,0);
	background: url(/wordpress/wp-content/uploads/2016/03/header-bg.gif);
	height: 65px;
	background-size: 50px 68px;
}

#logo img {
	width: 148px;
	height: 105px;
	transition: none;
	filter: alpha(opacity=100);
	opacity: 1;
}

#logo img:hover, #logo a:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}

.inline-header #site-header.main #logo {
	height: 130px;
	top: -24px;
	margin-bottom: -20px;
}

#site-header .main-nav ul span {
	font-family: "alternate-gothic-no-3-d", sans-serif;
	font-size: 18px;
	color: white !important;
	letter-spacing: .1em;
}

.tp-caption {
	font-family: "alternate-gothic-no-3-d", sans-serif;
}

#site-header .main-nav ul span:hover {
	color: #7777aa !important;
}

h1, h2, h3, h4, h5, h6, body, p, ul, ol {
	font-family: "proxima-nova", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
}

.widget_revslider {
	margin-bottom: 0 !important;
}

.home-blurb {
	padding-top: 50px;
	padding-left: 100px;
	padding-right: 100px;
	padding-bottom: 50px;
	background-size: 169px 107px;
	margin-bottom: 50px;
}

.home-blurb p {
	font-size: 18px;
	background: #bad3dc;
	display: inline-block;
	padding: 0;
	margin: 0;
}

h3.widget-title {
	background: url(/wordpress/wp-content/uploads/2016/03/header-bg.gif);
	font-family: "alternate-gothic-no-3-d", sans-serif;
	font-size: 22px !important;
	color: white !important;
	letter-spacing: .1em;
	text-transform: uppercase;
	background-size: 50px 68px;
	padding: 10px;
}

.entry-content div.panel-grid:first-child {
	margin-top: 0;
}

#primary header.main {
	background: url(/wordpress/wp-content/uploads/2016/03/lower-bg.gif);
	background-size: 169px 107px !important;
	padding: 40px 0 !important;
	position: relative;
	background-repeat: repeat;
	background-size: cover;
	background-color: none;
	display: table;
	width: 100%;
	top: -45px;
}

#primary header.main h1 {
	background: #bad3dc;
	display: inline;
	padding: 10px;
	color: #68639c !important;
}

.single-post header.main .meta {
	display: block;
}

.single-post header.main .meta span, .single-post header.main .meta span a {
	background: #bad3dc;
	padding: 10px;
	color: #68639c !important;
}

.site-main {
	padding: 0 30px !important;
}

th, td {
	vertical-align: top;
	padding: 10px;
}

#site-header .secondary-nav .menu-toggle.open {
	color: white !important;
}

.social-media-widget {
	margin-top: -50px;
}

.tp-caption {
	line-height: 32px !important;
}

@media screen and (max-width: 479px) {
	.table, .table-row {
		display: block;
	}
	
	.table-cell {
		display: inline-block;
	}
}

.exhibitor-img {
	width: 18%;
	text-align: center;
	float: left;
	margin-bottom: 40px;
	font-size: 14px;
	font-weight: 700;
}

.exhibitor-img img {
	margin: 0 auto;
	display: block;
}

.exhibitor-block {
	clear: both;
	margin-bottom: 40px;
	border-top: 1px solid #dedede;
	padding-top: 40px;
}

.exhibitor-block strong {
	display: block;
}

.exhibitor-desc {
	margin-left: 215px;
}

@media screen and (max-width: 780px) {
	.exhibitor-img {
		width: 100%;
		float: none;
		margin-bottom: 0;
	}
	
	.exhibitor-desc {
		margin-left: 0;
	}
	
	.home-blurb {
		padding: 50px 20px;
	}
}

.project.small a {
    position: relative;
}

.project.small {
    min-height: 600px !important;
}