/* Before JS loads */
.no-js body {
    display: none;
}

/* Global styles */
body {
    font-size: 16px
}

body,
a {
    font-family: 'Euclid Circular B', sans-serif;
    color: #38425D;
    text-rendering: auto;
    text-rendering: optimizeLegibility;
}
.bg-brown a, 
.bg-blue a,  
.bg-brown a:hover, 
.bg-blue a:hover  {
    color: white;
}   

.strong {
    font-weight: bold;
}

p {
    letter-spacing: -.004em;
    line-height: 150%;
}

/* spacing amends */
.copy-banner {
    padding: 3rem 0;
}

.x-padding-1 {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
}
.xy-padding-1 {
    padding: 0.9375rem

}


.no-margin {
    margin: 0
}
.y-btm-padding-0 {
    padding-bottom: 0 !important;
}
.y-bottom-margin-1{margin-bottom: 2.4rem;}

.y-padding2 {
    padding: 1.3em 0;
}
.y-padding-3 {
    padding: 2rem 0;
}
.y-padding-4 {
    padding: 1.5rem 0 1rem;
}
.btm-margin-lg {
    margin-bottom: 1.5rem;
}
.btm-padding-md {
    padding-bottom: 1.3em
}
.btm-margin1 {
    margin-bottom: 1.5rem;
}
.btm-margin-2 {
    margin-bottom: 2.2rem;
}

/* hover states */
a:hover,
a:focus {
    color: #38425D;
}
.bg-brown a:hover,
.bg-brown a:focus {
    color: white;
}   

.dropdown.menu>li.is-active>a {
    color: #38425D;
}

/* optimize image clarity */
img {
    image-rendering: auto;
    image-rendering: crisp-edges;
    image-rendering: pixelated;
    image-rendering: -webkit-optimize-contrast;
}

/* fonts */
.font-serif {
    font-family: ff-more-web-pro, serif;
}

.font-sans {
    font-family: "Euclid Circular B";
    font-weight: 500;
}
/* social styling */

div.grid-container nav.top-bar #responsive-menu ul.socialmediaicons li {
    display:inline;
}
div.grid-container nav.top-bar #responsive-menu ul.socialmediaicons .fa-instagram {
    background: #125688;
    color: white;
}
div.grid-container nav.top-bar #responsive-menu ul.socialmediaicons .fa-facebook {
    background: #3B5998;
    color: white;
}
div.grid-container nav.top-bar #responsive-menu ul.socialmediaicons li a.fa {
    padding: 6px;
    font-size: 19px;
    width: 33px;
    text-align: center;
    text-decoration: none;
    margin: 8px 2px 0;
    display: inline-block;
    line-height: 19px;
    letter-spacing: normal;
}

/* building blocks version */

.social-footer {
    padding: 1rem;
    background: #8a8a8a;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  
  .social-footer .social-footer-icons li:last-of-type {
    margin-right: 0;
  }
  
  .social-footer .social-footer-icons .fa {
    font-size: 1.3rem;
    color: #fefefe;
  }
  
  .social-footer .social-footer-icons .fa:hover {
    color: #4a4a4a;
    transition: color 0.3s ease-in;
  }
  
  

/* end bb version */





/* font sizing */
.smaller {
    font-size: 85%;
}

.small {
    font-size: 87.2%;
}

.font-medium {
    font-size: 115%;
}

.font-medium-large {
    font-size: 1.14em;
}

.font-large {
    font-size: 150%;
}

.lead {
    font-size: 113%;
}

.lead-lg {
    font-size: 160%;
}

/* colors */
.color-blue,
.accordion-content,
a.accordion-title, 
a:hover.accordion-title, 
.tabs-title>a,
.tabs-title>a:focus,
.tabs-title>a[aria-selected='true'] {
    color: #334253;
}

.color-white, a.color-white:hover {
    color: #F6FBF9
}

.bg-blue,
.button {
    background-color: #38425D;
}

.bg-black {
    background-color: #000;
    color: #fff
}

.bg-blue .button {
    border-color: #fff;
}

.bg-brown {
    background-color: #A3452B;
}

.bg-beige {
    background-color: #E5D9C9;
}

.bg-bg-content-beige {
    background-color: #EDE4DA;
}

.bg-light-beige,
.tabs-content {
    background-color: #F4EEEA;
}

.bg-off-white {
    background-color: #f4eeea
}

.bg-white {
    background-color: #fff
}

.ydividing-line {
    border-left: solid 1px
}

.ffha-hp .top-bar #branding #header-logo,
.acupuncture-services .top-bar #branding #header-logo {
    background-color: #f4eeea;
}


