/*  Code By Webdevtrick ( https://webdevtrick.com ) */
body {
  background: #fff;
  font-family: balboa, sans-serif;
font-size: 12px;
}
ul.share-buttons{
  list-style: none;
  padding: 0;
}

ul.share-buttons li{
  display: inline;
}

ul.share-buttons .sr-only{
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

ul.share-buttons img{
  width: 32px;
}
p {
  margin: 0 0 1.5em;
}
.container {
  max-width: 500px;
  margin: 0 auto;
}
.text{
font-family: helvetica, sans-serif;
font-size: 12px;
}


.textitalic{
font-family: helvetica, sans-serif;
font-size: 14px;
font-style: italic;
}
.memoir {

 font-family: balboa, sans-serif;
  color: red;
  font-size: 12px;
}

.textitalictitle{
font-family: helvetica, sans-serif;
font-size: 12px;
font-style: italic;
}

.memoirblack {

 font-family: balboa, sans-serif;
  color: #000;
  font-size: 12px;
}
.entry {
  position: relative;
  overflow: hidden;
  margin: 30px 0;
  padding: 20px 20px 4em 20px;
  background: #FFF;
  font-family: "helvetica", sans-serif;
  box-shadow: 0 0 15px #ccc;
}

.entry-title,
.entry-title a {
  margin-top: 0;
  font-family: balboa, sans-serif;
  color: #000;
  text-decoration: none;
}
.title  {
  margin-top: 0;
  font-family: balboa, sans-serif;
  color: #000;
  text-decoration: none;
      margin-bottom: 0;
}
.copyright
{
font-family: helvetica;
font-size: 10px;
}
.entry1
 {
  margin-top: 0;
  font-family: balboa, sans-serif;
  color: red;
  text-decoration: none;
  font-size:18px;
}
.entry3
 {
  margin-top: 0;
  font-family: balboa, sans-serif;
  color: #000;
  text-decoration: none;
  font-size:18px;
}

.entry-title3,
.entry-title3 a {
  margin-top: 0;
  font-family: balboa, sans-serif;
  color: black;
  text-decoration: none;
}

.entry-title a:hover {
  color: #ff0047;
}

.more-link {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  padding: 8px;
  background: #ff0000;
  color: #FFF;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  box-shadow: 0 0 10px #000;
}

.more-link:hover {
  background: #e60023;
}

.more-link:after {
	content: "\2193";
	margin-left: 8px;
	font-size: .8em;
}

.more-link.open:after {
	content: "\2191";
}