* {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  border-radius: 0;
  font-weight: normal;
}
a {
  text-decoration: none;
  color: inherit;
}
button {
  font: inherit;
}
body {
  font-family: helvetica, verdana, arial;
  font-size: 62.5%;
  color: #606060;
  background: #f1f1f1;
}
@media (max-width:979px) {
  body {
    font-size: 80%;
  }
}
h1 {
  font-size: 3em;
}
h2 {
  font-size: 2.4em;
}
h3 {
  font-size: 2em;
}
h4 {
  font-size: 1.6em;
}
h5 {
  font-size: 1.4em;
}
h6 {
  font-size: 1.2em;
}
.content p {
  font-size: 1.4em;
  line-height: 1.7em;
}
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  line-height: 120%;
  color: #525252;
}
#content-wrapper {
  position: relative;
  margin: 0px auto;
  width: 900px;
}
#post-wrapper {
  position: relative;
  margin-top: 19px;
  width: 900px;
}
#sidebar {
  position: relative;
  padding-bottom: 0px;
  width: 288px;
  background: transparent;
}
#sidebar > .buttonexpandmenu {
  display: none;
  position: absolute;
  z-index: 2;
  right: 0px;
  top: 0px;
  margin: 27px;
  width: 20px;
  height: 20px;
  background: url("../images/sprite.png") -100px -100px no-repeat;
  cursor: pointer;
}
.full-screen-overlay {
  position: fixed;
  z-index: 20;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}
