ul.list-inline {    /* footer "likes" and comments indent */
padding-left: 12px;
}

div.top-bar-left {  /* eliminates "Theme developed by Themeton" link in sub-footer */
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
} 

ul.widget tt_recent_posts tt-widget {
  padding-left: 12px;
}

li.a.widget tt_recent_posts tt-widget {
  float: right;
}

.section.primary .sidebar {
        padding: 80px 0;
        -ms-word-wrap: normal;
        word-wrap: normal;   /* You want this to be 'normal' not break-word */
  color: #676767; }

.header-style {
  max-width: 900px;
  margin: 0 auto;
} 

.content {
  max-width: 900px;
  text-align: left;
  margin: 0 auto;
}

.col-mid-12 {
  max-width: 100%;
  text-align: center;
  margin: auto;
}

.container {
  max-width: 900px;
  margin: 0 auto;
}

.menu-text{
font-weight: 500!important;
  text-transform: none !important;
}

.widget h3.widget-title {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
}
a {
  color: #FFFCFC;
  text-decoration: none;
}
h1 {
text-transform: none;
}

h2 {
text-transform: none;
}

h3 {
text-transform: none;
}

h4 {
text-transform: none;
}

h5 {
text-transform: none;
}

h6 {
text-transform: none;
}
.top-bar {
  height: 40px;
  font-size: 20px;
  background-color: #47aeb3;
  color: #ffffff;
}