/*



Theme Name: e21



Theme URI: http://underscores.me/



Author: WLT



Author URI: http://underscores.me/



Description: Description



Version: 1.0.2



License: GNU General Public License v2 or later



License URI: LICENSE



Text Domain: e21



Tags:







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.







e21 is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.



Underscores is distributed under the terms of the GNU GPL v2 or later.







Normalizing styles have been helped along thanks to the fine work of



Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/



*/







/*--------------------------------------------------------------



>>> TABLE OF CONTENTS:



----------------------------------------------------------------



# Normalize



# Typography



# Elements



# Forms



# Navigation



	## Links



	## Menus



# Accessibility



# Alignments



# Clearings



# Widgets



# Content



	## Posts and pages



	## Comments



# Infinite scroll



# Media



	## Captions



	## Galleries



--------------------------------------------------------------*/







/*--------------------------------------------------------------



# Normalize



--------------------------------------------------------------*/



html {



	font-family: 'Times New Roman', serif;



	-webkit-text-size-adjust: 100%;



	-ms-text-size-adjust:     100%;



}







body {



	margin: 0;



}







article,



aside,



details,



figcaption,



figure,



footer,



header,



main,



menu,



nav,



section,



summary {



	display: block;



}







audio,



canvas,



progress,



video {



	display: inline-block;



	vertical-align: baseline;



}







audio:not([controls]) {



	display: none;



	height: 0;



}







[hidden],



template {



	display: none;



}







a {



	background-color: transparent;



	outline:0 !important;



}







a:active,



a:hover {



	outline: 0;



}







abbr[title] {



	border-bottom: 1px dotted;



}







b,



strong {



	font-weight: bold;



}







dfn {



	font-style: italic;



}











mark {



	background: #ff0;



	color: #000;



}







small {



	font-size: 80%;



}







sub,



sup {



	font-size: 75%;



	line-height: 0;



	position: relative;



	vertical-align: baseline;



}







sup {



	top: -0.5em;



}







sub {



	bottom: -0.25em;



}







img {



	border: 0;



}







svg:not(:root) {



	overflow: hidden;



}







figure {



	margin: 1em 40px;



}







hr {



	box-sizing: content-box;



	height: 0;



}







pre {



	overflow: auto;



}







code,



kbd,



pre,



samp {



	font-family: monospace, monospace;



	font-size: 1em;



}







button,



input,



optgroup,



select,



textarea {



	color: inherit;



	font: inherit;



	margin: 0;



}







button {



	overflow: visible;



}







button,



select {



	text-transform: none;



}







button,



html input[type="button"],



input[type="reset"],



input[type="submit"] {



	-webkit-appearance: button;



	cursor: pointer;



}







button[disabled],



html input[disabled] {



	cursor: default;



}







button::-moz-focus-inner,



input::-moz-focus-inner {



	border: 0;



	padding: 0;



}







input {



	line-height: normal;



}







input[type="checkbox"],



input[type="radio"] {



	box-sizing: border-box;



	padding: 0;



}







input[type="number"]::-webkit-inner-spin-button,



input[type="number"]::-webkit-outer-spin-button {



	height: auto;



}







input[type="search"]::-webkit-search-cancel-button,



input[type="search"]::-webkit-search-decoration {



	-webkit-appearance: none;



}







fieldset {



	border: 1px solid #c0c0c0;



	margin: 0 2px;



	padding: 0.35em 0.625em 0.75em;



}







legend {



	border: 0;



	padding: 0;



}







textarea {



	overflow: auto;



}







optgroup {



	font-weight: bold;



}







table {



	border-collapse: collapse;



	border-spacing: 0;



}







td,



th {



	padding: 0;



}







/*--------------------------------------------------------------



# Typography



--------------------------------------------------------------*/



body,



button,



input,



select,



textarea {



	color: #000;



	font-family: 'Times New Roman', serif;



	font-size: 16px;



	font-size: 1rem;



	line-height: 1.5;



}







h1,



h2,



h3,



h4,



h5,



h6 {



	clear: both;



	line-height: 1.15;



	margin: 0 0 20px 0;



}







h1,



