/*
Theme Name: Bloom - Child
Version: 58712
Description: A child theme of DMM by Almina
Template: mts_schema
Text Domain: schema
*/

/* Carousel */
@import url("../mts_schema/style.css");

/* general */

* {
    box-sizing: border-box;
}

#page {
    padding: 0px;
}

a.btn {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    color: #000000 !important;
    border-radius: 50px;
}

/* BannerWelcome */
.home .header-spacer {
    display: none;
}

.main-head-wrap {
    position: fixed;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 10;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    
}

html .video_holder {
    height: 100vh;
    position: relative;
}

html .video_holder:before {
    content: "";
    position: absolute;
    background: #000;
    opacity: 0.5;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.carousel-caption {
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    color: #fff;
}

.carousel-caption * {
    color: #fff;
}

.mobile_cta_buttons.hide-d.mobile-btn {
    display: none;
}

header#site-header {
}

div#regular-header {
    display: none;
}

div#secondary-navigation {
    float: none !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

a#pull, a#pull + div {
    display: none;
}

@media (min-width: 865px) {
    nav.navigation.clearfix.mobile-menu-wrapper {
        float: none;
        width: auto;
    }
}

div#header {
    background: transparent;
}

#secondary-navigation a {
    padding: 10px 15px;
}

div#header .container-wide {
    max-width: 1920px;
    padding: 0px 15px;
}

#logo img {
    float: none;
    display: block;
    filter: brightness(0) invert(1);
    max-width: 250px;
}

#header .logo-wrap {
    padding: 0px;
    float: none;
    overflow: visible;
}

.main-head-wrap.header_fixed {
    background: var(--sColor);
}

#header .logo-wrap #logo {
    float: none;
    display: flex;
    margin: 0px;
    align-items: center;
    justify-content: center;
}

#header .logo-wrap a {
    padding: 25px 0px;
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-family: Playfair Display !important;
    font-size: 31px;
    text-transform: none;
}

.main-head-wrap.header_fixed #logo a {
    padding: 15px 0px;
}

.container-wide {
    max-width: 1500px;
    padding: 0px 15px;
    position: relative;
    margin: 0px auto;
}

section.bloom-welcome {
    position: relative;
    padding: 8vh 0px 3vh;
    background-image: url(/wp-content/uploads/2025/06/32227106_elegant_hand_painted_alcohol_ink_background_with_gold_glitter_0609-scaled.jpg);
    background-size: 50%;
    background-position: 50% 50%;
}

section.bloom-welcome .dm-half:nth-child(2) {
    padding: 60px 20px 150px clamp(20px, 6vw, 110px);
}

section.bloom-welcome .dm-flex {
    align-items: inherit;
}

section.bloom-welcome .dm-half:nth-child(1) img {
    min-height: 550px;
    object-fit: cover;
    height: 100% !important;
    display: block;
}

.bloom-image {
    height: 100%;
    width: 100%;
}

.hovering-bloom {
    bottom: 0px;
    right: -100px;
    margin: 0px auto;
    max-width: 550px;
    border: 25px solid #fff;
    z-index: 3;
    margin-top: -115px;
    position: relative;
}

.dm-contact {
    display: flex;
    align-items: center;
    justify-content: center;
}

.dm-contact .btn {
    font-size: 13px !important;
    text-align: center;
    display: block !important;
}

.dm-contact .btn {
    max-width: 200px;
    line-height: 1;
    display: block !important;
    text-align: center !important;
}

.dm-contact p {
    margin: 0px;
}

.carousel-caption h2 strong {
    display: block;
}

.carousel-caption h2 {
    line-height: 1.2;
    margin-bottom: 30px;
}

section.bloom-welcome h2 {
    font-size: 40px;
    color: #000;
    border-bottom: 2px solid var(--sColor);
    padding-bottom: 15px;
    margin-bottom: 25px;
}

.scroll-down {
    position: absolute;
    bottom: 0px;
    text-align: center;
    z-index: 1;
    width: 100%;
    color: #fff;
}

.hide-las {
    position: relative;
}

span.block {
    display: block;
    line-height: 1;
    font-family: 'Playfair Display';
    font-size: 23px;
}

.scroll-down p {
    text-transform: uppercase;
    font-size: 17px;
    line-height: 1;
}

