/*
Theme Name: Defy Climate Cult
Theme URI: http://defyccc.com/wp-content/themes/twentythirteen-child/
Template: twentythirteen
Author: defyccc.com
Author URI: https://defyccc.com/
Description: Defy Climate Cult
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready, accessibility-ready
Text Domain: twentythirteen-child
*/
h1 {
	font-size: 48px;
	margin: 20px 0;
}

h2 {
	font-size: 24px;
	margin: 10px 0;
}

blockquote {
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	margin: 24px 20px;
}

/**		
 * 3.0 Basic Structure		 
 * ----------------------------------------------------------------------------		 
 */		 
 
.site {
	background-color: #fdfff8;
	margin: 0 auto;
	max-width: 1400px;
	width: 100%;
}


/**
 * 4.1 Site Header		 
 * ----------------------------------------------------------------------------		 
 */
		 
 
.site-header .home-link {
	color: #141412;
	display: block;
	margin: 0 auto;
	max-width: 1080px;
	min-height: 100px;
	/* padding: 0 20px; */
	text-decoration: none;
	width: 100%;
}	

.site-title {
	font-size: 48px;
	font-weight: bold;
	line-height: 1;
	margin: 0;
	padding: 20px 0 10px;
}	


/**
 * 4.2 Navigation		
 * ----------------------------------------------------------------------------		 
 */	
 
		
ul.nav-menu,
div.nav-menu > ul {
	margin: 0;
	padding: 0 20px 0 0;
}
	
/**
 * 5.0 Content		 
 * ----------------------------------------------------------------------------		 
 */		
 
.hentry {
	padding: 10px 0;
}

.entry-content,
.entry-summary,
.entry-meta {
	margin: 0 auto;
	max-width: 720px;
	width: 100%;
}


.sidebar .entry-header,
.sidebar .entry-content,
.sidebar .entry-summary,
.sidebar .entry-meta {
	max-width: 1040px;
	padding: 0 376px 0 2px;
}
	
.entry-header {
	margin-top: 10px;
    margin-bottom: 10px;
}


/**
 * 5.1 Entry Header
 * ----------------------------------------------------------------------------
 */

.entry-header {
	margin-bottom: 15px;
}


/**		
 * 5.3 Entry Content		 
 * ----------------------------------------------------------------------------		 
 */		 
 

.entry-content {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	word-wrap: break-word;
}

.entry-content blockquote {
	font-size: 14px;
}

footer.entry-meta {
	margin-top: 10px;
}


/**
 * 6.1 Widgets
 * ----------------------------------------------------------------------------
 */

.widget {
	background-color: rgba(247, 245, 231, 0.7);
	font-size: 14px;
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	margin: 0 0 6px;
	padding: 6px;
	word-wrap: break-word;
}

	
		