/*
Theme Name: BlankSlate Child theme of blankslate
Theme URI: 
Description: Child theme of blankslate theme for the BlankSlate theme
Author: <a href="https://opencollective.com/blankslate#section-contributors">Bryan Hadaway</a>
Author URI: 
Template: blankslate
Version: 2024.2
*/

/* Generated by Orbisius Child Theme Creator (https://orbisius.com/products/wordpress-plugins/orbisius-child-theme-creator/) on Mon, 02 Dec 2024 20:45:12 +0000 */ 
/* The plugin now uses the recommended approach for loading the css files.*/

/* ---------------------------------- */
/* ------ Site Specific Styles ------ */
/* ---------------------------------- */

:root {
    --white: #FFF;
    --green: #68931D;
    --light-green: #e4ecc3;
    --light-gray: #A5A6A8;
    --dark-grey: #272727;
}

html {
    overflow: auto;
}

html * {
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
}

body {
    background: #eee;
}

main {
    background: white;
}

a,
a:hover,
a:visited,
a:active {
    color: inherit;
}

h3 {
    font-size: clamp(1.333rem, 5vw, 2rem);
    text-transform: uppercase;
    color: var(--green);
    font-weight: 700;
}

h4 {
    font-size: clamp(1rem, 5vw, 1.5rem);
    font-weight: 100;
}

p {
    line-height: 1.5;
}

/* Wrappers */

.site-wrapper {
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
}

.block-wrapper {
    padding: clamp(2rem, 5vw, 2.5rem) clamp(2rem, 5vw, 5rem) 0 clamp(2rem, 5vw, 5rem);
}

.block-wrapper--full {
    padding: clamp(2rem, 5vw, 3rem) clamp(2rem, 5vw, 5rem) clamp(2rem, 5vw, 3rem) clamp(2rem, 5vw, 5rem);
}

.block-wrapper--thin {
    padding: 1rem clamp(2rem, 5vw, 5rem) 1rem clamp(2rem, 5vw, 5rem);
}

.block-wrapper--horizontal {
    padding: 0 clamp(2rem, 5vw, 5rem) 0 clamp(2rem, 5vw, 5rem);
}

.block-wrapper--vertical {
    padding: clamp(2rem, 5vw, 2.5rem) 0 clamp(2rem, 5vw, 2.5rem) 0;
}

/* Max Width */

.max-1280 {
    display: block;
    margin: 0 auto;
    max-width: 1280px;
}

.max-1024 {
    display: block;
    margin: 0 auto;
    max-width: 1024px;
}

.max-768 {
    display: block;
    margin: 0 auto;
    max-width: 768px;
}

/* Stacks */

.stack-small>*+* {
    margin-block-start: 0.5rem;
}

.stack>*+* {
    margin-block-start: 1rem;
}

.stack-large>*+* {
    margin-block-start: 2.5rem;
}

.stack-xtra-large>*+* {
    margin-block-start: 4rem;
}

/* Utility Classes */

.bg-image {
    background-position: center;
    background-size: cover;
}

.block-anchor {
    display: block;
}

.bg-light-grey {
    background-color: var(--light-gray);
}

.bg-dark-grey {
    background-color: var(--dark-grey);
}

.text-center {
    display: block;
    text-align: center;
}

.center-self {
    margin: 0 auto;
}

/* Flex Classes */

.flex-wrapper {
    display: flex;
    flex-wrap: wrap;
    column-gap: 1rem;
    row-gap: 2rem;
}

.flex-item {
    flex: 1 0 320px;
    max-width: 100%;
}

/* Resets */

a,
a:hover,
a:visited,
a:active {
    color: inherit;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;    
}

header .contact-box {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    row-gap: 1rem;
    column-gap: 1rem;
    background-color: var(--green);
    padding-right: 2rem;
    height: 134px;
}

header .contact-box:before {
    content: '';
    position: absolute;
    left: -30px;
    top: 0;
    width: 60px;
    height: 100%;
    background-color: var(--green);
    transform: skewX(-20deg);
}

header .contact-box a {
    position: relative;
    display: block;
    text-decoration: none;
    font-size: 1.25rem;
    font-weight: 700;
    color: white;
}

@media (max-width: 768px) {
    header {
        display: block;
    }
    header .logo-wrapper {
        display: block;
        text-align: center;
    }
    header .contact-box {
        align-items: center;
        justify-content: center;
        width: 100%;
        padding: 2rem;
    }
    header .contact-box a {
        text-align: center;
    }
    header .contact-box:before {
        display: none;
    }
}

hero {
    display: block;
    width: 100%;
    aspect-ratio: 16/4;
    min-height: 200px;
    background-color: #555;
}

#our-services i,
#customer-care i,
#service-areas i {
    font-size: 3em;
    color: #888;
}

#our-services .flex-wrapper {
    column-gap: 3rem;
}

#our-services .flex-item {
    background-color: #eee;
    padding: clamp(1rem, 5vw, 2rem);
    border-radius: 4px;
}

#our-services p {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}

#customer-care {
    background-color: var(--light-green);
}

#customer-care .go-to-form.button {
    display: inline-block;
    background-color: white;
    color: #333;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 100px;
    font-weight: 700;
    padding: 1rem 1.25rem
}

#customer-care .flex-wrapper {
    column-gap: 1rem;
}

#service-areas {
    
}

#service-areas .flex-wrapper .flex-item {
    flex: 0 0 320px;
}

footer .flex-wrapper {
    column-gap: 10%;
    row-gap: 2rem;
}

footer .flex-wrapper .flex-item{
    flex: 0 0 320px;
}

footer p {
    color: white;
}