/*
Theme Name: Bluehost Blueprint
Theme URI: https://github.com/newfold-labs/wp-theme-bluehost-blueprint/
Author: Bluehost
Author URI: https://bluehost.com
Description: Bluehost Blueprint is a block-based, multi-purpose, WordPress theme. Compose your pages to fit any design you like with the power of Full Site Editing (FSE) and the included wide range of Block Patterns. The pre-built pages will help you populate and transform your website into a wonderful website. Customize colors and font pairings to create your own unique look and feel.
Version: 1.0.2
Requires at least: 6.6
Tested up to: 6.9
Requires PHP: 7.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bluehost-blueprint
Tags: blog, e-commerce, portfolio, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, block-patterns, wide-blocks, full-site-editing, template-editing
 */


:root {
	--wp--preset--font-size--huge: clamp(6rem, 10vw, 10rem);
}

h1, h2, h3, h4, h5, h6, blockquote, caption, figcaption, p {
	text-wrap: pretty;
}

select {
	min-height: 2.25em;
}

textarea, select, input[type=color], input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=month], input[type=number], input[type=password], input[type=reset], input[type=search], input[type=submit], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], .select2-container .select2-selection--single {
	border-radius: 2px;
	border: 1px solid;
	border-color: rgba(0,0,0,0.2);
	line-height: 1.7;
	padding: 0.3rem 1rem;
	display: block;
}

input[type="submit"] {
	background-color: var(--wp--preset--color--accent-1);
	border-width: 0;
	border-radius: 2px;
	color: var(--wp--preset--color--base);
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	padding: calc(0.667em + 2px) calc(1.333em + 2px);
	text-decoration: none;
	cursor: pointer;
}

[class*="is-style-block-overlap"] + *:not([style*="margin-top"]) {
	margin-top: 0;
}

[class*="is-style-text-wrap-balance"],
[class*="is-style-text-wrap-balance"] p {
	text-wrap-style: balance;
}

div[class*="wp-block-"] figcaption {
	color: var(--wp--preset--color--contrast-midtone);
	font-size: var(--wp--preset--font-size--small);
	margin-bottom: 0;
	margin-top: 8px;
	text-align: center;
}

div[class*="wp-block-"] .wp-block-image figcaption a {
	width: auto;
}

.woocommerce-account .wp-block-post-title, .woocommerce-account main .woocommerce, .woocommerce-cart .wp-block-post-title, .woocommerce-cart main .woocommerce, .woocommerce-checkout .wp-block-post-title, .woocommerce-checkout main .woocommerce {
	max-width: var(--wp--style--global--content-size);
}

