/* CSS Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Font Face */
@font-face {
	font-family: "ColaborateThinRegular";
	src: url("../fonts/ColabThi-webfont.eot");
	src: url("../fonts/ColabThi-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/ColabThi-webfont.woff") format("woff"), url("../fonts/ColabThi-webfont.ttf") format("truetype"), url("../fonts/ColabThi-webfont.svg#ColaborateThinRegular") format("svg");
	font-weight: normal;
	font-style: normal;
}

/* Base Styles */
body {
	background: #f6f6f6 url("../images/bg.png") repeat-x;
	color: #525252;
	font-family: Georgia;
	font-size: 16px;
	line-height: 24px;
}

a {
	text-decoration: none;
	color: #000;
	transition: color 0.3s ease;
}

a:hover {
	color: #8B6F47;
	text-decoration: none;
}

.clear {
	padding: 0;
	margin: 0;
	clear: both;
}

.wrapper {
	width: 960px;
	margin: auto;
}

/* Logo */
#logo {
	border: none;
	margin: 40px auto 34px auto;
	clear: both;
	transition: opacity 0.3s ease;
	max-width: 100%;
	height: auto;
	width: auto;
	display: block;
}

#logo:hover {
	opacity: 0.8;
}

/* Headings */
h1 {
	font-size: 34px;
	color: #000;
	margin-bottom: 0;
}

h2 {
	font-size: 34px;
	color: #000;
}

h3 {
	font-size: 24px;
	color: #000;
}

h1, h2, h3 {
	font-family: "ColaborateThinRegular", Arial, sans-serif;
}

h2, h3 {
	text-shadow: 1px 1px 0px #fff;
}

/* Navigation */
#navwrap {
	width: 960px;
	background: #f6f6f6;
	text-align: center;
	position: relative;
	z-index: 14;
}

.nav_top {
	background: #d5d5d5;
	width: 960px;
	height: 1px;
	display: block;
	float: left;
}

.nav_bottom {
	background: #d5d5d5;
	width: 960px;
	height: 1px;
	display: block;
	float: left;
}

ul.nav {
	display: inline-block;
	text-align: left;
}

.nav li {
	display: inline-block;
	padding: 0 10px;
	list-style-type: none;
	position: relative;
	z-index: 15;
}

.nav li.current-menu-item a {
	font-style: italic;
	color: #989898;
}

.nav li a {
	font-size: 13px;
	color: #333;
	text-transform: uppercase;
	display: block;
	transition: opacity 0.3s ease;
}

.nav li a:hover {
	color: #8B6F47;
}

.nav > li > a {
	padding: 10px 0;
}

/* Content */
#content {
	background-image: url("../images/content-bg.png");
	float: left;
	text-shadow: 1px 1px 0px #fff;
	margin-bottom: 30px;
}

#content .content_wrap {
	background: url("../images/content-bg-top.jpg") no-repeat top;
	float: left;
}

#content .content_wrap .content_wrap {
	background: url("../images/content-bg-bottom.jpg") no-repeat bottom;
	float: left;
	padding-top: 20px;
}

/* Breadcrumbs */
#breadcrumbs {
	padding: 10px 0 25px 0;
	color: #686868;
	font-style: italic;
	float: left;
}

#breadcrumbs a {
	font-style: italic;
	color: #b6b6b6;
}

#breadcrumbs a:hover {
	color: #8B6F47;
}

#breadcrumbs span {
	color: #686868;
}

#breadcrumbs span.separate {
	color: #b6b6b6;
	margin: 0 5px;
}

/* Sidebar */
#sidebar {
	float: left;
	width: 250px;
	padding-left: 30px;
	padding-top: 10px;
	font-size: 13px;
}

#sidebar .widget {
	margin-bottom: 30px;
	float: left;
	width: 250px;
}

.widget ul {
	padding-left: 13px;
}

.widget ul li {
	padding: 3px 0 3px 5px;
	list-style-image: url("../images/bullet.png");
}