h3.widget-title {



	font-size: 30px;



	margin: 0 0 40px 0;



	padding: 0 0 30px 0;



	color: #bda970;



	text-align: center;



	font-weight: normal;



	position: relative;



}







h1:after,



h3.widget-title:after {



    content:"";



    position: absolute;



    bottom: 0;



    left: 50%;



    right: 0;



    height: 1px;



    border-top: 1px solid #bda970;



    z-index: -1;



    width: 80px;



    margin-left:-40px;



}







p {



	margin: 0 0 15px 0;



}







dfn,



cite,



em,



i {



	font-style: italic;



}







blockquote {



	margin: 0 15px;



}







address {



	margin: 0 0 15px;



}







pre {



	background: #eee;



	font-family: "Courier 10 Pitch", Courier, monospace;



	font-size: 15px;



	font-size: 0.9375rem;



	line-height: 1.6;



	margin-bottom: 15px;



	max-width: 100%;



	overflow: auto;



	padding: 1.6em;



}







code,



kbd,



tt,



var {



	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;



	font-size: 15px;



	font-size: 0.9375rem;



}







abbr,



acronym {



	border-bottom: 1px dotted #666;



	cursor: help;



}







mark,



ins {



	background: #fff9c0;



	text-decoration: none;



}







big {



	font-size: 125%;



}







/*--------------------------------------------------------------



# Elements



--------------------------------------------------------------*/



html {



	box-sizing: border-box;



}







*,



*:before,



*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */



	box-sizing: inherit;



}







body {



	background: #fff; /* Fallback for when there is no custom background color defined. */



}







blockquote:before,



blockquote:after,



q:before,



q:after {



	content: "";



}







blockquote,



q {



	quotes: "" "";



}







hr {



	background-color: #ccc;



	border: 0;



	height: 1px;



	margin-bottom: 1.5em;



}







ul,



ol {



	margin: 0 0 15px 3em;



}







ul {



	list-style: disc;



}







ol {



	list-style: decimal;



}







li > ul,



li > ol {



	margin-bottom: 0;



	margin-left: 1.5em;



}







dt {



	font-weight: bold;



}







dd {



	margin: 0 1.5em 1.5em;



}







img {



	height: auto; /* Make sure images are scaled correctly. */



	max-width: 100%; /* Adhere to container width. */



}







figure {



	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */



}







table {



	margin: 0 0 15px;



	width: 100%;



}







/*--------------------------------------------------------------



# Forms



--------------------------------------------------------------*/



button,



input[type="button"],



input[type="reset"],



input[type="submit"] {



	border: 1px solid;



	border-color: #ccc #ccc #bbb;



	border-radius: 3px;



	background: #e6e6e6;



	color: rgba(0, 0, 0, .8);



	font-size: 12px;



	font-size: 0.75rem;



	line-height: 1;



	padding: .6em 1em .4em;



}







button:hover,



input[type="button"]:hover,



input[type="reset"]:hover,



input[type="submit"]:hover {



	border-color: #ccc #bbb #aaa;



}







button:focus,



input[type="button"]:focus,



input[type="reset"]:focus,



input[type="submit"]:focus,



button:active,



input[type="button"]:active,



input[type="reset"]:active,



input[type="submit"]:active {



	border-color: #aaa #bbb #bbb;



}







input[type="text"],



input[type="email"],



input[type="url"],



input[type="password"],



input[type="search"],



input[type="number"],



input[type="tel"],



input[type="range"],



input[type="date"],



input[type="month"],



input[type="week"],



input[type="time"],



input[type="datetime"],



input[type="datetime-local"],



input[type="color"],



textarea {



	color: #666;



	border: 1px solid #ccc;



	border-radius: 3px;



	padding: 3px;



}







select {



	border: 1px solid #ccc;



}







input[type="text"]:focus,



input[type="email"]:focus,



input[type="url"]:focus,



input[type="password"]:focus,



input[type="search"]:focus,



input[type="number"]:focus,



input[type="tel"]:focus,



input[type="range"]:focus,



input[type="date"]:focus,



input[type="month"]:focus,



input[type="week"]:focus,