section.bloom-big-boxes .dm-third {
    flex: 1 1 calc(33.33% - 30px);
    margin: 0px 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: clamp(300px, 15.5vw, 540px) 20px clamp(100px, 7vw, 130px);
    position: relative;
}

.dm-blog-image {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background-position: 50% 50%;
    background-size: cover;
}

section.bloom-big-boxes > div {
    max-width: 1920px;
}

section.bloom-big-boxes .dm-third:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    z-index: 1;
    background: linear-gradient(180deg, rgb(255 255 255 / 0%) 0%, rgb(125 125 125 / 0%) 51%, rgba(0, 0, 0, 1) 100%);
}

section.bloom-big-boxes h3,section.bloom-big-boxes a {
    position: relative;
    color: #fff;
    z-index: 1;
}

section.bloom-big-boxes h3 {
    font-family: 'Roboto';
    font-weight: bold;
    font-size: 35px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0px 0px 30px;
}

section.bloom-big-boxes a {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
}

section.bloom-big-boxes a:after {
    content: "";
    height: 2px;
    background: #fff;
    display: block;
    width: 65px;
    margin: 0px auto;
}

section.split-section > div {
    max-width: 1920px;
}

section.bloom-big-boxes {
    margin-bottom: 30px;
}

.section-icon {
    width: 160px;
    height: 160px;
    margin: -80px auto;
    background: #fff;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-icon:before {
    height: 120px;
    width: 120px;
    position: absolute;
    content: "";
    top: 50%;
    left: 0px;
    background: var(--pColor);
    transform: translateY(-50%);
    left: 0px;
    right: 0px;
    margin: 0px auto;
}

.section-icon img {
    max-width: 80px;
    filter: brightness(0) invert(1);
}

section.split-section {padding: 4vh 0px 5vh;}

section.classy-testimonials {
    padding: 150px 0px;
    background-attachment: fixed;
    background-size: 50%;
    position: relative;
}

section.split-section .dm-half:nth-child(1) p {
    margin: 0px;
}

section.split-section .dm-half:nth-child(1) img {
    max-height: 850px !important;
    width: 100%;
    object-fit: cover;
    object-position: 50% 20%;
    height: 100% !important;
}

section.split-section .dm-flex {
    align-items: center;
}

section.split-section .dm-half:nth-child(2) {
    padding: 60px;
}

.hovering-contact {
    position: fixed;
    bottom: 0px;
    right: 0px;
    z-index: 9;
}

section.classy-testimonials h2 {
    font-size: 45px;
    margin-bottom: 40px;
    display: inline-block;
    border-bottom: 1px solid var(--sColor);
    padding-bottom: 8px;
}

.header-test > span {
    display: block;
    width: 100%;
    font-size: 16px;
    color: var(--sColor) !important;
}

.header-test h4 {
    font-size: 25px;
    font-weight: bold;
    border-bottom: 1px solid #000;
    padding-bottom: 30px;
    margin-bottom: 31px;
    color: #6e6e6e;
}

.central-test-content {
    padding: 0px 15px;
}

span.slide-star:before {
    opacity: 0 !important;
}

.header-test > span:before {
    color: inherit !important;
}

section.classy-testimonials:before {
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    background: #fff;
    opacity: 0.9;
}

span.read_more {
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 20px;
    font-size: 14px;
    letter-spacing: 2px;
    color: var(--aColor);
}

span.hiddenRest {
    display: none;
    padding-left: 5px;
}

span.read_more:after {
    content: "";
    width: 50px;
    height: 2px;
    background: var(--pColor);
    position: relative;
    display: block;
    margin: 10px auto 0px;
}

.cta-content {
    position: relative;
    z-index: 4;
    padding: clamp(80px, 18vw, 240px) 20px clamp(80px, 11vw, 205px);
    text-align: center;
}

section.cta-classic {background-size: cover;background-position: 50% 25%;position: relative;}

section.cta-classic:before {
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
    background: #000;
    top: 0px;
    left: 0px;
    opacity: 0.4;
}

.cta-content h2 {
    color: #fff;
    font-size: 55px;
    line-height: 1.2;
    margin-bottom: 30px;
}

a.lbtn {
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}

a.lbtn:after {
    content: "";
    width: 60px;
    left: 0px;
    right: 0px;
    margin: 10px auto 0px;
    display: block;
    background: #fff;
    position: relative;
    height: 2px;
}

