/* General
================================================== */
img {
	max-width: 100%;
}
/*hide responsive menus*/
#top-bar .selector, #navigation .selector {
	display: none;
}


@media only screen and (min-width: 1801px)  {
}
@media only screen and (min-width: 1400px) and (max-width: 1800px) {

}
@media only screen and (min-width: 960px)  {

}
@media only screen and (min-width: 960px) and (max-width: 1330px) {
	#navigation .sf-menu a {
		padding: 0px 0.45em;
	}
	#logo-text {
		padding-top: 1em;
	}
}

/* Apply To All Responsive Layouts
================================================== */
@media only screen and (max-width: 959px) {
	/*navigation top menu*/
	#navigation .selector option {
		background:#fff;
		-webkit-appearance:none;
		padding: 10px;
		border-bottom: 1px solid #ddd
	}
	#navigation .selector, #navigation .selector span {
		cursor: pointer !important;
		-webkit-font-smoothing:antialiased;
		background-color: #74bab8;
	}
	#navigation .selector, #navigation .selector * {
		margin:0;
		padding:0
	}
	#navigation .selector select {
		top:0px;
		left:0px;
		height: 60px
	}
	#navigation .selector {
		width: 100%;
		color: #fff;
		font-weight: bold;
		line-height: 60px;
		text-indent: 20px
	}
	#navigation .selector {
		height: 60px;
		width: 60px;
		width: 100%;
		display:-moz-inline-box;
		display:inline-block;
		vertical-align:middle;
		zoom:1;
		*display:inline;
		cursor: pointer !important;
		position:relative;
		overflow:hidden;
		background: url("../images/responsive-drop-arrow.png") right center no-repeat
	}
	#navigation .selector select:focus {
		outline:0;
	}
	#navigation .selector span {
		display:block;
		overflow:hidden;
		text-overflow:ellipsis;
		white-space:nowrap
	}
	#navigation .selector select {
		position:absolute;
		height:60px;
		background:none;
		width:100%;
		font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
		font-size:12px;
		font-weight:500;
		border:0 !important
	}
	/*display dropdown nav*/
	#navigation .selector {
		display: inline-block;
	}
	#navigation ul {
		display: none;
	}
}


/* #Tablet (Portrait) = Design for a width of 730px
================================================== */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	#logo-text {
		margin-top: 1em;
		padding: 0;
	}
}


/* Mobile (Portrait) = Design for a width of 280px
================================================== */

@media only screen and (max-width: 767px) {
	/*main*/
	#post {
		width: 100%
	}
	/*header*/
	#logo {
		margin: 0 !important
	}
	#logo-text {
	margin: 0;
	padding: 0;
	}
	#contact-text h3 {
	margin-top: 0;
	margin-bottom: 0;
	}	
	#logo img {
		margin: 15px 0
	}
	#header-right {
		display: none
	}

	/*you can enable the right header by uncommenting this
		#header-right{ position: inherit; text-align: center; margin: 10px auto !important; float: none }
		*/
		

	/*titles*/
	#page-heading h1, #page-heading h2 {
		width: 100%
	}
	#single-nav {
		position: inherit;
		text-align: center;
		margin-top: 10px;
		margin-left: 20px
	}
	/*blog*/
	.entry-left {
		width: 100%;
	}
	.entry-right {
		width: 100%;
		margin-left: 0;
	}

	/*footer*/
	#callout #callout-text, #callout #callout-btn {
		width: 100%;
		float: none
	}
	#callout #callout-btn {
		margin-top: 20px
	}
	#callout #callout-btn .button {
		float: none
	}
	#footer-bottom, #footer-menu {
	/* [disabled]text-align: center; */
	}
	#developer {
		margin-right: 0;
	}
	#footer-menu {
		margin-top: 5px
	}
	/*other*/
	#error-page-title {
		font-size: 80px;
		line-height: 80px;
		margin-bottom: 25px;
	}
	#error-page-text {
		margin-top: 0
	}

}


/* Mobile (Landscape) = Design for a width of 440px
================================================== */
@media only screen and (min-width: 480px) and (max-width: 767px) {

	#developer {
		margin-right: 0;
	}
	}
}
