@charset "utf-8";
/* Custom Homepage Styles for Conscious Clothing Company */
/* Built on top of Epsilon Framework v2 */

/* ======================== */
/* Brand Color Overrides     */
/* ======================== */

:root {
    --ccc-primary: #2c3e2d;      /* Deep forest green */
    --ccc-secondary: #5a7d5e;    /* Sage green */
    --ccc-accent: #c8a96e;       /* Warm gold/tan */
    --ccc-dark: #1c1c1c;
    --ccc-light: #f7f5f0;        /* Warm off-white */
    --ccc-text: #4a4a4a;
}

/* Override the red accent color from the theme */
a {
    color: var(--ccc-secondary);
}

.navigation {
    border-bottom: solid 5px var(--ccc-secondary) !important;
}

/* ======================== */
/* Header Enhancements       */
/* ======================== */

.header {
    background-color: var(--ccc-dark) !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.3);
}

.page-logo {
    width: 50px !important;
    margin-top: 5px !important;
    border-radius: 50%;
}

/* ======================== */
/* Section Titles            */
/* ======================== */

.section-title {
    font-family: 'Raleway', sans-serif !important;
    font-weight: 300 !important;
    font-size: 20px !important;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--ccc-primary) !important;
    margin-bottom: 15px !important;
}

/* ======================== */
/* Content Section Headers   */
/* ======================== */

.content-section h1 {
    font-family: 'Raleway', sans-serif !important;
    font-weight: 200 !important;
    letter-spacing: 3px;
    font-size: 18px !important;
}

.content-section em {
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 1px;
}

/* ======================== */
/* Button Overrides          */
/* ======================== */

.ccc-btn,
.button-dark {
    background-color: var(--ccc-primary) !important;
    font-family: 'Dosis', sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 11px;
    border-radius: 2px;
    transition: all 0.3s ease;
}

.ccc-btn:hover,
.button-dark:hover {
    background-color: var(--ccc-secondary) !important;
    opacity: 1 !important;
}

/* ======================== */
/* Slider Enhancements       */
/* ======================== */

.slider-container {
    margin-bottom: 0;
}

.homepage-slider-caption {
    position: absolute;
    z-index: 99999;
    bottom: 40px;
    left: 20px;
    right: 20px;
}

.homepage-slider-caption h3 {
    font-family: 'Raleway', sans-serif !important;
    font-weight: 200 !important;
    font-size: 22px !important;
    color: #FFFFFF;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 5px;
    text-shadow: 0 2px 4px rgba(0,0,0,0.5);
}

.homepage-slider-caption p {
    color: rgba(255,255,255,0.85);
    font-size: 12px;
    letter-spacing: 1px;
    text-shadow: 0 1px 3px rgba(0,0,0,0.5);
}

/* ======================== */
/* Quote / Testimonial Styles */
/* ======================== */

.quote-item em {
    color: var(--ccc-secondary) !important;
}

.quote-item strong {
    font-style: italic;
    line-height: 18px;
    color: #666;
}

.quote-item img {
    border: 3px solid var(--ccc-light);
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

/* ======================== */
/* Chart / Impact Styles     */
/* ======================== */

.chart strong {
    font-family: 'Dosis', sans-serif;
    font-size: 13px !important;
    font-weight: 500;
    color: var(--ccc-dark);
}

.chart em {
    font-family: 'Dosis', sans-serif;
    font-weight: 700;
    color: var(--ccc-primary);
}

.green-chart {
    background-color: var(--ccc-secondary) !important;
}

.blue-chart {
    background-color: #5b8fa8 !important;
}

.yellow-chart {
    background-color: var(--ccc-accent) !important;
}

.red-chart {
    background-color: #c17d5e !important;
}

/* ======================== */
/* Toggle / Accordion Styles */
/* ======================== */

.toggle-1 {
    background-color: var(--ccc-light) !important;
    margin-bottom: 3px;
}

.deploy-toggle-1 {
    font-family: 'Dosis', sans-serif !important;
    font-weight: 500;
    color: var(--ccc-primary) !important;
    font-size: 14px !important;
}

.toggle-content p {
    color: var(--ccc-text);
    line-height: 22px;
}

/* ======================== */
/* Wide Portfolio / Collections */
/* ======================== */

.wide-item-titles h4 {
    font-family: 'Raleway', sans-serif !important;
    font-weight: 300 !important;
    letter-spacing: 2px;
}

.wide-item-titles p {
    font-size: 11px;
    letter-spacing: 0.5px;
}

/* ======================== */
/* Gallery Enhancements      */
/* ======================== */

.gallery {
    overflow: visible !important;
}

.gallery li {
    list-style: none;
    float: left;
    width: 33.33%;
    padding: 2px;
}

.gallery li img {
    width: 100%;
    border-radius: 2px;
}

/* ======================== */
/* Notification / CTA Styles */
/* ======================== */

.static-notification-green {
    background-color: var(--ccc-secondary) !important;
    border-radius: 3px;
}

/* ======================== */
/* Contact Form Styles       */
/* ======================== */

.contactField {
    border: solid 1px #ddd !important;
    border-radius: 2px;
    background-color: var(--ccc-light) !important;
}

.contactField:focus {
    border-color: var(--ccc-secondary) !important;
}

/* ======================== */
/* Footer Styles             */
/* ======================== */

.copyright {
    font-family: 'Dosis', sans-serif;
    font-size: 10px !important;
    color: #999;
    letter-spacing: 1px;
    line-height: 16px !important;
    padding-bottom: 20px;
}

/* ======================== */
/* Decoration Line Override  */
/* ======================== */

.decoration {
    background-color: rgba(0,0,0,0.06) !important;
    margin-left: 20px;
    margin-right: 20px;
}

/* ======================== */
/* Responsive Enhancements   */
/* ======================== */

@media only screen and (min-width: 768px) {
    .homepage-slider-caption h3 {
        font-size: 28px !important;
        letter-spacing: 5px;
    }
    
    .homepage-slider-caption p {
        font-size: 14px;
    }
    
    .section-title {
        font-size: 24px !important;
    }
    
    .content-section h1 {
        font-size: 22px !important;
    }
    
    .gallery li {
        width: 16.66%;
    }
}

/* ======================== */
/* Smooth Scroll for Anchors */
/* ======================== */

html {
    scroll-behavior: smooth;
}

/* ======================== */
/* Preloader Brand Override  */
/* ======================== */

#preloader {
    background-color: var(--ccc-light) !important;
}

#status p {
    font-family: 'Dosis', sans-serif;
    color: var(--ccc-primary);
}

#status em {
    color: var(--ccc-secondary);
}
