/**
 * Theme Name: awaken-child
 * Template:   awaken
 * ...other header fields
 */
 

 /*Put code bellow*/

/* General fixes */

.body-image-wrapper img {
  max-width: 100%;
}

/*NEW FOOTER CSS*/
.site-footer{
    color: #555555;
    background: #191919 !important;
    padding: 15px;
    margin-top:30px;
  }
  .site-footer .foot-title{
    color: #b36125;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 15px;
    border-bottom: 1px solid #b36125;
  }
  .site-footer .foot-title span{
    color: #fff;
    background: #b36125;
    padding: 3px 10px 1px 10px;
  }
  .flex-30perc{
    flex-basis: 30%;
  }
  .footer-nav ul{
    padding:0;
  }
  .footer-nav ul li{
    padding:0;
    margin:0;
    list-style: none;
  }
  .footer-nav ul li a{
    text-decoration: none;
    display: block;
    margin-bottom: 10px;
    color:#fff;
    text-decoration: none;
  }
  .flex-row {
    display: flex;
    flex-direction: row;
  }
  
  .flex-space {
    justify-content: space-between;
  }
  .flex-1 {
    position: relative;
    flex: 1;
  }
  @media(max-width: 500px){
   .site-footer {
      flex-direction: column;
    }
  
  }
  #menu-footer-menu, #menu-footer-left-meniu{
      margin: 0!important;
      margin-top: 5px !important;
  
  }
  /*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: #b36125;
    padding-right: 10px;
  }
  .sub-sub-category-post-item {
    display: flex; 
    align-items: center; 
    justify-content: start; 
  }
  .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;
  }
  .sub-sub-category-post-item a, .sub-sub-category-post-item a:hover {
    color: black; 
    text-decoration: none; 
  }
  .title-ralated p {
    font-size: 16px!important;
    font-weight: 550!important;
    font-style: inherit;
    margin-bottom: 0;
    font-family: Arial !important;
    color: #444 !important;
}
  .sub-sub-cat-name {
    font-size: 20px;
  }
  .related-post-title {
    font-size: 30px;
    font-style: inherit;
    font-weight: 500 !important;
    color: inherit;

  }
  @media(max-width: 600px){
    .posts-container {
      display: block;
    }
    .sub-sub-category-post-item {
      width: 100%;
      margin-bottom: 20px;
    }
   
   }