/*
Theme Name: Vibrant - Child
Version: 587
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;
    letter-spacing: 1px;
    background: rgb(0,0,0);
    /* background: linear-gradient(90deg, var(--aColor) 0%, var(--sColor) 100%); */
    color: #fff !important;
    border-radius: 30px;
}
html section#wda_testi:before, html section#wda_testi:after{background:#fff!important;}
html section#wda_testi * {
    color: #000;
}
html hr {
    border-bottom: 1px solid #e5b4a5;
    margin: 35px auto;
}
html .dm-slide-main {
    height: 80vh !important;
}
html .dm-slide-main .slide-caption {
    bottom: 250px;
}
.nameimage{
    opacity:0.6;
    float:none;
    margin:0px auto;
}
li.meunLogo{padding: 0 30px;}
.videotesti{
    padding:60px 0;
}
.videotesti h2{
    font-size: 41px;
    text-transform:uppercase;
}
#header a.btn {
    padding: 10px 20px;
}
.copyrights h4{
    color:#f43e7c!important;
    font-size:20px;
}
.copyrights .gform_legacy_markup_wrapper .top_label .gfield_label{
    color:#fff!important;
}
.copyrights .gform_legacy_markup_wrapper .gform_footer input.button{
    color:#fff;
    border:none;
    background:#f43e7c;
}
.copyrights .dm-third p.newsletter{
    font-size:14px;
}
.infos{
    text-align:right;
}
/*
.infos a{
    color:#fff!important;
    font-size:22px;
}*/
.container {
    width:  100%;
    max-width: 1200px;
    padding: 0px 15px;
}
.anchor-fix {
    position: relative;
    top: -160px;
    width: 100%;
    height: 1px;
}
html #secondary-navigation > nav > ul > li:hover,html  #secondary-navigation > nav > ul > li.current-menu-item,html  #secondary-navigation > nav > ul li.current-menu-item,html #secondary-navigation > nav > ul > li.current-menu-parent {
    /* background: transparent !important; */
}

html #secondary-navigation > nav > ul > li:hover > a,html  #secondary-navigation > nav > ul > li.current-menu-item > a,html  #secondary-navigation > nav > ul > li.current-menu-parent > a,html  #secondary-navigation > nav ul.sub-menu > li.current_page_item > a,html #secondary-navigation > nav > ul > li.current-menu-item > a {
    /* color: var(--pColor) !important; */
}
.navigation ul ul{background: #fff !important;}
.sub-menu .current_page_item:before{opacity:0;}
@keyframes fadeInUpa {
    0% {
        opacity: 0;
        transform: translate3d(0, 150px, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}
.fadeInUpa {
    animation-name: fadeInUpa;
}

@keyframes fadeInLefta {
    0% {
        opacity: 0;
        transform: translate3d(-150px, 0, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}
.fadeInLefta {
    animation-name: fadeInLefta;
}

@media (min-width:881px){
	div#secondary-navigation {
		flex-flow: row wrap;
		justify-content: center;
	}
	div#secondary-navigation .logo-wrap{
		display: block!important;
		width: max-content;
		max-width: 100%;
	}
	div#secondary-navigation li.meunLogo {
		display: none;
	}
}

/* Footer */
.copyrights {
    padding: 0px;
    padding-top: 5vh;
}

.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: #fff!important;
    background: var(--aColor);
    display: inline-block;
    text-align: center;
    line-height: 41px;
    font-size: 21px!important;
}

.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;
    border-top: 1px dashed #fff;
}

.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: center;
}
.copyrights #logo img{filter: brightness(0) invert(1);}
.copyrights .dm-flex {
    max-width: 1300px;
    margin: 0px auto 20px;
}

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

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 {
}

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;
}

/* Blog Section */
section.dm-blog-posts {
    padding: 100px 0px;
    /* background-position: 50% 50%; */
    /* background-size: initial; */
    /* background-repeat: no-repeat; */
}

section.dm-blog-posts h4 {
    text-align: center;
    text-transform: uppercase;
    font-size: 26px;
    letter-spacing: 1px;
}

.dm-blog-image {
    height: 300px;
    background-size: cover;
    background-position: 50% 50%;
    margin-bottom: 13px;
}

.dm-blog-image p {
    font-size: 17px;
}

section.dm-blog-posts p {
    font-size: 16px;
    color: #000;
}

section.dm-blog-posts h3 {
    font-weight: bold;
}

section.dm-blog-posts .dm-flex {
    margin-top: 30px;
    align-items: inherit;
}