.full-image {
  position: absolute;
  z-index: 22;
}
@media (max-width:979px) {
  #content-wrapper,
  #post-wrapper {
    width: auto;
  }
}
/* Content box */
.post {
  position: absolute;
  left: 0px;
  top: 0px;
  padding-bottom: 30px;
  width: 288px;
  background: #fff;
}
.post .content-wrapper {
  padding: 30px 15px 0px;
}
.post .content {
  margin: 0;
  padding-bottom: 8px;
  line-height: 16px;
  color: #666;
}
.post h1.title {
  margin: 8px 0px;
  font-size: 1.8em;
  color: #525252;
  text-transform: uppercase;
  cursor: pointer;
}
.post a:hover {
  color: #303030;
}
.post .post-separator {
  display: none;
}
.post.single {
  width: 593px;
}
.post.single .content-wrapper {
  padding: 30px 26px 30px;
}
.post.single .post-separator {
  display: block;
  margin: 20px 0px;
  width: 100%;
  height: 1px;
  background: #e7e7e7;
}
@media (max-width:979px) {
  .post,
  .post.single {
    position: static;
    width: 100%;
    background: #f1f1f1;
  }
  #post-wrapper {
    margin-top: 0px;
  }
  #sidebar {
    width: 100%;
    position: static;
  }
  #sidebar > .buttonexpandmenu {
    display: block;
  }
  #sidebar .widget {
    display: none;
    margin: 0;
  }
  #sidebar .widget.widget_belllo_image_widget,
  #sidebar .widget.widget_nav_menu {
    display: block;
  }
  #sidebar .widget.widget_belllo_image_widget img {
    display: inline-block;
    margin: auto;
  }
  #sidebar .widget_nav_menu {
    margin: 0;
    padding: 0;
    font-size: 1.8em;
  }
  #sidebar .widget_nav_menu > div {
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    float: none;
    height: 0px;
    background: #232527;
  }
  #sidebar .widget_nav_menu > div.show-mobile {
    height: auto !important;
  }
  #sidebar .widget_nav_menu > div.hide-mobile {
    height: 0px !important;
  }
  #sidebar .widget_nav_menu > div ul {
    padding: 27px;
    position: static;
    display: block;
    top: auto;
    height: auto;
  }
  #sidebar .widget_nav_menu > div li {
    position: static;
    display: block;
    padding: 0;
    line-height: 20px;
    background: transparent;
    color: #fff;
  }
  #sidebar .widget_nav_menu > div li:before {
    content: '';
    position: absolute;
    top: auto;
    bottom: auto;
    width: auto;
    left: 27px;
    right: 27px;
    height: 1px;
    background: #393b3d;
    background: rgba(255,255,255,0.1);
  }
  #sidebar .widget_nav_menu > div li li {
    font-size: 1em;
  }
  #sidebar .widget_nav_menu > div li ul {
    position: static;
    z-index: 2;
    display: block;
    margin-left: 15px;
    left: 0px;
    top: 0px;
    padding: 0px;
  }
  #sidebar .widget_nav_menu > div li ul li {
    display: block;
    padding: 0px;
    white-space: nowrap;
  }
  #sidebar .widget_nav_menu > div li ul li > a,
  #sidebar .widget_nav_menu > div li ul li:first-child > a,
  #sidebar .widget_nav_menu > div li ul li:last-child > a {
    padding: 5px;
  }
  #sidebar .widget_nav_menu > div li ul li:first-child:before {
    content: '';
    position: absolute;
    top: auto;
    bottom: auto;
    width: auto;
    left: 27px;
    right: 27px;
    height: 1px;
    background: #393b3d;
    background: rgba(255,255,255,0.1);
  }
  #sidebar .widget_nav_menu > div li ul li ul li:first-child > a,
  #sidebar .widget_nav_menu > div li ul li ul li:last-child > a {
    padding: 5px;
  }
  #sidebar .widget_nav_menu > div li:hover > ul {
    display: block;
  }
  #sidebar .widget_nav_menu > div li ul li ul {
    position: static;
    left: 0px;
    top: 0px;
    padding: 0px;
  }
  #sidebar .widget_nav_menu > div li ul li ul li:first-child:before {
    content: '';
    position: absolute;
    top: auto;
    bottom: auto;
    width: auto;
    left: 27px;
    right: 27px;
    height: 1px;
    background: #393b3d;
    background: rgba(255,255,255,0.1);
  }
  #sidebar .widget_nav_menu > div li > a {
    display: block;
    padding: 5px;
    line-height: 2em;
  }
}
/* Format specific box */
.post .format {
  display: block;
  color: #fff;
}
.post .format.standard {
  padding: 0;
  color: #fff;
}
.post .format.link {
  position: relative;
  padding: 40px;
  font-size: 1.5em;
  line-height: 18px;
  font-weight: bold;
}
.post .format.link:before {
  content: '';
  position: absolute;
  left: 13px;
  top: 50%;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  background: url("../images/sprite.png") -80px -120px no-repeat;
}
.post .format.quote {
  position: relative;
  text-align: center;
  padding: 40px;
  font-size: 1.5em;
}
.post .format.quote span {
  position: relative;
  line-height: 20px;
  text-align: justify;
}
.post .format.quote span:before,
.post .format.quote span:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
}
.post .format.quote span:before {
  left: -25px;
  top: -6px;
  background: url("../images/sprite.png") -100px -120px no-repeat;
}
.post .format.quote span:after {
  right: -25px;
  bottom: -6px;
  background: url("../images/sprite.png") -120px -120px no-repeat;
}
.post .format.video {
  position: relative;
  overflow: hidden;
  padding: 0;
  background: #000;
}
.post .format.video iframe {
  width: 100%;
  height: 270px;
  border: 0;
}
.post .format.video a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.post .format.video a:before {
  display: block;
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  width: 80px;
  height: 80px;
  background: url("../images/sprite.png") -260px -80px no-repeat;
}
.post .format.video img {
  display: block;
  margin: 0px auto;
  width: 100%;
  height: auto;
  transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}
.post .format.video:hover img {
  transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.post .format.image {
  position: relative;
  overflow: hidden;
  padding: 0;
  cursor: pointer;
}
.post .format.image a,
.post .format.image a img {
  position: relative;
  display: block;
  margin: 0px auto;
}
.post .format.image a.show-mobile,
.post .format.image a img.show-mobile {
  display: none;
}
.post .format.image > .hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  cursor: pointer;
  transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.post .format.image > .hover:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  background: url("../images/sprite.png") -240px -80px no-repeat;
}
.post .format.image:hover > .hover {
  opacity: 0.85;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}
