/**
 * 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: #fa5742;
    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 ;
}

.partners-table td{
  align-content: center;
}

/* Calendar styling */

.farming-calendar-2025{
  position: relative;
  z-index: 20;
}

.farming-calendar-2025 tr,
.farming-calendar-2025 th,
.farming-calendar-2025 td{
    border: 1px solid black;
    max-width: 50px;
    font-size: 11px;
    text-align: center;
    vertical-align: middle;
    padding: 5px;
}

.farming-calendar-2025 th,
.farming-calendar-2025 tr td{
    background-color: #eed1ab
}

.farming-calendar-2025 tr td:first-child{
    background-color: #e4b077;
}


.farming-calendar-2025 td.red, span.red{
    color: #cf453b;
}

.farming-calendar-2025 td.green, span.green{
    color: #4c8f49;
}

.farming-calendar-2025 td.yellow, span.yellow{
    color: #ccb14c;
}

.farming-calendar-2026 td.red, span.red{
    color: #cf453b;
}

.farming-calendar-2026 td.green, span.green{
    color: #4c8f49;
}

.farming-calendar-2026 td.yellow, span.yellow{
    color: #ccb14c;
}

.farming-calendar-2026{
  position: relative;
  z-index: 20;
}

.farming-calendar-2026 tr,
.farming-calendar-2026 th,
.farming-calendar-2026 td{
    max-width: 50px;
    font-size: 11px;
    text-align: center;
    vertical-align: middle;
    padding: 5px;
    margin: 0 auto;
}

@media (max-width: 660px) {
  .farming-calendar-2026 tr,
  .farming-calendar-2026 th,
  .farming-calendar-2026 td{
    font-size: 11px;
    padding: 3px;
    margin: 0 auto;
  }
}


/* iframe styling */

.iframe-container{
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}

.iframe-container iframe{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