/* buttons */
.button {
    -webkit-border-radius: 28;
    -moz-border-radius: 28;
    border-radius: 18px;
}
.bg-brown .hollow, .bg-brown .hollow:hover {
    border-color: #fff;
    color: #fff;
    font-weight: 500;
    margin-bottom: 0;
}
/* .bg-brown .hollow:hover {
    border-color: #0c3d5d;
    color: #0c3d5d;
    background: #fff;
} */
/* title row style - ie "Specializing in" */
.row-section-title {
    font-size: 1.14em;
    padding: 1rem 0;
    margin-bottom: 0;
}

/* top-bar */
.top-bar,
.top-bar ul {
    background-color: transparent;
}

.top-bar,
.top-bar .top-bar-title {
    margin: 0;
}

.top-bar {
    border-bottom: solid 1px #354255a8;
    padding: 0;
    margin-bottom: 37px;
    position: relative;
}

.top-bar #branding {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.top-bar #branding #header-logo {
    margin-bottom: -30px;
    padding-right: 0.6rem;
    background-color: #F4EEEA;
}

.top-bar #branding #header-logo img {
    max-width: 100px;
}

.top-bar #branding #header-titling {
    margin-top: auto;
    margin-bottom: 0.1rem;
}

.top-bar #branding #header-titling #header-title {
    font-size: 1.5em;
    line-height: 1.1em;
}

.top-bar #branding #header-titling #header-subtitle {
    font-size: .875em;
    letter-spacing: .0075em;
}

.top-bar #responsive-menu {
    margin-top: auto;
}

.top-bar #responsive-menu .top-bar-right li a {
    font-size: .875em;
    letter-spacing: .3px;
    line-height: 1.3em;
    font-weight: 500;
}

.top-bar #responsive-menu .top-bar-right .dropdown.menu>li.is-dropdown-submenu-parent>a::after {
    border-width: 3px;
    border-color: #38425D transparent transparent;
    right: 5px;
    margin-top: -1px;
}
.top-bar #responsive-menu .top-bar-right .dropdown.menu>li:last-child>a {
    padding-right: 0;
}
.top-bar #responsive-menu .top-bar-right .dropdown li a {
    padding: 0.7rem 0.5rem 0 0.5rem;
}

.top-bar #responsive-menu .top-bar-right .dropdown.menu>li.opens-left>.is-dropdown-submenu {
    background-color: #F4EEEA;
    border: solid 1px #38425D;
    left: 0;
    padding-bottom: .8rem;
    min-width: 160px;
    font-size: 90%;
}

.top-bar #responsive-menu .top-bar-right .dropdown.menu>li>a {
    padding: 0rem 1rem;
}

.top-bar #responsive-menu .top-bar-right .dropdown.menu>li ul li a:hover {
    text-decoration: underline
}

.top-bar #responsive-menu .top-bar-right .mobile-nav li.nav_section_head {
    text-align: center;
}

.top-bar #responsive-menu .top-bar-right .mobile-nav li.nav_section_head>a {
    opacity: .7;
    background-color: #80808026;
    padding: 2px 5px;
    display: inline-block;
    font-size: 1rem;
    margin-top: 1rem;
}

.top-bar #responsive-menu .top-bar-right .mobile-nav li.nav_section_head ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.top-bar #responsive-menu .top-bar-right .mobile-nav li.nav_section_head ul li {
    padding: 0;
}

.top-bar #responsive-menu .top-bar-right .mobile-nav li.nav_section_head ul li a {
    padding: 0.4rem 0;
}
ul.mobile-nav>li:after {
    content: "-";
    text-align: center;
    display: block;
}
ul.mobile-nav>li.menu-item-618:after,
ul.mobile-nav>li.menu-item-619:after
{
    content: none;
}
/* footer section */
.copyinfo {
    color: #fff;
    margin: 0;
    font-size: .75em
}