section.dm-blog-posts .dm-third:hover {
    background-color: #fff;
    box-shadow: 0 20px 30px -10px rgb(38 115 228 / 20%);
}

section.dm-blog-posts .dm-third {
    padding: 20px;
    border-radius: 10px;
    padding: 20px;
    border-radius: 10px;
    -webkit-transition: background-color 200ms ease, box-shadow 350ms ease, color 200ms ease;
    transition: background-color 200ms ease, box-shadow 350ms ease, color 200ms ease;
}

section.dm-blog-posts .dm-third:nth-child(2) {
    animation-delay: 0.2s;
}
section.dm-blog-posts .dm-third:nth-child(3) {
    animation-delay: 0.4s;
}

/* Services  */
.central-tab {
    flex: 1 1 16%;
    padding: 10px;
}

.central-tab:nth-child(2) {
    animation-delay: 0.2s;
}
.central-tab:nth-child(3) {
    animation-delay: 0.3s;
}
.central-tab:nth-child(4) {
    animation-delay: 0.4s;
}
.central-tab:nth-child(5) {
    animation-delay: 0.5s;
}
.central-tab:nth-child(6) {
    animation-delay: 0.6s;
}
.central-tab:nth-child(7) {
    animation-delay: 0.7s;
}
 
.central-wrapper .central-tab img {
    border-radius: 10px;
}

.central-img-tabs {
    display: flex;
    justify-content: center;
    padding: 0px 15px;
    margin-top: -65px;
}

.central-img-tabs img {
    height: 140px !important;
    object-fit: cover;
    width: 100%;
    cursor: pointer;
    border-radius: 10px;
    text-align: center;
    display: block;
}

.central-img-tabs h3 {
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
}

.central-wrapper {
    background: #4e8abf;
    padding: 80px 0px 120px;
}

.central-wrapper .central-tab:nth-child(1) {
    display: block;
}

.central-wrapper .central-tab {
    display: none;
}

section.central-services .container-wide {
    max-width: 1300px;
    margin: 0px auto;
}

.central-img-tabs .central-tab-item > div {
    margin-bottom: 10px;
    border-radius: 10px;
    border: 3px solid rgba(0,0,0,0);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.central-img-tabs .central-tab-item > div:hover {
    border-color: var(--aColor);
}

.central-tab-item.active-service-button > div {
    border-color: var(--aColor);
}

section.new-service-section {
    background: var(--pColor);
    padding: 10vh 0px;
}

section.new-service-section h2 {
    text-align: center;
    font-size: 33px;
    margin-bottom: 5px;
    font-weight:300;
    text-transform:uppercase;
}

section.new-service-section p {
    color: #000;
    font-size: 14px;
}

section.new-service-section h3 {
    font-size: 23px;
    text-transform: capitalize;
}

section.new-service-section span {
    border: 1px solid var(--pColor);
    text-transform: uppercase;
    letter-spacing: 0;
    font-size: 14px;
    padding: 6px 30px;
    color: #ffffff !important;
    border-radius: 30px;
}

section.new-service-section .dm-third {
    flex: 1 1 30%;
    width: auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 15px;
    flex-basis: 300px;
}

section.new-service-section .dm-flex {
    gap: 1%;
    align-items: inherit;
    padding-bottom: 50px;
}

section.new-service-section .dm-third:hover {
    background-image: initial;
    background-color: #00000024;
    box-shadow: 0px 5px 15px -6px rgb(0 0 0 / 30%);
    transform: translateX(0px) translateY(-15px)!important;
}

/* Testimonials */
.main-head-wrap.header_fixed #regular-header {
    margin-top: -40px;
}

.central-text-wrapper:nth-child(odd) .letter-wrap {background: var(--pColor);}

.dm-half-plus .slick-dots button {
    background: rgb(17 17 17 / 19%);
}

.letter-wrap img {
    position: absolute;
    bottom: 0px;
    right: 0px;
    transform: scaleX(-1);
    max-width: 60px;
}

.central-text-wrapper {
    padding: 20px 10px;
}

section.classy-testimonials {
    padding: 10vh 0px;
}

.dm-half-plus {
    display: block;
    flex: 1 1 66.66%;
    width: 66.66%;
}

.classy-testimonials-wrapper.dm-flex {
    max-width: 1300px;
    margin: 0px auto;
}

.classy-testimonials-wrapper.dm-flex strong {
    font-size: 50px;
    line-height: 1;
    font-weight: 400;
    padding-right: 50px;
    display: block;
}

