/*
Theme Name: Campaign for Free Expression
Author: Center for Inquiry Web Team
Author URI: https://centerforinquiry.net
Text Domain: twentyfourteen-child
Template: twentyfourteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

@import url("../twentyfourteen/style.css");

/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 * 5.0 - Navigation
 * 6.0 - Content
 *   6.1 - Post Thumbnail
 *   6.2 - Entry Header
 *   6.3 - Entry Meta
 *   6.4 - Entry Content
 *   6.5 - Galleries
 *   6.6 - Post Formats
 *   6.7 - Post/Image/Paging Navigation
 *   6.8 - Attachments
 *   6.9 - Archives
 *   6.10 - Contributor Page
 *   6.11 - 404 Page
 *   6.12 - Full-width
 *   6.13 - Singular
 *   6.14 - Comments
 * 7.0 - Sidebar
 *   7.1 - Widgets
 *   7.2 - Content Sidebar Widgets
 * 8.0 - Footer
 * 9.0 - Featured Content
 * 10.0 - Multisite
 * 11.0 - Media Queries
 * 12.0 - Print
 * -----------------------------------------------------------------------------
 */

.site {
	margin: auto;
}

.singular .site-content .hentry.has-post-thumbnail {
    margin-top: -72px;
}


@media (max-width:1007px) {
#cfilogo {
	max-width:260px;
}
}

@media (max-width:672px) {
	#site-header {
		overflow:hidden;
	}
	#site-header img {
		width:180%;
		max-width:180%;
		margin-left:-40%;
		margin-right:-40%;
	}
}

@media print {
	iframe {
		display:none;
	}
}