.social-footer {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.social-footer .social-footer-icons li:last-of-type {
    margin-right: 0;
}

.social-footer .social-footer-icons .fa {
    font-size: 1rem;
    color: #fefefe;
}

.social-footer .social-footer-icons .fa:hover {
    color: #4a4a4a;
    transition: color 0.3s ease-in;
}


/* Wigetized elements (exists on more than one page) */
/* */

/* Accordion */
ul.accordion {
    margin-bottom: 0
}

.accordion-content {
    border: none;
}

.accordion,
.accordion:hover,
.accordion-title:hover,
.accordion-title:focus {
    background: transparent;
}

.accordion-title::before {
    margin-top: -1.4rem;
    font-size: 160%;
    font-weight: 300;
}

.accordion-item:first-child> :first-child {
    border-radius: 0 0 0 0;
    border-top: 0;
}

.accordion-title {
    border-top: solid 1px;
    padding: 1rem 2.8rem 1rem 1rem;
    line-height: 1.4;
}

#uh5p9p-accordion {
    display: none;
}

.accordion-content {
    background-color: transparent;
}

.accordion,
.accordion:hover {
    background: #F4EEEA;
    border: solid 1px;
}

/* Tabs */
#acupuncture-services-tabs-mobile {
    border: none;
}
.tabs-custom {
    width: 50%;
    border:none;

}

.tabs-custom a {
    font-size: 1.1em;
    padding: 1rem 0rem;
    text-align: center;
    shape-rendering: geometricprecision;
    background: #38425D;
    color: #757d95;
}

.tabs-title>a:focus,
.tabs-title>a[aria-selected='true'] {
    background: #e6e6e6;
    color: #1779ba;
}

.tabs-title>a:focus,
.tabs-title>a[aria-selected='true'] {
    background: #e6e6e6;
    color: #1779ba;
}

.tabs-title>a:focus,
.tabs-title>a[aria-selected='true'] {
    background: #F4EEEA;
    color: #38425D;
}

/* Appt Card */
h5.appt-card-headline {
    font-size: 1.65em;
    font-family: 'Euclid Circular B', sans-serif;
}

/* Services */
.service-section-title {
    margin-top: 1rem;
    font-size: 1.5em;
}

.service-description {
    letter-spacing: -.01em;
}

.thumb-nav {
    border-right: solid 1px;
    border-left: solid 1px;
}
.thumb-nav a {
    filter: brightness(75%);
    font-weight: 700;
    font-weight: 500;
}
.thumb-nav a p:hover{
border-bottom: solid 2px;
}
.thumb-nav-text {}

.thumb-nav a:hover {
    filter: brightness(100%);
}

/* carousel widget */
.quote-carousel .carousel-arrow {
    height: 100%;
    position: relative;
}