.letter-wrap {
    background-color: var(--aColor);
    border-radius: 0 22px 0 22px;
    overflow: hidden;
    padding-top: 30px;
    position: relative;
    padding-right: 25px;
    padding-bottom: 30px;
    padding-left: 25px;
    box-shadow: 0px 5px 10px -6px rgb(0 0 0 / 30%);
}

.letter-wrap p {
    font-size: 17px;
}

.letter-wrap h4 {
    font-size: 25px;
    border-top: 1px solid #000;
    padding-top: 10px;
}

section.central-testimonials {
    padding: 100px 0px;
    background-size: cover;
    background-position: 50% 0%;
    position: relative;
}

.central-testimonials-wrapper {
    margin: 0px auto;
    width: 52%;
    margin-right: 0px;
    padding: 50px 0px 30px;
    position: relative;
}

.central-testimonials-wrapper .dm-half {
    width: 47.5vw;
    max-width: 650px;
}

.central-testimonials-wrapper strong {
    display: block;
    margin-bottom: 40px;
}

.central-testimonials-wrapper p {
    font-size: 24px;
}

.central-test-content {
    margin-bottom: 18px;
    font-size: 20px;
    line-height: 1.5;
}

.central-test-content + h4 {
}

section.central-services {
    margin-bottom: 80px;
}

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

section.central-testimonials * {
    color: #fff;
}

.central-testimonials-wrapper li:before {
    display: none;
}

.central-testimonials-wrapper .slick-dots {
    position: relative;
    bottom: 0px;
    text-align: left;
}

.central-testimonials-wrapper .slick-dots li button:before {
    opacity: 0.3 !important;
}

.central-testimonials-wrapper .slick-dots li button {
    opacity: 0.5;
}

.central-testimonials-wrapper .slick-dots .slick-active button {
    background: #fff !important;
    opacity: 1 !important;
}

.central-testimonials-wrapper {
    padding: 50px 0px 30px;
}

.central-tab-item {
    cursor: pointer;
}

/* Half Half  */
section.half-half-classy {
    padding: 10vh 0px;
    background: #f4f6f3;
}

section.half-half-classy img {
    border-radius: 50px 0px;
}

section.half-half-classy h2 {
    font-size: 41px;
}

section.half-half-classy p {
    font-weight: 300;
}

.main-head-wrap.header_fixed #header {
    /* background: rgb(255 255 255 / 95%); */
}

/* CTA  */
.cta-content {
    overflow: hidden;
    padding-top: 10%;
    padding-bottom: 10%;
}

.cta-carrier {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px auto;
    max-width: 1300px;
    margin: 0px auto;
    text-align:center;
}

.cta-carrier h2 {
    font-size: 41px;
}

section.cta-classic {
    background-attachment: fixed;
    background-size: cover;
    background-position: 50% 50%;
    position:relative;
}
section.cta-classic *{
    position:relative;
}
section.cta-classic:before{ 
    position:absolute;
    content:"";
    top:0px;
    left:0px;
    height:100%;
    width:100%;
    opacity:0.7;
    background:#000;
}

section.cta-classic h3{color: #fff;font-size:36px;}
section.cta-classic h2 a{color:#fff;font-size:58px;}
/* Welcome */
section.central-welcome {
    /* background: var(--pColor); */
    padding: 5vh 0px;
    text-align:center;
}

section.central-welcome .container-wide {
}

section.central-welcome p {
    font-size: 16px;
}

.central-welcome .central-image img {
    width: 100%;
    height: 100% !important;
    box-shadow: 0 20px 50px -20px rgb(0 0 0 / 20%);
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50px 0px;
}
section.central-welcome .dm-flex {
    align-items: inherit;
}

.central-image {
    position: relative;
    height: 100%;
}

section.central-welcome .dm-half:nth-child(1) {
    flex: 1 1 50%;
    order: 2;
    display: none;
}

section.central-welcome .dm-half:nth-child(2) {
    flex: 1 1 50%;
}

#site-header .container-wide {
    max-width: 100%;
}

.container-wide {
    max-width: 1300px;
    margin: 0px auto;
    width: 100%;
    padding: 0px 15px;
}

section.central-welcome h3 {
    font-size: 23px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0px 0px 10px;
    color: var(--pColor);
}


section.central-welcome blockquote {
    background: transparent;
    padding: 0px 20px;
    margin-bottom: 20px;
    border-left: 2px solid var(--aColor);
    font-style: italic;
    opacity: 0.9;
}

section.central-welcome blockquote:after {
    left: 10px;
    top: 10px;
    color: #fff;
    font-size: 90px;
    line-height: 90px;
    opacity: 0;
}

section.central-welcome blockquote p + p {
    font-weight: bold;
    font-size: 14px;
}

/* Mobile */
.mobile_cta_buttons.hide-d.mobile-btn p a {
    color: #fff;
    display: block;
    padding: 10px 20px;
}

.mobile_cta_buttons.hide-d.mobile-btn p {
    text-align: center;
    margin-bottom: 10px;
}

.mobile_cta_buttons.hide-d.mobile-btn div.header-social-icons a {
    color: #fff;
    margin: 0px 10px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0px !important;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    float: none;
}

.mobile_cta_buttons.hide-d.mobile-btn div.header-social-icons {
    background: transparent;
    width: 100%;
    float: none;
    text-align: center;
    margin: 0px;
}

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

@media (min-width:  881px) {
    .main-head-wrap.header_fixed #regular-header {
        margin-top: -40px;
    }
    .mobile_cta_buttons.hide-d.mobile-btn div.header-social-icons:before {
        display: none;
    }
}