.widget ul li a {
	color: #525252;
}

.widget ul li a:hover {
	color: #8B6F47;
}

.widget h3 {
	font-size: 24px;
	color: #000;
	display: block;
	background: url("../images/widget-line.png") no-repeat bottom left;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

/* Posts */
#posts {
	float: left;
	width: 640px;
	padding-right: 40px;
}

#posts .post {
	float: left;
	margin-bottom: 40px;
	width: 100%;
}

.post .text {
	float: left;
	width: 426px;
	min-height: 80px;
}

#posts .post .no_thumb {
	width: 640px;
}

.post h2, .main-title {
	font-size: 30px;
	color: #000;
	line-height: 1;
}

.post h2 a {
	color: #000;
}

.post h2 a:hover {
	color: #8B6F47;
}

.post .line {
	background: url("../images/line.png") repeat-x bottom;
	height: 2px;
	display: block;
	margin: 5px 0;
}

.post p {
	padding-top: 15px;
}

.post ul {
	list-style-type: disc;
	margin: 10px 0px 10px 20px;
}

.post ol {
	list-style-type: decimal;
	list-style-position: inside;
	margin: 10px 0px 10px 2px;
}

.post ul li ul, .post ul li ol {
	margin: 2px 0px 2px 20px;
}

.post ol li ul, .post ol li ol {
	margin: 2px 0px 2px 35px;
}

.post img {
	max-width: 100%;
	height: auto;
	width: auto;
}

.readmore {
	background-image: url("../images/readmore-left3.png");
	height: 24px;
	display: block;
	float: right;
	margin-top: 10px;
}

.readmore a {
	background: url("../images/readmore-right3.png") no-repeat right;
	margin-right: -15px;
	height: 21px;
	display: block;
	color: #414040;
	text-shadow: 1px 1px 0px #fff;
	padding: 3px 10px 0 10px;
	font-family: Arial;
	font-size: 11px;
	float: right;
}

.readmore a:hover {
	color: #8B6F47;
}

.postinfo {
	color: #b6b6b6;
	font-style: italic;
	display: block;
}

.postinfo a {
	color: #686868;
}

.postinfo a:hover {
	color: #8B6F47;
}

/* Pagination */
.alignright {
	float: right;
}

.alignleft {
	float: left;
}

/* Footer */
#footer {
	width: 960px;
	margin: 10px auto 40px auto;
	text-align: center;
	text-shadow: 1px 1px 0px #fff;
	color: #919191;
	font-size: 11px;
	font-style: italic;
	border-top: 1px solid #d5d5d5;
	padding-top: 10px;
}

#footer a {
	color: #5e5b5b;
}

#footer a:hover {
	color: #8B6F47;
}

/* Homepage Styles */
.body {
	margin: 0;
	padding: 0;
	background-color: #887C5B;
	background-image: url('../images/hp_bg.jpg');
}

.img {
	display: block;
}

.container {
	margin: 0 auto;
	width: 765px;
}

.floatleft {
	float: left;
}

.footertext {
	text-align: center;
	font-family: Garamond;
	font-size: 16px;
	color: #FFF5E1;
}

/* Mobile Menu Styles */
.hamburger {
	display: none;
	position: fixed;
	top: 20px;
	right: 20px;
	flex-direction: column;
	cursor: pointer;
	z-index: 1001;
	background: rgba(200, 138, 30, 0.9);
	padding: 10px;
	border-radius: 6px;
	border: 1px solid #FEFCCF;
}

.hamburger span {
	width: 25px;
	height: 3px;
	background: #FEFCCF;
	margin: 3px 0;
	transition: all 0.3s ease;
	border-radius: 2px;
}

.hamburger.active {
	opacity: 0;
	visibility: hidden;
}

.mobile-menu-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 999;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
}

.mobile-menu-overlay.active {
	opacity: 1;
	visibility: visible;
}

