/* ============================================
   BREADCRUMB.CSS - Breadcrumb Navigation
   ============================================ */

/* ============================================
   Breadcrumbs Container
   ============================================ */
.breadcrumbs {
    position: relative;
    z-index: 25;
}

.breadcrumbs {
    text-align: center;
}

.breadcrumb-trail {
    text-align: center;
}

.trail-items {
    justify-content: center;
}

/* ============================================
   Breadcrumb Trail
   ============================================ */
.breadcrumb-trail {
    font-size: 1.2rem;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 768px) {
    .breadcrumb-trail {
        font-size: 1.1rem;
    }
}

/* "Explore:" label */
.breadcrumbs .trail-browse {
    display: inline-block;
    margin: 0 1rem 0 0;
    padding: 0;
    border: none;
    background: transparent;
    text-indent: 0;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    color: inherit;
    text-transform: uppercase;
}

/* ============================================
   Breadcrumb Items List
   ============================================ */
.breadcrumbs .trail-items {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
}

.breadcrumbs .trail-items li {
    display: inline-block;
    margin: 0;
    padding: 0;
    border: none;
    background: transparent;
    text-indent: 0;
}

/* Separator between items */
.trail-items li::after {
    content: "/";
    padding: 0 0.5em;
    color: rgba(255, 255, 255, 0.5);
}

.trail-items li:last-of-type::after {
    display: none;
}

/* ============================================
   Breadcrumb Links
   ============================================ */
.breadcrumbs a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.2s ease;
}

.breadcrumbs a:hover {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
}

/* Current page (last item) */
.trail-items .trail-end span {
    color: #ffffff;
    font-weight: 600;
}

/* ============================================
   Hero Title Area (optional, if used with breadcrumbs)
   ============================================ */
.hero-title {
    position: relative;
    z-index: 25;
    display: inline-block;
    width: 100%;
    padding: 8% 0 0;
}

.hero-title-inside {
    max-width: 100%;
    margin: 0 auto;
    position: relative;
}

.hero-title .hero-big-title {
    font-size: 5rem;
    font-weight: 400;
    line-height: 1.2;
    /*max-width: 62%;*/
    margin: 0 auto;
    display: inline-block;
    letter-spacing: -1px;
    color: #ffffff;
}

@media (max-width: 768px) {
    .hero-title .hero-big-title {
        max-width: 100%;
        letter-spacing: 0;
        font-size: 4rem;
    }
}

@media (max-width: 600px) {
    .hero-title .hero-big-title {
        font-size: 3rem;
    }
}

.hero-title .entry-subtitle {
    font-size: 2.5rem;
    color: rgba(255, 255, 255, 0.8);
   /* max-width: 55%;*/
    margin: 2rem auto 6rem auto;
    display: block;
   
    padding-left: 2rem;
    position: relative;
    line-height: 1.8;
}

/* Left accent bar on subtitle */
.hero-title .entry-subtitle::before {
    content: "";
    height: 80%;
    width: 4px;
    position: absolute;
    left: 0;
    top: 10px;
    background: #b1025f;
}

@media (max-width: 768px) {
    .hero-title .entry-subtitle {
        max-width: 100%;
        font-size: 1.8rem;
    }
}

@media (max-width: 600px) {
    .hero-title .entry-subtitle {
        font-size: 1.6rem;
        margin-top: 3%;
        width: 100%;
        max-width: 100%;
    }
}

/* ============================================
   Header Background Effect
   ============================================ */
.screen {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
    background: url(../images/screen.png);
    opacity: 0.4;
}

.site-header-bg-wrap {
    animation: smoothFade 1s;
}

.site-header-bg.background-effect {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 5;
    overflow: hidden;
    margin: 0;
    padding: 0;
    opacity: 0.15 !important;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
}

@keyframes smoothFade {
    from { opacity: 0; }
    to { opacity: 1; }
}


/* ============================================
   CPT PRODUCT.CSS - ct_products Header
   ============================================ */

/* ============================================
   Theme Hero Section
   ============================================ */
.theme-hero {
    position: relative;
    z-index: 15;
}

.theme-hero-gradient {
    padding: 4% 0 0;
}

@media (max-width: 600px) {
    .theme-hero-gradient {
        padding-top: 8%;
    }
}

.theme-hero-wrap {
    position: relative;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    overflow: hidden;
}

/* ============================================
   Theme Hero Title (Left Side)
   ============================================ */
.theme-hero-title {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    padding-top: 5%;
}

@media (max-width: 800px) {
    .theme-hero-title {
        width: 100%;
        padding-top: 2%;
        padding-bottom: 5%;
        text-align: center;
    }
}

@media (max-width: 600px) {
    .theme-hero-title {
        padding-top: 0;
    }
}

.theme-hero-title h1,
.theme-hero-title h2 {
    color: #ffffff;
    font-size: 5.4rem;
    margin-bottom: 5%;
    font-family: 'Lato', Arial, sans-serif;
    font-weight: 700;
    line-height: 1.2;
}

@media (max-width: 800px) {
    .theme-hero-title h1,
    .theme-hero-title h2 {
        font-size: 3.4rem;
        margin-bottom: 3%;
    }
}

.theme-hero-title p {
    color: #C1CBD8;
    font-size: 2rem;
    margin-bottom: 3rem;
}

@media (max-width: 800px) {
    .theme-hero-title p {
        font-size: 1.6rem;
    }
}

.theme-hero-title a {
    color: #ffffff;
}

/* ============================================
   CTA Buttons
   ============================================ */
.theme-hero-buttons {
    display: inline-block;
    margin-bottom: 3rem;
}

.theme-hero-buttons .button {
    margin-right: 2rem;
}

/* ============================================
   Device Preview (Right Side)
   ============================================ */
.hero-device-wrap {
    width: 42%;
    padding-right: 4%;
    float: right;
}

@media (max-width: 800px) {
    .hero-device-wrap {
        float: none;
        margin: 0 auto;
        width: 70%;
        padding-right: 0;
    }
}

@media (max-width: 600px) {
    .hero-device-wrap {
        width: 95%;
    }
}

/* ============================================
   Desktop Preview Image
   ============================================ */
.hero-desktop {
    position: relative;
    display: block;
    width: 100%;
    max-height: 520px;
    z-index: 5;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.hero-desktop a {
    display: block;
}

.hero-desktop img {
    max-width: 100%;
    display: block;
	width: auto;
	height:auto;
}

@media (max-width: 800px) {
    .hero-desktop {
        max-height: 375px;
    }
}

@media (max-width: 600px) {
    .hero-desktop {
        max-height: 350px;
    }
}