/*
Theme Name: CEGC 2025
Theme URI: https://www.lrgegg.com
Author: LrgEgg
Author URI: https://www.lrgegg.com
Template: twentytwentyfive
Description: CEGC 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;
	padding:0;
	font-family: "Poppins", sans-serif;
	font-size:1em;
}

: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;
}

h1, h2, h3, h4, h5 { 
	line-height: normal; 
	font-weight: 500;
	color:var(--wp--preset--color--primary);
}

h2 { 
	margin-top:0; 
	margin-bottom:10px;
}

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

[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="%23FFFFFF"><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="%23FFFFFF"><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;
}

.dark-halo {
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
	border-radius:10px;
}


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

.cover-divide {
	margin-top: -115px;
	z-index: 99999;
	position: relative;
	overflow:hidden;
	transform: rotate(180deg);
}
.cover-divide svg {
	transform: translateX(-50%);
	left:50%;
	width: calc(270% + 1.3px);
	height: 115px;
	fill: #FFF;
	position: relative;
}
.text-center,
.text-center p {
	text-align: center;
}

.home .header_intro_text {
	display:none;
}

.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:#4f738a; 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:#4f738a; border:solid 1px #4f738a; }

@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;
	}
}

@media ( max-width: 600px ) {
	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;
	}
}