input[type="time"]:focus,



input[type="datetime"]:focus,



input[type="datetime-local"]:focus,



input[type="color"]:focus,



textarea:focus {



	color: #111;



}







textarea {



	width: 100%;



}







/*--------------------------------------------------------------



# Navigation



--------------------------------------------------------------*/



/*--------------------------------------------------------------



## Links



--------------------------------------------------------------*/



a {



	color: #bda970;



	text-decoration:underline;



}







a:visited {



	color: #bda970;



}







a:hover,



a:focus,



a:active {



	color: #bda970;



}







a:focus {



	outline: thin dotted;



}







a:hover,



a:active {



	outline: 0;



}







/*--------------------------------------------------------------



## Menus



--------------------------------------------------------------*/



.main-navigation {



	/*clear: both;*/



	display: block;



	float: right;



	/*width: 100%;*/



}







.main-navigation ul {



	display: none;



	list-style: none;



	margin: 0;



	padding-left: 0;



	padding-top: 40px;



}







.main-navigation li {



	float: left;



	position: relative;



	margin: 0 0 0 30px;



}







.main-navigation li:first-child {



	margin-left:0;



}







.main-navigation a {



	display: block;



	text-decoration: none;



	color:#fff;



	text-decoration: none;



	text-transform: uppercase;



	font-size: 16px;



	line-height: 1;



	padding: 0 0 0 0;



	height:32px;



	-webkit-transition: border 0.25s;



    transition: border 0.25s;



    border-bottom: solid 1px #000;



}







.main-navigation a:hover {



	/*color: #bda970;*/



	border-bottom: solid 1px #fff;



}







.main-navigation li.menu-item-has-children a:hover {



	border-bottom: solid 5px #000;



}







.main-navigation li.current-menu-item a,



.main-navigation li.current-menu-parent a {



	border-bottom: solid 5px #bda970;



}







.main-navigation li.current-menu-item a:hover,



.main-navigation li.current-menu-parent a:hover {



	border-bottom: solid 5px #bda970;



}







.main-navigation ul ul {



	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);



	float: left;



	position: absolute;



	/*top: 1.5em;*/



	top:27px;



	background:#bda970;



	left: -999em;



	z-index: 99999;



	padding-top: 0;



	-webkit-transition: opacity 0.25s;



    transition: opacity 0.25s;



    opacity: 0;



}







.main-navigation ul ul ul {



	left: -999em;



	top: 0;



}







.main-navigation ul ul a {



	width: 240px;



	border:none !important;



	padding:15px 15px;



	border-bottom: solid 1px #aa975f !important;



	height: auto;



	color:#fff;



	-webkit-transition: background 0.25s;



    transition: background 0.25s;



}







.main-navigation ul ul a:hover {



	background: #aa975f;



	color:#fff;



}







.main-navigation ul ul li {



	margin:0;



	float:none;



	height:auto;



	padding-top:0;



}







.main-navigation li:hover > a,



.main-navigation li.focus > a {



}







.main-navigation ul ul :hover > a,



.main-navigation ul ul .focus > a {



}







.main-navigation ul ul a:hover,



.main-navigation ul ul a.focus {



}







.main-navigation ul li:hover > ul,



.main-navigation ul li.focus > ul {



	left: auto;



	opacity: 1;



}







.main-navigation ul ul li:hover > ul,



.main-navigation ul ul li.focus > ul {



	left: 100%;



}







.main-navigation .current_page_item > a,



.main-navigation .current-menu-item > a,



.main-navigation .current_page_ancestor > a,



.main-navigation .current-menu-ancestor > a {



}







/* Small menu. */



.menu-toggle,



.main-navigation.toggled ul {



	display: block;



}



.menu-toggle {

	color:#fff;

	width:60px;

	height:60px;

	display:block;

	background:#bda970 url(images/btn-mobile.png) center center no-repeat;

	text-indent: -9999px;

	overflow:hidden;

	border-radius:0;

	padding:0;

	margin:20px 0 0 0;

	border:0;

	outline:0;

}



@media

only screen and (-webkit-min-device-pixel-ratio: 2),

