/*
Theme Name: Stratos 2025
Theme URI: https://www.lrgegg.com
Author: LrgEgg
Author URI: https://www.lrgegg.com
Template: twentytwentyfive
Description: Statos 2025 theme.
Requires at least: 6.1
Tested up to: 6.1
Requires PHP: 5.6
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
Text Domain: twentytwentyfive
Tags: stratos, lrgegg
*/

*, ::after, ::before {
	box-sizing: border-box;
}

a:focus,
:where(.wp-site-blocks *:focus) {
	outline:transparent;
}

:root :where(body),
body {
	font-smooth: always;
	outline: transparent;
	line-height: normal;
	line-height: 1.6em;
	padding:0;
	font-family: "Poppins", sans-serif!important;
	/* font-family: 'Be Vietnam Pro',sans-serif; */
}

:root :where(.wp-block-separator.is-style-wide--4:not(.alignfull)) {
	max-width:1320px!important;
}

:root :where(.wp-element-button, .wp-block-button__link) {
	padding-top:10px;
	padding-bottom:10px;
}

:root :where(.is-layout-flex),
:root :where(.wp-block-columns-is-layout-flex) {
	gap:1.5rem;
	gap:0.5em;
}

h1, h2, h3, h4, h5 { 
	line-height: normal; 
	line-height: 1; 
	font-weight: 500;
}

h1 em, h2 em, h3 em, h4 em, h5 em {
	font-family: "Be Vietnam Pro", sans-serif;
	font-weight: 500;
	font-size: 2.4em;
	position: relative;
	display: block;
	top: 0;
	padding-bottom:0;
	line-height: 0.8em;
	letter-spacing: 0.01em;
}
div h1 img, 
div h2 img, 
div h3 img, 
div h4 img,
div h5 img {
	width:26px;
	margin-right:6px;
}

p {
	line-height:1.6em;
}

.entry-content {
	overflow:hidden;
}

body.pt-0,
body.pt-0 .wp-site-blocks {
	padding-top:0!important;
}

body.fixed {
	overflow: hidden;
	height: 110vh;
	padding-right:15px;
}
main#main-wrap {
	overflow:hidden;
}

[hidden] {
	display: none!important;
}

.d-none, .sr-only, .sub-menu-toggle {
	display: none;
}

.dropdown_menu_item {
	opacity: 100;
}

div img {
	max-width:100%;
	width: auto;
	height: auto;
}

.h-100 {
	height: 100%;
}

.overflow-hidden {
	overflow:hidden;
}

.wp-site-blocks {
	position: relative;
}

:root :where(.wp-block-quote),
blockquote.wp-block-quote {
	position: relative;
	padding:50px;
	margin:20px;
	border:0;
}

blockquote.wp-block-quote:before,
blockquote.wp-block-quote:after {
	display:block;
	position: relative;
	position: absolute;
	color:var(--wp--preset--color--primary) !important;
	width:46px;
	height:46px;
}

blockquote.wp-block-quote:before {
	content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 290 290" fill="%23000"><path d="M22.12 145v97.65h97.65V145H70.95c0-26.92 21.9-48.82 48.82-48.82V47.35c-53.93 0-97.65 43.72-97.65 97.65zm245.76-48.82V47.35c-53.93 0-97.65 43.72-97.65 97.65v97.65h97.65V145h-48.82c-.01-26.92 21.89-48.82 48.82-48.82z"></path></svg>');
	top:0;
	left:0;
}

blockquote.wp-block-quote:after {	
	content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 290 290" fill="%23000"><path d="M267.88 145V47.35h-97.65V145h48.82c0 26.92-21.9 48.82-48.82 48.82v48.82c53.93.01 97.65-43.71 97.65-97.64zM22.12 193.82v48.82c53.93 0 97.65-43.72 97.65-97.65V47.35H22.12V145h48.82c.01 26.92-21.89 48.82-48.82 48.82z"></path></svg>');
	bottom:0;
	right:0;
}

