.connector-box {
  width: 325px;
  height: 325px;
  border: 1px solid #e8e8e8;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .connector-box {
    width: 100%;
    height: 250px;
  }
}

section.posts {
  padding-top: 0;
}

p {
  line-height: 23px;
  padding: 10px 0;
}

.post-title {
  color: #888;
}
.post-title a {
  color: #888888;
  text-decoration: none;
}
.post-title a:hover {
  text-decoration: none;
}

.post-image {
  margin-bottom: 30px;
}

#main {
  background: #fff;
}

.blog-sidebar #search {
  margin-bottom: 25px;
  font-size: 13px;
  margin-top: 40px;
}
.blog-sidebar .category-list {
  font-size: 13px;
}
.blog-sidebar .category-list .border {
  margin: 5px 0 15px 0;
}
.blog-sidebar .category-list .title {
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 16px;
}
.blog-sidebar .category-list .category {
  overflow: hidden;
  margin-bottom: 30px;
}
.blog-sidebar .category-list .category .catname {
  float: left;
}
@media (min-width: 0) and (max-width: 1200px) {
  .blog-sidebar .category-list .category .catname {
    clear: left;
    width: 150px;
  }
}
.blog-sidebar .category-list .category .catcount {
  float: right;
}
@media (min-width: 0) and (max-width: 1200px) {
  .blog-sidebar .category-list .category .catcount {
    float: left;
  }
}
.blog-sidebar .category-list .social-buttons li {
  padding: 0;
}

.post {
  padding-bottom: 30px;
  margin-top: 30px;
}
.post .post-date {
  font-size: 16px;
}
.post .post-title h2 {
  margin: 5px 0 25px 0;
}
.post .post-info {
  margin-bottom: 25px;
}
.post .post-info .post-subtitle {
  font-size: 14px;
}
.post .post-info .post-tags {
  margin-top: 15px;
}
.post .author {
  font-weight: bold;
}

.border {
  border-bottom: 1px solid #ddd;
  margin: 15px 0;
}

.category a {
  color: #555;
}

.catname {
  font-style: italic;
}

.user-tags {
  padding: 15px;
}

.embed-infographic {
  width: 100%;
}

input#search {
  border: 1px solid #eee;
  background: #f8f8f8;
  outline: none;
  padding: 5px;
}
input#search::-webkit-input-placeholder::before {
  font-family: "domocom" !important;
  content: "\e018";
  margin-top: 10px;
  padding: 5px 5px;
}
input#search:-moz-placeholder::before {
  font-family: "domocom" !important;
  content: "\e018";
  margin-top: 10px;
  padding: 5px 5px;
}
input#search::-moz-placeholder::before {
  font-family: "domocom" !important;
  content: "\e018";
  margin-top: 10px;
  padding: 5px 5px;
}
input#search *:-ms-input-placeholder::before {
  font-family: "domocom" !important;
  content: "\e018";
  margin-top: 10px;
  padding: 5px 5px;
}

.pagination_container {
  font-size: 14px;
}

.post-image {
  position: relative;
}

.blog-v2 .subtitle {
  border-bottom: 1px solid #e8e8e8;
  font-size: 32px;
  margin-bottom: 0px;
  padding-bottom: 30px;
}
.blog-v2 .author-date {
  padding-bottom: 60px;
}
.blog-v2 .author, .blog-v2 .date {
  color: #888;
}
.blog-v2 .abstract {
  line-height: 30px;
  margin-top: -8px;
  padding-bottom: 20px;
}
.blog-v2 .the-content p {
  line-height: 30px;
}
.blog-v2 .yarpp {
  padding-top: 50px;
}
.blog-v2 .yarpp h4 {
  padding-bottom: 20px;
}
.blog-v2 .yarpp a {
  font-size: 20px;
  line-height: 30px;
}
.blog-v2 .bottom-share {
  list-style-type: none;
  margin: 0;
  padding: 30px 0;
}
.blog-v2 .bottom-share li {
  cursor: pointer;
  display: inline-block;
}
.blog-v2 .bottom-share li.pad {
  padding: 0 15px 0 0;
}
.blog-v2 .bottom-share li img {
  height: 38px;
}
.blog-v2 .single_tags {
  font-size: 20px;
}
.blog-v2 .bio {
  padding: 30px 0;
}
.blog-v2 .bio img {
  float: left;
}
.blog-v2 .bio h4 {
  font-style: italic;
  line-height: 30px;
  margin: 0;
  padding-left: 120px;
}
.blog-v2 .tweet {
  border-left: 10px solid #9ce;
  cursor: pointer;
  font-size: 32px;
  font-style: italic;
  line-height: 36px;
  margin: 30px 0;
  padding-left: 30px;
  position: relative;
}
.blog-v2 .tweet img {
  width: 0;
  position: absolute;
  top: 36%;
  left: -24px;
  -webkit-transition: width 0.15s ease;
  -moz-transition: width 0.15s ease;
  -ms-transition: width 0.15s ease;
  -o-transition: width 0.15s ease;
  transition: width 0.15s ease;
}
.blog-v2 .thumb {
  padding-top: 9px;
}
.blog-v2 .tweet-quote {
  color: #555;
  text-decoration: none;
}
.blog-v2 .bottom-share .fb-sm {
  display: none;
}
@media screen and (max-width: 768px) {
  .blog-v2 .posts-col {
    padding: 0 10%;
  }
  .blog-v2 .bottom-share .fb-lg {
    display: none;
  }
  .blog-v2 .bottom-share .fb-sm {
    display: inline-block;
  }
}

.img-share {
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.img-share li {
  cursor: pointer;
  display: inline-block;
}
.img-share li img {
  height: 0;
  width: 25px;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.img-share li img.show {
  height: 25px;
}
