/*
Theme Name: Elytra 2025 theme
Author: Barry Shuchter
Author URI: https://openmodellc.com/
Description: A child theme for Twenty Twenty-Five.
Requires at least: 6.4
Tested up to: 6.4
Requires PHP: 7.0
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyfive-child
Template: twentytwentyfive
*/

body {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}
.wptww-testimonial-content .fa.fa-quote-left {
	display: none;
}
.blog h2.wp-block-post-title,
.single h2.wp-block-post-title {
	position: relative;
}
.blog h2.wp-block-post-title:before,
.single h2.wp-block-post-title:before {
	position: absolute;
	left: -90px;
	content: '';
	background-image: url(/wp-content/uploads/2019/07/bug.png);
	width: 69px !important;
	height: 67px;
	background-size: cover;
}
.wp-block-media-text > .wp-block-media-text__content {
	padding-left: 0;
}
.wp-block-categories-list > li {
	margin-bottom: 1rem;
	font-size: .9rem;
}
.wp-block-categories-list > li a {
	margin-right: 4px;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1.2;
}
.wp-block-quote cite {
	display: block;
	color: #6b7b88;
	font-size: 1.1rem;
	font-weight: bold;
	font-style: normal;
	line-height: 1.2;
	text-align: right;
}
:root :where(.wp-block-separator:not(.alignfull)) {
	max-width: var(--wp--style--global--content-size) !important;
}
.current-menu-item > a,
.wp-block-navigation a:hover {
	color: var(--wp--preset--color--custom-green) !important;
	text-decoration: none !important;
}
.wp-block-navigation__submenu-container a:hover,
.wp-block-navigation__submenu-container .current-menu-item a {
	background-color: var(--wp--preset--color--custom-green) !important;
	color: #ffffff !important;
}
.wp-block-search svg.search-icon {
	width: 50px;
	height: 50px;
	transform: scaleX(-1);
	fill: var(--wp--preset--color--custom-green);
}
.wp-block-search__button {
	margin-left: 6px !important;
	padding: 0 !important;
	background-color: #ffffff !important;
}
.wp-block-search__input,
.wp-block-search__input:focus {
	border: 1px solid  var(--wp--preset--color--custom-green) !important;
}
a,
a.wp-block-tiptip-hyperlink-group-block * {
	color: var(--wp--preset--color--custom-blue);
	transition: color .25s ease;
}
a:hover,
a.wp-block-tiptip-hyperlink-group-block:hover * {
	color: var(--wp--preset--color--custom-green);
}
a svg .on-hover {
	transition: fill .25s ease;
}
a:hover svg .on-hover {
	fill: var(--wp--preset--color--custom-green) !important;
}
.wptww-testimonials-slidelist button.slick-prev,
.wptww-testimonials-slidelist button.slick-prev:hover {
	background: url(assets/images/arrow-left.png) 0 0 no-repeat !important;
	background-size: 15px 26px !important;
	background-color: transparent !important;
}
.wptww-testimonials-slidelist button.slick-next,
.wptww-testimonials-slidelist button.slick-next:hover {
	background: url(assets/images/arrow-right.png) 0 0 no-repeat !important;
	background-size: 15px 26px !important;
	background-color: transparent !important;
}