/**
 * Theme Name: kaipnumestisvorio
 * Template:   awaken
 * ...other header fields
 */
 

 /*Put code bellow*/
  /*article bottom*/
  .sub-sub-category-post {
    display: flex;
    flex-direction: column;
  }
  .parent-sub-post{
    display: flex;
    flex-direction: column;
  }
  
  .random-post{
    display: flex;
    flex-direction: column;
  }
  
  .posts-container {
    display: flex;
    flex-wrap: wrap; 
  }
  
  .sub-sub-category-post-item {
    flex: 1 1 auto; 
    width: 50%;
    
  }
  
  .sub-sub-cat-name {
    margin-top: 20px;
    margin-bottom: 20px;
    background: url(images/dots.png);
    background-position: center !important;
  background-repeat: repeat-x !important;
  }
  .sub-sub-cat-name span{
    background-color: #fff;
    color: #054e0e;
    padding-right: 10px;
  }
  .sub-sub-category-post-item {
    display: flex; 
    height: 85px;
  }
  .sub-sub-category-post-item a{
    display: flex; 
    align-items: center; 
    justify-content: start; 
  }
  
  .cat-image-container {
    flex: 0 1 200px; 
  }
  
  .cat-text-container {
    flex-grow: 1; 
    padding-left: 20px !important; 
  }
  .title-ralated {
    padding-left: 10px;
    height: 110%;
  }
  .sub-sub-category-post-item a, .sub-sub-category-post-item a:hover {
    color: black; 
    text-decoration: none; 
  }
  .title-ralated p{
    font-size: 19px !important;
    font-weight: 500 !important;
    font-style: inherit;
    margin-bottom: 0px;
  }
  .sub-sub-cat-name {
    font-size: 20px;
  }
  .related-post-title {
    font-size: 30px !important;
    font-style: inherit;
    font-weight: 500 !important;
    color: inherit;
    margin-bottom: 10px;
  }
  
  @media(max-width: 600px){
    .posts-container {
      display: block;
    }
    .sub-sub-category-post-item {
      width: 100%;
      margin-bottom: 20px;
    }
   
   }

/*Post Styles*/
.entry-content p{
  font-size: 18px;
}
.entry-content h2{
  font-size: 25px ;
}
.entry-content h3{
  font-size: 22px ;
}