/* Header */

@media (min-width: 881px) {
    div#header nav {
        width: auto;
        margin: 0px auto;
        margin-right: 0px;
        width: 100%;
    }
}


#secondary-navigation #logo a {
    font-weight: bold;
    font-size: 26px;
}

html #header #logo {
    float: none !important;
    display: block !important;
}

div#header {
    background: #FCFBFA;
    padding: 27px 0px;
    float: none;
    border-top: 1px solid #8e605059;
}

.regular_header #secondary-navigation {
    float: none;
}

div#regular-header i {
    margin-right: 8px;
}

.main-head-wrap {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
}
.header-spacer {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
@media (min-width: 881px) {
    .header-spacer {
        min-height: 130px;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
}

#logo {
    float: none !important;
}

#logo a {
    padding: 0px !important;
    float: none;
    display: block;
}

div#secondary-navigation {
    float: none;
    display: flex;
    align-items: center;
}

#header .logo-wrap {
    padding: 0px;
    overflow: visible;
    max-width: 23%;
}
@media (min-width: 881px) {
    #header .logo-wrap {
        display: none;
    }
}

nav.navigation.clearfix #menu-main-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-evenly;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

#logo img {
    float: none;
    max-width: 250px;
}

ul#menu-main-menu a {
    padding: 5px 10px;
}

#secondary-navigation a {
    padding: 20px;
}

div#regular-header {
    background: #fff;
}

div#regular-header * {
    color: #fff;
}
div#regular-header .dm-third:nth-child(1), div#regular-header .dm-third:nth-child(3){
    width:20%;
}
div#regular-header .dm-third:nth-child(2){
    width:60%;
}
div#regular-header .container-wide.dm-flex p {
    margin: 0px;
}

div#regular-header .container-wide {
    padding: 5px 0px;
    background: #fff;
}

.dm-third.social-header {
    text-align: right;
}

.dm-third.social-header a {
    margin-left: 10px;
}

.dm-third.address-header {
    text-align: center;
}

.dm-third.phone-header {
    text-align: left;
}

#regular-header {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.dm-full.footer-contact-info {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
}


/* Video */
.carousel-caption {
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 1;
    max-width: 780px;
    margin: 0 auto;
    left: max(10%, 5rem);
    right: auto;
    text-align: left;
}

.carousel-caption span {
    color: #fff;
    font-size: 23px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
}

.carousel-caption h2 p {
    font-weight: 300;
    line-height: 1.5;
    font-size: 24px;
    max-width: 700px;
    opacity: 0.9;
    margin: 10px auto 20px;
    margin-right: 0px;
}

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

.carousel-caption h2 {
    color: #fff;
    text-transform: uppercase;
    opacity: 0.85 !important;
}

html .video_holder {
    height: 80vh;
    max-height: 1000px;
    width: 100%;
    min-height: 500px;
}

.carousel-caption a:hover {
    background: #000 !important;
}

