/*
 Theme Name: Twenty Twenty-Five Child
 Template: twentytwentyfive
*/

@import url('https://fonts.googleapis.com/css?family=Righteous:100,100italic,200,200italic,300,300italic,400,400italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic&display=swap');

body {
	--e-global-color-secondary: #FF3294;
	--e-global-color-text: #080D3B;
	--wp--preset--spacing--60: 30px;
	--wp--preset--spacing--70: 30px;
	/* --wp--style--global--content-size: 1140px; */
	font-family: "Inter", sans-serif;
	font-size: 16px;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
}

a:focus:not(:focus-visible) {
	outline: none;
}

.header,
.footer {
	background-color: var( --e-global-color-text );
	padding: 20px;
	color: #fff;
}

.wp-block-group .alignwide,
.container {
	max-width: 1140px;
	margin: 0 auto;
}

.footer-bottom {
	max-width: 1000px;
	text-align: center;
	font-size: 16px;
}

.footer-bottom p {
	margin-top: 0;
}

.footer-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	border-bottom: 1px solid #FFFFFF1F;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.footer-social ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	gap: 12px;
}

.footer-social a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: var(--e-global-color-secondary);
	transition: all .3s;
}

.footer-social a:hover {
	opacity: 0.9;
}

.footer-social a path {
	fill: currentColor;
}

.footer-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    font-size: 18px;
}

.footer-links a {
    text-decoration: none;
    white-space: nowrap;
	transition: all .3s;
}

.footer-links a:hover {
    text-decoration: underline;
}

.footer-links__separator {
    color: var(--e-global-color-secondary);
    font-size: 20px;
    line-height: 1;
    user-select: none;
}

.wp-block-post-template .wp-block-post .wp-block-group {
	border-bottom: 1px solid var( --e-global-color-text );
}

.wp-block-post-template .wp-block-post:last-child .wp-block-group {
	border-bottom: 0;
}

h1, h2, h3, h4, h5, h6 {
	color: var(--e-global-color-text);
	font-family: "Righteous", Sans-serif;
	font-weight: 500;
	line-height: 1;
}

h2.wp-block-post-title {
	font-size: 2.5em !important;
}

.autoseo .table-of-contents,
.autoseo .key-takeaways {
	max-width: var(--wp--style--global--content-size);
    margin-left: auto !important;
    margin-right: auto !important;
}

.autoseo .table-of-contents h2 {
	margin-top: 0;
	margin-bottom: 1.2rem;
}

.wp-element-button {
	background-color: var(--e-global-color-secondary);
}

@media (max-width: 1199px) {
    .footer-links {
        gap: 24px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .footer-links {
        gap: 14px;
        font-size: 14px;
    }
}

@media (max-width: 1024px) {
	.site-logo {
		width: 120px;
	}

	h2.wp-block-post-title {
		font-size: 2em !important;
	}
}

@media (max-width: 767px) {
	.header .site-logo {
		width: 100px;
	}

	.footer-bottom {
		padding-top: 20px;
		margin-top: 20px;
	}

    .footer-links {
        flex-direction: column;
        align-items: center;
        gap: 10px;
        width: 100%;
		order: 2;
    }

    .footer-links__separator {
        display: none;
    }

	.has-global-padding {
		--wp--style--root--padding-right: 20px;
    	--wp--style--root--padding-left: 20px;
	}
}