.quote-carousel .carousel-arrow>img {
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.quote-carousel .carousel-quote {
    padding: 0 3rem;
}

.quote-carousel .carousel-quote-mark {
    margin: 0px 0 2rem 0;
}

.quote-carousel.carousel-bottom-nav {
    font-size: .875em;
}

.quote-carousel.carousel-bottom-nav .carousel-nav-item {
    border-top: solid 2px;
    border-bottom: solid 2px;
    border-left: solid 2px;
    padding: 2rem;
}

.quote-carousel.carousel-bottom-nav .carousel-nav-item:not(.active) {
    opacity: .7;
    background-color: #813725;
}







/* Testimonials Carousel */



/* carousel widget */
.testimonials-carousel .carousel-arrow {
    width: 100%;
    height: 100%;
    position: relative;
}

.testimonials-carousel .carousel-arrow>img {
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.quote-carousel .carousel-quote {
    padding: 0 3rem;
}

.quote-carousel .carousel-quote-mark {
    margin: 0px 0 2rem 0;
}

.quote-carousel.carousel-bottom-nav {
    font-size: .875em;
}


.orbit-previous:hover, .orbit-next:hover, .orbit-previous:active, .orbit-next:active, .orbit-previous:focus, .orbit-next:focus {
    background-color: transparent;
}





.testimonials-carousel.carousel-bottom-nav .carousel-nav-item {
    border-top: solid 1px;
    border-bottom: solid 1px;
    border-left: solid 1px;
    padding: 2rem;
    width: 100%;
    margin: 0;
    height: 100%;
    border-color: #fff;
    border-radius: 0;
}
.testimonials-carousel.carousel-bottom-nav {
    font-size: .875em;
    margin: 0;
}
.testimonials-carousel.carousel-bottom-nav button {
    opacity: .7;
    background-color: #813725;
}
.testimonials-carousel.carousel-bottom-nav button.carousel-nav-item.is-active {
    opacity: 1;
    background-color: transparent;
}
.testimonials-carousel .orbit-bullets button.is-active{
    
}
.testimonials-carousel .orbit-bullets button{
    color:#fff
    }


/* icon image sizing */
.item-img img {
    max-width: 49px;
    border: solid 7px #E5D9C9;
    border-radius: 60px;
}


/* */

/* HP */

/* HP hero */

/* .overlay-container { position: relative; } */
/* .overlay-container .overlay { position: absolute; left: 0; right: 0; top: 17%; padding: 0 1rem; } */
#hero-title {
    font-size: 2em;
}


/* HP specializing in section */
.menu-title {
    padding: 1rem 0 .3rem 0;
}

.benifet-item {
    padding: 2rem 0;
    height: 180px;

}

.item-title {
    margin-top: 0.6rem;
    line-height: 1.4em;
}


/* About Acupuncture Page */

.padding-left {
    padding-left: 1rem;
}

.major-heading {
    font-size: 4.2rem;
    line-height: 1.1em;
    font-weight: 600;
    margin-bottom: 0.2em;
    letter-spacing: -0.02em;
}



/* Massage/Acupncture Services Hero */

.hero-section {
    background: 50% no-repeat;
    background-size: cover;
    height: 60vh;
    text-align: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.short-bg{
    height: 40vh;
}

.hero-section .hero-section-text .hero-title {
    font-size: 3em;
    letter-spacing: .1em;
}

/* Pricing Table Sidebar */
table {
    font-size: 24px;
    font-size: 1.2em;
}

thead th,
thead td,
tfoot th,
tfoot td {
    font-weight: normal;
    font-size: 1em;
}

table.unstriped tbody tr {
    border-bottom: solid 1px rgba(255, 255, 255, 0.231);
}

table.unstriped tbody td {
    padding: .75em 0.7em;
    font-size: .8em;
}

table.unstriped tbody,
table.unstriped tbody tr {
    background-color: #38425D;
}

thead {
    background-color: #A3452B;
}

/* practitioners */
.pracitioner-block{}
.practitioner-headline{
  font-family : Euclid Circular B;
  font-size : 18px;
  line-height : 25.67px;
  letter-spacing : 0.72px;
  text-decoration : underline;
}
.practitioner-sub-headline{
  font-family : Euclid Circular B;
  font-size : 18px;
  line-height : 25.67px;
  letter-spacing : 1.44px;
  text-decoration : underline;
}

.practitioner-body
{
  font-family : Euclid Circular B;
  font-size : 18px;
  line-height : 25.67px;
  letter-spacing : 0.72px;
  color : #FFEBB6;
  color : rgb(255, 235, 182); 
  text-decoration : underline;
}
.practitioner-block a.view-bio{
    text-decoration: underline;
    display: block;
    margin-bottom: 3rem;
}
.practitioner-block a.view-bio:hover{
    color:#fff;
}
/* Practitioners Single */
.headshot h4 {
    margin-top: 2rem;
    margin-bottom:0;
}

/* 
RESPONSIEVE >>> Custom Medium Widths >>>
These widths have custom styling to account for when the left and right side of the top bar become too crouded. 
*/
@media screen and (min-width: 39.99875em) and (max-width: 50em) {
    .top-bar #responsive-menu .top-bar-right .dropdown.menu>li>a {
        padding: 0rem 0.6rem;
    }
    .top-bar #responsive-menu .top-bar-right li a {
        font-size: .75em;
    }
    .top-bar #responsive-menu .top-bar-right .dropdown.menu>li.is-dropdown-submenu-parent>a::after {
        right: 1px;
    }
}

@media screen and (min-width: 39.99875em) and (max-width: 70em) {
    /* top-bar */
    .top-bar {
        margin-bottom: 47px;
        margin-bottom: 3rem;
    }

    .top-bar .top-bar-title {
        margin-top: 0.5rem;
    }

    .top-bar .top-bar-title>span {
        display: none;
    }

    .top-bar #branding #header-logo {
        margin-bottom: -3rem;
    }

    .top-bar #responsive-menu .top-bar-right {
        padding-top: 0.3rem;
        padding-right: 0.9375rem;
    }

    .top-bar #responsive-menu .top-bar-right {
        position: absolute;
        right: 0;
        padding-top: .2rem;
    }
}

