/*
Theme Name: Twenty Twenty-Five
Theme URI: https://wordpress.org/themes/twentytwentyfive/
Author: the WordPress team
Author URI: https://wordpress.org
Description: Twenty Twenty-Five emphasizes simplicity and adaptability. It offers flexible design options, supported by a variety of patterns for different page types, such as services and landing pages, making it ideal for building personal blogs, professional portfolios, online magazines, or business websites. Its templates cater to various blog styles, from text-focused to image-heavy layouts. Additionally, it supports international typography and diverse color palettes, ensuring accessibility and customization for users worldwide.
Requires at least: 6.7
Tested up to: 6.8
Requires PHP: 7.2
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyfive
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/

/*
 * Link styles
 * https://github.com/WordPress/gutenberg/issues/42319
 */
a {
	text-decoration-thickness: 1px !important;
	text-underline-offset: .1em;
}

/* Focus styles */
:where(.wp-site-blocks *:focus) {
	outline-width: 2px;
	outline-style: solid;
}

/* Increase the bottom margin on submenus, so that the outline is visible.  JN made this =0 to hide outline! */
/* JN added background color property to customize the menu dropdowns */
.wp-block-navigation .wp-block-navigation-submenu .wp-block-navigation-item {
	margin-bottom: 0px;
	background-color: #242323;
	border-color: #242323;
	color: whitesmoke;
}

/* JN added this to fix the last item being different color than set in the above block */
.wp-block-navigation .wp-block-navigation-submenu .wp-block-navigation-item:not(:last-child) {
/* make no changes here - it is just a copy of the original as backup code */
}

/* JN added this to fix the last item being different color than set in the above block */
.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
	background-color: transparent;
	border: 0px;
}

/* Increase the outline offset on the parent menu items, so that the outline does not touch the text. */
.wp-block-navigation .wp-block-navigation-item .wp-block-navigation-item__content {
	outline-offset: 4px;
}

/* Remove outline offset from the submenus, otherwise the outline is visible outside the submenu container. */
.wp-block-navigation .wp-block-navigation-item ul.wp-block-navigation__submenu-container .wp-block-navigation-item__content {
	outline-offset: 0;
}

/*
 * Progressive enhancement to reduce widows and orphans
 * https://github.com/WordPress/gutenberg/issues/55190
 */
h1, h2, h3, h4, h5, h6, blockquote, caption, figcaption, p {
	text-wrap: pretty;
}

/*
 * Change the position of the more block on the front, by making it a block level element.
 * https://github.com/WordPress/gutenberg/issues/65934
*/
.more-link {
	display: block;
}

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

/* This is for full width videos - JN */
video.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.bg-olive-green {
	background-color: #334748!important;
}

.bg-dark-gray {
	background-color: #3d4248!important;
}

.bg-matte-black {
	background-color: #29292e!important;
}

.bg-tile-gray {
	background-color: #999999!important;
}

.centered-google-review {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -40%);
}

.container-google-review {
	position: relative;
	text-align: center;
	color: black;
	min-width: 480px;
	max-width: 640px;
	display: flex;
	flex-direction: column;
}

.font-size-x-large {
	font-size: x-large!important;
}

.font-size-xx-large {
	font-size: xx-large!important;
}

.has-global-padding {
	padding-top: 30px!important;
	padding-bottom: 30px!important;
	padding-left: 0 px!important;
	padding-right: 0 px!important;
}

.indented-paragraph {
    margin-left: 40px; /* Adjust as needed */
    margin-right: 40px; /* For symmetry */
    padding: 10px; /* This adds space inside the paragraph */
    background-color: #242408; /* Adds a background color */
}

.line-height-1em {
	line-height: 1em!important;
}

.min-height-px-150 {
	min-height: 150px;
}

.min-height-px-180 {
	min-height: 180px;
}

.min-height-px-430 {
	min-height: 430px;
}

.min-height-full {
	min-height: 100%;
}

.min-width-px-240 {
	min-width: 240px;
}

.min-width-px-280 {
	min-width: 280px;
}

.min-width-full {
	min-width: 100%;
}

.min-width-half {
	min-width: 50%;
}

.max-width-half {
	max-width: 50%;
}

.max-width-px-430 {
	max-width: 430px;
}

.no-bottom-margin {
	margin-bottom: 0rem!important;
}

.no-overflow-x {
	overflow-x: hidden!important;
}

.no-top-margin {
	margin-top: 0rem!important;
}

.offset-down-100px {
	position: relative;
	top: 100px;
}

.offset-left-50pct {
	position: relative;
	left: -50%;
}

.overflowx {
	overflow-x: visible!important;
}

.padding-x-10px {
	padding-left: 10px!important;
	padding-right: 10px!important;
}

.round-corners-padded-content {
	border: 1px transparent;
	border-radius: 20px;
	padding: 20px;
}

.side-margins-10px {
	margin-left: 10px;
	margin-right: 10px;
}

.transparent-black-55pct {
	background-color: rgba(0, 0, 0, 0.55)!important;
}

.video-cover {
	object-fit: cover!important;
}

@media only screen and (max-width: 360px) {
	.font-size-xx-large {
		font-size: unset!important;
	}
}

@media only screen and (min-width: 780px) {
	.centered-google-review {
		line-height: 1.25em;
	}
}
