/**
 * Theme Name:     Klean - Child
 * Author:         Isela
 * Template:       klean
 * Text Domain:	   klean-child
 * Description:    An attractive WordPress theme with many features to make your site appear beautiful and a class apart from the rest. An attractive full window header and smooth looks of the theme are sure to blow you away. (NOTE: This theme uses CSS3 heavily; so older browsers, don
 * Version:        1.0
 */

/** -------------------------------------------- HOME ------------------------------------------- **/
.home #text-title-desc a,
.home #text-title-desc h2,
.home #text-title-desc h1,
.home #text-title-desc {
  color: #ffffff !important;
  background-color: transparent;
  margin-left: 0;
  width: 100%;
  padding: 10px 0px;
}

.home #text-title-desc a {
  font-size: 36px;
}
.home #text-title-desc h2 {
  font-size: 16px;
}

#primary-home {
  margin: 70px 0 200px 0;
}

#primary-home .type-post {
  margin: 30px 0;
}

#primary-home .wp-post-image {
  max-height: 220px;
  width: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.grid .featured-thumb {
  border-top: none !important;
}

.author,
.readmore {
  display: none !important;
}

#recent-posts-2 li a {
  display: block;
  margin: 1em 0;
}

/** ---------------------------------------------- PAGES -------------------------------------------**/

#primary {
  width: 80% !important;
}

#text-title-desc {
  width: 65%;
  margin-right: 0;
  margin-left: auto;
}

#text-title-desc > h1 {
  font-size: 23px;
  padding: 0;
}
#text-title-desc > h2 {
  font-size: 14px;
  padding: 0;
}

.entry-content p {
  text-indent: 20px;
  margin-bottom: 20px;
}

/**
.entry-content p {
  text-indent: 20px;
  margin-bottom: 20px;
  text-align: justify;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
**/

.home .footersns,
.page-template-default #social-icons {
  display: none !important;
}

.page-template-default .footersns {
  padding: 20px 10px;
  float: left;
}

.footersns .fa-circle {
  color: #000000;
}

.page-template-default .site-info {
  float: right;
}

.comments-title,
.comment-list {
  display: none !important;
}
