/*
Theme Name: Frost Child
theme: frost
Theme URI: https://frostwp.com/
Author: WP Engine
Author URI: https://wpengine.com/
Description: With its clean, minimal design and powerful feature set, Frost enables agencies to build stylish and sophisticated WordPress websites. Frost is a masterpiece of design and functionality. It features a range of valuable patterns, including hero and portfolio sections, prominent call-to-action buttons, and customer testimonials. Whether you’re building a website for your business, personal brand, or creative project, Frost is perfect for anyone looking to launch quickly and efficiently.
Tags: block-patterns, block-styles, custom-colors, custom-logo, custom-menu, editor-style, full-site-editing, one-column, template-editing, threaded-comments, translation-ready, wide-blocks
Requires at least: 6.7
Tested up to: 6.7
Requires PHP: 7.2
Version: 1.0.10
License: GNU General Public License v3
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: frost
*/
@import url('https://fonts.googleapis.com/css2?family=Grandstander:ital@0;1&display=swap');

.grandstander-400 {
  font-family: "Grandstander", cursive;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

header.site-header {
    max-width: 100%;
    position: sticky;
    top: 0;
    background-color: #FFFFFF;
    z-index: 1000;
}


.wpcf7-form {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1rem;

    .checkbox-control-group,
    input[type="text"],
    input[type="email"],
    textarea {
        width: 100%;
        padding: 1rem;
        border: 1px solid #ccc;
        border-radius: 4px;
        font-size: 1.4rem;
     box-sizing: border-box;
     -webkit-box-sizing:border-box;
     -moz-box-sizing: border-box;
    }
    textarea {
        font-size: 1.2rem;
        font-family: inherit;
    }
    .checkbox-control-group:has(.wpcf7-not-valid-tip),
    input:invalid {
        border-color: red;
    }
    .wpcf7-not-valid-tip {    
        border: 0;
        width: auto;
        float: right;
        margin-top: -2.5rem;
        margin-right: 0;
        background: transparent;
        font-size: .8rem;
    }
    .checkbox-control-group .wpcf7-not-valid-tip {
        margin-top: -1.4rem;
        margin-right: 1rem;
    }

    .checkbox-control-group p {
        color: #666;
    }

    p {
        margin: 0;
        width: 100%;

        .wpcf7-form-control-wrap,
        .wpcf7-form-control,
        .wpcf7-checkbox {
            width: 100%;
            display: block;
        }
        span.wpcf7-list-item {
            display: flex;
            align-items: center;
            gap: 0.5rem;
            color: #000;

            input[type="checkbox"] {
                width: auto;
            }
        }
    }

    .form-submit-group {
        width: 100%;
        display: flex;
        align-items: flex-start;
        flex-direction: row-reverse;
        vertical-align: top;
        gap: 1rem;
    }
    .form-submit-group p {
        max-width: max-content;
    }
    .form-submit-group > :first-child {
        margin-left: auto;
    }
    input[type="submit"] {
        width: auto;
        padding: 1rem 2rem;
        background-color: #0073aa;
        color: #fff;
        border: none;
        border-radius: 4px;
        font-size: 1.4rem;
        cursor: pointer;
        

        &:hover {
            background-color: #005177;
        }
    }
    .wpcf7-spinner {
        display: none;
    }
}





/* Media Queries
---------------------------------------- */

@media only screen and (max-width: 600px) {
    header h1 {
        font-size: 1.8rem;
    }

    .checkbox-control-group,
    input[type="text"],
    input[type="email"],
    textarea {
        font-size: 1rem !important;
    }
	/* -- Utility -- */
    .form-submit-group {
        flex-direction: column !important;
        align-items: right !important;

        .cf-turnstile
        {
            margin: 2rem auto 0 !important;
        }
    }

	.is-style-hidden-mobile {
		display: none !important;
	}


}

@media only screen and (max-width: 782px) {

	/* -- Columns -- */

	.is-style-columns-reverse {
		flex-direction: column-reverse;
	}

}


/* MRBoskits header block styles */
#mrboskits-header-block {
    background: url("./assets/images/logo-silhouette-100H.png") no-repeat top left;
    padding-left: 75px;

    * {
        margin: 0;
        padding: 0;
        font-family: "Grandstander", sans-serif;
    }

    a {
        text-decoration: none;
    }

    h1 {
        font-optical-sizing: auto;
        font-weight: 600;
        font-style: normal;
        font-size: 4.5rem;
        padding-top: .2rem  ;
    }

    .mrboskits-site-title-extra {
        margin-top: -1rem;
        padding-right: .7rem;
        font-size: 1.2rem;
        text-align: right;
        letter-spacing: .1rem;
        font-style: italic;
    }
}

#mrboskits-header-block .mrboskits-header-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 600px) {

    #mrboskits-header-block {
        background-size: 75px 75px;
        padding-left: 50px !important;
        min-height: 75px !important;

        h1 {
            font-size: 3rem;
            margin-top: -.5rem;
        }

        .mrboskits-site-title-extra {
            margin-top: -.6rem;
            padding-right: .4rem;
            font-size: .7rem;
            text-align: right;
            /* letter-spacing: .2rem; */
            font-style: italic;
        }
    }
    #mrboskits-header-block { font-size: 13px; padding: 10px; }
    #mrboskits-header-block .mrboskits-header-inner { flex-direction: column; align-items: flex-start; }
}