footer#site-footer {
    background: transparent;
    margin: 0px;
    text-align: center;
}

.footerMenu ul {
    list-style: none;
    display: flex;
    justify-content: center;
    padding: 0px;
    width: 100%;
}

.footerMenu li {
    display: inline-block;
    margin: 0px 20px;
}

.footerMenu li a {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
}

.dm-full.footer-creds {
    text-align: center;
    padding: 20px 0px;
    background: var(--sColor);
}

.dm-full.footer-creds p {
    margin: 0px;
}

.dm-full.footer-creds * {
    color: #fff;
}

.dm-full.footer-creds a {
    font-weight: bold;
}

footer#site-footer .dm-third:nth-child(4) .social-icons a {
    background: var(--pColor);
    line-height: 30px;
    width: 30px;
    display: inline-block;
    color: #fff;
    text-align: center;
    border-radius: 50px;
    font-size: 15px;
}

footer#site-footer .dm-third:nth-child(4) p {
    font-size: 17px;
}

footer#site-footer .dm-third:nth-child(4) a.btn {
    margin-bottom: 10px;
    padding: 5px 25px;
}

footer#site-footer .container {max-width: 1500px !important;width: 100%;}

section.bloom-welcome:before {
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    opacity: 1;
    background: linear-gradient(360deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgb(255 255 255 / 75%) 100%);
}

.dm-contact .dm-rate-us span {
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
}

.dm-contact .dm-rate-us a {
    padding: 0px !important;;
    font-size: 16px !important;;
}

.dm-contact .dm-rate-us {
    padding: 0px 10px;
    margin: 0px;
}

.dm-contact div:nth-child(1) {
    text-align: center;
    padding:0px 10px;
}

.dm-contact div:nth-child(1) p a {
    display: block;
    text-align: center;
    padding: 0px !important;
    text-align: center !important;
    font-size: 22px !important;
}

footer#site-footer  > .container {
    padding: 60px 15px 80px;
}

ul#menu-main-menu {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}


html #secondary-navigation {
    height: auto !important;
}

@media (max-width: 1350px) {
    
    .dm-contact > p {
        display: none;
    }
}

@media (min-width:881px) {
    body:not(.home) .header-spacer {
        background: var(--sColor);
    }
}
@media (max-width: 880px) {
    html a#pull {
        width: 40px;
        height: 42px;
        font-size: 20px;
        padding: 0px;
        display: flex;
        margin: 0px !important;
        align-items: center;
        justify-content: center;
    }
    
    section.bloom-big-boxes h3,section.bloom-big-boxes a {
        text-align: center;
    }
    
    html a#pull:after {
        top: 0px;
        left: 0px;
        padding: 0px;
        position: relative;
    }
    .dm-contact {
        display: none;
    }
    #header .logo-wrap {
        max-width: 50%;
        text-align: left;
    }
    
    #header .logo-wrap a {
    }
    
    #page.homepage {
        padding: 0px !important;
    }
    
    #header .logo-wrap #logo {
        justify-content: flex-start;
    }
    
    html .video_holder {
        height: 650px;
    }
    
    section.bloom-welcome .dm-half:nth-child(2) {
        padding: 30px;
    }
    
    .hovering-bloom {
        margin-top: 0px;
        width: 100%;
        max-width: 100%;
        right: 0px;
        border-width: 15px;
    }
    
    footer#site-footer .dm-third {
        flex: 1 1 100%;
        text-align: center;
        margin: 20px 0px;
    }
    
    .carousel-caption h2 {
        font-size: 35px;
    }
    
    
    section.bloom-welcome .dm-half:nth-child(1) img {
        min-height: 400px;
    }
    
    section.split-section .dm-half:nth-child(2) {
        padding: 40px 15px;
    }
    
    section.classy-testimonials {
        padding: 50px 15px;
    }
    
    .sticks {
        padding: 5px;
        border: 0px;
    }
    
    .footerMenu {
        display: none;
    }
    
    a.sticks + a {
        background: var(--pColor);
    }
    
    .home .dm-half {
        flex: 1 1 100%;
    }
    
    .hovering-bloom {
        display: none;
    }
    
    section.bloom-welcome {
        padding: 60px 0px;
    }
    
    section.bloom-big-boxes .dm-third {
        flex: 1 1 100%;
        margin-bottom: 30px;
    }
    
    .section-icon {
        margin-top: -110px;
    }
    
    .hovering-contact,
    section.split-section + div {
        display: none;
    }
}

