/*
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;
}

a {
	color: #ffc107;
}

a:hover {
	color: white;
}

.wp-block-navigation-link a:focus,
.wp-block-navigation-link a:hover,
.wp-block-navigation-link a:active,
.wp-block-lastest-posts__read-more:focus,
.wp-block-lastest-posts__read-more:hover,
.wp-block-lastest-posts__read-more:active {
	outline: none !important;
	border: none !important;
}

header {
	background: linear-gradient(135deg, rgba(0, 0, 0, 0) 0%, rgba(52, 33, 59, 0.53) 24%, rgb(32, 25, 66) 40%, rgb(51, 33, 58) 54%, rgb(17, 0, 22) 80%, rgb(17, 9, 22, 0.53) 100%);
}

footer {
	background: linear-gradient(135deg, rgb(0, 0, 0) 0%, rgb(17, 9, 22) 47%, rgb(0, 0, 0) 100%);
}

.wp-block-latest-posts.is-grid li {
	background-color: rgb(19, 19, 25);
}

.wp-block-latest-posts__post-title, .wp-block-latest-posts__post-date, .wp-block-latest-posts__post-author, .wp-block-latest-posts__post-excerpt {
	margin-left: 10px;
	margin-right: 10px;
	text-decoration: none;
}

.wp-block-latest-posts__post-title {
	display: inline-block;
}

.wp-block-latest-posts__post-title .tags {
    font-size: 1rem;
    color: #dc3545;
}

.wp-block-latest-posts__post-title .a_title {
	font-size: 1.125rem;
	color: #ffc107;
}

.wp-block-latest-posts__post-title .a_title:hover {
	color: white;
}

h1.wp-block-post-title {
	text-align: center;
}

.wp-block-post-title .tags, .wp-block-post-title br {
	display: none;
}

.wp-block-media-text__content ul {
	list-style-type: none !important;
} 

.wp-block-button__link {
	margin-top: 10px;
	color: #ffc107;
	background-color: black;
	border: 1px solid #ffc107 !important;
}

.wp-block-button__link:hover {
	color: white;
	border: 1px solid white !important;
}

.wc-tabs-wrapper .wc-tabs {
	display: none;
}

.woocommerce div.product .woocommerce-tabs .panel {
	margin: 0px;
	background-color: #131319;
	padding: 25px;
}

.wp-block-woocommerce-product-price, .wp-block-add-to-cart-form {
	background-color: #131319;
	padding: 25px;
}

.wp-block-woocommerce-product-details h2 {
	font-size: 1.5rem;
	padding-bottom: 15px;
}

.wp-block-woocommerce-product-details p {
	font-size: 1rem;
}

.wc-block-components-button, .woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
	color: #ffc107;
	background-color: #000;
	border: 1px solid #ffc107;
}

.wc-block-components-button:hover, .woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
	color: #fff;
	background-color: #000;
	border: 1px solid #fff;
	box-shadow: none !important;
}

/* 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);
	}
}