.dm-slide-main .slide-caption p{text-shadow:1px 2px 2px #000!important;}
.dm-slide-main .slide-caption a, .central-wrapper h3, .central-wrapper p{color:#fff;}
html .slick-next{display:none;}

/* Responsive */
@media (max-width:  1300px) {
    .container-wide {
        padding: 0px 15px;
    }
}

@media (max-width: 1025px ) {
    .copyrights .dm-half {
        flex: 1 1 100%;
    }

    .copyrights .dm-half:nth-child(1) {
        order: 2;
    }

    .dm-full.footer-creds p {
        text-align: center;
    }

    .copyrights .dm-half iframe {
        height: 350px;
    }

    .central-welcome .central-image img {
        width:  100%;
    }

    .central-img-tabs img {
        height: 120px !important;
    }
}

@media (max-width: 991px) {
        html .dm-slide-main {    height: 250px !important;}
    html .dm-slide-main .slide-caption{bottom:10px;}
    html .dm-slide-main .slide-caption h2{font-size:26px!important;}
    html .dm-slide-main .slide-caption p {    font-size: 14px;}
    .mobile_cta_buttons.hide-d.mobile-btn {
        display: block;
    }
    #secondary-navigation {
        height: auto !important;
    }
    .dm-blog-posts .dm-third {
        flex: 1 1 50%;
        flex-basis: 320px;
        max-width: 50%;
    }

    section.central-services {
        display: flex;
        flex-wrap: wrap;
    }

    section.central-services > .container-wide {
        order: 1;
    }

    .central-wrapper {
        order: 2;
        padding: 80px 0px;
    }

    .central-img-tabs {
        margin: 0px;
    }

    section.central-services {
        margin-bottom: 0px;
    }

    section.dm-blog-posts .dm-third {
        flex-basis: 320px;
    }
}
@media (max-width: 881px) {
    #page.homepage {
        padding: 0px !important;
    }
    html a#pull {
        width: auto;
        text-align: center;
        padding: 0px;
        color: #000 !important;
        background: transparent !important;
        font-size: 29px;
        position: relative;
        display: block;
        margin: 0px !important;
        margin-left: 15px !important;
    }

    html a#pull:after {position: relative;padding: 0px !important;left: 0px;right: 0px;top: 0px !important;}

    .regular_header #secondary-navigation {
        width: 100%;
        justify-content: space-between;
    }

    #header a.btn {
        margin: 0px auto;
        margin-right: 0px;
    }

    .dm-third.social-header {
        display: none;
    }

    nav.navigation.clearfix #menu-main-menu {
        margin: 0px !important;
    }
    #header .logo-wrap {
        max-width: initial;
    }

    .carousel-caption h2 p {
        display: none;
    }

    .carousel-caption {
        text-align: center;
		left: 0;
		right: 0;
    }

    section.central-welcome .container-wide {
        border: 0px;
        padding: 20px 10px;
    }

    section.central-welcome {
        padding: 5vh 0px;
    }

    .classy-testimonials-wrapper.dm-flex strong {
        padding: 0px;
        text-align: center;
        font-size: 40px;
    }

    .cta-carrier {
        padding: 10vh 0px;
    }

    .cta-content {
        width: 100%;
    }

    section.half-half-classy {
        padding: 5vh 0px;
    }

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

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

    .dm-full.footer-creds p {
        width: 100%;
        text-align: center;
    }

    .copyrights .dm-full {
        flex-wrap: wrap;
    }
}
@media (max-width: 768px) {
    html .video_holder {
        max-height: 500px !important;
    }
    .header-spacer {
        height: 95px;
    }
    div#regular-header {
        display: none;
    }
    .dm-blog-posts .dm-third {
        flex-basis: 320px;
        max-width: 100%;
    }
    section.central-welcome .dm-half:nth-child(1) {
        flex: 1 1 100%;
        margin-bottom: 30px;
    }

    .central-tab {
        flex: 1 1 33.33%;
    }

    .central-img-tabs {
        flex-wrap: wrap;
    }
    .central-wrapper {
        padding: 50px 0px;
    }

    .central-wrapper .dm-half {
        flex: 1 1 100%;
    }

    .central-testimonials-wrapper {
        padding: 15px;
        width: 100%;
        text-align: center;
    }

    .central-testimonials-wrapper .dm-half {
        width: 100%;
        max-width: 100%;
    }
    .copyrights .dm-half:nth-child(1) {
        padding: 40px 0px;
    }
    .central-testimonials-wrapper .slick-dots {
        text-align: center;
    }
    .dm-col-3 {
        width: 100%;
        text-align: center;
    }

}
@media (max-width: 640px) {
    div#header {
        padding: 10px 0px;
    }
    #header a.btn {
        display: none;
    }
}
@media (max-width: 540px) {
    footer .dm-full {
        padding: 0px 15px;
    }
    .dm-full.footer-contact-info img {
        width: 100%;
        max-width: 90%;
    }
    .central-tab {
        flex:  1 1 50%;
    }
    html .carousel-caption h2 {
        font-size: 32px;
    }
    section.central-welcome h2 {
        font-size: 30px;
    }
    .central-img-tabs {
        padding: 0px;
    }
    .central-wrapper .dm-half {
        padding: 0px;
    }
}

