/* CSS Document */

/* -- Container Element Styles -- */
#page,
#primary,
#secondary {
	font-size: 16px;
	line-height: 1.375rem;
	font-family: 'Arial', 'sans-serif';
}
.wrap {
	max-width: 1260px;
	margin: 0 auto;
	padding: 0 30px;
}
#content {
	margin: 30px auto;
	font-size: 0; /*Allows 'inline-block' containers to nest at 50% */
}
#primary,
#secondary {
	display: inline-block;
	vertical-align: top;
	width: 48%; /*  Richard Note - iOS 5.1 - Android 4.3 */
	width: calc(50%);
	padding: 20px;
	color: #656565;
}



/* -- Header Styles -- */

.wp-custom-header {
	background: url("/our-services/design-services/sample-websites/banner1/assets/img/hd-bg.png") repeat-x;
	margin-bottom: 15px;
}
.wp-custom-header .wrap {
	height: 200px;
	overflow: hidden;
}
#main-logo {
	display: block;
	max-width: 968px;
}

.navigation-top .social-menu {
	position: absolute;
	right: 30px;
	top:  4px;
}
.social-menu2 {
	display: none;
	text-align: center;
	margin-top: 25px;
}
.social-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.social-menu li {
	display: inline-block;
}
.navigation-top .social-menu li {
	height: 18px;
}
.social-menu img {
	display: block;
	margin-left: 10px;
	max-height: 100%;
}



/* -- Nav Menu Styles -- */
.hamburger {
	display: none;
	float: right;
	width: 100px;
	text-align: center;
	margin: 0 auto;
	color: #fff;
	font-size: .75rem;
	line-height: 1.25rem;
	text-transform: uppercase;
	cursor: pointer;
	background: #e07f48;
	transform: skew(-15deg, 0);
	border-right: solid 3px #fff;
	border-left: solid 3px #fff;
}
.hamburger a {
	font-size: 1.125rem;
	line-height: 1rem;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 8px 10px 5px;
	transform: skew(15deg, 0);
}
.hamburger-text img {
	display: block;
	float: right;
}
.nav-open .hamburger-text img {
	transform: rotate(90deg);
}
.navigation-top {
	background: #bee0f1;
	width: 100%;
}
#site-navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0;
	line-height: 0;
}
#site-navigation li {
	display: inline-block;
	background: #9dccdb;
	transform: skew(-15deg, 0);
	border-right: solid 3px #fff;
	padding: 0 5px;
}
#site-navigation li:first-of-type {
	border-left: solid 3px #fff;
}
#site-navigation li a {
	font-size: 1rem;
	line-height: 1rem;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 5px 10px;
	transform: skew(15deg, 0);
}
#site-navigation li.current {
	background: #73b0c5;
}
#site-navigation li.join {
	background: #e07f48;
}
body.nav-open #site-navigation {
	display: block;
	position: absolute;
	z-index: 10;
	top: 28px;
	left: 0;
	border-top: solid 2px #fff;
	width: 100%;
	text-align: left;
	overflow: hidden;
}
body.nav-open #site-navigation li {
	transform: skew(0);
	display: block;
}
body.nav-open #site-navigation li,
body.nav-open #site-navigation li:first-of-type {
	border: none;
	border-bottom: solid 2px #fff;
}
body.nav-open #site-navigation a {
	transform: skew(0);
	line-height: 36px;
}




/* -- Secondary (Widget) Styles -- */
#secondary {
	background: #e9f3f6
}



/* -- Footer Styles -- */
footer#colophon {
	background: #9dccdb;
}
footer#colophon .site-info {
	color: #fff;
	width: 50%;
	text-align: center;
	padding: 20px;
	background: #73b0c5;
	line-height: 1.25rem;
}
.site-info {
	font-size: .875rem;
}
.site-info strong {
	font-size: 1.125rem;
	font-weight: 600;
}
.site-info a {
	color: #fff;
	text-decoration: none;
}
.site-info a[type='email'] {
	display: inline-block;
	padding: 5px 15px 0;
	margin-top: 5px;
	border-top: solid 2px #e07f48;
	color: #fff;
	text-decoration: none;
}



/* -- Page Content Styles -- */
h1, h2 {
	color: #73b0c5;
	margin-bottom: 10px;
}
h1.entry-title,
section:first-of-type h2 {
	margin-top: 0;
}
.entry-content>p,
.widget>p,
.widget ul {
	margin-top: 0;
}
.img-flow {
	max-width: 50%;
	background: #73b0c5;
	text-align: center;
}
.img-flow img {
	width: 100%;
	display: block;
	margin: 0 auto;
}


/* Special screen styles - apply to view less than 960px */
@media screen and (max-width: 960px) {
	.wrap {
		padding: 0 20px;
	}
	.navigation-top .social-menu {
		top:  -35px;
		background: #bee0f1;
		padding: 6px 6px 0 0;
	}
}

/* "Smaller" screen styles - apply to view less than 800px */
@media screen and (max-width: 800px) {
	#primary, 
	#secondary, 
	footer#colophon .site-info {
		width: 100%;
	}
	.wp-custom-header {
    margin-bottom: 2px;
	}
	#site-navigation,
	.social-menu {
		display: none;
	}
	.hamburger {
		display: block;
	}
	.social-menu2 {
		display: block;
	}
	 
}

/* "Small" screen styles - apply to view less than 600px */
@media screen and (max-width: 600px) {
	 .wrap{
    padding: 0 15px;
	}
	footer .wrap {
		padding: 0;
	}
	.img-flow {
		float: none;
		max-width: 100%;
		margin: 10px 0;
	}
	.img-flow img {
		width: 70%;
		border-left: solid 2px #fff;
		border-right: solid 2px #fff;
	}
	.hamburger {
		float: none;
	}
	body.nav-open #site-navigation {
		text-align: center;
	}
}
/* "Tiny" screen styles - apply to view less than 350px */
@media screen and (max-width: 350px) {
	.wp-custom-header .wrap {
    position: relative;
	}
	#main-logo {
		position: absolute;
		left: -20px;
	}
}