/*
 Theme Name:   Southeast Culvert
 Description:  Customization of fireweed theme for Southeast Culvert.
 Author:       Maggie Wettergreen
 Author URI:   https://maggiewettergreen.com
 Template:     fireweed
 Version:      1.2
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  fireweed-child
*/
.entry-content>p:empty {
    display: none;
}

body.admin-bar header.back-scroll-sticky {
    top: 32px !important;
}

main {
    padding-bottom: 0 !important;
}

footer {
    margin-top: 0;
}

p a {
    text-decoration: underline;
}

.overlay-header header>.wp-block-group {
    transition: background-color 0.4s ease;
}

.overlay-header header:not([style*="fixed"])>.wp-block-group,
body.post-type-archive-project header:not([style*="fixed"])>.wp-block-group,
body.post-type-archive-sec_product header:not([style*="fixed"])>.wp-block-group {
    background-color: transparent !important;
}

body.post-type-archive-project header,
body.post-type-archive-sec_product header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}

body.post-type-archive-project main,
body.post-type-archive-sec_product main {
    margin-top: 0 !important;
}

.wp-block-post-navigation-link {
    display: flex;
    align-items: center;
    gap: 1em;
}

.wp-block-post-navigation-link a {
    order: 2;
}

.wp-block-post-navigation-link__arrow-next,
.wp-block-post-navigation-link__arrow-previous {
    background: #ffc300;
    border-radius: 3px;
    color: black;
    font-size: 0;
}

.wp-block-post-navigation-link__arrow-next {
    order: 1;
}

.wp-block-post-navigation-link__arrow-next::before,
.wp-block-post-navigation-link__arrow-previous::before {
    content: '';
    display: inline-block;
    width: 25px;
    height: 25px;
    padding: 5px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m15 18-6-6 6-6'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.wp-block-post-navigation-link__arrow-previous::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m9 18 6-6-6-6'/%3E%3C/svg%3E");
}

.wp-block-post-navigation-link__arrow-previous {
    order: 3;
}

/*small laptops and large tablets and below*/
@media only screen and (max-width:1200px) {}

/*small tablets and mobile*/
@media only screen and (max-width:999px) {}

/*large tablets and desktop*/
@media only screen and (min-width:1000px) {}

/*large laptops and above*/
@media only screen and (min-width:1270px) {

    /*for two-column full-bleed sections with restricted content on one half*/
    .wp-block-column.is-layout-constrained:first-child {
        padding-left: calc(50% - var(--wp--style--global--content-size) / 2);
        padding-right: 0;
    }

    .wp-block-column.is-layout-constrained:last-child {
        padding-right: calc(50% - var(--wp--style--global--content-size) / 2);
        padding-left: 0;
    }
}

/* mobile */
@media only screen and (max-width: 768px) {}

/*small mobile*/
@media only screen and (max-width:500px) {}