/* MLoc */
.container-wide.dm-flex .dm-full {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.container-wide.dm-flex .dm-full p {
    padding: 0px 5px !important;
    font-size: 14px !important;
}

.container-wide.dm-flex p:after {
    content: "-";
    position: relative;
    right: -3px;
}

.container-wide.dm-flex p:last-of-type:after {
    display: none;
}

.container-wide.dm-flex .dm-full p:nth-child(1) a {
    font-weight: bold;
}
div#regular-header * {
    color: var(--pColor);
    font-size:16px;
}
.dm-half.phone-header{
    text-align:left;
}
.dm-half.social-header{
    text-align:right;
}
.dm-half.social-header a {
    /*border-radius: 50%;
    border: 2px solid #a3a3a3;*/
    padding: 2px 7px 0px 2px;
    /* text-align: center; */
    width: 32px;
    height: 32px;
    display: inline-block;
}
section.central-welcome h2 {
    margin-bottom: 25px;
    font-size: 35px;
}

section.new-service-section * {
    color: #fff !important;
}

/*section.new-service-section h2:after {
    width: 100px;
    height: 1px;
    background: var(--pColor);
    position: relative;
    display: block;
    content: "";
    margin: 20px auto 10px;
}*/

section.new-service-section h3:after {
    width: 30px;
    height: 1px;
    background: #e5b4a5;
    position: relative;
    display: block;
    content: "";
    margin: 9px 0px;
}

li.meunLogo img {
    max-width: 170px;
    vertical-align: middle;
    filter: grayscale(1);
}

li.meunLogo {
    vertical-align: middle;
}

html section#wda_testi {
    padding: 130px 0px;
}

html .bg-white {
    border-radius: 4px;
}

section.visit-us-today {
    /* display: none; */
}

section#wda_testi:after {
    background-color: white !important;
    opacity: unset !important;
}


html .bg-white:after{display:none;}


section#wda_testi h2, section#wda_testi h4 {
    color: black !important;
}

div#regular-header a.btn {
    background-color: #f43ea5 !important
}

span.phone-home {
    font-size: 45px;
    font-weight: bold;
}

section.half-half-classy {
        background-image: url('/wp-content/uploads/2023/04/medspa-women-0-e1680718375837.jpg');
    background-size: cover;
    background-position: 50% 47%;
    position: relative;
    height: 100%;
}

section.half-half-classy .dm-full {
    z-index: 10;
}

span.phone-home a {
    color: white;
}

section.half-half-classy:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    opacity: 0.6;
    background: rgba(195, 150, 93, 1.37);
    z-index: 1;
}

section.half-half-classy {
    padding: 15vh 0px;
}

section.half-half-classy h4 {
    color: white;
}

@media (min-width: 881px) {
.main-head-wrap.header_fixed #regular-header {
    margin-top: -55px;
}
}

.dm-third.social-header {
    text-align: center;
}

.dm-service-section.services-box img {
    width: 360px;
    height: 250px !important;
    object-fit: cover;
}

.dm-service-section.services-box .dm-flex {
    align-items: normal;
}

.dm-service-section.botox {
    text-align: center;
}


.dm-service-section.botox .dm-flex {
    align-items: normal;
}



.dm-service-section:nth-child(odd) {
    background-image: url('/wp-content/uploads/2023/04/fluer_20opacity_1920.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

@media (max-width: 880px) {
    header #logo a:after {
        font-size: 16px;
        max-width: 150px;
    }

    #logo {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    #secondary-navigation #logo a {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        color: #000;
    }

    #secondary-navigation #logo a img {
        margin: initial;
    }
    li.meunLogo {
        display: none !important;
    }
}

.cta-carrier img {
    filter: brightness(0) invert(1);
}

.new-wrapper * {
    text-align: center !important;
}

html section#wda_testi h4 {
    padding: 0px;
    margin: 0px;
    color: #fff !important;
    font-family: Explora;
}

section#wda_testi li button {
    background: #b5b5b5;
}

.logo-wrap #logo a {
    color: #fff;
}

