@charset "utf-8";
/*
    -------------------------------------------------------------------
        Theme Name: GCS Coneflower 
        Theme URI: https://yourgardencenter.com
        Author: GCSolutions
        Author URI: https://gardencentersolutions.com
        Description: Coneflower Theme for GCS
        Tags: custom
        Version: 1.0
        Requires at least: 5.0
        Tested up to: 6.2
        Requires PHP: 7.3
    -------------------------------------------------------------------
*/

/* General Imports
-------------------------------------------------------------------*/
@import url('css/bootstrap.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=Poppins:wght@300;400;600;700&display=swap');


/* Custom Utility Classes */
:root {
    --white: #FFF;
    --black: #000;
    --brand-primary: #858B75;
    --brand-secondary: #718838;
    --accent: #b9bfaa;
    --brown: #704e26;
    --grey-light: #f6f6f6;
    --grey-med: #666666;
    --grey-dark: #777;
    --ff-default: "Poppins", sans-serif;
    --ff-bold: "Poppins", sans-serif;
    --ff-accent: "Poppins", sans-serif;
}

/* Backgrounds
-------------------------------------------------------------------*/
.bg-white {background-color: var(--white);}
.bg-black, .bg-brand-black, .bg-dark {background-color: var(--black);}
.bg-primary {background-color: var(--brand-primary) !important;}
.bg-secondary {background-color: var(--brand-secondary) !important;}
.bg-light-grey {background-color: var(--grey-light);}
.bg-med-grey, .bg-medium-grey {background: var(--grey-med);}
.bg-dark-grey {background-color: var(--grey-dark);}
.bg-accent {background-color: var(--accent);}

/* Body
-------------------------------------------------------------------*/
body {
    background: var(--white);
    color: var(--black);
    font-family: var(--ff-default);
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 1.5;
}
 @media screen and (max-width: 1024px) {
body {
    font-size: 1.45rem;
}
}

@media only screen and (max-width: 758px) {
  html.mobile-nav-enabled[style] {
    margin-top: 0px !important;
  }
}


/* Formatting
-------------------------------------------------------------------*/
.container-fluid.reduced {
    width: 100%;
    max-width: 90%;
    margin: 0 auto;
}

.container-reduced {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}

    .container-reduced hr {
        width: 100%;
        max-width: 50%;
    }

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;
        }
    }
.text-italic{
    font-style:italic;
}
.form-control {
    border: 1px solid var(--dark-blue-alt);
    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(--dark-blue);
    border-color: var(--dark-blue);
    color: var(--white);
    font-size: 1.8rem;
    padding: .5em 1em;
    border-radius: 0;
}

.btn-custom:hover, a.btn-custom:hover {
    color: var(--white);
    background: var(--dark-blue-alt);
    border-color: var(--dark-blue-alt);
}
#banner > button.carousel-control-prev, #banner > button.carousel-control-next{
    background:transparent;
    font-size:auto;
    border:none;
}
button, [type=button], [type=reset], [type=submit] {
    font-size: 17px;
    border: 1px solid var(--brown);
    background: transparent;
    padding: 6px 10px;
    text-transform: uppercase;
    color: var(--brown);
}
button:hover, [type=button]:hover, [type=reset]:hover, [type=submit]:hover {
    border: 1px solid var(--brown);
    background: var(--brown);
    color: var(--white);
}
.availability-button a, a.availability-button, a.availability-button.btn {
    color:var(--brown) !important;
    border: 1px solid var(--brown);
    padding: 10px 10px;
    display: inline-block;
    margin-top: 14px;
    text-decoration: none;
    font-size: 21px;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
}
.availability-button a:hover, a.availability-button:hover, a.availability-button.btn:hover{
    background-color: var(--brown);
    color: var(--white) !important;
    border: 1px solid var(--brown);
}

.availability-download-btn {
    display: inline-block;  /* or block if you want it full width */
    background-color: var(--brown);
    color: var(--white);
    border: 1px solid var(--brown);
    padding: 10px 16px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    font-size:14px;
}

.availability-download-btn:hover {
    background-color: var(--brown);
    color: var(--white);
}

a.logout-btn{
    color:var(--brown) !important;
    border: 1px solid var(--brown);
    padding: 10px 10px;
    display: inline-block;
    margin-top: 14px;
    text-decoration: none;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    border-radius: 0 !important;
}
a.logout-btn:hover{
    border: 1px solid var(--brown);
}

.login-container {
    width: 350px;
    margin: 20px auto 0;
    display:none;
}
.list-group-item{
    border:none;
}
a.list-group-item{
    color: var(--brown) !important;
}
body.page-template-page-login .login-container {
    display: block !important;
  }