.wp-block-post-excerpt__more-link,
.button,
.btn,
input[type=submit] {
	display: inline-block;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	border-radius: 0.25rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

input[type=submit],
.wp-block-post-excerpt__more-link,
.button-primary,
.btn-primary,
.btn-secondary {
	font-size: 0.85em;
	text-decoration: none;
}

.button-primary,
.button-primary a,
.btn-primary,
.btn-primary a {
	color: #FFF !important;
}

input[type=submit],
.wp-block-post-excerpt__more-link,
.button-primary,
.btn-primary,
.btn-secondary,
.btn-outline-primary,
.btn-outline-secondary {
	font-size:1.1em;
	padding: 0.6rem 40px;
	border-radius: 5px;
	color: #FFF;
}

input[type=submit],
.wp-block-post-excerpt__more-link,
.button-primary,
.btn-primary {
	background-color: var(--wp--preset--color--primary);
	border-color: var(--wp--preset--color--primary);
}

.btn-secondary {
	background-color: var(--wp--preset--color--secondary);
	border-color: var(--wp--preset--color--secondary);
}

.btn-outline-primary {
	background-color: transparent;
	border-width: 1px;
	color: var(--wp--preset--color--primary);
}

.btn-outline-secondary {
	background-color: transparent;
	border-width: 4px;
	color: var(--wp--preset--color--primary);
}

.wp-block-post-excerpt__more-link:hover,
.wp-block-post-excerpt__more-link:active,
.button-primary:hover,
.button-primary:active,
.btn-primary:hover,
.btn-primary:active {
	background-color: var(--wp--preset--color--quaternary) !important;
	border-color: var(--wp--preset--color--quaternary) !important;
	color: var(--wp--preset--color--primary) !important;
}

.btn-secondary:hover, .btn-secondary:active {
	background-color: var(--wp--preset--color--primary) !important;
	border-color: var(--wp--preset--color--primary) !important;
	color: #FFF;
}

.btn-lg {
	font-size: 1em;
	min-width: 220px;
	padding: 12px;
}
.wp-block-button a.wp-block-button__link img {
	fill:var(--wp--preset--color--primary);
	max-width:16px;
}
.wp-block-buttons.plane .wp-block-button__link,
.wp-block-button.plane .wp-block-button__link {
	display:flex;
	transition: all .15s ease-in-out;
}
.wp-block-buttons.plane .wp-block-button__link:after,
.wp-block-button.plane .wp-block-button__link:after {
	content:url("data:image/svg+xml,%3Csvg viewBox='0 0 576 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M480 192H365.71L260.61 8.06A16.014 16.014 0 0 0 246.71 0h-65.5c-10.63 0-18.3 10.17-15.38 20.39L214.86 192H112l-43.2-57.6c-3.02-4.03-7.77-6.4-12.8-6.4H16.01C5.6 128-2.04 137.78.49 147.88L32 256 .49 364.12C-2.04 374.22 5.6 384 16.01 384H56c5.04 0 9.78-2.37 12.8-6.4L112 320h102.86l-49.03 171.6c-2.92 10.22 4.75 20.4 15.38 20.4h65.5c5.74 0 11.04-3.08 13.89-8.06L365.71 320H480c35.35 0 96-28.65 96-64s-60.65-64-96-64z' fill='%2300E6FE'%3E%3C/path%3E%3C/svg%3E");
	display:block;
	width:16px;
	height:16px;
	margin-left:10px;
}
.wp-block-buttons.plane .wp-block-button__link:hover,
.wp-block-button.plane .wp-block-button__link:hover {	
	border-color:#000!important;
	color:#000!important;
	transform:scale(1.2);
}
.hover-grow {
	transition: all .15s ease-in-out;
}
.hover-grow:hover {
	transform:scale(1.2);
}
.wp-block-buttons.plane .wp-block-button__link:hover:after,
.wp-block-button.plane .wp-block-button__link:hover:after {
	content:url("data:image/svg+xml,%3Csvg viewBox='0 0 576 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M480 192H365.71L260.61 8.06A16.014 16.014 0 0 0 246.71 0h-65.5c-10.63 0-18.3 10.17-15.38 20.39L214.86 192H112l-43.2-57.6c-3.02-4.03-7.77-6.4-12.8-6.4H16.01C5.6 128-2.04 137.78.49 147.88L32 256 .49 364.12C-2.04 374.22 5.6 384 16.01 384H56c5.04 0 9.78-2.37 12.8-6.4L112 320h102.86l-49.03 171.6c-2.92 10.22 4.75 20.4 15.38 20.4h65.5c5.74 0 11.04-3.08 13.89-8.06L365.71 320H480c35.35 0 96-28.65 96-64s-60.65-64-96-64z' fill='%23000'%3E%3C/path%3E%3C/svg%3E");
}
.dark-halo {
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
	border-radius:10px;
}


.home header.wp-block-template-part .wp-block-group.has-background {
	background:transparent!important;
}

header.wp-block-template-part {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
}

header.wp-block-template-part .wp-block-navigation__responsive-container-close svg, 
header.wp-block-template-part .wp-block-navigation__responsive-container-open svg {
	width:34px;
	height:34px;
}

header.header2025 {
	width:100%;
	position: relative;
	position: absolute;
	top:0;
	left:0;
	z-index:9999;
}
header.header2025 svg {
	display: block;
	width:40px;
	height:40px;
}
header.header2025 .current-menu-item a,
footer.wp-block-template-part .current-menu-item a {
	color:var(--wp--preset--color--primary) !important;
}

.wp-block-navigation .wp-block-navigation-item__label {
	padding:0 1em;
}

.cover-divide {
	margin-top: -115px;
	z-index: 100;
	position: relative;
	overflow:hidden;
	transform: rotate(180deg);
}
.cover-divide.before {
	margin-top: 0;
	margin-bottom: -115px;
	transform:rotate(0);
}
.cover-divide.before svg {
	transform: translateX(-30%);
	width: calc(270% + 1.3px);
}
.cover-divide svg {
	transform: translateX(-50%);
	left:50%;
	width: calc(270% + 1.3px);
	height: 115px;
	fill: #FFF;
	position: relative;
}


.cover-divide2 {
	margin-top:-75px;
	margin-bottom:-75px;
	z-index: 100;
	position: relative;
	overflow:hidden;
	/* opacity:0.4; */
}
.cover-divide2 svg {
	height:100px;
	left:50%;
	width: calc(270% + 1.3px);
	transform: translateX(-50%);
	fill: #FFF;
	position: relative;
}

.text-center,
.text-center p {
	text-align: center;
}

ul.wp-block-list.arrow-list {
	margin:20px 0;
	padding:0;
	list-style-type:none;
}
ul.wp-block-list.arrow-list li { 
	padding-bottom:10px;
	margin-bottom:10px;
	display:flex;
	align-items: center;
}
ul.wp-block-list.arrow-list li:before {
	content: url('data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMjAgMjAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDIwIDIwOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6IzAwRTZGRTt9Cjwvc3R5bGU+CjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xMCwwYzUuNSwwLDEwLDQuNSwxMCwxMHMtNC41LDEwLTEwLDEwUzAsMTUuNSwwLDEwUzQuNSwwLDEwLDB6IE0xNC42LDkuM0w5LjEsMy45Yy0wLjQtMC40LTEtMC40LTEuNCwwCglMNy4xLDQuNWMtMC40LDAuNC0wLjQsMSwwLDEuNGw0LjEsNC4xbC00LjEsNC4xYy0wLjQsMC40LTAuNCwxLDAsMS40bDAuNywwLjdjMC40LDAuNCwxLDAuNCwxLjQsMGw1LjUtNS41QzE1LDEwLjMsMTUsOS43LDE0LjYsOS4zCgl6Ii8+Cjwvc3ZnPg==');
	width:20px;
	height:20px;
	min-width:20px;
	display: block;
	margin-right:14px;
}

section.services .wp-block-group {
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}
section.services ul.wp-block-list {
	margin:20px 0;
	padding:0;
	list-style-type:none;
}
section.services ul.wp-block-list li { 
	border-bottom:dotted 1px #ddd;
	padding-bottom:10px;
	margin-bottom:10px;
	display:flex;
	align-items: center;
}
section.services figure.wp-block-image {
	margin-left:-35px!important;
	margin-right:-35px!important;
	overflow:visible;
}
section.services figure.wp-block-image img {
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}
section.services ul.wp-block-list li:before {
	content: url('data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgY2xhc3M9ImUtZm9udC1pY29uLXN2ZyBlLWZhcy1jaGVjayIgdmlld0JveD0iMCAwIDUxMiA1MTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0iIzAwRTZGRSIgZD0iTTE3My44OTggNDM5LjQwNGwtMTY2LjQtMTY2LjRjLTkuOTk3LTkuOTk3LTkuOTk3LTI2LjIwNiAwLTM2LjIwNGwzNi4yMDMtMzYuMjA0YzkuOTk3LTkuOTk4IDI2LjIwNy05Ljk5OCAzNi4yMDQgMEwxOTIgMzEyLjY5IDQzMi4wOTUgNzIuNTk2YzkuOTk3LTkuOTk3IDI2LjIwNy05Ljk5NyAzNi4yMDQgMGwzNi4yMDMgMzYuMjA0YzkuOTk3IDkuOTk3IDkuOTk3IDI2LjIwNiAwIDM2LjIwNGwtMjk0LjQgMjk0LjQwMWMtOS45OTggOS45OTctMjYuMjA3IDkuOTk3LTM2LjIwNC0uMDAxeiI+PC9wYXRoPjwvc3ZnPg==');
	width:20px;
	height:20px;
	min-width:20px;
	display: block;
	margin-right:14px;
}
section.services ul.wp-block-list li:last-child { 
	border-bottom:0;
}
section.services .tab_options {
	margin: 0!important;
	padding: 0!important;
	border: 0!important;
	width: 100%!important;
	display: flex!important;
	flex-basis: 100%!important;
}
section.services .tab_options li a {
	background:var(--wp--preset--color--primary) !important;
	color:var(--wp--preset--color--secondary)!important;
	border:0!important;
}
section.services .tab_options li a.active {
	color:#FFF!important;
}
.tabbedList { list-style-type:none; margin:0 0 12px; padding:0 0 12px; justify-content:center; margin:3rem 0 20px; padding-top:3rem; display:flex; flex-wrap:wrap; padding-left:0; list-style:none; border-top:1px solid #dee2e6; }
.tabbedList li { border-top:solid 1px #CCC; margin-top:12px; padding-top:12px; min-width:200px; margin:0 20px; border:0; }
.tabbedList li:first-child { border-top:0; }
.tabbedList li a { border-bottom:none; color:#212529; }
.tabbedList li a.active { color:var(--wp--preset--color--primary); font-weight:400; }
.tabbedList .tabbed_selector { display:block; text-align:center; margin:0 0 20px; padding:12px 20px; width:100%; -webkit-box-shadow:0px 2px 6px 0px rgb(0 0 0 / 20%); -moz-box-shadow:0px 2px 6px 0px rgba(0,0,0,0.2); box-shadow:0px 2px 6px 0px rgb(0 0 0 / 20%); text-decoration:none; border-radius:0.25rem; border:solid 1px #FFF; }
.tabbedList .tabbed_selector:hover, 
.tabbedList .tabbed_selector.active { color:#FFF; background:var(--wp--preset--color--primary); border:solid 1px var(--wp--preset--color--primary); }

.hover-zoom:hover {
	transform:scale(1.1);
}

.gap-0 {
	gap:0;
}

/* FORM */

.flex-row {
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
}

.flex-row .col-6,
.flex-row .col-12 {
	width: 50%;
	flex-basis: 50%;
	box-sizing: border-box;
	padding: 0 10px;
}

.flex-row .col-6 label,
.flex-row .col-12 label {
	color:#FFF;
}

.flex-row .col-12 {
	width: 100%;
	flex-basis: 100%;
}

.wpcf7-list-item,
.flex-row .col-12 .wpcf7-list-item {
	margin: 0;
}

.flex-row .col-6 p {
	margin: 10px 0 0;
}

.flex-row .col-12 p {
	margin: 10px 0 0;
	width: 100%;
}

.flex-row .col-12 .btn {
	border-radius: 10px;
	padding: 6px 20px;
	font-size: 1em;
}

.form-label {
	display: inline-block;
	margin-bottom: 10px;
	color:#FFF;
}

.form-control {
	font-family: 'Be Vietnam Pro', sans-serif;
	font-size: 20px;
	line-height: 20px;
	border:0;
	border-bottom: 1px solid #FFF;
	background:transparent;
	padding: 10px;
	box-sizing: border-box;
	width: 100%;
	color:#FFF;
}
textarea.form-control {
	height:120px;
}

.flex-row .wpcf7-spinner {
	display: block;
	margin: 0 auto;
}

.wpcf7-not-valid-tip {
	background-color: var(--wp--preset--color--primary);
	padding: 8px 20px;
	color: #FFF;
}

.wpcf7 form .wpcf7-response-output {
	margin: 0;
	padding: 20px;
	font-size: 1.3em;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: var(--wp--preset--color--primary);
	color: var(--wp--preset--color--primary);
}

.wp-block-lrgegg-count {
	font-family: "Poppins", sans-serif!important;
	font-weight:bold!important;
}

.wp-block-navigation .wp-block-navigation-item .wp-block-navigation-item__content {
	width:100%;
	text-align:center;
	transition: all .15s ease-in-out;
}
.wp-block-navigation .wp-block-navigation-item .wp-block-navigation-item__content:hover {
	transform:scale(1.2);
	text-decoration: none;	
}

@media screen and (max-width: 700px) {
	.tabbedList li { min-width:auto; }
	.tabbedList .tabbed_selector { padding:6px 20px; }
	.tabbedList { margin:0; }
}
@media screen and (max-width: 420px) {
	.tabbedList li { margin:0 10px; }
	.tabbedList .tabbed_selector { padding:6px 16px; }
}

@media (max-width: 781px) {
	.mobile-row {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
	}
	
	.mobile-row .wp-block-lrgegg-count {
		min-width:120px;
	}
	
	.mobile-row p {
		text-align: left;
	}
	
	footer.wp-block-template-part .wp-block-group,
	footer.wp-block-template-part .wp-block-group .wp-block-navigation__container,
	footer.wp-block-template-part .wp-block-navigation.items-justified-right {
		justify-content: center!important;
	}
	
	footer.wp-block-template-part .wp-block-group p {
		text-align: center;
	}
}

@media ( max-width:600px ) {
	.wp-block-navigation__responsive-container.is-menu-open { height:100%; }
	.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content { display:flex; height:90vh; align-items: center; justify-content: center; }
	.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container { 
		width:100%;
		display: flex;
    flex-direction: row;
	}
	header.header2025 .wp-block-navigation__responsive-container.is-menu-open svg {
		fill:#000;
	}
	.wp-block-navigation__container:only-child, .wp-block-page-list:only-child { flex-grow:0; }
	.wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content { color:#000; text-align:center; }
	header.wp-block-template-part .hover-link:after { background-image:none; content:"\2192"; padding-bottom:2px; height:auto; width:auto; }
	.dropdown_menu_item .wp-block-navigation .wp-block-navigation-item__label { font-size:1.1em; }
	.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item { display:flex; flex-direction:row; align-items:center; width:100%; text-align:center; }
	.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content { 
		font-size:2em; 
		font-weight:bold;
		width:100%; 
		text-align: center;
		padding:20px 0;
	}
	.has-global-padding { padding-left:0px; padding-right:0px; }

	header.wp-block-template-part .wp-block-navigation__responsive-container {
		padding:30px;
	}

	header.wp-block-template-part .wp-block-navigation__responsive-container ul.wp-block-navigation__container li.wp-block-navigation-item {
		width: 100%;
		text-align: center;	
	}

	header.wp-block-template-part .wp-block-navigation__responsive-container ul.wp-block-navigation__container,
	header.wp-block-template-part .wp-block-navigation__responsive-container ul.wp-block-navigation__container li.wp-block-navigation-item,
	header.wp-block-template-part .wp-block-navigation__responsive-container ul.wp-block-navigation__container li.wp-block-navigation-item a.wp-block-navigation-item__content {
		width:100%;
	}

	header.wp-block-template-part .wp-block-navigation__responsive-container ul.wp-block-navigation__container li.wp-block-navigation-item a.wp-block-navigation-item__content {
		color: #000;
		font-size: 2em;
		font-weight: 500;
		display:block;
		text-align: center;
	}

	header.wp-block-template-part .wp-block-navigation__responsive-container-close svg {
		fill:#000;
	}
}

/* header.wp-block-template-part .wp-block-navigation .wp-block-navigation-item .wp-block-navigation-item__content {
	padding-top:18px;
	padding-bottom:18px;
}
header.wp-block-template-part .wp-block-navigation .wp-block-navigation-submenu .wp-block-navigation-item .wp-block-navigation-item__content {
	padding-top:12px;
	padding-bottom:12px;
}
header.wp-block-template-part .wp-block-navigation .has-child .wp-block-navigation-submenu__toggle[aria-expanded=true] ~ .wp-block-navigation__submenu-container, 
header.wp-block-template-part .wp-block-navigation .has-child:not(.open-on-click):hover > .wp-block-navigation__submenu-container, 
header.wp-block-template-part .wp-block-navigation .has-child:not(.open-on-click):not(.open-on-hover-click):focus-within > .wp-block-navigation__submenu-container {
	min-width:220px;
} */