.copyrights .dm-third {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.copyrights iframe {
    width: 100%;
    display: block;
}

.map {
    width: 100%;
}

.dm-third.infos {
    text-align: right;
    justify-content: flex-end;
    align-items: flex-end;
}

li.meunLogo a {
    color: #000;
    font-weight: bold !important;
    font-size: 22px !important;
}

.newCon {
    opacity: 0.8;
}

div#slider-primary {
    background: #000;
}

.dm-slide-main .slide-caption h2 {
    opacity: 0.7;
    text-transform: uppercase;
}

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

.carousel-caption h2 {
    margin-bottom: 40px;
    font-size: 70px;
}

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

section.central-welcome h4 {
    color: var(--aColor);
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
}

section.central-welcome h2:after {
    content: "";
    width: 140px;
    height: 1px;
    background: #000;
    position: relative;
    display: block;
    margin: 20px auto;
}

html .bg-white {
	padding: 15px !important;
    background: transparent;
}

html .bg-white p {
    text-align: center !important;
    color: #fff !important;
}

section.new-service-section hr {
    margin-top: 0px;
}

html section#wda_testi hr {
    margin-top: 15px;
}

.new-wrapper {
    background: var(--pColor);
    padding: 35px;
}

html span.slide-star {
    float: none;
    display: block;
}

section.visit-us-today .container-wide {
    max-width: 100% !important;
    padding: 0px;
}

section.visit-us-today .dm-half:nth-child(2) {
    background: #fafafa;
    padding: 40px;
}

section.visit-us-today .dm-half {
    padding: 0px;
    flex: 1 1 50%;
}

section.visit-us-today .dm-flex {
    align-items: inherit;
}

section.visit-us-today iframe {
    height: 100% !important;
    border-radius: 0px;
}

section.visit-us-today .dm-half:nth-child(2) h3 {
    text-align: center;
}

section.visit-us-today .dm-half:nth-child(2) li input {
    width: 100%;
}

section.visit-us-today .dm-half:nth-child(2) .gform_footer {
    padding: 0px 36px;
}

section.visit-us-today .dm-half:nth-child(2) .gform_footer input[type="submit"] {
    margin: 0px auto !important;
    display: block;
    width: 200px;
}

@media (max-width: 880px) {
	section.visit-us-today li {
		padding-left: 0px;
	}

	.dm-third.infos {
		justify-content: center;
		align-items: center;
	}
}

@media screen and (min-width: 881px) 

{
.col-3 {
    width: calc(((100% / 12)* 3) - 2%);
	padding: 10px;
	}

	.flex-container {
    display: flex;
}
	.flexCell25 {
    width: 25%;
    padding: 1em;
}
	
	ul.tripleList {
		column-count: 3;
	}

}

.btn:hover {
    background: var(--pColor);
}