.lwa-default{
    width: 350px;
    margin: 20px auto 0;
}
.lwa-username-label, .lwa-password-label, .lwa-submit-links{
    font-size:.9rem;
}
a:link, a:visited, a:active, a:hover {
    color: #3156af;
    text-decoration: none;
}

.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;
        }
    }

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

img.alignleft {
    float: left;
    margin-right: 1em;
    margin-bottom: 1em;
}
.inverted{
    filter: brightness(0) invert(1);
}

/* Main Header
-------------------------------------------------------------------*/
.top-notice{
    font-size:.8rem;
}
.socials a {
    color: var(--dark-blue);
    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
-------------------------------------------------------------------*/
.nav-container {
  position: absolute;
  top: 100px; 
  z-index: 200;
  width: 100%;
  text-align: center;
}

.logo-overlay {
  z-index: 10;
  pointer-events: none;
  margin-top: 70px;
}

.logo-overlay img {
  pointer-events: auto;
  max-width: 300px;
  width:300px;
}

@media screen and (max-width: 1024px) {
  .nav-container {
    top: 65px !important;
    }
  .main-navigation .nav-menu{
      font-size:17px !important;
  } 
  .logo-overlay {
  margin-top: 30px;
}
  .logo-overlay img {
  max-width: 210px;
  width:210px;
}
}


/*mobile nav*/
.mobile-logo {
  position: absolute;
  z-index: 1;
  top: 19%;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
}

.toggle-icon{
    font-size: 1.75rem;
}
.custom-offcanvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .9);
  z-index: 9999;
  display: none;
}

.custom-offcanvas.open {
  display: block;
}

.offcanvas-inner {
  padding: 3rem 0rem;
}

.custom-offcanvas-menu li a {
  display: block;
  padding: 1rem 2rem;
  font-family: var(--ff-default);
  font-size: 22px;
  color: var(--white);
  text-decoration: none;
}

.custom-offcanvas-menu li a:hover {
  background: rgba(255, 255, 255, 0.3);
}

.custom-offcanvas-menu .current-menu-item > a,
.custom-offcanvas-menu .current_page_item > a {
  background: rgba(255, 255, 255, 0.2);
}

.offcanvas-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 2rem;
  background: none;
  border: none;
  color: var(--white);
  cursor: pointer;
}


/* INNER PAGES */
body:not(.home) .nav-logo {
  display: none;
}

.main-navigation .nav-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: var(--ff-default);
  font-size: 25px;
  font-weight: 100;
  text-transform: none;
}

.nav-menu li a {
  color: var(--white);
  padding: 10px 14px;
  border: 2px solid transparent;
  text-decoration: none;
  transition: 0.3s;
}

.nav-menu li a:hover {
  border: 2px solid #ddd;
  background: rgba(0, 0, 0, 0.3);
  color: var(--white);
}

.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a {
  border: 2px solid var(--white);
  font-weight: 100;
  color: var(--white);
}

/*hero*/
.hero-header {
  position: relative;
  z-index: 10;
}
.banner-image {
    position: relative;
}

.banner-image img {
    display: block;
    width: 100%;
    height: auto;
}

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.15);
    z-index: 1;
}

.carousel-item .banner-image img {
    position: relative;
    z-index: 0;
}

.intro-main-links-bg {
  background: url('images/home-bg.jpg') no-repeat center center;
  background-size: cover;
}

/* Intro
-------------------------------------------------------------------*/
#intro h2 {
    font-size: 5rem;
    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-decoration: none;
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: background .5s, margin-top .3s ease-in-out;
  width: 100%;
  height: 300px;
  position: relative;
  overflow: hidden;
}
 @media screen and (max-width: 1024px) {
.hem-box {
  font-size:1.6rem;
}
}

.hem-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.35);
  z-index: 1;
  transition: background .3s ease-in-out;
}

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

.hem-box:hover {
  margin-top: -15px;
  transition: background .5s, margin-top .3s ease-in-out;
  color: var(--white);
}

.hem-box:hover::after {
  background: rgba(0,0,0,0.45);
}

.hem-box span.the-link {
  position: relative;
  z-index: 2;
}

.overlay-container {
  position: relative;
  height: 100%;
}

.overlay-container .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.35);
  z-index: 1;
  transition: background 0.3s ease-in-out;
}

.overlay-container > .position-absolute {
  z-index: 2;
}

