/*
Theme Name:   Stag
Theme URI:    https://nodedoubt.com
Description:  Stag child theme
Author:       WordPress.org
Author URI:   https://wordpress.org/
Template:     posty
Version:      1.0.0
Text Domain:  stag
*/

#adblock-message {
    font-family: Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
}

#adblock-message p {
    margin: 0;
}

a.card-btn.cat-color-bg{
	background:#d4de21;
}

.post-featured-image{
	display: none;
}

.single-card .post-content p{
	display: none;
}

.page-header-content{
	display: none;
}
.post-list li.author {
    color: #f7f7f7;
}

.post-list li span{
	color: #a9cf38;
}

.dl-cursor{
	display: none;
}

.primary-colour{
	color: #bec71e;
}


///Category 3 in a row and the little one said

.three-column-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px; /* Adjust the gap as needed */
}

@media (max-width: 900px) {
  .three-column-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .three-column-grid {
    grid-template-columns: 1fr;
  }
}

.wp-caption-text {
    text-align: left;
}
