/* ---------------------------------------------------------------------- */
/*	Media Queries
/* ---------------------------------------------------------------------- */
.btn-nav-right {
		display: none;
	}
#responsive-menu {
	display: none;
	margin-bottom: 20px;
	padding-bottom: 30px;
}
/* Standard 960 or larger (browsers) */
@media only screen and (min-width: 960px) {

}

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
	.overlay {
		display: none !important;
	}
	#primary-nav .nav,
	#sidebar {
		display: none;
	}
	.content-loop .post .entry-thumb,
	.flexslider .slides li img,
	.entry-content img {
		width: 100%;
		height: auto;
	}	
	#responsive-menu {
		border-radius: 3px;
		color: #999999;
		display: none;
		padding: 20px 0;		
		width: 100%;
		background: #ffffff;
		border: 1px solid #ffffff;
		-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
		-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
		box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);		
	}
	#responsive-menu li {
		color: #999999;
		line-height: 30px;
		margin-left: 25px;
	}
	#responsive-menu li li {
		list-style: disc;
	}
	#responsive-menu li a {
		color: #666666;
		border-bottom: 1px dotted #cccccc;
	}
	#header .container { position: relative; }	
	.btn-nav-right {
		background: #7cc576;
		border-radius: 2px;
		color: #ffffff;
		display: block;
		position: absolute;
		top: 15px;
		right: 70px;
		font-size: 13px;
		font-weight: 600;
		line-height: 16px;
		padding: 6px 10px;
		cursor: pointer;
	}
	#formbox select,
	#formbox input[type="text"],
	#formbox textarea {
		width: 100% !important;
	}
	#formbox .file-bottom {
		top: -40px;
		right: 0;
		margin-left: 0;
	}
	#formbox input[type="button"] {
		margin-left: 0;
	}	
	
}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {

	.slogan p {
		padding-left: 10px;
		padding-right: 10px;
	}
	.container {
		width: 640px;
	}
	.content-loop {
		width: 670px !important;
	}
	#content {
		width: 580px;
	}	
	.one-col {
		width: 580px !important;		
	}
	.content-loop .post {
		width: 305px;
	}
	#footer-columns .footer-column-1,
	#footer-columns .footer-column-2,
	#footer-columns .footer-column-3,
	#footer-columns .footer-column-4 {
		width:275px;
	}	

}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
	.slogan p {
		padding-left: 0;
		padding-right: 0;
	}
	.content-loop .post {
		margin-right: 0 !important;
	}
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {

	.container,
	#footer-columns .footer-column-1,
	#footer-columns .footer-column-2,
	#footer-columns .footer-column-3,
	#footer-columns .footer-column-4 {
		width: 360px;
	}
	.one-col,
	#content {
		width: 300px !important;		
	}
	.home #content {
		width: 360px !important;
	}
	.content-loop .post {
		width: 360px;
	}	
		
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
	#text-logo #site-desc,
	#header .right {
		display: none;
	}
	.btn-nav-right {
		right: 0;
	}
	.container,
	#footer-columns .footer-column-1,
	#footer-columns .footer-column-2,
	#footer-columns .footer-column-3,
	#footer-columns .footer-column-4 {
		width: 220px;
	}
	.container,
	#footer-columns .footer-column-1,
	#footer-columns .footer-column-2,
	#footer-columns .footer-column-3,
	#footer-columns .footer-column-4 {
		width: 220px;
	}
	.one-col,
	#content {
		width: 160px !important;		
	}
	.home #content {
		width: 220px !important;
	}
	.content-loop .post {
		width: 220px;
	}	

}