/*
Theme Name: Twenty Twenty Five CHILD THEME for Justin Greene
Text Domain: twentytwentyfive-child
Template: twentytwentyfive
Requires at least: 6.7
Tested up to: 6.8
Requires PHP: 7.2
Version: 1.2
Description: NET MAN customized CHILD version of WP default theme for 2025 is designed to take full advantage of the flexibility of the block editor. Organizations and businesses have the ability to create dynamic landing pages with endless layouts using the group and column blocks. The centered content column and fine-tuned typography also makes it perfect for traditional blogs. Complete editor styles give you a good idea of what your content will look like, even before you publish. You can give your site a personal touch by changing the background colors and the accent color in the Customizer. The colors of all elements on your site are automatically calculated based on the colors you pick, ensuring a high, accessible color contrast for your visitors.
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks, accessibility-ready
Author: NET MAN and the WordPress team
Author URI: https://www.thenetcave.com/
Theme URI: https://www.thenetcave.com/themes/justin-greene/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

All files, unless otherwise stated, are released under the GNU General Public
License version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned
with others.
*/

@import url("../twentytwentyfive/style.css");

main#wp--skip-link--target {
	margin-top:0 !important;
}

#wp--skip-link--target > div {
	padding-top:3vw !important;
}
#wp--skip-link--target > div > div > details, summary {
	border:none !important;
}

.home #wp--skip-link--target > div > h1, .home h1.wp-block-post-title, .home header, .home footer, .home > header, .home > footer {
	display:none !important;
}


.home #wp--skip-link--target > div > div > div > img {
	height:auto !important;
	margin:0 auto;
	text-align:center;
}

.home > main, .home #wp--skip-link--target > div, .home #wp--skip-link--target, .home main, .home .has-global-padding {
	margin-top:0 !important;
	padding-top:0 !important;
	padding-bottom:0 !important;
}

.home #wp--skip-link--target > div > div > div > div > div > div.wp-block-columns.alignwide.is-layout-flex.wp-container-core-columns-is-layout-7f3773af.wp-block-columns-is-layout-flex > div:nth-child(1) h2 {
	padding:15px;
	background-color: rgba(81, 67, 181, 0.6);
	font-size:7.5vw !important;
	color:white;
	font-weight:700 !important;
	margin-bottom:25px;
}

.home #wp--skip-link--target > div > div > div > div > div > div.wp-block-columns.alignwide.is-layout-flex.wp-container-core-columns-is-layout-7f3773af.wp-block-columns-is-layout-flex > div:nth-child(1) p {
	max-width: 200px;
	margin-top:0;
	margin-bottom:0;
	padding-top:10px;
	padding-bottom:10px;
	margin-right:60%;
	padding-left:15px;
	background-color: rgba(81, 67, 181, 0.6);
}

#wp--skip-link--target > div > div > div > div > div > div.wp-block-columns.alignwide.is-layout-flex.wp-container-core-columns-is-layout-7f3773af.wp-block-columns-is-layout-flex > div:nth-child(2) {
	background-color: rgba(81, 67, 181, 0.6);
	padding-top:3vw;
	padding-bottom:3vw;
}

#wp--skip-link--target > div > div > div > div > div > div.wp-block-columns.alignwide.are-vertically-aligned-bottom.is-not-stacked-on-mobile.is-layout-flex.wp-container-core-columns-is-layout-28f84493.wp-block-columns-is-layout-flex {

}

#wp--skip-link--target > div > div > div > div > div > div.wp-block-columns.alignwide.is-layout-flex.wp-container-core-columns-is-layout-7f3773af.wp-block-columns-is-layout-flex > div:nth-child(2) > p:nth-child(1) > img {
	margin-bottom:6vw;
}

.home main a {
	text-decoration:none;
	color:white;
	font-weight:bold;
}

.home main a:hover {
	text-decoration:underline;
	color:#FFEE58;
}

.home #wp--skip-link--target > div > div > div {
	padding-bottom:0 !important;
}

:where(.wp-site-blocks *:focus) {
    outline-width: 0;
    outline-style: solid;
    outline:none !important;
}

body.page-id-14        {height:100%;}
.page-id-14 .wrapper         {width:90%; max-width: 1000px; height:100%; margin:0 auto; background:#CCC}
.page-id-14 .h_iframe        {position:relative; padding-top: 56%;}
.page-id-14 .h_iframe iframe {position:absolute;top:0;left:0;width:100%; height:100%;}

.footer-credits, .footer-copyright, .footer-copyright a, .footer-copyright a:hover {
	font-weight:normal;
	text-decoration:none;
	text-transform:uppercase;
	line-height:1;
}

@media (max-width: 781px) {
	.home h1, .home h1 a {font-size:3.5rem;}
	.home .post-inner {left:35%;}
	h1, .heading-size-1 {
	    font-size: 2rem;
	}
	.site-title {
	    font-size: 1.7rem;
	    font-weight: normal;
	}
}


@media (max-width: 659px) {
	.home .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
		max-width: 92%;
		width: 92%;
		margin-right:8%;
	}
	.home .post-inner {left:20%;}
}

