/*
*
* Template Name: Stomp - Typographic Intro
* Concept: Template Landing Page / Coming Soon
* Files Associated: index-local-minimal.html, index-local-minimal-countdown.html
* Date Modified: 2017-07-23
* Description: Custom Styles associated with the demos
* Authors: Sven Creations(svencreations@gmail.com)
*
*/

/* ==================================================================
* Table of Contents:
*
* 1.0 - Custom Font Declarations(if any)
* 2.0 - Custom Styles
*       2.1 - Font Style Declarations and Other Fixes
*       2.2 - Font Colors and Backgrounds
* 3.0 - Responsive Styles
* 		3.1 - Small Devices, Tablets (≥768px)
* 		3.2 - Medium Devices, Desktops (≥992px)
* 		3.3 - Large Devices, Desktops (≥1200px)
*       3.4 - Wide Screens, Desktops (≥1824px)

================================================================== */

/* ==================================================================
1.0 Custom Font Declarations(if any)
================================================================== */

/* ==================================================================
2.0 Custom Styles
================================================================== */

/* 2.1 Font Style Declarations and Other Fixes
-------------------------------------------------------------- */
body {
    font-family: 'Poppins', 'Tahoma', 'Geneva', sans-serif;
}

/* 2.2 Font Colors and Backgrounds
Stamp - #111517, Content BG - #F5F5F5, Headline - #111517,
Paragraph - #888, Contrast / Highlight(Buttons BG) - #EF0D33
-------------------------------------------------------------- */

.sk-double-bounce .sk-child /* Preloader Circle Color */
{
    background: none #FFF;
}

.splash-page .btn-fill {
    background: #EF0D33;
}

/* Main Page */
#intro-content {
    background: #111517;
}

#main-content {
    background: #F5F5F5;
}

/* Buttons */
.form-group .btn-bordered {
    border-color: #EF0D33;
    color: #EF0D33;
}

.form-group .btn-bordered:hover,.form-group .btn-bordered:active, .btn-fill {
    background: #EF0D33;
    color: #FFF;
}

.addr-details a:hover {
    color: #EF0D33;
}

/* Custom Scrollbar */
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background: #EF0D33;
}

.mCSB_scrollTools .mCSB_draggerRail {
    background-color: rgba(0,0,0,0.4);
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: rgba(239, 13, 51,0.75);
}

.sub-bg {
	background-image: url("../../images/local/bg-laptop.jpg");
	background-color: #111517;
}

#intro-content::before {
    background-image: url("../../images/local/main-bg.jpg");
}

/* ==================================================================
3.0 - Responsive Styles
================================================================== */

/* 3.1 - Small Devices, Tablets (≥768px)
-------------------------------------------------------------- */
@media only screen and (min-width : 768px) {

}

/* 3.2 - Medium Devices, Desktops (≥992px)
-------------------------------------------------------------- */
@media only screen and (min-width : 992px) {

}

/* 3.3 - Large Devices, Desktops (≥1200px)
-------------------------------------------------------------- */
@media only screen and (min-width : 1200px) {
    .addr-details {
        text-align: center;
    }
}

/* 3.4 - Wide Screens, Desktops (≥1824px)
-------------------------------------------------------------- */
@media only screen and (min-width : 1824px) {
    .addr-details {
        text-align: left;
    }
}

/* ==================================================================
SilentDolls waiting-page overrides
- fixed 50/50 split on desktop
- black content panel on the left
- photo panel on the right
- no ambient/particle FX, CTA buttons or information drawer
================================================================== */
html,
body,
#main-wrapper,
#main-wrapper > .container-fluid,
#main-wrapper > .container-fluid > .row {
    width: 100%;
    height: 100%;
    min-height: 100%;
}

html,
body {
    margin: 0;
    background: #111517;
}

#main-wrapper {
    overflow: hidden;
}

#main-wrapper > .container-fluid {
    padding: 0;
}

#main-wrapper > .container-fluid > .row {
    margin: 0;
    display: flex;
}

.side-left,
.side-photo {
    position: relative;
    width: 50%;
    height: 100vh;
    min-height: 100vh;
}

.side-left {
    background: #111517;
    overflow: hidden;
}

.side-photo {
    background-image: url("../../images/local/main-bg.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

#intro-content {
    position: relative;
    width: 100% !important;
    height: 100%;
    min-height: 100%;
    float: none !important;
    margin: 0;
    background: #111517;
    box-sizing: border-box;
}

/* The original template paints its photo with a pseudo-element.
   We now use .side-photo, so disable those pseudo-elements entirely. */
#intro-content::before,
#intro-content::after {
    display: none !important;
    content: none !important;
}

/* Keep all textual content constrained to the left panel. */
.st-logo,
.st-desc,
.st-footer {
    max-width: 100%;
    box-sizing: border-box;
}

.st-desc {
    width: 100%;
}

.st-desc h2,
.st-desc p {
    max-width: 100%;
}

/* Explicitly disable the ambient FX container. */
#ambient-bg,
#bits,
#particles-js {
    display: none !important;
}

/* Logo: twice the previous desktop size. */
.st-logo img {
    height: 220px !important;
    width: auto !important;
    max-width: 90%;
    object-fit: contain;
}

/* Responsive fallback: stack the two halves on smaller screens. */
@media only screen and (max-width: 991px) {
    #main-wrapper {
        overflow: auto;
    }

    #main-wrapper > .container-fluid > .row {
        display: block;
        height: auto;
        min-height: 100%;
    }

    .side-left,
    .side-photo {
        width: 100%;
        height: 50vh;
        min-height: 420px;
    }

    .side-left {
        min-height: 100vh;
    }

    #intro-content {
        min-height: 100vh;
    }

    .st-logo img {
        height: 180px !important;
        max-width: 85%;
    }
}

/* V4: keep the centered description safely inside the left half.
   The template already positions .st-desc absolutely; width:100% plus
   horizontal margins made it overflow into the photo panel. */
.st-desc {
    width: auto !important;
    left: 0 !important;
    right: 0 !important;
    margin-left: 7% !important;
    margin-right: 7% !important;
    padding-right: 0 !important;
    box-sizing: border-box !important;
}

.st-desc h2,
.st-desc p {
    width: auto !important;
    max-width: 100% !important;
}

/* V5: align the logo's left edge exactly with the main copy. */
@media only screen and (min-width: 1200px) {
    .st-logo {
        left: 7% !important;
    }
}