only screen and (   min--moz-device-pixel-ratio: 2),

only screen and (     -o-min-device-pixel-ratio: 2/1),

only screen and (        min-device-pixel-ratio: 2),

only screen and (                min-resolution: 192dpi),

only screen and (                min-resolution: 2dppx) { 

  

	/* Retina-specific stuff here */

	background:#bda970 url(images/btn-mobile@2x.png) center center no-repeat;

	background-size: 120px 120px;



}



@media screen and (min-width: 961px) {



	.menu-toggle {



		display: none;



	}



	.main-navigation ul {



		display: block;



	}



}







body.single-post .hentry {



	padding-bottom:25px;



}







.site-main .comment-navigation,



.site-main .posts-navigation,



.site-main .post-navigation {



	padding-top: 30px;



	border-top: solid 1px #ddd;



	margin: 0 0 1.5em;



	overflow: hidden;



}







.comment-navigation .nav-previous,



.posts-navigation .nav-previous,



.post-navigation .nav-previous {



	float: left;



	width: 50%;



}







.comment-navigation .nav-next,



.posts-navigation .nav-next,



.post-navigation .nav-next {



	float: right;



	text-align: right;



	width: 50%;



}







/*--------------------------------------------------------------



# Accessibility



--------------------------------------------------------------*/



/* Text meant only for screen readers. */



.screen-reader-text {



	clip: rect(1px, 1px, 1px, 1px);



	position: absolute !important;



	height: 1px;



	width: 1px;



	overflow: hidden;



	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */



}







.screen-reader-text:focus {



	background-color: #f1f1f1;



	border-radius: 3px;



	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);



	clip: auto !important;



	color: #21759b;



	display: block;



	font-size: 14px;



	font-size: 0.875rem;



	font-weight: bold;



	height: auto;



	left: 5px;



	line-height: normal;



	padding: 15px 23px 14px;



	text-decoration: none;



	top: 5px;



	width: auto;



	z-index: 100000; /* Above WP toolbar. */



}







/* Do not show the outline on the skip link target. */



#content[tabindex="-1"]:focus {



	outline: 0;



}







/*--------------------------------------------------------------



# Alignments



--------------------------------------------------------------*/



.alignleft {



	display: inline;



	float: left;



	margin-right: 1.5em;



}







.alignright {



	display: inline;



	float: right;



	margin-left: 1.5em;



}







.aligncenter {



	clear: both;



	display: block;



	margin-left: auto;



	margin-right: auto;



}







/*--------------------------------------------------------------



# Clearings



--------------------------------------------------------------*/



.clear:before,



.clear:after,



.entry-content:before,



.entry-content:after,



.comment-content:before,



.comment-content:after,



.site-header:before,



.site-header:after,



.site-content:before,



.site-content:after,



.site-footer:before,



.site-footer:after {



	content: "";



	display: table;



	table-layout: fixed;



}







.clear:after,



.entry-content:after,



.comment-content:after,



.site-header:after,



.site-content:after,



.site-footer:after {



	clear: both;



}











/* CLEAR FIX */







.clearfix:after,



.container:after,



.container-inner:after {



  visibility: hidden;



  display: block;



  font-size: 0;



  content: " ";



  clear: both;



  height: 0;



  }



* html .clearfix,



* html .container,



* html .container-inner          	 { zoom: 1; } /* IE6 */



*:first-child+html .clearfix,



*:first-child+html .container,



*:first-child+html .container-inner	 { zoom: 1; } /* IE7 */







/*--------------------------------------------------------------



# Widgets



--------------------------------------------------------------*/



.widget {



	margin: 0 0 1.5em;



}







/* Make sure select elements fit in widgets. */



.widget select {



	max-width: 100%;



}







/*--------------------------------------------------------------



# Content



--------------------------------------------------------------*/



.container {



	width: 1200px;



	margin: 0 auto;



}







.container-inner {



	width: 900px;



	margin: 0 auto;



}







#masthead {



	background:#000;



	color:#fff;



	height:100px;



}







.site-branding {



	float:left;



}







.site-title {



	/*padding:0 240px 0 0;*/



	padding:0;



	margin:0;



	/*background: url(images/e21-logo.png) top 18px right no-repeat;*/



	position: relative;



}







