/*
Theme Name: SYMPHONY Child
Template: symphony/smf
Author: Child Theme Configurator
Version: 1.0.1458827814
Updated: 2016-03-24 13:56:54
*/

@charset "UTF-8";

.smedia {
    float: right;
    margin-right: 10px;
}
.smcontain {
    background-color: none;
}

/* Text justification for Collector's Studio pages */
.minimal-page-header ~ .full-width .vc_column_text p,
.minimal-page-header ~ .full-width .vc_column_text,
body.page-template-page-template-minimal-header .vc_column_text p,
body.page-template-page-template-minimal-header .vc_column_text {
    text-align: justify !important;
}
/* Keep buttons centered */
body.page-template-page-template-minimal-header .vc_column_text p .button {
    display: block;
    text-align: center !important;
}
body.page-template-page-template-minimal-header .vc_column_text p:has(.button) {
    text-align: center !important;
}

/* Process steps: bold title and description on same line, tighter spacing */
.process-steps strong {
    display: inline;
    margin-right: 6px;
}
.process-steps hr {
    margin: 12px 0;
}

/* "Let's curate your story" styled callout */
.wpb_text_column.curate-banner-overlay {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding: 40px 0 30px !important;
    text-align: center !important;
    background: #f5f5f5 !important;
}

.curate-banner-overlay .wpb_wrapper h2 {
    font-family: Georgia, 'Times New Roman', serif !important;
    font-size: 32px !important;
    font-style: italic !important;
    letter-spacing: 1.5px !important;
    color: #d4532a !important;
    margin: 0 !important;
    line-height: 1.3 !important;
    font-weight: 400 !important;
}

/* Compact header for Collector's Studio pages */
.minimal-page-header,
.minimal-page-header__inner {
    min-height: 120px !important;
}
.minimal-page-header__logo {
    width: 105px !important;
}
.minimal-page-header__inner {
    padding: 10px 15px !important;
}
.minimal-page-header__right-logo {
    max-height: 45px !important;
    width: auto !important;
}

/* Slider: uniform height, minimal center crop */
.page-child .home-baner .swiper-slide {
    height: 800px;
}
.page-child .home-baner .swiper-slide img.img-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

@media screen and (max-width: 768px) {
    .page-child .home-baner .swiper-slide {
        height: 400px;
    }
}
@media screen and (max-width: 550px) {
    .page-child .home-baner .swiper-slide {
        height: 280px;
    }
}

/* Slider: pagination dots on sub-pages */
body.page-child .home-baner .main-baner-points {
    display: block !important;
    position: absolute !important;
    bottom: 55px !important;
    left: 0 !important;
    width: 100% !important;
    text-align: center !important;
    z-index: 10 !important;
    height: auto !important;
}
body.page-child .home-baner .main-baner-points span.slider-dot {
    display: inline-block !important;
    width: 14px !important;
    height: 14px !important;
    border-radius: 50% !important;
    background: rgba(255, 255, 255, 0.9) !important;
    margin: 0 8px !important;
    cursor: pointer !important;
    transition: background 0.3s ease, border-color 0.3s ease !important;
    border: 2px solid rgba(0, 0, 0, 0.5) !important;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4) !important;
}
body.page-child .home-baner .main-baner-points span.slider-dot.active {
    background: #d4532a !important;
    border-color: #d4532a !important;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) !important;
}
body.page-child .home-baner .main-baner-points span.slider-dot:hover {
    background: rgba(255, 255, 255, 1) !important;
}

/* Slider: hide prev/next arrows on sub-pages */
body.page-child .home-baner .prev-wrapper,
body.page-child .home-baner .next-wrapper {
    display: none !important;
}

/* Our Invitation sections - more breathing room */
body.page-template-page-template-minimal-header .vc_column_text .button {
    margin-top: 50px !important;
    display: inline-block;
}
body.page-template-page-template-minimal-header .vc_column_text p + p {
    margin-top: 12px !important;
}