@charset "utf-8";
/*
    -------------------------------------------------------------------
        Theme Name: GCS Calla Lily 
        Theme URI: https://yourgardencenter.com
        Author: GCSolutions
        Author URI: https://gardencentersolutions.com
        Description: Calla Lily Theme for GCS
        Tags: custom
        Version: 1.0
        Requires at least: 6.0
        Tested up to: 6.4
        Requires PHP: 7.4+
    -------------------------------------------------------------------
*/

/* General Imports
-------------------------------------------------------------------*/
@import url('css/bootstrap.css');
@import url('fonts/stylesheet.css');
@import url('wp-paginate.css');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,700;1,400;1,700&display=swap');


/* Root
-------------------------------------------------------------------*/
:root {
    --white: #FFF;
    --black: #222;
    --light-grey: #e9eae5;
    --deep-green: #303a2c;
    --dark-green: #556a4e;
    --light-green: #7e9277;
    --cream: #d1cba7;
    --ff-accent: 'Palatino Linotype', serif;
    --ff-default: 'Roboto', sans-serif;
}

/* HTML
-------------------------------------------------------------------*/
html {
    font-size: 62.5%;
}

/* Body
-------------------------------------------------------------------*/
body {
    background-color: var(--deep-green);
    background-image: url("images/bg-body.jpg");
    background-position: top left;
    background-attachment: fixed;
    color: var(--black);
    font-family: var(--ff-default);
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 1.5;
}

    @media screen and (max-width: 991px) {
        body {
            padding-top: 91px;
        }
    }

.container {
    width: 100%;
    max-width: 1100px;
}

/* Formatting
-------------------------------------------------------------------*/
h1, h2, h3 {
    font-family: var(--ff-accent);
}

h2 {
    font-size: 3rem;
    font-weight: 700;
}

    @media screen and (max-width: 1199px) {
        h2 {
            font-size: 2.8rem;
        }
    }

    @media screen and (max-width: 991px) {
        h2 {
            font-size: 2.6rem;
        }
    }

.form-control {
    border: 1px solid var(--dark-green);
    font-weight: 300;
    background-color: var(--white);
    color: var(--black);
    font-size: 1.8rem;
    border-radius: 0;
}

.btn-custom, a.btn-custom:link, a.btn-custom:focus, a.btn-custom:active, a.btn-custom:visited {
    background: var(--light-green);
    border-color: var(--light-green);
    color: var(--black);
    font-size: 1.8rem;
    padding: .5em 1em;
    border-radius: 0;
}

.btn-custom:hover, a.btn-custom:hover {
    color: var(--white);
    background: var(--dark-green);
    border-color: var(--dark-green);
}

a:link, a:visited, a:active, a:hover {
    color: var(--cream);
    text-decoration: none;
}

.grecaptcha-badge {
    display: none !important;
}

.accent, .text-accent {
    color: var(--green-alt);
}

strong, b, .bold, .strong {
    font-weight: 700;
}

.text-sm {
    font-size: 1.2rem;
    overflow-wrap: break-word;
}

.text-black {
    color: var(--black);
}

.intro-copy p {
    font-size: 2.8rem;
    line-height: 1.5;
    font-family: var(--ff-accent) !important;
    font-weight: 400;
    font-style: italic;
}

    @media screen and (max-width: 1199px) {
        .intro-copy p {
            font-size: 2.6rem;
        }
    }

    @media screen and (max-width: 991px) {
        .intro-copy p {
            font-size: 2.4rem;
        }
    }

hr.reduced {
    width: 100%;
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
}

/* Images
-------------------------------------------------------------------*/
img.alignright {
    float: right;
    margin-left: 1em;
    margin-bottom: 1em;
}

img.alignleft {
    float: left;
    margin-right: 1em;
    margin-bottom: 1em;
}