.site-title span {



	position: absolute;



	bottom:30px;



	left:100%;



	color:#fff;



	font-size: 26px;



	/*border-left:solid 1px #fff;*/



	line-height: 1;



	padding-left: 30px;



	white-space: nowrap;



}







.site-title a {



	font-size:50px;



	text-decoration: none;



	line-height: 1;



	color: #bda970;



	display:block;



	height: 100px;



	font-weight: normal;



	padding: 24px 0 0 0;



}







#main {



	padding: 80px 0 80px 0;



}







.post h2.entry-title {



	font-weight:normal;



}







.post h2.entry-title a {



	text-decoration:none;



}



.post-wrapper {

	position: relative;

}



.post-wrapper .line-separator {

	position: absolute;

	top:0;

	left:50%;

	display: block;

	width: 1px;

	height:100%;

	background: #ddd;

}



.post-wrapper .post h2.entry-title {



	/*padding: 0 20px;*/

	margin-bottom:10px;



}



.post-wrapper .post .post-image {



	line-height: 1;

	font-size: 1px;

	margin: 0 0 20px 0;



}



.post-wrapper .post .post-image img {



	width: 100%;

	max-width: 100%;



}



.post-wrapper .post .entry-content {



	/*padding: 0 20px 10px;*/



}



.post-wrapper .post .entry-content p {

	margin-bottom:10px;

}







.post-wrapper .post {



	width: 570px;



	float:left;



	margin: 0 0 0 0;



	padding-bottom: 20px;

	padding-top:30px;



	/*border-left:solid 1px #ddd;*/



	/*border: solid 1px #ccc;*/



}



.post-wrapper .post:nth-child(odd) {

    margin-right:30px;

    clear: both;

    position: relative;

}



.post-wrapper .post:nth-child(odd)::before {



    content:"";



    position: absolute;



    top: 0;



    left: 0;



    height: 1px;



    border-top: 1px solid #ddd;



    z-index: -1;



    width: 1200px;



}



.post-wrapper .post:nth-child(even) {

    margin-left:30px;

}



.post-wrapper .post:nth-child(1),

.post-wrapper .post:nth-child(2) {

    padding-top:0;

}



.post-wrapper .post:nth-child(1)::before,

.post-wrapper .post:nth-child(2)::before {

    display: none;

}







.post h2.entry-title a:hover {



	text-decoration:underline;



}







.bio-row {



	color:#888888;



}







.bio-row h3 {



	color:#000;



	padding:0;



	margin:0 0 15px 0;



	font-size: 20px;



	font-weight: normal;



	line-height: 1.1;



}







.bio-row img {



	border-radius: 100%;



}







#colophon {



	background: #eee;



	color:#999;



	font-size: 14px;



	padding: 0;



}







#colophon .container {



	background: url(images/e21-footer-logo.png) right center no-repeat;



	/*min-height: 103px;*/



	padding-top: 40px;

	padding-bottom: 40px;



}







#colophon .site-info {



	padding-right: 155px;



}







#colophon p {



	padding:0;



	margin:0;



}







#home-feature {



	margin: 0 0 30px 0;



}







#home-feature a {



	display: block;



	width: 100%;



	height: 200px;



	margin: 0 0 20px 0;



	color:#fff;



	font-size: 24px;



	text-decoration: none;



	line-height: 1.3;



	position: relative;



	-webkit-transition: all 0.5s;



    transition: all 0.5s;



}







#home-feature a span {



	position:absolute;



	left:20px;



	top:20px;



}







#home-feature .col1 {



	width: 280px;



	float:left;



}







#home-feature .col2 {



	width: 600px;



	margin: 0 0 0 20px;



	float: left;



	height:420px;



}







#home-feature .col3 {



	width: 280px;



	margin: 0 0 0 20px;



	float: left;



}


.attribution {
	position: absolute;
	bottom:12px;
	left: 14px;
	color:#fff;
	font-size: 12px;
	line-height: 1.1;
	z-index: 1000;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
}




