/*
 Theme Name:   Twenty Fourteen Child
 Theme URI:    http://example.com/twenty-fourteen-child/
 Description:  Twenty Fourteen Child Theme
 Author:       Dan Hammer
 Author URI:   http://www.hwcinternet.com
 Template:     twentyfourteen
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  twenty-fourteen-child
*/

@import url("../twentyfourteen/style.css");

/* getting smaller... remove left sidebar */
@media screen and (max-width: 1008px) {
	.primary-sidebar {
		display: none;
	}

}

@media screen and (max-width: 845px) {
	/*
	.list-view .site-content .post-thumbnail img {
		float: left;
		background: none;
		padding-left: 115px;
		margin: 20px 10px 3px 0;
		width: auto;
		height: auto;

	}
	*/

	body {
		background-color: #cdd1b8;
	}

	.site-content .has-post-thumbnail .entry-header {
		background-color: #cdd1b8;
		margin-top: 24px;
	}

	.site-content .entry-meta {
		background-color: #cdd1b8;
	}

	.site-content .entry-content {
		padding-top: 0px;
	}

	.entry-meta .cat-links {
		display: none;
	}

	.entry-content p {
		margin-bottom: 12px;
	}

	.entry-content .more-link {
		line-height: 1.4em;
		margin-top: 16px;
		margin-left: 5px;
		white-space: normal;
	}

	.site-content .entry-header, .site-content .entry-content, .site-content .entry-summary, .site-content .entry-meta, .page-content {
		background-color: #cdd1b8;
	}

	.content-area, .content-sidebar {
		padding-top: 20px;
	}

	.entry-title {
		font-size: 16px;
		font-weight: 400;
		line-height: .9;
		margin-bottom: 8px;
		text-transform: none;
	}

	.entry-title a {
		color: #ff0000;
		background-color: transparent;
	}

	.list-view .site-content {
		background-color: #cdd1b8;
	}

	.list-view .site-content .hentry {
		border-top: 0px;
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		margin: 0px 0 0 0;
		min-height: 60px;
		padding: 12px 0 9px;
	}

	.list-view .site-content .post-thumbnail img {
		float: left;
		padding-left: 115px;
		margin: 20px 10px 3px 0;
		width: auto;
		height: auto;
		max-width: 150px;
		max-height: 150px;
	}

	.list-view .site-content .post-thumbnail {
		background: none;
		width: auto;
		z-index: 2;
	}

	.single-post .post-thumbnail {
		background: none;
		display: block;
		position: relative;
		padding-left: 115px;
		max-width: 600px;
		max-height: 400px;
		width: 100%;
		z-index: 0;
	}
}

@media screen and (min-width: 846px) {
	body {
		background-color: #cdd1b8;
	}

	.site-content .has-post-thumbnail .entry-header {
		background-color: #cdd1b8;
		margin-top: 24px;
	}

	.site-content .has-post-thumbnail .entry-meta {
		padding: 0px;
	}

	.site-content .entry-meta {
		background-color: #cdd1b8;
	}

	.site-content .entry-content {
		padding-top: 0px;
	}

	.entry-meta .cat-links {
		display: none;
	}

	.entry-content p {
		margin-bottom: 12px;
		clear: both;
		float: left;
		text-align: left;
	}

	.entry-content .more-link {
		line-height: 1.4em;
		text-align: left;
		margin-top: 16px;
		margin-left: 5px;
		white-space: normal;
	}

	.site-content .entry-header, .site-content .entry-content, .site-content .entry-summary, .site-content .entry-meta, .page-content {
		background-color: #cdd1b8;
	}

	.content-area, .content-sidebar {
		padding-top: 20px;
	}

	.entry-title {
		font-size: 20px;
		font-weight: 400;
		line-height: .9;
		margin-bottom: 8px;
		text-transform: none;
	}

	.entry-title a {
		color: #ff0000;
		background-color: transparent;
	}

	.list-view .site-content {
		background-color: #cdd1b8;
	}

	.list-view .site-content .hentry {
		border-top: 0px;
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		margin: 0px 0 0 0;
		min-height: 60px;
		padding: 12px 0 9px;
	}

	.list-view .site-content .post-thumbnail img {
		float: left;
		padding-left: 115px;
		margin: 20px 10px 3px 0;
		width: auto;
		height: auto;
		max-width: 150px;
		max-height: 150px;
	}

	.list-view .site-content .post-thumbnail {
		background: none;
		width: auto;
		z-index: 2;
	}

	.single-post .post-thumbnail {
		background: none;
		display: block;
		position: relative;
		padding-left: 115px;
		max-width: 600px;
		max-height: 400px;
		width: 100%;
		z-index: 0;
	}
}

/* approaching mobile size... remove right sidebar */
@media screen and (max-width: 673px) {
	.content-sidebar {
		display: none;
	}

	.entry-title {
		text-transform: none;
	}

}

@media screen and (max-width: 782px) {
	.list-view .site-content .post-thumbnail img {
		float: left;
		padding-left: 50px;
		margin: 20px 10px 3px 0;
		width: auto;
		height: auto;
		max-width: 150px;
		max-height: 150px;
	}

	.single-post .post-thumbnail {
		background: none;
		display: block;
		position: relative;
		padding-left: 50px;
		padding-top: 50px;
		width: auto;
		height: auto;
		max-width: 300px;
		max-height: 300px;
		width: 100%;
		z-index: 0;
	}

	.site-content .has-post-thumbnail .entry-header {
		margin-top: 5px;
	}

	.entry-meta .cat-links {
		display: none;
	}

	.entry-title {
		text-transform: none;
	}


}

@media screen and (max-width: 400px) {
	.list-view .site-content .post-thumbnail img {
		float: left;
		padding-left: 10px;
		margin: 20px 10px 3px 0;
		width: auto;
		height: auto;
		max-width: 150px;
		max-height: 150px;
	}

	.single-post .post-thumbnail {
		background: none;
		display: block;
		position: relative;
		padding-left: 10px;
		padding-top: 50px;
		width: auto;
		height: auto;
		max-width: 300px;
		max-height: 300px;
		width: 100%;
		z-index: 0;
	}

	.entry-title a, .entry-meta, .entry-content p, hr {
		/*clear: left;*/
		float: left;
	}

	.site-content .has-post-thumbnail .entry-header {
		float: left;
	}

	.fb_iframe_widget span {
		max-width: 90%;
	}

	.entry-content p {
		margin-bottom: 12px;
	}

	.entry-title {
		text-transform: none;
	}

	.trackable_sharing {
		display: none;
	}

}
