/* Enter Your Custom CSS Here */

body {
	background-color: #fff;
	color: #000;
	font-family: Nunito,'Droid Sans', sans-serif;
	font-size: 17px;
	font-weight: 500;
	line-height: 1.8;
}

.site-title {
	font-family: Cherry Cream Soda, 'Raleway', sans-serif;
	font-size: 48px;
	line-height: 1;
	margin-bottom: 0;
}

.site-title a, .site-title a:hover {
    color: #36d6e7;  /* #d01365; */ /*  #222;  */  /*  #043870;  */
    font-weight: 525;  /*  900  */
}

.site-header .widget-area {
	float: right;
	text-align: right;
  	padding-top: 30px;  /*  added  */
	width: 380px;  /*  728px;  */
}

.site-description {
	display: block;
    font-size: 17px;  /* 16px;  */ /*  added  */
    font-style:italic;  /*  added  */
	/* height: 0;  */
    line-height: 1.8;  /*  added  */
	margin-bottom: 10px;   /*  0;  */
	/*  text-indent: -9999px;  */
}

.nav-primary {
	background-color: #054514;  /*  #222;  */
	color: #fff;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
}

a {
	background-color: inherit;
	color: #338ea4; /* #065ca2; */ /* #5d74cc; */  /*  #289dcc;  */  /*  #222;  */
	font-weight: 400;
	text-decoration: none;
}  

.entry-title a, .sidebar .widget-title a {
	color: #feb06a; /* #2f8285; */  /* #5c8304; */  /*  #222;  */
	font-weight: 500;
}  

.magazine-home .content .widget-title,
.sidebar .widget-title {
	background-color: #5d6c89; /* #2f8285; */ /* #728304; */ /*  #222;  */  /*  3b4d12;  */
	color: #fbf6f3;   /*  #e8554e;  */
	padding: 10px;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #feb06a; /* #d01365; */ /* #728304; */ /* #222; */
	font-family: Cherry Cream Soda, 'Raleway', sans-serif;
	font-weight: 500;  
	line-height: 1.2;
	margin: 0 0 16px;
}

h4 {
	font-size: 10px;  /* 20px; */
	font-size: 2rem;
}

/* Typographical Elements
--------------------------------------------- */

ol,
ul {
	margin: 0 0 0 20px;  /* margin: 0; */
	padding: 0;
  font-size: 20px;  /* added  */
}


/* images
--------------------------------------------- */

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;  /* 0 24px 24px 0; */
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.entry-content .wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	margin: 0;
	text-align: center;
}

blockquote,
blockquote::before {
  background-color: #edf9fe;
	color: #888;
  padding-left: 15px;
}
