.home-layout .wrap__exclusive-offer, .wrap__newsletter, .wrap__testimonials, .gallery {
    background-image: url(/storage/app/media/images/bg-galaxy.jpg);
}

#welcome-content, .home-layout .wrap__page-content {
    padding-right: 0px;
    /* float: left; */
    /* float: left; */
    display: block;
    margin-right: 2.12766%;
    width: 100%;
}
.cstm_btn {
    font-family: "lato-black", "Arial Black", Arial, Helvetica, sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 5px;
    border: none;
    border-bottom: 3px solid #006c8e;
    color: #ffffff !important;
    background-color: #00b2ea;
    text-decoration: none;
    padding: 15px 45px;
    text-align: center;
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 5px;
    font-style: normal;
    display: block;
}
.col_2 {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-content: center;
}

.gallery__title {
    text-align: center;
    color: #fff;
}

.force-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

a.button1 {
    width: fit-content;
    margin: 0;
}
a {color: #504aaa;}

h1, .map__title, .staff__title, .hours__title, .contactus-form .form__title, .featuredblocks__title, .gallery__title, .featuredarticles__title, .testimonials__title{
    font-family: 'Indie Flower', cursive !important;
    font-weight: bold !important;
}

.testimonials__source {
    color: #fff;
}

.flower_font{
    font-family: 'Indie Flower', cursive; 
}

.wrap__navigation a {
    font-family: 'Indie Flower', cursive !important;
    font-weight: bold;
}

.staff-member__description p, .staff-member__position, .staff__caption, .hours__caption {
    color: #fff;
}

.page-staff .staff-member__description p, 
.page-staff .staff-member__position,
.page-staff .staff__caption {
    color:#000;
}

.page-dental-services a{
    color:#363092;
}
body,h1,h2,h3,h4,p,.testimonials__content,.testimonials__source,.cstm_btn,.wrap__copyright ul li a,a.staff-member__link, li {
    font-family: 'Indie Flower', cursive !important;
}

.wrap--inner {
    overflow: hidden;
}

.wrap__page-content--inner div#gmap {
    width: 1155px !important;
    height: 250px !important;
    margin: 0 auto !important;
}

@media(max-width: 768px){
    span.featuredblock__button {
        display: none;
    }
    .featuredblock__title {
        color: #fff;
    }
}

.vid_con {
    margin: 0 auto;
    width: 100%;
    max-width: 700px;
    height: auto;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


@media (min-width: 768px){
    .liptie-css, .tongue-tied-css, .frenectomy-css{
        display: flex;
        flex-direction: row;
    }
}

@media (max-width: 767px){
    .liptie-css, .tongue-tied-css, .frenectomy-css{
        display: flex;
        flex-direction: column-reverse;
    }
}