.carousel-caption h2 p {
    font-family: Roboto;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.2;
    margin-top: 10px;
}

footer li input {
    height: 40px;
}
#field_2_6 label {
    display: inline-block !important;
}

#field_2_6 input {
    height: auto !important;
}
/* Footer */
.copyrights {
    padding: 50px 0px;
    position: relative;
}

.copyrights p a {
    line-height: 1;
    display: inline-block;
}

.copyrights p {
    margin-bottom: 23px;
}

footer .social-icons a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #000;
    background: #fff;
    display: inline-block;
    text-align: center;
    line-height: 40px;
}

.dm-full.footer-creds p {
    margin-bottom: 0px;
}

footer#site-footer {
    margin: 0px;
}

.copyrights .dm-flex {
    align-items: inherit;
}

.copyrights .dm-half {
    padding: 0px;
}

.copyrights iframe {
    height: 100%;
}

a#move-to-top {
    width: 40px;
    height: 40px;
}

.copyrights .dm-full {
    text-align: center;
    padding: 20px 0px;
    margin-top: 35px;
    display: flex;
    justify-content: space-between;
    opacity: 0.9;
}

.dm-col-3 {
    width: 40%;
}

.dm-col-3 span {
    border: 0px !important;
    padding: 0px !important;
    margin: 0px !important;
}

.dm-flex.dm-full {
    justify-content: space-between;
    margin-bottom: 50px;
}

.dm-flex.dm-full h4 {
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 17px;
}

.dm-full.footer-contact-info img {
    max-width: 400px;
    margin: 0px auto;
    display: block;
    float: none;
}

.logo-wrap {
    margin: 0px;
    float: none;
    overflow: visible;
}

.dm-full.footer-contact-info {
    margin-bottom: 50px;
}

.copyrights .dm-half:nth-child(1) {
    padding-top: 80px;
    padding-bottom: 80px;
    font-size: 14px;
}

.footer-wrapper {
    max-width: 620px;
    margin-right: 0px;
    margin-left: auto;
    margin: 0px auto;
}

.dm-full.footer-creds p:nth-child(2) {
    margin: 0px;
}

.copyrights h3,.copyrights h4 {
    color: #fff;
}

.copyrights {
    text-align: left;
    background: #5c37a8;
}

.copyrights .dm-flex {
    max-width: 1300px;
    margin: 0px auto 20px;
}

section.visit-us-today {
    padding: 10vh;
}

section.visit-us-today ifraME {
    border-radius: 0px 50px;
    box-shadow: 0px 2px 18px 0px rgb(0 0 0 / 14%);
    display: block;
}

section.visit-us-today .dm-flex {
    gap: 35px;
}

section.visit-us-today .dm-half {
    flex: 1;
}

section.visit-us-today h2 {
    font-size: 40px;
}

section.visit-us-today .dm-half li:before {
    opacity: 0;
    padding: 0px;
}

section.visit-us-today ul {
    padding: 0px;
}

section.visit-us-today li {margin-bottom: 22px;padding-left: 40px;position: relative;}

section.visit-us-today i {
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 23px;
    color: var(--pColor);
}

section.visit-us-today a {
    display: block;
    line-height: 1;
}
/* Footer */
.copyrights {
    float: none;
}

.dm-full.footer-creds {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    padding: 10px 0px;
}

.dm-full.footer-creds p {
    padding: 0px 15px;
    font-size: 17px;
}

footer#site-footer h3 {
    text-transform: uppercase;
}

footer#site-footer .copy-bg {
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    background-size: cover;
    opacity: 0.2;
}

.copyrights > div {
    position: relative;
    z-index: 1;
}

.copyrights li {
    list-style: none;
    padding: 0px;
}

.copyrights ul {
    padding: 0px;
    margin: 0px;
}

.copyrights ul + h3 {
    margin-top: 40px;
}

.copyrights li span {
    font-style: italic;
    color: #fff;
    display: block;
    font-size: 17px;
    font-weight: bold;
}

.copyrights li {
    position: relative;
    padding-left: 53px;
    margin-bottom: 30px;
}

.copyrights li i {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 40px;
    width: 40px;
    background: #ababab57;
    color: #fff;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
}

.copyrights h3 {
    margin-bottom: 30px;
}

