/* En/* Enter Your Custom CSS Here */
body {
    font-size: 16px;
}

.entry-content img {background:#FFF; border:2px solid #CCC; padding:4px; margin:7px; }
.entry-content img:hover {background: #C8C8C8; }
.entry-content img.reflect {background: #FFF; border:0px; }
ul.related_post li img {background:#FFFFFF; border:2px solid #CCC; padding:3px; }
.widgets-list-layout .widgets-list-layout-blavatar {background:#FFFFFF; border:1px solid #CCC; padding:2px; }
.recent-posts-widget-with-thumbnails ul li img {background:#FFFFFF; border:1px solid #CCC; padding:2px; } 
.site-content .gallery a img{background:#FFFFFF; border:1px solid #CCC; padding:3px; }
.site-content .gallery a img:hover {background: #C8C8C8; }
.textwidget {
 text-align: center;
}
.ads { text-align: center; }
.single-attachment header.entry-header .entry-meta a:last-child {
    color: #62A0AE;
}
.single-attachment header.entry-header .entry-meta a:last-child:hover {
    color: #000000;
}
.single-attachment header.entry-header .entry-meta a:last-child {
    font-weight: bold;
}
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }

.wc-comment-author {
font-family: "Open Sans Condensed", Times, serif;
text-transform: uppercase;
}
.entry-content {
  text-align: center;
}
.entry-summary {
  text-align: center;
}

.entry-content h2 {
    font-family: Lora;
    font-size: 10px;
	font-size: 1rem;
    color: #959595;
    font-weight: normal;
    font-style: italic;
    text-align: center;
	}

.logged-in .se-edit-post::before {
    color: #d6d6d6;
    content: "/";
    margin: 0 0 0 8px;
    padding: 0 6px 0 0;
}

.gallery-2 img {
    float: center;
    margin-top: 10px;
    text-align: center;
    width: 100%;
}

blockquote {
  background: #f9f9f9;
  border-left: 10px solid #6aa;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
  color: #6aa;
  content: open-quote;
  font-size: 1.2em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote p {
  display: inline;
}

.footnotes {
  font-size: 85%;
  line-height: 1.5em;
  padding: 10px 0 10px 0;
}

.footnotes .footnotedivider {
  width: 120px;
  border-bottom: 1px solid #ccc;
}

.footnotes li {
  margin: 0 0 5px 0;
}

sup.footnote a {
  text-decoration: none;
  font-size: 80%;
}

sup.footnote {
  line-height: 0em;
}

.footnotereverse a {
  padding: 0 0 0 5px;
  text-decoration: none;
}

input[type="submit"] {
    font-size: 12px;
}

.entry-title {
    font-size: 1.3rem !important;
}

#main-navigation li a {
    font-size: 1em !important;
}

.widget-title {
    font-size: 1em !important;
}

.entry-title a:hover {
    color: #333;
}
.entry-title a {
    color: #1FA0AE;
}

@media screen and (max-width: 1024px){
  .site-content{
    margin: 0px;
  }
  .site-sidebar {
    display: none;
  }
}