/* Bottom 3 */
#home-strip h2{
    font-weight:500 !important;
}
.tri-block{
    background:var(--brand-primary);
}

/* Default Pages
-------------------------------------------------------------------*/
.bg-page-banner {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    min-height: 450px;
    z-index: 1;
    display: flex;
    align-items: center;
    padding: 0;
}

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

.banner-title-text {
    color: var(--white);
    font-size: 3rem;
    font-weight: 700;
    text-transform: uppercase;
    border: 2px solid var(--white);
    display: inline-block;
    padding: 12px 24px;
    background: rgba(0, 0, 0, 0.3);
    font-family: var(--ff-default);
    margin: 0;
}
@media screen and (max-width: 1024px) {
.banner-title-text {
    font-size: 2rem;
    display:inline-block;
}
}

.inner-logo{
    margin-top: 150px;
    margin-bottom: 50px;
}
@media screen and (max-width: 991px) {
.inner-logo{
    margin-top: 0px;
    margin-bottom: 0px;
} 
}
.logo-img{
    max-width: 370px;
}

@media screen and (max-width: 1024px) {
.logo-img{
    max-width: 300px;
    margin: 0 auto;
}  
}

.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;
}
.lb-number{
    display:none !important;
}

/* 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-blue-alt);
    background-color: var(--dark-blue-alt);
    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-blue-alt);
    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%;
        }
    }

.gallery img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.gallery-img-link {
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.gallery-img-link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.gallery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
}

.gallery-img-link:hover .gallery-overlay {
  opacity: 1;
}

/* Optional: style the zoom icon */
.gallery-overlay i {
  pointer-events: none;
}

.gal-tri-block-flag {
    background: #882722;
    transform: translate(0%, -50%);
    position: absolute;
    right: 0;
    top: 50%;
    font-size: 34px;
    font-family: var(--ff-default);
    font-style: italic;
    color: #c49391;
    padding: 10px 10px 10px 30px;
    width: 36%;
    text-align: left;
    z-index: 10;
}
@media screen and (max-width: 991px) {
    .gal-tri-block-flag {
        display:none;       
    }
}

/* Contact Page */
a.contact-links {
    color: var(--brand-secondary);
}
.contact-form-container{
    background-color: #f5f3ea; /* light beige background */
}
.frm_forms.frm_style_formidable-style.with_frm_style{
    margin: 0 !important;
    padding: 0 50px; 
}

/*Login*/
.lwa-links-remember{
    display:none;
}

/* Footer
-------------------------------------------------------------------*/
footer {
    color: var(--white);
    font-family: var(--ff-accent);
    font-size: 1.2rem;
}
.footer-phone {
  font-size: 34px;
  color: var(--white);
  margin-bottom: 10px;
  font-weight:bold;
}
@media screen and (max-width: 1024px) {
.footer-phone {
    font-size: 22px;
}
}

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

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

.footer-login {
  text-decoration: none;
  color: #ddd;
  border: 2px solid var(--white);
  padding: 10px 20px;
  font-size: 20px;
  text-transform:uppercase;
  border-radius:0;
}
.footer-login:hover {
  text-decoration: none;
  color: #ddd;
  border: 2px solid var(--white);
  padding: 10px 20px;
  font-size: 20px;
  text-transform:uppercase;
  border-radius:0;
}

/* 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: var(--white);
}

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

.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;
}
/* popup modal*/
.modal-content {
  border-radius: 0;
  border: 5px solid white;
}
.close-btn {
    background: transparent;
    border: none;
    z-index: 1056;
}
.close-btn:hover{
    opacity: 1;
    background: transparent;
    border: none;
}

/* 404 */
[type=search] {
    outline-offset: -2px;
    -webkit-appearance: textfield;
    border: 1px solid #dcdfe5;
    font-size: 17px;
    padding: 6px 10px;
}

/* Media Queries */
@media screen and (max-width: 768px) {
body {
    font-size: 1rem;
}
h2 {
    font-size: 2rem;
}
.toggle-icon{
    font-size: 1rem !important;
}
.w-100 {
    width: 250% !important;
}
.logo-overlay {
    margin-top: 0;
}
.logo-img {
    max-width: 200px;
    margin: 0 auto;
}
.banner-title-text {
    font-size: 1.5rem;
}
.availability-button a, a.availability-button, span.availability-button, .availability-button span {
    font-size: 17px;
}
.lwa-default, .login-container  {
    width: 100% !important;
}
.g-3, .gy-3 {
    --bs-gutter-y: 0 !important;
}
.g-3, .gx-3 {
    --bs-gutter-x: 0 !important;
}
}