.copyrights li a {
    font-size: 21px;
}

.footer-form li {
    padding: 0px;
    margin: 0px;
}

.footer-form ul {
    padding: 0px;
    color: #fff;
}

.footer-form li {
    width: 100% !important;
}

.footer-form li input,.footer-form li textarea {
    border-radius: 15px;
    padding: 0px 15px !important;
    background: #ffffff80;
    border: 0px !important;
    color: #fff;
}

.footer-form div#gform_wrapper_2 {
    margin: 0px;
}

.footer-form li {
    margin: 0px !important;
    margin-bottom: 15px !important;
}

.footer-form li#field_2_5 {
    font-size: 13px;
    margin: 0px;
}

.footer-form input::placeholder,.footer-form textarea::placeholder {
    color: #fff;
}

footer#site-footer {
}

.footer-hours p {
    margin: 0px;
}

.footer-hours p {
    border-bottom: 1px solid #ffffff36;
    padding-bottom: 10px;
    margin-bottom: 10px;
    max-width: 250px;
}

.footer-hours p em {
    font-weight: bold;
}

.footer-hours p:last-of-type {
    padding: 0px;
    border: 0px;
    margin: 0px;
}

.footer-form input[type="submit"] {
    margin: 0px auto;
    display: block;
    width: 150px !important;
    background: var(--pColor);
    color: #fff;
    border-radius: 30px;
    border: 0px;
    height: 40px;
    font-size: 20px !important;
    cursor: pointer;
}

.footer-form {}

.footer-form .gform_footer.top_label {
    margin: 0px;
    text-align: right;
}

.footer-form .ginput_container {
    margin: 0px !important;
}

.footer-form li#field_2_4 {
    margin-bottom: 7px !important;
}

section.footer-dm-half {
    padding: 70px 0px;
}

section.footer-dm-half .dm-flex {
    align-items: inherit;
}

.ler {
    height: 100%;
    border-radius: 14px;
    background-size: cover;
    background-position: 50% 50%;
    padding: 60px;
}

section.footer-dm-half .dm-half:nth-child(1) .ler:before {
    background: var(--sColor);
}

section.footer-dm-half .dm-half .ler:before {
    height: 100%;
    width: 100%;
    position: absolute;
    border-radius: 14px;
    background: var(--pColor);
    content: "";
    top: 0px;
    left: 0px;
    opacity: 0.8;
}

.ler {
    position: relative;
}

.ler-wrap {
    position: relative;
    z-index: 1;
    color: #fff;
}

.ler-wrap * {
    color: inherit;
}

.ler-wrap img {
    display: block;
    margin: 0px auto;
    margin-bottom: 35px;
    filter: brightness(0) invert(1);
    max-width: 59px;
}

.ler-wrap h5 {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0px;
    line-height: 1;
}

.ler-wrap h2 {
    font-size: 37px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 50px;
    text-align: center;
    line-height: 1;
}

.ler-wrap > p:nth-child(1) {
    margin: 0px;
}

.footer-dm-half .slick-arrow {
    display: none !important;
}

.test-content {
    min-height: 287px;
}

.control-name {
    text-align: center;
}

.control-name .button i {
    cursor: pointer;
    height: 40px;
    width: 40px;
    line-height: 40px;
    display: inline-block;
}

.buttons i {
    display: inline-block;
    line-height: 50px;
    width: 50px;
    background: #00000075;
    border-radius: 50%;
    cursor: pointer;
    margin: 0px 10px;
}

.cta-content p {
    color: #fff;
    max-width: 700px;
    margin: 0px auto 30px;
}

.control-name h4 {
    font-size: 24px;
    position: relative;
}

.ler a.btn {
    background: var(--pColor) !important;
}

.control-name h4:before,.control-name h4:after {
    width: calc(55% - 100px);
    content: "";
    height: 1px;
    background: #fff;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}


li#field_2_6 a {
    font-size: 15px;
    font-weight: bold;
}

.dm-full.footer-creds * {
    color: #000 !important;
}

footer li#field_2_6,footer li#field_2_6 a {
    font-size: 15px !important;
}

footer li#field_2_6 li {
    margin: 0px !important;
}

section.split-section h2 {
    font-size: 45px;
}

.copyrights li {
	color: #fff;
}

img.footer-logo-img {
	padding-top: 10px;
}