/* Backgrounds
-------------------------------------------------------------------*/
.bg-white {background: var(--white);}
.bg-dark, .bg-black {background-color: var(--black);}
.bg-dark-green, .bg-green {background-color: var(--dark-green);}
.bg-light-green {background-color: var(--light-green);}
.bg-lightgrey {background-color: var(--light-grey);}
.bg-cream {background-color: var(--cream);}
.bg-green-gradient {
    background: rgb(85, 106, 78);
    background: linear-gradient(180deg, rgba(85, 106, 78, 1) 0%, rgba(126, 146, 119, 1) 100%);
}

/* Main Header
-------------------------------------------------------------------*/
.socials {
    margin: .25em 0 0 0 ;
}

.socials a {
    color: var(--white);
    text-decoration: none;
}

    @media screen and (max-width: 991px) {
        .socials-mobile {
            text-align: center;
            font-size: 2rem;
        }
        .socials-mobile a {
            color: var(--white);
            text-decoration: none;
        }
    }

.main-logo img {
    width: auto;
    max-width: 100%;
    height: 100%;
    max-height: 120px;
}

/* Navigation
-------------------------------------------------------------------*/
.head-block {
    width: 100%;
    max-width: 60%;
    text-align: center;
    margin: 0 auto;
}

.navbar {
    font-size: 1.8rem;
    line-height: 1;
    font-weight: 400;
    text-transform: uppercase;
    padding: 1em 0;
}

.navbar .nav-item a.nav-link,
.navbar .nav-item.current-menu-item.menu-item-home a.nav-link {
    color: var(--white);
}

.navbar .nav-item.current-menu-item a.nav-link {
    color: var(--cream);
}

.navbar .nav-item a.nav-link:hover {
    color: var(--cream);
}

@media screen and (max-width: 991px) {
    .navbar-brand img {
        height: 100%;
        max-height: 92px;
    }

    .navbar-nav {
        padding: 1em 0;
    }

    .navbar .nav-item a.nav-link,
    .navbar .nav-item.current-menu-item.menu-item-home a.nav-link {
        padding-left: 0;
        padding-right: 0;
    }
}

@media only screen and (min-width: 992px) {
    .navbar .navbar-nav .nav-item .nav-link {
        padding: 0 1em;
    }

    .navbar .navbar-nav .nav-item:not(:last-child) .nav-link {
        border-right: 1px solid var(--white);
    }
}

/* Intro
-------------------------------------------------------------------*/
#intro h2 {
    font-size: 5rem;
    font-style: italic;
    text-align: center;
}

    @media screen and (max-width: 991px) {
        #intro h2 {
            font-size: 3.8rem;
        }
    }

/* Home Links
-------------------------------------------------------------------*/
.hem-box {
    text-align: center;
    font-size: 2.2rem;
    line-height: 1;
    text-transform: uppercase;
    text-decoration: none;
    color: var(--black);
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center center;
    transition: background .5s, margin-top .3s;
    transition-timing-function: ease-in-out;
    width: 100%;
    height: 150px;
    position: relative;
}

a.hem-box, a.hem-box:hover, a.hem-box:visited, a.hem-box:active {
    color: var(--black);
}

.hem-box:hover {
    margin-top: -15px;
    padding-bottom: 25px;
    transition: background .5s, margin-top .3s;
    transition-timing-function: ease-in-out;
    color: var(--black);
}

.hem-box span.the-link {
    position: absolute;
    width: 100%;
    display: block;
    bottom: 0;
    top: auto;
}

.hem-box.barn {background-image: url('images/icon-house-main.png');}
        .hem-box.barn:hover {background-image: url('images/icon-house-over.png');}

.hem-box.leaf {background-image: url('images/icon-leaf-main.png');}
        .hem-box.leaf:hover {background-image: url('images/icon-leaf-over.png');}

.hem-box.kettle {background-image: url('images/icon-teacup-main.png');}
        .hem-box.kettle:hover {background-image: url('images/icon-teacup-over.png');}


