/*
 Theme Name: Twenty Twenty-Five Child
 Theme URI: https://wordpress.org/themes/twentytwentyfive/
 Description: Child theme for the Twenty Twenty-Five theme
 Author: Your Name
 Template: twentytwentyfive
 Version: 1.0
 Text Domain: twentytwentyfive-child
*/

main {
    padding: 0px !important;
}
.layout-content {
    width: 100% !important;
    max-width: 100% !important;
}
.wp-block-group.alignfull.has-global-padding.is-layout-constrained.wp-block-group-is-layout-constrained {
    padding: 0 !important;
}
h1.wp-block-post-title {
    display: none !important;
}
main#wp--skip-link--target {
    margin: 0px !important;
}
.entry-content.alignfull.wp-block-post-content.has-global-padding{
    margin: 0px !important;
}
.flickity-viewport {
    display: block !important;
    width: 100%;
}

.ct-section-inner-wrap {
    max-width: 1120px;
    padding-top: 3em;
    padding-right: 1em;
    padding-bottom: 3em;
    padding-left: 1em;
}
.ct-section-inner-wrap .breadcrumbs {
    gap: 5px;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: .5px;
    width: 100%;
    padding-bottom: 0px;
    margin-bottom: 15px;
    border-bottom-color: color(18);
    border-bottom-width: 1px;
    border-bottom-style: solid;
}
.ct-section-inner-wrap h1, 
.ct-section-inner-wrap h2, 
.ct-section-inner-wrap h3, 
.ct-section-inner-wrap h4, 
.ct-section-inner-wrap h5, 
.ct-section-inner-wrap h6 {
    font-family: 'IBM Plex Sans';
    line-height: 1.25;
    color: #111111;
}
.ct-section-inner-wrap h1{
    font-size: 42px;
    font-weight: 500;
}
h1, h2, h3, h4, h5, h6 {
    color: #000000;
}