@media screen and (min-width: 39.99875em) and (max-width: 60em) {

    /* type */
    .major-heading {
        font-size: 3.2rem;
    }



    /* hero */
    .overlay-container .overlay {
        top: 8%;
    }
}

/* Responsive Small >> Custom <small> Stlyes >>> */
@media screen and (max-width: 39.99875em) {
    /* Small screen utility classes */
    .small-only-text-center {
        text-align: center
    }
    .hero-section-text{
        padding: 0px 10px
    }

    /* global */

    /* spacing amendments */
    .small-only-margin-bottom-10{margin-bottom: 10px}
    .y-padding-3 {
        padding: 1rem 0 0;
    }
    .btm-padding-small-only-1 {
    }
    /* type */
    .major-heading {
        font-size: 2.7rem;
        font-weight: 600;
    }
    /* social icons */
    .socialmediaicons {
        position: initial;
        text-align: center;
        margin-left: 0;
    }



    
    /* top-bar */
    .top-bar {
        border-bottom: none;
        margin-bottom: 0.4rem;
    }

    .top-bar .top-bar-title #branding #header-logo {
        margin: 0 auto;
        padding: 0;
    }

    .top-bar .top-bar-title #branding #header-logo img {
        max-width: 150px;
    }

    .top-bar .top-bar-title {
        position: relative;
        width: 100%;
    }

    .top-bar .top-bar-title span {
        position: fixed;
        z-index: 2;
        right: 1.6rem;
        padding: 0.15rem 0.45rem 0.3rem 0.45rem;
        top: 1.85rem;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        background: #F4EEEA;
        border: solid 3px #38425d;
    }

    .top-bar #responsive-menu .top-bar-right {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1;
        width: 100%;
        height: 100%;
        background: #f4eeea;
        padding-top: 12%;
    }

    .top-bar .top-bar-title span button.menu-icon::after,
    .top-bar .top-bar-title span button.menu-icon:hover::after {
        background: #38425d;
        -webkit-box-shadow: 0 7px 0 #38425d, 0 14px 0 #38425d;
        box-shadow: 0 7px 0 #38425d, 0 14px 0 #38425d;
    }

    .top-bar #responsive-menu .top-bar-right .menu a {
        padding: 0.3rem 0 0.3rem;
        font-size: 1.1em;    }

    .top-bar #responsive-menu .top-bar-right .menu.simple li+li {
        margin-left: 0;
    }
    /* Homepage */
    .ydividing-line{
        border:none
    }
    /* About Acupuncture Page */
    .thumb-nav {
        border-right: none;
        border-left: none;
    }
    
    /* Acupuncture Services Page */
    body.acupuncture-services .top-bar {
        border-bottom: none;
        margin-bottom: 0.4rem;
        padding-bottom: 0.4rem;
        margin-bottom: 0;
    }
    /* Practitioners Single */
    .headshot h4 {
        margin-top: 1rem;
    }
    .practitioners-single .practitioner-block{
        padding-top: 0;
            margin-top: 0;
        }
    /* widgets used throughout the site */

    /* appointment card row */
    .appt-card {
        margin: 4rem;
    }
    /* icons row set */
    .benifet-item{height:auto}

    .x-padding-small{
        padding-left:.5em;
        padding-right:.5em;
    }
}

/* medium, large screen sizs only */
@media screen and (min-width: 39.99876em) {
    .x-padding-right-1 {
        padding-right: 2rem;
    }
    /* .top-padding-1 {
        padding-top: 3em !important;
    } */
    .medium-margin-collapse-y > .cell{
        margin-top: 0;
        margin-bottom:0;
    }

        .row1fx > .grid-x {
            margin-top: 0;
            padding-top: 0;
        }
        .row1fx > .grid-x > .cell{
            margin-top: 0;
            padding-top: 0;
        }

        div.grid-container #responsive-menu ul.socialmediaicons{
            top: 0;
            right: 0;
            margin-top: 0;
            position: absolute;
        }

}   

/* breadcrumbs */
.breadcrumbs a{
    text-decoration: underline;
}

.menu ul, menu ul li {
    list-style:none;
}

/* Fix Desktop Navigation Menu hover state Spacing */
#menu-desktop-navigation .submenu{
    margin-left:0;
}
.responsive-embed{
    margin-bottom: 0;
}