/*
Theme Name:   Twenty Twenty-Five Child
Template:     twentytwentyfive
Description:  Child theme for Twenty Twenty-Five
Version:      1.0.0
Author:       Your Name
*/


.wp-block-site-logo {
	background-color: rgba(51,51,51,.80);
	padding: 20px;
}
.menu-scroll .wp-block-site-logo {
	background-color: rgba(255,255,255,1.0);
}
.svg-logo a img {
	max-width: none !important;
	max-height: none !important;
	width: 160px !important;
	height: auto !important;
	object-fit: contain !important;
}

@media (max-width: 768px) {
	.is-position-sticky {
		padding-top: 10px !important;
		padding-bottom: 10px !important;
	}
	.svg-logo a img {
		width: 120px !important;
	}
}

html {
    /* Tell the browser to stop scrolling early */
    scroll-padding-top: 185px; 
    
    /* Adds a smooth gliding motion instead of an instant jump */
    scroll-behavior: smooth; 
}

body {
	font-family: proxima-nova, sans-serif; 
	font-weight: 300;
}


header {
	/* background-color: #2c2a2a; */
	position: fixed;
	top: 0;
	width: 100%;
	color: #fff;
	z-index: 30;
}

.wp-block-outermost-icon-block .icon-container {
	padding: 10px;
	border-radius: 50%;
}

.site-header {
	background-color: transparent;
}
.site-header.menu-scroll {
	background-color: #fff;
	border-bottom: 1px solid #d2d2d2;
	box-shadow: none;
}

.custom-logo.menu-scroll {
	max-height: 104px;
	max-width: 200px;
}

@media (max-width:600px) {
	.custom-logo.menu-scroll {
		max-height: 52px;
		max-width: 100px;
	}
}

nav {
	font-family: inherit;
	font-weight: 600;
	font-style: normal;
}

.wp-block-navigation__responsive-container-open.menu-scroll {
	background: #de642e;
	border-radius: 50%;
	padding: 5px;
}
.wp-block-navigation-item__label {
	letter-spacing: 2px;
	text-transform: uppercase;
}
.wp-block-navigation-item__label:hover, .wp-block-navigation-item__label:focus {
	color: #de642e;
}
.wp-block-navigation-item__label.menu-scroll {
	color: #2f2c2c;
}
.wp-block-navigation-item__label.menu-scroll:hover, .wp-block-navigation-item__label.menu-scroll:focus {
	color: #de642e;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 600;
}

h4 {
	font-family: inherit;
	font-style: normal;
}

em {
	font-family: inherit;
	font-weight: 400;
	font-style: italic;
}

strong {
	font-family: inherit;
	font-weight: 600;
	font-style: normal;
}



a {
	outline: none;
	text-decoration: none;
}



.cta .wp-element-button, .cta .wp-block-button__link {
	background-color: transparent !important;
	border: 2px solid #fff !important;
}


#waitlist-modal {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
}

#waitlist-modal-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    cursor: pointer;
}

#waitlist-modal-box {
    position: relative;
    background: #fff;
    padding: 2.5rem 2rem;
    max-width: 520px;
    width: 90%;
    z-index: 1;
    box-shadow: 0 8px 40px rgba(0,0,0,0.25);
}

#waitlist-modal-box h2 {
    margin-top: 0;
    margin-bottom: 1.25rem;
}
#waitlist-modal-title {
	margin-top: 50px;
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 2.4px;
}

#waitlist-modal-close {
    position: absolute;
    top: 0.75rem;
    right: 1rem;
    background: none;
    border: none;
    font-size: 1.75rem;
    line-height: 1;
    cursor: pointer;
    color: #555;
    padding: 0;
}

#waitlist-modal-close:hover {
    color: #000;
}

body.waitlist-modal-open {
    overflow: hidden;
}



/*  CF7 FORM ELEMENTS */
input[type="text"], input[type="email"], input[type="password"], textarea, select {
	-moz-box-sizing: border-box;
	background: rgba(255, 255, 255, 1.0);
	border: 1px solid #bbb;
	border-radius: 0px;
	color: #111;
	display: block;
	font-family: inherit;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	min-height: 14px;
	padding: 10px;
	width: 100%;
	transition: all 0.2s ease-in-out;
}
input[type="text"]:focus, input[type="email"]:focus, textarea:focus, select:focus {
	border: 1px solid #bbb;
}
option {
padding-left: 0;
padding-bottom: 10px;
}




html input[type="button"], input[type="reset"], input[type="submit"] {
	background-color: var(--wp--preset--color--contrast);
	border-width: 0;
	color: var(--wp--preset--color--base);
	font-family: inherit;
	font-size: var(--wp--preset--font-size--medium);
	font-style: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	line-height: inherit;
	padding-top: 1rem;
	padding-right: 2.25rem;
	padding-bottom: 1rem;
	padding-left: 2.25rem;
	text-decoration: none;
	text-transform: inherit;
}
/* html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
	background: repeat scroll 0 0 #CD531D;
	border: none;
	transition: all 0.2s ease 0s;
}
html input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, html input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active {
	background: repeat scroll 0 0 #CD531D;
	border: none;
} */
div.wpcf7-response-output {
	background: #f6f6f6 !important;
    border: 1px solid #bbb !important;
    margin: 2em 0 1em !important;
    padding: 13px 17px !important;
}

div.wpcf7-mail-sent-ok {
    border: medium none !important;
}
div.wpcf7 .ajax-loader {
	width: 1px;
}
/* align the checkboxes along the left margin */
span.wpcf7-list-item {margin: 0 1em 0 0 !important;}


/* END CF7 FORM ELEMENTS*/

/* https://wpengine.com/builders/designing-with-column-blocks/ */
@media only screen and (max-width: 840px) {
    .mobile-reverse-column-direction {
        flex-direction: column-reverse;
    }
}