/* CSS Document */

/* -- Container Element Styles -- */
#page,
#primary,
#secondary {
	font-size: 16px;
	line-height: 1.25rem;
	font-family: Helvetica, Arial, "sans-serif";
	color: #656565;
}
#primary,
#secondary {
	display: inline-block;
	vertical-align: top;
}
#primary {
	width: 34%; /*  Richard Note - iOS 5.1 - Android 4.3 */
	width: calc(34%);
	padding: 20px;
}
.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% */
}



/* -- Header Styles -- */
.custom-header {
	background: url("/our-services/design-services/sample-websites/banner2/assets/img/hd-bg.jpg") no-repeat center center #214518;
}
.custom-header .wrap {
	height: 200px;
	overflow: hidden;
	padding: 41px 20px;
}
#main-logo {
	display: block;
	max-width: 262px;
	margin: 0 auto;
}



/* -- Nav Menu Styles -- */
.hamburger {
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 16px;
	width: 46px;
	height: 46px;
	text-align: center;
	margin: 0 auto;
	cursor: pointer;
	background: #214518;
	border: solid 2px #fff;
}
.hamburger-text img {
	display: block;
	float: right;
}
.nav-open .hamburger-text img {
	transform: rotate(90deg);
}

.navigation-top {
	background: #d9ddd2;
	width: 100%;
}
#site-navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0;
	text-align: center;
}
#site-navigation li {
	display: inline-block;
	position: relative;
}
#site-navigation li::before {
	content: url(/our-services/design-services/sample-websites/classic2/assets/img/diamond.png);
	position: absolute;
	top: 0;
	left: -22px;
}
#site-navigation li:last-of-type::after {
	content: url(/our-services/design-services/sample-websites/classic2/assets/img/diamond.png);
	position: absolute;
	top: 0;
	right: -22px;
}
#site-navigation a {
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
	font-size: 1.125rem;
	line-height: 1rem;
	color: #214518;
	text-decoration: none;
	display: block;
	padding: 12px 30px;
}
#site-navigation a.current {
	background: #214518;
	color: #cbdb2a;
}
body.nav-open #site-navigation {
	display: block;
	position: absolute;
	z-index: 10;
	top: 38px;
	left: 0;
	background: #4c6e43;
	width: 100%;
	text-align: center;
	overflow: hidden;
}
body.nav-open #site-navigation li {
	display: block;
}
body.nav-open #site-navigation li::after {
	content: url(/our-services/design-services/sample-websites/classic2/assets/img/diamond.png);
	position: absolute;
	top: 2px;
	right: -18px;
}
body.nav-open #site-navigation li::before {
	top: 2px;
	left: -21px;
}
body.nav-open #site-navigation a {
	color: #fff;
	text-transform: uppercase;
	line-height: 24px;
	border-bottom: solid 1px #214518;
}
body.nav-open #site-navigation a.current {
	background: #214518;
	color: #cbdb2a;
}



/* -- Page Content Styles -- */
h1, h2 {
	color: #214518;
	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 {
    width: 100%;
}
.img-flow {
	max-width: 100%;
	border: solid 12px #8e9734;
	margin-bottom: 15px;
}
.img-flow img {
	width: 100%;
	display: block;
	margin: 0 auto;
}



/* -- Secondary (Widget) Styles -- */
#secondary {
	width: 66%; /*  Richard Note - iOS 5.1 - Android 4.3 */
	width: calc(66%);
	column-count: 2;
	column-gap: 20px;
}
#secondary h2 {
	color: #8e9734;
	margin: 10px 0 5px;
}
#secondary section {
	display: inline-block;
	background: #f4f5f2;
	padding: 20px;
	margin-bottom: 20px;
}
#secondary ul {
	list-style-image: url("/our-services/design-services/sample-websites/classic2/assets/img/diamond-bullet.png");
	line-height: 1.625rem;
	margin: 0 0 4px;
}
#secondary p {
	margin-bottom: 4px;
}
#secondary img {
	box-shadow: 4px 4px 4px #4f4f4f;
}




/* -- Footer Styles -- */
footer#colophon {
	background: #f4f5f2;
	border-top: solid 12px #d8dbb6;
}
footer#colophon .site-info {
	width: 100%;
}
footer#colophon .site-info>div {
	width: 50%;
	float: left;
	text-align: right;
	padding: 20px;
	line-height: 1.25rem;
	font-size: .875rem;
}
footer#colophon .site-info>div:last-of-type {
	text-align: left;
}
.site-info strong {
	font-size: 1.125rem;
	font-weight: 600;
}
.site-info a {
	text-decoration: none;
	color: #656565;
}
.site-info a.telephone {
	pointer-events: none;
}
.site-info .social-menu img {
	display: inline-block;
	max-width: 32px;
	margin-right: 15px;
}



/* "Smaller" screen styles - apply to view less than 800px */
@media screen and (max-width: 800px) {
	#content {
    margin: 15px 0;
	}
	.wrap {
		padding: 0 15px;
	}
	#primary, 
	#secondary {
		width: 50%;
	}
	#secondary {
		column-count: 1;
	}
	#site-navigation {
		display: none;
	}
	.hamburger {
		display: block;
	}
	.site-info a.telephone {
		pointer-events: auto;
	}
	.navigation-top .wrap {
		position: relative;
		height: 38px;
	}
}

/* "Small" screen styles - apply to view less than 600px */
@media screen and (max-width: 600px) {
	#content {
		margin: 0;
	}
	#primary, 
	#secondary, 
	footer#colophon .site-info>div {
		width: 100%;
	}
	footer#colophon .site-info>div,
	footer#colophon .site-info>div:last-of-type {
		text-align: center;
	}
	footer#colophon a.telephone {
		font-size: 2rem;
		line-height: 2.5rem;
	}
	.wrap {
		padding: 0;
	}
	.hamburger {
		float: none;
	}
	 
}