.mobile-slide-menu {
	position: fixed;
	top: 0;
	left: -100%;
	width: 320px;
	height: 100vh;
	background: linear-gradient(135deg, #887C5B 0%, #6B5E47 100%);
	transition: left 0.3s ease;
	z-index: 1000;
	padding: 20px;
	box-shadow: 2px 0 20px rgba(0, 0, 0, 0.3);
}

.mobile-slide-menu.active {
	left: 0;
}

.close-btn {
	position: absolute;
	top: 15px;
	right: 15px;
	background: rgba(200, 138, 30, 0.9);
	border: 1px solid #FEFCCF;
	color: #FEFCCF;
	font-size: 18px;
	cursor: pointer;
	padding: 8px 12px;
	border-radius: 4px;
	font-weight: bold;
}

.close-btn:hover {
	background: rgba(200, 138, 30, 0.5);
}

.mobile-slide-menu ul {
	list-style: none;
	padding: 0;
	margin: 60px 0 0 0;
	border-top: 1px solid rgba(254, 252, 207, 0.3);
}

.mobile-slide-menu li {
	margin: 0;
	border-bottom: 1px solid rgba(254, 252, 207, 0.3);
}

.mobile-slide-menu a {
	display: block;
	padding: 20px 25px;
	color: #FFF5E1;
	text-decoration: none;
	font-family: 'Times New Roman', Times, serif;
	font-size: 18px;
	transition: all 0.3s ease;
	background: transparent;
}

.mobile-slide-menu a:hover {
	background: rgba(200, 138, 30, 0.4);
	color: #FFFFFF;
	padding-left: 35px;
}

/* Old Mobile Nav */
#mobile_nav {
	display: none;
	position: relative;
	padding: 12px 26px 12px 32px;
	font-family: Georgia, serif;
	font-size: 12px;
	text-shadow: 1px 1px 0 #fff;
	color: #b6b6b6;
	text-transform: uppercase;
	font-style: italic;
	letter-spacing: 0.05em;
}

#mobile_nav:hover {
	color: #8B6F47;
	text-decoration: none;
}

#mobile_nav > span {
	display: none;
}

/* Contact Form Styles */
.input {
	border: 1px solid #d4d2d2 !important;
	border-radius: 8px !important;
	-webkit-border-radius: 8px !important;
	-moz-border-radius: 8px !important;
	color: #303030 !important;
	padding: 7px !important;
	margin: 0px !important;
}

input.input {
	width: 300px;
}

textarea.input {
	width: 478px;
	height: 130px;
}

#et-contact p input, #et-contact p textarea {
	background: url("../images/contact_input.png") repeat-x #f7f7f7 !important;
	border: 1px solid #ccc !important;
	width: 100% !important;
	color: #111 !important;
	padding: 8px !important;
	font-family: inherit;
}

#et-contact p textarea {
	width: 95% !important;
}

#et_contact_left {
	width: 95%;
	margin-bottom: 20px;
}

.et_contact_form_label {
	display: none;
}

.et_contact_submit {
	border: 0px !important;
	color: #4c4b4b !important;
	float: right;
	font-size: 12px;
	text-shadow: 1px 1px 1px #fff;
	text-transform: uppercase;
	margin-right: 9px;
	height: 35px;
	background: url("../images/contact_submit.png") no-repeat;
	width: 73px;
	margin-right: 6px;
	margin-top: 15px;
}

/* Additional Styles */
#about-image {
	float: left;
	margin: 0 15px 10px 0;
}

.clearfix {
	display: block;
}

strong {
	font-weight: bold;
	color: #1c1c1c;
}

a:hover strong {
	color: #8B6F47;
}

cite, em, i {
	font-style: italic;
}

.title {
	margin-top: 20px;
}

html, body {
	overflow-x: hidden;
	max-width: 100%;
}

embed, iframe, object, video {
	max-width: 100%;
}