h2.home-title {



	font-weight: normal;



	font-size: 34px;



	color:#bda970;



	text-align: center;



	/*padding: 0 180px;*/



	padding: 0 0px;



	margin: 0 0 55px 0;



}







#home-feature .btn1 {



	background:url(images/home-btn4.jpg) center center no-repeat;



	background-size: 100% auto;



}







#home-feature .btn2 {



	background:url(/wp-content/uploads/2017/11/btn2a.jpg) center center no-repeat;



	background-size: 100% auto;



}







#home-feature .btn3 {



	background:url(images/home-btn3.jpg) center center no-repeat;



	background-size: 100% auto;



}







#home-feature .btn4 {



	background:url(images/home-btn1.jpg) center center no-repeat;



	background-size: 100% auto;



}







#home-feature a:hover {



	background-size: 120% auto;



}







#home-feature .btn4 span {



	bottom:20px;



	top:auto;



}







/*--------------------------------------------------------------



## Posts and pages



--------------------------------------------------------------*/



.sticky {



	display: block;



}







.hentry {



	/*margin: 0 0 1.5em;*/



	margin: 0;



}







.byline,



.updated:not(.published) {



	display: none;



}







.single .byline,



.group-blog .byline {



	display: inline;



}







.page-content,



.entry-content,



.entry-summary {



	margin: 0 0 0;



}







.page-links {



	clear: both;



	margin: 0 0 1.5em;



}







/*--------------------------------------------------------------



## Comments



--------------------------------------------------------------*/



.comment-content a {



	word-wrap: break-word;



}







.bypostauthor {



	display: block;



}







/*--------------------------------------------------------------



# Infinite scroll



--------------------------------------------------------------*/



/* Globally hidden elements when Infinite Scroll is supported and in use. */



.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */



.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */



	display: none;



}







/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */



.infinity-end.neverending .site-footer {



	display: block;



}







/*--------------------------------------------------------------



# Media



--------------------------------------------------------------*/



.page-content .wp-smiley,



.entry-content .wp-smiley,



.comment-content .wp-smiley {



	border: none;



	margin-bottom: 0;



	margin-top: 0;



	padding: 0;



}







/* Make sure embeds and iframes fit their containers. */



embed,



iframe,



object {



	max-width: 100%;



}







/*--------------------------------------------------------------



## Captions



--------------------------------------------------------------*/



.wp-caption {



	margin-bottom: 1.5em;



	max-width: 100%;



}







.wp-caption img[class*="wp-image-"] {



	display: block;



	margin-left: auto;



	margin-right: auto;



}







.wp-caption .wp-caption-text {



	margin: 0.8075em 0;



}







.wp-caption-text {



	text-align: center;



}







/*--------------------------------------------------------------



## Galleries



--------------------------------------------------------------*/



.gallery {



	margin-bottom: 1.5em;



}







.gallery-item {



	display: inline-block;



	text-align: center;



	vertical-align: top;



	width: 100%;



}







.gallery-columns-2 .gallery-item {



	max-width: 50%;



}







.gallery-columns-3 .gallery-item {



	max-width: 33.33%;



}







.gallery-columns-4 .gallery-item {



	max-width: 25%;



}







.gallery-columns-5 .gallery-item {



	max-width: 20%;



}







.gallery-columns-6 .gallery-item {



	max-width: 16.66%;



}







.gallery-columns-7 .gallery-item {



	max-width: 14.28%;



}







.gallery-columns-8 .gallery-item {



	max-width: 12.5%;



}







.gallery-columns-9 .gallery-item {



	max-width: 11.11%;



}







.gallery-caption {



	display: block;



}



/* RESPONSIVE STYLES */



@media screen and (max-width: 1240px) {

	.container {

		width: 900px;

	}

	.site-title a {

		padding-top: 15px;

	}

	.site-title span {

	    bottom: 17px;

	    right: 3px;

	    left: auto;

	    font-size: 14px;

	    padding-left: 0;

	}

	#home-feature {

		position: relative;

		padding-bottom:697px;

	}

	#home-feature a {

		height: 320px;

	}

	#home-feature .col1 {

		width: 440px;

		position: absolute;

		bottom:0;

		left:0;

	}

	#home-feature .col2 {

		width: 100%;

		margin-left: 0;

		height: 630px;

	}

	#home-feature .col3 {

		width: 440px;

		position: absolute;

		bottom:0;

		right:0;

		margin-left: 0;

	}

	.slideshow img {

		width: 100%;

	}

	.post-wrapper .post {

		width: 420px;

	}

	.post-wrapper .post:nth-child(odd)::before {

		width: 900px;

	}

}



