/*
Theme Name: LOE Twenty Twenty-Five Child
Description: 2025 Child theme for LOE
Author: The Mariner
Template: twentytwentyfive
Version: 1.0.0
*/

/* base css
figure {
	margin: 0 0 0rem;
} */

h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6 {
    margin-top: 0;
    margin-bottom: 0rem;
    font-weight: 500;
    line-height: 1.2;
}


/* responsive css */
@media (max-width: 576px) {

}

@media (min-width: 577px) and (max-width: 1023px) {
    .nav-link-home,
    .nav-link-home * {
        display: none !important;
    }
}

@media (min-width: 768px) {
	.channel-trailer, .epyt-figure {
		margin-left: 8.33% !important;
		margin-right: 8.33% !important;
	}
}

@media (min-width: 1024px) and (max-width: 1439px) {
    .wp-block-navigation-item,
    .wp-block-navigation-item * {
        padding: 0 4px;
    }
}

@media (min-width: 1440px) and (max-width: 1920px) {
    .wp-block-navigation-item,
    .wp-block-navigation-item * {
        padding: 0 12px;
    }
	.wp-block-latest-posts__list {
        display: flex;
	}
	.wp-block-latest-posts__list li {
		margin: 0 1.25em 1.25em 0;
		width: calc(33.33333% - .83333em);
	}
}