/* Responsive Design */
@media (max-width: 1024px) {
	.body {
		background-size: 20%;
	}

	.container {
		margin: 0 auto;
		width: 100%;
	}

	img.img {
		width: 100%;
		height: auto;
	}

	img.img.middle {
		width: 67%;
		height: auto;
	}

	img.img.music, img.img.blog, img.img.services, img.img.contact {
		width: 16%;
		height: auto;
	}
}

@media (max-width: 768px) {
	.hamburger {
		display: flex;
	}
}

@media (min-width: 769px) {
	.hamburger, .mobile-menu-overlay, .mobile-slide-menu {
		display: none !important;
	}
}

@media only screen and (min-width: 768px) and (max-width: 960px) {
	.wrapper, #navwrap, .nav_top, .nav_bottom, #footer {
		width: 748px;
	}

	#logo {
		margin: 40px auto 34px auto;
	}

	ul.nav {
		padding-left: 0 !important;
	}

	#posts {
		width: 450px;
	}

	#content {
		background-image: url("../images/content-bg_768.png");
	}

	#content .content_wrap {
		background: url("../images/content-bg-top_768.png") no-repeat 0 0;
	}

	#content .content_wrap .content_wrap {
		background: url("../images/content-bg-bottom_768.png") no-repeat bottom left;
	}

	.post .text {
		width: 236px;
	}

	.post h2 {
		line-height: 1;
	}

	#sidebar {
		width: 228px;
	}

	#sidebar .widget {
		width: auto;
		float: none;
	}
}

@media only screen and (max-width: 767px) {
	.wrapper, #navwrap, .nav_top, .nav_bottom, #footer {
		width: 100%;
		max-width: 100%;
		box-sizing: border-box;
		padding-left: 20px;
		padding-right: 20px;
	}

	#posts {
		width: 100%;
		max-width: 100%;
		box-sizing: border-box;
		padding-left: 0;
		padding-right: 0;
	}

	#posts .post {
		width: 100%;
		max-width: 100%;
		box-sizing: border-box;
		padding-left: 0;
		padding-right: 0;
	}

	#logo {
		margin: 40px auto 34px auto;
	}

	#about-image {
		margin: 0 7px 10px 0;
	}

	#footer {
		text-align: center;
	}

	ul.nav {
		display: none;
	}

	#sidebar {
		padding-left: 0;
		width: 100%;
	}

	#sidebar .widget {
		width: 100%;
	}

	#navwrap {
		text-align: center;
		z-index: 99;
	}

	#mobile_nav {
		display: inline-block;
	}

	#posts {
		width: auto;
		padding-right: 0;
		padding-left: 0;
	}

	.post .text {
		width: 100%;
		max-width: 100%;
		box-sizing: border-box;
	}

	#posts .post .no_thumb {
		width: 100%;
		max-width: 100%;
		box-sizing: border-box;
	}

	#content, #content .content_wrap, #content .content_wrap .content_wrap {
		background: none;
		width: 100%;
		box-sizing: border-box;
	}

	.readmore {
		margin-top: 0;
		margin-right: 0;
	}

	.readmore a {
		margin-right: 0;
	}
}

@media only screen and (max-width: 479px) {
	.wrapper, #navwrap, .nav_top, .nav_bottom, #footer {
		width: 100%;
		max-width: 100%;
		box-sizing: border-box;
		padding-left: 20px;
		padding-right: 20px;
	}

	#posts {
		width: 100%;
		max-width: 100%;
		box-sizing: border-box;
		padding-left: 0;
		padding-right: 0;
	}

	#posts .post {
		width: 100%;
		max-width: 100%;
		box-sizing: border-box;
		padding-left: 0;
		padding-right: 0;
	}

	#logo {
		margin: 40px auto 34px auto;
	}

	#about-image {
		margin: 0 7px 10px 0;
	}

	#footer {
		text-align: center;
	}

	.post .text {
		width: auto;
	}

	#breadcrumbs {
		float: none;
	}

	.readmore {
		margin-right: 0;
	}

	.readmore a {
		margin-right: 0;
	}
}