/* Default Pages
-------------------------------------------------------------------*/
.bg-page-banner {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    padding: 2em 0;
    z-index: 1;
}

.bg-page-banner .container {
    z-index: 15 !important;
}

.bg-page-banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    opacity: .5;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.bg-page-banner h1 {
    z-index: 10;
    color: #FFF;
    font-size: 5.5rem;
    text-align: center;
}

.bg-page-no-banner h1 {
    z-index: 10;
    color: #000;
    font-size: 5.5rem;
    text-align: center;
}

.map-embed p {
    padding: 0;
    margin: 0;
}
.map-embed iframe {
    width: 100%;
    height: 350px;
    margin: 0;
    padding: 0;
}

/* Articles
-------------------------------------------------------------------*/
.bg-article {
    background: var(--light-grey);
}

.blog-thumbnail {
    width: 100%;
    height: 100%;
    max-height: 300px;
    object-fit: cover;
}

a.btn-category,
a.btn-category:hover,
a.btn-category:active,
a.btn-category:focus {
    font-size: 1rem;
    font-weight: 500;
    text-transform: uppercase;
    border-color: var(--dark-green);
    background-color: var(--dark-green);
    color: var(--white);
    border-radius: 5px;
    padding: 3px 5px 2px 5px;
}



.article-meta {
    font-size: 1.3rem;
    text-transform: uppercase;
}

.article-title h3 {
    font-size: 2.8rem;
    text-decoration: none;
}

.article-title a {
    color: var(--black);
    text-decoration: none;
}

.article-continue .read-more {
    display: inline-block;
    background: var(--dark-green);
    color: var(--white);
    padding: .5em 1em;
    margin: 0 0 0 auto;
    text-decoration: none;
    font-size: 1.5rem;
    border-radius: 5px;
}

.bg-blog-no-banner h1 {
    z-index: 10;
    color: #000;
    font-size: 5rem;
    text-align: center;
}

.sub_content {
    float: left;
    width: 70%;
}

.img_content {
    float: right;
    width: 25%;
}

.img_content img {
    width: 100%;
    height: 100%;
    max-height: 300px;
    object-fit: cover;
    background-color: #EEE;
}

    @media screen and (max-width: 991px) {
        .sub_content, .img_content {
            float: none;
            width: 100%;
        }

        .img_content img {
            float: left;
            width: 32%;
            height: 100%;
            max-height: 200px;
            margin-right: 1%;
        }
    }

/* Footer
-------------------------------------------------------------------*/
footer {
    color: var(--white);
    font-family: var(--ff-accent);
    font-size: 2rem;
}

.footer p {
    padding: 0;
    margin: 0;
}

footer .company-info h3 {
    font-size: 2.5rem;
}

footer a, footer a:link, footer a:active, footer a:visited {
    color: var(--white);
    text-decoration: none;
}

footer .copyright {
    font-size: 1.3rem;
    line-height: 1;
    font-family: var(--ff-default);
    border-top: 1px solid var(--dark-green);
}


/* Back to Top
-------------------------------------------------------------------*/
.scrolltop {
    display: none;
    width: 100%;
    margin: 0 auto;
    position: fixed;
    right: 1%;
    bottom: 0%;
    z-index: 1070;
}

@media screen and (max-width: 768px) {
    .scrolltop {
        right: 3%;
    }
}

@media screen and (max-width: 575px) {
    .scrolltop {
        display: none !important;
    }
}

.scroll {
    position: absolute;
    right: 1px;
    bottom: 0px;
    background: var(--dark-blue);
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    text-align: center;
    margin: 0 0 0 0;
    cursor: pointer;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    width: 60px;
    height: 40px;
    color: #FFF;
}

.scroll:hover {
    background: var(--dark-green);
}

.scroll .fas {
    font-size: 20px;
    margin-top: 10px;
    margin-left: 1px;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
}