/* Single Post */
.post.single .format.video iframe {
  height: 540px;
}
@media (max-width:979px) {
  .post .format.image a img.show-mobile {
    display: block;
    width: 100%;
    height: auto;
  }
  .post .format.image a img.hide-mobile {
    display: none;
  }
  .post .format.image > .hover {
    display: none;
  }
}
/* Format Gallery */
.belllo-gallery {
  position: relative;
  padding-bottom: 0px;
}
.belllo-gallery .slideshow {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.belllo-gallery .slideshow > div {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
}
.belllo-gallery .slideshow > div > img {
  position: relative;
  margin: 0px auto;
  display: block;
}
.belllo-gallery .slideshow > div:first-child {
  position: relative;
}
.belllo-gallery .loader {
  position: absolute;
  left: 0px;
  top: 0px;
  padding: 0% 20%;
  height: 100%;
  width: 60%;
  background: #000;
  overflow: hidden;
}
.belllo-gallery .loader > div {
  position: relative;
  top: 50%;
  height: 1px;
  background: #888;
}
.belllo-gallery .nav {
  position: relative;
  margin: 0px 12px;
  height: 0px;
  text-align: right;
}
.belllo-gallery .nav > div {
  display: inline-block;
  position: relative;
  height: 20px;
}
.belllo-gallery .nav > div > div {
  position: relative;
  float: left;
  margin-top: 14px;
  margin-left: 3px;
  height: 6px;
  width: 6px;
  border-radius: 100%;
  background: #d3d3d3;
  cursor: pointer;
}
.belllo-gallery .nav > div > div.active,
.belllo-gallery .nav > div > div:hover {
  background: #8a8a8a;
}
.post.single .belllo-gallery .nav {
  text-align: center;
}
.post.single .belllo-gallery .nav > div {
  height: 60px;
}
.post.single .belllo-gallery .nav > div > div {
  margin-top: 27px;
}
/* Info box */
.belllo-info {
  position: relative;
  margin: 0;
  height: 20px;
}
.belllo-info .date {
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 20px;
  height: 20px;
  width: 216px;
  line-height: 20px;
  color: #8a8a8a;
  font-size: 1.1em;
}
.belllo-info .message {
  position: absolute;
  top: 0;
  right: 33px;
  height: 20px;
  width: 20px;
  line-height: 20px;
  color: #8a8a8a;
  font-size: 1.1em;
}
.belllo-info .message a > span {
  display: none;
}
.belllo-info .like {
  position: absolute;
  top: 0;
  right: 0;
  height: 20px;
  width: 10px;
  line-height: 20px;
  color: #8a8a8a;
  font-size: 1.1em;
}
.belllo-info .like a > span {
  display: none;
}
.belllo-info .date a,
.belllo-info .message a,
.belllo-info .like a {
  display: block;
  height: 100%;
}
.belllo-info .date a:before,
.belllo-info .message a:before,
.belllo-info .like a:before,
.belllo-info .date a:before,
.belllo-info .message a:before,
.belllo-info .like a:before,
.belllo-info .date a:before,
.belllo-info .message a:before,
.belllo-info .like a:before {
  content: '';
  display: block;
  position: absolute;
  left: -20px;
  top: 50%;
  margin-top: -10px;
  width: 20px;
  height: 20px;
}
.belllo-info .date a:before {
  background: url("../images/sprite.png") 0px 0px;
}
.belllo-info .message a:before {
  background: url("../images/sprite.png") -20px 0px;
}
.belllo-info .message a:hover {
  color: #525252;
}
.belllo-info .message a:hover:before {
  background: url("../images/sprite.png") -20px -20px;
}
.belllo-info .like a:before {
  background: url("../images/sprite.png") -40px 0px;
}
.belllo-info .like a:hover {
  color: #525252;
}
.belllo-info .like a:hover:before {
  background: url("../images/sprite.png") -40px -20px;
}
@media (min-width:980px) {
  .post.single .belllo-info .message {
    right: 70px;
    width: 100px;
  }
  .post.single .belllo-info .message a > span {
    display: inline;
  }
  .post.single .belllo-info .like {
    width: 50px;
  }
  .post.single .belllo-info .like a > span {
    display: inline;
  }
}
/* Paginate */
.paginate-wrapper {
  position: relative;
  width: 100%;
  height: 0;
}
.paginate {
  position: relative;
  margin: 0px auto;
  height: 20px;
}
.paginate .button {
  display: block;
  position: relative;
  float: right;
  margin-left: 6px;
  width: 20px;
  height: 20px;
}
.paginate .button > a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.paginate .button.prev {
  background: url("../images/sprite.png") -60px 0px no-repeat;
}
.paginate .button.prev:hover {
  background: url("../images/sprite.png") -60px -20px no-repeat;
}
.paginate .button.home {
  background: url("../images/sprite.png") -80px 0px no-repeat;
}
.paginate .button.home:hover {
  background: url("../images/sprite.png") -80px -20px no-repeat;
}
.paginate .button.next {
  background: url("../images/sprite.png") -100px 0px no-repeat;
}
.paginate .button.next:hover {
  background: url("../images/sprite.png") -100px -20px no-repeat;
}
/* Tags */
.tags {
  position: relative;
  margin-right: 90px;
  min-height: 16px;
}
.tags > p {
  font-size: 1.1em;
  line-height: 16px;
  color: #b6b6b6;
}
.tags > p > a {
  display: inline-block;
  margin: 0px 4px 4px 0px;
  padding: 0px 10px;
  height: 20px;
  line-height: 20px;
  border-radius: 5px;
  background: #dadada;
  color: #fff;
}
.tags > p > a:hover {
  color: #525252;
}
/* Comments */
.comments {
  margin: 0;
}
.comments > h3 {
  font-size: 1.4em;
  line-height: 1.3em;
  color: #525252;
  text-transform: uppercase;
}
.comments .commentlist {
  position: relative;
}
.comments ul.children {
  margin-left: 40px;
}
.comments li.comment {
  margin-top: 11px;
}
.comments li.comment:before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 0;
  border-bottom: 1px solid #e7e7e7;
}
.comments li.comment .comment-body {
  position: relative;
  padding: 30px 0px 0px 67px;
}
.comments li.comment .comment-body > .comment-author {
  display: inline;
}
.comments li.comment .comment-body > .comment-author .avatar {
  position: absolute;
  left: 0px;
  top: 30px;
}
.comments li.comment .comment-body > .comment-author cite.fn {
  margin-right: 5px;
  font-size: 1.6em;
  line-height: 1.125em;
  color: #525252;
}
.comments li.comment .comment-body > .comment-author .says {
  display: none;
}
.comments li.comment .comment-body > .comment-meta {
  display: inline;
  font-size: 1.4em;
  line-height: 1.29em;
}
.comments li.comment .comment-body > .comment-meta a {
  color: #9d9d9d;
}
.comments li.comment .comment-body > .comment-meta a:hover {
  color: #606060;
}
.comments li.comment .comment-body > p {
  padding: 10px 0px;
  font-size: 1.4em;
  line-height: 1.7em;
  text-align: justify;
}
.comments li.comment .comment-body > .reply {
  padding: 5px 0px;
  font-size: 1.4em;
  line-height: 1.9em;
  color: #525252;
}
.comments li.comment .comment-body > .reply:after {
  content: '>';
}
@media (max-width:979px) {
  .comments ul.children {
    margin-left: 10px;
  }
}
#cancel-comment-reply {
  padding: 7px 0px;
  font-size: 1.3em;
  line-height: 16px;
  color: #c9c9c9;
}
.navigation {
  overflow: hidden;
  width: 100%;
  font-size: 1.2em;
  line-height: 2em;
  color: #525252;
}
.navigation .alignleft {
  float: left;
}
.navigation .alignright {
  float: right;
}
#respond {
  margin: 20px 0px 0px;
}
#respond p {
  padding: 0px;
  font-size: 1.2em;
  line-height: 1.5em;
  color: #525252;
}
#respond p a:hover {
  color: #606060;
}
#respond p input {
  display: block;
  width: 100%;
  height: 35px;
  color: #606060;
  border: 1px solid #d0d0d0;
}
#respond p label {
  display: block;
  margin: 1em 0;
  padding: 10px 0px 6px;
  line-height: 1.5em;
  font-size: 1.2em;
  color: #525252;
  text-transform: uppercase;
}
#respond p label > span {
  color: #a4a4a4;
  text-transform: none;
}
#respond > h3 {
  font-size: 1.4em;
  line-height: 1.3em;
  color: #525252;
  text-transform: uppercase;
}
#respond p.submit-paragraph {
  height: 50px;
}
#respond p #submit {
  float: right;
  display: inline-block;
  margin: 2em 0;
  padding: 0px 50px;
  width: auto;
  height: 50px;
  font-size: 1.3em;
  color: #fff;
  cursor: pointer;
  text-transform: uppercase;
  -webkit-appearance: none;
}
#submit:active {
  opacity: 0.8;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
}
#comment {
  resize: none;
  padding: 0 2%;
  height: 180px;
  width: 96%;
  line-height: 2em;
  color: #606060;
  border: 1px solid #d0d0d0;
}
/* Widgets */
.widget {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0px 0px 10px;
  padding: 22px 36px;
  background: #fff;
  line-height: 20px;
  color: #666;
  font-size: 1.3em;
}
.widget .widgettitle {
  font-size: 1.2em;
  line-height: 24px;
}
.widget .children,
.widget .sub-menu {
  margin-left: 5px;
}
/* Widget Pages */
.widget_pages {
  font-size: 1.5em;
}
/* Widget Category */
/* Widget Belllo Image */
.widget_belllo_image_widget {
  padding: 25px 0px;
  text-align: center;
}
.widget_belllo_image_widget img {
  position: relative;
  display: block;
  margin: 0px auto;
}
/* Widget Text */
.widget_text {
  font-size: 1.2em;
  line-height: 1.3em;
}
.widget_text p {
  margin-top: 16px;
}
.widget_text p:first-child {
  margin-top: 0px;
}
/* Widget Search */
.widget_search {
  position: relative;
  padding: 23px;
}
.widget_search #searchform {
  position: relative;
}
.widget_search #searchform > div {
  border: 1px solid #dadada;
}
.widget_search #searchform > div:before {
  content: '';
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  background: url("../images/sprite.png") -240px -100px no-repeat;
}
.widget_search label,
.widget_search .widgettitle,
.widget_search #searchsubmit {
  display: none;
}
.widget_search input {
  position: relative;
  display: block;
  z-index: 2;
  padding: 0 2%;
  width: 96%;
  height: 30px;
  line-height: 20px;
  font-size: 15px;
  color: #666;
  outline: none;
  background: transparent;
}
/* Widget Nav Menu */
.widget_nav_menu .widgettitle {
  display: none;
}
/* Widget Calendar */
.widget_calendar {
  padding: 0;
}
.widget_calendar .widgettitle {
  display: none;
}
.widget_calendar #calendar_wrap {
  position: relative;
  margin: 0px auto;
  padding: 15px 25px;
  width: 150px;
}
.widget_calendar #wp-calendar {
  position: relative;
  width: 100%;
}
.widget_calendar caption {
  padding: 0;
  height: 20px;
  font-size: 15px;
  line-height: 20px;
}
.widget_calendar table {
  border-spacing: 0px;
  border-color: #fff;
}
.widget_calendar tfoot {
  position: absolute;
  display: block;
  top: 0px;
  left: 0px;
  width: 100%;
}
.widget_calendar tfoot #prev > a,
.widget_calendar tfoot #next > a {
  position: absolute;
  display: block;
  overflow: hidden;
  top: 0px;
  padding: 20px 0px 0px;
  width: 20px;
  height: 0;
  cursor: pointer;
}
.widget_calendar tfoot #prev > a {
  left: -6px;
  background: url("../images/sprite.png") -60px 0px no-repeat;
}
.widget_calendar tfoot #prev > a:hover {
  background: url("../images/sprite.png") -60px -20px no-repeat;
}
.widget_calendar tfoot #next > a {
  right: -6px;
  background: url("../images/sprite.png") -100px 0px no-repeat;
}
.widget_calendar tfoot #next > a:hover {
  background: url("../images/sprite.png") -100px -20px no-repeat;
}
.widget_calendar th {
  padding: 10px 0px;
  font-size: 9px;
  line-height: 16px;
}
.widget_calendar td {
  height: 23px;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
}
.widget_calendar td > a {
  display: block;
  padding: 4px 0px;
  width: 100%;
  height: 15px;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  color: #525252;
  background: #e5e5e5;
}