.btn {
    color: #fff !important;
    background: var(--aColor);
    /* background: #ff5b00; */
    padding: 10px 15px;
    text-transform: uppercase;
    border-radius: 0px;
    -moz-border-radius: 0px;
    box-shadow: 1px 1px 1px #000;
	-moz-box-shadow: 1px 1px 1px #000;}

.flex-box {
    display: flex;
    flex-wrap: wrap;
}

.page-id-81 .symptoms:nth-child(2), .page-id-81 .symptoms:nth-child(4) {
    background: #3eaf8d;
    color: #fff;
}

.page-id-81 .symptoms {
    width: 30%;
    margin: 0 19px;
    border: 1px solid #222;
    box-sizing: border-box;
    float: left;
    padding: 15px;
}

@media screen and (max-width: 880px) {
    .page-id-81 .symptoms {
        width: 100%;
        margin: 0px;
    }
}

@media screen and (min-width: 880px) {
    .bquotewrapper {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
	
	ul.doubleList {
		column-count: 2;
	}
	
	.page-id-70 .container.bquote {
    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
}
	.page-id-70 blockquote {
    display: inline-block;
    background: #fff;
    padding: 1.5em;
    margin: 0 0 1.5em;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.18);
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
	
.col-sm-4 {
    float: left;
    width: 33.33%;
    padding: 1%;
    box-sizing: border-box;
}
	
	.f-items {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin: 1.5rem 0;
}
}

.bquotewrapper blockquote {
    display: inline-block;
    background: #fff;
    padding: 1.5em;
    margin: 0 0 1.5em;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.18);
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.f-items > div {
    flex-basis: 100%;
    border-radius: 5px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    padding: 1rem;
    text-align: center;
    background-color: #3eaf8d;
    color: white;
}

.f-items .price {
    font-size: 32px;
    font-weight: bold;
    color: #fff;
}

.f-items .membership-title {
    border-bottom: 2px solid rgba(255, 255, 255, 0.5);
}

.single_page ul.service-menu-buttons li a {
    padding: .4rem .8rem;
    background: var(--aColor);
    color: white;
    text-decoration: none !important;
    border-radius: .5rem;
    font-weight: 400;
	transition: transform 400ms ease;
}

.single_page ul.service-menu-buttons {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-flow: row wrap;
    gap: 1.2rem 1rem;
    justify-content: center;
    margin-bottom: 1.5rem;
}


.special-home img {
    max-width: 450px;
    outline: unset !important;
    border: unset !important;
}

.special-home {
    text-align: center;
    padding-top: 11%;
}

.special-home a.btn {
    text-decoration: unset !important;
}

.page-id-556 header#site-header, .page-id-556 .copyrights, .page-id-556 section.page-header, .page-id-556 section.visit-us-today, .page-id-556 .header-spacer   {
    display: none;
}

.special-home h3 {
    font-size: 38px;
    padding-bottom: 20px;
}

.page-id-556 .dm-service-section {
    background: unset !important;
}
.page-id-556  .single_page {
    background: #53a2b129 !important;
    min-height: 100vh;
}

 
.page-id-535 .new-iframe, .page-id-537 .new-iframe, .page-id-535 .special-location, .page-id-537 .special-location {
    display: none !important;
}
.copyrights .dm-third {
    color: #fff !important;
}








.flex-box{
    display: flex;
    flex-wrap: wrap;
}
.flex-img,
.flex-gallery,
.flex-logos,
.flex-staff{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;    
}
.flex-staff{
    align-content:center;
}
.flex-staff > div{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.flex-gallery img,
.flex-logos img,
.flex-img img,
.flex-staff img{
    width: 300px;
    height: 300px !important;
    object-fit: cover;
    object-position: top;
    margin: 5px;
}
.flex-logos img{
    width: 225px;
    height: 126px !important;
    outline: 0 !important;
    border: 0px !important;
    margin: 5px !important;
    object-fit: contain;
}
.flex-gallery img{
    width: 200px;
    height: 400px !important;
}
.flex-staff h2{
    margin:0;
}
.col-12, .col-11, .col-10, .col-9, .col-8, .col-7,
.col-6, .col-5, .col-4, .col-3, .col-2, .col-1{    padding: 1%;     }
.col-12{    width: calc(((100% / 12) * 12));     }
.col-11{    width: calc(((100% / 12) * 11));     }
.col-10{    width: calc(((100% / 12) * 10));     }
.col-9{    width: calc(((100% / 12) * 9));     }
.col-8{    width: calc(((100% / 12) * 8));     }
.col-7{    width: calc(((100% / 12) * 7));     }
.col-6{    width: calc(((100% / 12) * 6));     }
.col-5{    width: calc(((100% / 12) * 5));     }
.col-4{    width: calc(((100% / 12) * 4));     }
.col-3{    width: calc(((100% / 12) * 3));     }
.col-2{    width: calc(((100% / 12) * 2));     }
.col-1{    width: calc(((100% / 12) * 1));     }
.flex-ul-2{  columns: 2;    column-fill: balance;   }
.flex-ul-3{  columns: 3;   column-fill: balance;    }
.dm-full ul.no-check li,
.dm-half ul.no-check li{
    list-style: disc;
}
.dm-full ol.no-check li,
.dm-half ol.no-check li{
    list-style: decimal;
}
.dm-full ul.no-check li:before,
.dm-half ul.no-check li:before,
.dm-full ol.no-check li:before,
.dm-half ol.no-check li:before{
    display: none;
}
ul.no-dot{
    list-style-type: none !important;
}
img.no-border{
    border: none;
    outline: none;
}

.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  top: -5px;
  left: 105%;

  /* Fade in tooltip - takes 1 second to go from 0% to 100% opac: */
  opacity: 0;
  transition: opacity 1s;
}

.tooltip .tooltiptext::after {
  content: " ";
  position: absolute;
  top: 50%;
  right: 100%; /* To the left of the tooltip */
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent black transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

@media (max-width: 880px) {
    .flex-ul-2,
    .flex-ul-3{  columns: 1;     }
    .col-12, .col-11, .col-10, .col-9, .col-8, .col-7,
    .col-6, .col-5, .col-4, .col-3, .col-2, .col-1{
        width: 100%;
    }
}