/*!
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Author: Kadence WP
Template: kadence
Author URI: https://www.kadencewp.com/
Description: Kadence Child Theme
Version: 1.3.7
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence
Requires at least: 6.3
Tested up to: 6.8.2
Requires PHP: 7.4
*/

.redblock{ background-color:blue;}
.media-break-example{ margin-top:-70px !important;
@media ( width < 900px) { margin-top:-112px !important;}
@media ( width < 500px) { margin-top:-80px !important;}
}
/* orange - #ffa501
turquoise - #1cc9ab
*/

.header-navigation{ width:80%; margin:0 auto;}
.site-main-header-inner-wrap{ border-bottom:1px solid black; padding-bottom:10px;}
.entry-hero{display:none;}

.my-med-spacer { margin-bottom: 30px;}

.my-image-center{
@media ( width < 900px) { width:70%; margin:0 auto;}
@media ( width < 600px) { width:90%; margin:0 auto;}
}

.my-border-green{ border:1px solid green;}
.my-border-red{ border:1px solid red;}
.my-border-blue{ border:1px solid blue;}

<!-- Home Page -->
.my-gallery-grid-container{
@media (width < 800px){}
@media (width > 800px) { display:grid; gap:20px; grid-template-columns:repeat(3, 1fr) !important;}
}
.my-gallery-grid-container-new{ display:grid; gap:20px; 
@media (width < 800px){}
@media (width > 800px) { grid-template-columns:repeat(3, 1fr) !important;}
}

.my-gallery-grid-container-2{ display:grid; gap:20px;
@media (width < 800px){}
@media (width > 800px) { grid-template-columns:repeat(2, 1fr) !important;}
}

.my-gallery-grid-container-5{ display:grid; gap:20px;
@media (width < 800px){}
@media (width > 800px) { grid-template-columns:repeat(5, 1fr) !important;}
}

.my-gallery-5-img { height:100%; object-fit: cover;}
<!-- close Home Page -->

<!-- close Sustainable Use Page -->
.sustain-intro{ max-width:730px; margin:0 auto; margin-bottom:30px !important;}
.sustain-intro::first-letter {
    float: left;
    font-size: 3em; /* Adjust size relative to the text */
    line-height: 1em; /* Helps with vertical alignment */
    margin-right: 0.08em; /* Adds space between the cap and the rest of the text */
    margin-top: 0.15em;
    /* Add other styles like font-family, color, etc. */
    color: #333;
    font-family: Georgia, serif;
}
.sus-partners{}
.sus-partners-individual{}

.my-sus-grid-container{
@media (width < 800px){}
@media (width > 800px) { display:grid; gap:20px; grid-template-columns:repeat(4, 1fr) !important;}
}

.my-sus-item1{ grid-column: 1 / 5;}

.my-image-indicator{ display:none;}
.my-image-spacer{
@media (width > 800px){}
@media (width < 800px){ margin-bottom:20px;}
}

<!-- close Sustainable Use Page -->

/* members archive */
.-my-mem-gal-container{ display:grid; gap:1rem; grid-template-columns:repeat(auto-fit, minmax(250px, 1fr));}
.-my-mem-gal-child{}
/* close members archive */

.media-break-example{ margin-top:-70px !important;
@media ( width < 900px) { margin-top:-112px !important;}
@media ( width < 500px) { margin-top:-80px !important;}
}

/* Members Grid 2025 */
.post-type-archive-members{ font-size:1rem !important;}
.entry-members-main-line{ border:1px solid black; padding:4px;}
.my-entry-members-container{ border:1px solid black; padding:4px; margin-top:0px;}
.entry-members-margin-adjust{ margin-top:0px !important; padding:0px !important;}
.entry-loop-header-members-entry-header{ margin-bottom:6px !important;}
.my-entry-members-title-blue{ font-size:18px; font-weight:700; color:blue; text-decoration:none; display:none;}
.my-entry-members-title-blue a{ color:green; text-decoration:none;}

.entry-summary-mem-grid-container{ display:grid; gap:0.2rem; grid-template-columns:repeat(3, 1fr); margin-top:0px !important;
@media ( width < 800px) { font-size:0.7rem !important; background:red;}
}
.entry-summary-mem-child-1{ background-color:#dcdcdc; padding:10px;}
.entry-summary-mem-child-2{ background-color:#bfbfbf; padding:10px;}
.entry-summary-mem-child-3{ background-color:#dcdcdc; padding:10px;}
.my_final_co_website{}
.my_final_co_website a{ text-decoration:none;}
/* close Members Grid 2025 */