/* NOT DESKTOP
/*-------------------------------------------------*/
@media only screen and (max-width: 1040px) {

	html, body {
		padding: 0 .665em;
	}
	
	/* HERO & SINGLE POST NAVIGATION */
	#featured-slides .flex-prev,
	#single-navigation .prev a {
		left: -2.25em;
	}
	#featured-slides .flex-next,
	#single-navigation .next a {
		right: -2.25em;
	}
	#featured-page .content {
	    overflow: visible;
	}
	
	#single-navigation .prev a {
		left: -2.25em;
	}
	#single-navigation .next a	 {
		right: 2.25em;
	}
	
}


/* DESKTOPS
/*-------------------------------------------------*/
@media only screen and (min-width: 960px) and (max-width: 1040px) {

}




/* TABLETS
/*-------------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
	.grid-layout .entry-thumbnail a {
		max-height: 100px;
	}
}




/* MOBILE
/*-------------------------------------------------*/
@media only screen and (max-width: 767px) {

	body {
		font-size: 0.8125em;
	}
	
	.one-half,
	.one-third,
	.two-third,
	.three-fourth,
	.one-fourth {
		float: none;
		display: block;
		margin-right: 0;
		width: 100%;
	}

	#top-search {
		width: 100%;
		margin: 0;
		font-size: 15px;
	}

	#top-search input#s {
		width: 100%;
	}

	#top-search input#search-submit {
		float: none;
		position: absolute;
		right: 0;
		top: 0;
		height: auto;
	}

	.menu {
		display: none;
	}

	#primary-nav {
		width: 100%;
		margin-bottom: 0;
	}

	.mobile-nav-toggle {
		position: relative;
		cursor: pointer;
		display: block;
		margin: 0;
		font-size: 15px;
		padding: 0.6667em 1.333em;
		border-radius: 4px;
		border-bottom: 1px solid #cccccc;
	}

	.mobile-nav-toggle:after {
		position: absolute;
		top: 50%;
		right: 20px;
		height: 0;
		width: 0;
		margin: -4px 0 0 -8px;
		border: solid transparent;
		border-color: rgba(255, 0, 0, 0);
		border-top-color: #333333;
		border-width: 8px;
		content: " ";
		pointer-events: none;
	}

	.toggled-on .mobile-nav-toggle {
		border-radius: 4px 4px 0 0;
	}

	.toggled-on .mobile-nav-toggle:after {
		border-top-color: transparent;
		border-bottom-color: #1b1b1b;
		margin-top: -12px;
	}

	.toggled-on .menu {
		border-radius: 0 0 4px 4px;
	}

	.toggled-on .menu,
	.toggled-on .menu > ul {
		float: none;
		display: block;
		margin-left: 0;
		padding: 0;
		width: 100%;
	}

	.toggled-on .menu li,
	.toggled-on .children {
		float: none;
		display: block;
	}

	.toggled-on .menu li {
		border: none;
		border-bottom: 1px solid #cccccc;
		border-top: 1px solid #f5f5f5;
	}

	.toggled-on .menu li:last-child {
		border-bottom: none;
	}

	.toggled-on .menu li > ul,
	.toggled-on .menu .sub-menu,
	.toggled-on .menu .children,
	.toggled-on .menu .sub-menu ul,
	.toggled-on .menu .children ul {
		background-color: transparent;
		display: block;
		float: none;
		position: relative;
		left: auto;
		top: auto;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}

	.toggled-on .menu li > ul {
	    border-top: 1px solid #cccccc;
	}

	.toggled-on .menu li li > ul {
		border: none;
		margin-left: 1.333em;
	}


	.toggled-on .menu .sub-menu,
	.toggled-on .menu .children {
		display: block;
	}

	.toggled-on .menu li > ul a {
		width: auto;
	}

	.toggled-on .menu li:hover > a,
	.toggled-on .menu .children a {
		background-color: transparent;
	}
	
	.toggled-on .menu li a {
		padding-left: 1.4285em;
		padding-right: 1.4285em;
	}


	.toggled-on .menu li a:hover,
	.toggled-on .menu ul a:hover {
	}
	
	.primary-nav ul ul {
		margin-top: 0
	}

	ul.menu {
		display: none;
	}


	.slide-content p,
	.slide-video {
	    display: none;
	    visibility: hidden;
	}
	
	.slide-content {
		width: auto;
		padding: 0.5em;
	}
	.slide-title {
		font-size: 1em;
	}
	
	#content,
	.has-sidebar #sidebar {
		width: 100%;
		margin: 0;
	}
	
	.has-sidebar .grid-layout .section-content {
		padding-left: 1.333em;
		padding-right: 1.333em;
	}
	
	#content .entry-side,
	#content .entry-main {
		float: none;
		width: 100%;
		padding: 0;
	}
	
	.filter-links {
		float: left;
		width: 100%;
		padding-bottom: 1.5em;
	}
	.filter-links li:first-child {
		padding-left: 0;
	}

	/* COMMENTS */
	.comment-header {
		margin-bottom: 1em;
	}

	.comment .children {
		padding: 0 1.333em 1.333em;
	}

	.comment .children .children {
		padding-right: 0;
	}

	.comment .children .comment {
		padding: 1.333em 0 0;
	}

	.children .comment-author-image {
		display: none;
	}

	.children .comment-author, 
	.children .comment-meta,
	.children .comment-text {
		margin-left: 0;
	}

	/* FOOTER */
	
	#footbar {
		padding-top: 2.667em;
		padding-bottom: 1.333em;
	}
	#footbar .column {
		width: 100%;
		margin: 0;
	}
	
	#networking {
		clear: both;
		float: left;
	}
	#networking li {
		margin-left: 0;
		margin-right: 0.667em;
	}
}


/* MOBILE (Landscape)
/*-------------------------------------------------*/
@media only screen and (min-width: 480px) and (max-width: 767px) {
}


/* MOBILE (Small, Phones)
/*-------------------------------------------------*/
@media only screen and (max-width: 480px) {
	
	.grid-layout .entry,
	.has-sidebar .grid-layout .entry {
		width: 90%;
		margin: 0 5%;
	}
		
}