/* Sticky Footer */
.wp-site-blocks {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

body.admin-bar .wp-site-blocks {
    min-height: calc(100dvh - var(--wp-admin--admin-bar--height, 32px));
}

.wp-site-blocks > main,
.wp-site-blocks > .entry-content {
    flex: 1;
}

/* Featured image: keep natural width (do not stretch to full content width). */
.wp-block-post-featured-image.bp-post-featured-image--intrinsic {
	width: fit-content;
	max-width: 100%;
}

.wp-block-post-featured-image.bp-post-featured-image--intrinsic img {
	width: auto !important;
	max-width: 100%;
	height: auto;
}



/*	Custom Styles  */

/*
.vpa-page-content .nav {
	display: none !important;
}
*/

.nav-links a {
    color: #ffffff !important;
}

.nav-in {
    padding: 10px 15px;
    height: unset !important;
    gap: 30px;
}

.brand-name a {
    font-family: 'Roboto Flex' !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #FFFFFF !important;
    white-space: nowrap !important;
    text-transform: uppercase !important;
    transition: all 0.3s ease !important;
}

.brand-name a:hover {
	text-decoration: none !important;
    color: #e8a020 !important;
}



.brand-details {
    display: flex;
    align-items: center;
    gap: 12px;
}

.nav-links,
body.vpa-page .nav-links {
    flex-direction: column !important;
    gap: 20px !important;
}

.nav-links-1 {
    width: 100%;
    display: flex;
    gap: 20px;
    justify-content: flex-end;
}

.nav-links-2 {
    width: 100%;
    display: flex;
    gap: 20px;
    justify-content: flex-end;
}

.nav-dd,
body.vpa-page .nav-dd {
    height: unset !important;
}


.h1-heading {
	font-size: 44px !important;
}

.h2-heading {
	font-size: 36px !important;
}

.h3-heading {
	font-size: 18px !important;
}

.p-text {
	font-size: 16px !important;
}

.button-text,
.a-text {
	font-size: 15px !important;
}

.coming-soon-button-text {
    font-size: 13.5px !important;
}

.person-name {
	font-size: 15.5px !important;
}

.person-role {
	font-size: 12.5px !important;
}

.dot {
    	margin-top: 8px !important;
}

.contact-info-title {
	font-size: 11px !important;
}

.contact-info-email-1 {
	font-size: 18px !important;
}

.contact-info-email-2 {
	font-size: 16.5px !important;
}

.contact-info-details {
	font-size: 16px !important;
}

.foundation-box-title {
	font-size: 13px !important;
}

.foundation-box-year {
	font-size: 33.5px !important;
}

.foundation-box-place {
	font-size: 16px !important;
}

.foundation-box-desc {
	font-size: 16px !important;
}




/* Homepage */

.stat-s {
    font-size: 12px !important;
}

.slabel {
    font-size: 12px !important;
}

.pillar-t {
    font-size: 16px !important;
}

.pillar-d {
    font-size: 16px !important;
}

.conv-label {
    font-size: 16px !important;
}

.conv-val {
    font-size: 16px !important;
}

.ch-link {
    font-size: 14px !important;
}


/* About Page */

.quote-attr {
    font-size: 12px !important;
}

.info-l {
    font-size: 16px !important;
}

.info-v {
    font-size: 16px !important;
}

.bene-t {
    font-size: 16px !important;
}


/* History & Heritage Page */

.hx-date {
    font-size: 13.5px !important;
}

.hx-title {
    font-size: 16.5px !important;
}

.hx-body {
    font-size: 16px !important;
}


/* Office Bearers Bots Page */

.off-name {
    font-size: 16px !important;
}

.off-role {
    font-size: 12px !important;
}


/* Past Office Bearers Bots Page */

.term-tag {
    font-size: 12px !important;
}

.rost-sub {
    font-size: 12px !important;
}

.rost-role {
    font-size: 12px !important;
}

.rost-name {
    font-size: 16px !important;
}

.rost-state {
    font-size: 14px !important;
}

.real-table th {
    font-size: 14px !important;
}

.real-table {
    font-size: 16px !important;
}


/* President's Message Page */

.main-person-name {
    font-size: 20px !important;
}

.main-person-role {
    font-size: 13.5px !important;
}

.main-person-heading {
    font-size: 18px !important;
}

.person-signature {
    font-size: 38px !important;
}

.counter-box-number {
    font-size: 27px !important;
}

.counter-box-details {
    font-size: 11px !important;
}


/* Founders and Past Presidents Page */

.off-meta {
    font-size: 14px !important;
}


/* Chapters Page */

.rgn-ct {
    font-size: 14px !important;
}

.rgn-states-t {
    font-size: 13px !important;
}

.rgn-desc {
    font-size: 16px !important;
}

.rgn-states {
    font-size: 16px !important;
}


/* VPA East */

.ch-coast {
    font-size: 12.5px !important;
}

.ev-title {
    font-size: 18px !important;
}

.ev-desc {
    font-size: 16px !important;
}

.ev-badge {
    font-size: 10.5px !important;
}

.ev-tags {
    font-size: 13px !important;
}

.state-it {
    font-size: 16px !important;
}

.realbox-t {
    font-size: 16.5px !important;
}

.realbox-l {
    font-size: 15px !important;
}

chaps-contact-title {
    font-size: 16.5px !important;
}


/* Events Page */

.evx-place {
    font-size: 13.5px !important;
}

.evx-desc {
    font-size: 16px !important;
}

.evx-mail, .evx-link {
    font-size: 15px !important;
}

.vcal-chip {
    font-size: 12px !important;
}

.evx-archive-link {
    font-size: 15px !important;
}

.vcal {
    max-width: 100% !important;
}


/* Special Events Page */

.events-label {
    font-size: 14px !important;
}

.p-subtext {
    font-size: 14px !important;
}


/* VPA Conventions Page */

.prog-tile {
    font-size: 16px !important;
}


/* 19th National Convention Page */

/*
.btn-join {
    font-size: 13.5px !important;
}
*/

/* Membership Page */

.tier-name {
    font-size: 15.5px !important;
}

.tier-desc {
    font-size: 13px !important;
}

.btn-apply {
    font-size: 15px !important;
}

.step-title {
    font-size: 16.5px !important;
}

.step-desc {
    font-size: 16px !important;
}

.info-box-title {
    font-size: 16px !important;
}


/* Community Impact & Service Page */

.imp-card-desc {
    font-size: 16px !important;
}

.imp-card-link {
    font-size: 15px !important;
}


/* Admin Page */

.adm-lock-help {
    font-size: 14px !important;
}

.adm-note {
    font-size: 13.5px !important;
}


/* History Page */

.hn-arts {
    max-width: unset !important;
}

.slabel-title {
    font-size: 14px !important;
}

.hn-art-tag {
    font-size: 12.5px !important;
}

.hn-art-ttl {
    font-size: 16.5px !important;
}

.hn-body p {
    font-size: 16px !important;
}

.hn-body .hn-by {
    font-size: 15px !important;
}


/* Past Office Bearers Page */

.past-name {
    font-size: 16.5px !important;
}

.past-term {
    font-size: 12px !important;
}

.past-title {
    font-size: 16px !important;
}


/* VPA Constitution Page */

.cn-toc,
 .cn-arts,
 .cn-preamble {
    max-width: unset !important;
}

.cn-toc-tag {
    font-size: 13px !important;
}

.cn-toc-ttl {
    font-size: 16px !important;
}

.cn-art-tag {
    font-size: 12.5px !important;
}

.cn-art-ttl {
    font-size: 16.5px !important;
}

.cn-body p {
    font-size: 16px !important;
}

.cn-list li {
    font-size: 16px !important;
}

.cn-body .cn-sec strong {
    font-size: unset !important;
}

.cn-body .cn-by {
    font-size: 15px !important;
}


/* VPA East Photos & Videos Page */

.gal-cap-t {
    font-size: 16px !important;
}

.gal-cap-s {
    font-size: 13px !important;
}


.rgn-states span {
	display: inline-block !important;
}


/* Sponsors & Partners Page */

.sponsors-label {
    font-size: 12.5px !important;
}

.note-text {
    font-size: 14px !important;
}


/* Volunteer Hours Tracking Page */

.hours-box-number {
    font-size: 33.5px !important;
}


/* Youth Programs Page */

.youth-hours-title {
    font-size: 16px !important;
}

.youth-hours-text {
    font-size: 16px !important;
}

.youth-stitle {
    font-size: 12px !important;
}

.youth-numbers-box-title {
    font-size: 16.5px !important;
}

.youth-numbers-box-text {
    font-size: 16px !important;
}

.youth-table-title {
    font-size: 14px !important;
}


/* Membership Application Page */

.membership-application-js-notice {
	max-width: 600px;
}


@media (min-width: 1025px) {


    .logo {
        width: 80px;
        height: 80px;
    }


}



@media (max-width: 600px) {

    body.vpa-page .brand-name-tag-box {
        display: none !important;
    }
    
    .rgn-grid {
        grid-template-columns: unset !important;
    }
    
    .membership-application-js-notice {
		max-width: 80%;
	}
    
}



@media (max-width: 480px) {

	.logo {
        max-width: unset !important;
    }

    .stats .stat:nth-child(4), .stats .stat:nth-child(5) {
        display: block !important;
    }

    .foot-col:nth-child(3), .foot-col:nth-child(4) {
        display: block !important;
    }

}