@media screen and (max-width: 960px) {

	.container,

	.container-inner {

		width: auto;

		padding: 0 25px;

	}

	.main-navigation {

		position:relative;

	}

	.main-navigation .menu-primary-container {

		position: absolute;

		top:80px;

		right:0;

		z-index:100;

	}

	.main-navigation ul {

		padding-top:0;

		background:#bda970;

		width:240px;

	    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);

	}

	.main-navigation li {

		float:none;

		margin-left:0;

	}

	.main-navigation a {

		border-bottom: 0 !important;

		border-top: solid 1px #aa975f !important;

		padding: 12px 10px;

		margin:0;

		text-align:center;

		height:auto;

		-webkit-transition: background 0.25s;

	    transition: background 0.25s;

	}

	.main-navigation a:hover {

		background:#aa975f;

	}

	.main-navigation ul ul {

		float:none;

		box-shadow:none;

		position:relative !important;

		top:auto !important;

		left:auto !important;

		opacity: 1 !important;

	}

	#menu-item-204 a:first-child {

		display:none;

	}

	.main-navigation ul ul a {

		width:auto;

		border-top: solid 1px #aa975f !important;

		border-bottom:0 !important;

		padding: 12px 10px;

		display:block !important;

	}

	#home-feature {

		padding-bottom:0;

	}

	#home-feature a {

		background-size: cover !important

	}

	#home-feature .col1 {

	    width: 100%;

	    position: relative;

	    bottom: auto;

	    left: auto;

	}

	#home-feature .col2 {

		height: auto;

		margin-bottom:20px;

	}

	#home-feature .col3 {

	    width: 100%;

	    position: relative;

	    bottom: auto;

	    right: auto;

	}

	.post-wrapper .line-separator {

		display:none;

	}

	.post-wrapper .post {

		margin-left:auto !important;

		margin-right:auto !important;

		float:none;

		width:570px;

		border-bottom: solid 1px #ddd;

	    padding-top: 0px !important;

	    margin-bottom: 30px;

	    padding-bottom: 12px;

	}

	.post-wrapper .post:nth-child(odd)::before {

		display:none;

	}

	.post-wrapper div.post:last-child {

		border-bottom:0 !important;

	}

	.site-main .posts-navigation {

		margin-top: -31px;

	}

	#colophon .container {

	    background: url(images/e21-footer-logo.png) right 25px center no-repeat;

    }

}



@media screen and (max-width: 850px) {

	h2.home-title br {

		display: none;

	}

}



@media screen and (max-width: 767px) {

	h2.home-title {

		font-size: 24px;

	}

	.site-title span {

		display: none;

	}

	.site-title a {

    	padding-top: 24px;

	}

}



@media screen and (max-width: 640px) {

	.post-wrapper .post {

		width:100%;

	}

}



@media screen and (max-width: 560px) {

	#masthead {

		height:66px;

	}

	.main-navigation {

		position:initial;

	}

	.main-navigation .menu-primary-container {

		top:66px;

	    width: 100%;

		left:0;

		right:auto;

	}

	.main-navigation ul {

		width:100%;

	}

	.site-title a {

		font-size:24px;

		height:66px;

		padding-top: 20px;

	}

	.menu-toggle {

		width:66px;

		height:66px;

		padding:0;

		margin:0px -25px 0 0;

	}

	#colophon .site-info {

		padding-right:0;

		padding-bottom: 140px;

	}

	#colophon .container {

		background: url(images/e21-footer-logo.png) bottom 40px center no-repeat;

	}

}



@media screen and (max-width: 480px) {

	#home-feature a {

		font-size: 20px;

		height: 220px;

	}

}