/*


font-family: noto-sans,sans-serif;
font-weight: 400;
font-style: normal;

font-family: lora,serif;
font-weight: 400;
font-style: normal;

logo yellow: #e5b221

*/


#main {
	max-width: 1230px;
	margin: 30px auto;
	-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
	-moz-box-shadow:    0 1px 6px rgba(0, 0, 0, 0.15);
	box-shadow:         0 1px 6px rgba(0, 0, 0, 0.15);
	font-family: noto-sans, sans-serif;
	font-size:14px;
}

img {
	height: auto;/* Make sure images are scaled correctly. */
	max-width: 100%;/* Adhere to container width. */
	vertical-align: top;
}

a {text-decoration:none;}

.logo {
	text-align:center;	
	padding:30px 0px;

}

.main-navigation {
	border-top: 1px solid rgba(0, 0, 0, 0.05);
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	width:1230px;
	margin:0;
	text-align:center;
}

.main-navigation > ul > li:before {
	background-color: #eaeaeb;
	content: "";
	position: absolute;
	top: 0px;
	bottom: 0px;
	right: -3px;
	margin: auto;
	height: 15px;
	width: 1px;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
}

.main-navigation > ul > li:last-child:before {
	display: none;
}

.main-navigation > ul > li {
	position: relative;
	display: inline-block;
}

.main-navigation a {
	color: #222;
	display: block;
	font-family: noto-sans, sans-serif;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 0.1em;
	line-height: 60px;
	padding: 0 15px;
	text-align: left;
	text-transform: uppercase;
}

.main-navigation ol, .main-navigation ul {
	list-style: none;
	margin: 0;
}

/* ----- #Headings  ----- */
h1, 
h2, 
h3, 
h4, 
h5, 
h6 {
	color: #000;
	font-family: lora, serif;
	font-weight: 400;
	margin-top:0;
	margin-bottom: 15px;
}

h1 a, 
h2 a, 
h3 a, 
h4 a, 
h5 a, 
h6 a { 
	color: #222;
	font-weight: inherit;
}

h1 {
	font-size: 30px;
	line-height: 1.233;
}

h2 {
	font-size: 26px;
	line-height: 1.269;
}

h3 {
	font-size: 24px;
	line-height: 1.292;
}

h4 {
	font-size: 22px;
	line-height: 1.318;
}

h5 {
	font-size: 20px;
	line-height: 1.350;
}

h6 {
	font-size: 18px;
	line-height: 1.389;
}


.hr-yellow {
	border: none;
	height: 2px; 
	background-color: #e5b221; 
}


/* #Entry Content
================================================== */
.entry-content {
	padding: 60px 0 0;
	margin: 0 auto;
	max-width: 1170px;
	position: relative;
}

.entry-content dt,
.comment-content dt {
	font-weight: 700;
}

.entry-content dd,
.comment-content dd {
	margin-bottom: 20px;
}

.entry-content td,
.comment-content td {
	padding: 8px;
}

.entry-content ul {
	margin: 0 0 10px 10px;
}

.entry-content li > ul {
	margin-bottom: 0;
}

.entry-content ul li {
	color: #545454;
	margin-bottom: 8px;
}

.entry-content ul li a {
	color: #545454;
}

.entry-content a {
	text-decoration: underline;
}

.entry-content a:hover {
	text-decoration: none;
}



.blog-holder-wrap {
	padding: 60px 0 0;
	margin: 0 auto;
	max-width: 1170px;
	position: relative;

}

.post-image-content {
	width: 40%;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
} 


.post-content {
	width: 50%;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
} 


.entry-header {
	padding-bottom: 8px;
}


.entry-meta,
.entry-meta a {
	color: #222;
	font-size: 12px;
	letter-spacing: 0.2px;
	line-height: 1.583;
}

.entry-meta a:hover {
	color: #617958;
}

/* ----- Entry Titles ----- */
.entry-title {
	font-size: 20px;
	margin-bottom: 15px;
}

.entry-title,
.entry-title a {
	color: #222;
}

.entry-title a:hover,
.entry-title a:focus,
.entry-title a:active {
	color: #617958;
}


/* ----- Entry Meta ----- */
.entry-meta {
	overflow: hidden;
}

.entry-meta span:last-child {
	margin-right: 0;
}

.entry-meta span {
	color: #999;
	display: inline-block;
	margin-right: 15px;
	margin-bottom: 10px;
}

.entry-meta,
.entry-meta a {
	color: #222;
	font-size: 12px;
	letter-spacing: 0.2px;
	line-height: 1.583;
}

.entry-meta a:hover {
	color: #617958;
}

.entry-meta .comments {
	color: #222;
}

/* ----- Tag-cat Links ----- */

.entry-content .entry-meta {
	float: right;
}

.cat-links a,
.tag-links a,
.entry-format a {
	padding: 0 10px;
	display: block;
	text-transform: uppercase;
	font-size: 9px;
	letter-spacing: 0.5px;
	line-height: 17px;
	margin: 0 5px 5px 0;
}

.cat-links a {
	border: 1px solid #333;
	color: #333;
}

.tag-links a,
.entry-format a {
	background-color: #333;
	color: #fff;
	padding: 3px 10px;
}

.tag-links a:hover {color:#e5b221;}

.cat-links ul li,
.tag-links a {
	display: inline-block;
}

.tag-links a {
	margin-right: 3px;
}

.entry-meta .entry-format,
.entry-meta .cat-links,
.entry-meta .tag-links {
	margin-right: 0;
	margin-bottom: 0;
}

.cat-links ul li:last-child {
	margin-right: 0;
}

.entry-footer {
	padding: 5px 0;
	width: 100%;
}

.entry-footer .entry-meta span.author {
	margin-bottom: 0;
}

.entry-footer .more-link {
	float: right;
}


/* ----- Footer ----- */

.footer {

	background-color: #f6f6f8;
	background-position: center center;
	background-size: cover;
	padding: 60px 0 40px;
	text-align: center;
	color:#545454;
}





