#circle-shape { 
  font-family: Open Sans, sans-serif; 
  margin-left: 0rem; 
margin-top:0rem;
margin-right:1rem;
margin-bottom:0rem;
}
#circle-example p { 
  line-height: 1.8; 
}
#circle-shape .curve { 
  width: 33%; height: auto;
  min-width: 120px;
  float: left;
  margin-right:2rem; 
  border-radius: 50%;
  -webkit-shape-outside:circle();
  shape-outside:circle();
}
@-moz-document url-prefix() { 
 #circle-shape { 
  font-family: Open Sans, sans-serif; 
  margin-left: 0rem; 
margin-top:0rem;
margin-right:1rem;
margin-bottom:0rem;
}
#circle-example p { 
  line-height: 1.8; 
}
#circle-shape .curve { 
  width: 33%; height: auto;
  min-width: 120px;
  float: left;
  margin-right:2rem; 
  border-radius: 50%;
  -webkit-shape-outside:circle();
  shape-outside:circle();
}
previous a, .next a {
display:none;
}
.previous a, .next a {
display:none;
}
}
.post .entry-title {
    font-size: 36px;
}
.post entry-title a{
color: #02748b !important;}

.widget_text h3 span::before {
    content:none;
}
.widget-title span {
    border-bottom: none !important;
    padding-bottom: 0px;}

.next, .previous {
display:none; }